@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: #1d1f25;
    /* 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 .navbar-toggler {
    background-color: #E1AD41;
}

.navbar-nav a {
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    color: white;
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color: #EAB359;
    /* border-bottom: 1px solid #EAB359; */
}

.navbar-nav a.active {
    /* border-bottom: 1px solid #EAB359; */
    color: #EAB359 !important;
}

.btn2 a {
    color: white !important;
    text-decoration: none;
}

.btn2 {
    background-color: #EAB359;
    font-size: 17px;
    /* letter-spacing: 2px; */
    /* text-transform: uppercase; */
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 8px 15px;
    border: 1px solid #EAB359;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #EAB359;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
}

.btn2:hover {
    transform: scale(1.05) translate(0, -0.15rem);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35);
}

.btn2:active {
    transform: scale(1) translate(0, 0.15rem);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.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: #E1AD41;
}

.Navlist a.active {
    color: white !important;
}

.Footer-Menu {
    padding: 0;
}

.social-box:hover {
    border-color: #EAB359 !important;
}

.social-box:hover i {
    color: #EAB359 !important;
}

.head-home {
    position: relative;
}
.HeadText {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 700px;
}
.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: 600px;
}

.carousel2 {
    width: 100% !important;
    background: url('../img/img9.jpg')rgba(0, 0, 0, 0.459);
    background-position: center 90%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 600px;
}

.carousel3 {
    width: 100% !important;
    background: url('../img/img11.jpg')rgba(0, 0, 0, 0.342);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 600px;
}
.About-Section-col{
    position: relative;
}
.About-Section-img-3{
position: absolute ;
width: 90% !important;
z-index: 100 !important;
}
.line-about{
    position: absolute;
    margin-top: 40px;
    margin-left: 350px;
    width: 300px;
    height: 300px;
    border: #EAB359 5px solid;
    z-index: 1;
}
.line-about2{
    position: absolute;
    margin-top: 240px;
    margin-left: -30px;
    width: 200px;
    height: 200px;
    background-color: #EAB359;
    z-index: 1;
}
.initial-text {
    position: absolute;
    top: 85%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
    display: flex;
    z-index: 2;
    font-weight: 700;
    text-align: left;
    font-size: 25px;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-shadow: 3px 3px 4px #1e1e1fc0;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: -20%;
    width: 100%;
    height: 20%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 3;
}
.room-container-1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px !important;
}
.room-container-1 .room-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.room-container-1:hover .overlay {
    opacity: 1;
    transform: translateY(-30%);
    transition: all 0.3s;
}
.room-container-1:hover .initial-text{
    top: 65%;

    transition: 0.3s;
    
}
.room-container-1:hover .dark-overlay{
    backface-visibility: hidden;
    transition: all 0.3s ease;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000000d5);
    background: linear-gradient(to bottom, transparent, #000000c4);
}
.Rooms-section{
    position: relative;
}
.background-line-rooms{
    position: absolute;
    background: #EAB359;
    width: 300px;
    height: 108%;
    left: 70%;
    top: -30px;
}
.Facilites-Section{
    background: url('../img/img2.jpg') 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: #EAB359;
    margin: auto !important;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.Icons h6{
    color: #3D3C3C; 
    font-size: 20px;
    font-weight: 600; 
    margin-top: 15px;
}
.Icons p{
    padding: 10px 30px 10px 30px;
}

.Icons:hover h6{
    color: #EAB359;
}
.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin: 35px 10px 10px;
    max-width: 310px;
    min-width: 250px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #EAB359;
}

.snip1533 *,
.snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.snip1533 figcaption {
    padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #EAB359;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}

.snip1533 h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
}

.snip1533 h4 {
    font-weight: 400;
    margin: 0;
    opacity: 0.5;
}

.snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
}
.Slogan{
    background: url('../img/img7.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;
    height: 250px; 
}
.Rooms-head {
    background: url('../img/triple1.jpg')rgba(0, 0, 0, 0.582);
    background-position: center 90%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: 500px;
}
.Rooms-Section{
    position: relative;
}
.card-body {
    padding: 20px 30px 20px 30px;
    margin-top: 20px;
 
    background-color: #FFFFFF;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.card-body-1{
    padding: 20px 30px 20px 30px;
    margin-top: 40px;
    background-color: #FFFFFF;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.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;
}
.thumb img {
    width: 100%;
    height: 230px;
}
.About-head{
    background: url('../img/img10.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;
}
.Contact-head{
    background: url('../img/img4.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(0, 0, 0, 0.2) 0px 20px 30px;
    padding: 20px !important;
}
.Contact-Section i{
    background-color: #E1AD41;
    padding: 10px 15px 0px 15px;
    margin-top: 10px !important;
    border-radius: 50%;
}

/* 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;
    }
.card-body {
    margin-top: 0px;
}
.card-body-1{
    margin-top: 0px;
}
.HeadText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 700px;
}
.line-about{
    margin-top: 40px;
    margin-left: 250px;
    width: 300px;
    height: 250px;
}
.line-about2{
    position: absolute;
    margin-top: 170px;
    margin-left: -15px;
    width: 200px;
    height: 200px;
    background-color: #EAB359;
    z-index: 1;
}
.Seaction-About-1{
    padding-bottom: 50px !important;
}

}

@media only screen and (max-width: 991px) {
    .head-home h1{
        font-size: 50px!important;
       }
       .About-Section-img-3{
        position: relative;
        width: 90% !important;
        z-index: 100 !important;
        }
        .line-about{
            margin-top: 40px;
            margin-left: 420px;
            width: 300px;
            height: 350px;
        }
        .line-about2{
            position: absolute;
            margin-top: 200px;
            margin-left: -30px;
            width: 200px;
            height: 200px;
            background-color: #EAB359;
            z-index: 1;
        }
    .Slogan h3{
       padding-top: 50px !important;
       font-size:40px !important;
    }
    .Rooms-section .col-sm-12{
        margin-top: 20px !important;
    }
    .background-line-rooms{
        position: absolute;
        background: #EAB359;
        width: 300px;
        height: 100%;
        left: 70%;
        top: 0px;
    }
    .card-body {
        padding: 20px 30px 20px 30px;
        position: relative;
        margin-top: 20px;
        background-color: #FFFFFF;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }
    .card-body-1{
        padding: 20px 30px 20px 30px;
        position: relative;
        margin-top: 0px;
        background-color: #FFFFFF;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }
    .Icons{
        height: 350px !important;
    }
    .Icons:hover{
        box-shadow: #EAB359  10px 10px;
    }
    .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;
    }
    .thumb img {
        height: 250px;
    } 
  
}

@media only screen and (max-width: 800px) {
    footer iframe {
        width: 120px;
    }
    .head-home h2{
        font-size: 30px !important;
    }
    .HeadText {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 700px;
    }
    footer .container {
        margin: 0 !important;
    }
    .thumb img {
        width: 100%;
        height: 300px;
    }
    .Slogan{
        padding: 0 !important;
    }
    
    .room-container-1 .room-image {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .initial-text-ap{
        margin-left: -100px !important;
    }
}

@media only screen and (max-width: 767px) {

    footer .container {
        margin: auto !important;
    }
    footer iframe {
        width: 300px;
    }
    .footer-location {
        margin-top: 30px;
    }
    .Slogan h3{
        padding-top: 30px !important;
        font-size: 30px !important;
    }
    .Slogan{
        height: 200px;
    }
    .Testimonials-card {
        background-color: white !important;
        padding: 15px 20px 10px 20px;
    }

    .Testimonials .item {
        margin-right: 25px !important;
        margin-left: 5px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .line-about{
        margin-top: 40px;
        margin-left: 250px;
        width: 300px;
        height: 230px;
    }
    .line-about2{
        position: absolute;
        margin-top: 120px;
        margin-left: -30px;
        width: 200px;
        height: 200px;
        background-color: #EAB359;
        z-index: 1;
    }
    .Icons{
        height: auto !important;
    }

}

@media only screen and (max-width: 575px) {
    .head-home h1 {
        font-size: 50px !important;
    }
    .head-home h4 {
        font-size: 20px !important;
    }
    .About-Section-img-3{
        width: 90% !important;
        margin: auto !important;
        z-index: 100 !important;
        margin-left: 30px !important;
        }
        .line-about{
            position: absolute;
            margin-top: 40px;
            margin-left: 270px;
            width: 300px;
            height: 300px;
            border: #EAB359 5px solid;
            z-index: 1;
        }
        .line-about2{
            position: absolute;
            margin-top: 140px;
            margin-left: 10px;
            width: 200px;
            height: 200px;
            background-color: #EAB359;
            z-index: 1;
        }

}

@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;
}
.line-about{
    position: absolute;
    margin-top: 40px;
    margin-left: 180px;
    width: 250px;
    height: 230px;
    border: #EAB359 5px solid;
    z-index: 1;
}
.line-about2{
    position: absolute;
    margin-top: -4px;
    margin-left: 20px;
    width: 200px;
    height: 200px;
    background-color: #EAB359;
    z-index: 1;
}
.room-container-1:hover .initial-text{
    top: 63%;
    transition: 0.3s;
    
}
.initial-text-ap{
    margin-left: -80px !important;
}
.HeadText h4{
    font-size: 20px !important;
}
.Slogan{
    background: url('../img/img7.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;
    height: 250px; 
}
.Rooms-head {
    background: url('../img/triple1.jpg')rgba(0, 0, 0, 0.582);
    background-position: center 90%;
    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/img10.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/img4.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;
}
    .Slogan h3{
        padding-top: 15px !important;
    }
    .Contact-Section iframe{
        height: 400px !important;
    }
}