
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Satisfy&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cherish&family=Forum&family=Grey+Qo&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Satisfy&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Cherish&family=Grey+Qo&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Satisfy&display=swap');

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'Gilda Display', serif;
    line-height: 30px;
    font-size: 18px;
  }
  a{
    text-decoration: none;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #ffffff;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: 'Gilda Display', serif;
  
      text-transform: uppercase;
    font-weight: 500;
      z-index: 1000;
      width: 100%;
  letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #000000 !important;
      font-size: 15px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#000000 !important;
      transform: scale(1.05);
      border-bottom: 1px #000000 solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color: #135534;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #ffffff;
    box-shadow: #ffffff 0 4px 12px;
    color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    color: #ffffff;
    transform: translateY(0);
   }
  

.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }

    
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.589), #0000009a), url('') center /cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #000000;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }
/* ---------------------------------------------- */
/* ---------------------------------------------- */
.carousel1 img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
    
  }
  .carousel-inner1 {
    padding: 1em;

   
  }
  
  @media screen and (min-width: 576px) {
    .carousel-inner1 {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }

  @media screen and (max-width: 767px) {
    .carousel-inner1 {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 1024px) {
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  /* .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: #000000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  } */
 .carousel-indicators2 {
    position: static;
  }
  .carousel-indicators2 li {
    width: 300px;
    height: 100%;
    opacity: 0.8;
  }
  .carousel-caption {
    top: 30%;
}

.c-item {
    height:720px;
    
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(48%);
}

.font0{
    font-size: 70px !important;
    font-family: "Forum", serif;
    font-optical-sizing: auto;

    font-style: normal;
}

.font01{
    font-size: 55px !important;
    font-family: "Forum", serif;
    font-optical-sizing: auto;

    font-style: normal;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    border: 2px solid rgb(255, 255, 255); /* Shto një kufi të bardhë rreth ikonës */
    border-radius: 50%; /* Bën ikonën rrethore */
    background-color: rgba(255, 255, 255, 0.5); /* Vendos një sfond të bardhë gjysmë transparent */
    width: 40px; /* Gjerësia e ikonës */
    height: 40px; /* Lartësia e ikonës */
}

.carousel-control-next-icon::after {

    border: solid rgb(0, 0, 0); /* Ngjyra e shigjetës */
    border-width: 0 4px 4px 0; /* Përcakton trashësinë e shigjetës */
    display: inline-block;
    padding: 10px; /* Madhësia e shigjetës */
    transform: rotate(-45deg); /* Rrotullon elementin për të krijuar një shigjetë në të djathtë */
    margin-left: 10px; /* Rregullon pozicionin e shigjetës brenda rrethit */
}

.carousel-control-next-icon:hover {
    background-color: rgba(255, 255, 255, 0.8); /* Bën sfondin më pak transparent gjatë hover */
    transform: scale(1.1); /* Zmadhohet lehtë gjatë hover */
    transition: transform 0.3s ease, background-color 0.3s ease; /* Kalim i butë për efektet */
}






/*---=================================
   <!--Restu About Area Css-->
==================================---*/
.about-area {
    padding: 70px 0 100px;
}

.section-title {
    margin-bottom: 56px;
}

.section-title h4 {
    font-family: "Satisfy", cursive;
    font-size: 25px;
    color: #424242
}

.section-title h2 {
    font-size:40px;
    font-family: "Forum", serif;
}

.section-title h1 span{
    color: var(--primary-color);
}

.section-title h1.style {
    margin-left: 155px;
    position: relative;
}

.section-title h1.style:before {
    position: absolute;
    content: "";
    width: 142px;
    height: 1px;
    left: -154px;
    top: 29px;
    background: var(--primary-color);
}

.section-title p.style {
    width: 80%;
    margin-left: 88px;
    margin-top: 24px;
color: #363636;
}

.single-about-thumb img {
    width: 100%;
}

.about-right {
    margin-left: 65px;
    margin-top: 21px;
}

.ppp{
    font-family: "Satisfy", cursive;
}



  
   /* HIGHLIGHT ROOMS */
   .highlight-rooms{ width: 100%; float: left; padding: 100px 0;}
   .highlight-rooms h2{font-family: 'Playfair Display', serif; font-size: 60px; margin-bottom: 80px; margin-left: -5px;}
   .highlight-rooms h5{font-family: 'Fjalla One', sans-serif; color: #999; margin-top: 25%;}
   .highlight-rooms h5:before{content: ""; width: 100px; height: 1px; float: left; background: #999; margin-top: 7px; margin-right: 7px;}
   .highlight-rooms .button{ height: 50px; line-height: 50px; display: inline-block; border: 1px solid #ccc; padding: 0 40px; color: #999; font-family: 'Fjalla One', sans-serif; box-shadow: 10px 10px 30px rgba(0,0,0,0.05); overflow: hidden;}
   .highlight-rooms .button *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
   .highlight-rooms .button span { position: relative; display: inline-block;}
   .highlight-rooms .button span:before {position: absolute;top: 100%; content: attr(data-hover); }
   .highlight-rooms .button span:before {-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
   .highlight-rooms .button:hover span{-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);transform: translateY(-100%);}
   .highlight-rooms .room-box{ width: 100%; float: left;}
   .highlight-rooms .room-box img{ width: 100%; opacity: 0.5;}
   .highlight-rooms .room-box .room-details{ width: 100%; height: 0; float: left; margin-top: -90px; overflow: hidden; position: relative; padding: 0; color: #fff;}
   .highlight-rooms .room-box .room-details .room-name{font-family: 'Playfair Display', serif; color: #fff; font-size: 37px; margin-top: 0;}
   .highlight-rooms .room-box .room-details .room-desc{ width: 100%; float: left; font-family: 'Fjalla One', sans-serif; text-transform: uppercase; color: #fff; margin-bottom: 10px; opacity: 0.4;}
   .highlight-rooms .room-box .room-details .room-price{ width: 100%; float: left; text-align: right; font-size: 40px;}
   .highlight-rooms .room-box .room-details .room-price small{ font-size: 17px;}
   .highlight-rooms .room-box .room-details .room-price span{ width: 100%; float: left; font-size: 10px; margin-top: -10px;}
   .highlight-rooms .room-box .room-details .room-button{ height: 50px; line-height: 50px; display: inline-block; border: 1px solid #ccc; padding: 0 40px; color: #999; font-family: 'Fjalla One', sans-serif; box-shadow: 10px 10px 30px rgba(0,0,0,0.05); overflow: hidden;}
   .highlight-rooms .room-box .room-details .room-button *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
   .highlight-rooms .room-box .room-details .room-button span { position: relative; display: inline-block;}
   .highlight-rooms .room-box .room-details .room-button span:before {position: absolute;top: 100%; content: attr(data-hover); }
   .highlight-rooms .room-box .room-details .room-button span:before {-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
   .highlight-rooms .room-box .room-details .room-button:hover span{-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);transform: translateY(-100%); color: #fff;} 
   .highlight-rooms .center { z-index: 2;} 
   .highlight-rooms .center .room-box{width: 120%; margin-left: -10%; margin-top: -50px; box-shadow: 10px 10px 30px rgba(0,0,0,0.15);}
   .highlight-rooms .center .room-box img{opacity: 1;}
   .highlight-rooms .center .room-box .room-details{ height: auto; margin-top: -186px; background: #1c1b21; padding: 20px 25px;}
   .highlight-rooms .owl-item{padding:30px 0; }
   .highlight-rooms .owl-dots{ width: 100%; float: left; text-align: center;}
   .highlight-rooms .owl-dots .owl-dot{ width: 16px; height: 3px; display: inline-block; background: #ccc; margin: 0 2px;}
   .highlight-rooms .owl-dots .owl-dot.active{width: 36px; background: #000;}
   /* INTRO */
   .intro{ width: 100%;  float: left; text-align: center; background: url(../images/bg-wave.svg) left no-repeat #eaeceb; background-attachment: fixed;}
   .intro h5{font-family: 'Fjalla One', sans-serif; color: #999; position: relative; padding-bottom: 50px;}
   .intro h2{ font-family: 'Playfair Display', serif; font-size: 90px; color: #9a7333;}
   .intro .lead{ font-size: 20px; font-weight: 300; padding: 0 20%; color: #999; font-family: 'Playfair Display', serif; line-height: 33px; margin-bottom: 40px;}
   /* FACILITIES */
   .facilities{ width: 100%; float: left; background: url('./images/WhatsApp Image 2024-03-05 at 13.26.37 (2).jpeg') no-repeat; background-size: cover; position: relative; color: #fff; text-align: center;}
   .facilities:after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #1c1b21; opacity: 0.8;}
   .facilities .container{ position: relative; z-index: 2;}
   .facilities h5{font-family: 'Fjalla One', sans-serif; color: #999; position: relative;}
   .facilities h2{ font-family: 'Playfair Display', serif; font-size: 90px; color: #fff;}
   .facilities .lead{ font-size: 20px; font-weight: 300; padding: 0 20%; color: #999; font-family: 'Playfair Display', serif; line-height: 33px; margin-bottom: 100px;}
   .facilities ul{ width: 100%; float: left; margin: 0; padding: 0; text-align: left;}
   .facilities ul li{ width: 33.3333%; float: left; margin: 4px 0; font-size: 17px;}
   @media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
       .intro h2{font-size: 50px;}
       .facilities h2{ font-size: 50px;}
       .facilities ul li{ width: 100%;text-align: center;}}
   /* CONTENT SECTION */
   .content-section {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     padding: 30px 0;
     position: relative;
   }
   .content-section.bottom-spacing {
     margin-bottom: 100px !important;
   }
   .content-section.top-spacing {
     margin-top: 100px !important;
   }
   #main {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background: #fff;
   }
   
   /* CAROUSEL IMAGE BOX */
   .carousel-image-box {
       width: calc(50vw + 100% / 2);
       display: flex;
       flex-wrap: wrap;
       position: relative;
       overflow: hidden;
       padding-bottom: 30px;
     }
     .carousel-image-box figure {
       width: 100%;
       display: flex;
       flex-wrap: wrap;
       margin: 0;
       position: relative;
       overflow: hidden;
     }
     .carousel-image-box figure img {
       width: 100%;
       float: left;
     }
     .carousel-image-box figure figcaption {
       width: 100%;
       position: absolute;
       left: 0;
       top: 0;
       padding: 40px;
       color: #fff;
     }
     .carousel-image-box figure figcaption h5 {
       width: 100%;
       display: block;
       font-size: 32px;
       font-weight: 600;
       font-family: "Forum", serif;
     }
     .carousel-image-box figure figcaption p {
       width: 100%;
       display: block;
       margin: 0;
     }
     .swiper-scrollbar {
       width: 100%;
       height: 4px;
       display: inline-block;
       opacity: 1 !important;
     }
     .contact-box{
       border: 1px solid #AA8B5F;
       padding-top: 70px;
       padding-bottom: 70px;
     }
     @keyframes rotateImage {
       from {
         transform: rotate(0deg);
       }
       to {
         transform: rotate(360deg);
       }
     }
     img.rotating {
       animation: rotateImage 19s linear infinite;
     }
     
     .swiper-scrollbar-drag {
         height: 100%;
         width: 100%;
         position: relative;
         background: var(--swiper-scrollbar-drag-bg-color, #135534);
         border-radius: var(--swiper-scrollbar-border-radius, 10px);
         left: 0;
         top: 0;
     }
     .content-section h2{
     font-family: "Forum", serif;
     font-size: 40px;
     font-weight: 500;
     
     color: #135534;
     }
     
   

/*---=================================
   <!-- Restu Fecilities Area Css -->
==================================---*/

.fecilities-area {
    background: url("../image/550548940.jpg")rgba(0, 0, 0, 0.664);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    padding: 118px 0 445px;
}

.single-fecilities-box {
    border: 1px solid rgba(255,255,255,0.15);
    text-align: center;
    padding: 37px 0 32px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.single-fecilities-box:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:var(--primary-color);
    transition: 0.5s;
}

.single-fecilities-box:hover:before{
    width: 100%;
    left: 0;
}

.fecilities-icon img{
    transition: 0.5s;
}

.single-fecilities-box:hover .fecilities-icon img{
    filter: brightness(0) invert(1);
}

.fecilities-content h4 {
    font-size: 22px;
    color: #ffff;
    margin: 65px 0 0;
    position: relative;
    font-weight: 500;
    
    font-family: "Forum", serif;
}

.fecilities-content h4:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    left: 0;
    right: 0;
    top: -41px;
    margin: auto;
    background: rgba(255,255,255,0.5);
}


/*---=================================
   <!--Restu Service Area Css-->
==================================---*/

.service-area {
    padding: 100px 0 50px;
}

.service-area .section-title h1 {
    color: #ffff;
    
    font-family: "Forum", serif;
}

.service-area .row.add-margin {
    margin-top: -426px;
}

.single-service-box {
    text-align: center;
    background:#def7ea;
    padding: 47px 32px 38px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.single-service-box:hover{
    margin-top: -13px;
}

.single-service-box:before {
    position: absolute;
    content: "";
    width: 86%;
    height: 87%;
    top: -14px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #686868;
    margin: auto;
    opacity: 0.2;
    z-index: -1;
}

.single-service-thumb {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: #ffffff;
    text-align: center;
    line-height: 86px;
    margin: auto;
}

.service-content h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    margin: 24px 0 20px;
}

.service-content p {
    margin: 0 0 37px;
}

.service-button a {
    background: #fff;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 29px;
    color: #151515;
    font-family: var(--fonts-body);
    font-weight: 500;
    transition: 0.5s;
}

.service-button a:hover{
    color: var(--primary-color);
}

.service-button i {
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
    line-height: 39px;
    font-size: 26px;
    color: var(--primary-color);
    transform: rotate(-45deg);
    transition: 0.5s;
}

.service-button a:hover i{
    background: var(--primary-color);
    color:#fff;
}
.gallary img {
    width: 270px;
  }

  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    height: 50px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 35%;
    color: white !important;
    transition: 0.5s;
  }
  .owl-carousel .owl-prev {
    left: 33px;
  }
  .owl-carousel .owl-next {
    right: 33px;
  }
  .owl-carousel .owl-next:hover,
  .owl-carousel .owl-prev:hover {
    background: transparent;
  }
  .flex1 {
    display: flex;
    justify-content: space-between;
  }

  .gallary h2{
    font-family: "Forum", serif;
    font-size: 35px;
  }

     /* customers */
.golden2{
    font-family: "Forum", serif;
}
     .customers{
        margin-top: 70px;
        padding-top: 60px;
        padding-bottom: 70px;
    
        background: linear-gradient(rgba(0, 0, 0, 0.685), rgba(0, 0, 0, 0.671)), url("image/550548172 (1).jpg") center/cover no-repeat fixed;
      }
      .customer{
        background: #00000070;
        padding: 5px;
        text-align: center;
        margin: 24px 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
        border: 1px solid #135534;
        cursor: pointer;
        transition: var(--transition);
        color:white;
      }
      .rating{
        margin: 10px 0;
        color: yellow;
      }
      
      .customer p{
        opacity: 0.7;
        line-height: 1.8;
        width: 60%;
        margin: 0 auto;
        color: white;
      }
      .customer img{
        width: 170px;
        height: 170px;
        border-radius: 50%;
        margin: 25px auto;
      }
      .customer span{
        font-weight: 700;
        opacity: 0.7;
      }
      .customer:hover{
        transform: translateY(-18px);
      }
      @media(min-width: 992px){
        
        .customers-container{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 30px;
        }
      
      }
      @media(min-width: 1370px){
        .customers-container{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }
        
      }
      @media(max-width: 500px){
        .customer p{
            width: 100%;
        }
        .customer img{
            width: 100px;
            height: 100px;
        }
      }

      @media (max-width: 991px) {
        .font0{
            font-size: 50px !important;
        }
        .c-item {
            height:620px;
            
        }
        .section-title h2{
            font-size: 30px !important;
        }
        .section-title p.style{
            margin-left: 20px !important;
        }
        .img00{
            display: none !important;
        }
        /* .img11{
            width: 80% !important;
            margin-left: 50px !important;
        } */
         .about-right{
            margin-left: 0px !important;
         }
         .nnn{
            margin-top: 30px !important;
         }
         .logo21{
            margin-top: 0px !important;
         }
      }

      .rooms-bg1{
        background: url('image/550548183.jpg') rgba(0, 0, 0, 0.712);
        background-attachment: fixed;
        background-position:bottom ;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 40vh;
        position: relative;
      
      
      }
      .bg01{
        text-align: center;
        font-family: "Forum", serif;
        font-weight: 500;
         font-size: 40px;
        
         padding-top: 100px;
         text-shadow: 1px 1px 1px #ffffff;
        letter-spacing: 2px;
         
          }
          @media(max-width:990px){
        
            .bg01{
               font-size: 35px !important;
               padding-top: 130px !important;
            }
            .m{
                display: none !important;
            }
         
       }
         .golden3{
            font-family: "Forum", serif;
         }
          .about-bg1{
            background: url('image/551868435.jpg') rgba(0, 0, 0, 0.568);
            background-attachment: fixed;
            background-position: bottom;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height: 40vh;
            position: relative;
          
          }
          .gallery-bg1{
            background: url('image/550548172.jpg') rgba(0, 0, 0, 0.568);
            background-attachment: fixed;
            background-position: bottom;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height: 40vh;
            position: relative;
          
           
          }
      
          .contact-bg1{
            background: url('image/550547947.jpg') rgba(0, 0, 0, 0.568);
            background-attachment: fixed;
            background-position: bottom;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height: 40vh;
            position: relative;
          
           
          }
          .contact-bg{
            background: url('image/white.jpg');
            background-size: 80%;
            background-position:right;
            background-repeat: no-repeat;
            background-blend-mode: multiply;
            border-left: 1px solid #B78932; 
            padding-top: 70px;
            padding-bottom: 70px;
    
          }
          .info-box{
            width: 400px;
            text-align: center;
           padding-top: 20px;
           padding-bottom: 20px;
            background: white;
            position: relative;
            margin-top: -20px;
            z-index: 10;
            margin-left: 100px;
            color: #B78932;
          }
          .image2{
            position: relative;
            margin-top: -20px;
          }
          
          .about-text{
            margin-left: 100px;
          }
    
    .contact-bg h3{
        font-family: "Forum", serif;
    }