/*banner*/
.banner{
    background-image: url('../image/tour-detail-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    position: relative;
    margin-top: -60px;
    z-index: 3;
}
.banner__text{
    text-align: center;
}
.banner__text h2{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 39px;
}
/*end banner*/

/*tour detail*/
.tour__detail{
    margin-top: -78px;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}
.main__tour__detail{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
.main__tour__detail__content{
    width: 74%;
}
.sidebar__book__tour{
    width: 24%;
}
.tab-container{
    margin-bottom: 30px;
}
.tabs{
    display: flex;
    flex-wrap: wrap;
}
.list__tabs{
    width: 130px;
    padding: 15px 0px;
    font-size: 14px;
    color: #808285;
    background-color: #f4f4f4;
    cursor: pointer;
    text-align: center;
    transition: all ease-in-out 0.3s;
}
.list__tabs i{
    font-size: 18px;
}
.list__tabs p{
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    color: #808285;
    margin-top: 8px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.list__tabs:not(:last-child){
    border-right: 1px solid #d7d7d7;
}
.list__tabs:hover,
.list__tabs:hover p{
    color: #ffdc39;
}
.list__tabs.current{
    background-color: #fff;
    color: #ffdc39;
    margin-top: -8px;
    border-color: #fff;
    transition: all ease-in-out 0.3s;
}
.list__tabs.current p{
    color: #ffdc39;
}
.tab-content{
    display: none;
}

.tab-content.current{
    display: block;
}

.title___information h3{
    display: inline-block;
    font-family: "Poppins";
    font-size: 30px;
    color: #363636;
    font-weight: 700;
    line-height: 40px;
    margin-right: 22px;
}

.price{
    display: inline-flex;
    align-items: center;
}
.price p{
    font-size: 20px;
    color: #363636;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 0;
}
.price p span{
    font-size: 26px;
    color: #ffdc39;
    font-weight: 700;
}
.person{
    color: #808285;
}

.info__intro{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
    margin-top: 30px;
}
.list__info__tour{
    background-color: #f4f4f4;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 18px 20px;
    margin: 30px 0;
}
.list__info__tour li{
    font-size: 15px;
    color: #808285;
    line-height: 26px;
}
.list__info{
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #ebebeb;
}
.list__info:first-child{
    border-top: 1px solid #ebebeb;
}
.list__info:hover{
    background-color: #f9f9f9;
}
.list__info:hover strong{
    color: #ffdc39;
}
.list__info strong,
.list__info p,
.list__info ul,
.not__include{
    width: 50%;
    font-size: 15px;
    color: #808285;
}
.list__info strong{
    font-family: "Poppins";
    font-size: 15px;
    color: #363636;
    font-weight: 700;
    line-height: 27px;    
}
.list__info ul{
    display: flex;
    flex-wrap: wrap;
}
.list__info ul li{
    width: 50%;
    margin-bottom: 5px;
}
.list__info ul li i{
    color: #ffdc39;
}
.not__include i{
    color: #e83f53;
}

.our__gallery{
    margin-top: 30px;
}
.our__gallery h3{
    font-family: "Poppins";
    font-size: 30px;
    color: #363636;
    font-weight: 700;
    margin-bottom: 20px;
}
.our__gallery p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
    margin-bottom: 30px;
}
.main__our__gallery{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list__gallery{
    width: 32%;
    margin-bottom: 30px;
}
.list__gallery img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    /* animation: imageAnimation 15s ease-in-out infinite 0s; */
}


/* @keyframes imageAnimation {
    0% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
} */

.main__plan,
.list__plan{
    position: relative;
}
.main__plan::before{
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 1px dashed #b7b7b7;
}

.step{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #ffdc39;
    text-align: center;
    line-height: 50px;
}
.step span{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.plan__content{
    margin-left: 90px;
}
.plan__content h5{
    font-size: 15px;
    color: #363636;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}
.plan__content p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
    margin-bottom: 23px;
}
.plan__content ul{
    padding-left: 20px;
}
.plan__content ul li{
    list-style: disc;
    font-size: 15px;
    color: #808285;
    line-height: 27px;
    margin-bottom: 10px;
}

.plan__content .list__check{
    padding-left: 0;
}
.plan__content .list__check li{
    list-style: none;
}
.plan__content .list__check li i{
    color: #ffdc39;
    margin-right: 5px;
}

.tab__location h3{
    font-size: 30px;
    color: #363636;
    font-weight: 700;
    margin-bottom: 20px;
}
.excerpt{
    font-size: 18px;
    color: #808285;
    line-height: 27px;
    margin-bottom: 30px;
} 
.tab__location iframe{
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.tab__location h4{
    font-size: 20px;
    color: #363636;
    font-weight: 700;
    margin-bottom: 20px;
}
.location__content{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
}

.tab__list__gallery{
    margin-bottom: 30px;
}
.tab__list__gallery img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
	aspect-ratio: 6/4;
}

.tab__review h3{
    font-size: 30px;
    color: #363636;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.heading__review{
    font-size: 18px;
    color: #808285;
    line-height: 27px;
}
.avg__review{
    padding: 0 15px;
}
.number__avg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ebebeb;
    text-align: center;
}
.number__avg h1{
    font-size: 60px;
    color: #ffdc39;
    font-weight: 700;
}
.number__avg p{
    font-size: 24px;
    color: #808285;
    line-height: 27px;
}

.progress__bar{
    background-color: #ebebeb;
}
.progress__bar:not(:last-child){
    margin-bottom: 10px;
}
.review__progress__bar{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 10px;
    background-color: #0095e1;
}
.review__progress__bar p{
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}
.review__progress__bar span{
    color: #fff;
}

.tab__review h4{
    font-size: 20px;
    color: #363636;
    font-weight: 800;
    margin-top: 20px;
}


.main__comments{
    padding-top: 50px;
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
}
.author__name h5{
    font-size: 15px;
    color: #363636;
    font-weight: 800;
}
.author__name p,
.comments__content p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
}
.list__comments{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.list__customer__review{
    display: flex;
    gap: 8px;
}
.list__customer__review ul{
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 10px;
}
.list__customer__review ul li i{
    color: #ffdc39;
}


.write__review .list__customer__review strong{
    font-size: 13px;
    line-height: inherit;
}
.write__review .list__customer__review ul li i{
    font-size: 13px;
    display: block;
}
.write__review .list__customer__review ul{
    margin-bottom: 0;
}
.write__review .list__customer__review{
    margin-bottom: 10px;
}

.form-review input,
.form-review textarea{
    font-size: 15px;
    background-color: #f9f9f9;
    color: #808285;
}
.form-review{
    margin-top: 30px;
}
.form-review button{
    font-family: "Poppins";
    padding: 15px 60px;
    background-color: #ffdc39;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}
.form-review button:hover{
    background-color: #363636;
    transition: all ease-in-out 0.3s;
}



.add h3{
    font-size: 30px;
    color: #363636;
    font-weight: 700;
    margin: 30px 0;
}
.add p{
    font-size: 15px;
    line-height: 27px;
    color: #808285;
}



.sidebar__book__tour{
    background-color: #f9f9f9;
    padding: 30px;
}
.sidebar__book__tour h5{
    font-size: 15px;
    color: #363636;
    font-weight: 700;
    margin-bottom: 20px;
}
.sidebar__book__tour .row{
    margin: 0;
}
.list__form{
    display: flex;
    align-items: center;
    padding-left: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}
.icon__form i{
    color: #bbb;
}
.list__form input{
    font-size: 12px;
    font-family: "Poppins";
    color: #808285;
    padding: 20px;
    border: none;
    outline: none;
    border-radius: 0;
}
.list__form textarea{
    width: 100%;
    resize: vertical;
    font-size: 12px;
    font-family: "Poppins";
    color: #808285;
    padding: 20px 0;
    border: none;
    outline: none;
    border-radius: 0;
}

.btn-check{
    margin-bottom: 15px;
}
.btn-check button{
    width: 100%;
    padding: 15px 10px;
    background-color: #b9babc;
    font-size: 14px;
    color: #777777;
    border: none;
    outline: none !important;
    border-radius: 0;
    cursor: pointer;
}
.btn-check button:hover{
    background-color: #363636;
    color: #fff;
    transition: all .3s;
}
.btn-book-tour button{
    width: 100%;
    padding: 15px 10px;
    background-color: #ffdc39;
    font-family: "Poppins";
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none !important;
    border-radius: 0;
    cursor: pointer;
}
/*end tour detail*/

@media only screen and (max-width: 1200px){
    .banner{
        position: static;
        height: 300px;
        margin-top: 0;
    }


    .main__tour__detail{
        width: 95%;
    }
    .main__tour__detail__content,
    .sidebar__book__tour{
        width: 100%;
    }
    .sidebar__book__tour{
        margin-top: 30px;
    }
    .tour__detail{
        margin-top: 30px;
        position: static;
    }
    .list__tabs.current{
        margin-top: 0;
    }
    .list__tabs{
        width: auto;
        padding: 15px 25px;
    }
    .list__comments{
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 767.98px){
    .list__tabs{
        width: 100%;
        border-bottom: 1px solid #d7d7d7;
    }
}