﻿.over-img::after {
    content: "";
    background-image: url('/assets/project/img/BG1.png');
}

.banner_block {
    padding: 60px 0 0px 0;
}
.banner_title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: var(--all-text-main);
    margin-bottom: 25px;
}
/**count banner css start*/
.counter_main_block {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.counter-item {
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(75deg, #00BDDB -8.29%, #009DFF 133.5%);
    display: flex;
    align-items: center;
    gap: 15px;
    width: calc(100%/4 - 23px);
}

.count_img {
    min-width: 85px;
    height: 85px;
    background-color: #fff;
    border-radius: 50%;
}

    .count_img img {
        text-align: center;
        margin: 0 auto;
        height: 85px;
    }

.counter {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6px;
    text-align: left;
}

.counter-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

/***why hotelinx css start*/
.why_hinx_row {
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: #FFF;
    padding: 20px;
    display: flex;
    gap: 30px;
}

.why_hinx_left {
    flex: 1;
}

.why_hinx_right img {
    border-radius: 10px;
    width: 100%;
    height: 279px;
    object-fit: cover;
}

.banner_title_main {
    color: var(--all-text-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.why_text_p {
    color: var(--all-text-sub);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
}

.fancy_div {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.fancy-content {
    width: calc(100%/2 - 15px);
    display: flex;
    gap: 10px;
}

.fancy-content_img {
    min-width: 75px;
    height: 75px;
    border-radius: 5px;
}

.or_bg {
    background: #FFF2E7;
}

.green_bg {
    background: #E6F8F3;
}

.blu_bg {
    background: #E7F6F8;
}

.pur_bg {
    background: #EDECFB;
}

.red_bg {
    background: #F8E7E7;
}

.lig_blu_bg {
    background: #F3FBEC;
}

.fancy-content_img img {
    margin: 0 auto;
    height: 75px;
}

.fancy-content-div {
    color: var(--all-text-sub);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

    .fancy-content-div > div {
        color: var(--all-text-main);
        font-size: 16px;
        line-height: normal;
        margin-bottom: 5px;
    }

    .fancy-content-div p {
        margin: 0;
    }

.fancy-content-last {
    display: flex;
    margin-top: 25px;
    gap: 10px;
}

.yr_ex_div {
    border-radius: 10px;
    background: linear-gradient(75deg, #00BDDB -8.29%, #009DFF 133.5%);
    Selection colors Hex;
    display: flex;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}

    .yr_ex_div span {
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
    }

.why_hinx_right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/**Key Feature css start*/
.key_feature_block {
    background-image: url(/assets/project/img/demo/nohat_upscale.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    border-radius: 10px;
    padding: 30px;
}

    .key_feature_block:before {
        content: "";
        background-color: #000;
        opacity: 0.4;
        height: 100%;
        width: 100%;
        display: inline-block;
        left: 0;
        position: absolute;
        top: 0;
        border-radius: 10px;
    }

    .key_feature_block .banner_title_main {
        text-align: center;
        color: #fff;
        margin-bottom: 30px;
    }

.key_box {
    position: absolute;
    top: 0;
    display: inline-block;
    left: 0;
    right: 0;
    height: 100%;
    padding: 30px;
}

.key_content {
    border-radius: 10px;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px 5px 23px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.key_img {
    width: 51px;
    height: 51px;
    background: linear-gradient(75deg, #00BDDB -8.29%, #009DFF 133.5%);
    SVG123456789;
    border-radius: 50%;
}

    .key_img img {
        height: 51px;
        margin: 0 auto;
    }

.key_main_div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.key_content {
    width: calc(100% / 3 - 15px);
}

/***hotel partner css start***/
.hotel_partners_block {
    background: #E9FCFF;
    padding: 30px 0;
}

ul.partners_logo {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

    ul.partners_logo li {
        width: calc(100% / 5 - 12px);
        border-radius: 5px;
        border: 1px solid #C1F7FF;
        background: #FFF;
        padding: 5px 0;
    }

        ul.partners_logo li img {
            margin: 0 auto;
            height: 94px;
        }

.p_read_btn {
    border-radius: 5px;
    background: var(--btn-bg);
    padding: 10px 30px;
    margin-top: 20px;
    display: flex;
    max-width: fit-content;
    margin-left: auto;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/***Blog css start*/

.blog_banner {
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: #FFF;
    display: flex;
    gap: 10px;
}

.blog_content {
    color: var(--all-text-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 0;
}

    .blog_content h3 {
        margin: 0;
        color: var(--all-text-main);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.readlinks {
    color: var(--btn-bg);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
}

.blog_image img {
    width: 100%;
    height: 143px;
    border-radius: 10px;
    min-width: 132px;
}





/****/
.thing-grid {
    display: flex;
    column-gap: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.big_image {
    flex: 0 0 35%;
    max-width: 35%;
    position: relative;
}

.thing-grid .big_image img {
    height: 415px;
    width: 100%;
    object-fit: cover;
}

.small_image {
    flex: 0 0 65%;
    display: flex;
    flex-wrap: wrap;
    max-width: 65%;
    position: relative;
    gap: 15px;
}

.thing_block {
    width: calc(100%/2 - 16px);
    position: relative;
}

.thing_img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.open-destinations_text {
    position: absolute;
    bottom: 25px;
    background: #fff;
    color: #EB2127;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 5px 30px 5px 20px;
}

/******Find Hotels in Popular Cities css start*********/
.top_des_block {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

.popular_cities_block {
    width: calc(100%/4 - 18px);
    /* flex: 1; */
}

.country-images img {
    height: 256px;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.country-description-overlay {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
}

.country-description {
    color: var(--all-text-main);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
    padding: 10px;
    position: relative;
    display: table;
    width: 85%;
    margin: 0 auto;
    margin-top: -35px;
}

    .country-description h2 {
        font-size: 18px;
        margin: 0;
        margin-bottom: 5px;
    }

    .country-description p {
        color: var(--btn-bg);
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0;
    }
    
.owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    top: 42%;
    justify-content: space-between;
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
        margin-left: -12px;
        width: 25px;
        height: 25px;
    }

    .owl-nav .owl-next {
        margin-right: -12px;
    }

button.owl-next.disabled, button.owl-prev.disabled {
    opacity: 0.5;
}

.angle-left {
    width: 25px;
    height: 25px;
    display: block;
    background-position: -108px -45px;
}

.angle-right {
    width: 25px;
    height: 25px;
    display: block;
    background-position: -141px -46px;
}

.owl-nav span {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 50%;
}

@media (max-width:991px) and (min-width:768px) {
    .counter-item {
    
    width: calc(100% / 2 - 15px);
}
    .why_hinx_row {
    flex-direction: column;
}
    .key_box {
    padding: 15px;
}
    .key_main_div {
    gap: 10px;
}
    .key_content {
    width: calc(100% / 3 - 7px);
}
}

@media (max-width:767px) and (min-width:320px) {
    .banner_block {
    padding: 20px 0 0px 0;
}
    .why_hinx_row {
    flex-direction: column;
}
    .fancy-content {
    width: calc(100% / 1 - 15px);
}
    .why_text_p {
    margin-bottom: 15px;
}
    .fancy_div {
    gap: 20px;
}
    .banner_title_main {
    font-size: 18px;
}
    .why_hinx_row {
    gap: 15px;
}
    .why_hinx_right img {
    height: 150px;
}
    .why_hinx_row {
    padding: 15px;
}
    .yr_ex_div {
    font-size: 16px;
    padding: 15px 0;
}
    .yr_ex_div span {
    font-size: 30px;
}
    .key_content {
    width: calc(100% / 2 - 15px);
}
    .key_feature_block {
        height: 90vh;
        padding: 15px;
    }
    .key_box {
   
    padding: 15px;
}
    .counter_main_block {
    gap: 15px;
}
    .counter-item {
    
    width: calc(100% / 1 - 0px);
}
    .counter {
    font-size: 18px;
    
}
}