@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=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=EB+Garamond:ital,wght@0,400..800;1,400..800&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&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&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&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&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&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt: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=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Namdhinggo:wght@400;500;600;700;800&display=swap');

* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px;
    overflow-x: hidden !important;
}
a{
    text-decoration: none;
}

.navbar-nav a {
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    color: #353535;
    border-bottom: 1px solid transparent;
}
.navbar-toggler{
    border: none;
  }
  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 15px;
    font-weight: var(--bs-nav-link-font-weight);
    color: #000000;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-image: url('../img/icons8-grip-lines-64\ \(11\).png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000000ef;
    border-bottom: 1px solid white;
    font-weight: 500;
  }
  .navbar-nav .nav-link:hover{
      transform: scale(1.09);
  }
  .img-logoo{
    display: none !important;
  }

:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /* Text Style */
    --one: "Barlow Condensed", sans-serif;
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Cinzel', serif;
    --fourth: 'Cormorant Garamond', serif;
    --five: 'Outfit', sans-serif;
    --six: 'Satisfy', cursive;
    --seven: "Playfair Display", serif;
    --eight:"Jost", sans-serif;
    --nine: "Forum", serif;
    --ten: 'Gupter', serif;
    --eleven: 'Marcellus', serif;
    --primary-text: #212122b9;
    --secondary-text: #201f1f;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}

.btn2 {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.514);
    background-color: #194D6F;
    color: #fffffffa;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .btn2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.3s ease-in-out;
  }
  
  .btn2:hover {
    transform: scale(1.1);
  }
  
  .btn2:hover:before {
    left: 100%;
  }

  h1 {
    font-size: 2.75rem;
    font-weight: 400;
    color: var(--text-white);
    text-transform:capitalize;
    font-family: "Forum", serif;
}
h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: var( --primary-text);
    text-transform: capitalize;
    font-family:"Forum", serif;
    color: white;
}
h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-text);
    font-family: var(--secondary-font);
}

h3 span {
    color: var(--secondary-text);
}
h4{
    color: #625859;
    font-size: 20px;
}

h5 {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--secondary-text);
    margin-bottom: .9375rem;
    margin-top: .9375rem;
    font-weight: 600;
    font-family: var(--secondary-font);
}

h6 {
    color: var(--text-white);
    font-weight: 500;
    font-family: var(--secondary-font);
}
p{
    font-size: 17px;
}
  section {
    padding: 150px 0;
    position: relative;
}

footer{
   background-color: #181818;
   background: url('../img/img8.jpg') rgba(0, 0, 0, 0.699);
    background-position: center 10%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a.footer-link{
    color: white;
    font-weight: 300;
  }
  .footer-link:hover{
    color:  #A9D1DB;
  }
  .payment{
    display: flex;
  }
  .socials{
    display: flex;
    color: white;
  }
  .footer-links{
    display: flex;
  font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
  }
  .footer-title{
      font-family: 'Courier New', Courier, monospace;
      color: white;
  }
  .socials a{
    text-decoration: none !important;
    color: white;
  }
  .socials a:hover h4 {
    color:  #A9D1DB;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  .copyright{
    display: flex;
  justify-content: right;
  text-align: right ;
  align-items: end ;
  }

  @media(max-width:1000px){
    .footer-links {
      display: flex;
      font-family: Jost, sans-serif;
      font-size: 18px;
      padding: 0px 30px 0px 30px;
      flex-wrap: wrap;
      align-content: center;
      justify-content: space-evenly;
      align-items: baseline;
  }
    
    .socials a{
      text-decoration: none !important;
      color: white;
    }
    .socials a:hover h4 {
      color:  #A9D1DB;
    }
    hr {
      display: block;
      height: 1px;
      border: 0;
      border-top: 1px solid #ccc;
      margin: 1em 0;
      padding: 0;
    }
    .copyright{
      display: flex;
    justify-content: right;
    text-align: right ;
    align-items: end ;
    }
  }
  
.banner_wrapper {
    height: 80vh;
    position: relative;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.699);
    opacity: 0.5;
    z-index: 0;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.banner_wrapper .swiper .slide-text h1 {
    font-size: 3rem;
    font-family: "Namdhinggo", serif;
    font-size: 80px;
    text-shadow: #000 3px 3px;
    margin: 15px 0;
}

.banner_wrapper .swiper .slide-text h6 {
    font-size: 1.7rem;
}

.banner_wrapper .swiper-pagination-bullet {
    background-color: #CDA45E !important;
}

/* @keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04); 
    }
    100% {
        transform: scale(1); 
    }
} */

.swiper-slide {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    animation: zoomInOut 5s ease-in-out infinite;
    transition-duration: 0.5s; /* Adjust the duration as needed */
}
.swiper-pagination .swiper-pagination-bullet{
    color: #CDA45E !important;
    background-color: #CDA45E;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0px;
}
.with-svg-item.svg-right-side {
    left: auto;
    right: 0;
    margin-top: -4.5rem;
    margin-right: -3rem;
}
.with-svg-item {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-top: 2rem;
}

.line-inff img{
width: 17px !important;
height:  20px  !important;
margin: auto !important;
}

.section-about h5{
font-size: 16px;
font-weight: 400;
color: #000;
letter-spacing: 1px;
text-transform: uppercase;
}
.section-about h2{
    font-size: 43px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
}
.section-about p{
    font-size: 16px;
    color: #000000b7;
    letter-spacing: 0.5px;
    margin: 22px 0;
}


/* Section Facilities */

.wg-service {
    position: relative;
  }
  
  .wg-service::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100% !important;
    height: 100%!important;
    background-repeat: repeat !important;
    background-size: cover;
    background-position: center;
    background: url('/img/bg\ -Facilities.png');
  }
  
  .service-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  
  .service-item::after {
    position: absolute;
    content: '';
    top: 17px;
    left: 18px;
    right: 17px;
    bottom: 17px;
    border: 1px solid #d8cbb6;
    border-radius: 10px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .service-item:hover::after {
    opacity: 1;
    visibility: visible;
  }
  
  .service-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg,rgba(18, 15, 12,0.651),rgba(18, 15, 12,0));
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .service-item:hover::before {
    backdrop-filter: blur(2px);
    background-color: rgba(18, 15, 12, 0.397);
  }
  
  .service-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 41px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .service-item:hover .content {
    bottom: 50%;
    transform: translateY(50%);
    padding-bottom: 0;
  }
  
  .service-item .content > i {
    font-size: 87px;
    color: #f6e7d0;
  }
  
  .service-item .content .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin-top: 14px;
  }
  
  .service-item .content .title span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .service-item:hover .content .title span {
    opacity: 1;
    visibility: visible;
  }
  
  .service-item .content .title a {
    color: #FFF;
    font-size: 22px;
  }
  
  .service-item .content .title a:hover {
    color: #C3A27C;
  }
  
  .service-item .content p {
    color: #FFF;
    padding: 0 50px;
    opacity: 0;
    visibility: hidden;
    margin-top: -100px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .service-item:hover .content p {
    opacity: 1;
    visibility: visible;
    margin-top: 17px;
  }
  
  .service-item img {
    width: 100%;
  }
  .wg-service h3{
color: #000 !important;
  }


  
 .triple-room{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
  }

  .room-box{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    width: auto;
    height: 40vh;
    display: flex;
    align-items: end;
  }

  .room-desc{
    color: white;
    /* width: 55%; */
    padding: 15px 25px;
    background-color:#194D6F ;
    margin: 10px;
    margin-bottom: -20vh;
  }

  .room-box:hover .room-desc{
    transform: translateY(-21vh);
    transition-duration: 0.4s;
  } 


  .owl-carousel, .owl-stage-outer {
    overflow: hidden;
}

  #rooms h5{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    }
    #rooms h2{
        font-size: 35px;
        font-weight: 400;
        color: #000;
        font-family:  'Gupter', serif;
    }

 /******* Middle section CSS Start ******/
  /* -------- Landing page ------- */
  .game-section {
    padding: 60px 50px;
  }
  .game-section .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
  }
  .game-section .item {
    margin: 0 15px 60px;
    width: 320px;
    height: 400px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: #343434 no-repeat center center / cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
  }
  .game-section .item.active {
    width: 500px;
    box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  }
  .game-section .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.788));
  }
  .game-section .item-desc {
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 54px));
    -webkit-transform: translateY(calc(100% - 54px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  .game-section .item.active .item-desc {
    transform: none;
    -webkit-transform: none;
  }

  .game-section .owl-theme.custom-carousel .owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 5;
  }
  .game-section h3{
    color: white !important;
  }
  /******** Middle section CSS End *******/
  
  /***** responsive css Start ******/
  
  @media (min-width: 992px) and (max-width: 1199px) {
   
  
  
    /* -------- Landing page ------- */
    .game-section {
      padding: 50px 30px;
    }
    .game-section .item {
      margin: 0 12px 60px;
      width: 260px;
      height: 360px;
    }
    .game-section .item.active {
      width: 400px;
    }
    .game-section .item-desc {
      transform: translateY(calc(100% - 46px));
      -webkit-transform: translateY(calc(100% - 46px));
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
   
    .line-title {
      width: 330px;
    }
  
    /* -------- Landing page ------- */
    .game-section {
      padding: 50px 30px 40px;
    }
    .game-section .item {
      margin: 0 12px 60px;
      width: 240px;
      height: 330px;
    }
    .game-section .item.active {
      width: 360px;
    }
    .game-section .item-desc {
      transform: translateY(calc(100% - 42px));
      -webkit-transform: translateY(calc(100% - 42px));
    }
  }
  
  @media (max-width: 767px) {
    body {
      font-size: 14px;
    }
    .line-title {
      width: 250px;
    }
  
    /* -------- Landing page ------- */
    .game-section {
      padding: 30px 15px 20px;
    }
    .game-section .item {
      margin: 0 10px 40px;
      width: 200px;
      height: 280px;
    }
    .game-section .item.active {
      width: 270px;
      box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    }
    .game-section .item-desc {
      padding: 0 14px 5px;
      transform: translateY(calc(100% - 42px));
      -webkit-transform: translateY(calc(100% - 42px));
    }
  }
 .game-section .owl-theme .owl-dots .owl-dot span{
      width: 13px;
      height: 13px;
    background-color: transparent;
    border: 2px solid;
    border-color: #194D6F;
}
  .game-section .item.active a{
    display: block;
  }
  .game-section .item a{
    display: none;
  }
  .game-section h5{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    }
    .game-section h2{
        font-size: 40px;
        font-weight: 400;
        color: #000;
    }




    .text-vocation {
        transition: transform 0.3s ease, background-color 0.3s ease;
        padding: 20px;
        border-radius: 5px;
      }
    
      .text-vocation:hover {
        transform: scale(1.05);
        background-color: rgba(255, 255, 255, 0.1);
      }
    .image-vocation{
        position: relative;
        height: 80vh;
    }
      #vocationImage {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        object-fit: cover; 
        object-position: center; 
      }
      




      /* Amenities */
.rx-amenities-img img {
    width: 100%;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 0;
  }
  
  .rx-amenities-slider .amenities-animation > * {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
            animation-name: fadeOutDown;
  }
  .rx-amenities-slider :root {
    --transition: 0.75s cubic-bezier(0.255, 0.67, 0, 1.01);
  }
  .rx-amenities-slider .rx-slide {
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
    transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
    transition: transform var(--transition), box-shadow var(--transition);
    transition: transform var(--transition), box-shadow var(--transition), -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
  }
  .rx-amenities-slider .active .amenities-animation > *:nth-child(1) {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .rx-amenities-slider .active .amenities-animation > *:nth-child(2) {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .rx-amenities-slider .active .amenities-animation > *:nth-child(3) {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  
  .rx-amenities-contact {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rx-amenities-contact .inner-banner {
    margin-bottom: 16px;
    position: relative;
    left: -100px;
    width: calc(100% + 100px);
  }
  .rx-amenities-contact .inner-banner h4 {
    font-size: 68px;
    font-weight: 700;
    color: #194D6F;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555555;
  }
  .rx-amenities-contact p {
    margin-bottom: 16px;
  }
  .rx-amenities-contact .amenities-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rx-btn-two {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 6px 20px;
    line-height: 25px;
    background-color: #fff;
    color: #131618;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #131618;
    border-radius: 10px;
    letter-spacing: 1px;
  }
  .rx-btn-two:hover {
    background-color: #194D6F;
    border-color: #194D6F;
    color: #fff;
  }
  .rx-amenities-slider .owl-dots {
    width: 100px !important;
    background-color: #fff;
    padding: 10px 0 0 10px;
    position: absolute;
    bottom: 0;
    right: 435px;
  }
  .section-amenities .owl-dots {
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
  bottom: 0;
  z-index: 1;
}
.section-amenities .owl-dots .owl-dot {
  margin: 0 2px;
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.section-amenities .owl-dots .owl-dot span {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  border: 1px solid #131618;
  color: transparent;
  cursor: pointer;
}
.section-amenities .owl-dots .owl-dot span:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  border-radius: 0;
  text-align: center;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-amenities .owl-dots .owl-dot.active span::before {
  background-color: #131618;
  width: 25px;
}
  /* Responsive */
@media screen and (max-width: 1399px) {
    .rx-amenities-slider .owl-dots {
      right: 375px;
    }
    .rx-amenities-contact .inner-banner h4 {
      font-size: 60px;
    }
  }
  @media screen and (max-width: 1199px) {
    .rx-amenities-slider .owl-dots {
      right: 315px;
    }
    .rx-amenities-contact .inner-banner h4 {
      font-size: 52px;
    }
  }
  @media screen and (max-width: 991px) {
    .rx-amenities-img img {
      border-top-left-radius: 500px;
      border-top-right-radius: 500px;
      border-bottom-left-radius: 500px;
      border-bottom-right-radius: 500px;
    }
    .rx-amenities-slider .owl-dots {
      display: none;
    }
    .rx-amenities-contact {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
    }
    .rx-amenities-contact .inner-banner {
      left: 0;
      width: 100%;
    }
    .rx-amenities-contact .inner-banner h4 {
      font-size: 42px;
    }
  }
  @media screen and (max-width: 575px) {
    .rx-amenities-contact .inner-banner {
      margin-bottom: 8px;
    }
    .rx-amenities-contact .inner-banner h4 {
      font-size: 32px;
    }
  }


  .slogan{
    background: url('../img/city\ 3.png') rgba(0, 0, 0, 0.233);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment:unset;
    padding: 180px 0 !important; 
  }


  /* Rooms 3 */
.rx-rooms-main-box {
    position: relative;
    -webkit-perspective: 1000px;
  }
  .rx-rooms-main-box .rooms-box-front {
    text-align: center;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: inherit;
            perspective: inherit;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    border-radius: 20px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    background-color: transparent;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
    position: relative;
  }
  .rx-rooms-main-box .rooms-box-front img {
    width: 100%;
    border-radius: 20px;
  }
  .rx-rooms-main-box .rooms-box-front .content-wrap {
    width: 100%;
    display: block;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: inherit;
            perspective: inherit;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 50px) scale(0.9);
            transform: translate3d(0, 0, 50px) scale(0.9);
  }
  .rx-rooms-main-box .rooms-box-front .content-wrap .inner-contact {
    position: absolute;
    bottom: 55px;
    left: 30px;
    right: 30px;
    padding: 15px 0;
    text-align: center;
    background-color: rgba(245, 245, 245, 0.9);
    border-radius: 30px;
  }
  .rx-rooms-main-box .rooms-box-front .content-wrap .inner-contact h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }
  .rx-rooms-main-box .rooms-box-back {
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: inherit;
            perspective: inherit;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    border-radius: 20px;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(245, 245, 245, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rx-rooms-main-box .rooms-box-back img {
    position: absolute;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: inherit;
            perspective: inherit;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding: 30px;
    -webkit-transform: translate3d(0, 0, 50px) scale(0.9);
            transform: translate3d(0, 0, 50px) scale(0.9);
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .box-overlay {
    content: "";
    background-color: rgba(245, 245, 245, 0.9);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #131618;
    border-radius: 20px;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .rx-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .rx-price span {
    padding: 8px 18px;
    background-color: #131618;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact {
    height: calc(100% - 75px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact h5 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.2;
    color: #000;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact ul li {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact .inner-button {
    background-color: #131618;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
  }
  .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact .inner-button i {
    font-size: 16px;
  }
  .rx-rooms-main-box:hover .rooms-box-front {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .rx-rooms-main-box:hover .rooms-box-back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  
  /* Responsive */
  @media screen and (max-width: 1199px) {
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact h5 {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 767px) {
    .rx-rooms-main-box .rooms-box-back img {
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      margin: 15px;
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap {
      padding: 15px;
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side {
      height: calc(100% - 30px);
      width: calc(100% - 30px);
      margin: 15px;
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact {
      height: auto;
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact {
      height: calc(100% - 65px);
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact h5 {
      margin-bottom: 5px;
      font-size: 17px;
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact ul li {
      font-size: 13px;
      line-height: 22px;
    }
    .rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .rx-price span {
      padding: 5px 15px;
    }
  }



  .title-head{
    padding: 100px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:70px;
    font-style: italic;
    letter-spacing: 6px;
    font-weight: 300 !important;
  }

  .Rooms-head{
    background: url('../img/img12.jpg')rgba(0, 0, 0, 0.575) ;
    background-position: center 110%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }

  .rooms-card{
    background: url('../img/20210420164446_00-00437364-1.jpg')rgba(0, 0, 0, 0);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply; 
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.rooms-card .room-text{
    background-color: white;
    padding: 40px;
}
.room-text hr{
    color: #00000094;
}
.rooms-card .room-text h1{
color: #1b1b1b;
font-size: 30px;
line-height: 50px!important;
}
.rooms-card .room-text h6{
    color: #1b1b1bb0;
    font-size: 17px;
 }
 .rooms-card .room-text h1{
  color: #9c7904;
 }
 .rooms-card .room-text p{
    color: #1b1b1bcc;
    font-size: 18px;
    /* margin-top: 10px; */
    margin-bottom: 0 !important;
 }
 .rooms-card .room-text h6 span{
    color: #001a269f !important;
    font-size: 18px;
 }
 .icons-room span img{
width: 25px;
 }
 .rooms-card {
    display: flex;
}
.room-text {
    order: 1;
}
.carousel {
    order: 2;
}

.info-rooms h2{
  font-size: 30px;
}

.info-rooms p{
  font-size: 15px;
}
@media (max-width: 991px) {
    .rooms-card {
        flex-direction: column;
    }
    .room-text {
        order: 2;
    }
    .carousel {
        order: 1;
    }
}


.About-head{
    background: url('../img/img7.jpg')rgba(0, 0, 0, 0.575);
    background-position: center 110%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}
.Service-head{
    background: url('../img/boat.jpg')rgba(0, 0, 0, 0.575);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.Gallery-head{
    background: url('../img/city\ 3.png')rgba(0, 0, 0, 0.575);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.Contact-head{
    background: url('../img/Banner_Contact_Sea___Lake_Hotel.png')rgba(0, 0, 0, 0);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}

.section-contact .inff{
    border: 1px solid rgba(0, 0, 0, 0.171);
    padding: 10px 15px;
    border-radius: 10px;
    transition-duration: 0.5s;
    }
    .section-contact .inff .icons{
        margin-right: 20px;
    }
    .section-contact .inff .icons i{
        font-size: 30px;
        color: white !important;
        background-color: #123c58;
        padding: 20px;
        border-radius: 50%;
    }
    .section-contact .inff:hover{
        border: 1px solid rgba(0, 0, 0, 0.171);
        padding: 10px 15px;
        background-color: #194D6F;
        transition-duration: 0.5s;
        }
     .section-contact .inff:hover .inff-text p{
        color: white !important;
        transition-duration: 0.5s;
     }
     .section-contact .inff:hover .inff-text h5{
        color: white !important;
        transition-duration: 0.5s;
     }
  

@media (max-width: 1399px){
    .navbar-nav a {
      margin-left: 6px;
      margin-right: 6px;
      text-decoration: none;
      padding: 10px;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "Prompt", sans-serif;
      font-weight: 400;
      color: #353535;
      border-bottom: 1px solid transparent;
  }
  .navbar .container-fluid{
    width: 100% !important;
  }
  .image-vocation{
    position: relative;
    height: 95vh;
}
.rooms-box-back p{
    font-size: 10px;
}
.rooms-box-back h5{
    font-size: 13px !important;
}
}
@media (max-width: 1199px){
  .navbar-nav a {
    margin-left: -3px;
    margin-right: -3px;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    color: #353535;
    border-bottom: 1px solid transparent;
}

.line-inff{
  display: none;
}
.section-room .rx-rooms-main-box{
margin-bottom: 20px;
}
.text-vocation h1{
    font-size: 25px !important;
}
.text-vocation p{
    font-size: 15px !important;
}
.rooms-box-back p{
    font-size: 14px;
}
.rooms-box-back h5{
    font-size: 16px !important;
}
}


@media (max-width: 991px){
  .img-logo22 {
      display: none;
  }
  .img-logoo{
      display: block !important;
     width: 90px !important;
  }

  .banner_wrapper .swiper .slide-text h1 {
    font-size: 70px !important;
    font-family: "Kaushan Script", cursive;
    font-size: 100px;
    text-shadow: #000 3px 3px;
    margin: 40px 0;
}
}
@media (max-width: 767px){
    .image-vocation{
        position: relative;
        height: 65vh;
    }
    .container-fluid {
        width: 100% !important;
    }
    .vocation-t{
        padding: 20px !important;
    }
}
@media (max-width: 430px){

  .banner_wrapper .swiper .slide-text h1 {
    font-size: 50px !important;
    font-family: "Kaushan Script", cursive;
    font-size: 100px;
    text-shadow: #000 3px 3px;
    margin: 30px 0;
}
footer{
    background-color: #181818;
    background: url('../img/img8.jpg') rgba(0, 0, 0, 0.699);
     background-position: center 10%;
     background-repeat: no-repeat;
     background-size: cover;
     background-blend-mode: multiply;
     background-attachment: none;
     padding-top: 60px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right: 20px;
   }
   .Rooms-head{
    background: url('../img/img12.jpg')rgba(0, 0, 0, 0.575) ;
    background-position: center 110%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
  }
  .About-head{
    background: url('../img/img7.jpg')rgba(0, 0, 0, 0.575);
    background-position: center 110%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;  
}
.Service-head{
    background: url('../img/boat.jpg')rgba(0, 0, 0, 0.575);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none; 
}
.Gallery-head{
    background: url('../img/city\ 3.png')rgba(0, 0, 0, 0.575);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none; 
}
.Contact-head{
    background: url('../img/Banner_Contact_Sea___Lake_Hotel.png')rgba(0, 0, 0, 0);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none; 
}
}
body{
    margin-top:-1px !important;
}
.navbar{
      margin-top:-10px !important;
  }
/* 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;
  }