.bg_passbookin_banner{
/*  background-color: #F56F6B;*/
  padding: 150px 0;
  background-image: url('../img/join-us-min.jpg');
      background-size: cover;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
}
.bg_passbookin_banner:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-color: rgb(0 0 0 / 22%); */
  background-color: rgb(0 0 0 / 50%);
}

.banner_text h1{
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 30px;
}

.banner_text span{
  font-size: 55px;
  font-weight: 500;
  color: #fff;
  line-height: 60px;
  margin-bottom: 30px;
  display: inline-block;
}

.banner_text p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 50px;
  max-width: 800px;
}

.banner_btn{
  background: #000;
  padding: 14px;
  max-width: 290px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  width: 100%;
}
 
.bg_greyw_img .new_titel.mb-5, .join_tex {
  background: rgb(255 255 255 / 70%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 40px;
  text-align: center;
}
.new_titel h2 {
  text-align: left;
  font: normal normal 800 55px / 65px Inter;
  letter-spacing: 0px;
  color: #123e3a;
}
.new_titel p {
  font-size: 20px;
  line-height: 38px;
  color: #123e3a;
  font-weight: 500;
  max-width: 500px;
}
section {
  padding: 50px 0px;
}

.bg_light_gr{
  background: #FAFAFA;
  padding: 90px 0px;
}
.advantage_iner {  
  display: block !important;
  text-align: center;
  min-height: 340px;
  background: #123e3a;
}
.advantage_iner img{
  width: 20px;
}
.advantage_iner p {
  color: #fff;
}
.advantage_iner h3{
  font-size: 25px;
  font-weight: 600;
  margin-top: 15px;
  color: #fff;
}
.proce-box-top {
    background: #133d3a;
    border-radius: 20px 20px 50% 50%;
    text-align: center;
    position: relative;
    padding: 30px 40px;
}
.p_text{
  color: #fff !important;
}
.price_box_d{
  padding: 30px;
}

.discount_price{
  font-size: 15px;
    color: #858585;
    text-decoration-line: line-through;
}
.main_price{
  font-size: 28px;
    font-weight: 700;
    color: #133d3a;
}

.item_price {
    text-align: center;
    background: #fff;
    border-radius: 55px;
     padding:20px;
    /* padding: 15px 20px; */
    width: 70%;
    min-height: 90px;
    /* display: flex; */
    margin: 18px auto 30px;
    box-shadow: 0px 0px 8px 0px #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.BilledAnnualy {
  
  bottom: 4px;
  left: 50%;
  transform: translate(-50%);
  color: gray;
}
.plan_box_itm p strong{
  color: #000;
}
.limited_dis{
  font-weight: 600 !important;
  color: #f46f6b !important;
  text-align: center;
}

.plan_box_itm {
    background: #f7f7f7;
    border-radius: 15px;
    height: calc(100% - 30px);
    min-height: 500px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.plan_box_itm h3 {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.discontPlan {
    position: absolute;
    left: 50%;
    border-radius: 5px;
    border: none;
    padding: 7px 15px;
    background: #f46f6b;
    transform: translate(-50%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    bottom: -16px;
}

.plan_box_itm p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.valus-text-box p {
  max-width: 100%;
  color: #000;
}
.list-join-mrge li { 
  color: #000;
}
.plan_box_itm h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.content-box-pric-bx {
  padding: 0;
}
.plan_box_itm ul{
  margin: 0;
  padding: 20px;
}
.btn_subs_cribe{
  width: 90%;
  background: #fff;
  color: #000;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  height: 50px;
  padding: 12px;
  border-radius: 8px;
  margin: 15px 0;
  position: absolute;
  bottom: 17px;
  right: 0;
  left: 50%;
  transform: translate(-50%, 10px);
}
.bg_grey_33{
  background: #FAFAFA;
  padding: 80px;
  border-radius: 30px;
}
.order_list {
  margin: 0 0 30px;
  padding: 20px;
  text-align: left;
  max-width: 800px;
  margin: 0 auto !important;
}
.order_list li{

    font-size: 25px;
    margin-bottom: 11px;
    font-weight: 600;
}

/* .values_content{
  padding: 22px 40px;
} */

.bg_join{
  background-image: url('../img/new-york.jpg');
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* .bg_join::before{
content: '';
position: absolute;
top: 0;
left: 0;
background-color: #000;
opacity: 0.8;
height: 100%;
width: 100%;
} */
.join_tex{
  position: relative;
  z-index: 9;
  padding: 80px 0;
}
.join_tex h5{
  font-size: 54px;
  color: #123e3a;
  margin-bottom: 70px;
}

.faq_sect .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #133d3a !important;
}
.faq_sect .accordion-button:not(.collapsed):focus{
  outline: none;
  box-shadow: none !important;
}
.faq_sect .accordion-button:not(.collapsed)::after {
  background-image: url('../img/faq-arrow.svg');
  transform: rotate(-180deg);
}
.bg_black{
  background: #000;
  padding: 80px;
}
.banner_btn2{
  background: #fff;
  padding: 14px;
  width: 100%;
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  max-width: 290px;
  
}

.details_img img{
border-radius: 30px;
}

.details_text h3{
  font-size: 25px;
  font-weight: 600;
}
.details_text h5{
  font-size: 50px;
  font-weight: bold;
  margin: 30px 0;
}
.details_text span{
  font-weight: 400;
}

.details_text h6{
  font-size: 25px;
  font-weight: 600;
}
.details_text ul{
  margin: 0;
  padding: 10px 20px 0;
  list-style: disc;
}
.details_text ul li{
  margin-bottom: 10px;
      list-style: disc;
}

.details_btn{
  text-align: center;
    background: #000;
    width: 100%;
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin: 10px 0 0;
}

.related_pr img{
  width: 100%;
  border-radius: 15px;


}
.related_pr a{
  font-size: 21px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 30px;
}
.title_related{
  margin-top: 50px;
}
.title_related h2{
  font-size: 30px;
  font-weight: bold;
}

.register_img img{
  width: 100%;
  border-radius: 30px;
}

.value_section{
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 10px;
}

.lght_bg{
  background: #fff6f5;
}


 /* Bouton principal */

.customButton {
    position: relative;
    display: inline-block;
    padding: 12px 32px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background: #f46f6b;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap !important;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}


/* Texte à l'intérieur du bouton */
.text {
  position: relative;
  z-index: 2; /* Le texte reste au-dessus */
  transition: color 0.3s ease-in-out;
}

/* Overlay pour l'animation de fond */
.overlay {
  position: absolute;
  top: 0;
  left: -100%; /* Position initiale à l'extérieur à gauche */
  width: 100%;
  height: 100%;
  background: #123e3a; /* Couleur de l'animation */
  z-index: 1; /* Couche en dessous du texte */
  transition: left 0.4s ease-in-out; /* Transition fluide pour l'entrée */
}

/* Animation d'entrée progressive */
.customButton:hover .overlay {
  animation: enterLeft 0.4s forwards; /* Animation d'entrée */
}

/* Animation de sortie continue vers la droite */
.customButton:not(:hover) .overlay {
  animation: exitRight 0.4s forwards; /* Animation de sortie à droite */
}
.customButton b {
    position: relative;
    z-index: 10;
    font-weight: normal;
}
/* Changement de couleur du texte lors du survol */
.customButton:hover .text {
  color: white; /* Changer la couleur du texte */
}

/* Animation d'entrée de gauche à droite */
@keyframes enterLeft {
  0% {
    left: -100%; /* L'overlay commence en dehors du bouton à gauche */
  }
  100% {
    left: 0; /* L'overlay remplit tout le bouton */
  }
}

/* Animation de sortie vers la droite */
@keyframes exitRight {
  0% {
    left: 0; /* L'overlay commence à remplir le bouton */
  }
  100% {
    left: 100%; /* L'overlay sort par la droite */
  }
}
.bg_greyw_img { 
  background-image: url('../img/background-green-tropical.jpg');
  background-size: cover;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  padding: 80px;
  border-radius: 30px;
}
.join_tex-btm-bcl h5 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.4;
}
.join_tex-btm-bcl p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .value_section{
    flex-wrap: wrap;
  }
  .bg_greyw_img { 
    padding: 10px; 
}
.bg_greyw_img .new_titel.mb-5, .join_tex { 
  padding: 15px 10px;
}
.join_tex {
  position: relative;
  z-index: 9;
  padding: 20px 10px;
}
.join_tex h5 {
  font-size: 26px;
  margin-bottom: 20px;

}
.join_tex-btm-bcl h5 {
  font-size: 24px; 
  margin-bottom: 20px; 
}
.join_tex-btm-bcl p {
  font-size: 17px; 
  margin-bottom: 30px;
}
.bg_black {
  padding: 20px 0px;
}
.plan_box_itm h3 {
  font-size: 40px; 
}
footer {
  margin-top: 0;
}
.plan_box_itm { 
  height: auto; 
  margin-bottom: 50px; 
}
}



@media (max-width: 1300px) {
  .item_price{
    width: 80%;
  }
}
@media (max-width: 480px) {
  .item_price{
    width: 90%;
  }
}