
p{
    text-align: justify;
}
.sub__text{
    text-align: center !important;
}
.rts__card .card-text{
    text-align: center !important;
}
.logo__class{
    height: 65px;
}
.navigation__menu--item{
    margin: 0 12px !important;
}
.banner__slider__image::before{
    background: rgba(0, 0, 0, 0.6);
}
.subtitle__icon__three::before, .subtitle__icon__four::before{
    background-image: url(../../images/section__style__three-1.svg);
}
.subtitle__icon__three::after, .subtitle__icon__four::after{
    background-image: url(../../images/section__style__three-2.svg);
}
.subtitle__icon__two::before, .subtitle__icon__five::before{
    background-image: url(../../images/section__style__two.svg);
}
.footer__logo{
    height: 100px;
}
.banner__slide__content h1{
    font-size: 70px;
}
.abt_h{
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
}
.o_p{
    font-size: 18px;
    font-weight: 500;
    color: #3d3d3d;
    color: #65676B;
}
.single__offer__image{
    width: 40%;
}
.single__offer__content{
    width: 60%;
}
.ha_icon{
    width: 52px;
    margin: auto;
}
.about__wrapper .content__subtitle{
    margin-bottom: 15px !important;
}
.btn-style span{
    color: #3d3d3d !important;
}
.footer__background{
    background: #ffffff;
}
.room_price{
    font-size: 28px;
    font-family: var(--glida);
    line-height: inherit;
}
.room_video{
    border: 1px solid #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sb_span{
    font-size: 15px;
    font-weight: 400;
    font-family: var(--glida);
}
.w_20{
    width: 20%;
}
.w_25{
    width: 25%;
}
.w_40{
    width: 35%;
}
.footer__widget__wrapper .rts__widget ul li a{
    line-height: 25px;
}
.single__offer__content .offer__included li{
    text-align: justify;
}
.sb_text{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_img{
    display: inline-block;
    height: 25px;
    position: relative;
    left: 5px;
}
.copy_img{
    height: 20px;
    position: relative;
    left: 5px;
    right: 10px;
}
.copy_p{
    display: flex;
    align-items: baseline;
}
.footer__social__link{
    gap: 15px;
}


@media only screen and (max-width: 991px) {
    .banner__slide__content h1{
        font-size:50px;
    }
}
@media only screen and (max-width: 768px) {
    .w_40{
        width: 100%;
    }
    .w_20{
        width: 100%;
    }
    .w_25{
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .single__offer__image{
        width: 100%;
    }
    .single__offer__content{
        width: 100%;
    }
    .banner__slide__content h1{
        font-size: 42px;
    }
    
}