@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Poppins:wght@300;400;500;600;700&display=swap");

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

body {
  background-color: #f5f2f0;
}

.header-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0px 40px 50px;
  position: relative;
}

.header-section::before {
  content: "";
  background-color: #4b4b4b;
  position: absolute;
  top: 58%;
  left: 40%;
  height: 1px;
  width: 245px;
}

.header-section .logo {
  width: 90px;
  z-index: 2;
}

.navbar .nav-lists {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}

.navbar .nav-lists .list {
  padding: 0px 40px;
}

.navbar .nav-lists .list a {
  text-decoration: none;
  color: #685b5b;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.navbar .nav-lists .list a:hover {
  color: #000000;
}

.hero-image .person-image {
  width: 470px;
  height: 770px;
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.header-outer-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 38%;
  margin-right: 40px;
}

.hero-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.hero-text .hero-heading {
  font-size: 95px;
  font-family: "Merriweather", serif;
  font-weight: 900;
  margin-left: 160px;
}

.hero-heading::before,
.hero-heading::after {
  content: "\is our";
  color: #7e7e7e;
  position: absolute;
  top: 60%;
  left: 63%;
  font-size: 25px;
  font-family: "Merriweather", serif;
  font-weight: 500;
}

.hero-heading::after {
  content: "\ingredient.";
  top: 74%;
  left: 63%;
}

.hero-heading span {
  position: absolute;
  top: 12%;
  left: 7%;
  color: #000000;
}

.social-media-lists {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.social-media-list {
  width: 25px;
  margin-bottom: 45px;
}

.facebook {
  width: 15px;
}

.hero-button {
  align-self: flex-end;
}

.hero-button .btn {
  background-color: #333333;
  color: #ffffff;
  padding: 12px 40px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: 2px solid #333333;
  transition: 0.5s;
}

.hero-button .btn:hover {
  background-color: #f5f2f0;
  color: #333333;
  border: 2px solid #333333;
}

.hero-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 38%;
  margin-right: 40px;
  margin-top: 20px;
}

.footer-left {
  margin-left: 35px;
}

.footer-left .footer-lists {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  position: relative;
}

.footer-left .footer-lists .footer-list {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  color: #525252;
}

.videography::before {
  content: "";
  background-color: #4b4b4b;
  position: absolute;
  top: 23%;
  left: -19.5%;
  height: 8px;
  width: 8px;
  border-radius: 40px;
}

.graphic::before {
  content: "";
  background-color: #4b4b4b;
  position: absolute;
  top: 43%;
  left: -19.5%;
  height: 8px;
  width: 8px;
  border-radius: 40px;
}

.illustration::before {
  content: "";
  background-color: #4b4b4b;
  position: absolute;
  top: 63%;
  left: -19.5%;
  height: 8px;
  width: 8px;
  border-radius: 40px;
}
.animation::before {
  content: "";
  background-color: #4b4b4b;
  position: absolute;
  top: 83%;
  left: -19.5%;
  height: 8px;
  width: 8px;
  border-radius: 40px;
}

.footer-left .footer-lists .active {
  color: #101010;
  position: relative;
}

.footer-left .footer-lists .active::before {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 35%;
  left: -24%;
  height: 10px;
  width: 10px;
  border-radius: 40px;
}

.footer-left .footer-lists .active::after {
  content: "";
  background-color: #505050;
  position: absolute;
  top: 75%;
  left: -20%;
  height: 282px;
  width: 1px;
}

.footer-right {
  margin-right: 80px;
  margin-top: 40px;
  margin-left: 30px;
  position: relative;
}

.quote-message::before {
  content: " \❞ ";
  color: #333333;
  position: absolute;
  font-size: 65px;
  font-family: "Merriweather", serif;
  font-weight: 900;
  top: -25%;
  left: 0%;
}

.footer-right .quote-message {
  margin-bottom: 15px;
}

.footer-right .quote-message .qoute {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.people-dancing-image {
  width: 400px;
  height: 195px;
  object-fit: cover;
  object-position: center;
}

.large-arrow .arrow-line-01,
.large-arrow .arrow-line-02 {
  background-color: #4b4b4b;
  height: 19px;
  width: 2px;
  position: absolute;
  top: 66%;
  left: 122%;
  transform: rotate(135deg);
}

.large-arrow .arrow-line-02 {
  transform: rotate(221deg);
  left: 125%;
}

.qoute::before {
  content: "";
  background-color: #4b4b4b;
  position: absolute;
  top: 34%;
  left: 123.5%;
  height: 100px;
  width: 2px;
}

@media screen and (max-width:850px){
  .navbar .nav-lists{
    display: none;
  }
  .social-media-lists {
    margin: 20px;
}
  .header-section::before {
    display: none;
  }
  .hero-image .person-image{
    display: none;
  }
  .header-outer-div {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  
  .hero-text .hero-heading {
    font-size: 55px;
    font-family: "Merriweather", serif;
    font-weight: 900;
    margin-left: 160px;
}
.hero-button {
  align-self: center;
}
.hero-footer {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
}