@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

body {
  overflow-x: hidden;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

/* Header and Navbar */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.5s ease all;
  z-index: 1024;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.banner-section {
  width: 100vw;
  height: 100vh;
  background: url("/src/assets/HomeBanner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Banner */
.banner-cont {
  position: absolute;
  width: 80%;
  top: 21%;
  left: 12%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.banner-cont h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 72px;
  color: #ffffff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.banner-cont p {
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
  width: 470px;
  margin: auto;
}

.home-options {
  background: #ffffff;
  border-radius: 30px;
  height: 65px;
  padding: 0;
  width: 100%;
  margin: 50px 0 0 0px;
  list-style: none;
  /* padding: 12px; */
  display: flex;
  cursor: pointer;
}

.select-trip-options > div {
  width: 33.33%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 50px;
  position: relative;
}
.home-options li {
  z-index: 1;
  padding: 12px 24px 2px 30px;
  height: 100%;
  width: 100%;
}
.destination-option {
  padding-left: 45px !important;
}
.home-options li:last-child {
  width: auto;
  padding-right: 0;
}

h6 {
  margin-top: 0px !important;
}
.home-options li h6 {
  color: #525252;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
}

.home-options .destination-value {
  background: transparent;
  padding: 0 !important;
  border: 0;
  width: 100%;
  margin-top: -5px;
  text-align: left;
  font-size: 16px;
  color: #525252;
  font-weight: 300;
  text-shadow: none;
  letter-spacing: 0.05em;
}

.destination-dropdown {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  padding: 0;
  background: white;
  display: none;
  /* min-height: 180px; */
  overflow-y: scroll;
  width: 90%;
  position: absolute;
  transform: translate3d(0px, 17px, 0px);
  top: 60px;
  left: 24px;
  border-radius: 5px;
  flex-direction: column;
  will-change: transform;
}

.destination-dropdown::-webkit-scrollbar {
  display: none;
}
.destination-dropdown button {
  border: none;
  background-color: transparent;
  text-align: left;
  padding: 7px 28px;
  font-size: 16px;
  color: #525252;
  border-radius: 3px;
  font-family: Lato;
  letter-spacing: 0.05em;
}

.active-destination {
  color: #0063be !important;
  background-color: #ececec;
  font-weight: 700;
}
.destination-dropdown button:hover {
  color: #0063be;
  background-color: #ececec;
  font-weight: 700;
}

.select-trip-options {
  width: 93%;
  display: flex;
}

.select-trip-options > div::after {
  content: "";
  background-color: #dddddd;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.select-trip-options > div:hover {
  background-color: #ebebeb;
}
.select-trip-options > div > li:last-child::after {
  content: "";
  background-color: #dddddd;
  width: 0px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.arrow-cont {
  width: auto;
  display: flex;
  justify-content: flex-end;
}
.right-btn {
  width: 42px;
  height: 42px;
  background-color: #68c5cd;
  border-radius: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 0;
  margin-left: 20px;
  top: -2px;
  right: 15px;
  position: relative;
}

#dateRangeInput,
.No-of-adult-children {
  padding: 5px 0 12px;
  font-size: 16px;
  width: 100%;
  border: none;
  outline: none;
  height: 32px;
  color: #0063be;
  font-size: 16px;
  background-color: transparent;
  cursor: pointer;
  background: transparent;
  padding: 0 !important;
  border: 0;
  width: 100%;
  margin-top: -10px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  text-shadow: none;
  letter-spacing: 0.05em;
  display: block;
  text-align: left;
  cursor: pointer;
}
#dateRangeInput::placeholder {
  font-weight: 300;
}
/* drop-down */
.adult-children-input-container {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 10px;
  width: 100%;
}

.adult-children-input-container img {
  width: 10px;
}

#adult-children-input {
  cursor: pointer;
  box-shadow: none;
  border: none;
  color: #0063be;
  background: transparent;
  width: 100%;
  /* font-weight: bold; */
  font-size: 16px;
  padding-left: 0;
  /* padding-bottom: 5px; */
  font-family: Lato;
}

#adult-children-input:focus {
  outline: none;
}

.adult-children-handler {
  margin-top: 30px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px 20px;
  width: 200px;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 50px;
  grid-template-columns: auto auto;
  row-gap: 20px;
  column-gap: 10px;
  align-items: center;
  border: none;
}

.adult-children-handler h6 {
  font-size: 15px;
  font-weight: bold;
}

.active-adult-handler {
  display: grid !important;
  margin-top: 30px;
}

.quantity-handler {
  width: 100%;
  display: flex;
  align-items: center;
}

.quantity-handler input {
  color: #0063be;
  background-color: #ececec;
  border: none;
  height: 40px;
  border-radius: 5px;
}

.quantity-handler img {
  width: 20px;
}

.adults-quantity,
.children-quantity {
  text-align: center;
  padding: 5px 0;
  width: 40px;
  margin: 0 10px;
}
fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

/* Travel-Planner Section */
.travel-planner {
  padding: 50px 0 85px;
}

.cont {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  display: flex;
  width: 75%;
  margin: auto;
  position: relative;
  align-items: center;
  column-gap: 10px;
}

.section-left {
  width: 50%;
  margin-right: 20px;
}

.section-left h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  color: #004b51;
  margin: 40px 0 30px;
  width: 90%;
}

.section-left p {
  font-size: 16px;
  color: #212529;
  margin-top: 0;
  margin-bottom: 1rem;
}

.section-right {
  margin-top: 50px;
  width: 50%;
}

.section-right iframe {
  width: 100%;
}

/* Holiday Planner */
.holiday-planner {
  background: linear-gradient(90deg, #eef8f9 -1.22%, #f5f5f5 100%),
    rgba(255, 255, 255, 0.5);
  padding: 50px 0px;
}

.holiday-planner-heading {
  font-weight: 300;
  margin-top: -10px;
  font-size: 42px;
  line-height: 50px;
  color: #04717a;
}

.holiday-planner-para {
  font-size: 18px;
  line-height: 22px;
  color: #525252;
  width: 686px;
}

.holidays-cont {
  height: 500px;
  width: 74vw;
  display: flex;
  margin: 0px 0px;
}

.holiday-box {
  width: 33%;
  padding: 10px 15px 10px 20px;
  display: flex;
  flex-direction: column;
}

.holiday-heading {
  font-size: 24px;
  line-height: 29px;
  color: #004b51;
  margin-bottom: 25px;
  margin-top: 0px;
}

.holiday-subheading {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #04717a;
  margin: 25px 0 10px;
}

.holiday-para {
  font-size: 16px;
  line-height: 17px;
  color: #525252;
}

.holiday-line {
  border-right: 1px solid #bacecf;
}
.holiday img {
  width: 100%;
}
.holiday {
  padding-right: 15px;
}

/* Enterprise section */
.enterprise {
  align-items: flex-start;
  margin-top: 30px;
}

.enterprise h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #04717a;
  margin-bottom: 10px;
}

.desktop-none {
  display: none;
}
.enterprise h2 {
  color: #004b51;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
}

.enterprise p {
  font-size: 18px;
  line-height: 22px;
  color: #525252;
  margin-bottom: 30px;
}

.learn-more {
  padding: 13px 25px;
  background: #d1f1f3;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  letter-spacing: 0.1em;
  color: #0063be;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.4s ease all;
  white-space: nowrap;
  display: inline-block;
  border: none;
  text-decoration: none !important;
}

.learn-more:hover {
  background: #007bff;
  color: white;
}

.img-cont {
  padding-right: 15px;
  height: 100%;
  padding-left: 15px;
  width: 50%;
}
.img-cont img {
  max-width: 100%;
  height: auto;
}

.bullets{
  display: none;
}

@media screen and (max-width: 565px) {
  .section-left,
  .section-right {
    width: 100%;
  }
  .holiday {
    width: 100%;
    padding-right: 0px;
  }
  .home-options li {
    width: 30%;
  }
  .holiday img {
    width: 80%;
    margin: auto;
    display: block !important;
  }
  .home-options li {
    padding: 2px 10px;
  }
  .enterprise {
    width: 100%;
    margin-top: -40px;
  }
  .enterprise h2 {
    font-size: 32px;
  }
  .img-cont {
    width: 100%;
  }
  .adult-children-handler {
    right: 0px;
  }
  .destination-option {
    padding-left: 30px;
  }
  .select-trip-options > div {
    position: static;
    padding-left: 36px;
  }
  .destination-dropdown {
    transform: translate(0%, 90%);
    top: 98px !important;
  }
  .adult-children-handler {
    top: 40px;
    transform: translate(0%, 110%);
  }
}

@media screen and (max-width: 768px) and (min-width: 565px) {
  .section-left,
  .section-right {
    width: 72%;
    margin-right: 0px;
  }

  .section-right {
    margin-top: 0px;
  }

  .desktop-none {
    display: block;
    margin-top: 20px;
  }
  .enterprise h2 {
    font-size: 36px !important;
    color: #004b51;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 42px;
    line-height: 50px;
  }
  .section > div {
    width: 80%;
  }
  .img-cont {
    width: 90% !important;
    margin-bottom: 20px;
  }
  .enterprise {
    width: 80% !important;
    margin-top: 0px;
  }
  .select-trip-options > div {
    position: static;
    padding-left: 15px;
  }
  .destination-dropdown {
    transform: translate(0%, 55%);
  }
  .adult-children-handler {
    top: 40px;
    transform: translate(0%, 58%);
  }
}

@media screen and (max-width: 768px) {
  .banner-section h1 {
    font-size: 36px;
    line-height: 43px;
  }
  .bullets{
    display: flex;
    column-gap: 5px;
  }
  .bullet{
    font-size: 29px;
    color:#a4b0be;
    cursor: pointer;
    padding: 3px;
  }
  .active-bullet{
    color:white;
  }
  .select-trip-options > div:hover {
    background-color: transparent;
  }
  .banner-section p {
    font-size: 18px;
    width: 100%;
  }
  .home-options {
    width: 85%;
    margin-top: 20px;
    height: auto;
  }
  .right-btn {
    width: 30px;
    height: 30px;
  }
  .section {
    width: 100%;
    flex-direction: column;
  }
  .home-options {
    width: 93vw;
    height: 57px;
  }
  .home-options li {
    padding-top: 8px;
  }

  .section h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    color: #04717a;
    margin: 0 0 25px;
  }
  .tab-none {
    display: none;
  }

  .section-right {
    margin-top: 0px;
  }

  .desktop-none {
    display: block;
    margin-top: 20px;
  }
  .travel-planner {
    padding: 85px 0px 50px;
  }

  .holiday-planner-para {
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    width: 100%;
    margin-top: -20px;
  }
  .holiday h3 {
    font-size: 20px;
    line-height: 29px;
  }
  .holiday h4 {
    font-size: 16px;
    line-height: 19px;
  }
  .holiday p {
    width: 100%;
  }
  .banner-cont {
    width: 93%;
    left: 4%;
  }
  .section-left {
    margin-right: 0px;
  }
  .enterprise p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .destination-dropdown {
    top: 50px;
  }

  .right-btn {
    top: 5px;
  }
  .select-trip-options > div {
    width: 100%;
  }

  .select-trip-options .option-guests,.select-trip-options .option-dates{
    display: none;
  }

  .select-trip-options > div::after {
    display: none;
  }
  .destination-box {
    padding-left: 0px !important;
  }
  .outer-home-options {
    position: relative;
  }
  .destination-dropdown {
    top: 86px;
  }
  .adult-children-handler {
    left: 45px;
    top: 60px;
  }
}

/* Tablet Responsive */
@media screen and (max-width: 992px) and (min-width: 769px) {
  .section {
    width: 87%;
  }
  .right-btn {
    margin-left: 0px;
  }
  .select-trip-options {
    width: 95%;
  }

  .arrow-cont {
    margin-left: auto;
  }
  .home-options {
    width: 90vw;
  }

  .section-right {
    margin-left: 0px;
  }

  .section-left h2 {
    font-size: 34px;
  }

  .holiday-planner-para {
    width: 100%;
  }

  .enterprise h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

.close-box {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 0%;
  z-index: 100;
  top: 0;
  background-color: #444;
  opacity: 0.2;
  color: #525252;
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  padding-top: 60px;
  left: 0;
}

.closed-cont {
  position: absolute;
  display: none;
  left: calc((100% - 330px) / 2);
  width: 350px;
  border-radius: 5px;
  background: white;
  color: #525252;
  top: calc((100% - 180px) / 2);
  padding: 15px;
  z-index: 1000;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.36, 0.55, 0.19, 1);
}

.closed-cont h3 {
  font-size: 22px;
  margin-top: 0px;
}

.closed-cont p {
  font-size: 16px;
  margin-bottom: 20px;
}
.ok-btn-cont {
  display: flex;
  /* flex-direction: column; */
  justify-content: flex-end;
}

.ok {
  padding: 5px 10px;
  border-radius: 1px;
  background: #ecf0f1;
  border: none;
  color: black;
  border-radius: 5px;
  font-weight: bold;
  margin-right: 7px;
}

.ok:hover {
  background: #ddd;
}
