@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');

* {
    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: #24262D;
}

.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: #E3AC3E;
    /* border-bottom: 1px solid #E3AC3E; */
}

.navbar-nav a.active {
    /* border-bottom: 1px solid #E3AC3E; */
    color: #E3AC3E !important;
}

.btn2 a {
    color: white !important;
    text-decoration: none;
}

.btn2 {
    background-color: #E1AD41;
    font-size: 17px;
    /* letter-spacing: 2px; */
    /* text-transform: uppercase; */
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 8px 15px;
    border: 1px solid #E1AD41;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #E1AD41;
    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: #E3AC3E !important;
}

.social-box:hover i {
    color: #E3AC3E !important;
}

.head-home {
    position: relative;
}

.HeadText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.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: 750px;
}

.carousel2 {
    width: 100% !important;
    background: url('../img/img3.jpg')rgba(0, 0, 0, 0.459);
    background-position: center 90%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 750px;
}

.carousel3 {
    width: 100% !important;
    background: url('../img/img2.jpg')rgba(0, 0, 0, 0.342);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 750px;
}
.About-Section-col{
    overflow: hidden;
}
.About-Section-col img{
width: 98% !important;
border-radius: 15px;
}
.Slogan{
    background: url('../img/img2.jpg')rgba(0, 0, 0, 0.459);
    background-position: center 45%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 200px; 
}
.Rooms-section-title{
position: sticky;
margin-left: -10px;
margin-top: -60px;
background-color: #E3AC3E;
padding: 3px;
z-index: 100;
width: 85%;
box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.Rooms-section-col{
    position: relative;
}
.Icons{
    width: 80%;
    height: 130px;
    border: #E1AD41 1px solid;
}
.Icons:hover {
   width: 80%;
   height: 130px !important;
}
.Icons:hover img{
    width: 55px !important;
    transition: all 0.4s;
}
.Icons:hover p{
   font-size: 20px !important;
   transition: all 0.4s;
}

.Testimonials {
    background: url('../img/img2.jpg')rgba(0, 0, 0, 0.5);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.Testimonials-card {
    background-color: white !important;
    padding: 25px 30px 15px 30px;
    box-shadow: 5px 5px 2px 1px #E1AD41 ;
}

.Testimonials-card p {
    text-align: left;
}
.Rooms-head {
    background: url('../img/one-bed-6.jpg')rgba(0, 0, 0, 0.452);
    background-position: center 85%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: 500px;
}
.Gallery-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: fixed;
    height: 500px;
}
.transition {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.thumb {
    overflow: hidden;
}

.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/ap-one-12.jpg')rgba(0, 0, 0, 0.452);
    background-position: center 85%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: 500px;
}
.Seaction-About-2{
    position: relative;
}

.About-Section-col-1 img{
    width: 98% !important;
    border-radius: 15px;
    z-index: 1;
}
.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: 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;
    }
   .head-home h1{
    font-size: 70px !important;
   }

}

@media only screen and (max-width: 991px) {
    .head-home h1{
        font-size: 50px!important;
       }
    .Rooms-section-text h1 {
        margin-top: 10px !important;
    }
.Contact-Section-text{
    margin: 0 !important;
    margin-bottom: 20px !important;
}
    .Rooms-Section .btn2 {
        margin-bottom: 10px !important;
    }

    footer iframe {
        width: 280px;
    }

    footer .container {
        margin: 0 !important;
        margin-left: 20px !important;
    }
    .thumb img {
        height: 250px;
    } 
    .Seaction-About-2 .btn2{
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 800px) {
    footer iframe {
        width: 120px;
    }
    footer .container {
        margin: 0 !important;
    }
    .thumb img {
        width: 100%;
        height: 300px;
    }
}

@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: 25px !important;
        margin-left: 5px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .Seaction-About-1{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .Slogan h3{
        padding-top: 30px !important;
    }
    .Icons{
        width: 120%;
        height: 130px;
        border: #E1AD41 1px solid;
    }
    .Icons:hover {
       width: 120%;
       height: 130px !important;
    }
    .Icons:hover img{
        width: 52px !important;
        transition: all 0.4s;
    }
    .Icons:hover p{
       font-size: 19px !important;
       transition: all 0.4s;
    }

}

@media only screen and (max-width: 575px) {
    .head-home h1 {
        font-size: 70px !important;
    }
    .About-Section-col {
        margin: auto !important;
        justify-content: center;
        text-align: center;
    }
    .About-Section-col img{
        width:45% !important;
        border-radius: 15px;
        }
    /* .navbar-brand img {
        width: 80px !important;
    } */
    .Icons{
        width: 100%;
        height: 130px;
        border: #E1AD41 1px solid;
    }
    .Icons:hover {
       width: 100%;
       height: 130px !important;
    }
    .Icons:hover img{
        width: 57px !important;
        transition: all 0.4s;
    }
    .About-Section-col-1 {
        margin: auto !important;
        justify-content: center;
        text-align: center;
    }
    .About-Section-col-1 img{
        width:45% !important;
        border-radius: 15px;
        }
    .Seaction-About-2{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .Icons:hover p{
       font-size: 20px !important;
       transition: all 0.4s;
    }
    .Contact-Section{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

@media only screen and (max-width: 430px) {
    .head-menu .row {
        padding-top: 100px !important;
    }
    .Rooms-head {
        background: url('../img/one-bed-6.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/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;
    }

    .About-head{
        background: url('../img/ap-one-12.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;
    }
    .navbar-brand img {
        width: 100px !important;
    }
    .Slogan h3{
        padding-top: 15px !important;
    }
}