/* colors: #E5DED3 -LIGHT BEIGE
#D56A44 - ORANGE  #495867 - BLUE
/* #1E1E1E - OFF BLACK  #9D988C - GREY  */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{ 
  background-color: #E5DED3;
  max-height: 310rem;
  overflow-x: hidden;
  
}

nav{
    align-items: center;
    
}
.header {
  background-color: #d5ccbe;
  /* box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); */
  position: fixed;
  width: 100%;
  z-index: 3;
  align-items: center;
  border-bottom: 2px solid #333;
}

.header ul {
display: flex;
justify-content: center;
width: 100%;
/* align-items: center; */
/* position: absolute; */
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  /* background-color: #fff; */
  font-family: 'Aglet Sans', sans-serif;
  flex-wrap: wrap;
}

.header li a {
  display: block;
  padding: 20px 20px;
  /* border-right: 1px solid #f4f4f4; */
  color: #333;
  text-decoration: none;
  
}
.header img{
    position: absolute;
    max-width: 7rem;
  padding: 0;
  margin-top: .85rem;
}
#order{
    position: relative;
    right: 0;
    margin-right: 10px;
}
   

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  z-index: 1;
}


.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 240px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }


/* Menu toggle: */

  @media (min-width: 65em) {
    .header li {
      float: left;
    }
    .header li a {
      padding: 20px 30px;
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }
    
    
  }

  /* menu toggle^ */

  /* section one */

  .section_one{
    display: flex;
    width: 100vw;
    justify-content: center;
  }

  .shop_nav{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75rem;
    height: 5rem;
    background-color: #D56A44;
    margin-top: 10rem;
    border-radius: 2px;
    z-index: 2;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }

  .shop_nav h1{
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 500;
    color: #eee8e8;
    padding: 10px;
    
  }


  .menu_cont{
    position: absolute;
    display: grid;
    width: 75rem;
    height: 200rem;
    margin-top: 14rem;
    background-color: #fff8f8;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 2px;
    justify-content: center;
  }

  
  .menuone_heading{
   position: sticky;
   display: flex;
   align-items: center;
   top: 59px;
   margin-top: 1.5rem;
   height: 3rem;
   width: 85rem;
   z-index: 3;
   background-color: #9D988C;
   border-radius: 1px;
   box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }

  .menuone_heading h2{
    font-family: 'Aglet Sans',sans-serif;
    font-weight: 500;
    padding-left: 100px;
  }
  .menu_one{
    width: 75rem;
    height: auto;
    margin-top: 6rem;
    display: grid;
    position: absolute;
    grid-template-columns: auto auto auto auto;
    justify-content: space-evenly;
  }

  .item{
    display: grid;
    width: 14.5rem;
    height: 16.5rem;
    border: 4px solid #495867;
    border-radius: 3px;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
  } 
        .item_one img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
        .item_two img{
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
        .item_twov img{
          height: 92%;
          width: 100%;
          object-fit: cover;
        }
        .item_three img{
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
        .item_four img{
          height: 100%;
          width: 100%;
          object-fit: cover;
        }

    .menu_one .desc{
      width: 14.5rem;
      margin-top: 1rem;
      border-radius: 3px;
      height: 50px;
      background-color: #495867;
      filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Aglet Sans', sans-serif;
    }

    .menu_one .desc h3{
      font-size: 18px;
      font-weight: 500;
      color: #f4f4f4;
    }


    /* menu two */
  .menutwo_heading{
    position: sticky;
    display: flex;
    align-items: center;
    top: 59px;
    margin-top: -23rem;
    height: 3rem;
    width: 85rem;
    z-index: 4;
    background-color: #9D988C;
    border-radius: 1px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
   }
   .menutwo_heading h2{
    font-family: 'Aglet Sans',sans-serif;
    font-weight: 500;
    padding-left: 100px;
   }
   .menu_two{
    width: 75rem;
    height: 10rem;
    margin-top: 35rem;
    display: grid;
    position: absolute;
    grid-template-columns: auto auto auto auto;
    justify-content: space-evenly;
  }
  .menu_two .desc{
    width: 14.5rem;
    margin-top: 1rem;
    border-radius: 3px;
    height: 50px;
    background-color: #495867;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Aglet Sans', sans-serif;
  }
  .menu_two .spaceholder{
    width: 14.5rem;
    margin-top: 1rem;
    border-radius: 3px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .menu_two .desc h3{
    font-size: 20px;
    font-weight: 500;
    color: #f4f4f4;
  }

  /* menu three */

  .menuthree_heading{
    position: sticky;
    display: flex;
    align-items: center;
    top: 59px;
    margin-top: -44rem;
    height: 3rem;
    width: 85rem;
    z-index: 5;
    background-color: #9D988C;
    border-radius: 1px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
   }
 
   .menuthree_heading h2{
     font-family: 'Aglet Sans',sans-serif;
     font-weight: 500;
     padding-left: 100px;
   }
   .menu_three{
     width: 75rem;
     height: 10rem;
     margin-top: 64rem;
     display: grid;
     position: absolute;
     grid-template-columns: auto auto auto auto;
     justify-content: space-evenly;
   }

   .menu_three .desc{
    width: 14.5rem;
    margin-top: 1rem;
    border-radius: 3px;
    height: 50px;
    background-color: #495867;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Aglet Sans', sans-serif;
   }

   .menu_three .desc h3{
    font-size: 20px;
    font-weight: 500;
    color: #f4f4f4;
   }


   /* menu four / drinks */
   .menufour_heading{
    position: sticky;
    display: flex;
    align-items: center;
    top: 59px;
    margin-top: -64rem;
    height: 3rem;
    width: 85rem;
    z-index: 5;
    background-color: #9D988C;
    border-radius: 1px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
   }
   .menufour_heading h2{
    font-family: 'Aglet Sans',sans-serif;
    font-weight: 500;
    padding-left: 100px;
  }
   .menu_four{
    width: 75rem;
    height: auto;
    margin-top: 94rem;
    display: grid;
    position: absolute;
    grid-template-columns: auto auto auto auto;
    justify-content: space-evenly;
  }
  .menu_four .desc{
    width: 14.5rem;
    margin-top: 1rem;
    border-radius: 3px;
    height: 50px;
    background-color: #495867;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Aglet Sans', sans-serif;
   }
   .menu_four .desc h3{
    font-size: 20px;
    font-weight: 500;
    color: #f4f4f4;
   }
   .menu_four .item_two {
    width: 200px;
    margin-left: 1rem;
   }

  

/* responsive break one */

@media screen and (max-width: 52rem) {
   
  
  /* section one */

   .section_one{
    display: flex;
    width: 100vw;
    justify-content: center;
  }

  .shop_nav{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5rem;
    background-color: #D56A44;
    margin-top: 5rem;
    border-radius: 2px;
    z-index: 2;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }

  .shop_nav h1{
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 500;
    color: #eee8e8;
    padding: 10px;
    
  }


  .menu_cont{
    position: absolute;
    display: grid;
    width: 100%;
    height: 200rem;
    margin-top: 10rem;
    background-color: #fff8f8;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 2px;
    justify-content: center;
  }

  
  .menuone_heading{
   position: sticky;
   display: flex;
   align-items: center;
   justify-content: center;
   top: 59px;
   margin-top: 1.5rem;
   height: 3rem;
   width: 100%;
   z-index: 3;
   background-color: #9D988C;
   border-radius: 1px;
   box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }

  .menuone_heading h2{
    font-family: 'Aglet Sans',sans-serif;
    font-weight: 500;
    position: absolute;
    margin-left: 0;
    padding: 0;
  }
  .menu_one{
    width: 100%;
    height: auto;
    margin-top: 6rem;
    display: grid;
    position: absolute;
    grid-template-columns: auto auto auto auto;
    justify-content: space-evenly;
  }

  .item{
    display: grid;
    width: 10.5rem;
    height: 12.5rem;
    border: 4px solid #495867;
    border-radius: 3px;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
  } 
        .item_one img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
        .item_two img{
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
        .item_three img{
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
        .item_four img{
          height: 100%;
          width: 100%;
          object-fit: cover;
        }

    .menu_one .desc{
      width: 10.5rem;
      margin-top: 1rem;
      border-radius: 3px;
      height: 50px;
      background-color: #495867;
      filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Aglet Sans', sans-serif;
    }

    .menu_one .desc h3{
      font-size: 15px;
      padding: 5px;
      font-weight: 500;
      color: #f4f4f4;
    }

       /* menu two */
  .menutwo_heading{
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 59px;
    margin-top: -25rem;
    height: 3rem;
    width: 100%;
    z-index: 4;
    background-color: #9D988C;
    border-radius: 1px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
   }
   .menutwo_heading h2{
    font-family: 'Aglet Sans',sans-serif;
    font-weight: 500;
    padding-left: 0px;
   }
   .menu_two{
    width: 100%;
    height: auto;
    margin-top: 35rem;
    display: grid;
    position: absolute;
    grid-template-columns: auto auto auto auto;
    justify-content: space-evenly;
  }
  .menu_two .desc{
    width: 10.5rem;
    margin-top: 1rem;
    border-radius: 3px;
    height: 50px;
    background-color: #495867;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Aglet Sans', sans-serif;
  }
  .menu_two .spaceholder{
    width: 10.5rem;
    margin-top: 1rem;
    border-radius: 3px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .menu_two .desc h3{
    font-size: 16px;
    font-weight: 500;
    color: #f4f4f4;
  }

  /* menu three */

  .menuthree_heading{
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    
    top: 59px;
    margin-top: -45rem;
    height: 3rem;
    width: 85rem;
    z-index: 5;
    background-color: #9D988C;
    border-radius: 1px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
   }
 
   .menuthree_heading h2{
     font-family: 'Aglet Sans',sans-serif;
     font-weight: 500;
     padding-left: 0px;
   }
   .menu_three{
     width: 100%;
     height: auto;
     margin-top: 63rem;
     display: grid;
     position: absolute;
     grid-template-columns: auto auto auto auto;
     justify-content: space-evenly;
   }

   .menu_three .desc{
    width: 10.5rem;
    margin-top: 1rem;
    border-radius: 3px;
    height: 50px;
    background-color: #495867;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Aglet Sans', sans-serif;
   }


   .menufour_heading{
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 59px;
    margin-top: -64rem;
    height: 3rem;
    width: 85rem;
    z-index: 5;
    background-color: #9D988C;
    border-radius: 1px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
   }
   .menufour_heading h2{
    font-family: 'Aglet Sans',sans-serif;
    font-weight: 500;
    padding-left: 0px;
  }
   .menu_four{
    width: 100%;
    height: auto;
    margin-top: 94rem;
    display: grid;
    position: absolute;
    grid-template-columns: auto auto auto auto;
    justify-content: space-evenly;
  }
  .menu_four .desc{
    width: 10.5rem;
    margin-top: 1rem;
    border-radius: 3px;
    height: 50px;
    background-color: #495867;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Aglet Sans', sans-serif;
   }
   .menu_four .desc h3{
    font-size: 20px;
    font-weight: 500;
    color: #f4f4f4;
   }
}


/* responsive break point 2 */

@media screen and (max-width: 48em) {
   /* section one */

   .section_one{
    display: flex;
    width: 100vw;
    justify-content: center;
  }

  .shop_nav{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5rem;
    background-color: #D56A44;
    margin-top: 5rem;
    border-radius: 2px;
    z-index: 2;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }

  .shop_nav h1{
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 500;
    color: #eee8e8;
    padding: 10px;
    
  }


  .menu_cont{
    position: absolute;
    display: grid;
    width: 100%;
    height: 357rem;
    margin-top: 10rem;
    background-color: #fff8f8;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 2px;
    justify-content: center;
  }

  
  .menuone_heading{
   position: sticky;
   display: flex;
   align-items: center;
   justify-content: center;
   top: 59px;
   margin-top: 1.5rem;
   height: 3rem;
   width: 100%;
   z-index: 3;
   background-color: #9D988C;
   border-radius: 1px;
   box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }

  .menuone_heading h2{
    font-family: 'Aglet Sans',sans-serif;
    font-weight: 500;
    position: absolute;
    margin-left: 0;
    padding: 0;
  }
  .menu_one{
    width: 100vw;
    height: 1000px;
    margin-top: 6rem;
    display: grid;
    position: absolute;
    grid-template-columns: auto;
    justify-content: space-evenly;
    row-gap: 100px;
  }

  .item{
    display: grid;
    width: 18.5rem;
    height: 18.5rem;
    border: 4px solid #495867;
    border-radius: 4px;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
  } 
        .item_one img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
        .item_two img{
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
        .item_three img{
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
         .iphone img{
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
        .item_four img{
          height: 97%;
          width: 100%;
          object-fit: cover;
        }

    .menu_one .desc{
      width: 10.5rem;
      margin-top: 1rem;
      border-radius: 3px;
      height: 50px;
      background-color: #495867;
      filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Aglet Sans', sans-serif;
    }

    .menu_one .desc h3{
      font-size: 15px;
      padding: 5px;
      font-weight: 500;
      color: #f4f4f4;
    }

    .menu_one .desc_i{
      position: absolute;
      display: flex;
      width: 100%;
      justify-content: center;
      margin-top: 19.2rem;
    }
    .menu_one .two{
      position: absolute;
      display: flex;
      width: 100%;
      justify-content: center;
      margin-top: 44rem;
    }
    .menu_one .three{
      position: absolute;
      display: flex;
      width: 100%;
      justify-content: center;
      margin-top: 69rem;
    }
    .menu_one .four{
      position: absolute;
      display: flex;
      width: 100%;
      justify-content: center;
      margin-top: 94rem;
    }
       /* menu two */
  .menutwo_heading{
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 59px;
    margin-top: 16.5rem;
    height: 3rem;
    width: 100%;
    z-index: 4;
    background-color: #9D988C;
    border-radius: 1px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
   }
   .menutwo_heading h2{
    font-family: 'Aglet Sans',sans-serif;
    font-weight: 500;
    padding-left: 0px;
   }
   .menu_two{
    width: 100%;
    height: 1000px;
    margin-top: 108rem;
    display: grid;
    position: absolute;
    grid-template-columns: auto;
    justify-content: center;
    row-gap: 70px;
    left: 1px;
    right: 0;
  }
  .menu_two .item_one{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    object-fit: cover;
  } 
  .menu_two .item_two{
    margin-left: 5rem;
    height: 300px;
    width: 250px;
    object-fit: cover;
  }
  .menu_two .desc{
    width: 100%;
    margin-top: 1rem;
    border-radius: 3px;
    height: 50px;
    background-color: #495867;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Aglet Sans', sans-serif;
  }
  .menu_two .one{
    position: absolute;
    margin-top: 19rem;
    display: flex;
    justify-content: center;
  }
  .menu_two .two{
    position: absolute;
    width: 100%;
    margin-top: 44rem;
    display: flex;
    justify-content: center;
  }
  .menu_two .spaceholder{
    width: 10.5rem;
    margin-top: 1rem;
    border-radius: 3px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .menu_two .desc h3{
    font-size: 16px;
    font-weight: 500;
    color: #f4f4f4;
  }

  /* menu three */

  
 
   .menuthree_heading h2{
     font-family: 'Aglet Sans',sans-serif;
     font-weight: 500;
     padding-left: 0px;
   }
   .menu_three{
     width: 100%;
     height: auto;
     margin-top: 160rem;
     display: grid;
     position: absolute;
     grid-template-columns: auto;
     row-gap: 100px;
     justify-content: space-evenly;
   }
     /* menu three */

  .menuthree_heading{
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 59px;
    margin-top: -35rem;
    height: 3rem;
    width: 85rem;
    z-index: 5;
    background-color: #9D988C;
    border-radius: 1px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
   }
 
  
   .menu_three .desc{
    position: absolute;
    width: 100%;
    margin-top: 1rem;
    border-radius: 3px;
    height: 50px;
    background-color: #495867;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Aglet Sans', sans-serif;
   }
   .menu_three .one{
    position: absolute;
    margin-top: 19rem;
    display: flex;
    justify-content: center;
   }
   .menu_three .two{
    position: absolute;
    margin-top: 44rem;
    display: flex;
    justify-content: center;
   }
   .menu_three .three{
    position: absolute;
    margin-top: 69rem;
    display: flex;
    justify-content: center;
   }
   .menu_three .four{
    position: absolute;
    margin-top: 93.4rem;
    display: flex;
    justify-content: center;
   }
   .menu_three .item_four {
    height: 97%;
    object-fit: contain;
   }
   
   .menufour_heading{
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 59px;
    margin-top: -16rem;
    height: 3rem;
    width: 85rem;
    z-index: 5;
    background-color: #9D988C;
    border-radius: 1px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
   }
   .menufour_heading h2{
    font-family: 'Aglet Sans',sans-serif;
    font-weight: 500;
    padding-left: 0px;
  }
   .menu_four{
    width: 100%;
    height: auto;
    margin-top: 262rem;
    display: grid;
    position: absolute;
    grid-template-columns: auto;
    row-gap: 100px;
    justify-content: center;
  }
  .menu_four .desc{
    position: absolute;
    width: 100%;
    margin-top: 1rem;
    border-radius: 3px;
    height: 50px;
    background-color: #495867;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Aglet Sans', sans-serif;
   }
   .menu_four .one{
    position: absolute;
    margin-top: 19rem;
    display: flex;
    justify-content: center;
   }
   .menu_four .two{
    position: absolute;
    margin-top: 43.5rem;
    display: flex;
    justify-content: center;
   }
   .menu_four .three{
    position: absolute;
    margin-top: 68.5rem;
    display: flex;
    justify-content: center;
   }
   .menu_four .four{
    position: absolute;
    margin-top: 92.5rem;
    display: flex;
    justify-content: center;
   }
   .menu_four .desc h3{
    font-size: 20px;
    font-weight: 500;
    color: #f4f4f4;
   }

   .menu_four .item_one {
      margin-left: 11rem;
      margin-right: 11rem;
   }
   .menu_four .item_two{
    margin-left: 15rem;
    height: 290px;
    width: 174px;
    object-fit: cover;
   }
   .menu_four .item_three {
    margin-left: 11rem;
    margin-right: 11rem;
   }

   .menu_four .item_four {
    margin-left: 11rem;
    margin-right: 11rem;
    height: 97%;
    object-fit: contain;
   }

  
}