*{
    padding: 0; margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "Roboto", sans-serif;
}
/* --------------------------------------------------------------------------------- */
/* ----------------master css-------------------------- */

html{font-size: 10px; scroll-behavior: smooth;}
h1{font-size: 3rem;}
h2{font-size: 2rem;}
h3{font-size: 1.7rem;}
p{color: var(--font-color-1); font-size: 1.6rem; font-weight: 300;}
.container{max-width: 1080px; margin: 0px auto;}
.sec-com-pad{margin-top: 6rem;}

/* ------------------------------------------------------------------------------------- */
/* --------Variables--------------------------- */
:root{
    --theam-color-1:#766956;
    --btn-color : #c17944;
    --font-color-1 : #1c1d1f;
    --font-color-2 : #fff;
    --font-color-3 : #c17944;
    --font-color-4 : #766956;
    --form-color : #665947;
    --line-1 : #766956;
    --line-2 : #d8d8d8;
    --placeholde : #cbcbcb;
}


/* -------------------------------------------------------------------------- */
/* --------- Navigation bar ------------------- */
.navbar{
    background: var(--theam-color-1); height: 10rem;
}
.menu-globle{
    display: flex;
    justify-content: space-between;
    padding: 2rem 3.3rem 2rem 3.3rem;
     position: static; 
    z-index: 9; 
    align-items: center;
    height: 10rem;
}
.menu-globle .menu-list ul{
    display: flex;
    align-items: center;
    padding: 0;

}
.menu-globle .menu-list ul li{
    padding-right: 6rem;
}
.menu-globle .menu-list ul li a{
    color: var(--font-color-2); font-family: "Lato", sans-serif; font-size: 1.5rem;
}
.menu-globle .call-us-btn a{
    background: var(--btn-color);
    padding: 1rem 2rem;
    border-radius: 50px;
    color: var(--font-color-2);
    vertical-align: middle;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
}

/* ================================ Mobile Nav ========================== */
.toggle-btn span {
    width: 26px;
    height: 2px;
    background-color: #fff;
    display: block;
    transition: all ease .5s;
    transform-origin: right;
}
.toggle-btn span:nth-child(2) {
    margin: 6px 0;
}
.toggle-btn {
    display: none;
}
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d4;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

/* ------------------------------------------------------------------------------------ */
/* --------------hero session start----------------------------------- */
.about-secsson { padding-top: 4rem;}
.brand-logo {text-align: center;}

.parallax-window {
    height: 750px;
    background: transparent;
    padding-top: 5rem;
    object-position: top;
}
.hero-sess-mar{
    margin-top: 4rem;
}
/* -------------------------------------------------------------------------------------- */
/* -------------About session-------------------------------- */
.about-content {
    max-width: 70%;
    margin: 0px auto;
}
.about-head{    
    margin-bottom: 3rem;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.about-head h1 {
    font-weight: 300;
    color: var(--font-color-3);
    text-transform: uppercase;
}
.bottom-line{border-bottom: 2px solid var(--line-2); width: 30rem; display: block; margin-top: 1.5rem;}
.about-content p {
    line-height: 2.4rem;
    padding-bottom: 4rem;
}
.about-content h3{
    padding-bottom: 1rem;
}

/* -------------------------------------------------------------------------------------- */
/* -------------Room Section-------------------------------- */

.room-bg{margin-top: 2.5rem;}
.brand-icon{text-align: center;}
.parallax-window-2 {
    min-height: 850px;
    background: transparent;
}
.box-container{position: relative;}
.box-content{
    position: absolute;
    width: 45%;
    background: var(--font-color-2);
    left: 50%;
    top: -50%;
    transform: translate(-50%, 50%);
    text-align: center;
    padding: 4rem;
}
.box-content h1{
    font-weight: 300;
    padding-bottom: 1rem;
}
.box-content p{
    line-height: 2.4rem;
    padding-bottom: 1rem;
}
.box-content .room-btn{padding-top: 2rem;}
.box-content .room-btn a{
    background: var(--btn-color);
    padding: 1rem 2rem;
    border-radius: 50px;
    color: var(--font-color-2);
    vertical-align: middle;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
}

/* -------------------------------------------------------------------------------------- */
/* ------------ serviecs session -------------------------------- */
.serviecs-head h1{padding: 4rem 0 1rem ;}
.serviecs-head h2{
    font-weight: 300;
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: var(--font-color-4);
    padding-bottom: 1rem;
}
.services-card{display: flex; flex-wrap: wrap; text-align: center; margin-top: 8rem; justify-content: center;}
.services-card-icon{width: calc(33.3% - 2rem); margin-bottom: 6rem;}
.services-card-icon p{font-weight: 400;}
.services-card-icon img { width: 25%;}

/* -------------------------------------------------------------------------------------- */
/* ------------ courtyard_slider -------------------------------- */

.Courtyard-section{padding: 0 1.2rem;}
.courtyard_slider{overflow: hidden;}
.courtyard-container { position: relative;}
.courtyard-container a{display: block;}
.courtyard-container a img{width: 100%; height: 392px;}
.courtyard-pra { max-width: 60rem; text-align: center; margin: 0px auto; line-height: 2.6rem; padding-bottom: 5rem;}
.courtyard-container .swiper-button-next, .courtyard-container .swiper-button-prev{color: #fff; z-index: 1;}

/* -------------------------------------------------------------------------------------- */
/* ------------ gellary session -------------------------------- */
.gellary{display: flex; flex-wrap: wrap; width: 85%; margin: 0px auto;;}
.gellary-img{
    width: calc(50% - 3rem);
    margin: 1.5rem;
}
.gellary-img img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.gallery-text{text-align: center; margin-top: 3rem; position: relative; margin-bottom: 18rem;}
.gallery-text h1{font-weight: 300; font-family: "Playfair Display", serif; font-style: italic; color: var(--font-color-4);}
.gallery-text img {
    position: absolute;
    left: 12%;
    top: 55px;
    z-index: -1;
}
.gellary-container {
    margin-top: 12rem;
}

/* -------------------------------------------------------------------------------------- */
/* ------------ testimonial session -------------------------------- */

.parallax-window-3 {
    min-height: 850px;
    background: transparent;
}
.guest-padd{margin-top: 12rem;}
  .guest-review {
    position: absolute;
    width: 45%;
    /* background: var(--font-color-2); */
    left: 50%;
    top: -50%;
    transform: translate(-50%, 10%);
    text-align: center;
    /* padding: 4rem; */
}
.guest-container{position: relative;}
.guest-testimonial{
    position: relative;
    width: 100%;
    padding: 5rem;
    background: #fff;
    opacity: 95%;
}
.guest-testimonial .swiper-pagination-bullet-active{
    background: var(--btn-color) !important;
    border: 2px solid var(--btn-color);
}
.guest-testimonial .swiper-pagination-bullet{
    background: transparent;
    border: 2px solid var(--btn-color);
    width: 1.5rem; height: 1.5rem;
    opacity: 1;
}
.guest-testimonial .swiper-slide p{
    margin-bottom: 6rem;
    line-height: 2.8rem;
    font-style: italic;
    font-weight: 400;
    font-size: 1.7rem;
}
.guest-head {
    background: #fff;
    padding-top: 5rem;
    margin-bottom: -1px;
}
.guest-review h1{
    font-weight: 300;
}
.guest-head img {
    position: relative;
    top: 18px;
    z-index: 1;
    margin-top: 1.2rem;
}


/* -------------------------------------------------------------------------------------- */
/* ------------ Footer session -------------------------------- */
.footer {
    margin-top: 12rem;
}
.map iframe{
    width: 100%;
    height: 450px;
    margin-bottom: -4px;
}


.footer-bottom{
    background: var(--btn-color);
    height: 5rem; width: 100%;
    line-height: 5rem;

}
.footer-bottom-content{
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
}
.footer-bottom-content p{
    color: var(--font-color-2);
    font-size: 1.4rem;
}
.form-secsion{
    background: var(--theam-color-1);
    width: 100%;
    text-align: center;
}
.form-content {
    width: 60%;
    margin: 0px auto;
    padding-bottom: 8rem;
}
.field input {
    width: 100%;
    height: 50px;
    padding: 0 2rem;
    background: var(--form-color);
    border: none;
    color: var(--font-color-2);
    font-size: 1.5rem;
    font-weight: 300;
    font-size: 1.4rem;
    font-weight: 300;
}
.field input::placeholder{color: var(--placeholde); }
.field textarea{
    width: 100% !important;
    height: 100px !important;
    padding: 1rem 2rem 0;
    background: var(--form-color);
    border: none;
    color: var(--font-color-2);
    font-size: 1.4rem;
    font-weight: 300;
}
.field textarea::placeholder{color: var(--placeholde);}
.field {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
}
.form-btn input{
    width: 100%;
    border-radius: 25px; 
    background: var(--btn-color);
    color: var(--font-color-2);
    border: none;
    font-size: 1.5rem;
    font-weight: 300;
    height: 40px;
}

.form-text {
    padding-top: 8rem;
}
.form-text h1 {
    font-weight: 300;
    color: var(--font-color-2);
    padding-bottom: 3rem;
}
.form-text h2 {
    font-weight: 400;
    color: var(--font-color-2);
    padding-bottom: 1rem;
}
.form-text p {
    font-weight: 300;
    color: var(--font-color-2);
    padding-bottom: 4rem;
}
.field-box {
    width: 48%;
    text-align: left;
}
.field-box-1 {
    width: 100%;
    text-align: left;
}
.field span {
    font-size: 1.5rem;
    color: #ff6011 !important;
}
.msg_success {
    font-size: 1.6rem;
    color: #f3a66e;
}


/* ========================================================================================= */
/* -----------------  rooms page  ------------------------------------------------------ */
.deluxe-pra{padding-bottom: 2rem;}

/* ========================================================================================= */
/* -----------------  Media query  ------------------------------------------------------ */

@media screen and (max-width: 1280px){
    html{font-size: 9px;}
}

@media screen and (max-width: 765px) {
    html{font-size: 8px;}
    /* -------------------  Mobile Nav  ----------------- */
    .menu-list { position: fixed !important; left: 0; top: 0; margin: 0; padding: 0; height: 100%; transition: 0.5s; transform: translateX(-100%); z-index: 9; background: var(--theam-color-1); padding: 10rem 3rem 0rem; width: 60%;}
    .menu-globle .menu-list ul {
        flex-direction: column;
    }
    .menu-globle .menu-list ul li {
        padding-bottom: 5rem;
        padding-right: 0;
    }
    .toggle-btn{display: block;}
}
@media screen and (max-width: 576px){
    .brand-logo img { width: 30rem; }
    .room-section { padding: 0 1.2rem; }
    .box-container { margin: 0 3rem;}
    .box-content{width: 100%;}
    .gallery-text img{top: 100%; left: 0; width: 100%;}
    .hero-section { padding: 0 1.2rem; }
    .guest-session { padding: 0 1.2rem; }
    .guest-container{margin: 0 3rem;}
    .guest-review{width: 100%;}
    .gellary-session { padding: 0 1.2rem;}
    .parallax-window{height: 350px;}
    .parallax-window-2{min-height: 650px;}
    .parallax-window-3{min-height: 650px;}
    .services{padding: 0 1.2rem;}
    .serviecs-head { text-align: center; }
    .services-card-icon img { width: 50%;}

    .sidemenu-opened .backdrop{opacity: 1; transition: 0.5s; display: block; z-index: 2;}
    .sidemenu-opened .menu-list{ transform: translateX(0); }
    body.sidemenu-opened .toggle-btn span:nth-child(2) { opacity: 0; margin: 7.2px 0;}
    body.sidemenu-opened .toggle-btn span:nth-child(1) {transform: rotate(-45deg);}
    body.sidemenu-opened .toggle-btn span:nth-child(3) {transform: rotate(45deg);}
    body.sidemenu-opened .toggle-btn{z-index: 99;}
    body.sidemenu-opened {overflow: hidden;}
    .field-box { width: 100%; text-align: left; margin-bottom: 1rem;}
    .field{flex-direction: column; margin-bottom: 0;}
    .form-btn input{margin-top: 1rem;}
}