.mainTopImg{
    width: 100%;
    /* background-image: url('../images/guesthouseMain2.jpg');   */
    background-image: url('../images/sevaberd-Main.jpg');  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    background-attachment:fixed;
}
.mainTopImg, .mainTopImgFlex-item1{
    height: 540px;
    background-color: rgb(41 37 37 / 61%);
}
.mainTopImgFlex-item1, .mainTopImgFlex-item2{
    width: 50%;
    color: white;
}
.mainTopImgFlex-item1{
    position: relative;
}
.mainTopTitle{
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}
.mainTopText{
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-weight: 500
}
.center_maintop{
    width: 400px;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.reservation{
    width: 80%;
    margin:auto;
    padding-bottom: 35px;
}
.reservation_flex{
    justify-content: space-between;
}
.dateText{
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 14px;
}
.reservation_title{
    font-size:17px;
    text-shadow:1px 0px 0.5px black;
    font-weight: 900;
    margin-bottom: 20px;
}
.bookdates{
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 8px;
} 
.res_flex_item{
    width: 18%;
}
.bookdates::placeholder{
    padding: 5px;
    font-size: 14px;
}
.bookButton{
    padding: 9px;
    background-color: var(--main);
    color: var(--white);
    border: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 32px;
    width: 150px;
    letter-spacing: 1px;
    transition: background-color 1s;
}
.bookButton:hover{
    background-color: rgb(56, 47, 47);
}
.about_sec_guesthouse{
    justify-content: space-between;
    width: 80%;
    margin: auto;
}
.about_guest_item1{
    width: 43%;
}
.about_guest_item2{
    width: 50%;
}
.about_guest_item1 h3{
    padding-top: 120px;
    font-weight: 900;
    text-shadow: 0.5px 0.5px 0.5px black;
    margin-bottom: 15px;
}
.about_guest_item1 p{
    font-weight: 900;
    font-size: 15px;
    padding-bottom: 120px;

}
.about_guest_item2{
    background-image: url('../images/guesthouseMain2.jpg');  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.values_sec{
    margin-top: 100px;
    background-image: url('../images/valuesMain-dark1.jpg');  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    color: white; 
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 70px;
    background-attachment:fixed;
    
}
.values_sec h3{
    font-weight: 900;
    /* text-shadow: 1px 0.5px 0.5px white; */
    padding-top: 80px;
    letter-spacing: 1px;
}
.values_flex{
    padding-top: 45px;
    justify-content: space-between;
    margin: auto;
    width: 80%;
    transition: height 1s ease;
}
.val_sec_item{
    width: 30%;
}
.val_title{
    /* text-shadow: 1px 0.5px 1px white; */
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: larger;
    font-weight: 900;
    margin-bottom: 10px;
    min-height: 55px;
}

.values_flex .val_text{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    text-shadow: none;
    transition: all 1s;
   
}
.val_more{
    min-height: 75px;
}
.val_more_but{
    margin-top: 35px;
    padding: 7px 15px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 10px;
    color: white;
    font-weight: 500;
    width: 150px;
    transition: all 1s;
}
.val_more_but:hover{
    background-color: rgba(17, 17, 17, 0.726);
}
.room_menu_container{
    margin-top: 100px;
}

/* sp offers section */
.special-offers-sec{
    padding: 40px 0;
    text-align: center;
    /* margin-bottom: 50px; */
}
.special-offers-caption{
    font-size: 20px;
    font-weight: 900;
    text-shadow: 0.5px 0.2px 0.5px black;
    text-align: center;
    margin-bottom: 50px;
}
.special-offers-flex, .tur-flex{
    justify-content: space-around;
    width: 80%;
    margin: auto;
    margin-bottom: 25px;
}
.special-offers-item1, .special-offers-item2, .special-offers-item3, .tourism-item1, .tourism-item2, .tourism-item3{
    width: 31%;
}
.special-offers-img{
    background-color: aqua;
    height: 350px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.special-offers-subcaption{
    font-size: 17px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 15px;
    text-shadow: 0.5px 0.2px 0.5px black;
    text-align: left;
}
.tourism_subcaption{
    font-size: 21px;
    font-weight: 900;
}
.special-offers-text{
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 600;
}
.tur_main_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 300;
    display: none;
}
.special-offers-item1, .tourism-item1{
    display: none;
    cursor: pointer;
}
.spOfferBorder, .tourismBorder{
    width: 100%;
    border-bottom: 1px solid black;
}
.offerNavItem1, .tourismNavItem1{
    width: 10%;
}
.spOfferNavigator, .tourismNavigator{
    width: 80%;
    margin: auto;  
}
.tourismNavigator{
    padding-bottom: 50px;
}
.left_right{
    width:30px;
}
.spOfferBorder_bottom, .tourismBorder_bottom{
    border-bottom: 3px solid black;
}
.spOfferBorder_item, .tourismBorder_item{
    width:100%;
}
.left_sp_offer, .right_sp_offer, .left_tourism, .right_tourism{
    padding:8px 0;
    cursor: pointer;
}
.tourism-img1{
    text-shadow: 0.5px 0.5px 3px black;
    text-align: center;
    color: white;
}
.tur_abs{
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
}
.tur_main_text_top{
    width: 30%;
    margin: auto;
    background-color: white;
    height: 4px;
    border-radius: 15px;
    margin-top: 4px;
}
/* end sp offers */

.gallery{
    justify-content: space-between;
    width: 100%;
    margin-bottom: 100px;
}
.gallery_item{
    width: 25%;
    height: 350px;
    background-size: cover;
    background-position: center;
    transition: opacity 1s;
}
.gallery_item:hover{
    opacity: 0.5;
}
.gallery_item1{
    background-image: url('../images/guesthouse1.jpg');  
}
.gallery_item2{
    background-image: url('../images/guesthouse2.jpg');  
}
.gallery_item3{
    background-image: url('../images/guesthouse3.jpg');  
}
.gallery_item4{
    background-image: url('../images/guesthouse4.jpg');  
}

.op_container{
    padding: 90px 120px;
}
.op_img_abs{
    position: absolute;
    top: -5px;
    left: 0px;
    z-index: -1;
}
.op_img_abs img{
    width:70%;
}

.opinions_display{
    flex-wrap: wrap;
    justify-content: space-around;

    margin-top: 15px;
    width: 70%;
    margin: auto;
}
.opinions_item{
    width: 30%;
    text-align: center;
    margin-bottom: 25px;
}
.opinionImgCircle{
    width: 117px;
    height: 117px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    margin-top: 25px;
}
.card_opinions{
    width: 100%;
    margin: auto;
}
.opinions_text_item{
    text-align: center;
}
.opinions_name_div{
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 7px;
    font-size: 17px;
}
.opinions_name_text{
    overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 13px;
    max-height: 143px;
}
.carousel-opinions{
    width: 90%;
    margin: auto;
}
.gallery{
    margin-top:  -30px !important;
}
.title_gallery{
    padding-bottom: 50px!important;
}

/* rooms menu */
.rooms_menu_flex{
    justify-content: space-around;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}
.rooms_menu_flex_item{
    width: 31.5%;
    background-color: rgb(186 186 186 / 31%);
    border-radius: 10px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.rooms_menu_img{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    border-radius: 10px;
}
.rooms_menu_code{
    font-weight: 900;
    padding-top: 15px;
    width: 95%;
    margin: auto;

}
.rooms_menu_desc{
    margin-top: 7px;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    width: 95%;
    margin: auto;
}
.menu_border{
    width: 100%;
    border-bottom: 2px solid rgba(184, 183, 183, 0.822);
    margin: 10px 0;
}
.menu_price{
    font-weight:900;
    font-size: 17px;
    width: 95%;
    margin: auto;
}
.rooms_menu_flex_item a{
    text-decoration: none;
    color:black;
}
.room_menu_more{
    width: 100%;
    margin: auto;
}
.room_menu_more_but{
    width: 100%;
    color: var(--main);
    font-weight:900;
    padding: 12px;
    border: 1px solid rgba(131, 131, 131, 0.877);
    background-color: rgb(231 231 231 / 31%);
    margin-top: 50px;
    border-radius: 5px;
}
.room_menu_more_but:hover{
    background-color: rgba(53, 18, 18, 0.123);
}

/* reserve modal css */
.close{
    padding: 7px 10px !important;
}
.closeRight{
    text-align: right;
}
.modalBody{
    padding: 15px;
}
.modal-content{
    background-color:#f6f9ec!important;
    padding: 15px;
}
.modalBody{
    padding-top: 0px !important;
}
.inpCaption{
    font-size: 15px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 7px;
}
.btn-default{
    margin-top: -3px !important;
}
.reserve_error{
    font-size:11px;
    color: #bd1414;
    font-weight: 600;
}
.custom-checkbox > label{
    font-size: 12px;
    font-weight: 700;

}
#imageLoading{
    width: 50px;
}
.modal-content2{
    text-align: center;
}
.center{
    text-align: center;
}

.modal-body-result{
    font-size: 15px;
    font-weight: 700;
}
.bookButton, .reserve_submit{
    padding: 9px;
    background-color: var(--main);
    color: var(--white);
    border: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    width: 150px;
    letter-spacing: 1px;
    transition: background-color 1s;
}
.reserve_submit:hover, .bookButton:hover{
    background-color: rgb(56, 47, 47);
}
.go_back{
    background-color: #5F6B81;
    padding: 9px;
    color: var(--white);
    border: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 49px;
    width: 150px;
    letter-spacing: 1px;
    transition: background-color 1s;
    margin-left: 10px;
}
.go_back:hover{
    background-color: #444A59;
    color: white;
}
.error_below{
    margin-bottom: 15px;
}
/* end modal css */

/* by numbers */
.by_numbers{
    width: 80%;
    margin: auto;
    padding-bottom: 100px;
    padding-top: 150px;

}
.by_numbers_title{
    margin-bottom: 24px;
}
.by_numbers_title_text{
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}
.by_numbers_flex{
    justify-content: space-between;
}
.by_numbers_item{
    width: 23%;
    text-align: center;
}
.by_numbers_item_number{
    color: var(--main);
    text-shadow: 1px 0.5px 0.5px var(--main);
    font-size: 60px;
    font-weight: 900;
}
.by_numbers_item_text{
    font-weight: 900;
}

/* end by numbers */





/* media */

@media screen and (max-width: 1124px){
    .reservation_flex{
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
    }
    .res_flex_item {
        width: 60%;
        margin-top: 20px;
    }
    .reservation_title {
        text-align: center;
        margin-bottom: 0;
    }
}



@media screen and (max-width: 1273px){

    .special-offers-img1,.special-offers-img {
        height: 271px;
    }
    .gallery_item {
        height: 250px;
    }
}

@media screen and (max-width: 1002px){

    .gmap_canvas {
        height: 462px;
        width: 400px;
        margin: auto;
    }
    .gallery_item {
        height: 150px;
    }
    .gallery {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 888px){

    .offerNavItem1, .tourismNavItem1 {
        width: 15%;
    }
}


@media screen and (max-width: 768px){
.special-offers-flex, .tur-flex {
    width: 92%;
    flex-wrap: wrap;
}
.special-offers-item1, .tourism-item1{
    width: 60%;
    margin-bottom: 50px;
}

}

@media screen and (max-width: 665px){

    .special-offers-item1, .tourism-item1 {
        margin-bottom: 25px;
    }
    .offerNavItem1, .tourismNavItem1 {
        width: 25%;
    }
}

@media screen and (max-width: 508px){

    .gmap_canvas {
        height: 364px;
        width: 318px;
    }
    .title_gallery {
        margin-top: 0px;
    }
}
@media screen and (max-width: 425px){

    .special-offers-item1, .tourism-item1{
        width: 80%;
    }
    
    .tourism_section {
        padding-top: 0 !important;
    }
    .opinions_sec{
        margin-top: 20px;
    }
    .gallery{
        flex-wrap: wrap;
    }
    .gallery_item{
        width: 70%;
        margin: auto;
        margin-bottom: 10px;
    }
    .special-offers-img1, .special-offers-img {
        height: 200px;
    }
    .offerNavItem1, .tourismNavItem1 {
        width: 30%;
    }
}
@media screen and (max-width: 357px){
    .res_flex_item {
        width: 90%;

    }
}




@media screen and (max-width: 350px){
    .offerNavItem1, .tourismNavItem1 {
        width: 35%;
    }
    .title_gallery {
        margin-top: -73px;
    }
}



@media screen and (max-width: 866px){

    .mainTopImgFlex-item1{
        width: 100%;
    }
    .mainTopImgFlex-item2{
        display:none;
    }
    
}

@media screen and (max-width: 768px){
    .mainTopImg, .mainTopImgFlex-item1 {
        height: 305px;
    }
    .about_sec_guesthouse {
        flex-wrap: wrap;
        justify-content:space-around;
    }
    .about_guest_item1{
        width: 100%;
    }
    .about_guest_item2{
        width: 70%;
        height:250px;
    }
    .about_guest_item1 p {
        padding-bottom: 40px;
    }
    .about_guest_item1 h3 {
        padding-top: 20px;
    }
    .values_flex{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .val_sec_item{
        width: 100%;
    }
    .special-offers-sec {
        padding: 10px 0;
    }
    .op_container {
        padding: 30px 80px;
    }
    .rooms_menu_flex{
        flex-wrap: wrap;
        justify-content:space-around;
    }
    .rooms_menu_flex_item{
        width: 70%;
    }
    .special-offers-caption {
        margin-bottom:25px;
    }
    .by_numbers {
        padding-bottom: 69px;
        padding-top: 50px;
    }
    .by_numbers_flex{
        flex-wrap:wrap;
        justify-content:space-around;
        
    }
    .by_numbers_item{
        width:45%;
        margin-top:20px;
    }
    .by_numbers_title_text {
        margin-bottom: 10px;
    }
    .room_menu_container {
        margin-top: 80px;
    }
    
}
@media screen and (max-width: 425px){
    .center_maintop {
        text-align: center !important;
        width: 300px;
    }
    .mainTopText {
        font-size: 14px;
    }
    .mainTopText {
        -webkit-line-clamp: 8;
    }
    .rooms_menu_img {
        height: 200px;
    }
    .rooms_menu_flex {
        width: 100%;
    }
    .room_menu_more {
        width: 90%;
    }
    .by_numbers_item {
        width: 65%;
    }
    .by_numbers {
        padding-bottom: 20px;
    }
    .values_sec {
        margin-top: 50px;
    }
    .about_guest_item2 {
        width: 100%;
    }
    .room_menu_container {
        margin-top: 60px;
    }
    .special-offers-caption {
        margin-bottom: 15px;
    }
    .opinions_display {
        width: 100%;
    }
    
}
@media screen and (max-width: 373px){
    
    .mainTopTitle {
        font-size: 19px;
    }
    .mainTopText {
        line-height: 19px;
    }
    
}