/* Vacasky - Tour & Travel Agency HTML Template */

/* 
	
	font-family: 'Poppins', sans-serif;
	font-family: 'Oswald', sans-serif;
	
*/
/* Google Fonts  */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700;800&amp;family=Poppins:wght@400;500;600;700&amp;display=swap");

@import url("bootstrap.css");
@import url("global.css");
@import url("header.css");
@import url("footer.css");
@import url("sidebar.css");
@import url("icofont.css");
@import url("font-awesome.css");
@import url("flaticon_sky-flat.css");
@import url("animate.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery-ui.css");
@import url("preloader.css");
@import url("custom-animate.css");
@import url("magnific-popup.css");
@import url("odometer-theme-default.css");
@import url("select2.css");
@import url("flatpickr.css");
@import url("custom.css");
@import url("responsive.css");

.best-selling-text {
  padding: 50px 0 25px;
}

.best-selling-img h5 {
  padding: 15px 0px;
  font-size: 20px;
}

.best-selling-img img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  height: 210px;
}

.best-selling-img {
  margin: 0 20px 30px;
}

.best-selling-img img:hover {
  transform: scale(1.02);
}

.why-card-icon {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 16px;
  border: 2px solid #0000002e;
}

.why-card h5 {
  padding: 12px 0;
  font-size: 20px;
}

.why-card p {
  /* padding: 10px 0; */
  font-size: 15px;
}

.why-card {
  padding: 30px;
  background: white;
  border-radius: 20px;
  text-align: center;
  height: 321px;
  outline: 5px double grey;
  outline-offset: -15px;
  transition: all 0.5s ease;
}

.why-card:hover {
  outline: 5px double #eb1c24;
  transform: scale(1.02);
}

.why-card:hover .why-card-icon img {
  filter: invert(0);
}

.logo {
  width: 100px;
}

.why-card-icon img {
  filter: invert(10);
  transition: all 0.5s ease;
}

.packages-section {
  padding: 40px 0 20px;
}

.why-choose-us {
  /* background-image: url("../images/why-bg.jpg"); */
  background: linear-gradient(45deg, #eb1c24, #30569d);
}

.why-text {
  top: 0px !important;
  margin-bottom: 40px;
}

.logo-text {
  text-transform: uppercase;
  margin: auto 0;
}

.logo-text h3 {
  font-size: 20px;
  font-family: "emblema";
  transform: scaleY(1.7) scaleX(1.1);
  padding-left: 15px;
  font-weight: 600;
  padding-top: 3px;
  background: -webkit-linear-gradient(200deg, #eb1c24, #172b51);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo {
  width: 500px;
  display: flex;
}

.logo-img a {
  width: 90px;
  padding-right: 10px;
}

.footer-logo img {
  width: 80px;
}

.footer-logo-text {
  color: white;
}

.top-header {
  background-color: rgb(235 28 36);
}

.top-contact ul {
  display: flex;
  padding: 5px 0px;
}

.top-contact ul li {
  padding: 0 10px;
}

.top-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.top-social ul {
  display: flex;
  padding: 5px 0px;
}

.top-social ul > li {
  padding: 0 10px;
  font-size: 15px;
  /* color: aliceblue; */
}

.top-social ul > li a {
  color: aliceblue;
}

.logo-text p {
  margin-bottom: 0px;
  text-align: start;
  font-size: 15px;
  font-weight: 600;
  font-family: "bebas";
  letter-spacing: 1.5px;
  /* font-style: italic; */
  color: #31579b;
  -webkit-text-stroke: 0.01px black;
  transform: skewX(-5deg);
}

.top-contact ul li {
  color: white;
  font-size: 13px;
  line-height: 1.25;
}

.quote-img {
  position: absolute;
  top: 40%;
  right: 30px;
  opacity: 0.1;
  transform: scale(1.3);
}

.testimonial-block_one {
  background-image: url("../images/testi-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
  background-color: #ffffffba;
}

.main-footer {
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-h2 {
  color: white;
  margin-bottom: 0px;
  padding-top: 18px;
}

.footer-ul li a {
  color: white;
}

.footer-ul {
  padding: 16px 0;
  display: flex;
  justify-content: left;
  gap: 0 40px;
  flex-wrap: wrap;
}

.footer-ul li {
  padding: 10px 0;
  list-style: none;
  margin-left: 10px;
}

.footer-social_box {
  padding-top: 24px;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

.about-page {
  padding: 100px 0;
}

.contact-section {
  padding: 70px 0;
}

.contact-ul li {
  display: flex;
  gap: 20px;
  padding-bottom: 15px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50%;
  background: #eb1c24;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.contact-info h2 {
  padding-bottom: 26px;
}

.contact-ul {
  margin-left: 25px;
}

.contact-info h4 {
  font-size: 25px;
}

.contact-form {
  box-shadow: 0px 2px 5px black;
  padding: 20px 35px;
  border-radius: 20px;
}

.contact-form h2 {
  font-size: 35px;
  padding-bottom: 20px;
}

.contact-input input {
  width: 100%;
  border: 1px solid black;
  padding: 14px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.contact-textarea textarea {
  width: 100%;
  border: 1px solid black;
  padding: 9px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 100px;
}

.contact-btn button {
  padding: 15px 40px;
  background-color: #eb1c24;
  border-radius: 10px;
  color: white;
}

.package-section {
  padding: 100px 0;
}

.package-content h3 {
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  color: white;
}

.package-content {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
}

.package-box {
  position: relative;
}

/* 

.package-box:hover .package-img img {
	transform: scale(1.02);
} */

.package-box:hover .package-overlay {
  opacity: 0.6;
  /* z-index: 0; */
}

.package-overlay {
  position: absolute;
  z-index: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: black;
  transition: all 0.5s ease;
}

.package-img {
  overflow: hidden;
}

.package-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  /* border-radius: 10px; */
  transition: all 0.5s ease;
}

.details-img {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}

.details-img img:hover {
  transform: scale(1.02);
}

.details-img img {
  /* border-radius: 20px; */
  object-fit: cover;
  width: 100%;
  height: 400px;
  transition: all 0.5s ease;
}

.big-img {
  /* padding: 0px !important; */
}

.details-img2 {
  padding: 0px 0px 20px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.details-img2 img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.details-img2 img:hover {
  transform: scale(1.02);
}

.details-page {
  padding: 50px 0 30px;
}

.details-content h3 {
  padding-bottom: 0px;
  font-weight: 600;
}

.enquire-btn {
  background-color: #fea21b;
  border: none;
  padding: 10px 30px;
}

.details-price {
  padding-bottom: 0px;
  display: flex;
  justify-content: space-between;
}

.details-price h4 {
  font-size: 24px;
  /* padding-bottom: 20px; */
}

.info-text {
  padding-bottom: 5px;
}

.list-item {
  padding-bottom: 15px;
}

.list-item h5 {
  /* padding-bottom: 10px; */
  font-size: 20px;
}

.list-item p {
  margin-left: 20px;
  font-size: 14px;
}

.extra-buttons button {
  padding: 10px 41px;
  border-radius: 10px;
  background-color: #fea21b;
  font-size: 17px;
  margin-right: 20px;
}

.extra-buttons {
  padding-bottom: 40px;
}

.extra-buttons button > a {
  color: white;
}

.package-content2 {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
}

.package-box2 {
  position: relative;
  margin-bottom: 30px;
}

.package-content2 h3 {
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  color: white;
}

.right-content {
  /* padding-left: 40px; */
  background-image: url("../images/get-bg.jpg");
}

.package-img2 {
  width: 100%;
  height: 230px;
}

.package-img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.package-overlay2 {
  position: absolute;
  z-index: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 10px;
}

.info-text2 {
  padding: 35px 0 20px;
}

.info-list {
  padding-bottom: 26px;
}

.day-text {
  background-color: #fe1b1b;
  color: white;
  padding: 0px 8px;
  border-radius: 5px;
}

.enquire {
  /* line-height: 60px; */
  font-size: 17px;
  font-weight: 600;
  background: linear-gradient(45deg, #e71f25, #30569d);
  color: white;
  padding: 10px;
  border-radius: 5px;
}
.enquire:hover {
  font-size: 17px;
  font-weight: 600;
  background-color: #e71f25;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.details-img-small {
  width: 100%;
  height: 263px;
  padding-bottom: 10px;
  overflow: hidden;
}

.details-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 20px; */
  transition: all 0.5s ease;
}

.details-img-small img:hover {
  transform: scale(1.02);
}

.details-content {
  padding: 20px 0px 0px;
}

.about-img-section {
  padding-right: 0px;
}

.top-contact ul li i {
  padding-right: 5px;
}

@font-face {
  font-family: "bebas";
  src: url("../fonts/bebas.ttf");
}

@font-face {
  font-family: "emblema";
  src: url("../fonts/emblema.ttf");
}

.ft-ql {
  padding-top: 0;
  font-size: 30px;
}

.footer-logo {
  text-align: center;
}

.footer-ul li i {
  padding: 5px;
  color: #eb1c24;
  background: white;
  border-radius: 100%;
  margin-right: 8px;
  font-size: 12px;
}

.ftr-o {
  display: flex;
  flex: 0 0 44%;
}

.ftr-a {
  display: flex;
  flex: 0 0 100%;
}

.car-rental-banner {
  background-color: #28477e;
  /* height: 320px !important; */
}

.car-rental-inner {
  top: 39px;
}

.car-rental-banner {
  padding: 40px;
  background: linear-gradient(45deg, #050f5b, transparent);
  border-radius: 20px;
}

.car-banner-text {
  margin-bottom: 30px !important;
}

.car-banner-text h2 {
  font-size: 30px !important;
  color: white;
}

.car-rental-info h2 {
  font-size: 80px;
  padding-bottom: 25px;
  color: white;
}

.car-rental-info p {
  font-size: 27px;
  /* padding-top: 10px; */
  font-weight: 600;
  color: white;
  background-color: #eb1c24;
  height: 50px;
  width: 258px;
  text-align: center;
  border-radius: 10px;
  padding-top: 12px;
  margin-top: 20px;
}

.hotel-box {
  padding: 15px;
  background: #eb1c24;
  border-radius: 6px;
  color: white;
  outline: 1px solid #ffffff91;
  outline-offset: -3px;
  box-shadow: 4px 4px 3px #8080808a;
}

.hotel-box p {
  margin-bottom: 0px;
  font-size: 15px;
}

.hotel-box h5 {
  font-size: 20px;
  padding-bottom: 5px;
}

.hotel-text {
  padding-bottom: 5px;
}

.hotel-section {
  margin-bottom: 30px;
}

.detail-contact-form {
  margin: 40px 0;
  padding: 40px 50px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.281);
  background: #ffffffba;
}


@media only screen and (max-width: 500px) {
  .logo-img a {
    width: 53px;
    padding-right: 10px;
  }

  .logo-text h3 {
    font-size: 11px !important;
    padding-left: 8px !important;
  }

  .slide {
    height: 350px;
  }

  .banner-one.style-two .slide {
    padding: 60px 0px 70px;
  }

  .banner-one .owl-stage-outer {
    height: 350px;
  }

  .quality-one {
    padding: 50px 0px 30px;
  }

  .quality-one_text {
    margin-bottom: 15px !important;
  }

  .progress-one {
    padding: 10px 0px 10px !important;
  }

  .quality-one {
    padding: 30px 0px 20px !important;
  }

  .quality-one_text {
    margin-top: 10px !important;
  }

  .car-rental-banner {
    padding: 15px 13px !important;
  }

  .car-banner-text h2 {
    font-size: 16px !important;
  }

  .car-rental-info h2 {
    font-size: 27px !important;
    padding-bottom: 20px !important;
    /* padding-top: 20px !important; */
    line-height: 1.1;
  }

  .car-rental-info p {
    font-size: 10px !important;
    padding-top: 0px !important;
    height: 30px !important;
    width: 92px !important;
    padding-top: 4px !important;
    margin-top: 0px !important;
  }

  .car-banner-text {
    margin-bottom: -17px !important;
  }

  .quality-one_counter-box .counter-one_counter,
  .quality-one_counter-box .counter-one_counter-text {
    text-align: center !important;
  }

  .owl-carousel .owl-item img {
    height: 350px !important;
    object-fit: cover !important;
  }

  .vocation-one {
    padding: 0px 0px 15px !important;
  }

  .quote-img {
    top: 60% !important;
  }

  .owl-carousel .owl-item .quote-img img {
    height: 70px !important;
  }

  .vocation-one_image {
    border-radius: 15px;
    height: 200px;
  }

  .vocation-one_heading {
    display: block;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .vocation-one_title {
    display: block;
    font-size: 15px;
  }

  .book-block_two-btn {
    padding: 10px 18px;
  }

  .vocation-one_content {
    top: 50px;
  }

  .testimonial-block_one {
    margin: 0px !important;
    padding: 17px !important;
  }

  .testimonial-one {
    padding: 24px 0px 30px !important;
  }

  .main-footer {
    padding: 35px 0px 10px !important;
  }

  .footer-social_box {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }

  .footer-ul {
    justify-content: center !important;
    padding: 10px 0 !important;
  }

  .ftr-a {
    justify-content: center !important;
  }

  .q-links {
    display: block;
  }

  .logo {
    width: 270px !important;
  }

  .mr_menu_toggle .toggle_line {
    background: rgb(0 0 0) !important;
  }

  .top-contact ul li {
    font-size: 10px !important;
  }

  .details-content {
    padding: 20px 0px 0px;
  }

  .details-content h3 {
    font-size: 20px !important;
  }

  .hotel-box {
    padding: 10px 0px 10px 11px !important;
    border-radius: 10px !important;
    margin-bottom: 15px;
  }

  .hotel-box h5 {
    font-size: 15px !important;
  }

  .hotel-box p {
    font-size: 13px !important;
  }

  .list-item h5 {
    line-height: 1.7 !important;
  }

  .page-banner {
    padding: 20px 0px 20px !important;
  }

  .gallery-five {
    padding: 50px 0px 50px !important;
  }

  .contact-form {
    box-shadow: 0px 2px 10px #0000006b !important;
    padding: 20px 20px;
    margin: 20px 15px !important;
  }

  .contact-section {
    padding: 35px 0;
  }

  .contact-info h2 {
    padding-bottom: 20px;
    padding-left: 25px;
    font-size: 30px;
  }

  .contact-info h4 {
    font-size: 20px;
  }

  .contact-icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .banner-one_heading {
    font-size: 40px;
  }

  .banner-one_content {
    padding-top: 50px;
  }

  .counter-one_counter-text {
    margin-top: 0px !important;
    font-size: 13px;
  }

  .quality-one_counter-box .counter-one_block-inner {
    padding-bottom: 0px !important;
  }

  .sec-title {
    margin-bottom: 0px !important;
  }

  .sec-title-text {
    font-size: 16px !important;
  }

  .footer-ul li {
    padding: 4px 0 !important;
  }

  .main-footer .footer-bottom {
    margin-top: 10px;
    padding-top: 10px;
  }

  .top-con {
    padding: 0 10px;
  }

  .details-page {
    padding: 20px 0 10px;
  }

  .details-img {
    padding: 0px 0px 10px;
  }

  .package-section {
    padding: 30px 0;
  }

  .main-footer .copyright {
    margin-bottom: 10px !important;
    font-size: 14px;
  }
  .details-img img {
    height: 160px;
  }
  .enquire {
    font-size: 14px;
    padding: 5px 10px;
}
.contact-form h2 {
  font-size: 30px;
  padding-bottom: 20px;
  text-align: center;
}
}
