html {
    scroll-behavior: smooth;
}

body{
    margin: 0 0;
    overflow-x: hidden;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* video preload */
#video-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
  }
  
  #video-preloader video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  






/* Underline Effect */

/* Underline Effect */
.underline{
    position: relative;
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
  
  .underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #a99560;
    transition: width 0.4s ease-in-out;
  }
  
  .underline:hover::after {
    width: 100%;
  }


.underline2{
  position: relative;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.underline2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: rgb(0, 0, 0);
  transition: width 0.4s ease-in-out;
}

.underline2:hover::after {
  width: 100%;
}

.underline3{
  position: relative;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.underline3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transition: width 0.4s ease-in-out;
}

.underline3:hover::after {
  width: 100%;
}











/* Navbar Section */
nav{
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999; /* so it stays above hero video */
}


.navbar{
    margin-top: 3vh;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.826);
    width: 88.75vw;
    max-width: 1440px;
    padding: 10px 10px;
    border-radius: 50px;
    transition: background-color 0.8s ease, color 0.5s ease;
}

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

.navbar-links{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    padding: 0 10px;
}
.navbar-links a{
    text-decoration: none;
    color: #a99560;
    /* color: #f4e186; */
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.navbar-links a:hover{
    text-decoration: none;
    /* color: #f4e186; */
    color: #a99560;
}



.navbar-mid a{
    color: #D3AF37;
    text-decoration: none;
    /* font-family: 'Canela Text'; */
    /* font-family: "Viaoda Libre", serif; */
    /* font-family: 'DM Serif'; */
    /* font-family: "IBM Plex Serif", serif; */
    font-family: "Spectral", serif;

    /* font-weight: 1000; */
    font-style: normal;
    font-size: 30px;
    /* color: #c6b88e; */
}

.navbar-contact{
    margin-left: 13rem;
    background: #f7f7f7;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.nav-contact{
    /* color: #a99560; */ 
    color: #4e4103;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}


.navbar-contact:hover .nav-contact{
    /* color: #f4e186; */
    color: #a99560;
}

.navbar-contact:hover{
    background-color: #000000;
    cursor: pointer;
}

/* after scroll */
/* .navbar.scrolled {
    background-color: #d6d7ff60;
} */










/* Navbar Hamburger Toggle menu */
/* Default desktop view */
.hamburger {
  display: none;
  font-size: 30px;
  cursor: pointer;
}
.navbar2{
  display: none;
}
.side-panel{
  display: none;
}


@media (max-width: 1024px) {

  /* Navbar 2*/
  .navbar{
    display: none !important;
  }
  .resp-nav2{
    display: block;
  }
  .navbar2{
    display: flex;
    justify-content: center;
  }
  .navbar2-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88.75vw;
  }



  .hamburger {
    display: block;
  }

  .menu-content {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }

  .menu-content.show {
    display: flex;
  }

  .navbar2-links, .contact-us-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .navbar2-links a, .contact-us-wrapper a {
    display: block;
    padding: 10px;
    text-align: center;
  }


  

/* Navbar layout */
.navbar-2{
  display: flex;
  justify-content: center;
  width: 100%;
}
.navbar2 {
    display: block;
    display: flex;
    justify-content: center;
    position: fixed;
    /* color: white; */
    background-color: rgba(0, 0, 0, 0.623);
    z-index: 10;
    margin-top: 3vh;
    z-index: 100;
    width: 88.75vw;
    padding: 10px 20px;
    border-radius: 50px;
    transition: background-color 0.8s ease, color 0.5s ease;
}

.nav2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
}

.logo2 a{
  color: #D3AF37;
  text-decoration: none;
  /* font-family: 'Canela Text'; */
  /* font-family: "Viaoda Libre", serif; */
  /* font-family: 'DM Serif'; */
  /* font-family: "IBM Plex Serif", serif; */
  font-family: "Spectral", serif;

  /* font-weight: 1000; */
  font-style: normal;
  font-size: 30px;
  /* color: #c6b88e; */
}

/* Hamburger styles */
.hamburger-icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: end;
  transition: all 0.3s ease-in-out;
  margin-right: -0.2rem;
}

.nav-hr {
  width: 25px;
  height: 2px;
  background: linear-gradient(to right, #D3AF37, #4e4103);
  margin: 0;
  border: none;
  transition: all 0.3s ease-in-out;
}
.nav-hr3{
  width: 15px;
  height: 2px;
  background: linear-gradient(to right, #683b00, #D3AF37);
  margin: 0;
  border: none;
  transition: all 0.3s ease-in-out;
}
/* Animate to X */
.hamburger-icon.active .top-bar {
  transform: rotate(45deg) translate(4px, 4px);
}

.hamburger-icon.active .middle-bar {
  transform: rotate(-45deg) translate(1px, -1px);
}

.hamburger-icon.active .bottom-bar {
  opacity: 0;
}
#navbar2 {
  background-position: right top;
  background-size: 0% 100%;
  transition: background-size 0.7s ease-in-out, background-color 0.7s ease-in-out;
}
#navbar2.black-bg {
  background-color: #32010184;
  background-size: 100% 100%;    /* Slide in fully from right */
}





/* Side panel hidden by default */
.side-panel{
  display: block;
  overflow-y: hidden !important;
}
.side-panel {
  position: fixed;
  left: 100%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: #000;
  padding: 60px 20px;
  transition: left 0.7s ease-in-out;
  z-index: 9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Show panel */
.side-panel.active {
  /* transform: translateY(0%); */
  left: -1%;
  width: 100%;
  height: 100%;
}

.side-nav-links {
  margin-top: 60px;
  list-style: none;
  font-family: "space grotesk";
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.navbar2-links a {
  margin-bottom: 1px;
  padding-top: 20px;
}
.side-nav-links a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1rem;
}
.navbar2-contact-us-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar2-contact-us-wrapper .contact-us{
  background-color: #f7f7f7;
  padding: 0 15vw;
  border-radius: 50px;
  color: #000;
}

}






/* Hero Section */
/* Ensure hero is a full-viewport section with the video behind text */
.hero {
    margin-top: -84px;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  
  .hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  
  .hero-background video {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -2;
  }
  
  /* Soft dark overlay for readability */
  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.796), rgba(0, 0, 0, 0.3));
    z-index: -1;
  }
  
  /* Centered headline & subheadline */
  .hero-content {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    height: 100vh;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #f7f7f7;
  }


  
  .hero-content h1 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: clamp(28px, 5vw, 52px);
    margin: 20vh 0 16px 0;
    letter-spacing: 0.5px;
  }
  
  .hero-content p {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 2.2vw, 20px);
    line-height: 1.6;
    opacity: 0.95;
    margin: 0 auto;
    max-width: 900px;
  }
  
  /* Optional CTA style (if you uncomment in HTML) */
  .hero-cta {
    display: inline-block;
    margin: 28px auto 0;
    padding: 12px 22px;
    border-radius: 999px;
    background: #000000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease;
  }
  .hero-cta:hover { transform: translateY(-2px); background: #4e4103; }
 
  
  /* Keep nav above hero */
  nav { position: sticky; top: 0; z-index: 999; }
  
  /* Responsive tweaks */
  @media (max-width: 768px) {
    .hero-content { padding: 0 16px; }
  }
  



@font-face {
    font-family: 'Canela Text';
    src: url('/canela-text-trial-webfont/Canela-Light-Trial.woff') format('woff2'); /* Replace with your font path */
    font-weight: 300; /* Corresponds to Light */
    font-style: normal;
}






/* About Us Section */
.about{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.about-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 87.75vw;
    max-width: 1440px;
    margin-top: 100px;
}
.about-heading h1{
    color: #D3AF37;
}
.about-info{
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    color: #f7f7f7;
    /* align-items: center; */
    /* font-family: 'canela text', sans-serif !important; Or your preferred fallback */
    gap: 2rem;
}
.about-info-display2{
  display: none;
}
.about-info h1{
    color: #f7f7f7;
    font-size: 52px;
}
.about-img{
    width: 30vw;
}
.about-img img{
    width: 100%;
    border-radius: 20px;
}
.about-para{
    width: 35vw;
}

.about-img,
.about-para {
  will-change: transform, opacity;
  transition: none; /* animation controlled by JS */
}

.about-details{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a99560;
    width: 100%;
}
.about-details-container p{
    width: 60vw;
    text-align: center;
    margin-top: 100px;
}


@media screen and (max-width: 485px) { 
  .about-info{
    grid-template-columns: repeat(1, 1fr);
  }
  .about-info-display2{
    display: block;
  }
  .about-info-display1{
    display: none;
  }


  .about-img{
    width: 50vw;
  }
  .about-para{
    width: 60vw;
  }


  .about-details-container p{
    width: 80vw;
    text-align: center;
  }

}



@media screen and (max-width: 425px) { 

  .about-para{
    font-size: 0.7rem;
  }


  .about-details-container p{
    font-size: 0.7rem !important;
  }
  
}










/* Project Section */

.project{
    background-color: #2e0701c7;
    display: flex;
    justify-content: center !important;
    width: 100%;
    padding-top: 100px;
}
.project-container{
    display: flex;
    justify-content: left;
    width: 87.75vw;
    max-width: 1440px;
}

.project-heading{
  width: 100%;
}
.project-heading h1{
    text-align: left;
    color: #a99560;
    width: 30vw;
}
.project-heading p{
    text-align: left;
    color: #f7f7f7;
    width: 30vw;
}

/* Responsive Code */
@media screen and (max-width: 768px) {
  .project-container{
    justify-content: center !important;
  }
  .project-heading h1{
    text-align: center;
    width: 100%;
  }
  .project-heading p{
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .project-container{
    justify-content: center !important;
  }
  .project-heading h1{
    text-align: center;
    font-size: 1.5rem;
  }
  .project-heading p{
    font-size: 0.8rem;
    text-align: center;
  }
}




/* Project Cards Section */
.project-card{
    background-color: #2e0701c7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 70px;
    overflow-x: hidden;
}

.project-card-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88.75vw;
    max-width: 1440px;
    margin-left: 40vw;
}

.project-slider{
    width: 100%;
}

.project-info{
    margin-top: 60px !important;
    margin-left: 2rem;
    color: #a99560;
    width: fit-content;
}

.project-info img{
    width: 100%;
    height: 400px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
}
.project-info a:hover img{
    transform: scale(1.02);
}

.project-info a {
    text-decoration: none;
}
.project-info a h1{
    margin-bottom: -10px;
    color: #a99560;
}
.project-info .project-subtitle{
    background: #a99560;
    width: fit-content;
    padding: 10px;
    border-radius: 20px;
    color: #000;
    font-size: 10px;
}

.project-slider .slick-dots {
    gap: 8px;
    bottom: -130px;
    left: -220px;
}

.project-slider .slick-dots li.slick-active button:before {
   background-color: #a99560;
}

.project-slider .slick-dots li {
    background-color: #382600;
}


/* Responsive Code */
@media screen and (max-width: 768px) {
  .project-card{
    overflow-x: visible;
  }
  .project-card-container{
    width: 88.75vw;
    max-width: 1440px;
    margin-left: 0vw;
  }
  .project-info img{
    object-fit: cover;
    margin-left: -10px;
  }
  .project-slider .slick-dots {
    gap: 8px;
    bottom: -100px;
    left: 0px;
}
}
@media screen and (max-width: 485px) {
  .project-info img{
    width: 100%;
    height: 300px;
    margin-left: -10px;
  }
  .project-info p{
    margin-left: -10px;
  }
  .project-info h1{
    margin-left: -10px;
  }
}
@media screen and (max-width: 425px) {
  .project-info img{
    width: 100%;
    height: 700px;
    object-fit: cover;
  }
}













/* Counter Number Section(Craft) */
/* 
.craft{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.craft-container{
    margin-top: -250px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88.75vw;
    max-width: 14440px;   
}

.craft-number p{
    font-size: 20rem;
    color: #4e4103;
    padding: 0 !important;
} */

.craft {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .craft-container {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88.75vw;
    max-width: 1440px;   
  }
  
  .craft-number {
    display: flex;
    flex-direction: column;  /* Stack items vertically */
    align-items: start;
    text-align: center;
  }
  
  .craft-number .craft-title {
    font-size: 2rem;
    color: #4e4103;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  
  .craft-number p {
    font-size: 20rem;
    color: #4e4103;
    line-height: 1;
    margin: 0;
  }
  
  .craft-number span{
    font-size: 2rem;
    color: #4e4103;
    margin-bottom: -20px;
  }




.counter-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
}
.counter-container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
    width: 88.75vw;
    max-width: 1440px;
    margin-top: 60px;
}

.counter-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.counter-flex{
    font-size: 8rem;
    font-weight: bold;
    color: #4e4103;
}
.counter-flex p{
    font-size: 5rem;
    font-weight: bold;
    color: #4e4103;
}

.counter-sub{
    color: #4e4103;
    margin-top: -50px;
}


@media screen and (max-width: 1163px) {
  .craft-number p {
    font-size: 17rem;
  }
}
@media screen and (max-width: 1000px) {
  .craft-number span{
    font-size: 1.2rem;
    margin-bottom: -10px;
  }
  .craft-number p {
    font-size: 10rem;
  }
  .counter-flex{
    font-size: 5rem;
  }
  .counter-flex p{
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .craft-number span{
    font-size: 1rem;
    margin-bottom: -10px;
  }
  .craft-number p {
    font-size: 8rem;
  }
  .counter-flex{
    font-size: 3rem;
  }
  .counter-flex p{
    font-size: 1rem;
  }
  .counter-sub{
    margin-top: 0px;
}
}

@media screen and (max-width: 485px) {
  .craft-number span{
    margin-bottom: 0px;
  }
  .craft-number p {
    font-size: 6rem;
  }
}

@media screen and (max-width: 425px) {
  .craft-number span{
    font-size: 0.7rem;
  }
  .craft-number p {
    font-size: 5rem;
  }
  .craft-container{
    margin-top: 100px;
  }
  .counter-container{
    margin-top: 20px;
    margin-bottom: -90px;
}
  .counter-flex{
    font-size: 1.7rem;
  }
  .counter-flex p{
    font-size: 0.8rem;
  }
  .counter-sub{
    font-size: 0.7rem;
    margin-top: 0px;
}
}













/* Blogs Section */
.blog-slider{
    width: 100%;
}

.blog-info{
    margin-top: 60px !important;
    margin-left: 2rem;
    color: #a99560;
    width: fit-content;
}
.blog-info img{
    width: 100%;
    height: 400px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
}
.blog-info a:hover img{
    transform: scale(1.02);
}

.blog-info a {
    text-decoration: none;
}
.blog-info a h1{
    margin-bottom: -10px;
    color: #a99560;
    font-size: 16px;
}

.blog-info p {
    color: #f7f7f7;
}

/* Responsive Code */
@media screen and (max-width: 768px) {
  .blog-info img{
    margin-left: -10px;
  }
  .blog-info h1{
    margin-left: -10px;
  }
  .blog-info p{
    margin-left: -10px !important;
  }

}
@media screen and (max-width: 425px) {

  .blog-info img{
    height: 700px;
  }
  .blog-info p{
    margin-left: 0px;
  }
}














/* Client Testimonial Section */
.testimonial-background{
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "space grotesk";
}
.testimonial-heading-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.testimonial-heading{
  width: 88.75vw;
  max-width: 1440px;
  display: flex;
  justify-content: center;
}
.testimonial-heading p{
  font-size: 3rem;
  margin-top: 0;
  font-weight: 600;
  color: #a99560;
}



/* Testimonial */
.client-grid{
  display: flex;
  justify-content: center;
  margin-top: 150px;
}
.client-grid-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 88.7vw;
  max-width: 1430px;
}
.client-testimonial{
  background-color: #ffffff14;
  padding: 20px;
  border-radius: 20px;
}
.client{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: -16vh;
  gap: 0;
}
.client img{
  width: 150px;
  height: 150px;
  border-radius: 85px;
  border: 10px solid #ffffff14;
  object-fit: cover;
}
.client-info{
  text-align: center;
}
.client-info h1{
  color: #a99560;
  margin-top: 5px;
}
.client-info h2{
  color: #f7f7f79d;
}
.client-info p{
  font-size: 20px;
}
.client-info :first-child{
  margin-bottom: 3px;
  font-weight: 500;
}
.client-info :nth-child(2){
  margin-top: 3px;
  font-weight: 300;
}
.testimonial-para{
  text-align: center;
  font-size: 16px;
  margin-top: -5px;
  color: #f7f7f7ca;
}



@media screen and (max-width: 890px) {
 

  .client-grid-container{
    grid-template-columns: repeat(1, 1fr);
    width: 70vw;
  }
  .client-testimonial:first-child{
    margin-top: 0;
  }
  .client-testimonial{
    margin-top: 100px;
  }
  .testimonial-heading p{
    text-align: center;
    font-size: 2rem;
  }

}

@media screen and (max-width: 425px) {
 
  .client-testimonial .testimonial-para{
    font-size: 12px !important;
  }
  .testimonial-heading p{
    text-align: center;
  }

}












/* Image Scroll Section */
/* ---------------- Base Section ---------------- */
.scroll-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.scroll-container {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}

.scroll-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.scroll-text {
  position: absolute;
  right: -70%;
  top: 50%;
  transform: translateX(20%);
  width: 40vw;
  text-align: center;
  background-color: #000000d2;
  border-radius: 8px;
  padding: 15px 20px;
  transition: all 0.5s ease;
}

/* Default text colors */
.scroll-text-1 {
  color: #f7f7f7;
  font-size: 2.2rem;
  transition: color 0.5s ease;
}
.scroll-text-1 span {
  color: #a99560;
  transition: color 0.5s ease;
}

.scroll-text-2 {
  color: #f7f7f7;
  font-size: 1.2rem;
  margin-top: -5px;
  line-height: 1.4;
  transition: color 0.5s ease;
}
.scroll-text-2 span {
  color: #a99560;
  transition: color 0.5s ease;
}

.scroll-text-3 {
  margin-top: 5px;
  color: #f7f7f7;
  font-size: 1rem;
  transition: color 0.5s ease;
}

/* After scroll into view */
.scroll-text.scrolled .scroll-text-1,
.scroll-text.scrolled .scroll-text-2,
.scroll-text.scrolled .scroll-text-3 {
  color: #a99560; /* gold */
}

.scroll-text.scrolled .scroll-text-1 span,
.scroll-text.scrolled .scroll-text-2 span {
  color: #ffffff; /* white spans */
}





/* ---------------- Responsive ---------------- */

/* Tablets */
@media (max-width: 1024px) {
  .scroll-text {
    width: 60vw;
    top: 60%;
    font-size: 22px;
    padding: 12px 18px;
  }
  .scroll-text-1 {
    font-size: 1.8rem;
  }
  .scroll-text-2 {
    font-size: 1rem;
  }
  .scroll-text-3 {
    font-size: 0.9rem;
  }
}

/* Mobiles */
@media (max-width: 768px) {
  .scroll-text {
    width: 80vw;
    top: 55%;
    font-size: 18px;
    padding: 10px 15px;
  }
  .scroll-text-1 {
    font-size: 1.4rem;
  }
  .scroll-text-2 {
    font-size: 0.9rem;
  }
  .scroll-text-3 {
    font-size: 0.8rem;
  }
}

/* Small Mobiles */
@media (max-width: 485px) {
  .scroll-section{
    position: relative;
  }
 
  .scroll-text {
    top: 200;
    font-size: 16px;
    padding: 8px 12px;
  }
  .scroll-text-1 {
    font-size: 1.2rem;
  }
  .scroll-text-2 {
    font-size: 0.85rem;
  }
  .scroll-text-3 {
    font-size: 0.75rem;
  }
 
}

















/* Footer Section */


/* Footer 2 Section */
.footer2{
    font-family: "space grotesk";
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    margin-top: 10vh;
  }
  .footer2-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    width: 87.5vw;
    max-width: 1440px;
  }
  
  
  
  /* Left side Section */
  .left-side{
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .left-side img{
    width: 70%;
    margin-left: -10px;
  }
  .left-side p{
    color: #FFFFFF;
    width: 78%;
  }
  .left-side-image{
    display: flex;
    justify-content: left;
    gap: 20px;
    margin: 20px 20px;
    width: fit-content;
  }

  @media screen and (max-width: 485px) {
    .left-side{
      width: 90% !important;
    }
    .left-side img{
      width: 80%;
    }
    .left-side p{
      width: 100%;
      font-size: 0.8rem;
    }
  }


  
  
  
  /* footer mid  section */
  .footer-mid{
    display: flex;
    justify-content: center !important;
    /* width: fit-content; */
    gap: 25px
  }
  .footer-links ul{
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: max-content;
    padding: 0;
  }
  .footer-links-list a{
    text-decoration: none;
    color: #E4E4E4;
  }
  .explore a{
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: 700;
  }
  
  
  
  /* Right side section */
  .right-side{
    display: flex;
    justify-content: right;
  }
  .newsletter1{
    width: max-content;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
  }
  .newsletter1-mail{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .newsletter1-mail:first-child{
    color: #ffffff;
    font-size: 20px;
  }
  
  .follow_us{
    color: #fff;
  }
  
  .text-field{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .text-field-p{
    width: 20vw;
    font-size: 14px;
  }
  .input-field1{
    display: flex;
    gap: 20px;
    background-color: #ffffff;
    border-radius: 8px;
  }
  .input-field1 .mail-text1{
    border: none;
    font-size: 16px;
    padding: 10px;
    width: 90%;
    color: #000;
    background-color: #ffffff;
    border-radius: 8px;
  }
  .newsletter{
    color: #fff;
    font-size: "space grotesk";
  }
  .newsletter .sign-up{
    color: #fff;
  }
  
  
  
  .policy{
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #E4E4E4;
  }
  .newsletter-mail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
  }
  .mail-text{
    width: 40vw !important;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #5E5E5E;
    background: transparent;
    font-size: 16px;
    padding: 10px;
    width: 34vw;
    color: #fff;
  }
  .custom-checkbox {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    user-select: none;
  }
  .custom-checkbox p{
    margin-top: 0px;
  }
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
  }
  
  .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: transparent;
  }
  
  input:checked ~ .checkmark {
    background: url("images//vector/checkbox-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
  }
  
  /* show image icon */
  input:checked ~ .checkmark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background-image: url('images/check-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
  }
  
  
  
  
  
  /* footer hr section */
  .footer2-hr{
    display: none;
  }
  
  
  
  @media screen and (min-width: 1441px) {
    .input-field1 .mail-text1{
      width: 87% !important;
    }
  }
  @media screen and (max-width: 1440px) {
    .input-field1 .mail-text1{
      width: 80% !important;
    }
  }
  
  
  
  @media screen and (max-width: 1230px) {
  
    .footer2-container{
      grid-template-columns: repeat(1, 1fr);
    }
    .left-side{
      width: 400px;
    }
    .footer-mid{
      justify-content: left !important;
    }
    .right-side{
      justify-content: left;
    }
    .text-field-p{
      width: 280px;
    }
    .input-field1{
      display: flex;
      justify-content: space-between;
      padding: 0 10px;
    }
    .input-field .mail-text{
      width: 300px !important;
    }
  
  
    /* footer hr section */
  .footer2-hr{
    display: block;
    width: 100%;
    border: 1px solid #636363;
    overflow: hidden;
  }
  
  
  }
  
  @media screen and (max-width: 485px) {
    .newsletter{
      margin-left: -15px !important;
    }
  }
  
  @media screen and (max-width: 425px) {

    .newsletter{
      margin-left: -16px !important;
    }
    .newsletter-mail p{
      font-size: 18px !important;
      padding-top: 2px;
    }
    .input-field{
      display: flex;
      justify-content: center;
    }
    .input-field .mail-text{
      width: 240px !important;
    }
    .submit-img{
      width: 15px;
    }
    .custom-checkbox{
      justify-content: center;
      align-items: center;
      display: flex;
    }
    .custom-checkbox input{
      width: 10px !important;
    }
    
  }







  /* Reveal Effect */
  /* Scroll reveal effect */
.reveal {
    opacity: 0;               /* Hide the element initially */
    transform: translateY(50px); /* Position it a bit lower */
    transition: opacity 0.9s ease, transform 0.6s ease;  /* Smooth transition */
}

/* When the element becomes visible (on scroll) */
.reveal.visible {
    opacity: 1;                /* Make it visible */
    transform: translateY(0);  /* Return to its original position */
}










