/* 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: black;
  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^ */

/* background orange spots */
.orange_spot{
  width: 20.5rem;
  height: 20.5rem;
  background-color: #D56A44;
  border-radius: 100%;
  filter: blur(75px);
}
.spot_one{
  position: absolute;
  margin-top: 30rem;
}

.spot_two{
  position: absolute;
  right: 0;
}

  /* first section */

  .section_one{
    display: flex;
    width: 100vw;
    height: 68rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .one_right{
    position: absolute;
    right: 0;
    width: 40rem;
    height: 68rem;
    
  }

  .heroimg_cont{
    position: absolute;
    width: 40rem;
    height: 48rem;
  }

  .heroimg_cont img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin-top:7rem;
    filter: drop-shadow(rgba(17, 12, 46, 0.15) 0px 100px 48px);
  }
  .one_left{
    position: absolute;
    display: flex;
    left: 0;
    width: 40rem;
    height: 68rem;
    justify-content: center;
  }

  .left_hero{
    position: absolute;
    display: flex;
    width: 100%;
    padding: 10px;
   justify-content: center;
    margin-top: 5rem;
  }

  .left_hero h1{
  font-size: 2.4em;
  font-family: 'Aglet Sans', sans-serif;
  font-weight: 500;
  text-align: right;
  padding-left: 5rem;
  padding-top: 15rem;
  z-index: 1;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);

  }

  .left_para p{
    font-family: 'Aglet Sans', sans-serif;
    font-size: 1.1em;
     z-index: 1;
  text-shadow: 1px 1.5px 1px rgba(0,0,0,0.2);

  }

  .left_para{
    padding: 10px;
    height: 50%;
    margin-top: 28rem;
    text-align: right;
    width: 100%;
  }

  /* section two */

  .section_two{
    display: flex;
    width: 100vw;
    height: 55rem;
  }
  
  .two_left{
    position: absolute;
    display: flex;
    left: 0;
    margin-left: 1rem;
    width: 49%;
    height: 42rem;
    align-content: center;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.17);
  }

  .two_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.17);
  }

  .two_right{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    width: 49%;
    height: 42rem;
    background-color: #495867c8;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.17);
    margin-right: 1rem;
  }

  .right_text{
    width: 45%;
    height: 35%;
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    border: solid 2px #f4f4f4;
     
    
  }

  .right_text p{
    text-align: justify;
    padding: 5px;
    color: #f4f4f4;
    
  }

.spot_three{
  position: absolute;
  right: 0;
  margin-top: 29rem;
}

/* section three */

.section_three{
  display: flex;
  width: 100vw;
  height: 55rem;
  /* border: 3px solid black; */
  padding-top: 10rem;
  }

  .thirdimg_cont{
    position: absolute;
   width: 47.5rem;
   height: 20rem;
   right: 0;
   margin-right: 2.5rem;
   margin-top: 5rem;
  }

  .thirdimg_cont img{
    height: 100%;
    width: 100%;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    object-fit: cover;
  }

  .left_heading{
    position: absolute;
    margin-left: 18rem;
    z-index: 1;
    width: 30%;
    height: 20%;
  }

  .left_heading h2{
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 500;
    font-size: 2.5em;
    text-align: right;
   
  }
  .left_paratwo{
    position: absolute;
    width: 22%;
    left: 0;
    height: 20%;
    margin-left: 10rem;
    margin-top: 15rem;
  }

  .left_paratwo p{
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    text-align: justify;
    
  }

  .coffee_vect{
    position: absolute;
    right: 0;
    margin-top: 18rem;
    margin-right: 5rem;
    filter: drop-shadow(0px 6.79436px 3.77464px rgba(0, 0, 0, 0.25));
  }

  .authentic{
    position: absolute;
    right: 0;
    margin-top: 12rem;
    margin-right: .5rem;
    filter: drop-shadow(0px 6.79436px 3.77464px rgba(0, 0, 0, 0.25));
  }

  .spot_four{
    margin-top: 10rem;
    margin-left: 30rem;
  }

  /* footer */
  .footer{
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #9D988C;
    width: 100vw;
    height: 150px;
    bottom: 0;
    border-top: 2px solid #333;
  }

  footer{
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: #333; */
  }

  .foot_headings{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    font-family: 'Aglet Sans';
    position: absolute;
    top: 0;
    margin-top: 2rem;
  }
  .foot_headings h2{
    font-size: 18px;
    font-weight: 500;
  }
  .foot_info{
    display: flex;
    width: 100%;
    margin-top: 1rem;
    position: absolute;
    justify-content: space-evenly;
    list-style-type: none;
  }

  .foot_info li a{
    text-decoration: none;
    color: black;
    font-family: 'Aglet Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }


  /* responsive break one */

  @media screen and (max-width: 25em) {
    /* background orange spots */
.orange_spot{
  width: 12.5rem;
  height: 12.5rem;
  background-color: #D56A44;
  border-radius: 100%;
  filter: blur(65px);
}
    .section_one{
      display: flex;
      width: 100vw;
      height: 58rem;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .one_right{
      position: absolute;
      width: 100%;
      height: 68rem;
      display: flex;
      justify-content: center;
    }
  
    .heroimg_cont{
      position: absolute;
      width: 20rem;
      height: 28rem;
      display: flex;
      justify-content: center;
    }
  
    .heroimg_cont img{
      height: 100%;
      width: 100%;
      object-fit: contain;
      margin-top: 22rem;
      filter: drop-shadow(rgba(17, 12, 46, 0.15) 0px 100px 48px);
    }
    .one_left{
      position: absolute;
      display: flex;
      left: 0;
      right: 0;
      width: 100vw;
      height: 28rem;
      justify-content: center;
    }
  
    .left_hero{
      position: absolute;
      display: flex;
      width: 100%;
      padding: 1px;
     justify-content: center;
      margin-top: 1rem;
    }
  
    .left_hero h1{
    font-size: 2em;
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 500;
    text-align: center;
    padding-left: 0rem;
    padding-top: 6rem;
    z-index: 1;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  
    }
  
    .left_para p{
      font-family: 'Aglet Sans', sans-serif;
      font-size: 1.1em;
       z-index: 1;
    text-shadow: 1px 1.5px 1px rgba(0,0,0,0.2);
  
    }
  
    .left_para{
      
      height: 50%;
      margin-top: 14rem;
      text-align: center;
      width: 100%;
    }
    /* section two */

  .section_two{
    display: flex;
    width: 100vw;
    height: 25rem;
  }
  
  .two_left{
    position: absolute;
    display: flex;
    left: 0;
    margin-left: 1rem;
    width: 39%;
    height: 18rem;
    align-content: center;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.17);
  }

  .two_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.17);
  }

  .two_right{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    width: 49%;
    height: 18rem;
    background-color: #495867c8;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.17);
    margin-right: 1rem;
  }

  .right_text{
    width: 85%;
    height: 75%;
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    border: solid 2px #f4f4f4;
     
    
  }

  .right_text p{
    text-align: justify;
    padding: 1px;
    color: #f4f4f4;
    
  }

.spot_three{
  position: absolute;
  right: 0;
  margin-top: 29rem;
}

/* section three */

.section_three{
  display: flex;
  width: 100vw;
  height: 35rem;
  /* border: 3px solid black; */
  padding-top: 2rem;
  }

  .thirdimg_cont{
    position: absolute;
   width: 20rem;
   height: 10rem;
   right: 0;
   margin-right: .5rem;
   margin-top: 5rem;
  }

  .thirdimg_cont img{
    height: 100%;
    width: 100%;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    object-fit: cover;
  }

  .left_heading{
    position: absolute;
    margin-left: 0rem;
    z-index: 1;
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
  }

  .left_heading h2{
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
   
  }
  .left_paratwo{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15rem;
    margin-left: 0;
  }

  .left_paratwo p{
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-align: justify;
    position: absolute;
    padding: 25px;
  }

  .coffee_vect{
    position: absolute;
    right: 0;
    margin-top: 18rem;
    margin-right: 5rem;
    z-index: -1;
    opacity: 0.2;
    filter: drop-shadow(0px 6.79436px 3.77464px rgba(0, 0, 0, 0.25));
  }

  .authentic{
    position: absolute;
    right: 0;
    margin-top: 12rem;
    margin-right: .5rem;
    z-index: -1;
    opacity: 0.2;
    filter: drop-shadow(0px 6.79436px 3.77464px rgba(0, 0, 0, 0.25));
  }

  .spot_four{
    margin-top: 10rem;
    margin-left: 30rem;
  }
  



  /* 48em = 768px */

  }



  

  /* responsive break two */
  @media screen and (min-width: 51em) and (max-width: 52em) {
    /* first section */

  .section_one{
    display: flex;
    width: 100vw;
    height: 68rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .one_right{
    position: absolute;
    right: 0;
    width: 30rem;
    height: 68rem;
    
  }

  .heroimg_cont{
    position: absolute;
    width: 30rem;
    height: 38rem;
  }

  .heroimg_cont img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin-top:7rem;
    filter: drop-shadow(rgba(17, 12, 46, 0.15) 0px 100px 48px);
  }
  .one_left{
    position: absolute;
    display: flex;
    left: 0;
    margin-left: -100px;
    width: 30rem;
    height: 68rem;
    justify-content: center;
  }

  .left_hero{
    position: absolute;
    display: flex;
    width: 100%;
    padding: 1px;
   justify-content: center;
    margin-top: 5rem;
   
  }

  .left_hero h1{
  font-size: 2em;
  font-family: 'Aglet Sans', sans-serif;
  font-weight: 500;
  text-align: right;
  padding-left: 5rem;
  padding-top: 15rem;
  z-index: 1;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);

  }

  .left_para p{
    font-family: 'Aglet Sans', sans-serif;
    font-size: 1.1em;
     z-index: 1;
  text-shadow: 1px 1.5px 1px rgba(0,0,0,0.2);

  }

  .left_para{
    padding: 10px;
    height: 50%;
    margin-top: 28rem;
    text-align: right;
    width: 100%;
  }

  /* section two */

  .section_two{
    display: flex;
    width: 100vw;
    height: 55rem;
  }
  
  .two_left{
    position: absolute;
    display: flex;
    left: 0;
    margin-left: 1rem;
    width: 49%;
    height: 42rem;
    align-content: center;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.17);
  }

  .two_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.17);
  }

  .two_right{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    width: 49%;
    height: 42rem;
    background-color: #495867c8;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.17);
    margin-right: 1rem;
  }

  .right_text{
    width: 45%;
    height: 55%;
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    border: solid 2px #f4f4f4;
     
    
  }

  .right_text p{
    text-align: justify;
    padding: 5px;
    color: #f4f4f4;
    
  }

.spot_three{
  position: absolute;
  right: 0;
  margin-top: 29rem;
}

/* section three */

.section_three{
  display: flex;
  width: 100vw;
  height: 55rem;
  /* border: 3px solid black; */
  padding-top: 10rem;
  }

  .thirdimg_cont{
    position: absolute;
   width: 47.5rem;
   height: 20rem;
   right: 0;
   margin-right: 2.5rem;
   margin-top: 5rem;
  }

  .thirdimg_cont img{
    height: 100%;
    width: 100%;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    object-fit: cover;
  }

  .left_heading{
    position: absolute;
    margin-left: 8rem;
    z-index: 1;
    width: 50%;
    height: 20%;
  }

  .left_heading h2{
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 500;
    font-size: 2em;
    text-align: right;
   
  }
  .left_paratwo{
    position: absolute;
    width: 30%;
    left: 0;
    height: 20%;
    margin-left: 10rem;
    margin-top: 26rem;
  }

  .left_paratwo p{
    font-family: 'Aglet Sans', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    text-align: justify;
    
  }

  .coffee_vect{
    position: absolute;
    right: 0;
    margin-top: 18rem;
    margin-right: 5rem;
    filter: drop-shadow(0px 6.79436px 3.77464px rgba(0, 0, 0, 0.25));
  }

  .authentic{
    position: absolute;
    right: 0;
    margin-top: 12rem;
    margin-right: .5rem;
    filter: drop-shadow(0px 6.79436px 3.77464px rgba(0, 0, 0, 0.25));
  }

  .spot_four{
    margin-top: 10rem;
    margin-left: 30rem;
  }

 

  }