*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    /*outline: 1px solid yellow;*/
}
body{
   /* background-color: rgba(255, 240, 245, 1);
*/
background-color: white;
}
.navbar ul{
    list-style-type: none;
    overflow: hidden;
    text-align: center;
    padding: 20px;
     font-family: 'Poppins', sans-serif;
margin: 0;
    }
i{ 
    vertical-align: top;
}

.navbar li a{
    text-decoration: none;
    padding: 15px;
    color: black;
}
.navbar li a:hover{
    color: green;
}
.navbar li {
    display: inline;   
}
li a, .dropbtn {
    display: inline-block;
    color: red;
    text-align: center;
}
li a:hover, .dropdown:hover .dropbtn{
    
}
li .dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    left: 370px;
    background-color: rgba(255, 0, 0, 0.8);
    min-width: 160px;
    z-index: 1;
    border-radius: 20px;
}
.dropdown-content a{
    color: black;
    padding: 12px 16px;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: aqua;
}
.dropdown:hover .dropdown-content {
    display: block;
}



li a, .dropbtn2 {
    display: inline-block;
    color: red;
    text-align: center;
}
li a:hover, .dropdown2:hover .dropbtn2{
   
}
li .dropdown2 {
    display: inline-block;
}
.dropdown-content2 {
    display: none;
    position: absolute;
    left: 470px;
    background-color: rgba(255, 0, 0, 0.8);
    min-width: 160px;
    z-index: 1;
    transition: 0.4s;
    border-radius: 20px;
}
.dropdown-content2 a{
    color: black;
    padding: 12px 16px;
    display: block;
    text-align: left;
    
}
.dropdown-content2 a:hover {
    background-color: white;
    transition: 0.4s;
    color: red;
}
.dropdown2:hover .dropdown-content2 {
    display: block;
    color: red;
}


li a, .dropbtn3 {
    display: inline-block;
    color: red;
    text-align: center;
}
li a:hover, .dropdown3:hover .dropbtn3{
   
}
li .dropdown3 {
    display: inline-block;
}
.dropdown-content3 {
    display: none;
    position: absolute;
    left: 590px;
    background-color: rgba(255, 0, 0, 0.8);
    min-width: 160px;
    z-index: 1;
    border-radius: 20px;
}
.dropdown-content3 a{
    color: black;
    padding: 12px 16px;
    display: block;
    text-align: left;
}
.dropdown-content3 a:hover {
    background-color: aqua;
}
.dropdown3:hover .dropdown-content3 {
    display: block;
}


li a, .dropbtn4 {
    display: inline-block;
    color: red;
    text-align: center;
}
/*li a:hover, .dropdown4:hover .dropbtn4{
    
}*/
li .dropdown4 {
    display: inline-block;
}
.dropdown-content4 {
    display: none;
    position: absolute;
    left: 710px;
    background-color: rgba(255, 0, 0, 0.8);
    min-width: 160px;
    z-index: 1;
    border-radius: 20px;
}
.dropdown-content4 a{
    color: black;
    padding: 12px 16px;
    display: block;
    text-align: left;
}
.dropdown-content4 a:hover {
    background-color: aqua;
}
.dropdown4:hover .dropdown-content4 {
    display: block;
}

li a, .dropbtn5 {
    display: inline-block;
    color: red;
    text-align: center;
}
/*li a:hover, .dropdown5:hover .dropbtn5{
   
}*/
li .dropdown5 {
    display: inline-block;
}
.dropdown-content5 {
    display: none;
    position: absolute;
    left: 810px;
    background-color: rgba(255, 0, 0, 0.8);
    min-width: 160px;
    z-index: 1;
    border-radius: 20px;
}
.dropdown-content5 a{
    color: black;
    padding: 12px 16px;
    display: block;
    text-align: left;
}
.dropdown-content5 a:hover {
    background-color: aqua;
}
.dropdown5:hover .dropdown-content5 {
    display: block;
}
.dropdown-content a:hover, .dropdown-content3 a:hover,
.dropdown-content4 a:hover,.dropdown-content5 a:hover{
    background-color: white;
    transition: 0.4s;
    color: red;
}
/*.floated {
    float: right;
   margin-left: 0;
    padding: 5px;
    background-color: green;
    border-radius: 20px;
    color: white;
    display: block;
}
.floated li a{
    color: white;
}
.floated a:hover {
    color: white;
}*/
.green {
    height: 200px;
    background-color: green;
    position: absolute;
    top: 150px;
    width: 200px;
    right: 0;
}
.green-dotted {
    height: 250px;
    background-color: transparent;
    width: 300px;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 123px;
    border: 2px dashed green;
    border-radius: 40px 0 0 0;
}
.pan {
    position: absolute;
    top: 90px;
    right: 100px;
    
}
.pan img{
    height: 350px;
    transform: rotate(20deg);  

    
}
.cabbage1 img{
    width: 70px;
    height: 50px;
}
.cabbage1 {
    position: absolute;
    top: 5px;
    left: 0;
}
.berry {
    position: absolute;
    top: 15px;
    left: 10px;
}
.berry img{
    width: 80px;
    height: 50px;
}
.text-container {
    width: 40%;
    position: absolute;
    top: 150px;
    left: 250px;
   /* background-color: rgba(0, 128, 0, 0.8);
    */padding: 20px;
    
}
.text-container h1{
    background-color: rgba(255, 255, 255, 0.1);
}
.links {
   
   display: flex;
   justify-content: space-between;

 width: 60%;
 text-align: center;
 padding: ;
 margin-top: 30px;
}
.links a{
    border: 2px solid green;
    text-decoration: none;
    color: black;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: small;
}
.links a:hover{
    background-color: green;
    color: white;
}
.apples {
    position: absolute;
    top: 130px;
    z-index: -1;
    left: 0;
    
}
.apples img{
    transform: rotate(180deg); 
}
.spanned {
    color: gree;
}
.banner {
    margin-top: 400px;
    height: 300px;
   background-color: rgba(255, 0, 0, 0.8); backdrop-filter: blur(5px);
    position: relative;
   border-radius: 50px;
   
}
.banner3 {
    position: absolute;
    top: 15%;
    right: 4%;
    
    width: 20%;
}
.banner2{
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
    
}
.banner1 {
    position: absolute;
    top: 15%;
    left: 4%;
    
    width: 20%;
}
.banner p{
    font-size: small;
}
.grape {
    position: absolute;
    top: 600px;
    left: 550px;
    z-index: -1;
}
.grape img{
    width: 300px;
}

.cabbage3, .berry3 {
    position: absolute;
    top: 150px;
    z-index: -5;
    right: 400px;
    
}
.cabbage3 img, .berry3 img{
    width: 100px;
}
.cabbage2, .berry2 {
    position: absolute;
    top: 350px;
    right: 400px;
    z-index: -5;
    width: 50px;
    
}
.cabbage2 img, .berry2 img{
    width: 100px;
}
.navbtn a{
  text-decoration: none;
    color: white;
    padding: 10px 15px;
}
.navbtn {
    background-color: green;
    position: absolute;
    right: 100px;
    top: 22px;
    border-radius: 20px;
}
.dishes {
    position: relative;
}
.dishes a{
    text-decoration: none;
    color: black;
    border: 2px solid green;
    border-radius: 20px;
    padding: 10px 15px;
}
.dishes img {
    width: 200px;
    
    
}
.dish1, .dish2, .dish3 {
    position: absolute;
    top: 50px;
}
/*.dish1 a, .dish2 a, .dish3 a{
    display: block;
}*/
.dish1 a:hover, .dish2 a:hover, .dish3 a:hover {
    background-color: green;
    color: white;
}
.dish1 {
    left: 6%;
    width: 20%;
}
.dish2 {
    width: 100%;
    text-align: center;
}
.dish3 {
    top: 0px;
   
    right: 6%;
    width: 20%;
}
.checked {
    color: yellow;
   margin: 15px 0;
}




/*.navbar {
    overflow: hidden;
    background-color: black;
  

  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  .dropdown {
    float: left;
    overflow: hidden;
  }*/
  