/*banner*/
.banner{
    background-image: url('../image/destination-detail.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 520px;
    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*/


/*destinations detail*/
.destinations__detail{
    margin: 50px 0;
}
.main__destinations__detail{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
.destinations__content{
    width: 74%;
}
.sidebar__destinations{
    width: 24%;
}
.wrapper__destinations__content h1{
    font-size: 30px;
    color: #363636;
    margin-bottom: 15px;    
}
.wrapper__destinations__content p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
    margin-bottom: 10px;
}
.destinations__content__img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.destinations__content__img img{
    width: 49%;
    height: auto;
    object-fit: cover;
    display: block;
}


.destinations__info{
    margin-top: 30px;
}
.destinations__info h1{
    font-size: 30px;
    color: #363636;
    margin-bottom: 30px;    
}
.destinations__info ul li{
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
}
.destinations__info ul li:first-child{
    border-top: 1px solid #ebebeb;
}
.destinations__info ul li strong,
.destinations__info ul li p{
    width: 50%;
}
.destinations__info ul li strong{
    font-family: "Poppins";
    font-size: 15px;
    color: #363636;
    font-weight: 700;

}
.destinations__info ul li p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
}
.destinations__info ul li:hover{
    background-color: #f9f9f9;
    transition: all linear 0.2s;
}
.destinations__info ul li:hover strong{
    color: #ffdc39;
    transition: all linear 0.2s;
}


.city__list{
    margin-top: 30px;
}
.city__list h1{
    font-size: 30px;
    color: #363636;
    margin-bottom: 30px;    
}
.city__list p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
    margin-bottom: 10px;
}
.city__image{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list__city__img{
    width: 32%;
    margin-bottom: 15px;
}
.list__city__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}


.leave__reply{
    margin-top: 30px;
}
.leave__reply h3{
    font-family: "Poppins";
    font-weight: 20px;
    color: #363636;
    margin-bottom: 30px;
}
.form-leave-reply{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form__group__leave__reply{
    width: 31%;
    margin-bottom: 15px;
}
.form__group__leave__reply.mess,
.save,
.btn-submit-mess{
    width: 100%;
}
.form__group__leave__reply textarea{
    width: 100%;
    resize: vertical;
    font-size: 15px;
    color: #808285;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    outline: none;
}
.form__group__leave__reply input{
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    color: #808285;
    background-color: #f9f9f9;
    border: none;
    outline: none;
}
.save{
    margin: 20px 0;
}
.save span{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
}
.btn-submit-mess button{
    font-family: "Poppins";
    padding: 15px 60px;
    background-color: #ffdc39;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    transition: all ease-in-out 0.3s;
}
.btn-submit-mess button:hover{
    background-color: #363636;
    transition: all ease-in-out 0.3s;
}
/*end destinations detail*/

/*sidebar destinations*/
.form-sidebar-search{
    position: relative;
}
.form-sidebar-search input{
    width: calc(100% - 50px);
    padding: 15px;
    font-size: 15px;
    color: #808285;
    border: 1px solid #f2f2f2;
    background-color: #f9f9f9;
    outline: none;
}
.form-sidebar-search button{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #ffdc39;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}
.form-sidebar-search i{
    transform: rotateY(180deg);
    font-size: 20px;
}

.about__author{
    margin-top: 50px;
}
.about__author h3{
    font-size: 20px;
    color: #363636;
    margin-bottom: 20px;
}
.about__author p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
}


.categories{
    margin-top: 50px;
}
.categories h3{
    font-size: 20px;
    color: #363636;
    margin-bottom: 20px;
}
.categories ul li a{
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 15px;
    color: #808285;
}
.categories ul li a:hover{
    color: #ffdc39;
    transition: all linear 0.3s;
}


.latest__posts{
    margin-top: 50px;
}
.latest__posts h3{
    font-size: 20px;
    color: #363636;
    margin-bottom: 20px;
}
.list__latest__posts{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.latest__posts__image{
    width: 30%;
}
.latest__posts__image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.latest__posts__title{
    width: 65%;
    padding-left: 15px;
}
.latest__posts__title a{
    font-family: "Poppins";
    font-size: 15px;
    color: #363636;
    font-weight: 700;
    display: block;
}
.latest__posts__title span{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
}


.widget{
    margin-top: 50px;
}

.widget img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}



.ins__sidebar{
    margin-top: 50px;
}
.ins__sidebar h3{
    font-size: 20px;
    color: #363636;
    margin-bottom: 20px;
}
.sidebar__ins__image{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list__ins__image{
    position: relative;
    overflow: hidden;
    width: 31%;
    margin-bottom: 10px;
}
.icon__ins{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #15151566;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.icon__ins i{
    color: #fff;
    opacity: 0;
    margin-top: 130%;
    transition: all ease-in-out 0.3s;
}
.list__ins__image:hover .icon__ins{
    opacity: 1;
    transition: all ease-in-out 0.3s;
}
.list__ins__image:hover .icon__ins i{
    opacity: 1;
    margin-top: 0;
    transition: all ease-in-out 0.3s;
}
.list__ins__image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.tags{
    margin-top: 50px;
}
.tags h3{
    font-size: 20px;
    color: #363636;
    margin-bottom: 20px;
}
.tags ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tags ul li a{
    position: relative;
    font-size: 15px;
    color: #808285;
    line-height: 27px;
    width: max-content;
}
.tags ul li a:hover{
    color: #ffdc39;
    transition: all linear 0.3s;
}
.tags ul li:not(:last-child) a::before{
    content: ",";
    position: absolute;
    right: -4px;
    bottom: -4px;
}
/*end sidebar destinations*/


@media only screen and (max-width: 1200px){
    .banner{
        position: static;
        height: 300px;
        margin-top: 0;
    }
    .banner__text h2{
        font-size: 26px;
    }
    .main__destinations__detail{
        width: 95%;
        gap: 30px;
    }
    .form__group__leave__reply{
        width: 100%;
    }
    .destinations__content,
    .sidebar__destinations{
        width: 100%;
    }
    
    .widget img{
        height: 500px;
        margin: auto;
    }

}


@media only screen and (max-width: 767.98px){
    .list__city__img,
    .list__ins__image{
        width: 48%;
    }


}