@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Poppins, sans-serif;
}

.main_heading {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
  margin: 0;
}

.main_subheading {
  font-size: 24px;
  font-weight: normal;
  color: white;
  line-height: normal;
  margin: 0;
}

.styled_text {
  color: #f47a57;
  font-size: 30px;
  margin: 0px;
}

.heading_dark {
  font-size: 40px;
  color: #3e3e3e;
  font-weight: 700;
  line-height: 40px;
}

.heading_light {
  font-size: 40px;
  color: white;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.heading_footer {
  font-size: 30px;
  color: #3e3e3e;
  font-weight: 700;
  margin: 0px;
}

p {
  font-size: 14px;
  line-height: normal;
}

.page_main_heading {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
}

.button_submit {
  border: none;
  outline: none;
  padding: 10px 26px;
  background-color: #0061ab;
  color: white;
  border-radius: 5px;
}

.button_book_now {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  padding: 20px;
  background-color: #f47a57;
  color: white;
  width: 132px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  border: none;
  width: 100%;
  border-radius: 5px;
}

.button_book_now:hover {
  background-color: #d36a4b;
}

.button_book_now:active {
  background-color: #d36a4b;
}

/* typography */

body {
  font-family: Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.6;
}

h1 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: normal;
}

h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: normal;
}

h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: normal;
}

h6 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: normal;
}

p {
  margin-bottom: 1rem;
  line-height: 1.2rem;
  font-size: 0.9rem;
}

.text-omt-orange {
  color: #f47a57;
}

.hero-header {
  min-height: 679px;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.location_tag {
  text-align: right;
  line-height: normal;
}

.location_tag span {
  background-color: #f47a57;
  color: white;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
}

.hero-header-2 {
  position: relative;
  min-height: 679px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px;
}

.hero-header-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2); /* subtle dark overlay */
  z-index: 1;
}

.hero-header-2 {
  /* ===================== Responsive Breakpoints ===================== */
}

.hero-header-2 h1 {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 1rem 2rem;

  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

@media (max-width: 992px) {
  .hero-header-2 {
    padding: 30px;
    min-height: 550px;
  }

  .hero-header-2 h1 {
    font-size: 2rem;
    padding: 0.8rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .hero-header-2 {
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    padding: 25px;
  }

  .hero-header-2 h1 {
    font-size: 1.75rem;
    padding: 0.8rem 1.2rem;
    width: 100%;
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .hero-header-2 {
    min-height: 450px;
    padding: 20px;
  }

  .hero-header-2 h1 {
    font-size: 1.5rem;
    padding: 0.6rem 1rem;
    border-radius: 8px;
  }
}

.nav_container {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 7;
  background-color: #0061ab;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav_container::before {
  content: "";
  height: 0;
  background-color: #0061ab;
  display: flex;
  width: 100%;
  position: absolute;
  z-index: -1;
  transition: all 0.8s;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.nav_container .primary_navbar__main_logo_image {
  width: 50px;
}

.nav_container.open::before {
  height: 100vh;
  background-color: #0061ab;
}

.nav_container.open .primary_navbar__main_logo_image {
  width: 50px;
}

.primary_navbar {
  display: flex;
  justify-content: space-between;
  transition: all 0.8s;
  width: 100%;
  align-items: center;
  padding-top: 10px;
}

.primary_navbar__main_logo_image {
  transition: all 0.8s;
  width: 100px;
}

.primary_navbar__links {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
}

.primary_navbar__links_nav {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  list-style: none;
}

.primary_navbar__links_nav li:hover a::before {
  width: 100%;
}

.primary_navbar__links_nav li {
  z-index: 1;
}

.primary_navbar__links_nav li a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-family: Poppins;
  position: relative;
  padding: 5px 10px;
  overflow: hidden;
  font-size: 16px;
}

.primary_navbar__links_nav li a::before {
  content: "";
  display: flex;
  width: 0%;
  height: 100%;
  background-color: #f47a57;
  position: absolute;
  top: 0;
  bottom: 0;
  transform-origin: 0 50%;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.8s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 5px;
}

.primary_navbar__links_nav li {
  padding: 8px 5px;
  border-radius: 5px;
}

.primary_navbar__links_social {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}

.primary_navbar__links_social li {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-out;
  outline: none;
  /* Initially, no outline */
  outline-offset: 2px;
  opacity: 1;
  width: 32px;
  height: 32px;
}

.primary_navbar__links_social li:hover {
  transform: rotate(360deg);
  outline: 1px solid white;
  /* Apply outline on hover */
  opacity: 1;
}

.primary_navbar__links_social li a {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.primary_navbar__links_social li a img {
  width: 32px;
  height: 32px;
  transition: all 0.5s ease-out;
}

.primary_navbar__toggler {
  position: fixed;
  top: 20%;
  right: 5%;
  display: none;
  z-index: 11;
}

.primary_navbar__toggler_wrapper {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
}

.primary_navbar__toggler_wrapper span {
  transition: all 0.3s;
  width: 100%;
  height: 4px;
  background-color: white;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.primary_navbar__toggler_wrapper span:first-child {
  bottom: 26px;
}

.primary_navbar__toggler_wrapper span:last-child {
  top: 26px;
}

.primary_navbar__toggler.open .primary_navbar__toggler_wrapper span:first-child,
.primary_navbar__toggler.open .primary_navbar__toggler_wrapper span:last-child {
  width: 0px;
  opacity: 0;
}

.primary_navbar__toggler.open
  .primary_navbar__toggler_wrapper
  span:nth-child(2) {
  transform: rotate(45deg);
}

.primary_navbar__toggler.open
  .primary_navbar__toggler_wrapper
  span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile_nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  transition: all 0.8s;
  grid-gap: 40px;
  gap: 40px;
  z-index: 10;
}

.mobile_nav.open {
  display: flex;
  height: 100vh;
}

.mobile_nav .primary_navbar__links_nav {
  flex-direction: column;
  grid-gap: 30px;
  gap: 30px;
  transition: all 0.8s;
  list-style: none;
}

.mobile_nav .primary_navbar__links_nav li a {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 20px;
}

.ant-dropdown-menu-title-content {
  text-align: center;
}

.navbar-wrapper {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.7s ease;
  position: sticky;
  top: 0;
  z-index: 10;
}

.navbar-wrapper.slide-in {
  opacity: 1;
  transform: translateY(0);
}

.filter_search .filters {
  display: flex;
  grid-gap: 0.5em;
  gap: 0.5em;
  flex-wrap: wrap;
}

.filter_search .filters .nav-link {
  color: #3e3e3e;
  font-size: 20px;
  padding: 8px 23px;
  background-color: #e9e9e9;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: bold;
}

.filter_search .filters .nav-link.active {
  background-color: #3e3e3e;
  color: #e9e9e9;
}

.products__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  grid-gap: 8px;
  gap: 8px;
  grid-auto-flow: row dense;
}

.product_card {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #707070;
  min-width: 310px;
}

.product_card__header {
  position: relative;
  overflow: hidden;
  min-height: 261px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product_card__header span {
  background-color: #f47a57;
  color: white;
  font-size: 12px;
  padding: 6px 10px;
  display: flex;
  z-index: 6;
  position: absolute;
  top: 5%;
  left: 5%;
  border-radius: 5px;
}

.product_card__content_title_detail {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}

.product_card__content_title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.product_card__content_price_details {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  align-items: center;
}

.product_card__price_remark {
  font-size: 12px;
}

.product_card__price {
  font-size: 22px;
  font-weight: bold;
}

.product_card__notice {
  font-size: 9px;
}

.testimonial {
  position: relative;

  max-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.testimonial__para {
  color: white;
  max-width: 667px;
  font-size: 16px;
  line-height: normal;
}

.testimonial_card {
  margin: 20px;
  background: rgb(244, 123, 87);
  background: linear-gradient(
    0deg,
    rgba(244, 123, 87, 1) 0%,
    rgba(225, 179, 108, 1) 100%
  );
  padding: 20px;
}

.testimonial_card__text {
  color: white;
  font-size: 14px;

  margin: 0;
}

.testimonial_card__user {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  padding-top: 20px;
  margin: 0;
}

.testimonial_card__avatar {
  width: 50px;
  height: 50px;
  background-color: #0061ab;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial_card__avatar img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.testimonial_card__user_detail {
  color: white;
}

.testimonial_card__user_detail_name {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.testimonial__button_next,
.testimonial__button_prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.testimonial__button_prev {
  left: -6%;
}

.testimonial__button_next {
  right: -6%;
}

/* gradient section start here */

.bg_gradient {
  background: linear-gradient(
    97deg,
    rgba(244, 122, 87, 1) 0%,
    rgba(162, 134, 143, 1) 42%,
    rgba(162, 167, 148, 1) 57%,
    rgba(244, 122, 87, 1) 84%
  );
  background-size: 700%;
  animation: gradient 15s ease alternate infinite;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta_button2 {
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 33px;
  background-color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #f47a57;
  transition: all 0.5s;
}

.cta_button2:hover {
  background-color: #f47a57;
  color: white;
}

@keyframes gradient {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 90% 0;
  }
  60% {
    background-position: 60%;
  }
  75% {
    background-position: 40%;
  }
  100% {
    background-position: 0 0;
  }
}

.bg__gradient_para {
  max-width: 839px;
  line-height: normal;
}

.footer {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.footer__left {
  background-image: url("../img/footer/adventurers-enjoying-views.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #f9f9f9;
  height: 100%;
  width: 46%;
  position: absolute;
  background-size: 100%;
}

.footer__right {
  position: absolute;
}

.content_box {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}

.content_box__left {
  min-width: 45%;
}

.content_box__right {
  min-width: 60%;
}

.content_box__right_form {
  max-width: 620px;
  margin-left: auto;
}

.logo_wrapper_footer {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 12px solid white;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 100px;
}

.follow_us,
.location {
  background-color: rgba(255, 255, 255, 0.7);
  height: 278px;
  width: 310px;
  margin: auto;
  border-radius: 8px;
  justify-content: center;
  flex-flow: column;
  transition: 0.8s;
}

.follow_us:hover,
.location:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
}

.location {
  margin: 20px auto 0;
}

.follow_us .content {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.follow_us {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-wrap: wrap;
}

.footer_social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  flex-wrap: wrap;
  list-style: none;
}

.footer_social li {
  padding: 10px 5px;
}

.footer_social li:hover a {
  background-color: #0061ab;
}

.footer_social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3e3e3e;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer_social li a i {
  color: white;
  font-size: 22px;
}

.location {
  padding: 14px;
}

.location .content {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
}

.location {
  display: flex;
  align-items: center;
  justify-content: center;
}

.location p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.copyright p {
  color: #646464;
  font-size: 15px;
  border-top: 1px solid #c6c6c6;
  padding: 20px 0 0;
  margin-top: 20px;
}

/* footer bottom */

.footer_copyright_and_links {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #1e2a36;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  background-color: white;
  padding: 25px 10px;
}

.footer_copyright_and_links .policy_links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer_copyright_and_links .policy_links li {
  padding: 2px 20px;
  border-right: 1px solid gray;
}

.footer_copyright_and_links .policy_links li:last-child {
  border: none;
}

.footer_copyright_and_links .policy_links li a {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 16px;
  color: #1e2a36;
}

footer.footer_copyright_and_links ul.policy_links li.current_page_item a {
  background-color: transparent !important;
}

.footer_copyright_and_links .policy_links li a:hover {
  color: #0061ab;
}

.footer_copyright_and_links p {
  padding: 2px 20px;
}

.form-group label {
  font-weight: bold;
  font-size: 18px;
}

.form-group b {
  color: red;
}

.form-group input,
.form-group select,
.form-group textarea,
.form-group input[type="file"] {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #707070;
  outline: none;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-icon {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.material-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 11px 32px 18px 50px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.detail_page_head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid gray;
  padding: 10px 0px;
}

.detail_small_icons {
  display: flex;
  grid-gap: 6px;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.detail_small_icons li {
  display: flex;
  padding-right: 20px;
  cursor: pointer;

  align-items: center;
}

.detail_small_icons li img {
  padding-right: 7px;
}

.releated_products__heading {
  display: flex;
  justify-content: space-between;
}

.see_more {
  display: flex;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #0061ab;
  font-size: 20px;
}

.see_more img {
  margin-left: 5px;
}

.swiper2 {
  overflow: hidden;
}

.product_detail_gallery {
  overflow: hidden;
}

.product_detail_gallery__wrapper {
  display: flex;
  flex-direction: column;
}

.product_detail_gallery__main_image img {
  width: 100%;
  background-fit: cover;
}

.product_detail_gallery__extra_images {
  display: flex;
  grid-gap: 20px;
  gap: 20px;
  margin-top: 10px;
}

.product_detail_gallery__extra_images div img {
  width: 100%;
}

.product_detail_gallery__extra_images .swiper-slide {
  opacity: 0.8;
}

.product_detail_gallery__extra_images .swiper-slide-thumb-active {
  opacity: 1;
}

.product_detail_gallery__extra_images .swiper-button-next,
.product_detail_gallery__extra_images .swiper-button-prev {
  color: white;
}

.arrows img {
  width: 29px;
  padding: 7px;
}

.arrow_helper {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.mobile_booking {
  background-color: #e9e9e9;
  border-radius: 20px 20px 0px 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 2px 10px;
}

.block_button-whatsapp,
.block_button-booking {
  display: block;
  background-color: #f47a57;
  color: white;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.block_button-whatsapp {
  background-color: #29a71a;
}

.mobile_booking_price {
  display: flex;
  padding: 15px 0px;
}

.mobile_booking_price__adult,
.mobile_booking_price__child {
  font-size: 18px;
  padding: 10px;
  line-height: 0px;
}

.mobile_booking_price__adult strong,
.mobile_booking_price__child strong {
  font-weight: bold;
  padding-left: 10px;
}

.mobile_booking_price__adult {
  border-right: 2px solid gray;
}

.mobile_booking_toogle {
  transition: all 0.2s;
}

.mobile_booking_toogle.open {
  transform: rotate(180deg);
}

option:hover {
  color: red;
}

.react-tel-input .form-control {
  border: none !important;
  border-bottom: 1px solid black !important;
  border-radius: 0 !important;
}

.react-tel-input .flag-dropdown {
  background-color: transparent !important;
  border: none !important;
}

.ReactFlagsSelect-module_selectBtn__19wW7 {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid black !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.react-tel-input .form-control {
  width: 100% !important;
}

.ant-radio-button-wrapper.radio-override {
  margin: 3px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}

.ant-radio-button-wrapper.radio-override::before {
  display: none;
}

.ant-dropdown-menu-item a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.sticky_card {
  position: sticky;
  top: 108px;
  z-index: 1;
}

.booking_card {
  border-radius: 10px;
}

.booking_card h2 {
  background-color: #3e3e3e;
  color: white;
  border-radius: 0px 0px 30px 30px;
}

.whatsapp_chat {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  background-color: #27d045;
  position: fixed;
  transition: all 0.5s;
  bottom: 3%;
  left: 3%;
  z-index: 8;
  border-radius: 30px;
  cursor: pointer;
}

.whatsapp_chat img {
  width: 60px;
}

.whatsapp_chat span {
  padding-right: 20px;
  transition: all 0.5s;
}

.whatsapp_chat:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.whatsapp_chat:hover > span {
  display: flex;
}

.subheading_with_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_container {
  max-width: 714px;
}

@media (max-width: 1399px) {
  .primary_navbar__main_logo_image {
    width: 60px;
  }
  .logo_wrapper_footer {
    width: 150px;
    height: 150px;
  }
  .logo_wrapper_footer img {
    width: 85px;
  }
  .content_box__right_form {
    margin-left: 85px;
  }
}

@media (max-width: 1199px) {
  .primary_navbar__links li {
    padding: 4px 2px;
  }
  .primary_navbar__links li a {
    font-size: 12px;
  }
  .footer_logo_container {
    display: none;
  }
}

@media (max-width: 991px) {
  .main_heading {
    font-size: 68px;
  }
  .page_main_heading {
    font-size: 50px;
  }
  .primary_navbar__toggler {
    display: block;
  }
  .primary_navbar__links {
    display: none;
  }
  .footer__left,
  .footer__right {
    display: none;
  }
  .content_box {
    flex-direction: column-reverse;
  }
  .content_box__right_form {
    margin: 0;
  }
  .content_box__left {
    width: 100%;
    background-image: url("../img/footer/adventurers-enjoying-views.png");
    padding: 40px 0px;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

@media (max-width: 575px) {
  .main_heading {
    font-size: 40px;
  }
  .main_subheading {
    font-size: 16px;
  }
  .page_main_heading {
    font-size: 40px;
  }
  .styled_text {
    font-size: 24px;
  }
  .heading_dark {
    font-size: 30px;
  }
  .filter_search .filters .nav-link {
    font-size: 14px;
  }
  .heading_light {
    font-size: 24px;
    line-height: normal;
  }
  .testimonial__para {
    font-size: 12px;
  }
  .testimonial_card__text {
    font-size: 12px;
  }
  .testimonial_card__user_detail_name {
    font-size: 12px;
  }
  .testimonial_card__user_detail_location {
    font-size: 10px;
  }
  .heading_footer {
    font-size: 24px;
  }
  .subheading_with_icon {
    font-size: 14px;
  }
  .subheading_with_icon img {
    max-width: 22px;
  }
}

/* 1200
992
768px
576

 */
