@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    transition: all 0.4s ease-in-out;
    font-family: "Wix Madefor Display", sans-serif;
}

/* NAVIGATION--------------------START--------------------HERE----------------------- */

nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

nav .nav-bar{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

nav .nav-active-item{
    margin: 0 15px;
}

nav .nav-active-link{
    color: #FFF;
    text-decoration: none;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
}

nav .nav-active-link::before{
    content: "";
    background: #BC9D62;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: left;
    transition: all 0.5s ease-in-out;
}

nav .nav-active-link:hover::before{
    transform: scale(1);
}

nav .nav-active-link:hover{
    color: #BC9D62;
}

nav .nav-active-item.active .nav-active-link{
    color: #BC9D62;
}

nav .nav-active-item.active .nav-active-link::before{
    content: "";
    background: #BC9D62;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
}

nav .nav-hide-btn,.nav-show-btn,.drop-back-btn{
    display: none;
}

nav #n-c{
    display: none;
} 

.drop-down{
    background: #000;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    padding: 70px 50px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

#drop-1:hover .drop-down{
    top: 90px;
    opacity: 1;
    visibility: visible;
}

.drop-down .drop-info{
    border-bottom: 1px solid #FFF;
}

.drop-down .drop-info:hover{
    background: #BC9D62;
}

#drop-down-2{
    display: none;
}

.bttn{
    width: 160px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFF;
    border-radius: 100px;
    text-decoration: none;
    color: #FFF;
}

.bttn:hover{
    background: #BC9D62;
    border-color: #BC9D62;
}


@media only screen and (max-width: 992px){
    .container-fluid{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    nav .nav-bar{
        display: block;
        width: 300px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 2;
        background: #000;
        transition: all 0.5s ease-in-out;
    }
    nav .nav-active-item{
        margin: 30px 20px;
    }
    nav .nav-hide{
        width: 50px;
        aspect-ratio: 1/1;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #BC9D62;
        color: #FFF;
        text-decoration: none;
        border-radius: 100px;
        font-size: 20px;
        margin: 15px 15px 70px auto;
    }
    .drop-down{
        padding: 40px 0px;
    }
    .drop-down h5{
        font-size: 14px;
    }
    #drop-down-1{
        display: none;
    }
    #drop-down-2{
        display: block;
        width: 300px !important;
        height: 100%;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        left: -100%;
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease-in-out;
    }
    .drop-back{
        width: 50px;
        aspect-ratio: 1/1;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #BC9D62;
        color: #FFF;
        text-decoration: none;
        border-radius: 100px;
        font-size: 20px;
        margin: 0px 15px 0px auto;
        position: relative;
        top: -25px;
        margin-bottom: -20px;
    }
    nav .nav-hide-btn,.nav-show-btn,.drop-back-btn{
        display: block;
    }
    nav #n-c{
        display: block;
    } 
}
@media only screen and (max-width: 767px){
    nav .bttn{
        display: none;
    }
}

/* NAVIGATION--------------------ENDS--------------------HERE----------------------- */

/* BANNER--------------------START--------------------HERE----------------------- */

.banner{
    background-image: url(../images/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
}

.banner::before{
    content: "";
    background: #000000cc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner h1{
    font-size: 55px;
}

@media only screen and (max-width: 1200px){
    .banner h1{
        font-size: 40px;
    }
    .banner p{
        width: 75% !important;
    }
}
@media only screen and (max-width: 767px){
    .banner h1{
        font-size: 30px;
    }
    .baanner p{
        font-size: 14px;
    }
    .banner .bttn{
        margin: 0 auto;
    }
    .banner .banner-content{
        text-align: center;
        margin: 50px 0 !important;
        padding-top: 80px !important;
    }
    .banner p{
        width: 100% !important;
    }
}

/* BANNER--------------------ENDS--------------------HERE----------------------- */

/* BRAND--------------------START--------------------HERE----------------------- */

.brand img{
    width: 120px;
    margin: 0 auto;
    display: block;
}

/* BRAND--------------------ENDS--------------------HERE----------------------- */

/* WORLD--------------------START--------------------HERE----------------------- */

.world h1{
    font-size: 60px;
}

@media only screen and (max-width: 767px){
    .world .world-content{
        margin: 20px 0;
    }
    .world p{
        font-size: 14px;
    }
    .world .world-title{
        text-align: center;
    }
    .world h1{
        font-size: 29px;
    }
    .service h5{
        font-size: 16px;
    }
}

/* WORLD--------------------ENDS--------------------HERE----------------------- */

/* SERVICE--------------------START--------------------HERE----------------------- */

.service{
    background-image: url(../images/services.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.service::before{
    content: "";
    background: #000000de;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service .serv-content{
    border-bottom: 1px solid #FFF;
    margin: 20px 0;
}

.service .serv-content:hover{
    background: #BC9D62;
    border-color: #BC9D62;
}

@media only screen and (max-width: 767px){
    .service .serv-title{
        text-align: center;
    }
    .service h1{
        font-size: 30px !important;
    }
}

/* SERVICE--------------------ENDS--------------------HERE----------------------- */

/* YOUR--------------------START--------------------HERE----------------------- */

.your{
    background-image: url(../images/your-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 0;
    position: relative;
}

.your::before{
    content: "";
    background: #000000bb;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.your h1{
    border-bottom: 1px solid #FFF;
    font-size: 50px;
}

@media only screen and (max-width: 1200px){
    .your .your-content {
        width: 85% !important;
    }
}
@media only screen and (max-width: 992px){
    .your .your-content {
        width: 100% !important;
    }
    .your h1{
        font-size: 45px;
    }
}
@media only screen and (max-width: 767px){
    .your h1{
        font-size: 30px;
    }
    .your h2{
        font-size: 20px !important;
    }
    .your p{
        font-size: 14px;
    }
    .your .your-content {
        width: 100% !important;
    }
    .run p{
        font-size: 14px !important;
    }
    .run img{
        width: 100% !important;
    }
}

/* YOUR--------------------ENDS--------------------HERE----------------------- */

/* MARKET--------------------START--------------------HERE----------------------- */

.market{
    background: #1F2020;
    padding: 100px 0;
}

.market .market-content{
    margin: 20px 0;
}

.market h1::before{
    content: "";
    width: 150px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.market img{
    filter: grayscale(1);
    height: 450px;
}

.market img:hover{
    filter: grayscale(0);
}

@media only screen and (max-width: 992px){
    .market .market-content{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .market p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px){
    .market .market-content{
        margin: 20px 0 !important;
        text-align: center;
    }
    .market img{
        height: 250px;
    }
    .market h1{
        font-size: 30px;
    }
    .market h1::before{
        left: 50%;
        transform: translateX(-50%);
    }
    .images h1{
        font-size: 22px;
    }
}

/* MARKET--------------------ENDS--------------------HERE----------------------- */

/* WE--------------------START--------------------HERE----------------------- */

@media only screen and (max-width: 1200px){
    .we .we-content{
        width: 85% !important;
    }
}
@media only screen and (max-width: 992px){
    .we .we-content{
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px){
    .we p{
        font-size: 14px;
    }
    .we h1{
        font-size: 25px;
    }
}

/* WE--------------------ENDS--------------------HERE----------------------- */

/* TESTIMONIAL--------------------START--------------------HERE----------------------- */

.testimonial{
    background-image: url(../images/test-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 0;
    position: relative;
}

.testimonial::before{
    content: "";
    background: #000000c0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonial .test-bg{
    background: #1F2020;
    width: 95%;
    margin: 0 auto;
    padding: 40px;
}

.testimonial small{
    background: #000;
    width: 100px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border-radius: 100px;
    color: #FFF;
    position: relative;
    top: -100px;
    margin-bottom: -70px;
}

.testimonial h1{
    font-size: 50px;
}

@media only screen and (max-width: 1200px){
    .testimonial h1{
        width: 100% !important;
    }
    .testimonial .test-content{
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 992px){
    .testimonial p{
        font-size: 14px;
    }
    .testimonial h1{
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px){
    .testimonial .test-content{
        margin: 20px 0;
        text-align: center;
    }
    .testimonial small{
        margin: 0 auto -70px;
    }
    .testimonial .test-bg{
        padding: 40px 0;
        width: 100%;
    }
    .testimonial .test-content.p-4{
        padding: 12px 5px !important;
    }
}

/* TESTIMONIAL--------------------ENDS--------------------HERE----------------------- */

/* FOOTER--------------------START--------------------HERE----------------------- */

.footer{
    background: #1F2020;
    padding: 80px 0;
    border-top: 1px solid #BC9D62;
}

.footer .icn{
    background: #000;
    width: 40px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #FFF;
    text-decoration: none;
    margin-right: 8px;
}

.footer .icn:hover{
    background: #FFF;
    color: #000;
}

@media only screen and (max-width: 992px){
    .footer .footer-content{
        margin: 20px 0;
    }
}
@media only screen and (max-width: 767px){
    .footer .footer-content{
        margin: 20px 0 !important;
    }
}

/* FOOTER--------------------ENDS--------------------HERE----------------------- */

/* ABOUT -----------------PAGE--------------------START--------------------HERE----------------------- */

/* WHO--------------------START--------------------HERE----------------------- */

@media only screen and (max-width: 1200px){
    .who .who-content{
        margin: 0 !important;
    }
    .blog h4{
        font-size: 18px;
    }
}
@media only screen and (max-width: 992px){
    .who .who-content{
        padding: 0 !important;
    }
    .who p{
        font-size: 14px;
    }
    .who h5{
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px){
    .who .who-content{
        text-align: center;
        margin: 20px 0 !important;
    }
}

/* WHO--------------------ENDS--------------------HERE----------------------- */

/* CMS--------------------START--------------------HERE----------------------- */

@media only screen and (max-width: 992px){
    .cms .cms-content{
        width: 85% !important;
    }
}
@media only screen and (max-width: 767px){
    .cms .cms-content{
        width: 100% !important;
    }
    .cms p{
        font-size: 14px;
    }
}

/* CMS--------------------ENDS--------------------HERE----------------------- */

/* CONTACT--------------------START--------------------HERE----------------------- */

.contact .icn{
    width: 40px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BC9D62;
    color: #FFF;
    text-decoration: none;
    border-radius: 100px;
    margin-right: 8px;
}

.contact #name{
    width: 100%;
    height: 45px;
    padding: 0 10px;
    margin-bottom: 20px;
    border: 1px solid #FFF;
    background: transparent;
    border-radius: 5px;
    color: #FFF;
}

.contact option{
    background: #000;
}

.contact #name:focus{
    outline: none;
}

.contact #name::placeholder{
    color: #FFF;
}

@media only screen and (max-width: 992px){
    .contact .contact-content{
        margin: 0 !important;
    }
    .contact .contact-content.p-5{
        padding: 20px !important;
        border-radius: 50px 0 0 0 !important;
    }
}
@media only screen and (max-width: 767px){
    .contact .contact-content{
        margin: 20px 0 !important;
        text-align: center;
    }
    .contact .contact-content.p-5{
        border-radius: 10px !important;
    }
    .contact .icns{
        justify-content: center;
    }
    .contact .bttn{
        margin: 0 auto;
    }
    .contact p{
        font-size: 14px;
    }
}

/* CONTACT--------------------ENDS--------------------HERE----------------------- */

/* ABOUT -----------------PAGE--------------------ENDS--------------------HERE----------------------- */