
@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=Forum&family=Grey+Qo&family=Jost:ital,wght@0,100..900;1,100..900&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: 'Barlow', sans-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: "Roboto", sans-serif;
      text-transform: uppercase;

      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: #E0AA75;
    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.753), #000000af), url('image/Screenshot 2024-08-26 094436.jpg') bottom / 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;
    }
  }
/* ---------------------------------------------- */


.parallax_wrapper {
    position: relative;
    margin-bottom: 25px;
  }img.rounded-img {
    border-radius: 10px;
  }.parallax_wrapper .img_over {
    left: -25%;
    bottom: 10%;
    position: absolute;
    z-index: 99;
  }.parallax_wrapper .img_over img {
    border: 4px 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);
  }
  .carousel-caption {
      top: 30%;
  }
  
  .c-item {
      height:720px;
      
  }
  
  .c-img {
      height: 100%;
      object-fit: cover;
      filter: brightness(48%);
  }
  
  
  
    @media screen and (max-width: 300px) {
      .carousel-caption h1 {
        font-size: 30px;
      }
    }
    @media screen and (max-width: 767px) {
      .c-item {
       height: 600px;
      }
      .aboutus{
        padding-top: 90px !important;
      }
    }
  
      
      .cover-bg{
      background-image: url('img/REST1.jpg') !important;
     background-attachment: fixed;
          background-position:bottom;
          background-size: cover;
          background-repeat: no-repeat;
          position: relative;
  
          
      }
      .section-title h1{
          text-align: center;
          font-size: 35px;
          /* padding-top:14%; */
          letter-spacing: 10px;
          color: #e8e8e8;
          letter-spacing: 3px;
          font-family: 'Forum', serif;
        font-weight: 400;
        font-style: normal;
        }
        .section-title p{
          text-align: center;
        
          padding-top:1%;
      
          color: #e8e8e8;
          letter-spacing: 1px;
          font-family: "Jost", sans-serif;
        font-weight: 400;
        font-style: normal;
        }
        @media(max-width: 990px){
        
        .section-background, .section-background1, .section-background2 {
           height: 500px;
        }
        .section-title h1{
       
           font-size: 40px !important;
        }
        }
  
         @media(max-width:767px )
  
         {
          .cover-bg h1 {
              font-size: 20px !important;
          }
         }

         .carousel-control-prev, .carousel-control-next {
            width: 3rem;
            height: 3rem;
            background-color: #000000;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
        }

        
/*---=================================
   <!--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
}

.hhh{
    font-family: "Satisfy", cursive;
    font-size: 35px;
    color: #424242;
    text-align: center;
    padding-bottom: 20px;
}
.section-title h2 {
    font-size:40px;
    font-family: "Forum", serif;
}
.font1{
    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;
}
.about-right-desc p.style{
    text-align: center;

    letter-spacing: 2px;
    color: #141414;
    letter-spacing: 1px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.single-about-thumb img {
    width: 100%;
}

.about-right {
    margin-left: 65px;
    margin-top: 21px;
}

.ppp{
    font-family: "Satisfy", cursive;
}


.img0{

    box-shadow: -86px -84px 0px -68px #E0AA75;
     }
     .img1{

        box-shadow: 65px 65px 0px -48px #E0AA75;
        /* margin-top: 50px; */
         }

         .Slogan{
            background: url('image/Screenshot 2024-08-26 093517.jpg')rgba(0, 0, 0, 0.534);
            background-attachment: fixed;
            background-position: center 60%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height: 350px;
        }
        

        .faciliteies h5{
            font-family: "PT Sans Narrow", sans-serif;
        }
        .font01{
            font-size:35px;
            font-family: "Forum", serif;
        } 


        .apartments h1{
            font-family: "Forum", serif;
            color: #ffffff;
            padding: 8px;
        }
        .apartments p{
            font-family: "Forum", serif;
            color: #ffffff;
        }
        .apartments h5{
            font-family: "Forum", serif;
            color: #ffffff;
            padding: 8px;
        }
        
        .facilities-section h1{
            font-family: "Forum", serif;
            font-size: 45px;
        }
        .customers h5{
            font-family: "Forum", serif;
        
        }
        .apartments {
            background: url('image/571638670.jpg')rgba(0, 0, 0, 0.658);
           
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
          
            position: relative;
        
        }
        .card1{
            color: #ffffff;
            font-family: "Forum", serif;
        }

  /* testimin */


  .testimonials{

    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
/* padding-bottom: 50px; */
  }
  
  
  .testimonials-section{
    background: #2F4137;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .testim {
    width: 100%;
    position:relative;
    top: 0%;
  color: #000000;
  }
  
  .testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
  }
  
  .testim .arrow {
    display: block;
    position: absolute;
    color: #865d34;
    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(0, 0, 0);
  }
    
  
  .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 #865d34;
    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: #865d34;
    border-color: #865d34;
  }
  
  .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: #865d34;
    font-size: 1em;
    margin: 15px 0;
  }
  
  .testim .cont div p {
    font-size: 1.15em;
    color: #000000;
    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 #865d34;        
        box-shadow: 0px 0px 10px 5px #865d34;        
    }
  
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #865d34;        
        box-shadow: 0px 0px 0px 0px #865d34;        
    }
  }
  
  @-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 #865d34;        
        box-shadow: 0px 0px 10px 5px #865d34;        
    }
  
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #865d34;        
        box-shadow: 0px 0px 0px 0px #865d34;        
    }
  }
  
  @-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 #865d34;        
        box-shadow: 0px 0px 10px 5px #865d34;        
    }
  
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #865d34;        
        box-shadow: 0px 0px 0px 0px #865d34;        
    }
  }
  
  @-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 #865d34;        
        box-shadow: 0px 0px 10px 5px #865d34;        
    }
  
    100% {
        -o-box-shadow: 0px 0px 0px 0px #865d34;        
        box-shadow: 0px 0px 0px 0px #865d34;        
    }
  }
  
  @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 #865d34;        
    }
  
    100% {
        box-shadow: 0px 0px 0px 0px #865d34;        
    }
  }
  
  @-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;
  }
  
  }


  
  .gallery-ig-main {
    display: flex;
    justify-content: space-between;
  }
  
  .gallery-ig-main .col-img:first-child,
  .gallery-ig-main .col-img:last-child {
    max-width: 360px;
  }
  
  .gallery-ig-main .col-img .ig-box {
    position: relative;
    height: 612px;
  }
  
  .gallery-ig-main .col-img .ig-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-ig-main .col-img .ig-box .content {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  
  .gallery-ig-main .col-img .ig-box:hover .content {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  .gallery-ig-main .col-img:nth-child(2) {
    margin: 0 15px;
  }
  
  .gallery-ig-main .col-img .top {
    display: flex;
  }
  
  .gallery-ig-main .col-img .top .ig-box {
    margin: 0 15px 28px;
    height: 292px;
  }
  
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 15px 0;
    height: 292px;
  }
  
    .tf-button {
      position: relative;
      font-family: Arial, sans-serif;
      padding:30px !important;
  
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1.9px;
      line-height: 50px;
      text-transform: uppercase;
      background-size: 300%;
      transition: all 0.3s ease;
      border: 1px solid  hwb(40 0% 99%) 50% !important;
  }
  
  .tf-button::before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      height: 1px;
      width: 100%;
      background: #2ecc71;
      transition: all 0.3s ease;
  }
  
  .tf-button:hover::before {
      transform: translateY(-10px) !important;
  }
  
  
  
  .tf-button.style3 {
      background-image: linear-gradient(160deg, transparent 50%, hwb(30 20% 9%) 50%);
      border: 1px solid  hwb(30 20% 9%) 50%;
      color:  hwb(30 20% 9%) 50%;
      font-weight: 500;
      letter-spacing: 2px;
      padding: 0px 31px 0px 33px;
      line-height: 46px;
  }
  
  .tf-button.style3::before {
      background: #f4f4f4;
      bottom: -11px;
  }
  
  .tf-button.style3:hover {
      color:  hwb(30 20% 9%) 50%;
      background-position: 95%;
  }
  
  h1 ,h2 ,h3{
    font-family: "Cinzele,serif";
  }
  /* For screens smaller than 768px */
  @media (max-width: 768px) {
    
  
    .gallery-ig h1 {
      font-size: 24px;
      text-align: center;
    }
  
    .gallery-ig-main {
      flex-direction: column;
      align-items: center;
    }
  
    .gallery-ig-main .col-img {
      max-width: 100%;
      margin-bottom: 20px;
    }
  
    .gallery-ig-main .col-img .top,
    .gallery-ig-main .col-img .bottom {
      flex-direction: column;
    }
  
    .gallery-ig-main .col-img .ig-box {
      height: auto;
    }
  
    .gallery-ig-main .col-img .top .ig-box,
    .gallery-ig-main .col-img .bottom .ig-box {
      margin: 0 0 15px;
      height: auto;
    }
  
    .tf-button {
      width: 100%;
      padding: 15px;
      text-align: center;
    }
  }
  
  /* For screens smaller than 480px */
  @media (max-width: 480px) {
    .gallery-ig h1 {
      font-size: 23px;
      margin-bottom: 15px;
    }
    
  
    .tf-button {
      font-size: 12px;
      padding: 10px;
      line-height: 40px;
    }
  
    .tf-button.style3 {
      padding: 10px 20px;
      line-height: 40px;
    }
  }

  .text99 {
    font-family: "Forum", serif;
    font-size: 40px;
  }

  @media screen and (max-width: 991px) {
    .ggg{
        margin-top: -15% !important;
     }
     .gallery-ig-main{
        margin-top: -20px !important;
     }
     .gallery-ig{
        padding-bottom: 0px !important;
     }
  }


  @media screen and (max-width: 991px) {

    .section-title h2{
        font-size: 30px !important;
    }

    .section-title p.style{
        margin-left: 40px !important;
    }
    .img0 {
        box-shadow: -36px -51px 0px -68px #865d34;
        width: 100% !important;
       
    }
    .img1{
        display: none !important;
    }
    .about-right-desc p.style{
        margin-left: -70px !important;
    }
    .bbb{
        margin-left: 70px !important;
    }
    .ppp{
        margin-left: -50px !important;
    }
    .iimg{
        margin-left: -30px  !important;
    }
    .about-area{
        padding-bottom: 60px !important;
    }
    .faciliteies{
        margin-top: 30px !important;
    }
    .font03{
        margin-left: -30px !important;
    }
    .imgbb{
        display: none !important;
    }
    .font03{
        margin-top: -50px !important;
    }
    .item{
        margin-bottom: 20px !important;
    }
    
    .apartments{
        margin-bottom: 40px !important;
    }
    .logo21{
        margin-top: 0px !important;
    }
    .img22{
        display: none !important;
    }
    .ssl{
        margin-top: -280px !important ;
    }
    .item-1{
        display: none !important;
    }
    .mttt{
        margin-top: 40px !important;
    }


    .main{
        font-size: 32px !important;
    }
    
    

  }


  .rooms-bg1{
    background: url('image/571638660.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: 45px;
    
     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;
        }
       
     
   }
     
    
   .restaurant-bg1{
    background: url('image/rs6.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;
  
  }
      .about-bg1{
        background: url('image/Screenshot 2024-08-26 093953.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/Screenshot 2024-08-26 095310.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/Screenshot 2024-08-26 093517.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;
      
       
      }
.title{
    font-family: "Forum", serif;
   
     font-size: 45px;
}

.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;
}
.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;

  }


    /* wg-about-slider */
.wg-about-slider {
    padding-top: 146px;
    position: relative;
  }
  
  .snare-half > img {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .snare-half > img.item-2 {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
  }
  
  
  .wg-about-slider .top-content {
    text-align: center;
    margin-bottom: 53px;
  }
  
  .wg-about-slider .top-content .sub {
    font-size: 27px;
    margin-bottom: 21px;
  }
  
  .wg-about-slider .top-content .main {
    line-height: 50px;
    letter-spacing: 4px;
  }
  
  .wg-about-slider .top-content p {
    max-width: 920px;
    margin: auto;
    margin-bottom: 27px;
  }
  
  .wg-about-slider .top-content > a {
    margin: auto;
    margin-top: 42px;
  }
  
  .wg-about-slider .swiper-button-next {
    top: 51% !important;
    right: 48px;
  }
  
  .wg-about-slider .swiper-button-prev {
    top: 51% !important;
    left: 48px;
  }
  
  .wg-about-slider .swiper-container img {
    object-fit: cover;
    width: 100%;
  }
  .heading-section .sub {
    color: #7E4733;
    font-family: 'CormorantInfant';
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
  }
  
  .heading-section .main {
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;

    letter-spacing: 2.3px;
    margin-top: 11px;
    margin-bottom: 25px;
    font-family: "Forum", serif;
  }

  .themesflat-container{
    margin-top: -80px;
  }
  .top-content p{
    font-family: "Jost", sans-serif;
font-size: 18px;
letter-spacing: 1px;
  }

  
  .Slogan1 .bg{
    background: url('image/rs6.jpg')rgba(0, 0, 0, 0.582);
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:300px;
  }
  .flex1 {
    display: flex;
    justify-content: space-between;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    color: #ffffff;
}.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: gray; /* Ngjyra e zakonshme */
    border-radius: 50%;
    transition: background-color 0.3s;
}

.owl-dot.active span {
    background-color: #E0AA75; /* Ngjyra kur Ã«shtÃ« aktive */
}

.footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #ffffff;
  }



  
  .themenu
  {
    width: 100%;
    background: #FFFFFF;
  }
  .themenu_title_bar_container
  {
    width: 100%;
    background: #282828;
    padding-left: 23px;
    padding-top: 22px;
    padding-bottom: 24px;
    padding-right: 22px;
  }
  .themenu_title_bar
  {
    width: 100%;
    height: 103px;
    border: solid 2px #ffffff88;
  }
  .themenu_title
  {
    font-size: 48px;
    color: #FFFFFF;
    margin-top: 14px;
    font-family: "Forum", serif;
  }

  .themenu_col
{
width: 100%;
padding-left: 33px;
padding-top: 39px;
padding-right: 28px;
padding-bottom: 44px;
border: solid 1px #7E4733;
}
.themenu_row
{
margin-top: 70px;
padding-bottom: 50px;
}
.themenu_col_title
{
display: inline-block;

padding-left: 11px;
padding-right: 16px;
border: solid 2px #7E4733;
font-size: 20px;
line-height: 40px;
color: #7E4733;

}
.dish_list
{
margin-top: 44px;
}
.dish:not(:last-child)
{
margin-bottom: 25px;
}
.dish_title,
.dish_price
{
font-size: 18px;
color: #232323;
}
.dish_price
{
margin-left: auto;
}
.dish_contents
{
margin-top: 3px;
}
.dish_contents ul li
{
font-size: 14px;
color: #636363;
}
.dish_contents ul li:not(:last-child)::after
{
display: inline-block;
content: '/';
margin-left: 12px;
margin-right: 28px;
font-size: 14px;
color: #636363;
}
.dish_order
{
margin-top: 10px;
}
.dish_order a
{
position: relative;
font-size: 18px;
color: #7E4733;
}
.dish_order a::after
{
display: block;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: #7E4733;
content: '';
visibility: hidden;
opacity: 0;
}
.dish_order a:hover::after
{
visibility: visible;
opacity: 1;
}

.heading-section {
position: relative; }
.heading-section .subheading {
position: absolute;
top: -45px;
left: 0;
right: 0;
font-weight: normal;
font-size: 100px;
display: block;
margin-bottom: 0;
color: rgba(0, 0, 0, 0.2);
color: #ffa323;
line-height: 1;
font-family: "Miss Fajardose", cursive;
margin-top: 0;
z-index: -1; }
.heading-section h2 {
font-size: 50px;
font-weight: 900; }
.heading-section.heading-section-white .subheading {
color: rgba(255, 255, 255, 0.7); }
.heading-section.heading-section-white h2 {
color: #fff; }
.heading-section.heading-section-white p {
color: rgba(255, 255, 255, 0.9); }

@media (min-width: 992px) {
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
}

.themenu_col {
width: 100%;
padding-left: 33px;
padding-top: 39px;
padding-right: 28px;
padding-bottom: 44px;
border: solid 1px #7e47334d;
}

@media (max-width: 768px) {
.box {
width: 100%;
padding-left: 20px;
padding-right: 20px;
margin-left: 0 !important;
right: 0;
margin-top: -50px !important;
}
.themenu_title_bar_container{
margin-top: 0px;
}
.font1{
font-size: 25px !important;
}
}

.aboout{
    font-family: "Forum", serif;
}

.animate-box p{
font-family: "Jost", sans-serif;

font-size: 17px;

}
