* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar {
  border-bottom: 1px solid #e3e3e3;
  padding: 0.8rem 3.5rem;
}

.nav-link {
  color: #000000;
  font-size: 14px;
  transition: color 0.2s ease-in-out;
}
.nav-link:hover {
  color: #00c4b3;
}

.navbar-nav {
  gap: 2rem;
  align-items: center;
}

.visit_link {
  padding: 10px 40px 10px 35px;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.2rem;
  color: #000000;
  border: 1px solid #6e6e6e;
  font-weight: bold;
}

.main_heading {
  font-size: 36px;
  font-weight: 800;
  color: #000000;
  margin-top: 0.6rem;
}

.main_img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.green_box {
  background: radial-gradient(circle, #92d050 0%, #7fb14a 100%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.5rem;
}

.gb_text {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 120%;
}

.temperature {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  line-height: 120%;
}

.form_wrapper {
  padding: 18px 20px 25px;
  border-radius: 5px;
  border: 0.5px solid #d9d9d9;
  width: fit-content;
}

.form_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
}

label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

input {
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 500;
}
input::placeholder {
  color: #d9d9d9;
}
input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.input_wrapper {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 10px;
  border-radius: 5px;
  border: 0.5px solid #d9d9d9;
}

.form-check {
  margin-bottom: 0;
}

.radio_lable {
  font-size: 14px;
  font-weight: 400;
}

.btns_wrapper {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.btns_wrapper .whatsapp,
.btns_wrapper button {
  padding: 15px;
  border-radius: 5px;
  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.3rem;
  border: none;
  width: 48%;
}
.btns_wrapper .whatsapp:focus,
.btns_wrapper button:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.btns_wrapper .whatsapp {
  background-color: #e9f2f1;
}
.btns_wrapper button {
  background-color: #f3e85c;
}
.btns_wrapper button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.review_wrapper {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.review_wrapper img {
  max-width: 45%;
}

.booked_count {
  max-width: 513px;
  margin: 1.6rem auto 0;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 15px 10px;
  border-radius: 33px;
  border: 1px solid #ffffff;
  background-color: #415450;
  color: #ffffff;
}

.hotel_list {
  max-width: 80%;
  margin: 3.5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 3rem;
}

section {
  margin-top: 6rem;
  padding: 0 3.5rem;
}
section.special {
  margin-top: 8rem;
}

.section_heading {
  font-size: 32px;
  font-weight: 600;
}

.grad_line {
  width: 114px;
  height: 3px;
  background: linear-gradient(90deg, #0083bf 0%, #8dc63f 75%, #d7df23 100%);
}

.package_title {
  font-size: 24px;
  font-weight: 600;
  margin: 1.3rem 0 0.8rem;
}

.package_para {
  color: #353535;
  margin-bottom: 0;
  line-height: 130%;
}

.banner {
  padding: 2.5rem 3.5rem;
  margin-top: 3rem;
  background: url(../images/banner-bg.png) no-repeat;
  background-size: cover;
}

.banner_heading {
  font-size: 32px;
  font-weight: 800;
  max-width: 341px;
}

.banner_text {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 130%;
}

.tour_card {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.tour_img {
  border-radius: 10px 10px 0 0;
}

.tc_content {
  padding: 15px 15px 20px;
  position: relative;
}
.tc_content::after {
  content: "";
  display: block;
  width: 68px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1rem;
  right: -0.5rem;
}
.tc_content.bronze_medal::after {
  background-image: url("../images/bronze.png");
}
.tc_content.silver_medal::after {
  background-image: url("../images/silver.png");
}
.tc_content.gold_medal::after {
  background-image: url("../images/gold.png");
}

.tc_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 0.8rem;
}

.tc_list {
  padding: 0;
  margin-top: 1rem;
}
.tc_list li {
  list-style-type: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.4rem;
}
.tc_list li::before {
  content: "";
  display: block;
  width: 12px;
  height: 13px;
  background: url("../images/shield-tick.png") no-repeat;
  background-size: contain;
}

.price_row {
  display: flex;
  align-items: flex-end;
  justify-content: unset;
  gap: 1rem;
}

.frm {
  font-size: 14px;
  line-height: 110%;
}

.price {
  font-size: 22px;
  font-weight: bold;
  line-height: 110%;
}

.price_lable {
  padding: 3px 7px;
  border-radius: 3px;
  background: #000000;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

.img_banner_wrapper {
  margin: 8rem 0 2rem;
  position: relative;
}

.text_box_wrapper {
  position: absolute;
  background: #ffffff;
}
.text_box_wrapper.top {
  padding: 0 1rem 1rem;
  left: 4rem;
  top: -5rem;
  border-radius: 0 0 30px 30px;
}
.text_box_wrapper.bottom {
  padding: 1rem 1rem 0;
  right: 4rem;
  bottom: -5rem;
  border-radius: 30px 30px 0 0;
}

.text_box {
  border-radius: 20px;
  max-width: 345px;
  padding: 1rem 1.6rem;
}
.text_box p {
  margin-bottom: 0;
  line-height: 120%;
}
.text_box.green {
  background: linear-gradient(90deg, #dfff52 0%, #b7ff52 100%);
}
.text_box.blue {
  background: linear-gradient(90deg, #8fb0f6 0%, #91c5f6 100%);
}

.tb_title {
  font-size: 24px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.4rem;
}

.middle_box {
  position: relative;
}
.middle_box::after {
  content: "";
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 96px;
  background-color: #f3f4f3;
  position: absolute;
  top: -1rem;
  right: -2rem;
  z-index: -10;
}

.highlight_title {
  font-size: 40px;
  font-weight: 600;
  line-height: 170%;
}
.highlight_title span {
  font-size: 64px;
  font-weight: 600;
}

.duration_wrapper {
  margin-top: 2rem;
}
.duration_wrapper .grad_line {
  margin-top: 0.6rem;
  width: 112px;
}

.duration {
  font-size: 24px;
  font-weight: 900;
}
.duration span {
  color: #ffffff;
  padding: 10px 16px;
  background: #2b865d;
  border-radius: 30px;
  line-height: 120%;
  margin-left: 1rem;
}

.day_wrapper {
  padding: 0 1rem 1.5rem 1.5rem;
  border-left: 1px dotted #2b865d;
  max-width: 330px;
}
.day_wrapper.no-border {
  border-color: transparent;
}
.day_wrapper .sub_title {
  font-weight: 600;
}
.day_wrapper p {
  margin-bottom: 0;
  color: #6e6e6e;
  line-height: 120%;
}

.day {
  font-size: 24px;
  font-weight: 900;
  position: relative;
  line-height: 24px;
  margin-bottom: 0.2rem;
}
.day::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-color: #2b865d;
  border-radius: 50%;
  position: absolute;
  left: -2.3rem;
  top: 0;
}

.testom_section .review_wrapper {
  justify-content: unset;
  gap: 2rem;
}

.sub_heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
}

.selected_rev {
  font-weight: 500;
  margin-top: 0.4rem;
  max-width: 577px;
}

.rev_box {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #e7e7e7;
  height: 100%;
}

.initial_dp {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
.initial_dp.brown {
  background-color: #924c21;
}
.initial_dp.green {
  background-color: #219192;
}
.initial_dp.yellow {
  background-color: #f4c300;
}
.initial_dp.lime {
  background-color: #8dc63f;
}

.reviewer {
  font-weight: 600;
  margin: 0.2rem 0;
}

.review {
  font-size: 14px;
  text-align: center;
  color: #414141;
  max-width: 277px;
  line-height: 150%;
}

.accordion-button {
  border: none;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px !important;
  background: #fbfbfb;
}
.accordion-button:focus {
  border: none;
  background: inherit;
  outline: none;
  box-shadow: none;
}

.accordion-body {
  font-size: 20px;
  color: #414141;
  padding-top: 0;
}

.accordion-item {
  background: #fbfbfb;
  border-radius: 10px !important;
  border: 0.5px solid #6e6e6e !important;
  margin-bottom: 1.2rem;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: inherit;
  color: #000000;
  border-radius: 10px 10px 0 0 !important;
}

.accordion-button::after {
  width: 22px;
  height: 22px;
  background-image: url("../images/faq-arrow.png");
  background-size: contain;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/faq-arrow.png");
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}

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

.spinners {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

#loading div {
  font-size: 24px;
  color: #fff;
}

.loader {
  width: 120px;
  height: 22px;
  border-radius: 40px;
  color: #514b82;
  border: 2px solid;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}

.loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 14px;
  top: 0;
  bottom: 0;
  left: -20px;
  border-radius: inherit;
  background: #d5cc2e;
  box-shadow: -10px 0 12px 3px #d5cc2e;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%, -30px 50%);
  animation: l14 1s infinite linear;
}

@keyframes l14 {
  100% {
    left: calc(100% + 20px);
  }
}
.float_btn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background: #fffcfa;
  padding: 25px;
  border-radius: 15px 15px 2px 15px;
  border: 1px solid #e7e7e7;
  z-index: 900;
}
.float_btn .btns_wrapper {
  flex-direction: column;
  margin: 1rem 0 0;
  gap: 0.8rem;
}
.float_btn .btns_wrapper .whatsapp,
.float_btn .btns_wrapper a,
.float_btn .btns_wrapper button {
  width: 100%;
}

.float_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

footer {
  margin-top: 4rem;
  background: #131c26;
}
footer .footer_wrapper {
  padding: 3rem 3.5rem;
}
footer .footer_title {
  font-weight: 900;
  color: #ffffff;
  margin-top: 2rem;
}
footer .sm_text {
  font-size: 12px;
  color: #b9b9b9;
}
footer .location {
  font-size: 12px;
  font-weight: 500;
  color: #b9b9b9;
  margin-top: 0.2rem;
}
footer .list_title {
  font-weight: 900;
  color: #ffffff;
}
footer .footer_list {
  padding: 0;
  margin-top: 0.4rem;
}
footer .footer_list li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
footer .footer_list li a {
  color: #ffffff;
}
footer .footer_list.icon li {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.3rem;
}
footer .footer_list.icon li::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url("../images/list-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
footer .social_meadias {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 1rem;
}

@media screen and (max-width: 1370px) {
  .navbar {
    padding: 0.8rem 2rem;
  }
  .navbar-nav {
    gap: 0.5rem;
  }
  .navbar-brand img {
    max-width: 224px;
  }
  .nav-link {
    font-size: 12px;
  }
  .visit_link {
    padding: 6px 10px 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .visit_link img {
    max-width: 18px;
  }
  .btns_wrapper {
    flex-direction: column;
  }
  .btns_wrapper .whatsapp,
  .btns_wrapper button {
    width: 100%;
    justify-content: space-between;
  }
  .tour_img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .hotel_list {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .hotel_list img {
    max-width: 180px;
  }
  section {
    padding: 0;
  }
  footer .footer_wrapper {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 992px) {
  .navbar {
    padding: 0.5rem 0;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  .navbar-nav {
    align-items: flex-start;
    gap: 0;
    margin: 1rem 0;
  }
  .visit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .visit_link {
    margin-top: 1rem;
    width: fit-content;
    padding: 8px 30px 8px 25px;
    font-size: 14px;
    font-weight: 600;
  }
  .banner {
    background-image: url("../images/banner-mob.png");
    padding: 1.5rem 0.75rem;
  }
  .banner img {
    display: block;
    margin: 0 auto;
  }
  .banner_heading {
    margin-top: 1.2rem;
    font-size: 30px;
  }
  .banner_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-brand img {
    max-width: 207px;
  }
  .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }
  .nav-link {
    font-size: 14px;
  }
  .main_heading {
    font-size: 32px;
    margin: 1rem 0;
  }
  .hotel_scroller {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .hotel_list {
    position: relative;
    will-change: transform;
    gap: 3rem;
    padding-bottom: 0;
    flex-wrap: nowrap;
  }
  section {
    padding: 0;
    margin-top: 4rem;
  }
  .section_heading {
    font-size: 24px;
  }
  .package_title {
    font-size: 20px;
  }
  .main-carousel {
    width: 100%;
    overflow: hidden;
    margin-top: 0.3rem;
    position: relative;
  }
  .main-carousel .owl-dots {
    position: absolute;
    bottom: 0.6rem;
    left: 1.2rem;
  }
  .main-carousel .owl-dots span {
    margin: 3px 3px !important;
    width: 7px !important;
    height: 7px !important;
  }
  .main-carousel .item picture,
  .main-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .green_box_mob {
    background: radial-gradient(circle, #92d050 0%, #7fb14a 100%);
    padding: 1rem 1.2rem;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    line-height: 140%;
  }
  .tb_title {
    font-size: 16px;
  }
  .tb_title img {
    max-width: 25px;
  }
  .text_box {
    padding: 1rem 1rem;
    max-width: 277px;
  }
  .text_box p {
    font-size: 14px;
    margin-top: 0.4rem;
  }
  .text_box_wrapper.top {
    left: unset;
    right: 0;
    top: -4rem;
  }
  .text_box_wrapper.bottom {
    right: unset;
    left: 0;
    bottom: -4rem;
  }
  .middle_box {
    width: fit-content;
  }
  .day {
    font-size: 22px;
  }
  .day_wrapper .sub_title {
    font-size: 14px;
  }
  .day_wrapper p {
    font-size: 14px;
  }
  .sub_heading {
    font-size: 24px;
  }
  .testom_section .review_wrapper {
    justify-content: space-evenly;
  }
  .float_btn {
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    border-radius: 15px;
    padding: 11px 10px;
  }
  .float_btn .btns_wrapper {
    margin-top: 0;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: unset;
  }
  .float_btn .btns_wrapper a {
    flex: 0 0 calc(50% - 0.25rem);
    font-size: 14px;
    font-weight: 500;
  }
  .accordion-button,
  .accordion-body {
    font-size: 16px;
  }
  .accordion-item {
    margin-bottom: 1.6rem;
  }
  footer .footer_wrapper {
    padding: 3rem 0;
  }
  footer .footer_title,
  footer .location {
    max-width: 50%;
  }
}

/*# sourceMappingURL=style.css.map */
