@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@600&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");
@import url("bootstrap.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("animate.min.css");
@import url("gallery.css");
/*-- color style --*/
/*-- font style --*/
/*-- media query --*/
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

html {
  font-size: 1rem;
}

a {
  color: #85d1db;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
}

a {
  text-decoration: none;
}
a:hover {
  color: #b3ebf2;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #000000 !important;
}

:focus::-webkit-input-placeholder {
  opacity: 0.5;
  color: #ffffff;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #ffffff;
  background-color: #85d1db;
  border-color: transparent;
  opacity: 0.5;
}

img,
span {
  transition: all 0.5s ease-out 0s;
}

.cus-input {
  border: 2px solid #85d1db;
  min-height: 52px;
}

ol {
  counter-reset: item;
}
ol li {
  display: block;
}
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #b3ebf2;
  font-size: 1.5rem;
  font-weight: bold;
}

ul li::marker {
  color: #85d1db;
}

.form-check-input {
  border: 2px solid #b3ebf2;
}
.form-check-input:checked {
  background-color: #85d1db;
  border-color: #85d1db;
}

.dropdown-container {
  position: relative;
  min-width: auto;
}
.dropdown-container .dropdown-toggle::after {
  opacity: 0;
}
.dropdown-container .dropdown-toggle {
  cursor: pointer;
  position: relative;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-weight: bold;
}
.dropdown-container .dropdown-toggle label {
  cursor: pointer;
  width: 100%;
}
.dropdown-container .dropdown-toggle:hover, .dropdown-container .dropdown-toggle:active, .dropdown-container .dropdown-toggle:focus {
  color: #b3ebf2;
}
.dropdown-container .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 10;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .dropdown-container .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.dropdown-container .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .dropdown-container .dropdown-menu ul {
    border-radius: 0rem;
  }
}
.dropdown-container .dropdown-menu a {
  text-decoration: none;
  display: block;
  padding: 5px 20px;
  font-weight: 600;
  border-bottom: 1px solid #ffffff;
  transition: all ease-in-out 0.3s;
}
.dropdown-container .dropdown-menu a:hover, .dropdown-container .dropdown-menu a:active, .dropdown-container .dropdown-menu a:focus {
  color: inherit;
}
.dropdown-container .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dropdown-container .dropdown-menu .nav-item {
  padding: 0;
}

.dropdown-menu,
.dropdown-toggle {
  position: relative;
}
.dropdown-menu::before,
.dropdown-toggle::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 5px solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin-top: -2.5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.3s;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .dropdown-menu::before,
  .dropdown-toggle::before {
    right: 20px;
  }
}

.dropdown-menu {
  z-index: 10;
  position: relative;
}
.dropdown-menu::before {
  z-index: -1;
  transform: rotate(-135deg);
  top: -4px;
  border-color: #ffffff;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  display: none;
}

.dropdown-open .dropdown-menu.dropdown-active {
  display: block;
}

.dropdown-container.dropdown-open .dropdown-toggle {
  color: #b3ebf2;
}
.dropdown-container.dropdown-open .dropdown-toggle:before {
  transform: rotate(-135deg);
}

@media screen and (max-width: 992px) {
  #navbarSupportedContent {
    background-color: #363636;
    position: absolute;
    right: 0;
    top: 88px;
    min-width: 100%;
    z-index: 9999;
    overflow-x: hidden;
    height: 320px;
  }
}
@media screen and (max-width: 992px) {
  #navbarSupportedContent .nav-item {
    padding: 0.5rem 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  #navbarSupportedContent .dropdown-active {
    position: relative;
    border: 0;
    padding: 0.5rem 1rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  #navbarSupportedContent .dropdown-active .nav-item {
    padding: 0rem 0rem;
  }
}
@media screen and (max-width: 992px) {
  #navbarSupportedContent .dropdown-toggle {
    padding: 0.5rem 1rem;
  }
}

.dropdown-open .dropdown-menu {
  min-width: 12rem;
  padding: 0 0;
}
.dropdown-open .dropdown-menu a {
  padding: 0.65rem 1rem;
}
.dropdown-open .dropdown-menu a:active, .dropdown-open .dropdown-menu a:hover {
  color: #b3ebf2;
  background-color: transparent;
  border-bottom: 1px solid #b3ebf2;
}

.type2 .nav-item .nav-link-parent {
  color: #b3ebf2;
}
.type2 .nav-item .nav-link-parent:hover {
  color: #b3ebf2;
}

.menu-main li {
  padding-left: 2.5rem;
}
.menu-main li a {
  cursor: pointer;
  position: relative;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  min-width: 120px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
}
.menu-main li a:hover {
  color: #b3ebf2;
}
.menu-main li a.active {
  color: #b3ebf2;
}

body {
  font-family: "Outfit", sans-serif;
  background-color: #ffffff;
}

h1 {
  text-align: center;
}

.theme-bg-primary {
  background-color: #b3ebf2;
}

.theme-bg-secondary {
  background-color: #85d1db;
}

.theme-bg-accent-three {
  background-color: #e5e4e6;
}

.theme-bg-light {
  background-color: #757575;
}

.theme-bg-gradient {
  background: linear-gradient(13deg, #85d1db 0%, #b3ebf2 100%);
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-dark {
  color: #000000;
}

.theme-text-primary {
  color: #b3ebf2;
}

.theme-text-secondary {
  color: #85d1db;
}

.theme-text-accent-one {
  color: #363636;
}

.theme-text-accent-two {
  color: #757575;
}

.theme-text-accent-two {
  color: #757575;
}

.theme-text-accent-three {
  color: #e5e4e6;
}

.theme-box-shadow {
  box-shadow: 0 0rem 0.8rem rgba(54, 54, 54, 0.15);
}

.theme-text-shadow {
  text-shadow: 0 0rem 0.8rem rgba(54, 54, 54, 0.15);
}

.theme-border-radius {
  border-radius: 0.625rem;
}

.theme-border-radius-top {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.theme-border-radius-bottom {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.font-small {
  font-size: 0.8rem !important;
}

.font-extra-small {
  font-size: 0.75rem !important;
}

.max-1 {
  max-width: 50rem;
  margin: auto;
}

.font-black {
  font-weight: 900;
}

.max {
  max-width: 650px;
  margin: auto;
}

.min-h58 {
  min-height: 58px;
}

.z-2 {
  z-index: 2;
}

video {
  filter: none !important;
}

.text-justify {
  text-align: justify;
}

.max-width-auto {
  max-width: auto;
}

.max-w-100 {
  max-width: 100% !important;
}

.end-1 {
  right: 1rem;
}

.man-margin {
  margin-left: 1rem;
}
@media screen and (max-width: 378px) {
  .man-margin {
    margin-left: 0rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 378px) and (max-width: 394px) {
  .man-margin {
    margin-left: 0rem;
    margin-top: 0rem;
  }
}

.txt-eft1 {
  text-shadow: 1px 4px #000000;
}

.txt-eft2 {
  text-shadow: 1px 4px #000000;
}

.txt-eft3 {
  text-shadow: 1px 4px #000000;
}

.cardeffect {
  transition: all 500ms ease-in-out;
}
.cardeffect:hover {
  transform: translateY(-10px);
  cursor: pointer;
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.text-link-effect {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.text-link-effect:before, .text-link-effect:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
  right: 0;
  bottom: 0;
  background: #b3ebf2;
}
.text-link-effect:before {
  width: 100%;
  height: 2px;
  transform: translateX(-100%);
}
.text-link-effect:after {
  width: 2px;
  height: 100%;
  transform: translateY(100%);
}
.text-link-effect > span {
  display: block;
  color: #85d1db;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}
.text-link-effect > span:before, .text-link-effect > span:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
  left: 0;
  top: 0;
  background: #b3ebf2;
}
.text-link-effect > span:before {
  width: 100%;
  height: 2px;
  transform: translateX(100%);
}
.text-link-effect > span:after {
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
}
.text-link-effect:hover:before, .text-link-effect:hover:after, .text-link-effect:hover > span:before, .text-link-effect:hover > span:after {
  transform: translate(0, 0);
}

.link-btn {
  background-color: #e5e4e6;
  color: #b3ebf2;
  border-radius: 0.625rem;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-btn:hover {
  background-color: #b3ebf2;
  color: #ffffff;
}

.button-effect {
  background-color: #85d1db;
  color: #000000;
  min-width: 75px;
  border-radius: 50%;
  border: none;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button-effect::before, .button-effect::after {
  background: #b3ebf2;
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.button-effect::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.button-effect:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: -100%;
  background: #b3ebf2;
  transition: all 0.2s;
  border-radius: 50rem;
}
.button-effect:hover {
  background: #85d1db;
  color: initial;
}
.button-effect:hover:after {
  width: 100%;
}
.button-effect:hover:before {
  top: 0;
  left: 0;
}

.owl-carousel .owl-nav {
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: #363636;
  font-size: 2rem;
  position: absolute;
  top: 40%;
  background: #ffffff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  box-shadow: 0 0rem 0.8rem rgba(54, 54, 54, 0.15);
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  line-height: 3rem;
  position: absolute;
  top: -10px;
  left: 8px;
  color: #85d1db;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #b3ebf2;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -2%;
}
@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
}
.owl-carousel .owl-nav button.owl-next {
  right: -2%;
}
@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.owl-carousel .owl-nav {
  margin: 0;
}

.highlight {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #85d1db;
}
.highlight::after, .highlight::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  position: absolute;
  background: #757575;
}
.highlight:after {
  top: 12px;
  right: 30px;
}
.highlight:before {
  top: 12px;
  left: 30px;
}

.btn-primary {
  min-height: 42px;
  max-width: 175px;
  width: 100%;
  border-radius: 0.625rem;
}

.btn-secondary {
  min-height: 42px;
  max-width: 150px;
  width: 100%;
  border-radius: 0.625rem;
  background-color: #ffffff;
  border: 2px solid #85d1db;
  color: #000000;
}
.btn-secondary:hover {
  border-color: transparent;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-button a {
  display: block;
  position: relative;
  cursor: pointer;
}
.video-button a:after {
  background-color: #ffffff;
  position: absolute;
  display: block;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  z-index: -1;
  top: 16px;
  left: 16px;
  animation: videoPulse 1.6s ease-out infinite;
  opacity: 0;
}
.video-button a i {
  background-color: #ffffff;
  border-radius: 100%;
  color: #b3ebf2;
  display: block;
  font-size: 2rem;
  line-height: 104px;
  width: 104px;
  height: 104px;
  text-align: center;
}
@keyframes videoPulse {
  0%, 35% {
    transform: scale(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(2);
  }
}

.process-card {
  cursor: pointer;
  background: rgba(179, 235, 242, 0.25);
  border-radius: 0.625rem;
  padding: 2rem;
}
.process-card .circle {
  transition: 0.5s ease-in-out;
}
.process-card:hover .circle {
  transform: translateY(-20px);
}

.sub-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  color: #000000;
  background: #e5e4e6;
  border-radius: 50px;
  padding: 4px 13px;
  margin-bottom: 12px;
}

blockquote {
  padding-left: 80px;
  position: relative;
  margin: 27px 0 28px;
  font-size: 1.5rem;
  color: #757575;
  line-height: 1.2;
  font-style: italic;
}
blockquote::before {
  content: "\f6b0";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "bootstrap-icons";
  color: #b3ebf2;
  font-size: 4rem;
  line-height: 1;
  font-style: normal;
}
blockquote cite {
  display: block;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  font-style: normal;
}
blockquote cite::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 5px;
  background: #b3ebf2;
}

.img-effect img {
  margin-left: 30px;
  transform: scale(1.5);
  transition: 0.3s ease-in-out;
}
.img-effect:hover img {
  margin-left: 0;
}

.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000;
  z-index: 10000;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-loader .loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
.page-loader #loader:before,
.page-loader #loader:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #85d1db;
}
.page-loader #loader:before {
  z-index: 100;
  animation: spin 1s infinite;
}
.page-loader #loader:after {
  border: 10px solid #b3ebf2;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.info-top {
  background-color: #ffffff;
}
.info-top .btn {
  color: #000000;
  text-decoration: none;
}
.info-top .btn i {
  color: #ffffff;
}
.info-top a {
  color: #000000;
}
.info-top a:hover {
  color: #85d1db;
}
.info-top .social a {
  color: #000000;
  font-size: 1.25rem;
  padding: 0 0.5rem;
}
.info-top .social a:last-child {
  padding-right: 0;
}
.info-top .social a:hover {
  color: #85d1db;
}

.head-wrapper {
  background: #757575;
  display: block;
  min-height: 60vh;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .head-wrapper {
    min-height: 55vh;
  }
}
.head-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.header {
  position: relative;
  width: 100%;
  z-index: 9999;
  background-color: #000000;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header .menu-main li a {
    padding: 0.75rem;
  }
}

.header-trans {
  position: absolute;
  background: transparent;
}
.header-trans.smooth {
  background-color: #000000;
}

.smooth {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  box-shadow: 0 0rem 0.8rem rgba(54, 54, 54, 0.15);
  position: fixed;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.hero-single {
  position: relative;
}
.hero-single #hero-single-slider .hero-single-items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  min-height: 90vh;
  overflow: hidden;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .hero-single #hero-single-slider .hero-single-items {
    min-height: 70vh;
  }
}
.hero-single #hero-single-slider .hero-single-items:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
  left: 0;
  top: 0;
}
.hero-single #hero-single-slider .hero-single-items .hero-con {
  position: relative;
  z-index: 9;
  max-width: 800px;
  margin: 0 auto;
}
.hero-single #hero-single-slider .hero-single-items .hero-con .heading {
  position: relative;
  color: #363636;
}
.hero-single #hero-single-slider .hero-single-items .hero-con p {
  color: #ffffff;
  margin-bottom: 2rem;
  font-weight: bold;
  position: relative;
}
.hero-single #hero-single-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}
.hero-single #hero-single-slider .owl-nav .owl-prev {
  left: 1%;
}
.hero-single #hero-single-slider .owl-nav .owl-next {
  right: 1%;
}
.hero-single #hero-single-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 1%;
}
.hero-single #hero-single-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.video-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 12rem 0;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.video-image .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-image .video-button {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
}

.promo-ban {
  position: relative;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.promo-ban .promo {
  min-height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
.promo-ban .promo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
  position: absolute;
}
.promo-ban .promo img {
  height: auto;
}
.promo-ban .promo .promo-hover {
  height: auto;
  color: #ffffff;
  padding: 0px 0px;
  margin: 0 0;
  width: 100%;
  position: absolute;
  bottom: -60px;
  left: 0;
  transition: all 0.3s ease 0s;
  min-height: 100px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.promo-ban .promo:hover .promo-hover {
  bottom: 0px;
}
.promo-ban .promo a {
  color: #000000;
  background: #85d1db;
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  font-size: 0.8rem;
}
.promo-ban .promo a:hover {
  background: #b3ebf2;
}

.travel-deal {
  position: relative;
}
.travel-deal .pack {
  height: 200px;
  min-height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
}
.travel-deal .pack:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
  position: absolute;
}
.travel-deal .pack img {
  height: auto;
}
.travel-deal .pack .promo-hover {
  height: auto;
  color: #ffffff;
  padding: 10px 15px;
  margin: 0 0;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.3s ease 0s;
  min-height: auto;
  font-weight: 600;
}
.travel-deal .link-pack {
  color: #000000;
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 270px;
}
.travel-deal .link-pack:hover {
  color: #85d1db;
}
.travel-deal p {
  color: #757575;
}
.travel-deal .rate-review {
  color: #757575;
  font-size: 0.75rem;
  margin-left: 1rem;
}
.travel-deal .price {
  color: #1c7700;
  font-size: 1.25rem;
}

.testimonials {
  position: relative;
  padding: 5rem 0;
  background-image: url(../images/section/review-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.testimonials #carouselReview {
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 0.625rem;
  padding: 2rem;
}
.testimonials .client-con {
  text-align: justify;
}
.testimonials .client-con img {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 0.625rem;
}
.testimonials .client-con .text-box {
  overflow-y: auto !important;
  font-size: 1.25rem;
}
.testimonials .avatar {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #b3ebf2;
  justify-content: center;
  align-items: center;
}
.testimonials .avatar span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}
.testimonials.no-bg {
  background-image: none;
}
.testimonials.no-bg::before {
  background-color: transparent;
}

.contact-sec {
  background-color: #e5e4e6;
  background-image: url(../images/section/consult-bg.jpg);
  padding: 6rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: auto;
  background-position: center center;
  position: relative;
}
.contact-sec::before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact-sec .contact-form {
  position: relative;
  z-index: 2;
}
.contact-sec .support-list {
  counter-reset: section;
}
.contact-sec .support-list li {
  padding: 0 0 1rem 0;
  display: flex;
  color: #363636;
  margin-bottom: 2rem;
}
.contact-sec .support-list li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  padding: 10px;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  width: 2rem;
  height: 2rem;
  line-height: 0.5rem;
  border: 2px solid #000000;
  border-radius: 50%;
  color: #000000;
  display: inline-block;
}

.partner {
  position: relative;
  padding: 3rem 0;
}
.partner .owl-carousel .owl-item img {
  margin: auto;
  width: auto;
}

.map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

.cta {
  position: relative;
  min-height: 420px;
  background-image: url(../images/section/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta-area {
  padding-bottom: 5rem;
  padding-top: 5rem;
  overflow: hidden;
}
.cta-area .video-content {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0px;
}
.cta-area .video-content .video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 500px;
  z-index: 100;
}

.footer {
  background-color: #000000;
  padding: 3rem 0px 2rem 0;
}
.footer h1,
.footer h2,
.footer h3,
.footer p {
  color: #ffffff;
}
.footer .fl-menu li {
  list-style: none;
  line-height: 34px;
}
.footer .fl-menu li a {
  color: #757575;
  position: relative;
}
.footer .fl-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0, 1);
}
.footer .fl-menu li a:hover {
  color: #85d1db;
}
.footer .fl-menu li a:hover:after {
  opacity: 1;
  transform: scale(1);
}
.footer .social a,
.footer .social .botom-link {
  color: #ffffff;
  font-size: 1.25rem;
  padding: 0 0.5rem;
}
.footer .social a:hover,
.footer .social .botom-link:hover {
  color: #85d1db;
}

.back-to-top {
  position: fixed;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  z-index: 50;
  border-radius: 50%;
  right: 5%;
  bottom: 2rem;
  text-align: center;
  padding: 0px;
  margin: 0px;
  background-color: #85d1db;
  transition: all 0.3s ease-in-out;
}
.back-to-top:hover {
  background-color: #b3ebf2;
}
.back-to-top .back-to-top a {
  text-decoration: none;
}
.back-to-top i {
  color: #000000;
  font-size: 1.8rem;
}

.whatsapp {
  background: green;
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 55;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  text-decoration: none;
}
.whatsapp:hover {
  background: #000000;
  color: green;
}
.whatsapp i {
  font-size: 36px;
  line-height: 62px;
}

.about {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.about .thumb-group {
  max-width: 625px;
  padding-top: 94%;
  margin-inline-start: -45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about .thumb-group {
    max-width: 600px;
    padding-top: 80%;
  }
}
@media screen and (max-width: 767px) {
  .about .thumb-group {
    margin-inline-start: 0;
  }
}
.about .thumb-group .group {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: inherit;
  border-radius: 0.625rem;
}
.about .thumb-group .group:hover {
  transform: scale(1.05);
  opacity: 1;
}
.about .thumb-group .thumb1 {
  width: 38%;
  top: 7.5%;
  opacity: 0.5;
}
.about .thumb-group .thumb2 {
  left: 44.8%;
  right: 44.8%;
  top: 0;
  width: 24%;
}
.about .thumb-group .thumb3 {
  left: 82.4%;
  right: 82.4%;
  top: 13.4%;
  width: 26.8%;
  z-index: 1;
  background-color: #b3ebf2;
  padding: 2rem;
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .about .thumb-group .thumb3 {
    left: 0;
    right: unset;
    top: -120px;
    width: 100%;
    padding: 0.5rem;
  }
}
.about .thumb-group .thumb4 {
  top: 23.5%;
  left: 16.8%;
  right: 16.8%;
  width: 68.8%;
}
.about .thumb-group .thumb5 {
  left: 8%;
  right: 8%;
  top: auto;
  width: 22.4%;
  bottom: 0.84%;
}
@media screen and (max-width: 767px) {
  .about .thumb-group .thumb5 {
    left: 0;
    right: 0;
  }
}
.about .thumb-group .thumb6 {
  top: auto;
  right: 0;
  left: auto;
  width: 24%;
  bottom: 0;
}
.about .thumb-group .thumb7 {
  top: 8.4%;
  left: 95.2%;
  right: 95.2%;
  width: 3.2%;
}

.features {
  position: relative;
  min-height: 600px;
  background-image: url(../images/section/features-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .features {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.features::before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.features .feature-icon {
  border-radius: 50rem;
  width: 7rem;
  height: 7rem;
  background-color: #ffffff;
  padding: 1rem;
  display: inline-flex;
  margin-bottom: 1rem;
  line-height: 1rem;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 14px #85d1db;
}

.features-no-bg {
  background-image: none;
  background: linear-gradient(325deg, rgba(179, 235, 242, 0.47) 0%, rgba(255, 255, 255, 0.4) 48%, rgba(133, 209, 219, 0.26) 100%);
}
.features-no-bg::before {
  background: none;
}

.whyus-section {
  position: relative;
  margin-bottom: 120px;
  margin-top: 120px;
  background: #85d1db;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  .whyus-section {
    margin-bottom: 80px;
  }
}
.whyus-section:before {
  background-color: #ffffff;
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .whyus-section:before {
    width: 100%;
    background-color: #e5e4e6;
  }
}
.whyus-section .bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 540px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .whyus-section .bg-img {
    min-height: 300px;
    background-position: top center;
  }
}
.whyus-section .whyus-inner {
  padding: 100px 0px 0px 65px;
}
.whyus-section .whyus-inner .title {
  color: #000000;
}
@media screen and (max-width: 992px) {
  .whyus-section .whyus-inner {
    padding: 80px 0px 0 0px;
  }
}
@media screen and (max-width: 575px) {
  .whyus-section .whyus-inner {
    padding: 30px 0px 0 0px;
  }
}
.whyus-section .whyus-inner .whyus-point-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.whyus-section .whyus-inner .whyus-point-wrap .list-points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
  width: 50%;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: #85d1db;
  border-radius: 0.625rem;
}
@media screen and (max-width: 575px) {
  .whyus-section .whyus-inner .whyus-point-wrap .list-points {
    width: 100%;
    padding: 0;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-bottom: 1rem;
  }
}
.whyus-section .whyus-inner .whyus-point-wrap .list-points:nth-child(2n+2) {
  border-right: none;
}
.whyus-section .whyus-inner .whyus-point-wrap .list-points:last-child, .whyus-section .whyus-inner .whyus-point-wrap .list-points:nth-last-child(2) {
  border-bottom: none;
}
.whyus-section .whyus-inner .whyus-point-wrap .list-points .icon {
  width: 52px;
  color: #ffffff;
}
.whyus-section .whyus-inner .whyus-point-wrap .list-points .content {
  width: calc(100% - 52px);
}
.whyus-section .whyus-inner .whyus-point-wrap .list-points .content .counter-no {
  color: #ffffff;
  display: block;
  line-height: 1.1;
  font-weight: 900;
}
.whyus-section .support-area {
  background-color: #ffffff;
  box-shadow: 0 0rem 0.8rem rgba(54, 54, 54, 0.15);
  border-radius: 0.625rem;
  display: flex;
  margin-bottom: -50px;
  align-items: center;
  padding: 1.25rem;
  width: 80%;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .whyus-section .support-area {
    display: flex;
  }
}

.breadcrumb-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/breadcrumb/breadcrumb-image.webp);
  background-position: right bottom;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
  border-radius: 0 0 25rem 0;
  overflow: hidden;
}
.breadcrumb-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.58);
  left: 0;
  top: 0;
  z-index: -1;
}
.breadcrumb-area .breadcrumb-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (max-width: 575px) {
  .breadcrumb-area .breadcrumb-content h2 {
    font-size: 3rem;
  }
}
.breadcrumb-area .breadcrumb-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}
.breadcrumb-area .breadcrumb-content ul li {
  color: #85d1db;
  display: inline-block;
  position: relative;
  margin-left: 0px;
  margin-right: 30px;
}
.breadcrumb-area .breadcrumb-content ul li::before {
  content: "\f138";
  font-family: "bootstrap-icons";
  position: absolute;
  right: -25px;
  top: 2px;
}
.breadcrumb-area .breadcrumb-content ul li:last-child::before {
  display: none;
}
.breadcrumb-area .breadcrumb-content ul li a {
  display: inline-block;
  color: #ffffff;
  transition: 0.4s;
  font-weight: 700;
}
.breadcrumb-area .breadcrumb-content ul li a:hover {
  color: #b3ebf2;
}

.content-section {
  padding: 6rem 0 4rem 0;
}
.content-section .form-section {
  padding: 6rem 0 6rem 0;
}
.content-section .map-frame {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 0.625rem;
}

.privacy .privacy-list {
  margin-left: 3rem;
}
.privacy .privacy-list li {
  line-height: 3;
  list-style: disc;
  font-size: 1.25rem;
  color: #757575;
}
.privacy .privacy-list .content-sublist li {
  list-style: circle;
}
.privacy .terms-list li {
  line-height: 3;
  list-style: decimal;
  font-size: 1.25rem;
}
.privacy .terms-list li strong {
  padding-left: 1.125rem;
}
.privacy .terms-list li a {
  color: #b3ebf2;
}

.vision-sec {
  position: relative;
  padding: 5rem 0;
  background-image: url(../images/section/review-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.vision-sec::before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(179, 235, 242, 0.9);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.flight-destination {
  position: relative;
  z-index: 0;
}
.flight-destination img {
  width: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
}
.flight-destination .pack-tag {
  font-weight: bold;
  font-size: 0.75rem;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  background: red;
  display: inline-block;
  z-index: 1;
  letter-spacing: 1px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 0.625rem;
}

.our-services {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.our-services .left {
  margin-bottom: 2rem;
}
.our-services .left-icon {
  position: relative;
  padding: 1rem;
  border-radius: 0.625rem;
  text-align: center;
}
.our-services .left-icon:hover .icon {
  transform: translateY(5px);
  transition-duration: 0.3s;
  background: #85d1db;
}
.our-services .left-icon .icon {
  background: rgba(179, 235, 242, 0.45);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
  transition-duration: 0.3s;
}
.our-services .left-icon .icon img {
  width: 50px;
  height: 50px;
}
.our-services .left-icon .text h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.our-services .left-icon .text p {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.faq-sec {
  padding: 5rem 0;
}
.faq-sec .custom-accordion .accordion-item {
  border: none;
}
.faq-sec .custom-accordion .accordion-item.faq-active {
  border: 1px solid #363636;
  border-radius: 0.625rem;
}
.faq-sec .custom-accordion .accordion-item .accordion-button {
  background-color: transparent;
  border: 0px solid transparent;
  font-size: 0.8rem;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #000000;
  border: none;
  padding: 26px 30px;
  background: #e5e4e6;
  border-radius: 0.625rem;
}
.faq-sec .custom-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #85d1db;
  background-color: transparent;
  box-shadow: none;
}
.faq-sec .custom-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.faq-sec .custom-accordion .accordion-item .accordion-body {
  padding: 0px 30px;
  padding-bottom: 25px;
}

.our-team {
  position: relative;
  padding: 6rem 0 6rem 0;
}
.our-team .team-card {
  cursor: pointer;
  position: relative;
  background-color: #e5e4e6;
  overflow: hidden;
  margin: auto;
  text-align: center;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  transition: 0.3s linear;
  z-index: 0;
  border-radius: 50rem;
}
.our-team .team-card figure {
  margin: auto;
}
.our-team .team-card figure img {
  width: 160px;
  height: 160px;
  border-radius: 50rem;
  border: 2px solid #85d1db;
}
.our-team .team-card:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(179, 235, 242, 0.75);
  transform: rotate(0deg);
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}
.our-team .team-card:hover {
  transform: translateY(-7px);
}
.our-team .team-card:hover:before {
  background: #b3ebf2;
}
.our-team .team-card:hover figure img {
  border-color: #b3ebf2;
}
.our-team .team-social a {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50rem;
  background: #000000;
  display: inline-block;
  color: #b3ebf2;
  margin-top: 1.25rem;
  font-size: 1rem;
}
.our-team .team-social a:hover {
  background: #85d1db;
  color: #ffffff;
}

.team-details .details-text {
  position: relative;
}
.team-details .details-text p {
  line-height: 30px;
}
.team-details .details-rating {
  text-align: left;
}
.team-details .details-rating .rating i {
  font-size: 1.5rem;
  display: inline-block;
  color: #85d1db;
}
.team-details .details-rating span {
  display: block;
  font-size: 1.2rem;
}
.team-details .details-widget {
  margin: 1rem 0;
}
.team-details .details-widget .team-details-info {
  text-transform: capitalize;
  color: #000000;
  display: flex;
  margin-bottom: 12px;
}
.team-details .details-widget .team-details-info span {
  flex: 0 0 auto;
}
.team-details .details-widget .team-details-info a {
  font-weight: 500;
  font-size: 18px;
  color: #363636;
}
.team-details .details-widget .team-details-info a:hover {
  color: #85d1db;
}

.skills .skill-item {
  margin-bottom: 25px;
}
.skills .skill-item:last-child {
  margin-bottom: 40px;
}
.skills .skill-item .text {
  position: relative;
  z-index: 4;
  font-size: 15px;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.skills .skill-item .text em {
  float: right;
  font-size: 15px;
  font-style: normal;
}
.skills .skill-item .skill-progress {
  position: relative;
  height: 5px;
  border-radius: 5px;
  background: #e5e4e6;
}
.skills .skill-item .skill-progress .progres {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background-color: #b3ebf2;
  transition: all 1.5s;
}

.error {
  background-color: rgba(133, 209, 219, 0.1);
  padding: 7rem 0 5rem 0;
}
.error .text {
  background-image: url(../images/section/bgtext.jpg);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 20rem;
  font-weight: 700;
  line-height: 20rem;
  text-shadow: 0 0rem 0.8rem rgba(54, 54, 54, 0.15);
}
@media screen and (max-width: 992px) {
  .error .text {
    font-size: 15rem;
  }
}
@media screen and (max-width: 575px) {
  .error .text {
    font-size: 5rem;
    line-height: 5rem;
  }
}

.coming-soon-area {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background-image: url(../images/section/coming-page-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem 0;
}
.coming-soon-area::before {
  content: "";
  z-index: -1;
  background: rgba(0, 0, 0, 0.68);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.coming-soon-area .social a,
.coming-soon-area .social .botom-link {
  color: #ffffff;
  background: transparent;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  border-radius: 50rem;
  border: 2px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.coming-soon-area .social a:hover,
.coming-soon-area .social .botom-link:hover {
  color: #b3ebf2;
  background: #000000;
}
.coming-soon-area ::-webkit-input-placeholder {
  color: #85d1db !important;
}

#timer {
  font-size: 2.5em;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
#timer div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 140px;
  height: 140px;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  border: 10px solid #85d1db;
  background: #b3ebf2;
  margin: 10px;
  position: relative;
  border-radius: 50rem;
  color: #000000;
}
@media screen and (max-width: 575px) {
  #timer div {
    min-width: 60px;
  }
}
#timer div span {
  color: #000000;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.price-sec {
  padding: 5rem 0;
}
.price-sec .wrap-top-sec {
  background: #85d1db;
  padding: 20px 20px 20px 40px;
  border-radius: 0.625rem;
}
.price-sec .price-box {
  border: 1px solid #e5e4e6;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in;
  border-radius: 0.625rem;
  padding: 2rem;
}
@media screen and (max-width: 1200px) {
  .price-sec .price-box {
    padding: 1rem;
  }
}
.price-sec .price-box:hover .price {
  color: #b3ebf2;
}
.price-sec .price-box .pricing-rate {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.price-sec .price-box .list {
  text-align: left;
  margin-top: 1rem;
}
.price-sec .price-box .list ul li {
  line-height: 2.5rem;
  color: #757575;
  font-weight: 500;
}
.price-sec .price-box .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 12px;
  background-color: #b3ebf2;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.price-sec .price-box .tag:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  border-right: 20px solid #ffffff;
  border-bottom: 15px solid #b3ebf2;
  border-top: 15px solid #b3ebf2;
}

.destination-details {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.destination-details .details-sidebar {
  background: #ffffff;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.625rem;
}
.destination-details .details-sidebar .title {
  margin-bottom: 1rem;
  position: relative;
}
.destination-details .details-sidebar .other-services li {
  border-bottom: 1px solid #e5e4e6;
}
.destination-details .details-sidebar .other-services li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.destination-details .details-sidebar .other-services li a {
  display: block;
  padding: 1rem 0;
  transition: all 0.5s ease-in-out;
  color: #000000;
}
.destination-details .details-sidebar .other-services li a:hover {
  padding-left: 10px;
  color: #85d1db;
}
.destination-details .details-sidebar .other-services li a i {
  margin-right: 5px;
  color: #b3ebf2;
}
.destination-details .assistence {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.destination-details .offer-tag {
  background-color: #b3ebf2;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 20px;
  text-align: center;
  line-height: 50px;
  border: 2px solid #85d1db;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.destination-details .offer-tag:hover {
  background-color: #85d1db;
}
.destination-details .destination-details-list {
  margin: 1rem 0;
}
.destination-details .destination-details-list li {
  padding-left: 35px;
  position: relative;
  color: #363636;
  margin-bottom: 17px;
  font-weight: 500;
}
.destination-details .destination-details-list li:before {
  position: absolute;
  content: "\f270";
  font-family: "bootstrap-icons";
  color: #b3ebf2;
  left: 0;
  top: 0;
}
.destination-details .destination-details-list li:last-child {
  margin-bottom: 0;
}

.auth-area {
  position: relative;
  padding: 8rem 0 8rem 0;
  background: linear-gradient(325deg, rgba(179, 235, 242, 0.47) 0%, rgba(255, 255, 255, 0.4) 48%, rgba(133, 209, 219, 0.26) 100%);
}
.auth-area .bg-auth {
  width: 100%;
  height: 100vh;
  display: block;
  background-image: url(../images/section/auth-area.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-app {
  list-style: none;
  display: flex;
  justify-content: center;
}
.login-app li {
  padding: 1rem 0.5rem;
}
.login-app li a {
  display: inline-block;
  background: url(../images/icons/app-icon.png) no-repeat;
  width: 60px;
  height: 60px;
}
.login-app li .fb {
  background-position: 0 0;
}
.login-app li .go {
  background-position: 0 -72px;
}

.shop-checkout {
  padding: 8rem 0 5rem 0;
  background: linear-gradient(325deg, rgba(179, 235, 242, 0.47) 0%, rgba(255, 255, 255, 0.4) 48%, rgba(133, 209, 219, 0.26) 100%);
}

.order-detail {
  border: 2px solid #85d1db;
  border-radius: 0.625rem;
  padding: 2rem;
}
.order-detail .form-pay {
  display: grid;
  grid-gap: 1em;
  gap: 1em;
}
.order-detail .form-pay .pay-radio {
  align-items: center;
  background-color: #b3ebf2;
  border-radius: 0.625rem;
  display: flex;
  padding: 1rem;
}
.order-detail .form-pay .pay-radio label {
  align-items: center;
  display: flex;
  flex: 1;
  grid-gap: 1em;
  gap: 1em;
}

.shop-cart {
  padding: 6rem 0 6rem 0;
  background: linear-gradient(325deg, rgba(179, 235, 242, 0.47) 0%, rgba(255, 255, 255, 0.4) 48%, rgba(133, 209, 219, 0.26) 100%);
}
.shop-cart img {
  width: 60%;
  border: 1px solid #e5e4e6;
  border-radius: 0.625rem;
}
@media (max-width: 575px) {
  .shop-cart img {
    width: 80%;
  }
}
.shop-cart .input-spinner .button-minus,
.shop-cart .input-spinner .button-plus {
  background-color: transparent;
  border-color: #757575;
  height: 3rem;
  width: 2.4rem;
  line-height: 2.5rem;
  border-radius: 0.625rem;
}
.shop-cart .input-spinner .button-minus:hover,
.shop-cart .input-spinner .button-plus:hover {
  background-color: #e5e4e6;
}
.shop-cart .input-spinner .form-input {
  background: 0 0;
  border: 1px solid #757575;
  height: 100%;
  min-height: 3rem;
  text-align: center;
  width: 2.5rem !important;
  padding: 0;
}
.shop-cart .price-box {
  border: 2px solid #85d1db;
  border-radius: 0.625rem;
}

.pagination {
  display: flex;
  position: relative;
  margin: auto;
}
.pagination li .page-link {
  background-color: #b3ebf2;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  font-size: 0.8rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border: none;
}
.pagination li .page-link:hover, .pagination li .page-link.active {
  background: #85d1db;
}
.pagination li .page-link:first-child {
  border-radius: 0;
  border-radius: 0.625rem;
}
.pagination li .page-link:last-child {
  border-radius: 0;
  border-radius: 0.625rem;
}
.pagination li .page-link.prev, .pagination li .page-link.next {
  font-size: 0.8rem;
  background-color: #85d1db;
  border-radius: 0.625rem;
  color: #000000;
  border-right: 0px;
}
@media screen and (max-width: 575px) {
  .pagination li .page-link.prev, .pagination li .page-link.next {
    width: 54px;
  }
}
.pagination li .page-link.prev:hover, .pagination li .page-link.next:hover {
  background-color: #b3ebf2;
}
.pagination li:last-child a {
  margin-right: 0px;
}
.pagination .disabled > .page-link,
.pagination .page-link.disabled {
  background-color: rgba(179, 235, 242, 0.5) !important;
}

.blog-list-head {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #000000;
  font-weight: bold;
  padding-bottom: 1rem;
}
.blog-list-head:after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #b3ebf2;
}

.widget-categories li :first-child {
  margin-top: 0;
}
.widget-categories li .count {
  background-color: #b3ebf2;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.widget-categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #757575;
  padding: 10px 15px;
  padding-left: 15px;
  position: relative;
  transition: all 0.2s;
}
.widget-categories li a:hover {
  background: rgba(179, 235, 242, 0.04);
  color: #85d1db;
}
.widget-categories li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.widget-categories li a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #85d1db;
  border-radius: 2px 0px 0px 2px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
  transform: translateX(-5px);
}

.tags-blog {
  list-style-type: none;
}
.tags-blog li {
  padding: 1rem 0.5rem;
  margin: 0 0;
  display: inline-block;
}
.tags-blog li a {
  color: #757575;
  border-radius: 0.625rem;
  background: #e5e4e6;
  padding: 0.5rem;
}
.tags-blog li a:hover {
  background: #85d1db;
  color: #000000;
}

.post-thumb img {
  width: 100px;
  height: auto;
  border-top-left-radius: 0;
}

.search-form {
  border: 1px solid #85d1db;
  border-radius: 0.625rem;
  padding: 0.5rem;
}
.search-form input {
  font-size: 0.8rem !important;
}
.search-form input:focus {
  box-shadow: none;
}
.search-form button {
  background-color: #b3ebf2;
  min-width: 50px;
  min-height: 50px;
  border-radius: 0.625rem !important;
}
.search-form button i {
  color: #ffffff;
}
.search-form button:hover {
  background-color: #85d1db;
}

.blog-post-social {
  border-top: 1px solid #757575;
}
.blog-post-social .post-tag-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.blog-post-social .post-tag-list li {
  font-weight: bold;
  color: #000000;
  margin: 0 8px 5px 0;
}
.blog-post-social .post-tag-list li:first-child {
  margin-right: 10px;
  border: none;
}
.blog-post-social .post-tag-list li a {
  font-size: 0.8rem;
  color: #757575;
  font-weight: normal;
  border: 1px solid #757575;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 0.625rem;
}
.blog-post-social .post-tag-list li a:hover {
  color: #85d1db;
  border-color: #b3ebf2;
}
.blog-post-social .blog-icon-list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #e5e4e6;
  padding: 10px 30px;
  border-radius: 0.625rem;
}
.blog-post-social .blog-icon-list li {
  margin-left: 1.5rem;
}
.blog-post-social .blog-icon-list li a {
  display: inline-block;
  font-size: 1rem;
  transition: 0.4s ease;
  color: #757575;
}
.blog-post-social .blog-icon-list li a i {
  padding-right: 1rem;
}
.blog-post-social .blog-icon-list li a:hover {
  color: #85d1db;
}

.blog-details-form h4 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 26px;
}
.blog-details-form form input {
  height: 50px;
  width: 100%;
  background: #ffffff;
  font-size: 1rem;
  color: #85d1db;
  padding-left: 20px;
  border-radius: 0.625rem;
  border: 1px solid #e5e4e6;
  margin-bottom: 30px;
}
.blog-details-form form textarea {
  height: 115px;
  width: 100%;
  background: #ffffff;
  font-size: 1rem;
  color: #b3ebf2;
  padding-left: 20px;
  border-radius: 0.625rem;
  padding-top: 12px;
  resize: none;
  border: 1px solid #e5e4e6;
  margin-bottom: 34px;
}

.blog-details-comment {
  padding-bottom: 10px;
}
.blog-details-comment h4 {
  color: #b3ebf2;
  font-weight: 700;
  margin-bottom: 40px;
  border-bottom: 1px solid #757575;
  padding-bottom: 15px;
  font-size: 2.5rem;
}
.blog-details-comment .comment-item {
  margin-bottom: 40px;
  overflow: hidden;
  background-color: #e5e4e6;
  border-radius: 0.625rem;
  border-top-left-radius: 0;
  padding: 1rem;
}
.blog-details-comment .comment-item.comment-item--reply {
  margin-left: 40px;
}
.blog-details-comment .comment-item-pic {
  float: left;
  margin-right: 16px;
}
.blog-details-comment .comment-item-text {
  overflow: hidden;
}
.blog-details-comment .comment-item-text span {
  font-size: 0.8rem;
  color: #757575;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-details-comment .comment-item-text h5 {
  color: #b3ebf2;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-details-comment .comment-item-text p {
  color: #757575;
  font-size: 0.8rem;
  line-height: 22px;
  margin-bottom: 25px;
}
.blog-details-comment .comment-item-text a {
  display: inline-block;
  color: #ffffff;
  background: #b3ebf2;
  padding: 6px 15px;
  letter-spacing: 2px;
  border-radius: 0.625rem;
  border-top-left-radius: 0;
  transition: all, 0.3s;
  font-size: 0.75rem;
  margin-right: 1rem;
  color: #000000;
}
.blog-details-comment .comment-item-text a:hover {
  background: #85d1db;
}

.blog-card {
  background: #ffffff;
  border: 1px solid #e5e4e6;
  padding: 1rem;
  border-radius: 0.625rem;
}
.blog-card p {
  color: #757575;
  line-height: 2.25rem;
}
.blog-card h2 {
  line-height: 2rem;
}
.blog-card a {
  font-size: 0.8rem;
}
.blog-card a .cat {
  color: #757575;
}
.blog-card a .cat i {
  color: #757575;
}
.blog-card a .cat:hover {
  color: #b3ebf2;
}
.blog-card a .cat:hover i {
  color: #b3ebf2;
}
.blog-card .post-wrap {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.blog-card .post-wrap p i {
  line-height: 2rem;
  border-right: 4px solid #b3ebf2;
  height: 100%;
  display: block;
  padding: 1rem;
  background: rgba(179, 235, 242, 0.04);
  text-align: justify;
  color: #000000;
}
.blog-card .post-wrap .post-desc {
  line-height: 2.25rem;
  text-align: justify;
  color: #000000;
}
.blog-card .post-wrap .image-caption {
  color: #757575;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}
.blog-card .post-wrap .blog-details-list ul {
  margin-bottom: 14px;
}
.blog-card .post-wrap .blog-details-list ul li {
  display: flex;
}
.blog-card .post-wrap .blog-details-list ul li span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #b3ebf2;
  text-align: center;
  line-height: 22px;
  color: #ffffff;
  font-size: 12px;
  border-radius: 50%;
  transform: translateY(7px);
  margin-right: 9px;
}
.blog-card .post-wrap .blog-details-list ul li p {
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0;
}
.blog-card .post-wrap .blog-details-list ul li:not(:last-child) {
  margin-bottom: 6px;
}
.blog-card .post-wrap .video-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.recent-post a {
  color: #000000;
}
.recent-post a:hover {
  color: #85d1db;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper > a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: 0.625rem;
}
.grid-wrapper > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-sec {
  padding: 6rem 0;
}
.gallery-sec .gallery-card {
  position: relative;
  width: 100%;
}
.gallery-sec .gallery-card figure {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 0.625rem;
}
.gallery-sec .gallery-card figure img {
  position: relative;
  display: block;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.8;
  width: -webkit-fill-available;
}
.gallery-sec .gallery-card figure .gallery-text {
  transition: transform 0.5s, opacity 0.3s;
  position: absolute;
  z-index: 99;
  bottom: 37px;
  opacity: 0;
  transform: translateX(0);
  max-width: 100%;
}
.gallery-sec .gallery-card figure .gallery-text .heading {
  color: #ffffff;
  font-size: 1.5rem;
}
.gallery-sec .gallery-card figure .gallery-text .title {
  color: #ffffff;
  font-size: 1rem;
}
.gallery-sec .gallery-card figure:hover .gallery-text {
  opacity: 1;
  transform: translateX(39px);
}
.gallery-sec .gallery-card figure .bg-overlay {
  transition: transform 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  transform: translatey(100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.5%, rgba(0, 0, 0, 0.4) 82.25%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-sec .gallery-card figure .bg-overlay i {
  color: #000000;
  font-size: 2.5rem;
}
.gallery-sec .gallery-card figure:hover .bg-overlay {
  transform: translatey(0);
}
.gallery-sec .colum5 .gallery-card figure {
  max-height: 250px;
}
.gallery-sec .colum5 .gallery-card figure .gallery-text .heading,
.gallery-sec .colum5 .gallery-card figure .gallery-text .title {
  display: none;
}

.filter-controls {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.filter-controls li {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #000000;
  background: #e5e4e6;
  cursor: pointer;
  border-radius: 0.625rem;
  transition: 0.3s all;
}
.filter-controls li:hover {
  background: #b3ebf2;
}
.filter-controls li.active {
  background: #85d1db;
}
.filter-controls li:last-child {
  margin-right: 0;
}

.product-gallery .owl-carousel {
  z-index: 0;
}
.product-gallery .owl-carousel .owl-item img {
  border-radius: 0.625rem;
}
.product-gallery .slider-for img {
  width: 100%;
  height: auto;
}
.product-gallery .gallery-thumb {
  margin-top: 1rem;
}
.product-gallery .gallery-thumb img {
  width: 19%;
  height: auto;
  padding: 1%;
  border-radius: 0.625rem;
}

.widget {
  margin-bottom: 3rem;
  background: rgba(179, 235, 242, 0.15);
  padding: 1rem;
  border-radius: 2rem;
}

.gallery-list li {
  border-bottom: 1px dashed #e5e4e6;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  color: #363636;
  font-size: 1rem;
  font-weight: 600;
  line-height: 33px;
}
.gallery-list li:last-child {
  border-bottom: none;
}
.gallery-list span {
  display: block;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
  color: #757575;
}

.holiday-search-page {
  padding: 6rem 0;
}
.holiday-search-page .filter-btn {
  border-radius: 0.625rem;
  margin-bottom: 1rem;
  color: #85d1db !important;
  border: 1px solid #85d1db;
}

.filter-sec .filter-tag {
  background-color: #85d1db;
  color: #ffffff;
  border-radius: 0.625rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
}
.filter-sec .nav-category .nav-item .nav-link {
  color: #000000;
  padding-left: 0px;
  font-weight: 500;
}
.filter-sec .nav-category .nav-item .nav-link:hover {
  color: #b3ebf2;
}

@media (min-width: 992px) {
  .offcanvas-collapse {
    background-color: transparent;
    bottom: auto !important;
    display: block;
    height: auto !important;
    left: auto !important;
    position: static;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    visibility: visible;
    width: 100% !important;
  }
}

.offcanvas.offcanvas-start {
  box-shadow: 0 0rem 0.8rem rgba(54, 54, 54, 0.15);
  border-radius: 0.625rem;
  border-right: 0;
}

.slider-area {
  display: flex;
  align-items: center;
  width: 94%;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  margin-left: 5px;
}
.slider-area-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.slider-area #skip-value-lower,
.slider-area #skip-value-upper {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-area .noUi-target {
  flex: 1;
  position: relative;
  background: #757575;
  border-radius: 50px;
}
.slider-area .noUi-target.noUi-horizontal {
  height: 10px;
}
.slider-area .noUi-target .noUi-base,
.slider-area .noUi-target .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider-area .noUi-target .noUi-connects {
  border-radius: 3px;
  overflow: hidden;
  z-index: 0;
}
.slider-area .noUi-target .noUi-connects .noUi-connect {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
  background-color: #b3ebf2;
}
.slider-area .noUi-target .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 0;
  width: 100%;
}
.slider-area .noUi-target .noUi-origin .noUi-handle {
  border-radius: 50px;
  background: #ffffff;
  cursor: default;
  background-color: #b3ebf2;
  backface-visibility: hidden;
  position: absolute;
  width: 21px;
  height: 21px;
  right: -10px;
  top: -6px;
}
.slider-area .noUi-target .noUi-origin .noUi-handle .noUi-touch-area {
  height: 100%;
  width: 100%;
  background: #85d1db;
  border: transparent;
  border-radius: 100%;
  box-shadow: 0 0rem 0.8rem rgba(54, 54, 54, 0.15);
}
.slider-area .noUi-draggable {
  cursor: ew-resize;
}

.holidays-box {
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  padding: 1rem;
  box-shadow: 0 0rem 0.8rem rgba(54, 54, 54, 0.15);
}
.holidays-box .picHeight {
  position: relative;
  border-radius: 0.625rem;
}
.holidays-box .holidays-tag {
  top: 1rem;
  left: 1rem;
  z-index: 1;
  background-color: #1c7700;
  color: #ffffff;
  border-radius: 0.625rem;
}
.holidays-box .content-box {
  padding-top: 1rem;
}
.holidays-box .content-box .link-pack {
  color: #000000;
  display: inline-block;
  padding-bottom: 1rem;
}
.holidays-box .content-box p {
  margin: 0 0 1rem 0;
  color: #757575;
  font-size: 0.8rem;
}
.holidays-box .content-box .holidays-list {
  margin: 0;
  padding: 0;
}
.holidays-box .content-box .holidays-list li {
  display: inline-block;
  margin: 5px 0px;
  width: 49%;
}
.holidays-box .content-box .holidays-list li i {
  padding-right: 10px;
  color: #1c7700;
}

.holidays-rate {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.holidays-rate .badge {
  background: #ffbe00;
  font-size: 13px;
  border-radius: 50px 50px 50px 0;
}
.holidays-rate .holidays-rate-type {
  color: #85d1db;
  font-weight: 500;
  margin: 0 5px;
}
.holidays-rate .holidays-rate-review {
  color: #757575;
  font-size: 0.75rem;
}

.tour-details {
  padding: 6rem 0;
  background: linear-gradient(325deg, rgba(179, 235, 242, 0.47) 0%, rgba(255, 255, 255, 0.4) 48%, rgba(133, 209, 219, 0.26) 100%);
}
.tour-details .owl-carousel .owl-stage-outer {
  border-radius: 0.625rem;
}
.tour-details .owl-carousel .owl-stage-outer .owl-item .item img {
  border-radius: 0.625rem;
}
.tour-details .holidays-feature-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #85d1db;
  border-radius: 0.625rem;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}
.tour-details .holidays-feature-icon i {
  color: #ffffff;
}
.tour-details .tour-heading {
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  color: #000000;
}
.tour-details .list li {
  padding-left: 0;
  margin-bottom: 15px;
  position: relative;
  color: #757575;
}
.tour-details .list li::before {
  display: none;
}
.tour-details .list li span {
  margin-right: 10px;
  color: #000000;
}
.tour-details .list-included li {
  padding-left: 24px;
  margin-bottom: 15px;
  position: relative;
}
.tour-details .list-included li:before {
  font-family: "bootstrap-icons";
  content: "\f272";
  position: absolute;
  display: inline-block;
  color: #1c7700;
  left: 0px;
}
.tour-details .list-notincluded li {
  padding-left: 24px;
  margin-bottom: 15px;
  position: relative;
}
.tour-details .list-notincluded li:before {
  font-family: "bootstrap-icons";
  content: "\f659";
  position: absolute;
  display: inline-block;
  color: rgba(236, 75, 0, 0.75);
  left: 0px;
}
.tour-details .tour-info li {
  line-height: 1.5rem;
  color: #000000;
  list-style: none;
  padding: 12px 0 12px 32px;
  margin: 0 0 0 0px;
  position: relative;
}
.tour-details .tour-info li:last-child {
  padding-bottom: 0;
}
.tour-details .tour-info li:before {
  font-family: "bootstrap-icons";
  content: "\f271";
  position: absolute;
  display: inline-block;
  color: #85d1db;
  left: 0px;
  font-size: 1.5rem;
}
.tour-details .itineraryTab .nav-link {
  color: #000000;
  border-radius: 0.625rem;
  border: 2px solid #85d1db;
  box-shadow: 0 0rem 0.8rem rgba(54, 54, 54, 0.15);
  margin-bottom: 1rem;
}
.tour-details .itineraryTab .nav-link.active {
  background-color: #b3ebf2;
}
.tour-details .holidays-location iframe {
  width: 100%;
  height: 300px;
  border-radius: 0.625rem;
  margin-top: 2rem;
}
.tour-details .review-rating-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .tour-details .review-rating-wrap {
    flex-direction: column;
  }
}
.tour-details .review-rating-wrap .rating-count {
  background: #ffffff;
  text-align: center;
  padding: 20px 20px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.tour-details .review-rating-wrap .rating-count h2 {
  font-weight: 700;
  font-size: 50px;
  color: #b3ebf2;
}
.tour-details .review-rating-wrap .rating-count p {
  margin-top: 1rem;
  margin-bottom: 0;
}
.tour-details .review-rating-wrap .rating-count .rating i {
  color: #ffbe00;
}
.tour-details .review-rating-wrap .rating-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .tour-details .review-rating-wrap .rating-range {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .tour-details .review-rating-wrap .rating-range {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.tour-details .review-rating-wrap .rating-range .rating-star i {
  color: #ffbe00;
  font-size: 14px;
}
.tour-details .review-rating-wrap .rating-range .progress {
  margin: 0px 15px;
  width: 300px;
  height: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-color: #e5e4e6;
}
@media (max-width: 767px) {
  .tour-details .review-rating-wrap .rating-range .progress {
    margin: 0px 0px;
  }
}
.tour-details .review-rating-wrap .rating-range .progress .progress-width {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  border-radius: 5px;
  background: #1c7700;
}
.tour-details .review-rating-wrap .percentage span {
  color: #757575;
}
.tour-details .review-list-card {
  background: #ffffff;
  border-radius: 5px;
  margin-top: 3rem;
}
.tour-details .review-list-card .item {
  margin-bottom: 30px;
  border-radius: 25px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.tour-details .review-list-card .item .review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tour-details .review-list-card .item .review-author img {
  width: 60px;
  border-radius: 50%;
}
.tour-details .review-list-card .item .review-author .author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tour-details .review-list-card .item .review-author .author-info span {
  font-size: 0.8rem;
  color: #757575;
}
.tour-details .review-list-card .item .review-author .author-rating i {
  color: #ffbe00;
}
.tour-details .review-list-card .item p {
  color: #757575;
  margin: 1rem 0;
}
.tour-details .review-list-card .item .reply-btn-group {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.tour-details .review-list-card .item .reply-btn-group a {
  color: #85d1db;
}
.tour-details .review-list-card .item .reply-btn-group a.active {
  color: #ec4b00;
}
.tour-details .review-list-card .item .reply-btn-group a:hover {
  color: #1c7700;
}
.tour-details .review-list-card .item .reply-btn-group .reaction {
  display: flex;
  gap: 15px;
}
.tour-details .review-list-card .item-reply {
  margin-left: 80px;
}
@media (max-width: 767px) {
  .tour-details .review-list-card .item-reply {
    margin-left: 30px;
  }
}
.tour-details .review-form {
  padding: 30px;
  border-radius: 25px;
  margin-top: 30px;
  background: rgba(133, 209, 219, 0.075);
}
.tour-details .review-form .star-rating-wrapper {
  display: inline-block;
}
.tour-details .review-form .star-rating-wrapper .star-rating {
  direction: rtl !important;
}
.tour-details .review-form .star-rating-wrapper .star-rating input {
  display: none;
}
.tour-details .review-form .star-rating-wrapper .star-rating input:checked ~ label {
  color: #ffbe00;
}
.tour-details .review-form .star-rating-wrapper .star-rating label {
  display: inline-block;
  color: #757575;
  cursor: pointer;
  font-size: 38px;
  transition: color 0.2s;
}
.tour-details .review-form .star-rating-wrapper .star-rating label:hover {
  color: #ffbe00;
}
.tour-details .review-form .star-rating-wrapper .star-rating label:hover ~ label {
  color: #ffbe00;
}
.tour-details .promo-code input {
  border-color: #b3ebf2;
  padding-left: 1rem;
  background-color: #ffffff;
  font-size: 0.8rem;
  border-radius: 0.625rem;
}
.tour-details .promo-code button {
  max-width: 100px;
  font-size: 0.8rem;
}
.tour-details .promo-card li {
  background: linear-gradient(325deg, rgba(179, 235, 242, 0.47) 0%, rgba(255, 255, 255, 0.4) 48%, rgba(133, 209, 219, 0.26) 100%);
  border-radius: 0.625rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.tour-details .promo-card li:last-child {
  margin-bottom: 0;
}
.tour-details .call-list li {
  margin: 15px 0;
}
.tour-details .call-list li i {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: #85d1db;
  color: #ffffff;
  font-size: 1.25rem;
  margin-right: 10px;
  border-radius: 0.625rem;
  text-align: center;
  display: inline-block;
}
.tour-details .call-list li a {
  font-weight: 500;
  color: #000000;
}
.tour-details .call-list li a:hover {
  color: #85d1db;
}/*# sourceMappingURL=main.css.map */