@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: WhiteAngelica;
  src: url(../fonts/WhiteAngelica.ttf);
}

:root {
  --main-color: #20a1b2;
  --bg-color: #fee8c9;
  --white-color: #fff;
  --black-color: #000;
  --text-color: #5c2309;
  --bg-dark-color: #fdd5a5;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background: var(--bg-color);
  color: var(--text-color);
}

a {
  text-decoration: none;
}

section {
  padding: 80px 0;
}

ul {
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--main-color);
}

.text-initial {
  text-transform: initial !important;
}

.dark-bg {
  background: var(--bg-dark-color);
}

.blue-bg {
  background: #6ed6e3;
}

.navbar.nav-top {
  /* position: sticky !important; */
  border-bottom: none !important;
  color: var(--bg-dark-color);
  background: var(--text-color);
}

.nav-top .white-logo,
.color-logo {
  display: none;
}

.white-logo,
.nav-top .color-logo {
  display: block;
}

.home-banner {
  width: 100%;
  height: 120dvh;
  /* background: url(../images/home-banner.png) center; */
  background:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)),
    url("../images/home-banner.png") !important;
  background-position: center !important;
  background-size: cover;
  position: relative;
}
.home-banner h1,
.home-banner h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: var(--white-color);
  font-weight: bold;
}
.home-banner h2 {
  top: 60%;
  max-width: 800px;
  margin: 0 auto;
}
.breadcrumb_section h2 {
  top: 50% !important;
}

.navbar-brand img {
  height: 80px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9rem;
  color: var(--white-color);
  text-transform: uppercase;
  margin-left: 0.7rem;
  font-weight: 600;
}

.nav-top .navbar-nav .nav-link {
  color: var(--bg-dark-color);
}

.nav-top .nav-link:hover {
  /* background: var(--main-color); */
  color: var(--white-color);
}

.navbar-expand-lg .navbar-nav .nav-link img {
  height: 25px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--text-color) !important;
  background: var(--bg-color) !important;
}

.dropdown .nav-link i {
  margin-left: 5px;
}

a:-webkit-any-link:focus-visible {
  outline: none;
}

.dropdown .dropdown-menu {
  text-transform: uppercase;
  border: none;
  border-radius: 0 !important;
}

.navbar-toggler {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  padding: 0;
  font-size: 1.7rem;
  border: none !important;
  opacity: 1;
}

.offcanvas.offcanvas-end {
  background: var(--bg-color);
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    left: 15.5px !important;
    background-color: var(--bg-color);
    color: var(--text-color) !important;
  }
}

@media (max-width: 992px) {
  .home-banner h2 {
    top: 70%;
  }
}
@media (max-width: 1400px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 0.5rem;
    font-size: 0.8rem;
  }
}

.main-heading {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.heading-text {
  font-weight: bold;
  margin-bottom: 0;
}

.about-bg {
  height: 130svh;
  background: url(../images/about.png) center;
  background-size: cover;
  /* background-position-y: -80px; */
}

/* @media (min-width:1400px) {
  .about-bg {
    background-position-y: 0px;
  }
} */
.service-section .service-image-box {
  max-width: 100%;
  overflow: hidden;
}

.service-section-three .service-image-box {
  max-width: 100%;
}

.service-section .service-image-box img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.service-section img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.service-list li {
  margin-bottom: 10px;
}

.service-section h4 {
  margin-bottom: 1.5rem;
}

.service-right-content {
  /* padding-right: 2rem; */
}

.our-offerings {
  background: url(../images/our-offerings.png);
}

.offering-card {
  text-align: center;
  padding: 0;
}

.offering-card p {
  font-size: 0.95rem;
}

.offering-bg {
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--main-color);
  border-radius: 50%;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.offering-bg img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 4.5rem;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-slide span {
  font-weight: 500;
}

.swiper-pagination-bullet-active {
  background: var(--main-color) !important;
}

.contact-bg {
  background: url(../images/contact.jpg) no-repeat bottom center fixed;
  background-size: cover;
  height: 110dvh;
  background-attachment: fixed;
}

.contact-form textarea {
  resize: none;
}

.contact-form button,
.contact-form button:hover {
  background: var(--white-color);
}

.contact-form input,
.contact-form textarea {
  background: var(--white-color);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #f3f3f322;
  box-shadow: 0 0 10px #f3f3f322;
  padding: 1rem;
  border: none;
  width: 100%;
  margin-top: 1rem;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: none;
}

.footer-bg {
  background: var(--main-color);
  color: var(--white-color);
}

.footer-bg p {
  margin: 0;
}

.footer-bg a {
  margin-bottom: 8px;
  display: inline-block;
}

.footer-links {
  font-size: 1.2rem;
}

.footer-bg h4 {
  color: var(--bg-color);
}

.footer-bg a,
.footer-bg h5 {
  color: var(--white-color);
}

.footer-sm-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-sm-links a {
  width: 35px;
  height: 35px;
  font-size: 1.4rem;
  background: var(--white-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5c2309;
  margin-right: 10px;
}

.footer-bg img {
  width: 85%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  /* background: var(--main-color); */
  /* transition: 1s cubic-bezier(0.77, 0, 0.18, 1); */
  /* transition: 5s; */
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
  background-size: cover;
}

.overlay .overlayDoor:before {
  background: url(../images/left.png);
  background-size: cover;
  /* background-size: contain; */
}

.overlay .overlayDoor:after {
  /* background-size: cover; */
  background: url(../images/right.png);
}

.overlay .overlayDoor:before {
  left: 0;
  -webkit-transition: 2.5s;
  -o-transition: 2.5s;
  transition: 2.5s;
}

.overlay .overlayDoor:after {
  right: 0;
  -webkit-transition: 2.5s;
  -o-transition: 2.5s;
  transition: 2.5s;
}

.overlay.loaded .overlayDoor:before {
  left: -60%;
}

.overlay.loaded .overlayDoor:after {
  right: -60%;
}

.overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}

.overlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.overlay .overlayContent .skip {
  display: block;
  width: 130px;
  text-align: center;
  margin: 50px auto 0;
  cursor: pointer;
  color: #fff;
  font-family: "Nunito";
  font-weight: 700;
  padding: 12px 0;
  border: 2px solid var(--bg-color);
  border-radius: 3px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* .overlay .overlayContent .skip:hover {
    background: #ddd;
    color: #444;
    border-color: #ddd;
  } */

.loader {
  width: 128px;
  height: 128px;
  border: 3px solid var(--bg-color);
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader .inner {
  width: 64px;
  height: 64px;
  border: 3px solid transparent;
  border-top: 3px solid var(--bg-color);
  border-radius: 50%;
  -webkit-animation: spinInner 1s linear infinite;
  animation: spinInner 1s linear infinite;
}

/* Itinerary One Section  */
.itinerary-one-bg {
  background: url(../images/itinerary-one/main-banner.png);
}

.magical-oman h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1f0b16;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.about h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1f0b16;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.best-of-oman h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1f0b16;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.itinerary-one-bg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1f0b16;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 2.5rem;
}

.oman h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1f0b16;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

/* Itinerary Two Section  */
.itinerary-two-bg {
  background: url(../images/itinerary-two/main-banner.png) bottom !important;
}

.service-section-itinerary-two .col-lg-6 {
  overflow: hidden;
}

.service-section-itinerary-two .col-lg-6 img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service-section-itinerary-two .col-lg-6 img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.service-section-itinerary-two .itinerary-two-card {
  background: var(--bg-dark-color);
  width: 100%;
  height: 100%;
}

.service-section-itinerary-two img {
  width: 100%;
  /* height: 500px; */
  /* object-fit: contain; */
}

.service-section-itinerary-two h4 {
  color: var(--text-color);
}

.add-banner-section {
  background: url(../images/itinerary-two/add-banner.png) top center;
  height: 100vh;
}

/* Itinerary Three Section  */
.itinerary-three-bg {
  background: url(../images/itinerary-three/main-banner.png) !important;
}

.itinerary-three-bg h2 {
  text-transform: none;
  font-family: WhiteAngelica;
  font-size: 2.5rem;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  color: var(--text-color);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinInner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}

@keyframes spinInner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}
.experience-bg h2 {
  font-size: 22px;
}
.experience-bg {
  background: url(../images/experience/main-banner.png);
  -webkit-animation-name: backgroundloop;
  animation-name: backgroundloop;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@-webkit-keyframes backgroundloop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -170px;
  }
}

@keyframes backgroundloop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -170px;
  }
}

.experience-card {
  position: relative;
  overflow: hidden;
}

.experience-card .experience-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/experience/caed-bg.png);
  padding: 2rem;
  color: var(--white-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 20%;
}

.experience-card .experience-content p {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.experience-card:hover .experience-content {
  bottom: 0;
  height: 50%;
}

.experience-card:hover .experience-content p {
  opacity: 1;
}

.experience-card .experience-content h5 {
  color: var(--white-color);
}

.contact-page-bg {
  height: 300vh;
  background: url(../../assets/images/contact/main-banner.png) bottom center;
  background-size: cover;
}

.contact-page-bg h3 {
  font-size: 7rem !important;
  letter-spacing: -0.06em;
  margin-bottom: 0;
  text-transform: initial;
}

.contact-page-bg .contact-form {
  margin-top: 20rem;
}

.contact-form iframe {
  height: 500px;
}

.contact-info {
  padding: 2rem;
  padding-bottom: 0;
  float: left;
  color: var(--white-color);
  text-align: left;
  /* width: 50%; */
}

.contact-info h4 {
  color: var(--white-color);
  font-weight: bold;
}

.contact-info a {
  color: var(--white-color);
}

.right-contact-info {
  margin-right: 4.5rem;
  border-left: 3px solid var(--main-color);
}

.about-ineer-bg {
  background: url(../images/about/main-banner.png);
}

.about-inner-section {
  background: var(--bg-dark-color);
}

.about-inner-section .col-lg-6 {
  overflow: hidden;
}

.about-inner-img {
  width: 620px;
  overflow: hidden;
}

.about-inner-img-left {
  margin-left: auto;
}

.about-inner-img-right {
  margin-right: auto;
}

.about-inner-section img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.about-inner-section img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.about-inner-section h3 {
  font-size: 5rem;
  font-weight: bold;
  color: var(--text-color);
}

.oman-top-banner {
  /* background: url(../images/oman/main-top-banner.png) center !important; */
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/oman/main-top-banner.png") !important;
  background-position: center;
  position: sticky;
  z-index: -1;
  top: 0;

  width: 100%;
  height: 120dvh;
  background-position: center !important;
}

.oman-top-banner h1,
.best-of-oman h1 {
  font-size: 2.5rem;
  color: var(--white-color);
  text-transform: initial;
}

.oman-slider-box {
  z-index: 1;
  height: 180vh;
  background: url(../images/oman/main-bottom-banner.jpg) bottom;
  -webkit-box-shadow: -10px 0 10px #00000031;
  box-shadow: -10px 0 10px #00000031;
  background-size: cover;
}

/* .oman-swiper .swiper-slide:nth-child(2) {
  border-right: 0;
} */
.oman-swiper .swiper-slide {
  padding: 0 2rem;
  border-right: 2px solid var(--white-color);
}

.oman-swiper .swiper-slide-active {
  border-left: 2px solid var(--white-color);
}

.oman-swiper h3,
.oman-swiper p {
  color: var(--white-color);
  text-align: center;
}

/* .destination-card-left .col-lg-8,
.destination-card-right .col-lg-8{
  overflow: hidden;
} */
.destination-card-left,
.destination-card-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5rem;
}

/* .destination-card-left img,
.destination-card-right img{
  transition: .5s;
  position: relative;
  z-index: 0;
}
.destination-card-left img:hover,
.destination-card-right img:hover{
transform: scale(1.1);
} */
.destination-card-left .dark-bg {
  /* height: 180px; */
  padding: 2rem;
  margin-left: -8rem;
  -webkit-box-shadow: 20px 20px 15px #00000031;
  box-shadow: 20px 20px 15px #00000031;
}

.destination-card-left .dark-bg p,
.destination-card-right .blue-bg p {
  font-weight: 600;
  font-size: 1.1rem;
}

.destination-card-left h3,
.destination-card-right h3 {
  font-weight: 600;
  font-size: 1.5rem;
}

.destination-card-right h3 {
  color: var(--white-color);
}

.destination-card-right {
  position: relative;
}

.destination-card-right .col-lg-8 {
  margin-left: auto;
}

.destination-card-right .blue-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-15%, -50%);
  -ms-transform: translate(-15%, -50%);
  transform: translate(-15%, -50%);
  /* text-align: right; */
  left: 15%;
  /* height: 180px; */
  padding: 2rem;
  -webkit-box-shadow: -20px 20px 15px #00000031;
  box-shadow: -20px 20px 15px #00000031;
}

.tailored-card {
  padding: 2rem;
  background: #009eb0;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.tailored-card .tailored-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--text-color);
  color: var(--white-color);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  opacity: 0;
}

.tailored-card:hover .tailored-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.tailored-card h3 {
  margin-top: 1rem;
  color: var(--bg-color);
  /* font-size: 1.5rem; */
  font-size: 1.1rem;
}

/* Loader Styles start here */
.loader-wrapper {
  --line-width: 5px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  /*   transform: translate(-50%, -50%); */
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--bg-color);
  border-radius: 100%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

.loader:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--bg-color);
  border-radius: 100%;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--bg-color);
  border-radius: 100%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  /* background:red; */
  width: 51%;
  height: 100%;
  z-index: 999;
}

.loader-wrapper .loader-section.section-left {
  left: 0;
  background: url(../images/left.png) right;
  background-size: cover;
  width: 60%;
  z-index: 999;
}

.loader-wrapper .loader-section.section-right {
  right: 0;
  background: url(../images/right.png);
  background-size: cover;
  width: 60%;
  z-index: 999;
}

@media (max-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link,
  .dropdown-menu .dropdown-item {
    font-size: 1.1rem;
    color: var(--text-color);
  }

  .dropdown-menu .dropdown-item {
    font-weight: 500;
  }

  .dropdown-menu.show {
    border-top: 1px solid var(--text-color);
    border-radius: 0;
    background: transparent;
  }

  .offcanvas-header .btn-close {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
  }

  .main-heading {
    font-size: calc(1.1rem + 0.9vw);
  }

  .contact-bg,
  .about-bg {
    height: auto;
  }

  .home-banner,
  .oman-top-banner {
    height: 75vh !important;
  }

  .navbar-brand img {
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  button:focus-visible,
  button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .btn-close {
    opacity: 1;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    height: auto;
  }

  .about-inner-section img {
    height: auto;
  }

  .oman-slider-box {
    height: 130vh;
    background-size: cover;
  }
}

@media (max-width: 568px) {
  .service-section {
    text-align: center;
  }
  .home-banner h2 {
    font-size: 16px;
  }
  .home-banner h2 {
    top: 64%;
  }

  .footer-bg {
    padding-bottom: 1.5rem;
    text-align: center;
  }

  .itinerary-one-bg h1,
  .itinerary-three-bg h2 {
    font-size: 1.5rem;
  }
  .footer-sm-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-bg {
    background-size: cover;
  }

  .contact-bg,
  .about-bg {
    height: 100vh;
  }

  .service-right-content {
    padding-right: 0.9rem;
  }

  .service-section-itinerary-two img {
    height: 450px;
  }

  .about-inner-img {
    width: auto;
  }

  .service-section-itinerary-two .itinerary-two-card {
    width: 100%;
  }

  .overlay .overlayDoor:before {
    width: 80%;
    background-size: cover !important;
    background: url(../images/left-m.png) right no-repeat;
  }

  .overlay .overlayDoor:after {
    width: 80%;
    background: url(../images/right-m.png);
    background-size: cover !important;
  }

  .overlay.loaded .overlayDoor:before {
    left: -80%;
  }

  .overlay.loaded .overlayDoor:after {
    right: -80%;
  }

  .experience-card .experience-content {
    height: auto !important;
  }

  .experience-card .experience-content p {
    opacity: 1;
  }

  .contact-page-bg .contact-form {
    margin-top: 8rem;
  }

  .contact-page-bg h1 {
    font-size: calc(1.8rem + 0.9vw);
  }

  .contact-page-bg {
    height: 210vh;
  }

  .contact-info {
    padding: 0;
    text-align: center;
  }

  .right-contact-info {
    margin: 0;
    border: none;
  }

  .oman-top-banner h2 {
    font-size: 2rem;
  }

  .oman-top-banner {
    height: 100vh;
  }

  .destination-card-left .dark-bg {
    margin: 0 auto;
    width: 90%;
    margin-top: -1rem;
    height: auto;
    text-align: center;
    -webkit-box-shadow: 0 5px 20px #00000031;
    box-shadow: 0 5px 20px #00000031;
  }

  .destination-card-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .destination-card-right .blue-bg {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin: 0 auto;
    width: 90%;
    margin-top: -1rem;
    height: auto;
    text-align: center;
    -webkit-box-shadow: 0 5px 20px #00000031;
    box-shadow: 0 5px 20px #00000031;
  }

  .contact-form iframe {
    height: 660px;
  }

  .loader-wrapper .loader-section.section-left {
    left: 0;
    background: url(../images/left-m.png) right;
    background-size: cover;
    width: 80%;
    z-index: 999;
  }

  .loader-wrapper .loader-section.section-right {
    right: 0;
    background: url(../images/right-m.png) left;
    background-size: cover;
    width: 80%;
    z-index: 999;
  }

  /* .itinerary-one-bg h2{
    color: var(--bg-color);
  } */
  .itinerary-one-bg {
    background: url(../images/itinerary-one/main-mobile-banner.png) bottom;
    background-size: cover;
  }

  .contact-bg {
    background: url(../images/contact-mobile.jpg) bottom;
    /* background-attachment: fixed; */
    background-size: cover;
  }
}

@media (max-width: 500px) {
  .contact-bg {
    height: 140vh;
  }

  .contact-form-down {
    height: 37vh;
    margin-bottom: 5rem !important;
  }
}

@media (max-width: 420px) {
  /* .about-bg {
    height: 70vh;
  } */
  .about-bg {
    height: 105vh !important;
  }

  .contact-form-down {
    height: 40vh;
  }
}

@media (max-width: 380px) {
  /* .about-bg {
    height: 100vh;
  } */
  .about-bg {
    height: 146vh !important;
  }

  .contact-page-bg {
    height: 280vh;
  }

  .contact-form-down {
    height: 50vh;
  }
}

/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-200%);
  transition: all 3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(200%);
  transition: all 3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
  visibility: hidden;
  z-index: -999;
}

.loaded .loader-wrapper {
  /* display: none; */
  /* transform:translateY(-100%); */
  /* opacity: 0; */
  /* transform: scale(0); */
  transition: all 3s ease-out;
  z-index: -2;
}

#google_translate_element {
  position: fixed !important;
  bottom: 50px !important;
  right: 0.5rem !important;
  background-color: var(--main-color);
  height: 37px;
  overflow: hidden;
  z-index: 999;
  padding: 6px 10px;
  border-radius: 4px;
}

#google_translate_element .VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none !important;
}

.contact-page-body-bg {
  /* background: var(--bg-dark-color) !important; */
  background-image: url(./../images/contact/oman3.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 568px) {
  #google_translate_element {
    bottom: 15px !important;
  }
}

/* **************************************************************************************************************************************** */
/* Gallery */

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24); */
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  /* background: #ffffff; */
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/* *************************************************************************************************************************************** */
/* All Banner Section */

.azerbaijan-banner {
  height: 130svh;
  background: url(../images/holiday-packages/azerbaijan.jpg) center;
  background-size: cover;
}

.armenia-banner {
  height: 130svh;
  background: url(../images/holiday-packages/armenia.jpg) center;
  background-size: cover;
}

.finland-banner {
  height: 130svh;
  background: url(../images/holiday-packages/finland.jpg) center;
  background-size: cover;
}

.georgia-banner {
  height: 130svh;
  background: url(../images/holiday-packages/geogia.jpg) center;
  background-size: cover;
}

.kenya-banner {
  height: 130svh;
  background: url(../images/holiday-packages/kenya.jpg) center;
  background-size: cover;
}

.russia-banner {
  height: 130svh;
  background: url(../images/holiday-packages/Russia.jpg) center;
  background-size: cover;
}

.srilanka-banner {
  height: 130svh;
  background: url(../images/holiday-packages/sri\ lanka.jpg) center;
  background-size: cover;
}

.turkey-banner {
  height: 130svh;
  background: url(../images/holiday-packages/turkey.png) center;
  background-size: cover;
}

/* staycations */
.intercity-nizwa-banner {
  height: 130svh;
  /* background: url(../images/stay-cation-banner/intercity-hotel-nizwa.jpg) center; */
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/stay-cation-banner/intercity-hotel-nizwa.jpg");
  background-size: cover;
}

.jabal-akhdar-grand-hotel-banner {
  height: 130svh;
  background: url(../images/stay-cation-banner/JABAL-ALAKDHAR.jpg) center;
  background-size: cover;
}

.sama-heights-jabel-shams-banner {
  height: 130svh;
  background-position: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/stay-cation-banner/sama-height-jabal-shams.jpg);
  background-size: cover;
}

.sama-ras-al-jinz-banner {
  height: 130svh;
  background: url(../images/stay-cation-banner/SAMA-RAS-AL-JINZ.jpg) center;
  background-size: cover;
}

/* ************************************************************************************************************************************* */
/* ************************************************************************************************************************************** */
/* *********************************************form banner ************************************************************************* */

.turkey-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/bottom-form-image/turkey.jpg) bottom center;
  background-size: cover;
}

.azerbaijan-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/bottom-form-image/azerbaijan.jpg) bottom center;
  background-size: cover;
}

.armenia-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/bottom-form-image/armernia.jpg) bottom center;
  background-size: cover;
}

.russia-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/bottom-form-image/russia.jpg) bottom center;
  background-size: cover;
}

.finland-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/bottom-form-image/finland.jpg) bottom center;
  background-size: cover;
}

.georgia-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/bottom-form-image/georgia.jpg) bottom center;
  background-size: cover;
}

.kenya-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/bottom-form-image/kenya.jpg) bottom center;
  background-size: cover;
}

.srilanka-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/bottom-form-image/srilanka.jpg) bottom center;
  background-size: cover;
}

.jabal-akhdar-grand-hotel-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/bottom-form-image/jabal-akhar-grand-hotel.jpg) bottom center;
  background-size: cover;
}

.sama-ras-jinz-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/bottom-form-image/sama-ras-al-jinz.jpg) bottom center;
  background-size: cover;
}

.sama-heights-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/bottom-form-image/sama-height-jebel-shams.jpg) bottom center;
  background-size: cover;
}

.nizwa-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/bottom-form-image/intercity-nizwa.jpg) bottom center;
  background-size: cover;
}

.srilanka-table th,
.srilanka-table td {
  text-align: center;
}

/* in image content */

.service-image-box-content {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: 600;
  text-align: right;
  background: #00000085;
  font-size: 15px;
  width: 100%;
  padding: 10px;
}

.service-image-box-content span {
  background: var(--main-color);
  display: inline-block;
  padding: 10px;
}

.service-image-box-content > p {
  padding-right: 10px;
  padding-left: 10px;
}

.service-image-box-content p {
  margin-bottom: 0;
}

.service-image-box-content span p {
  font-size: 25px;
  margin-top: -6px;
}

.service-image-box-content-left {
  right: auto;
  text-align: left;
}

.service-image-box-content img {
  width: 130px !important;
  display: block;
  margin: 5px 10px;
  margin-left: auto;
}

.service-image-box-content-left img {
  margin-right: auto;
  margin-left: 10px;
}

.service-image-box-content img:hover {
  transform: scale(1);
}

/* srilanka */
table {
  --bs-table-bg: none !important;
}

/* mice page  */

.mice-card {
  aspect-ratio: unset !important;
  height: 250px;
}

.mice-gallery .service-image-box-content > p {
  padding: 0 !important;
}

.paralax-section {
  height: 60vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/mice/parallax.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
  background-attachment: fixed;
}

.mice-banner {
  height: 130svh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/mice/micebanner.png) center;
  /* background: url(../images/mice/micebanner.png) center; */
  background-size: cover;
}

.mice-form-bg {
  height: 300vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url(../images/mice/bottom\ images.jpg) bottom center;
  background-size: cover;
}

.mice-card img {
  height: 100px;
}

@media (max-width: 992px) {
  .azerbaijan-banner {
    height: 75vh;
  }

  .armenia-banner {
    height: 75vh;
  }

  .finland-banner {
    height: 75vh;
  }

  .georgia-banner {
    height: 75vh;
  }

  .kenya-banner {
    height: 75vh;
  }

  .russia-banner {
    height: 75vh;
  }

  .srilanka-banner {
    height: 75vh;
  }

  .turkey-banner {
    height: 75vh;
  }

  .intercity-nizwa-banner {
    height: 75vh;
  }

  .jabal-akhdar-grand-hotel-banner {
    height: 75vh;
  }

  .sama-heights-jabel-shams-banner {
    height: 75vh;
  }

  .sama-ras-al-jinz-banner {
    height: 75vh;
  }

  .service-image-box-content {
    font-size: 0.7rem;
  }

  .service-image-box-content-left {
    text-align: right;
    right: 0;
  }

  .service-image-box-content-left img {
    margin-left: auto;
    margin-right: 10px;
  }

  .gallery-section .service-image-box-content {
    text-align: center;
  }
}

@media (max-width: 568px) {
  .srilanka-table {
    width: 200% !important;
  }
}

.service-section .service-image-box-content {
  display: none;
}
