.top_dest_head h2 {
    font-size: 70px;
    font-family: 'AlternateGotNo1D', sans-serif;
    letter-spacing: 2.25px;
    color: #fff;
    text-shadow: 0px 2px 6px #000;
}
.dflex_div{
    display: flex;
    flex-wrap: wrap;
    margin:25px 0 0;
}
.list-banner {
    background-repeat: no-repeat;
    height:600px;
}
.list-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-listbar {
    padding: 30px 20px;
}
.content-listbar h2 {
    font-size: 59px;
    font-family: 'AlternateGotNo1D', sans-serif;
    letter-spacing: 2.25px;
    color: #000;
}
.limit-heading {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main_headsection{
    display: none;
}
/* @font-face {
    font-display: swap;
    font-family: 'Brandon Grotesque';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/brandon-regular-webfont.woff2) format("woff2")
}
@font-face {
    font-display: swap;
    font-family: 'Brandon Grotesque';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/brandon-bold-webfont.woff2) format("woff2")
}
@font-face {
    font-display: swap;
    font-family: 'AlternateGotNo1D';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/AlternateGotNo1DRegular.woff2) format("truetype")
} */
.content-listbar p,
.main_headsection p {
    line-height: 25px;
    color: #52575c;
    font-family: 'Brandon Grotesque';
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .80px;
    margin: 15px 0;
}
.content-listbar .btn_get {
    background: #000;
    text-transform: uppercase;
    padding: 10px 17px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Brandon Grotesque';
    letter-spacing: 1px;
    border: 1px solid #000;
}
.content-listbar .btn_get:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
    border: 1px solid #000;
}
.destinations_cata img {
    width: 100%;
    height: 210px;
}
.list-info {
    padding: 19px 0 10px;
    margin-bottom: 20px;
}
.list-info h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #000;
    margin-top: 0;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque';
    font-weight: 700;
}
.main_headsection h2 {
    font-family: 'AlternateGotNo1D', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
    margin-top: 0;
    letter-spacing: 2.25px;
}
.limit_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 90px;
    
}
.destinations_cata a {
    text-decoration: none;
}
.trending {
    padding: 20px 0;
}
.still_undecided {
    background: url(../../img/banner-ft.jpg) no-repeat;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}
.still_undecided p {
    color: #000;
    font-size: 18px;
}
.still_undecided .mt50 {
    margin-top: 50px;
}
@media (max-width: 992px) {
    .content-listbar {
        padding: 14px 10px;
    }
    .content-listbar h2 {
        font-size: 45px;
        letter-spacing: 2px;
    }
    .list-banner {
               height:300px;
    }
    
    .top_dest_head h2 {
        font-size: 45px;
    }
    .trending {
        padding: 15px;
    }
    .list-info h3 {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .destinations_cata {
        width: 100%;
    }
}