@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

* {
    box-sizing: border-box;
    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;
}

.navbar-toggler {

    background-color: white;
}

.navbar-nav a {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 500;
    color: #021832;
}

.nav-link img {
    width: 25px;
    height: 15px;
}

.navbar-nav a {
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    color: #021832;
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color: #021832;
    border-bottom: 1px solid #021832;
}

.navbar-nav a.active {
    border-bottom: 1px solid #021832;
    color: #021832!important;
}

.btn1 a{
    text-decoration: none;
    color: #24262D;
}
.btn1 {
    font-size: 18px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 10px 20px;
    border: 2px solid #021832;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #021832;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
  }
  
  .btn1:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #021832;
    z-index: -1;
  }
  .btn1 a{
    color: #021832!important;
  }
  .btn1:hover a{
    color: white!important;
    transition-duration: 0.7s;
  }
  .btn1:hover, .btn1:focus {
    color: white;
  }
  
  .btn1:hover:before, .btn1:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }
  
  .btn1:active {
    transform: scale(0.9);
  }

.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: #021832;
}

.Navlist a.active {
    color: white !important;
}

.Footer-Menu {
    padding: 0;
}
.head-home {
    position: relative;
}

.HeadText {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.line{
    position: absolute;
    z-index: 100;
    width: 190px;
    border-top: #021832 2px solid;
}
.carousel1 {
    width: 100% !important;
    background: url('../img/hotel-2-min.jpg') rgba(0, 0, 0, 0.459);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:650px;
   
}

.carousel2 {
    width: 100% !important;
    background: url('../img/hotel-1-min.jpg')rgba(0, 0, 0, 0.459);
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:650px;
   
}

.carousel3 {
    width: 100% !important;
    background: url('../img/deluxe-2-min.jpg')rgba(0, 0, 0, 0.342);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:650px;
   
}
.btn2 a{
    text-decoration: none;
    color: white!important;
}
.btn2 {
    font-size: 18px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 10px 20px;
    border: 2px solid #021832;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    background-color: #021832;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
  }
  
  .btn2:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #021832;
    z-index: -1;
  }
  .btn2:hover a{
    color: white!important;
    transition-duration: 0.7s;
  }
  .btn2:hover, .btn2:focus {
    color: white;
  }
  
  .btn2:hover:before, .btn2:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }
  
  .btn2:active {
    transform: scale(0.9);
  }
  .About-Section{
    padding-top: 80px;
    padding-bottom:80px;
    position: relative;
}
.About-Section-img-1{
    /* position: absolute; */
    width: 320px;
    height: 230px;
    margin-top: 280px;
    margin-left: 50px;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    position: relative;
    border: 3px solid #021832;
}
.About-Section-img-2{
    /* margin-top: -50px; */
    margin-left: -90px;
    /* width: 500px!important;
    height: 600px; */
    filter: brightness(90%);
    z-index: 99;
    border: 5px solid white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}
.rounded-img {
    position: relative;
}
  .rounded-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130px;
    width: 30px;
    height: 250px;
    background-color:#021832;
}
.Slogan{
    background: url('../img/deluxe-5-min.jpg')rgba(0, 0, 0, 0.342);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 300px;
}
.Section-Rooms-img img{
    width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.Icons {
    width: 90%;
    height: 180px;
    border: solid 1px  #021832;
    background-color:  white;
}

.Icons p {
    display: none;
    position: absolute;
}

.Icons:hover {
    padding-top: 65px !important;
    border: solid 1px #353535;
    box-shadow: none;
    transition: all 0.5s;
    background-color:  #021832;
    /* box-shadow: 10px 10px #E9D079; */
    border:  #021832 1px solid;
}

.Icons:hover img {
    display: none;
}

.Icons:hover p {
    /* margin-top: 100px!important; */
    color: white !important;
    display: contents;
    transition: all 0.5s;
}
.Testimonials-card{
    background-color: white !important;
    padding: 25px 30px 15px 30px;
    border-radius: 10% 0%;
}
.Testimonials-card p{
  text-align: left;
}
.Rooms-head{
    background: url('../img/deluxe-6-min.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;
}
.Section-Carousel{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.295) 0px 22px 70px 4px;
}
.Section-Carousel img{
    width: 100%;
    height: 450px;
}
.Seaction-Rooms-Text h6,h3{
    text-align: left;
    margin-left: auto!important;
}

.Seaction-Rooms-Icons img{
    width: 30px;
}
.Seaction-Rooms-Icons p{
    color:#021832;
    margin-left:5px;
   margin-right: 50px;
}
.Section-Carousel2{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.295) 0px 22px 70px 4px;
}
.Section-Carousel2 img{
    width: 100%;
    height: 450px;
}
.Gallery-head{
    background: url('../img/Triple-6.jpg')rgba(0, 0, 0, 0.61);
    background-position: center 70%;
    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;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.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/Triple-6.jpg')rgba(0, 0, 0, 0.61);
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: 500px;
}
.Seaction-About-img{
    border: #021832 2px solid;
  position: relative;
  width: 560px;
  height: 400px;
  background-color: #021832;
}
.Seaction-About-Image-1{
    position: absolute;
    margin-top: -20px;
    margin-left: 40px;
    border: #021832 1px solid;
    z-index: 10;
}
.Contact-Head{
    background: url('../img/hotel-3-min.jpg')rgba(0, 0, 0, 0.514);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    height: 500px;
}

.Section-Info h3{
    color: #222222e7;
    text-align: center;
}
.Section-Info p{
    color: #222222e7;
    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;
    }
    .About-Section{
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
    }
    .About-Section-img-1{
        /* position: absolute; */
        width: 320px;
        height: 230px;
        margin-top: 280px;
        margin-left: 30px;
    }
    .About-Section-img-2{
        /* margin-top: -50px; */
        margin-left: -150px;
        /* width: 360px!important;
        height: 550px; */
    }
      .rounded-img::after {
        left: -190px;
        width: 30px;
        height: 250px;
    }
    .Section-Rooms-img img{
        width: 250px;
        margin-right: 20px;
        margin-bottom: 20px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    }
    .Section-Rooms-1 h4{
        font-size: 40px!important;
    }
    .Facilites-Section h1{
        font-size: 40px!important;
    }
    .Seaction-About-img{
      width: 500px;
      height: 350px;
    }
}
@media only screen and (max-width: 991px){
    .Section-Rooms-1 .d-flex{
        justify-content: center !important; 
        align-items: center !important;
    }
    .Section-Rooms-1{
        text-align: center;
    }
   footer iframe{
    width: 300px;
   }
   footer .container{
    margin: 0!important;
    margin-left: 20px !important;
   }
   .About-Section-img-2{
    margin-top: 20px;
    margin-left: -150px;
    /* width: 390px!important;
    height: 550px; */
}
.rounded-img::after {
    margin-top: 20px;
}
.owl-item{
    margin-right: 0 !important;
}
.Testimonials-card{
   margin: 0!important;
}
.Section-Rooms .row{
    border-bottom: #021832 2px solid;
    padding-bottom: 20px;
}
.thumb img {
    height: 250px;
}
.Seaction-About-img{
    margin: auto!important;
    margin-bottom: 20px!important;
}
.Text-aBOUT{
    text-align: center!important;
}
.Text-aBOUT h3{
    text-align: center!important;
}
}
@media only screen and (max-width: 800px){
    footer iframe{
        width: 180px;
    }
    footer .container{
        margin: 0!important;
       }
       .thumb img {
        width: 100%;
        height: 300px;
    }
   
}
@media only screen and (max-width: 767px){
    .Slogan h2{
        padding-top: 30px !important;
    }
   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;
    border-radius: 10% 0%;
}
.Testimonials .item{
    margin-right: 25px !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.Section-Info-col{
    margin-top: 30px;
}
}
@media only screen and (max-width: 600px){
   .head-home h1{
    font-size: 80px!important;
   }
   .About-Section h3{
    font-size: 35px !important;
   }
   .Slogan h2{
    padding-top: 50px!important;
    font-size: 35px !important;
}
.About-Section-img-1{
    /* position: absolute; */
    width: 320px;
    height: 230px;
    margin-top: 280px;
    margin-left: 10px;
}
.About-Section-img-2{
    /* margin-top: -50px; */
    margin-left: -150px;
    /* width: 360px!important;
    height: 550px; */
}
  .rounded-img::after {
    left: -220px;
    width: 30px;
    height: 220px;
}
.Seaction-About-img{
    border: #021832 2px solid;
  position: relative;
  width: 400px;
  height: 280px;
  background-color: #021832;
}
.Seaction-About-Image-1{
    position: absolute;
    margin-top: -20px;
    margin-left: 40px;
    border: #021832 1px solid;
    z-index: 10;
}
.Testimonials-card{
    background-color: white !important;
    /* padding: 15px 20px 10px 20px; */
    border-radius: 10% 0%;
}
.Testimonials .item{
    margin: 10px !important;
}
}
@media only screen and (max-width: 430px){
    .Testimonials .item{
        margin: 28px !important;
    }
    .head-home h2{
        font-size: 25px!important;
       }
       .head-home h4{
        font-size: 35px!important;
       }
       .head-home h1{
        font-size: 60px!important;
       }
       .line{
        width: 150px;
    }
    .About-Section-img-1{
        /* position: absolute; */
        width: 280px;
        height: 200px;
        margin-top: 250px;
        margin-left: 0px;
    }
    .About-Section-img-2{
        /* margin-top: -50px; */
        margin-left: -200px;
        /* width: 320px!important;
        height: 480px; */
    }
      .rounded-img::after {
        left: -230px;
        width: 20px;
        height: 200px;
    }
    .Section-Rooms-img img{
        width: 180px;
    }
    .Slogan{
        background: url('../img/deluxe-5-min.jpg')rgba(0, 0, 0, 0.61);
        background-position: center 65%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        height: 300px;
    }
    .Rooms-head{
        background: url('../img/deluxe-6-min.jpg')rgba(0, 0, 0, 0.61);
        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/Triple-6.jpg')rgba(0, 0, 0, 0.61);
        background-position: center ;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        height: 500px;
    }
    .About-head{
        background: url('../img/Triple-6.jpg')rgba(0, 0, 0, 0.61);
        background-position: center 80%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        height: 500px;
    }
    .Contact-Head{
        background: url('../img/hotel-3-min.jpg')rgba(0, 0, 0, 0.61);
        background-position: center 80%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        height: 500px;
    }
    .Seaction-About-img{
      width: 350px;
      height: 260px;
    }
    .Seaction-About-Image-1{
        margin-top: -10px;
        margin-left: 10px;
    }
    .HeadText{
        margin-left: 10px!important;
    }
}