@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Urbanist:wght@100;200;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Zeyada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Zeyada&display=swap');

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

h1,h2,h4,h5{
    font-family: Playfair Display SC    !important;
    font-weight: 400!important;
}

p{
    font-family: 'Times New Roman', Times, serif;
    font-size: 19px;
}

.container{
    max-width: 1240px;
}


.button{
    background-color: black;
    padding: 14px 30px;
    border-radius: 0;
    color: white;
    border: 1px solid white;
}
.button:hover{
    background-color: white;
    border: 1px solid black;
    color: black;
}

.book-btn{
    background-color: black;
    padding: 12px 30px;
    border-radius: 0;
    color: white;
    
}

.book-btn:hover{
    background-color: #927935;
    color: rgb(255, 255, 255);
}

.navbar{
    background: radial-gradient(circle, rgba(3,57,108,1) 19%, rgba(3,59,111,1) 21%, rgba(0,91,150,1) 57%, rgba(179,205,224,1) 100%);
    box-shadow: none;
    padding: 15px 0;
}

.navbar-nav li {
    margin: 0 10px;
}



.navbar-nav.sec-nav li a{
    color: rgb(255, 255, 255)!important;
}

.navbar-nav li a{
    color: rgba(255, 255, 255, 0.815)!important;
    font-family: Playfair Display SC;
}

@media only screen and (max-width: 967px) {
    .main-nav {
        background-color: #ffffff;
    }
  }



#main-head{
    background: url('../img/harbour-head.jpg') rgba(43, 38, 27, 0.75);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
   
    
}

#head-bar{
    background-color: black;
    color: white;
    
}

.facility-box{
    border-right: 1px solid rgb(219, 219, 219);
}


#our-rooms{
    margin:  0;
    padding: 50px 0;
    background: url('../img/pexels-szelei-robert-543378-1482193.jpg')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 650px;
}



.card-wrapper{
    display: flex;
}

.slider{

    margin-bottom: 20px;
    position: relative;
}

.slider .owl-item.active.center .slider-card{
    transform: scale(1.15);
    opacity: 1;
    background: rgb(58, 36, 6);
background: linear-gradient(180deg, rgb(102, 75, 38) 0%, rgba(176,111,49,1) 100%, rgba(255,255,255,0.9416141456582633) 100%);
    color: white;
}

.slider-card{
    background-color: white;
    margin: 50px 15px 90px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px #915656;
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.4s;
}
.slider-card img{
    border-radius: 5px 5px 0px 0px;
}

.owl-nav .owl-next{
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px!important;
    z-index: 1;
}

.owl-nav .owl-prev{
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px!important;
    z-index: 1;
}



#home-gallery{
    margin: 100px 0;
}


.card {
    height: 250px;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-size: 40px;
    margin: 10px;
    flex: 300px 0 0;
    box-shadow: none;
  }
  .cards img {
      width: 100%;
      height: 200px;
      object-fit: cover;
  }
  .cards-wrapper {
    display: flex; 
    transition: ease 0.5s;
  }
  .display-area {
    width: 1250px;
  /*   border: 1px solid black; */
    overflow-x: hidden;
    margin: auto;
  }
  
  .dots-wrapper {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  
  .dot {
    border: none;
    background: rgba(0, 0, 0, 0.2);
    width: 5px;
    height: 5px;
    margin: 5px;
    border-radius: 20%;
    outline: none;
  }
  .dot:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .dot.active {
    background: rgba(0, 0, 0, 0.5);
  }


  #counter{
    background-color: black;
    padding: 40px 0;
  }

  .counter-box{
    border-right: 1px solid #927935a8;
  }

  #testimonials{
    margin: 40px 0;
    
  }



 .review{
    background: url('../img/quotes.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 20px 0;
 }   



 

 #footer{
    background: url('../img/pexels-szelei-robert-543378-1482193.jpg')rgba(0, 0, 0, 0.719);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
 }

 #room-head{
    background: radial-gradient(circle, rgba(3,57,108,1) 19%, rgba(3,59,111,1) 21%, rgba(0,91,150,1) 57%, rgba(179,205,224,1) 100%);
    padding: 200px 0;
 }



 .room-card{
    border: 1px solid rgb(223, 223, 223);
    border-radius: 0;
    height:auto!important;
 }


 .rooms-btn{
    background-color: transparent;
    box-shadow: none;
    border-bottom: 3px solid #8d6f43;
 }

 .rooms-btn:hover{
    background-color: transparent;
    box-shadow: none!important;
    border-bottom: 3px solid #c7955d;
    
 }

 .contact-box{
    border: 1px solid rgb(224, 224, 224);
    box-shadow: 10px 10px rgb(168, 168, 168);
 }
 /*Menu*/
#menu-head {
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 40vh;
    text-align: center;
    display: flex;
    align-items: center;
}
.s-menu-list div.container div.row div.menu-content div.block-text.text-center.style-2 p.subtitle {
    font-size: 15px;
    text-transform: uppercase;
    color: #293b6d;
    letter-spacing: 2.7px;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 18px;
}
.s-menu.p-list div.container div.row div.menu-content div.block-text.text-center.fadeinup.active-up p.subtitle::before,.s-menu.p-list div.container div.row div.menu-content div.block-text.text-center.fadeinup.active-up p.subtitle::after{background-color: white;}
.s-menu-list {
    background: #0e1927;
    padding: 60px 0 0 !important;
}
.block-text.style-2 .title {
    color: #fff;
    margin-left: -3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 21px;
}
.s-menu-list .block-text.style-2 .text {
    color: #fff;
    font-size: 20px;
}
.s-menu-list .portfolio-main {
    position: relative;
    z-index: 9;
    display: flex;
    margin: 100px 0 -200px;
    overflow: hidden;
}
.portfolio-box-1 {
    position: relative;
}
.s-menu-list .portfolio-main .portfolio-box-1 .image {
    height: 558px;
}
.portfolio-box-1 .image {
    height: 477px;
}
.portfolio-box-1 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s-menu-list .portfolio-main .portfolio-box-1 .content {
    left: 40px;
    right: 40px;
    bottom: 40px;
    top: 75%;
    padding: 5% 5% 5% 5%;
}
.portfolio-box-1 .content {
    background: #0e1927;
    position: absolute;
    left: 37px;
    right: 26px;
    top: 89%;
    bottom: -55px;
    padding: 28px 40px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.portfolio-box-1 .content .name {
    color: #e6c9a2;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 0px;
    line-height: 1.5;
}
.s-menu.p-list {
    padding: 350px 0 100px;
}
.s-menu .menu-content .block-text .subtitle {
    color: #0e1927;
    margin-bottom: 21px;
}
.s-menu.p-list .block-text .subtitle {
    margin-bottom: 20px;
    color: #FFF7EB;
    display: block;
    text-align: center;
    margin-bottom: 20px !important;
}
.s-menu.p-list .block-text .title::after {
    content: "";
    position: absolute;
    bottom: 22px;
    right: -52px;
    width: 40px;
    height: 2px;
    background: #e6c9a2;
}
.s-menu.p-list .block-text .title::before {
    content: "";
    position: absolute;
    bottom: 22px;
    left: -52px;
    width: 40px;
    height: 2px;
    background: #e6c9a2;
}
.s-menu.p-list .block-text .title {
    font-size: 30px;
    display: inline-block;
    position: relative;
    color: #0e1927;
    margin-bottom: 13px;
}
.s-menu .menu-content .menu-main {
    display: flex;
    margin-top: 5px !important;
}
.s-menu .menu-content .menu-main .menu-list {
    width: 50%;
    padding-right: 35px;
    padding-top: 40px;
}
.menu-list li {
    margin-bottom: 30px;
}
.menu-list h5 {
    color: #e6c9a2;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    letter-spacing: 1.3px;
    position: relative;
    margin-bottom: 1px;
}
.menu-list h5::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e6c9a2;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: -1;
}
.menu-list h5::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e6c9a2;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
}
.s-menu .menu-content .menu-main .menu-list h5 span {
    background: #fff;
    color: #0e1927;
    z-index: 2;
}
.menu-list h5 .txt {
    background: #0e1927;
    padding-right: 15px;
}
.menu-list h5 span.price {
    font-family: "Cerebri Sans", sans-serif;
    font-size: 20px;
    line-height: 1;
    background: #FFF7EB;
    padding-left: 10px;
    padding-top: 4px;
}
.s-menu.p-list .menu-image {
    height: 500px;
    margin-top: 65px;
    margin-bottom: 60px;
}
.s-menu.p-list .menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s-menu .menu-content .menu-main .menu-list p {
    color: #666666;
}
@media only screen and (max-width: 1200px) {
    #contact-head, #gallery-head, #menu-head, #about-head,.s-gallery,.event,.s-services,.about-restaurant {overflow: hidden;}
    #contact-head h1, #gallery-head h1, #menu-head h1, #about-head h1{margin-top: 100px;}
    .s-menu>img.item-left,.s-menu>img.item-right {display: none;}
    .mySwiper .box-slider .content-box .title {font-size: 25px !important;line-height: unset !important;}
    .mySwiper .box-slider .content-box.style-2 .sub-title{display: none;}
    .about-restaurant .about-restaurant-main .content .title{font-size: 29px !important;}
    .s-order{padding-top:0px !important;}
    .box-slider{margin-top: 100px;}
    .mySwiper {
        height: 75vh !important;}
    html body main section div.block-text.text-center h3.title {
        font-size: 22px;
    }
    html body main section div.block-text.text-center p.text {
        font-size: 19px;
        padding: 0px 20px 0px 20px
    }
    .s-gallery div.container div.gallery-main div.row div.col-md-4 div.gallery-box {
        margin: 0 0 20px 0;
    }
    html body main section.s-gallery {
        padding-top: unset;
    }
    html body main section.s-menu.p-list {
        overflow: hidden;
        padding-top: 50px;
    }
    html body main section.s-menu-list {
        overflow-x: hidden;
        padding-top: 50px;
    }
    .s-menu-list .portfolio-main {
        margin: 100px 0 50px;
    }
    .s-order {
        overflow: hidden;
    }
    #contact-head h1::before,
    #gallery-head h1::before,
    #menu-head h1::before,
    #about-head h1::before,
    #contact-head h1::after,
    #gallery-head h1::after,
    #menu-head h1::after,
    #about-head h1::after {
        top: -5px !important;
    }
    .contact-info {
        display: unset !important;
        border-bottom: none !important;
    }
    .contact-info .item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(200, 200, 200, 0.6);
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .block-text.style-2 .title {
        font-size: 30px;
    }
    .s-menu .menu-main {
        flex-wrap: wrap;
        padding-top: 0;
        justify-content: center;
    }
    .s-menu .menu-main .menu-list {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .item-right,
    .item-left {
        display: none;
    }
    .ttt {
        margin-top: unset !important;
    }
    .event .event-content.style-2 {
        padding: 80px 0 0;
    }
}
@media only screen and (max-width: 1200px) {
    .about-restaurant .about-restaurant-main .image {
        min-width: 250px;
    }
}
@media only screen and (max-width: 1200px) {
    .menu-content .menu-main .list-img {
        width: 100%;
        display: unset;
        align-items: center;
        justify-content: space-evenly;
    }
    .menu-content .menu-main .list-img .img {
        width: 100%;
        margin: 10px 0 10px 0;
    }
    .menu-content .menu-main .list-img .img.small {
        width: 100%;
    }
}
@media only screen and (max-width: 1300px) {
    ul.conta li,
    .footer p,
    ul.social_icon,
    .heading-2,
    ul.link_menu li {
        text-align: center;
        float: center;
    }
    .footer h4 {
        text-align: center;
        display: inline-block;
    }
    #footer-logo {
        text-align: center;
    }
}
@media screen and (max-width: 1300px) {
    #footer-logo {
        text-align: center;
    }
}
@media screen and (min-width: 1300px) {
    #footer-logo {
        display: flex;
    }
}
@media only screen and (max-width: 1440px) {
    .about-restaurant .about-restaurant-main .image {
        min-width: 100%;
        margin-top: 20px;
    }
    html body main section.event div.container div.row div.col-xl-6.col-md-12 div.event-content.style-2 div.block-text {
        text-align: center;
    }
    .about-restaurant .about-restaurant-main .content {
        padding: 20px 30px 0;
    }
    .menu-content .menu-main .list-img {
        width: 100%;
        display: unset;
        align-items: center;
        justify-content: space-evenly;
    }
    .menu-content .menu-main .list-img .img {
        width: 100%;
        margin: 10px 0 10px 0;
    }
    .menu-content .menu-main .list-img .img.small {
        width: 100%;
    }
}
@media only screen and (max-width: 1440px) {
    .s-book .book-main .book-content {
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 1440px) {
    .s-book .book-main {
        flex-wrap: wrap;
        height: unset !important;
    }
}
@media only screen and (max-width: 1440px) {
    .s-gallery .gallery-main .gallery-box {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1440px) {
    .s-gallery .gallery-main {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px) {
    .s-gallery .gallery-main .gallery-box {
        width: 100%;
        margin: 0 0 30px;
    }
}
#our-menu{
    margin:  0;
    padding: 50px 0;
    background: url('../img/475824335.jpg')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 550px;
}

.carousel-caption {
    top: 40%;
}

.c-item {
    height:800px;
    
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(68%);
 
}



  @media screen and (max-width: 300px) {
    .carousel-caption h1 {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .c-item {
     height: 600px;
    }
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:rgb(0, 0, 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;
    }
    
/* button link */
.link-btn {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
}
.link-btn i {
    margin-left: 3px;
    font-size: 15px;
    color: #aa8453;
}
.link-btn:before {
    color: #0e1927;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #aa8453 !important;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.link-btn:hover::before {
    width: 100%
}

@media screen and (max-width: 767px) {
    .carousel-caption h1  {
      font-size: 25px;
    }
  }
  @media screen and (max-width: 767px) {
    .carousel-caption h2 {
      font-size: 25px;
    }
  }

  .room-container:hover .overlay {
    opacity: 1;
    transform: translateY(-30%);
  }
  
  .room-text {
    color: white;
    text-align: center;
  }
  .card {
 
padding: 10px ,10px ,10px,10px;
    border-color: rgb(255, 255, 255) !important;
    text-align: start;
  }
  #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:#F28732;
  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:#F28732 !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%;
  }
