/*
Theme Name: FIFO Investments
Theme URI:  https://fifoinvestments.com.au/
Author:      FIFO Investments
Author URI: https://fifoinvestments.com.au
Description: A custom theme with advanced functionality for specific requirements.
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain: fifoinvestments
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    color: #020202;
    font-size: 26px;
    line-height: 34px;
    font-style: normal;
    margin: 0;
    padding: 178px 0 90px;
}
* {
    box-sizing: border-box;
}
a {
    transition: all 0.3s ease 0s;
    color: #5B000C;
    text-decoration: none;
}
a:hover {
    color: #5B000C;
    text-decoration: none;
}
:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}
h1 {
    font-size: 26px;
    line-height: 34px;
    color: #020202;
    font-weight: 600;
}
.container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
}
/* ===================================
          Landing
======================================*/
.landing-box {
    max-width: 1364px;
    margin: 0 auto;
}
.landing-box .intro-box {
    background: #fff;
    padding: 120px 130px 95px 138px;
}
.intro-box .left-box {
    width: 37.8%;
}
.intro-box .right-box {
    width: 62%;
}
.intro-box .logo {
    margin: 0 0 32px;
}
.intro-box .logo a {
  display: block;
}
.intro-box .left-box .content p {
    max-width: 341px;
    color: #0B7AF8;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
}
.intro-box .content h1 {
    margin: 0 0 34px;
    max-width: 620px;
}
.intro-box .content ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.intro-box .content ul li {
    width: 50%;
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    color: #020202;
    padding: 0 0 0 18px;
}
.intro-box .content ul li::before {
    background: #020202;
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    top: 17px;
    left: 0;
    border-radius: 100px;
}
.acess-btn {
    background: #0B7AF8;
    text-align: center;
    margin: 18px 0 44px;
    padding: 8px 0;
}
.acess-btn:hover {
  background: #000;
}
.acess-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
    font-weight: 600;
}
.copyright {
    text-align: center;
}
.copyright p {
    font-size: 13px;
    line-height: 16px;
    color: #FFF;
    margin-bottom: 0;
}
.not-found {
  text-align: center;
  color: #fff;
}
.not-found h1 {
  color: #fff;
}
.not-found a {
  background: #0B7AF8;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #FFF;
  font-weight: 600;
  padding: 7px 22px 6px 22px;
}
.not-found a:hover{
	background: #000;
}
.landing-box .intro-box + .copyright {
  margin-top: 40px;
}
@media screen and (max-width:1400px) {
    .landing-box {
        max-width: 1160px;
    }
    .landing-box .intro-box {
        padding: 50px 60px 50px 60px;
    }
}
@media screen and (max-width:1199px) {
    body {
        padding: 100px 20px 100px;
    }
    h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .landing-box .intro-box {
        padding: 50px 30px 50px 30px;
    }
    .intro-box .left-box {
        width: 40%;
    }
    .intro-box .right-box {
        width: 60%;
    }
    .intro-box .left-box .content p {
        max-width: 340px;
        font-size: 24px;
        line-height: 32px;
    }
    .intro-box .content ul li {
        font-size: 22px;
        line-height: 38px;
        padding: 0 0 0 18px;
    }
}
@media screen and (max-width:991px) {
    body {
        padding: 30px 20px 30px;
    }
    .landing-box .intro-box {
        padding: 30px 30px 30px 30px;
    }
    .intro-box .left-box, .intro-box .right-box {
        width: 100%;
    }
    .intro-box .left-box .content p {
        max-width: 100%;
        margin: 0 0 20px;
    }
    .intro-box .content h1 {
        max-width: 620px;
    }
    .acess-btn {
        margin: 18px 0 30px;
    }
}
@media screen and (max-width:767px) {
    .landing-box .intro-box {
        padding: 30px 15px 30px 15px;
    }
    .intro-box .logo {
        margin: 0 0 20px;
    }
    .intro-box .logo img {
        max-width: 280px;
    }
    .intro-box .left-box .content p {
        font-size: 20px;
        line-height: 26px;
    }
    h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .intro-box .content h1 {
        margin: 0 0 20px;
    }
    .intro-box .content ul li {
        font-size: 18px;
        line-height: 30px;
        padding: 0 0 0 14px;
        width: 100%;
    }
    .intro-box .content ul li::before {
        height: 5px;
        width: 5px;
        top: 13px;
    }
    .acess-btn {
        margin: 10px 0 20px;
    }
    .acess-btn a {
        gap: 20px;
        font-size: 20px;
        line-height: 20px;
    }
    .acess-btn a img {
        max-width: 26px;
    }
}