@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.navbar {
    -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    overflow-x: hidden;
    background-color: white;
    /* background-image: linear-gradient(45deg, black 30%, blue 70%); */
}
.navbar-nav a {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 500;
    color: rgb(117, 113, 113);
}
.nav-link img {
    width: 25px;
    height: 15px;
}
.navbar-nav a {
    text-decoration: none;
    padding: 10px;
    font-size: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 700;
    color: #000000bd;
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color: #BD966F;
    /* border-bottom: 1px solid #000000; */
}

.navbar-nav a.active {
    /* border-bottom: 1px solid #000000; */
    color: #BD966F!important;
}

.btn2 a {
    color: white !important;
    text-decoration: none;
}
.btn2 {
    background-color: #BD966F;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
  }
  
  .btn2:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  
  .btn2:hover:after {
    animation: ripple_401 1s ease-out;
  }
  
  @keyframes ripple_401 {
    0% {
      width: 5px;
      height: 5px;
      opacity: 1;
    }
  
    100% {
      width: 200px;
      height: 200px;
      opacity: 0;
    }
  }
.Navlist{
    padding-left: 0 !important;
}
.Navlist li {
    display: inline;
    margin: 10px;
}

.Navlist a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease-in-out;
    padding: 10px;
    color: white;
}

.Navlist a:hover {
    color: #BD966F;
}

.Navlist a.active {
    color: white !important;
}

.Footer-Menu {
    padding: 0;
}

.social-box:hover {
    border-color:#BD966F !important;
}

.social-box:hover i {
    color: #BD966F !important;
}

.head-home {
    position: relative;
   background-color: #BD966F;
}
.HeadText {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width:900px;
}
/* .triangle-bg{
    position: absolute;
    clip-path: polygon(0 0, 50% 0, 11% 100%, 0% 100%);
} */
.carousel1 {
    width: 100% !important;
    background: url('../img/img1.jpg') rgba(0, 0, 0, 0.459);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 700px;
}

.carousel2 {
    width: 100% !important;
    background: url('../img/two1.jpg')rgba(0, 0, 0, 0.459);
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 700px;
}

.carousel3 {
    width: 100% !important;
    background: url('../img/img2.jpg')rgba(0, 0, 0, 0.342);
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 700px;
}
.Seaction-About-1{
    position: relative;
    /* background: linear-gradient(90deg, white 50%, rgba(48, 49, 49, 0.151) 50%); */
}
.Seaction-About-bg{
    position: absolute;
    clip-path: polygon(100% 33%, 60% 100%, 100% 100%);
    width: 600px;
    height: 400px;
    bottom: 0px;
    right: 0;
    background-color: #BD966F;
}
.About-Section-col{
    position: relative;
}

.Seaction-About-1 h2{
    border-left: #BD966F 5px solid;
    padding-left: 10px;
    width: 550px;
    margin-top: 5px;
}
.Rooms-section{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.room-image{
    margin: auto !important;
    text-align: center;
    justify-content: center;
    height: 320px;
    width: 100% !important;
    border: white 7px solid;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.Rooms-tEXT{
    background-color: white;
    padding: 20px 30px 20px 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.Facilites-Section{
    background: url('../img/img8.jpeg') rgba(0, 0, 0, 0.459);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.Icons{
    background-color: white;
}
.Icons .Icons8{
    background-color: #BD966F;
    margin: auto !important;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.Icons8 i{
    font-size: 45px;
    color: white;
    margin-top: 10px;
}
.Icons h6{
    color: #3D3C3C; 
    font-size: 20px;
    font-weight: 600; 
    margin-top: 15px;
}
.Icons p{
    padding: 10px 30px 10px 30px;
}

.Icons:hover h6{
    color: #BD966F;
}
.Testimonials .card {
    border-bottom: 3px #BD966F solid !important;
    transition: 0.5s;
    margin-top: 60px;
  }
  .Testimonials .card i {
    background-color: #BD966F;
    color: #ffffff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: -40px auto 0 auto;
  }
  .Slogan{
    background: url('../img/img2.jpg') rgba(0, 0, 0, 0.459);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 120px 0;
}
.Rooms-head {
    background: url('../img/two12.jpg')rgba(0, 0, 0, 0.473);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: 500px;
}
.card-text-1{
    padding: 10px 30px 10px 0px;
}
.Gallery-head{
    background: url('../img/img3.jpg')rgba(0, 0, 0, 0.582);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: 500px;
}
.transition {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
}

.thumb {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.read-btn {
    background: none;
    border: 0;
    font-family: 'Poppins', sans-serif;
    color: white;
    letter-spacing: 2px;
    font-weight: bold;
}


.About-head{
    background: url('../img/img1.jpg')rgba(0, 0, 0, 0.582);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: 500px;
}
.About-Section-col2{
    position: relative;
}
.About-Section-img-1{
    position: absolute;
    width: 350px;
    top: 65%;
    left: -10%;
    z-index: 2;
    border: white 8px solid;
}
.About-Section-img-2{
    left: -10px;
}
.Seaction-About-2 h2{
    border-left: #BD966F 5px solid;
    padding-left: 10px;
}
.Contact-head{
    background: url('../img/img2.jpg')rgba(0, 0, 0, 0.582);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: 500px;
}
.Contact-Section-text{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px !important;
}
.Contact-Section i{
    background-color: #BD966F;
    padding: 10px 15px 0px 15px;
    margin-top: 10px !important;
    border-radius: 50%;
}
.Contact-Section img{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/* animation */
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }
 
 
@media only screen and (max-width: 1200px) {

    footer iframe {
        width: 280px;
    }
.HeadText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 800px;
}
.Seaction-About-1{
    padding-bottom: 80px !important;
}
.room-image{
    width: 550px;
    height: 350px;
    border: white 10px solid;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.background-line-rooms2{
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    width: 800px;
    height: 500px;
    top:16%;
    left: 19%;
    background-color: rgb(247, 244, 244);
    z-index: -1;
}
.Rooms-Section-2 .card-body{
    padding: 10px 20px 10px 20px;
}
.Seaction-About-bg{
    z-index: -1;
}
.About-Section-img-1{
    position: absolute;
    width: 350px;
    top: 50%;
    left: -25px;
    z-index: 2;
    border: white 8px solid;
}
.About-Section-img-2{
    left: -10px;
}
.Seaction-About-2{
    padding-top: 50px !important;
    padding-bottom: 60px !important;
}
.Contact-Section{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
}

@media only screen and (max-width: 991px) {
    .head-home h1{
        font-size: 50px!important;
       }
       
        .Seaction-About-1{
            padding-top: 40px !important;
            padding-bottom: 50px !important;
        }
    .Slogan h3{
       padding-top: 50px !important;
       font-size:40px !important;
    }
    .Rooms-section{
        position: relative;
        z-index: -2;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .background-line-rooms2{
        display: none;
    }
    .room-image{
        width: 700px;
        height: 350px;
        border: white 10px solid;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }
    .room-left{
        padding: 20px 10px 20px 10px;
    }
    .Rooms-section .col-sm-12{
        margin-top: 20px !important;
    }
    .Icons{
        height: 250px !important;
    }
    .Icons:hover{
        box-shadow: #EAB359  10px 10px;
        transition:all 0.3s;
    }
    .Icons p{
        padding: 5px 20px 5px 20px;
    }
.Contact-Section-text{
    margin: 0 !important;
    margin-bottom: 20px !important;
}
    footer iframe {
        width: 280px;
    }

    footer .container {
        margin: 0 !important;
        margin-left: 20px !important;
    }
   
    .About-Section-img-1{
        position: absolute;
        width: 350px;
        top: 54%;
        left: -50px;
        z-index: 2;
        border: white 8px solid;
    }
    .About-Section-img-2{
        left: -10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer iframe {
        width: 120px;
    }
    .head-home h2{
        font-size: 30px !important;
    }
    .HeadText {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 550px;
    }
    .background-line-rooms2{
        display: none;
    
    }
    footer .container {
        margin: 0 !important;
    }
    
    .Slogan{
        padding: 0 !important;
    }
    .Seaction-About-1{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
}

@media only screen and (max-width: 767px) {

    footer .container {
        margin: auto !important;
    }
    footer iframe {
        width: 300px;
    }
    .footer-location {
        margin-top: 30px;
    }
    .room-image{
        width: 530px;
        height: 350px;
        border: white 10px solid;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }
    .Slogan h3{
        padding-top: 30px !important;
        font-size: 30px !important;
    }
    .Slogan{
        height: 150px;
        padding-top: 20px !important;
    }
    .Testimonials .item {
        margin-right: 25px !important;
        margin-left: 0px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .Icons{
        height: 210px !important;
    }
    .About-Section-img-1{
        position: absolute;
        width: 300px;
        top: 50%;
        left: -50px;
        z-index: 2;
        border: white 8px solid;
    }
    .About-Section-img-2{
        left: -10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .head-home h1 {
        font-size: 50px !important;
    }
    .head-home h4 {
        font-size: 20px !important;
    }
    
        .HeadText {
            position: absolute;
            top: 50%;
            left: 45%;
            transform: translate(-50%, -50%);
            z-index: 2;
            width: 350px;
        }
    .Rooms-Section-2 h1{
        padding-top: 20px;
    }
    .Contact-Section{
        padding-top: 50px !important;
        padding-bottom: 10px !important;
    }

}

@media only screen and (max-width: 430px) {
    .HeadText {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 300px;
    }
    .HeadText h1{
        font-size: 50px !important;
}
.Seaction-About-1 h2{
    font-size: 15px !important;
}
.HeadText h4{
    font-size: 20px !important;
}
.Icons{
    height: 240px !important;
}
.About-Section-img-1{
    position: absolute;
    width: 250px;
    top: 35%;
    left: 10px;
    z-index: 2;
    border: white 3px solid;
}
.About-Section-img-2{
    left: -10px;
    margin-bottom: 20px;
    width: 80%;
    margin-left: 70px;
}
.room-image{
    width: 400px;
    border: white 10px solid;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.Facilites-Section{
    background: url('../img/img5.jpg') rgba(0, 0, 0, 0.459);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
}
.Slogan{
    background: url('../img/img2.jpg') rgba(0, 0, 0, 0.459);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
    padding: 100px 0px !important; 
}
.Rooms-head {
    background: url('../img/two12.jpg')rgba(0, 0, 0, 0.473);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
    height: 500px;
}
.Gallery-head{
    background: url('../img/img3.jpg')rgba(0, 0, 0, 0.582);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
    height: 500px;
}
.About-head{
    background: url('../img/img1.jpg')rgba(0, 0, 0, 0.582);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
    height: 500px;
}
.Contact-head{
    background: url('../img/img2.jpg')rgba(0, 0, 0, 0.582);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
    height: 500px;
}
    .Contact-Section iframe{
        height: 400px !important;
    }
}