* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a {
  text-decoration: none;
}
#front {
  width: 100%;
  height: 100vh;
  background: url(https://cdn.dribbble.com/users/6233932/screenshots/17418958/media/3de059f2c7f7f18dff36d18b2593f1ce.jpg?resize=1000x750&vertical=center);
  background-size: cover;
}
nav {
  display: flex;
  align-items: center;
 justify-content: space-between;
  padding: 30px 100px;
}
.logo {
  width: 6rem;
}
nav ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  font-size: 22px;
  align-items: center;
}
nav ul li a {
  color: black;
  position: relative;
  padding: 5px 0;
  font-weight: bold;
}
nav ul li a:hover {
  color: blue;
  font-weight: bold;
}
nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background: black;
  transition: 0.2s;
  bottom: 0;
}
nav ul li a:hover:after {
  width: 100%;
}
.btn {
  color:white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 16px 40px;
  border-radius: 600px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background-size: 152% 100%;
  background: black;
  border: 2px solid white;
  margin-right: -80px;
}
.btn:hover {
  background: transparent;
  border: 3px solid white;
  color: black;
  font-weight: bold;
}

.content h1{
  font-size:60px;
  color: black;
  margin-top:190px;
  margin-left: 75px;
  text-decoration: underline;
}
.content h2{
  color: blue;
  font-size:25px;
  margin-left: 78px;
  margin-top: -20px;
  text-decoration: overline;
}
.content p{
  font-size:20px;
  color: white;
  margin-left: 78px;
}
.content{
  position: absolute;
}
#sell{
  text-align: center;
  background-color: rgba(255, 255, 255, 0.923);

}
#sell .container{
  display: flex;
  justify-content: space-between;
  padding: 0px 12px;
  flex-wrap: wrap;
  margin-right: 5px;
}
.sell_1{
  margin-bottom: 10px;
}
#sell h1{
  font-size: 40px;
  padding: 20px;
  font-family: "Poppins";
  color: black;
}
#sell .sell_1{
  width: 23%;
  min-width: 250px;
  padding: 10px 18px;
  border: 5px solid rgb(150, 212, 150);
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.02);
  margin-left: 10px;
  transition: 0.2s ease;
  gap:10px;
}
#sell .sell_1:hover{
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.06);
}

#sell .sell_1 .img1{
  width: 100%;
  border-radius: 20px;
  height: 200px;
}
#sell .sell_1 .des{
  text-align: center;
  padding: 10px 0px;
}
.des span{
  font-weight: 500;
}
.des p{
  font-weight: 700;
  font-size: larger;
}
.des .button{
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 40px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  background-size: 152% 100%;
  background: rgb(10, 99, 10);
  margin-top: 5px;
}
#sell .view{
  align-items: center;
  color: aliceblue;
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px 40px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  background: blue;
  background-size: 152% 100%;
  margin-top: 10px;
}
#sell .view:hover{
 background: black;
}
.des .button:hover{
  background: black;
}
#newsletter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: black;;
  padding: 50px;
  margin-top: 25px;
}
.left h4{
  color: white;
  font-size: 30px;
  font-weight: 600;
  margin-left: 20px;
}
.left p{
  color: rgb(203, 197, 197);
  margin-left: 20px;
}
.right input{
  height: 3.125rem;
  padding: 0 1.25em;
  font-size: 14px;
  width: 500px;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
}
.right Button{
  color: white;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  font-weight:500;
  background-size: 150% 100%;
  background-color: blue;
  padding: 13.5px 21px;
  border-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 4px;
}
.right button:hover{
  background-color: rgb(10, 99, 10);
}
#last{
   display: flex;
   background-color: transparent;
   padding: 100px;
}
#last h4{
  font-size: 18px;
  margin-left: -30px;
  margin-top: -45px;
}
.logo{
  margin-left: -90px;
  margin-top: -10px;
  cursor: pointer;
}
.gmail{
  margin-right: 5px;
}
.insta{
  margin-right: 5px;
}
.logo .fb{
  margin-left: 78px;
  margin-top: -35px;
  margin-bottom: 20px;
}
.Footer {
  Background:black;
  Font-Size: 15px;
  Padding: 10px;
}
.Footer-Inner {
  Margin: 0 Auto;
  Padding: 20px;
  Display: Flex;
  list-style: none;
  Align-Items: Center;
  Justify-Content: Space-Between;
}
.Footer Div {
  Display: Flex;
  Align-Items: Center;
  text-align: center;
}
.Footer ul {
  font-size: 18px;
  list-style: none;
  Display: Flex;
  Flex-Wrap: Wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  
}
.Footer li {
  Margin-Right: 30px;
  Margin-Bottom: 20px;
  color: white;
  font-weight: 400;
}
.Footer a{
  color:white;
  padding: 5px;
  font-size: larger;
}
.Footer a:hover{
  color:yellow;}
.copyy{
  font-size: 22px;
  text-align: center;
  color: white;
  background-color: black;
}
.request{
  width:700px;
  padding:20px;
  font-size:23px;
   margin-left:auto;
  margin-right:auto;
   margin-top:10px;
  border-style: 0.2px solid;
  border-color:black;
  border-radius:10px;
   background:rgb(10, 99, 10);
   color:white;
}
.request:hover{
  background:black;
}
