

html{scroll-behavior: smooth;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: ghostwhite;}
::-webkit-scrollbar-thumb {background: #252927;}
::-webkit-scrollbar-thumb:hover {background: #006038;}
.fffbackground{background: #fff !important;}
.A79360{transition: background-color 1s; background-color: #fff !important;}
/* .slicknav_menutxt{color: #fff !important;} */
.translate{color:#000;margin:0px !important;}
.translate__section{
    display: flex !important;
    grid-gap: 0px;
    flex-direction: column;
    align-items: center;
    width: 40px;
    cursor:pointer;
}
.__header__{
    display: flex !important;
    /* flex-direction: row;*/
     /* flex-direction: column; */
    align-items: center;
    justify-content:space-between;
    padding:0 15px;
}
.__header__menubtn{
    display:none;
}
@media only screen and (max-width: 1000px) {
    .__header__menu {
        display: none;
    }
    .__header__logo{
        justify-content: space-between !important;
    }
    ul.clearfix {
        display: none;
    }
    .__header__menubtn{
        display:block !important;
    }
}
.__header__menu_hvr{
    padding:130px 30px;

}
.__header__hvr{
    position: fixed;
    top: 79px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    display:none;
}
.portfolio__item__text_P{
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
}
.scolor{
    color: #bead8f !important;
}
.object{
    /* transform: scale(2); */
    position: absolute;
    top: -35px;
    transform: translateX(60px);
    transition: all 1s;
}
.trsnformobject{
    transform: translateX(0px);
}
.object1{
    transform: scale(0.9);
    /*transform: translateY(130px);*/
    transition: all 1s;
}
.trsnformobject1{
    /*transform: translateY(0px);*/
    transform: scale(1);
}


input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.date-available{
    width: 170px;
    height: 50px;
    border: 0px;
    text-align:center;
    margin: 0px;
    font-size: large;
    border: 1px solid #0000001a;
    border-right: 0px;
    padding: 0px;
}
.reserver-button{
    width: auto;
    height: auto;
    border: 0px;
    background: #bead8f;
    color: #f8f9fa;
    margin: 0px;
    padding-right:10px !important;
    padding-left:20px !important;
}
.check-availability{
    height: 40px;
    padding-right:10px !important;
    padding-left:10px !important;
    border: 0px;
    background: #252927;
    color: #f8f9fa;
    margin: 0px;
}
.plus-minus-input {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.plus-minus-input .input-group-field {
    border: 0px;
    height: 50px;
    text-align: center;
    width: 120px;
    margin: 0px;
    font-size: large;
    border: 1px solid #0000001a;
    border-left: 0px;
    border-right: 0px;
    padding: 0px;
}
.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.plus-minus-input .input-group-button .circle {
    height: 50px;
    width: 50px;
    background: #bead8f;
    border: 0px;
    color: white;
}