@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pattaya&family=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
   
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }

  html,
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden !important;
}
section {
  padding: 3.111rem 0;
}
@media (max-width:991px) {
  section {
    padding: 1.175rem 0;
  }
}
::selection {
  color: rgb(37, 170, 225);
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-thumb {
  background: #14241E;
}
a {
  color: inherit;
  text-decoration: none !important;
}
.flex {
  display: flex;
}
.gold-head {
  color: rgb(37, 170, 225);
  font-family: Cinzel!important;
}

.container .link-btn,
.link-btn {
  position: relative;
    display: inline-block;
    overflow: hidden;
 
    background: #E3E3E3;
    border-radius: 0;
    cursor: pointer;
    padding: 17px 33px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align: center;
    z-index: 1;
  
    transition: .5s;

  font-family: 'Barlow', sans-serif;
} 
 .link-btn:hover {
  background-color: rgb(37, 170, 225);
    color: #fff;
transition: all 0.3s ease;
  } 
.link-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #a26c57;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}


.navbar-brand img {
    width: 130px;
  }
  .navbar {
    align-items: center !important;
  }
  .royalnavbar{
    margin-top: 50px;
    padding: 10px;
  }
  .navbar .navbar-nav .nav-link {
    color:#222222;
    font-size: 1.1em;
    padding: 0.8em 1em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: rgb(37, 170, 225) !important;
  }
  .nav-link:hover{
    color: rgb(37, 170, 225) !important;
  }
  .navbar li a.active {
    color: rgb(37, 170, 225) !important;
    transform: scale(1.05);
    border-bottom: 1px rgb(37, 170, 225) solid !important;
 background-color: transparent;
  }
  @media screen and (min-width: 768px) {
    .navbar-brand img {
      width: 120px;
    }
    .navbar-brand {
      margin-right: 0;
      padding: 0 1em;
    }
  }
  
/*  HEADER */

.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color:#000000;
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:#636363;
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:#000000;
      }
    }

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
  margin: 0 auto;

}

.nav-item.active-link a {

  color: #000000;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#000000;

}

.nav-item:hover .underline {
  background-color:#000000;
  width: 100%;

}

.nav-item:hover a {

  color:  #000000;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#385EAB;

}

::selection {
  background-color: #385EAB;
  color:#385EAB;
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
  background-color: #f5f5f5;

}


@media only screen and (max-width: 1000px) {
  .navbar {
      background-color: #f7f7f7;
      transition: background-color 0.3s ease-in-out;
  
  }
}

.navbar-toggler{
  border-color: #ffffff !important;
  background-color:#ffffff #ffffff !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#ffffff!important;
  background-color: #ffffff; 
  color: transparent !important;


}

@media screen and (width: 1024px) {
  .navbar-nav {
      font-size: 16px;
  }
}
/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button {
  background:#25AAE1;
  border: 0;
  border-radius: 0px !important;
  color:rgb(255, 255, 255) !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #ffffff;

}

#button::before,
#button::after {
    
  background:#385EAB !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #ffffff !important;
  transform: scale(1);
  border: 2px solid #ffffff;

}


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0;

  }

  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
  }



  
  .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;
  }


    /* BANNER AREA START */
.banner {
    position: relative;
  }
  

  .carousel-item img {
    filter: brightness(60%);
}

  .banner .carousel-control {
    opacity: 1;
  }
  .carousel-item  {
    height: 80vh !important;
  }
  .banner .item img {
    height: 80vh !important;
   
  }
  
  .banner .max-area{
    max-width: 600px;
  }
  
  .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 {
    text-shadow: 2px 1px 1px #25AAE1;
    font-family: "Cinzel", serif;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 70px;
   
    letter-spacing: 3px;
  }
  @media (max-width: 991px) {
.banner h1{
    font-size:45px !important;
}
.marquee{
  display: none;
}
.location-box{
  display: none;
}
.overlay-anim 
{
  display: none;
}
.banner p{
    font-size:15px !important;
}
.imag{
    display: none;
}
.font1{
    font-size:35px !important;
}
.font05{
    font-size:28px !important;
}
.acc05{
    font-size: 30px !important;
}
.acc6{
    font-size: 17px !important;
}
.txt7{
    color: #000000 !important;
}
}


  
  .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;
  }


/* ---------- */

          /** about-section **/
          .parallax_wrapper {
            position: relative;
            margin-bottom: 25px;
          }img.rounded-img {
            border-radius: 10px;
          }.parallax_wrapper .img_over {
            left: -25%;
            bottom: 15%;
            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);
          }
          .parallax_wrapper .img_over1 img {
            width: 50%;
            height: auto;
          }
          .parallax_wrapper .img_over1 {
            left: -25%;
            bottom: 20%;
            position: absolute;
            z-index: 99;
          }
        
        .about3{
            font-family: "Orelega One", serif;
            font-weight: 600;
            font-size: 45px;
            text-shadow: 3px 2px 2px #797979;
        }
          
        .Slogan .bg{
            background: url('photos restaurant/image00008.jpeg')rgba(0, 0, 0, 0.575);
           
            background-position: center 60%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height: 450px;
        }
        



        #rooms{position: relative;  background: #F8F8F8;}
.room-wrapper{position: relative;}
.room-inner{position: relative;}
.room{position: relative; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); margin-right: 50px; margin-bottom: 50px;}
.room figure{margin: 0; position: relative;}
.room figure img{position: relative; width: 100%;}
.room figure figcaption{position: absolute; left: 0; width: 100%; bottom: 10%; padding: 0 50px 0 50px; color: #fff; text-transform: uppercase; text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3); font-weight: 600; line-height: 1.3; letter-spacing: 1px;}
.room figure figcaption .ro01{font-size: 25px;   font-family: "Castoro", serif; font-weight: 700; color: #05328b;}
.room figure figcaption .txt2{font-size: 10px;}
.room .caption{padding: 30px 50px 30px 50px;}
.room .caption .ro01{font-size: 22px;  font-family: "Cinzel", serif;
  font-weight: 700;  color: #0b3485;}
.room .caption .txt2{font-size: 9px; color: #999; padding-bottom: 8px;}
.small-stars{display: inline-block; color: #FEB200; padding-left: 10px;}
.room .caption .txt3{font-size: 18px; color: #000000; padding-bottom: 15px; font-family: "Cooper Hewitt";}

.room .caption .txt4 a{text-decoration: underline; display: inline-block; position: relative; font-size: 12px; color: #25AAE1; font-weight: 600;
transition: all 0.3s ease-out;
}
.room .caption .txt4 a:hover{color: #385EAB;}
.room .caption .txt4 a i{font-size: 16px; padding-left: 18px; vertical-align: middle;}
.room .select-txt{position: relative;}
.room .select-txt a{display: block; text-decoration: underline; padding: 15px 60px 15px 50px; background: #25AAE1; color: #fff; font-size: 16px;
transition: all 0.3s ease-out;
}
.room .select-txt a:hover{background: #385EAB;}
.room .select-txt a span{display: inline-block; position: relative; padding-right: 30px;}
.room .select-txt a i{position: absolute; top: 6px; right: 0;
transition: all 0.3s ease-out;
}
.room .select-txt a:hover i{margin-right: -10px;}
.room .room-icons{position: absolute; width: 90px; background: #fff;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); position: absolute; right: -60px; bottom: 0; text-align: center;}
.room-ic{position: relative; text-align: center; border-bottom: 1px solid #DCDCDC; text-transform: uppercase; color: #999999; font-size: 9px; line-height: 1.2; padding: 17px 2px;}
.room-ic i{color: #555555; padding-bottom: 5px;}
.room-ic.room-ic-wifi i{font-size: 25px;}
.room-ic.room-ic-person i{font-size: 18px;}
.room-ic.room-ic-breakfast i{font-size: 25px;}
.room-ic.room-ic-left .txt0{font-size: 30px; font-family: "Oswald", sans-serif; font-weight: 700; color: #555555;}
.room-ic.room-ic-refund i{font-size: 20px;}
.room-ic.room-ic-discount .txt0{font-size: 30px; font-family: "Oswald", sans-serif; font-weight: 700; color: #555555;}
.room-ic.room-ic-discount .txt0 span{font-size: 14px;}
@media (max-width: 575.98px) {
  .room-wide-left{float: none; width: auto; padding-right: 0; margin-bottom: 15px;}
  .room-wide-right{float: none; width: auto; text-align: left;}
}
@media (max-width:991px) {
    .all-rooms {
        display: flex;
        flex-direction: column;
    }
    .room-info {
        order: 2;
        margin-top: 1px !important; /* Mund tÃ« shtoni ndonjÃ« margin shtesÃ« nÃ«se Ã«shtÃ« e nevojshme */
    }
    .col-lg-6 {
        width: 100%;
    }
    .gal1{
        font-size: 30px !important;
    }
}

.font1{
    font-size: 32px;
    font-family:"Cinzel", serif;
    font-weight: 700; 
 
    font-style: normal;
}



.room-bg1{
    background: url('image/362143091.jpg') rgba(0, 0, 0, 0.733);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  .gallery-bg1{
    background: url('image/576x728_img2.jpg') rgba(0, 0, 0, 0.692);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }
  .menu-bg1{
    background: url('image/362143792.jpg') rgba(0, 0, 0, 0.692);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #303030;
      max-width: 100%;
    }


  .about-bg1{
    background: url('image/362132825.jpg') rgba(0, 0, 0, 0.678);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  .menu-bg3{
    background: url('image/pexels-terje-sollie-273920.jpg') rgba(54, 50, 50, 0.589);
  
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
    background-color: #646363;
   
  
  }
  
  .contact-bg1{
    background: url('image/362133123.jpg') rgba(0, 0, 0, 0.603);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  


  .bg01{
    text-align: center;
    font-family: "Cinzel", serif;
  font-weight: 600;
     font-size: 55px;
    
     padding-top: 230px;
    
    
     
      }

    
      @media(max-width:990px){
    
        .bg01{
           font-size: 40px;
        }
        .font02{
            font-size: 15px;
         }
         .about02{
            font-size: 30px;
         }
         .font{
            font-size: 20px;
         }
       }



       .bg-images {
        background: rgba(0, 0, 0, 0.8);
        background-position: center;
        background-size: cover;
        height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
      }
      .gallary img {
        width: 270px;
      }
      .owl-carousel .owl-next,
      .owl-carousel .owl-prev {
        height: 50px;
        position: absolute;
        width: 50px;
        cursor: pointer;
        top: 35%;
        background: 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: #C1B086 !important;
      }
      .flex1 {
        display: flex;
        justify-content: space-between;
      }
    

      .facility-bg{
        background: url('image/576x728_img2.jpg')  rgba(20, 19, 19, 0.884) ;
        background-attachment: fixed;
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
      padding-top: 100px;
      padding-bottom: 100px;
      
      }
      .facility-box1{
        padding: 40px;
      
        background: rgba(0, 0, 0, 0.658);
      }
      

      /*testimonials*/

  .quote-background1
  {
      background: url(image/362133123.jpg) no-repeat rgb(0, 0, 0);
    
      background-size: cover;
      padding: 50px 0;
      
      background-position: center center;
      position: relative;
  }
  .testimonial-box{
    background: #d6f1fd;
    margin-top: 10px;
    color: #000000;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    padding: 30px;
    border: solid 2px #25AAE1;
  }
  section.quote-background{
    height: 400px;
    display: flex;
    justify-content: center;
    text-align: center;
  }


  /* - */
  .contact-page{
    margin-top: 100px;
  margin-bottom: 100px;
  }
  
  .contact-box{
    border: 1px solid rgba(131, 130, 130, 0.397);
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    font-family: "Lora", serif;
    box-shadow: 8px 8px 4px #353535; 

    
  }
  .contact-box:hover{
    transform: scale(1.02);
    color: #385EAB;
  }
  /* our story */
  .imag0{
    width: 90%;
  }
  
  .text9{
    font-size:17px;
    font-family: "IBM Plex Serif", serif;
    color: #000000;
    
  }
  .text10{
    font-size:26px;
    font-family: "Cinzel", serif;
    color: #000000;
    font-weight: 600;
  }

  .Slogan1 .bg{
    background: url('photos restaurant/4506eda6-1316-4320-8728-58f64a156a02.jpg');
    /* background-attachment: fixed; */
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 450px;
    box-shadow: 8px 8px 4px #080808
}


.Slogan2 .bg{
  background: url('photos restaurant/image00040.jpeg')  rgba(20, 19, 19, 0.76) ;
  /* background-attachment: fixed; */
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 300px;
  box-shadow: 8px 8px 4px #080808
}
.Slogan3 .bg{
  background: url('photos restaurant/image00030 - Copy.jpeg')  rgba(20, 19, 19, 0.76) ;
  /* background-attachment: fixed; */
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 220px;
  box-shadow: 8px 8px 4px #080808
}


@media (max-width: 991px) {
  .Slogan3 .bg{
    height: auto !important;
  }
  .Slogan2 .bg{
    height: auto !important;
  }
  .Slogan .bg{
    height: auto !important;
  }
  .font05{
    font-size: 20px !important;
    margin-bottom: 90px;
  }
  .text10{
    font-size: 25px !important;
  }
  .text9{
    font-size: 15px !important;
  }
  .font05{
  padding-top: 150px !important;
  } 
  .text10{
    margin-top:0px !important ;
  }
  .today{
    padding-top: 20px !important;
    font-size: 18px !important;
  }
  }


  /*  */

  .about-left-bottom-box{
    border-left: 3px solid #25AAE1;
    padding-left: 20px;
}
.location-box{
    background-color: #25AAE1;
    width: 30%;
    border: 4px solid #ffffff;
    text-align: center;
    padding: 2%;
    border-radius: 50%;
    margin-top: -220px;
    margin-left: -80px;
    position: relative;
    z-index: 100;
    border-style: double;
}
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100px;
  overflow: hidden;
  font-size: 120px;
  font-weight: bold;
  margin-top: -60px
}
.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 140s linear infinite
}
.marquee .content {
  opacity: 0.05;
  line-height: 1.2
}
@keyframes marquee {
  from {
      transform: translateX(0)
  }
  to {
      transform: translateX(-30%)
  }
}


.box_facilities {
  padding: 0 25px 25px 25px;
  border-width: 2px;
  text-align: center;
  border-style: solid;
  border-right: 0;
  border-image: linear-gradient(to bottom, #25AAE1, transparent) 1 60%
}
@media (max-width: 1199px) {
  .box_facilities {
      border-width:0
  }
}
.box_facilities h3 {
  font-size: 21px;
  font-size: 1.3125rem
}
@media (max-width: 767px) {
  .box_facilities h3 {
      font-size:18px;
      font-size: 1.125rem
  }
}
.box_facilities.no-border {
  border-width: 0
}
.box_facilities.white {
  border-image: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent) 1 60%
}
.box_facilities.white h3 {
  color: #fff
}
@media (max-width: 767px) {
  .box_facilities.white {
      padding:0;
      margin-bottom: 25px
  }
}


.social-box:hover{
  background-color: #0F75BC;
  transition-duration: 0.5s;
}