/*.banner-section .start-img .wp-block-gallery,.banner-section .last-img .wp-block-gallery{
  flex-direction: column;
}*/
.banner-section .banner-title,.our-places-section .places-small-text,.unique-offering .activity-text,.banner-section .start-img .wp-block-image .wp-element-caption,
.banner-section .last-img .wp-block-image .wp-element-caption,.banner-section .mid-img .wp-element-caption{
  font-family: "Protest Riot", sans-serif;
}
.banner-section .banner-top-text,.banner-section .banner-bottom-text,.our-places-section .feature-box .post-text,.our-places-section .feature-box .price{
  font-weight: 600;
}
.our-places-section .feature-box figcaption,.unique-offering .count{
  font-weight: 800;
}
.our-places-section .day-text,.our-places-section .person-text{
  font-weight: 500;
}
.banner-section .start-img .wp-block-image,.banner-section .last-img .wp-block-image{
    height: 120px !important;
    width: 190px !important;
    border-radius: 12px;
    box-shadow: 0px 3px 6px #00000029;
    object-fit: cover;
}
.banner-section .start-img img,.banner-section .last-img img,.banner-section .mid-img img{
    border-radius: 12px;
    z-index: 2;
}
.banner-section .wp-block-cover__background:after{
  content: "";
  background: url(../images/banner-bottom.png) no-repeat;
  background-position: center bottom;
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-size: contain;
  left: 0!important;
}
.banner-section:after{
  content: "";
  background: url(../images/Line.png) no-repeat;
  background-position: center top;
    display: block;
    height: 73%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-size: contain;
    z-index: 0;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.banner-section .start-img .wp-block-image .wp-element-caption,.banner-section .last-img .wp-block-image .wp-element-caption,.banner-section .mid-img .wp-block-image .wp-element-caption{
  background: transparent !important;
  font-weight: 500 !important;
}
.banner-section .mid-img .wp-element-caption{
  position: absolute;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.banner-section .start-img .wp-block-image:hover img, .banner-section .last-img .wp-block-image:hover img,.banner-section .mid-img figure:hover img{
  filter: brightness(0.6);
}
.banner-section .start-img .wp-block-image:hover .wp-element-caption, .banner-section .last-img .wp-block-image:hover .wp-element-caption,.banner-section .mid-img figure:hover .wp-element-caption{
  z-index: 2;
  color: #fff;
  background: transparent !important;
  font-size: 20px;
  font-weight: 500 !important;
  top: 30% !important;
  opacity: 1;

}
.banner-section .start-img .wp-block-image:nth-child(1){
    bottom: 65%;
    left: 14%
}
.banner-section .start-img .wp-block-image:nth-child(2){
    bottom: 44%;
    left: 14%
}
.banner-section .start-img .wp-block-image:nth-child(3){
    bottom: 20%;
    left: 19%;
}
.banner-section .last-img .wp-block-image:nth-child(1){
    bottom: 65%;
    right: 14%
}
.banner-section .last-img .wp-block-image:nth-child(2){
    bottom: 44%;
    right: 14%
}
.banner-section .last-img .wp-block-image:nth-child(3){
    bottom: 20%;
    right: 15%;
}
.banner-section .mid-img figure{
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 2;
}
.our-places-section .feature-box{
  border-radius: 15px;
}
.our-places-section .feature-box .wp-block-columns{
  border-radius: 0px 0px 15px 15px;
}
.our-places-section .feature-box img{
  border-radius: 15px 15px 0px 0px;
}
.our-places-section .feature-box figcaption{
  position: absolute;
  top: 0;
  left: 7%;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  color: #fff !important;
}
.our-places-section .feature-box figure:after{
  content: '';
  background: transparent linear-gradient(180deg, #11254200 0%, #112542 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  width: 100%;
  height: 280px;
  left: 0%;
}
.our-places-section .feature-box:hover figure:after{
  background: transparent linear-gradient(180deg, #11254200 0%, #00A3EB 100%) 0% 0% no-repeat padding-box;
}
.our-places-section .feature-box .tour-content{
  top: 40%;
  left: 0;
  left: 20px;
  right: 20px;
}
.our-places-section .feature-box .wp-block-image{
  margin: 0 !important;
}
.our-places-section .feature-box .wp-block-button a{
  padding: 8px 100px 8px 20px;
  color: #112542 !important;
}
.our-places-section .feature-box .wp-block-button a:hover{
    background-color: #00A3EB !important;
    color: #ffffff !important;
    position: relative;
    padding-left: 90px;
    padding-right: 35px;
    position: relative;
}
.our-places-section .feature-box .wp-block-button:hover a:before{
  right: 60%;
  bottom: 38%;
  background-color: #ffffff;
}
.our-places-section .feature-box .wp-block-button:hover a:after{
  right: -2%;
}
.our-places-section .feature-box .wp-block-button a:after{
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  width: 50px;
  height: 20px;
  right: 0%;
}
.our-places-section .feature-box .wp-block-button a:before{
  content: '';
  position: absolute;
  background-color: #112542;
  height: 2px;
  width: 65px;
  bottom: 41%;
  right: 14%;
  transform: translateY(-50%);
}
.our-places-section .feature-box .wp-block-button a{
  position: relative;
}
.our-places-section .feature-box .tour-content .wp-block-group .is-vertical,.unique-offering .box-sec,.unique-offering .place-sec{
  gap: 0em !important;
}
.our-places-section .feature-box .post-heading{
  border-bottom: 3px solid #ffffff;
  padding-top: 10px;
}
.our-places-section .tab-section a{
  color: #000 !important;
}
.our-places-section .tab-section a:hover{
  color: #000 !important;
}
.unique-offering .icon i{
    color: #112542;
    font-size: 40px;
    text-shadow: 0px 3px 6px #00000029;
}
.unique-offering .count{
  position: absolute;
  left: 18%;
  transform: translateY(-50%);
  opacity: 0.1;
}
.unique-offering .col-2{
  margin-left: -10%;
}
.unique-offering .box-sec{
  width: 30%;
}
.unique-offering .row-box{
  flex-wrap: wrap !important;
  margin: 0 auto;
  justify-content: center;
  gap: 2em;
}

@media screen and (max-width: 767px){
  .banner-section{
    min-height: 700px !important;
  }
  .banner-section .banner-title{
    font-size: 40px !important;
  }
  .banner-section .slider-col .mid-section{
    position: absolute !important;
    top: 5% !important;
    left: 0;
  }
  .banner-section:after{
    background: url(../images/Line1.png) no-repeat;
    background-position: center top;
    top: 25%;
  }
  .banner-section .start-img .wp-block-image, .banner-section .last-img .wp-block-image,.banner-section .mid-img img{
    height: 65px !important;
    width: 90px !important;
  }
  .banner-section .banner-top-text,.banner-section h1,.banner-section .banner-bottom-text,.our-places-section .places-small-text,.our-places-section .places-text,
  .our-places-section .tab-section {
    text-align: center !important;
  }
  .our-places-section .feature-box img,.unique-offering .box-sec{
    width: 100% !important;
  }
  .unique-offering .count{
    font-size: 57px !important;
    left: 17% !important;
  }
  .our-places-section .tab-section{
    justify-content: center;
  }
}
@media screen and (max-width: 991px){
  .unique-offering .box-sec .icon{
    flex-basis: 10% !important;
  }
  .unique-offering .box-sec .icon-text{
    flex-basis: 90% !important;
  }
  .unique-offering .place-sec .col-1{
    flex-basis: 33% !important;
  }
  .unique-offering .place-sec .col-2{
    flex-basis: 67% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .banner-section{
    min-height: 550px !important;
  }
  .banner-section .banner-title{
    font-size: 45px !important;
  }
  .banner-section .start-img .wp-block-image, .banner-section .last-img .wp-block-image,.banner-section .mid-img img{
    height: 80px  !important;
    width: 130px  !important;
  }
  .banner-section .start-img .wp-block-image:nth-child(1),.banner-section .last-img .wp-block-image:nth-child(1){
    bottom: 70%;
  }
  .banner-section .start-img .wp-block-image:nth-child(2),.banner-section .last-img .wp-block-image:nth-child(2){
    bottom: 50%;
  }
  .banner-section .slider-col,.our-places-section .places-text{
    flex-wrap: nowrap !important;
  }
  .banner-section.slider-col:not(.is-not-stacked-on-mobile)>.mid-section,.wp-block-column.is-vertically-aligned-center.mid-section.position-relative.is-layout-flow.wp-block-column-is-layout-flow{
    flex-basis: 60% !important;
  }
  .wp-block-column.is-vertically-aligned-top.start-img.is-layout-flow.wp-block-column-is-layout-flow,.wp-block-column.last-img.is-layout-flow.wp-block-column-is-layout-flow{
    flex-basis: 20% !important;
  }
  .unique-offering .box-sec{
    width: 47%;
    flex-wrap: nowrap !important;
  }
  .our-places-section .places{
    flex-wrap: wrap !important;
    justify-content: center !important;    
  }
  .our-places-section .places .feature-box{
    flex: 0 0 45% !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .banner-section{
    min-height: 700px !important;
  }
  .banner-section .banner-title{
    font-size: 65px !important;
  }
  .banner-section .start-img .wp-block-image, .banner-section .last-img .wp-block-image,.banner-section .mid-img img{
    height: 100px !important;
    width: 165px !important;
  }
  .banner-section .start-img .wp-block-image:nth-child(2),.banner-section .last-img .wp-block-image:nth-child(2){
    bottom: 48%;
  }  
}
@media screen and (min-width: 992px) and (max-width: 1399px){
  .our-places-section .places{
    gap: 0.5em !important;
  }
  .our-places-section .feature-box .tour-content{
    top: 37%;
  }
  .our-places-section .day-text{
    font-size: 15px !important;
  }
  .our-places-section .feature-box .price{
    font-size: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px){
  .unique-offering .count{
    font-size: 62px !important;
    left: 5%;
  }
  .unique-offering .col-2 h4{
    font-size: 22px !important;
  }
  .unique-offering .box-sec{
    gap: 1.5em !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px){
  .banner-section .start-img .wp-block-image:nth-child(1),.banner-section .start-img .wp-block-image:nth-child(2){
    left: 5%;
  }
  .banner-section .start-img .wp-block-image:nth-child(3){
    left: 10%;
  }
  .banner-section .last-img .wp-block-image:nth-child(1),.banner-section .last-img .wp-block-image:nth-child(2),.banner-section .last-img .wp-block-image:nth-child(3){
    right: 5%;
  }
}
