* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.fmobile-logo {
    width: 90px;
    aspect-ratio: 90 / 67;
}
/* MAIN SECTION */
.fixed-section {
    min-height: 100vh;
}

/* LEFT STICKY */
.home_left {
    position: sticky;
    top: 0;
    height: 100vh;
    background: url(../images/home_page/left-bg.jpg);
    background-size: cover;
    background-position:center;

}

.tab-right-image-overlay {
    position: absolute;
       background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.26%, #000000ba 81.6%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}



.home_left h1 {
    transition: all 0.3s ease;
}

/* RIGHT SCROLL AREA */
.home_right {
    padding: 0;
}

/* SECTIONS */
.section {
    color: #fff;
    font-size: 24px;
    padding-left: 15px;
}



.main-header {
     position: absolute;
    top: 30px;
    width: 100%;
}

.banner-header-set {
   margin: 0 auto;
    width: 80%;
}

.home_logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.q-change-one {
font-family:StackSansText-Light;
font-size: 14.8px;
line-height: 100%;
letter-spacing: 5%;
text-transform: uppercase;
display: block;
}

.q-change-two {
font-family:StackSansText-SemiBold;
    font-size: 24.07px;
    line-height: 31px;
letter-spacing: 5%;
text-transform: uppercase;
display: block;
}


.q-change-three {
font-family:StackSansText-Light;
    font-size: 15.03px;
letter-spacing: 5%;
text-transform: uppercase;
display: block;
}

.inch-img {
    right: 0;
    top: 0;
}

.inch-img img {
    min-width: 25px;
    object-fit: cover;
}

.banner-section img {
    border-radius: 5px;
}

.banner-overlay {
    position: absolute;
    background: linear-gradient(90.24deg, rgba(0, 0, 0, 0) 77.05%, rgba(0, 0, 0, 0.331153) 84.91%, rgba(0, 0, 0, 0.616811) 92.08%, rgba(0, 0, 0, 0.77) 99.79%),
linear-gradient(180deg, rgba(0, 0, 0, 0) 67.76%, #000000 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}
.banner-overlay::after{
    content: '';
    position: absolute;
    background: ;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 25%;

}
.Design_Defined_content p {
font-family:Geom-Light;
font-size: 14px;
line-height: 180%;
letter-spacing:0.75px;
color: #191919;
}

.cus-tab {
    font-family:Geom-Semibold;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #0E0E0E;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFf !important;
    background-color: #4F210D;

    padding: 11px 16px !important;
    border-radius: 0 !important;
    border-top-left-radius:2px !important;
    border-top-right-radius:2px !important;
    background: #561B01;
}

.content-tab {
font-family:Geom-Light;
font-size: 14px;
line-height: 180%;
letter-spacing:0.75px;
color: #DADADA;
}

.tab-content {
    /* background: url(../images/home_page/tab-bg.jpg); */
    background-size: cover;
    background-position: center;
        z-index: 9;
        background: radial-gradient(100% 100% at 50% 0%, #8A2E00 0%, #3E1200 100%);
}

.tab-list li{
font-family:Geom-Light;
font-size: 14px;
line-height: 180%;
letter-spacing: 0.75px;
color: #DADADA;
list-style: none;
}

.nav-link:hover {
    color: #000;
}


.page-center-content {
font-family:Geom-Light;
font-size: 15px;
line-height: 180%;
letter-spacing: 0.75px;
text-align: center;
color: #191919;
}

.main-Interior-design::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    /* background: url(../images/home_page/black-board.jpg); */
    background-size: cover;
    background-position: center;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: radial-gradient(58.13% 368.81% at 84.36% 41.87%, #8A2E00 0%, #3E1200 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}

.leaf img {
        position: absolute;
    bottom: 0;
    right: 0;
    width: max-content;
    padding: 0;
}

 .stats-area h2 {
         font-family:AlumniSans-Regular;
         font-size: 58.22px;
         line-height: 100%;
         letter-spacing:0.75px;
         color: #1E1E1E;
         opacity: 30%;
        margin: 0;
         }
         .stats-area span {
        font-family:Geom-Light;
font-size: 15px;
line-height: 100%;
letter-spacing:0.75px;
color: #1e1e1e;
         }


         .stats-line::after {
            position: absolute;
            content: "";
            width: 2px;
            height: 100%;
    background: linear-gradient(356deg, #FFFFFF 0%, #FFD29B 48.85%, #FFFFFF 100%);
    left: 53%;
transform: translateX(-50%);

         }

          .stats-line::before {
            position: absolute;
            content: "";
            width:100%;
            height:2px;
background: linear-gradient(268deg, #FFFFFF 0%, #FFD29B 48.85%, #FFFFFF 100%);
top: 50%;
transform: translateY(-50%);

         }


         /* auto slide START */


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
      align-items: center;
}

.slider .slide {
  padding-left: 80px
}


         /* AUTO SLIDE ENG  */


          .gallery-section {
            max-width: 1200px;
            margin: 0 auto;
        }

        .gallery-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .gallery-header h2 {
            font-size: 32px;
            color: #0066cc;
            font-weight: 700;
            position: relative;
            padding-bottom: 10px;
        }

        .gallery-header h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: #0066cc;
        }

        .view-more-btn {
            background: #1a1a1a;
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .view-more-btn:hover {
            background: #333;
            transform: translateY(-2px);
        }

        .swiper {
            width: 100%;
            height: auto;
            padding-bottom: 50px;
        }

        .swiper-slide {
            height: auto;
        }

        .gallery-item {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            background: white;
        }

        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .gallery-item img {
            width: 100%;
            height: 280px;
            object-fit: cover;
            display: block;
        }

        .gallery-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1;
        }

        .gallery-item:hover::before {
            opacity: 1;
        }

        .gallery-item::after {
            content: '🔍';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            font-size: 48px;
            color: white;
            z-index: 2;
            transition: transform 0.3s ease;
        }

        .gallery-item:hover::after {
            transform: translate(-50%, -50%) scale(1);
        }

        .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #0066cc;
            opacity: 0.5;
        }

        .swiper-pagination-bullet-active {
            opacity: 1;
            width: 30px;
            border-radius: 5px;
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #0066cc;
            background: white;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 20px;
            font-weight: 900;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .gallery-header h2 {
                font-size: 24px;
            }

            .view-more-btn {
                padding: 10px 20px;
                font-size: 12px;
            }

            .gallery-item img {
                height: 220px;
            }
        }

        .gallery-heading {
 font-family:Geom-Bold ;
font-size: 23.89px;
line-height: 100%;
letter-spacing:0.75px;
text-transform: uppercase;
color: #000;

        }

        .View_More_link {
           font-family:Geom-Light;
font-size: 14px;
line-height: 180%;
letter-spacing: 3%;
color: #fff;
background: #000;
    text-decoration: none;
        padding: 3px 7px;
    border-radius: 8px;

        }



/* MOBILE */
@media (max-width: 767px) {
    .home_left {
        position: static;
        height: auto;
    }
}

@media (min-width: 767px) {
    .hide-md {
    visibility: hidden;
  }
}




/* banner respansive  */
@media (max-width: 768px) {
  
.home_left {
    background: transparent;
}

  .section1 {
    display: none;
  }

  .left-side {
    width: 25px;
  }

  .right-side {
     width:calc(100% - 25px);
  }

  .q-change-two  {
    line-height: 80%;
  }

   #leftText {
        display: none;
    }
     .inch-img {
        position: fixed !important;
        left: 0;
        right: unset;
    }
  
}

@media (max-width:991px) {

   

   .cus-tab,.cus-tab:hover{
    color: #fff;
   }


    .card {
        background: transparent;
    }

    .main-tab  {
        margin-top: -51px;
    }

    /* .cus-tab {
        color: #fff;
    } */

    .stats-line {
        width: 50%;
        margin: 0 auto;
        padding: 30px 0;
    }

    .main-Interior-design::after {
        height: 70%;
    }

    .stats-line::after {
    background: linear-gradient(356deg, #ffffff00 0%, #FFD29B 48.85%, #ffffff00 100%);
        height: 74%;
}

.stats-area h2 {
    color: #fff;
    opacity: 60%;
}

.stats-area span {
    color: #fff;
}

.stats-line::before {
    background: linear-gradient(268deg, #ffffff00 0%, #FFD29B 48.85%, #ffffff00 100%);
}
}


@media (max-width: 575px) {
    .stats-line {
        width: 97%;
        margin: 0 auto;
        padding: 30px 0;
    }


    .main-Interior-design::after {
        height: 79%;
    }

    .slider .slide {
    padding-left: 40px;
}

.banner-img {
    /* height: 300px; */
    object-fit: cover;
    height: 75vh;
}
.banner-overlay{
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 64.97%, rgba(0, 0, 0, 0.56) 79.04%, rgba(0, 0, 0, 0.91) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70.67%, #000 100%);
    
}
.q-change-one {
    font-size: 12.8px;
}

.q-change-two {
        font-size: 18px;
        line-height: 21px;
}

.q-change-three {
    font-size: 13px;
}


.left-side-change-heading {
        gap: 21px !important;
}

.left-side-change-heading img{
     width: 9%;
}

.gallery-heading {
    font-size: 15.89px;
}

.View_More_link {
    font-size: 12px;

}

}

@media (max-width:1350px) {
    .leaf img {
            height: 51%;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .stats-area span {
    font-size: 12px;
}

.stats-line::after {
    z-index: -1;
}
}


@media (max-width:1200px) {
    .tab-right-image {
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width:1900px) {
    .stats-line {
        margin-top: 100px;
    }
}

footer {
        z-index: 9999999999;
    position: relative;
}

.right-side {
    z-index: 999999;
}

.fancybox-container {
    z-index: 999999999999999999999 !important;

}

.menu-container{
    z-index: 9999999;
}

.offcanvas-backdrop{
        z-index: 999999;
}
.modal-backdrop{
          z-index: 999999;
}

footer{
        z-index: 3;
}
.privacypopup{
        z-index: 9999999999;
}

.cnav-tabs{
    gap: 12px;
}
.cus-tab{
    font-size: 13px;
    letter-spacing: 0.75px;
}
@media (max-width:575px){
    .leaf img{
    height: 24%;
}
}
@media (max-width:400px){
    .cus-tab,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    font-size: 10px;
    letter-spacing: 0.75px;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
}

@media (min-width:768px){
    .cnav-tabs{
        gap: 35px;
    }
    .cus-tab{
        font-size: 16px;
    }
}

.client-logo1{
    width: 122px;
}
.client-logo2{
    width: 126px;
}
.client-logo3{
    width: 156px;
}
.client-logo4{
    width: 125px;
}

.client-logo5{
        width: 163px;

}
.client-logo6{
        width: 222px;

}

.client-logo7{
    width: 210px;
}
.fancybox-button--thumbs,.fancybox-button--play{
    display: none !important;
}

 body {
            overflow-x: hidden;
            overflow-y: scroll;
        }


        .gallery-slide1 img{
            border-radius: 4px;
        }
 @media(min-width:768px){
    .home_logo{
        left: 35%;
    }
   }
       @media (min-width:992px){
    #leftText .ps-lg-5{
        padding-left: 2rem !important;
    }
     .home_logo {
       left: 32%;
    }
   }     

   @media (min-width:1200px){
    #leftText .ps-lg-5{
        padding-left: 2.5rem !important;
    }
    .home_logo {
       left: 40%;
    }
   }     

  @media (min-width:1200px) and (max-width:1280px){
    #leftText .ps-lg-5{
        padding-left: 1.7rem !important;
    }
    
  }


    .swiper-pagination-bullet {
         background: #303030 !important;
      }

      .swiper-button-next,
      .swiper-button-prev {
         width: 30px;
         height: 30px;
      }

      .swiper-button-next:after,
      .swiper-button-prev:after {
         font-size: 13px;
         font-weight: 900;
         color: #000;
      }
        .bannerSwiper {
    width: 100%;
    padding-bottom: 0px;
}

.bannerSwiper img {
    display: block;
    width: 100%;
}
.banner-overlay{
   z-index: 1;
}
.bannerSwiper   .swiper-pagination-bullet {
 background: #fff !important;
 z-index: 3;
  transition: all 0.5ss ease;
}
.bannerSwiper .swiper-pagination-bullet-active{
   width: 15px;
   height: 15px;
   transition: all 0.5s ease;
   border-radius: 50px;
}
.banner-swiper-pagination{
   display: flex;
   align-items: center;
   justify-content: flex-end;
   padding-bottom: 8px;
   gap: 8px;
   padding-right:16px ;
}
.main-header{
   z-index: 3;
}
@media (min-width:768px){
   .bannerSwiper .swiper-pagination-bullet-active{
   width: 18px;
   height: 18px;
   }
   .banner-swiper-pagination{
 padding-right:22px ;
   }
}



#leftText span {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  animation: revealText 0.6s ease forwards;
}

/* Delay each line */
#leftText > span:nth-child(1) { animation-delay: 0.4s; }
#leftText  > span:nth-child(2) { animation-delay: 0.8s; }
#leftText > span:nth-child(3) { animation-delay: 1.2s; }
#leftText  > span:nth-child(4) { animation-delay: 1.6s; }
#leftText  > span:nth-child(5) { animation-delay: 2s; }
#leftText > span:nth-child(6) { animation-delay: 2.4s; }


@keyframes revealText {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

  