body {
  background-color: #fff !important;
}
header {
  min-height: inherit;
}
.intro_sec {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../../images/landing_intro.webp) center/cover no-repeat;
  padding: 250px 0 100px;
}
.search_box {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 15px;
}
.search_form input::placeholder {
  color: #a1a1a1;
}
.search_btn {
  height: 75px;
  width: 100%;
  border-radius: 5px;
}
.addguest #room_count,
.dropdown_arrow_icon {
  color: var(--primary);
}
.search_engine h1 {
  font-size: 3.6em;
  text-align: center;
  font-family: var(--font-b2);
  text-transform: uppercase;
  color: #fff;
  max-width: 850px;
  margin: auto;
  padding: 30px;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.country_dr ul li,
.country_dr ul li a,
.title1 h2 {
  color: var(--font-clr);
}
.title1 h2 {
  font-size: 36px;
  font-family: var(--font-b1);
  text-transform: capitalize;
  margin-bottom: 5px;
}
.title1 p {
  color: #737373;
  font-size: 18px;
  margin: 0;
}
.c_footer .fare span,
.fly_deals h5 {
  color: var(--primary);
}
.swiper_wrap_new.rec_hotels {
  background-color: #f8f8f8;
}
.swiper_wrap_new .swiper-container {
  position: relative;
  margin: 30px auto auto;
  overflow: hidden;
}
.swiper_wrap_new .swiper-slide {
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
.swiper_wrap_new .card {
  background-color: #fff;
  border: none;
  border-radius: 5px;
}
.swiper_wrap_new.rec_hotels .text {
  padding: 0 14px 14px;
}
.swiper_wrap_new .img img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.swiper_wrap_new.rec_hotels .img img {
  border-radius: 5px 5px 0 0;
  height: 300px;
  transition: 0.5s;
}
.rec_hotels .card-text {
  margin-bottom: 5px;
  height: 45px;
  overflow: hidden;
}
.tip_type {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  background-color: #ffffffb3;
  padding: 4px 14px;
  border-radius: 50px;
  backdrop-filter: blur(7px);
  transition: 0.3s;
}
.swiper_wrap_new .card-number {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.fly_deals h4,
.fly_deals h5,
.swiper_wrap_new .card-text {
  font-size: 18px;
  font-family: var(--font-b2);
}
.swiper_wrap_new .card-text {
  margin-top: 10px;
}
.swiper_wrap_new .c_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper_wrap_new .c_footer .fare {
  margin: 0;
}
.fly_deals {
  padding: 60px 0;
  background-color: #fbfbfb !important;
}
.fly_deals .swiper-slide:hover .tip_type,
.swiper_wrap_new {
  background-color: #fff;
}
.fly_deals .box {
  position: relative;
  display: block;
}
.fly_deals .text {
  margin-top: 10px;
}
.swiper_wrap_new {
  position: relative;
  padding: 60px 0;
}
.fly_deals h4 {
  margin-bottom: 5px;
}
.fly_deals .date {
  font-size: 14px;
  color: var(--bs-gray);
  margin-bottom: 10px;
}
.fly_deals .starts_from {
  display: inline-block;
  font-size: 14px;
}
.fly_deals h5 {
  margin: 0;
  display: inline-block;
}
.fly_deals .img img,
.fly_deals .img_hvr {
  width: 100%;
  height: 300px;
  transition: 0.5s;
  border-radius: 5px;
}
.fly_deals .img_hvr {
  overflow: hidden;
}
.fly_deals .img_hvr img,
.rec_hotels .swiper-slide:hover .img_hvr img {
  transform: scale(1.1);
}
.fly_deals .swiper-slide:hover .img_hvr img {
  transform: scale(1);
}
.our_services .title1 h2 {
  margin-bottom: 20px;
}
.our_services .text p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: justify;
}
.c_footer .fare span,
.features_sec h5 {
  font-size: 18px;
  font-family: var(--font-b2);
}
.our_services .our_ser_img {
  width: 100%;
  position: absolute;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.p_cities .img img {
  height: 360px;
}
.rec_hotels .swiper-slide {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.rec_hotels .img_hvr {
  overflow: hidden;
  height: 300px;
  border-radius: 10px 10px 0 0;
}
.rec_hotels .swiper-slide:hover .rating .count {
  background-color: #4caf50;
  color: #fff;
}
.rec_hotels .c_footer {
  display: flex;
  justify-content: space-between;
}
.c_footer .fare {
  font-family: var(--font-reg);
  font-weight: 400;
  font-size: 14px;
}
.rating {
  font-size: 14px;
  color: #626262;
}
.rating .stars {
  color: #ffc107;
  margin-right: 5px;
}
.rating .count {
  margin-right: 5px;
  background-color: #ffffffb3;
  color: #4caf50;
  border-radius: 5px;
  height: 35px;
  width: 55px;
  position: absolute;
  top: 15px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.swiper_nav_head {
  display: flex;
  align-items: center;
  justify-content: end;
}
.rec_flights .swiper_nav_head {
  justify-content: end;
}
.swiper_wrap_new .swiper-pagination {
  position: relative;
  bottom: 10px;
  max-width: 250px;
  overflow: hidden;
}
.swiper_wrap_new .swiper-pagination-progressbar {
  background: #e0e0e0;
  border-radius: 50px;
  height: 5px;
}
.swiper_wrap_new .swiper-pagination-progressbar-fill {
  background: #000;
  height: 5px;
  border-radius: 50px;
}
.swiper_wrap_new .slider-info {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}
.swiper_wrap_new .card .location {
  margin-top: 8px 0;
  font-size: 14px;
  color: var(--bs-gray);
}
.swiper_wrap_new .center-slide .fare {
  font-weight: 700;
  color: #007bff;
}
.swiper_wrap_new .center-slide .book-now {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  background: #007bff;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}
.swiper_wrap_new .center-slide .book-now:hover {
  background: #0056b3;
}
.slick-dots li button,
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper_navigation {
  position: relative;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  transition: 0.3s;
}
.swiper_navigation.swiper-button-disabled {
  background-color: #fff;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  opacity: 0.7;
}
.swiper-button-prev {
  margin-right: 12px;
}
.home_footer_wrap {
  background-color: var(--primary);
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: 60px 0;
}
.home_footer_wrap .circle1,
.home_footer_wrap .circle2 {
  background-color: #fff;
  height: 130px;
  width: 130px;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
}
.home_footer_wrap .circle1 {
  left: -30px;
  top: -15px;
}
.home_footer_wrap .circle2 {
  bottom: -30px;
  right: -30px;
}
.news_letter_sec {
  padding: 60px;
  position: relative;
  z-index: 5;
  background-color: #4c6f25a1;
  backdrop-filter: blur(5px);
}
.news_letter_sec .title1 h2 {
  color: #fff;
  text-transform: none;
}
.news_letter_sec .title1 p {
  margin-bottom: 0;
  color: #fff;
}
.news_letter_sec .title1 {
  margin-bottom: 10px;
}
.subscribe_group {
  background-color: #fff;
  align-items: center;
  flex-wrap: nowrap;
  padding: 6px;
  border-radius: 5px;
}
.news_letter_sec .form-control {
  height: 50px;
  background-color: transparent;
  border: none;
}
.news_letter_sec .btn {
  background-color: var(--secondary);
  border-color: var(--secondary);
  height: 50px;
  color: #fff !important;
  border-radius: 0.5rem !important;
}
.slick-dots {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.slick-dots li {
  display: inline-block;
  background-color: var(--primary);
  border-radius: 50px;
  height: 10px;
  width: 10px;
  transition: 0.3s;
}
.slick-dots li.slick-active {
  height: 16px;
  width: 16px;
}
.country_dr {
  max-width: 100%;
  top: 68px;
  padding: 20px;
}
.country_dr ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 230px;
  overflow: auto;
  position: relative;
  user-select: none;
}
.country_dr ul li {
  line-height: normal;
  padding: 3px 0;
  cursor: pointer;
  margin: 8px 0;
}
.country_dr ul li.active {
  color: var(--primary);
  font-family: var(--font-b1);
}
.country_dr ul:after {
  content: "";
  background: linear-gradient(1deg, #fff, #cdcccc00);
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  display: block;
}
.country_dr .c_search_box {
  position: relative;
  background: #eef1eb;
  border-radius: 5px;
  font-size: 14px;
}
.country_dr .c_search_box .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: var(--secondary);
}
.country_dr .c_search_box input {
  font-family: var(--font-reg);
  font-size: 14px;
  height: 45px;
  padding-left: 35px;
  color: var(--secondary);
}
.explore-btn {
  background-color: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 50px;
  height: 35px;
  width: 35px;
}
.explore-btn span {
  transform: rotate(40deg);
}
.features_sec,
.testimonials_sec {
  padding: 60px 0 30px;
}
.features_sec .title1,
.testimonials_sec .title1 {
  margin-bottom: 60px;
}
.features_sec .card {
  border: none;
  padding: 0;
}
.features_sec .icon {
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features_sec .icon img {
  width: 100%;
}
.features_sec h5 {
  margin: 20px 0;
}
.features_sec .card p,
.testimonials_sec p {
  font-size: 14px;
  color: var(--bs-gray);
}
.testimonials_sec .card {
  padding: 24px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.testimonials_sec .card:before {
  content: "";
  display: block;
  background-color: #5773380f;
  backdrop-filter: blur(10px);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  bottom: -16px;
  right: -10px;
  z-index: -1;
}
.testimonials_sec .icon {
  font-size: 44px;
  color: var(--primary);
}
.testimonials_sec p {
  margin: 20px 0;
  min-height: 120px;
}
.testimonials_sec .c_name {
  display: flex;
  align-items: center;
}
.testimonials_sec .u_img img {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.testimonials_sec .u_name {
  font-size: 18px;
  color: var(--font-clr);
}
@media (max-width: 991px) {
  .search_engine h1 {
    font-size: 4rem;
  }
  .intro_sec {
    padding: 160px 0 100px;
    min-height: 100vh;
  }
  .pe-lg-1 .input_group {
    border-right: none;
  }
  /*! .middle.inside-div {
    border-top: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
  } */
  .search_btn {
    height: 55px;
  }
  .custom_inp {
	margin-bottom: 10px;
}
}
@media (max-width: 768px) {
  .search_engine h1 {
    font-size: 3rem;
    line-height: normal;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .pe-sm-1 .input_group {
    border-right: none;
  }
  .search_engine h1 {
    font-size: 2rem;
  }
  .title1 h2 {
    margin-bottom: 20px;
  }
}
