
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&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: 'Gilda Display', serif;
    line-height: 30px;
    font-size: 18px;
  }
  a{
    text-decoration: none;
  }
  ::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: #001E3B;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: "Nunito", sans-serif;
  font-size: 16px;
    font-weight: 600;
      z-index: 1000;
      width: 100%;
  letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #ffffff !important;
      font-size: 15px !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: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color:#097ba5;
    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: 'Barlow', sans-serif;
    font-size: 16px;
    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: #ffffff;
    box-shadow: #ffffff 0 4px 12px;
    color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    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 {
    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, #001E3B, #001E3B), url('') center /cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-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: 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: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #000000;
    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;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  }

  

    /* 3 Banner */
    .banner_wrapper {
        height: 44.625rem;
      
       z-index: 1;
        position: relative;
    }
    
    .banner_wrapper .swiper {
        width: 100%;
        height: 100%;
    }
    .banner_wrapper h1{
        font-family: "Forum", serif;
      font-style: normal;
      font-size: 100px;
     color:  #ffffff;
    }
    
    .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: #000000;
        opacity: 0.5;
        z-index: 0;
    }
    
    .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
        width: .9375rem;
        height: .9375rem;
        background-color: var(--secondary-color);
        border: .0625rem solid var(--bg-white);
        background-color: #ffffff;
    }
    
    .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);
    }
    @media screen and (min-width: 200px)and (max-width: 950px) {
    
        .banner_wrapper h1{
          
            font-size: 45px !important; 
           
        }
        .banner_wrapper .swiper .slide-caption p {
    font-size: 20px !important;
          
        }
       .about01{
        font-size: 19px !important;
       }   
         .banner_wrapper .swiper {
       
        height: 60% !important;
    }
    }
    .swiper-button-next,
    .swiper-button-prev {
      height: 3rem;
      width: 3rem;
      line-height: 3rem;
      background: transparent;
      color: white;
    }
    
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
      background: transparent;
      color: white;
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 1rem;
    }
    
    .text99{
        font-family: "Forum", serif;
        font-weight: 500;
       font-size: 45px;
        color: #000;
     }
    
    .text88{
        font-family: "Forum", serif;
    font-size: 18px;
    color: #5a5a5a;
    font-style: normal;
    
    font-weight: 500;
    }

    .img0{

        box-shadow: -86px -84px 0px -68px #056587;
         }
         .img1{

            box-shadow: 65px 65px 0px -48px #056587;
            margin-top: 50px;
             }
             .about-text{
             

                font-family: 'Barlow', sans-serif;
                font-size: 17px;
                font-weight: 400;
                line-height: 1.75em;
                color: #585858;
                margin-bottom: 20px;


             }
             .about-baner h3{
                font-family: "Forum", serif;
                font-size: 40px;
             }

             .room-home h4{
                font-family: "Forum", serif;
                font-size: 40px;
 
             }

             .image-container {
                position: relative;
                display: inline-block;
            }
            
            .image-container img {
                display: block;
                width: 100%;
                height: auto;
            }
            
            .image-container a button {
                position: absolute;
                bottom: 10px;
                left: 50%;
                transform: translateX(-50%);
                z-index: 10;
            }

             
  #bottone6 {
    align-items: center;
    background-color: #ffffff;
    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(0, 0, 0);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    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;
   }
   
   #bottone6:hover,
   #bottone6:focus {
    border-color: #000000;
    box-shadow: #000000 0 4px 12px;
    color: #000000;
   }
   
   #bottone6:hover {
    transform: translateY(-1px);
   }
   
   #bottone6:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    color: #ffffff;
    transform: translateY(0);
   }
  
   .img2{
    box-shadow: 27px -26px 0px -10px #056587;
     }
     .img3{

        box-shadow: -29px 28px 0px -10px #056587;
    
         }


         .Slogan .bg{
            background: url('image/559336750.jpg')rgba(0, 0, 0, 0.685);
            background-attachment: fixed;
            background-position:center;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height:300px;
          }
        .fac3{
            font-family: 'Barlow', sans-serif;
            font-size: 45px;
        }




        
.facilities{
    padding-bottom: 100px;
  }
  .facility-box{
    padding: 30px;
    background: white;
    border: 1px solid #C2B5A2;
    transition: 0.3s ease-in-out;
  }
  .facility-box:hover{
    background: #ffffff;
    transition: 0.3s ease-in-out;
  }
  .fac1{
    font-family: "Forum", serif;
    font-size: 24px;
  }

  .fac2{
    font-family: "Forum", serif;
font-size: 40px;
  }
  .fac3{
    font-family: "Forum", serif;
font-size: 50px;
  }
  .facilities{
    padding-bottom: 100px;
  }
  .facility-box{
    padding: 30px;
    background: white;
    border: 1px solid #C2B5A2;
    transition: 0.3s ease-in-out;
  }
  .facility-box:hover{
    background: #E0D8CA;
    transition: 0.3s ease-in-out;
  }
.fas{
    font-family: "Forum", serif;
                font-size: 45px;
                text-align: center;
                color: #ffffff;
                letter-spacing: 1px;
                font-weight: 500;
}


/* Base Styles */
  /* .gallery-ig {
    padding: 34px 0 33px;
 
  } */
  
  /* .gallery-ig {
    padding: 0 0 50px;
  }
   */
   .gallery-ig-main {
    display: flex;
    justify-content: space-between;
  }
  
  .gallery-ig-main .col-img:first-child,
  .gallery-ig-main .col-img:last-child {
    max-width: 360px;
  }
  
  .gallery-ig-main .col-img .ig-box {
    position: relative;
    height: 612px;
  }
  
  .gallery-ig-main .col-img .ig-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-ig-main .col-img .ig-box .content {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  
  .gallery-ig-main .col-img .ig-box:hover .content {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  .gallery-ig-main .col-img:nth-child(2) {
    margin: 0 15px;
  }
  
  .gallery-ig-main .col-img .top {
    display: flex;
  }
  
  .gallery-ig-main .col-img .top .ig-box {
    margin: 0 15px 28px;
    height: 292px;
  }
  
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 15px 0;
    height: 292px;
  }
  
    .tf-button {
      position: relative;
      font-family: Arial, sans-serif;
      padding:30px !important;
  
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1.9px;
      line-height: 50px;
      text-transform: uppercase;
      background-size: 300%;
      transition: all 0.3s ease;
      border: 1px solid  hwb(40 0% 99%) 50% !important;
  }
  
  .tf-button::before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      height: 1px;
      width: 100%;
      background: #2ecc71;
      transition: all 0.3s ease;
  }
  
  .tf-button:hover::before {
      transform: translateY(-10px) !important;
  }
  
  
  
  .tf-button.style3 {
      background-image: linear-gradient(160deg, transparent 50%, hwb(30 20% 9%) 50%);
      border: 1px solid  hwb(30 20% 9%) 50%;
      color:  hwb(30 20% 9%) 50%;
      font-weight: 500;
      letter-spacing: 2px;
      padding: 0px 31px 0px 33px;
      line-height: 46px;
  }
  
  .tf-button.style3::before {
      background: #f4f4f4;
      bottom: -11px;
  }
  
  .tf-button.style3:hover {
      color:  hwb(30 20% 9%) 50%;
      background-position: 95%;
  }
  
  h1 ,h2 ,h3{
    font-family: "Cinzele,serif";
  }
  /* For screens smaller than 768px */
  @media (max-width: 768px) {
    
  
    .gallery-ig h1 {
      font-size: 24px;
      text-align: center;
    }
  
    .gallery-ig-main {
      flex-direction: column;
      align-items: center;
    }
  
    .gallery-ig-main .col-img {
      max-width: 100%;
      margin-bottom: 20px;
    }
  
    .gallery-ig-main .col-img .top,
    .gallery-ig-main .col-img .bottom {
      flex-direction: column;
    }
  
    .gallery-ig-main .col-img .ig-box {
      height: auto;
    }
  
    .gallery-ig-main .col-img .top .ig-box,
    .gallery-ig-main .col-img .bottom .ig-box {
      margin: 0 0 15px;
      height: auto;
    }
  
    .tf-button {
      width: 100%;
      padding: 15px;
      text-align: center;
    }
  }
  
  /* For screens smaller than 480px */
  @media (max-width: 480px) {
    .gallery-ig h1 {
      font-size: 23px;
      margin-bottom: 15px;
    }
    
  
    .tf-button {
      font-size: 12px;
      padding: 10px;
      line-height: 40px;
    }
  
    .tf-button.style3 {
      padding: 10px 20px;
      line-height: 40px;
    }
  }




  
   /* customers */

   .customers{
    padding-top: 30px;
    

    background: linear-gradient(rgba(0, 0, 0, 0.685), rgba(0, 0, 0, 0.671)), url("image/559336750.jpg") center/cover no-repeat fixed;
  }
  .customer{
    background: #00000070;
    padding: 10px;
    text-align: center;
    margin: 24px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    border: 1px solid #174791;
    cursor: pointer;
    transition: var(--transition);
    color:white;
  }
  .rating{
    margin: 10px 0;
    color: yellow;
  }
  
  .customer p{
    opacity: 0.7;
    line-height: 1.8;
    width: 60%;
    margin: 0 auto;
    color: white;
  }
  .customer img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 25px auto;
  }
  .customer span{
    font-weight: 700;
    opacity: 0.7;
  }
  .customer:hover{
    transform: translateY(-18px);
  }
  @media(min-width: 992px){
    
    .customers-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
  
  }
  @media(min-width: 1370px){
    .customers-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    
  }
  @media(max-width: 500px){
    .customer p{
        width: 100%;
    }
    .customer img{
        width: 100px;
        height: 100px;
    }
  }


  @media only screen and (max-width: 991px) {
    .about-baner{
        margin-top: -90% !important;
        padding-bottom: 50px !important;
    }
    .img0{
        display: none;
    }
    .img1{
        width: 70% !important;
        box-shadow: 64px -62px 0px -48px #056587;
    margin-left: 10% !important;
    }
    .tt{
        padding-top: 30px !important;
    }
    .fac3{
        font-size: 40px !important;
    }
    .room-home{
        padding-top: 0px !important;
        padding-bottom: 40px !important;
    }
    .yyy{
        margin-bottom: 50px !important;
    }
    .img2{
        box-shadow: 14px -18px 0px -10px #056587;
    }
    .img3{
        box-shadow: 1px -8px 0px -10px #056587;
    }
    .bb{
        margin-top: -15% !important;
    }
.g{
    padding-top: 20px !important;
}
.gallery-ig-main{
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}
.logo21{
    margin-top: 0px !important;
}
  }

  
  .rooms-bg1{
    background: url('image/img/561863303 (1).jpg') rgba(0, 0, 0, 0.452);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 30vh;
    position: relative;
  

  }
  .bg01{
    text-align: center;
    font-family: "Forum", serif;
    font-weight: 500;
     font-size: 45px;
    
     padding-top: 50px;
     text-shadow: 1px 1px 1px #ffffff;
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 50px !important;
        }
       
      }
  
      .about-bg1{
        background: url('image/img/557590650.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 30vh;
        position: relative;
      
      }
      .gallery-bg1{
        background: url('image/img/557590624.jpg') rgba(0, 0, 0, 0.705);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 30vh;
        position: relative;
      
       
      }

      .contact-bg1{
        background: url('image/559336750.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 30vh;
        position: relative;
      
       
      }


      .contact-box{
        padding: 30px;
        background: #097BA5;
        transition: 0.3s ease-in-out;
      }
      .contact-box:hover{
        padding: 30px;
        background: #ffffff;
        transition: 0.3s ease-in-out;
      }
      .contact-box:hover h1 i{
        color: #C2B5A2 !important;
      }
      /* @media(max-width:1024px){
            nav.navbar{
          height: auto;
        } 
      }*/
      .rooms{
        background-color: rgb(244,242,237) !important;
      }
      .room-box{
        padding: 50px ;
        text-align: start;
        color: rgb(255, 255, 255);
      }
      .room-box .contact-button{
      margin-left: 50px !important;
      }
      

      .gold23{
        font-size: 15px;
        font-family: 'Gilda Display', serif;
        font-weight: 400;
        color: #ffffff;
  
        position: relative;

        margin-bottom: 5px;
      }            

      @media only screen and (max-width: 991px) {
        .room-box{
            padding: 0px !important;
        }
        .about{
          padding-top: 0px !important;
          padding-bottom: 50px !important;
        }
        .animate-box{
          margin-top: 0px !important;
        }
        .room4{
          font-size: 25px !important;
        }
        .r2{
          margin-top: 0px !important;
        }
        .nnn{
          margin-top: -30px !important;
        }
        .text99{
          font-size: 35px !important;
        }
    }
    
    .contact-info h3{
      font-family: 'Gilda Display', serif;
    }
    .contact-info h4{
      font-family: 'Gilda Display', serif;
    }



          
.home1 {
  padding: 0;
}
.home1 .slide {
  min-height: 45vh;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  background-color: #0E1927;
  border: 3px solid #0E1927;
}
.swiper-button-next,
.swiper-button-prev {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: transparent;
  color: white;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: transparent;
  color: white;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}

.room21{
  font-weight: 500;
  font-family: 'Gilda Display', serif;
  font-size: 30px;
}
.room22{
  font-weight: 400;
  font-family: 'Gilda Display', serif;
  font-size: 20px;
  letter-spacing: 2px;
}
.room4{
  font-weight: 500;
  font-family: 'Gilda Display', serif;
  font-size: 30px;
  letter-spacing: 2px;
}
