*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

li{
     list-style: none;
}
html{
    scroll-behavior: smooth;
}

#navbar{
	width: 100%;
	z-index: 1;
}
.navbar{
    width: 100%;
	background:#060607;
    z-index: 99999;
}
.navbar-nav{
	margin-left: auto;
}
.navbar-brand{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.navbar-brand img{
    width: 200px;
}


/* .active a{
    font-family: 'helvetica-neue-blod';
    text-decoration: none;
	color: #1D8AD8!important;
    font-weight: 900;
} */
.nav-item{
	padding-left:30px!important;
}
.nav-item a{
	cursor: pointer;
}
.nav-item a{
    text-decoration: none;
	color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}
/* .nav-item a:hover{
	color: #1D8AD8;
} */
.navbar-toggler-icon{
	color: #1D8AD8;
}
.nav-bton{
    margin-left: 20px;
}
.nav-bton a{
    font-size: 15px;
    background: #000;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 4px;
}

#head{
    width: 100%;
}
.slider{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    color: #FFF;
}

.top-details h2 {
    font-size: 50px;
    font-family: "Signika", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.top-details p {
    line-height: 25px;
}
.top-header-btn{
    width: 50%;
    margin-bottom: 20px;
}
.top-header-btn p{
    border: 1px solid rgba(255, 255, 255, 0.52);
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 30px;
    border-radius: 50px;
}
.header-btn{
    margin-top: 30px ;
}

.header-btn a {
    border: 1px solid rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(8.399999618530273px);
    background: rgba(255, 255, 255, 0.12);
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 50px;
}

/* .buton a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #000;
    border: 1px #000 solid;
    transition: .4s;
} */

.top-img img {
    max-width: 100%;
}

.top-details-2 {
    float: right;
}

.top-details-2 h5 {
    float: right;
    font-size: 16px;
}

.top-details-2 h5 i {
    font-size: 16px;
    color: orangered;
}

.top-details-2 h2 {
    float: right;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 20px 0;
}

.top-details-2 p {
    float: right;
    border-right: 2px gray solid;
    padding-left: 30px;
    line-height: 25px;
}

.newslatter{
    background: url(../images/destianation.png)  center no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}
.newslatter form{
    display: flex;
}
.newslatter form input{
    padding: 10px;
    border: none;
    border-radius: 4px;
    margin-right:15px;
}
.newslatter  input[type="submit"]{
    padding: 0px 10px;
    border: none;
    display: inline-block;
    width: 200px;
    border-radius: 4px;
    background: #000;
    color: #fff;
}
.dis-flex{
    display: flex;
    align-items: center;
}
#about {
    width: 100%;
    background: linear-gradient(180deg, #F8F7F0 0%, rgba(247, 246, 239, 0.07) 100%);
    background-size: cover;
    background-position: bottom center;
    padding: 100px 0;
}
.top-about-btn{
    width: 25%;
    
   
}
.top-about-btn img{
    width: 18px;
    margin-right: 3px;
}
.top-about-btn p{
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.52);
    background: #FFF;
    font-size: 16px;
    padding: 5px 0;
    border-radius: 50px;
}

.about-main {
    display: flex;
}
.about-top {
    display: flex;
    align-items: center;
}
.about-left{
    padding-right: 50px;
}
.about-left h5 {
    font-size: 29px;
    font-weight: 600;
    font-family: "Signika", sans-serif;
}

.about-left p{
    color: #434343;
    font-size: 16px;
}
.about-right img{
    width: 100%;
}
/* 
services */
.service-slider{
    width:85%;
    margin-left: auto;
    margin-top:50px;
    margin-bottom:20px;
}
#services{
    padding-top: 100px;
    padding-bottom: 80px;

}
.services-title{
    text-align: center;
    
}
.services-title h2{
    color: #434343;
    margin-top: 20px;
    
}
.services-title h5{
    color: #434343;
    
}
.service-main{
    margin-top: 50px;
    display: flex;
}
.bar-title{
    width: 80px;
    height: 1.5px;
    background: #000;
    margin: 0 auto;
}
.services-box{
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width:100%;
    height: 400px;
    color: #FFF;
    display: flex;
    align-items: center;
   padding: 30px ;
    border-radius: 8px;
    transition: .6s;
   
   
}
.iteam{
    overflow: hidden;
    transition: .6s;
}
.services-box:hover{
    transform: scale(1.1)
}

.arrow-btom{
    display: flex;
    float: right;
    margin-top: 40px;
    margin-right: 150px;
    
}
.arrow-btom-left a i{
    font-size: 35px;
    margin-right: 45px;
    color: #000;
}
.arrow-btom-right a i{
    font-size: 35px;
    color: #000;
}

#destianation{
    width: 100%;
    padding: 100px 0;
    background: url(../images/destianation-bg.png);
    background-size: cover;
    
}
.services-title p{
    font-size: 20px;
}
.destianation-main{
    width: 90%;
    margin: 0 auto;
    padding: 70px 50px;
    background: url(../images/destianation.png) center center no-repeat;
    background-size: cover;
}
.destianation-box-details{
   border-radius: 20px;
    background: rgba(255, 255, 255, 0.90);
    color: #000;
    padding: 20px;
    position: absolute;
    bottom: 30px;
    margin-right: 30px;  
}
.destianation-box-details h5{
    color: #434343;
    font-weight: 600;
    font-family: "Signika", sans-serif;
    
}
.destianation-box-details h3{
    color: #434343;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.destianation-box-details p{
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.custom-nav {
    text-align: center;
}
.custom-nav button {
    background: #FFF;
    padding: 5px;
    border-radius: 3px;
    border: none;
}
.destianation-top h5{
    font-size: 35px;
    color: #FFF;
    font-weight: 600;
    font-family: "Signika", sans-serif;
}
.destianation-top p{
    color: #FFF;
}

.custom-nav button i{ 
    font-size: 25px;
    display: flex;
    align-items: center;
}
.destianation-slider{
    width:100%;
    margin-left: auto;
    margin-top:50px;
    margin-bottom:20px;
}
#event{
    padding: 100px 0;
}
#event h2{
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
    font-family: "Signika", sans-serif;
}
#customers {
    width: 100%;
    background: linear-gradient(180deg, #F8F7F0 0%, rgba(247, 246, 239, 0.07) 100%);
    background-size: cover;
    padding: 100px 0;
}
.top-btn{
    width: 15%;
   
}
.top-btn img{
    width: 18px;
    margin-right: 3px;
}
.top-btn p{
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.52);
    background: #FFF;
    font-size: 16px;
    padding: 5px 0;
    border-radius: 50px;
}
.customers-top{
    padding-right: 50px;
}
.customers-top h5{
    font-size: 32px;
    font-weight: 600;
    font-family: "Signika", sans-serif;
}
.customers-box-all{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.customers-box{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    border-top-right-radius: 50px;
    padding: 30px ;
}
.customers-box img{
    width: 60px;
}
.customers-box p{
    font-size: 14px;
    
}
.margin-top{
    margin-top: 10px;
}
.profile{
    display: flex;
    align-items: center;
}
.profile h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.profile p{
    font-size: 16px;
    color: #565656;
    margin-bottom: 0 
}
.profile-photo{
    margin-right: 10px;
}
.profile-photo img{
    width: 50px;
}


#contact-section{
    width: 100%;
    background: linear-gradient(180deg, #F8F7F0 0%, rgba(247, 246, 239, 0.07) 100%);
    padding: 70px 0;
}
.contact-main{
    display: flex;
    align-items: center;
}

.get-in{
    width: 100%;
    margin-bottom: 30px;
}

.get-in h4 {
    font-size: 35px;
    font-weight: 600;
    color: #565656;
    font-family: "Signika", sans-serif;
}


.contact{
    width: 80%;
    margin: 0 auto;
}
.contact img{
    width: 100%;
    
}

input {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
}
textarea{
    width: 100%;
    height: 100px;
    padding: 5px 10px;
}
.sub-btn{
    width: 25%;
    background: #FB7842;
    color: #000000;
    border: none;
    border-radius: 5px;
}
.mail-main{
    width: 100%;
    display: flex;
}
.mail-left{
    width: 100%;
    margin-right: 5px;
}
.mail-right{
    width: 50%;
}




#slider-logo{
    padding: 50px 0 0;
    width: 100%;
}
.slider-logo-all{
    display: grid;
    place-items: center;
    overflow: hidden;
}
.slide-container{
    display: flex;
    width: calc(250px * 18);
    animation: scroll 20s linear infinite;
}
@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 9));
    }
}
.slide-container2{
    display: flex;
    width: calc(250px * 18);
    animation: scroll-2 20s linear infinite;
}
.slide-image {
    display: flex;
    align-items: center;
    padding: 15px;
}
img{
    width: 100%;
    transition: 1s;
}
img:hover{
    transform: translateZ(20px);
}
#map{
    width: 100%;
}
.location{
    width: 100%;
    height: 500px;
    position: relative;
}
.map-box{
    position: absolute;
    top: 50%;
    transform: translate(50%,-50%);
    right: 20%;
    width: 380px;
    background: linear-gradient(180deg, #F25739 0%, #FD7E44 100%);
    padding: 30px;
    border-radius: 5px;

}
.map-box h5{
    font-size: 28px;
    font-weight: 600;
    font-family: "Signika", sans-serif;
    color: #FFF;
}
.map-box p{
    margin-bottom: 0;
    color: #FFF;
}
.map-box img{
    width: 18px;
    margin-right: 5px;
}
.map-box ul {
    display: flex;
    align-items: center;
}
.map-box ul li {
    color: #FFF;
    font-weight: 600;
    margin: 10px 0;
    margin-right: 20px;
}
.map-box ol li {
    color: #FFF;
    font-weight: 600;
    margin: 10px 0;
    margin-right: 20px;
}
#footer{
    width: 100%;
    padding: 70px 0;
    background: rgba(10, 20, 47, 1);
    
}
.footer-box img {
   width: 250px;
   margin-bottom: 40px;
}
.footer-box h5{
    font-weight: 600;
    color: #FFF;
}
.footer-box p{
    margin-top: 20px;
    color: rgba(255, 255, 255, 1);

}
.footer-box ul {
    margin-top: 25px;
    display: flex;

}
.footer-box ul li {
    color: rgb(242, 242, 242);
}
.footer-box ul li:not(:last-child){
   margin-right: 150px;

}
.top-margin{
    margin-top: 50px;
}
.footer-main{
    width: 100%;
    display: flex;
    
}
.footer-left{
    width: 100%;
    display: flex;
    align-items: center;   
}
.footer-left button{
    padding: 6px 20px;
    border: none;
    margin-top: -10px;
    margin-left: 10px;
    background: #F25739;
    color: #ffff;
}
.footer-in{
    border: none;
    border-radius: 2px;
}
.footer-in:focus{
    outline: none;
}
.footer-left a i{
    margin-left: -32px;
    padding: 9px;
    background: #F6633D;
    margin-bottom: 10px;
    color: #ffffff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.last-box{
    padding-left: 50px;
}
.last-box-top{
    margin-bottom: 25px;
}
.footer-main-bar{
    padding-bottom: 50px;
    border-bottom: 1px solid #F8F7F0;
}
.footer-btm-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    color: #F8F7F0;
}
.footer-btm-line-left ul {
    display: flex;
}
.footer-btm-line-left ul li a img{
    width: 35px;
}
.footer-btm-line-left ul li{
    margin-right: 20px;
}

.text-overlay-container {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 2rem;
    border-radius: 12px;
    max-width: 600px;
    backdrop-filter: blur(4px);
  }
  
  .text-overlay-heading {
    color: #ffffff;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }
  
  .text-overlay-text {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  
  .text-overlay-button {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
  }
  
  .text-overlay-button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  
  /* For smaller screens */
  @media (max-width: 768px) {
    .text-overlay-container {
      margin: 1rem;
      padding: 1.5rem;
    }
    
    .text-overlay-heading {
      font-size: 2.5rem;
    }
    
    .text-overlay-text {
      font-size: 1rem;
    }
  }

  /* Floating Disclosure Container */
.disclosure-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 30px 40px;
    background-color: rgba(16, 16, 41, 0.95);
    border-radius: 8px;
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Shipping Restrictions */
.shipping-restrictions p {
    font-size: 11px; /* Reduced from 14px */
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px; /* Slightly reduced margin to match smaller text */
}

/* Standard Disclosures */
.standard-disclosures p {
    font-size: 11px; /* Reduced from 14px */
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
}

.standard-disclosures p:last-child {
    margin-bottom: 0;
}

/* FDA Statement */
.fda-statement {
    letter-spacing: 0.3px; /* Slightly reduced letter spacing for smaller text */
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .disclosure-container {
        margin: 0 20px 30px;
        padding: 20px;
    }
    
    .shipping-restrictions p,
    .standard-disclosures p {
        font-size: 10px; /* Even smaller on mobile */
    }
}