a {
  text-decoration: none;
}

section {
  padding: 4rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00360b;
}

.text-justify {
  text-align: justify;
}

.text-primary {
  color: #14b133 !important;
}

.contianer {
  padding: 0 15px !important;
}

/* header css */

.header_main {
  /* background-color: #354edc; */
  z-index: 9;
}

.logo {
  background: #0000001a;
  padding: 10px 20px;
  border-radius: 55px;
  backdrop-filter: blur(25px);
  border: 2px solid #fff;
}

.mailBtn {
  background: linear-gradient(90deg, #14b133, #14b133);
  position: relative;
  border: 2px solid #14b133;
}

.mailBtn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #354edc, #14b133);
  transition: 0.3s linear;
}

.mailBtn:hover::before {
  width: 100%;
}

/* banner sec */

.banner_main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

/* about image */

.about_image img {
  mask-image: url("../images/mask.webp");
  mask-repeat: no-repeat;
  mask-size: cover;
}

/* feature section */

.feature_sec {
  background: #14b13347;
}

/* top dest css */

.topDdest_box {
  width: 100%;
  max-width: 95%;
  height: 300px;
  margin: auto;
}

.dest_image {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #14b133;
}

.dest_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination_slider .slick-slide {
  transform: scale(0.9);
  transition: 0.5s;
  filter: grayscale(0) blur(5px);
}

.destination_slider .slick-slide.slick-active.slick-center {
  transform: scale(1);
  filter: grayscale(0) blur(0);
}

/* CTA sec */

.cta_sec {
  background: url("../images/cta_banner.webp") no-repeat center / cover;
  padding: 5rem 0;
  position: relative;
}

.cta_sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.3;
}

/* footer */

.footer_sec {
  background-color: #00360b;
}

@media (max-width: 1024px) {
  .destination_slider .slick-slide {
    filter: grayscale(0) blur(0);
    transform: scale(1);
  }
}

@media (max-width: 500px) {
  .logo img {
    max-width: 195px;
  }
}
