@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap');

body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff !important;
}
.ls-base{
    letter-spacing: 2px;
}

small{
    font-size: 12px;
    position: relative;
    bottom: 20px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Playfair Display', serif;
}
/* background classes */
.bg-orange{
    background: #ff9900 !important;
}
/* text color classes */
.text-orange{
    color: #ff9900;
}
.border-orange{
    border-color: #ff9900 !important;
}
.border-dashed{
    border-style: dashed;
    border-color: rgb(90, 89, 89);
}

.navbar .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 1.1em;
    transition: 0.3s ease-in;
}
.navbar .navbar-nav .nav-link:hover {
  background-color: #ff9900;
  color: #000000;
}

#hero-section .row{
    height: 100vh;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
}
.heading{
    font-size: 3.5em;
    font-family: 'Playfair Display', serif;
    letter-spacing: 4px;
    font-weight: 700 ;
    font-style: italic !important;
}
#hero-section p{
    letter-spacing: 6px;
}

#our-best .best-content .content{
    position: relative;
    /* height: 300px; */
    bottom: 120px;
    background: #fff;
    box-shadow: 1px 1px 2px rgb(179, 179, 179);
}

#welcome-section .card{
    height: 300px;
    padding: 40px 40px;
}
#welcome-section .card:hover{
    border-color: #ff9900;
}
#welcome-section .card:hover i{
    background: #ff9900;
    
}
#welcome-section .card i{
    position: relative;
    bottom: 65px;
    width: 50px;
    font-size: 20px;
    background: skyblue;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}

#carousel .carousel-inner .carousel-item{
    width: 100%;
    padding: 200px 80px;
    text-align: center;
    

}
.carousel-bg-1{
    background: url(../images/1.jpg) no-repeat;
    background-size: 100% 100%;
}
.carousel-bg-2{
    background: url(../images/2.jpg) no-repeat;
    background-size: 100% 100%;
}
.carousel-bg-3{
    background: url(../images/3.jpg) no-repeat;
    background-size: 100% 100%;
}
.carousel-bg-4{
    background: url(../images/44.jpg) no-repeat;
    background-size: 100% 100%;
}

#our-chefs .chef-card img{
    position: relative;
    bottom: 55px;
}
#our-chefs .chef-card:hover img,
#our-chefs .chef-card:hover{
    border-color: #ff9900 !important;
}


#our-services{
    background: url(../images/4.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 188;
    
}
#our-services::before{
    content: '';
    background: black;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -99;
    opacity: 0.7;
    
}

#history .right ul li a:hover{
    color: #ff9900 !important;
}

/* newsletter */
.bg-newsletter{
    background: url(../images/10.jpg) no-repeat;
    background-size: cover;
}

/* footer-contact */
#footer-contact a:hover{
    color: #ff9900 !important;
}
#footer a i:hover{
    color: #ff9900 !important;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }
  
  .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
  }
  
  .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .hovereffect h2 {
    text-transform: uppercase;
    top: 50px;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    
  }
  
  .hovereffect p {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: capitalize;
    color: #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  
  
  .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  
  .hovereffect:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  
  .hovereffect:hover p {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.2s;
  }
@media screen and (max-width: 1024px) {
    #our-best .best-content .content{
        position: static;
        margin: 30px 0px;
    }
 
}
@media screen and (max-width: 764px) {
    #carousel .carousel-inner .carousel-item{
        width: 100%;
        padding: 100px 0px;
        text-align: center;
        
    
    }
    #carousel .carousel-inner .carousel-item h3{
        font-size: 20px;
        padding: 0;
        
    
    }
}