@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=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');

* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.navbar {
    -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    overflow-x: hidden;
    background-color: white;
    /* background-image: linear-gradient(45deg, black 30%, blue 70%); */
}
.navbar-nav a {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 500;
    /* color: rgb(117, 113, 113); */
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #245B66; 
    border-radius: 0px;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #1a4149; 
  }
.nav-link img {
    width: 25px;
    height: 15px;
}
.navbar-nav a {
    text-decoration: none;
    padding: 10px;
    font-size: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    color: rgba(51, 49, 49, 0.719);
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color: #245B66;
}

.navbar-nav a.active {
    /* border-bottom: 1px solid #000000; */
    color: #245B66!important;
}

:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /* Text Style */
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Cinzel', serif;
    --fourth:'Cormorant Garamond', serif;
    --primary-text: #212122b9;
    --secondary-text: #245B66;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}

.btn2 a {
    color: #ffffff !important;
    text-decoration: none;
}
.btn2:hover a{
    color: white !important;
    transition: 0.4s;
}
.btn2 {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    background-color: #245B66;
    border: 2px solid #245B66;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  
  .btn2:hover {
    background-color: #245B66;
    color: #245B66;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .btn1 a {
    color: #ffffff !important;
    text-decoration: none;
}
.btn1:hover a{
    color: white !important;
    transition: 0.4s;
}
.btn1 {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    background-color: #245B66;
    border: 2px solid #245B66;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  
  .btn1:hover {
    box-shadow: -10px 10px #122f35;
  }
  h1 {
    font-size: 2.75rem;
    line-height: 4.25rem;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    font-family: var(--fourth);
}
h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: var( --primary-text);
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    font-family: var(--tertiary-font);
}
h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-text);
    font-family: var(--secondary-font);
}

h3 span {
    color: var(--secondary-text);
}

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 {
    font-size: .9rem;
    color: var(--text-white);
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--secondary-font);
}

  section {
    padding: 2.111rem 0;
    position: relative;
}
  .footer_wrapper {
    background-color:#1D1F25;
}

.footer_wrapper h5 {
    color:white;
    margin-bottom: 1.25rem;
}

.footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
}

.footer_wrapper .contact-info li a{
    color:white
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
    color: white;
    font-size: 14px;
    padding-left:1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
}

.footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color:#245B66;
}

.footer_wrapper .social-network a {
    width: 2.1rem;
    height: 2.1rem;
    margin: .6rem;
    line-height:2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid var(--text-gray);
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer_wrapper .social-network a:hover {
    background-color: var(--secondary-text);
    border-color: var(--secondary-text);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
}

.footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
    background-color:  #dddddd;
    padding: 1.25rem 0 .3125rem;
    text-align: center;
}


.footer_wrapper .copyright-section a {
    color: var(--secondary-text);
}
.banner_wrapper {
    height:75vh;
}

.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: rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    z-index: 0;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .9375rem;
    height: .9375rem;
    background-color: rgb(161, 161, 161);
    border: .0625rem solid var(--bg-white);
}

.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);
}
.swiper-pagination .swiper-pagination-bullet{
    color: #245B66 !important;
    background-color: #245B66;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0px;
}

.Seaction-About-1{
    position: relative;
    /* background: linear-gradient(90deg, white 50%, rgba(48, 49, 49, 0.151) 50%); */
}
.About-Section-col{
    position: relative;
}
.ABOUT-text{
    background-color: #ffffff;
    padding: 20px 30px 20px 30px;
}
@property --a { /* control the gradient rotation (no need to update) */
    syntax: "<angle>";
    initial-value: 45deg; 
    inherits: true;
  }
  @property --r {
    syntax: "<angle>";
    initial-value: 5deg; /* control the image rotation */
    inherits: true;
  }
  @property --p { /* control the color stops of the gradient (no need to update) */
    syntax: "<percentage>";
    initial-value: 0%;
    inherits: true;
  }
.img-1:hover {
    --p: 50%;
    --r: 0deg;
    animation-play-state: paused;
}
.img-1 {
    --c: #bec1c9;
    width: 85%;
    aspect-ratio: 1;
    border-radius: 25px;
    border: 4px solid #0000;
    padding: 10px;
    background: conic-gradient(from var(--a), #0000 calc(30% - var(--p)), var(--c) calc(50% - var(--p)) calc(50% + var(--p)), #0000 calc(70% + var(--p))) border-box;
    --g: linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    --_t: perspective(550px);
    animation: 4s linear infinite;
    animation-name: a, r;
    transition: --p .5s, --r .4s;
    cursor: pointer;
}
@keyframes a {
    to {--a: 405deg}
  }
  
  @keyframes r{
    0%,
    100%  {transform: var(--_t) rotate3d( 1, 1,0,var(--r))}
    12.5% {transform: var(--_t) rotate3d( 0, 1,0,var(--r))}
    25%   {transform: var(--_t) rotate3d(-1, 1,0,var(--r))}
    37.5% {transform: var(--_t) rotate3d(-1, 0,0,var(--r))}
    50%   {transform: var(--_t) rotate3d(-1,-1,0,var(--r))}
    62.5% {transform: var(--_t) rotate3d( 0,-1,0,var(--r))}
    75%   {transform: var(--_t) rotate3d( 1,-1,0,var(--r))}
    87.5% {transform: var(--_t) rotate3d( 1, 0,0,var(--r))}
  }
.Slogan{
    background: url('../img/sea-2.jpg') rgba(0, 0, 0, 0.212);
    background-position: center 90%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 100px 0;
}
.room-container{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
}
.room-container:hover{
    box-shadow: none;
    transition: 0.4s all;
}
.room-image{
    width: 100%;
    transition: transform 0.4s ease;
    transform-origin: 50% 50%;
}

.room-image:hover {
    transform: scale(0.95);
    width: 100%;
}
.text-room{
    padding: 15px 20px;
}
.initial-text{
    font-size: 23px;
    font-family: 'Cinzel', serif;
    margin-bottom: 10px;
    font-weight:500;
}
.feature-box-1 .icon{
    width: 70px;
    height: 70px;
    background: #B9B8B8;
    border-radius: 50%;
    text-align: center;
}
.feature-box-1 .icon img{
    width: 50px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 27px;
    margin-top: 7px;
}
.feature-box-1 h5{
    font-size: 20px !important;
    color: #1d1f25b0;
}
.feature-box-1 p{
    font-size: 17px !important;
}
/* .feature-box-1:hover h5{
    color: white;
} */
.feature-box-1 {
    position: relative;
    background: none;
    border: 2px solid transparent;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: all 0.3s;
  }
  .feature-box-1::before {
    content: "";
    height: 0%;
    width: 0%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -1;
    position: absolute;
    background-color: #B9B8B8;
    transition: all 0.3s;
  }
  .feature-box-1:hover {
    border: 2px solid #B9B8B8;
  }
  .feature-box-1:hover::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0.3rem;
  }
  .Testimonials{
    background: url('../img/one-7.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 100px 0 !important;
  }
  .owl-theme blockquote{
    max-width: 600px;
    margin: 25vh auto;
  }
  .owl-theme .col blockquote {
    margin: 10px 10px 0;
    background: #efefef;
    padding: 20px 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-style: italic;
  }
  
  .owl-theme .col blockquote:before,
  .owl-theme .col blockquote:after {
    /* content: "\201C"; */
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #757f9a;
    font-style: normal;
  }
  
  .owl-theme .col blockquote:before {
    top: 0;
    left: 10px;
  }
  
  .owl-theme .col blockquote:after {
    /* content: "\201D"; */
    right: 10px;
    bottom: -0.5em;
  }
  
  .owl-theme .col .div {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #efefef;
    margin: 0 0 0 60px;
  }
  
  .owl-theme p {
    margin: 8px 0 0 20px;
    text-align: left;
    color: #fff;
  }
  .title-head{
    padding: 180px 0px;
    margin: 0 !important;
    color: white;
    font-size: 50px;
    font-style: italic !important;
    font-weight: 300;
    font-family: 'Cormorant Garamond', serif;
  }
  .Rooms-head {
    background: url('../img/one-5.jpg')rgba(0, 0, 0, 0.315);
    background-position: center 120%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.Rooms-Section-2 .row{
    background-color: white;
    border: white 4px solid;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.438) 0px 0px 0px 1px;
}
.card-body {
    padding: 0px 20px;
}
.card-body h6{
    color: #333 !important;
    font-family:var(--secondary-font);
}
.room-text-1 p span{
 border-right: #3333335d 1px solid !important;
 padding-right: 10px;
}
.card-body{
    padding: 10px 20px;
}
.Gallery-Head{
    background: url('../img/sea-11.jpg')rgba(0, 0, 0, 0.288);
    background-position: center 150%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.con-galeri img {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.37)!important;
}
.About-Head{
    background: url('../img/one-1.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 130%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.Contact-Head{
    background: url('../img/sea-5.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.contact-info .box{
border: #245B66 2px solid;
padding: 10px 20px;
}
.Section-Info-col i {
    color: #333333ce;
    font-size: 25px;
}
/* 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: 1199px){
    .text-room .room-text{
        display: block !important;
    }
    .room-text-1{
        display: block !important;
    }
    .card-body br{
        display: none;
    }
 }
 @media only screen and (max-width: 991px){
    .text-room .room-text{
        display: flex !important;
    }
    .room-text-1{
        display: flex !important;
    }
    .room-container{
        margin-bottom: 20px;
    }
    .card-body{
        padding: 10px 20px;
    }
    .title-head{
        padding: 180px 0px;
        margin: 0 !important;
        color: white;
        font-size: 50px;
        font-style: italic;
        font-weight: 300;
        font-family: Regular;
      }
      .contact-info .box{
        margin-top: 20px;
      }
 }
 @media only screen and (max-width: 767px){
    .ABOUT-text-1{
        margin-top: 30px !important;
    }
    .footer_wrapper{
        margin-top: 0 !important;
    }
    .Testimonials blockquote{
        padding: 15px 20px !important;
    }
    .room-text-1{
        display: block !important;
    }
 }
 @media only screen and (max-width: 532px){
    .text-room .room-text{
        display: block !important;
    }
 }
 @media only screen and (max-width: 430px){
   
    .Slogan{
        background: url('../img/sea-2.jpg') rgba(0, 0, 0, 0.212);
        background-position: center 90%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        padding: 100px 0;
    }
      .Rooms-head {
        background: url('../img/one-5.jpg')rgba(0, 0, 0, 0.315);
        background-position: center 120%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
    }
    .Gallery-Head{
        background: url('../img/sea-11.jpg')rgba(0, 0, 0, 0.288);
        background-position: center 150%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
    }
    .About-Head{
        background: url('../img/one-1.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 130%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none; 
    }
    .Contact-Head{
        background: url('../img/sea-5.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none; 
    }
    .title-head{
        padding: 150px 0px;
        margin: 0 !important;
        color: white;
        font-size: 35px;
        font-style: italic !important;
        font-weight: 300;
        font-family: 'Cormorant Garamond', serif;
      }
    .img-1 {
        --c: #bec1c9;
        width: 100%;
        aspect-ratio: 1;
        border-radius: 25px;
        border: 4px solid #0000;
        padding: 10px;
        background: conic-gradient(from var(--a), #0000 calc(30% - var(--p)), var(--c) calc(50% - var(--p)) calc(50% + var(--p)), #0000 calc(70% + var(--p))) border-box;
        --g: linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        --_t: perspective(550px);
        animation: 4s linear infinite;
        animation-name: a, r;
        transition: --p .5s, --r .4s;
        cursor: pointer;
    }
    .banner_wrapper {
        height:60vh;
    }
    .banner_wrapper h1{
        font-size: 35px !important;
    }
     .About-Section-col-1 {
        padding: 20px 20px !important;
    }
 }