@font-face {
    font-family: montBold;
    src: url(../assets/fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: montMid;
    src: url(../assets/fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: mont;
    src: url(../assets/fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: montSemi;
    src: url(../assets/fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: grotBold;
    src: url(../assets/fonts/SpaceGrotesk-Bold.ttf);
}
@font-face {
    font-family: grotMid;
    src: url(../assets/fonts/SpaceGrotesk-Medium.ttf);
}
@font-face {
    font-family: grotSemi;
    src: url(../assets/fonts/SpaceGrotesk-SemiBold.ttf);
}
@font-face {
    font-family: monoBold;
    src: url(../assets/fonts/SpaceMono-Bold.ttf);
}
@font-face {
    font-family: poppins;
    src: url(../assets/fonts/Poppins-ExtraBold.ttf);
}

*{
    margin: 0;
    padding: 0;
    appearance: none;
    outline: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    transition: all 0.5s ease-out;
}

html{
    font-size: 16px;
}

body::-webkit-scrollbar {
    display: none;
}

a{
    text-decoration: none;
}

.container{
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navs{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* .navs > div{
    
} */

.top-nav{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.top-nav > div{
    padding: 1.5rem 2.5rem;
}

.top-nav .yellow{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F9C21D;
}

.top-nav-info{
    display: flex;
    gap: 5px;
    align-items: center;
}

.top-nav-info img{
    width: 1.4rem;
}

.top-nav-info .top-nav-info-text{
    color: #101417;
    font-family: montSemi;
    font-size: 0.9rem;
}


.top-nav .black{
    width: 20%;
    background: #101417;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav .black a img{
    width: 1.3rem;
}

.navbar{
    padding: 0.5rem 2.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo{
    width: 9rem;
}

.nav-links{
    display: flex;
    width: 28vw;
    justify-content: space-between;
}

.nav-links a{
    font-family: montMid;
    text-transform: capitalize;
    color: #434343;
    font-size: 1.0rem;
}

.navbar .link-active{
    font-family: montBold;
}

.navbar button{
    width: 13rem;
    background: #101417;
    height: 4rem;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-family: montBold;
    text-transform: capitalize;
}
.tab-menu-icon{
    width: 2.5rem;
    display: none;
}

.mobile-menu{
    display: none;
}

.hero{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    width: 100vw;
    min-height: 83vh;
    padding-bottom: 5vh;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background: url(../assets/backgrounds/Frame307.png);
    /* background: #101417; */
    /* animation: backgroundSlide 30s linear infinite;  */
}

/* @keyframes backgroundSlide {
    0% {
        background: url(../assets/backgrounds/bg1.png);
        opacity: 1;
    }
    25% {
        background: url(../assets/backgrounds/bg2.png);
        opacity: 1;
    }
    50% {
        background: url(../assets/backgrounds/bg3.png);
        opacity: 1;
    }
    75% {
        background: url(../assets/backgrounds/homebg1.png);
        opacity: 1;
    }
    100% {
        background: url(../assets/backgrounds/homebg3.png);
        opacity: 1;
    }
} */

.hero-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top-talk{
    color: #FFAD1B;
    font-size: 1.3rem;
    font-family: grotBold;
    text-transform: uppercase;
}

.hero-talk{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.big-hero{
    font-family: grotBold;
    font-size: 4.5rem;
    color: #ffffff;
    text-transform: capitalize;
    width: 60%;
    line-height: 95%;
}

.small-hero{
    font-family: mont;
    color: #ffffff;
    font-size: 1.1rem;
    width: 50%;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.hero-buttons .main-button{
    width: 15rem;
    background: #FFAD1B;
    height: 4rem;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-family: montBold;
    text-transform: capitalize;
    cursor: pointer;
}

.hero-buttons .sub-button{
    width: 13rem;
    background: #101417;
    height: 4rem;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-family: montBold;
    text-transform: capitalize;
    cursor: pointer;
}

.numbers{
    width: 100%;
    padding: 1.0rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    text-align: center;
}

.number-count{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 2rem;
}

.number-count-top{
    font-size: 3rem;
    font-family: grotBold;
    color: #101417;
    font-weight: 800;
    -webkit-text-stroke: 2px #101417;
}

.number-count-bottom{
    font-size: 1rem;
    font-family: grotMid;
    color: #101417;
    text-transform: capitalize;
}

.services-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem;
    gap: 2rem;
}

.white-section-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.section-small{
    color: #FFAD1B;
    font-size: 1.2rem;
    font-family: grotBold;
    text-transform: uppercase;
}

.middle-small{
    text-align: center;
}

.section-title{
    font-family: grotBold;
    font-size: 3rem;
    color: #101417;
    text-transform: capitalize;
    -webkit-text-stroke: 1px #101417;
    width: 55%;
    line-height: 95%;
}

.mid-title{
    text-align: center;
}

.section-sub{
    font-family: mont;
    font-size: 1rem;
    color: #434343;
    width: 55%;
}

.mid-sub{
    text-align: center;
}

.services-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 3rem;
}

.services-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row-two{
    justify-content: center;
    gap: 10rem;
}

.services-row > div{
    width: 27%;
    min-height: 60vh;
    border: 4px solid #101417;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.2rem;
}

.service img{
    width: 5rem;
}

.service-talk{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
}

.service-talk img{
    width: 3rem;
}

.service-name{
    font-family: grotBold;
    font-size: 1.6rem;
    color: #101417;
    text-align: center;
    text-transform: capitalize;
}

.service-sub{
    font-family: mont;
    font-size: 1.0rem;
    color: #434343;
    text-align: center;
}

.learn{
    width: 8rem;
    height: 3rem;
    background: #FFAD1B;
    color: #ffffff;
    border: none;
    font-size: 0.9rem;
    font-family: montMid;
    text-transform: capitalize;
    cursor: pointer;
}

.who-we-are{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    width: 100vw;
    background: url(../assets/backgrounds/who.png);
    padding: 2.5rem 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.who-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.white-section-title{
    font-family: grotBold;
    font-size: 3.2rem;
    color: #fff;
    text-transform: capitalize;
    -webkit-text-stroke: 1px #ffffff;
    width: 70%;
    line-height: 95%;
}

.white-section-sub{
    font-family: mont;
    font-size: 1rem;
    color: #f0f0f0;
    width: 65%;
}

.who-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.who-buttons .main-button{
    width: 15rem;
    background: #FFAD1B;
    height: 4rem;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-family: montBold;
    text-transform: capitalize;
    cursor: pointer;
}

.who-buttons .sub-button{
    width: 13rem;
    background: #ffffff;
    height: 4rem;
    color: #101417;
    border: none;
    font-size: 1rem;
    font-family: montBold;
    text-transform: capitalize;
    cursor: pointer;
}

.who-right img{
    width: 35vw;
}

.why-section{
    width: 100%;
    padding: 2.5rem;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.why-section-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.why-row{
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
}

.why{
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
}

.why img{
    width: 3rem;
}

.why-name{
    font-family: grotBold;
    font-size: 1.3rem;
    color: #101417;
    text-align: center;
    text-transform: capitalize;
}

.last-who{
    margin-bottom: 2.5rem;
}

.why-sub{
    font-family: mont;
    font-size: 1.0rem;
    color: #434343;
    text-align: center;
    width: 80%;
}

.consultancy{
    width: 100vw;
    padding: 2.5rem 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.consultancy-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.consultancy-right .section-title{
    width: 90%;
    -webkit-text-stroke: 1px #101417;
}

.consultancy-right .section-sub{
    width: 90%;
}

.consultancy-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.consultancy-buttons .main-button{
    width: 15rem;
    background: #FFAD1B;
    height: 4rem;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-family: montBold;
    text-transform: capitalize;
    cursor: pointer;
}

.consultancy-buttons .sub-button{
    width: 15rem;
    background: #101417;
    height: 4rem;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-family: montBold;
    text-transform: capitalize;
    cursor: pointer;
}

.consultancy-left img{
    width: 35vw;
}

.delivery{
    background-position: center;
    background-size: center;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    width: 100vw;
    min-height: 50vh;
    padding: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: url(../assets/backgrounds/delivering.png);
    /* background: #101417; */
}

.deliver-heading{
    font-family: grotBold;
    font-size: 3.8rem;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-text-stroke: 1px #ffffff;
    width: 60%;
    line-height: 110%;
    text-align: center;
}

.delivery-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.delivery-count{
    display: flex;
    align-items: center;
    display: flex;
    width: 20%;
    gap: 5px;
    flex-direction: column;
}

.delivery-count-top{
    font-family: monoBold;
    font-size: 4rem;
    color: #FFAD1B;
    text-align: center;
}

.delivery-count-bottom{
    font-family: montMid;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
}

.ready{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    width: 95%;
    background-position: center;
    background-size: center;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    min-height: 55vh;
    padding: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: url(../assets/backgrounds/ready.png);
    /* background: #101417; */
}

.ready-top{
    font-family: grotBold;
    font-size: 3.8rem;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-text-stroke: 1px #ffffff;
    width: 60%;
    line-height: 110%;
    text-align: center;
}

.ready-sub{
    font-family: mont;
    width: 50%;
    color: #f0f0f0;
    text-align: center;
}

.ready button{
    width: 13rem;
    background: #ffffff;
    height: 4rem;
    color: #101417;
    border: none;
    font-size: 1rem;
    font-family: montBold;
    text-transform: capitalize;
    cursor: pointer;
}

.contact-section{
    width: 100%;
    padding: 2.5rem;
    background: #f0f0f0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact-section > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.contact-section-heading{
    font-family: grotBold;
    font-size: 3rem;
    color: #101417;
    text-transform: capitalize;
    -webkit-text-stroke: 1px #101417;
    line-height: 95%
}

.contact-section-left{
    width: 38vw;
}

.contact-left-box{
    padding: 2rem 1.5rem;
    background: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    box-shadow: 1px 9px 9px 0px rgba(0,0,0,0.19);
    -webkit-box-shadow: 1px 9px 9px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 1px 9px 9px 0px rgba(0,0,0,0.19);
}

.contact-info{
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.contact-info img{
    width: 1.5rem;
}

.contact-info-content{
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.info-top{
    font-family: montBold;
    color: #3c3c3c;
    text-transform: capitalize;
    font-size: 1.2rem;
}

.info-sub{
    font-family: mont;
    color: #4f4f4f;
    font-size: 1rem;
}

.contact-section-right{
    width: 40vw;
}

.contact-right-box{
    padding: 2rem 1.5rem;
    background: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    box-shadow: 1px 9px 9px 0px rgba(0,0,0,0.19);
    -webkit-box-shadow: 1px 9px 9px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 1px 9px 9px 0px rgba(0,0,0,0.19);
}

.form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
}

.form-top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
}

.input{
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    width: 100%;
}

.label{
    font-family: montBold;
    color: #3c3c3c;
    text-transform: capitalize;
    font-size: 1rem;
}

.input input, .input select{
    height: 60px;
    width: 100%;
    border: 1px solid #B9B9B9;
    padding: 0.5rem 1rem;
    font-family: montMid;
    font-size: 1rem;
    color: #4f4f4f;
}

.input input::placeholder, textarea::placeholder{
    font-family: mont;
    font-size: 0.8rem;
    color: #ACACAC;
    text-transform: capitalize;
}

textarea{
    width: 100%;
    height: 140px;
    border: 1px solid #B9B9B9;
    padding: 0.5rem 1rem;
    font-family: mont;
    font-size: 1rem;
    color: #666666;
}

.form button{
    width: 13rem;
    background: #101417;
    height: 3.5rem;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-family: montBold;
    text-transform: capitalize;
}

.footer{
    width: 100%;
    display: flex;
    padding: 3.5rem;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.footer-top{
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.footer-top-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-top-left img{
    width: 15rem;
}

.footer-left-text{
    color: #555555;
    font-family: mont;
    font-size: 0.9rem;
    width: 60%;
}

.footer-top-right{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 50%;
}

.footer-links-group{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.links-heading{
    font-family: grotBold;
    font-size: 1.3rem;
    text-transform: capitalize;
    color: #3f3f3f;
}

.footer-links{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a{
    font-family: mont;
    font-size: 0.9rem;
    color: #555555;
}

.footer-line{
    width: 100%;
}

.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.copyright{
    font-size: 1rem;
    color: #555555;
    font-family: montMid;
}

.mamba{
    font-size: 1rem;
    color: #555555;
    font-family: mont;
}

.mamba a{
    font-family: poppins;
    color: #555555;
    font-size: 1.2rem;    
}


@media screen and (max-width: 1500px){
    html{
        font-size: 90%;
    }
    .services-row > div{
        width: 30%;
    }
}

@media screen and (max-width: 1370px){
    html{
        font-size: 90%;
    }
    .services-row > div{
        width: 30%;
    }
}

@media screen and (max-width: 1250px){
    html{
        font-size: 85%;
    }
    .nav-links{
        width: 36vw;
    }
    .services-row > div{
        width: 30%;
    }
}

@media screen and (max-width: 1000px){
    html{
        font-size: 80%;
    }
    .services-row > div{
        width: 30%;
        /* display: none !important; */
    }
    .top-nav{
        display: none;
    }
    .big-hero{
        width: 80%;
    }
    .small-hero{
        width: 80%;
    }
    .section-title, .section-sub{
        width: 80%;
    }
    .white-section-title, .white-section-sub{
        width: 90%;
    }
    .consultancy-right .section-sub, .consultancy-right .section-title{
        width: 100%;
    }
    .deliver-heading, .delivery-content{
        width: 90%;
    }
    .consultancy-buttons{
        flex-direction: column;
        gap: 10px;
    }
    .ready-top, .ready-sub{
        width: 80%;
    }
    .contact-section-right{
        width: 50vw;
    }
}

@media screen and (max-width: 850px){
    .nav-links{
        width: 40vw;
    }
    .nav-links, .navbar button{
        display: none;
    }
    .tab-menu-icon{
        display: flex;
        cursor: pointer;
    }
    .mobile-menu{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 100vh;
        position: relative;
        z-index: 5;
        background: #ffffff;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 150px 30px;
        color: var(--white-color);
        position: fixed;
        color: white;
        gap: 10vh;
        display: none;
    }
    .mobile-menu-items{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .mobile-menu-items a{
        color: #4c4c4c;
        text-transform: capitalize;
        font-family: montMid;
        letter-spacing: -5%;
        font-size: 1.6rem;
    }
    .mobile-menu button{
        width: 13rem;
        background: #101417;
        height: 4rem;
        color: #ffffff;
        border: none;
        font-size: 1rem;
        font-family: montBold;
        text-transform: capitalize;
    }
    .close-btn{
        width: 30px;
        position: absolute;
        top: 5%;
        right: 5%;
        cursor: pointer;
    }
}

@media screen and (max-width: 758px){
    .hero-content{
        align-items: center;
        text-align: center;
    }
    .big-hero, .small-hero{
        width: 100%;
    }
    .numbers{
        flex-wrap: wrap;
        gap: 1rem;
    }
    .number-count{
        width: 40%;
    }
    .services-content{
        gap: 2rem;
    }
    .services-row{
        flex-direction: column;
        gap: 2rem;
    }
    .services-row > div{
        width: 90%;
        min-height: 50vw;
    }
    .who-we-are{
        flex-direction: column;
        gap: 3rem;
        text-align: center;
    }
    .who-left{
        align-items: center;
    }
    .who-right img{
        width: 70vw;
    }
    .why-row{
        flex-direction: column;
        gap: 2rem;
    }
    .why{
        width: 80%;
    }
    .consultancy{
        flex-direction: column;
        text-align: center;
    }
    .consultancy-right{
        width: 100%;
        align-items: center;
    }
    .consultancy-left img{
        width: 80vw;
    }
    .consultancy-buttons{
        flex-direction: row;
    }
    .delivery-content{
        flex-wrap: wrap;
    }
    .delivery-count{
        width: 40%;
    }
    .ready-top, .ready-sub{
        width: 100%;
    }
    .contact-section{
        align-items: center;
        gap: 3rem;
        flex-direction: column;
    }
    .contact-section-left, .contact-section-right{
        width: 100%;
    }
    .footer-top, .footer-bottom{
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        text-align: center;
    }
    .footer-top-left{
        align-items: center;
    }
    .footer-left-text{
        width: 90%;
    }
    .footer-top-right{
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .footer-links a{
        font-size: 1.1rem;
    }


}

@media screen and (max-width: 450px){
    html{
        font-size: 70%;
    }
    .section-title, .section-sub{
        width: 100%;
        line-height: 100%;
    }
    .services-row > div{
        min-height: 50vh;
    }
    
}