@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
@import url('https://www.1001fonts.com/alex-brush-font.html');
@import url('https://befonts.com/the-seasons-font.html');

            

:root{
    --primary:#D36A35;
    --secondary:#D36A35;
    --black:#333;
    --white:#fff;
    --box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
}

*{
    font-family: 'Poppins', sans-serif;
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none;

    transition: .2s linear;
}
a:link {
    text-decoration: none;
  }

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;

    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width: .8rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: var(--primary);
    border-radius: .5rem;
}

section{
    padding: 5rem 7%;
}

.heading{
    font-size: 4rem;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 3rem;
}

.btn{
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 3rem;
    background:#0F2E4E;
    border-radius: .5rem;
    color: var(--white);
    font-size: 1.7rem;
    cursor: pointer;
}

.btn:hover{
    background-color: transparent;
    border-color: #0F2E4E;
}

.btn1{
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 3rem;
    background:#0F2E4E;
    border-radius: .5rem;
    color: var(--white);
    font-size: 1.7rem;
    cursor: pointer;
}
.btn1:hover{
    background-color: rgb(0, 0, 0);
    border-color: #0F2E4E;
    color: #000
    
    
    
    
    
    
    
    
    ;
}



.btn2{
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 3rem;
    background:#0F2E4E;
    border-radius: .5rem;
    color: var(--white);
    font-size: 1.7rem;
    cursor: pointer;
    margin-left: -250px;
}
.btn2:hover{
    background-color: rgb(0, 0, 0);
    border-color: #0F2E4E;
    color: #000
    
    
    
    
    
    
    
    
    ;
}
/* header */

.header{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: var(--box-shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 9%;
}

.header .logo{
    font-size: 2.5rem;
    font-weight: bolder;
    color: var(--black);
}

.header .logo i{
    color: var(--primary);
    padding-right: .5rem;
}

.header .navbar a{
    font-size: 1.7rem;
    color: #000000;
    margin: 0 2rem;
}

.header .navbar a:hover{
    color: var(--primary);
}

.header .navbar .btn{
    margin-top: 0;
    color: var(--white);
}

.header .navbar .btn:hover{
    color: var(--white);
}

#menu-btn{
    display: none;
    font-size: 2.5rem;
    margin-left: 1.7rem;
    cursor: pointer;
    color:#37445C;
}

#menu-btn:hover{
    color: var(--primary);
}

/* end */

/* home */

.home{
    padding: 0;
}

.home .slide{
    min-height: 78vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
}

.home .slide .content{
    width: 80rem;
    text-align: center;
}

.home1{
    padding: 0;
}

.home1 .slide{
    min-height: 35vh;
    background-size: cover !important;
    background-position: top !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
}

.home1 .slide .content{
    width: 80rem;
    text-align: center;
}

.home .slide .content h3{
    font-size: 3rem;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    padding: 2rem 0;
}

.home .slide .content h2{
    font-size:4rem;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    padding: 2rem 0;
}
.home .slide .content p{
    font-size: 35px;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    padding: 2rem 0;
    text-shadow: 1px 1px 2px #D7D3C5;
}
.home1{
    padding: 0;
}

.home1 .slide{
    min-height: 40vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
}

.home1 .slide .content{
    width: 80rem;
    text-align: center;
}

.home1 .slide .content h3{
    font-size: 4rem;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    padding: 2rem 0;
}

.swiper-button-next,
.swiper-button-prev{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    background: var(--white);
    color: var(--black);
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
    background: var(--primary);
    color: var(--white);
}

.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 2rem;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}



/*new menu*/
#menu-header{
    background: url('/images/menu.png ') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
padding-top: 50px;
padding-bottom: 50px;
  }

#menu-box{

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}


  .platter {
    background-color: #F0FBFF;
    position: relative;
    z-index: 1;
    padding: 50px;
  }
  
  .platter1 {
    background-color: white;
    position: relative;
    z-index: 1;
    padding: 50px;
  }
  .platter2 {
    background-color: #F0FBFF;
    position: relative;
    z-index: 1;
    padding: 50px;
  }


  #menu{
    width: 100%;
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .food-menu{
      margin:0; font-size:0;
      list-style:none;
      margin-top:32px;
    }
      .food-menu li{
        font-size:16px;
      margin-bottom:24px;
      padding-bottom:24px;
      border-bottom:1px dotted #999999;
    }
      .food-menu li h4,.food-menu-v2 li h4{
        font-size: 16px;
      padding-right: 80px;
      position: relative;
      margin-bottom: 8px;
      font-weight: 700;
      letter-spacing: 0.03em;
    }
      .menu-price {
        position: absolute;
          top: 0;
          right: 0;
      }
    
      
      .menu-2cols {
      display: grid;
          grid-template-columns: repeat(2,1fr);
          grid-column-gap: 54px;
      }
    
      .food-menu li{
        -webkit-column-break-inside: avoid;
                page-break-inside: avoid;
                     break-inside: avoid;
                    }
      
    
      
      .our-menu{padding:0;
      margin:0;
      margin-top:24px;}
      .our-menu li{list-style:none;}
      .our-menu li:last-child{margin-bottom:0px;}
      .menu-title-section{font-size: 28px;
      font-weight:700;
      letter-spacing: .05em;
      padding: 24px;
      text-transform:uppercase;
      cursor:pointer;
      }
      .menu-title-section:before {
          content: "\f067";
          display: inline-block;
          font-family: "Font Awesome 5 Free";
        font-weight:700;
        font-size:14px;
          margin-right: 16px;
        vertical-align: middle;
      }
      .menu-section{
        padding:0 24px 24px 24px;
      }
/*end new menu*/

/* about */
.about-a{
    background-image: url(img/seafooood-02.jpg);

    -webkit-background-size: cover;
    background-position: top;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover
}

.about .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6rem;
}

.about .row .image{
    flex: 1 1 30rem;
}

.about .row .image img{
    width: 100%;
    height: 480px;
}

.about .row .content{
    flex: 1 1 51rem;
}

.about .row .content h3{
    font-size: 3.5rem;
    color: var(--primary);
    padding: 2rem 0;
}

.about .row .content p{
    font-size: 1.6rem;
    color: #666;
    padding: 1rem 0;
    line-height: 1.8;
}
.rounded {
    border-radius: 2px !important
}
.text-primary {
    color: #37445C !important;
    font-size: 23px;
}
.card.row {
    min-height: 78vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

/* end */



/* rooms */

.room .slide{
    background: var(--white);
    border: .1rem solid rgba(0, 0, 0, 0.2);
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    margin-bottom: 4rem;
}

.room .slide .image{
    height: 25rem;
    width: 100%;
    padding: 1.5rem;
    overflow: hidden;
    position: relative;
}

.room .slide .image img{
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    object-fit: cover;
}

.room .slide .image .price{
    position: absolute;
    top: 2.5rem; left: 2.5rem;
    background: var(--primary);
    color: var(--white);
    font-size: 1.7rem;
    padding: .5rem 1rem;
    border-radius: .5rem;
    text-transform: lowercase;
}

a {
 

}
.room .slide .image .fa-shopping-cart{
    position: absolute;
    top: 2.5rem; right: 2.5rem;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    font-size: 2rem;
    background: var(--white);
    color: var(--black);
    border-radius: 50%;
}

.room .slide .image .fa-shopping-cart:hover{
    background: var(--secondary);
    color: var(--white);
}

.room .slide .content{
    padding: 2rem;
    padding-top: 0;
}

.room .slide .content h3{
    font-size: 2.5rem;
    color: var(--black);
}

.room .slide .content p{
    font-size: 1.6rem;
    color: #666;
    padding: .5rem 0;
    line-height: 1.5;
}

.room .slide .content .stars{
    padding: 1rem 0;
}

.room .slide .content .stars i{
    font-size: 1.7rem;
    color: var(--primary);
}

/* end */

/* services */


.services .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem,1fr));
    gap: 2rem;
}

.services .box-container .box{
    text-align: center;
}

.services .box-container .box img{
    height: 10rem;
    margin-bottom: .7rem;
}

.services .box-container .box h3{
    font-size: 1.7rem;
    color: var(--black);
    padding: .5rem 0;
}

/*** Service ***/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}
#home-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(images/white-room-03.png);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height:650px;
    z-index: 1;
}
.facility-box {
    border-right: 1px solid rgb(150, 148, 148);
    border-right-style: double;
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: medium;

  }
  .facility {
    font-family: "the season", serif;
    font-size: 40px;
    color: #7f6f41;
    text-align: center;
}
.menu {
    
    -webkit-background-size: cover;
    background-position: top;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}
* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: .2s linear;
    font-size: 17px;
}
/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/* end */

/* gallery */

.gallery .slide{
    height: 30rem;
    position: relative;
    overflow: hidden;
}

.gallery .slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery .slide .icon{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0; left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.gallery .slide .icon i{
    font-size: 6rem;
    color: var(--white);
}

.gallery .slide:hover .icon{
    display: flex;
}

/* end */

/*menu list**/


.header-h {
    font-size: 35px;
color: #D36A35;
font-size: 46px;
font-family: 'Satisfy', sans-serif;
font-weight: 300;
}
ul
{
list-style:none;
}
.header-p {
color:#9699a6;
font-size:16px;
}
.section-padding{
    background: url(/img/shrimp.jpg) rgba(255, 255, 255, 0.901);
    -webkit-background-size: cover;
    background-position: top;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%
}
.section-padding2{
    background: url(/img/hotantipasta.jpg) rgba(255, 255, 255, 0.955);
    -webkit-background-size: cover;
    background-position: bottom;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%
}
.section-padding3{
    background: url(/img/SALADD.jpeg) rgba(255, 255, 255, 0.901);
    -webkit-background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%
}
.section-padding4{
    background: url(/img/PASTA.jpg) rgba(255, 255, 255, 0.955);
    -webkit-background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%
}
.section-padding5{
    background: url(/img/RISOTTO.jpg) rgba(255, 255, 255, 0.901);
    -webkit-background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%
}
.section-padding6{
    background: url(/img/MEAT.jpg) rgba(255, 255, 255, 0.955);
    -webkit-background-size: cover;
    background-position:center;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%
}
.section-padding7{
    background: url(img/MEAT.jpg) rgba(255, 255, 255, 0.901);
    -webkit-background-size: cover;
    background-position:center;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%
}
.section-padding8{
    background: url(img/COFEE\ LOVE.jpg) rgba(255, 255, 255, 0.901);
    -webkit-background-size: cover;
    background-position:center;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%
}
.section-padding9{
    background: url(img/COCKTAILBCG.jpg) rgba(255, 255, 255, 0.833);
    -webkit-background-size: cover;
    background-position:center;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%
}

.marb-35{
margin-bottom:35px;
}
.menu-restaurant
{
width:50%;
float:left;
padding:15px;
position:realtive;

}
.menu-restaurant .menu-title
{
float:left;
font-family:Montserrat,arial;
text-transform:uppercase;
letter-spacing:1px;
color:#D36A35;
text-shadow: 1px 1px 1px #000000bf;
}
.menu-restaurant .menu-line
{
position: absolute;
bottom:6px;
border-bottom:1px dotted rgba(0,0,0,.3);
margin-left: .6em;
margin-right: .6em;

}
.menu-restaurant .menu-price{
font-weight:600;
position:absolute;
right:0;
top:0;

}
.menu-restaurant .menu-subtitle
{
display:block;
float:left;
color:#B1B1B1;
font-family: Satisfy,'Open Sans',arial;
font-size: 1.2rem;
}
.menu-restaurant span.clearfix{
position:relative;
display:block;
}
#menu-filters ul li a.active, #menu-filters ul li a:hover
{
background: #D36A35;
color:#fff;
border:1px solid #FFB03B;
}
#menu-filters ul li 
{
display:inline-block;
color:#fff;
text-transform:capitalize;
letter-spacing:1px;
margin-botttom:40px;
}
#menu-filters ul li a
{
padding:10px 20px;
font-size:14px;
color:#565656;
border-radius:0px;
border:1px solid #BBBBBB;
text-decoration:none;
cursor:pointer;

}
@media (min-width: 20px) and (max-width: 450px) 
{
.menu-restaurant 
{
width: 100%;
}
.header-h
{
font-size: 35px;
}
.header-p 
{
font-size: 14px;
}

}

.msg-row{
margin-top:56px;
}
.media-body, .media-left, .media-right
{
display:table-cell; 
vertical-align: top;

}

.bg-1
{
background-color: #fecc17;
width:70px;
height:70px;
border-radius:50%;

}
.bg-14
{
background-color: #ccdb38;
width:70px;
height:70px;
border-radius:50%;
}
.dark-blue
{
color: #31364c;
font-size: 24px;
margin-top: 0;
}
.light-blue {
color: #9699a6;
font-size: 16px;
margin-bottom: 1px;
}
.media-body{
margin-left:10px;
padding-left:13px;
}
.media-2{
margin-top:30px;

}
.form-group
{
margin:8px 0 9px !important;
padding-bottom:10px;
}
.contact-form .form-control
{
color:#000 !important;
font-size:16px;
font-weight:normal;
height:38px;
line-height: 1.42857;
padding:7px 0;

}
.form-control, .form-group .form-control {
border: 0;

background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
-webkit-background-size: 0 2px, 100% 1px;
background-size:0 2px,100% 1px;
background-repeat: no-repeat;
background-position: center bottom, center -webkit-calc(100% - 1px);
background-position: center bottom, center calc(100% - 1px);
background-color: rgba(0, 0, 0, 0);

float: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;

}
.contact-form {
margin: 8px 0 9px !important;
padding-bottom: 10px;
}
.phone-in-talk, .hour-icon
{
font-size: 35px;
line-height: 70px;
color: rgb(255, 255, 255);
}

.contact-form textarea.form-control {
color: #000 !important;
height: auto;
}
.contacts-btn {
background-color:  #FFB03B !important;
color: #ffffff !important;
width: 170px;
height: 54px;
border-radius: 3px;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: normal;
text-transform: capitalize;
border: 0px;
color: #000 !important;
}

.validation {
color: red;
display:none;
margin: 0 0 20px;
font-weight:400;
font-size:13px;
}

#sendmessage {
color: green;
border:1px solid green;
display:none;
text-align:center;
padding:15px;
font-weight:600;
margin-bottom:15px;
}

#errormessage {
color: red;
display:none;
border:1px solid red;
text-align:center;
padding:15px;
font-weight:600;
margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
display:block;
}


/* review */

.review{
    background-image: url("img/fire.png") ;
    background-repeat: no-repeat;
    background-size: cover;
   
    width: 100%;
    height: 50rem;
    position: center;
    margin: 0rem 0;
}

.review .review-slider{
    background:rgba(44, 119, 181, 0.5);
    padding: 2rem;
    width: 50%;
   
  justify-content: center;
    color: var(--white);
    box-shadow: var(--box-shadow);
}

.review .slide{
    text-align: center;
}

.review .slide .heading{
    color: var(--white);
}


.review .slide p{
    padding-bottom: 1.5rem;
    padding-top: 3rem;
    font-size: 1.5rem;
    line-height: 1.8;
    color: var(--white);
}

.review .slide .user{
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    border-radius: .5rem;
}


.review .slide .user img{
    height: 7rem;
    width: 7rem;
    border-radius: 15%;
    object-fit: cover;
}

.review .slide .user h3{
    font-size: 2rem;
    color: #ffff;
    padding-bottom: .5rem;
}

.review .slide .user i{
    font-size: 1.3rem;
    color: #b28e67;;
}

/* end */

/* footer */

.footer{
    background: #000000;
}

.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box h3{
    font-size: 2.2rem;
    padding: 1rem 0;
    color: #fff;
}

.footer .box-container .box a{
    font-size: 1.6rem;
    display: block;
    color: var(--white);
    padding: 1rem 0;
}

.footer .box-container .box a i{
    color:#ffffff;;
    padding-right: .5rem;
}

.footer .box-container .box a:hover{
    color: #bf2514;;
}

.footer .share{
    padding-top: 2rem;
    text-align: center;
}

.footer .share a{
    color: #ffffff;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    border: .1rem solid #ffffff;
    margin: .3rem;
}

.footer .share a:hover{
    color: var(--white);
    background:transparent;
    transform: rotate(360deg);
}

.footer .credit{
    font-size: 2rem;
   
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: .1rem solid rgba(0, 0, 0, 0.3);
    color: var(--white);
}
.footer .credit1{
    font-size: 2rem;
   text-align: right;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: .1rem solid rgba(0, 0, 0, 0.3);
    color: var(--white);
}

.footer .credit span{
    color: var(--primary);
}

/* end */


        .google-maps-contact-info {
            position: relative;
            z-index: 1;
            padding-left: 5%;
            padding-right: 5%;
            margin-top: -100px; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .google-maps-contact-info {
                padding-left: 2%;
                padding-right: 2%; } }
          
          .google-maps-contact-content {
            position: relative;
            z-index: 1;
            background-color: #ffffff;
            border-radius: 4px;
            -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
            box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
            padding: 35px; }
            @media only screen and (max-width: 767px) {
                #home-banner {
                    height: 1300px;
                }
                .facility-box {
                border-right: none;
            
                }
                .facility {
                    font-size: 25px;
                    margin-top: 40px;
              .google-maps-contact-content {
                padding: 20px; }
             }
             .h-100 {
                height: 100%!important;
                margin-bottom: 25px;
            }
            .home .slide {
                min-height: 60vh;
                background-size: cover !important;
                background-position: center !important;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: -1;
                background-color: rgba(0, 0, 0, 0.4);
            }
            .google-maps-contact-content .single-contact-info {
              position: relative;
              z-index: 1;
              text-align: center;
              margin-bottom: 40px; }
            }
              @media only screen and (min-width: 992px) and (max-width: 1199px) {
                .google-maps-contact-content .single-contact-info h4 {
                  font-size: 16px; } }
              @media only screen and (max-width: 767px) {
                .google-maps-contact-content .single-contact-info h4 {
                  font-size: 14px; } }
              .google-maps-contact-content .single-contact-info i {
                display: inline-block;
                font-size: 30px;
                margin-bottom: 15px;
                color:#202020; }
                @media only screen and (max-width: 767px) {
                  .google-maps-contact-content .single-contact-info i {
                    font-size: 24px; } }
              .google-maps-contact-content .single-contact-info p {
                margin-bottom: 0; }
                @media only screen and (min-width: 992px) and (max-width: 1199px) {
                  .google-maps-contact-content .single-contact-info p {
                    font-size: 12px; } }
                @media only screen and (max-width: 767px) {
                  .google-maps-contact-content .single-contact-info p {
                    font-size: 12px; } }
            .google-maps-contact-content .google-maps {
              position: relative;
              z-index: 1; }
              .google-maps-contact-content .google-maps iframe {
                width: 100%;
                height: 500px;
                border: none; }
                @media only screen and (min-width: 992px) and (max-width: 1199px) {
                  .google-maps-contact-content .google-maps iframe {
                    height: 400px; } }
                @media only screen and (max-width: 767px) {
                  .google-maps-contact-content .google-maps iframe {
                    height: 300px; } }
          


                    #demo {
                        height:100%;
                        position:relative;
                        overflow:hidden;
                      }
                      
                      
                      .green{
                        background-color:#6fb936;
                      }
                              .thumb{
                                  margin-bottom: 30px;
                              }
                              
                              .page-top{
                                  margin-top:85px;
                              }
                      
                         
                      img.zoom {
                          width: 100%;
                          height: 200px;
                          border-radius:5px;
                          object-fit:cover;
                          -webkit-transition: all .3s ease-in-out;
                          -moz-transition: all .3s ease-in-out;
                          -o-transition: all .3s ease-in-out;
                          -ms-transition: all .3s ease-in-out;
                      }
                              
                       
                      .transition {
                          -webkit-transform: scale(1.2); 
                          -moz-transform: scale(1.2);
                          -o-transform: scale(1.2);
                          transform: scale(1.2);
                      }
                          .modal-header {
                         
                           border-bottom: none;
                      }
                          .modal-title {
                              color:#000;
                          }
                          .modal-footer{
                            display:none;  
                          }
                      



/* Features section css */
.jumbotron {
    background: url('img/restaurant-scroll-01.png'), rgba(0, 0, 0, 0.832);
    background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
    background-attachment: fixed;
    min-height: 50vh;
  }
  .jumbotron h2 {
    letter-spacing: 7px;
  }
  .jumbotron-1 {
    background: url('img/winee.jpg'), rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
    background-attachment: fixed;
    min-height: 50vh;
  }
  .jumbotron-2 {
    background: url('img/Photo\ \(28\).jpg'), rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
    background-attachment: fixed;
    min-height: 50vh;
  }


  .jumbotron-3 {
    background: url('img/white\ wine.png'), rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
    background-attachment: fixed;
    min-height: 50vh;
  }
  .jumbotron-4 {
    background: url('img/REDDDDD.png'), rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
    background-attachment: fixed;
    min-height: 50vh;
  }
  .jumbotron h2 {
    letter-spacing: 7px;
  }
.features{
	background:url('img/darken\ -restaurant.png') center center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;	
}

.main_features_content_area{
	padding:120px 0px;
	display:inline-block;
}
.main_features_content{
	background:url(/images/) right center no-repeat;
	padding:40px;
	overflow:hidden;
}

.single_features_text{
	background:#202020 center center no-repeat;
	padding:30px;
        background-size:cover;
}


            

            
/* Special Section */


  h1{
    position: relative;
    margin-bottom: 45px;
    font-family: 'Oswald', sans-serif;
    font-size: 44px;
    text-transform: uppercase;
    color: #424242;
  }
  
  .gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
  }
  
  .item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
    
    &:hover{
      flex: 7;
    }
  }
  
  .item-1 { 
    background-image: url('img/Photo\ \(3\).jpg');
  }
  
  .item-2 { 
    background-image: url('img/Photo\ \(1\).jpg');
  }
  
  .item-3 { 
    background-image: url('img/Photo\ \(5\).jpg');
  }
  
  .item-4 { 
    background-image: url('img/Photo\ \(20\).jpg');
  }
  
  .item-5 { 
    background-image: url('img/restaurant-1.jpg');
  }
  
  .social{
    position: absolute;
    right: 35px;
    bottom: 0;
    
    img{
      display: block;
      width: 32px;
    }
  }

  

/* media queries */

@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .header{
        padding: 2rem 3rem;
    }
    .about-a {
        background-image: url(img/seafooood-02.jpg);
        background-size: cover;
        background-position: center;
    }
    .home .slide .content p {
        font-size: 25px;
        text-transform: uppercase;
        color: var(--white);
        line-height: 1.1;
        padding: 2rem 0;
        text-shadow: 1px 1px 2px #D7D3C5;
    }

}

@media (max-width: 768px){

    #menu-btn{
        display: inline-block;
    }

    .header .navbar{
        position: absolute;
        top: 110%; right: -110%;
        width: 20rem;
        box-shadow: var(--box-shadow);
        background: #ffffff;
        border-radius: .5rem;
    }

    .header .navbar.active{
        right: 2rem;
        transition: .4s linear;
    }

    .header .navbar a{
        font-size: 2rem;
        margin: 2rem 2.5rem;
        display: block;
    }

    .home .slide .content{
        width: 50rem;
    }

    .review .review-slider{
        width: 100%;
        padding: 1rem;
       
    }
    .btn {
        display: inline-block;
        margin-top: 1rem;
        padding: 1rem 3rem;
        background: #37445C;
        border-radius: 0.5rem;
        color: var(--white);
        font-size: 1.7rem;
        cursor: pointer;
     
    }
    .platter, .platter1, .platter2{
        width: 100%;
        padding: 0!important;
        }
        .menu-2cols {
            display: grid;
            grid-template-columns: repeat(1,1fr)!important;
         }

}


.aboutus {

    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    
  }
  
  
  .aboutus .col-lg-4 {
    text-align: left;
    margin-bottom: 20px;
  }
  .aboutus h2 {
    font-weight: normal;
    color: #eae8e8f1;
    text-align: justify;
    font-family: clarendon;
    font-size: 25px;
  }
  .aboutus .col-lg-4 p {
    
    color: #FFFFFF;
    text-align: left;
  }


/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    
  }
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 20px;
  }
  .marketing h2 {
    font-weight: normal;
  }
  .marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
  }
  

@media (max-width: 450px){
    .sweets{
        margin-top: 100px;
        
      }

    html{
        font-size: 50%;
    }

    .home .slide .content{
        width: 30rem;
    }

    .home .slide .content h3{
        font-size: 3rem;
    }
    .about .row .image img {
        width: 100%;
        height: 323px;
    }
    .marketing {
        padding-left: 0;
        padding-right: 0;
      }
     
}


