.header-logo h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
}
.header-logo h6 {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}

.header-logo {
    padding: 10px;
}
.header-layout1 .main-menu {
    padding-left: 50px;
}

.header-layout1 .logo-bg {
    width: 15%;
}
.header-layout1 .main-menu > ul > li {
    margin: 0px 15px;
}
.category-card .box-img {
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.category-card .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.th-hero-bg {
    height: 85vh;
}
.cm-banner-bg,
.cm-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}
.cm-banner-bg::before,
.cm-banner::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

.sidebar-gallery {
    grid-template-columns: repeat(2, 1fr);
}

h2 {
    font-size: 36px;
}
.destination-item_img {
    border-radius: 16px 16px 0px 0px;
    max-height: 300px;
}
.gallery-thumb2 {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.gallery-thumb2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tour-box_img {
    height: 250px;
}
