@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=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.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: #24262D;
}

.navbar-nav a {
    font-family:  Cinzel;
    margin-left: 10px;
    font-size: 25px;
    font-weight: 600;
    color: rgb(117, 113, 113);
}

.nav-link img {
    width: 25px;
    height: 15px;
}

.navbar .navbar-toggler {
    background-color: #C49C5E;
}

.navbar-nav a {
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    color: white;
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color: #C49C5E;
    /* border-bottom: 1px solid #C49C5E; */
}

.navbar-nav a.active {
    /* border-bottom: 1px solid #C49C5E; */
    color: #C49C5E !important;
}

.btn2 a {
    color: white !important;
    text-decoration: none;
}

.btn2 {
    background-color: #C49C5E;
    font-size: 17px;
    /* letter-spacing: 2px; */
    /* text-transform: uppercase; */
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 8px 15px;
    border: 1px solid #C49C5E;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #C49C5E;
    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: #C49C5E;
}

.Navlist a.active {
    color: white !important;
}

.Footer-Menu {
    padding: 0;
}

.social-box:hover {
    border-color: #C49C5E !important;
}

.social-box:hover i {
    color: #C49C5E !important;
}

.head-home {
    position: relative;
}

.HeadText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.line {
    position: absolute;
    z-index: 100;
    width: 190px;
    border-top: #C49C5E 2px solid;
}

.carousel1 {
    width: 100% !important;
    background: url('../img/img2.jpg') rgba(0, 0, 0, 0.459);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 700px;
}

.carousel2 {
    width: 100% !important;
    background: url('../img/img3.jpg')rgba(0, 0, 0, 0.459);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 700px;
}

.carousel3 {
    width: 100% !important;
    background: url('../img/img4.jpg')rgba(0, 0, 0, 0.342);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 700px;
}

.About-Section-col {
    position: relative;
}

.About-Section-img-3 {
    /* position: absolute; */
    width: 400px;
    height: 480px;
    margin-top: -30px;
    margin-left: 0px;
    z-index: 90;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position: relative;
}

.About-Section-img-4 {
    /* margin-top: -50px; */
    position: relative;
    margin-top: 60px;
    margin-left: -130px;
    width: 320px !important;
    height: 420px;
    filter: brightness(90%);
    z-index: 100;
    border: #FFFFFF 6px solid;
   
}

.Slogan .container {
    background: url('../img/img4.jpg')rgba(0, 0, 0, 0.342);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 150px;
}

.Icons p {
    font-weight: 700;
    font-family: Cormorant Garamond, serif;
    color: #313130;
    font-size: 20px;
}

.Icons {

    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.Facilites-Section-icon2 {
    display: none;
    transition: all 0.5s;
}

.Icons:hover {
    position: relative;
    /* box-shadow: rgba(42, 134, 183, 0.192) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px; */
    box-shadow: none;
    transition: all 0.5s;
}

.Icons:hover .Facilites-Section-icon2 {
    display: inline-flex;
    transition: all 0.5s;
}

.Icons:hover .Facilites-Section-icon1 {
    display: none;
    transition: all 0.5s;
}

.Icons:hover p {
    color: #C49C5E !important;
    transition: all 0.5s;
}

.Rooms-section-title a {
    text-decoration: none;
    color: white !important;
}

.Rooms-section-title {
    position: sticky;
    margin-left: -10px;
    margin-top: -60px;
    background-color: #C49C5E;
    padding: 3px;
    z-index: 100;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.room-styles img {
    width: 100%;
    height: 350px;
}

.Rooms-section-col {
    position: relative;
}

.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 #C49C5E;
}

.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: #C49C5E;
    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;
}

.Rooms-head {
    background: url('../img/img2.jpg')rgba(0, 0, 0, 0.582);
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: 450px;
}
.Rooms-Section{
    position: relative;
}
.Rooms-Section img{
    height: 400px;
    width: 100%;
}
.card-body {
    padding: 20px 30px 20px 30px;
    position: absolute;
    margin-top: 50px;
    width: 35%;
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-body-1{
    padding: 20px 30px 20px 30px;
    position: absolute;
    margin-top: 50px;
    margin-left: -120px;
    width: 35%;
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.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: 450px;
}
.con-galeri img {
    width: 100% !important;
    height: 230px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.37)!important;
}
.About-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: 450px;
}
.About-Section-img-1 {
    /* position: absolute; */
    width: 400px;
    height: 480px;
    margin-top: -30px;
    margin-left: 20px;
    z-index: 90;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position: relative;
}

.About-Section-img-2 {
    /* margin-top: -50px; */
    position: relative;
    margin-top: 60px;
    margin-left: 30px;
    width: 400px;
    height: 480px;
    filter: brightness(90%);
    z-index: 100;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.Contact-head{
    background: url('../img/img2.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: 450px;
}
.Section-Info i{
    font-size: 35px;
    color: #494949;
}
.Section-Info-col{
    border-left:#494949 solid 2px ;
}
.Section-Info h3{
    color: #494949;
}
.Section-Info p{
    color: #494949;
    font-size: 17px;
}
/* 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;
    }
   .head-home h1{
    font-size: 70px !important;
   }
   .Rooms-Section img{
    height: 450px;
    width: 100%;
}
.card-body {
    margin-top: 30px;
    width: 35%;
    margin-left: 100px;
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-body-1{
    margin-top: 15px;
    margin-left: -120px;
    width: 35%;
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
}

@media only screen and (max-width: 991px) {
    .card-body {
        padding: 20px 30px 20px 30px;
        position: relative;
        margin-left: 0 !important;
        margin-top: 0;
        width: 100%;
        background-color: #FFFFFF;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .card-body-1{
        padding: 20px 30px 20px 30px;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        background-color: #FFFFFF;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .Rooms-Section img{
        height: 300px;
        width: 100%;
    }
    .head-home h1{
        font-size: 50px!important;
       }
    .Rooms-section-text h1 {
        margin-top: 10px !important;
    }
    .Slogan h3{
       padding-top: 50px !important;
       font-size: 35px !important;
    }
    .Rooms-section{
        padding-top: 0 !important;
    }
    .room-left{
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .Icons{
        height: 130px !important;
    }
    .About-Section-col-1{
        margin-top: 40px;
    }
    footer iframe {
        width: 280px;
    }

    footer .container {
        margin: 0 !important;
        margin-left: 20px !important;
    }
    .thumb img {
        height: 250px;
    } 
}

@media only screen and (max-width: 800px) {
    .About-Section-col{
        margin-top: 40px;
    }
    footer iframe {
        width: 120px;
    }
    footer .container {
        margin: 0 !important;
    }
    .thumb img {
        width: 100%;
        height: 300px;
    }
    .HeadText {
        position: absolute;
        top: 50%;
        left: 45%;
        transform: translate(-50%, -50%);
        z-index: 100;
    }
    .Slogan{
        padding: 0 !important;
    }
    .Seaction-About-1{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .Facilites-Section{
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }
    .Seaction-About-2{
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }
    .About-Section-col{
        margin-bottom: 20px !important;
    }
    .About-Section-img-1 {
        /* position: absolute; */
        width: 300px;
        height: 380px;
        margin-top: -30px;
        margin-left: 20px;
    }
    
    .About-Section-img-2 {
        /* margin-top: -50px; */
        position: relative;
        margin-top: 60px;
        margin-left: 30px;
        width: 300px;
        height: 380px;
    }
}

@media only screen and (max-width: 767px) {

    footer .container {
        margin: auto !important;
    }

    footer iframe {
        width: 300px;
    }

    .footer-location {
        margin-top: 30px;
    }
    .Testimonials-card {
        background-color: white !important;
        padding: 15px 20px 10px 20px;
    }

    .Testimonials .item {
        margin-right: 35px !important;
        margin-left: 5px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .Seaction-About-1{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .About-Section-img-1 {
        /* position: absolute; */
        width: 300px;
        height: 380px;
        margin-top: -30px;
        margin-left: 0px;
    }
    .Section-Info-col{
        border-left:none ;
        margin-top: 15px;
    }

}

@media only screen and (max-width: 575px) {
    .head-home h1 {
        font-size: 70px !important;
    }
    .Contact-Section{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
   .HeadText {
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.About-Section-img-3 {
    /* position: absolute; */
    width: 300px;
    height: 350px;
    margin-top: -30px;
    margin-left: 0px;
}

.About-Section-img-4 {
    /* margin-top: -50px; */
    position: relative;
    margin-top: 60px;
    margin-left: -130px;
    width: 300px !important;
    height: 350px; 
}
.About-Section-img-1 {
    /* position: absolute; */
    width: 280px;
    height:340px;
    margin-top: -20px;
    margin-left: 0px;
   
}

.About-Section-img-2 {
    /* margin-top: -50px; */
    position: relative;
    margin-top: 60px;
    margin-left: 15px;
    width: 280px;
    height:340px;
   
}

}

@media only screen and (max-width: 430px) {
    .HeadText {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
    }
    .HeadText h1{
        font-size: 50px !important;
}
.HeadText h4{
    font-size: 20px !important;
}
.About-Section-img-1 {
    /* position: absolute; */
    width: 200px;
    height:250px;
    margin-top: -20px;
    margin-left: 0px;
   
}

.About-Section-img-2 {
    /* margin-top: -50px; */
    position: relative;
    margin-top: 60px;
    margin-left: 10px;
    width: 200px;
    height:250px;
   
}
.Gallery-Head h1{
    padding-top: 130px !important;
}
    .Rooms-head {
        background: url('../img/img3.jpg')rgba(0, 0, 0, 0.452);
        background-position: center 85%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        height: 500px;
    }
    .Gallery-head{
        background: url('../img/img1.jpg')rgba(0, 0, 0, 0.452);
        background-position: center 85%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        height: 500px;
    }

    .About-head{
        background: url('../img/img2.jpg')rgba(0, 0, 0, 0.452);
        background-position: center 85%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        height: 500px;
    }
    .Contact-head{
        background: url('../img/img3.jpg')rgba(0, 0, 0, 0.452);
        background-position: center 85%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        height: 500px;
    }
    .Slogan h3{
        padding-top: 15px !important;
    }
}