.logout-btn{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;

}


.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin-left: 20px;
    width: 310px !important;
}



.hotel-header{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.hotel-about{
    padding-top: 20px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid white;
}


p{
    line-height: 2;
}


.site-navigation .row{
    align-items: center;
}

/* .hotel-image{
    position: relative;
}


.hotel-price{
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    background: #a7fff1;
    padding: 10px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid blue;
    color: #343661;
    box-shadow: -1px -1px 4px 1px #7ae9cd, 0px 1px 4px 1px #7ae9cd;
    border: none;
    transition: 0.5s;
}

.hotel-price:hover{
    background-color: #85cfc3;
}


.booking-div{
    position: fixed;
    left: 0;
    top: 50%;
}

.booking-btn{

    width: 50px;
    height: 50px;
    padding: 15px;
    background: #2ab0cb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;

    transition: 0.5s;
    cursor: pointer;
}

.booking-btn:hover{
    background-color: white;
    color: #2ab0cb;
    border: 1px solid #2ab0cb;
}

.booking-btn i{
    font-size: 27px;
    transition: 0.2s;
}

.booking-btn:hover i{
    transform: scale(1.3);
} */


.hotel-section{
    /* background-color: var(--primary); */
    margin-top: 1px;
}

.hotel{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.hotel div{
    width: 50%;
}

.hotel .image {
    text-align: center;
    border-radius: 5px;
    border: 2px solid #0dc0f0;
    position: relative;
    max-height: 370px;
    overflow: hidden;
}
.hotel .image img{
    max-width: 100%;
    max-height: 100%;
    transition: var(--transition);
    transition-duration: 0.3s;
}

.hotel .image img:hover{
    transform: scale(1.1);
}

/* .image::after {
    content: "";
    width: 100px;
    height: 50px;
    background: #00b416f5;
    position: absolute;
    top: -30px;
    left: -52px;
    transform: rotate(45deg);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
} */

.hotel .data .images{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.hotel .data .images img{
    width: 160px;
    height: 115px;
    border-radius: 7px;
    border: 2px solid #0dc0f0;
    transition: var(--transition);
    transition-duration: 0.3s;
}



.hotel .data .images img:hover{
    transform: scale(1.1);
}

.booking-btn{
    margin-bottom: 15px;
    margin-top: 15px;
}


.modal-header .close{
    background: none !important;
    border: none !important;
    font-size: 20px !important;
    cursor: pointer;
}


.signin-hidden,
.signup-hidden{
    display: none;
}


.auth-btns{
    position: relative;
    z-index: 111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

@media (max-width: 991px){

    .hotel{
        flex-direction: column;
        align-items: center;
    }

    .top-div::before{
        width: 57%;
    }

}


@media (max-width: 767px){
    .top-div::before{
        width: 50%;
    }

    .hotel .data .images{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .hotel .data .name{
        text-align: center;
    }

    .top-div .button
    {
        padding: 5px 6px;
    }
}



@media (max-width: 545px){
    .top-div::before{
        width: 40%;
    }

}



@media (max-width:540px){

.signin-hidden,
.signup-hidden{
    display: block;
}


.signin-active,
.signup-active{
    display: none;
}
}



@media (max-width: 356px){
    .auth-btns{
        gap: 10px;
    }
}


@media (max-width: 295px){
    .auth-btns{
        gap: 1px;
    }
}


@media (max-width: 447px){
    .top-div::before{
        width: 36%;
    }



.signin-hidden,
.signup-hidden{
    display: block;
}


.signin-active,
.signup-active{
    display: none;
}


    #app-name a{
        font-size: 13px;
    }
    .top-div{
        background-color: #2ab0cb;
    }

    .top-div #app-name a{
        color: white;
    }
}




@media (max-width: 410px) {
    .logout-btn{
        width: 20px;
    height: 20px;
    }

}


/* .hero, .hero>.container>.row {
    padding-top: 110px;
    padding-bottom: 110px;
} */


.hero{
    background: none;
}



.hotels .destination-slider{
    gap: 60px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}


.con{
    /* margin-top: 50px;
    margin-bottom: 50px; */

    min-height: 500px;
    margin-top: 25px;
}


.slick-slide img{
    max-height: 180px;
}

.site-navigation .logo{
    max-width: 124px;
}


@media (max-width: 380px){
    .hero img{
        transform: scale(2.8) translate(10%, 15%);
    }
}
