.center_title {
  font-size: 36px;
}
@media only screen and (max-width: 600px) {
  .center_title {
    font-size: 28px;
  }
}

.text_blue {
  color: #003a5d;
}

.banner {
  height: 80vh;
}
@media only screen and (max-width: 600px) {
  .banner {
    height: 100%;
  }
}
.banner::before {
  content: "";
  background: rgba(120, 113, 113, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .banner .banner_sub_heading {
    font-size: 18px;
  }
}

.popular_packages .swiper-button-next:after, .popular_packages .swiper-button-prev:after {
  background: rgba(5, 5, 5, 0.631372549);
  font-size: 20px;
  padding: 25%;
}
.popular_packages .swiper-button-next, .popular_packages .swiper-button-prev {
  color: #fff;
}

.popular_destinations .destination_block {
  transition: 0.8s all;
}
.popular_destinations .destination_block:hover {
  background-color: rgba(32, 27, 27, 0.1490196078) !important;
}
.popular_destinations .destination_block:hover .destination_img {
  border-radius: 0% !important;
}
.popular_destinations .destination_block .destination_img {
  transition: 0.8s all;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 365px;
  height: 365px;
}
@media only screen and (max-width: 600px) {
  .popular_destinations .destination_block .destination_img {
    width: 300px;
    height: 300px;
  }
}

footer .address {
  padding-left: 30px;
}
footer .address::before {
  content: url(images/icons/location.png);
  filter: invert(1);
  position: absolute;
  left: 0;
  top: 5px;
}
footer .contact_nos {
  padding-left: 30px;
}
footer .contact_nos::before {
  content: url(images/icons/cell-phone.png);
  filter: invert(1);
  position: absolute;
  left: 0;
  top: 5px;
}
footer .email {
  padding-left: 30px;
}
footer .email::before {
  content: url(images/icons/mail.png);
  filter: invert(1);
  position: absolute;
  left: 0;
  top: 5px;
}/*# sourceMappingURL=style.css.map */