@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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Paytone+One&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: white;
}

.nav-link img {
    width: 25px;
    height: 15px;
}
.navbar-nav a {
    line-height: 2;
    position: relative;
  }
.navbar-nav a {
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    margin-left: 10px;
    /* font-size: 22px; */
    font-weight: 500;
    color:#333333;
    border-bottom: 1px solid transparent;
}
.navbar .navbar-toggler {
    background-color: #2A85B7;
} 
  .navbar-nav a::before {
    content: '';
    width: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #2A85B7;
    position: absolute;
    bottom: -.25rem;
    color: #2A85B7!important;
    right: 0;
    transition: right .4s, width .4s, left .4s;
  }
  
  .navbar-nav a:hover::before {
    width: 100%;
    color: #2A85B7!important;
    left: 0;
  }


.navbar-nav a.active {
    border-bottom: 2px solid #2A85B7;
    color: #2A85B7 !important;
}
.button a {
  text-decoration: none;
  color: #fff;
}
.button {
    --color: #145f88;
    padding: 10px 20px;
    background-color: #2A85B7;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .6s;
    font-size: 17px;
    border: 1px solid;
    color: var(--color);
    z-index: 1;
  }
  
  .button::before, .button::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--color);
    transition: 1.2s ease;
  }
  
  .button::before {
    top: -1em;
    left: -1em;
  }
  
  .button::after {
    left: calc(100% + 1em);
    top: calc(100% + 1em);
  }
  
  .button:hover::before, .button:hover::after {
    height: 410px;
    width: 410px;
  }
  
  .button:hover {
    color: rgb(10, 25, 30);
    color: transparent;
  }
  
  .button:active {
    filter: brightness(.8);
  }

.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{
    padding-left: 0 !important;
}
.Navlist a:hover {
    color: #2A85B7;
}

.Navlist a.active {
    color: white !important;
}

.Footer-Menu {
    padding: 0;
}

.social-box:hover {
    border-color: #2A85B7!important;
}

.social-box:hover i {
    color: #2A85B7!important;
}

.head-home {
    position: relative;
}
.HeadText {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 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/img5.jpg')rgba(0, 0, 0, 0.459);
    background-position: center 65%;
    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 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 700px;
}
.About-Section-img-4{
    width: 100%;
}
.About-Section-img-3{
    width: 100%;
}
.line {
    width: 100px;
    height: 1px;
    background-color:rgb(42, 133, 183);
}
.Slogan .container{
    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: 150px; 
}
.Icons{
    
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.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: #2A85B7!important;
    transition: all 0.5s;
}
.Facilites-Section-icon2{
    display: none;
    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: #2A85B7;
    padding: 3px;
    z-index: 100;
    width: 60%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    }
    .room-styles img{
        width:100%;
        height: 450px;
    }
    .Rooms-section-col{
        position: relative;
    }
.Testimonials{
    background: url('../img/img1.jpg')rgba(0, 0, 0, 0.459);
    background-position: center 45%;
    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 rgba(0, 0, 0, 0.253);
}

.Testimonials-card p {
    text-align: left;
}
.Rooms-head {
    background: url('../img/img5.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: 450px;
}
.Gallery-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: 450px;
}
.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/img2.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: 450px;
}
.About-Section-col{
    position: relative;
}
.About-Section-img-2{
    width: 100%;
    height: 400px;
    margin-top: -30px;
    margin-left: 40px;
}
.About-Section-img-1{
    position: absolute;
    bottom: 0 !important;
    margin-bottom: -40px;
    margin-left: -30px;
    width: 50%;
    border: #fff 5px solid;
}
.Contact-head{
    background: url('../img/img3.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: 450px; 
}
.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: #2A85B7;
    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;
   }
   .About-Section-img-2{
    width: 100%;
    height: 400px;
    margin-top: -30px;
    margin-left: 10px;
}

}

@media only screen and (max-width: 991px) {
    .head-home h1{
        font-size: 50px!important;
       }
    .Rooms-section-text h1 {
        margin-top: 10px !important;
    }
    .Slogan h3{
       padding-top: 50px !important;
       font-size: 40px !important;
    }
    .About-Section-img-4{
        width: 100%;
        height: 300px !important;
    }
    .About-Section-img-3{
        width: 100%;
        height: 350px !important;
    }
    .Rooms-section{
        padding-top: 0 !important;
    }
    .Rooms-section .button{
        margin-bottom: 10px !important;
    }
    .room-left{
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .Icons{
        height: 130px !important;
    }
.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;
    }
    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;
    }
}

@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;
    }

}

@media only screen and (max-width: 575px) {
    .head-home h1 {
        font-size: 70px !important;
    }
    .Contact-Section{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .About-Section-img-2{
        width: 90%;
        height: 320px;
        margin-top: -30px;
        margin-left: 40px;
    }
    .About-Section-img-1{
        position: absolute;
        bottom: 0 !important;
        margin-bottom: -40px;
        margin-left: 0px;
        width: 50%;
        border: #fff 5px solid;
    }
}

@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-4{
    width: 100%;
    height: auto !important;
}
.About-Section-img-3{
    width: 100%;
    height: auto !important;
}
.Rooms-section-title{
    position: sticky;
    margin-left: -10px;
    margin-top: -60px;
    background-color: #2A85B7;
    padding: 3px;
    z-index: 100;
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    }
    .Rooms-head {
        background: url('../img/img5.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;
    }
}