*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins','sans-serif';
    box-sizing: content-box;
    background-color:rgba(0,0,0,0.5),#9dc258;

}
#banner{
    background: linear-gradient(rgba(0,0,0,0.5),#9dc258),url(images/coverpage.jpg);
    background-size: cover;
    background-position: center;
    height: 110vh;  
}

.logo{
    width: 140px;
    position:absolute;
    top: 4%;
    left: 10%;
    background-color: whitesmoke;
    border-radius: 50%;
    border-bottom: 50%;
    border-top: 50%;
    border-left:50%;
    border-right: 50%;
}
.banner-text{
    text-align: center;
    color:#fff;
    padding-top: 150px;
}
.banner-text h1{
    font-size:130px;
    font-family: 'Kaushan Script',cursive;  
}
.banner-text p{
    font-size: 20px;
    font-style: italic;   
}
.banner-btn{
    margin: 50px auto 0;
}
.banner-btn a{
    width:150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding:12px 0;
    color:#fff;
    border:.5px solid #fff;
    position: relative;
    z-index: 1;
    transition:color 0.5s;
}
.banner-btn a span{
    width:0;
    height:100%;
    position:absolute;
    top: 0;
    left: 0;
    background:#fff;
    z-index: -1;
    transition: 0.5s;
}
.banner-btn:hover span{
    width:100;
}
.banner-btn:hover{
    color:#000;
}

#sideNav{
    width: 200px;
    height: 100vh;
    position: fixed;
    right: -200px;
    top: 0;
    background:#9dc258;
    z-index: 2;
    transition: 0.5s;
}

nav ul li{
    list-style: none;
    margin: 50px 20px;
}

nav ul li a{
    text-decoration: none;
    color:#fff;
}

#menuBtn{
    width:50px;
    height:50px;
    background: #9dc258;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 20px;
    border-radius: 3px;
    z-index: 3;
    cursor: pointer;
}

#menuBtn img{
    width:20px;
    margin-top:15px;
}

@media screen and(max-width: 770px){
    .banner-text h1{
        font: size 44px;
    }
    .banner-btn a{
        display: block;
        margin:20px auto;
    }
}

.about{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    max-height: 90vh;
    padding: 7rem 10rem;
    background-image: url(images/infarm1.jpg);
}

.about background-image{
    border-radius: 15px;
    padding-top: 3rem;
    margin-top: 20vh;
}

    .about img{
        border-radius: 15px;
        box-shadow: 0 0 10px rgb(122, 122, 122);
    }
    .about-img{
        padding: 3rem;
    }
    .about-text{
        padding: 3rem 0;
    }
    .about h1{
        font-size: 3rem;
        line-height: 1;
        margin-top: 2rem;
        color: #237847;
    }
    .about h4{
        font-size: 1.3rem;
    }
    .about p{
        font-size: 1.3rem;
    }
    .about-btn{
        margin-top: 2rem;
        padding: 1rem 3rem;
        background-color: #237847;
        color:  white;
        border: none;
        border-radius: 10px;
        font-size: 1.3rem;
        font-weight: 400;
        box-shadow: 0 0 10px rgb(116, 115, 115);
    }
    .about-btn:hover{
        opacity: 80%;
    }

    .menu{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .menu-header{
        text-align: center;
    }
    .plates{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 5rem 12rem;
        gap: 5rem;
    }
    .plate1, .plate2, .plate3{
        border-radius: 10px;
        box-shadow: 0 0 10px rgb(139, 138, 138);
        padding: 0 2rem;
        padding-bottom: 2rem;    
    }
    .plate2 img{
        padding: 1.8rem;
    }
    .plate-text h1{
        color: #237847;
    }
    .plates .price{
        color: black;
        margin-top: 0.8rem;
    }
    .plate-text h4{
        color: rgb(122, 121, 120);
    }
    
    .plates button{
        width: 100%;
        padding: 0.6rem;
        margin-top: 1rem;
        background-color: #237847;
        color:  white;
        border: none;
        border-radius: 10px;
        font-size: 1.2rem;
        font-weight: 400;
        box-shadow: 0 0 10px rgb(116, 115, 115);
    }
    .plates button:hover{
        opacity: 80%;
    }
    .menu-header h4{
        font-size: 1.5rem;
    }
    .menu-header h1{
        padding: 1rem;
        font-size: 2.5rem;
        color: #237847;
    }
    
    .media{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .media-img{
        padding: 5rem 10rem;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 5rem;
        justify-content: center;
        align-items: center;
    }
    .media-text{
        color: #237847;
        font-size: 1.5rem;
        margin-top: 5rem;
    }
    
/*--feature--*/

#feature{
   width:100% ;
   padding:70px 0;
}

.title-text{
    text-align: center;
    padding-bottom: 70px;
}
.title-text p{
    margin:auto;
    font-size: 20px;
    color:#c1da99;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.title-text p::after{
    content:'';
    width: 50px;
    height:35px;
    background: linear-gradient(#9dc258,#323938),url(images/passion.png);
    position: absolute;
    top: -20px;
    left:0;
    z-index:-1;
    transform: rotate(10deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.title-text h1{
  font-size: 50px;
}
.feature-box{
    width:80%;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}
.features{
    flex-basis: 50%;
}
.features-img{
    flex-basis: 50%;
    margin:auto;   
}
.features-img img{
    width:70%;
    border-radius: 10px;
    text-align: center;
}
.features h1{
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
    color: #767f78;
}
.features desc{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: auto;
}
.feature-icon .fa{
    width: 55px;
    height: 55px;
    font-size:50px;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    color:#9dc258;
    border: 1px solid #9dc258;

}
.feature-text p{
    padding:0 20px;
    text-align: inherit;
}

@media screen and(max-width: 770px){
    .title-text h1{
        font-size: 35px;
      }
      .features{
        flex-basis: 100%;
    }
    .features-img{
        flex-basis: 100%;    
    }
    .features-img img{
        width:100%;
    }
}
/*--service---*/
#service{
    width: 100%;
    padding: 70px 0;
    background: #efefef;
}
.service-box{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}
.single-service{
    flex-basis: 48%;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}
.single-service img{
    width: 100%;
    border-radius: 7px;
}
.overlay{
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    border-radius: 7px;
    cursor: pointer;
    background: linear-gradient(rgba(0,0,0,0.5),#9dc258);
    opacity: 0;
    transition: 1s;
}
.single-service:hover .overlay{
    opacity:1;
}  

.service-desc{
   width: 80%;
   position: absolute;
   bottom: 0%;
   left: 50%;
   opacity: 0;
   transform: translateX(-50%);
   transition: 1s;
}
hr{
    background: #fff;
    height: 2px;
    border: 0;
    margin: 15px auto;
    width: 60%;
}
.service-desc p{
    font-size: 14px; 
}
.single-service:hover .service-desc{
    bottom: 40%;
    opacity: 1;
}
@media screen and(max-width: 770px){
    .single-service{
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .service-desc p{
        font-size: 12px;
    }
    hr{
        margin: 5px auto;
    }
    .single-service:hover .service-desc{
        bottom: 25% !important;
        opacity: 1;
    }
}

/*--testimonial--*/
#testimonial{
    width: 100%;
    padding: 60px, 0;
}
.testimonial-row{
    width: auto;
    margin: auto;
    display: flex;
    justify-content:center;
    align-items: flex;
    flex-wrap: wrap;
}
.testimonial-col{
    flex-basis: 28%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 3px #00968814;
    cursor: pointer;
}
.testimonial-col p{
    font-size:14px;
}



.box-wrapper {
    height: 95vh;
    width: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#box1 {
    padding: 10px;
    border: solid 1px green
}

#box2 {
    padding: 8px;
    border: solid 1px blue
}

#box3 {
    padding: 10px;
    margin: 50px;
    flex-grow: 1;
    flex-direction: row;
}

#box4 {
    flex-grow: 2;
    border: solid 1px orange
}

.middle-column {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.middle-column div {
    flex-grow: 1;
    margin: 0 8px;
    border: solid 1px red;
}

.middle-column div+div {
    margin-top: 8px
}

#box8 {
    flex-grow: 1;
    border: solid 1px black;
    width: 20%;
    margin: 30px;
}