* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* outline: 2px solid red; */
}

@font-face {
  font-family: recoleta;
  src: url("./assets/fonts/Recoleta.otf") format("opentype");
}

:root {
  --green: #2cbf6c;
  --black: #000000;
  --white: #ffffff;
  --bluee: #071540;
  --grayy: #f2f2f2;
  --popins: "Poppins", sans-serif;
}

body {
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  background-color: var(--white);
  /* width: 1439px; */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

a{
    text-decoration: none;
}

header {
  margin-top: 26px;
  margin-left: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo {
  font-family: "Recoleta", sans-serif;
  color: var(--green);
  font-weight: 700px;
  font-size: 45px;
  line-height: 61.2px;
  padding-top: 26px;
  padding-bottom: 41px;
  cursor: pointer;
}

.plaza {
  color: var(--black);
}

.links ul li {
  list-style: none;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--black);
  cursor: pointer;
}

.links ul li:hover {
  text-decoration: underline;
  font-size: 23px;
  text-decoration-color: #2cbf6c;
  transition: all ease-in 0.3s;
}

li.active {
  color: var(--green) !important;
  margin-right: 87px;
}

li.about {
  margin-right: 99.67px;
}

li.food {
  margin-right: 90.33px;
}

li.contact {
  margin-right: 79.25px;
}

.hero {
  margin-left: 100px;
  padding: 10px;
  display: flex;
}

.hero .content {
  margin-top: 172px;
  max-width: 673px;
}

.hero .content h1 {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 51px;
  color: var(--bluee);
  max-width: 382px;
}

.hero .content h2 {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-size: 74px;
  line-height: 111px;
  color: #212529;
  max-width: 100%;
  margin-top: 6px;
}

.hero .content p {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 36.9px;
  color: #212529;
  max-width: 593px;
  margin-top: 3px;
  font-style: normal;
}

.btns {
  margin-top: 79px;
  display: flex;
  align-items: center;
  gap: 23px;
}
.btns .button {
  background-color: var(--green);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  cursor: pointer;
  padding: 20px 30px;
  border-radius: 15px;
  /* width: 240px; */
  color: #ffffff;
  outline: none;
  border: none;
}

.button:hover {
  opacity: 0.9;
  background-color: #f2f2f2;
  color: var(--green);
  outline: 2px solid var(--green);
  transition: all 0.1s linear;
}
.btns .buttona {
  background-color: var(--white);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  cursor: pointer;
  padding: 20px 30px;
  border-radius: 15px;
  /* width: 240px; */
  color: var(--green);
  outline: none;
  border: 2px solid var(--green);
}

.buttona:hover {
  opacity: 0.9;
  background-color: #f2f2f2;
  color: var(--green);
  /* outline: 2px sol         id var(--green); */
  transition: all 0.1s ease;
}

.hero-image {
  margin-top: 72px;
  /* margin-right: 57px; */
  max-width: 721px;
}

.burgers {
  margin-top: 234px;
  margin-left: 102px;
  padding: 10px;
  margin-right: 70px;
}

.burger {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 58.5px;
  max-width: 578px;
  font-size: 39px;
}

.burger-cards h1 {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-top: 17px;
  line-height: 36px;
}

.burger-cards p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  max-width: 295px;
  margin-top: 15px;
}

.burger-cards h5 {
  text-align: center;
  margin-top: 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.burgers .burger-cards {
  margin-top: 54px;
  background: var(--grayy);
  width: 290px;
  height: 392px;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
}

.burger-cards:hover {
  background-color: var(--green);
  color: var(--white);
  transition: all 0.5s ease;
}
.svg {
  padding: 10px;
  /* background: rgba(224, 224, 224, 0.5); */
  position: absolute;
  top: 14px;
  right: 26px;
}

.card-image {
  margin-top: 60px;
  margin-left: 75px;
  margin-right: 79px;
}

.healthy-tips {
  margin-left: 100px;
  margin-top: 133px;
  padding: 10px;
}

.tips {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 42px;
  color: var(--bluee);
}

.healthy {
  font-weight: 700px;
  font-family: "Poppins", sans-serif;
  font-size: 39px;
  line-height: 58.5px;
  margin-top: 12px;
}

.tips-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  margin-right: 98px;
  margin-bottom: 367px;
}

.tips-card {
  width: 396px;
  height: 366px;
  background-color: #a6e5c2;
  border-radius: 15px;
  margin-top: 57px;
  position: relative;
}

.elipse {
  width: 71px;
  height: 71px;
  border-radius: 50px;
  background-color: var(--green);
  position: absolute;
  top: 67px;
  left: 154px;
  right: 171px;
}

.ham {
  position: absolute;
  top: 70px;
  left: 158px;
  right: 171px;
  padding: 10px;
}

.tips-card h4.meal {
  font-family: "Recoleta", sans-serif;
  font-weight: 700px;
  font-size: 39px;
  text-align: center;
  max-width: 295px;
  color: #067235;
  line-height: 53.04px;
  margin-top: 151px;
  margin-left: 86px;
  margin-right: 93px;
}
.tips-card h4.food {
  font-family: "Recoleta", sans-serif;
  font-weight: 700px;
  font-size: 39px;
  text-align: center;
  max-width: 295px;
  color: #067235;
  line-height: 53.04px;
  margin-top: 151px;
  margin-left: 120px;
  margin-right: 100px;
}

.tips-card h4.coffee {
  font-family: "Recoleta", sans-serif;
  font-weight: 700px;
  font-size: 39px;
  text-align: center;
  max-width: 295px;
  color: #067235;
  line-height: 53.04px;
  margin-top: 151px;
  margin-left: 54px;
  margin-right: 47px;
}

.deli {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #000000;
  max-width: 295px;
  max-height: 81px;
  margin-top: 13px;
  margin-left: 50px;
  margin-bottom: 367px;
}

.tips-card:hover{
    background-color: var(--green);
}
