body{
    margin: 0px;
     font-family: 'Playfair Display', serif;
}
*{
    box-sizing: border-box;
}
.left{
    float: left;
}
.right{
    float: right;
}
h1,h2,h3,h4,h5,h6{
    margin: 0px;
}
.container{
    width: 1300px;
    margin: 0px auto;
}
#header{
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
}
#header .container{
    display: flex;
    justify-content:space-between;
}
#header a{
    text-decoration: none;
    color: aliceblue;
}
#header ul{
    list-style: none;
    margin: 0px;

}
#header ul li{
    display: inline-block;
    padding: 5px;
}
.logo img {
    margin-top: 0px;
    margin-left: -8px;
    height: 200px;
    width: 200px;
}
/*.logo a {
    background-color: #0079C1;
    padding: 25px 5px 10px 5px;
}
.logo h1{
    font-size: 35px;
    color: aliceblue;
    display: inline-block;
    padding: 5px;   
}*/
.col{
    flex: 0.8;
    margin-top: 20px;
}

#main_nav ul{
    list-style: none;
    margin top: 0px;
    padding: 0px;
}
#main_nav ul li{
    display: inline-block;
    padding: 15px;
}
#main_nav ul li a {
    font-size: 18px;
    color: #fff;
}
#social_icons ul{
    list-style: none;
    margin-top: 15px;
    display: inline-block;
}
#social_icons ul li {
    border: solid 2px #ffffff;
    text-align: center;
    margin-top: 20px;
    margin-right: 15px;
}
#social_icons ul #s1:hover {
    background-color: #4374E0;
}
#social_icons ul #s2:hover {
    background-color: #3577A3;
}
#social_icons ul #s3:hover {
    background-color: darkorange;
}
#social_icons ul #s4:hover {
    background-color: #314D68;
}
#banner{
    position: relative;
    background-image: url("../image/s1.jpg");
    background-size: 100%;
    height: 680px; 
}
.banner_content{
    position: relative;
}
#banner_text h3 {
    text-align: center;
    font-size: 60px;
    font-family: 'Pacifico', cursive;
    color: aliceblue;
    margin-top: 270px;
    margin-left: 530px;
    padding: 0px;
    position: absolute;
}
#table{
    margin-top: 440px
}
#table:hover{
    background-color: #E91E63;   
}
.sentance #a1{
    text-align: center;
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    color: aliceblue;
    margin-top: 360px;
    margin-left: 240px;
    padding: 0px;
    position: absolute;
}
.rotate_sentance{
    color: #E91E63;
    font-size: 50px;
    position: absolute;
    margin-top: 360px;
    margin-left: 975px;
    
}
.rotate_sentance .aa1{
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    display: inline;
    text-indent: 10px;
    position: absolute;
}
.ro-sen #ab1 {
    animation: anin-1 3s ;
    transform-origin: 1% 75%;
    animation-delay: 0s;
opacity: 0;
}
.ro-sen #ab2 {
    animation: anin-2 3s ;
    transform-origin: 1% 75%;
    animation-delay: 3s;
    opacity: 0;
}
.ro-sen #ab3 {
    animation: anin-3 3s ;
    transform-origin: 1% 75%;
    animation-delay: 6s;
    opacity: 0;
}
.ro-sen #ab4 {
    animation: anin-4 3s ;
    transform-origin: 1% 75%;
    animation-delay: 12s;
    opacity: 0;
}
.ro-sen #ab5 {
    animation: anin-5 3s ;
    transform-origin: 1% 75%;
    animation-delay: 15s;
    opacity: 0;
}
.ro-sen #ab6 {
    animation: anin-6 3s infinite;
    transform-origin: 1% 75%;
    animation-delay: 18s;
    opacity: 0;
}
@keyframes anin-1{
    0%{
        transform: rotateZ(0deg);
        opacity: 0.6
    }
    90%{
        transform: rotateZ(90deg);
        opacity: 0.9;
    }
    100%{
        transform: rotateZ(90deg) translateX(70px);
        opacity: 0.5;
    }
}
@keyframes anin-2{
    0%{
        transform: rotateZ(0deg);
        opacity: 0.6
    }
    90%{
        transform: rotateZ(90deg);
        opacity: 0.9;
    }
    100%{
        transform: rotateZ(90deg) translateX(70px);
        opacity: 0.5;
    }
}
@keyframes anin-3{
    0%{
        transform: rotateZ(0deg);
        opacity: 0.6
        
    }
    90%{
        transform: rotateZ(90deg);
        opacity: 0.7;
    }
    100%{
        transform: rotateZ(90deg) translateX(70px);
        opacity: 0.5;
    }
}
@keyframes anin-4{
    0%{
        transform: rotateZ(0deg);
        opacity: 0.6
        
    }
    90%{
        transform: rotateZ(90deg);
        opacity: 0.7;
    }
    100%{
        transform: rotateZ(90deg) translateX(70px);
        opacity: 0.5;
    }
}
@keyframes anin-5{
    0%{
        transform: rotateZ(0deg);
        opacity: 0.6
    }
    90%{
        transform: rotateZ(90deg);
        opacity: 0.7;
    }
    100%{
        transform: rotateZ(90deg) translateX(70px);
        opacity: 0.5;
    }
}
@keyframes anin-6{
    0%{
        transform: rotateZ(0deg);
        opacity: 0.6
        
    }
    90%{
        transform: rotateZ(90deg);
        opacity: 0.7;
    }
    100%{
        transform: rotateZ(90deg) translateX(70px);
        opacity: 0.5;
    }
}
.banner_content a {
    text-decoration: none;
    color:aliceblue;
    border: 12px;
    background: none;
    font-size: 20px;
    border: solid 2px;
    text-align: center;
    padding: 10px;
    margin: 400px;
    margin-left: 600px;
    position: absolute;
}
#about_section h3 {
    text-align: center;
    font-size: 30px;
    margin-top: 70px;
}
#about_section ul li {
    list-style: none;
    display: inline-block; 
}
#about_section ul li a{
    display:none;
}
.list-item {
    border: solid 1px #DDDDDD;
    border-radius: 50%;
    margin-left: 180px;
    margin-right: 75px;
    margin-top: 10px;
    padding: 10px;
    background-color: #DDDDDD;
    }

#img1{
    height: 300px;
    
}
.img{
    padding: 0px 10px;
    margin-left: 40px;
    margin-right: 40px
}
.imgsection{
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    margin-top: 50px;
    margin-left: 120px;
    margin-right: 80px;
    font-family: 'Open Sans', sans-serif;    
}
#heading{
    font-size: 21px;
    line-height: 30px;
    color: black;
}
.theory{
    line-height: 25px;
    font-size: 17px;
    color: #777;
}
.theory1{
    margin-left: 0px;
    margin-right: 40px;
    line-height: 25px;
    color: #777;
}
.theory a{
    text-decoration: none;
    background-color: #0079C1;
    color: aliceblue;
    padding: 7px;
    text-align: center;
    font-size: 15px;
    border: 1px solid;
}
#menu1{
    height: 350px;
    width: 510px;
    margin-left: 100px;
}
.show{
    display: flex;
    align-content:flex-start;
    justify-content: space-around;
}
.show2{
    width: 60%;
}
#section2 {
    background-color: #E91E63; 
    padding: 30px;
}
.service_section h3 {
    text-align: center;
    font-size: 30px;
    color: aliceblue;
    margin-bottom: 80px;
}
.service_content {
    display: flex;
    justify-content: space-around;   
}
.service_item{
    width: 12%;
    margin-bottom: 5px;
    text-align: center
    padding: 5px;
    flex-wrap: wrap;
}

/*.service_item:last-child{
    width: 10%;
    margin-bottom: 0px;
    text-align: center
    padding: 5px;
}*/
.service_item a:hover .ca {
    animation: anin-a 6s infinite;
    transform-origin:10% 10% ;
    transition: 
}

@keyframes anin-a{
    0%{
        transform: rotateZ(0deg);
    }
    100%{
        transform: rotateZ(360deg);
    }
}
.service_item a {
    border: solid 2px;
    border-color: aliceblue;
    padding: 25px;
    border-radius: 50%;
    color: aliceblue;
    font-size: 25px;
}
.ca {
    height:70px;
}
.service_item {
    text-align: center;
}

.service_item h4{
    font-size: 23px;
    color: aliceblue;
    text-align: center;
}
.service_item p {
    font-family: 'Open Sans', sans-serif;
    color: aliceblue;
    line-height: 25px;
    font-size: 13px;
    text-align: center
}
.chef-section h3 {
    text-align: center;
    font-size: 30px;
    margin-top: 70px;
}
.chef{
    height: 350px;
    width: 260px;
}
.chef-image ul li {
    list-style: none;
    display: inline-block;
    padding: 11px;    
}
.chef-image h3 {
    color: #0F81C5;
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
}
.chef-image p{
    color: #B5B5B5;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
}

.chef-image {
    display: flex;
      margin: 20px;
}
.chef-image2{
    margin: 25px;
}
.chef-contant{
    position: relative;
}
.up ul li{
    padding: 10px;
    margin: 10px;
}
.up ul li a{
    position: absolute;
    top: 350px;
    border: solid 2px;
    padding: 10px;
    border-radius: 50%;
    border-color: aliceblue;
    display: ;
    z-index: 1;
    content: '';
    text-align: center;
    color: aliceblue;
    font-size: 20px;
     }
.chef-image2 .up ul:hover{
    animation: anin 0.3s ease;
    opacity: 1
}
@keyframes anin{
    0%{
        transform: translate(0px);
        opacity: 0;
    }
    100%{
        transform: translateY(-150px);
        opacity: 1;
        
    }
}
.up1{
    background-color: rgb(59,89,152);
}
.up2{
    background-color: rgb(29,161,242) ;
}
.up3{
    background-color:rgb(221,75,57);
}
.food-gallery h3 {
    text-align: center;
    font-size: 30px;
    margin-top: 70px;
    margin-bottom: 50px;
}
.ip{
    height: 230px;
    width: 320px;
}
.image-section {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;    
}
.image-block{
    position: relative;
}
.ph{
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 80px;
    text-align: center;
    font-size: 25px;
    color: aliceblue;
}

.ph:hover{
    animation: anin-i 1.3s ease;
    opacity: 1;
    
}
@keyframes anin-i{
    0%{
        transform:translateY(0) scale3d(0,0,0);
        opacity: 0;
    }
    100%{
        transform: scale3d(1,1,1)
        opacity: 1;    
    }
}
.customer-section{
    display: flex;
}
.client-views{
    width: 30%;
    display: flex;
}
.customer-section ul {
    list-style: none;   
}
.contact-form h3 {
    text-align: center;
    font-size: 30px;
    margin-top: 70px;
}
.contact-contant{
    margin: 65px;
}
.ttt{
    color: aliceblue;
   background-color: #E91E63;
    padding: 5px 15px;
    position: absolute;
    left: 610px;
}
.l{
    font-size: 17px;
}
.text_area{
   height: 45px;
    width: 500px;
    padding: 10px;
    margin: 10px
}
.fc1{
    display: flex;
}
.flow1{
    width: 50%; 
    margin-top: 0px;
    margin-bottom: 0px;
}
textarea{
    height: 200px;
    padding: 5px;
    width: 500px;
    margin: 10px;
}
.footer-contant h3{
    color: aliceblue;
    font-size: 32px;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-left: 160px;
}
#p1{
    color: #848484;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    margin-left: 160px;
    margin-right: 80px;
    font-size: 16px;
}
#p2{
    color: #848484;
    line-height: 30px;
    margin-bottom: 12px;
    margin-left: 160px;
    margin-right: 80px;
    letter-spacing: 1px;
}
.d{
background-color: #252525; 
    width: 50%;
}
.d2{
    background-color: #2F2F2F;
    width: 50%
}
.footer-contant2 h3{
    margin-bottom: 20px;
    color: aliceblue;
    font-size: 20px;
    padding-top: 60px;
    padding-left: 100px;
}
.footer-icon ul li {
    display: inline-block;
}
.footer-icon ul{
    margin-top: 0px;
    margin-left: 60px;
    padding-top: 0px;
}
.social1 ul li {
    padding: 8px;
    border-radius: 50%;
    color:aliceblue;
    margin-bottom: 20px;
    margin-top: 0px
}
.footer-icon h3{
    margin-bottom: 20px;
    color: aliceblue;
    font-size: 20px;
    padding-left: 100px;
    padding-top: 0px;
}
input[type="email"]{
     padding-top: 60px;
    padding-left: 100px;
    margin-left: 100px;
    margin-bottom: 20px;
    padding: 10px;
    width: 50%;
    background-color: black;
}
.yyy{
    padding: 10px;
    width: 8%;
    background-color: #E91E63;
    color: #E91E63;
    position: relative;
}
.social1 a{
    color: aliceblue;
}
.social1 ul .f1:hover {
    background-color: #4374E0;
}
.social1 ul .f2:hover {
    background-color: #0084b4;
}
.social1 ul .f3:hover {
    background-color: #d34836;
}
.social1 ul .f4:hover {
    background-color: #0077B5;
}
    .d2 .send {
    text-align: center;
    position: absolute;
    left: 1120px;
    padding: 10px;
    font-size: 20px;
    color: aliceblue;
}    
}
footer{
    bottom: 0px;
}
.map{
    background-color: #E5E3DF;
}