.fade-left {
  animation: fadeInLeft 1.7s ease-in-out; }

.fade-right {
  animation: fadeInRight 1.7s ease-in-out; }

.fade-up {
  animation: fadeInUp 1.7s ease-in-out; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50%); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50%); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50%); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fade-out-left {
  animation: fadeOutLeft 0.3s ease forwards; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fade-out-right {
  animation: fadeOutRight 0.3s ease forwards; }

@keyframes wave-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@keyframes wave-right {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(50%); } }
.animate-wave-left {
  animation: wave-left 5s ease-in-out infinite alternate; }
  @media only screen and (max-width: 767px) {
    .animate-wave-left {
      animation: none; } }

.animate-wave-right {
  animation: wave-right 5s ease-in-out infinite alternate; }
  @media only screen and (max-width: 767px) {
    .animate-wave-right {
      animation: none; } }

@font-face {
  font-family: 'Rubik-Light';
  src: url("../fonts/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Rubik-Medium';
  src: url("../fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Rubik-Regular';
  src: url("../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Rubik-SemiBold';
  src: url("../fonts/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'TitlingGothicFBNor-Med';
  src: url("../fonts/TitlingGothicFB/TitlingGothicFBNor-Med.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'TitlingGothicFBNor-Bold';
  src: url("../fonts/TitlingGothicFB/TitlingGothicFBNor-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Inter-Regular';
  src: url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Inter-Bold';
  src: url("../fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
:root,
[data-theme] {
  background-color: white; }

html {
  scroll-behavior: smooth;
  background-color: #fff; }

body {
  font-family: 'Rubik-Light';
  color: #000000;
  background: #fff; }
  body h1 {
    font-family: 'TitlingGothicFBNor-Med';
    font-size: 54px;
    line-height: 1.2;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      body h1 {
        font-size: 4rem;
        line-height: 1.2; } }
  body h2,
  body .title {
    font-family: 'TitlingGothicFBNor-Med';
    font-size: 36px;
    line-height: 1.2;
    color: #000; }
    @media only screen and (min-width: 768px) {
      body h2,
      body .title {
        font-size: 54px;
        line-height: 1.2; } }
  body h3 {
    font-family: 'TitlingGothicFBNor-Med';
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2; }
  body h4 {
    font-family: 'Inter-Bold';
    font-size: 1.5rem;
    line-height: 1.2; }
  body h5 {
    font-family: 'Inter-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3; }
  body h6 {
    font-family: 'Rubik-Light';
    line-height: 1.3;
    font-size: 14px; }

.h3-blog {
  font-family: 'TitlingGothicFBNor-Med';
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4; }

p {
  font-family: 'Rubik-Light';
  font-size: 20px;
  font-weight: 300;
  line-height: 150%; }

.p-medium {
  font-family: 'Rubik-Medium';
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; }

.text-label {
  font-family: 'Rubik-Regular';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-transform: uppercase; }

.title-info {
  font-family: 'Rubik-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #00f2ff; }

.date-list {
  font-family: 'Rubik-Medium';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase; }

.text-value {
  font-family: 'TitlingGothicFBNor-Bold';
  font-size: 24px;
  line-height: 1.2; }

.content-rounddown h3 {
  margin-bottom: 8px; }
.content-rounddown h5 {
  margin-bottom: 24px; }
.content-rounddown p {
  margin-bottom: 36px; }

.content {
  font-family: 'Inter-Bold'; }
  .content h1 {
    margin-top: 36px;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 1.2; }
  .content h2 {
    margin-top: 36px;
    margin-bottom: 24px;
    font-size: 1.5rem;
    line-height: 1.2; }
  .content h3 {
    margin-top: 36px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 1.3; }
  .content h4 {
    margin-top: 36px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.3; }
  .content p {
    margin-bottom: 24px; }
  .content ul {
    margin-bottom: 24px;
    list-style: disc;
    margin-left: 2rem; }
  .content ol {
    margin-bottom: 24px;
    list-style: decimal;
    margin-left: 2rem; }
  .content li {
    font-family: 'Rubik-Light';
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 24px; }
  .content strong {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6; }
  .content em {
    font-family: 'Rubik-Light';
    font-style: italic; }
  .content a {
    color: #00f2ff;
    transition: all 0.3s ease-in-out; }
    .content a:hover {
      color: #00c2cc; }

.content-itineraries h2 {
  font-family: 'TitlingGothicFBNor-Med';
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 8px; }
.content-itineraries h3 {
  font-family: 'Rubik-Medium';
  font-size: 20px;
  line-height: 160%;
  margin-top: 0px; }

.content-facilities strong {
  font-family: 'Rubik-Medium';
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6; }

.content-itineraries-details h2,
.content-itineraries-details .title {
  font-family: 'TitlingGothicFBNor-Med';
  font-size: 36px;
  line-height: 1.2;
  color: #000; }
  @media only screen and (min-width: 768px) {
    .content-itineraries-details h2,
    .content-itineraries-details .title {
      font-size: 54px; } }
.content-itineraries-details h3 {
  font-family: 'TitlingGothicFBNor-Med';
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2; }

.content-destinations-detail h3 {
  font-family: 'TitlingGothicFBNor-Med';
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2; }
  @media only screen and (max-width: 767px) {
    .content-destinations-detail h3 {
      font-size: 26px; } }
.content-destinations-detail li {
  margin-bottom: 18px; }

.content-contact h4 {
  font-family: 'Inter-Bold';
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 36px; }

.content-terms h2, .content-terms h3 {
  margin-bottom: 12px; }

/* Preloader */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.loader {
  width: 90px;
  height: 90px;
  left: calc(50% - 45px) !important;
  top: calc(50% - 45px);
  -webkit-animation: spin 0.7s linear infinite;
  position: fixed;
  animation: spin 0.7s linear infinite;
  background: url("../img/ssc-prelaoder-loading.svg");
  background-size: cover;
  z-index: 99; }

#loading .textLoader {
  position: fixed;
  top: calc(50% - 35px);
  color: #fff;
  width: 100%;
  z-index: 99; }

#loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 60;
  background: center no-repeat #90e0ef; }

.layer-first {
  background: center no-repeat linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #90e0ef;
  transition: all 0.3s ease-in-out;
  transition-duration: 300ms; }

.layer-second {
  background: #90e0ef;
  transition: all 0.3s ease-in-out;
  transition-duration: 300ms; }

.container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory; }

.slide {
  scroll-snap-align: center;
  flex-shrink: 0;
  width: 700px;
  height: 300px; }

.parallax-img img {
  will-change: transform;
  transition: box-shadow 0.3s ease; }

nav .humburger-line {
  cursor: pointer;
  display: flex;
  gap: 10px;
  transform: rotate(90deg); }
  nav .humburger-line span {
    display: block;
    width: 2px;
    background-color: #072ac8;
    transition: all 0.3s ease-out; }
  nav .humburger-line span:nth-child(1) {
    height: 1.2rem; }
  nav .humburger-line span:nth-child(2) {
    height: 2rem; }
  nav .humburger-line span:nth-child(3) {
    height: 1.2rem; }
  nav .humburger-line.active span:nth-child(1) {
    transform: rotate(-45deg) translate(10px, 7px);
    height: 2rem; }
  nav .humburger-line.active span:nth-child(2) {
    opacity: 0; }
  nav .humburger-line.active span:nth-child(3) {
    transform: rotate(45deg) translate(-10px, 7px);
    height: 2rem; }
nav ul li a {
  display: inline-block;
  font-family: 'Rubik-SemiBold';
  font-size: 13px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 17px 15px 18px;
  user-select: none; }

.h-46 {
  height: 46px; }

.fullscreen-bg {
  position: absolute; }

.fullscreen-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.collapse {
  border-radius: 0; }

.collapse-title {
  padding-inline-start: 4rem; }
  @media only screen and (max-width: 767.98px) {
    .collapse-title {
      padding-inline-start: 3.5rem; } }

.collapse-content {
  padding-inline-start: 4rem; }
  @media only screen and (max-width: 767.98px) {
    .collapse-content {
      padding-inline-start: 3.5rem; } }

.collapse-plus:not(.collapse-close) > input[type='checkbox']:checked ~ .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type='radio']:checked ~ .collapse-title:after,
.collapse[open].collapse-plus > .collapse-title:after {
  content: url("../img/icons/minus.svg");
  top: 9px;
  left: 11px;
  background-color: rgba(0, 242, 255, 0.05) !important; }

.collapse:has(.collapse-title:focus-visible),
.collapse:has(> input[type='checkbox']:focus-visible),
.collapse:has(> input[type='radio']:focus-visible) {
  outline: none !important; }

.collapse-plus > .collapse-title:after {
  content: url("../img/icons/plus.svg");
  left: 1rem; }
  @media only screen and (max-width: 500px) {
    .collapse-plus > .collapse-title:after {
      transform: scale(0.7);
      top: 1.9rem; } }

.collapse:not(.collapse-close):has(> input[type='checkbox']:checked),
.collapse:not(.collapse-close):has(> input[type='radio']:checked) {
  background: rgba(0, 242, 255, 0.05) !important; }

.btn-view-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 30px;
  height: 46px;
  font-family: 'Rubik-SemiBold';
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 3px solid #072ac8;
  color: #072ac8;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: max-content;
  user-select: none; }
  @media only screen and (min-width: 1024px) {
    .btn-view-secondary:hover {
      border: 3px solid #072ac8;
      background: rgba(7, 42, 200, 0.15);
      box-shadow: 3px 3px 0px 0px #072ac8; } }
  .btn-view-secondary:active {
    border: 3px solid #072ac8;
    background: rgba(7, 42, 200, 0.15);
    box-shadow: 3px 3px 0px 0px #072ac8; }

.btn-view-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 30px;
  height: 46px;
  font-family: 'Rubik-SemiBold';
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 3px solid #00f2ff;
  color: #00f2ff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: max-content;
  user-select: none; }
  @media only screen and (min-width: 1024px) {
    .btn-view-primary:hover {
      border: 3px solid #00f2ff;
      background: rgba(0, 242, 255, 0.15);
      box-shadow: 3px 3px 0px 0px #00f2ff; } }
  .btn-view-primary:active {
    border: 3px solid #00f2ff;
    background: rgba(0, 242, 255, 0.15);
    box-shadow: 3px 3px 0px 0px #00f2ff; }

.btn-view-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 30px;
  height: 46px;
  font-family: 'Rubik-SemiBold';
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 3px solid #5ebf26;
  color: #5ebf26;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: max-content;
  user-select: none; }
  @media only screen and (min-width: 1024px) {
    .btn-view-green:hover {
      border: 3px solid #5ebf26;
      background: rgba(94, 191, 38, 0.15);
      box-shadow: 3px 3px 0px 0px #5ebf26; } }
  .btn-view-green:active {
    border: 3px solid #5ebf26;
    background: rgba(94, 191, 38, 0.15);
    box-shadow: 3px 3px 0px 0px #5ebf26; }

.btn-view-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 30px;
  height: 46px;
  font-family: 'Rubik-SemiBold';
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 3px solid #ffbe0c;
  color: #ffbe0c;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: max-content;
  user-select: none; }
  @media only screen and (min-width: 1024px) {
    .btn-view-yellow:hover {
      border: 3px solid #ffbe0c;
      background: rgba(255, 190, 12, 0.15);
      box-shadow: 3px 3px 0px 0px #ffbe0c; } }
  .btn-view-yellow:active {
    border: 3px solid #ffbe0c;
    background: rgba(255, 190, 12, 0.15);
    box-shadow: 3px 3px 0px 0px #ffbe0c; }

.btn-view-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 30px;
  height: 46px;
  font-family: 'Rubik-SemiBold';
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 3px solid #e01e37;
  color: #e01e37;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: max-content;
  user-select: none; }
  @media only screen and (min-width: 1024px) {
    .btn-view-red:hover {
      border: 3px solid #e01e37;
      background: rgba(224, 30, 55, 0.15);
      box-shadow: 3px 3px 0px 0px #e01e37; } }
  .btn-view-red:active {
    border: 3px solid #e01e37;
    background: rgba(224, 30, 55, 0.15);
    box-shadow: 3px 3px 0px 0px #e01e37; }

.btn-view-secondary.disabled {
  pointer-events: none;
  background: rgba(7, 42, 200, 0.15); }
  .btn-view-secondary.disabled:hover {
    background: rgba(7, 42, 200, 0.15);
    border: none; }

.btn-view-red.disabled {
  pointer-events: none;
  background: rgba(224, 30, 55, 0.15); }
  .btn-view-red.disabled:hover {
    background: rgba(224, 30, 55, 0.15);
    border: none; }

.btn-contact-primary {
  display: inline-block;
  padding: 15px 30px;
  font-family: 'Rubik-SemiBold';
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #072ac8;
  background: #00f2ff;
  height: 46px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-wrap: nowrap;
  width: max-content;
  user-select: none; }
  @media only screen and (min-width: 1024px) {
    .btn-contact-primary:hover {
      background: rgba(0, 242, 255, 0.15); } }
  .btn-contact-primary:active {
    background: rgba(0, 242, 255, 0.15); }

.btn-close {
  display: inline-block;
  padding: 15px 30px;
  font-family: 'Rubik-SemiBold';
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #e01e37;
  background: white;
  height: 46px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-wrap: nowrap;
  width: max-content;
  user-select: none; }
  @media only screen and (min-width: 1024px) {
    .btn-close:hover {
      background: rgba(224, 30, 55, 0.15); } }
  .btn-close:active {
    background: rgba(224, 30, 55, 0.15); }

.btn-icon-primary {
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 3px solid #00f2ff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  user-select: none; }
  @media only screen and (min-width: 1024px) {
    .btn-icon-primary:hover {
      border: 3px solid #00f2ff;
      background: rgba(0, 242, 255, 0.15);
      box-shadow: 3px 3px 0px 0px #00f2ff; } }
  .btn-icon-primary:active {
    border: 3px solid #00f2ff;
    background: rgba(0, 242, 255, 0.15);
    box-shadow: 3px 3px 0px 0px #00f2ff; }

.btn-icon-secondary {
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 3px solid #072ac8;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  user-select: none; }
  @media only screen and (min-width: 1024px) {
    .btn-icon-secondary:hover {
      border: 3px solid #072ac8;
      background: rgba(7, 42, 200, 0.15);
      box-shadow: 3px 3px 0px 0px #072ac8; } }
  .btn-icon-secondary:active {
    border: 3px solid #072ac8;
    background: rgba(7, 42, 200, 0.15);
    box-shadow: 3px 3px 0px 0px #072ac8; }

.icon-f {
  display: flex;
  height: 64px;
  padding: 9px;
  justify-content: center;
  align-items: center;
  background: rgba(0, 242, 255, 0.15);
  aspect-ratio: 1/1; }

.btn-wa {
  display: flex;
  width: 86px;
  height: 86px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  background: rgba(94, 191, 38, 0.3);
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  @media only screen and (min-width: 1024px) {
    .btn-wa:hover {
      width: 100px;
      height: 100px;
      background: rgba(94, 191, 38, 0.15);
      flex-shrink: 0; } }
  .btn-wa:active {
    width: 100px;
    height: 100px;
    background: rgba(94, 191, 38, 0.15);
    flex-shrink: 0; }

.white-scrollbar::-webkit-scrollbar {
  height: 20px; }

.white-scrollbar::-webkit-scrollbar-track {
  background: white; }

.white-scrollbar::-webkit-scrollbar-thumb {
  background-color: white; }

/* Hide scrollbar for Chrome, Safari and Opera */
.hidden-scrollbar::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.text-link {
  font-family: 'Rubik-SemiBold';
  font-size: 13px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 1.3px;
  text-transform: uppercase; }

.grid-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 1.5rem; }
  @media only screen and (min-width: 800px) {
    .grid-layout {
      column-gap: 2.25rem; } }
  @media only screen and (min-width: 1200px) {
    .grid-layout {
      column-gap: 3.75rem; } }

.px-responsive {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media only screen and (min-width: 1280px) {
    .px-responsive {
      padding-left: 2rem;
      padding-right: 2rem; } }

.section {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (min-width: 768px) {
    .section {
      padding-top: 150px;
      padding-bottom: 150px; } }
  @media only screen and (min-width: 1200px) {
    .section {
      padding-top: 180px;
      padding-bottom: 180px; } }

.list-style ul,
.list-style ol {
  font-family: 'Rubik-Light';
  font-size: 20px;
  line-height: 1.5;
  list-style: none !important;
  margin-left: 0; }
  .list-style ul li,
  .list-style ol li {
    position: relative;
    padding-left: 2rem;
    line-height: 1.65;
    margin-bottom: 0.9375rem; }
    .list-style ul li::before,
    .list-style ol li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.6em;
      width: 0.75rem;
      height: 0.75rem;
      background: #00f2ff;
      background-size: contain;
      background-repeat: no-repeat; }

.list-style-number ol {
  counter-reset: list-counter;
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0; }
  .list-style-number ol li {
    counter-increment: list-counter;
    display: flex;
    font-family: 'Rubik-Medium';
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px; }
    .list-style-number ol li::before {
      content: counter(list-counter);
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.8rem;
      width: 2rem;
      height: 2rem;
      margin-right: 20px;
      border-radius: 100%;
      border: 3px solid var(--Teritary, #ffbe0c);
      background: var(--Teritary-Stroke-Weak, rgba(255, 190, 12, 0.15));
      color: #000;
      font-weight: 500; }

.circle-inner {
  width: 46px;
  height: 46px;
  background-color: rgba(94, 191, 38, 0.15);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .circle-inner img {
    width: 40px;
    height: 40px; }

.circle-outer {
  width: 86px;
  height: 86px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease; }
  .circle-outer:hover {
    background-color: rgba(94, 191, 38, 0.15); }

.input-field {
  background: rgba(7, 42, 200, 0.05);
  padding: 6px 15px;
  font-family: 'Inter-Bold';
  font-size: 20px; }
  .input-field::placeholder {
    font-family: 'Inter-Bold';
    font-size: 20px;
    line-height: 1.7;
    color: rgba(7, 42, 200, 0.15); }
  .input-field:focus {
    background: #fff;
    outline: none;
    border: 3px solid #00f2ff; }

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: rgba(7, 42, 200, 0.05) url("../img/icons/select-arrow.svg") no-repeat right 5px center;
  background-size: 2rem;
  padding: 6px 42px 6px 15px;
  font-family: 'Inter-Bold';
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
  text-align: left; }
  .form-select:hover {
    background: rgba(0, 242, 255, 0.15) url("../img/icons/select-arrow.svg") no-repeat right 5px center;
    background-size: 2rem; }
  .form-select:focus {
    outline: none;
    border: none; }

@keyframes bgMoveDesktop {
  0% {
    background-position: 0% top; }
  25% {
    background-position: 100% top; }
  50% {
    background-position: 100% top; }
  75% {
    background-position: 0% top; }
  100% {
    background-position: 0% top; } }
@keyframes bgMoveTablet {
  0% {
    background-position: 0% top; }
  25% {
    background-position: 50% top; }
  50% {
    background-position: 50% top; }
  75% {
    background-position: 0% top; }
  100% {
    background-position: 0% top; } }
@keyframes bgMoveMobile {
  0% {
    background-position: 0% top; }
  25% {
    background-position: 48% top; }
  50% {
    background-position: 48% top; }
  75% {
    background-position: 0% top; }
  100% {
    background-position: 0% top; } }
.bg-footer-animate {
  background-image: url("../img/bg-footer.svg");
  background-repeat: repeat-x;
  background-size: cover;
  animation: bgMoveMobile 10s ease-in-out infinite; }
  @media only screen and (min-width: 800px) {
    .bg-footer-animate {
      animation: bgMoveTablet 10s ease-in-out infinite; } }
  @media only screen and (min-width: 1200px) {
    .bg-footer-animate {
      animation: bgMoveDesktop 10s ease-in-out infinite; } }

.bg-banner {
  background: url("../img/image.png") no-repeat; }

.video {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media only screen and (min-width: 1920px) {
    .video {
      width: 130rem;
      height: 140vh; } }
  @media only screen and (min-width: 1536px) {
    .video {
      width: 120rem;
      height: 130vh; } }
  @media only screen and (min-width: 1201px) {
    .video {
      height: 115vh; } }
  @media only screen and (max-width: 1200px) {
    .video {
      width: 85rem; } }
  @media only screen and (max-width: 768px) {
    .video {
      width: 115rem; } }
  @media only screen and (max-width: 767px) {
    .video {
      width: 94rem; } }

@media only screen and (max-width: 900px) {
  .plyr__video-wrapper {
    aspect-ratio: 9 / 16 !important; } }

@media only screen and (max-width: 900px) {
  .plyr__video-embed iframe,
  .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 75rem;
    transform: translate(-50%, -50%); } }

.plyr__controls {
  display: none !important; }

@media only screen and (min-width: 1200px) {
  .wrapper-video {
    margin-top: -1rem; } }
@media only screen and (max-width: 1199.98px) {
  .wrapper-video {
    height: 1024px; } }
@media only screen and (max-width: 767px) {
  .wrapper-video {
    height: 100vh; } }
@media only screen and (max-width: 1900px) {
  .wrapper-video .iframe {
    height: 988px; } }
@media only screen and (max-width: 1600px) {
  .wrapper-video .iframe {
    height: 900px; } }
@media only screen and (max-width: 1535px) {
  .wrapper-video .iframe {
    height: 810px; } }
@media only screen and (max-width: 1420px) {
  .wrapper-video .iframe {
    height: 800px; } }
@media only screen and (max-width: 1199px) {
  .wrapper-video .iframe {
    height: 100%; } }
@media only screen and (min-width: 1200px) {
  .wrapper-video .iframe {
    min-width: 90rem; } }
@media only screen and (max-width: 1024px) {
  .wrapper-video .iframe {
    min-width: 114rem; } }
@media only screen and (max-width: 767.98px) {
  .wrapper-video .iframe {
    min-width: 94rem; } }

.content-terms h4 {
  margin-bottom: 0.75rem; }
.content-terms p {
  margin-bottom: 2.25rem; }
.content-terms strong {
  font-family: 'Rubik-Medium';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6; }

@media only screen and (max-width: 1536px) {
  .iframe-destinations {
    height: 380px; } }
@media only screen and (max-width: 1440px) {
  .iframe-destinations {
    height: 388px; } }
@media only screen and (max-width: 1280px) {
  .iframe-destinations {
    height: 343px; } }
@media only screen and (max-width: 1200px) {
  .iframe-destinations {
    height: 320px; } }
@media only screen and (max-width: 1199.98px) {
  .iframe-destinations {
    height: 364px; } }

.zoom-img {
  overflow: hidden;
  position: relative; }

.zoom-img img {
  will-change: transform;
  transition: transform 0.3s ease;
  transform-origin: center center; }

.md-country-picker-item {
  position: relative;
  line-height: 20px;
  padding: 10px 0 10px 40px; }

.md-country-picker-flag {
  position: absolute;
  left: 0;
  height: 20px; }

.mbsc-scroller-wheel-item-2d .md-country-picker-item {
  transform: scale(1.1); }

.preview label {
  font-family: 'Rubik-Medium';
  font-size: 1rem; }

.container-masonry {
  background: #ddd;
  position: relative; }

/* clear fix */
.container-masonry:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.333%; }
  @media only screen and (max-width: 767px) {
    .grid-sizer,
    .grid-item {
      width: 100%; } }

.grid-item {
  float: left; }

.grid-item {
  float: left;
  margin-bottom: 16px; }

.grid-item img {
  display: block;
  max-width: 100%; }

button {
  font-size: 20px; }

.masonry-sizer,
.masonry-item {
  float: left;
  width: 30%; }

.img-pop-up {
  cursor: pointer; }

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