html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

button, input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}


* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --title-color: #0a223f;
  --bg-color: #031a35;
  --white: white;
  --primary-color: #ad3a3a;
  --transparent: transparent;
  --secondary-color: #b49164;
  --paragraph-color-two: #4c505b;
  --paragraph-color-one: #9c9ca7;
  --bg-color-two: #fff5e4;
  --black: black;
}

body {
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--title-color);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 86px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  color: var(--title-color);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--title-color);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  color: var(--title-color);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  color: var(--title-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.primary-button-text {
  z-index: 1;
  justify-content: flex-start;
  line-height: 100%;
  display: flex;
  position: relative;
}

.primary-button-text.hover {
  position: absolute;
}

.navbar {
  z-index: 9999;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;

  top: 0;
}

.navbar.v2 {
  background-color: #fff;
  border-bottom: 1px solid #616161;
}

.primary-button {
  background-color: var(--primary-color);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.primary-button.white {
  background-color: var(--white);
  color: var(--title-color);
}

.single-nav-link {
  color: var(--paragraph-color-two);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: all .45s;
}

.single-nav-link:hover {
  color: var(--primary-color);
}

.single-nav-link.v2 {
  color: #001d6c;
  font-weight: 500;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  display: flex;

  & .primary-button {
    margin-top: 0;
  }
}

.navbar-right-content {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.navbar-logo-wrap {
  max-width: 140px;
}
.banner-v1-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 95px;
  padding-bottom: 80px;
  overflow: hidden;
}

.advertisement-home {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/photo-14.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(8px);
    z-index: -2;
    transform: scale(1.1);
  }

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.195); 
    z-index: -1;
  }
}

.about-journey {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/photo-14.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(8px);
    z-index: -2;
    transform: scale(1.1);
  }

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.259); 
    z-index: -1;
  }
}

.services-support {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/photo-14.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(8px);
    z-index: -2;
    transform: scale(1.1);
  }

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.444); 
    z-index: -1;
  }
}



.banner-v1-content-wrapper {
  text-align: center;
  max-width: 1020px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.banner-title-v1 {
  color: var(--white);
  margin-bottom: 13px;
  font-size: 86px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 30px;
}

.banner-details-v1 {
  color: #fff;
  max-width: 1000px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

._2-buttons-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-buttons-wrap.left {
  justify-content: flex-start;
  align-items: center;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.banner-v1-feature {
  padding-top: 80px;
  padding-bottom: 68px;
  position: relative;
  background-color: #05133a;
}

.section.about-v1 {
  z-index: 1;
  position: relative;
}

.section.booking-v1 {
background-color: #091b33;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.contact-form.section.booking-v1  {
  background-color: transparent;

& .booking-v1-main-wrap {
  background-color: #091b33;
} 

& .booking-v1-form-title {
  color: #fff;
}

& .booking-v1-grid-wrap {
  grid-template-columns: 1fr;
}
}

.section.aboutv2 {
  padding-top: 80px;
}

.section.after-inner-banner {
  margin-top: -30px;
  padding-top: 170px;
}

.section.after-inner-banner.contact {
  background-color: var(--bg-color-two);
}

.section.about-process {
  z-index: 1;
 
  background-position: 50% 0, 0 0;
  background-repeat: repeat-y, repeat;
  background-color: #041a35;
  background-size: 100%, auto;
  position: relative;
  overflow: clip;
}

.section.about-wcu {
  background-color: var(--bg-color-two);
}

.banner-v1-feature-frid-wrap {

  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-feature-icon-wrap {
  border: 1px solid #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 36px;
  display: flex;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.banner-feature-icon-wrap.bg-red {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.banner-feature-name {
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.banner-feature-details {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.about-v1-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-v1-img-wrap {
  border-radius: 20px;
  margin-right: 0;
  overflow: hidden;
}

.about-v1-content-wrap {
  margin-top: 0;
}

.about-title-wrapper {
  margin-bottom: 40px;
}

.mini-title {
  color: var(--primary-color);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.mini-title.white {
  color: var(--white);
}

.section-title {
  color: var(--title-color);
  margin-bottom: 9px;
  font-size: 52px;
  font-weight: 400;
  line-height: 116%;
}

.section-title.mb-0 {
  margin-bottom: 0;
}

.section-title.white {
  color: var(--white);
}

.about-v1-content-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.about-v1-details {
  color: var(--paragraph-color-two);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.btn-inline-wrap {
  display: inline-block;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.section-title-wrapper.our-amenities {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.flex {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 40px;
}

.section-title-wrapper.flex.about-v2 {
  margin-bottom: 80px;
}

.section-title-wrapper.process-v2 {
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.about-wcu {
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
}

.section-details {
  color: var(--paragraph-color-two);
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
}

.section-details.max-643 {
  max-width: 643px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.white {
  color: var(--white);
}

.section-details.mb-30 {
  margin-bottom: 30px;
}

.amenities-ticker-wrapper {

flex-wrap: wrap;
  top: 125px;
 max-width: 1200px;
 margin: 0 auto;
}

.amenities-ticker-item-wrap {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 40px;
  column-gap: 30PX;
}

.single-amenities-v1 {
  border-radius: 15px;
  flex: none;
  max-width: 450px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.single-amenities-v1.mt-80 {
  margin-top: 80px;
}

.amenities-v1-img-wrap {
  position: relative;
  min-height: 500px;
}

.amenities-v1-img-overlay {
  background-image: linear-gradient(#031a3561 31%, #031a35f2 81%);
  position: absolute;
  inset: 0%;
}

.amenities-v1-img {
  height: 100%;
width: 100%;
  position: absolute;
  object-fit: cover;
}

.amenities-v1-content-wrap {
  max-width: 380px;
  position: absolute;
  inset: auto 40px 40px;
}

.amenities-v1-title {
  color: var(--white);
  max-width: 265px;
  margin-bottom: 13px;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

.amenities-v1-details {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.text-button {
  color: var(--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.text-button-underline {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 3px;
}

.amenities-ticker-vh-wrapper {

  position: relative;
}

.single-wcu-wrap {
  background-color: var(--white);
  border-radius: 15px;
  padding: 60px 38px 58px;
}

.single-wcu-wrap.about {
  width: 100%;
  max-width: 520px;
}

.wcu-content-wrap {
  text-align: center;
}

.wcu-icon-wrap {
  border: 1px solid #0000001a;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wcu-name {
  margin-bottom: 15px;
  font-size: 26px;
}

.wcu-details {
  color: var(--paragraph-color-two);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.wcu-details.about {
  max-width: 364px;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu-title-wrapper {
  margin-bottom: 30px;
}

.footer-menu-text-link {
  color: var(--paragraph-color-one);
  letter-spacing: -.01em;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  transition: all .45s;
}

.footer-menu-text-link:hover {
  color: var(--primary-color);
}

.footer-menu-title {
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.footer-bottom-content {
  border-top: 1px solid #ffffff14;
  background-color: #090e37;
}

.copyright-text-wrap {
  text-align: center;
}

.footer-details-menu-wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
}

.footer-menu-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.footer-contact-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.copyright-text {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.footer-logo-link {
  margin-bottom: 35px;
  max-width: 200px;
}

.footer-details-text {
  color: var(--paragraph-color-one);
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.footer-bottom-wrapper {
  border-top: 1px solid #ffffff14;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-menu-list-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-details-wrapper {
  width: 100%;
  max-width: 30%;
}

.footer-details-menu-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.footer-menu-single.last {
  max-width: 202px;
}

.booking-v1-grid-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.banner-v2-wrapper {
  background-color: var(--bg-color);
  background-image: radial-gradient(circle at 73% 24%, #031a3533 10%, #031a3596 35%), url("../images/photo-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 50px;
}

.banner-v2-content-wrap {
  max-width: 802px;
  margin-bottom: 140px;
}

.banner-v2-title {
  color: var(--white);
  margin-bottom: 2px;
  font-size: 90px;
  font-weight: 400;
  line-height: 110%;
}

.banner-v2-details {
  color: #fff;
  max-width: 720px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.section-title-left-wrap {
  max-width: 674px;
}

.section-title-right-wrap {
  max-width: 700px;
}

.section-title-right-wrap.about-v2 {
  margin-top: 22px;
}

.about-title {
  color: var(--title-color);
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 400;
  line-height: 160%;
}

.booking-v1-main-wrap {
  background-color: var(--bg-color-two);
  border-radius: 20px;
  padding: 35px 30px 42px;
}

.booking-v1-form-wrap {
  margin-bottom: 0;
}

.booking-v1-form-title {
  color: var(--title-color);
  margin-bottom: 32px;
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
}

.booking-v1-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 26px;
  display: grid;
}

.checkbox-label {
  color: #fff;

  a {
    color: #fff;
    text-decoration: underline;
  }
}

.booking-field-wrap.mb-30 {
  margin-bottom: 30px;
}

.booking-field-label {
  color: var(--title-color);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.booking-field {
  background-color: var(--white);
  color: var(--title-color);
  border: 1px #000;
  border-radius: 50px;
  height: 58px;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.booking-field.textarea {
  border-radius: 10px;
  min-width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 140px;
  padding: 20px;
}

.process-v2-main-wrapper {

  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

.single-process-v2-wrap {
  border: 1px solid var(--primary-color);
  background-color: var(--white);
  transform-origin: 50% 0;
  border-radius: 30px;
  padding: 40px;

  top: 140px;
}

.single-process-v2-wrap._2 {
  top: 165px;
}

.single-process-v2-wrap._3 {
  top: 190px;
}

.single-process-v2-wrap._4 {
  top: 215px;
}

.process-v2-wrap-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.41fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-v2-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.process-v2-content-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.process-v2-icon {
  width: 62px;
  margin-bottom: 40px;
}

.process-v2-title {
  color: var(--title-color);
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
}

.process-v2-details {
  color: var(--paragraph-color-two);
  max-width: 542px;
  margin-bottom: 38px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.process-serial-number {
  color: #0a223f33;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.inner-banner {
  z-index: 2;
background-color: var(--bg-color);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: 152px;
  padding-bottom: 144px;
  position: relative;
}

.inner-banner-content-wrap {
  text-align: center;
}

.inner-banner-title {
  color: var(--white);
  margin-bottom: 22px;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}

.breadcrumb-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumb-link {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  color: var(--primary-color);

}

.mission-grid-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.21fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.mission-img-wrapper {
  position: relative;
}

.mission-img-one {
  border-radius: 15px;

}

.mission-img-two-wrap {
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.mission-img-two {
  border-radius: 15px;
}

.about-wcu-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.about-wcu-row.right {
  justify-content: flex-end;
}

.about-wcu-row.mb-30 {
  margin-bottom: 30px;
}

.contact-us-mini-details {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.contact-us-details-image-wrapper {
  border-radius: 20px;
  width: 100%;
  max-width: 653px;
  overflow: hidden;
}

.contact-us-infermation-text {
  color: var(--paragraph-color-two);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.contact-us-details-typography-wrapper {
  width: 100%;
  max-width: 470px;
}

.contact-us-details-title-wrapper {
  margin-bottom: 35px;
}

.contact-us-details-wrapper {
  grid-column-gap: 70px;
  background-color: var(--white);
  border-radius: 20px;
  align-items: center;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.contact-us-details-image {
  width: 100%;
}

.contact-us-details-title {
  color: var(--title-color);
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
}

.contact-us-infermation-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.nav-menu-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {

  .primary-button {
    padding: 20px 35px;
  }

  .single-nav-link {
    font-size: 19px;
  }

  .navbar-logo-wrap {
    max-width: 160px;
  }

  .section-title {
    font-size: 60px;
  }

  .about-v1-content-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-v1-details {
    font-size: 20px;
  }

  .section-details {
    font-size: 18px;
  }

  .wcu-name {
    font-size: 30px;
  }

  .footer-menu-text-link {
    font-size: 18px;
    line-height: 30px;
  }

  .footer-menu-wrapper {
    max-width: 820px;
  }

  .footer-details-wrapper {
    max-width: 438px;
  }

  .booking-v1-main-wrap {
    padding: 55px 50px 65px;
  }

  .process-v2-wrap-content-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .process-v2-title {
    font-size: 44px;
  }

  .nav-menu-flex {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }
}

@media screen and (min-width: 1920px) {
 

  .about-v1-content-wrap {
    margin-top: 80px;
  }
}

@media screen and (max-width: 991px) {

  .slider-track {
    display: inline-flex;
    animation: scroll-left 20s linear infinite;
  }
  
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .primary-button {
    padding: 18px 30px;
    font-size: 16px;
  }

  .single-nav-link {
    color: var(--white);
    font-size: 18px;
  }

  .navbar-single-content {
    grid-column-gap: 12px;
    display: flex;
  }

  .navbar-right-content {
    grid-column-gap: 20px;
  }

  .nav-menu {
    background-color: var(--bg-color);
    max-height: 90vh;
    padding: 30px 20px;
    overflow: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 60px 40px;
  }

  .single-nav-link.v2 {
    color: var(--white);
  }

  .banner-v1-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-v1-content-wrapper {
    max-width: 700px;
    margin-bottom: 40px;
  }

  .banner-title-v1 {
    margin-bottom: 10px;
    font-size: 56px;
  }

  .banner-details-v1 {
    max-width: 600px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  ._2-buttons-wrap.left {
    justify-content: center;
    align-items: center;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.banner-v1-feature {
    padding-bottom: 80px;
  }

  .section.aboutv2 {
    padding-top: 60px;
  }

  .section.after-inner-banner {
    padding-top: 110px;
  }

  .banner-v1-feature-frid-wrap {

    grid-template-columns: 1fr 1fr;
  }



  .banner-feature-icon-wrap {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
  }

  .banner-feature-icon {
    width: 30px;
    height: 30px;
  }

  .banner-feature-name {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .banner-feature-details {
    font-size: 16px;
  }

  .about-v1-grid-wrap {
    grid-template-columns: 1fr;
  }

  .about-v1-img {
    width: 100%;
  }

  .about-title-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }

  .mini-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .section-title {
    font-size: 42px;
    line-height: 110%;
  }

  .about-v1-content-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
  }

  .about-v1-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .section-title-wrapper {
    margin-bottom: 30px;
  }

  .section-title-wrapper.flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    gap: 40px;
  }

  .section-title-wrapper.flex.about-v2 {
    align-items: stretch;
    max-width: 738px;
    margin-bottom: 30px;
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details {
    font-size: 16px;
  }

  .section-details.mb-30 {
    margin-bottom: 15px;
  }

  .single-amenities-v1 {
    max-width: 340px;
    margin-right: 20px;
  }

  .single-amenities-v1.mt-80 {
    margin-top: 40px;
  }

  .amenities-v1-content-wrap {
    text-align: center;
    max-width: none;
    bottom: 20px;
    left: 15px;
    right: 15px;
  }

  .amenities-v1-title {
    max-width: none;
    margin-bottom: 6px;
    font-size: 22px;
  }

  .amenities-v1-details {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-button {
    font-size: 15px;
  }

  .single-wcu-wrap {
    padding: 25px;
  }

  .single-wcu-wrap.about {
    max-width: none;
  }

  .wcu-icon-wrap {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .wcu-icon {
    width: 60px;
    height: 60px;
  }

  .wcu-name {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 110%;
  }

  .wcu-details {
    font-size: 15px;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 20px;
  }

  .footer-menu-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-menu-title {
    font-size: 22px;
    line-height: 28px;
  }

  .footer-details-menu-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-menu-wrapper {
    max-width: 100%;
  }

  .footer-logo-link {
    max-width: 160px;
    margin-bottom: 20px;
  }

  .footer-details-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-bottom-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-menu-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-details-wrapper {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-details-menu-content {
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .booking-v1-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .banner-v2-wrapper {
   
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .banner-v2-content-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .banner-v2-title {
    margin-bottom: 10px;
    font-size: 48px;
  }

  .banner-v2-details {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .section-title-left-wrap {
    max-width: none;
  }

  .section-title-right-wrap.about-v2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .about-title {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 140%;
  }

  .booking-v1-main-wrap {
    padding: 30px;
  }

  .booking-v1-form-title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .booking-v1-form-grid {
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .booking-field-label {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .booking-field {
    font-size: 16px;
  }

  .process-v2-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .single-process-v2-wrap {
    border-radius: 20px;
    padding: 20px;
    position: static;
  }

  .process-v2-wrap-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1.4fr;
  }

  .process-v2-img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    max-height: 500px;
    margin-bottom: 30px;
  }

  .process-v2-icon {
    width: 40px;
    margin-bottom: 15px;
  }

  .process-v2-title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .process-v2-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
  }

  .process-serial-number {
    font-size: 30px;
  }

  .inner-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inner-banner-title {
    margin-bottom: 15px;
    font-size: 48px;
  }

  .mission-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .mission-img-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-v1-img {
    max-height: 500px;
    object-fit: cover;
  }

  .mission-img-one {
    max-width: 100%;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
  }

  .mission-img-two-wrap {
    position: relative;
    inset: 0%;
    transform: none;
  }

  .mission-img-two {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .mission-content-wrap {
    text-align: center;
  }

  .about-wcu-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-wcu-row.mb-30 {
    margin-bottom: 20px;
  }

  .contact-us-mini-details {
    grid-row-gap: 15px;
  }

  .contact-us-details-image-wrapper {
    max-width: 100%;
    max-height: 500px;
  }

  .contact-us-details-typography-wrapper {
    max-width: 100%;
  }

  .contact-us-details-title-wrapper {
    margin-bottom: 20px;
  }

  .contact-us-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .contact-us-details-title {
    font-size: 32px;
  }

  .contact-us-infermation-icon {
    width: 20px;
    height: 20px;
  }

  .hamburger-menu-wrapper {
    z-index: 1;

    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 5px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .nav-menu-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-logo-image {
    width: 165px;
  }

  .primary-button {
    padding: 15px 22px;
    font-size: 15px;
  }

  .single-nav-link {
    font-size: 16px;
  }

  .navbar-right-content {
    grid-column-gap: 15px;
  }

  .nav-menu {
    padding: 25px 15px;
  }

  .navbar-logo-wrap {
    max-width: 150px;
    padding-left: 0;
  }

  .banner-v1-content-wrapper {
    margin-bottom: 20px;
  }

  .banner-title-v1 {
    font-size: 36px;
  }

  .banner-details-v1 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 150%;
  }

  ._2-buttons-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section, .section.banner-v1-feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.aboutv2 {
    padding-top: 60px;
  }

  .section.after-inner-banner {
    padding-top: 90px;
  }

  .banner-v1-feature-frid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .single-banner-feature {
    text-align: center;
    max-width: 100%;
  }

  .banner-feature-icon-wrap {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-feature-name {
    font-size: 22px;
  }

  .banner-feature-details {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .mini-title {
    font-size: 16px;
    line-height: 20px;
  }

  .section-title {
    font-size: 32px;
  }

  .about-v1-content-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .about-v1-details-wrap {
    text-align: center;
  }

  .section-title-wrapper.flex.about-v2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-details {
    font-size: 15px;
    line-height: 150%;
  }

  .single-amenities-v1 {
    border-radius: 10px;
    max-width: 320px;
    margin-right: 15px;
  }

  .amenities-v1-content-wrap {
    bottom: 15px;
    left: 10px;
    right: 10px;
  }

  .amenities-v1-title {
    font-size: 20px;
  }

  .amenities-v1-details {
    margin-bottom: 8px;
  }

  .wcu-icon {
    width: 40px;
    height: 40px;
  }

  .wcu-details {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 20px;
  }

  .footer-menu-wrapper {
    grid-row-gap: 20px;
    flex-flow: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
  

  .footer-contact-wrapper {
    grid-row-gap: 15px;
  }

  .copyright-text {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-details-text {
    font-size: 15px;
    line-height: 24px;
  }

  .footer-menu-single.last {
    max-width: none;
  }

  .banner-v2-wrapper {
    padding-top: 60px;
  }

  .banner-v2-content-wrap {
    margin-bottom: 30px;
  }

  .banner-v2-title {
    margin-bottom: 6px;
    font-size: 32px;
  }

  .banner-v2-details {
    font-size: 15px;
  }

  .about-title {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .booking-v1-main-wrap {
    border-radius: 15px;
    padding: 20px;
  }

  .booking-v1-form-title {
    font-size: 26px;
  }

  .booking-field-wrap.mb-30 {
    margin-bottom: 20px;
  }

  .booking-field-label {
    font-size: 16px;
  }

  .booking-field {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .booking-field.textarea {
    padding: 15px;
  }

  .single-process-v2-wrap {
    border-radius: 15px;
  }

  .process-v2-wrap-content-wrap {
    grid-template-columns: 1fr;
  }

  .process-v2-img {
    height: auto;
  }

  .process-v2-icon {
    margin-bottom: 10px;
  }

  .process-v2-title {
    font-size: 24px;
  }

  .process-v2-details {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 140%;
  }

  .process-serial-number {
    font-size: 28px;
  }

  .inner-banner {

    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-banner-title {
    font-size: 32px;
  }

  .breadcrumb-link {
    font-size: 16px;
  }

  .mission-img-two {
    border-radius: 10px;
  }

  .about-wcu-row {
    flex-flow: column;
  }

  .contact-us-mini-details {
    grid-row-gap: 15px;
  }

  .contact-us-details-image-wrapper {
    border-radius: 15px;
  }

  .contact-us-details-title-wrapper {
    max-width: 370px;
  }

  .contact-us-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .contact-us-details-title {
    font-size: 24px;
  }

  .hamburger-menu-wrapper {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo-image {
    width: 100px;
  }

  .primary-button {
    padding: 12px 20px;
    font-size: 14px;
  }

  .single-nav-link {
    font-size: 16px;
  }

  .navbar-right-content {
    grid-column-gap: 10px;
  }

  .navbar-logo-wrap {
    max-width: 120px;
  }

  .banner-v1-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-title-v1 {
    font-size: 30px;
  }

  .banner-details-v1 {
    font-size: 14px;
    line-height: 140%;
  }

  ._2-buttons-wrap {
    flex-flow: column;
    align-items: stretch;
  }

  ._2-buttons-wrap.left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: stretch;
  }

  .banner-feature-icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .banner-feature-icon {
    width: 25px;
    height: 25px;
  }

  .banner-feature-name {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .banner-feature-details {
    font-size: 14px;
  }

  .about-v1-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-v1-img-wrap {
    border-radius: 15px;
  }

  .mini-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .section-title {
    margin-bottom: 6px;
    font-size: 24px;
  }

  .about-v1-content-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-v1-details {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 150%;
  }

  .section-details {
    font-size: 14px;
    line-height: 140%;
  }

  .section-details.mb-30 {
    margin-bottom: 10px;
  }

  .single-amenities-v1 {
    max-width: 220px;
  }

  .amenities-v1-img-overlay {
    background-image: linear-gradient(#031a3500 20%, #031a35f2 60%);
  }

  .amenities-v1-content-wrap {
    bottom: 10px;
  }

  .amenities-v1-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 110%;
  }

  .amenities-v1-details {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 140%;
  }

  .text-button {
    font-size: 14px;
  }

  .single-wcu-wrap {
    padding: 15px;
  }

  .wcu-icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .wcu-name {
    margin-bottom: 6px;
    font-size: 20px;
  }

  .wcu-details {
    font-size: 14px;
    line-height: 150%;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 15px;
  }

  .footer-menu-text-link {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-menu-title {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-details-menu-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-menu-wrapper {
    flex-flow: column;
  }

  .copyright-text {
    font-size: 15px;
    line-height: 24px;
  }

  .footer-logo-link {
    max-width: 140px;
    margin-bottom: 15px;
  }

  .footer-details-text {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-bottom-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-details-menu-content {
    grid-row-gap: 30px;
  }

  .banner-v2-wrapper {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .banner-v2-title {
    font-size: 24px;
  }

  .banner-v2-details {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .about-title {
    font-size: 18px;
    line-height: 130%;
  }

  .booking-v1-main-wrap {
    border-radius: 10px;
    padding: 15px;
  }

  .booking-v1-form-title {
    font-size: 20px;
  }

  .booking-v1-form-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 15px;
    display: flex;
  }

  .booking-field-label {
    margin-bottom: 8px;
  }

  .booking-field {
    height: 45px;
    font-size: 14px;
  }

  .booking-field.textarea {
    min-height: 100px;
  }

  .single-process-v2-wrap {
    padding: 15px;
  }

  .process-v2-wrap-content-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .process-v2-icon {
    width: 35px;
  }

  .process-v2-title {
    font-size: 20px;
  }

  .process-v2-details {
    font-size: 14px;
  }

  .process-serial-number {
    font-size: 24px;
  }

  .inner-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-banner-title {
    font-size: 28px;
  }

  .breadcrumb-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .breadcrumb-link {
    font-size: 14px;
  }

  .mission-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mission-img-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .mission-img-one, .mission-img-two {
    border-radius: 5px;
  }

  .about-wcu-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-wcu-row.mb-30 {
    margin-bottom: 15px;
  }

  .contact-us-mini-details {
    grid-row-gap: 10px;
  }

  .contact-us-infermation-text {
    font-size: 13px;
  }

  .contact-us-details-title-wrapper {
    margin-bottom: 15px;
  }

  .contact-us-details-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 15px;
    padding: 15px;
  }

  .contact-us-details-title {
    font-size: 22px;
  }

  .contact-us-infermation-icon {
    width: 15px;
  }

  .contact-us-infermation-wrap {
    grid-column-gap: 5px;
  }

  .hamburger-menu-wrapper {
    width: 40px;
    height: 40px;
    padding: 3px;
  }

  .nav-menu-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 991px) {
  .nav-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }

  .nav-menu.open {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }

  .hamburger-menu-wrapper {
    cursor: pointer;
  }
}

.hamburger-menu-wrapper {
  width: 30px;
  height:30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger-line {
  height: 3px;
  width: 100%;
  background-color: #0e093a;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.testimonials-section {
  background: #f9f9f9;
  padding: 60px 0;
}

.testimonial-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  scrollbar-width: none;
  padding: 20px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-card {
  min-width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 50px;
  row-gap: 30px;
}

.testimonial-avatar {

  border-radius: 8px;
  margin-right: 20px;
  object-fit: cover;
}

.testimonial-content {
  flex: 1;
  align-self: center;
}

.testimonial-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.testimonial-meta {
  font-size: 14px;
  color: #777;
}

.stars {
  width: 90px;
  margin: 4px 0;
}

.slider-nav {
  text-align: center;
  margin-top: 20px;
}

.slider-nav button {
  background-color: #0a2c51;
  color: white;
  border: none;
  font-size: 24px;

  border-radius: 100%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 40px;
  height: 40px;

}

.left-arrow {
  transform: rotate(180deg);
}

.slider-nav button:hover {
  background-color: #0056b3;
}

@media (max-width: 991px) {
  .testimonial-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 95%
  }

  .testimonial-avatar {
    margin: 0 0 15px 0;
  }

  .testimonial-content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .amenities-ticker-item-wrap {
    grid-template-columns: 1fr;
  }

  .amenities-ticker-vh-wrapper {
    padding: 50px 20px;
  }
  .testimonial-text {
    font-size: 15px;
  }



  .testimonial-meta {
    font-size: 13px;
  }

  .testimonial-card {
    padding: 16px;
  }

  .stars {
    width: 80px;
  }
}

.black-block {
  background-image: none;
  background-color: #0a2c51;
}

.image-slider {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #0a2c51;

}

.slider-track {
  display: inline-flex;
  animation: scroll-left 30s linear infinite;
}

.slider-track img {
  width: 300px;
  height: 100%;
  object-fit: cover;


}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.amenities-v1-position {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 20px;
}

.step-about {
  & .section-title {
    color: #fff;
  }

  & .section-details {
    color: #fff;
  }

  & .single-banner-feature {
    border: 1px solid #fff;
    padding: 40px;
  }
}

.section.about-process.destinations-price {
  background-color: #fff5e4;

  & .section-title {
    color: #000b22;
  }
  

  & .section-details {
    color: #000b22;
  }

  & .process-v2-details + p {
    font-weight: 600;
    font-size: 1.1rem;
    color: #2c3e50; 
    margin-top: 12px;
    margin-bottom: 30px;
  }
  
  & .process-v2-content-wrap ul {
    list-style: disc inside;
    padding-left: 0;
    margin: 0 0 15px 0;
    color: #34495e;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 30px;
  }
  
  & .process-v2-content-wrap ul li {
    margin-bottom: 6px;
  }

  span {
    font-size: 40px;
    color: #ad3a3a;
    margin-left: 10px;
    margin-right: 10px;
    font-style: italic;
  }
  
  & .btn-inline-wrap {
    margin-top: 10px;
  }
}

.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.tab-btn {
  padding: 10px 16px;
  background: #000b22;

  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.tab-btn.active,
.tab-btn:hover {
  background: #ad3a3a;
  color: white;
}

.tab-panel {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.tab-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.legal {
  background-color: #0a2c51;


  & .banner-v1-content-wrapper {
    text-align: left;
  }

  & .banner-details-v1 {
    margin-left: 0;
  }

  h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  li {
    color: #fff;
    margin-bottom: 10px;
  }

  a {
    color: #fff;
    text-decoration:underline;
  }

  ul {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 50px;
  }
}

.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;

  h1 {
      margin-bottom: 30px;
      line-height: 150%;
      font-size: 50px;
      color: #333;
      font-weight: 600;
  }

  h2 {
      margin-bottom: 40px;
      line-height: 150%;
      font-size: 25px;
      color: #333;
  }

  p {
      max-width: 1000px;
      line-height: 150%;
      color: #333;
  }

 
  a {
      color: #ffffff;
  }

  & .button.primary-button {
      margin-top: 40px;
      animation: none;
      width: 300px;
      justify-content: center;

      &:hover {
        color: #000;
      }
  }

  @media screen and (max-width: 479px) {
    .products-grid {
      grid-template-columns: 1fr;
    }

      padding: 150px 30px;

      h1 {
          font-size: 30px;
      }

      h2 {
          font-size: 20px;
      }
  }

  & .action-buttons {
    max-width: fit-content;
    margin: 0 auto;
  }
  
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;

  & .primary-button {
    max-width: fit-content;
  }

  & .primary-button-text {
    margin-bottom: 0;
  }

  
}

.legal.banner-v1-wrapper::before { 
  background-image: none;
}

.destinations-price {
  & .process-v2-img {
    max-height: 100%;
  }
}


@media (max-width: 767px) {
  
.slider-track {
  display: inline-flex;
  animation: scroll-left 10s linear infinite;
}

  .single-amenities-v1 {
    max-width: 100%;
  }
  .amenities-v1-img {
    object-position: top;
  }

  .destinations-price {
    & .process-v2-img {
      max-height: 500px;
    }
  }

  .testimonial-card {
    grid-template-columns: 1fr;
  }
  .testimonial-avatar {
    border-radius: 100%;
    max-width: 200px;
    margin: 0 auto;
  }

  .single-amenities-v1 {
    margin-right: 0;
  }

  .banner-v1-feature-frid-wrap {
    grid-template-columns: 1fr;
  }

  .legal {
    h1 {
      font-size: 30px;
    }

    h3 {
      font-size: 20px;
    }
  }
}


@media (max-width: 479px) {
  .image-slider {
    overflow: hidden;
    width: 100%;
    background: #0a2c51;
    position: relative;
  }
  
  .slider-track {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
  }
  
  .slider-track img {

    width: auto;
    max-width: 100%;
    height: 400px;
  }

  .amenities-ticker-vh-wrapper {
    padding: 0;
  }
}

.popular-tours-home {
  & .amenities-ticker-wrapper {
    padding: 50px 20px;
  }
}

.single-amenities-v1 {
  margin-right: 0;
}

.about-team {
  & .amenities-ticker-item-wrap {
    padding: 50px 20px;
  }
}

.banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  background-image: url('../images/photo-45.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  height: 250px;

  & .primary-button {
    max-width: fit-content;
    margin: 0 auto;
  }
}


@media (max-width: 767px) {
  .banner-section {
    min-height: 100vh;
    background-image: url('../images/photo-46.webp');
  }
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.banner-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.banner-button {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.banner-button:hover {
  background-color: #e6e6e6;
}
