@media (min-width: 601px) {
    .hero-background {
        background-image: radial-gradient(circle at 80%, #264aa5 0%, #0B1F53 100%);
        background-repeat: no-repeat;
        background-size: 100% 90%;
    }
}
@media (max-width: 601px) {
  .hero-background {
    background-image: radial-gradient(circle at 80%, #264aa5 0%, #0B1F53 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.product-logo {
  width: 100%;
  height: 48px;
  object-fit: cover;
}

.banner-heading {
  color: #f5f5f5;
  font-weight: 500;
  word-break: break-word;
  font-size:2.3em;
  font-family: "Inter", "Noto Sans Myanmar", sans-serif;
  margin-bottom: .5rem;
  line-height: 1.2;
}

.banner-subheading {
   color: #f5f5f5;
}

.badge-benefit {
    font-size:1.0em;
    font-weight: 400;
    color: #dfdfdf;
    padding: 16px;
    border-radius: 4px;
    background: rgba(19, 19, 19, 0.356);
    margin-right: 12px;
    margin-bottom: 12px;
    white-space:nowrap;

}

.secure-payment-icon {
  width: 1.2em;
  height: 1.2em;
  bottom: 0.125em;
  position: relative;
}

/* Search Form*/
.search-form {
  border-radius: 12px;
  background-color: #EEF1FC;
}

/* Features */


.feature-card {
  border-radius: 7px;
  border: 0.1px solid #e2e2e2;
  padding: 25px;
  height: 100%;
  background-color: white;
  text-align: center;
  position: relative;
}

.feature-text {
  margin-top: 20px;
  line-height: 25px;
  word-break: break-word;
  min-height: 115px;
}

.feature-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 30px;
}

.feature-btn{
    min-width: 150px;
    border-radius: 20px;
}

/* Payment Methods */

.payment-box{
  width: 14%;
  margin-bottom: 2%;
  display:flex;
  justify-content:center;
}

.payment-logo-image {
    object-fit: contain;
}

/* Destinations */

.dest-image-box {
  position: relative;
  overflow: hidden;
  width: 90%;
  border-radius: 7px;
}

.dest-img {
  width: 100%;
  height: 300px;
  border-radius: 7px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.dest-text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
  padding-bottom: 15px;
  left: 50%;
  transform: translate(-50%);
  font: 16px/2em "Ubuntu", "Roboto", "Pyidaungsu", sans-serif !important;
  background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(0, 0, 0, 0.1712884983) 27%, rgba(1, 1, 1, 0.8351540445) 100%);
}

.dest-image-box:hover .dest-text {
  opacity: 0;
}

.dest-image-box:hover .dest-img {
  transform: scale(1.1);
}

.dest-image-box:hover .overlay {
  opacity: 1;
}

.overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.692);
  line-height: 20px;
}

.overlay-title {
  margin-bottom: 12px;
  font-family: "Ubuntu", "Roboto", "Pyidaungsu", sans-serif !important;
}

.overlay-detail {
  font-size: 14px;
}

.overlay-btn {
  color: white;
  border-radius: 20px;
  border: 1px solid #fff;
  font-size: 14px;
  margin-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.overlay-btn:hover{
  background-color:white;
  color: #000;
}

@media only screen and (min-width: 300px) and (max-width: 600px) {
  .dest-img {
    height: 250px;
  }

  .review-card {
    width: 75%;
    height: 380px;
  }

  .carousel-control-prev, .carousel-control-next {
    width: 10% !important;
  }

  .feature-card {
    padding: 50px;
  }

  .banner-bg {
    background-image: none;
  }

  .nav-container {
    background-image: url("../images/home-banner.png");
  }

  .payment-box{
    width: 25%;
    margin-bottom:5%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
/*  .payment {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
  }*/
  .payment-box{
      width: 20%;
      margin-bottom:4%;
    }

  .review-card {
    width: 70%;
    height: 300px;
  }

  .carousel-control-prev, .carousel-control-next {
    width: 10% !important;
  }
}

@media only screen and (max-width: 1000px) {
  .flex-dir-row{
      flex-direction: column;
  }

  .nationality{
     order: 0;
     margin-top: 20px;
     margin-bottom: 10px;
  }
}


.operator-icon {
  width: 100px;
  height: 50px;
}






