@font-face {
  font-family: "Nobel Book";
  src: url("/storage/fonts/Nobel Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nobel Light";
  src: url("/storage/fonts/Nobel Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
}

.body-container {
  position: relative;
  /* Make sure the position is set to relative */
}

.wp-image-3431 {
  z-index: 999;
  position: relative;
}

.body-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url("/storage/img/ref_bg_image_123.png"),
    url("/storage/img/ref_bg_image_123_2.png"); */
  z-index: 12;
}

.container-child-1,
.container-child-2,
.container-child-3 {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
  /* Make sure the position is set to relative */
}

.container-child-1 {
  background-image: linear-gradient(to left, transparent 30%, black 100%),
    url("/storage/img/bg_image_1.png");
  justify-content: center;
  text-align: center;
}

.container-child-2 {
  background-image: linear-gradient(to right, transparent 30%, black 100%),
    url("/storage/img/bg_image_2.png");
  display: flex;
}

.container-child-3 {
    background-image: 
      url("/storage/img/tnc/bg_tnc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
}


.image-aero {
  width: 300px !important;
}

.container-child-1-wrapper {
  margin: 2rem;
  z-index: 12;
  width: 100%;
}

.container-child-2-wrapper {
  margin: 2rem;
  z-index: 12;
  width: 100%;
}

.container-child-3-wrapper {
  margin: 2rem;
  z-index: 12;
  width: 100%;
}

.box {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  padding: 2rem;
  margin: 2rem 2rem 2rem 2rem;
  height: max-content;
  border-radius: 10px;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 70vw;
  font-size: 1.5rem;
}

.box-about {
  max-width: 100vw;
}

.box-wrapper-2 {
  margin-top: 2rem;
}

.box-wrapper-2>.box {
  margin-left: auto;
  max-width: 60vw;
}

.car-image {
  width: 50rem;
  height: auto;
  position: relative;
  left: 5rem;
  bottom: 5rem;
}

.form-section {
  justify-content: center;
  text-align: center;
  padding: 3rem 1rem;
}

.form-register {
  display: inline-block;
  width: 100%;
  max-width: 40rem;
}

.footer {
  padding: 1rem;
  color: white;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.left-section {
  display: flex;
  flex-direction: column;
}

.right-section {
  display: flex;
  flex-direction: column;
}

.list-wrapper {
  display: flex;
  justify-content: space-between;
}

.display-inline {
  display: flex;
}

button {
  background-color: transparent;
  border-color: #48abe0 !important;
  padding: 0.2rem 0.5rem;
}

button:hover {
  border-color: none;
  box-shadow: 0 0 10px 2px #48abe0;
}

button:focus {
  border-color: none;
  box-shadow: 0 0 10px 2px #48abe0;
}

.btn-add-traveler {}

.input-group-text {
  background-color: transparent !important;
  border-color: #48abe0 !important;
  padding: 0.2rem 0.5rem;
}

.input-group-text:hover {
  border-color: none;
  box-shadow: 0 0 10px 2px #48abe0;
}

.input-group-text:focus {
  border-color: none;
  box-shadow: 0 0 10px 2px #48abe0;
}

/* .input-group-text>span {
  color: white !important;
} */

.bottom-section {
  background-image: url("/storage/img/bg_ornament_2.png");

  background-repeat: no-repeat;
  background-size: cover;
}

.datepicker::placeholder {
  padding-left: 0.5rem;
}

.datepicker-dropdown {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #ced4da;
}

/* Adjust the header background color */
.datepicker-days thead {
  color: #fff;
}

/* Adjust the background color of selected date */
.datepicker-days tbody .active,
.datepicker-days tbody .active:hover {
  background-color: #007bff;
  color: #fff;
}

/* Adjust the text color inside the datepicker */
.datepicker-dropdown td,
.datepicker-dropdown th {
  color: #000;
  /* Set the text color to black */
}

/* Custom style for Sundays */
.datepicker-dropdown td.sunday {
  color: red !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 40rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content span {
  display: block;
  text-align: start;
  padding: 12px 16px;
  font-weight: 700;
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-content span:hover {
  background-color: #f1f1f1;
}

.my-table {
  border: 2px solid black;
  border-radius: 5px;
  margin: 1rem;
}

#travelerTableBody tr th {
  text-align: start;
  max-width: 5rem;
  padding-left: 1rem;
}

#travelerTableBody tr {
  font-weight: 700;
}

#travelerTableBody tr td:nth-child(3) {
  text-align: start;
}

.footer-modal {
  margin: 0 1rem;
}

.tc_list {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .home-image {
    margin-top: 12rem;
  }

  .image-aero {
    width: 200px !important;
  }

  .aero-header-title {
    font-size: 1.5rem;
  }

  .box {
    margin: 2rem 0 0 0;
    max-width: 100vw;
    font-size: 1.2rem;
  }

  .box-wrapper-2 {
    margin-top: 3rem;
  }

  .box-wrapper-2>.box {
    margin: 2rem 2rem 0 0;
    max-width: 100vw;
  }

  .car-image {
    margin-top: 6rem;
    width: 90vw;
    height: auto;
    left: 0.3rem;
  }

  .list-wrapper {
    display: flex;
    flex-direction: column;
  }

  .footer-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .dropdown-content {
    width: 85vw;
    margin: 0 0.5rem;
  }

  .tc_list {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .box-wrapper-2 {
    margin-top: 3rem;
  }

  .box-wrapper-2>.box {
    margin-left: auto;
    max-width: 89vw !important;
  }

  .box {
    max-width: 100vw;
  }

  .car-image {
    margin-top: 0.5rem;
    width: 90vw;
    height: auto;
    left: 0.3rem;
  }

}

.datepicker::placeholder {
  padding-left: 0.5rem;
}

.error-message {
  color: red;
  font-size: 12px;
}

.thankYouModal {
  color: black;
}

button.close {
  border: 0px;
  color: black !important;
}

p.note_foot {
  color: white;
  display: flex;
}