@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.hero {
  display: flex;
  width: 100%;
  height: 100vh;
}

.left-col {
  flex-basis: 30%;
  height: 100%;
  background: #e80707;
  position: relative;
}

.fa-solid.fa-bars {
  margin: 40px;
  font-size: 30px;
  color: #fff;
}

.logo {
  margin-left: 80px;
  margin-top: -35px;
}
.logo h1 {
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
}
.logo p {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  opacity: 0.7;
  margin-left: 2px;
  margin-top: -10px;
}
.white-bar {
  position: absolute;
  height: 20px;
  width: 280px;
  background: #fff;
  top: 180px;
  right: 0;
}

.right-col {
  flex-basis: 70%;
  height: 100%;
  position: relative;
}

.navbar {
  position: absolute;
  right: 45px;
  top: 85px;
  display: flex;
}
.navbar li {
  list-style: none;
  margin: 0 40px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.fa-solid.fa-magnifying-glass {
  margin-right: 25px;
}
.fa-solid.fa-user {
  margin-left: 35px;
}

.red-bar {
  position: absolute;
  height: 20px;
  width: 280px;
  background: #e80707;
  top: 180px;
  left: 0;
}
.red-bar span {
  position: absolute;
  height: 20px;
  width: 6px;
  background: #e80707;
  top: 0;
  left: 287px;
}

.quote-text {
  width: 400px;
  top: 200px;
  right: -20px;
  position: absolute;
  color: #fff;
}

.quote-text p {
  margin: 10px 0;
  color: #ffffffc7;
  font-size: 22px;
}

.quote-text .fa-quote-left {
  font-size: 50px;
  opacity: 0.5;
}
.quote-text .fa-quote-right {
  font-size: 50px;
  margin-left: 100px;
  opacity: 0.5;
}

.small-img {
  bottom: 50px;
  right: -43px;
  position: absolute;
}
.border-img {
  position: relative;
}
.border-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 132%;
  height: 128%;
  background: #e80707;
  z-index: -1;
}
.border-img::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -38%;
  transform: translate(-50%, -50%);
  width: 10%;
  height: 128%;
  background: #e80707;
  z-index: -1;
}
.small-img::after {
  content: "\276f";
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 120px;
  left: -100px;
  color: #fff;
  font-size: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  transform: rotate(-90deg);
}
.small-img::before {
  content: "\276f";
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 30px;
  left: -100px;
  color: #fff;
  font-size: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  transform: rotate(90deg);
}

.line-1 {
  width: 2px;
  height: 80px;
  background: #fff;
  position: absolute;
  right: -40px;
  bottom: 34px;
}
.line-1::after {
  content: "02/04";
  position: absolute;
  top: -30px;
  left: -17px;
  font-size: 11px;
  letter-spacing: 1px;
  transform: rotate(-90deg);
  color: #fff;
}

.feature-img {
  position: absolute;
  top: 160px;
  right: 140px;
  width: 373px;
}
.feature-img .menu {
  float: right;
  margin-bottom: 15px;
}
.feature-img .big-image {
  width: 100%;
}

.bottom-bar {
  height: 7px;
  width: 185px;
  background: #e80707;
  position: absolute;
  right: 0;
  bottom: -100px;
}

.bottom-bar span {
  height: 7px;
  width: 7px;
  background: #e80707;
  position: absolute;
  right: 192px;
  top: 0px;
}
.feature-img h1 {
  position: absolute;
  top: 41%;
  right: 51%;
  font-size: 85px;
  font-weight: 300;
  color: #efefef;
  transform: rotate(-90deg);
}

.text-box {
  position: absolute;
  top: 30%;
  left: 4%;
  width: 460px;
}
.text-box h2 {
  font-size: 62px;
  font-weight: 100;
  line-height: 60px;
}

.text-box p {
  font-size: 18px;
  margin-top: 30px;
  padding-right: 20px;
  color: #555;
}

.text-box::after {
  content: "\276f";
  position: absolute;
  bottom: -70px;
  right: 40px;
  font-size: 25px;
  transform: rotate(90deg);
}
.line-2 {
  position: absolute;
  right: 85px;
  bottom: -55px;
  width: 70px;
  height: 2px;
  background: #000;
}
.line-2 span {
  position: absolute;
  right: 75px;
  width: 5px;
  height: 2px;
  background: #000;
}

.vertical-menu {
  position: absolute;
  bottom: 235px;
  left: -145px;
  transform: rotate(-90deg);
}
.vertical-menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.icons-box{
  width: 22px;
  position: absolute;
  right: 45px;
  bottom: 140px;
  text-align: center;
}
.icons-box .social-icons .fa-brands{
  margin: 20px 0;
}

.fa-cart-shopping{
  margin-top: 60px;
  font-size: 25px;
  color:#fff;
  position: relative;
}
.fa-cart-shopping::after{
  content: '';
  background: #e80707;
  position: absolute;
  width: 50px;
  height: 50px;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 1300px) {
  .quote-text {
    width: 300px;
    margin-right: 20px;
  }
  .text-box {
    top: 75%;
    left: 18%;
  }
  .bottom-bar {
    bottom: -5px;
  }
  .vertical-menu {
    margin-left: -15px;
  }
  .icons-box{
    bottom: 235px;
  }
}
@media screen and (max-width: 1000px) {
  .quote-text {
    width: 200px;
    margin-right: 20px;
  }
  .vertical-menu {
    margin-left: -35px;
  }
}
