* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  background-color: #f6f2f0;
}

.hero {
  width: 100%;
  height: 840px;
  background-color: #ee4a1e;
  padding: 32px 50px;
}

/* navstyle */
nav {
  display: flex;
  justify-content: space-between;
}

.nav-list {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-list li a {
  text-decoration: none;
  color: #000000;
}

nav ul li {
  font-size: 24px;
  font-weight: 600;
}

nav ul li a:hover {
  color: rgb(48, 47, 47);
  transition: 0.4s;
}

/* contant style */
.hero-contant {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.contant-text {
  color: #000000;
  font-weight: 400;
  font-size: 110px;
  position: relative;
}

.contant-text img {
  position: absolute;
  top: 10px;
  right: 250px;
}

.contant-img {
  width: 500px;
  height: 500px;
}

.contant-p {
  margin-top: -100px;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  width: 650px;
  font-family: Oswald;
}

.contant-btn {
  background-color: #000000;
  font-size: 24px;
  font-weight: 600;
  border: none;
  outline: none;
  border-radius: none;
  width: 260px;
  height: 68px;
  color: white;
  margin-top: 50px;
}

.contant-btn:hover {
  background-color: rgb(48, 47, 47);
  transition: 0.4s;
}

/* main  */
main {
  background-color: #f6f2f0;
  width: 100%;
  height: 1922px;
}

.upper {
  padding: 90px 32px;
  display: flex;
  justify-content: space-around;
}

.upper-text {
  color: #ee4a1e;
  font-size: 72px;
  font-weight: 400;
  width: 700px;
  height: 360px;
  text-transform: uppercase;
  font-family: Bowlby One;
}

.upper-img {
  margin-top: 160px;
  width: 640px;
  height: 477px;
}

.upper-img img {
  width: 640px;
  height: 425px;
}

.img-title {
  width: 640px;
  margin-left: 95px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

.lower {
  padding: 0 32px 80px;
  display: flex;
  justify-content: space-around;
}

.lower-img {
  width: 640px;
  height: 640px;
}

.lower-text {
  color: #ee4a1e;
  width: 500px;
  height: 360px;
  margin-top: 150px;
}

.lower-title {
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
}

.lower-textDetails {
  line-height: 150%;
  font-size: 24px;
  font-weight: 400;
  margin-top: 30px;
}

/* different */
.different {
  position: relative;
  width: 100%;
  height: 600px;
}

.different-img {
  width: 100%;
  height: 600px;
}

.play {
  width: 500px;
  height: 600px;
  top: 0px;
  left: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
}

.play p {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  z-index: 2;
}

.organic-img {
  margin-top: -50px;
  position: absolute;
  margin-left: 50px;
}

/* our-burgers */
.our-burgers {
  margin: 130px 50px;
  color: #ee4a1e;
}

.ourburger-title {
  font-size: 72px;
  font-weight: 400;
}

.ourburger-text {
  font-size: larger;
  font-size: 24px;
  font-weight: 400;
  width: 800px;
  line-height: 150%;
}

/* cards */
.cards {
  display: flex;
  justify-content: space-between;
}

.card {
  width: 323px;
  height: 455px;
  margin-top: 50px;
  background-color: white;
}

.card img {
  width: 323px;
  height: 323px;
}

.card-title {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
  text-align: center;
}

.card-text {
  font-weight: 400;
  color: #000000;
  margin-top: 25px;
  text-align: center;
}

.lines {
  margin-top: -30px;
  width: 100%;
  height: 165;
  margin-bottom: 50px;
}

.reviews {
  margin: 50px;
  color: #ee4a1e;
}

.reviews-title {
  font-size: 72px;
  font-weight: 400;
}

.reviews-text {
  margin-top: 20px;
  font-size: 24px;
  line-height: 150%;
  width: 800px;
}

/* review-cards */
.review-cards {
  display: flex;
  justify-content: space-around;
  background-color: #f6f2f0;
  width: 100%;
  height: 90vh;
}

.column1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.column2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.column3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card1 {
  width: 435px;
  height: 175px;
  background-color: white;
  padding: 25px;
  display: flex;
  gap: 15px;
}

.reviewcard-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.reviewcard-title {
  font-size: 20px;
  font-weight: 600px;
  color: #000000;
  text-transform: uppercase;
}

.review-text {
  width: 322px;
  height: 72px;
}

.card2 {
  width: 435px;
  height: 151px;
  background-color: white;
  padding: 25px;
  display: flex;
  gap: 15px;
}

.card3 {
  width: 435px;
  height: 127px;
  background-color: white;
  padding: 25px;
  display: flex;
  gap: 15px;
}

.card4 {
  width: 435px;
  height: 200px;
  background-color: white;
  padding: 25px;
  display: flex;
  gap: 15px;
}

.card5 {
  width: 435px;
  height: 175px;
  background-color: white;
  padding: 25px;
  display: flex;
  gap: 15px;
}

.card6 {
  width: 435px;
  height: 150px;
  background-color: white;
  padding: 25px;
  display: flex;
  gap: 15px;
}

.card7 {
  width: 435px;
  height: 223px;
  background-color: white;
  padding: 25px;
  display: flex;
  gap: 15px;
}

.card8 {
  width: 435px;
  height: 127px;
  background-color: white;
  padding: 25px;
  display: flex;
  gap: 15px;
}

.card9 {
  width: 435px;
  height: 175px;
  background-color: white;
  padding: 25px;
  display: flex;
  gap: 15px;
}

.fram-img {
  width: 100%;
  height: 289px;
}

.fram-img img {
  width: 100%;
  height: 289px;
  object-fit: cover;
}

.subscribe {
  width: 100%;
  height: 640px;
  background-color: #ee4a1e;
  padding: 80px 50px 60px;
  display: flex;
  justify-content: space-between;
}

.subscribe-left {
  width: 50vh;

  .subscribe-title {
    margin-top: 30px;
    font-size: 40px;
    width: 450px;
    text-transform: uppercase;
  }

  .subscribe-text {
    width: 600px;
    margin-top: 30px;
  }

  input {
    margin-top: 30px;
    padding: 15px;
    width: 414px;
    height: 59px;
    background-color: #ee4a1e;
    border: solid #000000;
    outline: none;
  }

  label {
    margin-top: 30px;
    border: solid #000000;
    padding: 15px;
    width: 131px;
    height: 59px;
    background-color: #000000;
    color: white;
  }

  div {
    display: flex;
  }

  ul {
    display: flex;
    gap: 15px;
    margin-top: 130px;
  }

  li {
    list-style: none;
  }

  a {
    text-decoration: none;
    color: #000000;
  }
}

.subscribe-img {
  width: 308px;
  height: 82px;
}

.sunscribe-right {
  margin-top: 40px;

  ul {
    display: flex;
    gap: 32px;
    list-style: none;
  }

  a {
    text-decoration: none;
    color: #000000;
  }

  li {
    font-size: 24px;
    font-weight: 600;
  }
}

.sunscribe-right ul li a:hover {
  color: rgb(48, 47, 47);
  transition: 0.4s;
}

/* ================================
   RESPONSIVE DESIGN 
==================================*/
@media (max-width: 375px) {
  body {
    font-size: 16px;
  }

  .hero {
    padding: 20px;
    height: auto;
  }

  nav {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .menu-toggle {
    display: block;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
  }

  .nav-list {
    display: none;
    flex-direction: column;
    background-color: #ee4a1e;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    padding: 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }

  .nav-list.show {
    display: flex;
  }

  .hero-contant {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .contant-text {
    font-size: 40px;
    text-align: center;
  }

  .contant-text img {
    display: none;
  }

  .contant-img {
    width: 100%;
    height: auto;
  }

  .contant-img img {
    width: 100%;
    height: auto;
  }

  .contant-p {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
  }

  .contant-btn {
    width: 100%;
    font-size: 18px;
    height: 50px;
  }

  .upper,
  .lower {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .upper-text,
  .lower-text {
    font-size: 28px;
    width: 100%;
    text-align: center;
  }

  .upper-img,
  .lower-img {
    width: 100%;
    height: auto;
  }

  .upper-img img,
  .lower-img img {
    width: 100%;
    height: auto;
  }

  .img-title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
  }

  .different {
    height: auto;
  }

  .different-img {
    height: auto;
  }

  .play {
    flex-direction: column;
    width: 100%;
    left: 0;
    text-align: center;
  }

  .organic-img {
    display: none;
  }

  .our-burgers {
    margin: 50px 20px;
  }

  .ourburger-title {
    font-size: 36px;
    text-align: center;
  }

  .ourburger-text {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  .cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
    margin-bottom: 20px;
  }

  .card img {
    width: 100%;
    height: auto;
  }

  .reviews {
    margin: 30px 20px;
  }

  .reviews-title {
    font-size: 36px;
    text-align: center;
  }

  .reviews-text {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  .review-cards {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .column1,
  .column2,
  .column3 {
    width: 100%;
    align-items: center;
  }

  .card1,
  .card2,
  .card3,
  .card4,
  .card5,
  .card6,
  .card7,
  .card8,
  .card9 {
    width: 90%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .fram-img img {
    height: auto;
  }

  .subscribe {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    height: auto;
  }

  .subscribe-left {
    width: 100%;
    text-align: center;
  }

  .subscribe-left input,
  .subscribe-left label {
    width: 100%;
    margin-top: 10px;
  }

  .subscribe-left div {
    flex-direction: column;
    align-items: center;
  }

  .subscribe-left ul {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }

  .sunscribe-right ul {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
