@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.navbar {
    -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    overflow-x: hidden;
    background-color: white;
}
.navbar-nav a {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 500;
    color: rgb(117, 113, 113);
}

.nav-link img {
    width: 25px;
    height: 15px;
}



.navbar-nav a {
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.753);
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color:#EB6700;
    border-bottom: 1px solid #EB6700;
}

.navbar-nav a.active {
    border-bottom: 1px solid #EB6700;
    color: white !important;
}

.btn1 {
    background-color: white;
    height: 50px;
    width: 180px;
    font-size: 13px;
    /* background: #EB6700; */
    border: solid rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    border-radius: 30px;
}
.btn1 a{
 color:  rgba(0, 0, 0, 0.753);
 text-decoration: none; 
 font-size: 18px; 
 font-weight: 600;
}

.btn1:hover {
    background: #f4511e;
    color: rgb(255, 255, 255);
    transition: all 0.5s;
    border: solid #f4511e;
    border-radius: 30px;
}
.btn1:hover a{
    color: white;
}
button {
    margin-left: 30px;
    outline: none;
    border: 2px solid #ffffff;

}
footer {
    width: 100%;
    background-color: #2f4858;
    color: white;
    text-align: center;
}

footer ol {
    list-style: none;
}

footer ol li {
    margin-bottom: 10px;
    text-align: left;
    color: rgb(253, 253, 253);
    display: grid;
    grid-template-columns: 30px 1fr;
}

footer i {
    font-size: 18px;
}

footer ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.Navlist li {
    display: inline;
    margin: 10px;
}

.Footer-Menu a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease-in-out;
    padding: 10px;
    color: white;
}

.Footer-Menu a:hover {
    border-bottom: 1px solid #EB6700;
    color: #EB6700;
}

.Footer-Menu a.active {
    border-bottom: 1px solid EB6700;
    color: EB6700 !important;
}

.Footer-Menu {
    padding-top: 50px;
}
.social-box:hover{
    background-color: #EB6700;
    transition-duration: 0.3s;

}
.social-box:hover i{
    color: white!important;
    transition-duration: 0.3s;

}
.head-home{
    background: url("../img/photo17-min.JPG") rgb(0, 0, 0, 0.5);
    background-size: cover;
    background-repeat: none;
    background-attachment: fixed;
    background-blend-mode: multiply;
}
.head-home-span{
    display:block;
    width:100%; /*or whatever width you want the effect of <hr>*/
    border-top: 1px solid #ccc;
}
.About-Section{
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("../img/bg-head.jpg") rgba(255, 255, 255, 0.863);
    background-size: cover;
    background-repeat: none;
    background-attachment: fixed;
    background-blend-mode: multiply;
}

.btn2 {
    border-radius: 30px;
    background-color: white;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    padding-bottom: 10px;
    border: solid white;
    -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
}
.btn2 a{
    text-decoration: none;
    font-size: 17px;
    color:rgb(117, 113, 113);
}
.btn2:hover{
    background-color: #f4511e;
    border: solid #f4511e;
}
.btn2:hover a{
    color: white;
}
.btn2 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
} 
.btn2 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 2px;
    right: -20px;
    transition: 0.5s;
} 
.btn2:hover span {
    padding-right: 25px;
} 
.btn2:hover span:after {
    opacity: 1;
    right: 0;
}
.carousel-item img{
   opacity: 1;
}
.About-Section-1 {

    background: url("../img/bg-About.jpg")rgba(0, 0, 0, 0.815);
    background-size: cover;
    background-repeat: none;
    background-blend-mode: multiply;
    border-radius: 30px 0px 0px 30px;
}
.About-Section-2{
    padding: 0;
    border-radius: 0px 30px 30px 0px;
}
.About-Section-2 img{
    border-radius: 0px 30px 30px 0px;
}
.Menu-Section .row .col-sm-6{
    border: 1px #EB6700 solid;
    background-color: white;

}

.Menu-Section .col-sm-6{
    /* Change example sizes */
    
    overflow:hidden;
  }
  
  .Menu-Section .col-sm-6 img{
      width: 100%;
      transition: transform 0.4s ease;
      transform-origin: 50% 50%;}
  
      .Menu-Section .col-sm-6 img:hover{
      transform: scale(1.2);
      width: 100%;}

.Menu-Section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.half-background2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: url("../img/photo17-min.JPG") rgb(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    z-index: -1;
}
.Menu-Section-hr{
    display:block;
    width:35%; /*or whatever width you want the effect of <hr>*/
    border-top: 1px solid #272626c4;
}
.About-Food-Image{
    position: relative;
}
.About-Food-Image img{
    border-radius: 20px;
    opacity: 0.92;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.664), 0 6px 20px 0 rgba(0, 0, 0, 0.562);
}
.About-Food-Image .text-block {
    position: absolute;
    bottom: 10px;
    right: 30px;
    background-color: rgba(0, 0, 0, 0.603);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}
.head-menu{
    background: url("../img/bg-menu.jpg") rgba(26, 24, 24, 0.863);
    background-size: cover;
    background-repeat: none;
    background-attachment: fixed;
    background-blend-mode: multiply;
}
.Menuline{
  border-bottom: 1px solid rgb(0, 0, 0) ;
  border-style: dashed;
  width:100%;
  display: block;
}
.about-head{
    background: url("../img/photo5-min.JPG") rgba(26, 24, 24, 0.863);
    background-size: cover;
    background-repeat: none;
    background-position: bottom;
    background-attachment: fixed;
    background-blend-mode: multiply;
}
.About-Page-img{
    width: 100%; 
    height: 600px; 
    border-radius: 30px;
}
.About-Page-img:hover{
    transform: translateY(8px);
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.About-Page-img-1{
    width: 90%; 
    height: 48%; 
    border-radius: 30px;
}
.About-Page-img-1:hover{
    transform: translateY(8px);
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.about-testimonial{
    background: url("../img/photo10-min.JPG") rgba(26, 24, 24, 0.863);
    background-size: cover;
    background-repeat: none;
    background-position: bottom;
    background-attachment: fixed;
    background-blend-mode: multiply;
}
.Gallery-head{
    background: url("../img/photo10-min.JPG") rgba(26, 24, 24, 0.863);
    background-size: cover;
    background-repeat: none;
    background-position: bottom;
    background-attachment: fixed;
    background-blend-mode: multiply;
}

.Contact-head{
    background: url("../img/photo10-min.JPG") rgba(26, 24, 24, 0.863);
    background-size: cover;
    background-repeat: none;
    background-position: bottom;
    background-attachment: fixed;
    background-blend-mode: multiply;
}
.icon-contact{
    background-color: #EB6700;
    width: 30%; 
    padding: 30px 0 30px 0 ; 
    border-radius: 0 30px 0 0;
}
.icon-contact:hover{
    background-color: #363533;
}

.Contact-Maps iframe{
margin-bottom: -10px!important;
  padding: 0!important;
}
.fadeinleft {
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s ease-out;
}

.fadeinright {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1s 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;
}
@media only screen and (max-width: 1200px){

}
@media only screen and (max-width: 991px){
  footer .container{
    margin: 0!important;
  }
  .About-Section-1{
    padding: 90px 60px 90px 60px!important;
  }
  .About-Food-Image{
    position: relative;
}
.About-Food-Image img{
    margin-top: 80px;
    border-radius: 20px;
    opacity: 0.92;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.664), 0 6px 20px 0 rgba(0, 0, 0, 0.562);
}
.About-Food-Image .text-block {
    position: absolute;
    bottom: 70px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.603);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}
.About-Page-img{
    width: 100%; 
    height: 480px; 
    border-radius: 30px;
}
.About-Page-img-1{
    width: 90%; 
    height: 47%; 
    border-radius: 30px;
}
.About-Page-text{
    padding-top: 30px!important;
}
.Contact-Page .col-sm-12{
    padding-bottom: 30px;
}
.Contact-Maps{
    padding-top: 0px!important;
}
footer iframe{
    width: 300px!important;
}
footer .container{
    margin-left: 60px!important;
    width: 100%;
}
.Footer-Menu a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease-in-out;
    padding: 0px;
    color: white;
}
.Contacts p{
    font-size: 15px!important;
}
.social-box i{
    font-size: 20px!important;
}
}


@media (max-width:800px){
    footer .container{
        margin-left: 0px!important;
        width: 100%;
    }
    .Menu-Section-col img{
        height: 280px!important;
    }
    .Menu-Section-col H1{
        margin-top: 20px!important;
    }
    footer iframe{
        width: 170px!important;
    }
}
@media (max-width: 767px){
    .About-Section-1{
        padding: 30px 20px 30px 20px!important;
      }
      .About-Food-Image .text-block {
        position: absolute;
        bottom: 20px;
        right: 20px;
        background-color: rgba(0, 0, 0, 0.603);
        color: white;
        padding-left: 20px;
        padding-right: 20px;
    }
    .About-Page-img{
        width: 90%; 
        height: 480px; 
        border-radius: 30px;
        margin-bottom: 20px;
    }
    .Contact-Page-col{
        padding-left: 200px;
    }
    footer .container{
        margin: 100px!important;
    }

}
@media (max-width: 600px){
  .head-home-img{
    display: none;
  }
  .Contact-Page-col{
    padding-left: 200px;
}
.head-home .row{
    padding-top: 50px!important; 
    padding-bottom: 30px!important;
}
footer .container{
    margin: 50px!important;
}
footer iframe{
    width: 300px!important;
}
.about-testimonial-p1{
    font-size: 20px!important;
}
.about-testimonial h1{
    font-size: 40px!important;
}
}
@media (max-width: 430px){
    .Contact-Page-col{
        padding-left: 70px;
    }
    footer .container{
        margin: 0px!important;
    }
    .About-Section-1 {

        background: url("../img/bg-About.jpg")rgba(0, 0, 0, 0.815);
        background-size: cover;
        background-repeat: none;
        background-blend-mode: multiply;
        border-radius: 0;
    }
    .About-Section-2{
        padding: 0;
        border-radius: 0;
    }
    .About-Section-2 img{
        border-radius: 0;
    }
}
