*{
    margin:0;
    padding:0;
    box-sizing: content-box;
}
.navbar{
    width:100%;
    background-color: #FEFEFE;
    overflow: hidden;
}
.navbar .logo {
    width:40%;
    /* background-color: darksalmon; */
    float:left;
}
.navbar .logo img{
    width:20%;
    margin-left: 30px;
    margin-top: 10px;
}
.navbar .nav-links{
    width:60%;
    /* background-color: mediumspringgreen; */
    float:left;
}
.navbar .nav-links ul{
    list-style-type: none;
}
.navbar .nav-links ul  li{
    display: inline-block;
    margin: 30px 20px;
}
.navbar .nav-links ul  li  a{
    text-decoration: none;
    font-size: 16px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#1f3571;
    font-weight: 700;
}
.navbar .nav-links ul  li  a:hover{
    color:rgb(158, 21, 57);
}
.section1{
    width:100%;
    /* background-color: darkturquoise; */
    overflow: hidden;
}
.section1 .image{
    width:25%;
    float:left;
}
.section1 .image img {
    width:100%;
    display:block;
}
.section2 {
    width:100%;
    /* background-color: indianred; */
    padding-top: 100px;
    margin-bottom: 80px;
}
.section2 .header{
    width:100%;
    text-align: center;
}
.section2 .header h2{
    font-size: 26px;
    font-weight: 900;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
   
}
.section2 .header p{
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.section2 .section2-images{
    width:80%;
    margin: 10px auto;
    overflow: hidden;
    background-color: lavender;
}
.section2 .section2-images .item1{
    width:25%;
    float:left;
    position: relative;
    
}
.section2 .section2-images .item1:hover img{
     transform: scale(1.1);
}

.section2 .section2-images .item1 img{
    width:100%;
    transition: transform 1s  1s  ease;
}

.section2 .section2-images .image1-layout{
    background-color: rgba(0,0,0,0.3);
    height: 400px;
     color:#FEFEFE;
     font-weight: 900;
     font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
     position: absolute;
     top:0;
     bottom:0;
     left:0;
     right:0;
     transition:  opacity  1s, transform 1s;
     opacity: 0;
     
}
.section2 .section2-images .item1:hover .image1-layout{
    opacity:1 ;
}
.section2 .section2-images .item1 .image1-layout:hover{
    opacity: 1;
    transform: rotate(360deg); 
}
.section2 .section2-images .image1-layout h3{
    background-color: #030c23;
    padding: 10px;
    transform: translateX(120%);
    transition: transform 1s 2s;
    
   
}
.section2 .section2-images .image1-layout p{
    padding: 10px;
    font-size: 20px;
    padding: 10px;
    transform: translateX(120%);
    transition: transform 1s 2.2s;
    
}
.section2 .section2-images .item1:hover h3 ,.section2 .section2-images .item1:hover p{
    transform: translateX(0);
    opacity: 1;
}
.section3{
    width:100%;
    background-image: url("./images/dina-seafood-11.jpg");
    background-position: center center;
    background-size: 100% 100%;
    background-attachment: fixed;
    height:500px;
position: relative;
}
.section3 .layout-section3{
     width:35%;
     height:70%;
    background-color: #274EBA;
    color:white;
    text-align: center;
    padding:50px;
    margin:auto;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
position: absolute;
top:-10%;
left:30%;

}
.section3 .layout-section3 h3{
font-weight: 700;

padding:40px;
padding-bottom: 0;
font-size: 30px;
}
.section4{
    width:100%;
  
}
.section4 .section4-header h3{
    text-align: center;
    font-weight: 900;
    color:#274EBA;
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding:30px;
}
.section4 .section4-plates {
    width:80%;
  margin:20px auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}
.section4 .section4-plates .plate{
    width:30%;
    text-align: center;
    padding:10px;
    margin-bottom: 40px;
}
.section4 .section4-plates .plate h4{
    color:#274EBA;
    font-size: 20px;
    padding:5px;
}
.section4 .section4-plates .plate p{
    color:#1f3571;
    font-size: 15px;
    padding:5px;
}
.section4 .section4-plates .plate span {
    color:crimson;
    font-size: 18px;
}
.section4 .contact{
    width:100%;
    background-color: #274EBA;
    display: flex;
    justify-content:space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.section4 .contact .contact1-item{
    width:40%;
    padding:25px;
    color:white;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
}
.section5 {
    width:100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.section5 .section5-header{
    width:100%;
    text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.section5 .section5-content{
    width:100%;
    display: flex;
    justify-content:space-evenly;
    margin-top: 50px;
    
}
.section5 .section5-content .content1{
    width:33.33%;
    text-align: center;
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.section5 .section5-content .content1 img{
    width:100%;
    
}
.section5 .section5-content .content1 h5{
    color:#EA2A3D;
    font-size: 20px;
    margin:20px;
}
.section5 .section5-content .content1 h5:hover{
    text-decoration: underline;
}
.section5 .section5-content .content1 h3{
    font-size: 30px;
    margin:25px;
    transition: color 1s ease;
}
.section5 .section5-content .content1 h3:hover{
    color:#EA2A3D;
}
.section5 .section5-content .content1 p{
    color:#1f3571;
    padding:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.section5 .section5-content .content1 button{
    padding:15px 25px;
    color:#EA2A3D;
    border:2px solid #EA2A3D;
    margin-top: 20px;
    background-color: transparent;
    transition: background-color 1s ease-in,color 1s ease-in;
}
.section5 .section5-content .content1 button:hover{
    color:white;
    background-color: #da2d3c;
}
@media (max-width: 660px) {
    .navbar .logo {
        width: auto; 
    }

    .navbar .logo img {
        width: 80px; 
        margin-left: 10px;
    }

    .navbar .nav-links {
        width: auto;
        margin-left: 80px;
    
    }

    .navbar .nav-links ul {
        white-space: nowrap; 
    }

    .navbar .nav-links ul li {
        margin: 10px 15px;
    }

    .navbar .nav-links ul li a {
        font-size: 14px; 
    }
}
