:root {
    --theam: #F44336;
    --font-family: "Lexend", sans-serif;
}

.text-primary {
    color: var(--theam) !important;
}

body {
    font-family: var(--font-family);
    color: #222222;
    font-size: 15px;
}

a {
    cursor: pointer;
}

p {
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

strong {
    font-weight: 500;
}

main {
    min-height: calc(100vh - 143px);
}

header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
}

.fw-600 {
    font-weight: 600;
}

ul.placedetails-tabs {
    display: flex;
    padding-left: 0;
}

ul.placedetails-tabs li {
    list-style-type: none;
    padding-left: 0;
    margin-right: 16px;
}

ul.placedetails-tabs li a {
    padding: 6px 11px;
    text-decoration: none;
    color: #000;
    border: 1px solid;
    border-radius: 20px;
    white-space: nowrap;
    margin-top: 10px;
    display: block;
}

ul.placedetails-tabs li a.active,
ul.placedetails-tabs li:hover a {
    background-color: var(--theam);
    color: #fff;
    cursor: pointer;
    border-color: var(--theam);
}

.articaldesc {
    line-height: 32px;
    margin-top: 20px;
}

.articaldesc p {
    margin-bottom: 0px;
    line-height: 32px;
}

.articaldesc h2 {
    font-size: 22px;
    color: var(--theam);
    font-weight: 500;
}

.articaldesc h3 {
    font-size: 19px;
}

.related-blog-title {
    border-left: 5px solid var(--theam);
    padding-left: 15px;
    margin-top: 15px;
}

.articaldesc img {
    max-width: 100%;
    border-radius: 5px;
    margin: 10px auto;
    display: block;
}

.collection-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.travel-view-card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-place-card-overlay {
    /* position: absolute; */
    top: 0;
    background: #f5f5f5;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    display: flex;
    align-items: end;
    padding: 8px;
}

.home-place-card-overlay h3 {
    color: #201c1c;
    font-size: 15px;
    min-height: 37px;
    margin-bottom: 0;
}

footer {
    background: #F44336;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    margin-top: 15px;
}

.search-container {
    position: fixed;
    background-color: #0000008c;
    left: 0;
    display: none;
    width: 100%;
    z-index: -1;
    height: calc(100vh - 66px);
    top: 66px;
}

.search-sec {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 8px;
    box-shadow: 1px 7px 6px;
    border-radius: 0 0 6px 6px;
    display: none;
}

.search-sec ul {
    padding-left: 0;
    margin-bottom: 0px;
}

.search-sec li {
    list-style-type: none;
}

.search-sec ul a {
    color: #000;
    text-decoration: none;
    padding: 7px 0;
    display: block;
}

.cat-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: end;
    background: linear-gradient(0deg, #000000bd, transparent);
    width: 100%;
    border-radius: 7px;
    color: #fff;
    padding: 13px 12px;
    text-transform: capitalize;
}

.seach-list p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
}

.searchcard p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
}

ul.destination-cat {
    padding: 12px;
    margin-bottom: 0;
}

ul.destination-cat li {
    list-style-type: none;
}

ul.destination-cat li a {
    text-decoration: none;
    color: #222;
    padding: 5px 0;
    display: block;
}

ul.destination-cat li a:hover {
    color: var(--theam);
}

.destination-card {
    position: sticky;
    top: 90px;
}

table td,
table th {
    padding: 5px;
    border: 1px solid #c5c5c5;
    font-size: 14px;
}

.cat {
    position: fixed;
    z-index: 999;
    bottom: 0;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 13px 0;
    color: var(--theam);
    cursor: pointer;
}

.text-2-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mainbanner {
    aspect-ratio: 18/6;
    object-fit: cover;
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .mainbanner {
        aspect-ratio: 18/10;

    }
}