
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Sedan+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&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;
}
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: 600;
    z-index: 1000;
    width: 100%;

    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: 'Cormorant Garamond', 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: #D2B392;
    border: 1px solid #252525;
    transform: scale(1.02);
    color: rgb(0, 0, 0);
  }

#bottone5 {
  align-items: center;
  background-color: #03658C;
  border: 1px solid #03658C;
 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: 'Gilda Display', serif;
  font-size: 16px;
  font-weight: 600;
  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: #03658C;
  box-shadow: #03658C 0 4px 12px;
  color: #ffffff;
 }
 
 #bottone5:hover {
  transform: translateY(-1px);
 }
 
 #bottone5:active {
  background-color: #F0F0F1;
  border-color: #03658C;
  box-shadow: #03658C 0 2px 4px;
  color: #03658C;
  transform: translateY(0);
 }


 #bottone6
  {
  align-items: center;
  background-color: #8B5E47;
  border: 1px solid #8B5E47;
 
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  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;
 }
 
 #bottone6:hover,
 #bottone6:focus {
  border-color: #03658C;
  box-shadow: #03658C 0 4px 12px;
  color: #ffffff;
 }
 
 #bottone6:hover {
  transform: translateY(-1px);
 }
 
 #bottone6:active {
  background-color: #F0F0F1;
  border-color: #03658C;
  box-shadow: #03658C 0 2px 4px;
  color: #03658C;
  transform: translateY(0);
 }

 
  /* 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, #000000c5, #000000ab), url('image/364315461.jpg') center/cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Gilda Display', serif;
  }
  
  .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;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  }

    /* BANNER AREA START */
    .banner {
        position: relative;
      }
      
    
      .carousel-item img {
        filter: brightness(60%);

    }
    
      .banner .carousel-control {
        opacity: 1;
      }
      .carousel-item  {
        height: 70vh !important;
      }
      .banner .item img {
        height: 70vh !important;
       
      }
      
      .banner .max-area{
        max-width: 500px;
      }
      
      .banner .text-r{
        text-align: right;
      }
      
      .banner .text-l{
        text-align: left;
      }
      
      .banner .max-area2{
        max-width: 700px;
        margin: 0 auto;
      }
      
      .banner .text-r .max-area2{
        margin:0 0 0 auto;
      }
      
      .banner .text-l .max-area2{
        margin:0 0 auto 0;
      }
      
      .banner .banner-test-info{
        text-align: left;
        max-width: 550px;
      }
      
      .banner .banner-slider-inner {
        top: 0%;
        display: inline-block;
        text-shadow: none;
        right: 0%;
        left: 0%;
        padding: 0;
        bottom: 0%;
        background-color: rgb(0 0 0 / 21%);
        display: flex !important;
      }
      
      .banner h1 {
     
        font-family: "Forum", serif;
        color: #ffffff;
        font-weight: 500;
        margin: 0 0 20px;
        font-size: 70px;
       
        letter-spacing: 3px;
      }
      .text9{
        font-family: "Forum", serif;
        letter-spacing: 2px ;
        font-weight: 400;
      }
      @media (max-width: 991px) {
    .banner h1{
        font-size:45px !important;
    }

  
    }
    
    .text99{
        font-family: "Forum", serif;
        font-weight: 500;
        font-size: 45px;
     }
      
      .banner h2 {
        color: #fff;
        margin: 0 0 20px;
        font-weight: 700;
        font-size: 50px;
      }
      
      .banner .btn-md {
        cursor: pointer;
        padding: 15px 30px 13px;
      }
      
      
      .banner .item {
        height: 100vh;
      }
      
      .banner p {
        margin-bottom: 30px;
        color: #fff;
        line-height: 1.6;
        font-size: 18px;
        font-weight: 400;
        opacity: 0.9;
        font-family: 'Mulish', sans-serif;
      }
      
      .banner .carousel-control-next {
        width: 65px;
        height: 65px;
        line-height: 65px;
        z-index: 100;
        background: #15151530;
        top: 45%;
        margin: 10px;
        color: #fff;
        opacity: 1;
        border-radius: 100px;
      }
      
      .banner .carousel-control-prev {
        width: 65px;
        height: 65px;
        line-height: 65px;
        z-index: 100;
        background: #15151530;
        top: 45%;
        margin: 10px;
        color: #fff;
        opacity: 1;
        border-radius: 100px;
      }
      
      .banner .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 1.4rem;
        height: 1.4rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
      }
      
      /* Banner 2 start*/
      #banner-2 .bti-section{
        margin-top: 100px;
      }
      
      #banner-2 .banner-test-info .btn-5 {
        color: #fff;
        border: 2px solid #fff;
      }
    
    
    /* ---------- */

    .Slogan .bg{
        background: url('imgg/13.jpg')rgba(0, 0, 0, 0.575);
        background-attachment: fixed;
        background-position: center 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 350px;
    }


    .Slogan1 .bg{
        background: url('imgg/42.jpg')rgba(0, 0, 0, 0.575);
        background-attachment: fixed;
        background-position: center 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 400px;
    }
    .font05{
        font-family: "Forum", serif;
        font-weight: 500;
        font-size: 50px;
        padding-top: 150px; 
    }

    .room-block-one{
        position: relative;
        z-index: 2;
    }
    .room-block-one .inner-box{
        position: relative;
        display: block;
        transition: all 200ms ease;
        overflow: hidden;
    }
    .room-block-one:hover .inner-box{
        box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.15);
    }
    .room-block-one .image-box{
        position: relative;
        display: block;
        background: #171b27;
    }
    .room-block-one.height-one .image-box{
        height: 520px;
    }
    .room-block-one.height-two .image-box{
        height: 854px;
    }
    .room-block-one .image-box img{
        display: none;
        width: 100%;
        opacity: 0.80;
    }
    .room-block-one .image-box .image-layer{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        opacity: 0.80;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .room-block-one:hover .image-box .image-layer{
        opacity: 0.50;
    }
    .rooms-section-one .row{
        margin: 0px -7px;
    }
    .rooms-section-one .column{
        padding: 0px 7px;
    }
    .rooms-section-one .room-block-one{
        margin-bottom: 14px;
    }
    .room-block-one .cap-box{
        position: absolute;
        left: 30px;
        bottom: 30px;
        right: 30px;
        max-width: 350px;
        opacity: 1;
        -webkit-transition: all 500ms ease 200ms;
        -moz-transition: all 500ms ease 200ms;
        -ms-transition: all 500ms ease 200ms;
        -o-transition: all 500ms ease 200ms;
        transition: all 500ms ease 200ms;
    }
    .room-block-one:hover .cap-box{
        opacity: 0;
        -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
        transform: translateY(200px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .room-block-one .cap-box .cap-inner{
        position: relative;
        display: block;
        padding: 18px 20px 18px 40px;
        background: rgba(255, 255, 255, 0.8);
        top: -349px;
    }
    .room-block-one .cap-box .cap-inner:before{
        content: '';
        position: absolute;
        right: 0;
        top: -15px;
        border: 8px solid transparent;
        border-bottom: 8px solid #ffffff;
        border-right: 8px solid #ffffff;
    }
    .room-block-one .cap-box .price{
        position: relative;
        display: block;
        line-height: 24px;
        color: #8e949f;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Forum", serif;
        letter-spacing: 2px;
    }
    .room-block-one .cap-box .price span{
        color: #1b1c1e;
    }
    .room-block-one .cap-box h5{
        position: relative;
        display: block;
        margin: 0;
        font-family: "Forum", serif;
    }
    .room-block-one .hover-box{
        position: absolute;
        left: 30px;
        bottom: 30px;
        right: 30px;
        max-width: 350px;
        opacity: 0;
        -webkit-transform: translateY(-102%);
        -ms-transform: translateY(-102%);
        transform: translateY(-102%);
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .room-block-one:hover .hover-box{
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: all 500ms ease 200ms;
        -moz-transition: all 500ms ease 200ms;
        -ms-transition: all 500ms ease 200ms;
        -o-transition: all 500ms ease 200ms;
        transition: all 500ms ease 200ms;
    }
    .room-block-one .hover-box .hover-inner{
        position: relative;
        display: block;
        padding: 35px 40px 40px 40px;
        background: rgba(255, 255, 255, 0.9);
        height: 100%;
    }
    .room-block-one .hover-box h4{
        position: relative;
        margin-bottom: 15px;
    }
    .room-block-one.height-three .hover-box h4,
    .room-block-one.height-four .hover-box h4{
        font-size: 22px;
    }
    .room-block-one .hover-box .pricing{
        position: relative;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .room-block-one .hover-box .pricing .price{
        position: relative;
        display: block;
        float: left;
        color: #000000;
        text-transform: uppercase;
        font-weight: 500;
    }
    .room-block-one .hover-box .pricing .price span{
        color: #000000;
    }
    .room-block-one .hover-box .pricing .rating{
        position: relative;
        display: block;
        float: right;
        color: #000000;
    }
    .room-block-one .hover-box .pricing .rating span{
        position: relative;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 1px;
    }
    .room-block-one .hover-box h5{
        position: relative;
        display: block;
        margin: 0 0 20px;
        font-family: "Forum", serif;
    }
    .room-block-one .hover-box .text{
        position: relative;
        display: block;
        color: #000000;
        font-size: 16px;
        line-height: 1.6em;
        margin: 0 0 30px;
    }
    .room-block-one .hover-box .link-box{
        position: relative;
        display: block;
    }
    
    
    .facilities{
        background: url('../image/pexels-mikhail-nilov-6707632-removebg-preview.png');
        background-color: #eaf9fcd2;
        background-repeat: no-repeat;
        background-size: 30%;
      
        padding-top: 70px;
        padding-bottom: 100px;
      }
      
      .facility-box{
        padding: 30px;
        text-align: center;
        justify-content: center;
      background: white;
        -webkit-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
      -moz-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
      box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
      }
      .facility-box h3{
        font-family: "Forum", serif;
      }
      .facilities h1{
        font-family: "Forum", serif;
        font-size: 45px;
      }

      /* Base Styles */
 .gallery-ig {
    padding: 34px 0 33px;
 
  }
  
  .gallery-ig {
    padding: 0 0 50px;
  }
  
  .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;
    }
  }
  
  /* 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;
    }
  }

  @media (max-width: 991px)
  {
    .about-section{
        padding-top: 50px !important;
    }
    .img1{
        display: none !important;
    }
    .font05{
        font-size: 35px !important;

    }
    .text99{
        font-size: 40px !important;
    }
    .facilities{
        padding-top: 0px !important;
    }
    .gallery-ig {
        margin-top: 0px;
        padding-top: 0px !important;
    }
    .butt{
        margin-top: -60px !important;
    }
.logo21{
    margin-top: 0px !important;
}
.galeri{
    font-size: 30px !important;
}
.testimonial-slide{
    padding: 0px !important;
}
.testimonials{
    padding-bottom: 0px !important;
}
  }








  .rooms-bg1{
    background: url('imgg/45.jpg') rgba(0, 0, 0, 0.452);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    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: 45px !important;
           padding-top: 130px !important;
        }
       

.about-restaurant .about-restaurant-main {
    display: block !important;
   
}
     
   }
   .restaurant-bg1{
    background: url('imgg/22.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: 50vh;
    position: relative;
  
  }
      .about-bg1{
        background: url('imgg/14.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: 50vh;
        position: relative;
      
      }
      .gallery-bg1{
        background: url('imgg/4.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: 50vh;
        position: relative;
      
       
      }

      .contact-bg1{
        background: url('imgg/1.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: 50vh;
        position: relative;
      
       
      }

      .room-box:hover{
        -webkit-box-shadow: 7px 7px 0px 0px #4b463e !important;
      -moz-box-shadow: 7px 7px  0px 0px #4b463e !important;
      box-shadow: 7px 7px  0px 0px #4b463e !important;
      transition: 0.3s ease;
      }
      
      .room-box:hover button{
      background: #4b463e !important;
      }
      .room-content{
        padding: 0px 30px 0px 30px;
      }

      .golden5{
        font-size: 25px;
        font-family: "Forum", serif;
        font-weight: 400;
        color: #222;
        position: relative;
    padding-top: 20px;
        line-height: 1.25em;
      }

      .golden4{
        font-size: 25px;
        font-family: "Cinzel", serif;
        font-weight: 400;
        color: #222;
        position: relative;
    
        line-height: 1.25em;
      }

      #contact-head h1{
        letter-spacing: 3px;
        font-weight: bold;
    }
    #contact-head p{
        font-weight: bold;
            font-family: 'Poppins', sans-serif;
            letter-spacing: 2px;
        color: #ffffff;
        
    }
    ::selection {
        color: rgb(255, 255, 255);
      }
      ::-webkit-scrollbar {
        width: 11px;
      }
      ::-webkit-scrollbar-thumb {
        background: #03658C;
      }
    #contacts{
        padding-top: 50px
        ;padding-bottom: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
        background-color: #03658C;
         border: 4px solid #ffffff;
    }
    
        .contacts h3{
    color:#ffffff;   
    font-family: "Forum", serif;
    font-weight: bold;
    letter-spacing: 2px;
    
    }
    
    .contacts h6{
        color:white;   
        font-family: "Forum", serif;
    
    }
    
    
    
    @media only screen and (max-width: 600px) {
        .contacts .col-lg-4 .contact-info{
    text-align: center;        }
       }
    
       @media only screen and (min-width: 600px) {
         .contacts .col-lg-4 .contact-info{
    display: flex;       }
        }
    
        @media only screen and (max-width: 300px) {
         #contact-head h1 {
    font-size: 30px;        }
       }

       .cover-bg{
        background: url('../imgg/77.jpg') rgba(0, 0, 0, 0.503);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
       
        background-blend-mode: multiply;
        padding-top: 70px;
        padding-bottom: 70px;
        color: rgb(0, 0, 0);
        text-align: center;
      }
      .testimonials{
        padding-top: 100px;
        padding-bottom: 100px;
      }
      
      .testimonial-slide{
        padding: 0px 100px 0px 100px;
      }
      
      
.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

   /*Index-About*/
   .about-restaurant {
    padding-top: 70px;
    padding-bottom: 70px;
}



.about-restaurant .about-restaurant-main {
    display: flex;
    justify-content: space-between;
}
.about-restaurant .about-restaurant-main .image {
    width: 420px;
    height: 570px;
    min-width: 420px;
}
.about-restaurant .about-restaurant-main .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-restaurant .about-restaurant-main .content {
    padding: 10px 40px 0;
}
.about-restaurant .about-restaurant-main .content .title {
    margin-bottom: 15px;
    font-size: 35px;
}
.about-restaurant .about-restaurant-main .content a {
    margin-top: 26px;
    letter-spacing: 1.8px;
}


p.subtitle {
    font-size: 15px;
    text-transform: uppercase;
    color: #e6c9a2;
    letter-spacing: 2.7px;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 18px;
}


 p.subtitle::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -76px;
    width: 63px;
    height: 1px;
    background: #000000;
}

 .subtitle {
    margin-bottom: 25px;
    letter-spacing: 1.7px;
    color: #000000;
}
 .subtitle {
    color: #0e1927;
    margin-bottom: 21px;
}
.subtitle {
    margin-bottom: 20px;
    color: #0e1927;
    display: block;
    text-align: center;
    margin-bottom: 20px !important;
}

 .subtitle::before,
.subtitle::before,
.subtitle::before,
 .subtitle::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -76px;
    width: 63px;
    height: 1px;
    background: #e6c9a2;
}

 .subtitle {
    font-size: 15px;
    text-transform: uppercase;
    color: #0e1927;
    letter-spacing: 2.7px;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 18px;
}

.golden3{
    font-family: "Forum", serif;
}

/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
  }
  .menu{
    background: url('imgg/23.jpg') rgba(0, 0, 0, 0.788);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
   padding-top: 100px;
   padding-bottom: 100px;
    position: relative;
  margin-bottom: 100px;
  padding-right: 40px;
   
  }
   
  .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;
  }
