@import url("https://fonts.googleapis.com/css2?family=Work+Sans&display=swap");
@font-face {
  font-family: Magna;
  src: url(/fonts/Magna.ttf);
}
@font-face {
  font-family: std;
  src: url(/fonts/Century\ Gothic\ Std\ Regular.otf);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}

li {
  list-style: none;
}

.heromain {
  height: 90vh;
  background-image: url(/images/anna-kumpan-99eEkSEr8iI-unsplash.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  flex-direction: column;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0.7rem;
  padding-left: 3rem;
  padding-right: 3rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-right: 3rem;
}
.navbar li {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 28px;
  text-align: center;
  font-family: std;
  color: #081323;
}

nav {
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.searchicon {
  background-color: #000000;
  border-radius: 9px;
  padding: 1rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.searchicon img {
  width: 1rem;
}

.secondmain,
.box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rectangle {
  position: absolute;
  width: 100%;
  height: 6rem;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 83.65%);
}

.secondmain {
  padding: 1rem;
  gap: 4rem;
}

.box {
  gap: 1rem;
}
.box img {
  width: 2rem;
}

.box__text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.box__text h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  color: #081323;
  font-size: 1.2rem;
}
.box__text p {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 20px;
  color: #828282;
}

.introtext {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10rem;
  top: 35vh;
  flex-direction: column;
  line-height: 4.2rem;
  font-family: Magna;
  color: white;
}
.introtext h1 {
  font-size: 3rem;
}
.introtext h2 {
  font-size: 3rem;
}
.introtext span {
  font-size: 4rem;
  text-transform: uppercase;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bestsellers__section {
  margin-top: 3rem;
  padding: 2rem;
  font-family: "Work Sans";
  position: relative;
  width: 70%;
}
.bestsellers__section h1,
.bestsellers__section h2 {
  font-size: 3rem;
  color: #000000;
  font-family: std;
}
.bestsellers__section p {
  margin-top: 1rem;
  font-size: 1rem;
  color: #757575;
}

.card {
  width: 15rem;
  height: 17rem;
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  padding: 1rem;
  position: relative;
  gap: 1rem;
  border-radius: 30px;
}
.card .text {
  display: grid;
  place-items: center;
}

.row__text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  width: 90%;
}

.card .title {
  font-family: "Work Sans";
  font-size: 0.9em;
  font-weight: 400;
  color: #000000;
}

.card .price {
  font-family: "Work Sans";
  font-size: 0.9em;
  color: #757575;
}

.text {
  max-width: 55px;
}

.image img {
  background: rgb(241, 241, 241);
  width: 10rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
}

.bestseller__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 5rem;
}

.big__image {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.add__section {
  margin-top: 3rem;
  width: 95%;
}
.add__section img {
  width: 100%;
}
.add__section .add__text {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.add__section .add__text p, .add__section .add__text h1 {
  font-family: std;
}
.add__section .add__text p {
  color: #757575;
}
.add__section .add__text h1 {
  color: #000000;
  font-size: 1.3rem;
}

/* CSS */
.button-23 {
  background-color: #FFFFFF;
  border: 1px solid #222222;
  border-radius: 30px;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-family: std;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  outline: none;
  padding: 13px 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow 0.2s, transform 0.1s;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  width: 10%;
}

.button-23:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow 0.2s;
}

.button-23:active {
  background-color: #F7F7F7;
  border-color: #000000;
  transform: scale(0.96);
}

.button-23:disabled {
  border-color: #DDDDDD;
  color: #DDDDDD;
  cursor: not-allowed;
  opacity: 1;
}

footer {
  margin-top: 5rem;
  margin-bottom: 3rem;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .footerfull {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
footer .box_footer {
  margin-top: 2rem;
  font-family: std;
}
footer .box_footer h5 {
  color: #000000;
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
footer .box_footer ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #757575;
  font-size: 0.7rem;
}/*# sourceMappingURL=main.css.map */