@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600&display=swap');
*{
    margin: 0;
    padding: 0;
}
body, html {
    overflow-x: hidden; /* Prevent horizontal scrolling */
}
body{
    background: #F7F6F1;
    overflow-x: hidden;
    /* overflow-y: hidden; */
}
p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #808287;
}
h1{
    font-family: 'Space Grotesk';
    font-size: 2rem;
    margin-bottom: 20px;
}
h2{
    font-family: 'Space Grotesk';
}
a{
    text-decoration: none;
}
h5{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #000000;
}
h3{
    font-family: 'Space Grotesk';
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 40px;
}
h6{
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
    color: #FCC233;
}
header{
    height: 700px;
    margin: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1.56%, rgba(0, 0, 0, 0.6) 59.23%), url("../imgs/header-bg.jpg");
    border-radius: 50px 50px 250px 50px;
    background-size: cover;
}
ul li a{
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}
ul li .active {
    color: #FCC233;
}
.logo img{
    width: 120px;
    height: 80px;
}
nav{
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    position: relative;
}
nav ul{
    display: flex;
    align-items: center;
}
nav li{
    padding-left: 20px;
    list-style: none;
    font-size: 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 300;
}
.header-content{
    padding-left: 50px;
    padding-top: 300px;
}
.header-content h1{
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 57px;
    text-transform: capitalize;
    color: #FCC233;
    padding-bottom: 10px;
}
.header-content p{
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}

/* about start  */
.about{
    padding: 100px 0px;
}
.about-img img{
    width: 100%;
    height: 568px;
}
.about-content{
    padding-top: 100px;
}
.about-content h1{
    text-transform: uppercase;
    font-size: 45px;
    color: #000000;
    font-weight: 700;
    font-family: 'Space Grotesk';
    padding-bottom: 10px;
}
.about-content h6{
    text-transform: capitalize;
    color: #FCC233;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Space Grotesk';
    padding-bottom: 10px;
}
.about-content p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #808287;
}
.about-content a{
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    border-left: 10px solid #C29628;
    
    padding-left: 10px;
}
.about-content a i{
    padding-left: 10px;
}
/* about end  */


/* vision mission start  */
.vision-mission{
    padding: 100px 0px;
    position: relative;
}
.vision,.mission{
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 0px 100px 50px;
    width: 90%;
    height: 350px;
    padding: 20px 50px;
    box-shadow: 10px 10px 0px #C29628;
}
.vision img, .mission img{
    width: 100px;
    padding-bottom: 20px;
}
.vision h1, .mission h1{
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
    color: #FCC233;
}
.miss-visi {
    position: relative;
}
.round-small{
    position: absolute;
    top: -30px;
    left: -10px;
    z-index: -1 !important;
}
/* vision mission end  */


/* services start  */
.services{
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}
.services h2{
    padding-bottom: 80px;
    color: #FCC233;
    font-size: 45px;
    font-weight: 700;
}
.service-row{
    margin: 0px 0px 190px 0px;
    /* overflow-x: hidden; */
}
.service-group-images{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-img{
    position: relative;
    width: 100%;
    text-align: center;
    margin: auto;
    /* overflow-x: hidden; */
}
.service-img img{
    width: 250px;
    overflow-x: hidden;
}
.interior-img-1{
    position: absolute;
    top: 50px;
    left: 50%;
    overflow-x: hidden;
}
.interior-img-2{
    position: absolute;
    left: 120px;
    top: 10px;
    overflow-x: hidden;
}
.interior-img-3{
    position: absolute;
    left: 220px;
    top: 150px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.service-contents{
    text-align: left;
    padding-top: 50px;
}
.service-contents h3 {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 40px;
}
.service-contents p{
    padding-bottom: 10px;
}
.service-contents a{
    padding: 14px 30px;
    background-color: #926800;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
}
.service-contents a:hover{
    background: linear-gradient(90deg, #C29628 0%, #FCC233 100%);
}
.other-service a{
    padding: 14px 30px;
    background-color: #926800;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
}
.other-service a:hover{
    background: linear-gradient(90deg, #C29628 0%, #FCC233 100%);
}
.service-contents i{
    padding-left: 4px;
}
/* services end */

/* we do start  */
.we-do{
    background: url(../imgs/we-do-bg.jpg);
    text-align: center;
}
.we-do h2{
    text-transform: capitalize;
    padding-top: 60px;
    color: #FCC233;
    font-size: 30px !important;
}
.we-do p{
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 10px;
    letter-spacing: 3px;
}
.we-do p span{
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 1px!important;
}
/* scroll down start  */
.we p{
    text-align: left !important;
    padding-bottom: 0px !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    color: #fff;
    padding-top: 0px;
    letter-spacing: 2px;
}
.we-do-img{
    height: 100%;
    align-items: center;
    display: flex;
}
.we-do-img img{
    width: 100%;
}
.scroll {
    margin-right: 100px;
}
.scroll ul{
    background-color: transparent;
    height: 250px;
    overflow-y: scroll;
    color: #fff;
}
.scroll ul li{
    padding-top: 20px;
    padding-left: 0px;
    text-align: left;
    list-style: none;
}
.scroll ul li i{
    width: 10px;
    color: #FCC233;
    padding-right: 30px;
}
.what-we-do{
    padding: 50px 0px;
}

/* custom scroll bar  */
/* width */
.scroll ::-webkit-scrollbar {
    width: 20px;
}

/* Track */
.scroll ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 7px;
}

/* Handle */
.scroll ::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255); 
    border-radius: 7px;
}

/* Handle on hover */
.scroll ::-webkit-scrollbar-thumb:hover {
    background: #FCC233; 
}
/* custom scroll bar  */

/* scroll down end */
/* we do end */


/* counting start  */
.counting{
    padding: 150px 0px;
}
.project-done{
    padding: 100px 0px 30px 0px;
    text-align: center;
    background: url(../imgs/couting-bg.png);
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
    position: relative;
    margin: 0px 20px;
    height: 240px;
}
.project-done:hover{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -0.07%, #FCC233 126.94%);
}
.project-done img{
    position: absolute;
    width: 100px;
    left: 90px;
    top: -50px;
}
.project-done h1{
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.project-done h2{
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    background: #FCC233;
    margin: 0px 50px;
    padding: 5px;
}

/* counting end */

/* client logo start */
.clients{
    padding: 40px 0px 70px 0px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 100px !important;
}
.clients h1{
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    line-height: 57px;
    text-transform: uppercase;
    color: #FCC233;
    padding-bottom: 50px;
}
.container.clients {
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
}
.slider-container {
    overflow: hidden; /* Hide overflowing content */
    position: relative;
    width: 100%;
}

.slider-track {
    display: flex;
    animation: scroll 20s linear infinite; /* Smooth, continuous animation */
}

.logo-item {
    flex: 0 0 auto;
    width: 200px; /* Adjust as needed for logo size */
    margin: 0 10px;
    text-align: center;
}

.logo-item img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 30px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}


@media (min-width: 768px) {
    .logo-item {
        flex: 0 0 33.33%; /* Show 3 logos per slide on medium screens */
    }
}

@media (min-width: 1024px) {
    .logo-item {
        flex: 0 0 20%; /* Show 5 logos per slide on large screens */
    }
}



/* client logo end */

/* map start  */
.address-details-2{
    display: none;
}

.map-details
{
    padding-bottom: 100px;
}
.map
{
    background: #fff;
    height: 300px;
    width: 400px;
}
.map-box
{
    width: 100%;
    height: 550px;
}
.area
{
    display: flex;
    align-items: center;
}
.area p
{
    margin-bottom: 5px;
}
.area a
{
    margin-bottom: 5px;
    color: #808287;
}
.area i
{
    padding-right: 10px;
    padding-top: 10px;
    width: 40px;
    height: 40px;
    justify-content: center;
}
.address
{
    position: relative;
}
.address-details
{
    position: absolute;
    right: -200px;
    top: 100px;
    width: 330px;
    padding: 25px 30px;
    background: #FFFFFF;
    border: 3px solid #C29628;
    box-shadow: 0px 11px 21px rgba(213, 213, 213, 0.25);
    border-radius: 20px;
}
.address-details h1
{
    font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 36px;
    color: #FCC233;
    padding-bottom: 15px;
}
.address-details h2
{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #000000;
    padding: 10px 0px 5px 0px;
}
.social-icons i
{
    font-size: 25px;
    padding-right: 10px;
}
/* map end */

/* start footer  */
footer
{
    position: relative;
}



/* contact section start  */
.contact-section
{
    /* background-color: #fff; */
    padding: 60px 100px 20px 100px;
    color: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.039), rgba(0, 0, 0, 0.124)), url(../imgs/footer-bg.png);
}
.contact-section .logo-details
{
padding-right: 50px;
}
.contact-section .logo-details img
{
    width: 100px;
    
}
.contact-section .logo-details p{
    padding-top: 20px;
    font-size: 14px;
}
.contact-section .menus h2
{
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #FCC233;
}
.social-icons-bottom h2{
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #FCC233;
}
.contact-section .menus li
{
    list-style: none;
    margin-bottom: 10px;
    
}
.menus li a.bottom-active
{
    color: #fff !important;
}
.contact-section .menus li a{
    color: #000;
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    color: #808287;
}
.contact-section .menus li a:hover
{
    color: #fff;
}
.social-icons
{
    padding-top: 10px;
}
.social-icons a i:hover
{
    color: rgb(252, 194, 51);
    transform: scale(1.3);
}
.social-icons a i
{
    color: #000;
    font-size: 25px;
    padding-left: 2px;
    transition: transform .2s;
}
.footer-social-icons
{
    display: flex;
    flex-direction: column;
}
.footer-social-icons a
{
    padding-bottom: 18px;
    font-family: 'Nunito Sans';
    font-size: 14px;
    text-transform: capitalize;
    color: #808287;
    text-decoration: none;
}
.footer-social-icons a:hover
{
    color: #fff;
}
.footer-social-icons i
{
    color: #fff;
    padding-right: 20px;
    font-size: 22px;
}
/* footer end  */





/* copyright start  */
.copyright
{
    background-color: rgb(40, 40, 40);
    color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 10px 0px;
}
.copyright p{
    margin-bottom: 0px !important;
    font-size: 12px;
}
.copyright a{
    color: #2aa7df;
}
.copyright a:hover
{
    text-decoration: underline;
}
/* copyright end  */


.top{
    /* position: relative; */
    position: fixed;
    right: 100px;
    bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top a
{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top i
{
    font-size: 40px;
    color: #FCC233;
    z-index: 9;
}
.top h2{
    font-size: 14px;
    color: #000;
}





/* nav start  */

.side_navigation {
    padding: 40px;
    position: fixed;
    top: 0;
    right: -300px;
    opacity: 0;
    background: #fff;
    z-index: 9999;
    height: 100%;
    width: 300px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    transition: .5s ease-in-out 0s;
}
.close_icon {
    position: absolute;
    top: 30px;
    right: 30px;
}
.close-container i {
    font-size: 25px;
    padding-right: 20px;
}
.close-container i:hover
{
    cursor: pointer;
}
.side_logo {
    width: 70px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
}
.side_menubar {
    margin-top: 30px;
}
.side_menubar ul li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #f1f1f1 !important;
}
.side_navigation li.active a {
    background: black;
    text-align: center;
    border-radius: 5px;
    color: white;
}
.side_menubar ul
{
    padding: 0px;
}
.side_menubar ul li a {
    text-align: center;
    color: #636363;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0;
    display: block;
    letter-spacing: 1px;
}
.side_menubar ul li a:hover
{
    background: rgb(139, 139, 139);
    text-align: center;
    border-radius: 5px;
    color: white;
}

.overlay_bg {
    position: fixed;
    top: 0;
    left: 0;
    width:   0%;
    transition: .5s ease-in-out 0s;
    background: rgba(0, 0, 0, .8);
    height: 100%;
    z-index: 9997;
}
.menu_icon {
    margin-left: 26px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: none;
}
.menu_icon div {
    width: 27px;
    height: 20px;
    position: relative;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.menu_icon div span:nth-child(1) {
    position: absolute;
    top: -2px;
    width: 25.6px;
}
.menu_icon div span {
    width: 100%;
    right: 0;
    height: 2px;
    background-color: #636363;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.menu_icon div span:nth-child(2) {
    position: absolute;
    top: calc(50% - 4px);
    width: 19.4px;
}
.menu_icon div span:nth-child(3) {
    position: absolute;
    top: calc(100% - 6px);
    width: 13.4px;
}
.menu_icon div:hover span:nth-child(1), .menu_icon div:hover span:nth-child(2), .menu_icon div:hover span:nth-child(3) {
    width: 100%;
}


video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.heading
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.heading h1
{
    color: #FFCC03;
    font-size: 50px;
}
.top-bar-2
{
    position: absolute;
    width: 100%;
}
.flex-box
{
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
    align-items: center;
}
.logo img
{
    width: 100px;
}
.social-media a
{
margin: 10px;
}
.social-media i
{
    font-size: 30px;
    color: #158f00;
    padding: 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
}
.social-media i:hover
{
 color: #000;
 background-color: #FFCC03;
 padding: 6px;
 border-radius: 50%;
 
}
.bottom-menus
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.47);
    position: fixed;
    bottom: 0;
    padding: 10px 0px;
}
.bottom-menus a
{
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    margin-right: 10px;
}
.bottom-menus a:hover
{
    background: rgba(255, 255, 255, 0.54);
    box-shadow: inset 4px 4px 5px rgba(255, 255, 255, 0.4), inset -4px -4px 5px rgba(255, 255, 255, 0.52);
    border-radius: 50px;
    color: #000;
    font-weight: 600;

}
.bottom-menus a span
{
    margin-left: -5px;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    margin-right: 5px;
}
.bottom-menus a img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

