html {
    --scrollbarBG: whitesmoke;
    --thumbBG:  #1F2C3D;
    
  }
  body::-webkit-scrollbar {
    width: 13px;

  }
  body {
    scrollbar-width: thin;
    scrollbar-color:#1F2C3D;
    
  }
  body::-webkit-scrollbar-track {
    background:  whitesmoke;


  }
  body::-webkit-scrollbar-thumb {
    background-color: #1F2C3D ;
    border-radius: 0;
    border-color: #1F2C3D;

  }

  /*BACK_TO_TOP*/

  #btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:#bbaf80;
    border-color: #bbaf80;
  }




/*  HEADER */

.collapse ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    transition: color 0.5s;
    color: black;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;


}


.collapse ul li .underline {
    height: 4px;
    background-color: transparent;
    width: 0;
    transition: width 0.5s, background-color 0.5s;
    border-radius: 70px;
}

.collapse ul li.active-link a {

    color: #bbaf80;
}

.collapse ul li.active-link .underline {
    width: 100%;
    background-color:  #bbaf80;

}

.collapse ul li:hover .underline {
    background-color:  #bbaf80;
    width: 100%;

}

.collapse ul li:hover a {

    color:  #bbaf80;
}


.collapse ul li:active a {
    transition: none;
}

.collapse ul li:active .underline {
    transition: none;
    background-color: #bbaf80;

}



::selection {
    background-color: lightskyblue;
    color: black;
}


.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;

}

.navbar {
    background-color: white;

}

.navbar-toggler{
    border-color: #1F2C3D !important;
    background-color: #1F2C3D; 
    color: transparent !important;

}
  

.navbar-toggler:hover,.navbar-toggler:active{
    border-color: #1F2C3D !important;
    background-color: #1F2C3D; 
    color: transparent !important;
 

}

@media screen and (width: 1024px) {
    .navbar-nav {
        font-size: 16px;
    }
}


/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}

#button {
  background:none;
  border: 3px solid  #1F2C3D!important;
  border-radius: 5px;
  color:  #1F2C3D !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
}

#button::before,
#button::after {
  background:  #1F2C3D !important;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 0;

}



#button:hover {
  color: white !important;
transform: scale(1);

}



/* BUTTON 3 */
.btn-3::after {
    height: 0;
    left: 0;
    top: 0;
    width: 0;
  }
  
  .btn-3:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  


@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    
  }

  
/** FOOTER **/

.footer {
    background: #1F2C3D;
    padding-top: 60px;
    font-family: 'Poppins', sans-serif;
}
.footer p{
    text-align: left;
    color: whitesmoke;

}

.footer h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    text-align: left;
    color: whitesmoke;
    margin-bottom: 15px;
    border-bottom: #bbaf80 solid 3px;
    padding-bottom: 3px;
    display: table;
}

ul.conta, ul.social_icon, ul.link_menu{
    padding: 0;
}

ul.conta li {
    color: whitesmoke;
    text-align: left;
    padding-bottom: 20px;
    font-size: 16px;
list-style: none;
}


ul.conta li i {
    padding-right: 15px;
    text-align: center;
    font-size: 20px;
}

ul.conta li a {
    color: whitesmoke;
}


ul.link_menu li {
    display: block;
    text-align: left;
}

ul.link_menu li.active a {
    color: #bbaf80;
}

ul.link_menu li a {
    color: whitesmoke;
    font-size: 17px;
    line-height: 28px;
    display: inline-block;
    width: -moz-max-content;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 600;
}

ul.link_menu li a:hover {
    color:#bbaf80;
}


ul.social_icon {
    width: 100%;
    float: left;
    text-align: left;
}

ul.social_icon li {
    display: inline-block;
}

ul.social_icon li a {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    font-size: 27px;
    border-radius: 30px;
    margin: 0 9px;
}


.copyright {
    margin-top: 60px;
    padding-bottom: 20px;
    background-color: white;
    border: #bbaf80 solid 3px;
    border-right: inherit;
    border-left: inherit;
}

.copyright p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-top:0;
    padding-top: 25px;
    font-weight: bold;
}

.copyright a {
    color: #000;
    font-weight: bold;
}

.copyright a:hover {
    color: #bbaf80;
}



.footer .logo a {
    justify-content: center !important;
    position: relative;
    text-decoration: none;
}



.footer .footer-widget ul li {
    margin-bottom: 10px;
}

.footer .footer-widget ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget ul li a span {
    font-size: 14px;}

.footer .footer-widget ul li a:hover {
    color: #bbaf80;
}

.footer .footer-widget ul li a:hover span {
    color:#bbaf80;
}

.footer .footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.footer .footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}


.footer .social_icon  li {
    list-style: none;
    margin: 0 0px 0 0;
    display: inline-block;
    background: rgba(255, 255, 255, 0.05); 
    height: 40px;
    width: 40px;
    color:#bbaf80;
    border-radius: 5px;
    transition: 0.3s;
}

.footer .social_icon li a {
    height: 40px;
    width: 40px;
    display: block;

    position: relative;
}


.footer .social_icon li:hover  {
    background: #bbaf80;
}


.footer .social_icon  li a span {
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer .social_icon  li a svg {
    fill:whitesmoke;
}

#logo  img {
    width: 12%;
}

@media screen and (max-width: 1300px) {
    #logo  img {
        width: 40%;
    }
}

@media screen and (max-width: 700px) {

    #logo {
        text-align: center;
    }
}


@media only screen and (max-width: 1300px) {
    ul.conta li, .footer p, ul.social_icon,.heading-2, ul.link_menu li{
    text-align: center;
    float: center;
 }


 .footer h3{
    text-align: center;
 display: inline-block;
  }
#footer-logo {
    text-align: center;

}
}



@media screen and (max-width: 1300px) {
    #footer-logo {
        text-align: center;
        
    }


}



@media screen and (min-width: 1300px) {
    #footer-logo {display: flex;  
  }


}

ul.link_menu li{
transition: 0.5s;}


ul.link_menu li a:hover{
    transform: translate(10px);
}

/** end footer **/
                  
/* CAROUSEL */
.carousel-caption {
    top: 40%;
}

.carousel-caption p{
    font-family: 'Montserrat', sans-serif;    
    font-weight: bold;
    letter-spacing: 5px;

}


.carousel-caption h1{
    font-family: 'Arapey', serif;
        font-weight: bold;
        letter-spacing: 2px;

}
.c-item {
    height: 800px; 

}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);     

}


  .carousel-item img{

    transform: scale(1.05, 1.05);
  }


  .carousel-item.active img{
    transition: transform 5s linear;
    transition-duration: infinite;
    transform: scale(1, 1);
  }


  /*BUTTONS CLASS*/

/* GENERAL BUTTON STYLING */
#button2,
#button2::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button2 {
  background: none;
  border: 3px solid #bbaf80 !important;
  border-radius: 5px;
  color: #bbaf80 !important;
  font-size: 15px;
  font-weight: bold;
  margin: 1em auto;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.5s;
}

#button2::before,
#button2::after {
    
  background: #bbaf80 !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button2:hover {
  color: white !important;
  transform: scale(1);


}



.btn-1 {
    overflow: hidden;
  }
  
  .btn-1::after {
    /*background-color: #f00;*/
    height: 0;
    left: 0;
    top: 0;
    width: 0;

  }
  
  .btn-1:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }



  


  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  }

  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }


   @media only screen and (max-width: 600px) {
        .carousel-control-next-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='transparent' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
          }
        
          
          .carousel-control-prev-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='transparent' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
           }
        }
    
   

  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 100% 100%;
}


.carousel-control-next, .carousel-control-prev {

    width: 10%;
   
}


@media only screen and (max-width: 600px) {
.carousel-caption{
    text-align: center;
}
    }



/*ABOUT_AREA*/
.about_area h4{
    font-family: 'Satisfy', cursive;
    font-weight: bold;
    color:#1F2C3D;
}


.about_area h5{
    font-family: 'Arapey', serif;
    font-weight: bold;
}

.about_area p{
    font-family: 'Poppins', sans-serif;
}
.about_area .img_2{
    margin-left: 10px;
    margin-top: 50px;
}

.about_area .img_1 img,.img_2 img {
position: relative;

}

.about_area .img_1 ,.img_2 {
    position: relative;
}

.about_area .img_1::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    border:3px solid #8EACCD;
    background-color: #D2E0FB;
    border-radius: 0;
left:-3%;
    z-index: 0;
    top: -4%;
}

.about_area .img_2::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    border:3px solid #8EACCD;
    background-color: #D2E0FB;
    border-radius: 0;
right:-3%;
    z-index: 0;
    bottom: -4%;
}
  
/*ROOMS*/
.rooms{
  background-color: #1F2C3D;  
}

.rooms h1{
    font-family: 'Arapey', serif;
        font-weight: bold;
    color: whitesmoke;
}

.rooms h6{
    font-family: 'Poppins', sans-serif;
    color: whitesmoke;

}



#button1 {
  background:transparent;
  border: 3px solid #616262 !important;
  border-radius: 5px;
  color: #616262 !important;
  font-size: 15px;
  font-weight: bold;
  margin: 1em auto;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.3s;
}


#button1:hover {
  color: white !important;
  background:#616262;


}
.rooms .card{
    border: 0;
}

.rooms .card-body p{
    font-family: 'Poppins', sans-serif;
    font-size:20px ;}



      .card-explore__img::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 95%, 85% 0);
        clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 95%, 85% 0, 100% 95%);
                background: #fff;
        width: 100%;
        height: 40px;
        }
      .card-explore__img img {
        padding-bottom: 1px; }


.rooms .col-lg-4 .card-body a p{
    transition: 0.3s;
    color:#212529;
fill:#212529;
}

.rooms .col-lg-4 .card-body a p:hover{
transform: translate(5px);
color:#bbaf80;
fill:#bbaf80;

}

.rooms .room-info{
    border-top: 1px solid #1f2c3d38;
}
  


/*JUMBOTRON*/

.jumbotron{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: min(80vh, 400px);
    background-color: #292d3db7;
    padding: 1rem;
    border-radius: 0;
    text-align: center;
    overflow: hidden;
  
    &:before {
      position: absolute;
      mix-blend-mode: overlay;
      filter: brightness(70%);
      content: "";
      inset: 0;
      width: 100%;
      height: 100%;
      background: url(images/454098856.jpg);
      background-size: cover;
      background-position: center;       
       background-attachment: fixed;


}
}

.jumbotron h1{
    position: relative;
letter-spacing: 3px;
    font-weight: bold;
    color:whitesmoke;
    font-family: 'Arapey', serif;
}

/*FACILITIES*/
.facilities h1{
    font-weight: bold;
    font-family: 'Arapey', serif;
}

.facilities .col-lg-4 h4{
    font-family: 'Prompt', sans-serif;
font-weight: bold;
}

.facilities .col-lg-4 p{
    font-family: 'Poppins', sans-serif;
}

.facilities-info{
    border-radius: 10px;
    border: 2px solid #1F2C3D;
    padding: 20px;
transition: 0.3s;
    box-shadow:10px 10px 26px 0px #1F2C3D;
}

.facilities-info:hover {
transform: translateY(10px);
color:#bbaf80;
border: 2px solid #bbaf80;
box-shadow: 10px 10px 26px 0px #585133;


}


/*RESTAURANT*/
.restaurant{
    background-color: #F0F0F0;
}


  .restaurant h1{
      font-family: 'Arapey', serif;
          font-weight: bold;
          color:#1F2C3D;
        }
  
  .restaurant h6{
      font-family: 'Poppins', sans-serif;
      color: grey;
  
  }
  

  .swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    justify-content: center;
    align-items: center;
    width:50%;
    height:50%;
  }
  
  .swiper-slide img {
      width: 100%;
      height: 50vh;
      margin: 0 auto;
      object-fit: cover;
      transition: all .3s ease-in-out;
  }
  
  .swiper-slide {
    width: 80%;
  }
  
  .swiper-slide:nth-child(2n) {
    width: 60%;
  }
  
  .swiper-slide:nth-child(3n) {
    width: 40%;
  }
  
  .swiper-pagination > .swiper-pagination-bullet {
      opacity: 1;
      border: white solid 1px;
      background-color: transparent;
  }
  
  .swiper-pagination >.swiper-pagination-bullet-active {
      background-color: white;
  }


  /*REVIEWS*/
  .reviews h5{
    font-family: 'Poppins',sans-serif;
  }

  .reviews h1{
font-weight: bold;  
font-family: 'Arapey', serif;

}


.review-info{
    padding: 20px;
    border-radius:50px 0  50px 50px  ;
    box-shadow: 10px 10px 26px 0px #1F2C3D;
    transition: 0.3s;

}


.review-info:hover{
transform: translateY(-10px);

}
.review-info h5,.review-info h6{
font-style: italic;
font-weight: bold;
font-family: 'Prompt', sans-serif;


}



/*ANIMATIONS*/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}



@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}


.animations-disabled {

    &,
    [data-animation] {
        animation: none !important;
        opacity: 1 !important;
    }
}

.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInleft;
}

.slideInRight {
    animation-name: slideInRight;
}


.fadeIn {
    animation-name: fadeIn;
}


.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}


.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}





/*************************************************************** GALLERY **************************************************/

img.zoom {
    width: 100%;
    height: 40vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.transition {

    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.thumb{
    overflow: hidden;
}

/*BACKGROUND*/

#gallery-head {
    background: url(images/454098856.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    color: white;
    font-family: 'Arapey', serif;
}

#gallery-head p{
font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
color: #e0e4e4;

}

.read-btn{
    background: none;
    border:0;
    border-radius: 5px;
    color: whitesmoke !important;
    font-size: 15px;
    margin: 0 auto;
    padding:0;
    position: relative;
    text-transform: uppercase;
letter-spacing: 2px;
font-family: 'Poppins', sans-serif;
font-weight: bold;
transition: 0.3s;
}

.read-btn:hover{
color:white!important;

}

/*************************************************************** CONTACT **************************************************/

/*BACKGROUND*/

#contact-head {
    background: url(images/454099148.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    color: white;
    font-family: 'Arapey', serif;
}

#contact-head p{
    font-weight: bold;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
    color: #e0e4e4;
    
    }

    .contacts{
        background-color: #F0F0F0;
    }

    .contacts h3,.contacts h6{
        font-weight: bold;
        font-family: 'Prompt', sans-serif;
    }

    
/*************************************************************** ABOUT US **************************************************/

/*BACKGROUND*/

#about-head {
    background: url(images/454098979.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    color: white;
    font-family: 'Arapey', serif;
}

#about-head p{
    font-weight: bold;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
    color: #e0e4e4;
    
    }

    
.about_area .img_3 img {
    position: relative;
    border-radius: 10px;
    
    }
    
    .about_area .img_3  {
        position: relative;
    }
    
    .about_area .img_3::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        border:3px solid #8EACCD;
        background-color: #D2E0FB;
        border-radius: 10px;
    left:-3%;
        z-index: 0;
        top: -4%;
    }

    
/*JUMBOTRON*/

.jumbotron2{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: min(80vh, 400px);
    background-color: #292d3db7;
    padding: 1rem;
    border-radius: 0;
    text-align: center;
    overflow: hidden;
  
    &:before {
      position: absolute;
      mix-blend-mode: overlay;
      filter: brightness(70%);
      content: "";
      inset: 0;
      width: 100%;
      height: 100%;
      background: url(images/422215335.jpg);
      background-size: cover;
      background-position: center;       
       background-attachment: fixed;


}
}

.jumbotron2 h1{
    position: relative;
letter-spacing: 3px;
    font-weight: bold;
    color:whitesmoke;
    font-family: 'Arapey', serif;
}

/*FACILITIES*/
.amenities h1{
    font-weight: bold;
    font-family: 'Arapey', serif;
}

.amenities .col-lg-4 h4{
    font-family: 'Prompt', sans-serif;
font-weight: bold;
}

.amenities .col-lg-4 p{
    font-family: 'Poppins', sans-serif;
}

.amenities-info{
    border-radius: 0;
    border-top: 2px solid #1F2C3D;

    border-bottom: 2px solid #1F2C3D;
    padding: 20px;
transition: 0.3s;
    box-shadow:10px 10px 26px 0px #1F2C3D;
}

.amenities-info:hover {
transform: translateY(10px);
color:#bbaf80;
border-top: 2px solid #bbaf80;

border-bottom: 2px solid #bbaf80;
box-shadow: 10px 10px 26px 0px #585133;


}

    
/***************************************************************RESTAURANT **************************************************/

/*BACKGROUND*/

#restaurant-head {
    background: url(images/454099138.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    color: white;
    font-family: 'Arapey', serif;
}

#restaurant-head p{
    font-weight: bold;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
    color: #e0e4e4;
    
    }


.rest h1{
    font-weight: bold;
    font-family: 'Arapey', serif;

}


.rest h5{
    font-family: 'Prompt', sans-serif;
font-weight: bold;
}
.rest h6{
    font-family: 'Poppins', sans-serif;

}
    .rest .image2{
        margin-left: 10px;
    }


    .rest .image1,.rest .image2 {
overflow: hidden;
border-radius: 10px;
border:4px double #8EACCD;

}

.rest .image1 img, .rest .image2 img{
    transition: 0.3s;   

     }

.rest .image1 img:hover, .rest .image2 img:hover{
   transform: scale(1.1);

    }

    
@media only screen and (min-width: 540px) and (max-width: 1300px) {
    .rest .swiper-slide img {
        height: 30vh;
    
    }
    
  }
.rest .swiper-slide {
  width: 80%;
}

.rest .swiper-slide:nth-child(2n) {
  width: 60%;
}

.rest .swiper-slide:nth-child(3n) {
  width: 40%;}

      
/***************************************************************ROOMS**************************************************/

/*BACKGROUND*/

#rooms-head {
    background: url(images/454098745.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center ;
    background-blend-mode: multiply;
    height: 700px;
    color: white;
    font-family: 'Arapey', serif;
}

#rooms-head p{
    font-weight: bold;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
    color: #e0e4e4;
    
    }

    .desc{
        background-color: #d6cfc83d;
    }

    
    .desc h6{
        font-family: 'Poppins', sans-serif;
        color: #616262;
    }


    
.accommodation .gy-5{
    
    --bs-gutter-y: 7rem;
}

@media only screen and (min-width: 700px) {
    .all-rooms {
display: flex;    }
  }

  .accommodation h2 , .accommodation h3{
    font-weight: bold;
    font-family: 'Arapey', serif;

  }

  .accommodation p{
    font-family: 'Poppins', sans-serif;
  }