html {
  scroll-behavior: smooth;
}

.title_h{
    font-weight: 500;
    font-size: 43px;
} 

.cormorant{
    font-family:  "Cormorant Garamond", serif;
}
.poppins{
    font-family: "Poppins", sans-serif;
}
.formal{
     font-family: "Petit Formal Script";
}

.logo2{
    position: absolute;
    top: 2em;
    left: 5%;
    z-index: 1;
    display: none;
}

.logo2 img {
    width: 195px;
}

.logo2-logo{
    width: 135px;
    top: 30px;
    left: 15px;
}

.menu-list{
    display: none;
    position: absolute;
    right: 5%;
    z-index: 3;
    top: 2.9em;
    background: #eae0d5;
    padding: 5px 5px;
    border-radius: 100%;
    cursor: pointer;
}
.menu-list-mobile{
    top: 2.9em;
    background: #eae0d5;
    padding: 5px 5px;
    border-radius: 100%;
    cursor: pointer;
}
.navbar-main{
    position: fixed;
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 50px;
    padding: 10px 50px;
    z-index: 1;
    top: 35px;
    width: 90%;
    left: 5%;
    transition: all 0.3s ease;

}

/* When scrolling */
.navbar-main.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    padding: 8px 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    background-color: rgba(234,224,213,0.95);
}

.navbar-list-link{
    display: flex;
    align-items: center;
    gap: 3.5rem 56px;
}
.navbar-main .nav-link-main {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    padding-top: 17px;
}

.navbar-main .nav-link-main a {
    color: #000;
    text-decoration: none;
    font-weight: 300;
    transition: color 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.menu-link{
    position: relative;
}
.menu-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 3px;
    width: 0;
    background-color: #6E1414;
    transition: width 0.3s ease;
}

.menu-link:hover::after {
  width: 100%;
}

.slid-child::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: brightness(0.6);
  z-index: 0;
}

/* Content stays on top */
.slid-child > * {
  position: relative;
  z-index: 1;
}


.slid-child{
    height: 1100px !important;
    padding-top: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}
@media (max-width: 900px) {
    .box-section5{
        max-width: 100% !important;
    }
}
@media (max-width: 768px) {
    .slid-child {
        height: 80vh !important;
        padding: 60px 20px !important; /* Add spacing for content */
    }
    .section-title{
        margin-top: 15em !important;
    }
    .media-fix{
        top: 16em !important;
    }
    .media-fix-child{
        width: 35px !important;
        height: 35px !important;
    }
}


@media (max-width: 440px){
    .slid-child {
        height: 100vh !important;
        padding: 60px 20px !important; /* Add spacing for content */
    }
    .section-title{
        margin-top: 11em !important;
    }
}
.img-cloud{
    width: 100%;
    position: relative;
    margin-top: 0em;
}
.img-logo{
    width : 230px;
    height: 80px;
}

.detail-reservation{
    padding: 16px 42px;
    background-color: #6E1414;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    border: none;
    transition: all 0.16s ease-in;
    font-size: 13px;
    font-weight: 600;
}


.detail-reserve-fix {
    padding: 16px 42px;
    background-color: #6E1414;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    border: none;
    transition: all 0.16s ease-in;
    font-size: 13px;
    font-weight: 600;
}

@media (min-width:1057px){
    .detail-reserve-fix {
        display: none;
    }
}

.btn-reserve-fix{
    position: fixed;
    bottom: 2em;
    z-index: 1;
    display: none;
    width: 100%;
}

.detail-reservation:hover{
    border-radius: 30px;
    color: #000;
    background: none;
    box-shadow: 0 0 0 1px rgba(80, 80, 80, .5);
}

.lang{
    display: flex;
    gap: 5px;
    cursor: pointer;
    align-items: center;
    position: relative;
}
.lg-lang{
    font-family: "Poppins", sans-serif;
}
.img-01{
   transform: rotate(180deg);
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.span-soireef{
    color: #fff;
    font-family: "Petit Formal Script";
    font-size: 28px;
    font-weight: 400;
    font-style: Regular;
    line-height: 100%;
    color : #EAE0D5;
}
.section-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25em;
}
.line {
    height: 2px;
    background-color: #EAE0D5;
    opacity: 0.5;
    width: 15%;
    margin: 0 20px;
}

.chems-ayour {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 67px;
    line-height: 100%;
    color: #fff;
}

.global-media{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.media-child{
    border: 1px solid #EAE0D5;
    padding: 10px;
    border-radius: 100%;
}

.section1{
    padding-bottom: 30px;
}

.section1-title{
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.para-section1{
    font-size: 14px;
    line-height: 30px;
}

.word-space-6{
    word-spacing: 10px;
}

.word-space-5{
    word-spacing: 5px;
}

.link-section1{
    color: #6E1414;
    font-size: 14px;
    font-weight: 400;
}
.detail-title{
    font-weight: 500;
    font-size: 21px;
}
.detail-detail{
    font-size: 14px;
    word-spacing: 5px;   
    font-weight: 300;
}
.section2{
   background-color: #FFFBFA;
   padding: 30px 0;
}

.my-slider-section {
    padding: 40px 0;
    background-color: #fdf6f6;
}

.slider-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.slick-slider .slider-item {
    padding: 2px;
    text-align: center;
}

.slick-slider .slider-item img , .section3-image{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slider-caption {
    background-color: #6E1414;
    color: white;
    padding: 15px 0;
    font-weight: 500;
}
.slick-arrow{
    display: none !important;
}

@media (max-width: 1190px){
    .detail-reservation{
        padding: 16px 42px;
        color: #fff;
        border-radius: 20px;
        cursor: pointer;
        font-family: "Poppins", sans-serif;
        font-size: 13px;
    }

    .nav-link-main li a,.lg-lang{
        font-size: 13px;
    }

    .img-logo {
        width: 180px;
        height: 80px;
    }
}

.mobile-nav{
    background: #Fff;
    padding: 20px 0;
    position: fixed;
    text-align: center;
    z-index: 4;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.mobile-nav-child{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4em;
    margin-left: 3em;
}

.nav-link-main-mobile{
    list-style: none;
    margin-top: 5px;
}

.nav-link-main-mobile li{
    margin-top: 2em;
}

 .nav-link-main-mobile a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-family: "Poppins", sans-serif;

}
@media (min-width:1057px) {
    .mobile-nav{
        display: none !important;
    }
}
@media (max-width: 1056px){
    .navbar-main{
        display:none;
    }
    .btn-detail{
        display: block;
    }
    .nav-link-main{
        display: none !important;
    }
    .menu-list{
        display: block;
        cursor: pointer;
    }
    .logo2{
        display: block;
    }
    
}

.btn-res{
    font-size: 20px;
    font-weight: 400;
    padding: 10px 50px;
    background-color: #FFFBFA;
    border: 1px solid #6E1414;
    border-radius: 5px;
    transition: all 0.16s ease-in;
}

.btn-res:hover{
    background-color: #6E1414;
    color: #fff;
}

.feature{
    text-align: center;
    padding: 20px 20px;
    border: 1px solid #6E1414;
    border-radius: 12px;
    /* width: 207px; */
    height: 335px;
    background-color: #fff;
}

.section3-p1{
    font-size: 18px;
    font-weight: 300;
}

.section3-box{
    text-align: center;
    border: 1px solid #6E1414;
    border-radius: 10px;
}

.section3-ul{
    line-height: 45px;
    text-align: justify;
    /* margin-left: 70px; */
}

.section3 img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.btn-res-sec3{
    font-size: 17px;
    font-weight: 400;
    padding: 10px 50px;
    background-color: #FFF;
    border: 1px solid #6E1414;
    border-radius: 5px;

}

.btn-res-sec3:hover{
    background-color: #6E1414;
    color:#FFF;
    transition: all 0.16s ease-in;
}

.sec3-link{
    font-size: 24px;
    font-weight: 500;
}
.section4{
    background-color: #FFFBFA;
}

.footer{
    background-color: #6E1414;
    padding: 40px 0px 15px 0px;
}

.logo-whatsapp-footer{
    width: 45px;
    height: 45px;
    border: 1px solid #fbeadb;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-media{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.number-what{
   color: #FFF;
    font-size: 15px;
    font-weight: 500;
}

.footer-whatsapp{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.paypal-card{
    padding: 12px;
    border: 2px solid #fff;
    border-radius: 5px;
    position: relative;
}

.visa{
    background-color: #fff;
    padding: 20px 30px;
}

.mastercard{
     padding: 10px 30px;
     border:1px solid #fff;
}

.paypal-card{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.paypal{
    position: absolute;
    top: -18px;
    left: 12px;
    background-color: #6e1414;
    padding: 0 10px;
}

.section5{
    background-image: url('/images/IMG_5311.webp');
    background-size: cover;
    /* background-position-x: -30rem; */
    background-repeat: no-repeat;
    padding: 60px 20px;
}

 .section5-p{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
 }

 .box-section5{
  background: rgb(100 100 100 / 38%);
    color: white;
    padding: 20px 5px 20px 30px;
    border-radius: 15px;
    max-width: 400px;
    height: 150px;
    font-family: sans-serif;
    backdrop-filter: blur(3px);
 }

 .num-expe{
    font-size: 35px;
    background: #6e1414;
    margin-left: -30px;
    padding: 0px 2px 0 30px;
 }
 .section5-form{
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 4px 4px 3px #00000045;
 }

 .form-sec5-title{
    font-size: 32px;
    color: #6e1414;
    font-weight: 600;
 }

 .form-section5{
    margin: 0 5px;
 }

 .pick-up{
    display: none;
 }
  @media (max-width:1399px) and (min-width:1199px){
     .form-section5{
        margin: 0 !important;
    }
    .form-section5 .section-h2{
        padding: 0 !important;
    }
 }

 input,select{
    outline: none;
 }

 .nom-prenom-sec5{
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 100%;
 }

 .nom-prenom-sec5 div{
    width: 50%;
 }

 .inter{
      font-family: "Inter", sans-serif;
 }

 .input-sect5{
    border: 1px solid #b8b8b8;
    padding: 10px 0px 15px 10px;;
    border-radius: 8px;
    box-shadow: 2px 4px 4px -3px #00000045;
    width: 100%;
    font-size: 14px;
}

 .form-group{
    position: relative;
 }
 .form-group span{
    color : red;
 }

  .form-group label{
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    background: #ffff;
    top: -10px;
    left: 13px;
    padding: 0 11px;
    z-index: 1;
 }

 .email-sec5{
    display: flex;
    justify-content: center;
    margin-top: 30px;
 }

 .input-sect5-long{
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 0px 15px 10px;;
    border-radius: 8px;
    box-shadow: 2px 4px 4px -3px #00000045;
    font-size: 14px;
}

.email-icon{
    position: absolute;
    right: 10px;
    top: 14px;
 }

 .select-sec5{
    appearance: none;
    font-size: 14px;
    padding-left: 12px;
    color: #7e7e7e;
 }

 .email-sec5 input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}
.moroco-icon{
    left: 20px;
}
/* .email-sec5 input[type="date"] {
  position: relative;
} */
.ch-fe{
    font-size: 22px;
    font-weight: 500;
}

.payment-option {
  margin-bottom: 15px;
  font-family: sans-serif;
}

.payment-option label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}

.payment-option input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #006aff;
}

.payment-option .text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #111;
}

.payment-option .text img {
  height: 16px;
  object-fit: contain;
}

.btn-sect5-rese{
    padding: 16px 42px;
    background-color: #6E1414;
    color: #fff;
    border-radius: 10px;
    border: none;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.16s ease-in;
}
.btn-sect5-rese:hover{
    color: #000;
    background: none;
    box-shadow: 0 0 0 1px rgba(80, 80, 80, .5);
}
@media (max-width : 1177px){
    .span-soireef{
        font-size: 20px;
    }

    .chems-ayour span{
        font-size: 50px;
    }
}

@media (max-width:1480px){
    .ch-fe{
        font-size: 17px;
    }
}

.media-fix{
    position: fixed;
    z-index: 3;
    right: 1em;
    top: 27em
}
.arrow-top-fix{
    position: fixed;
    z-index: 3;
    right: 1em;
    bottom: 2em;

}
.arrow-fix-child:hover{
    background-color: #b8b8b8;
}
.media-fix-child{
    width: 47px;
    height: 47px;
    background-color: #fff;
    border-radius: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.arrow-fix-child{
    width: 47px;
    height: 47px;
    background :#6e1414;
    border-radius: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}
.footer-media-fix{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-btn-slide{
    font-size: 15px;
    font-weight: 500;
    color: #6e1414;
    padding: 12px 45px;
    background: #fff;
    border: 1px solid #6e1414;
    border-radius: 30px;
    transition: all 0.16s ease-in;
}

.btn-btn-slide:hover{
    background: #6e1414;
    color: #fff;
}

.child-menu-slid{
    text-align: center;
}

.chlid-menu-img{
    object-fit: cover;
}
.child-menu-par{
    color: #6E1414;
    font-size: 16px;
}


.menu-child{
    padding: 20px;
    text-align: center;
}

.menu-child-img{
    width: 100%;

}

.menu-child-par{
    font-size: 16px;
    color: #6E1414;
}
.slider-menu-img{
    width: 100%;
    object-fit: cover;
}
 .menu-child{
    padding: 20px;
 }

 .section-detail{
    background-color: #FFFBFA;
    padding: 30px 0 10px 0px;
 }

 @media (max-width: 1400px){
    .nom-prenom-sec5 {
        display: block;
    }
    .nom-prenom-sec5 div{
       width: 100%;
    }

     .nom-prenom-sec5 .form-group{
        margin-top: 33px;
     }

     .input-sect5{
        width: 100%;
     }
 }
 /* @media (max-width:910px){
    .line{
        width;
    }
 } */
 @media (min-width: 991px) and (max-width:1198px){
    .section5-form{
        padding: 40px 0;
    }

 }

  @media (max-width:767px){
    .section5-form{
        padding: 40px 0;
    }

    .form-section5 {
        margin: 0 20px;
    }
 }

 .section3-box-ul {
    padding: 0 50px 0 50px;
 }

 @media (max-width:1399.20px){
    .mastercard {
        padding: 10px 30px;
        border: 1px solid #fff;
        width: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .visa {
        padding: 20px 20px;
    }
 }

  @media (max-width:1199.20px){
    .mastercard {
        padding: 10px 30px;
        border: 1px solid #fff;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .visa {
        padding: 20px 12px;
    }
 }

  @media (max-width:991.20px){
    .parent-card{
        display: flex;
        justify-content: center;
    }

    .paypal-card{
        width: 50%;
    }
 }

  @media (max-width:766.50px){
    .paypal-card{
        width: 100%;
    }

    .mastercard {
        padding: 10px 30px;
        border: 1px solid #fff;
        width: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .visa {
        padding: 20px 20px;
    }

    .section5{
        padding-left:0;
        padding-right: 0;
    }
 }

 .slick-dots li button:before{
    font-size: 16px !important;
 }

 .section-menu .slick-arrow{
    display: inline-block !important;
 }

 .slick-prev:before, .slick-next:before {
    font-size: 30px !important;
    color: #6e1414 !important;
}

.section-menu .slick-dots{
    display: none !important;
}

.smoth-link-scroll{
    text-decoration: none;
}

.col-feature{
    display: flex;
    justify-content: center;
}

@media (max-width:575.50px){
    .feature{
        height: auto;
    }

    /* .col-feature{
       padding: 0 50px !important;
    } */
}
@media (max-width:603.50px){
   .section-menu .slick-arrow{
        display: none !important;
   }
   .section-menu .slick-dots {
        display: block !important;
    }
}

@media (max-width:500px){
   .section1-title h1{
        font-size: 30px;
        font-weight: bold;
   }

   .section1-title h2,.section5 h2{
        font-size: 24px !important;
   }

   .form-sec5-title{
    font-size: 25px;
   }

   .section5 h2{
        font-size: 40px !important;
   }

   .para-section1,.link-section1{
    font-size: 12px;
   }
   .section3-p1{
    font-size: 14px;
   }

   .section3 h3{
        font-size: 25px !important;
   }

   .section5-p{
    font-size: 20px;
   }

   .section-h3{
    font-size: 20px !important;
   }

   .section3 h4{
    font-size: 17px !important;
   }

   .section-detail .container .row {
        margin: 0 !important;
   }

   .section1 .container{
        padding: 0 30px !important;
   }

   .section-h2{
    padding: 0 20px !important;
   }
}

@media (max-width:767.50px){
   .section3-box-ul{
    padding: 0 10px 0 10px;
   }

   .section3-ul{
        font-size: 14px;
   }

   .btn-res-sec3,.sec3-link{
    font-size: 15px;
   }
}

.lang-mobile{
    margin-right: 40px;
}

.mobil-nav-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.line-decoration{
    height: 2px;
    position: relative;
    background-color: #6E1414;
}

.line-decoration::after {
    content: url(/images/Decor.png);
    position: absolute;
    right: 0;
    top: 3px;
    transform: translateY(-50%);
}
.slick-prev {
    left: -40px !important;
}
.slick-prev,.slick-next {
    top: 40% !important;
}
@media (max-width:440px){
    .span-soireef{
        font-size: 14px;
    }

    .chems-ayour span{
        font-size : 38px;
    }

    .logo2 img {
        width: 150px;
    }

    .section3 .section1-title h1{
        font-size: 25px !important;
    }
    .box-faqs{
        height: 100px !important;
    }
}

@media (max-width : 320px){
    .section-title {
        margin-top: 5em !important;
    }
    .span-soireef {
        font-size: 10px !important;
    }

    .chems-ayour span {
        font-size: 33px !important;
    }
    .media-fix {
        top: 9em !important;
    }

    .slide-btn{
        margin-top: 5em !important;
    }
    
    .arrow-fix-child{
        width: 40px;
        height: 40px;
    }

    .detail-reserve-fix{
        padding: 10px 35px;
    }
}

.media-fix-child:hover{
  transform: scale(1.2) rotate(20deg);
  box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
}

.nb-date-par{
    position: absolute;
    background: #14ae5c;
    padding: 7px 7px;
    border-radius: 30px;
    top: -62px;
    left: 9em;
    border: 1px solid #e2e2e2;
}
.parent-chat-icon{
    position: absolute;
    z-index: 1;
    top: -4em;
    left: 8em;
}
.chat-icon {
  position: relative;
  width: 52px;
  height: 54px;
}

.bubble {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50% 50% 50% 0px;
  box-shadow: 0 2px 4px rgba(0 0 0 / 36%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle {
  width: 40px;
  height: 40px;
  background: #1ABC54;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

.clock {
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  font-family: Arial, sans-serif;
}
.sect5-esa{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


.section-h3{
    font-size: 24px;
    font-weight: 300;
}

.box-faqs{
    padding: 20px 30px;
    background: #f6f6f6;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    height: 80px;
    align-items: center;
}

.box-faqs span{
    font-size: 16px;
    font-weight: 500;
}

.faqs-downs{
    margin-left: 40px;
    color: #6e1414;
    font-size: larger;
    transition: transform 0.3s ease;
}

.rotate-icon {
    transform: rotate(180deg);
}

.box-reponse{
    margin: 15px 30px;
    display: none;
}

.reponse-faqs{
    font-size: medium;
    font-weight: 400;
    line-height: 30px;
}

.faq-question{
    width: 90%;
}

.dropdown-menu{
    display: block;
    top: 24px;
    left: -50px;
}

.slick-dots{
    bottom: -35px !important;
}

.dropdown-item{
    padding: 0 !important;
}

.dropdown-menu li {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 10px;

}

.slid-fant,.slick-slider {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.slid-fant.slick-initialized,.slick-slider.slick-initialized {
  opacity: 1;
}

.section-btn-reserve{
    margin-top: 4em !important;
}

.date-input {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 12px;
    max-width: 100%;
    font-size: 16px;
    color: #666;
    background-color: white;
    box-shadow: 2px 4px 4px -3px #00000045;
}

.date-input input {
    border: none;
    outline: none;
    font-size: 16px;
    flex: 1;
    color: #666;
    font-size: 14px;
}

.date-input input::placeholder {
    color: #999;
}

.flex-btn-reserve{
    display: flex;
    justify-content: center;
}

.section-menu .slick-dots{
    bottom: 0 !important;
}

.total-prix{
    margin-top: 15px;
    width: 100%;
    padding: 2em 1em;
    border: 1px solid #ccc;
}

.total-adultes, .total-enfants, .total-global{
    display: flex;
    justify-content: space-between;
}

.total-prix{
    display: none;
}

#preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff; 
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }


    #preloader img {
      width: 200px; 
      margin-bottom: 20px;
    }

    .spinner {
      border: 6px solid #f3f3f3;
      border-top: 6px solid #646464;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    
    .hidden {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease, visibility 0.5s ease;
    }

.img-pulse{
  animation: pulse 0.8s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/********************* payment failed / sucess *************************************/
    .color-contianer{
        background-color: #fff;
        padding: 16em 5em 9em 10em;
    }
    .success-message{
        display: flex;
        justify-content: center;
    }
    .parent-success{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3em;
    }

    .message{
            width: 50%;
            text-align: center;
    }
    .card-total{
        padding: 10px 10px;
        background-color: #f2f6f5;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .message p {
        color: #a5a5a5;
        font-weight: 500;
        font-size: 15px;
    }
    .adultes,.enfantes{
        display: flex;
        justify-content: space-between;
    }
    .card-body{
        height: 180px;
    }
    .card-header{
        background: #6e1414 !important;
    }
    @media (max-width:991px){
        .parent-success{
            display: block;
            text-align: center;
        }
        .message {
            width: 100%;
            text-align: center;
            margin-top: 15px;
        }
        .color-contianer{
            padding-right: 0;
            padding-left: 0;
        }

        .footer-whatsapp2{
            justify-content: center;
        }
    }

    @media (max-width: 320px){
        .reservation-point h6{
            font-size: 14px;
        }
        .total p{
            font-size: 14px
        }
    }

/*************************************************************************************/
.disabled-like {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .avis-footer{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
  }

  .section-avis{
    background-color: #f5f5f5f5;
    padding: 5em 0;
  }

  .footer-whatsapp2{
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .condition-header{
    width: 100%;
    height: 500px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }

  .condition-title{
        font-family: "Poppins", serif;
        font-weight: 600;
        font-size: 60px;
        color: #6E1414;
  }

.condition-sous-title{
    font-family: "Poppins", serif;
    color: #6E1414;
    /* font-size: 50px; */
    font-weight: 500;
}

.condition-content{
    font-weight: 400;
    color: #8a8a8a;
    font-size: 15px;
}

@media (max-width:1503px){
   .condition-title {
        font-size: 45px;
   }
}

@media (max-width: 900px) {
    .condition-title {
        font-size: 32px !important;
    }
}
@media (max-width:715px){
    .condition-title{
        font-size: 52px;
    }
}

@media (max-width:500px){
    .condition-title{
        font-size: 30px;
    }
}

.mt-6{
    margin-top: 2.5em;
}

.condition_vente{
    font-size: 14px;
    color: #6E1414;
    text-decoration: none;
}

.condition_vente:hover,.condition_vente_footer:hover{
    color: #000;
}

.condition_vente_footer{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.logoPayzon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.payzon{
    width: 200px;
    background: #fff;
    padding: 20px;
}

.iti{
    width: 100%;
}

.iti span{
    color: #000;
}

@media (max-width: 500px) {
    .iti__country-list {
       width: 300px;
    }
}

