@import url('https://fonts.googleapis.com/css2?family=Forum&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=Forum&display=swap');
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Josefin Sans";
background: #F4EFE9;
}
a{text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: "Lora", serif;
}
h1 ,h2 ,h3 {
    font-family: "Junge", cursive;
    font-weight: 400;

}
h6{
  font-size: 17px;
  font-family: "Lora", serif;
}
.container-fluid{
  width: 90%;
}
.navbar-toggler{
  border: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 18px;
  font-weight: var(--bs-nav-link-font-weight);
  color: #000000;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;

}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url('../img/icons8-menu-50 (4).png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #000000;
  font-weight: 500;
}
.custom-shape-divider-bottom-1719061035 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
margin-top: -29px;
z-index: 100;
}
.img2{
 width: 400px !important;
}

.checkin{

   
    padding:30px;
     background: white;
     box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
    position: relative !important;
  z-index: 2 !important;
 
  
   
  
    }
    
.carousel1{
  background: url('../img/123.jpg') rgba(20, 19, 19, 0.582) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 800px;

}
.carousel2{
  background: url('../img/124.jpg') rgba(20, 19, 19, 0.582) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 800px;
  background-color: #000000ec;
}
.carousel3{
  background: url('../img/126.jpg') rgba(20, 19, 19, 0.582) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 800px;
  background-color: #00000044;
}

.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 17.99rem;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h1{
    font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
    font-weight: 400;
  font-size: 80px !important;
  color: #ffffff;


}
.carousel-caption P{
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
  font-weight: 400;

  font-size: 20px;
  color: #ffffff;


}

.font03{
    font-family: "Forum", serif;

    font-style: normal;
    padding: 10px;
    text-transform:uppercase !important;
    color:#DBA765 !important;

}
.bordered-heading {
    display: inline-block; /* Keep the bottom border confined to the heading */
    border-bottom: 2px solid #DBA765; /* Creates the bottom border */
    margin-bottom: 10px; /* Adds some space below the heading */
    padding-bottom: 5px; /* Adds some space between the text and the border */
}
/*about section */
.section-padding1 {
    padding-top: 100px;
    padding-bottom: 100px;
}


.font01{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    color: #DBA765;;;
    font-size: 35px;
}
.font02{
    font-family: "Satisfy", cursive !important;
    font-optical-sizing: auto;
    color: #DBA765;;;
    font-size: 24px;
}
.about-left-bottom-box {
    border-left: 4px solid #DBA765;; /* Adjust the width and color as needed */
    padding-left: 15px; /* Add padding to create space between the border and the content */
    font-size: 20px !important;
  }
.row1{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.icon-text {
    display: flex;
    align-items: center; /* Align icon and text vertically */
    font-size: 20px; /* Adjust font size */
    cursor: pointer;
    transition: color 0.3s, transform 0.3s; /* Smooth transition for hover effects */
}

.icon-text i {
    margin-right: 10px; /* Space between icon and text */
    transition: color 0.3s, transform 0.3s; /* Smooth transition for hover effects */
    color: #9b6a2b;; /* Default icon color */
}

.icon-text .text {
    color: #DBA765; /* Default text color */
    transition: color 0.3s; /* Smooth transition for hover effects */
    font-weight: 200;
}

.icon-text:hover i {
    color: #000000;; /* Change icon color on hover */
    transform: rotate(360deg); /* Rotate icon on hover */

}

.icon-text:hover .text {
    color: #000000; /* Change text color on hover */
    
}
.row1:hover{
    background-color:#DBA765; ;
}
/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #DBA765;;

  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 5px 34px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #DBA765;;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #DBA765;;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}


/*facilitioes home */

  .facilities1{
    padding-top: 50px;
    padding-bottom: 100px;
    background: url('../img/573500559.jpg') rgba(0, 0, 0, 0.582) ;
    background-attachment: fixed;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;

  }

  /*room home page */
  /* Basic styles for the cards area */
.cards-area {
    padding: 60px 0;
    background-color: #845829 !important;
    background: url('../img/element3.png');
  
    background-repeat: no-repeat;
    background-size: 30%;
  }
  
  .card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition: transform 0.3s ease;
  }
  
  .card:hover {
    transform: scale(1.05);
  }
  
  .card-image {
    background-size: cover;
    background-position: center;
    height: 500px; /* Adjust based on your design */
    border-radius: 8px 8px 0 0;
  }
  
  .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: #fff;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    transform: translateY(100%);
    transition: transform 0.3s ease, padding 0.3s ease;
  }
  
  .card:hover .card-content {
    transform: translateY(0);
  }
  
  .card-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .card-text {
    font-size: 1rem;
  }
  .para{
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #845829;
  }
  .feature-two{
    margin-top: -350px;
  }

/* ======= Services style ======= */
.services {
    position: relative;
    display: block;
    padding: 120px 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: 30px;
      font-weight: 400;
      line-height: 30px;
      color: #fff;
      margin-bottom: 0;
  }
  .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: 45px;
    font-family: 'Libre Caslon Display', serif;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.section-title span {
    color: #aa8453;
    font-family: Jost, sans-serif !important;
}
.section-title.whte {
    color: #fff;
}
.sub-title {
    font-family: 'Outfit', sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
}
.sub-title.whte {
    color: #fff;
}
.sub-title:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #aa8453;
    border-radius: 50%;
}
.sub-title.border-bot-dark:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    top: 45%;
}
.sub-title:before,
.sub-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-title.border-bot-light {
    position: relative;
    border-bottom: 1px solid #aa8453;
     padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}
  
footer{
  background: url('../img/img5.jpg') #3a1b06;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;

  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;

  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
}
.footer-title{
    font-family: 'Courier New', Courier, monospace;
}
.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}
@keyframes fadeinnav {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fade-in-nav{
  animation-name: fadeinnav;
  animation-duration: 0.9s;
}
.nav-hidden{
  display: none;
}
.nav-hidden1{
  display: block;
}
.restaurant-info{
  border: 1px solid #DBA765;;
  padding:46px;
  height: 100%;
}

/*rooms.html*/
.section-bg6{
  background: url('../img/Junior Suite with Sea View6.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;
color: white;
text-align: center;
  background-blend-mode: multiply;
  padding-top: 150px; 
  padding-bottom: 150px;
}
/**Room Card**/
.room-box h6{
    font-family: Jost, sans-serif;
    font-size: 18px;
}
/*gallery home */


/*about.html*/
.section-bg2{
  background: url('../img/155.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;
color: white;
text-align: center;
  background-blend-mode: multiply;
  padding-top: 150px; 
  padding-bottom: 150px;
}
.lineGrid.-type-1 .lineGrid__line {
    width: 1px;
    height: 100%;
    background-color: black;
  }
  
  @media (max-width: 991px) {
    .lineGrid.-type-1 .lineGrid__line {
      display: none;
    }
  }
  /* =======  About style  ======= */
.about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
.image.about-manager {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.about-name {
    font-family: 'Libre Caslon Display', serif;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    color: #1b1b1b;
}
.about-rol {
    color: #3b3b3b;
    line-height: 1.2em;
    font-size: 15px;
    font-weight: 400;
}
/* rating point */
.ratting-point {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 7px;
    background: #fff;
    position: relative;
    margin: auto;
    box-shadow: 0px 20px 30px rgba(0,0,0,0.06);
}
.ratting-point .features-ratting h3 {
    font-size: 40px;
    font-weight: 400;
    border-right: 1px solid #eee3d0;
    padding: 20px 15px;
    margin-right: 5px;
    margin-bottom: 0;
}
.ratting-point .features-caption {
    padding: 20px 15px 0px 15px;
}
.ratting-point .features-caption h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 10px;
}


/* ======= Team style ======= */
.team .item {
    position: relative;
}

.team .item .img {
    padding-right: 70px;
    padding-bottom: 90px;
    position: relative;
    z-index: 12;
    overflow: hidden;
}
.team .item .img img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.team .item .con {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    left: 40px;
    top: 90px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.team .item .con .social-links {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    z-index: 12;
}
.team .item .con .social-links ul li {
    display: block;
    margin-bottom: 15px;
}
.team .item .con .social-links ul li a {
    font-size: 15px;
    color: #1b1b1b;
}
.team .item .con .social-links ul li a:hover {
    color: #aa8453;
}
.team .item .con .info-text {
    padding: 20px 30px;
    position: relative;
    z-index: 100;
}
.team .item .con .info-text h4 {
    font-size: 21px;
    margin-bottom: 0px;
}
.team .item .con .info-text p {
    font-size: 15px;
    font-weight: 300;
    color: #aa8453;
    margin-bottom: 0;
}
.team .owl-theme .owl-nav {
    top: 35% !important;
}
.cover-bg{
    background: url('../img/10.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:scroll;
  color: white;
  text-align: center;
    background-blend-mode: multiply;
    padding-top: 150px; 
    padding-bottom: 150px;
}
  
/*gallery.html*/
.section-bg3{
  background: url('../img/10.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;
color: white;
text-align: center;
  background-blend-mode: multiply;
  padding-top: 150px; 
  padding-bottom: 150px;
}

/*contact.html*/
.section-bg4{
  background: url('../img/onebedroom13.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;
color: white;
text-align: center;
  background-blend-mode: multiply;
  padding-top: 150px; 
  padding-bottom: 150px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.contact h2{
    color: #6d3f03;
}
@media(max-width:1000px){
  .footer-links {
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 18px;
    /* padding: 0px 30px 0px 30px; */
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: baseline;
}
  
  .socials a{
    text-decoration: none !important;
    color: white;
  }
  .socials a:hover h4 {
    color:  #A9D1DB;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  .copyright{
    display: flex;
  justify-content: left;
  text-align: left ;
  align-items: end ;
  }
  .img1{
display: none;
}
.img2{
display: none;
}
.img3{
  margin-top: 50px;
}
  .carousel1, .carousel2, .carousel3{
    height: 700px;
  }
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 13.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h1{
  font-family: "EB Garamond", serif;
  font-weight: 100;
  font-size: 41px !important;
  color: #ffffff;


}
.carousel-caption p{
   display: none;
}
.services {
    position: relative;
    display: block;
    padding: 35px 0;
    z-index: 1;
  }
.testimonials{
  height: auto !important;
}
  h1 span{
    font-size: 30px !important;
  }
  h1{
    font-size: 30px !important;
  }
  .c-swiper__text {
    width: 250px !important;
    height: 250px;
    position: absolute;
    top: 25%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly !important;
    transition: opacity 350ms ease;
  }
  .c-swiper__text .c-swiper__title{
    font-size: 30px !important;
  }

  .c-swiper__image-container {
    width: 500px !important;
    height: 90%  !important;
    overflow: hidden !important;
    padding-top: 40px;
 }
  .c-swiper__image-container img {
    
    width: 400px !important;
    height: 90% !important;
    object-fit: cover !important;
 }
.swiper-slide{
padding: 20px !important;
}
}

/*Animations*/
.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;
}
  
 /* Base Styles */
 .gallery-ig {
  padding: 34px 0 33px;

}

.gallery-ig {
  padding: 0 0 133px;
}

.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 {
    padding: 30px 0;
    margin-top: 50px;
  }

  .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;
  }
  .none {
    display: none !important;
  }
  #home-about{padding-top: 20px; padding-bottom: 8px !important; 
  }
  .room-wrapper{
    padding: 10px !important;
  }
  .rooms-section{
    background: #FAF6F1;
    padding-top: 11px;
    padding-bottom: 67px;
    justify-content: center !important;
    text-align: center !important;
    align-items: center  !important;
  }
}

/* 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;
  }
  .room-card__content {
    position: relative;
    background-color: var(--solinom-gray, #F6F7F2);
    padding-top: 38px;
    padding-bottom: 31px;
    padding-left: 17px;
    padding-right: 5px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    color: #000000;
    border-radius: 2%;
  }
  .carousel1, .carousel2 , .carousel3 {
    height: 600px;
  }
  .pe-5{
    padding: 1rem;
  }
}
.testimonials{
    background: url('../img/124.jpg') rgba(20, 19, 19, 0.516) ;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  
  .testimonials-section{
    background: #2F4137;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .testim {
    width: 100%;
    position:relative;
    top: 0%;
  
  }
  
  .testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
  }
  
  .testim .arrow {
    display: block;
    position: absolute;
    color: #ea830e;
    cursor: pointer;
    font-size: 2em;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
  }
  
  .testim .arrow:before {
    cursor: pointer;
  }
  
  .testim .arrow:hover {
    color: rgb(255, 255, 255);
  }
    
  
  .testim .arrow.left {
   bottom:300px;
    left: 700px;
  }
  
  .testim .arrow.right {
    right: 70px;
    bottom:300px;
  }
  
  .testim .dots {
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
  }
  
  .testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ea830e;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
  }
  
  .testim .dots .dot.active,
  .testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
  }
  
  .testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
  }
    
  .testim .cont {
    position: relative;
    overflow: hidden;
  }
  
  .testim .cont > div {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
  }
  
  .testim .cont > div.inactive {
    opacity: 1;
  }
    
  
  .testim .cont > div.active {
    position: relative;
    opacity: 1;
  }
    
  
  .testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
  }
  
  .testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
  }
  
  .testim .cont div p {
    font-size: 1.15em;
    color: #ffffff;
    width: 100%;
    margin: auto;
  }
  
  .testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
  }
  
  .testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
  }
  
  .testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
  }
  
  .testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
  }
  
  .testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
  }
  
  .testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
  }
  
  @-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
  
    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }
  
    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
  
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }
  
  @-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
  
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }
  
    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
  
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }
  
  @-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
  
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }
  
    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
  
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }
  
  @-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
  
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }
  
    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
  
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }
  
  @keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
  
    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }
  
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
  
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }
  
  @-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
  }
  
  @-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
  }
  
  @-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
  }
  
  @-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
  }
  
  @keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
  }
  
  @-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
  }
  
  @-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
  }
  
  @-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
  }
  
  @-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
  }
  
  @keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
  }
  
  @-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
  }
  
  @-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
  }
  
  @-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
  }
  
  @-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
  }
  
  @keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
  }
  
  @-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
  }
  
  @-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
  }
  
  @-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
  }
  
  @-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
  }
  
  @keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
  }
  
  @media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
  }
  
  @media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }
  
  }
  .review-text{
    background: rgba(0, 0, 0, 0.588);
    padding-top: 50px;
  }