html{
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
    
}





body {
    position: relative;
    margin: 0;
    padding: 0;
    background: white;
    font-family: 'Roboto', sans-serif;
    height: auto;
    width: auto;
     
}
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
background-color: lightgreen;
}
.spinner {
  position: absolute;
top: 48%;
left: 48%;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
.wrapper{
  width: 100%;
  margin: auto;
}
.logo img{
    position: relative;
    width: 160px;
    height: 160px;
    float: left;
    

}



.navbar {
  overflow: hidden;
  margin-left: 30%;

  
}

.navbar a {
  float: left;
  font-size: 20px;
  color: black;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  margin-top: 5%;
  font-family: "Times New Roman", Times, serif;

}



.dropdown {
  float: left;
  overflow: hidden;
  margin-top: 5%;
}

.dropdown .dropbtn {
  font-size: 20px;  
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: "Times New Roman", Times, serif;
  margin: 0;
}



.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: lightgreen;
}
.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.parralax{
margin-top: 5.5%;
/* The image used */
  background-image: url("images/cover.jpeg");
  width: 100%;


  
  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  
  background-repeat: no-repeat;
  background-size: cover;
}

.parralax h1{
    
    text-align: center;
    margin-left: 37%;
    color: solid black;
    background-color: white;
    border-radius: 25px;
    width: 300px;
    font-size: 25px;




}
 .parralax p{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 25px;
    font-family: "Times New Roman", Times, serif;
 }

 .btn {
   
  display: inline-block;
    padding: 10px 14px;
    color: yellow;
    border: 1px solid yellow;
    text-decoration: none;
    font-size: 20px;
    line-height: 120%;
    margin: 30px;
    margin-left: 42%;
    background-color: yellow
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    cursor: pointer;
}

.btn:hover {
  opacity: 0.8;
}



@media only screen and (max-width: 800px) {
  .parralax{
margin-top: 5.5%;
/* The image used */
  background-image: url("images/cover.jpeg");
  background-size: 100%;
  

  width: 100%;
  
  

  }

  .parralax h1{
    
    text-align: center;
    margin-left: 20%;
    color: solid black;
    background-color: white;
    border-radius: 25px;
    width: 250px;
    font-size: 20px;

}
.parralax p{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
 }
.btn {
   
  display: inline-block;
    padding: 10px 14px;
    color: yellow;
    border: 1px solid yellow;
    text-decoration: none;
    font-size: 20px;
    line-height: 120%;
    margin: 20px;
    margin-left: 32%;
    background-color: yellow
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    cursor: pointer;
}
}


#contact .button {
   
  display: inline-block;
    padding: 10px 14px;
    color: solid black;
    border: 1px solid black;
    text-decoration: none;
    font-size: 20px;
    line-height: 120%;
    margin: 30px;
    margin-left: 20%;
    background-color: yellow
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    cursor: pointer;
}

.button:hover {
  opacity: 0.8;
}

#contact{
    width: 100%;
    
}

.contact{
    width: 100%;

   display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12rem;
  
  margin-bottom: 2rem;
}

@media only screen and (max-width: 800px) {

  .contact{
    width: 100%;

   display: block;
  
  
  
}

iframe{
    margin-left: 5%;
    width: 250;
    height: 300;
    margin-bottom: 0px;


    
}
.contact h3{
  margin-left: 20%;
}

}


#calculator{
    width: 50%;

    margin-left: 20%;
    
    background-color: lightgreen;
    justify-content: center;
    align-items: center;



}

#calculator h1{

    margin-left: 30%;
}
#calculator h4{
    margin-left: 13%;
}

#calculator h3{
    margin-left: 7%;
}
#calculator #a1{
    width: 100px;
    height: 50px;
    font-size: 20px;
    margin-left: 10%;
    
    
    

}

#calculator #a2{
    width: 100px;
    height: 50px;
    font-size: 20px;
    margin-left: 11%;
    
    
    

}

#calculator #result{
    width: 100px;
    height: 50px;
    font-size: 20px;
    margin-left: 18.5%;
    

    

}

@media only screen and (max-width: 800px) {

  #calculator{
    width: 90%;

    margin-left: 5%;
    
    background-color: lightgreen;
    justify-content: center;
    align-items: center;



}

#calculator h1{

    margin-left: 20%;
}
#calculator h4{
    margin-left: 13%;
}

#calculator h3{
    margin-left: 7%;
}
#calculator #a1{
    width: 100px;
    height: 30px;
    font-size: 15px;
    margin-left: 10%;
    
    
    

}

#calculator #a2{
    width: 100px;
    height: 30px;
    font-size: 15px;
    margin-left: 11%;
    
    
    

}

#calculator #result{
    width: 100px;
    height: 30px;
    font-size: 15px;
    margin-left: 18.5%;
    

    

}
label{
    font-size: 20px;



  }
}
label{
    font-size: 25px;

}

iframe{
    margin-bottom: 0px;

    margin-left: 30%;
}
#contact {
  
  display: inline-block;
}
#contact ul{
    margin-left: 18%;
    
}
#contact h1{

    text-align: center;
    margin-left: 37%;
    color: white;
    background-color: green;
    border-radius: 25px;
    width: 200px;
    font-size: 30px;
}

@media only screen and (max-width: 800px) {

  #contact h1{

    text-align: center;
    margin-left: 25%;
    color: white;
    background-color: green;
    border-radius: 25px;
    width: 200px;
    font-size: 30px;
}


  }


#products {
  
  height: auto;
  width: auto;
  margin: auto;
  overflow: auto;
  padding: 0 2rem;

}





#products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  
  margin-bottom: 2rem;
  border-radius: 20px;
}

.products h1{
    text-align: center;
    margin-left: 37%;
    color: white;
    background-color: green;
    border-radius: 25px;
    width: 250px;
    font-size: 35px;

}

#products img{

    height: 270px;
    width: 270px;
    border-radius: 20px;
}



#products:nth-child(even) img {
  order: 3;
}




@media only screen and (max-width: 800px) {
  #products {
    display: block;
    margin-top: 30px;
    


  }

  .products h1{

    margin-top: 180px;
    text-align: center;
    margin-left: 20%;
    color: white;
    background-color: green;
    border-radius: 25px;
    width: 250px;
    font-size: 30px;
    

}

#products img{
    
    margin: 7px;
    height: 270px;
    width: 290px;
    border-radius: 20px;
    
}
}
footer{
    width: 100%;
    height: 40px;
    background-color: green;
    color: white;
    margin-top: 8%;
    text-align: center;
}

.about{
     margin-left: 10%;
     border-radius: 25px;
     height: 300px;
     width: 1000px;
    

}
.about h1{
    justify-content: center;
    align-content: center;
   text-align: center;
    margin-left: 37%;
    color: white;
    background-color: green;
    border-radius: 25px;
    width: 200px;
    font-size: 35px;
}

.about p{
    color:  green;
    text-align: center;
    justify-content: center;
    font-size: 25px;
    font-family: "Times New Roman", Times, serif;
    
    
}

@media only screen and (max-width: 800px) {
  .about h1{
    justify-content: center;
    align-content: center;
   text-align: center;
    margin-left: 7%;
    color: white;
    background-color: green;
    border-radius: 25px;
    width: 200px;
    font-size: 30px;
}
.about p{
    color:  green;
    width: 30%;
    font-size: 22px;
    font-family: "Times New Roman", Times, serif;;

  }
}

#delivery{

    margin-left: 20%;
    position: relative;
    display: flex;
}
#delivery img{
    margin-left: 5%;
    width: 400px;
    height:350px;
    border-radius: 50px;
}

#delivery p{
     font-family: "Times New Roman", Times, serif;
     font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.delivery h1{
    text-align: center;
    margin-left: 37%;
    color: white;
    background-color: green;
    border-radius: 25px;
    width: 300px;
    font-size: 30px;
}

.delivery h2{
    margin-left: 30%;

}

.bins {
    text-align: center;
    margin: 5%;
}
.bins h1{
    text-align: center;
    margin-left: 30%;
    color: white;
    background-color: green;
    border-radius: 25px;
    width: 500px;
    font-size: 30px;
}
#bins{
    
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  
  margin-bottom: 2rem;
  border-radius: 20px;
}



#bins img{
    
  }

  @media only screen and (max-width: 800px) {

    .bins h1{
    text-align: center;
    margin-left: 5%;
    color: white;
    background-color: green;
    border-radius: 25px;
    width: 300px;
    font-size: 27px;
}
#bins{
  display: block;


}
#bins img{
  width: 100%;

    
  }
 }
#mybutton {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#mybutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#mybutton:hover {
  cursor: pointer;
  background-color: #333;
}
#mybutton:active {
  background-color: #555;
}
#mybutton.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */


  #mybutton {
    margin: 30px;
  }

  .media{
    margin-top: 0px;
    float: right;
  }
.fa {
  padding: 10px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius:25%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background: red;
  color: white;
}


