/* ------------------------ Travel Guide Page ------------------------ */
.travel-guide-list-section{
    border: solid 1px #444444;
    border-radius: 15px;
    padding: 15px;
    display: grid;
    gap: 20px;
}
.list-section{
    height: 100%;
    width: 100%;
    display: grid;
    gap: 20px;
    justify-content: space-between;
    grid-template-columns: repeat(5,1fr);
}
.list-section-1{
    height: 100%;
    width: 100%;
    display: grid;
    padding: 10px;
    gap: 5px;
    border-radius: 10px;
}
.list-guide-flag-title{
    display: flex;
    align-items: center;
}
.list-guide-flag{
    border-radius: 8px;
    margin-left: 20px;
}
.list-guide-flag-title span{
    font-size: 1.125rem;
}
.list-guid-items-btn{
    width: 100%;
    padding: 5px;
    border: solid 1px #444444;
    border-radius: 10px;
    background-color: #ffffff;
    transition: 0.3s ease!important;
    font-style: normal;
}
.list-guid-items-btn:hover{
    background-color: #50C4ED;
    color: #fff;
    transition: 0.3s ease!important;
}


.horizontal-scroll, .t-g-posts-container ,.t-g-post-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.inx-post-list{
    overflow: hidden;
    width: 100%;
}
.t-g-posts{
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.5);    border-radius: 15px;
    display: grid;
}
.t-g-posts:hover{
    box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.5);    border-radius: 15px;
}
.list-guide-post-img{
    width: 100%;
    height: 200px;
    border-radius: 15px 15px 0 0 ;
}
.t-g-post-title {
    padding: 10px;
}
.t-g-post-title span{
    font-size: 16px;    
}
.t-g-post-title p{
    margin-top: 6px;
    margin-bottom: 0;
    color: #717171;
    text-align: justify;
}
.t-g-post-details{
    padding: 0px 10px 10px 10px;
}
.t-g-post-details span{
    padding-left: 15px;
    font-size: .875rem;
    font-weight: 300;
    font-style: normal;
    color: #717171;
}
/* ------------------------------------------------------------- */

/* ------------------------ travel news ------------------------ */
.travel-news-post-sec{
    display: grid;
    gap: 20px;
}
.t-news-post-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
/* ------------------------------------------------------------- */

/* ------------------------ Hotel Cat ------------------------ */
.hotels-title.df.gp5 {
    align-items: baseline;
}
.hotel-girds-cat {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
/* ------------------------ Tour List ------------------------ */
.header-tour-list-bkground {
    max-width: 100%;
    height: 315px;
    background-size: contain !important;    
}

.main-sec-tour-list{
    display: grid;
    justify-content: center;
}
.title-breadcrumbs {
    width: 1280px;
    margin-top: -75px;
}
.title-tour-list{
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
}
.sec-tour-list{
    display: flex;
    width: 1280px;
    gap: 30px;
}
.sidebar-tour-list{
    width: 20%;
}
.tour-list-sec{
    width: 80%;
}
.tour-list-num{
    display: flex;
    gap: 10px;
}
.tour-list-img{
    width: 23%;
    border-radius: 15px;
}
.tour-list-details{
    margin: 10px 0px;
    width: 53%;
    border: solid 1px #E0E0E0;
    border-radius: 15px;
    padding: 10px 10px 0px 10px;
}
.tour-list-price{
    margin: 10px 0px;
    width: 34%;
    border: solid 1px #E0E0E0;
    border-radius: 15px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 10px;
}
.tour-list-name{
    font-size: 20px;
    margin-bottom: 21px;
}
.tour-list-dis-title{
    color: #717171;
}
.tour-list-dis-title:hover{
    color: #444444;
}
.tour-list-airline{
    display: flex;
    justify-content: space-between;
    align-items: center;;
}
.tour-list-airline-img{
    margin-left: 5px;
    width: 40px;
    height: 40px;
    border: solid 1px #E0E0E0;
    border-radius: 30px;
}
.tour-list-start-price{
    font-size: 20px;
    color: #50C4ED;
}
.tour-list-price-btn{
    color: #fff;
    background-color: #50C4ED;
    display: flex;
    justify-content: center;
    width: 90%;
    padding: 5px 0px;
    border-radius: 10px;
}
.tour-list-price-btn:hover{
    background-color: #387ADF;
}
/* ------------------------------------------------------------- */

/* ------------------------ Hotel archive ------------------------ */
.hotels-archive-gride{
    height: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}
.hotel-location-item{
    height: 340px;
    border: solid 1px #444444;
    border-radius: 15px;
    transition: 0.3s ease!important;
    position: relative;
    overflow: hidden;
}
.hotel-location-item:hover{
    box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.5);    transition: 0.3s ease!important;
}
.hotel-location-title {
    position: absolute; 
    bottom: 10px; 
    right: 10px; 
    color: white; 
    padding: 5px 10px;
    width: 100%;
}

/* ------------------------------------------------------------- */

/* ------------------------ Destination archive ------------------------ */
.dns-arccat {
    height: 100%;
    padding: 10px 10px;
    border-radius: 15px;
}
.cat-des-arc {
    height: 100px;
    border: solid 1px #E0E0E0;
    border-radius: 15px;
    padding: 7px;
}
.dn-ar-cat {
    height: 40px;
    width: 100px;
}
.des-cat-bx {
    height: 100%;
    border: solid 1px #444444;
    border-radius: 15px;
    transition: 0.3s ease !important;
    justify-content: center;
    align-items: center;
    display: flex;
}
.des-cat-bx:hover {
    color: #fff;
    background: #50C4ED;
    transition: 0.3s ease !important;
}