@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "League Spartan", sans-serif;
}

.flex-large {
  display: flex;
}

.hero {
  height: 70vh;
  width: 60%;
  background-image: url(../images/desktop-image-hero-1.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.logo, .mob-logo {
  cursor: pointer;
}

.mobile1 {
  background-image: url(../images/desktop-image-hero-1.jpg);
}

.mobile2 {
  background-image: url(../images/desktop-image-hero-2.jpg);
}

.mobile3 {
  background-image: url(../images/desktop-image-hero-3.jpg);
}

.mobile-header {
  display: none;
}

.desktop-header {
  display: flex;
  gap: 11%;
  padding: 6%;
}

.close-btn {
  display: none;
}

.nav-items {
  display: flex;
  list-style: none;
  gap: 18%;
  color: white;
  font-size: 110%;
  cursor: pointer;
}

.list-item .hover-underline {
  display: none;
}

.list-item:hover .hover-underline {
  display: block;
  letter-spacing: -2px;
  margin-left: 25%;
  margin-top: -4px;
}

.logo {
  margin-left: auto;
  margin-right: auto;
}

.button {
  position: absolute;
  bottom: 0px;
  right: -1.8vw;
  display: flex;
}

.mobile-menu {
  display: none;
}

.shadow {
  display: none;
}

.btn {
  padding: 100% 94%;
  background-color: black;
}

.btn:hover {
  background-color: hsl(0, 0%, 27%);
}

.item-desc {
  padding: 6.5%;
  width: 40%;
}

.shop-now-btn {
  margin-top: 8.4%;
  display: flex;
  gap: 14px;
}

.shop-now-btn:hover {
  cursor: pointer;
  opacity: 40%;
}

.shop-btn {
  background: transparent;
  padding: 0;
  width: 140%;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.right-section {
  display: flex;
  height: 30vh;
}

.right-img {
  width: 31.5vw;
}

.desc2 {
  padding: 3% 2.5%;
}

.toggle {
  cursor: pointer;
}

#shop {
  text-transform: uppercase;
  letter-spacing: 0.7rem;
  font-weight: 300;
}

#item-desc-title {
  font-size: 300%;
  margin-bottom: 4.5%;
  line-height: 2.8rem;
  font-weight: 700;
  width: 450px;
}

#desc, #desc2 {
  color: hsl(0, 0%, 63%);
  line-height: 3vh;
  font-size: 103%;
}

#desc {
  width: 430px;
}

#desc2 {
  width: 520px;
  height: 110px;
  padding-right: 3%;
}

.desc2 {
  width: 37vw;
}

#item-desc-title2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5rem;
  margin-bottom: 2.3%;
}

@media only screen and (max-width: 925px) {
  .flex-large {
    display: block;
  }
  .hero {
    width: 100%;
  }
  .item-desc {
    width: 100%;
    padding: 10%;
    margin-top: 0;
    margin-bottom: 6%;
  }
  .desc2 {
    padding: 12% 10%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  #desc2 {
    width: 400px;
    height: 140px;
    padding-right: 3%;
    margin-bottom: 15%;
  }
  #desc {
    width: 400px;
  }
  .mobile-menu {
    display: flex;
    padding: 11% 7%;
    background-color: white;
    margin-top: -22%;
    position: fixed;
    width: 100%;
    z-index: 30;
  }
  .nav-items {
    margin-left: auto;
    margin-right: 25%;
    font-size: 110%;
    font-weight: bold;
  }
  .shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: 0.6;
    z-index: 20;
    pointer-events: none;
  }
  .mobile-menu, .shadow {
    display: none;
  }
  .desktop-header {
    display: none;
  }
  #item-desc-title2 {
    letter-spacing: 0.35rem;
  }
  .right-section {
    display: block;
  }
  .right-img {
    width: 100%;
  }
  .desktop-header {
    display: none;
  }
  .mobile-header {
    padding: 9% 6%;
    display: flex;
  }
  .btn {
    padding: 30px 34px;
  }
  #desc {
    font-size: 103%;
  }
}
@media only screen and (max-width: 725px) {
  .hero {
    background-image: url(../images/mobile-image-hero-1.jpg);
    width: 100%;
    height: 60vh;
  }
  .mobile1 {
    background-image: url(../images/mobile-image-hero-1.jpg);
  }
  .mobile2 {
    background-image: url(../images/mobile-image-hero-2.jpg);
  }
  .mobile3 {
    background-image: url(../images/desktop-image-hero-3.jpg);
  }
}
@media only screen and (max-width: 1250px) {
  .hero {
    background-position: left;
  }
  .button {
    bottom: 0;
    right: 0vw;
  }
  .btn {
    padding: 30px 34px;
  }
  .right-section {
    display: block;
    margin-top: 0;
  }
  .right-img {
    width: 100%;
    height: 140%;
  }
  .desc2 {
    width: 100%;
    padding: 7%;
  }
  .item-desc {
    padding: 30px 25px;
    margin-top: 9%;
  }
}
@media only screen and (min-width: 1570px) {
  .button {
    right: -1.4vw;
  }
  .btn {
    padding: 100% 122%;
  }
  .item-desc {
    font-size: large;
  }
  #item-desc-title {
    width: 500px;
  }
  #desc {
    width: 500px;
  }
  #desc2 {
    width: 620px;
  }
}/*# sourceMappingURL=main.css.map */