html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
  /*BACK_TO_TOP*/

  #btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #92BBBE;
    border-color: #92BBBE;
  }


/*  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;
    margin: 0 auto;
    border-radius: 70px;
}

.collapse ul li.active-link a {

    color: #92BBBE;
}

.collapse ul li.active-link .underline {
    width: 100%;
    background-color:  #92BBBE;

}

.collapse ul li:hover .underline {
    background-color:  #92BBBE;
    width: 100%;

}

.collapse ul li:hover a {

    color:  #92BBBE;
}


.collapse ul li:active a {
    transition: none;
}

.collapse ul li:active .underline {
    transition: none;
    background-color: #92BBBE;

}

.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;

}

.navbar {
    background-color: white;

}

.navbar-toggler{
    border-color: black !important;
    background-color: white; 
    color: transparent !important;

}

.navbar-toggler:hover,.navbar-toggler:active{
    border-color: black !important;
    background-color:white; 
    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:transparent;
  border: 3px solid  #92BBBE!important;
  border-radius: 5px;
  color:  #92BBBE !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:  #92BBBE !important;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 0;

}

#button:hover {
  color: white !important;


}



/* BUTTON 3 */
.btn-3::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
  }
  
  .btn-3:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  
  
  @media screen and (max-width: 300px) {
    .logo1 {
width:160px;    }

  }

  @media screen and (min-width: 300px) {
    .logo1 {
width:190px;    }

  }

  @media (min-width: 200px){
.navbar {
    padding: 30px 10px;
}}

@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    
  }

  
/** FOOTER **/

.footer {
    background: #304146;
    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: #92bbbe 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: #92bbbe;
}

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:#92bbbe;
}


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: #92bbbe 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: #92bbbe;
}



.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: #92bbbe;
}

.footer .footer-widget ul li a:hover span {
    color:#92bbbe;
}

.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:#92bbbe;
    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: #92bbbe;
}


.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%;
    text-align: start;
}

#carousel-caption p,#carousel-caption h1{
    font-family: 'Playfair Display', serif;
    font-weight: bold;

}


#carousel-caption p{
    color: rgb(124, 180, 199)
}
#carousel-caption h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.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 rgb(124, 180, 199) !important;
  border-radius: 5px;
  color: rgb(124, 180, 199) !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: rgb(124, 180, 199) !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button2:hover {
  color: white !important;
  transform: scale(1);


}

#button2 svg{
    fill:white;
    transition: 0.5s;

}

#button2:hover svg {
    fill: #313131 !important;
  
  
  }
  

.btn-1 {
    overflow: hidden;
  }
  
  .btn-1::after {
    /*background-color: #f00;*/
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(0deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
  }
  
  .btn-1:hover:after {
    height: 100%;
    width: 135%;
  }


  .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 US*/
.about_area h6{
    font-family: 'Archivo', sans-serif;
    color: #777;
font-weight: bold;
}

 .about_area p{
    font-family: 'Poppins', sans-serif;
    color: #777;
 }

.about_area h1{
    font-family: 'Playfair Display', serif;
font-weight: bold;
}

.parallax_wrapper {
    position: relative;
}

@media (max-width: 991px) {
    .parallax_wrapper {
        padding-left:25%
    }
}

.parallax_wrapper .img_over {
    left: -25%;
    bottom: -10%;
    position: absolute;
    z-index: 99
}

@media (max-width: 991px) {
    .parallax_wrapper .img_over {
        left:0
    }
}

.parallax_wrapper .img_over img {
    border: 7px 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
    }
}

img.rounded-img {
    border-radius: 10px
}



/*FACILITIES*/


.facilities .col-md-2{
    position: relative;
}

.facilities h6{
    font-family: 'Archivo', sans-serif;
    color: #777;
font-weight: bold;
position: relative;

}

.facilities h1{
    font-family: 'Playfair Display', serif;
font-weight: bold;
position: relative;

}
.facilities .info{
    transition: 0.5s;
    align-self: center;
    padding: 25px;
    border-radius: 10px;
    -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);
    background-color: white;
}

.facilities .info:hover {
    background-color:rgb(146, 187, 190);  
      box-shadow:  10px 10px 10px #304146;
      cursor: pointer;
}


.facilities h5{
    letter-spacing: 1px;
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}


/*ROOMS*/
.rooms h4,.rooms h6{
    font-family: 'Archivo', sans-serif;
    color: #777;
font-weight: bold;
}

 .rooms p{
    font-family: 'Poppins', sans-serif;
    color: #777;
 }

.rooms h1{
    font-family: 'Playfair Display', serif;
font-weight: bold;
}


.rooms .card{
    border:1px solid #b5bec43f;
    overflow: hidden;
    transition: 0.3s;
}
.my-card {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    position: relative;
    border-radius: 20px;
    margin: auto;
    border-radius: 0;
    cursor: pointer;
  }
  
  .img-place {
    overflow: hidden;
    border-radius: 0;

  }
  
  #card-img1 {
    width: 100%;
    height: 280px;
    border-radius: 0;
    background-image: url(img/img-10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
  }

    
  #card-img2 {
    width: 100%;
    height: 280px;
    border-radius: 0;
    background-image: url(img/img-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
  }


  
  #card-img1:hover,#card-img2:hover {
    transform: scale(1.1);
opacity: 0.7;}



  .card-2-space {
  padding: 0 40px 20px 40px;
  }
  
  .card-text {
    padding: 5%;
    border-radius: 0;
    background-color: white;
    color: #ffffff;
    font-size: 20px;
  }
  

  
  @media (max-width: 767px){
  .my-card {
      margin: 0 0 20px 0;
      }
  }


  .rooms #card-img1 img,.rooms #card-img2 img{
    border-radius: 0;}
    

    
    .rooms #card-img1 ,#card-img2 {
        position: relative;
    }
    
    .rooms #card-img1::before,
    .rooms #card-img2::before {
        position: absolute;
        content: "";
        width: 90%;
        height: 90%;
        border: 3px double whitesmoke;
        border-radius: 0;
    right:5%;
        z-index: 0;
        top: 5%;
    }
    

    /*GALLERY*/
#gallery-bck {
    background: url(img/img-15.jpg) rgba(0, 0, 0, 0.40);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    height: 70vh;
}

.gallery h6{
    font-family: 'Archivo', sans-serif;
    color: #777;
font-weight: bold;
position: relative;

}

.gallery p{
    font-family: 'Poppins', sans-serif;
    color: #777;
    position: relative;

}

.gallery h1{
    font-family: 'Playfair Display', serif;
font-weight: bold;
position: relative;

}


/* facny box */
.gallery-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.options {
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-button {
    display: inline-block;
    font-weight: 600;
    color: #0874bd;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .25rem;
    border-color: #0874bd;
    margin: 10px;
}
.filter-button:focus,
.filter-button.active {
    background-color: #0874bd;
    border-color: #ffffff;
    color: white;
}
.filter-button:hover {
    color: white;
    background-color: #0874bd;
    border-color: #0874bd
}
.gallery_product {
    overflow: hidden;
}
.gallery_product img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 230px;
    box-shadow: 8px 8px 4px #0874bd;
    transition: 1s ease;
}
.gallery_product img:hover {
    transform: scale(1.05);
    transition: 1s ease;
}



.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width:50%;
  height:50%;
}

.swiper-slide img {
    width: 100%;
    height: 50vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

@media only screen and (min-width: 540px) and (max-width: 1300px) {
    .swiper-slide img {
        height: 30vh;
    
    }
    
  }
.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: #92bbbe  solid 1px;
    background-color: transparent;
}

.swiper-pagination >.swiper-pagination-bullet-active {
    background-color: #92bbbe ;
}


/*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;
    border-radius: 20px;
  
    &:before {
      position: absolute;
      mix-blend-mode: overlay;
      filter: brightness(70%);
      content: "";
      inset: 0;
      width: 100%;
      height: 100%;
      background: url(img/img-5.jpg);
      background-size: cover;
      background-position: center;       
       background-attachment: fixed;


}
}

.jumbotron h1{
    position: relative;

    font-weight: bold;
    color:white;
    font-family: 'Playfair Display', serif;

}

.jumbotron p{
    position: relative;

    color:white;
    font-family: 'Poppins', sans-serif;

}



 


.read-btn{
    background: none;
    border:0;
    border-radius: 5px;
    color:  #b5eaee !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;
fill:#b5eaee;
}

.read-btn:hover{
color:white!important;
fill: white !important;

}

/*TESTIMONIALS*/


.reviews h6{
    font-family: 'Archivo', sans-serif;
    color: #777;
font-weight: bold;
position: relative;

}

.reviews p{
    font-family: 'Poppins', sans-serif;
    color: #777;
    position: relative;

}

.reviews h1{
    font-family: 'Playfair Display', serif;
font-weight: bold;
position: relative;

}

.reviews .test{
    background-color: white;
    -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);
    border-radius: 10px;
    padding: 20px;
}

.reviews .rating{
    text-align: center;
    background-color: darkblue;
    color:white;
    width: 50px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;


}

.reviews .rating h4{
    font-family: 'Archivo', sans-serif;
font-weight: bold;
}


.test {
    background: #fff;
    border: 1px solid #f4f4f9;
    margin: 30px 0;
    float: left;
    position: relative;
    margin-top: 40px;
    padding: 30px;
    -webkit-box-shadow: 0 12px 26px 0 rgba(178, 178, 178, .13);
    box-shadow: 0 12px 26px 0 rgba(178, 178, 178, .13);
    border-radius: 4px;
  }
  
  .test .author-img {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 90px;
     text-align: center;
  }
  
  
/*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/204065176.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: 'Playfair Display', serif;
}


.filter-button
{
    font-size: 18px;
    border: 1px solid #304146;
    border-radius: 5px;
    text-align: center;
    color: white !important;
    margin-bottom: 30px;
    background-color: #304146 !important;
    font-family: 'Poppins', sans-serif;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solidrgb(146, 187, 190);
    border-radius: 5px;
    text-align: center;
    color: black !important;
    background-color: rgb(146, 187, 190) !important;

}
.btn-default:active .filter-button:active
{
    background-color: rgb(146, 187, 190) !important;
    color: black !important;
    
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.read{
    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:hover{
color:white!important;

}

#gallery-head p{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    color:rgb(199, 196, 196);


}

/*************************************************************** CONTACT **************************************************/



/*BACKGROUND*/
#contact-bck {
    background: url(img/img-13.jpg) rgba(0, 0, 0, 0.40);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
    height: 70vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.cont-card i {
    color: #0874bd;
    font-size: 40px;
    background-color: white;
    padding: 20px;
    border-radius: 50%;
}

.cont-card h3 {
    color: black;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    margin: 25px 0;
}

.cont-card p {
    font-size: 19px;
    color: #0874bd;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.cont-card a {
    text-decoration: none;
    color: #0874bd;
}
#contact-head {
    background: url(images/233330050.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: 'Playfair Display', serif;
}
#contact-head p{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    color: rgb(199, 196, 196);


}



/* :: 16.0 Contact Area CSS */


.google-maps-contact-info {
    position: relative;
    z-index: 1;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -100px;
    font-family: 'Poppins', sans-serif;

  
}
.google-maps-contact-info h4 {

    font-weight: 800;

  
}

.google-maps-contact-content {
    position: relative;
    z-index: 1;
    background-color: whitesmoke;
    border-radius: 4px;
    padding: 35px;


}

 


.google-maps {
    position: relative;
    z-index: 1;


}

.google-maps iframe {
    width: 100%;
    height: 400px;
    border: none;

}

.single-contact-info {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 40px;


}

.single-contact-info    i   {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 15px;
    color: #59385e;


}


    .single-contact-info    i{
      position: relative;
      width: 50px;
      height: 50px;
      background:#30414634;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }

@media screen and (max-width: 300px) {
    .single-contact-info 
        {
font-size: 12px;    }
  }


  @media screen and (max-width: 300px) {
    .google-maps-contact-content{
        padding: 10px;
    }
  }

  @media screen and (max-width: 300px) {
    .google-maps iframe {
        height: 300px;
    
    }
  }
/***************************************************************ABOUT US **************************************************/



/*BACKGROUND*/
#about-bck {
    background: url(img/img-5.jpg) rgba(0, 0, 0, 0.40);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 70vh;
    display: flex;
    align-items: center;
    text-align: center;
}

#about-bck p h1 {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}

#about-bck h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}


#about-head {
    background: url(images/265542525.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: 'Playfair Display', serif;
}
#about-head p{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    color: rgb(199, 196, 196);


}

.about-area h6{
    font-family: 'Archivo', sans-serif;
    color: #777;
font-weight: bold;
}

 .about-area p{
    font-family: 'Poppins', sans-serif;
    color: #777;
 }

.about-area h1{
    font-family: 'Playfair Display', serif;
font-weight: bold;
}

.about-area .img_2{
    margin-top: 100px;
    margin-left: 10px;
}

.about-area .img_1 img,.about-area .img_2 img{
overflow: hidden;
transition: 0.3s;
}




.about-area .img_1 img:hover,.about-area .img_2 img:hover{
transform:translateY(10px);

}


.amenities .col-md-2{
    position: relative;
}

.amenities h6{
    font-family: 'Archivo', sans-serif;
    color: #777;
font-weight: bold;
position: relative;

}

.amenities h1{
    font-family: 'Playfair Display', serif;
font-weight: bold;
position: relative;

}
.amenities .info{
    transition: 0.5s;
    padding: 10px;
    border-radius: 10px;
    -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);
    background-color: white;
    border-left: 2px solid #304146 ;
    border-bottom: 2px solid #304146 ;
}

.amenities .info:hover {
    background-color:rgb(146, 187, 190);  
      box-shadow:  10px 10px 10px #304146;

}


.amenities h5{
    letter-spacing: 1px;
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}




.amenities p{
    font-family: 'Archivo', sans-serif;}


    /*************************************************************** ROOMS **************************************************/



/*BACKGROUND*/
.rooms-ds p {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}
.room-details h2 {
    font-size: 33px;
    color: #92BBBE;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
  }

  .room-details p {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    margin: 20px 0;
}
  .room-pharagraph {
    color: black;
    font-size: 16px;
  }
  a.box_cat_rooms {
    display: block;
    margin-bottom: 25px;
    height: 500px;
    position: relative;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  }
  
  @media (max-width: 991px) {
    a.box_cat_rooms {
      height: 400px;
    }
  }
  
  a.box_cat_rooms .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25% 30px 0 30px;
    color: #fff;
    left: 0;
    bottom: -75px;
    padding-bottom: 60px;
    backface-visibility: hidden;
    transform: translate(0, 0);
    transition: all 0.4s ease;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
  }
  
  a.box_cat_rooms .info small {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #999;
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
  }
  
  a.box_cat_rooms .info h3 {
    color: #fff;
    font-size: 30px;
    font-size: 1.625rem;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: var(--style-font);
  }
  
  a.box_cat_rooms .info span {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    opacity: 0;
    position: relative;
  }
  
  a.box_cat_rooms .info span:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 10px;
    height: 2px;
    content: "";
    transition: width 500ms ease;
    background-color: #fff;
  }
  
  a.box_cat_rooms .info span:hover {
    background-color: #24262d;
    border-color: transparent;
  }
  
  a.box_cat_rooms figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  
  a.box_cat_rooms:hover .info {
    -webkit-transform: translate(0, -65px);
    -moz-transform: translate(0, -65px);
    -ms-transform: translate(0, -65px);
    -o-transform: translate(0, -65px);
    transform: translate(0, -65px);
  }
  
  a.box_cat_rooms:hover .info span {
    opacity: 1;
  }
  
  a.box_cat_rooms:hover .info span:before {
    width: 100%;
  }
  
  a.box_cat_rooms:hover .background-image {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
#rooms-bck {
    background: url(img/img-8.jpg) rgba(0, 0, 0, 0.40);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 70vh;
    display: flex;
    align-items: center;
    text-align: center;
}

#rooms-head {
    background: url(images/204065317.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: 'Playfair Display', serif;
}
#rooms-head p{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    color: rgb(199, 196, 196);


}

                  
/* CAROUSEL */
.carousel-caption {
    text-align: center;
    top:20%;
}

@media only screen and (max-width: 500px) {
    .carousel-caption {
        top:15%;
    }
    
  }

.carousel-caption p,.carousel-caption h1{
    font-family: 'Playfair Display', serif;
    font-weight: bold;

}

.carousel-caption p{
    color: #92bbbe;
}
.carousel-caption h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.d-item {
    height: 500px; 

}

.d-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);
  }

  


@media only screen and (min-width: 700px) {
    .all-rooms {
display: flex;    }
  }

  .room h2 , .room h4{
    font-weight: bold;
    font-family: 'Playfair Display', serif;

  }

  .room p{
    font-family: 'Poppins', sans-serif;
  }


  @media only screen and (max-width: 500px) {
    .room .room-info {
display: flex;  
flex-direction: column;  }


  }

  
  @media only screen and (min-width: 500px) {
    .room .room-info {
display: flex;    }
  }

/*BUTTONS CLASS*/

/* GENERAL BUTTON STYLING */
#button3,
#button3::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button3 {
  background: none;
  border: 3px solid white !important;
  border-radius: 5px;
  color: white !important;
  font-size: 15px;
  font-weight: bold;
  margin: 1em auto;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.5s;
}

#button3::before,
#button3::after {
    
  background:rgb(124, 180, 199) !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button3:hover {
  color: white !important;
  transform: scale(1);
  border-color: rgb(124, 180, 199) !important;

}


.btn-1 {
    overflow: hidden;
  }
  
  .btn-1::after {
    /*background-color: #f00;*/
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(0deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
  }
  
  .btn-1:hover:after {
    height: 100%;
    width: 135%;
  }