@charset "utf-8";

* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  box-sizing: border-box;
}

:root {
  --primary-blue: #3a71ca;
  --primary-orange: #f88e2b;
  --bg-gray: #f2f2f2;
  --border-color: #ccc;
  --text-color: #555;
}

body {
  text-decoration: none;
  background-color: #fff;
  font-family: 'SF Pro Display';
  font-size: 16px;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Remove horizontal scrollbar */
}

.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  will-change: transform;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

p {
  height: auto;
  font-size: 1em;
  color: #212121;
  line-height: 1.7;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  box-sizing: border-box;
  letter-spacing: 1px;
}

li {
  font-size: 16px;
  font-weight: normal;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}


@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Regular.eot');
  src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Regular.woff') format('woff'),
    url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Light.eot');
  src: url('../fonts/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay-Light.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Light.woff') format('woff'),
    url('../fonts/SFProDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}




/************************************************** MENU **************************************************/

body.home .sexy-menu {
  position: fixed;
}

.sexy-menu.detached .header-contact {
  display: none;
}

video {
  width: 100%;
}

.sexy-menu.detached .tophead {
  display: none;
}

/* .sexy-menu.detached .logo {
  margin-top: 5px;
  width: 70%;
} */

.nav-header {
  /* background-color: #fff;
  border-radius: 50%;
  width: 125px;
  height: 119px;
  align-content: center;*/
  text-align: center;
}

.logo {
  background-color: #fff;
  border-radius: 50%;
  height: 126px;
  border: 8px solid #fff;
}

.nav-header p {
  color: #fff;
  font-size: 1.125em;
}

.sexy-menu.detached .logo {
  background-color: transparent;
  height: 90px;
  border: none;
}

.sexy-menu.detached .nav-header p {
  color: #394a44;
}

.nav-menu2 {
  border-top: 0;
  margin-top: 0;
}

.wh-top {
  margin-right: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-menu>li>a {
  margin: 0 20px;
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 1em;
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: center;
}

.nav-menu2>li>a {
  margin: 35px 44px 20px;
}

.nav-menu {
  /* border-top: 2px solid rgb(199 199 199 / 23%); */
  margin-top: 14px;
}

.header-phone {
  display: flex !important;
  align-items: center;
  margin-top: 30px !important;
}

.wh-img {
  margin-right: 10px;
}

.sexy-menu.detached .header-phone {
  display: none;
}

.nav-menu>li:last-child a,
ul.header-social li:last-child,
.nav-menu2>li>a:last-child {
  margin-right: 0 !important;
}

.nav-menu>li:first-child a,
.nav-menu2>li:first-child a {
  margin-left: 0 !important;
}

.resp-show {
  display: none !important;
}

.nav-menu>li>a:hover {
  color: #0b3c5d;
}

.sexy-menu.detached .nav-menu>li>a {
  margin: 15px 15px;
  color: #393939;
}

.sexy-menu.detached .nav-menu {
  border-top: 0;
}

.sexy-menu.detached .header-phone {
  margin: 32px 15px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

#button i {
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.carousel-indicators .active,
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
}

.carousel-indicators .active {
  background: #dfc0f3 !important;
}

.carousel-indicators li {
  background: #655a8e !important;
  margin: 0 3px !important;
}

.carousel-indicators {
  bottom: 5em !important;
  right: 200px !important;
  left: unset !important;
  width: unset !important;
}

/**/
.clear {
  clear: both;
}

audio,
::selection {
  background: #0c69ec !important;
  color: #fff !important;
}

span::selection {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background: #0c69ec !important;
}

::-moz-selection {
  color: #fff !important;
}

.grecaptcha-badge {
  display: none !important;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.logo1 {
  display: none;
}

.sexy-menu.detached .navigation {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0 !important;
}

.navigation {
  padding: 15px 15.5%;
}

.nav-brand img {
  width: 100%;
}

.sexy-menu.detached .header-call {
  margin-top: 8px;
}

/* .top-container {
  background-color: #fff;
} */

.desk-view {
  display: block !important;
}

.mob-view {
  display: none !important;
}

.hide-menu {
  display: none;
}



/************************************************** TOP MENU **************************************************/

.nav-menus-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  padding-top: 1%;
}

.banner-contact {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f77b01;
  padding: 8px 15px;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 0;
}

.banner-contact img {
  filter: brightness(0) invert(1);
}

.banner-contact a {
  color: #fff;

  &:hover {
    color: #e6e6e6;
  }
}

.nav-menu>li:nth-last-child(2) {
  border-left: 1px solid #2980b1
}

.banner-num {
  padding-left: 20px;
  font-size: 1em;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
}

.banner-num i {
  color: #168dbc;
  margin-right: 5px;
}

.banner-num a {
  color: #000;
  font-size: 1em;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  margin-left: 5px;
}


/************************************************** BREDCUM **************************************************/

.bredcum-wraper {
  width: 100%;
  height: auto;
  padding: 10px 25px 0 25px;
  text-align: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 9;
}

.bredcum-container {
  width: auto;
  height: auto;
}

.bred-home {
  width: auto;
  height: auto;
  float: left;
}

.bred-home a,
.bred-home {
  width: auto;
  height: auto;
  float: left;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
  color: #000;
}

.bred-home a {
  font-size: 1em;
}

.bred-home a:hover {
  width: auto;
  height: auto;
  float: left;
  color: #363636;
}

.bred-arrow {
  width: auto;
  height: auto;
  float: left;
  font-size: 0.85em;
  color: #000;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.bred-next {
  width: auto;
  height: auto;
  float: left;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
  color: #000;
}



/************************************************** FOOTER **************************************************/

.footer-bottom-icons {
  width: 100%;
  height: auto;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.footer-mid {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 1em 0em;
}

.footer-social-links {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

/* The Line */
.footer-social-links::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #f77b01;
}

.footer-social-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.footer-social-links ul li {
  margin-left: 1em;
  font-size: 1em;
}

.footer-social-links ul li:first-child {
  margin-left: 0;
}

.footer-social-links ul li a {
  color: #f77b01;
  text-decoration: none;
  display: flex;
}

.footer-menu {
  width: auto;
  height: auto;
  display: flex;
}

.footer-address-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
}

.footer-address {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.footer-menu ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0px 1em;
}

.icon-f {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.icon-f span {
  margin-right: 0.5em;
  padding-top: 5px;
}

.footer-menu-title {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  letter-spacing: 1px;
  color: #2f2f2f;
  line-height: 1.8;
  padding-right: 1em;
  border-right: 1px solid #3e5368;
}

.footer-menu ul li a {
  width: auto;
  height: auto;
  text-transform: capitalize;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  letter-spacing: 1px;
  color: #000;
  line-height: 1.8;
}

.footer-menu ul li a:hover {
  color: #464646;
}

.footer-menu ul {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
}

.copy-right {
  width: auto;
  height: auto;
  float: left;
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 0.875em;
  color: #363636;
  line-height: 60px;
  opacity: .8;
}

.copy-right span {
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.designed {
  width: auto;
  height: auto;
  float: right;
}

.designed-ido {
  float: right;
  height: auto;
  padding-left: 8px;
  padding-top: 15px;
  width: auto;
}

.designed p {
  width: auto;
  height: auto;
  float: right;
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 0.875em;
  line-height: 60px;
  margin: 0;
  color: #363636;
  opacity: .8;
}

.designed p a {
  text-decoration: none;
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #363636;
}

.footer-wraper {
  width: 100%;
  height: auto;
  padding-top: 50px;
}

/* .footer-wraper p {
  color: #2f2f2f;

} */

.footer-address-container .btm-link:nth-child(3) .icon-f:nth-child(1) {
  margin-bottom: 15px;
}

/* .footer-logo img {
  filter: brightness(0) invert(1);
} */


.tc {
  text-align: center;
}

.footer-mail-sec {
  display: flex;
  flex-direction: column;
  gap: 15px;
}


/************************************************** CONTACT FORM **************************************************/

.enquiry-cont {
  align-items: flex-start;
}

.welcome-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquiry-top {
  width: 100%;
  height: auto;
  padding: 30px 0px 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquire-pic {
  width: 49%;
  border-radius: 10px;
  overflow: hidden;
}

.enquiry-home {
  width: 44%;
  height: auto;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
  padding-bottom: 0.5em;
}

.title-enquiry {
  width: 100%;
  height: auto;
  font-size: 1.793em;
  color: #191919;
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1.3;
  letter-spacing: 1px;
}

.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input,
.enquiry-form-outer .user-box select {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  border-radius: 10px;
  line-height: 55px;
  height: 55px;
}

.enqry-box input {
  line-height: 50px !important;
  height: 50px !important;
}

.enquiry-form-outer .user-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
  padding-right: 45px;
  cursor: pointer;
  border: 1px solid var(--border-color);
}

.enquiry-form-outer .user-box select option {
  font-size: 1em;
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 20px 0;
}

.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box select:focus~label,
.enquiry-form-outer .user-box select:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
}

.enquiry-form-outer .enqry-box label {
  line-height: 50px;
}


.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 185px;
  resize: none;
  padding: 10px 20px 0 20px;
  border: 1px solid #ccc;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 10px;
  background: #fff;
}

.enqry-box textarea {
  height: 120px !important;
}


.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.submit-button {
  /* line-height: 1.7; */
  color: #0e6dc1;
  text-transform: uppercase;
  font-family: 'Geomanist';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 8px;
  padding: 0px 30px;
  line-height: 40px;
}

.submit-button:hover {
  transform: scale(1);
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-out {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 44px;
  cursor: pointer;
  margin-bottom: 0.25em;
  background: #f77b01;
  height: 180px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 1em;
  padding: 15px 0px;
  float: left;
  writing-mode: vertical-rl;
  /* or vertical-lr */
  text-orientation: upright;
  /* keeps letters upright */
}

#plus .desk-view {
  /* transform: rotate(90deg); */
  white-space: nowrap;
}

#popUp {
  position: fixed;
  width: 400px;
  height: auto;
  background: #0e6dc1;
  bottom: 8%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9999;
  padding: 2% 2% 2%;
  right: 0;
  opacity: 0;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 35px;
}

#popUp .close {
  position: absolute;
  top: -5px;
  opacity: 1;
  left: -4%;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#popUp .close i {
  color: #0e6dc1;
  font-size: 1em;
  margin-left: 0px;
}

.button-out {
  position: fixed;
  right: 0;
  bottom: 40vh;
  z-index: 999;
}

/* WhatsApp button */

.whats-app {
  background: var(--primary-blue);
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10vh;
  right: 25px;
  z-index: 120000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 25px rgba(22, 141, 188, 0.4);
}

/* Inner floating wrapper */
.whats-app .float-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 3s ease-in-out infinite;
}

/* Icon */
.whats-app a i {
  color: #fff;
  font-size: 2em;
}

/* Hover scale */
.whats-app:hover {
  transform: scale(1.1);
}

/* Pulse Ring */
.whats-app::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(22, 141, 188, 0.4);
  /* updated */
  animation: pulseRing 2.5s infinite;
  z-index: -1;
}

/* Gloss shine */
.whats-app::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%,
      rgba(255, 255, 255, 0.4),
      transparent 60%);
  pointer-events: none;
}



/* Hover effect */
.whats-app:hover {
  animation-play-state: paused;
  transform: scale(1.1);
}

/* Floating animation */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Pulse ring animation */
@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* Mobile Bigger */
@media (max-width: 768px) {
  .whats-app {
    width: 70px;
    height: 70px;
    font-size: 2.3em;
    right: 15px;
    bottom: 10vh;
  }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .whats-app {
    animation: none;
  }
}


#plus::after {
  display: block;
  display: relative;
}

.side-form .form-group {
  margin-bottom: 12px;
}

.side-form-title {
  font-size: 2em;
  font-family: 'Geomanist';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #fff;
  line-height: 1;
  display: block;
}

/************************************************ WRAPER ***********************************************/

.main-wraper {
  width: 100%;
  height: auto;
  padding-top: 100px;
  position: relative;
}

.wraper {
  width: 100%;
  height: auto;
  padding-top: 70px;
  position: relative;
}

.main-container {
  width: 100%;
  height: auto;
  padding-top: 60px;
}

.d-container {
  width: 100%;
  padding-left: 16%;
  padding-right: 16%;
}

.container {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.banner-container {
  width: 100%;
  padding: 0 14.5%;
}


/************************************************ BANNER ***********************************************/

.banner-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  margin: 85px 0px 0 0px;
  padding: 0 1.5%;
  overflow: hidden;
}

.banner-wraper img {
  border-radius: 10px;
}

.banner-wraper .owl-carousel .owl-item img {
  border-radius: 10px !important;
}

.banner-inner {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;

}

.banner-caption-main {
  font-size: 2.589em;
  color: #fff;
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* letter-spacing: 1px; */
  line-height: .9;
  margin: 5px 0 8px 0;
}

.banner-caption-sub {
  font-size: 1.139em;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.banner-btn {
  background-color: #0e6dc1;
  color: #fff;
  font-size: 1em;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.banner-btn i {
  margin-left: 5px;
  transform: rotate(-33deg);
}

.banner-btns2 {
  text-align: center;
  margin-top: 15px;
}


/* SEARCH */

.search-wraper {
  position: absolute;
  bottom: 2%;
  width: 100%;
  height: auto;
  padding-left: 14%;
  padding-right: 18%;
}

.booking-sec {
  background: white;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 156px;
}

/* Tabs */
.banner-booking-tabs {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}

.banner-tab {
  padding: 7px 25px;
  border: none;
  border-radius: 8px;
  background: var(--bg-gray);
  color: #444;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 0.863em;
  cursor: pointer;
}

.banner-tab.tabnav-active {
  background: var(--primary-blue);
  color: #fff;
}


/* Form Layout */
.booking-form-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.swap-icon {
  color: #888;
  font-size: 1.25em;
  cursor: pointer;
}

.swap-icon:active {
  transform: rotate(180deg);
  transition: 0.4s;
}

/* Button */
.search-btn {
  background: var(--primary-orange);
  color: white;
  border: none;
  padding: 12px 35px;
  border-radius: 8px;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  cursor: pointer;
  transition: opacity 0.2s;
  font-size: 0.863em;
}

/* Bottom Row */
.booking-options {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #444;
}

.divider {
  color: #ddd;
}


.radio-box {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}

.radio-box {
  user-select: none;
}

.radio-box input {
  display: none;
}

.custom-radio {
  width: 18px;
  height: 18px;
  border: 2px solid #f58220;
  border-radius: 50%;
  position: relative;
}

.radio-box input:checked+.custom-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f58220;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.select-wrapper {
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  width: 400px;
}

.select-box {
  flex: 1;
  position: relative;
}

.select-box select {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  appearance: none;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}

.select-box select {
  color: #333;
  background: #fff;
}

.select-box::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--primary-orange);
  pointer-events: none;
}

.checkbox-box {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}

.checkbox-box input {
  display: none;
}

.custom-check {
  width: 18px;
  height: 18px;
  border: 2px solid #f58220;
  border-radius: 4px;
  position: relative;
}

.checkbox-box input:checked+.custom-check {
  background: #f58220;
}

.checkbox-box input:checked+.custom-check::after {
  content: "✓";
  position: absolute;
  color: #fff;
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Form input */

.booking-container .enquiry-form-outer .user-box {
  position: relative;
  margin-right: 0;
  width: 100%;
  margin-bottom: 0;
}

.booking-container .enquiry-form-outer .user-box input {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  outline: none;
  background: #fff;
  line-height: 50px;
  height: 40px;
}

.booking-container .enquiry-form-outer .user-box select {
  line-height: 40px;
  height: 40px;
}



.booking-container .enquiry-form-outer .user-box input:focus~label,
.booking-container .enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.booking-container .enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 40px;
  background-color: transparent;
}


/* Hotel */

.hotel .select-wrapper {
  width: 270px;
}

.hotel .booking-form-inner {
  margin-top: 15px;
}

.cruises .booking-form-inner {
  margin: 10px 0;
  gap: 15px;
}

.cruises .booking-form-inner .user-box {
  width: 50%;
}

.cruises .booking-options {
  width: 50%;
  padding-left: 15px;
}

.cruises .checkbox-box {
  gap: 18px;
  font-size: 1em;
}

.cruises .booking-form-inner .input-group i {
  color: var(--primary-orange);
}

.date-group {
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  right: 0;
  padding-right: 12px;
  color: #888;
}

.cruises .booking-form-inner .user-box select {
  line-height: 40px;
  height: 40px;
}


.atol-logo {
  position: absolute;
  right: 4.5%;
  top: 7%;
  z-index: 1;
}

.banner-form-img {
  position: absolute;
  bottom: 2%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}


.google-review {
  text-align: center;
}


.banner-wraper .owl-theme .owl-nav {
  display: none !important;
}

.banner-wraper .owl-theme .owl-dots {
  display: none !important;
}


/***************************Service**************************** */

.service-sec {
  display: grid;
  grid-template-columns: auto auto auto;
  /* grid-template-columns: repeat(3, 1fr); */
  /* grid-template-rows: repeat(6, 1fr); */
  gap: 30px;
  position: relative;
}

.line {
  position: absolute;
  left: -24%;
  top: 0;
}

.flight-png {
  position: absolute;
  left: 8%;
  top: 0;
}

.service-box1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service-box4 {
  grid-row: span 2;
}

.service-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.service-card img:hover {
  transform: scale(1.08);
}

.service-lable {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}

.service-heading {
  font-size: 1.5em;
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
}

.service-box1 p {
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  line-height: 1.5;
  margin: 10px 0;
}

.service-btn {
  background-color: var(--primary-orange);
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 0.863em;
  text-align: center;
  cursor: pointer;
}



/*************************** About ************************* */

.about-wraper {
  background-color: #fef6ed;
  margin-top: 100px;
}

.about-sec-inner {
  position: relative;
  text-align: center;
}

.map-bg {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}

.about-wel-txt {
  font-size: 0.875em;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  padding-top: 5%;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.about-sec-inner .service-heading {
  margin-bottom: 15px;
}

.about-sec-inner p {
  margin-bottom: 10px;
}

.about-sec-inner .service-btn {
  margin-top: 20px;
  background-color: var(--primary-blue);
}

.about-menu {
  padding: 70px 0;
  background: linear-gradient(90deg, #0b2a55, #0a1d33, #7a3e0d);
  position: relative;
  margin-top: 50px;
}

.about-menu-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 68%;
  margin: auto;
}

.menu-item {
  text-align: center;
}

.menu-item-icon {
  background-color: var(--primary-orange);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  align-content: center;
  margin: auto;
}

.menu-item-icon img {
  width: 45px;
  filter: brightness(0) invert(1);
  padding-top: 5px;
}

.menu-item p {
  font-size: 1em;
  color: #fff;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;

}

.menu-item:hover img {
  transform: translateY(-5px);
}


/*************************** Destinations *****************************/

.destination-inner {
  display: flex;
  justify-content: space-between;
}

.destination-grid-left {
  width: 48%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.destination-grid-right {
  width: 48%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  padding-top: 25px;
}

.destination {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

#destination .owl-nav {
  position: absolute;
  top: -14%;
  right: 0;
  margin-top: 0;
}

.destination-con {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  width: 85%;
}

.package-txt1 {
  font-size: 1.12em;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.package-txt2 {
  font-size: 1.983em;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  border-bottom: 1px solid #9a857f;
  padding-bottom: 12px;
  margin-bottom: 12px;
}


/********** CTA ***********/

.cta {
  background: #3BBBFD;
  background: linear-gradient(90deg, rgba(59, 187, 253, 1) 0%, rgba(59, 187, 253, 1) 35%, rgba(22, 140, 185, 1) 100%);
  text-align: center;
  color: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.cta p {
  color: #fff;
  margin: 10px 0;
}

.cta-bg-left {
  position: absolute;
  top: 0;
  left: 0;
}

.cta-bg-right {
  position: absolute;
  top: 0;
  right: 0;
}



/*************************** About Page *****************************/

.innerpage .banner-wraper {
  padding: 0;
}

.innerpage .banner-wraper img {
  border-radius: 0;
}

.banner-caption-center {
  font-size: 1.854em;
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #fff;
  text-align: center;
}

.banner-caption-center span {
  color: #ffca02;
}

.about-page-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-lft {
  width: 41%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.about-lft-lft {
  width: 63%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.about-lft-right {
  width: 34%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.about-right {
  width: 54%;
  height: auto;
}

.about .about-wel-txt {
  padding-top: 0;
  padding-bottom: 3px;
}

.about-right-subcon {
  font-size: 1.187em;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  margin: 20px 0;
  color: #212121;
  letter-spacing: 1px;
}

.about-right p {
  line-height: 1.5;
}


/*************************** Service Page *****************************/

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}


.service-box {
  flex: 1 1 calc(33.333% - 30px);
  min-width: 300px;
  max-width: 415px;
  text-align: left;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.service-box:last-child {
  margin-bottom: 0;
}

.service-box-img {
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.service-box img {
  transition: transform 0.5s ease;
}

.service-box:hover {
  transform: translateY(-10px);
}

.service-box:hover img {
  transform: scale(1.05);
}

.service-box-title {
  font-size: 1.125em;
  margin-bottom: 10px;
  color: #191919;
  transition: color 0.3s ease;
}

.service-box p {
  font-size: 0.938em;
  color: #000;
  line-height: 1.5;
}


@media (max-width: 992px) {
  .service-box {
    flex: 1 1 calc(50% - 30px);
    /* 2 columns on tablets */
  }
}

@media (max-width: 600px) {
  .service-obx {
    flex: 1 1 100%;
    /* 1 column on mobile */
  }
}

.service-bottom-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.ship-png {
  position: absolute;
  bottom: 5%;
  right: 8%;
}

.ship-line {
  position: absolute;
  bottom: 8%;
  right: 13%;
}

.flight-btm-png {
  position: absolute;
  bottom: 0;
  left: 8%;
}

.flight-line {
  position: absolute;
  bottom: 2%;
  left: 11%;
}

.service-sub-txt {
  line-height: 1.5;
  letter-spacing: 1px;
}


/*************************** Gallery Page *****************************/

.gallery .banner-wraper {
  margin: -102px 0px 0 0px;
}

.gallerypage-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.gallery-tablinks {
  cursor: pointer;
  position: relative;
  background: transparent;
  border: none;
  color: #2f2f2f;
  font-size: 1.125em;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  padding-bottom: 5px;
}

/* underline */

.gallery-tablinks::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #ffca02;
  transition: width .3s ease;
}

/* hover line */
.gallery-tablinks:hover::after {
  width: 100%;
}

/* active line */
.gallery-tablinks.tabnav-active::after {
  width: 100%;
}


.gallery-grid {
  column-count: 4;
  column-gap: 20px;
  margin-top: 50px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: 0.4s;
}

.gallery-item:hover img {
  transform: scale(1.05);
}


/*video*/
.rs-video {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.rs-video .animate-border a {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.animate-border a i {
  color: var(--text-color);
}

.rs-video .animate-border .video-vemo-icon {
  background: rgba(255, 255, 255, 0.4);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rs-video .animate-border .video-vemo-icon:before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.rs-video .animate-border .video-vemo-icon:after {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

.rs-video .animate-border .video-vemo-icon {
  background: rgba(255, 255, 255, 0.4);
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.75em;
}




/*********************************** Contact page ***********************************/

.contact .banner-wraper {
  margin: -102px 0px 0 0px;
}

.contact-details {
  display: flex;
  justify-content: space-between;
}

.contact-details-box {
  width: 33%;
  height: auto;
  background-color: #0b3c5d;
  padding: 35px 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.contact-details-box p {
  color: #fff;
  font-size: 1em;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.contact-details-icon {
  width: 40px;
  background-color: var(--primary-orange);
  height: 40px;
  border-radius: 50%;
  align-content: center;
  text-align: center;
}

.contact-details-box img,
.contact-details-boxx img {
  filter: brightness(0) invert(1);
  padding-top: 5px;
}

.contact-details-boxx {
  width: 32%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-details-location {
  width: 100%;
  height: auto;
  background:
    radial-gradient(circle at 60% 30%, rgba(255, 220, 40, .6), transparent 60%),
    linear-gradient(135deg, #1b1a00, #6b5e00);
  padding: 30px 0;
  align-content: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.contact-details-location p {
  color: #fff;
  font-size: 1em;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.view-location {
  width: 100%;
  background: linear-gradient(90deg, #6b3a00, #000);
  padding: 15px 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
  font-size: 1em;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  color: #fff;
  transition: all 0.3s ease 0s;

  &:hover {
    background-color: #07314d;
    color: #eaeaea;
  }
}

.contact-icons {
  display: flex;
  gap: 10px;
}

.contact-social-links {
  background:
    radial-gradient(circle at 70% 30%, rgba(80, 120, 200, .6), transparent 60%),
    linear-gradient(135deg, #081a2f, #1f3f72);
  border-radius: 10px;
  padding: 10px 20px;
  align-content: center;
}

.contact-social-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 2px;
}

.contact-social-links ul li {
  margin-left: 1em;
  font-size: 1.2em;
}

.contact-social-links ul li:first-child {
  margin-left: 0;
}

.contact-social-links ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
}

.contact-btn {
  padding: 15px 25px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 15px;
  background-color: var(--primary-blue);
  transition: all 0.3s ease 0s;
}

.address-box {
  background:
    radial-gradient(circle at 70% 30%, rgba(80, 120, 200, .6), transparent 60%),
    linear-gradient(135deg, #081a2f, #1f3f72);
}

.phone-box {
  background:
    radial-gradient(circle at 60% 30%, rgba(255, 150, 40, .6), transparent 60%),
    linear-gradient(135deg, #1a0c00, #5a2d00);
}

/* .email-box{
  background:linear-gradient(135deg,#4c4a00,#6b6400);
} */


/*********************************** Book Now page ***********************************/

.booknow .banner-wraper {
  margin: -102px 0px 0 0px;
}

.booknow .title-enquiry {
  text-align: center;
  margin-bottom: 15px;
}

.form-container {
  width: 78%;
  height: auto;
  margin: auto;
}

.form-container .enquiry-form-outer .user-box {
  width: 32.5%;
  margin-right: 1% !important;
}

.booknow .enquiry-form-outer .user-box:nth-child(3n) {
  margin-right: 0 !important;
}

.booknow-btn {
  text-align: center;
}

.booknow-btn button {
  padding: 10px 60px;
  background-color: var(--primary-orange);
  color: #fff;
  font-size: 1em;
  border-radius: 10px;
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.booknow-cta {
  background-color: #fef2e5;
  padding: 30px;
  margin-top: 50px;
  text-align: center;
}


.flight-slider {
  width: 80%;
  margin: 30px auto;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.flight-card {
  width: 13%;
  border-radius: 10px;
  overflow: hidden;
}


/************* scroll animation *************/

.reveal {
  opacity: 0;
  transition: all 0.8s ease-out 0.3s;
  visibility: hidden;
}

.reveal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) scale(1) rotateX(0);
}

.reveal.slide-up {
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.9s ease-out 0.4s;
  transition-delay: 0.2s;
}

.reveal.slide-up.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal.slide-right {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-out 0.3s;
}

.reveal.slide-right.active {
  opacity: 1;
  transform: translateX(0);
}

.slide-left {
  transform: translateX(-50px);
}







@media (min-width: 1023px) and (max-width: 1279px) {

  body,
  li {
    font-size: 12px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .whats-app {
    width: 40px;
    height: 40px;
    /* font-size: 1.25em; */
  }

  #plus {
    width: 40px;
    /* height: 40px; */
    font-size: 1.25em;
  }

  .navigation {
    padding: 15px 9%;
  }

  #popUp {
    width: 370px;
    padding: 2% 4% 2%;
  }

  .side-form-title {
    margin-bottom: 10px;
  }


  /* Index page */

  .nav-menus-wrapper {
    padding-top: 2%;
  }

  .logo {
    height: 107px;
    border: 1px solid #fff;
  }

  .nav-brand img {
    width: 90%;
  }

  .nav-header p {
    font-size: 1em;
  }

  .nav-menu>li>a {
    margin: 0 15px;
  }

  .banner-wraper {
    margin: 72px 0px 0 0px;
  }

  .gallery .banner-wraper,
  .contact .banner-wraper,
  .booknow .banner-wraper {
    margin: -84px 0px 0 0px;
  }

  .banner-container {
    padding: 0 8%;
  }

  .banner-form-img img {
    width: 834px;
  }

  .atol-logo {
    width: 8%;
  }

  .atol-logo img {
    width: 100%;
  }

  .banner-caption-main {
    font-size: 2em;
  }

  .banner-caption-sub {
    font-size: 1.1em;
    margin-bottom: 5px;
  }

  .banner-btn {
    padding: 10px 20px;
  }

  .google-review img {
    width: 650px;
  }

  .service-sec {
    gap: 20px;
  }

  .flight-png {
    top: -3%;
    left: 18%;
    width: 150px;
  }

  .line {
    left: -5%;
    top: -3%;
    width: 200px;
  }

  .service-btn {
    font-size: 1em;
  }

  .cta-bg-left {
    top: 10%;
    width: 320px;
  }

  .cta-bg-right {
    top: 10%;
    width: 300px;
  }

  #destination .owl-nav {
    top: -18.5%;
  }

  /* Service page */

  .service-box {
    min-width: auto;
    max-width: 295px;
  }

  .flight-line,
  .ship-line {
    z-index: -1;
  }

  /* Contact page */

  .contact-btn {
    margin-top: 0;
  }

  .enquiry-form-outer {
    padding-top: 0;
  }

  .enquiry-home {
    width: 48%;
  }

  .flight-slider {
    width: 90%;
    gap: 10px;
  }




}

@media (min-width: 1280px) and (max-width: 1359px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }

  .whats-app a i {
    font-size: 1.3em;
  }

  /* Index page */

  .navigation {
    padding: 15px 11%;
  }

  .nav-menus-wrapper {
    padding-top: 2%;
  }

  .gallery .banner-wraper,
  .contact .banner-wraper,
  .booknow .banner-wraper {
    margin: -97px 0px 0 0px;
  }

  .banner-container {
    padding: 0px 9.5%;
  }

  .banner-form-img img {
    width: 1006px;
  }

  .atol-logo {
    width: 8%;
  }

  .atol-logo img {
    width: 100%;
  }

  .google-review img {
    width: 800px;
  }

  .service-sec {
    gap: 20px;
  }

  .flight-png {
    top: -3%;
    left: 18%;
  }

  .line {
    left: -5%;
    top: -3%;
    width: 255px;
  }

  .service-btn {
    font-size: 1em;
  }

  .cta-bg-left {
    top: 10%;
    width: 350px;
  }

  .cta-bg-right {
    top: 10%;
    width: 350px;
  }

  #destination .owl-nav {
    top: -15.3%;
  }


  /* Service page */

  .flight-line,
  .ship-line {
    z-index: -1;
  }

  /* Contact Page */

  .flight-slider {
    width: 90%;
    gap: 10px;
  }


}





@media (min-width: 1360px) and (max-width: 1399px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }

  .whats-app a i {
    font-size: 1.2em;
  }



  /* Index page */

  .navigation {
    padding: 15px 13%;
  }

  .nav-menus-wrapper {
    padding-top: 2%;
  }

  .gallery .banner-wraper,
  .contact .banner-wraper,
  .booknow .banner-wraper {
    margin: -98px 0px 0 0px;
  }

  .banner-container {
    padding: 0 12%;
  }

  .banner-form-img img {
    width: 1006px;
  }

  .atol-logo {
    width: 8%;
  }

  .atol-logo img {
    width: 100%;
  }

  .google-review img {
    width: 850px;
  }

  .service-sec {
    gap: 20px;
  }

  .flight-png {
    top: -3%;
    left: 18%;
  }

  .line {
    left: -8%;
    top: -3%;
    width: 290px;
  }

  .service-btn {
    font-size: 1em;
  }

  .cta-bg-left {
    top: 10%;
    width: 350px;
  }

  .cta-bg-right {
    top: 10%;
    width: 350px;
  }

  #destination .owl-nav {
    top: -15.3%;
  }


  /* Service page */

  .flight-line,
  .ship-line {
    z-index: -1;
  }

  /* BookNow Page */

  .flight-slider {
    width: 90%;
    gap: 10px;
  }


}

@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }

  .whats-app a i {
    font-size: 1.2em;
  }



  /* Index page */

  .navigation {
    padding: 15px 12.5%;
  }

  .nav-menus-wrapper {
    padding-top: 2%;
  }

  .banner-container {
    padding: 0 11%;
  }

  .gallery .banner-wraper,
  .contact .banner-wraper,
  .booknow .banner-wraper {
    margin: -100px 0px 0 0px;
  }

  .banner-form-img img {
    width: 1058px;
  }

  .atol-logo {
    width: 8%;
  }

  .atol-logo img {
    width: 100%;
  }

  .google-review img {
    width: 870px;
  }

  .service-sec {
    gap: 20px;
  }

  .flight-png {
    top: -3%;
    left: 18%;
  }

  .line {
    left: -8%;
    top: -3%;
    width: 315px;
  }

  .service-btn {
    font-size: 1em;
  }

  .cta-bg-left {
    top: 10%;
    width: 350px;
  }

  .cta-bg-right {
    top: 10%;
    width: 350px;
  }

  #destination .owl-nav {
    top: -15%;
  }

  /* Service page */

  .flight-line,
  .ship-line {
    z-index: -1;
  }

  /* BookNow Page */

  .flight-slider {
    width: 90%;
    gap: 10px;
  }

}

@media (min-width: 1441px) and (max-width: 1599px) {

  li,
  body {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }
}

@media (min-width: 1600px) and (max-width: 1680px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }

  .whats-app a i {
    font-size: 1.2em;
  }



  /* Index page */

  .nav-menus-wrapper {
    padding-top: 2%;
  }

  .gallery .banner-wraper,
  .contact .banner-wraper,
  .booknow .banner-wraper {
    margin: -100px 0px 0 0px;
  }

  .banner-form-img img {
    width: 1102px;
  }

  .atol-logo {
    width: 8%;
  }

  .atol-logo img {
    width: 100%;
  }

  .google-review img {
    width: 980px;
  }

  .service-sec {
    gap: 20px;
  }

  .flight-png {
    left: 16%;
  }

  .line {
    left: -16%;
  }

  .service-btn {
    font-size: 1em;
  }


  #destination .owl-nav {
    top: -14.6%;
  }

  /* Service page */

  .flight-line,
  .ship-line {
    z-index: -1;
  }

  /* BookNow Page */

  .flight-slider {
    width: 90%;
    gap: 10px;
  }


}


@media (min-width: 1681px) {}




@media (max-width: 992px) {

  .header-contact {
    display: none;
  }

  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent !important;
  }

  .nav-dropdown {
    min-width: 100% !important;
  }

  .sexy-menu.detached {
    opacity: 1 !important;
    position: unset !important;
  }

  .navigation-portrait li {
    font-size: 18px !important;
  }

  .nav-brand img {
    display: flex;
    align-items: center;
  }

  .navigation-portrait .nav-brand {
    /* font-size: 18px; */
    line-height: 0 !important;
  }

  .navigation {
    padding: 0 16%;
  }

  .nav-header {
    background: transparent;
    padding: 5px 10px;
    border-radius: 10px;
    width: 100%;
  }

  .nav-header p {
    color: #394a44;
  }

  .logo {
    height: auto;
    border: none;
  }

  /* .navigation {
    background-color: #0b3c5d;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 3%;
  } */

  .hide-menu a {
    width: 25%;
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    float: left;
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #394a44;
  }

  .hide-menu a i {
    display: block;
    justify-content: center;
    /* background-color: #394a44; */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    margin: 0 auto 10px;
    font-size: 1.5em;
  }

  .hide-menu a:hover {
    color: #0e6dc1;
  }

  .desk-view {
    display: none !important;
  }

  .mob-view {
    display: block !important;
  }

  .nav-menu>li>a {
    color: #fff !important;
    text-align: left;
  }

  .nav-toggle,
  .navigation-hidden .nav-header {
    display: block !important;
  }

  .hide-menu {
    position: fixed;
    bottom: 1%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
    padding: 10px 0;
    display: block;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05), 0 -10px 25px rgba(0, 0, 0, 0.08);
    width: 95%;
    margin: auto;
    border-radius: 10px;
  }

  .hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
  }

  .sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
  }

  .sexy-menu.detached {
    position: fixed !important;
    top: 0px !important;
    /* top: inherit !important; */
    /* height: 100vh; */
    background-color: transparent !important;
    backdrop-filter: unset !important;
  }

  #button.show {
    display: none;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 2em;
    bottom: 18vh;
  }

  .whats-app a i {
    color: #fff;
    font-size: 1em;
  }

  .banner-num {
    display: none;
  }

  .banner-contact {
    padding: 0;
    background-color: transparent;
  }

  .nav-menu {
    flex-direction: column;
  }

  #popUp {
    padding: 3% 4% 3%;
  }

  .sexy-menu.detached .logo {
    /* width: 100%; */
    margin-top: 0;
  }

  .sexy-menu.detached .navigation {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .sexy-menu.detached .nav-header {
    width: 100%;
    display: none;
  }

  .top-container {
    padding: 0 8px;
  }

  /* .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open .nav-toggle {
    opacity: 0;
  } */

  .nav-menus-wrapper {
    align-items: flex-end;
  }

  .nav-menus-wrapper-close-button {
    margin: 10px 25px 0 0 !important;
  }


  /* Index Page */


  .main-wraper,
  .wraper {
    padding-top: 40px;
  }

  .atol-logo {
    width: 20%;
  }

  .atol-logo img {
    width: 100%;
  }

  .banner-wraper {
    margin: 150px 0 0 0;
    padding: 0 1%;
  }

  .home .banner-inner {
    align-items: flex-end;
  }

  .banner-caption-center {
    font-size: 1.8em;
  }

  .banner-caption-main {
    font-size: 2.5em;
    text-align: center;
  }

  .banner-caption-sub {
    display: none;
  }

  .banner-caption {
    margin-bottom: 20px;
  }

  .banner-caption-bottom {
    margin: 5px 0 15px 0;
    font-size: 1em;
  }

  .banner-caption-bottom br {
    display: none;
  }

  .banner-caption-top {
    font-size: 1.3em;
  }

  .banner-caption-top br {
    display: none;
  }

  .banner-contact-btn,
  .banner-req-btn {
    font-size: .9em;
    padding: 8px 20px;
  }

  .banner-caption-mid {
    font-size: 2em;
  }

  .google-review-wraper {
    display: none;
  }

  /* service sec */

  .service-sec {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .line,
  .flight-png {
    display: none;
  }

  .flight-png {
    left: 29%;
    top: -1%;
    width: 150px;
  }

  .service-box4 img {
    height: 249px;
  }


  /* About sec */

  .about-menu-inner {
    justify-content: center;
    width: 90%;
    flex-wrap: wrap;
    gap: 50px;
  }

  .service-box1 {
    text-align: center;
  }

  /* Destination */

  .destination-inner {
    flex-direction: column;
  }

  .destination-grid-left {
    width: 100%;
  }

  .destination-grid-right {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
    padding-top: 35px;
  }

  .menu-item {
    width: 33%;
  }


  /* CTA sec */

  .cta-bg-right {
    display: none;
  }


  /* Footer */

  .footer-bottom-icons,
  .footer-address {
    display: none;
  }

  /* .footer-bottom-container {
    padding-bottom: 80px;
  } */

  .btm-link {
    display: none;
  }

  .btm-link:nth-child(4) {
    display: block;
  }

  .footer-wraper {
    padding-top: 0px;
    margin-top: 40px;
    padding-bottom: 80px;
  }

  .footer-social-links ul li a {
    font-size: 1.5em;
  }

  .req-quote .enquire-pic {
    display: none;
  }

  .icon-f {
    display: none;
  }

  .footer-social-links::before {
    display: none;
  }

  .copy-right span {
    display: none;
  }

  .footer-bottom-container {
    padding: 0 25px;
  }

  .footer-address-container {
    justify-content: center;
    padding: 0;
  }


  /************** About Page ***************/

  .about-wraper {
    margin-top: 40px;
  }

  .about-page-inner {
    flex-direction: column;
    gap: 15px;
  }

  .about-lft {
    width: 100%;
  }

  .about-right {
    width: 100%;
    text-align: center;
  }

  .about-right-subcon {
    margin: 10px 0;
  }


  /************** Service Page ***************/

  .services-grid {
    margin-top: 15px;
    gap: 0;
    border-bottom: none;
  }

  .ship-line,
  .flight-line,
  .flight-btm-png,
  .ship-png {
    display: none;
  }

  .service-box-title,
  .service-box p {
    text-align: center;
  }


  /************** Gallery Page ***************/

  .gallery .banner-wraper {
    margin: 0;
  }

  .gallery-grid {
    column-count: 2;
    column-gap: 8px;
    margin-top: 30px;
  }

  .gallery-item {
    margin-bottom: 8px;
  }

  /************** Contact Page ***************/

  .contact .banner-wraper {
    margin: 0;
  }

  .contact-details {
    flex-direction: column;
    gap: 10px;
  }

  .contact-details-box {
    width: 100%;
  }

  .contact-details-boxx {
    width: 100%;
    gap: 8px;
  }

  .welcome-container {
    flex-direction: column;
    gap: 10px;
  }

  .enquire-pic {
    width: 100%;
  }

  .enquiry-home {
    width: 100%;
  }

  .enquiry-form-outer {
    padding-top: 0.5em;
  }

  .enquiry-form-outer .user-box {
    margin-right: 0%;
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-btn {
    margin-top: 5px;
  }

  .enquiry-home-title {
    text-align: center;
  }


  /************** BookNow Page ***************/

  .booknow .banner-wraper {
    margin: 0;
  }

  .form-container {
    width: 100%;
  }

  .booknow-cta {
    padding: 15px;
    margin-top: 30px;
  }

  .flight-slider {
    width: 95%;
    margin: 30px auto;
    column-gap: 7px;
    row-gap: 20px;
    flex-wrap: wrap;
  }

  .flight-card {
    width: 49%;
  }

  .banner-form-img {
    display: none;
  }
}




@media (max-width: 420px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  .container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  .footer-address-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 15px 0;
  }

  .footer-address:nth-child(3) {
    display: none;
  }

  .package-content {
    float: none;
    width: 100%;
    top: 60px;
  }

  .owl-controls {
    display: none;
  }

  .nav-brand img {
    /* width: 130px; */
    margin: 0 auto;
  }

  .carousel-indicators {
    display: none !important;
  }


  .side-btn {
    padding: 6px 19px;
    right: -33px;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 17px;
  }

  #popUp {
    width: 320px;
    padding: 6% 7% 5%;
    bottom: 14%;
  }

  .form-group {
    margin-bottom: 7px;
  }


  .side-form-title {
    font-size: 1.5em;
    padding-left: 10px;
  }


  /* .slide-left {
    transform: translateX(0);
  } */

  .footer-bottom-container {
    padding: 0 15px;
  }

  /* index page */

  .banner-caption-center {
    font-size: 1.6em;
  }

  .banner-caption-main {
    font-size: 2em;
  }

  .banner-btn {
    padding: 10px 15px;
  }

  .about-menu-inner {
    gap: 60px;
  }

  .destination-wraper .owl-carousel .owl-item img {
    width: 100%;
    height: 450px !important;
    object-fit: cover !important;
  }

  .service-heading {
    text-align: center;
  }

  /* BookNow */


  .form-container .enquiry-form-outer .user-box {
    width: 100%;
    margin-right: 0% !important;
  }

  .flight-slider {
    column-gap: 6px;
  }

  /* contact */

  .title-enquiry {
    font-size: 1.5em;
  }

  /* service */
  .service-box-title {
    margin-bottom: 5px;
  }


}

@media (min-width: 421px) and (max-width: 460px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .side-form-title {
    padding-left: 10px;
  }

  /* index page */

  .destination-wraper .owl-carousel .owl-item img {
    width: 100%;
    height: 550px !important;
    object-fit: cover !important;
  }

  #destination .owl-nav {
    top: -8%;
  }

  /* BookNow Page */

  .form-container .enquiry-form-outer .user-box {
    width: 100%;
    margin-right: 0% !important;
  }

}

@media (min-width: 461px) and (max-width: 560px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .side-form-title {
    padding-left: 10px;
  }


  /* BookNow Page */

  .form-container .enquiry-form-outer .user-box {
    width: 49%;
    margin-right: 1% !important;
  }

  .form-container .enquiry-form-outer .user-box:nth-child(2n) {
    margin-right: 0% !important;
  }

  .booknow .enquiry-form-outer .user-box:nth-child(3n) {
    margin-right: 1% !important;
  }

  .booknow .enquiry-form-outer .user-box:nth-child(9) {
    width: 100%;
  }

  /* Service Page */

  .services-grid {
    gap: 10px;
  }

  .service-box {
    flex: 1 1 calc(49% - 30px);
    min-width: auto;
  }

  /* Contact page */

  .enquiry-form-outer .user-box {
    margin-right: 2%;
    width: 49%;
  }

  /* Index page */

  #destination .owl-nav {
    top: -10.2%;
  }

}

@media (min-width: 561px) and (max-width: 680px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .container {
    padding-left: 3%;
    padding-right: 3%;
  }

  /* index Page */

  .atol-logo {
    width: auto;
  }

  .service-sec {
    grid-template-columns: auto auto auto;
    gap: 8px;
  }

  .service-box4 img {
    height: auto;
  }

  .flight-png {
    display: none;
  }

  .service-box1 p br {
    display: none;
  }

  .service-btn {
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 1em;
  }

  .about-menu-inner {
    column-gap: 0;
    row-gap: 30px;
  }

  .about-menu {
    padding: 50px 0;
  }

  .cta p {
    padding: 0 40px;
  }

  .cta-bg-right {
    display: block;
    right: -22%;
  }

  .cta-bg-left {
    left: -18%;
  }

  .services-grid {
    gap: 15px;
  }

  #destination .owl-nav {
    top: -8.5%;
  }

  /* Contact */

  .contact-details {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .contact-details-box {
    width: 49%;
  }

  .enquiry-form-outer .user-box {
    margin-right: 2%;
    width: 49%;
  }

  /* BookNow Page */

  .form-container .enquiry-form-outer .user-box {
    width: 49%;
    margin-right: 1% !important;
  }

  .form-container .enquiry-form-outer .user-box:nth-child(2n) {
    margin-right: 0% !important;
  }

  .booknow .enquiry-form-outer .user-box:nth-child(3n) {
    margin-right: 1% !important;
  }

  .booknow .enquiry-form-outer .user-box:nth-child(9) {
    width: 100%;
  }

  .flight-slider {
    column-gap: 11px;
  }

  .flight-card {
    width: 32%;
  }



}

@media (min-width: 681px) and (max-width: 768px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .container {
    padding-left: 3%;
    padding-right: 3%;
  }


  /* BookNow Page */

  .form-container .enquiry-form-outer .user-box {
    width: 49%;
    margin-right: 1% !important;
  }

  .form-container .enquiry-form-outer .user-box:nth-child(2n) {
    margin-right: 0% !important;
  }

  .booknow .enquiry-form-outer .user-box:nth-child(3n) {
    margin-right: 1% !important;
  }

  .booknow .enquiry-form-outer .user-box:nth-child(9) {
    width: 100%;
  }

  .flight-slider {
    column-gap: 13px;
  }

  .flight-card {
    width: 32%;
  }

  /* Contact Page */

  .contact-details {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .contact-details-box {
    width: 49%;
  }

  .enquiry-form-outer .user-box {
    margin-right: 2%;
    width: 49%;
  }

  /* gallery page */

  .gallery-grid {
    column-count: 3;
  }

  /* Service page */

  .services-grid {
    gap: 15px;
  }

  .service-box {
    margin-bottom: 10px;
  }

  /* index page */

  .atol-logo {
    width: 15%;
  }

  .service-sec {
    grid-template-columns: auto auto auto;
    gap: 10px;
  }

  .service-box4 img {
    height: auto;
  }

  .flight-png {
    display: none;
  }

  .service-box1 p br {
    display: none;
  }

  .service-btn {
    font-size: 1em;
  }

  .about-menu-inner {
    column-gap: 0;
    row-gap: 30px;
  }

  .cta-bg-left {
    left: -31%;
  }

  .cta-bg-right {
    display: block;
    right: -32%;
  }

  .cta p {
    padding: 0 10%;
  }

  #destination .owl-nav {
    top: -7.5%;
  }

}