.home .container.layout-container.margin-top{
    margin-top:0px;
}
.home .banner-caption-container {
  font-size: 95px!important;
  line-height: 1em!important;
  text-shadow: -5px 8px 10px #000;
  margin-top: 0!important;
  margin-bottom: 60px!important;
}

.home .banner-caption-container-link a{
  border: none;

  width: auto;
  height: auto;
  border-radius: 100px;

  color: #394760;
  font-size: 37px;
  font-weight: bold;
  background: rgba( 255, 255, 255, 0.8);

  outline: none !important;

  display: inline-block;
  padding: 18px 150px;

}
.tours-carousel .title__primary{
    color:#fff;
}
.tours-carousel .title__subtitle{
    color:#fff;
}
.home #swiper1 .atgrid__item__content {
  padding: 30px;
  min-height: 300px;
}
.home #swiper3 .tours-type__item__image img{
    max-height:190px;
}
.home #swiper3 .title--center {
  color: #000;
  border: none;
  margin-bottom: 97px;
}
.home #swiper2 .title--center {
  border: none;
  margin-bottom: 97px;
}
.home #swiper1 .title--center {
  border: none;
  margin-top: 97px;
}
.home #swiper2 {
  padding-top: 60px;
  padding-bottom: 160px;
  background: url('/wp-content/uploads/2026/07/BG-for-Destination-com1.jpg');
  background-position: 50%;
}
.home #swiper2 .tours-type__item__title {
  font-size: 57px;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  letter-spacing: 8px;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
  line-height: 1em;
  bottom: initial;
}


.home #swiper2 .title--big .title__primary::after {
  content: "";
  background: url('/wp-content/uploads/2026/07/Destination-Icon.png');

    background-size: auto;

  background-size: cover;
  width: 365px;
  height: 50px;
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 0;
  margin: auto;

}
.home #swiper3 .title--big .title__primary::after {
  content: "";
  background: url('/wp-content/uploads/2026/07/Activity-Icon.png');
    background-size: auto;
  background-size: contain;
  width: 365px;
  height: 38px;
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 0;
  margin: auto;
}
.home #swiper1 .title__subtitle::before {
  content: "";
  background: url('/wp-content/uploads/2026/07/Best-selling-button.png');
    background-size: auto;
  background-size: cover;
  width: 432px;
  height: 50px;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
}
.home .title--decoration-bottom-center::after{
    display:none;
}
.home .activity-static-image-container {
  margin-top: 66px;
  text-align: center;
}
.home .activity-static-image {
  margin: 0 75px;
}
.price-decoration{
    display:none;
}
.tours-tabs ul li:last-child {
  display:none;
}

@media (max-width: 414px) {
  .home .banner-caption-container {
    font-size: 22px;
  }
    .home .banner-caption-container a {
    padding: 2px 20px;
    font-size: 11px;
  }
}