/* assets path: /assets/css/image/celebrations/thailande/ */

.celebration-page-main {
  position: relative;
  display: flex;
  justify-content: center;
  background-color:#000000;
  overflow: hidden;
/*   height: 3229px;
  max-height: 3229px; */
}

.background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* z-index: -5; */
  /* max-height: 3229px; */
}

.background-container img {
  width: 100%;
  height: 100%;
}

.celebration-content {
  width: 90%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.celebration-header {
  /* height: 100vh; */
  height: 800px;
  width: 90%;
  margin-top: 50px;
  display: flex;
  z-index: 5;
}

.celebration-header-height {
  height: 650px;
}

.celebration-header-text {
  width: 50%;
  /* margin-top: 100px; */
}

.celebration-header-image {
  width: 50%;
}

.celebration-header-title {
  width: 730px;
  height: 157px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.celebration-header-title-sacramento {
  font-family: "Sacramento", cursive;
  font-size: 90px;
  color: #ffffff;
  line-height: 1;
}

.celebration-header-title-roboto {
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: #fd5224;
  line-height: 0;
}

.celebration-header-description {
  width: 87%;
  margin-top: 50px;
  margin-bottom: 100px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: normal;
}

.celebration-header-buttons {
  width: 90%;
  display: flex;
}

.celebration-header-buttons-mobile {
  display: none
}

.btn-celebration-left,
.btn-celebration-right {
  font-family: "Roboto", sans-serif;
  height: 29px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.btn-celebration-left {
  background-color: #ffffff;
  margin-right: 20px;
}

.btn-celebration-right {
  background-color: #fd5224;
  color: white;
}

.celebration-details {
  width: 90%;
  margin-top: 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.details-image-wrapper {
  width: 50%;
  position: relative;
}

.details-image-wrapper img {
  max-width: 100%;
}

.celebration-details-boy-image {
  position: absolute;
  left: -25%;
  top: -12%;
  opacity: 0.3;
}

.details-boy-image-transparent {
  opacity: 1;
}

.celebration-details-boy-image-opaque {
  display: none;
}

.celebration-details-text {
  width: 47%;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

.details-image-wrapper-mobile {
  display: none
}

.details-paragraph {
  text-align: justify;
  line-height: normal;
}

.details-keywords {
  color: #fd5224;
  font-weight: 700;
}

.details-text {
  color: #ffffff;
  font-weight: 300;
}

.summary {
  margin-top: 50px;
  font-size: 24px;
  color: #ffffff;
  line-height: normal;
}
.separator {
  width: 90%;
  background-color: white;
  height: 1px;
  border: 0;
  z-index: 5;
}

.separator-bottom {
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  bottom: 0
}

.tour-suggestions {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 60px;
  z-index: 5;
}

.tour-suggestions h2 {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 30px;
}

.subtitle-roboto {
  font-size: 40px;
}

.subtitle-sacramento {
  font-family: "Sacramento", cursive;
  font-size: 64px;
}

.tour-cards-container {
  width: 100%;
  height: 500px;
  /* overflow-y:hidden; */  
  overflow-x: auto;
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
  /* margin-left: 4%; */
  /* justify-content: space-between; */
  /* margin-bottom: 35px; */
}

.tour {
  margin-right: 20px;
}

.tour-card {
  width: 320px;
  height: 460px;
  border-radius: 11px;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  position: relative;
}

.tour-card::after {
  content: "";
  border-radius: 11px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  /* background-color: #ffffff; */
  background-color: inherit !important;
  /* transition: 0.5s ease; */
}

.tour-card:hover::after {
  bottom: -40px;
  z-index: -5;
}

.tour-card:hover .tour-card-hover {
  opacity: 1;
}

.tour-card-image {
  width: 100%;
  height: 50%;
  position: relative;
}

.tour-card-background {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  border-radius: 11px 11px 0 0;
  transition: 0.3s ease-in-out;
}

.tour-card:hover .tour-card-background {
  filter: brightness(130%);
}

.tour-card .content {
  height: 50%;
  min-height:50%;
}

.price {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #34DFA1;
  /* width: 50%; */
  padding-left: 10px;
  padding-right: 10px;
  height: 26px;
  border-radius: 0 11px 0 0;
  text-align: center;
  vertical-align: middle;
}

.price small {
  font-size: 16px;
}

.price strong {
  font-size: 18px;
  font-weight: 700;
}

.tour-card-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal
}

.tour-card-introduction {
  font-size: 16px;
  line-height: normal;
}

.highlights {
  background-color: #D9D9D9;
  font-weight: 700;
  font-size: 13;
  text-align: center;
  display: flex;
  height: 50px;
  width: 100%;
  justify-content: space-evenly;
  overflow: hidden;
}

.highlights li {
  font-size: 13px;
}

.tour-suggestions-button {
  margin: auto;
  /* margin-top: 70px */
}

.tour-card-bottom {
  font-size: 14px;
  font-weight: 700;
}

.tour-card-hover {
  display: flex;
  width: 100%;
  height: 30px;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  opacity: 0;
  margin-bottom: 10px;
  /* transition: 0.5s linear; */
  /* background-color: #ffffff; */
  background-color: transparent;
  float: none;
}

.tour-card-hover a {
  width: 90%;
  border-radius: 5px;
  background-color: #34DFA1;
  font-size: 12px;
  float: none;
}

.discover-section {
  margin-top: 40px;
  margin-bottom: 30px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  z-index: 5;
}

/* .discover-section-subtitle,
.discover-section-text-wrapper {
  width: 45%;
} */

.discover-section-subtitle {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.discover-section-subtitle {
  text-align: end;
}

.discover-section-text-wrapper {
  width: 40%
}

.discover-subtitle-roboto {
  font-size: 60px;
  color:#FFFFFF;
  font-weight: 300;
  text-transform: uppercase;
}

.discover-subtitle-sacramento {
  font-family: "Sacramento", cursive;
  font-size: 109px;
  color:#fd5224;
  margin-bottom: 10px;
}

.discover-section-text {
  color:#FFFFFF;
  font-size: 24px;
  text-align: justify;
}

.tour-config-section {
  position: relative;
  width: 100%;
  min-height: 680px;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.tour-config-background {
  height: 100%;
  position: absolute;
  top:0 ;
  left: 0;
  z-index: -5;
  width:100%;
  object-fit: cover;
}

.tour-config-section-title {
  color:#FFFFFF;
  width: 100%;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.config-tour-form-wrapper {
  width: 80%;
  height: 700px;
  display: flex;
  justify-content: space-evenly;
}

.celebration-bottom-form {
  width: 100%;
}

#form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 500px;
  justify-content: space-between;
}

#widget-container {
  color:#FFFFFF;
  width: 100%;  
}

.widget-number-wrapper {
  display: flex;
  justify-content: space-evenly;
  width: 300px;
}

.widget-number-wrapper span:first-child  {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.widget-wrapper {
  display:flex;
  flex-direction: column;
  border: 0.5px solid white;
  border-radius: 5px;
  min-width: 250px;
  max-width: 300px;
}

.label-wrapper {
  margin-left: 10px;
  position: relative;
  display: flex;
  height: 30px;
}

.label-wrapper:hover {
  cursor: pointer;
}

.label-wrapper label {
  position: absolute;
  left: 30px;
  top: 5px;
}

.fa-arrow-left {
  padding: 0.2em;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  margin-top: 7px;
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.fa-arrow-left::before {
  font-size:10px;
}

.arrow-down {
  transform: rotate(-90deg);
}

.label-separator {
  width: 90%;
  height: 0.3px;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* .choice-list {
  margin-bottom: 10px;
} */

.choice-wrapper {
  display: flex;
  width: 90%;
  margin-left: 10px;
  align-items: center;
}

.checkbox-input {
  display: block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border: 1px solid #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.hide-form,
.hide-datepicker {
  display: none;
}

.checkbox-input-check {
  width: 70%;
  height: 70%;
  border-radius: 2px;
  background-color: #ffffff;
  display: none;
}

.show-checked {
  display: block;
}

.details-mobile, .price-mobile {
  display: none;
}

.tour-config-buttons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 120px;
  justify-content: space-evenly;
}

.btn-see-trip, .btn-search-trip {
  border-radius: 35px;
  width: 170px;
  height: 30px;
  display:  flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  border: 0;
}

.btn-see-trip {
  background-color: #ffffff;
  color: black;
  font-weight: 300;
  font-size: 16px;
  transition: 0.5s ease;
}

.btn-see-trip:hover {
  background-color:#fd5224;;
  color: #ffffff;
}

.btn-search-trip {
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #ffffff;
}

.btn-search-trip span {
  margin-right: 5px;
}

.tour-destinations {
  display: none;
}

.valentine-day-details {
  text-align: justify;
  color: white;
  font-family: "Roboto", sans-serif;
}

.celebration-details-heart-image,
.celebration-details-chinese-new-year-image {
  position: relative;
  opacity: 0.3;
}

.celebration-details-odasie-image {
  opacity: 1;
}

.voyage-duree-desktop {
  height: 30px;
  margin-bottom: 5px
}

.highlights {
  align-items: center;
}

.highlights ul,
.highlights p {
  display: none;
  margin-bottom: 0;
}

.cardPaysLibelle {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tour-card:hover .cardPaysLibelle {
  display: none
}

.tour-card:hover .highlights ul {
  display: block;
}

.badgePaysMobile {
  background-color: #17696d;
  color: white;
  padding: 5px 20px;
  border-radius: 0 11px 0 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

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

  .separator, .separator-bottom {
    display: none;
  }

  .background-container {
    width: 100%;
    /* height: 100vh; */
    height: 80vh;
  }

  .celebration-page-background {
    height: 100%;
  }

  .celebration-header {
    flex-direction: column;
    width: 100%;
    /* height: 100vh; */
    height: 80vh;
    position: relative;
    margin-top: 0
  }

  .celebration-header-text {
    margin-top: 0;
    width: 100%;
  }

  .celebration-header-title {
    align-items: start;
    height: 70px;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .celebration-header-title-sacramento {
    font-size: 40px;
  }

  .celebration-header-title-roboto {
    font-size: 20px;
  }

  .celebration-header-description {
    font-size: 12px;
    margin: 0;
    width: 100%
  }

  .celebration-header-buttons {
    display: none
  }

  .celebration-header-buttons-mobile {
    display: flex;  
    flex-direction: column;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    bottom: 50px;
  }

  .btn-celebration-left {
    margin-right: 0;
  }

  .celebration-header-image {
    display: flex;
    justify-content: center;
 /*    position: absolute; */
    top: 50%;
    height: 40%;
    width: 400px;
    margin: auto;
    margin-top: 50px;
  }

  .header-image-img {
    width: 100%;
    height: 100%;
  }

  .celebration-details {
    flex-direction: column;
    margin-top: 0;
    padding-top: 10px;
    width: 100%;
  }

  .celebration-details-boy-image {
    display: none;
  }

  .details-image-wrapper {
    display: none
  }

  .details-image-wrapper-mobile {
    display: block;
    height: 80vh;
    width: 100%;
    position: relative;
    overflow:hidden;
  }

  .celebration-details-boy-image-opaque {
    width: 150%;
    height: 100%;
    display: block;
    position: absolute;
    left: -110px;
    bottom: -80px;
  }

  .celebration-details-image-opaque {
    width: 100%;
    height: 100%;
    position: static;
  }

  .celebration-details-text {
    width: 100%
  }

  .details-paragraph {
    font-size: 12px;
    font-weight: 300;
  }

  .summary {
    margin-top: 20px;
    font-size: 15px;
  }

  .tour-suggestions h2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: start;
    justify-content: space-between;
    margin-top: 0;
  }

  .tour-cards-container {
    height: 250px;
    overflow-x: scroll;
  }

  .subtitle-roboto {
    font-size: 20px
  }

  .subtitle-sacramento {
    font-size: 40px;
  }

  .subtitle-optional {
    display: none;
  }

  .tour-suggestions {
    height: 310px;
    width: 95%;
  }

  .tour-suggestions h2 {
    margin-left: 10px;
  }

  .tour-cards-container {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 250px;
    display: flex;
  }

  .tour-card-wrapper {
    width: 290px;
    height: 226px;
    margin-right: 15px;
  }

  .tour-card {
    width: 100%;
    height: 100%;
    border-radius: 11px;
  }

  .tour-card:hover .tour-card-hover,
  .tour-card:hover::after {
    display: none;  
  }

  .tour-card-title {
    font-weight: 400
  }

  .tour-card-background {
    border-radius: 11px 11px 0 0
  }

  .tour-card-image {
    width: 100%;
    height: 138px;
    border-radius: 11px 11px 0 0;
  }

  .highlights,
  .voyage-duree-desktop,
  .tour-card-introduction,
  .price,
  .tour-card-button {
    display: none;
  }

  .tour-card-title {
    width: 100%;
    text-align: start;
    font-size: 16px
  }

  .details-mobile {
    display: flex;
    width: 100%;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    color: 969696
  }

  .price-mobile {
    display: flex;
    font-size: 12px;
    text-transform: lowercase;
  }

  .price-mobile-price {
    color: #FF4601;
  }

  .price-mobile-person {
    color: #969696;
  }

  .discover-section {
    width: 95%;
    flex-direction: column;
  }

  .discover-section-subtitle {
    height: 212px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  .discover-subtitle-roboto {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: right;
  }

  .discover-subtitle-sacramento {
    font-size: 59px;
  }

  .discover-section-text-wrapper {
    width: 100%;
  }
  
  .discover-section-text {
    font-size: 12px;
  }

  .tour-config-section-title {
    width: 80%;
    font-size:22px;
  }

  #form-container {
    height: 400px;
  }

  #widget-container {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .widget-wrapper {
    margin-bottom: 20px;
    min-width: auto;
    padding-right: 20px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    align-items: center;
    justify-content: center;
  }

  .widget-number-wrapper {
    margin-bottom: 0 !important;
  }

  .widget-number-wrapper>span {
    display: none;
  }

  .label-wrapper {
    align-items: center;
  }

  .label-wrapper label {
    position: static;
  }

  .fa-arrow-left {
    margin-top: 0;
    position: relative;
  }

  .widget-label {
    position: static !important;
    margin-bottom: 0;
  }

}

@media screen and (min-width:1366px)
  and (max-width: 1700px) {

  .celebration-header {
    width: 95%;
    position: relative;
    /* height: 100vh */
  }

  .celebration-content {
    width: 100%;
  }

  .celebration-header-image {
    width: 500px;
    width: 500px;
    position: absolute;
    top: 100px;
    right: 25px;
  }

  .header-image-img {
    width: 100%
  }

  .celebration-header-buttons {
    flex-direction: column;
    height: 80px;
    justify-content: space-between;
  }

  .tour-cards-container {
    overflow-x: scroll;
    /* overflow-y: hidden; */
    width: 100%;
    display: flex;
  }

  .discover-section-subtitle {
    align-items: start
  }

}

@media screen and (max-width: 450px) {
  .celebration-header-image {
    width: 320px;
    height: 285px;
    margin-top: 0;
  }

  .celebration-details-text {
    font-weight: 300;
    font-size: 12px;
  }

  .subtitle-sacramento {
    font-size: 30px;
  }

  .discover-subtitle-roboto {
    font-size: 28px
  }

  .discover-subtitle-sacramento {
    font-size: 50px
  }

  .separator {
    display: none;
  }

  .label-separator {
    margin-left: 10px;
  }

  .choice-wrapper {
    width: auto;
  }

  .flatpickr-mobile {
    margin-left: 10px;
  }

  .celebration-header-buttons-mobile {
    bottom: 20px;
  }
}

@media screen and (min-width: 1921px) {
/*   body {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
  } */

  .background-container {
    display: none;
  }

  .celebration-page-main {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .tour-config-background {
    width: 100%;
  }

  .celebration-header-description {
    width: 677px;
  }

  .tour-cards-container {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .highlights ul {
      display: block;
  }
  .cardPaysLibelle {
      display: none;
  }
}

/* .tour-config-form {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.tour-config-inner {
  display: flex;
  justify-content: space-evenly;
  height: 70%;
}

.widget-wrapper {
  display: flex;
  position: relative;
  margin-left: 20px;
  min-width: 18%;
  max-width: 20%;
}

.widget-number {
  font-weight: 700;
  font-size: 24px;
  margin-right: 15px;
}

.tour-config-widget {
  width:100%;
  border: 1px solid #ffffff;
  padding-top: 0.5em;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.widget-closed {
  height: 40px;
  overflow: hidden;
}

.widget-header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: 15px;
  cursor: pointer;
}

.fa-arrow-left {
  padding: 0.2em;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  margin-right: 15px;
}

.arrow-down {
  transform: rotate(-90deg);
}

.widget-header-separator {
  width: 90%;
  height: 0.5px;
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 20px;
}

.input-wrapper {
  margin-left: 15px;
  font-weight: 300;
  font-size: 14px;
}

.radio-choices {
  display: flex;
  width: 95%;
  margin-left: auto;
}

.fa-square {
  display: none;
}

.checkbox-input {
  display: block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border: 1px solid #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-input-check {
  width: 70%;
  height: 70%;
  border-radius: 2px;
  background-color: #ffffff;
  display: none;
}

.show-checked {
  display: block;
} */



/****************************/
/* .tour-config-widget {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 90%;
  height: 40px;
}

.widget-header {
  font-size: 16px;
}

.radio-choices {
  width: 100%;
  display: flex;
}

.radio-choices input {
  appearance: none;
}

.widget-number {
  margin-right: 15px;
}

.widget-inner {
  border: 1px solid white;
  height: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: transparent;
  font-size: 0.8em;
  padding-right: 1em;
  padding-left: 1em
}

.label-wrapper {
  margin-right: 10px;
}

.fa-arrow-left {
  border: 2px solid white;
  padding: 0.3em;
  font-size: 10px;
  border-radius: 50%;
  font-weight: bold;
}

.label-wrapper label {
  display: none;
}

.select-container .select {
  appearance: none;
  outline: none;
  width: 100%;
  background-color:transparent;
  color: white;
  border: none;
} */