@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');
* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    margin-top: -0.8px !important;
}
a{
    text-decoration: none;
}
::selection{
    color: #ffffff;
    background-color: #010E37;
}
.navbar-nav a {
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Forum", serif;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid transparent;
}
.navbar-toggler{
    border: none;
  }
  .nav-link {
    display: block;
    font-size: 15px;
    color: #ffffff !important;
    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{
    background-color: #010e37f1;
  }
  .dropdown-menu{
    background-color: #010E37;
  }
  .dropdown-menu a{
    margin-left: 0 !important;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-image: url('../img/bars-staggered-solid\ \(3\).svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar .nav-link:hover{
    color: white !important;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffffff !important;
    border-bottom: 1px solid white;
    font-weight: 600;
  }
  .navbar-nav .nav-link:hover{
      transform: scale(1.15);
  }
  .img-logo22 img{
    width: 120px !important;
  }
  .img-logoo{
    display: none;
  }
  .line-inff{
    background-color: #010E37;
    color: white;
  }
  .line-inff{
    border-bottom: 1px solid rgba(255, 255, 255, 0.274) !important;
}
.line-inff i{
color: white;
}
.line-inff p{
    font-size: 15px;
    color: white !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 transparent;
    background-color: #D2A35E;
    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);
    filter: blur(1.5);
    transition: left 0.3s ease-in-out;
  }
  
  .btn2:hover {
    transform: scale(1.01);
  }
  
  .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: 100px 0;
    position: relative;
}

footer{
    background-color: rgb(1, 14, 55);
    background: url('../img/7308d2a9-7dc7-47c4-a111-b981bbec63f5.jpg') rgba(1, 14, 55, 0.842);
     background-position: center 0%;
     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;
   }
   a.footer-link{
     color: white;
     font-weight: 300;
   }
   .footer-link:hover{
     color: #CDA45E;
   }
   .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:  #CDA45E;
   }
   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:  #CDA45E;
     }
     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;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.5;
    z-index: 0;
}
.banner_wrapper .swiper-slide::before {
    background: #000000; 
}
.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .6375rem;
    height: .6375rem;
    margin-bottom: 20px;
    background-color: #D2A35E;
    border: .0625rem solid #D2A35E;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}
.banner_wrapper .swiper-slide h6{
    font-size: 1.3rem;
    font-weight: 400;
    color: var( --primary-text);
    margin-bottom: 0.0rem;
    text-transform: capitalize;
    font-family:"Forum", serif;
    color: white;
}
.banner_wrapper .swiper-slide h1{
    font-size:100px;
    letter-spacing: 10px;
    text-shadow: #201f1f 3px 3px;
    line-height: 4.25rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    margin: 40px 0;
        
}
.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;
}
.section-about{
    position: relative;
    background-color: transparent !important;
}
.b-olv{
    position: absolute;
    width: 100%;
    top: 0;
    transform: translate(1%, 0%);
    left: 30% !important;
    height: 100%;
    background: url('../img/bg-about.png');
    background-repeat: no-repeat;
    background-size:contain;
    z-index: -1;
    opacity: 1.5;
}
.sec-ntitle{
 font-size: 17px;
 font-weight: 500;
 color:#CDA45E;
}
.sec-title{
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
    color: #010E37;
}
 .about-icons i{
    background-color: #010E37;
    color: white;
    padding: 12px;
    font-size: 20px;
    border-radius: 50%;
    vertical-align: middle !important;
    margin-right: 5px;
} 
 .about-icons i:hover{
    background-color: #010E37;
    color:#CDA45E;
    padding: 15px;
    font-size: 25px;
    border-radius: 50%;
    vertical-align: middle !important;
    margin-right: 5px;
    transition: all 0.3s;
} 
 .about-icons .justify-content-center{
     color: #000000;
     font-size: 19px;
     font-weight: 400;
     text-transform: capitalize;
    vertical-align: middle !important;
} 


/* Section Paketat */
#rooms-home{
    position: relative;
    background: rgb(2,0,36);
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(10,24,68,1) 35%, rgba(25,45,106,1) 100%);
    counter-reset: serviceNumber;
  }
  .room-home-box{
    background-color: #ffffff;
    padding: 25px 15px 15px 15px;
    border-radius: 30px;
    box-shadow:  10px 10px #D2A35E;
   position: relative;
  }
  .room-home-box h2{
    color: #031122;
    text-transform: capitalize;
  }
  .room-home-box p{
    color: #031122;
  }
  .room-content i{
    color: #031122;
  }
  .room-home-box img{
    border-radius:30px;
    margin-bottom: 10px; 
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 80% 100%, 0% 100%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .room-content i{
  font-size: 16px;
  }
  .room-home-box .rom{
    position: relative;
  }
  .icon-rooms{
    position:absolute;
    top: 85%;
    left: 92%;
    font-size: 40px;
    z-index: 3;
    color: #031122;
  }
  .icon-rooms:hover{
    color:#D2A35E;
  }
  @media (max-width: 430px){
    #rooms-home .container-fluid{
        max-width: 99.9% !important;
    }
    .room-spec i{
        font-size: 15px !important;
    }
    .room-spec p{
        font-size: 15px !important;
    }
    .icon-rooms{
        position:absolute;
        top: 76%;
        left: 90%;
        font-size: 35px;
        z-index: 3;
        color: #031122;
    }
  }
  
  .Why-us{
    background-color: rgb(1, 14, 55);
    background: url('../img/shutterstock_744825085-scaled.jpg') rgba(1, 14, 55, 0.842);
     background-position: center 0%;
     background-repeat: no-repeat;
     background-size: cover;
     background-blend-mode: multiply;
     background-attachment: none;
  }

  .Why-us .w-icn{
    border: 1px solid rgba(10, 99, 201, 0.795);
    padding: 25px;
    border-radius: 20px;
    background-color: #0A0F1C;
  }
  .Why-us .w-num h1{
    color: transparent;
    font-family: Gilda Display;
    font-size: 128px;
    font-weight: 400;
    line-height: 96px;
    -webkit-text-stroke: 1px #FFFFFF;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
.Why-us .w-text i{
    color: #D2A35E;
    margin-bottom: 5px;
}
  .Why-us .icon-w i{
    background-color: #1268FB;
    padding: 20px;
    border-radius: 10px;
  color: white;
  font-size: 30px;
  }
  .Why-us .text-wy h2 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
  }
  .Why-us .text-wy p {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.712);
  }



 .text-marquee h1{
    color: black;
 }


 .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: -60px;

  }
  .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 140s linear infinite
  }
  .marquee .content {
    opacity: 0.1;
    line-height: 1.0;
    color: #091641;
  }
  @keyframes marquee {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-30%)
    }
  }

  .section-about1{
    position: relative;
  }

  .title-head{
    padding: 100px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:70px;
    font-style: italic;
    letter-spacing: 6px;
    font-weight: 400 !important;
  }

  .Services-head{
    background: url('../img/carss.webp')rgba(0, 0, 0, 0.644);
    background-position: center 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.bg-olv2{
    position: absolute;
    width: 100%;
    top: 0;
    transform: translate(1%, 0%);
    left: 40% !important;
    height: 100%;
    background: url('../img/bg-about.png');
    background-repeat: no-repeat;
    background-size:contain;
    z-index: -1;
    opacity: 1.5;
}

.About-head{
    background: url('../img/7308d2a9-7dc7-47c4-a111-b981bbec63f5.jpg')rgba(0, 0, 0, 0.644);
    background-position: center 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.Gallery-head{
    background: url('../img/XXL_height.webp')rgba(0, 0, 0, 0.644);
    background-position: center 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.Contact-head{
    background: url('../img/shutterstock_744825085-scaled.jpg')rgba(0, 0, 0, 0.644);
    background-position: center 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.sec-contact{
    position: relative;
    overflow: hidden;
  }
  .sec-contact .bg-about{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url('../img/background-site1.jpg');
    background-position: center 60px;
    background-size: cover;
    opacity: 0.3;
    background-attachment: fixed;
  }
  .sec-contact .icons-con i{
  background-color: #010E37;
  color: white;
  padding: 25px;
  font-size: 20px;
  border-radius: 50%;
  }
  .sec-contact .icons-con:hover i{
    background-color:#1268FB;
    color: white;
    padding: 25px;
    font-size: 20px;
    border-radius: 50%;
    }
  .sec-contact .text-con h3{
  color: #000000d3 !important;
  font-size: 22px;
  }
  .sec-contact .text-con p{
    color: #000000bb !important;
    font-size: 20px;
  }

  .sec-contact iframe{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  }
  .sec-contact .bg-about{
    position: absolute;
    width: 100%;
    top: 0;
    transform: translate(1%, 0%);
    left: 30% !important;
    height: 100%;
    background: url('../img/bg-about.png');
    background-repeat: no-repeat;
    background-size:contain;
    z-index: -1;
    opacity: 1.5;
  }

  @media (max-width: 1024px) {
    .col-lg-12-on-1024 {
      width: 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
  }
  @media (max-width: 991px) {
    .line-inff{
        display: none !important;
    }
    .img-logo22 {
        display: none !important;
    }
    .img-logoo {
        display: block !important;
        width: 80px !important;
    }
    .w-icn{
        margin: 10px 0px;
    }
  }
  @media (max-width: 430px) {
    .banner_wrapper .swiper-slide h1{
        font-size:75px;
        letter-spacing: 10px;
        text-shadow: #201f1f 3px 3px;
        line-height: 4.25rem;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Playfair Display", serif;
        margin: 20px 0;
            
    }
    .container-fluid{
        width: 100% !important;
    }
    .text-about{
        padding: 0px 20px !important;
    }
    .title-head{
        padding: 60px 0px !important;
        margin: 0 !important;
        color: white;
        font-size:45px;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 600 !important;
      }
    .Services-head{
        background: url('../img/carss.webp')rgba(0, 0, 0, 0.644);
        background-position: center 100% !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none; 
    }
    .About-head{
        background: url('../img/7308d2a9-7dc7-47c4-a111-b981bbec63f5.jpg')rgba(0, 0, 0, 0.644);
        background-position: center 100% !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none; 
    }
    .Gallery-head{
        background: url('../img/XXL_height.webp')rgba(0, 0, 0, 0.644);
        background-position: center 100% !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none; 
    }
    .Contact-head{
        background: url('../img/shutterstock_744825085-scaled.jpg')rgba(0, 0, 0, 0.644);
        background-position: center 100% !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
    }
      .icon-rooms{
    position:absolute;
    top: 85%;
    left: 92%;
    font-size: 40px;
    z-index: 3;
    color: #031122;
  }
  }




   /* 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;
  }