.sticky.sticky {
    position: fixed;
    top: 10px;
    left: 5%;
    z-index: 2222;
}

.caroul-item{
    display: flex;
    width: 100%;
    background-image: url(../images/Suite-Room-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 30vh !important;
}

.caroul-item img{
    display: flex;
    width: 100%;
    height: 25vh;
}

.caroul-item .captions{
    display: flex;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 32%;
    left: 0%;
    justify-content: center;
    align-items: center;
    z-index: 1111;
}

.navbar-main{
    display: flex;
    position: absolute;
    background-color: #15803d;
    top: 25%;
    left: 5%;
    z-index: 1111;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    border-radius: 1px;
}

.breads{
    display: flex;
    width: 100%;
    margin-top: 5%;
    font-size: 16px;
    color: aliceblue;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 2%;
}

.rooms{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 4%;
    gap: 5%;
}

.room{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    width: 30%;
    margin: 20px 0;
}

.room:hover{
    text-decoration: none;
}

.room-img{
    display: flex;
    width: 100%;
    position: relative;
}

.room-img img{
    display: flex;
    width: 100%;
    height: 250px;
    transition: .5s;
}

.room-img img:hover{
    transform: scaleX(2);
}

.imgOverlay{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .5s;
}

.imgOverlay:hover{
    background-color: rgba(0, 0, 0, 0.252);
}

.room-details{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px 0;
}

.roomHead{
    display: flex;
    font-size: 18px;
    font-weight: 600;
}

.roomPrice{
    display: flex;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    opacity: .6;
}

.roomServices{
    display: flex;
    width: 100%;
    gap: 10px;
    margin: 10px 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.612);
    padding: 5px 0;
}

.room-service{
    display: flex;
    align-items: center;
    color: #159143;
    opacity: .8;
    gap: 4px;
}

.single-view{
    display: flex;
    width: 100%;
    padding: 20px 0;
}

.single-left{
    display: flex;
    width: 70%;
    padding: 10px;
    flex-direction: column;
    gap: 25px;
}

.singleBar{
    display: flex;
    width: 100%;
    padding: 15px;
    background-color: #f5f5f5;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
}

.price{
    display: flex;
    font-size: 24px;
    font-weight: 800;
    opacity: .7;
    align-items: center;
}

.btnBook{
    display: flex;
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: #159143;
    text-decoration: none;
}

.btnBook:hover{
    text-decoration: none;
    opacity: 1;
}

.room-informations{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5%;
}

.room-photo{
    display: flex;
    width: 80%;
}

.room-photo img{
    display: flex;
    width: 100%;
}

.room-info{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.hd{
    display: flex;
    font-size: 20px;
    padding: 5px 0;
    font-weight: 600;
}

.amenitys{
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    padding: 15px;
    gap: 10%;
    margin: 10px 0;
    background-color: #f5f5f5;
}

.amenity{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 10px;
}

.amenity i{
    font-size: 16px;
    color: #159143;
    border: 1px solid #159143;
    padding: 10px;
    border-radius: 100%;
}

.amenity span{
    display: flex;
    font-size: 12px;
    font-weight: 500;
}

.single-right{
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 10px 10px;
}

.rightHead{
    display: flex;
    font-size: 18px;
    font-weight: 600;
}

.tab-rooms{
    width: 90%;
}

.reservations_views{
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    gap: 15px;
    width: 100%;
}

.reservations_views h3{
    font-size: 20px;
    font-weight: 600;
}

.reservations{
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    gap: 15px;
    width: 100%;
}

.reservations h3{
    font-size: 20px;
    font-weight: 600;
}

.contactReserve{
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    width: 70%;
    gap: 15px;
    padding: 10px;
}

.reserve-item{
    display: flex;
    align-items: center;
    gap: 10px;
}

.reserve-item i{
    font-size: 18px;
    color: #159143;
    padding: 0 5px 0 0;
}

.reserve-item span{
    font-size: 14px;
    font-weight: 500;
}

.reserve-item a{
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.myabout-section{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5% 0;
}

.about-first{
    display: flex;
    width: 100%;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-first img{
    display: flex;
    width: 120px;
    height: 80px;
    border-radius: 5px;
}

.about-first h4{
    font-size: 24px;
    font-weight: 600;
}

.about-first p{
    display: flex;
    width: 60%;
    font-size: 18px;
    text-align: center;
}

.about-video{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
}

.about-video video{
    display: flex;
    width: 70%;
}

.contactus{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
}

.contact-txt{
    display: flex;
    width: 80%;
    flex-direction: column;
    align-items: center;
}

.contact-txt p{
    display: flex;
    width: 70%;
    text-align: center;
}

.contact-txt p:first-child{
    font-size: 26px;
    font-weight: 700;
}

#loc{
    width: 100%;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
}

.contact-forms{
    display: flex;
    width: 100%;
    padding: 3% 5%;
}

.form-left{
    display: flex;
    width: 40%;
    flex-direction: column;
    gap: 25px;
}

.form-item{
    display: flex;
    gap: 20px;
    align-items: center;
}

.form-group{
    margin: 12px 0;
}

.form-item a{
    display: flex;
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.form-item i{
    font-size: 16px;
    font-weight: 500;
    color: #159143;
}

.leaveMSG{
    display: flex;
    font-size: 24px;
    font-weight: 500;
}

.myprimary{
    background-color: #159143 !important;
    border: 0;
    color: white !important;
}

.btn-primary{
    background-color: #159143;
    border: 0;
}

.btn-primary:hover{
    background-color: #159143 !important;
}

.reservation{
    display: flex;
    width: 100%;
    padding: 1%;
}

.reservation h3{
    font-weight: 700;
}

.reservations{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 2%;
}

.form-left{
    padding: 4%;
    display: flex;
    width: 45%;
    flex-direction: column;
}

.form-head{
    display: flex;
    font-size: 24px;
    font-weight: 600;
}

.form-group label{
    font-size: 18px;
    font-weight: 500;
}

.form-group label span{
    color: red;
    font-weight: 500;
}

.form-group select, input{
    font-size: 16px;
    font-weight: 400;
}

.form-group small{
    font-size: 11px;
    font-weight: 400;
    color: green;
}

.form-right{
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 5% 4%;
}

.form-right h4{
    font-size: 14px;
    font-style: italic;
}

.p-forms{
    margin-top: 5%;
}

.btn-successs{
    background-color: goldenrod;
    margin-top: 5%;
    border: 0;
    color: white;
    padding: 10px;
}

.btn-successs:hover{
    color: white;
    background-color: rgb(171, 128, 20);
}

.form-confirm{
    display: flex;
    position: absolute;
    z-index: 3333;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.491);
    justify-content: center;
    position: fixed;
    display: none;
    transition: 2s;
}

.form-confirmh{
    display: flex;
    position: absolute;
    z-index: 3333;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.491);
    justify-content: center;
    position: fixed;
    display: none;
    transition: 2s;
}

.form-success{
    display: flex;
    position: absolute;
    z-index: 3333;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.491);
    justify-content: center;
    position: fixed;
    display: none;
    transition: 2s;
}

.confirm-card{
    display: flex;
    flex-direction: column;
    width: 35%;
    margin-top: 15%;
    background-color: #f5f5f5;
    height: fit-content;
    height: 300px;
    border-radius: 10px;
    position: relative;
    align-items: center;
    padding: 2% 0;
    justify-content: center;
}

.closeBtn{
    display: flex;
    position: absolute;
    right: 15px;
    top: 10px;
}

.closeBtn a{
    display: flex;
    text-decoration: none;
    color: goldenrod;
}

.cImg{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.cImg i{
    font-size: 42px;
    color: green;
}

.terms{
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    width: 80%;
    align-items: center;
}

.terms p{
    font-weight: 400;
}

.terms-forms{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}

.terms-forms p{
    text-align: center;
    font-weight: 400;
}

.terms a{
    font-weight: 400;
}

.terms .proceed{
    display: flex;
    text-decoration: none;
    padding: 8px 15px;
    background-color: #159143;
    color: white;
    font-weight: 400;
    border-radius: 5px;
}

#close-form{
    background-color: red;
}

#sendRequest{
    margin: 20px 0;
    padding: 10px 25px;
    border: 0;
}

#sendRequest:hover{
    background-color: rgb(187, 139, 19);
}

@media only screen and (max-width: 420px){
    .sticky {
        position: fixed;
        z-index: 2222;
        top: 2.5% !important;
    }

    .about-first p{
        width: 50%;
        font-size: .9rem;
        text-align: center;
        padding: 0% 2%;
    }

    .about-first h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: -8%;
    }

    .navbar li a {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 810px){
    .sticky {
        position: fixed;
        z-index: 2222;
        top: 2% !important;
    }

    .navbar li a {
        font-size: 1.2rem;
    }

    .about-first p{
        width: 50%;
        font-size: .9rem;
        text-align: center;
        padding: 0% 2%;
    }

    .about-first h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: -3%;
    }

    .about-video {
        padding: 0% 0;
    }

    .w-50 {
       width: 70% !important;
    }

    .caroul-item{
        height: 19vh !important;
    }
}