

@media(max-width: 820px){
  ::-webkit-scrollbar{
    display:none ;
  }
}

nav{
  background-color: white;
  /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); */
}
nav ul{
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* nav li{
  height: 60px;
} */
nav a{
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
}
nav a:hover{
  background-color: #ffffff00;
}
nav li:first-child{
  margin-right: auto;
}
.sidebar{
  position: fixed;
  top: 0; 
  right: 0;
  height: 100vh;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar li{
  width: 100%;
  height: 50px;
}
.sidebar a{
  width: 100%;
}
.menu-button{
  display: none;
}
@media(max-width: 800px){
  .hideOnMobile{
    display: none;
  }
  .menu-button{
    display: block;
  }
}
@media(max-width: 400px){
  .sidebar{
    width: 100%;
  }
}




.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body{
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
      "slnt" 0;
scrollbar-width: none;
}

body::-webkit-scrollbar{
  display: none;
}

.logo{
  width: 280px;
  height: 60px; 
  z-index: 2;
   
}
/* Very Small Mobile Devices (less than 320px) */
@media only screen and (max-width: 319px) {
  .logo{
    width: 120px;
    height: 30px; 
     
  }
}

/* Small Mobile Devices (320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .logo{
    width: 150px;
    height: 30px; 
     
  }
}

/* Standard Mobile Devices (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo{
    width: 150px;
    height: 40px; 
     
  }
}

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .logo{
    width: 180px;
    height: 60px; 
     
  }
}

/* Desktops and laptops (1025px to 1199px) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .logo{
    width: 180px;
    height: 50px; 
     
  }
}

/* Large desktops (1200px and above) */
@media only screen and (min-width: 1200px) {
  .logo{
    width: 280px;
    height: 60px; 
     
  }
}






.img-text{
    padding-left: 5%;
  
   padding-top: 15%;
  
   width: 100%;
  }
  .card-p{
    line-height: normal;
    font-size: 35px; 
    text-align: start;
  }

  .bold{
    font-weight: 800;
  }
  
  .bold-h6{
    font-weight: 600;
    font-size: 18px;  
  }
  
 .line-height{
  line-height: 18px;
 }

  .fs-foot{
    font-size: 14px;

  }
  .gallery-font{
    font-size: 12px;
    text-align: center;

  }
  .drop-font{
    font-size: 12px;

  }
  .Nav-text{
    font-size: 14px;
    font-weight: 400;
    width: 60px;
  }

  @media only screen and (max-width: 767px) {
    .Nav-text{
      font-size: 14px;
      font-weight: 400;
      width: 60px;
    }
  }
  
  /* Tablets (768px to 1024px) */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .Nav-text{
      font-size: 12px;
      font-weight: 400;
      width: 40px;
    }
  }
  
  /* Laptops (1025px and above) */
  @media only screen and (min-width: 1025px) {
    .Nav-text{
      font-size: 12px;
      font-weight: 400;
      width: 40px;
    }
  }
  /* Large screens (1200px and above) */
  @media only screen and (min-width: 1200px) {
    .Nav-text{
      font-size: 12px;
      font-weight: 400;
      width: 50px;
    }
  }
  
  /* Extra large screens (1440px and above) */
  @media only screen and (min-width: 1440px) {
    .Nav-text{
      font-size: 14px;
      font-weight: 400;
      width: 60px;
    }
  }




  .footer-Nav-text{
    font-size: 14px;
    font-weight: 400;
   padding: 0;
   margin: 0;
    width: 70px;

  }

/* Very Small Mobile Devices (less than 320px) */
@media only screen and (max-width: 319px) {
  .footer-Nav-text{
    font-size: 8px;
    width: 50px;
  }
}

/* Small Mobile Devices (320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-Nav-text{
    font-size: 10px;
    width: 50px;
  }
}

/* Standard Mobile Devices (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-Nav-text{
    font-size: 10px;
    width: 50px;
  }
}

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-Nav-text{
    font-size: 10px;
    width: 50px;
  }
}

/* Desktops and laptops (1025px to 1199px) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .footer-Nav-text{
    font-size: 10px;
    width: 50px;
  }
}

/* Large desktops (1200px and above) */
@media only screen and (min-width: 1200px) {
  .footer-Nav-text{
    font-size: 12px;
    width: 50px;
  }
}




  .PROFILE-foot{
    width: 60px;
  }
  .MEDIA-foot{
    width: 55px;
  }

  .EXPERIMENTS-foot{
    width: 90px;
  }
  .CONTACT-foot{
    width: 70px;
  }
  .GALLERY-foot{
    width: 60px;
  }

  
  @media only screen and (max-width: 1199px) {
    .PROFILE-foot{
      width: 40px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .MEDIA-foot{
      width: 45px;
    }
  }


  /* Small Mobile Devices (320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .EXPERIMENTS-foot{
    width: 70px;
  }
}

/* Standard Mobile Devices (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .EXPERIMENTS-foot{
    width: 70px;
  }
}

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .EXPERIMENTS-foot{
    width: 70px;
  }
}
  
  /* Large desktops (1200px and above) */
  @media only screen and (min-width: 1200px) {
    .EXPERIMENTS-foot{
      width: 85px;
    }
  }

  @media only screen and (max-width: 1199px) {
    .CONTACT-foot{
      width: 50px;
    }
  }
  

  
  
  .Nav-text-italic{
    font-size: 14px;
    font-style: italic;
    color: #d36565;
  }
  .Nav-text-italic-bold{
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #000000;
  }
  .video-bg{
    /* min-height: 500px; */
    text-align: start;
   justify-content: center;
   align-items: center;
  }
  @media (max-width: 992px) {  .video-bg{
    min-height: 200px;
    text-align: center;
   justify-content: center;
   align-items: center;
  }}
 .video-bg-text-small-screen{
    min-height: 170px;
    text-align: center;
   justify-content: center;
   align-items: center;
  }

.video-bg-text{
  padding-top: 70%;
}

@media (max-width: 992px) {  .video-bg-text{
  padding-top: 10%;
}}
.owl-nav{
justify-content: center;
}
.owl-dot{
  visibility: hidden;
  padding: 0;
  margin: 0;
}
.gallery-img-ex{

  height:260px;
    min-width: 200px;
    background-color: #d36565;
}
  .gallery-img {
    height:260px;
    width: 190px;
    background-color: #d36565;
  }

  .gallery-img-text {
    width: 190px;

  }

  .invisible {
    visibility: hidden;
  }
 .icon{
  width: 55px;
  padding: 5px;
 }
 /* .footer{
  background-color: #EFF2F5;
} */

.line{
  height: 1.5px;
  width: 100%;
  background-color: #676767;
}
.line-gray{
  height: 2px;
  width: 100%;
  background-color: #827D72;
}

.gray{
  color: #827D72;
}
.gray-bg{
  background: #827D72;
}
.Josh-Koro-Sign-gray{
  width: 300px;
  
}
.Sign-gray{
  padding-left: 30%;
}
@media (max-width: 576px) { .Sign-gray{
  padding-left: 0%;

} }


.media-img{
  position: relative;
  overflow: hidden;
  
}
.Massage-box{
  height: 180px;
}


.dropbtn {
  color: black;
  border: none;
  cursor: pointer;
  background-color: #ffffff;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #ffffff;
  
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 120px;
  overflow: auto;
  z-index: 1;
  background-color: #ffffff;
  padding-bottom: 10px ;
  padding-left: 20px;
}
.hov-icon {
  position: relative;
  width: 100%;
  color: #00000000;
  
}
a.drop-font .hov-icon:hover, a.drop-font .hov-icon:active{
  color: rgb(0, 0, 0);
}
.drop-i{
  color: #000000;
  font-style: normal;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ffffff;}

.show {display: block;}
.Nav-text-hover{
  color: #000000;
  text-decoration: none;  
}
a.Nav-text-hover:hover, a.Nav-text-hover:active{

    font-style: italic;
    font-weight: bold;
    color: #000000;
}
button.Nav-text-hover-button:hover, button.Nav-text-hover-button:active{
  font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #000000;

}
.drop-font-hover{
  font-style: normal;
  color: #000000;
  text-decoration: none;
}
.drop-font-hover:hover{
  font-style: italic;
    color: #d36565;
}
  @media (max-width: 1400px) 

{ 
  .img-text{
    padding-left: 5%;

 padding-top: 9%;

 width: 100%;

}
  }

  @media (max-width: 1199px) 

{ 
  .img-text{
    padding-left: 5%;

 padding-top: 0%;

 width: 100%;


  }


 }
 @media (max-width: 992px) { 
  .img-text{
    padding-left: 0;

 padding-top: 2%;

 width: 100%;
  } }
  
  @media (max-width: 1199px) { 
    .wb{
     
       margin-left:  20px;
    } }

    


@media (max-width: 575.98px)  { 
 .img-text{
   padding-left: 0;

padding-top: 0;

width: 100%;

 }  }   



.hov-link {
  transition: transform .2s; 
}

.hov-link:hover {
  transform: scale(0.93);
}

figure {
	width: 240px;
	/* height: 200px; */
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}



/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* Zoom In #2 */
.hover02 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.BACK{
  padding-top: 100px;
  position: absolute; 
  writing-mode: vertical-rl;
  transform: rotatez(180deg);

  transform: translatex(50px);
  z-index: 1;
}
@media (max-width: 768px) {
  .BACK{
    padding-top: 100px;
    position: absolute; 
    writing-mode: vertical-rl;
    transform: rotatez(180deg);
    transform: translatex(50px);
    z-index: -1;
  }
}

.footer{
  background-color: #f2f2f2;
}
.footer-half{
  position: relative ;
  background-color: #f2f2f2;
  z-index: 1;
}



.lh{
  line-height: 40px;
}
.form-w{
  width: 95%;
}
.form-text{
  font-size: 13px;
  
}
#scrollToTopBtn {
  display: block; /* Hidden by default */
  position: static;
  bottom: 20px;
  right: 30px;
  z-index: -99; /* Ensure it's above other content */
  /* Add more styles for appearance as needed (background, color, etc.) */
}

#scrollToTopBtn.show {
  display: block; /* Shown when the page is scrolled */
}


.bt1{
  position: relative;
  display: block;
  padding: 4px 16px;
  border: 1px solid black;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  overflow: hidden;
  border-radius: 25px;
}

.center-button{
  position: relative;
  z-index: 2;
  transition: .2s;
}
.bt1:hover .center-button {
  color: #ffff;
}
.wave{
  position: absolute;
  top: calc(100% + 22px) ;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: .5s;

}
.bt1:hover .wave  {
  top: 0%;
}

.wave::before{
  content: '';
  position: absolute;
  top: -52%;
  left: 0%;
  width: 100%;
  height: 22px;
  background: url(/asset/wave.png);
  animation: animate 0.3s linear infinite;
}
@keyframes animate
{
  0%{
      background-position-x: 0;
  }
  100%{
      background-position-x: 118px;
  }
}
.img-pop{
  height: 700px;
}
@media (max-width: 575.98px)  { 
  .img-pop{
    height: 500px;
  }  }   
 

.img-pop-inside{
  height: 600px;
}
@media (max-width: 575.98px)  { 
  .img-pop-inside{
    height: 400px;
  }  }   
.mail-id{
  z-index: 2;
}
.margin-both-side{
  width: 65%;
}
@media (max-width: 1199px) { 
  .margin-both-side{
    width: 100%;
  } }
  .modal-exp{
    margin-top: 5vh;
    height: 90vh;
  }
  @media (max-width: 768px) {
    .modal-exp{
      margin-top: 0vh;
      height: 99vh;
    }
  }
  .carousel-item img{
    height: 60vh;
  }

  .card-popup{
    
    height: 90vh;
  }
  @media (max-width: 768px) {
    .card-popup{
      height: 99vh;
    }
  }
  .lh-model-text{
    line-height: 40px;
  }
  @media (max-width: 768px) {
    .lh-model-text{
      line-height: 25px;
    }
  }
  .bg-side{
    position: absolute;
    background-color: #efefef;
    height: 100%;
    right: 0px;
  }
  @media (max-width: 768px) {
    .bg-side{
      position: relative;
      background-color: #efefef;
      height:40vh;
      right: 0px;
    }
  }
  .bg-side-2{
    position: absolute;
    background-color: #efefef;
    height: 100%;
  }
  @media (max-width: 768px) {
    .bg-side-2{
      position: relative;
      background-color: #efefef;
      height: 55vh;
    }
  }


  .side-2{
    position: absolute;
    background-color: #ffffff;
    right: 0px;
  }
  @media (max-width: 768px) {
    .side-2{
      position: relative;
      background-color: #ffffff;
      right: 0px;
    }
  }
  
  .btn-end{
    position: absolute;
    bottom: 20px;
  }
  @media (max-width: 768px) {
    .btn-end{
      position: absolute;
      bottom:2vh;
    }
  }
  .padding-next-btn{
    padding-top: 10%;
    padding-right: 10%;
  }
  @media (max-width: 768px) {
    .padding-next-btn{
      padding-top: 15%;
      padding-right: 5%;
    }
  }
  .inside-model-img{
    
    width: 100%;
  }
  @media (max-width: 768px) {
    .inside-model-img{
    
      width: 30vh;
    }
  }
  .form-h{
    height:20vh;
  }
  @media (max-width: 768px) {
    .form-h{
      height:10vh;
    }
  }
  .carousel-item img{
     height: 60vh;
  }
  @media (max-width: 768px) {
    .carousel-item img{
      height: 50vh;
   }
  }
.padding-top-by-percentage{
  padding-top: 3vh;
}
.sold-out{
  height:80px;
}
@media (max-width: 768px) {
  .sold-out{
    height:50px;
  }
}
.popup-img-media{
  justify-content: center;
  width: 800px;
  height: 900px;
}

.page-top-text{
  line-height: 40px ;
  font-size:30px ;
}
@media only screen and (max-width: 767px) {
  .page-top-text{
    line-height: 30px ;
    font-size:20px ;
  }
}

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-top-text{
    line-height: 33px ;
    font-size:22px ;
  }
}

/* Laptops (1025px and above) */
@media only screen and (min-width: 1025px) {
  .page-top-text{
    line-height: 35px ;
    font-size:25px ;
  }
}
/* Large screens (1200px and above) */
@media only screen and (min-width: 1200px) {
  .page-top-text{
    line-height: 35px ;
    font-size:27px ;
  }
}

/* Extra large screens (1440px and above) */
@media only screen and (min-width: 1440px) {
  .page-top-text{
    line-height: 40px ;
    font-size:30px ;
  }
}






.contact-top-text{
  line-height: 30px ;
  font-size:25px ;
}
/* Very Small Mobile Devices (less than 320px) */
@media only screen and (max-width: 319px) {
  .contact-top-text{
    line-height: 30px ;
    font-size:25px ;
  }
}

/* Small Mobile Devices (320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .contact-top-text{
    line-height: 22px ;
    font-size:18px ;
  }
}

/* Standard Mobile Devices (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .contact-top-text{
    line-height: 20px ;
    font-size:18px ;
  }
} 

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-top-text{
    line-height: 25px ;
    font-size:19px ;
  }
}

/* Desktops and laptops (1025px to 1199px) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .contact-top-text{
    line-height: 30px ;
    font-size:25px ;
  }
}

/* Large desktops (1200px and above) */
@media only screen and (min-width: 1200px) {
  .contact-top-text{
    line-height: 30px ;
    font-size:22px ;
  }
}



.sub_logo{
    
  height:20vh; 
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sub_logo{
    
    height:20vh; 
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sub_logo{
    
    height:20vh; 
    width: 40%;
  }
}

/* Default styles */
.card-footer {
  width: 250px;
  margin: 0 auto;
}

/* Very Small Mobile Devices (less than 320px) */
@media only screen and (max-width: 319px) {
  .card-footer {
    width: 200px;
    margin: 0 auto;
  }
}

/* Small Mobile Devices (320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card-footer {
    width: 200px;
    margin: 0 auto;
  }
}

/* Standard Mobile Devices (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-footer {
    width: 200px;
    margin: 0 auto;
  }
}

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .card-footer {
    width: 210px;
    margin: 0 auto;
  }
}

/* Desktops and laptops (1025px to 1199px) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .card-footer {
    width: 210px;
    margin: 0 auto;
  }
}

/* Large desktops (1200px and above) */
@media only screen and (min-width: 1200px) {
  .card-footer {
    width: 250px;
    margin: 0 auto;
  }
}



.card-footer-all-rights{
  font-size:12px; 
  font-weight: 600;  
  line-height: 12px
}
/* Very Small Mobile Devices (less than 320px) */
@media only screen and (max-width: 319px) {
  .card-footer-all-rights{
    font-size:10px; 
    font-weight: 500;  
    line-height: 10px}
}

/* Small Mobile Devices (320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card-footer-all-rights{
    font-size:10px; 
    font-weight: 500;  
    line-height: 10px}
}

/* Standard Mobile Devices (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-footer-all-rights{
    font-size:10px; 
    font-weight: 500;  
    line-height: 10px}
}

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .card-footer-all-rights{
    font-size:10px; 
    font-weight: 500;  
    line-height: 10px}
}

/* Desktops and laptops (1025px to 1199px) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .card-footer-all-rights{
    font-size:10px; 
    font-weight: 500;  
    line-height: 10px}
}

/* Large desktops (1200px and above) */
@media only screen and (min-width: 1200px) {
  .card-footer-all-rights{
    font-size:12px; 
    font-weight: 600;  
    line-height: 12px}
}



.card-footer-all-website{
  font-size:13px; 
  font-weight: 500; 
  line-height: 12px;
}

/* Very Small Mobile Devices (less than 320px) */
@media only screen and (max-width: 319px) {
  .card-footer-all-website{
    font-size:10px; 
    font-weight: 500; 
    line-height: 8px;
  }
}

/* Small Mobile Devices (320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card-footer-all-website{
    font-size:10px; 
    font-weight: 500; 
    line-height: 8px;
  }
}

/* Standard Mobile Devices (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .card-footer-all-website{
    font-size:10px; 
    font-weight: 500; 
    line-height: 8px;
  }
}

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .card-footer-all-website{
    font-size:10px; 
    font-weight: 500; 
    line-height: 8px;
  }
}

/* Desktops and laptops (1025px to 1199px) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .card-footer-all-website{
    font-size:10px; 
    font-weight: 500; 
    line-height: 8px;
  }
}

/* Large desktops (1200px and above) */
@media only screen and (min-width: 1200px) {
  .card-footer-all-website{
    font-size:12px; 
    font-weight: 500; 
    line-height: 8px;
  }
}

.footer-button-text{
  font-size: 14px;
}
/* Very Small Mobile Devices (less than 320px) */
@media only screen and (max-width: 319px) {
  .footer-button-text{
    font-size: 10px;
  }
}

/* Small Mobile Devices (320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-button-text{
    font-size: 10px;
  }
}

/* Standard Mobile Devices (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-button-text{
    font-size: 10px;
  }
}

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-button-text{
    font-size: 10px;
  }
}

/* Desktops and laptops (1025px to 1199px) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .footer-button-text{
    font-size: 12px;
  }
}

/* Large desktops (1200px and above) */
@media only screen and (min-width: 1200px) {
  .footer-button-text{
    font-size: 14px;
  }
}


.footer-button{
  width: 120px;
}
/* Very Small Mobile Devices (less than 320px) */
@media only screen and (max-width: 319px) {
  .footer-button{
    width: 100px;
  }
}

/* Small Mobile Devices (320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-button{
    width: 100px;
  }
}

/* Standard Mobile Devices (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-button{
    width: 100px;
  }
}

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-button{
    width: 100px;
  }
}

/* Desktops and laptops (1025px to 1199px) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .footer-button{
    width: 120px;
  }
}

/* Large desktops (1200px and above) */
@media only screen and (min-width: 1200px) {
  .footer-button{
    width: 120px;
  }
}

.footer-email{
  font-size: 20px;
}
.footer-insta-id{
  font-size: 40px;
}
.footer-insta{
  width: 55px;
}
/* Very Small Mobile Devices (less than 320px) */
@media only screen and (max-width: 319px) {
  .footer-email{
    font-size: 20px;
  }
  .footer-insta-id{
    font-size: 30px;
  }
  .footer-insta{
    width: 40px;
  }
}

/* Small Mobile Devices (320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-email{
    font-size: 15px;
  }
  .footer-insta-id{
    font-size: 30px;
  }
  .footer-insta{
    width: 45px;
  }
}

/* Standard Mobile Devices (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-email{
    font-size: 15px;
  }
  .footer-insta-id{
    font-size: 25px;
  }
  .footer-insta{
    width: 45px;
  }
}

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-email{
    font-size: 17px;
  }
  .footer-insta-id{
    font-size: 35px;
  }
  .footer-insta{
    width: 50px;
  }
}

/* Desktops and laptops (1025px to 1199px) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .footer-email{
    font-size: 20px;
  }
  .footer-insta-id{
    font-size: 40px;
  }
  .footer-insta{
    width: 55px;
  }
}

/* Large desktops (1200px and above) */
@media only screen and (min-width: 1200px) {
  .footer-email{
    font-size: 20px;
  }
  .footer-insta-id{
    font-size: 40px;
  }
  .footer-insta{
    width: 55px;
  }
}

.title-2{
  width: 100%; 
  height:250px; 
}
/* Very Small Mobile Devices (less than 320px) */
@media only screen and (max-width: 319px) {
  .title-2{
    width: 100%; 
    height:90px; 
  }
}

/* Small Mobile Devices (320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .title-2{
    width: 100%; 
    height:90px; 
  }
}

/* Standard Mobile Devices (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title-2{
    width: 100%; 
    height:100px; 
  }
}

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .title-2{
    width: 100%; 
    height:130px; 
  }
}

/* Desktops and laptops (1025px to 1199px) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .title-2{
    width: 100%; 
    height:200px; 
  }
}

/* Large desktops (1200px and above) */
@media only screen and (min-width: 1200px) {
  .title-2{
    width: 100%; 
    height:220px; 
  }
}


.title-1{
  width: 100%; 
  height:290px; 
}
/* Very Small Mobile Devices (less than 320px) */
@media only screen and (max-width: 319px) {
  .title-1{
    width: 100%; 
    height:100px; 
  }
}

/* Small Mobile Devices (320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .title-1{
    width: 100%; 
    height:110px; 
  }
}

/* Standard Mobile Devices (480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title-1{
    width: 100%; 
    height:130px; 
  }
}

/* Tablets (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .title-1{
    width: 100%; 
    height:170px; 
  }
}

/* Desktops and laptops (1025px to 1199px) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .title-1{
    width: 100%; 
    height:290px; 
  }
}

/* Large desktops (1200px and above) */
@media only screen and (min-width: 1200px) {
  .title-1{
    width: 100%; 
    height:290px; 
  }
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .iframe-container {
      padding-bottom: 75%; /* Adjust aspect ratio for smaller screens if needed */
  }
}
