@import url(headertheme.css);
@import url(./footertheme.css);
@import url(./filtretheme.css);

section .title-section .title {

    font-weight: 600;
    font-size: 36px;


}
section {
    padding: 2rem 0;
}

section .title-section .title-description {

    font-weight: 400;
    font-size: 18px;
    color: #94A1B9;

}

section:nth-child(2n) {
    background-color: #f6f6f6;
}

.card .card-img-hotel {
    height: 360px;
    object-fit: cover;
    border-radius: 12px
}

.card .card-info .card-name {

    font-weight: 800;
    font-size: 18px;
    color: #000


}

.card .card-info .card-name .rating-name {
    color: #F4B01B;
    font-size: 12px;
}


.card .card-info .card-location {
    font-weight: 700;
    font-size: 16px;


    color: #94A1B9
}

.card .card-price p.apartir {

    font-weight: 600;
    font-size: 14px;

    color: #94A1B9
}

.card .card-price .price {

    font-weight: 800;
    font-size: 19px;


}

.card .Card-img .card-img-overlay {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    padding: 1rem;
    border-radius: calc(.25rem - 1px);
}

.card-img-overlay-voyage-top {
    background: linear-gradient(180deg, #3269A8 0%, rgba(50, 105, 168, 0) 81.82%);z-index: 5;


    position: absolute;

    right: 0;
    left: 0;
    bottom: auto;
    border-radius: 12px 12px 0 0;
    z-index: 5;
}

.card-img-overlay-voyage-bottom {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius:0 0 12px 12px;
    background: linear-gradient(to top, #3269A8 0%, rgba(50, 105, 168, 0) 81.82%);
    z-index: 5;
}
.vo .card:before {
    content: "";
    background: linear-gradient(180deg, #0274a88a 0%, rgba(255, 255, 255, 0) 25%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 12px 12px 0 0;
    height: 90%;
    z-index: 1;
}

.vo .card:after {
    content: "";
    background: linear-gradient(0deg, #0274a88a 0%, rgba(255, 255, 255, 0) 25%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 12px 12px;
    height: 90%;
    z-index: 1;
}


 .btn-reserver {
    border-radius: 4px;
    background-color: var(--var-yellow);
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    border: none;
    justify-content: center;
}
.card:hover .btn-reserver i {
    display: inline-block;
    transform: translateX(50%);
    transition: transform 0.3s ease;
}
.card:hover .btn-reserver {
    background-color: #ffffff;
    border: 1px solid var(--var-primary) ;
    color: var(--var-primary) ;
}

.Card-img  {
    overflow: hidden;
    width: 100%;
    border-radius: 12px;

}
.card:hover .Card-img img {
    transform: scale(1.05) ;
    transition: transform 0.3s ease;
}


.btn-outline-secondary{
    padding:10px
}


.hr #myTab.nav {
    justify-content: center;
}

.hr #myTab.nav.nav-tabs .nav-link {
    margin-bottom: 0;

    border: none;

    font-weight: 600;
    font-size: 16px;

    color: #94A1B9;
background-color: transparent;
    vertical-align: middle;
}

.hr #myTab.nav.nav-tabs .nav-link.active {
    color: var(--var-primary);
    border-bottom: 1px solid
}

.fs-14px{
    font-size:14px !important;
}
@media (max-width:992px) {

    .hr #myTab.nav.nav-tabs .nav-link {
        white-space: nowrap;
    }

    .hr #myTab.nav {
        flex-wrap: nowrap;
        overflow-x: auto;

        justify-content: start;
    }
}

.title-header {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

@media only screen and (max-width : 480px) {
    section .title-section .title {

        font-size: 22px;
    }

    section .title-section .title-description {

        font-size: 16px;

    }
    .card .card-info .card-name{
        font-size:14px
    }

    .card .card-price .price{
        font-size:16px
    }

}