@charset "UTF-8";
/*---------------------------------------------------------------------------------
    Template Name: Vata Travel
    Version      : 1.0
    Author Name: Yiron Technologies
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins: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");
header {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
:root {
  /* --primary-color: #197abb;  
  --primary-light-color: #197abbc0;
  --primary-lighter-color: #d3ebfc;
  --primary-lightest-color: #e8f4fc;
  --bg-dark: #7aad35;
  --bg-light:#f3f6f8;
  --secondary-color: #000000;
  --secondary-light-color:#3c3c3c;
  --bg-secondry: #406cbb; */

  --white-color: #fff;
  --teal-color: #0e9384;
  --purple-color: #6938ef;
  --pink-color: #dd2590;
  --info-color: #155eef;
  --primary-font: "Poppins", sans-serif;
  --border-color: #e4ebf1;
  --booking-bg: #eeeaff;
}
/*============================
  4.base
============================*/
body {
  font-family: var(--primary-font);
  font-size: 16px;
  color: var(--secondary-light-color);
  line-height: 1.5;
  background-color: var(--primary-lightest-color);
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}
::selection {
  background: var(--primary-color);
  color: var(--white-color);
  text-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  outline: none;
}
button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button:focus {
  box-shadow: none !important;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 700;
}
ol,
ul {
  list-style: none;
  margin-block-end: 0;
  padding: 0;
}
/*============================
    37.home
============================*/
.hero-section {
  position: relative;
  /* height: 724px;
  padding-top: 114px; */
}
.hero-section .banner-sec img {
  height: 450px;
  object-fit: cover;
  /* object-position: center; */
}
.hero-section .banner-sec::after {
  content: "";
  background: radial-gradient(
    47.9% 121.75% at 50% 0%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 32.98%,
    rgba(0, 0, 0, 0.6) 100%
  );
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-section .banner-sec .owl-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}
.hero-section .banner-sec .owl-dots button {
  color: var(--white-color);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: 3px 0;
}
.hero-section .banner-sec .owl-dots button.active {
  background: var(--white-color);
  outline: 1px solid var(--white-color);
  outline-offset: 3px;
  margin: 5px 0;
}
.hero-section .banner-sec .owl-dots button.owl-prev {
  margin-bottom: 10px;
}
.hero-section .banner-sec .owl-dots button:hover {
  color: var(--primary-color);
}
.hero-section .hero-content {
  padding: 93px 0;
  text-align: center;
  position: relative;
  z-index: 99;
}
.hero-section .hero-content p {
  max-width: 720px;
  width: 100%;
}
.hero-section .hero-content .banner-content {
  max-width: 850px;
  width: 100%;
  margin-bottom: 40px;
}
.hero-section .hero-content .banner-content h1 span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.hero-section .hero-content .banner-content h1 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 16px;
  background: var(--primary-color);
  z-index: -1;
}
.banner-form .nav li {
  margin-inline-start: 20px;
  margin-inline-end: 20px;
}
.banner-form .nav li .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  border-radius: 74px;
  padding: 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-form .nav li .nav-link svg {
    fill: var(--secondary-color);
    margin-right: 14px;
    width: 26px;
}
.banner-form .nav li .nav-link.active,
.banner-form .nav li .nav-link:hover {
  color: var(--white-color);
  background: var(--primary-color);
}
.banner-form .nav li .nav-link.active svg, .banner-form .nav li .nav-link:hover svg {
    fill: var(--primary-color);
}
.banner-form .form-info {
  /* border: 1px solid #E4EBF1; */
  border-radius: 4px;
  width: 100%;
}
.banner-form .form-info .form-item {
  flex: 1;
  text-align: start;
  padding: 10px;
  border: 1px solid #e4ebf1;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-inline-end: 10px;
  border-radius: 5px;
}
.banner-form .form-info .form-item .way-icon {
  position: absolute;
  top: 50%;
  left: 0;
}
.banner-form .form-info .form-item .form-control {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  min-height: 32px;
}
.banner-form .form-info .form-item .dropdown-menu {
  max-height: fit-content;
  width: 100%;
  border: 1px solid #d3d3d3;
}
.banner-form .form-info .form-item .dropdown-menu.dropdown-xl {
  padding: 0px;
  max-height: fit-content;
  /* overflow-y: auto; */
  min-width: 620px;
  width: 100%;
  z-index: 321;
  right: -10px !important;
  left: auto !important;
  top: 8px !important;
  border: 1px solid #d3d3d3;
}
[dir="rtl"] .banner-form .form-info .form-item .dropdown-menu.dropdown-xl {
  left: -10px !important;
  right: auto !important;
}
.banner-form .form-info .form-item .dropdown-menu.hotel-dropdown {
  padding: 0px;
  max-height: fit-content;
  /* overflow-y: auto; */
  min-width: 350px;
  width: 100%;
  z-index: 321;
  right: -10px !important;
  top: 8px !important;
  border: 1px solid #d3d3d3;
}
.banner-form .info-item {
  padding: 10px 15px 15px;
  border-top: 1px solid #e7e7e7;
}
.banner-form .dropdown-menu h5 {
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 0;
  padding: 10px 15px;
}
.banner-form .info-item h6,
.banner-form .hotel-room-section h6 {
  font-size: 16px;
  line-height: 180%;
  padding: 0px;
}
.hotel-dropdown .custom-increment .input-group .input-number {
  max-width: 50px;
  min-width: 50px;
}
.banner-form .info-item .travellers-detail-item label.form-label {
  font-size: 14px;
  line-height: 180%;
}
.banner-form .travellers-detail-item .input-group {
  border: 1px solid #e7e7e7;
  justify-content: space-between;
}
.banner-form .travellers-detail-item .input-group button {
  border-radius: 0px;
  font-size: 18px;
  height: 36px;
  background-color: #e4ebf1;
  border: 1px solid #e4ebf1;
  color: var(--secondary-color);
}
.banner-form .dropdown-menu.dropdown-xl .detail-footer {
  padding: 15px;
  border-top: 1px solid #e7e7e7;
}
.banner-form .dropdown-menu .footer-hotel {
  padding: 15px;
  border-top: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-form .dropdown-menu .footer-hotel button {
  padding: 7px 20px;
  font-size: 15px;
}
.banner-form .dropdown-menu .detail-footer button {
  padding: 7px 20px;
  font-size: 15px;
}
.banner-form .dropdown-menu .add-room-button {
  padding: 15px;
  border-top: 1px solid #e7e7e7;
}
.banner-form .dropdown-menu .add-room-button .comnbtn_room {
  padding: 7px 20px;
  font-size: 15px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
}
.banner-form .dropdown-menu .add-room-button .comnbtn_room span {
  margin-right: 10px;
}
.banner-form .dropdown-menu .add-room-button .comnbtn_room.remove_rooms {
  background: red;
  border-color: red;
}
.banner-form .info-item .hotel-room-section:last-child {
  margin: 0px !important;
}
.banner-form .form-info .form-item h5 {
  display: flex;
  align-items: center;
}
.banner-form .form-info .form-item h5 label,
.banner-form .form-info .form-item h5 span {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0 5px 0px 0px;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  min-height: 32px;
  line-height: 32px;
}
.banner-form .form-info .form-item.round-drip,
.banner-form .form-info .form-item.return-drop,
.banner-form .form-info .form-item.dropoff-time,
.banner-form .form-info .form-item.pickup-airport,
.banner-form .form-info .form-item.hourly-time {
  display: none;
}
.banner-form .search-btn {
  padding: 10px 25px;
  margin-inline-start: 10px;
  position: absolute;
  bottom: -24px;
  min-width: 200px;
  height: 50px;
  font-size: 19px;
  line-height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0px;
}
.banner-form .search-btn.btn-lg {
  padding: 13px 12px;
}
.banner-form .input-search .input-group .form-control {
  border-color: #e4ebf1;
  height: 44px;
  padding-inline-start: 16px;
  font-size: 14px;
  font-weight: 400;
  border-right: 0;
}
.banner-form .input-search .input-group .input-group-text {
  background: transparent;
  border-color: #e4ebf1;
  color: var(--secondary-color);
  border-left: 0;
}
.multi-trip {
  display: none;
}
.custom-increment .input-group .input-number {
  border: 0;
  width: auto;
  text-align: center;
  color: var(--secondary-color);
  font-size: 14px;
  max-width: 70px;
  min-width: 60px;
}
.custom-increment .input-group .btn-number {
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.custom-increment .input-group .btn-number:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.benefit-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(30px);
  border-color: var(--white-color);
  box-shadow: none;
}
.benefit-card .benefit-icon {
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.benefit-card .icon-view {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 48px;
  opacity: 0;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
.benefit-card:hover {
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
}
.benefit-card:hover .icon-view {
  opacity: 1;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
.ripple-effect {
  position: relative;
}
.ripple-effect::before,
.ripple-effect::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 33px;
  height: 33px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 #eaebee;
  animation: ripple 3s infinite;
}
.ripple-effect::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple-effect::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@media (max-width: 991.98px) {
  .sub-title {
    font-size: 15px;
  }
}
.round-animate {
  animation: round 5s linear infinite;
}
@keyframes round {
  50% {
    transform: rotate(10deg);
  }
}
.floating-x {
  -webkit-animation-name: floating-x;
  animation-name: floating-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
.section-header {
  margin-bottom: 30px;
}
.floating-y {
  -webkit-animation-name: floating-y;
  animation-name: floating-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.section {
  padding: 60px 0;
}
.rating i.filled {
  color: #ffca18;
}
.destination-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.destination-item::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #141414 105.28%);
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
}
.destination-item img {
  border-radius: 10px;
}
.destination-item .destination-info {
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 15px 15px 0;
  width: 100%;
}
.destination-item .destination-content {
  padding-bottom: 20px;
}
.destination-item .destination-overlay {
  border-radius: 10px;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  display: none;
  width: calc(100% - 0px);
}
.destination-item .destination-overlay .count-info {
  padding: 14px;
}
.destination-item:hover {
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
.destination-item:hover .destination-info {
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  transform: translate(-50%, -15px);
  -webkit-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
}
.destination-item:hover .destination-content {
  padding-bottom: 0;
}
.destination-item:hover .destination-overlay {
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  display: block;
}
.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev {
  width: 44px;
  height: 44px;
  font-size: 20px;
  color: var(--secondary-color);
  background: var(--white-color);
  text-shadow: none;
  top: 0;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.nav-center .owl-nav button.owl-next:hover,
.nav-center .owl-nav button.owl-prev:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.nav-center .owl-nav button.owl-next {
  right: -20px;
}

.nav-center .owl-nav button.owl-prev {
  left: -20px;
}

.view-all .btn {
  margin-top: 16px;
}

.place-item {
  border-radius: 10px;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.place-section .place-item {
  padding: 0px;
}

.place-item .place-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}

.place-item .place-img img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.place-item .place-img .fav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.place-item .place-img .fav-item .badge {
  font-size: 13px;
  border-radius: 54px;
  font-weight: 400;
}

.place-item .place-img .fav-item .fav-icon {
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #e4ebf1;
  background: var(--white-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.place-item .place-img .fav-item .fav-icon:hover,
.place-item .place-img .fav-item .fav-icon.selected {
  color: var(--primary-color);
}

.place-item .place-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 28.82%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.place-item .place-content .date-info {
  background: #f5f8fa;
  border: 1px solid #e4ebf1;
  border-radius: 10px;
}

.place-item .place-content .date-info p {
  color: var(--secondary-color);
  font-size: 14px;
}

.place-item:hover .place-img img {
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.flight-loc .loc-name {
  background: var(--white-color);
  border: 1px solid #e4ebf1;
  border-radius: 64px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
}

.flight-loc .arrow-icon {
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 54px;
  width: 30px;
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.rotate-45 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: inline-block;
}

.rotate-135 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  display: inline-block;
}

.img-slider img,
.image-slide img {
  border-radius: 10px 10px 0 0;
}

.img-slider .owl-dots,
.image-slide .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.img-slider .owl-dots .owl-dot span,
.image-slide .owl-dots .owl-dot span {
  width: unset;
  height: unset;
}

.img-slider .owl-dots .owl-dot,
.image-slide .owl-dots .owl-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--white-color);
  margin: 0 0 15px 0;
  margin-inline-end: 4px;
}

.img-slider .owl-dots .owl-dot.active,
.image-slide .owl-dots .owl-dot.active {
  width: 9px;
  height: 9px;
  outline: 1px solid var(--white-color);
  outline-offset: 2px;
}

.img-slider.nav-center .owl-nav button,
.image-slide.nav-center .owl-nav button {
  display: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 24px;
  height: 24px;
  font-size: 12px;
}

.img-slider.nav-center .owl-nav button.owl-prev,
.image-slide.nav-center .owl-nav button.owl-prev {
  left: 16px;
}

.img-slider.nav-center .owl-nav button.owl-prev:hover,
.image-slide.nav-center .owl-nav button.owl-prev:hover {
  background: var(--primary-color);
  color: var(--white-color) !important;
}

.img-slider.nav-center .owl-nav button.owl-next,
.image-slide.nav-center .owl-nav button.owl-next {
  right: 16px;
}

.img-slider.nav-center .owl-nav button.owl-next:hover,
.image-slide.nav-center .owl-nav button.owl-next:hover {
  background: var(--primary-color);
  color: var(--white-color) !important;
}

.img-slider.nav-center .owl-nav button:hover,
.image-slide.nav-center .owl-nav button:hover {
  color: var(--white-color);
}

.img-slider.nav-center:hover .owl-nav button,
.image-slide.nav-center:hover .owl-nav button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}

.counter-wrap {
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.counter-item {
  text-align: center;
}

.place-nav .nav {
  margin-bottom: 24px;
}

.place-nav .nav li {
  margin-bottom: 16px;
  margin-inline-end: 4px;
}

.place-nav .nav li:last-child {
  margin-inline-end: 0;
}

.place-nav .nav li a {
  color: var(--secondary-color);
  border-radius: 100px;
}

.place-nav .nav li a.active,
.place-nav .nav li a:hover {
  background: none;
  color: var(--primary-color);
}

.horizontal-slide {
  overflow: hidden;
}

.horizontal-slide[data-direction="right"] {
  --_animation-direction: reverse;
}

.horizontal-slide[data-direction="left"] {
  --_animation-direction: forwards;
}

.horizontal-slide[data-speed="fast"] {
  --_animation-duration: 30s;
}

.horizontal-slide[data-speed="slow"] {
  --_animation-duration: 120s;
}

.horizontal-slide .slide-list {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 60s)
    var(--_animation-direction, forwards) linear infinite;
}

.horizontal-slide .slide-list:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.support-section {
  padding: 20px 0;
}

.support-item {
  position: relative;
  margin-inline-end: 20px;
  padding-inline-end: 44px;
}

.support-item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  background: url("../img/icons/star-icon.svg");
  width: 24px;
  height: 24px;
}

.support-item h5 {
  white-space: nowrap;
  color: var(--white-color);
}

.expert-item {
  border: 1px solid var(--white-color);
  border-radius: 10px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
}

.expert-item .expert-img {
  text-align: center;
  margin: 4px 4px 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  display: block;
}

.expert-item .expert-img img {
  width: auto;
  height: 190px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  object-fit: cover;
}

.expert-item .expert-img .circle-shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 149px;
  height: 149px;
  border-radius: 50%;
  margin-top: -40px;
  z-index: 1;
}

.expert-item .expert-content {
  padding: 20px;
}

.expert-item .expert-content p {
  font-size: 14px;
}

.expert-item .expert-content img {
  width: auto;
  height: auto;
}

.client-img {
  text-align: center;
}

.client-img img {
  width: auto !important;
  height: auto;
  margin: 0 auto;
}

.video-wrap {
  width: 100%;
  height: 400px;
  position: relative;
  background: url("../img/video.jpg") top center no-repeat;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  background-attachment: fixed;
}

.video-wrap .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--white-color);
  color: var(--secondary-light-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  z-index: 2;
}

.video-wrap .video-effect {
  position: relative;
  z-index: 3;
}

.video-wrap .video-effect::before,
.video-wrap .video-effect::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  animation: ripple 3s infinite;
}

.video-wrap .video-effect::before {
  animation-delay: 0.9s;
}

.video-wrap .video-effect::after {
  animation-delay: 0.6s;
}

.video-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  100% {
    box-shadow: 0 0 20px 50px rgba(255, 255, 255, 0);
  }
}

.testimonial-section {
  background: #f3f6f9;
  position: relative;
}

.testimonial-section .testimonial-bg {
  position: absolute;
  top: 6%;
  right: 5%;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 5s;
  -moz-transition-duration: 5s;
  -webkit-animation-name: grow;
  -webkit-animation-duration: 9s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: grow;
  -moz-animation-duration: 9s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}

.testimonial-slider.owl-carousel .owl-nav {
  text-align: center;
  margin-top: 16px;
}

.testimonial-slider.owl-carousel .owl-nav .owl-next {
  margin-inline-start: 16px;
}

@-webkit-keyframes grow {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(1);
  }
}

/* .update-sec {
  background: #6b9371;
  border-radius: 10px;
} */

.blog-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.what-to-read-next{
  padding-top: 60px;
}
.blog-item .blog-img {
  position: relative;
  display: block;
  z-index: 1;
}

.blog-item .blog-img::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #141414 105.28%);
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  z-index: 2;
}

.blog-item .blog-img img {
  border-radius: 10px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.blog-item .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.blog-item .blog-info {
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 20px;
  width: 100%;
  z-index: 2;
}

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

.blog-item .blog-info a:hover {
  color: var(--primary-color);
}

.blog-item .blog-info h5 a {
  color: var(--white-color);
}

.blog-item .blog-info h5 a:hover {
  color: var(--primary-color);
}

.blog-item h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-item:hover .blog-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.overlay-circle-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--white-color);
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  opacity: 0;
  z-index: 2;
}

.overlay-circle-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.destination-item:hover .overlay-circle-link {
  opacity: 1;
}
/*# custom css */
.hero-content.slider-text {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.hero-content.slider-text::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9;
}

.banner-content {
  position: relative;
  z-index: 99;
}

.hero-section .hero-content {
  /* top: 190px; */
  padding: 0;
}

.hero-section .banner-sec::after {
  background: transparent;
  display: none;
}

.banner-form .normal-trip .d-lg-flex {
  align-items: center;
}

.banner-form .normal-trip .d-lg-flex button.btn.btn-primary.search-btn.rounded {
  padding: 6px 16px;
}

.owl-carousel.destination-slider .owl-item .destination-item img {
  height: 100%;
  object-fit: cover;
}

.owl-carousel.destination-slider .owl-item .destination-item {
  height: 440px;
}

.navbar-logo img.logo {
  width: auto;
  height: 60px;
  object-fit: contain;
}

.fixed .navbar-logo img.logo {
  height: 50px;
  z-index: 999;
}

.client-section .owl-stage {
  display: flex;
  align-items: center;
}

.offer_section .offer_inner div#nav-tabContent .offer_box {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.update-sec .sub-newltr-msg.alert-danger {
  margin: auto;
  color: red;
  max-width: 100%;
  bottom: 0px;
  position: relative;
  width: 100%;
  background: none;
  padding: 10px 0px 0px;
}

.client-section .owl-stage .client-img {
  border: 1px solid #ddd;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.client-section .owl-stage .client-img img {
  object-fit: contain;
  width: 95% !important;
  height: 90%;
}

.benefit-section .row.g-4 {
  justify-content: center;
}

/* .place-section .tab-content {
  display: flex;
  justify-content: center;
} */
.place-section .tab-content .owl-stage {
  margin: auto;
}

.offer_inner .card {
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.offer_inner nav .nav button.active,
.offer_inner nav .nav button:hover {
  border-radius: 100px;
  border: none;
  color: var(--primary-color);
  background: #fff;
}

.offer_inner nav .nav button {
  /* width: 16%; */
  color: var(--secondary-color);
  font-weight: 500;
  padding: 8px 0;
}

.offer_box {
  display: flex;
}

.offer_box_left {
  width: 35%;
}

.offer_box_left img {
  width: 100%;
  object-fit: cover;
}
.offer-vita-new .offer_box_right {
  text-align: start;
  width: 65%;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  border-radius: 0px 5px 5px 0px;
}
.offer-vita-new .owl-nav button.owl-next,
.offer-vita-new .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 40px;
}
.offer_box_right button {
  font-size: 13px;
  border-radius: 55px;
  padding: 7px 12px;
  margin-inline-end: 12px;
  background-color: var(--primary-light-color);
  border: none;
  color: var(--secondary-color);
}

.offer_box_right button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.offer_boxes .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  inset-inline-end: 0px;
  transform: translate(0, -50%);
}

.offer_box .offer_box_left img {
  height: 160px;
  object-fit: cover;
}

.offer_box_right h3.promo_code {
  margin-bottom: 10px;
}
.agree_trms_sec .form-check {
  padding: 0px;
}

.theiaStickySidebar {
  position: sticky !important;
  top: 0;
}
.search-btn::after {
  content: "Search";
}
.search-result-page .search-btn::after {
  content: "Update Search";
}
.fa-solid.fa-right-left.fa-up-down {
  transform: rotate(90deg);
}

.be-grey {
  background: var(--bg-light);
}
.tabs_main_section nav .nav {
  background: #f4f4f4;
  border: none;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  padding: 3px;
}
.tabs_main_section nav .nav button {
  width: 24%;
  color: var(--secondary-color);
  font-weight: 500;
  padding: 8px 0;
}
.tabs_main_section nav .nav button.active,
.tabs_main_section nav .nav button:hover {
  border-radius: 100px;
  border: none;
  color: var(--primary-light-color);
  background: #fff;
}

.start_rting i.fa-solid.fa-star {
  color: #ffca18;
}
a.link_btn {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 0.9rem;
}
.detail-page-slider .item img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.container.insize.detail-page-slider {
  max-width: inherit;
  padding: 0;
}
.detail-page-slider .owl-dots {
  bottom: 0;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--primary-color);
}
.card.holiday_side_dtl_crd .custom-increment .input-group .btn-number {
  width: 22px;
  height: 22px;
  padding: 0;
}
.card.holiday_side_dtl_crd .custom-increment .input-group .btn-number span {
  height: 17px;
}
.display-hotel-city {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.breadcrumb-bar.inner-banner::before {
  display: none;
}
.inner-banner h2.breadcrumb-title.mb-2 {
  color: #000;
}
.st0 {
  fill: var(--primary-color);
}
.st1 {
  fill: var(--primary-light-color);
}
.about-bg {
  top: 30%;
  position: absolute;
  z-index: 0;
  left: 0px;
  width: 100%;
}
.about-section .counter-wrap {
  z-index: 321;
  position: relative;
}
section.section.destination-section {
  background: #fff;
}
.offer_boxes .owl-dots {
  display: none;
}
.flight_list_botm_section {
  background: var(--primary-lightest-color);
  position: fixed;
  bottom: 0;
  z-index: 999;
  align-items: center;
  left: 0px;
  width: 100%;
  padding: 10px 0px;
  box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.2);
}
.flight_list_botm-rght h6 {
  font-size: 0.8rem;
  text-align: center;
}
.service-wrap.hotl_dtl_slidr
  .owl-carousel
  .owl-stage-outer
  .service-img
  img.img-fluid {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.service-wrap.hotl_dtl_slidr .owl-stage .owl-item img.img-fluid {
  height: 80px;
  object-fit: cover;
}
.login_sign_forgt .register-box-msg.alert-danger {
  margin-bottom: 10px;
  text-align: center;
  background: red;
  color: #fff;
}
.login_sign_forgt .register-box-msg.alert-danger p {
  margin: 0;
}
.hotl_dtl_main .policy-wrap {
  background: #fff;
}
.hotl_dtl_main .col-xl-4.theiaStickySidebar {
  margin-top: 78px;
}
.hotl_booking_top_sec_in {
  display: flex;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.hotl_booking_top_sec_in_right {
  width: 70%;
  padding: 15px;
  border-radius: 5px;
}
.hotl_booking_top_sec_in_left {
  overflow: hidden;
  width: 30%;
}
.hotl_booking_top_sec_in_right .place-content {
  padding-inline-start: 0;
  padding-bottom: 0;
}
.htl_dtl_book_str {
  position: absolute;
  right: 0;
  top: 18px;
}
.hotl_booking_top_sec_in_left img.lazy.h-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.voucher_eml_tp {
  margin-top: 70px;
  padding: 20px;
  text-align: start;
  background: #fff;
}
.voucher_eml_tp form .row {
  margin: 0;
}
.voucher_eml_tp form .row label.wdt34 {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.voucher_eml_tp form {
  padding-inline-end: 130px;
  position: relative;
}
.voucher_eml_tp form button.btn.btn-primary {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.prsnl_adult_form.prsnl_adult_form_lst select#after_country_code {
  border-color: #e4ebf1;
  color: var(--secondary-color);
  background-color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 4px;
  padding: 0.5rem 0.625rem;
  min-height: 40px;
  transition: all 0.5s;
}
.content.flight_booking_main.holiday_booking_main .dtl_air_india {
  margin-inline-start: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.content.flight_booking_main.holiday_booking_main .dtl_air_india h2 {
  font-size: 1rem;
  font-weight: 400;
}
.content.flight_booking_main.holiday_booking_main .dtl_air_india {
  border-top: 1px solid var(--border-color);
  padding-top: 10px;
}
.content.flight_booking_main.holiday_booking_main .dtl_air_india h3 {
  font-size: 1rem;
}
.hotl_dtl_main .theiaStickySidebar .card.shadow-none {
  margin-bottom: 0;
}
.hotl_dtl_main .theiaStickySidebar .card.shadow-none .card-body {
  padding-bottom: 0;
}
.content.hotl_dtl_main .row {
  align-items: self-start;
}
.container.search-result-page {
  padding-bottom: 40px;
}
.content.holiday_dtyl_cntent .row {
  align-items: flex-start;
}
.place-section .nav-center .owl-nav button.owl-next,
.place-section .nav-center .owl-nav button.owl-prev {
  background: var(--bg-dark);
  color: var(--white-color);
}
#loader-wrapper2 {
  display: flex;
  position: fixed;
  background: #8a8a8bc2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
#loader-wrapper2 img {
  max-width: 70px;
}
.place-item .place-img .hotl_booking_top_sec_in_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 0px 0px 5px;
}
.card.traveler_detail.hotl_dtl_contct_dtl .tabs_main_section #nav-tabContent {
  display: flex;
  justify-content: space-between;
}
.card.traveler_detail.hotl_dtl_contct_dtl
  .tabs_main_section
  #nav-tabContent
  #nav-profile,
.card.traveler_detail.hotl_dtl_contct_dtl
  .tabs_main_section
  #nav-tabContent
  #nav-contact {
  width: 40%;
}
.content.flight_booking_main .row {
  align-items: flex-start;
}
.custom-increment_in_box {
  display: flex;
  margin-bottom: 10px;
}
.content.flight_booking_main .place-item {
  box-shadow: none;
}
.increment_in_box {
  width: 50%;
}
button.btn.btn-primary.rmv_btn {
  background: #b70000;
  border-color: #b70000;
}
button.btn.btn-primary.rmv_btn:hover {
  background: #000;
  border-color: #000;
}
.articleText {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.articleText.expanded {
  -webkit-line-clamp: unset !important;
}
a.learn_more_btn {
  color: var(--primary-color);
}
.day_sticky {
  position: sticky;
  top: 80px;
  background: #fff;
  padding: 15px 10px;
  z-index: 123;
  font-size: 1.4rem;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  border-bottom: 1px solid var(--primary-light-color);
}
.day_main_h {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}
.myop_dtl_top_titl.newClass {
  position: fixed;
  top: 0;
  background: var(--primary-lightest-color);
  z-index: 325;
  width: 966px;
  padding-top: 10px;
}
.article_contnt {
  position: relative;
}
span.day_section {
  background: var(--bg-dark);
  border-radius: 100px;
  color: #fff;
  padding: 4px 13px;
  font-size: 15px;
}
i.fa-eye {
  color: var(--primary-color);
}
.lblbk_book {
  color: var(--secondary-color);
  display: table;
  font-size: 14px;
  overflow: hidden;
  padding: 20px 10px 0 0;
  text-align: start;
  float: left;
}
.fuldate_book {
  display: block;
  height: 64px;
  overflow: hidden;
  text-align: start;
}
.lblbk_book .fa {
  font-size: 20px;
  padding: 0 5px 0 0;
  color: #0b2447;
}
.bigdate_book {
  color: var(--secondary-color);
  display: table-cell;
  font-size: 40px;
  font-weight: 700;
  margin-inline-end: 8px;
  padding: 0 10px;
  vertical-align: middle;
}
.biginre_book {
  color: var(--secondary-color);
  display: table-cell;
  font-size: 14px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.sckint {
  display: flex;
  justify-content: space-between;
  max-width: 440px;
}
.agree_trms_sec input {
  border: 1px solid #a7a7a7;
}
.banner-form .myop_serch_section .form-info {
  align-items: center;
}
footer .avatar.avatar-lg i.ti {
  color: #fff !important;
}
.payment_option_box img {
  max-width: 80px;
}
.itenary_day_inner_box .place-item .place-img img {
  border-radius: 10px 0 0 10px;
}
.place-content form {
  margin: 0;
}
/*# custom css */
.error-box {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: start;
  width: 100%;
}
/*--STyle-10-06-2025--*/
.hero-form .banner-form .card-header {
  border: none;
  padding: 0px;
  justify-content: center;
  display: flex;
}
.hero-form .banner-form .card-header ul.nav {
  background: var(--white-color);
  border-radius: 10px;
  padding: 12px;
  position: relative;
  top: 20px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
}
.hero-form .banner-form .card-header ul.nav li a.nav-link {
  font-size: 1rem;
}
.hero-form .banner-form .card-header ul.nav li a.nav-link.active,
.hero-form .banner-form .card-header ul.nav li a.nav-link:hover {
  background: none;
  color: var(--primary-color);
}
.hero-form .banner-form .card-header ul.nav li a.nav-link i {
  font-size: 1.2rem;
}
.banner-content .display-5,
.banner-content h6 {
  color: var(--white-color);
}
section.hero-form {
  position: relative;
  z-index: 99;
  margin-top: -125px;
}
/* section.hero-form::before {
  background-color: var(--white-color);
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: fit-content;
  min-height: 165px;
} */
.hero-form .banner-form {
  background: none;
  border: none;
  box-shadow: 0px 0px 0px #000;
}
.hero-form .banner-form .card-body {
  background: var(--white-color);
  border-radius: 5px;
  padding-top: 45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.footr_btm .footer-logo-light img {
  height: 60px;
  width: auto;
  display: inline-flex;
}
.destination--item .destination-card {
  height: 100%;
  background: none;
  box-shadow: 0px 0px 0px #000;
}
.destination--item .destination-item {
  height: 100%;
}
.destination-two .destination-item {
  max-height: 460px;
  min-height: 400px;
}
.destination-three .destination-item {
  max-height: 222px;
  min-height: 222px;
}
.destination-column-one .destination-item {
  max-height: 265px;
  min-height: 260px;
}
.destination-item figure {
  height: 100%;
}
.destination-item figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.destination-item.destination-column {
  height: 185px;
}
.destination-card h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.offer-vita-new {
  width: 100%;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
}
.offer-vita-item {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.offer-vita-item .offer_box_left img {
  border-radius: 5px 0px 0px 5px;
}
.offer-vita-item h3.promo_code {
  font-size: 24px;
}
.offer-vita-item h3.promo_code span {
  border: 1px dashed #646464;
  padding: 6px;
  display: inline-flex;
}
.offer-header {
  margin-bottom: 20px;
}
.offer-header h2 {
  margin-inline-end: 20px;
}
.banner-form .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin: 0px;
}
.banner-form .form-check .form-check-input:checked[type="radio"] {
  border-color: var(--primary-color);
}
[dir="rtl"] .destination-column-two .col-md-6:first-child {
  padding-right: 0px !important;
  padding-left: 10px !important;
}
[dir="rtl"] .destination-column-two .col-md-6:last-child {
  padding-right: 10px !important;
  padding-left: 0px !important;
}
.offer-header .nav-tabs {
  margin-inline-start: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.offer-header .nav-tabs button.nav-link {
  padding: 6px 20px;
  border-radius: 0px;
  background: none;
  border: none !important;
  border-bottom: 1px solid transparent !important;
}
.offer-header .nav-tabs button.nav-link.active,
.offer-header .nav-tabs button.nav-link:hover {
  border-bottom: 1px solid var(--primary-color) !important;
  border-radius: 0px;
}
.offer-vita-new .offer_boxes .owl-nav {
  position: absolute;
  top: -60px;
  inset-inline-end: 0px;
  min-width: 80px;
  display: block;
}
.offer-vita-new .offer_boxes .owl-nav span {
  line-height: 28px;
  padding-bottom: 3px;
  font-family: var(--primary-font);
}
.about_vita_section figure {
  width: 100%;
  position: relative;
  padding-inline-end: 5%;
  padding-top: 5%;
}
.about_vita_section figure img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 99;
}
.about_vita_section figure::before {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #bbe4ff;
  z-index: 99;
  border-radius: 10px;
}
.about_vita_section p {
  font-size: 16px;
  line-height: 180%;
}
.about_vita_section h2 {
  margin-bottom: 10px;
  line-height: 140%;
}
.vita-place-section .place-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vita-place-section .place-nav ul.nav {
  border-bottom: 1px solid #d9d9d9;
}
.vita-place-section .place-nav ul.nav li {
  margin: 0px;
  padding: 0px 15px;
}
.vita-place-section .place-nav ul.nav li a.nav-link {
  border-bottom: 1px solid transparent;
  border-radius: 0px;
  padding: 7px 0px;
}
.vita-place-section .place-nav ul.nav li a.nav-link.active {
  background: none;
  color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 0px;
}
.vita-place-section .image-place figure {
  min-height: 320px;
  max-height: 420px;
}
.vita-place-section .image-place figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 320px;
  max-height: 420px;
  border-radius: 10px;
}
.image-place .fav-item {
  position: absolute;
  top: 15px;
  left: 15px;
}
.place-section .place-item .image-place figure:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #141414 105.28%);
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
}
.vita-place-section .place-item .place-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.vita-place-section .place-item:hover .place-content {
  opacity: 1;
  visibility: visible;
}
.vita-place-section .place-content h5 a {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
}
.vita-place-section .place-content h5 {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
}
.vita-place-section .place-content p {
  color: var(--white-color);
}
.vita-place-section .place-content p span {
  padding-inline-start: 5px;
  font-size: 15px;
}
.counter-about {
  background: #f8fff8;
  padding: 50px 0px;
}
.benefit-icon figure.icon {
  width: 80px;
  height: 80px;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 15px;
}
.benefit-icon figure.icon img {
  width: 60px;
  object-fit: contain;
  height: auto;
}
.blog-section {
  padding: 60px 0px;
  background-color: var(--white-color);
}
.blog-item-content h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.search-banner {
  background: linear-gradient(90deg, #1454bf 0%, #6460d3 100%);
}
.flight_request h4.panel-title a {
  display: inline-flex;
}
.form-item ul a.dropdown-item:hover h6 {
  color: var(--white-color);
}
/*13-6-2025*/
.multi-coloumn .flight_list_middle {
  flex-wrap: wrap;
  margin: 10px 0 0 !important;
}
.multi-coloumn .f_middle_box.view_fares_container {
  width: 50%;
  min-width: 50%;
  justify-content: end !important;
  margin-top: 15px;
}
.multi-coloumn .flight_summary {
  max-width: 100%;
  padding: 0px;
}
.multi-coloumn .share_details {
  margin: 0px !important;
}
.multi-coloumn .f_middle_box {
  padding: 0px;
  min-width: 33.33%;
  justify-content: start !important;
}
.multi-coloumn .search-filter_list-bottom {
  border-top: 1px solid #d3d3d3;
}
.multi-coloumn .flight_list_bottom {
  padding-top: 10px;
}
.f_middle_box span#stopss::before {
  left: 0px;
}
.f_middle_box span#stopss::after {
  right: 0px;
}
.multi-coloumn .f_middle_box:nth-child(4) {
  margin-top: 15px;
}
.multi-coloumn .flight_list_middle h3 span.total_pric {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}
.multi-coloumn .flight_info_in {
  flex-wrap: wrap;
}
.multi-coloumn .flight_onfo_box {
  width: auto;
}
.multi-coloumn .flight_info_box {
  display: flex;
  flex-wrap: wrap;
}
.multi-coloumn .flight_info_box nav {
  width: 40%;
  background: #f4f4f4;
}
.multi-coloumn .flight_info_box .tab-content {
  width: 60%;
}
.multi-coloumn .flight_info_box nav .nav {
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0;
}
.multi-coloumn .flight_info_box nav .nav button {
  width: 100%;
  color: var(--secondary-color);
  font-weight: 500;
  padding: 13px 15px;
  border-radius: 0px !important;
  text-align: start;
  border: none !important;
  border-bottom: 1px solid #e7e7e7;
}
.multi-coloumn .flight_info_box nav .nav button.active,
.multi-coloumn .flight_info_box nav .nav button:hover {
  border-radius: 100px;
  border: none;
  color: var(--white-color);
  background: var(--primary-color);
}
.multi-coloumn .flight_onfo_box {
  width: 50%;
  padding: 5px 0px;
  text-align: left !important;
  border-bottom: 1px solid #e7e7e7;
  height: 70px;
  display: inline-flex;
  flex-wrap: wrap;
}
.multi-coloumn .flight_onfo_box img {
  display: block;
  width: 20px;
  height: auto;
}
.multi-coloumn .flight_onfo_box p {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.multi-coloumn .bugage_rules {
  padding: 0px 10px;
}
.multi-coloumn .flight_cancle_body {
  padding: 10px;
  margin: 0px;
  border-radius: 0px;
}
.multi-coloumn .flight_cancle_body .col-md-6 {
  width: 100%;
  margin-bottom: 10px;
}
.multi-coloumn .cancel_innr_hdr {
  margin: 0 0 10px;
  justify-content: space-between;
}
.multi-coloumn .cancel_innr_hdr a {
  background: var(--bg-dark);
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 100px;
  margin-inline-start: 0px;
  line-height: 24px;
}
.multi-coloumn
  .flight_fare_boxes.owl-carousel.owl-theme.mt-4.owl-loaded.owl-drag {
  padding: 0px;
}
.flight_list_botm_section .book-form-wrapper {
  margin: 0px;
}
.flight_list_botm_section .flight_list_middle {
  margin-bottom: 0px !important;
}
.flights_filtr_tp.container.sort-multi-coloumn {
  justify-content: space-between;
  margin-top: 10px;
}
.flight_list_botm_section .flight_list_middle .f_middle_box {
  padding: 0px;
}
.sort-multi-coloumn .fares_departure_main {
  width: 49%;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.13);
}
.multi-coloumn .cancel_innr_hdr h6 {
  font-size: 14px;
}
.multi-coloumn .cancl_policy_sec {
  background: #f4f4f4;
  padding: 3px;
  border-radius: 10px;
}
.banner-form .place-item .place-img img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.search-result-container h6 {
  margin: 0px !important;
}
.banner-form .place-item .place-content p {
  margin: 0px 0px 10px;
  font-size: 14px;
  line-height: 160%;
}
.banner-form .place-item .place-content .border-bottom {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}
.hotel-list .place-item .place-content .d-flex.align-items-center {
  margin: 0px 0px 5px !important;
}
.hotel-list .place-item .place-content .d-flex.align-items-center p {
  margin: 0px !important;
}
.banner-form .place-item .place-content hr {
  display: none;
}
.language-area {
  margin-inline-start: 15px;
}
.language-area .language-button {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 30px;
  padding: 3px 15px 3px 10px;
  border: none;
  font-weight: 500;
  font-size: 0.9rem;
  height: 38px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.language-area .language-button i {
  margin-inline-end: 10px;
  font-size: 18px;
}
.language-area .language-button:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}
.tour_include_sec {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.tour_include_sec .include_lft {
  width: 100%;
  padding-bottom: 15px;
}
.tour_include_sec .include_lft:first-child {
  padding-bottom: 0px;
}
.tour_include_sec .include_lst_in {
  margin: 0px;
}
.flight-item-design {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.trip-section {
  width: 100%;
}
.banner-form .form-info .form-item.multicity-action-btns {
  margin-top: 0px !important;
  border: none;
  margin-inline-end: 0px;
  padding: 0px;
  background: none !important;
}
.banner-form .form-info .multicity-action-btns .multicity-action-btn {
  height: 52px;
  background: rgba(34, 118, 227, 0.1);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  line-height: normal;
  font-size: 16px;
  font-weight: 500;
  margin-inline-end: 0;
  color: var(--primary-color);
  width: 75%;
  box-shadow: 0px 0px 0px #000 !important;
}
.banner-form .multicity-action-btns .remove-multicity-row.multicity-action-btn {
  width: 20%;
  background-color: #d60000;
  color: #fff !important;
  font-size: 24px;
}
.banner-form
  .search-banner
  .form-info
  .form-item.multicity-action-btns
  .add-multicity-row {
  background: var(--primary-light-color);
}
.multicity-action-btns .d-flex {
  justify-content: space-between;
}
.banner-form .form-item-container:last-child .form-item {
  margin-inline-end: 0px;
}
.banner-form
  .multicity-action-btns
  .remove-multicity-row.multicity-action-btn:hover {
  background-color: #d60000;
  color: var(--white-color) !important;
}
.form-item-container {
  flex: 1;
}
.search-banner .card {
  background: none;
  border: none;
  box-shadow: 0px 0px 0px #000;
}
.search-banner .card-body {
  padding: 0px;
}
.search-banner .search-btn {
  bottom: -40px;
}
.banner-form .search-banner .form-info .form-item {
  background: var(--white-color);
}
.banner-form .search-banner .form-info .form-item .form-control {
  color: var(--primary-color) !important;
}
.search-banner .form-check {
  background: var(--white-color);
  padding: 10px 20px;
  border-radius: 40px;
}
.search-banner .form-check input.form-check-input {
  display: flex;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0px;
  border: 1px solid #515151;
  opacity: 1 !important;
}
.banner-form .search-banner .form-info {
  width: 100%;
  margin-bottom: 10px;
}
.search-banner .form-check-input:checked ~ .form-check-label {
  color: var(--primary-color) !important;
}
.error-mesage {
  text-align: start;
  padding: 2px 0px;
}
.error-mesage span {
  font-size: 12px;
  color: red;
}
.display-hotel-city .form-item:last-child {
  margin: 0px;
}
.srtByFltr__container--lft {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
span.srtByFltr__heading {
  white-space: nowrap;
  margin-inline-end: 10px;
  min-width: 80px;
  font-size: 16px;
  font-weight: 500;
  padding-inline-start: 15px;
}
.srtByFltr__container--lft .srtByFltr__sldr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-inline-end: 15px;
  align-items: center;
}
.srtByFltr__sldr--divider {
  background-color: rgb(214, 214, 214);
  height: 20px;
  width: 1px;
  margin: 0px 16px;
}
span.srtByFltr__list--itemTitle {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.srtByFltr__list--item {
  padding: 8px 20px;
  border-radius: 5px;
}
.srtByFltr__list--item.selected {
  background-color: var(--primary-light-color);
}
.light_departure_in .form-check span {
  font-size: 14px;
}
.light_departure_in .form-check input.form-check-input {
  width: 20px;
  height: 20px;
  border-color: #d3d3d3;
}
.dropdown-item:not(.active):hover h6,
.dropdown-item:not(.active):focus h6,
.dropdown-item:not(.active):active h6 {
  color: var(--white-color);
}
.traveler_detail_addons .flight_request {
  background: none;
  border-bottom: none;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #c5c5c5;
  font-family: "poppins", sans-serif;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #575757;
}
.fare_summry_lft b,
.fare_summry_lft strong {
  font-weight: 600;
}
.place-item figure {
  max-height: 450px;
  min-height: 400px;
  overflow: hidden;
}
.place-item figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-item figure {
  max-height: 250px;
  min-height: 250px;
  overflow: hidden;
  border-radius: 10px;
}
.blog-item figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.other-info {
  width: 100%;
  padding: 15px 0px;
  margin-top: 15px;
  border-top: 1px solid #d3d3d3;
}
.rating-item-list i {
  font-size: 14px;
  margin-inline-end: 2px;
}
.holi_traveler_detail {
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #e7e7e7;
  background: var(--white-color);
}
.booking-sticky-sidebar {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background: var(--white-color);
}
.sidebar-booking {
  background: none;
  margin: 0px !important;
}
.flight-form .form-check {
  min-height: inherit !important;
  margin-inline-start: 0px !important;
  padding-inline-start: 0px !important;
  padding-inline-start: 0px !important ;
}
.destination-section {
  padding-top: 60px;
  background-color: var(--white-color);
}
.offer_section {
  padding-top: 60px;
  background-color: var(--white-color);
}
.offer_section .offer_box_right.promo_code_container {
  display: block;
  padding: 15px !important;
  min-height: 150px;
  max-height: 160px;
  margin: 0px;
}
.offer_section .offer_box_right.promo_code_container h3.promo_code {
  margin-bottom: 5px;
  font-size: 20px;
}
.about_vita_section {
  padding-top: 60px;
  background-color: var(--white-color);
}
.vita-place-section {
  padding-top: 60px;
  background-color: var(--white-color);
}
.choose-benefit-section {
  padding-top: 60px;
  background-color: var(--white-color);
}
.address-info img.footer_w_img {
  width: 100px;
  margin-bottom: 15px;
}
.address-info p {
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 15px;
}
.address-info ul {
  margin-bottom: 0px;
}
.address-info ul li {
  font-size: 14px;
  line-height: 140%;
  padding: 6px 0px;
}
.address-info ul li i {
  margin-inline-end: 10px;
}
.inner_pages_main {
  padding: 60px 0px;
}
.prsnl_adult_form
  .form-group
  .input-group.radio-group
  .form-check
  label.form-check-label {
  display: flex;
  align-items: center;
  margin: 0px;
}
.prsnl_adult_form
  .form-group
  .input-group.radio-group
  .form-check
  input.form-check-input-1 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 0px;
  min-height: auto;
  margin: 0px 10px 0px 0px;
}
ul#hotel-city-list {
  border: 1px solid #d3d3d3;
}
ul.location-results {
  border: 1px solid #d3d3d3;
  margin-left: 0px;
}
ul.location-results {
  border-radius: 5px !important;
}
.banner-form .form-info .form-item .custom-dropdown {
  left: 0px;
  margin-top: -1px;
  background-color: var(--white-color);
  z-index: 99 !important;
  overflow-x: hidden;
}
.fare_summry_lft span.fare_summry_promocode {
  font-size: 12px;
}
.filter-sidebar button.selected {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
}
.location-airport-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.banner-form .form-info .form-item .form-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 700;
}
.offer_section .offer_box .promo_code_container p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  margin: 0px 0px 10px;
}
.about_vita_section p {
  font-size: 14px;
  line-height: 160%;
}
.destination-bottom {
  margin-bottom: 0px !important;
}
/*20-8-2025*/
.slider-container input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  width: 100%;
  height: 0;
  outline: none;
}
.slider-container input[type="range"]::-webkit-slider-runnable-track {
  background: none;
}
.slider-container input[type="range"]::-moz-range-track {
  background: none;
}
.slider-container input[type="range"]::-ms-track {
  background: none;
  border-color: transparent;
  color: transparent;
}
ul.pagination li button.page-link {
  color: var(--secondary-color);
}
ul.pagination li.active button.page-link {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.cancel-modal .modal-dialog {
  max-width: 600px;
}
.cancel-modal .modal-header h1 {
  font-size: 18px;
  text-transform: capitalize;
}
.cancel-modal .modal-body form {
  display: inline-flex;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.cancel-modal .modal-body .form-check {
  display: flex;
  margin: 0px;
  padding: 0px;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
.cancel-modal .modal-body .form-check input {
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  margin-inline-end: 10px !important;
  border-color: #d3d3d3;
}
.cancel-modal .modal-body .form-check label.form-check-label {
  font-weight: 600;
  font-size: 15px;
}
.cancel-modal ul.User-information {
  border: 1px solid #e7e7e7;
  padding: 0px;
  margin-bottom: 20px;
}
.cancel-modal ul.User-information li {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 160%;
}
.cancel-modal ul.User-information li strong {
  font-weight: 500;
}
.cancel-modal ul.User-information li:last-child {
  border-bottom: none;
}
.cancel-modal .Remark-section p {
  font-weight: 600;
  font-size: 15px;
  padding: 0px 0px 15px;
  margin: 0px;
}
.cancel-modal .Remark-section textarea {
  width: 100%;
  border: 1px solid #d3d3d3;
}
.voucher {
  padding: 60px 0px;
}
.banner-form .form-info .form-item p label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 15px;
}
.update-section {
  position: relative;
  background: var(--primary-color);
}
.update-sec button.btn.btn-primary {
  background-color: var(--primary-light-color);
  color: var(--secondary-color);
  border: none;
  padding: 10px 30px;
}
.update-sec button.btn.btn-primary:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.update-sec {
  background: transparent;
  border-radius: 10px;
  padding: 40px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.update-section .container,
.update-section .container .col-md-12,
.update-section .container .update-sec {
  position: static;
}
.update-section .update-sec .update-bg {
  z-index: 1;
}
section.update-section .section-header h2,
section.update-section .section-header p {
  color: #fff;
}
.update-sec .section-header {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 9;
}
.update-sec .input-group {
  max-width: 100%;
  width: 100%;
  border-radius: 54px;
  outline: 1px solid #f9cbc3;
  outline-offset: 4px;
  background: var(--white-color);
  padding: 10px 15px;
}
.news-letter-input {
  max-width: 512px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.update-sec .input-group .input-group-text {
  background: var(--white-color);
  border: 0 !important;
  border-radius: 54px 54px 54px 54px;
  color: var(--secondary-light-color);
}
.update-sec .input-group .form-control {
  border: 0 !important;
  box-shadow: none;
  margin-right: 5px;
  height: 30px;
}
.update-sec .input-group .btn {
  border-radius: 54px !important;
  font-size: 13px;
  padding: 4px 12px;
}
.update-sec .update-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.update-sec .sub-newltr-msg.alert-success {
  margin: auto;
  padding: 10px 0px 0px;
  max-width: fit-content;
  bottom: 0px;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
}
.err_mge {
  padding: 60px 0px;
  text-align: center;
}
span.booking-content {
    display: block;
    width: 100%;
}
.counter-title i {
    font-size: 36px;
    margin-bottom: 10px;
    display: inline-block;
}
[dir="rtl"] .banner-form .datepicker .fa-chevron-left:before, [dir="rtl"] .banner-form .datepicker .fa-chevron-right:before { 
    transform: rotate(180deg);
}
[dir="rtl"] .banner-form .form-item.dropdown .info-item {
    text-align: right;
}
[dir="rtl"] .airline-filters-item button.airline-btn { 
    text-align: right;
}
[dir="rtl"] .flight_tp_list.owl-carousel .owl-nav button span { 
    transform: rotate(180deg);
}
[dir="rtl"] .flight_onfo_box .border-treminal {
    border-right: 1px solid #d3d3d3;
    padding-left: 0 !important;
    margin-left: 0 !important;
    border-left: none;
}
[dir="rtl"] .modal.fade.e_mail button.btn.btn-primary.sendEmailBtn {
    float: left;
}
[dir="rtl"] .modal.fade.e_mail .modal-header button.btn-close, [dir="rtl"] .modal.flight_detail_modal .modal-header button.btn-close{
    margin: 0;
}
[dir="rtl"] .modal.fade.e_mail .modal-header, [dir="rtl"] .modal.flight_detail_modal .modal-header{
    justify-content: space-between;
}
[dir="rtl"] .flight_detail_modal table.table tr td, [dir="rtl"] .flight_detail_modal table.table tr th {
    border-right: none;
    border-left: 1px solid #e7e7e7;
} 
[dir="rtl"] .offer_boxes i.fa-solid {
    transform: rotate(180deg);
}
[dir="rtl"] footer .footer-top .footer-widget h5::before { 
    right: 0; 
    left: unset;
}
[dir="rtl"] .destination-item  .overlay-circle-link { 
    left: 20px;
    right: unset;
    transform: rotate(180deg);
}
[dir="rtl"] .search-btn::after {
    content: "بحث";
}


@media screen and (max-width: 1199.98px) {
  .nav-center .owl-nav button.owl-next,
  .nav-center .owl-nav button.owl-prev {
    width: 38px;
    height: 38px;
  }
  .nav-center .owl-nav button.owl-next {
    right: -10px;
  }
  .nav-center .owl-nav button.owl-prev {
    left: -10px;
  }
}
@media screen and (max-width: 991.98px) {
  .hero-section {
    background-image: url(../img/banner/banner-01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100%; */
    position: relative;
    padding-top: 110px;
  }

  .hero-section::after {
    content: "";
    background: radial-gradient(
      47.9% 121.75% at 50% 0%,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.3) 32.98%,
      rgba(0, 0, 0, 0.6) 100%
    );
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
  }
  .banner-form .form-info .form-item {
    width: 50%;
    flex: unset;
  }
  .banner-form .form-info {
    flex-wrap: wrap;
    margin-bottom: 2px;
  }
  .hero-section .hero-content {
    padding: 80px 0;
  }
  .hero-section .hero-content {
    padding: 60px 0;
  }
  .banner-form .form-info .form-item:nth-child(odd) {
    border-left: 0;
  }
  .nav-center .owl-nav button.owl-next,
  .nav-center .owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .banner-form .form-info .form-item.dropdown .dropdown-menu {
    max-height: 300px;
  }
  .section {
    padding: 50px 0;
  }
  .nav-center .owl-nav button.owl-next {
    right: 0;
  }
  .nav-center .owl-nav button.owl-prev {
    left: 0;
  }
  .flight_dtl_duration_middle {
    text-align: center;
    width: 60%;
  }
  .card.booking_box_tp h3 {
    font-size: 16px;
  }
  .flight_dtl_duration h2 {
    font-size: 1rem;
  }
  .flight_typs {
    position: relative;
  }
  .theiaStickySidebar {
    position: relative !important;
    left: 0 !important;
  }

  .sidebar-menu i.isax.isax-menu5 {
    color: #000;
  }

  .content.flight_booking_main .theiaStickySidebar {
    margin-top: 30px;
  }
  .offcanvas-info a.black-logo-responsive img {
    max-width: 120px;
  }
  .about-image {
    margin-inline-end: 0;
  }
}
@media screen and (max-width: 767px) {
  .place-img.hotl_booking_top_sec .hotl_booking_top_sec_in_left {
    width: 40%;
  }
  .card.traveler_detail.hotl_dtl_contct_dtl .tabs_main_section #nav-tabContent {
    flex-wrap: wrap;
  }
  .card.traveler_detail.hotl_dtl_contct_dtl
    .tabs_main_section
    #nav-tabContent
    #nav-profile {
    width: 60%;
  }
  .card.traveler_detail.hotl_dtl_contct_dtl
    .tabs_main_section
    #nav-tabContent
    #nav-contact {
    width: 60%;
    margin-top: 15px;
  }
  .htl_bking_adlt .form_selct.me-3 {
    margin: 0 !important;
  }
  .place-img.hotl_booking_top_sec .sckint {
    flex-wrap: wrap;
  }
  .place-img.hotl_booking_top_sec .bigdate_book {
    font-size: 30px;
    padding: 0;
  }
  .place-img.hotl_booking_top_sec .lblbk_book {
    padding: 12px 10px 0 0;
  }
  .place-img.hotl_booking_top_sec .fuldate_book {
    height: auto;
  }
  .place-img.hotl_booking_top_sec .biginre_book {
    font-size: 10px;
  }
  .place-img.hotl_booking_top_sec .hotl_booking_top_sec_in_right {
    width: 60%;
  }
  .content.hotl_dtl_main.myop_dtl_sc {
    padding-top: 0;
  }
  .payment_option_box img {
    max-width: 50px;
  }
  img.footr_gp {
    max-width: 90px;
  }
  .flight_layover_container {
    font-size: 14px;
  }
  section.error-page h2 {
    font-size: 3rem;
  }
  section.error-page h4 {
    font-size: 1.5rem;
  }
  .banner-form .form-info .form-item.dropdown .dropdown-menu.dropdown-xl {
    min-width: 300px;
  }
  .video-wrap {
    height: 250px;
  }
  .update-sec {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 575px) {
  .banner-form .form-info .form-item .way-icon {
    left: 50px;
    top: 0;
  }
}
