.feature-destination {
  position: relative;
  padding: 0px 20px;
}
@media (max-width: 1560px) {
  .feature-destination {
    top: 70px;
  }
}
@media (max-width: 1049px) {
  .feature-destination {
    top: 75px;
  }
}
@media (max-width: 400px) {
  .feature-destination {
    top: 95px;
  }
}
.feature-destination::before {
  background-image: url("/assets/img/background_img/Second-left.png");
  top: 0;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1249px) {
  .feature-destination::before {
    height: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .feature-destination::before {
    height: 50%;
    width: 50%;
  }
}
.feature-destination::after {
  background-image: url("/assets/img/background_img/Second-right.png");
  bottom: 0;
  position: absolute;
  content: "";
  width: 100%;
  right: 0;
  height: 50%;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}
@media (max-width: 1249px) {
  .feature-destination::after {
    height: 50%;
    width: 35%;
  }
}
@media (max-width: 768px) {
  .feature-destination::after {
    height: 50%;
    width: 35%;
    bottom: -40px;
  }
}
@media (max-width: 575px) {
  .feature-destination::after {
    bottom: 0px;
  }
}
.feature-destination .inner {
  padding: 100px 20px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .feature-destination .inner {
    padding: 50px 0px;
  }
}
@media (max-width: 620px) {
  .feature-destination .inner {
    padding: 40px 0px;
  }
}
.feature-destination .inner .heading {
  padding-bottom: 20px;
}
.feature-destination .inner .heading h2 {
  color: #308AC7;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 77px;
}
@media (max-width: 768px) {
  .feature-destination .inner .heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .feature-destination .inner .heading h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .feature-destination .inner .heading h2 {
    font-size: 30px;
    line-height: normal;
  }
}
.feature-destination .inner .slider-wrapper .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.feature-destination .inner .slider-wrapper .inner-wrap .wrapper {
  width: calc(33.33% - 35px);
  margin-right: 35px;
}
@media (max-width: 620px) {
  .feature-destination .inner .slider-wrapper .inner-wrap .wrapper {
    width: calc(33.33% - 10px);
    margin-right: 10px;
  }
}
.feature-destination .inner .slider-wrapper .inner-wrap .wrapper .img {
  padding-bottom: 20px;
}
.feature-destination .inner .slider-wrapper .inner-wrap .wrapper .img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #D9D9D9;
  box-shadow: 0px 0px 30px 0px rgba(0, 111, 186, 0.25);
}
.feature-destination .inner .slider-wrapper .inner-wrap .wrapper .text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-destination .inner .slider-wrapper .inner-wrap .wrapper .text-wrap .country h3 {
  color: #308AC7;
  font-family: "Ubuntu";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 77px;
}
@media (max-width: 991px) {
  .feature-destination .inner .slider-wrapper .inner-wrap .wrapper .text-wrap .country h3 {
    font-size: 24px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .feature-destination .inner .slider-wrapper .inner-wrap .wrapper .text-wrap .country h3 {
    font-size: 22px;
    line-height: 45px;
  }
}
@media (max-width: 475px) {
  .feature-destination .inner .slider-wrapper .inner-wrap .wrapper .text-wrap .country h3 {
    font-size: 20px;
    line-height: 35px;
  }
}
.feature-destination .inner .slider-wrapper .inner-wrap .wrapper .text-wrap .amount {
  color: #308AC7;
  text-align: right;
  font-family: "Ubuntu";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 77px;
}
@media (max-width: 991px) {
  .feature-destination .inner .slider-wrapper .inner-wrap .wrapper .text-wrap .amount {
    font-size: 24px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .feature-destination .inner .slider-wrapper .inner-wrap .wrapper .text-wrap .amount {
    font-size: 22px;
    line-height: 45px;
  }
}
@media (max-width: 475px) {
  .feature-destination .inner .slider-wrapper .inner-wrap .wrapper .text-wrap .amount {
    font-size: 20px;
    line-height: 35px;
  }
}
.feature-destination .inner .slider-wrapper .inner-wrap .wrapper .sub-text {
  color: #308AC7;
  opacity: 0.5;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .feature-destination .inner .slider-wrapper .inner-wrap .wrapper .sub-text {
    font-size: 17px;
  }
}
.feature-destination .inner .slider-wrapper .inner-wrap .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  padding-top: 45px;
}
@media (max-width: 575px) {
  .feature-destination .inner .slider-wrapper .inner-wrap .slick-dots {
    padding-top: 25px;
  }
}
.feature-destination .inner .slider-wrapper .inner-wrap .slick-dots li {
  margin: 0 0.25rem;
}
.feature-destination .inner .slider-wrapper .inner-wrap .slick-dots li.slick-active button {
  background-color: #006fba;
}
.feature-destination .inner .slider-wrapper .inner-wrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #7fb6dc;
  text-indent: -9999px;
}/*# sourceMappingURL=feature-destination.css.map */