*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 85.5%;
    scroll-behavior: smooth;
}
body{
    font-family: "Lato", sans-serif;
    color: #ff0000;
    font-size: 1.5rem;
    line-height: 1.6rem;
}
nav{
  font-size: 2.4rem;
}

.nav-link:link, .nav:link :visited{
   color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
}
.nav-link:hover, .nav-link:active{
  color: var{--primary-color};
}

/* Header */

.header{
  width: 100%;
  height: 70%;
  background-color: #055a4d;
  font-weight: 500;
  align-content: center;

 font-size: medium;
 justify-content: baseline;

}
/* Hero Section */

.hero-section  h1{
  font-size: 3.5rem;
  letter-spacing: 0.4px;
  color: antiquewhite;
  line-height: 1.0;
  margin-bottom: 1.2rem;
  margin-left: 75px;

}
.featured h2{
  font-size: 4rem;
  line-height: 1.3;
}

.hero-section{
  padding: 2.8rem 0;
  
}


.hero-section p{
  font-size: 1rem;
  line-height: 1.5;
  color: #ffff;
  margin-left: 75px;
  letter-spacing: 0.3px;
  margin-top: 1;
  

}
/* hero Section Button OrderH */

.hero-section button{
  margin-left: 75px;
  background-color:#3e7dfc;
  font-size: 1.5rem;
  border-radius: 2px;
  padding: 8px 24px;
  border: 5;


}
.hero-img{
  width: 100%;
 
  border-radius: 5px;
  box-shadow: #055a4d,10px;
  border: 5;



}




 
.card-title {
  font-size: 1.8rem;
  font-weight: bold;


}
.card-tex{
  font-size: 1.6rem;
  color: #777;
}


/* <!--Button Order Main Row Fast Food Items Image with details --> */

.featured button{
  margin-left: 37px;
  margin-top: 0;
  background-color: #055a4d;
  font-size: 1.5rem;
  border-radius: 5px;
 
}

.how-it-works-title{
  font-size: 2.4rem;
  margin-bottom: 1.2rem;

}
.how-it-works-text{
  font-size: 1.2rem;
  color: #333;
  line-height: 1.7;
}
.icon{
  width: 1.8em;
  height: 1.8rem;
  padding: 1.2rem;
  background-color: #055a4d;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 1.6rem;
}
.how-it-works{
  padding: 2.4rem;
}
.testimonials{
  padding: 5rem 0;
  background-color:#055a4d; 

}
.testimonial-text{
  color: #ffffff;

}
.testimonial-card{
  width: 50%;
}

.testimonials-name{
color: #ffffff;  

}

h3{
  font-size: 2.4rem;
}

.copyright{
  font-size: 1.5rem; 
  color: #777;
 font-weight: 600;
 margin-bottom: 0;

}

/* Change Navbar Background on collapse */

@media(max-width:982){
  nav .navbar-nav{
    background-color: #048e7c74;
    padding: 2rem;
    backdrop-filter: blur(5px);
  }
}

























/* Google Fonts */

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  