@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --theme-color: black;
  --secondary-color: #2ad8a7;
  --font-inter: "Inter", sans-serif;
}

:root {
  --header-bg: transparent;
  --header-color: white;
  --header-sticky-bg: white;
  --header-sticky-color: black;
  --header-tb-spacing: 10px;
  --header-link-spacing: 15px;
  --header-link-tb-spacing: 15px;
  --header-line-height: 30px;
  --header-logo-height: 40px;
}

/************************** CSS Resets */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
  font-family: var(--font-inter), "sans-serif";
}

img,
picture,
video,
canvas {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  color: black;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
html {
  width: 100%;
  line-height: 1.5;
  scroll-behavior: smooth;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

img {
  object-fit: cover;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/***************************** Common CSS */

.presto-container {
  max-width: 1240px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 1920px;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin: 0 auto;
}

.link-btn {
  color: white;
  background-color: var(--theme-color);
  padding: 8px 20px;
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  display: inline-block;
  border-radius: 25px;
  border: 2px solid white;
  transition: all 0.5s;
  cursor: pointer;
}

.text-link {
  color: black;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.content-wrap .card-wrapper {
  margin-top: 50px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.content-wrap .card-wrapper .card {
  width: calc(25% - 11.25px);
  transition: all 0.3s;
  border-radius: 8px;
  position: relative;
}

.content-wrap .card-wrapper .card img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.card .card-content {
  background-color: white;
  padding: 26px 34px 38px;
  border-radius: 0 0 8px 8px;
}
.card-content .title {
  color: #0d4760;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.card-content p {
  color: black;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.14px;
  margin-bottom: 20px;
}

.card .link-btn {
  background-color: var(--theme-color);
  color: white;
  display: block;
  border-radius: inherit;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 25px;
  position: absolute;
  width: 80%;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.content-wrap .heading {
  font-size: 1.8rem;
  line-height: 32px;
  font-weight: 600;
  color: #1c302f;
}

.content-wrap .sub-heading {
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: 500;
}

.content-wrap .list-group {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 35px;
}

.content-wrap .list-group .list-item {
  display: flex;
  gap: 30px;
  align-items: center;
}

.content-wrap .list-group .list-item p {
  color: black;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 456px;
  width: 100%;
  text-align: start;
}

[data-sticky] {
  position: sticky;
  top: 0;
}

.scrolling[data-sticky] {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.scrolling {
  background: var(--header-sticky-bg);
  color: var(--header-sticky-color);
}

/*************************************** Header CSS */
header {
  position: relative;
  z-index: 11;
  color: var(--header-color);
  transition: all 0.15s;
  background: var(--header-bg);
}

header .header-wrapper {
  max-width: 1240px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

header a {
  color: inherit;
}

[data-header="left"] nav {
  justify-content: start;
}

[data-header="left-centered"] nav {
  justify-content: center;
  padding: 0 200px;
}

[data-header="left-centered"] .logo-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

[data-header="left-centered-reverse"] nav {
  padding: 0 400px;
  justify-content: center;
}

[data-header="left-centered-reverse"] ul {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 400px;
}

[data-header="centered"] nav {
  flex-direction: column;
  gap: 0;
  justify-content: center;
}

[data-header="centered"] ~ main .banner-img {
  top: calc(
    -1 * ((var(--header-tb-spacing) * 4) + (var(--header-link-tb-spacing) * 4) +
          var(--header-logo-height))
  );
}

.banner_w3lspvt {
  position: relative;
  z-index: 1;
  color: white;
  padding: 0;
}

.w3layouts-banner-info {
  padding: 210px 0;
}

header nav {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  position: relative;
  min-height: calc(
    (var(--header-tb-spacing) * 2) + (var(--header-link-tb-spacing) * 2) +
      var(--header-logo-height)
  );
}

nav > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  column-gap: 10px;
}

.dd-menu,
nav li a {
  display: inline-block;
  line-height: var(--header-line-height);
  padding: var(--header-link-tb-spacing) var(--header-link-spacing);
}

nav li a:hover {
  cursor: pointer;
}

.dd-menu label {
  margin-bottom: 0;
  cursor: pointer;
}

.dd-menu .dd-cb {
  width: 100%;
  display: none;
}

nav .logo-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

nav .logo-wrap img {
  height: var(--header-logo-height);
  width: auto;
}

.burger-btn {
  position: relative;
  width: 24px;
  height: 18px;
  cursor: pointer;
  display: none;
}

.burger-btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--header-color);
  transform-origin: center center;
  border-radius: 100px;
  transition: all 0.2s;
}

.scrolling .burger-btn span {
  background: var(--header-sticky-color);
}

.burger-btn span:nth-child(1) {
  top: 0;
}

.burger-btn span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.burger-btn span:nth-child(3) {
  bottom: 0;
}

header input[type="checkbox"] {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 30px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  display: none;
}

header input[type="checkbox"]:checked ~ .burger-btn span:nth-child(2) {
  display: none;
}

header input[type="checkbox"]:checked ~ .burger-btn span:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  transform: rotate(42deg);
}

header input[type="checkbox"]:checked ~ .burger-btn span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
  transform: rotate(-42deg);
}

.bg-overlay,
.banner-img {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  clip-path: inset(0);
}

.banner_w3lspvt .banner-img {
  top: calc(
    -1 * ((var(--header-tb-spacing) * 2) + (var(--header-link-tb-spacing) * 2) +
          var(--header-logo-height))
  );
}

.bg-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.fixed-bg img {
  height: 100vh;
  position: fixed;
}

.pos-rel {
  position: relative;
}

.dd-menu {
  position: relative;
  cursor: pointer;
}

.dd-menu > ul {
  position: absolute;
  top: 100%;
  background: var(--header-sticky-bg);
  color: var(--header-sticky-color);
  left: 0;
  border-radius: 5px;
  min-width: 100px;
  padding: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  cursor: auto;
  display: none;
  display: none;
}

.dd-menu:hover > ul {
  opacity: 1;
  display: block;
  max-height: 1000px;
}

.dd-menu li a {
  display: block;
  padding: 6px 15px;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  background-color: var(--header-bg);
}

.dd-menu li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dd-menu li a:hover:after {
  opacity: 1;
}

.menu-cb,
.dd-cb {
  display: none;
}

@media (max-width: 992px) {
  header {
    background-color: var(--header-sticky-bg);
    min-height: calc(
      (var(--header-tb-spacing) * 2) + (var(--header-link-tb-spacing) * 2) +
        var(--header-logo-height)
    );
    display: flex;
  }

  header .burger-btn span {
    background: var(--header-sticky-color);
  }

  header a {
    color: var(--header-sticky-color);
  }

  header nav {
    min-height: inherit;
    height: 100%;
  }

  header nav label.burger-btn {
    margin-bottom: 0;
  }

  [data-header="centered"] nav {
    flex-direction: row;
    justify-content: space-between;
  }

  [data-header="left"] nav {
    justify-content: space-between;
  }

  [data-header="left-centered"] .logo-wrap {
    position: relative;
    transform: none;
    top: 0;
  }

  [data-header="left-centered"] nav {
    padding: 0;
    justify-content: space-between;
  }

  [data-header="left-centered-reverse"] nav {
    padding: 0;
  }

  [data-header="left-centered-reverse"] .burger-btn {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
  }

  [data-header="left-centered-reverse"] ul {
    right: auto;
    top: 100%;
    bottom: auto;
  }

  [data-header="left-centered-reverse"] input[type="checkbox"] {
    left: 0;
  }

  .burger-btn {
    display: block;
  }

  header input[type="checkbox"]:checked ~ ul {
    display: block;
    width: auto;
    max-width: 100%;
    opacity: 1;
    top: 100%;
    overflow: auto;
  }

  header nav li a {
    display: block;
    padding: 4px 15px;
  }

  nav > ul {
    background: var(--header-sticky-bg);
    transition: right 0.5s ease-in-out;
    position: fixed;
    max-width: 250px;
    width: 100%;
    top: calc(
      (var(--header-tb-spacing) * 2) + (var(--header-link-tb-spacing) * 2) +
        var(--header-logo-height)
    );
    left: auto;
    bottom: 0;
    right: -200%;
    padding: 15px 0 2rem;
    z-index: 100;
    display: block;
  }

  .menu-cb:checked ~ .nav-links {
    display: block;
    right: 0;
    top: calc(
      (var(--header-tb-spacing) * 2) + (var(--header-link-tb-spacing) * 2) +
        var(--header-logo-height)
    );
    max-width: 250px;
    width: 100%;
    padding: 15px 0 2rem;
    transition: all 0.5s;
  }

  .dd-menu {
    width: 100%;
    padding: 0;
  }

  .dd-menu > ul {
    display: none;
    position: static;
    opacity: 1;
    max-height: 1000px;
    padding-bottom: 0;
  }

  .dd-menu:hover > ul {
    display: none;
  }

  .dd-menu label {
    display: block;
    cursor: pointer;
    color: var(--header-sticky-color);
    padding: 4px 15px;
  }

  .dd-menu .dropdown-content {
    padding: 0 10px;
  }

  .dropdown-label {
    width: 100%;
    padding: 0 15px;
  }

  .dropdown-label::after {
    content: "+";
    font-size: 1.375rem;
    transition: transform 0.3s ease;
    position: absolute;
    right: 15px;
  }

  .dd-cb:checked + .dropdown-label::after {
    content: "-";
    transform: rotate(180deg);
  }

  .dd-cb:checked ~ .dd-menu ul {
    display: block;
  }
}

.property-box {
  padding-top: 20px;
  text-align: center;
}

/****************************************** Hero Section */
.hero-section .title {
  color: white;
  text-align: center;
  text-shadow: 0px 4px 30px rgba(0, 0, 0, 0.8);
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  max-width: 694px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}

.hero-section .sub-title {
  text-transform: uppercase;
  font-size: 1.75rem;
  color: white;
}

.hero-section .link-btn {
  margin-top: 20px;
  background-color: transparent;
  transition: all 0.3s;
}

.hero-section .link-btn:hover {
  background-color: var(--theme-color);
}

/****************************************** Property Search Section */
.property-search-section {
  padding: 80px 0;
}

.property-search-section .content-wrap .sub-heading {
  color: black;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.18px;
  width: 100%;
}

/****************************************** Image Banner Section */

.image-banner-section {
  position: relative;
  padding: 200px 0;
}

.image-banner-section img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.image-banner-section .content-wrap {
  text-align: center;
}

.image-banner-section .content-wrap h2 {
  font-size: 2.75rem;
  margin-bottom: 20px;
  color: white;
}

.image-banner-section .content-wrap .sub-heading {
  text-align: left;
  max-width: 800px;
  margin-bottom: 20px;
  color: white;
}

/****************************************** Discover More Section */
.discover-more-section {
  padding: 120px 0;
  background-color: white;
}
.discover-more-section .content-wrap {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.discover-more-section .content-wrap .img-box {
  height: 350px;
  width: 100%;
}

.discover-more-section .content-wrap .img-box img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.discover-more-section .content p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

.discover-more-section .content-wrap .content {
  max-width: 500px;
}

.discover-more-section .content-wrap .link-btn {
  margin-top: 15px;
}

/****************************************** Know More Section */

.know-more-section {
  padding: 120px 0;
  background-color: #eee;
}

.know-more-section .content-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.know-more-section .content-wrap .img-box {
  height: 350px;
  width: 100%;
}

.know-more-section .content-wrap .img-box img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.know-more-section .content-wrap .content {
  max-width: 500px;
  color: black;
}

.know-more-section .content-wrap .content h3 {
  font-size: 2.2rem;
}

.know-more-section .content-wrap .content ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 20px;
}

.know-more-section .content-wrap .content ul li {
  list-style: disc;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 20px;
}

/****************************************** Fact section */

.facts-section {
  padding: 120px 0;
  text-align: center;
  position: relative;
}

.facts-section .title {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.facts-section .banner-image {
  height: 100%;
}

.facts-section .banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #4d4d4d;
  margin-bottom: 30px;
}

.facts-section .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.fact-box {
  background-color: var(--theme-color);
  color: white;
  border-radius: 50%;
  width: 330px;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  margin: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fact-box h3 {
  font-size: 16px;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.fact-box p {
  font-size: 14px;
  color: white;
}

/****************************************** Best Location Section */

.best-location {
  padding: 100px 0 200px;
  background-color: #eee;
}

.best-location .card p {
  padding-top: 35px;
  font-size: 0.875rem;
}

/****************************************** Country Section */

.country-section {
  padding: 100px 0;
  background-color: #eee;
}

.country-section .top-content {
  border-left: 2px solid black;
  padding-left: 50px;
  margin-bottom: 50px;
}

.country-section .top-content h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.best-location .content-wrap .card,
.country-section .content-wrap .card {
  margin-bottom: 30px;
  height: 330px;
}

.country-section .top-content .heading {
  color: #0d4760;
  font-style: normal;
}


/****************************************** Property Search section */
.property-search-section .presto-container {
  align-content: center;
}

.property-search-section .property-box {
  padding-top: 0;
}

/****************************************** Location Property Tiles section */

.location-property-tiles{
  padding: 100px 0;
}


.location-property-tiles .property-box{
  padding-top: 50px;
}

/****************************************** Review section */

.review-section {
  padding: 100px 0;
  background-color: #fff;
}

.review-section .content-wrap .review-wrapper {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

.review-section .more-btn {
  text-align: center;
  margin-top: 50px;
}

.review-section .review-card {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}

.review-card .review-text {
  font-style: italic;
  margin-bottom: 20px;
}

.review-card .reviewer {
  font-weight: bold;
  margin-bottom: 5px;
}

.review-card .stay-details {
  color: #999;
  font-size: 14px;
}

/****************************************** Accordion section */
.accordion-section {
  background-color: #eee;
  padding: 100px 0;
}

.accordion-section h3 {
  font-size: 2.5rem;
  margin-bottom: 25px;
}

.accordion-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.accordion-item {
  padding: 22px 0;
}

.accordion-item:has(input[type="checkbox"]:checked) {
  padding-bottom: 0;
}

.accordion-section input[type="checkbox"] {
  display: none;
}

.accordion-title {
  color: var(--theme-color);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.36px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.accordion-title:after {
  content: "\002B";
  font-size: 1.25rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.accordion-section input[type="checkbox"]:checked + label:after {
  content: "\2212";
}

.accordion-content {
  border-radius: 4px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: var(--theme-color);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.14px;
}

.accordion-section input[type="checkbox"]:checked ~ .accordion-content {
  max-height: fit-content;
  padding: 15px 0;
}

.accordion-content p {
  color: #393939;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.14px;
}

/****************************************** Footer */

.footer {
  position: relative;
  background-color: #fff;
}

.footer .content-wrap img {
  width: 90px;
  margin-bottom: 15px;
}
.footer .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer .copyright {
  color: black;
}

.footer .copyright a {
  color: #56c09e;
}

@media (max-width: 1200px) {
  .content-wrap .card-wrapper .card {
    width: calc(50% - 8px);
  }
}

@media (max-width: 992px) {
  .presto-container,
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .country-section .top-content {
    padding-left: 50px;
  }

  .discover-more-section .content-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .image-banner-section .content-wrap h2 {
    font-size: 2rem;
  }

  .image-banner-section .content-wrap .sub-heading {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .destination-section .content-wrap .heading,
  .hero-section .title {
    font-size: 2.85rem;
    line-height: normal;
  }

  .country-section .top-content {
    padding-left: 30px;
  }

  .footer,
  .accordion-section,
  .country-section,
  .location-property-tiles,
  .know-more-section,
  .review-section,
  .discover-more-section {
    padding: 80px 0;
  }

  .property-search-section .property-box,
  .location-property-tiles .property-box {
    padding-top: 20px;
  }

  .best-location {
    padding: 80px 0 120px;
  }

  .country-section .content-wrap .heading {
    font-size: 1.625rem;
    line-height: normal;
  }
  .content-wrap .card-wrapper .card {
    width: 100%;
  }
}

/******************************************* About Page CSS */

.about__hero .banner-img {
  padding: 130px 0;
}

.about__content__wrapper {
  padding-top: 120px;
  padding-bottom: 45px;
}

.about-template-wrapper .wrapper {
  display: flex;
  gap: 40px;
}

.about__page .content-container {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.about__page .about_image_wrapper {
  display: flex;
  gap: 8px;
}

.about__page img {
  width: 100%;
  object-fit: cover;
}

.about__main__title {
  font-size: 1.75rem;
  color: black;
  font-weight: 600;
  padding-bottom: 20px;
}

.about_layout_two .about__main__title {
  text-align: center;
  color: black;
}

.about_layout_two {
  background: white;
}

.about_layout_two .about__paragraph {
  max-width: 390px;
  width: 100%;
  color: black;
  font-weight: normal;
}

.about__subtitle {
  font-size: 1.125rem;
  color: #4d4d4d;
  font-weight: 500;
  line-height: 1.3;
}

.about__page .about__image {
  padding: 25px 0;
}

.about__page .about__image__banner {
  background-image: url("https://cdn.123presto.com/prod/sites/pages/images/31/a8a3b85f27d743009e7fcd8ab86e2993.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  color: white;
  margin: 30px 0;
  position: relative;
  height: 35vh;
}

.about__page .about__image__banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 0;
}

.about__image__banner .banner__content {
  position: relative;
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.about__image__banner h3 {
  color: white;
}

.about__image__banner p {
  color: white;
  font-size: 0.875rem;
  font-weight: normal;
}

.about__wrapper {
  display: flex;
  gap: 10px;
}

.about__title {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  padding-bottom: 20px;
}

.about_layout_two .about__title {
  color: black;
  font-size: 1.5rem;
}

.about__paragraph {
  font-size: 1rem;
  color: #4d4d4d;
  font-weight: 500;
  line-height: 1.3;
  flex-grow: 1;
}

/******************************************* Contact Page */

.contact__content__wrapper {
  padding-top: 120px;
  padding-bottom: 45px;
}

.contact-template-wrapper .wrapper {
  display: flex;
  gap: 40px;
}

.contact__hero .banner-img {
  padding: 130px 0;
}

.contact__page .content-container {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.contact__page img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.contact__page .contact__main__title {
  font-size: 1.75rem;
  color: black;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
}

.contact__page .contact__subtitle {
  font-size: 1.125rem;
  color: #4d4d4d;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 30px;
}

.contact__page .contact__details label {
  font-weight: 600;
  font-size: 1.25rem;
}

.contact__page .contact__details .box {
  padding: 10px 0;
  text-align: center;
}

.contact__layout__two .contact__wrapper {
  display: flex;
  gap: 25px;
  align-items: center;
}

.contact__layout__two .contact__image {
  width: 50%;
}

.map__wrapper {
  padding-top: 35px;
}

.map__wrapper iframe {
  width: 100%;
}

/******************************************* Error Page */

body:has(.privacy__page) header,
body:has(.error__page) header {
  color: black;
  border-bottom: 1px solid #ddd;
}

.error-template-wrapper .wrapper {
  display: flex;
  gap: 40px;
}

.error__page .btn-primary {
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 18px;
  padding: 8px 14px;
  background-color: #2ad8a7;
  border-radius: 8px;
  height: 34px;
}

.error__page .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  font-family: inherit;
}

.error__page .error__wrapper h1 {
  font-size: 3.375rem;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  color: black;
  padding-top: 40px;
  padding-bottom: 20px;
}

.error__page .error__wrapper h1 span {
  color: #24c295;
}

.error__page .server-error .error__wrapper h1 span {
  color: #f79009;
}

.error__page .error__wrapper h3 {
  color: #344054;
  font-size: 1rem;
  line-height: 24px;
  font-family: inherit;
  padding-bottom: 30px;
}

.error__page .error__wrapper .btn-primary {
  color: white;
}

.error__page .server-error .error__wrapper .btn-primary {
  background-color: #f79009;
}

@media screen and (max-width: 767px) {
  .error__page .error__wrapper img {
    width: 100%;
  }

  .error__page .error__wrapper h1 {
    font-size: 2.625rem;
    line-height: 50px;
  }
}

/******************************************* Privacy & Terms Page */

body:has(.terms__page) header,
body:has(.privacy__page) header {
  color: black;
  border-bottom: 1px solid #ddd;
}

.post-wrap ul,
.post-wrap ol,
.presto-ul,
.presto-ol {
  text-align: left;
  padding-left: 40px;
}

.post-wrap ul li,
.presto-ul li {
  list-style: disc;
  margin: 5px 0;
}

.post-wrap ol li,
.presto-ol li {
  list-style: auto;
  margin: 5px 0;
}

.post-wrap {
  padding-bottom: 40px;
}

.post-wrap section {
  padding-top: 0;
  padding-bottom: 0;
}

.post-wrap section,
.post-wrap h1,
.post-wrap h2,
.post-wrap h3,
.post-wrap h4,
.post-wrap h5,
.post-wrap h6,
.post-wrap figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-wrap p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 34px;
  font-weight: 400;
}

.terms-privacy-container{
  max-width:1589px;
  padding:0px 50px;
  margin:auto;
}
.rowFlex{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-direction:row;
  min-height:auto;
  padding:10px 0px;
}
.privacy__page ol li, .privacy__page ul li{
  font-weight:400;
}
#term-condition-s2 .content-title{
  font-size:1.875rem;
  font-weight:700;
  margin:10px 0px;
}
.privacy__page .content-title{
  font-size:1.875rem;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:10px;
  margin:30px 0px;
}
.terms__page .content-title{
  margin:10px 0px;
}
.privacy__page a, #term-condition-s2 a{
  color:rgb(42, 216, 167);
  text-decoration:underline;
}
.privacy__page .content-title .title-count{
  font-size:1rem;
  display:flex;
  min-width:35px;
  height:35px;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-right-radius:50%;
  border-bottom-left-radius:50%;
  align-items:center;
  justify-content:center;
  background-color:rgb(42, 216, 167);
  color:rgb(255, 255, 255);
}
#terms-conndition-section-1{
  height:475px;
  background-color:rgb(15, 22, 39);
}
#privacy-section-1{
  height:475px;
  background-color:rgb(15, 22, 39);
}
#term-condition-s2 .container{
  padding:0px
}
#terms-conndition-container-1{
  height:100%;
  align-items:center;
  display:flex ;
}
#privacy-container-1{
  height:100%;
  align-items:center;
  display:flex ;
}
#terms-banner-img{
  margin-top:30px;
  width:100%;
}
#c1-flex-row{
  width:100%;
  align-items:center;
  display:flex;
  justify-content:space-between;
}
#p1-flex-row{
  width:100%;
  align-items:center;
  flex-direction:row;
  display:flex;
  justify-content:space-between;
}
#c1-div-box{
  max-width:644px;
}
#c1-div-box-div{
  column-gap:8px;
  font-size:14px;
  display:flex;
}
#breadcumb-link1{
  color:rgb(255, 255, 255);
  text-decoration-line:underline;
}
#bread-arrow{
  color:rgb(255, 255, 255);
}
#breadcumb-link2{
  color:rgb(255, 255, 255);
  height:24px;
}
#title-heading{
  color:rgb(255, 255, 255);
  font-weight:700;
  font-size:3rem ;
}
#title-sub{
  color:rgb(255, 255, 255);
  font-family:Lato, sans-serif;
  font-size:14px;
  display:inline ;
}
#term-condition-s2{
  min-height:100px;
  padding: 50px 0px;
}
#footer-list{
  padding-left:20px;
}
@media (max-width: 480px){
  #terms-conndition-section-1{
	padding-top:80px;
	padding-right:10px;
	padding-bottom:80px;
  }
  #terms-conndition-container-1{
	align-items:end;
  }
  #title-heading{
	line-height:30px;
	padding-bottom:20px;
	font-size:30px;
  }
  #c1-flex-row{
	flex-direction:column;
  }
  #p1-flex-row{
	flex-direction:column;
  }
}

/******************************************* Blog Post Page */
.content-wrapper img {
  width: 100%;
}

.page-title {
  font-size: 2.5rem;
  line-height: 1.2;
  color: black;
  margin: 40px 0 0;
  padding: 0;
  font-weight: 700;
}

.tag-wrapper {
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

.block-heading {
  font-size: 1.875rem;
  color: #363636;
  margin: 40px 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
}

.title-tag .tag-wrapper {
  margin-top: 25px;
}

.tag-wrapper > a {
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid #969696;
  border-radius: 100px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}

.title-tag .tag-wrapper > a {
  background: #6881aa;
  border-color: #6881aa;
  color: white;
}

.tag-wrapper > a:hover {
  border-color: #00cd92;
  color: white;
  background: #00cd92;
}

.banner-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-info {
  padding: 20px 0;
  margin: 30px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.blog-info .info-area {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.info-area .post-author {
  border: 1px solid #00cd92;
  border-radius: 50px;
  padding: 5px 35px 5px 5px;
  background-color: #f4f9f8;
  display: flex;
  align-items: center;
}

.author-info .author-name a,
.info-area .post-author a {
  color: black;
}

.info-area .post-author img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.info-area .post-time {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.info-area .post-time div {
  gap: 10px;
  align-items: center;
  display: flex;
}

.post-time div img,
.post-time div svg {
  height: 15px;
  width: 15px;
}

.share-area {
  display: flex;
  gap: 7px;
}

.share-area a {
  height: 38px;
  width: 38px;
  border: 1px solid #c5c5c5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all 0.1s;
}
.share-wrapper .share-area svg {
  fill: #c5c5c5;
}
.share-wrapper .share-area a:hover {
  border: 2px solid #00cd92;
  background-color: #00cd92;
}

.share-wrapper .share-area a:hover svg {
  fill: white;
}

.ai-image-fig {
  font-size: 0.9rem;
  padding: 10px 0;
  line-height: 1.6;
  color: #a1a1a1;
  font-style: italic;
  font-weight: 600;
}

.blog-footer {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #e9e9e9;
  padding-top: 40px;
  padding-bottom: 100px;
}

.blog-footer .author-info {
  padding: 40px;
  border: 2px solid #00cd92;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 40px;
  width: calc(100% - 330px);
}
.blog-footer .author-info img {
  height: 100px;
  width: 100px;
  min-width: 100px;
  object-fit: cover;
  border-radius: 100px;
  overflow: hidden;
}

.blog-footer .author-name {
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-footer .author-details {
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
  color: #888;
  margin-bottom: 10px;
}

.author-info .author-name a,
.info-area .post-author a {
  color: black;
}

.blog-footer .share-wrapper {
  width: 100%;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.share-wrapper .share-count {
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  color: #c8c8c8;
  width: 100%;
  text-align: right;
}

.share-area {
  display: flex;
  gap: 7px;
}

.share-area a {
  height: 38px;
  width: 38px;
  border: 2px solid #00cd92;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all 0.1s;
}

.share-area svg {
  fill: #00cd92;
}

@media screen and (max-width: 1200px) {
  .facts-section .content-wrap {
    justify-content: center;
  }
  .best-location .content-wrap .card-wrapper {
    row-gap: 140px;
  }
}

@media screen and (max-width: 991px) {
  .best-location .content-wrap .card-wrapper {
    row-gap: 120px;
  }
  .blog-footer {
    flex-wrap: wrap;
  }
  .know-more-section .content-wrap {
    flex-direction: column;
    align-items: center;
  }

  .review-section .content-wrap .review-wrapper {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .blog-footer .author-info {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .blog-footer .share-wrapper {
    max-width: 272px;
    align-items: center;
    margin: 0 auto;
  }

  .share-wrapper .share-count {
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .image-banner-section {
    padding: 120px 0;
  }
  .destination-section .content-wrap .heading,
  .hero-section .title {
    font-size: 2.5rem;
  }
  .fact-box {
    width: 300px;
    height: 300px;
  }

  .best-location .content-wrap .card-wrapper {
    row-gap: 145px;
  }
}
