@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&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=Forum&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=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&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=Cormorant:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Fleur+De+Leah&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Montserrat+Underline:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rouge+Script&display=swap');


html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: "Cormorant Garamond", serif;
    line-height: 30px;
    font-size: 18px;

  }
  a{
    text-decoration: none;
    color: #ffffff;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }
  nav.navbar {
    background-color: #15262C;
  
    backdrop-filter: blur(0px) !important;
    transition: background .5s !important;
    font-family: "Cormorant Garamond", serif;
    z-index: 1000;
    width: 100%;
letter-spacing: 1px;
    position: relative;
  
  
  }
  
  li.nav-item a.nav-link {
    color: #ffffff !important;
    font-size: 19px !important;
  
  
  
  }
  
  .nav-item {
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
  
  }
  
  a.nav-link:hover {
    transform: scale(1.07);
  
  }
  
  .navbar li a.active {
    color:#ffffff !important;
    transform: scale(1.05);
    border-bottom: 1px #ffffff solid !important;
    background-color: transparent;
  
  }
  
    
    .dropdown-menu {
      background-color: #1C2F36 !important;
      color: #ffffff;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #ffffff;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(255, 255, 255);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #15262C;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: #ffffff;
    }

  
 
  #bottone5 {
    align-items: center;
    background-color:#1C2F36;
    border: 1px solid #ffffff;
  
  
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }

   #bottone5:hover,
   #bottone5:focus {
    border-color: #000000;
    box-shadow: #ffffff 0 1px 2px;
    color: #000000;
    background-color: #ffffff;
   
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    
    color: #ffffff;
    transform: translateY(0);
   }
  

.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;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }


/* --------------------- */

   



    /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    font-family: "Cormorant Garamond", serif;
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }

  }
  .footer_wrapper {
    background: linear-gradient(0deg, #15262C, #15262C), url('image/99.jpg') top / cover no-repeat , #15262C;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 19px;
    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: marcellus, serif;
    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: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {

    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }

  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: 20px;
    display: inline-block;
    border: .125rem solid #ffffff;
    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: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #192841;
  }
  .footer1 a{
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
  }
  .footer2 a{
    font-family: "Cormorant Garamond", serif;
   font-size: 20px;
  }
  
/* ---------------------------------------------- */
hr {
    margin: 1rem 0;
    color: white;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

.t1{
    font-family: "Cormorant Garamond", serif;
    font-size: 18px ;
    letter-spacing: 0.2px;
}
/* ---------------------------- */


.swiper{
    height: 750px;
  
  z-index: 1 !important;
  
  }
  
  .slide-caption{
    padding-top:12%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }
   .slide-caption h6{
    margin-bottom: 0px !important;
  font-family: "Marcellus", serif;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: white !important;
   }
   .slide-caption h1{
  
     text-transform: capitalize !important;
     letter-spacing: 1px;
     font-size: 55px !important;
     margin-top: 0px !important;
     padding-top: 0PX !important;
   font-weight: 500 !important;
     color: #ffffff ;
     font-family: "Cormorant Garamond", serif;

     
   }
   .slide-caption h4{

    font-family: "Cormorant Garamond", serif;
   
  }
   .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
     width: .9375rem;
     height: .9375rem;
     background-color: #15262C;
     border: .0625rem solid #ffffff;
     margin-bottom: 50px;
   }
   .sticky{
    position: fixed;
    top: 0;
    z-index: 10!important;
    background: #000000!important;
  
    box-shadow: none!important;
    width: 100%;
  }
  
  .container{
    width:100% !important;
  }
  .parallax_wrapper{
    position:relative;
 
}
@media (max-width: 991px){
    .parallax_wrapper
    {
        padding-left:11%
    }
}
.parallax_wrapper .img_over{
    left:-25%;
    bottom:22%;
    position:absolute;
    z-index:99
}
@media (
    max-width: 991px) {
.parallax_wrapper .img_over{
    left:0
}
}
.parallax_wrapper .img_over img{
    border:4px solid #fff;
    width:50%;
    height:auto;
    -webkit-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
    -moz-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
    box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21)}
@media (max-width: 991px){
    .parallax_wrapper.inverted{
        padding-left:inherit;padding-right:25%
    }}
    .parallax_wrapper.inverted .img_over{
        text-align:right;
        left:inherit;
        right:-25%}
@media (max-width: 991px){
    .parallax_wrapper.inverted .img_over{
        left:inherit;
        right:0
    }

    .slide-caption h1{
        font-size:45px !important;
        letter-spacing: 2px !important;
    }
    .slide-caption h4{
        padding-top: 150px !important;
       
    }
   
    
}
 


  
.about-bg1{
    background: url('image/1 (4).jpeg') rgba(0, 0, 0, 0.658);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 45vh;
    position: relative;
  
  }
  .gallery-bg1{
    background: url('image/1 (3).jpeg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }

  .contact-bg1{
    background: url('image/video-bg.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }

  .rooms-bg1{
    background: url('image/0b451a83-d437-4776-b545-b8645069f33b.jpeg') rgba(0, 0, 0, 0.692);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 45vh;
    position: relative;
  
  
  }

  .bg01{
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
     font-size: 45px;
    
     padding-top: 70px;
  
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 80px !important;
        }
       
      

   }

    /*home two Section-title*/
.home-two .section-title {
    margin-bottom: 35px;
}

.home-two .section-title h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #85714C;
    font-weight: 500;
    margin-top: 0;
    margin-left: 73px;
    position: relative;
}

.home-two .section-title h4:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 1px;
    top: 14px;
    left: -67px;
    background: #1e1e1e;
}

.home-two .section-title h1 {
    font-size: 38px;
    line-height: 36px;
    color: #1e1e1e;
    font-weight: 700;
    text-transform: capitalize;
}

.home-two p.section-desc {
    width: 95%;
    margin: 18px 0 0;
}

.home-two .section-title.center:before{
   background: transparent;
}

.home-two .section-title.center h4{
    margin-left:0;
}

.home-two .section-title.center h4:before{
    background: transparent;
}

.home-two p.section-desc-2 {
    width: 60%;
    margin: auto;
    margin-top: 12px;
}

.home-two .luxury-button{
    margin-top: -19px;
    position: relative;
}

.home-two .luxury-button:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    bottom: -11px;
    background: #c19d68;
    margin: 0;
}




/* <!-- ====================================================-->
<!--Start Facilities Area Home Three-->
<!-- ==================================================--> */


.home-three.facilities-area {
    background-image: url(image/award.jpg);
      
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.home-three.facilities-area .section-title.center h4:before {
    right: 0;
    left: 13%;
    top: 19px;
    margin: auto;
}

.home-three.facilities-area .section-title.center h4:after {
    right: 0;
    left: 10%;
    top: 16px;
    margin: auto;
}

.home-three .single-facilities-box {
    position: relative;
    filter: drop-shadow(0px 5px 15px rgba(204,204,204,0.25));
    background-color: #ffffff;
    text-align: center;
    padding: 19px 40px 30px;
    margin: 0;
    z-index: 1;
    margin-bottom: 22px;
}

.home-three .single-facilities-box:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 12px;
    left: 0;
    right: 0;
    top: 0;
    background: #1C2F36;
    margin: auto;
}

.home-three .single-facilities-box:after {
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background-color:#101418;
    z-index: -1;
    transition: 0.5s;
}

.home-three .single-facilities-box:hover:after{
    width: 100%;
    left: 0;
}

.home-three .facilities-icon {
    background: transparent;
    margin-top: 25px;
}

.home-three .facilities-content h4 {
    font-family:" Cormorant Garamond", serif;
  
    color: #1e1e1e;


    padding: 26px 0 22px;
    transition: 0.5s;
}

.home-three .single-facilities-box:hover .facilities-content h4{
    color:#fff;
}

.home-three .facilities-content p {
    margin: 0;
    transition: 0.5s;
}

.home-three .single-facilities-box:hover .facilities-content p{
    color: #acacac;
}

.home-three .facilities-content p:before {
  background:transparent;
}

/* ------------------------------------------ */


  /* ======= Services style ======= */
  .services {
    position: relative;
    display: block;
    padding:100px 0;
    z-index: 1;
  }
  .services .item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .services .item .item-wrap {
    position: relative;
    display: block;
    z-index: 1;
  }
  .services .item .item-wrap .img {
    position: relative;
    display: block;
       overflow: hidden;
    z-index: 1;
  }
  .services .item .item-wrap .img:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 40%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 45%, rgba(255, 255, 255, 0) 100%);
      z-index: 1;
      opacity: 1;
      visibility: visible;
  }
  .services .item .item-wrap .img img {
      width: 100%;
      transform: scale(1);
      transition: transform 500ms ease;
  }
  .services .item:hover .item-wrap .img img {
      transform: scale(1.05);
  }
  .services .item .item-wrap .con {
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
  }
  .services .item .item-wrap .con .title-box {
    position: relative;
    display: block;
  }
  .services .item .item-wrap .con .title-box h3 {
      font-size: 25px;
      font-weight: 400;
      line-height: 30px;
      color: #fff;
      margin-bottom: 0;
      font-family: "Cormorant Garamond", serif;
  }
  .services .item .item-wrap .con .title-box h3 a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .services .item .item-wrap .con .title-box h3 a:hover {
    color: #fff;
  }
  .services .item .arrow {
    position: relative;
    display: block;
    top: 0px;
    transform: translateY(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
  }
  .services .item:hover .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
  }
  .services .item .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #aa8453;
      background: #aa8453;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .services .item .arrow a:hover {
    border: 1px solid #fff;
    color: #1b1b1b;
   background: #fff;
  }
  .services .owl-theme .owl-nav [class*=owl-] {
      opacity: 0;
  }
  .services .owl-theme:hover .owl-nav [class*=owl-] {
      opacity: 1;
  }
  .sub-title.border-bot-light {
    position: relative;
    border-bottom: 1px solid #aa8453;
     padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}
.section-title {
    font-size: 40px;
  
    font-weight: 400;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.section-title span {
    color: #aa8453;
    font-family: "Cormorant Garamond", serif;
}
.section-title.whte {
    color: #fff;
}

.testimonials-section{
    background: #0E1317;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #1C2F36;
    }
    .testimonials-section1{
    
      padding-top: 100px;
      padding-bottom: 100px;
      border-bottom: 2px solid #1C2F36;
      border-top: 2px solid #1C2F36;
      }
    
    


      .owl-theme .owl-dots,.owl-theme .owl-nav {
        text-align: center;
        -webkit-tap-highlight-color: transparent
    }
    
    .owl-theme .owl-nav {
        margin-top: 10px
    }
    
    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }
    
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #869791;
        color: #FFF;
        text-decoration: none
    }
    
    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }
    
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px
    }
    
    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom:1}
    
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #1C2F36;
        display: block;
        /* -webkit-backface-visibility: visible; */
        transition: opacity .2s ease;
        border-radius: 30px
    }
    
    .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
        background: #869791
    }


    .testimonials-section1 p{
        font-family: "Cormorant Garamond", serif;
        font-size: 19px ;
    }
    
    .testimonials-section1 h2 , h5{
        font-family: "Cormorant Garamond", serif;
        
    }

    .cover-bg{
        background: url('../image/video-bg.jpg') rgba(0, 0, 0, 0.483);
        background-attachment: fixed;
        background-position:center;
        background-size: cover;
       
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        background-attachment: scroll;
        padding-top: 120px;
        padding-bottom: 120px;
      }
      
      @media (max-width: 991px){
        .l2{
            display: none !important;
        }

        .services{
            padding: 70px 0;
        }
        .cls{
            margin-left: 0px !important;
        }
        
.swiper{
    height: 630px;
  

  
  }
  .room-two-page{
    margin-bottom: 20px !important;
  }
  .contact-col{
    width: 100% !important;
  }
  .room22{
    font-size: 20px !important;
  }
      }



      
/*rooms.html*/
.section-background2{
    background: url('../img/pexels-wilcle-nunes-38713774-27164979.jpg') rgba(20, 19, 19, 0.164);
   
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    color: white;
  }
  
  .room-card {
    background-color: var(--solinom-white, #fff);
    position: relative;
  }
  .room-card__thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .room-card__thumb img {
    object-fit: cover;
    width: 100%;
    transform: scale(1) rotate(0deg);
    transition: all 0.4s ease-in-out;
  }
  .room-card__thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(var(--solinom-text-rgb, 16, 29, 34), 0.7);
    z-index: 0;
    transform: translateY(-70%);
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .room-card__feature {
    background-color: var(--solinom-white, #fff);
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 180%;
    text-transform: uppercase;
    color: var(--solinom-gray2, #283E46);
    padding: 4.5px 11px;
    position: absolute;
    top: 20px;
    left: 20px;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    z-index: 1;
  }
  .room-card__feature:hover {
    background: var(--solinom-base, #CBA36B);
    color: var(--solinom-white, #fff);
  }
  .room-card__love {
    width: 32px;
    height: 32px;
    z-index: 1;
    background-color: var(--solinom-white, #fff);
    font-size: 15px;
    color: var(--solinom-text-gray, #7D8B90);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    line-height: 0;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
  }
  .room-card__love .active {
    color:  #CBA36B;
  }
  .room-card__love:hover {
    background-color:  #e2a549;
  }
  .room-card__top {
    padding: 0px 30px;
    width: 100%;
    background-color: #e2a549;
  }
  .room-card__top__inner {
    margin-top: -40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    margin-bottom: -44px;
  }
  .room-card__top__popup {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .room-card__top__popup__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: var(--solinom-base, #CBA36B);
    font-size: 14px;
    color: var(--solinom-white, #fff);
    line-height: 0;
    transition: all 0.4s ease-in-out;
  }
  .room-card__top__popup__item:hover {
    background-color: var(--solinom-white, #fff);
    color: var(--solinom-base, #CBA36B);
  }
  .room-card__top__price {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--solinom-base, #CBA36B);
    transition: all 0.4s ease-in-out;
  }
  .room-card__top__price__content {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    display: block;
    color: var(--solinom-white, #fff);
  }
  .room-card__top__price__text {
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: var(--solinom-white, #fff);
  }
  .room-card__content {
    position: relative;
    background-color:  #15262C;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 40px;
  
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease-in-out;
  }
  .room-card__content__inner__element {
    width: 98px;
    height: 98px;
    position: absolute;
    border-radius: 100px;
    top: -45px;
    right: 24px;
    background: #355b69;
    z-index: 1;
    transition: all 0.5s ease;
  }
  .room-card__content__title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 7px;
  
    text-transform: capitalize;
    color: var(--solinom-white, #fff);
  }
  .room-card__content__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .room-card__content__title a:hover {
    background-size: 100% 1px;
  }
  .room-card__content__title a:hover {
    color: var(--solinom-text, #355b69);
  }
  .room-card__content__text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom:30px;
    color: var(--solinom-text-gray, #7D8B90);
    max-width: 554px;
    width: 100%;
    transition: all 0.4s ease-in-out;
  }
  .room-card__content__star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    border: 1px solid var(--solinom-gray2, #355b69);
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
  }
  .room-card__content__star__item {
    font-size: 17px;
    color: var(--solinom-base, #CBA36B);
    letter-spacing: -1px;
  }
  .room-card__content__star__item i {
    transition: all 0.4s ease-in-out;
  }
  .room-card__content__star__parson {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--solinom-text-gray, #7D8B90);
    transition: all 0.4s ease-in-out;
  }
  .room-card__content__star__parson strong {
    color: var(--solinom-white, #fff);
    transition: all 0.4s ease-in-out;
  }
  .room-card__content__btn {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    text-transform: uppercase;
    color: var(--solinom-white, #fff);
    background-color: var(--solinom-text-dark, #355b69);
    padding: 9.5px 22px;
    border: 1px solid transparent;
  }
  .room-card__content__btn:hover {
    color: var(--solinom-white, #fff);
    border-color: rgba(var(--solinom-white-rgb, 255, 255, 255), 0.2);
  }
  .room-card__content__element {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    transform: translateY(200px);
    transition-delay: 1400ms;
    transition: all 800ms ease-in-out;
    z-index: -1;
  }
  .room-card:hover .room-card__top__popup a {
    background-color: var(--solinom-gray, #e2a549);
  }
  .room-card:hover .room-card__top__price {
    background-color: var(--solinom-gray, #e2a549);
  }
  .room-card:hover .room-card__content {
    background-color: var(--solinom-base, #000000);
  }
  .room-card:hover .room-card__content__inner__element {
    background: rgba(var(--solinom-gray2-rgb, 40, 62, 70), 0.2);
  }
  .room-card:hover .room-card__content__text,
  .room-card:hover .room-card__content__star__item i,
  .room-card:hover .room-card__content__star__parson strong {
    color: var(--solinom-white, #fff);
  }
  .room-card:hover .room-card__content__star {
    border-color: transparent;
    background-color: rgba(var(--solinom-white-rgb, 255, 255, 255), 0.16);
  }
  .room-card:hover .room-card__content__star__parson {
    color: var(--solinom-text-dark, #e2a549);
  }
  .room-card:hover .room-card__content__element {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .room-card:hover .room-card__thumb img {
    transform: scale(1.1) rotate(5deg);
  }
  .room-card:hover .room-card__thumb::after {
    opacity: 1;
    transform: translateY(0);
  }
  
  .room-card__content h4{
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
  }

  .room-card__content h6{
    font-family: "Cormorant Garamond", serif;
   font-size: 17px;
  }

  
  
button.learn-more{
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
   }
   
   button.learn-more {
    width: 12rem;
    height: auto;
   }
   
   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #0D283D;
    border-radius: 1.625rem;
   }
   
   button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }
   
   button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
   
   button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   
   button:hover .circle {
    width: 100%;
   }
   
   button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   
   button:hover .button-text {
    color: #fff;
   }
   .cart5{
    font-family: "Cormorant Garamond", serif;
   }

   

  /*contact.html*/
.section-bg2{
    background: url('../photos/img9.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.418) 53%);
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    color: white;
  }
  
  .contact-box{
    color: #0E1317;
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items:center;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #0e131767;
  
  }
  .contact-col{
    border:5px solid #0e131767;
    padding: 40px;
    width:30%;
      display: grid;
      text-align: center;
      align-items: baseline;
      justify-content: center;
      align-content: stretch;
      justify-items: center;
      z-index: 100;
      background: white;
  }
  .contact-col:hover .contact-box{
    background: #1C2F36;
    color: rgb(255, 255, 255);
  }
  .location{
    position: relative;
    margin-top: -190px;
  }
  