
main {

    height: 80vh !important;
}
.slide-info {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 8;
  }
.slide-info h2 {
    font-size: clamp(2rem, 9vw, 5rem);
    line-height: clamp(2rem, 9vw, 5rem);
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 0.5rem;
}
.slide-info h1 {
    color: var(--white);
    font-size: clamp(3.2rem, 10vw, 7rem);
    line-height: clamp(3.2rem, 10vw, 7rem);
    text-transform: uppercase;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.slide-info h3 {
    color: var(--white);
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 2em;
}
/* Reasons */

.reasons{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);

}

.reason-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    border: 1px solid var(--grey-border);
    padding: 50px 10px;
    min-height: 200px;
    color: #ffffff;
    text-align: center;
  }

  .reason-thumbnail i{
    font-size: 4rem;
    color: #304f47;
  }

  .reason-content h3{
    font-weight: 400;
    font-size: 1rem;
    margin-top: 15px;
    color: grey;
  }
/* section selection */


    .selection{
        position: relative;
        display: flex;
        flex-direction: column;
        /* background-image: url('/assets/img/header/komba.jpg');
        background-repeat: no-repeat;
        background-size: cover; */
    }

    .selection-item{

        display: flex;

    }
    .selection-item:nth-child(2n){
        flex-direction: row-reverse;
    }
    .selection-item>div{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .selection-image{
        position: relative;
    }

    .selection-image .watch-selection{
        position: absolute;
        /* top: 50%; */
        padding: 0.5rem 1rem;
        text-transform: uppercase;
        background-color: var(--yellow-com);
        color: #fff;
        margin:.5rem 0;
        border: none;
    }
    .watch-selection i{
        padding-right: 10px;
    }
    .selection-image img{
        width: 100%;
        height: 300px;
        object-fit: cover;
        /* height: 100%; */
    }
    .selection-content{
        padding: 0 1rem;
    }

    /* .selection-content a{
        font-size: .8rem;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
        padding: 0.5rem 1rem;
        text-transform: uppercase;
        background-color: var(--primary);
        color: #fff;
        margin:.5rem 0;
    }
    .selection-content .title-section{
        margin: 1rem 0;
    }

    .selection-content a:after {
        content: '»';
        position: absolute;
        opacity: 0;
        top: 0;
        bottom: 0;
        right: -2px;
        transition: 0.5s;
        font-size: 30px;
        display: flex;
        align-items: center;

    }

    .selection-content a:hover{
        padding-right: 24px;
        padding-left:8px;
        background-color: var(--yellow-com);
    }

    .selection-content a:hover:after {
        opacity: 1;
        right: 5px;
    } */

/* endsection */

  /* Popular destination */

  .popular-destination{
    position: relative;

}




  .popular-destination .title-section{
    /* color: #ffffff; */
  }
  .popular-tours{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
  }

  .tour{
    display: flex;
    flex-direction: column;

    border: 1px solid rgba(243, 241, 241, 0.8);
    /* padding: 50px 10px; */
    min-height: 400px;
    background-color: #ffffff;
    /* color: #ffffff; */
    text-align: center;
  }

  .tour-thumbnail span{
    font-size: 4rem;
  }
  .tour .tour-thumbnail img{
    width: 100%;
    object-fit: cover;
  }



/* RESPONSIVE DESIGN */
/* @media only screen and (max-width: 1199px){

 } */

@media only screen and (max-width: 991px){

}


@media only screen and (max-width: 767px){

  /* About adventure */
  .about-adventure{
    display: grid;
    grid-template-columns: 1fr;

  }

  .offer-skill{
    display: grid;
    grid-template-columns: 1fr;
  }

  .reasons{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }



}


@media only screen and (max-width: 479px) {
    .reasons{
        display: grid;
        grid-template-columns: 1fr;
    }


    .selection-item{

        display: flex;
        flex-direction: column;

    }
    .selection-item:nth-child(2n){
        flex-direction: column;
    }

}

.swiper-post{
    width: 100%;
    overflow: hidden;
}
/*  */

  .swiper-header {
    width: 100%;
    height: 80vh;
  }
  .swiper-header .swiper-slide img{
    height: 100%;
    object-fit: cover;
  }
  .swiper {
    width: 100%;
    height: 60vh;
  }

  .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper .swiper-slide .title{
    position: absolute;
    bottom: 10%;
    left: 5%;
    color: #fff;
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    line-height: clamp(2rem, 9vw, 5rem);
    text-transform: uppercase;
  }

  .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }

  .autoplay-progress-slider-header{
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
  }

  .autoplay-progress-slider-header svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }


  /* Swiper shocasse */

  .swiper-showcase{
    width: 100%;
    overflow: hidden;
}
.swiper-slide-showcase{
    display: flex !important;
}
