* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: sans-serif;
  background-color: snow;
}
.logo {
  height: 50px;
  width: 50px;
  border-radius: 10px;
  position: relative;
  top:8px;
  left:20px;
}

nav {
  height: 10vh;
  background: #5b78c7;
 
}

.nav-links {
  display: flex;
  list-style: none;
  width: 50%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.landing {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing h1 {
  margin: 100px;
  font-size: 50px;
  color: #ae5fce;
}

@media screen and (max-width: 768px) {
  .line {
    width: 30px;
    height: 3px;
    background: white;
    margin: 5px;
  }
  nav {
    position: relative;
  }

  .hamburger {
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
  }

  .nav-links {
    position: fixed;
    background: #5b78c7;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(100px at 90% -10%);
    -webkit-clip-path: circle(100px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
  }
  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
  }
  .why {
    text-align: center;
    background-color: snow;
    
  }
  .meat {
    border-radius: 40px;
    
    margin-left: 30px;
    margin: 10px;
    padding: 10px;
  }
  .erchi {
    text-align: center;
    font-style: italic;
    margin: 10px;
    border: solid grey;
    border-radius: 20px;
    padding: 10px;
  }
  .landing {
    flex-direction: column;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-links li a {
    font-size: 25px;
  }
  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
  li.fade {
    opacity: 1;
  }
}
.skc {
  color:white;
  font-size: 25px;
  position: relative;
  top: 5px;
  left: 10px;
  border: solid black;
  border-radius: 20px;
  display: inline-block;
  padding: 10px;
}
.love {
  width: 100%;
}
.quote {
  
text-align: center;

top:300px;
color: white;
font-family: Times New Roman;
font-size: 30px;
  opacity: 80%;
  margin: 20px;
  background-color: lightBlue;
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  background-color: black;
  position: relative;
  z-index: ;
}
.mySlides {
  display: none;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.sell {
background-color:black;
  color: white;
  font-size: 20px;
  width:100%;
  font-size: 50px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin:25px;
  text-align: center;
  font-family: arial;
  width: 75%;
  display:block;
  border: solid;
  margin-left: 50px;
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: black ;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}
.buy {
  color: white;
  text-decoration: none;
}

.card button:hover {
  opacity: 0.7;
}

.footer{
  background-color: black;
  color: white;
  font-size: 20px;
}
.container {
  padding: 16px;
}
input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
.registerbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}
.registerbtn:hover {
  opacity:1;
}
.register {
  border: none ;
  margin: 10px;
  padding:10px;
  background-color: white;
  
}
.cancelbtn,.signupbtn {
  height: 50px;
  width: 75px;
  margin: 10px;
}
.clearfix {
  font-size: 10px;
  font-style: bold;
}
