body {
    font-family: "Lato";
    padding-top: 50px;
    /* padding: 60px 1em 1em 1em;*/

    /*background-color: #FAFAFA !important;*/
}


/*****Banner section******/

.hm-banner-wrap {
    overflow: hidden;
    position: relative;
    padding-top: 40px;
}

.hm-bg {
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.hm-banner-content {
    position: relative;
    padding: 0px 10px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

#sText {
    font-size: 20px;
    font-weight: 500;
    color: #444365;
    width: 300px;
    text-align: left;
}

.st-sub {
    font-size: 20px;
    color: #181C2E;
    font-weight: 400;
    width: 400px;
    text-align: end;
}

/***************************************/

#btn-regist-web {
    color: aliceblue;
    background-color: #415C8D;
    text-decoration: none;
    padding: 7px 20px;
}

#btn-login {
    color: #45608B;
    background-color: white;
    border: 1px solid #45608B;
}

/*Search results section*/

.home-title {
    text-align: center;
    color: #444365;
    font-size: 34px;
    font-weight: 500;
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.section-info {
    text-align: center;
    font-size: 18px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
    /*margin-top: 20px;
    margin-bottom: 30px;*/
    display: flex;
    gap: 10px;

}

/****** Search Tags ***********/
#top-tags{
    margin-top: 10px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#search-tags {
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    margin: 20px 0px 40px 0px;
    overflow-x: scroll;

}

/* Hide scrollbar for Chrome, Safari and Opera */
#search-tags::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#search-tags {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.tag-wrap {
    border-radius: 40px;
    padding: 5px 10px 5px 7px;
    border: 1.5px solid #F2F2F7;
    color: #444365;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.st-icon-wrap {
    background-color: #EBF2FD;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.st-icon {
    display: block;
    width: 24px;
    height: 24px;
    background-position: center;
}

.activeTag {
    background-color: #EBF2FD;
}

.activeTag .st-icon-wrap {
    background-color: white;
}

/*****************************************/

.ais-InstantSearch {
    margin-top: 10px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.ais-InstantSearch hr {
    display: none;
}

.hitsResAmount {
    display: flex;
    flex-direction: row;
    gap: 5px;
    columns: #444365;
    font-size: 12px;
}


#hits {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-gap: 30px;
    column-gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));

}

.resultContainer {
    /*max-width: 293px;*/
    max-width: 340px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F2F2F7;
    border-radius: 16px;
    position: relative;
    max-height: 300px;
    aspect-ratio: 1 / 1;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.infoContainer {
    padding: 10px 10px 10px 10px;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hit-img-wrap {
    height: 50%;
    position: relative;
}

#hits img {
    display: block;
    /*margin: auto;*/
    /*height: 50%;*/
    height: 100%;
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    object-fit: cover;
    cursor: pointer;
}

.hit-name {
    color: #181C2E;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: normal;
    /* height: 55px; */
    /*margin-top: 10px;*/
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    text-decoration: none;
    /* overflow-wrap: anywhere; */
    overflow-y: hidden;
    margin: unset;

}

.hit-service {
    font-size: 14px;
    font-weight: 400;
    color: #45608B;
    font-family: 'Lato';
    font-style: normal;
    letter-spacing: 0.0125em;
    display: flex;
    align-items: center;
    gap: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    line-height: 20px;
}

.icon-service {
    display: inline-block;
    background-image: url("/images/icon-service.svg");
    height: 20px;
    min-width: 20px;
}

.hit-location {
    font-size: 13px;
    font-weight: 400;
    color: #45608B;
    font-family: 'Lato';
    font-style: normal;
    letter-spacing: 0.0125em;
    display: flex;
    align-items: center;
    gap: 10px;
    display: flex;
    justify-content: left;
    text-overflow: ellipsis;
    /*margin-top: 20px;*/
    margin: unset;

}

.hit-location::before {
    content: "";
    display: inline-block;
    background-image: url("/images/i-city.svg");
    height: 16px;
    min-width: 12px;
}

.citiesCont {
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #181C2E;
    font-weight: 400;
}

.hit-description {
    /*color: #656976;*/
    color: #9196a4;
    font-size: 14px;
    /*margin-bottom: 0.5em;*/
    line-height: normal;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 30px;
    cursor: pointer;
    text-decoration: none;
    overflow-wrap: anywhere;
    margin: unset;
    margin-top: -10px;

}

.whatsapp-contact {
    padding: 10px 14px;
    /*background: #F2F2F2;*/
    border-radius: 100px;
    border: 0px;
    display: flex;
    align-items: center;
    gap: 14px;
    left: 13px;
    top: 355px;
    color: #45608B;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    background-color: #EEF5FF;
    width: 100%;
    justify-content: center;
}

.whatsapp-icon {
    background-image: url("/images/icon-whatsapp.png");
    min-width: 24px;
    height: 27px;
    background-size: 24px 27px;
}

.hit-id,
.hit-slug,
.hit-category{
    visibility: hidden;
    display: none;
}

.hit-contact-number {
    visibility: hidden;
    width: 0px;
    display: none;
}

.load-more-wrap {
    width: 100%;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: 60px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.hr-search {
    color: #F2F2F2;
    opacity: unset !important;
    display: block !important;
    border-top: 1.5px solid;
    width: 30%;
}

#loadMoreHits {
    color: #45608B;
    font-size: 12px;
    visibility: visible;
    background-color: white;
    border: 1.5px solid #F2F2F2;
    letter-spacing: normal;
    font-weight: 600;
}


/*******Pagination*****************/

#paginationContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3em;
    gap: 10px;
}

#pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    text-align: center;
}

#paginationContainer a {
    color: #45608B;
    border-radius: 100%;
    width: 30px;
    text-decoration: none;
}

.activePage {
    background-color: #45608B;
    color: white !important;
}


/***************************/

#noSearchResults {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px;

}

#noSearchResults p {
    margin: 0px !important;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 15px;
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*********FAQ Section**********************/
.k-title {
    color: #181C2E !important;
    font-size: 22px;
}




/******************************************/




/*****Promo*********/
.promo-wrap {
    background: linear-gradient(#FDD95D, #8B7C48);
    min-height: 29px;
    width: 70%;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    position: absolute;
    text-align: center;
    padding: 0px 5px;
    text-transform: uppercase;
    z-index: 10;
}

.promo-text {
    font-size: 11px;
    font-weight: 600;
    color: #181C2E;
    margin: 0px;
}

/********Comments, views, rating***********/
.hit-img-icons {
    position: absolute;
    display: flex;
    bottom: 0px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0px 12px;
    background: linear-gradient(transparent, #2b2b2b);
}

.cvr-container {
    color: white;
    font-size: 10px;
    align-items: center;
    margin-bottom: 0px;
    height: fit-content;
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
}

.comments {
    display: inline-block;
    background-image: url("/images/i-comments-white.svg");
    width: 18px;
    height: 16px;
}

.comments-amount {
    margin: 0px;
}

.rating {
    display: inline-block;
    background-image: url("/images/i-rating-small.svg");
    width: 14px;
    height: 14px;
}

.views {
    display: inline-block;
    background-image: url("/images/i-views-white.svg");
    width: 20px;
    height: 13px;
}

.icons-cont-2 {
    display: flex;
    gap: 15px;
}

/************Media*******************/

@media screen and (max-width: 1100px) {
    /*.promo-wrap {
        width: 90%;
    }*/

    #top-tags{
        max-width: 90%;
    }
    .ais-InstantSearch {
        max-width: 90%;
    }

    .infoContainer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 10px 10px 10px;
    }

    .hit-name {
        margin: unset !important;
        font-size: 16px;

    }

    .hit-description {
        /*margin: unset;*/
        font-size: 13px;
    }

    .hit-location {
        margin: unset;
        font-size: 13px;
    }

    .promo-text {
        font-size: 9px;
    }

}


@media screen and (max-width: 950px) {
    #hits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-title {
        font-size: 30px;
        max-width: 600px;
    }



    .infoContainer {

        padding: 10px 10px 10px 10px;
    }

    .hit-name {

        font-size: 18px;
    }

    .hit-description {

        font-size: 14px;
    }

    .hit-location {

        font-size: 14px;
    }

    .promo-text {
        font-size: 11px;
    }

}

/*@media screen and (max-width: 800px) {
    #hits {
        grid-column-gap: 35px;
    }
}*/

@media screen and (max-width: 750px) {
    .infoContainer {
        padding: 10px 10px 10px 10px;
    }




    .hit-description {
        /* font-size: 14px;
        min-height: 35px !important;
        /* margin: unset; */
        /* line-height: normal;*/
    }

    .hit-location {
        font-size: 13px;
    }

    .hit-name {
        font-size: 16px;
    }

    .promo-text {
        font-size: 9px;
    }
}


@media (max-width: 677px) {
    .resultContainer {
        max-width: 100% !important;

    }

    .home-title {
        font-size: 22px;
        max-width: 500px;
        line-height: 1.2 !important;
        color: #45608B;
        font-weight: 500;
    }

    /*body {
        padding: unset;
        padding-top: 60px;
    }*/

    /*.ais-InstantSearch {
        margin: 0 1em;
    }*/

    .hm-banner-wrap {
        padding-top: 35px;
    }

    .section-info {
        display: flex;
        flex-direction: column;
        gap: unset;
    }

    .st-sub {
        font-size: 12px;
        text-align: center;
        width: unset;

    }

    #sText {
        color: #425D8D;
        text-align: center;
        width: unset;
    }

    /* .load-more-wrap {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }*/

    .hr-search {
        /*display: none !important;*/
        width: 15%;
        margin: 1rem 0 !important;
    }

    .infoContainer {
        padding: 5px 10px 10px 10px;
    }

    .hit-description {
        font-size: 13px;
    }

    .hit-location {
        font-size: 13px;
    }

}


@media screen and (max-width: 600px) {
    #hits {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-row-gap: 40px;

    }

    /*.promo-wrap {
        width: 70%;
    }*/

    .promo-text {
        font-size: 11px;
    }

    .resultContainer {
        max-height: unset;
        aspect-ratio: unset;

    }

    .hit-img-wrap{
        height: 190px;
    }
    #hits img {
        height: 190px;
    }

    .infoContainer {
        height: fit-content;
        padding: 10px;
        gap: 20px;
    }

    .hit-description {
        font-size: 14px;
    }

    .hit-location {
        font-size: 14px;
    }

    .hit-name {
        font-size: 18px;
    }


}

@media screen and (max-width: 500px) {

    .hit-img-wrap{
        height: 170px;
    }
    #hits img {
        height: 170px;
    }

}


@media screen and (max-width: 400px) {
    .home-title {
        font-size: 20px;
    }

    #sText {
        font-size: 18px;
    }

    .hr-search {
        display: none;
    }


    .hit-img-wrap{
        height: 150px;
    }
    #hits img {
        height: 150px;
    }

}

/***********************/