@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200;300;400;500;600;700&family=Yeseva+One&display=swap');

html,body{
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.navMenu{
    position: relative;
    z-index: 3;
}
.navMenu{
    background-color: transparent!important;
    font-family: 'Yeseva One', cursive;
    font-weight: 400;
    font-size: 35px;
}
.navMenu a{
    color: white!important;
    text-transform: uppercase;
}
.navMenu a h1{
    color: white;
}
.navMenu a:hover{
    border-bottom: 1px white solid;
}
.btn-navbar-toggler{
    background: transparent;
    color: white;
    border-color: white!important;
    position: absolute;
    right: 20px;
    top: 20px;
}
.housesNav{
    right: 20px;
    top: -25px;
}
.btn-navbar-toggler span{
    color: white!important;
}


.topSection{
    margin-bottom: 65px;
}
.darkBG::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 30%);
    z-index: 1;
}
.topImg{
    background-size: cover!important;
    height: 100vh;
    position: relative;
}
.topContent{
    position: absolute;
    z-index: 2;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}
.topContent p{
    color: white;
    position: absolute;
    padding-right: 20px;
}
p{
    font-size: 35px;
    font-weight: 300;
    line-height: 55px;
}
.services{
    margin-bottom: 102px;
}
h1, h2, h4{
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 12px;
    margin-bottom: 33px;
    font-weight: 600;
    color: #033A0F;
}
.sliderImg{
    height: 375px;
    object-fit: cover;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #033A0F!important;
    color: white!important;
}
.nav-link{
    color: #033A0F!important;
    font-size: 20px;
}
.houseList{
    margin-top: 87px;
}
#houseCarousel{
    position: relative;
}
#houseCarousel .bgImg{
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    right: 0;
}
.prev{
    left: 30px;
}
.next{
    right: 30px;
}
.houseCard{
    border: 1px solid #0C621F;
    border-radius: 0;
}
.houseCard img{
    width: 100%;
    height: 311px;
    object-fit: cover;
}
.houseCard .houseTitle{
    padding-top: 32px;
    padding-bottom: 32px;
}
.houseTitle h3{
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 600;
}
.contactForm{
    padding-top: 75px;
}
.contactUs{
    padding-top: 72px;
    position: relative;
}
.contactUs::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .25;
    z-index: -1;
    background: linear-gradient(0deg, #04200A 0%, rgba(3, 58, 15, 0.00) 100%);
}
.mainHC{
    border: none;
    position: relative;
    cursor: pointer;
}
.houseCard.RC{
    position: absolute;
    bottom: 0;
    background-color: #033A0F66;
    padding-top: 20px;
}
.houseCard p{
    font-size: 33px;
}
.right{
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
}
.houseCard.RC._small{
    position: relative;
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 20px;
    display: inline-block;
    background-color: #033A0F59;
    font-family: 'Yeseva One', cursive;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #033A0F;
}
.price{
    background-color: #033A0F59;
    font-family: 'Yeseva One', cursive;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.houseTop{
    position: relative;
}
.topMenu{
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;
    right: 0;
}
.topMenu img{
    cursor: pointer;
    position: relative;
    top: 5px;
}
.topMenu h1{
    color: #FFF;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: unset;
}
.houseImg{
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.bgLight::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(217, 217, 217, 0.30);
    z-index: 1;
}
.houseInfo{
    margin-top: 114px;
}
.houseInfo .carousel{
    margin-bottom: 80px;
}
.check svg{
    color: green;
}
.btn-reserveNow{
    position: absolute;
    font-family: 'Yeseva One', cursive;
    font-size: 33px;
    letter-spacing: 7.35px;
    font-weight: 400;
    border-radius: 250px;
    border: 1px solid #033A0F!important;
    background: #033A0F!important;
    color: white!important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
    right: 20px;
    bottom: -30px;
    width: 50%;
}

.gallery img{
    height: 100vh;
    object-fit: cover;
}

#messageSent{
    display: none;
}
.modal{
    background: rgba(3, 58, 15, 0.30);
}
.modal-body{
    position: relative;
    background-color: rgba(3, 58, 15, 0.95)!important;
    color: white;
}
.modal-body h2{
    color: white!important;
    text-align: center;
}
.modal-body .btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
}
.modal-body label,
.modal-body input{
    font-size: 20px;
}
.btn-white{
    border: 1px solid white!important;
    color: white;
    font-size: 20px;
    transition: 0.5s linear;
}
.btn-white:hover{
    color:rgba(3, 58, 15, 0.95);
    background: rgba(255, 255, 255, 0.80);
}
.modal a{
    font-size: 20px;
    color: white!important;
}
.modalMenu a{
    background-color: transparent!important;
    font-family: 'Yeseva One', cursive;
    font-weight: 400;
    font-size: 25px;
}
.modalMenu .modal-content,
.modalMenu .modal-body{
    border-radius: 50px;
}
.modalMenu .btn-close{
    right: 35px;
    top: 25px;
}

hr{
    background: #033A0F;
    margin-bottom: 50px;
}
footer{
    padding-bottom: 40px;
}
footer h4{
    font-size: 40px;
    font-weight: 300;
    letter-spacing: normal;
    text-transform: none;
}
footer li{
    list-style-type: none;
}
footer li a{
    font-family: 'Yeseva One', cursive;
    font-size: 19px;
    font-weight: 400;
    color: #033A0F;
    text-decoration: none;
}
footer p{
    font-family: 'Yeseva One', cursive;
    font-size: 19px;
    font-weight: 400;
    color: #033A0F;
    text-decoration: none;
    line-height: normal; /* 184.211% */
    letter-spacing: 2px;
}
.map{
    height: 250px;
    border: 1px solid #033A0F;
    border-radius: 50px;
}

span{
    font-size: 18px;
    font-family: Arial;
}
span a{
    text-decoration: none;
    color: #033A0F;
    font-weight: 600;
    border-bottom: 1px dotted #033A0F;
    opacity: 0.5;
    transition: 0.2s linear;
}
span a:hover{
    opacity: 1;
}

.nf404{
    background: rgba(3, 58, 15, 0.30);
    height: 100vh;
    position: relative;
}
.nf404 img.logo{
    width: 200px;
}
.container404{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 10vh;
}
.code h1{
    font-family: 'Yeseva One', cursive;
    font-weight: 400;
    color: white!important;
    font-size: 150px;
}
.code h2{
    font-family: 'Yeseva One', cursive;
    font-weight: 400;
    color: white!important;
    font-size: 50px;
}
.code a{
    color: white!important;
    font-size: 50px;
    text-decoration: none;
}
.check{
    
}

.feedback h3{
    font-size: 40px;
    color: rgb(3, 58, 15);
}
.feedbackCard{
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background: rgb(207, 227, 212);
}
.feedbackCard h4{
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: none;
}
.feedbackCard p{
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 30px;
}



.loginForm h2{
    font-size: 19px;
    color: #033A0F!important;
}
.loginForm .modal-body{
    background-color: rgb(180, 196, 184)!important;
}
.loginForm label{
    color: #033A0F;
}
.loginForm a{
    color: #033A0F!important;
}
.loginForm .btn-white{
    border: 1px solid rgb(3, 58, 15)!important;
    background: rgba(3, 58, 15, 0.35);
    color: #033A0F!important;
}
.btn-white.btn-register{
    padding: 0!important;
    border: none !important;
    background: none;
}
.recoverPassword{
    font-size: 14px;
    color: #033A0F;
    border-bottom: 1px solid;
    cursor: pointer;
}
#registerData,
#recoverData{
    display: none;
}

.profileData p{
    font-size: 40px;
    line-height: 0;
    position: relative;
}
.profileData p.data{
    font-size: 30px;
}
.profileData span{
    position: relative;
    top: -15px;
    cursor: pointer;
    color: #033A0F;
}
.profileData h3{
    letter-spacing: 8px;
    font-size: 35px;
    font-weight: 300;
}
.bookItemCard{
    cursor: pointer;
}
.btn-logout{
    font-size: 20px;
    letter-spacing: 3px;
}
.bookingData p{
    font-size: 25px;
}
.bookingInfo{
    background-color: rgb(212, 229, 216);
    border-radius: 0;
    border-color: #033A0F;
}
.bookingChangeData button{
    font-size: 20px;
    letter-spacing: 3px;
}
hr.settings{
    opacity: 1!important;
}

@media (max-width: 414px) {
    .topImg{
        height: 42vh;
    }
    .topContent img{
        width: 200px;
    }
    .darkBG::before{
        bottom:  unset
    }
    .topContent{
        top: 5%;
    }
    p{
        font-size: 25px;
    }
    .sliderImg{
        height: 250px;
    }
    .btn-reserveNow{
        width: 100%;
        font-size: 30px;
        right: 0;
    }
    .code h1{
        font-size: 100px;
    }
    .code h2{
        font-size: 25px;
    }
    .nf404 img.logo {
        width: 180px;
    }
}
@media (max-width: 812px) and (orientation: landscape) {
    .topContent img{
        width: 200px;
    }
    .code h1{
        font-size: 100px;
    }
    .code h2{
        font-size: 25px;
    }
    .container404{
        margin: 0;
    }
    .nf404 img.logo {
        display: none;
    }
}
@media (max-width: 812px) {
    .houseImg{
        height: unset;
    }
}
@media (max-width: 1024px) {
    #houseCarousel .bgImg{
        left: 0px;
        top: 20%;
    }
    .houseCard p {
        font-size: 27px;
    }
}

.cookie-info {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
    color: white;
}
.cookie-info h4{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    margin-bottom: 10px;
    color: white;
}
.cookie-info p{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
}