
html, body, h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald";
    color: #FFFFFF;
}
body{
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* .header{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 888;  
    box-sizing: border-box; 
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
}
    
.topnav a {
    color: #00609A;
    padding: 14px 8px;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
}
.topnav a.active{
    color: #FFD600;
} */
/* .topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  
@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  } */
  header{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 100px;
    background: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 100px; 
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    position: fixed;
    z-index: 888;
}
header .logo{
    float: left;
    height: 55px;
}
header nav{
    float: right;
}
header nav ul{
    margin: 0px;
    padding: 0px;
    display: flex;
}
header nav ul li{
    list-style: none;
}
header nav ul li a{
    height: 50px;
    line-height: 50px;
    padding: 12px 20px;
    color: #00609A;
    text-decoration: none; 
    display: block; 
}
header nav ul li a:hover{
    color: #FFD600;
}
header nav ul li a.active{
    color: #FFD600;
}
.menu-toggle{
    color: #00609A;
    float: right;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;
}
.logo img{
    height: 67px;
}
@media (max-width: 991px){
    header{
        padding: 12px 20px;
    }
    .menu-toggle{
        display: block;
    }
    header nav{
        position: absolute;
        width: 100%;
        height: calc(100vh - 50px);
        background: #efefef;
        top: 75px;
        left: -100%;
        transition: 0.5s;
    }
    header nav.active{
        left: 0px;

    }
    header nav ul{
        display: block;
        text-align: center;
    }
    header nav ul li a{
        border-bottom: 1px solid rgba(0, 0, 0,.2);
    }
}
.slider{
    
    height: 100vh;
    width: auto;
    background-image: url(../images/landing-page.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    margin-bottom: 8px;
    padding-left: 100px;
    
}
.slider h2{
    color:#00609A;
    font-size: 50px;
    line-height: 134%;
    font-style: normal;
    font-weight: bold;
    
}
.btn{
    font-family: 'roboto' , 'sans-serif';
    color: #00609A;
    background: linear-gradient(to right, rgba(255,231,125,1) 0%, rgba(255,213,0,1) 100%);
    border-radius: 30px;
    text-decoration: none;
    padding: 9px 22px;
    font-size: 12px;
    
}
.btn:hover{
    box-shadow: 0px 0px 11px #FFD600;
}
.content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.left-block{    
    height: 350px;
    width: 49.5%;
    margin-right: .5%;
    margin-bottom: 1%;
    border-radius: 0px 20px 20px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    
}

.right-block{
    height: 350px;
    width: 49.5%;
    margin-left: .5%;
    margin-bottom: 1%;
    border-radius: 0px 20px 20px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px 0px 0px 20px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}   

.about-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-block h4{
    font-family: 'roboto' , 'sans-serif';
    color: #00609A;
    margin: 5px 0px;
    font-size: 25px;
}
.about-block h2{
    color: #FFD600;
    margin: 5px 0px;
    font-size: 50px;
}
.about-block p{
    font-family: 'roboto' , 'sans-serif'; 
    text-align: center;
    font-size: 18px;   
}
.features{
    box-sizing: border-box;
    padding: 0px 0px 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 34%);
    transition: 0.1s linear;
}
.features:hover{
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.021);

}
.features h2{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    margin: 0px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
.features p{
    font-family: Roboto;
    font-style: normal;
    font-weight: lighter;
    font-size: 20px;
    color: #FFE500;
    margin: 5px 0px;
}
.newsletter{
    /* height: 300px; */
    /* background-image: url(../images/newsletter.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: #FFD600; */
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    /* margin-bottom: 1%; */
}
.newsletter h2{
    color: #FFFFFF !important;
    margin: 5px 0px;
    font-size: 40px;
}
.newsletter p {
    font-family: 'roboto' , 'sans-serif';
    color:#FFE500;
}
.newsletter-mail{
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background-color: transparent;   
    border: none;
}
.newsletter input:focus{
    outline: none !important;
}
.newsletter input[type=email]{
    background-color: transparent;
    margin: 0px;
}

.btn1{
    border-radius: 50px !important;
    color: #FFFFFF !important;
    background-color: #00609A !important;
    border: none !important;
    font-family: 'roboto' , 'sans-serif'!important;
    text-decoration: none !important;
    padding: 9px 22px !important;
    font-size: 12px !important;
    height: 40px !important;
    cursor: pointer !important;
    transform: scale(1.1) !important;
}

.newsletterin{
    display: flex;
    align-items: center;
    padding-left: 25px;
    max-width: 550px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    height: 40px;
}
.footer{
    padding: 35px;
    background-color: #00609A;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer p{
    font-family: Roboto;
    font-size: 12px;
    color: #ffffff;
}
.bottomnav a{
    color: #ffffff;
    padding: 14px 5px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}
.footer i{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 60px;
    box-shadow: 0px 0px 4px #ffffff;
    padding: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.sm{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer3{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: flex-end;
}
.innerheader{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 620px;
    box-sizing: border-box;
    padding: 0px 0px 60px 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 50px;
}
.innerheader h2{
    font-size: 50px;
    margin: 0px;
}
.aboutsec{
    display: flex;
    flex-direction: row;
}
.aboutsec p{
    color: rgba(0, 0, 0, 0.4);
    font-family: Roboto;
    font-size: 15px;
    line-height: 20px;
}
.aboutsec h2{
    color: #00609A;
    font-size: 40px;
    margin: 5px;
}
.menu-fav{
    margin: 40px;
}

.menu-intro{
    text-align: center;
    padding: 60px;
    box-sizing: border-box;
}
.menu-intro h2{
    color: #00609A;

}
.menu-intro p{
    font-family: Roboto;
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
}
.menu-fav-dish{
    width: 24%;
    margin: 10px;
    text-align: center;
    background-color: rgb(187 187 187 / 20%);
    border-radius: 15px;

}
.menu-fav-dish img{
    width: 100%;
    border-radius: 15px;

}
.menu-fav-dish h3{
    font-family: Roboto;
    color: #00609A;
    margin: 5px;
    font-size: 17px;
}
.menu-fav-dish p{
    font-family: Roboto;
    color: rgba(0, 0, 0, 0.4);
    font-size: 11px;
}
.menu-fav-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
    border-radius: 15px;
}
.food-menu{
    background-image: url(../images/foodmenu.jpg);
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.11);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 200px;
    display: flex;
    flex-direction: column;
    min-height: 800px;
    margin-bottom: 10px;
}

.food-nav{
    background-color: #ffffff;
    padding: 8px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.food-nav a{
    font-family: Roboto;
    color: #00609A;
    padding: 14px 12px;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer
}
.food-nav a.active{
    color: #FFD600;
    background-color: #00609A;
    border-radius: 5px;
    padding: 8px 12px;
}
.food-item h3, h4, h5, p{
    font-family: Roboto;   
}
.food-item{
    display: flex;
    width: 49.2%;
    margin: 20px 0px;
}
.food-item h3{
    color: #00609A;
    margin: 10px 0px;
    margin: 25px;
}
.food-item p{
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    margin: 25px;
    line-height: 16px;
}
.food-item h5{
    color: #00609A;
}
.food-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px 0px 0px 15px;
    width: 350px;
   
}
.food-cont{
    border-radius: 0px 15px 15px 0px;
    background-color: #ffffff;
}
.food-price{
    flex: 1;
    background-color: #00609A;
    justify-content: center;
    display: flex;   
}
.food-price h4{
    margin: 10px;
}
.food-order{
    flex: 1;
    background: linear-gradient(to right, rgba(255,231,125,1) 0%, rgba(255,213,0,1) 100%); 
    border-radius: 0px 0px 15px 0px;
    justify-content: center;
    display: flex;
}
.food-order h5{
    margin: 10px;
}
.food-button{
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 5px;
    flex-wrap: wrap;
    padding: 10px 0px;
}
/* food menu gallery */
.button {
    transition-duration: 0.4s;
    background-color: #ffffff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    justify-content: center;
    color: #00609A;
    margin: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: Roboto;
  }
  
  .button.active {
    color: #FFD600;
    background-color: #00609A;
    border-radius: 5px;
    padding: 8px 15px;
    border: none;
    outline: none;
  }
  
  .button-group {
    margin: 20px 0;
    text-align: center;
  }
  
  .button-group:after {
    content: '';
    display: block;
    clear: both;
  }
  .row,
  .row > .column {
    padding: 8px;
  }
  
  /* Create three equal columns that floats next to each other */
  .column {
    float: left;
    
    display: none; /* Hide all elements by default */
  }
  
  /* Clear floats after rows */ 
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
.show {
    display: block;
    display: flex;
    width: 49.2%;
    margin: 20px 0px;
}
.show h3, h4, h5, p{
    font-family: Roboto;   
}
.show h3{
    color: #00609A;
    margin: 10px 0px;
    margin: 25px;
} 
.show p{
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    margin: 25px;
    line-height: 16px;
}  
.show h5{
    color: #00609A;
}
.career-container{
    display: flex;
    width: 100%;
    margin-top: 120px;
    margin-bottom: 6px;
  }
.career-container h1{
    color:#00609A ;
    font-size: 50px;
    margin: 5px;
  }
.career-container p{
    font-family: Roboto;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 12px;
}


.career-image{
    background-image: url(../images/career-img.jpg); 
    width: 50%;
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.career-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 80px 20px 150px;
    box-sizing: border-box;
}

input[type=text], select, textarea, input[type=email], input[type=number] {
    width: 100%; 
    padding: 14px 18px; 
    border: none; 
    border-radius: 8px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical;
    background-color: #ECECEC;
    font-size: 14px;
    outline: none;
  }
  ::placeholder{
      font-family: Roboto;;
      color: #00609A;
  }
  input[type=submit]{
    font-family: Roboto; 
    background-color: #FFD600;
    color: #00609A;
    padding: 12px 50px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    float: right;
    outline: none;
  }
  input[type=submit]:hover{
    box-shadow: 0px 0px 11px #FFD600;
    }
    input[type=button]{
    font-family: Roboto; 
    background-color: #00609A;
    color: #ffffff;
    padding: 12px 80px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
  } 
input[type=file]{
    display:none;
}

.contact-det{
    display: flex ;
    flex-direction: row ;
    justify-content: space-between ;
    width: auto ;
    padding: 20px 100px ;
    box-sizing: border-box;
}
.contact-det h2 {
    color: #00609A ;
    font-family: Roboto;
    margin: 8px;
    
}
.contact-det h3{
    font-family: Roboto;
    margin: 8px;
    color: rgba(0, 96, 154, 0.7) !important;
    font-weight: 300;
}

.contact-det i{
    color: #FFD600;
    font-size: 25px;
    margin: 8px 18px 0px 5px;
    
}
.contact-details{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 10px 137px;
    box-sizing: border-box;
}

.contact-details h2 {
    color: #00609A ;
    font-family: Roboto;
    margin: 8px;
    
}
.contact-details h3{
    font-family: Roboto;
    margin: 8px;
    color: rgba(0, 96, 154, 0.7) !important;
    font-weight: 300;
}
.contact p{
    font-family: Roboto;
    margin: 8px;
    color: rgba(0, 96, 154, 0.7) !important;
    font-size: 14px;
}
.contact-details i{
    color: #FFD600;
    font-size: 25px;
    margin: 8px 18px 0px 5px;
    
}
.contact{
    display: flex;
    margin-top: 18px;
}
 .map{    
    width: 60%;
    /* height: 640px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
} 


@media screen and (max-width: 768px){
    h2{
        font-size: 30px !important;
    }
    p{
        font-size: 10px !important;
        font-family: 'roboto' , 'sans-serif' !important;
    }
    h4, h5{
        font-size: 8px;
    }
    .slider{
        padding-left: 40px;
        width: auto;
    }
    .btn {
        font-size: 8px;
    }
    .content {
        flex-direction: column;
    }   
    .left-block {
        width: 100%;
        border-radius: 20px;
    } 
    .right-block {
        width: 100%;
        border-radius: 20px !important;
    }
    .footer{
        flex-direction: column-reverse;
    }
    .footer3{
        align-items: center;
        
    }
    .footer1{
        display: flex;
        flex-direction:column;
        align-items: center;
        margin-top: 20px;
    }
    .bottomnav{
        margin-top: 20px;
    }
    .innerheader{
        padding: 0px 0px 60px 50px;
    }
    .aboutsec {
        display: flex;
        flex-direction: column;
    }
    .about1{
        flex: none !important;
    }
    .about2{
        width: 100% !important;
        text-align: justify !important;
    }
    #about-sec-2{
        flex-direction: column-reverse;
    }
    .show p {
        margin: 10px;
    }
    .show h3{
        margin: 10px;
    }
    .food-menu{
        padding: 20px 8px;
    }
    .menu-fav{
        margin: 0px;
    }
    .menu-intro {
        padding: 30px;
    }
    #food-items{
        flex-direction: column;
        align-items: center;
    }
    .menu-fav-img{ 
        height: 100px;  
    }
    .menu-fav-dish{
        width: 80%;
    }
    .show {
        width: 80%;
    }
    #fav-menu{
        margin: 0px 50px !important;
    }
    .career-content {
    padding: 25px 5px 5px 5px;
    }
    .career-container{
        flex-direction: column;
        align-items: center;
        text-align: justify;
    }
    .career-content {
        width: 80%;
        align-items: center;
    }
    .career-image {
        width: 100%;
        height: 200px;
        margin-top: 20px;
    }
    input[type=button] {
        margin: 10px;
    }
    .career-form{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact-details{
        padding: 5px;
    }
    .contact-details {
    width: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    }
    .contact-det {
        width: auto;
        flex-direction: column;
        align-items: center;
        }
    .map{    
        width: 90%;
        
    } 
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #68866a;
    z-index:100;
    transition-duration: .5s;
}

.my-float{
	margin-top:16px;
}
.float:hover{
    transform: scale(1.1) !important;
    transition-duration: 1s;
}
.float2{
    position:fixed;
    bottom:40px;
	left:40px;
    background-color: #fbe404;
    border-radius: 30px;
    color: rgb(0, 95, 154);
    padding: 14px 28px;  
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    z-index:100;
    transition-duration: .5s;
}
.float2:hover{
    transform: scale(1.1) !important;
    transition-duration: 1s;
}

.slider {
    position: relative;
  }
.sliders {
    position: absolute;
  }

  
/* .slide1,.slide2,.slide3,.slide4,.slide5 {
    position: absolute;
  }
  .slide1 {
    animation:fade 10s infinite;
    -webkit-animation:fade 10s infinite;
  
  } 
  .slide2 {
    animation:fade 10s infinite;
    -webkit-animation:fade2 10s infinite;
  }
  
  @keyframes fade
  {
    0%   {opacity:0}
    33.333% { opacity: 0}
    66.666% { opacity: 1}
    100% { opacity: 0}
  }
  @keyframes fade2
  {
    0%   {opacity:0}
    33.333% { opacity: 1}
    66.666% { opacity: 0 }
    100% { opacity: 0}
  } */
  /* @keyframes fade3
  {
    0%   {opacity:0}
    33.333% { opacity: 0}
    66.666% { opacity: 1}
    100% { opacity: 0}
  } */


  
/* New added css is in below */

.food-img-icon{
    text-align: right;
    margin: 4%;
}

.food-img-icon img {
    width: 15%;
}

@media  screen and (max-width:480px){

    .show p {
        margin: 10px;
    }
    .show h3{
        margin: 10px;
    }
    .food-menu{
        padding: 20px 8px;
    }
    .show {
        width: 80%;
    }
}
  
.slick-slide{
    min-height: 350px !important;
  }
.food-cont {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.show h3 {
    margin: 25px 25px 5px 25px !important;
}
@media screen and (max-width: 768px)
{
    .show {
        width: 60% !important;
    }    
}
@media screen and (max-width:430px)
{
    .show h3 {
        margin: 10px 10px 5px 10px !important;
        }
    .show {
        width: 100% !important;
        }
}
a:link {
    text-decoration: none;
  }
a {
   color: #fff;
  }

  a.float {
      margin-bottom: 70px;
  }