@font-face {
    font-family: "Edo SZ";
    src: url(../fonts/edosz\ 2.woff2);
  }
  


  
  /*Global Styling*/
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  body {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: "Oxygen", sans-serif;
    position: relative;
    background-color: #fff;
    scroll-behavior: smooth;
  }
  
  html {
    height: 100%;
    width: 100%;
    font-size: 18px;
  
    scroll-behavior: smooth;
  }
  
  ol,
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  a,
  a:hover,
  a:focus {
    outline: none;
    text-decoration: none;
    color: #000;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    transition: all ease .3s;
  }
  button{
    cursor: pointer;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    font-family: "Edo SZ";
    color: #0F2B52;
    text-transform: uppercase;
  }
  
  .background-position {
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  
  /* colors */
  .black {
    color: #000;
  }
  
  /* Global font size */
  
  .up {
    text-transform: uppercase;
  }
  
  h1,
  .h1 {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  
  h2,
  .h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  h3,
  .h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
  }
  
  h4,
  .h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; 
  }
  
  h5,
  .h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  
  h6,
  .h6 {
    font-size: 18px;
  }
  
  p {
    color: #7B7D8F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    font-family: "Oxygen", sans-serif;
  }
  input:focus {
    outline: none;
    box-shadow: none;
  }
  /* Global  margin  and padding */
  .padding-main {
    padding: 80px 0;
  }
  
  textarea {
    resize: none;
  }
  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
    box-shadow: none;
  }
  
  /*transisition*/
  ul.nav > li a {
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .container-fluid {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
  }
  
  header#header {
    padding: 28px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all ease .5s;
  }
  .inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  nav#nav ul li a {
    color: rgba(0, 34, 97, 0.95);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
    transition: all ease 0.3s;
    text-transform: capitalize;
    color: #FFF;
  }
  nav#nav ul li a:hover {
    color: #FDBD31;
  }
  nav#nav ul li.active a {
    opacity: 1;
  }
  
  .mobile-nav-logo {
    display: none;
  }
  .headerHamburger {
    display: none;
  }
  .headerMobileOverlay {
    display: none;
  }
  
  .logo img {
    max-width: 100%;
  }
  
 
  
  header.bar-color .logo img {
    scale: 0.6;
    transition: all ease-in-out 0.5s;
  }
  header.bar-color {
    padding: 0px !important;
  }
  
  header#header {
    transition: all ease-in-out 0.5s;
  }
  .right-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: rgba(0, 34, 97, 0.95);
  }
  
  .right-content {
    display: flex;
    align-items: center;
  }
  
  .right-content ul {
    display: flex;
    margin-left: 25px;
  }
  
  .right-content ul li {
    margin-left: 15px;
  }
  
  header#header {
    padding: 12px 0;
  }
  
  .inner-header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

nav#nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

nav#nav ul li {
    display: flex;
}

.logo {
  display: inline-block;
  margin: 0 72px;
  transition: all ease .5s;
}


.logo a img {
  width: 280px;
  display: inline-block;
  position: relative;
  top: 10px;
  z-index: 2;
  transition: all ease .5s;
}
nav.scroll-nav ul li a:hover {
  color: #FDBD31 !important;
}

.logo a {
  width: auto;
  display: inline-block;
}
header#header::after {
  content: "";
  position: absolute;
  width: 46%;
  height: 1px;
  background: rgba(255,255,255,.2);
  bottom: 40px;
  z-index: 1;
}
header#header::before {
  content: "";
  position: absolute;
  width: 46%;
  height: 1px;
  background: rgba(255, 255, 255, .2);
  bottom: 40px;
  z-index: 1;
  right: 0;
}
section.all-banner {
  height: 1081px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}

.heading-banner span {
  font-size: 132px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #FFF;
  font-family: "Edo SZ";
}

.custom-btn a {
  display: inline-flex;
  padding: 13px 32px;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #0F2B52;
}
.heading-banner {
  margin: 0 auto;
  display: block;
  padding-top: 146px;
}

span.right {
  position: relative;
  top: 110px;
  left: -40px;
}

.custom-btn {
  position: relative;
  top: 50px;
  left: 240px;
  display: inline-block;
}

.detailed {
  margin: 0 auto;
  display: block;
  position: relative;
  top: -95px;
}

form.banner-form {
  display: flex;
    align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  border: 1px solid #F6F6F6;
  background: #FFF;
  box-shadow: 0 2px 38px 0 rgba(119, 119, 119, 0.12);
  padding: 18px 20px 18px 38px;
  gap: 30px;
}



.form-width {
  display: flex;
  flex-direction: column;
}

.form-width label {
  color: #132E53;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
}

.form-width input {
  color: #B1B2BA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  border: none;
}

.form-width {
  position: relative;
}


.form-width::after {
  position: absolute;
  content: "";
  background-color: rgba(0,0,0,.2);
  width: 1px;
  height: 38px;
  left: -30px;
  top: 15px;
}
.form-width:first-child::after{
  display: none;
}
.search-all button {
  border-radius: 50px;
  background: #0F2B52;
  width: 44px;
  height: 44px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}




.when-label {
  font-weight: bold;
  color: #142c47;
  display: block;
/*   margin-bottom: 8px; */
}

.date-box {
  position: relative;
  min-width: 100px;
}

.date-box input[type="date"] {
  width: 100%;
  height: 100%;
  padding: 0 0px;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.arrow {
  min-width: 50px;
}

.date-placeholder {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s ease;
  z-index: 2;
  background-color: #fff;
  padding: 0 0px;
}

.date-placeholder.hide-span {
  opacity: 0;
}

.dates-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
    top: -2px;
    margin-bottom: -2px;
}

.date-box input[type="date"] {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.date-box input[type="date"].show-input {
  opacity: 1;
  pointer-events: auto;
}

section.planing {
  padding: 40px 0;
}

.planing-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.planing-width {
  width: 42%;
}
.planing-width1 {
  width: 50%;
}
.planing-width img {
  width: 100%;
}

.site-btn a img {
  width: 48px;
}
.site-btn a {
  display: inline-flex;
  padding: 15px 32px;
  align-items: center;
  gap: 12px;
  border-radius: 40px;
  border: 1px solid #0F2B52;
}

.planing-width1 p {
  margin: 12px 0 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.site-btn a {
  color: #0F2B52;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
section.truested {
  background: #F8FAFC;
  padding: 80px 0;
  text-align: center;
}

.all-heading p {
  padding-top: 16px;
  padding-bottom: 32px;
  color: var(--Main-Brand-Color, #132E53);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  width: 1025px;
  margin: 0 auto;
}

.trust-im {
  margin-bottom: 12px;
}

.avarage-rating span {
color: #0F2B52;text-align: center;
/* P1 */font-size: 16px;font-style: normal;font-weight: 400;line-height: 30px;color: #0F2B52;}

.inner-slider p {
  padding: 32px 0 24px;
  color: #7B7D8F;
  text-align: center;
/* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 776px;
  margin: 0 auto;
}

.client-name span {
  color: var(--Main-Brand-Color, #132E53);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
  text-transform: capitalize;
  margin-top: 14px;
  display: block;
}
section.discover {
  padding: 40px 0 100px;
}

section.discover h2 {
  text-align: center;
}

.discover-flex {
  margin: 28px 0 56px;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}

.discover-width {
  width: 31.5%;
}

.discover-width img {
  width: 100%;
}

.tile-yasht span {
  color: #0F2B52;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 160% */
}

.tile-yasht p {
  color: #A4A5B5;
  /* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.tile-yasht {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 4px;
}

.type-yasht {
  padding: 10px 0;
  border-top: 1px solid rgba(180, 191, 211, .2);
  border-bottom: 1px solid rgba(180, 191, 211, .2);
}

.type-yasht {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.type-yasht p {
  color: #A4A5B5;
  /* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.type-yasht span {
  color: #0F2B52;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.14px;
}

section.discover .site-btn {
  text-align: center;
}
.destination-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.destination-width {
  width: 49%;
}

.ledt-img img {
  width: 100%;
}
.inner-sl img {
  width: 100%;
}

.destination-width h2 {
  margin-bottom: 57px;
}

.inner-sl a h3 {
  color: #FFFEFE;
  font-family: "Edo SZ";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.inner-sl {
  position: relative;
}
header.bar-color {
  background: rgba(255, 255, 255, 0.5); /* Semi-transparent background */
  backdrop-filter: blur(10px);          /* Apply blur effect */
  -webkit-backdrop-filter: blur(10px);  /* Safari support */
}
nav.scroll-nav ul li a {
  color: #0F2B52 !important;
}

header.bar-color::before,header.bar-color::after{
  display: none!important;
  
} 
.inner-slider2-img img {
  width: 100%;
}

section.charter-type {
  padding: 96px 0;
}

.inner-heading {
  text-align: center;
}

.inner-heading p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 926px;
  margin: 0 auto;
  padding: 18px 0 28px;
}
.slider-contents {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.inner-slider2-img {
  position: relative;
  text-align: center;
}

.inner-slider2-img * {
  color: #fff!important;
}

.slider-contents h3 {
  margin-bottom: 24px;
}

.slider-contents .site-btn a {
  border-color: #fff;
}

.slider-contents .site-btn a img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(25%) hue-rotate(80deg) brightness(106%) contrast(106%);
}
.inner-read {
  display: flex;
  padding: 48px 72px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 736px;
  text-align: center;
  background: #F8FAFC;
 }

section.read-more {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

section.read-more {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-read p {
  color: #7B7D8F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
}
section.simple-virgin {
  padding: 100px 0 70px;
  position: relative;
}

.inner-vergin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.vergin-width {
  width: 30%;
}

.vergin-width1 {
  width: 65%;
  margin-top: 60px;
}
.vergin-btn {
  text-align: center;
}

.virgin-content {
  margin-top: 61px;
}

.virgin-content {
  width: 398px;
}

.virgin-content span {
  color: #0F2B52;
  /* H6 */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.virgin-content p {
  color: #7B7D8F;
  /* P2 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.14px;
}
section.simple-virgin::after {
  position: absolute;
  content: "";
  background-image: url(../images/orange2.svg);
  left: -120px;
  background-position: center;
  background-repeat: no-repeat;
  width: 704px;
  height: 254px;
  top: 141px;
}
.all-virgin img {
  width: 100%;
}
.all-virgin img {
  width: 100%;
}

.virgin-sl-inner {
  background: #F4F5F7;
  padding: 20px 19px;
}

.all-virgin span {
  margin-top: 27px;
  display: block;
  margin-bottom: 6px;
}

.all-virgin p {
  color: #7B7D8F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 19px;
}

.all-virgin .site-btn a {
  padding: 12px 32px;
  margin-bottom: 20px;
}
.custom-arrows .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content:""!important;
}
.custom-arrows .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: ''!important;
}
.all-style .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content:""!important;
}
.all-style .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: ''!important;
}


.custom-arrows {
  position: relative;
  display: inline-flex;
  justify-content: center;
  top: 40px;
  width: 100%;
  gap: 19px;
}
.all-style {
  position: relative;
  text-align: center;
}
.custom-arrows .swiper-button-next, .swiper-button-prev,.all-style .swiper-button-next, .swiper-button-prev{
  position: unset!important;
  display: unset!important;
  width: auto!important;
  margin: unset!important;
}
.virgin-data{
  padding: 20px;
}
.swiper.mySwiper3.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding-bottom: 140px;
}
.happy-slider-flex {
  background: #F1F3F7;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.happy-width {
  width: 40%;
}

.happy-width img {
    width: 100%;
    height: 465px;
    object-fit: cover;
}

.happy-width1 {
  width: 56%;
}

.happy-width1 p {
  color: #7B7D8F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
}

.happy-width1 img {
  margin-bottom: 32px;
}

.happy-width1 span {
  color: #0F2B52;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 72px;
  display: block;
  margin-bottom: 12px;
}
section.happy-client h2 {
  margin-bottom: 56px;
}



.swiper.mySwiper4.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding-bottom: 115px;
}

.all-style {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fraction-pagin-flex {
  width: 10%;
  position: relative;
  display: flex!important;
  align-items: center;
}

.all-style .custom-arrows {
  width: 20%;
}



.all-style .custom-arrows {
  display: flex;
  position: unset;
}

.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: unset;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FDBD31;
}
.swiper-pagination-progressbar {
  background: #E9ECEF;
}
.all-style {
  margin-top: 64px;
}
.all-style .custom-arrows {
  display: flex
;
  position: relative;
  top: -3px !important;
}
.all-style .custom-arrows {
  width: 4%;
}

section.question {
  padding: 125px 0;
  background: #EEFBFF;
  text-align: center;
  position: relative;
}

.inner-question {
  display: inline-flex;
  padding: 48px 64px;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  background: #fff;
}

.dark-btn a {
  border-radius: 50px;
  background: #0F2B52;
  padding: 19px 243px;
  display: inline-block;
  color: #FFF;

/* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.inner-question p {
  width: 496px;
}
section.earn-big{
	position:relative;
}

section.question::after,.page-template-vip-reward section.earn-big::after {
  position: absolute;
  content: "";
  background-image: url(../images/orange2.svg);
  left: -120px;
  background-position: center;
  background-repeat: no-repeat;
  width: 704px;
  height: 254px;
  background-size: contain;
  bottom: -30px;
  
}
section.question::before {
  position: absolute;
  content: "";
  background-image: url(../images/orange2.png);
  right: 0px;
  background-position: center;
  background-repeat: no-repeat;
  width: 504px;
  height: 108px;
  top: -18px;
  background-size: contain;
}

.footer-img img {
  width: 100%;
  z-index: 1;
  position: relative;
  height: 507px;
}

.footer-width ul li a {
  color: #7B7D8F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.14px;
  text-transform: capitalize;
  margin-bottom: 18px;
  display: inline-block;
}

.footerflex {
  display: flex;
  justify-content: flex-start;
  width: 60%;
}

.footer-all {
  display: flex;
  justify-content: space-between;
}

.new-letter-flex {
  display: flex;
      width: 507px;
      height: 664px;
      padding: 56px 45px;
      align-items: center;
      flex-shrink: 0;
      background: #0F2B52;
      flex-direction: column;
      justify-content: center;
      position: relative;
      top: -420px;
      z-index: 2;
      margin-bottom: -420px;
}

.new-letter-flex * {
  color: #fff;
}

.new-letter-flex p {
  color: #F9F9F9;
  text-align: center;
  /* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 8px;
  margin-bottom: 107px;
}

.new-letter-flex input {
  padding: 14px 24px;
  border-radius: 40px;
  border: 1px solid rgba(255, 254, 254, 0.24);
  background: transparent;
  width: 100%;
  display: block;
}

.new-letter-flex form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.new-letter-flex form button {
  display: flex;
  width: 69px;
  height: 69px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #FFF;
  border: none;
  text-align: center;
  margin: 0 auto;
  margin-top: 32px;
}

.new-letter-flex span {
  color: #F0F0F0;
  text-align: center;
  /* P3 */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: rgba(240, 240, 240, .7);
  max-width: 80%;
}

.line {
  width: 100%;
  height: 1px;
  background: #475F80;
  margin: 69px 0 21px;
}
.footer-width {
  width: 20%;
  margin-top: 30px;
}

.bottom-footer ul li a {
  color: #B1B2B9;

/* P3 */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.bottom-footer ul {
  display: flex;
  gap: 69px;
  padding: 16px 0;
}

.bottom-footer::after {
  position: absolute;
  content: "";
  background: #EDEDED;
  height: 1px;
  width: 50%;
  top: 0;
}

.bottom-footer {
  position: relative;
}
.new-letter-flex form input::placeholder
 {
    color: rgba(240, 240, 240, .7);
}


section.site-all-banner {
    height: 471px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.site-all-banner h1 {
    color: #fff;
}


ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  background: none;
  cursor: pointer;
  color: rgba(71, 71, 71, 0.67);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 8px 12px;
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 78px;
}


.tab-content{
  display: none;
  margin-top: 80px;
}

section.all-yasht-type ul {
    border-radius: 230px;
    border: 1px solid var(--Gray-100, #F2F4F7);
    background: #FFF;
    box-shadow: 0 4px 47.2px 0 rgba(0, 0, 0, 0.09);
    height: 100px;
    padding: 4px 4px 4px 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

li.tab-link.current {
    border-radius: 100px;
    background: #0F2B52;

/* Shadow/sm */
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.10), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.tab-content.current{
  display: inherit;
}

.all-yasht-type .discover-flex {
  flex-wrap: wrap;
  gap: 32px;
}
ul.tabs {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

section.about-main {
  padding: 100px 0 80px;
  position: relative;
}

.paragrph-one {
  margin-bottom: 74px;
  margin-top: 56px;
}

section.about-main img {
  width: 100%;
}

.paragrph-one {
  width: 59%;
  margin-right: 0;
  margin-left: auto;
}

.paragrph-one p {
  color: #7B7D8F;

/* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

section.about-main::after {
  position: absolute;
  content: "";
  background-image: url(../images/line1.svg);
  top: 5px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 33%;
  height: 246px;
  width: 528px;
}
.great-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.great-flex h2 {
  width: 60%;
  position: relative;
  left: 60px;
}

.great-flex img {
  width: 344px;
}

.people-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  left: 60px;
  margin-top: 70px;
}

.width-people {
  width: 48%;
}

.width-people img {
  width: 100%;
  max-width: 541px;
}

.width-people p {
  color: #656769;

/* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  max-width: 85%;
}

.width-people p:last-child {
  margin-bottom: 0;
}

section.great-people {
  padding-bottom: 100px;
}
.meet-team ul.tabs {
  position: unset;
  border-radius: 184px;
  border: 0.8px solid var(--Gray-100, #F2F4F7);
  background: #FFF;
  box-shadow: 0 3.2px 37.76px 0 rgba(0, 0, 0, 0.09);
  height: 80px;
  padding: 5px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 47%;
  margin: 0 auto;
  display: flex;
}

.meet-team ul.tabs li {
  width: 100%;
  height: auto;
  padding: 6.4px 9.6px!important;
}
.meet-team li.tab-link.current {
  border-radius: 100px;
  background: #0F2B52;
  box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.10), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.team-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px;
}

.team-width {
  width: 24%;
  margin-bottom: 25px;
}

.team-width img {
  width: 100%;
}

.team-width a span {
  color: #0F2B52;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.team-width a p {
  color: #7B7D8F;

/* P2 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
}

section.meet-team {
  background: #EEFBFF;
  padding: 40px 0;
}

section.meet-team h3 {
  text-align: center;
  margin-bottom: 40px;
}
section.meet-team .tab-content {
  margin-top: 44px;
}
section.desitnation .destination-flex {
  flex-wrap: wrap;
}

section.desitnation .destination-width {
  margin-bottom: 24px;
}

section.desitnation {
  padding: 46px 0 80px;
}

section.desitnation span {
  color: #0F2B52;

/* H3 */
  font-family: "Edo SZ";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  margin: 16px 0 12px;
}

section.desitnation p {
  margin-bottom: 40px;
}
section.desitnation .virgin-data {
  padding: 0;
}
section#all-banner {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#all-banner h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}

.desination-img {
    position: relative;
    top: -200px;
    margin-bottom: -200px;
}

section.designation-details img {
    width: 100%;
}

.detailed-flex {
    margin: 88px 0 56px;
}

.detailed-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.detailed-width {
    width: 48%;
}
.detailed-width .site-btn a img {
  width: 48px;
}

.detailed-width h3 {
  margin-bottom: 22px;
}

.detailed-width .site-btn {
  margin-top: 22px;
}

.detailed-width p {
  margin-bottom: 30px;
}

.detail-block {
  background: #EEFBFF;
  padding: 100px 0;
}

.detail-block h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}

.detail-block p {
  margin-bottom: 30px;
}

.detail-block .site-btn a img {
  width: 48px;
}
.desination-img {
  padding: 0px 10%;
}

/* .detailed-flex {
  padding: 0 8%;
} */

.detail-block .container {
  padding: 0 8.5%;
}
span.date {
  color: #B6B7BC!important;
  font-family: "Oxygen", sans-serif!important;
  font-size: 16px!important;
  font-style: normal;
  font-weight: 400!important;
  line-height: 30px!important;
  margin: 0px!important;
  margin-top: 27px!important;
}

span.title {
  font-size: 28px!important;
  font-style: normal;
  font-weight: 400!important;
  line-height: 56px!important;
  margin: 0px!important;
}
section.site-all-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section#blogss .site-btn a {
  margin-bottom: 0px;
}
section#all-banner p {
  color: #B1B2BA;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
section#blog-detailed .desination-img ,section#blog-detailed .detailed-flex{
  padding: 0;
}
section#blog-detailed .detailed-width {
  width: 49%;
}
section#blog-detailed {
  padding: 0px 12%;
}
section#blog-detailed .desination-img {
    position: relative;
    top: -150px;
    margin-bottom: -150px;
}
.detailed-para p {
  margin-bottom: 30px;
}

.detailed-para {
  margin-top: 30px;
}

section#blog-detailed .detailed-flex {
  margin-top: 32px;
  margin-bottom: 0;
}
/* section#detailed-banner {
  height: 600px;
} */
.detailed-para h3 {
  margin-bottom: 20px;
}
section#blog-detailed {
  padding-bottom: 58px;
}
.per-event {
  border-radius: 10px;
  background: #F4F5F7;
  padding: 20px 19px;
  margin-bottom: 24px;
}

section.events-main {
  padding: 86px 0;
}

.inner-events {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.inner-per-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.event-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.event-content span {
  color: var(--Main-Brand-Color, #132E53);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
  margin-bottom: 10px;
  display: block;
}

.event-content ul li {
  display: flex;
  align-items: center;
  color: var(--grey-scale-6-c-757-d, #6C757D);

/* P2 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
}

.event-content ul {
  display: flex;
  gap: 8px;
}
.inner-per-flex .site-btn a {
  color: #0F2B52;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%; /* 18.48px */
  text-transform: capitalize;
  padding: 10px 20px;
}
.event-content1 {
  border-radius: 10px;
  background: #FFF;
  padding: 16px;
  margin-top: 35px;
}
.inner-per-flex .site-btn a img {
  width: 35px;
}
.site-btn a{
  text-transform: capitalize;
}
.site-btn a:hover {
  background: #0F2B52;
  color: #fff;
}
.site-btn a:hover img{
  filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(25%) hue-rotate(80deg) brightness(106%) contrast(106%);
}
section.event-detail-page {
  padding: 0 12%;
  margin-top: -50px;
  margin-bottom: 88px;
}

.detail-page-flex {
  display: flex;
  justify-content: space-between;
}

.detail-width-page1 {
  width: 58%;
}

.detail-width-page1 p {
  margin-bottom: 32px;
}

.related-event {
  border: 1px solid rgba(165, 166, 184, 0.27);
  background: var(--Neutrals-8, #FCFCFD);
  padding: 24px;
}

.related-event span {
  color: #0F2B52;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  text-transform: capitalize;
}

.related-event ul li {
  color: var(--Neutrals-4, #777E90);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 8px 0;
}

.detail-width-page {
  width: 29%;
  margin-top: 15px;
}
p.tel-num,p.adress-web {
  width: 396px;
}

p.tel-num a,p.adress-web a {
  color: #FDBD31;
}
.dual-btns .site-btn a {
  padding: 12px 20px;
}
.dual-btns .site-btn a img{
  width: 48px;
}

.dual-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
section.reward-main {
  padding: 100px 0;
}

.reward-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.reward-width1 {
  width: 43%;
}

.reward-width {
  width: 53%;
}

.reward-width1 img {
  width: 100%;
}

.reward-width h3 {
  margin: 8px 0;
  max-width: 80%;
}

.bullets-reward ul li {
  color: #0F2B52;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  margin-left: 30px;
  margin-bottom: 18px;
}
.automatic-width ul li{
  position: relative;
  color: #0F2B52;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
  text-transform: capitalize;
  margin-left: 30px;
  margin-bottom: 12px;
}
.tick-list ul li{
	position:relative;
	margin-left: 30px;
}

.bullets-reward ul li::after,.automatic-width ul li::after,.tick-list ul li::after {
  position: absolute;
  content: "";
  background-image: url(../images/tick.svg);
  width: 18px;
  height: 18px;
  top: 5px;
  left: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bullets-reward {
  margin-top: 32px;
}
section.automatic-enrol {
  background: #EEFBFF;
  padding: 70px 0;
}
section#givaway h3 {
  display: none;
}
.inner-automatic img {
  width: 100%;
}

.automatic-flex {
  background: #EEFBFF;
  padding: 28px 34px;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  top: -250px;
  margin-bottom: -250px;
}

.automatic-flex h3 {
  text-align: center;
  margin-bottom: 32px;
}

.automatic-flex-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}

.automatic-width {
  width: 49%;
  border: 1px solid rgba(29, 31, 42, 0.08);
  background: #FFF;
  padding: 16px 16px;
}

.automatic-width img {
  width: 100%;
}

.automatic-width span {
  color: #0F2B52;

/* H6 */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 14px;
  display: block;
}

.automatic-width p {
  color: #7B7D8F;

/* P2 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
  margin: 16px 0;
}

.automatic-width .site-btn a {
  color: #0F2B52;
  text-align: center;
  font-size: 11.51px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%; /* 17.725px */
  text-transform: capitalize;
  padding: 10px 17px;
}
.automatic-width .site-btn a:hover,.earn-width1 .site-btn a:hover{
  color: #fff;
}

.automatic-width .site-btn a img {
  width: 34px;
}
section.earn-big {
  padding: 80px 0q;
}

.earn-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: self-start;
}

.earn-width {
  width: 45%;
}

.earn-width img {
  width: 100%;
}

.earn-width1 {
  width: 52%;
}

.earn-width1 h3 {
  margin-bottom: 12px;
  max-width: 80%;
}

.earn-inner {
  margin-top: 32px;
}

.earn-inner span {
  color: #0F2B52;

/* H6 */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.earn-inner .bullets-reward {
  margin-top: 14px;
}

.earn-inner .bullets-reward ul li {
  margin-bottom: 14px;
  color: #7B7D8F;

/* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.earn-width1 .site-btn a {
  color: #0F2B52;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%; /* 21.56px */
  text-transform: capitalize;
  padding: 13px 21px;
}

.earn-width1 .site-btn a img {
  width: 42px;
}
.earn-width1 .site-btn {
  margin-top: 30px;
}
section#travel .earn-flex {
  flex-direction: row-reverse;
}
.earn-inner p {
  color: #132E53;

/* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 16px;
}
section#travel .earn-width {
  width: 33.5%;
}
.earn-width ul li img {
  width: 100%;
  height: 100%;
}

.earn-width ul li {
  margin-bottom: 10px;
}
section.charter-travel img {
  width: 100%;
}

section.charter-travel {
  position: relative;
  top: -180px;
  margin-bottom: -180px;
  text-align: center;
  position: relative;
}
section.charter-travel::after{
  position: absolute;
  content: "";
  background-image: url(../images/orange3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -200px;
  bottom: -80px;
  width: 700px;
  height: 300px;
}

section.charter-travel h3 {
  width: 517px;
  margin: 0 auto;
  padding: 24px 0 8px;
}

section.charter-travel p {
  width: 707px;
  margin: 0 auto;
}
/* section#agent-travel {
  height: 600px;
}
section#faqs {
  height: 180px;
} */

.answer-question-content {
  padding: 16px 24px;
  margin-bottom: 0px;
  border-top: 1px solid#EAEAEA;
}
.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.question h5 {
  color: #0F2B52;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  font-family: "Oxygen", sans-serif;
  text-transform: capitalize;

  
}
.answer-question-content .minus {
  display: none;
}
.answer-inner p {
  color: var(--grey-scale-666666, #666);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
.answer-question-content.active .minus {
  display: block;
}
.answer-question-content.active .plus
 {
    display: none;
}
section.faqs {
  padding: 90px 0;
}

.faqs-title {
  text-align: center;
}

.faqs-title span {
  color: #999;
  text-align: center;
/* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.faqs-title {
  margin-bottom: 48px;
}
.answer {
  margin-bottom: 16px;
}
.answer-question-content:first-child {
  border-top: 0px;
}
.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cotact-width {
  width: 32%;
  border: 1px solid #D6D8DE;
  background: #FFF;
  display: flex;
  padding: 40px 64px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  transition: all ease .3s;
}
.cotact-width:hover{
  background: #0F2B52;
  color: #fff!important;
}
.cotact-width:hover span{
  color: #fff!important;
}
.cotact-width:hover img,.submt-btn button:hover img,.price-details .site-btn a img,.meet-btn .site-btn a img{
  filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(25%) hue-rotate(80deg) brightness(106%) contrast(106%);
}
.cotact-width span {
  color: var(--Main-Brand-Color, #132E53);

/* H6 */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}

.cotact-width a {
  color: var(--Gray-400, #98A2B3);

/* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-align: center;
  
}

.contact-info {
  padding: 0 10%;
  position: relative;
  top: -120px;
  margin-bottom: -120px;
}

section.contact-us-main {
  padding-bottom: 80px;
}
section.send-message {
  padding: 80px 0;
  background: #EEFBFF;
}

.inner-send {
  text-align: center;
  margin-bottom: 35px;
}

.form-flex label {
  color: var(--Main-Brand-Color, #132E53);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
}

section.send-message form {
  padding: 0 10%;
}

.form-flex input {
  color: #A3AAB7;
  /* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  background: transparent;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding-bottom: 5px;
  padding-top: 24px;
}

.inner-form-flex {
  display: flex;
  justify-content: space-between;
}

.inner-form-flex input {
  width: 49%!important;
}

.form-flex {
  margin-bottom: 64px;
}

.form-flex label {
  width: 100%;
  display: block;
}

.form-flex input {
  width: 100%;
}

.form-flex input::placeholder {
  color: #A3AAB7;
  font-family: 'Oxygen';
}
.submt-btn button {
  color: #0F2B52;
  text-align: center;
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%; /* 21.56px */
  text-transform: capitalize;
  padding: 13px 27px;
  border-radius: 24.5px;
  border: 0.875px solid #0F2B52;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all ease .3s;
}

.submt-btn button img {
  width: 42px;
}
.submt-btn button:hover {
  background: #0F2B52;
  color: #fff;
}


/* swiper thumbnail */









    .mySwiper-main {
      height: 80%;
      width: 100%;
    }

    .mySwiper-thumb {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper-thumb .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.7;
    }

    .mySwiper-thumb .swiper-slide-thumb-active {
      opacity: 1;
    }

    .thumb-slider .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .thumb-slider .mySwiper-main img {
      height: 567px;
      object-fit: cover;
  }
  .thumb-slider .mySwiper-thumb img {
    height: 160px;
    object-fit: cover;
    cursor: pointer;
}
section.thumb-slider {
  position: relative;
  top: -120px;
  margin-bottom: -120px;
  padding-bottom: 80px;
}
.thumbail-width ul.tabs {
  position: unset;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
}

.thumbail-width ul.tabs li {
  color: #7B7D8F;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  padding: 0px;
  height: auto;
}

.thumbail-width ul.tabs li {
  border-bottom: 2px solid rgba(0,0,0,.1);
}

.thumbail-width li.tab-link.current {
  background: transparent;
  color: #132E53;
  box-shadow: none;
  border-radius: 0px;
  border-color: #0F2B52;
  font-weight: 700;
  padding: 0px;
}
.thumbail-width .tab-content {
  margin-top: 32px;
}
.thumbnail-content-flex {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.thumbail-width {
  width: 70%;
}

.thumbail-width1 {
  width: 25%;
}
.price-details {
  border: 1px solid rgba(165, 166, 184, 0.27);
  background: #FCFCFD;
  padding: 32px 24px;
}

.price-con span {
  color: #0F2B52;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  text-transform: capitalize;
  margin-bottom: 22px;
  display: block;
}

.price-details ul li {
  color: var(--Neutrals-4, #777E90);

/* P1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.price-details ul li span {
  color: #0F2B52;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
}

.price-details ul li:last-child {
  font-weight: 700;
  color: #0F2B52;
  border-top: 1px solid rgba(165, 166, 184, 0.27);
  padding-top: 8px;
}

.price-details .site-btn a {
  border-radius: 28px;
  background: #0F2B52;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%; /* 24.64px */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.got-answer {
  border: 1px solid rgba(165, 166, 184, 0.27);
  background: #FFF;
  display: flex;
  padding: 32px 24px;
  flex-direction: column;

  gap: 32px;
  align-self: stretch;
  margin-top: 24px;
}
.got-answer .site-btn a {
  border-radius: 28px;
  width: 100%;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%; /* 24.64px */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.got-answer h4 {
  text-align: center;
  font-family: "Edo SZ";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}
.d-img {
  border-radius: 21.5px;
  background: #F2F4F8;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
}

.d-content span {
  color: #0F2B52;

/* H6 */
  font-family: Oxygen;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}

.detail-list ul li {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}

.d-content p {
  color: #7B7D8F;

/* P1 */
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}

.detail-list {
  margin-top: 32px;
}
.rate-title p {
  color: #0F2B52;
  /* H6 */
  font-family: Oxygen;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
}


.rate-title {
  margin-bottom: 14px;
}

.rate-listss ul li {
  display: flex;
  justify-content: space-between;
  color: #7B7D8F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
  padding: 18px 0;
  border-bottom: 1px solid rgba(165, 166, 184, 0.14);
}

.rate-listss ul li span {
  color: var(--Main-Brand-Color, #132E53);
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 214.286% */
}
.addition-info {
  margin-top: 22px;
}

.addition-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.additional-content{
  display: none;
}
.additional-content {
  margin-top: 8px;
}
.addition-open.active span {
  display: none;
}
.addition-open span {
  color: var(--Black, #333);
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.14px;
}

/* calender Css */



.charter-container {
  max-width: 1000px;
  background: #fff;
  margin: auto;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.06);
}


.info-grid, .amenities-grid {
  gap: 0px 0px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

.info-item,
.amenity-item {
  display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      border-bottom: 1px solid rgba(165, 166, 184, 0.14);
      width: 33.33%;
      border-right: 1px solid rgba(165, 166, 184, 0.14);
      padding: 20px 20px;
}

.info-item span.label,
.amenity-item span.label {
  font-weight: 600;
  color: #0c1e35;
}

.info-item span.value,
.amenity-item span.value {
  font-weight: 400;
  color: #333;
}

.value .yes, .value .no {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

/* .yes {
  background: #00c851;
}

.no {
  background: #ff4444;
} */

.inquiry {
  color: #888;
  font-size: 13px;
}

.zero {
  color: #888;
}

.water-sports-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #0c1e35;
  font-weight: bold;
  border-top: 1px solid rgba(165, 166, 184, 0.14);
  padding-top: 20px;
  margin-top: 10px;
}

.water-sports-header span:last-child {
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .info-grid,
  .amenities-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}


/* calendar end */

.heading-center {
  text-align: center;
  margin-bottom: 40px;
}

.option-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.option-width {
  width: 32.5%;
  text-align: center;
  background: #F8FAFC;
  padding: 70px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 23px;
}

.option-width span {
  width: 100%;
  display: block;
  color: #0F2B52;
  text-align: center;
  /* H6 */
  font-family: Oxygen;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
}

.option-width {
  margin-bottom: 16px;
}

.option-width p {
  min-height: 180px;
}
section.booking-option {
  padding-bottom: 56px;
}
section.virtual-tour::after {
  background: #EEFBFF;
  content: "";
  position: absolute;
  width: 100%;
  height: 620px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.virtual-tour {
  position: relative;
}

section.virtual-tour .container * {
  z-index: 1;
  position: relative;
}
.inner-tour-vide {
  height: 669px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.virtual-tour {
  padding-bottom: 96px;
  padding-top: 48px;
}

section.virtual-tour .heading-center {
  margin-bottom: 32px;
}
.destination-width p {
  color: #A3A3A3;
  margin-bottom: 32px;
}

.videoSwiper .inner-sl a img {
  width: 90px;
  margin: 0 auto;
  display: block;
}
.videoSwiper .inner-sl a {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#videos-sec {
  background: #F8FAFC;
}
section.meet-crew {
  padding: 100px 0;
}

.crew-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 17%;
    gap: 20px;
}

.crew-width {
  width: 48.5%;
}

.crew-width img {
    width: 100%;
    height: 555px;
    object-fit: cover;
}
.crew-width a span {
  color: #0F2B52;
  /* H6 */
  font-family: Oxygen;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  margin-top: 5px;
  display: block;
}

.meet-btn {
  text-align: center;
}
.crew-width a span {
  color: #0F2B52;

/* H6 */
  font-family: Oxygen;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  margin-top: 5px;
  display: block;
}

.meet-btn {
  text-align: center;
  margin-top: 54px;
}

.meet-btn .site-btn a {
  padding: 12px 45px;
}
.meet-btn .site-btn a{
  background: #0F2B52;
  color: #fff;
}

.crew-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.crew-popup {
  background: #fff;
  max-width: 70%;
  width: 90%;
  display: flex;
  padding: 85px 80px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    align-items: flex-start;
    justify-content: flex-start;
    height: 80vh;
        overflow: auto;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  color: #000;
  cursor: pointer;
}

.popup-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.popup-image {
  position: relative;
  flex: 1;
}

.popup-image img {
  width: 100%;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn img {
  width: 20px;
}
.popup-image .play-btn{
	display:none;
}
.popup-text {
  flex: 1;
  color: #333;
}

.popup-text h2 {
  color: var(--Main-Brand-Color, #132E53);

    /* H3 */
    font-family: "Edo SZ";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 140% */
}

.popup-text .title {
  color: var(--Gray-400, #8A8686);

  /* P1 */
  font-family: "Red Hat Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p#popup-bio {
  color: var(--Gray-600, #475467);

/* P1 */
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  margin-top: 24px;
}
.popup-image .play-btn img {
  width: 100%;
}

.popup-image .play-btn {
  width: 90px;
  height: 90px;
  background: transparent;
}
.videoSwiper .custom-arrows {
  position: relative;
  display: flex;
  justify-content: flex-start;
  top: 0px;
  width: 100%;
  gap: 19px;
  margin-top: 10px;
}


/* main dish slider start */
.dish-slider {
  display: flex;
  justify-content: space-between;
}

.dish-slider .info {
  width: 17%;
  margin-top: 100px;
}

.dish-slider .info h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0b2c4c;
}

.dish-slider .info p {
  font-size: 16px;
  color: #888;
}

.dish-slider .main-image {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dish-slider .main-image img {
  max-width: 100%;
  border-radius: 0;
  object-fit: cover;
  height: 522px;
}

.dish-slider .thumbnails {
  width: 17%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.dish-slider .swiper {
  width: 100%;
}

.dish-slider .swiper-slide {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s ease;
}

.dish-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.dish-slider .thumb-img {
  object-fit: cover;
  width: 73px;
  height: 45px;
}
section.main-dish-sec {
  background: #EEFBFF;
  padding: 60px 0;
}
.dishSwiper .swiper-slide {
  width: 32%!important;
}

.dishSwiper .swiper-wrapper {
    display: flex !important;
    justify-content: start !important;
    flex-wrap: wrap !important;
    gap: 0px 4px;
}
.main-image img {
  width: 100%;
}
.dishSwiper .custom-arrows {
  position: relative;
  top: -160px;
  z-index: 9999;
  margin-bottom: -160px!important;
  justify-content: flex-start;
}

.swiper.dishSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding-top: 100px;
  margin-bottom: -50px;
}

section#client-testimonails {
  background: #F8FAFC;
  padding: 56px 0 96px;
}

section#client-testimonails .client-slider {
  text-align: center;
  margin: 0 auto;
}

section#client-testimonails .happy-slider-flex {
  background: transparent;
  justify-content: center;
}

section#client-testimonails .happy-slider-flex p {
  padding-bottom: 24px;
  max-width: 91%;
  margin: 0 auto;
}

section#client-testimonails .testi-name span {
  color: var(--Main-Brand-Color, #132E53);
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
  text-transform: capitalize;
}

section#client-testimonails .testi-name p {
  color: var(--Main-Brand-Color, #132E53);
  text-align: center;
  /* P2 */
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.14px;
  max-width: 100%;
  padding-top: 14px;
}
section#client-testimonails .swiper-slide {
  width: 100% !important;
}
section#ques-home {
  display: block;
}

/* main dish slider dead */

.charter-container h3 {
  color: var(--Main-Brand-Color, #132E53);
  /* H6 */
  font-family: Oxygen;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  text-transform: capitalize;
}
/* .info-item:nth-child(1),.info-item:nth-child(4) {
  padding: 20px 20px 20px 0px;
} */

.form-width input::placeholder {
  color: #B1B2BA;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
span.date-placeholder {
    color: #B1B2BA !important;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.form-width input::placeholder {
  color: #B1B2BA;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}


/* step-forms */
.step-background img {
  width: 100%;
}

section.step-forms {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.step-inner-content {
  width: 100%;
  max-width: 977px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 0 60px 0 rgba(95, 100, 112, 0.13);
  padding: 64px 80px;
  position: relative;
/*   top: 160px; */
}

.step-flex {
  display: flex;
  justify-content: center;
}

.step-width {
  display: flex;
}

.step-width label {
  background: #F8FBFF;
  padding: 8px 8px 12px 8px;
  text-align: center;
  border: 1px solid rgba(19, 46, 83, 0.08);
  cursor: pointer;
	    width: 33%;
}

.step-width label span {
  display: block;
}


.step-width label span {
  color: #0F2B52;
  text-align: center;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
  margin: 12px 0;
}

.step-width input {
  display: none;
}
.step-background img {
  height: 607px;
}
.step-width input[type="radio"]:checked + label {
  border: 1px solid var(--Main-Brand-Color, #132E53);
}
.step-inner-content h3 {
  text-align: center;
  margin-bottom: 48px;
}
.step-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bar-step-flex {
  border-radius: 87px;
  border: 1px solid #DDE4EB;
  background: #FBFCFC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

.progress-bar-steps {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 42px;
}

.prev-arrow {
  height: 44px;
  width: 44px;
  border-radius: 58px;
  background: var(--fdf-9-f-0, #FDF9F0);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.straigt-bar {
  width: 100%;
  height: 4px;
  background: rgba(0,0,0,.1);
  max-width: 85%;
  margin: 0 auto;
}
.next-btns a {
  border-radius: 100px;
  background: #162C4E;
  color: var(--fdf-9-f-0, #FDF9F0);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: capitalize;
  display: flex;
  padding: 13px 19px;
  gap: 8px;
  border: 1px solid #162C4E;
}
.next-btns a:hover {
  background: transparent;
  color: #162C4E;
}
.next-btns a:hover img{
 filter: none;
}
.next-btns a img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(25%) hue-rotate(80deg) brightness(106%) contrast(106%);
}
.prev-arrow:hover {
  background: #162C4E;
}
.prev-arrow:hover img{
  filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(25%) hue-rotate(80deg) brightness(106%) contrast(106%);
}
.straigt-bar span {
  height: 4px;
  background: #162C4E;
  display: block;
  width: 0%;
  transition: width 0.3s ease;
}
.step-forms > div[class^="step-"] {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.step-forms > div[class^="step-"].active {
      display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    height: 100%;
}

.straigt-bar {
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  max-width: 85%;
  margin: 0 auto;
}

.straigt-bar span {
  height: 4px;
  background: #162C4E;
  display: block;
  width: 0%;
  transition: width 0.3s ease;
}




/* Calendar Step CSS */
.calendar-section {
  margin-bottom: 20px;
}
.calendar, .calendar_weekdays,
.calendar_content {
  max-width: 585px;
}

.calendar {
  /*float: left;*/
  margin: auto;
  min-width: 320px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.calendar_weekdays {
	color: #aaa;
	font-weight: lighter;
}
.calendar_weekdays div {
  display:inline-block;
  vertical-align:top;
}
.calendar_content, .calendar_weekdays, .calendar_header {
  position: relative;
}
.calendar_content:after, .calendar_weekdays:after, .calendar_header:after {
	content: ' ';
	display: table;
	clear: both;
}
.calendar_weekdays div, .calendar_content div {
  /*border: 1px dotted #999;*/
  width: 14.28571%;
  height: 68px;
  line-height: 69px;  
  overflow: hidden;
  text-align: center;
  background-color: transparent;
}

.calendar_content .today {
	color: #3B8FC7;
}
.calendar_content div {
  float: left;
	margin-left: -1px;
	margin-top: -1px;
  border: 1px solid transparent;
}
.calendar_content div:hover {
  border: 1px solid #777;
  /*line-height: 68px;*/
  cursor: pointer;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: none;
}

.calendar_content div.past-date {
	cursor: initial;
  color: #d5d5d5;
}
.calendar_content div.today{
  font-weight: bold;
  font-size: 18px;
  color: #409EDD;
}
.calendar_content div.selected {
    border: 1px solid white;
    background: #0F2B52;
    color: #fff;
}
.calendar_header {
  width: 100%;
  text-align: center;
}

.calendar_header h2 {
  float:left;
  width:70%;
  margin-top: 10px;
  padding: 0 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  color: #FFFFFF;
}

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  line-height: 52px;
  height: 55px;
  float: left;
  width:15%;
  transition: color .2s;
}

button.switch-month:hover {
  color: #5EADE2;
}
button.switch-month:active {
  background-color: rgba(113, 113, 125, .4);
}
.calendar_header h2 {
  color: #409EDD;
  line-height: 1.7;
}


.calendar-section {
  width: 100%;
}

.calendar-section .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}

.step-calendar {
  width: 100%;
  background: #FFF;
  max-width: 60%;
  margin: 0 auto;
  padding: 60px;
  box-shadow: 0 0 60px 0 rgba(95, 100, 112, 0.13);
  padding: 64px 80px;
}

.calendar-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-sm-6 {
  width: 48%;
  display: flex;
  padding: 20px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #FFF;
  box-shadow: 0 0 60px 0 rgba(95, 100, 112, 0.13);
  border: 1px solid rgba(0, 0, 0, .1);
}

.step-calendar {
  width: 100%;
}
.step-calendar {
  width: 977px;
  max-width: 100%;
  height: auto;
  position: relative;
/*   top: 80px; */
}

.step-calendar h3 {
  text-align: center;
  margin-bottom: 48px;
}

.calendar_header h2 {
  color: var(--Gray-700, #344054);
  text-align: center;
  /* Text md/Medium */
      font-family: "Oxygen", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  /* 150% */
}

.calendar_weekdays div {
  color: var(--Gray-700, #344054);
  text-align: center;
  /* Text sm/Medium */
      font-family: "Oxygen", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  display: inline-block;
  height: auto;
}

.calendar_content .past-date {
  color: var(--Gray-500, #667085)!important;
  text-align: center;
  /* Text sm/Normal */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar_content div {
  color: var(--Gray-700, #344054);
  text-align: center;
  /* Text sm/Normal */
      font-family: "Oxygen", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 40px; */
}

.today {
  border-radius: 20px;
  border: 1px solid #FFC21A!important;
  background: #F2F4F7!important;
  height: 40px;
  color: var(--Gray-700, #344054)!important;
  text-align: center;
  /* Text sm/Medium */
      font-family: "Oxygen", sans-serif;
  font-size: 14px!important;
  font-style: normal;
  font-weight: 500!important;
  line-height: 20px;
  /* 142.857% */
  width: 40px!important;
}
button.switch-month.switch-left img {
  transform: rotate(180deg);
}


/* Range */
.slider-container {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  font-family: sans-serif;
  color: #0c2340;
}

.slider-label {
  display: block;
  margin-bottom: 10px;
  color: var(--Main-Brand-Color, #132E53);
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  text-transform: uppercase;
}

.range-wrapper {
  position: relative;
  width: 100%;
}

.styled-range {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(to right, #0c2340 10%, #f2f2f2 10%);
  outline: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

/* Slider Thumb */
.styled-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 4px solid #0c2340;
  cursor: pointer;
  margin-top: -3px;
}

.styled-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 5px solid #0c2340;
  cursor: pointer;
}

/* Moving number */
.slider-value {
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
  font-weight: 600;
  pointer-events: none;
  z-index: 1;
  color: var(--Main-Brand-Color, #132E53);
  font-family: Oxygen;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  text-transform: capitalize;
}
.occasion-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.occasion-box input {
  display: none;
}

.occasion-box label {
  border-radius: 48px;
  border: 1px solid #D7DBE3;
  background: rgba(180, 191, 211, 0.05);
  padding: 17px 32px;
  color: var(--Gray-400, #98A2B3);
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  width: 586px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.occasion-box input[type="radio"]:checked + label {
  border: 1px solid #132E53;
  color: #fff;
  background: #132E53;
}
.step-4 .step-inner-content {
  max-width: 746px;
}
.step-4 .step-inner-content {
/*   top: 40px; */
}
.range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.range-labels span {
  color: var(--Gray-400, #98A2B3);
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.step-6 .slider-value {
  position: absolute;
  top: 22px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  color: var(--Main-Brand-Color, #132E53);
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-transform: capitalize;
}
.your-budget input {
  border: 1px solid #D7DBE3;
  background: rgba(180, 191, 211, 0.05);
  padding: 22px 32px;
  width: 100%;
}

.your-budget label {
  color: var(--Main-Brand-Color, #132E53);
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.your-budget {
  margin-top: 48px;
}
.your-budget input::placeholder{
  color: var(--Gray-400, #98A2B3);

    /* P1 */
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}
.step-6 .step-inner-content {
  width: 100%;
  max-width: 746px;
/*   top: 100px; */
}

.step-7 .step-inner-content {
/*   top: 70px; */
  max-width: 746px;
}
.form-flex-step {
  background: #FFF;
  box-shadow: 0 0 60px 0 rgba(95, 100, 112, 0.13);
  padding: 64px 80px;
  width: 100%;
  max-width: 78.6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
/*   top: 55px; */
}

.form-step-width {
  width: 59%;
}

.form-step-width h3 {
  margin: 10px 0;
}

.last-form label {
  color: var(--Main-Brand-Color, #132E53);
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
  text-transform: uppercase;
  margin-bottom: 8px;
  width: 100%;
  display: block;
}

.last-flex {
  display: flex;
  justify-content: space-between;
}

.last-half {
  width: 49%;
}

.last-form input,.last-form textarea {
  border: 1px solid #D7DBE3;
  background: rgba(180, 191, 211, 0.05);
  padding: 20px;
  width: 100%;
}

.last-form input {
  width: 100%;
  margin-bottom: 12px;
}
.last-form input::placeholder,.last-form textarea::placeholder{
color: var(--Gray-400, #98A2B3);
font-family: Oxygen;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
}
.check-last input {
  width: auto;
  padding: 0;
  margin: 0;
}

.check-last {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.check-last label {
  color: var(--Gray-600, #475467);

/* P3 */
  font-family: Oxygen;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  text-transform: capitalize;
  margin-bottom: 0;
}

.check-last label a {
  color: #EEB736;
  font-size: 12px;
  font-weight: 700;
}

.check-last {
  margin: 13px 0 24px;
}

.full-btn button {
  border-radius: 50px;
  background: #0F2B52;
  color: #FFF;
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  width: 100%;
  height: 56px;
}
.bck-btn a {
  color: var(--Main-Brand-Color, #132E53);
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
}
.form-step-width1 h4 {
  color: var(--Main-Brand-Color, #132E53);

/* H4 */
  font-family: Oxygen;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin-bottom: 12px;
  text-transform: capitalize;
}

.list-ul-form {
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #F8FBFF;
  padding: 20px 32px;
}

.list-ul-form ul li {
  color: var(--Gray-400, #98A2B3);

/* P2 */
  font-family: Oxygen;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
}

.list-ul-form ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D7DBE3;
  padding: 16px 0;
}

.list-ul-form ul li span {
  color: #132E53;
	    text-align: end;
}
.form-step-width1 {
  width: 36%;
}

.list-ul-form ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
}
.step-8.active ~ .progress-bar-steps {
  display: none !important;
}
.step-9.active ~ .progress-bar-steps {
  display: none !important;
}
.bck-btn.prev-arrow {
  background: transparent;
  height: auto;
}
.submit-box {
  background: #FFF;
  box-shadow: 0 0 60px 0 rgba(95, 100, 112, 0.13);
  padding: 64px 80px;
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  position: relative;
  top: 140px;
}
.top-bane img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 50vh;
}
.top-bane {
  width: 100%;
}



/* Number input */
.number-full {
  font-family: Arial, sans-serif;
  max-width: 400px;
}

.number-full label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #0c2340; /* dark navy color */
  font-size: 14px;
}

.phone-input-wrapper {
  display: flex
;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f9f9f9;
  align-items: center;
}

.country-code select {
  border: none;
  background-color: #f9f9f9;
  padding: 12px;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-right: 1px solid #e1e1e1;
  color: #333;
  width: 80px;
}

.phone-input-wrapper input[type="tel"] {
  border: none;
  padding: 12px;
  flex: 1;
  font-size: 14px;
  background-color: #f9f9f9;
  outline: none;
  color: #333;
}

/* Optional: Add custom dropdown arrow */
.country-code {
  position: relative;
  display: flex;
  align-items: center;
  width: 80px;
}

.country-code::after {
  content: '▼';
  position: absolute;
  right: 10px;
  pointer-events: none;
  font-size: 10px;
  color: #333;
}
.phone-input-wrapper input[type="tel"] {
  margin-bottom: 0;
  padding: 0 12px;
}
.form-step-width1 .next-btns {
  margin-top: 30px;
}

.form-step-width1 .next-btns a {
  display: inline-flex;
}
.label-im img {
    width: 100%;
    height: 161px;
    object-fit: cover;
}
.calendar-header img {
  width: 100%;
}

.guests-wrapper {
  position: relative;
}

.guest-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
  z-index: 10;
}

.guest-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.guest-dropdown li {
  padding: 5px 12px;
  cursor: pointer;
  color: #B1B2BA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.guest-dropdown li:hover {
  background: #f0f0f0;
}


.budget-range {
  display: none;
  width: 100%;
  margin-top: 10px;
}


.budget-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 50px;
  background: linear-gradient(to right, #0c2340 0%, #f3f3f3 0%);
  outline: none;
  margin-top: 10px;
  transition: background 450ms ease-in;
}

/* Chrome / Safari / Edge */
.budget-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #0c2340;
  cursor: pointer;
  margin-top: 0px;
}

/* Firefox */
.budget-range::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #0c2340;
  cursor: pointer;
}

.budget-range::-moz-range-track {
  background: transparent;
}


html.overflow {
  overflow: hidden;
}
input{
  cursor: pointer;
}
.ledt-img {
  position: relative;
}

a.feature-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.feature-video img {
  width: 112px;
  height: 112px;
  z-index: 2;
  position: relative;
}
.custom-btn a:hover {
  background: #FDBD31;
  color: #fff;
}

.custom-btn a:hover img{
  filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(25%) hue-rotate(80deg) brightness(106%) contrast(106%);
}
.footer-width ul li a:hover {
  color: #FDBD31;
}

.menu-header-menu-container {
  width: 100%;
}
.menu-header-menu2-container {
  width: 100%;
}
section#travel2 {
  background: #EEFBFF;
  padding: 0;
  margin-bottom: -4px;
}
section#travel2 .earn-width,section#travel2 .earn-width1 {
  width: 48%;
}
section#travel2 .earn-flex {
  align-items: center;
}
.ern-inner {
  max-width: 90%;
}
.bullets-reward p {
  color: #7B7D8F;
}
.event-img img
 {
    width: 68px;
    height: 68px;
    border-radius: 8px;
    object-fit: cover;
}
.desination-img img {
  height: 500px;
  object-fit: cover;
}

.all-virgin img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: 225px!important;
  object-fit: cover!important;
}
.all-virgin p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.desitnation span{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.detailed-para img {
  height: auto;
}
.inner-sl img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}

section#videos-sec .inner-sl a img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
section#videos-sec .ledt-img img {
  height: 800px;
  object-fit: cover;
}
section#videos-sec .ledt-img a img{
  width: 112px;
  height: 112px;
}
section#agent-travel img {
  width: 100%;
  max-width: 100px;
}
.testi-name.test-imgss {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.testi-name.test-imgss img {
  width: 32.3%;
  height: auto;
  object-fit: cover;
}


/* menu  */
.menu-items {
  background: #FFF;
  box-shadow: 0 0 65.9px 20px rgba(155, 167, 182, 0.15);
  text-align: center;
  height: fit-content;
  padding: 100px 0;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 100px;
}

.menu-section ul li {
  color: #0F2B52;
  /* H4 */
  font-family: Oxygen;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  border-bottom: 1px dashed #7B7D8F;
  padding: 15px 0;
}

.menu-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.myMenuSlider .swiper-button-prev::after,.myMenuSlider .swiper-button-next::after {
  content: "";
}
/* .myMenuSlider .swiper-button-prev, .swiper-button-next {
  position: absolute !important;
} */
ul.menu-list li:nth-last-child(2) {
  border-bottom: 0px;
}
.divider::after {
  position: absolute;
  background-image: url(https://wp.jaidenshannon.com/chartersmarter/wp-content/uploads/2025/09/Frame-2147224878.svg);
  content: "";
  background-position: center;
  width: 900px;
  height: 20px;
  left: 0;
  right: 0;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
}

.divider {
  position: relative;
}

.divider {
  display: block;
  width: 100%;
  padding: 30px 0;
}
section#layaway-content span {
  color: var(--Second-Brand-Color, #EEB736);
}
section#layaway-content span {
  color: var(--Second-Brand-Color, #EEB736);
  /* 150% */
}

section#layaway-content .earn-inner p {
  color: var(--Main-Brand-Color, #132E53);
  font-family: Oxygen;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
  margin-top: 14px;
}

.last-dta p {
  color: #7B7D8F!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400!important;
  line-height: 24px;
  letter-spacing: -0.14px;
}

.last-dta p strong {
  color: var(--Main-Brand-Color, #132E53)!important;
  font-family: Oxygen;
  font-size: 16px!important;
  font-style: normal;
  font-weight: 700!important;
  line-height: 30px;
}
.layaway-heading {
  text-align: center;
}

.layaway-heading p {
  max-width: 85%;
  margin: 0 auto;
  margin-top: 8px;
}

.layaway-heading {
  margin-bottom: 80px;
}

section#travel2\ layaway-earn .earn-flex {
  flex-direction: row-reverse;
}
section#travel2\ layaway-earn {
  background: #EEFBFF;
  padding: 0;
}

section#travel2\ layaway-earn .earn-width {
  width: 50%;
}
section#travel2\ layaway-earn .earn-width1 {
  width: 50%;
}
section#travel2\ layaway-earn .earn-flex {
  align-items: center;
}
p.note {
  color: var(--Main-Brand-Color, #132E53);
  /* P3 */
  font-family: Oxygen;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

p.note span {
  color: #EEB736;
  /* P3 */
  font-family: Oxygen;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}
.earn-inner .bullets-reward ul li {
  margin-bottom: 8px;
}
.left-con .earn-inner {
  margin-top: 20px!important;
}
.discover-width img {
  height: 270px;
  object-fit: cover;
}
form br {
  display: none;
}
.inner-form-flex {
  width: 100%;
}

.inner-form-flex p {
  width: 100%;
}


.form-flex select {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-bottom: 14px;
    padding-top: 40px;
    color: #A3AAB7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
span.wpcf7-not-valid-tip {
  position: absolute;
}
.new-letter-flex form p {
  margin: 0px!important;
  width: 100%;
}
div#wpcf7-f1420-o2 {
  width: 100%;
}
section#custom-slide {
  top: 0;
  margin-bottom: 0px;
}
.page-id-1421 section.faqs,.page-id-1482 section.faqs{
  display: none;
}
.inner-slider2-img img{
  height: 600px;
  object-fit: cover;
}
.all-virgin img{
  height: 325px;
  object-fit: cover;
}
.inner-slider2-img .site-btn a img{
  height: auto;
}
.all-virgin .site-btn a img{
  height: auto;
}

ul.sub-menu {
    height: auto;
    background: #fff;
    display: flex !important;
    position: absolute;
    top: 43px;
   
    flex-direction: column;
    gap: 0px;
    width: max-content!important;
	visibility:hidden;
	opacity:0;
	transition:all ease 0s;
	    z-index: 2;
	width: 130px !important;
	border-radius: 10px;
}
ul.sub-menu li:last-child {
    border-bottom: 0px solid #D5D5D5 !important;
}
nav#nav ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

nav#nav ul li{
    position: relative;
}
/* 
nav.scroll-nav ul.sub-menu li a {
    border-bottom: 1px solid #fff;
    font-size: 12px!important;
    color: #fff!important;
} */
.page-template-step-form header,.page-template-step-form footer{
	display:none;
}
ul.sub-menu li a:hover {
    color: #fff !important;
}


/* calendar css */
/* Container */
.calendar-container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.calendar-container {
    background: #FFF;
    box-shadow: 0 0 60px 0 rgba(95, 100, 112, 0.13);
    padding: 32px;
}

/* Heading */
.calendar-container h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* Legend */
.legend {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 14px;
  font-weight: 500;
      margin-bottom: 48px;
}
.legend span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.legend .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.legend .booked { background-color: #00C173; }
.legend .hold { background-color: #F54949; }
.legend .unavailable { background-color: #D9D9D9; }

/* Month Layout */
.months-initial,.months-extra {
  display: grid;
   grid-template-columns: repeat(3, 1fr);
  gap: 50px 60px;
  justify-content: center;
  margin-bottom: 40px;
}


.calendar-header h2 {
    font-family: Oxygen;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}
.legend>span {
    border-radius: 40px;
    border: 1px solid rgba(165, 166, 184, 0.14);
    background: #FFF;
    padding: 8px 16px 8px 12px;
    color: #0F2B52;
    text-align: center;
    font-family: Oxygen;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 19.2px */
    text-transform: capitalize;
}

.legend {
    gap: 16px;
}
.month h3 {
    color: var(--Gray-600, #475467);
    text-align: center;
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .months {
    grid-template-columns: 1fr;
  }
}

/* Month */
.month {
  width: 100%;
}
.month h3 {
  font-size: 14px;
  font-weight: 700;
  color: #0D1C2E;
  margin-bottom: 10px;
  text-transform: capitalize;
}

/* Calendar Table */
.calendar-container table {
    width: 100%;
    border-spacing: 3px 3px;
    border-collapse: separate;
}

.month thead th {
    padding-bottom: 8px;
    color: var(--Gray-600, #475467);
    text-align: center;
    font-family: 'Oxygen';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.month td {
    padding: 4px;
    border-radius: 8px;
    height: 24px;
    width: 32px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #475467;
}

/* Colored Statuses */
td.booked {
  background-color: #00C173;
  color: white;
}
td.hold {
  background-color: #F54949;
  color: white;
}
td.unavailable {
  background-color: #D9D9D9;
  color: #666;
}

/* "Show All Months" Button */
.show-all {
  text-align: center;
  margin-top: 30px;
}
.show-all button {
    color: #0F2B52;
    text-align: center;
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: capitalize;
    border-radius: 40px;
    border: 1px solid #0F2B52;
    padding: 8.5px 31px;
    cursor: pointer;
    transition: all ease .3s;
	background-color:transparent;
}
.show-all button:hover {
  background-color: #003366;
  color: white;
}
ul.menu-list {
    max-width: 90%;
}
td.unavailable:first-child {
    border-start-start-radius: 8px!important;
    border-end-start-radius: 8px!important;
}

td.unavailable:last-child, td.hold:last-child, td.booked:last-child {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}
.swiper.myMenuSlider.swiper-initialized.swiper-horizontal.swiper-autoheight.swiper-backface-hidden {
    padding: 0px 0 70px;
}
.swiper.myMenuSlider.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    top: 50px;
}
.swiper.myMenuSlider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border-radius: 0px;
    transform: rotate(45deg);
    border: 1px solid #efb93f;
    background: transparent;
}

.swiper.myMenuSlider span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 0px;
    transform: rotate(45deg);
    border: 1px solid #000;
    background: transparent;
}
.para-testi br {
    display: none;
}
button#skip-step-dates {
    color: #0F2B52;
    text-align: center;
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
    border-radius: 40px;
    border: 1px solid #0F2B52;
    padding: 8.5px 31px;
    background: transparent;
    display: block;
    margin-right: 0;
    margin-left: auto;
	transition:all ease .3s;
}
button#skip-step-dates:hover{
	background:#0F2B52;
	color:#fff;
}
.step-msg,div#step-4-msg,div#step-7-msg {
    margin-top: 10px;
    font-size: 14px;
    margin-left: 4px;
}
.yacht-listings.discover-flex {
    flex-wrap: wrap;
}
.yacht-listings.discover-flex {
    padding: 100px 0 30px;
}

.pagination {
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination a {
    width: 40px;
    height: 40px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #0F2B52;
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.pagination span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #0F2B52;
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    background: transparent;
}

span.page-numbers.current {
    background: #0F2B52;
    color: #fff;
}
.form-width select {
    color: #B1B2BA;
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    border: none;
	    max-width: 80%;
}
.form-width {
    position: relative;
    width: 25%;
}
span.value {
    text-align: end;
}
form.banner-form select {
    appearance: none!important;
}
div#wpcf7-f1420-o1 {
    width: 100%;
}

.card-flexx p {
    color: var(--Text-Lightest-Grey, #BDBCBC);
    /* P3 */
    font-family: Oxygen;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
}

.card-flexx ul {
    display: flex;
    gap: 10px;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-flexx {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bottom-footer {
    border-top: 1px solid #EDEDED;
    margin-top: 46px;
}
.bottom-footer::after{
	display:none;
}
.happ-video a {
    border-radius: 40px;
    background: #FDBD31;
    color: #FFFEFE;
    text-align: center;
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 154%;
    /* 24.64px */
    text-transform: capitalize;
    width: 158px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.happ-video {
    position: relative;
}

.happ-video {
    display: flex;
    align-items: center;
    justify-content: center;
}

.happ-video a {
    position: absolute;
    bottom: 40px;
    text-align: center;
}
.page-template-yacht-vacation .answer-question-content:last-child {
    border-bottom: 1px solid #EAEAEA;
}
section#travel2 {
    margin-bottom: 60px;
}
.occasion-box label{
	cursor:pointer;
}
.occasion-box label:hover {
    border: 1px solid #132E53;
    color: #fff;
    background: #132E53;
}
form.banner-form .form-width select {
    padding: 0 10px;
    border: none;
}
 
.arrow {
    width: max-content;
    min-width: unset;
}
 
.dates-flex {
    display: flex;
    gap: 10px;
    margin-right: 60px;
}


body.active {
  overflow: hidden;
}
ul.sub-menu li{
	display:block!important;
    border-bottom: 0.5px solid #D5D5D5!important;
}

ul.sub-menu li a {
    color: #7B7D8F !important;
    font-family: Oxygen;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
	display:block;
	transition: all ease 0s;
	padding:10px;

}
ul.sub-menu li:hover {
    background: rgba(238, 183, 54, 0.16);
	color:#132E53!important;
	    border-bottom: 0px !important;
}
ul.sub-menu li a:hover {
	color:#132E53!important;
	font-weight: 700 !important;
	border-bottom: 0px solid #D5D5D5;
}
.date-box input[type="date"].show-input {
    color: #B1B2BA !important;
    font-family: Oxygen !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
li.menu-item-has-children::after {
	position:absolute;
	content:"";
	background-image:url('https://wp.jaidenshannon.com/chartersmarter/wp-content/uploads/2025/10/icons8-expand_arrow-2.webp');
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	right: -30px;
    top: 6px;
}
.trusted-slider .all-style {
    margin: 32px 0;
}
.page-template-charter-type .discover-flex,.page-template-charter-type-bahamas .discover-flex,.page-template-charter-type-belize .discover-flex,.page-template-charter-type-grenadines .discover-flex{
    justify-content: center;
}

.itinerary-main {
    background: #FFF;
    box-shadow: 0 0 65.9px 20px rgba(155, 167, 182, 0.15);
    padding: 48px 130px;
	    margin-bottom: 80px;
}

.itinerary-main h3 {
    text-align: center;
    margin-bottom: 72px;
}

.itinerary-title {
    text-align: center;
}

.itinerary-title h4 {
    font-size: 28px;
}

.itinerary-flex ul li span {
    color: #0F2B52;
    font-family: Oxygen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    position: relative;
    display: block;
	border-bottom: 1.5px dashed #B4BFD3;
    padding-bottom: 10px;
}

.itinerary-flex ul li p {
    color: #7B7D8F;
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 8px;
}

.itinerary-flex ul li {
    margin-bottom: 20px;
}

.itinerary-flex {
    margin-top: 24px;
}

.itinerary-flex ul li span::after {
    position: absolute;
    content: "";
    width: 95%;
    border: 1px dashed #B4BFD3;
    top: 16px;
    left: 60px;
	display:none;
}
.itinerary-title img {
    margin-top: 20px;
}
section.designation-details .container {
    padding: 0 8%;
}
.trusted-slider .swiper-pagination-fraction {
    font-size: 14px;
    color: #ADB5BD;
}

.bar-color li.menu-item-has-children::after {
    filter: brightness(0) saturate(100%) invert(19%) sepia(13%) saturate(3030%) hue-rotate(175deg) brightness(86%) contrast(103%);
}


.close-tabs ul li a {
    color: var(--Main-Brand-Color, #132E53);
    font-family: Oxygen;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
}

.close-tabs ul {
    display: flex;
    flex-wrap: wrap;
}



div#special-flx p {
    margin-bottom: 0px;
}

p.sml-txt {
    color: #7B7D8F;

/* P3 */
    font-family: Oxygen;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

p.bluetxt {
    color: var(--Main-Brand-Color, #132E53);
    font-family: Oxygen;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
}

.tick-list ul li {
    color: #0F2B52;
    font-family: Oxygen;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
    text-transform: capitalize;
	margin-bottom: 12px;
}

div#special-flx p {
    color: #7B7D8F;

/* P2 */
    font-family: Oxygen;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
	    margin-bottom: 12px;
}


.details-fx a {
    color: var(--Main-Brand-Color, #132E53);

/* P2 */
    font-family: Oxygen;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.14px;
}
div#special-flx {
    align-items: flex-start;
}
div#special-flx .virgin-sl-inner {
    height: 100%;
}
div#special-flx .destination-width {
    height: auto;
}
section#blogss .all-virgin img {
    height: auto;
    object-fit: contain;
}
.image-bg {
    height: 300px;
    background: #102e51;
    display: flex
;
    align-items: center;
}
section#blogss .destination-width {
    width: 32.5%;
}
section#blogss .all-virgin .site-btn a img {
    height: auto;
}
section#blogss {
    padding: 100px 0;
}

.exclusive-heading {
    text-align: center;
}

.exclusive-heading h2 {
    margin-bottom: 18px;
    display: inline-block;
}
section.desitnation .crew-popup-overlay p {
    margin-bottom: 5px!important;
}
section.desitnation .crew-popup {
    height: auto;
	 padding: 75px 60px;
}
section.desitnation .popup-text span {
    margin-top: 0px !important;
	    margin-bottom: 5px!important;
}
section.desitnation .popup-image img {
    height: 600px;
    object-fit: cover;
}
   
section.desitnation .popup-text p {
    color: #7B7D8F;
    font-family: Oxygen;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.14px;
}
section.desitnation .popup-image{
	position:relative;
}
section.desitnation .popup-image::after {
    position: absolute;
    content: "";
    background-image: url(../images/line1.svg);
    top: -43px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 95%;
    height: 106px;
    width: 398px;
}
div#special-flx p.bluetxt {
    color: var(--Main-Brand-Color, #132E53);
    font-family: Oxygen;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
}
div#special-flx p.bluetxt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
div#special-flx .tick-list ul li {
    color: #0F2B52;
    font-family: Oxygen;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.14px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.crew-popup .site-btn a {
    display: inline-flex;
    padding: 7px 22px;
    align-items: center;
    gap: 12px;
    border-radius: 40px;
    border: 1px solid #0F2B52;
}
.crew-popup .site-btn a {
    font-size: 14px;
}
.tick-list ul li {
    color: #0F2B52;
    font-family: Oxygen;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.14px;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.close-tabs ul li a {
    color: var(--Main-Brand-Color, #132E53);
    font-family: Oxygen;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
}
body.popup-active {
    overflow: hidden;
}
.close-tabs ul li a:hover {
    color: #FDBD31;
}
p.lin-spc {
    min-height: 49px;
}
span.close-popup img {
    width: 30px;
    height: 30px;
}
.details-fx {
    margin-bottom: 20px;
}
section.truested .site-btn {
    margin-top: 30px;
}
a.sqs-block-button-element--medium.sqs-button-element--primary.sqs-block-button-element {
    display: inline-flex
;
    padding: 8px 32px;
    align-items: center;
    gap: 12px;
    border-radius: 40px;
    border: 1px solid #0F2B52;
    color: #0F2B52;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.container.result-not p {
    font-family: "Edo SZ";
    color: #0F2B52;
    font-size: 32px;
}
.container.result-not {
    padding: 200px 0;
    text-align: center;
}
.form-error {
    position: absolute;
    bottom: -12px;
    width: 200px;
}
.page-template-custom-search .discover-flex {
    margin: 28px 0 56px;
    display: flex
;
    justify-content: center;
    gap: 20px;
}
/* .input-error {
    border: 1px solid red !important;
} */
/* .today {
    border: 1px solid white !important;
    background: #0F2B52 !important;
    color: #fff !important;
} */


.detail-vg .detailed-width img {
    width: 100%;
}
section.detail-vg .detailed-flex:nth-child(2) {
    flex-direction: row-reverse;
}

section.detail-vg .detailed-flex {
    align-items: flex-start;
}
.occasion-box {
    height: 410px;
        overflow-y: auto;
    align-items: flex-start;
    justify-content: flex-start;
	overflow-x:hidden;
}
section.detail-vg {
    background: #EEFBFF;
    padding: 100px 0;
}
.main-dish-sec:has(.swiper-wrapper[style="height: 0px;"]),.happy-client:has(.swiper-wrapper[style="height: 0px;"]),.last-vid:has(.vido[style="height: 0px;"]) {
    display: none!important;
}
	.top-bane img {
    object-fit: cover;
}
.contact-info {
    top: 0;
    margin: 0;
}
section.contact-us-main {
    background-color: #effbff;
}
section#site-vip {
    background-color: #0e2e51;
}
section.protection .bth-btnss {
    display: flex;
    justify-content: space-between;
}
section.protection .virgin-data span {
    color: #0F2B52;
    /* H3 */
    font-family: "Edo SZ";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    /* 140% */
    margin-top: 0px;
}

section.protection .virgin-data p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

section.protection .site-btn a {
    width: 100%;
    align-items: center;
    justify-content: center;
}
.bth-btnss .site-btn {
    width: 49%;
}
section.protection {
    padding-bottom: 80px;
}
section.protection .virgin-data {
    padding: 0px;
}
.destination-width:nth-child(1) .site-btn {
    width: 100%;
}

.destination-width:nth-child(1) .site-btn:nth-child(2) {
    display: none;
}

.cap-q span {
    color: #0F2B52;
    /* H6 */
    font-family: Oxygen;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}



.cap-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid lightgray;
}

.cap-ans ul li {
    color: var(--grey-scale-666666, #666);
    /* P1 */
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}

.cap-ans {
    margin-top: 15px;
}
.captain-ques.active .cap-q img {
  transform: rotate(45deg);
}

.cap-ans {
  display: none;
 
}
.certi-cap {
    text-align: center;
}

.certi-cap img {
    width: 100%;
}

section.certificate-captain {
    padding-bottom: 80px;
}

.certi-cap {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
section#captain img {
    width: 100%;
    max-width: 30%;
}
.center-heading {
    text-align: center;
}
.captain-yachts .discover-width{
	width:24%;
}
div#captain-crew .virgin-sl-inner {
    background: transparent;
    padding: 0;
}
div#captain-crew .destination-width {
    width: 24%;
}

div#captain-crew .virgin-data span {
    color: #0F2B52;
    text-align: center;
    font-family: Oxygen;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 177.778% */
    margin: 0;
}

div#captain-crew .virgin-data p {
    color: #7B7D8F;
    text-align: center;
    /* P2 */
    font-family: Oxygen;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px;
    margin: 0;
}

div#captain-crew .virgin-data .site-btn {
    display: none;
}

section.captain-yachts {
    padding-bottom: 100px;
}
section.captain-yachts .popup-text span {
    color: var(--Main-Brand-Color, #132E53);
    /* H3 */
    font-family: "Edo SZ";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    /* 140% */
}

section.captain-yachts .popup-text h3 {
    color: var(--Main-Brand-Color, #132E53);
    font-family: Oxygen;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 160% */
    margin: 20px 0 60px;
    text-transform: capitalize;
}
.page-template-captain section.captain-yachts .popup-text p {
    color: var(--Gray-600, #475467);
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px;
	    max-width: 90%;

}

.page-template-captain section.charter-travel h3 {
    width: 100%;
    margin: 0 auto;
    padding: 24px 0 8px;
}
section.charter-travel p {
    width: 100%;
    margin: 0 auto;
    max-width: 70%;
}
.crew-cnc img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
	    object-fit: cover;
}

.crew-cnc {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 18px 0 8px;
}

.crew-dtaa span {
    color: #0F2B52;
    font-family: Oxygen;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 177.778% */
    margin: 0;
}

.crew-dtaa p {
    color: #7B7D8F;

/* P2 */
    font-family: Oxygen;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
    margin: 0;
    margin-top: 4px;
}
.yachts-mains span {
    margin: 0;
}.yachts-mains {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yachts-mains p {
    margin: 0;
}

.yachts-mains a span {
    color: #0F2B52;
    font-family: Oxygen;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
}

.yachts-mains {
    border-bottom: 1px solid rgba(180, 191, 211, .2);
    padding-bottom: 10px;
}
.yachs-thumbnails span {
    margin: 0;
}
.heading-arrows .custom-arrows {
    display: unset;
    margin: 0;
    position: relative;
    top: 0;
    width: auto;
    right: 70px;
}

.heading-arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.heading-arrows {
    margin-bottom: 28px;
}
section#captain {
    height: 300px;
}
section.charter-travel {
    top: -150px;
    margin-bottom: -150px;
}
section#detailed-banner p {
    color: #fff;
}
.earn-width {
    margin-bottom: -4px;
}
div#tab-1 pre,.additional-content pre,.para-testi pre,.popup-content pre,pre {
    max-width: 100% !important;
    display: inline-block;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}
section.last-vid {

	background: #EEFBFF;
    padding: 100px 0;
}
.meet-team ul.tabs {
    display: none!important;
}

.team-width {
    position: relative;
	transition:all ease .3s;
	cursor:pointer;
}
.team-btm{
	visibility:hidden;
	opacity:0;
}
.team-width:hover .team-btm{
	visibility:visible;
	opacity:1;
	transition:all ease .3s;
	
}
.team-width {
    margin-bottom: 15px;
}
.team-btm {
    position: absolute;
    bottom: 20px;
    left: 20px;
	z-index:1;
}

.team-btm * {
    color: #fff!important;
}
.team-width:hover::after {
    background: linear-gradient(180deg, rgba(15, 43, 82, 0.00) 0%, #0F2B52 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
	transition:all ease .3s;
}

.team-btm span {
    color: #FFF;
    font-family: Oxygen;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.team-btm p {
    color: #E8E8E8;
    font-family: Oxygen;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.14px;
}
.team-width img {
    width: 100%;
    display: block;
}
.vido-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.vido-width {
    width: 50%;
}
.popup-content .meet-btn {
    text-align: left;
    margin-top: 0;
}
section.video-scts {
     background: #F8FAFC;
    padding: 80px 0;
}

section.video-scts .center-heading {
    margin-bottom: 60px;
}

.scts-video-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap:20px;
}
.logo-ychts {
    text-align: center;
}
.logo-ychts img {
    width: 100%;
    max-width: 18%;
    margin: 20px 0;
}
.card-flexx ul li {
    display: block !important;
}
.footer-width p {
    color: #7B7D8F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.14px;
    text-transform: capitalize;
    margin-bottom: 18px;
    display: inline-block;
}
ul.social-lnks {
    display: flex;
    gap: 10px;
}
ul.social-lnks li{
	transition:all ease .3s;
}
ul.social-lnks li img {
    width: 32px;
}
ul.social-lnks li img:hover {
 filter: brightness(0) saturate(100%) invert(12%) sepia(52%) saturate(2153%) hue-rotate(195deg) brightness(92%) contrast(93%);
}
.scts-width1 {
    width: 32%;
}
.scts-width1 iframe {
    width: 100%!important;
	    height: 250px;
}
.page-template-charter-type-dive .discover-flex {
    justify-content: center;
}
.blog-meta-item.blog-meta-item--tags a {
    font-family: "Edo SZ";
    color: #0F2B52;
    text-decoration: underline;
}

.blog-meta-item.blog-meta-item--tags {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
	    margin-top: 20px;
}
section.send-message {}

.innerdtaa p strong {
    color: #0F2B52;
    display: block;
    margin: 10px 0;
}

.innerdtaa a {
    color: #0F2B52;
}
.innerdtaa br {
    display: none;
}
body.page-template-charter-custom{
    overflow: auto !important;
}
section#travel .earn-width {
    position: sticky;
    top: 0;
}

.addition-open img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.addition-open img.active {
  transform: rotate(225deg); /* or any effect you prefer */
}
.detail-width-page1 ul li {
    color: #7B7D8F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    list-style: disc;
    margin-left: 15px;
}
.detail-width-page1 a {
    color: #0F2B52;
    font-weight: 600;
}

.detail-width-page1 .dual-btns a {
    font-weight: 400;
}
section.designation-details img {
    width: 100%;
    height: 100%;
	margin-top:20px;
}
.small-txt p {
    font-size: 12px;
    position: relative;
    top: -20px;
}

.single-yacht .meet-btn {
    display: none;
}
body:has(.yacht-video-wrapper) .meet-btn{
    display:block;
}
.bio {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s ease;
}

.bio.show-all {
  -webkit-line-clamp: unset;
  max-height: none;
}

.read-more-btn {
    color: var(--Gray-600, #475467);
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0px;
    text-decoration: underline;
	cursor:pointer;
}
.read-more-btn:hover {
  text-decoration: underline;
}
.meet-crew .yacht-video-wrapper {
    display: block;
    width: 100%;
}
.meet-crew .popup-content {
    width: 100%;
}
.meet-crew .yacht-video-wrapper iframe {
    width: 100%;
    height: 500px;
}
p.bio {
    text-align: left;
}
section.meet-crew .inner-heading {
    margin-bottom: 40px;
}

.crew-width a.crew-link {
    pointer-events: none;
}