* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

.container {
  margin: 0 auto;
  max-width: 1220px;
}

.header {
  height: 70px;
  background-color: #fff;
  position: fixed;
  width: 100%;
}
.header_wrapper {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  .header__menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  display: flex;
  gap: 30px;
}
.header__menu ul a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-family: "poppins";
  font-weight: 600;
}

.title {
  width: 100%;
  height: 60px;
  background-color: #000;
  padding-top: 120px;
}
.title_wrapper {
  display: flex;
  justify-content: center;
}
.title__text {
  display: flex;
  color: rgb(0, 0, 0);
  text-align: center;
  justify-content: center;
  gap: 10px;
  margin-top: -36px;
}
.title__text p {
  color: #f1f1f1;
}

.refresh {
  background-color: #451314;
}
.refresh_wrapper {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .refresh_wrapper {
    flex-direction: column-reverse;
  }
}
.refresh__image img {
  width: 600px;
  height: 688px;
}
@media only screen and (max-width: 991px) {
  .refresh__image img {
    width: 400px;
    height: 400px;
    display: flex;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .refresh__image img {
    width: 370px;
  }
}
.refresh__text {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 20px;
  padding-top: 300px;
}
@media only screen and (max-width: 991px) {
  .refresh__text {
    padding-top: 50px;
  }
}
.refresh__text--title {
  font-size: 48px;
  font-family: "Raleway";
}
@media only screen and (max-width: 991px) {
  .refresh__text--title {
    font-size: 30px;
    display: flex;
    justify-content: center;
  }
}
.refresh__text--subtitle {
  font-size: 20px;
  font-family: "Poppins";
}
@media only screen and (max-width: 991px) {
  .refresh__text--subtitle {
    font-size: 15px;
    display: flex;
    justify-content: center;
  }
}
.refresh__text--btn {
  width: 120px;
  height: 50px;
  background-color: #fff;
  border: none;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .refresh__text--btn {
    margin: auto;
  }
}

.fall_wrapper {
  display: flex;
  gap: 40px;
  padding: 30px 0;
}
@media only screen and (max-width: 991px) {
  .fall_wrapper {
    flex-direction: column;
    padding: 5px 0;
  }
}
.fall__text {
  padding-top: 200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .fall__text {
    padding-top: 40px;
    margin: auto;
  }
}
.fall__text--title {
  font-size: 40px;
  font-family: "Raleway";
}
@media only screen and (max-width: 991px) {
  .fall__text--title {
    font-size: 30px;
  }
}
.fall__text--desc {
  font-size: 16px;
  font-family: "Poppins";
}
.fall__text--btn {
  width: 120px;
  height: 40px;
  background-color: #000;
  color: #fff;
}
.fall__image {
  padding-top: 100px;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .fall__image {
    padding-top: 30px;
    flex-direction: column-reverse;
    margin: auto;
  }
}
.fall__image--img1 {
  width: 240px;
  height: 502px;
}
@media only screen and (max-width: 991px) {
  .fall__image--img1 {
    width: 350px;
  }
}
.fall__image--img2 {
  height: 502px;
  width: 266px;
}
@media only screen and (max-width: 991px) {
  .fall__image--img2 {
    width: 350px;
  }
}
.fall__image--img3 {
  height: 502px;
  width: 230px;
}
@media only screen and (max-width: 991px) {
  .fall__image--img3 {
    width: 350px;
  }
}

.background {
  height: 400px;
  background-image: url(../assets/background-2.webp);
}
@media only screen and (max-width: 991px) {
  .background {
    height: 300px;
  }
}
.background_wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
.background__text {
  display: flex;
  align-items: center;
  font-size: 45px;
  font-family: "Raleway";
  color: #fff;
  padding-top: 160px;
}
@media only screen and (max-width: 991px) {
  .background__text {
    padding-top: 120px;
    font-size: 35px;
  }
}

.clothing {
  padding-top: 100px;
  display: flex;
}
.clothing__items {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .clothing__items {
    flex-direction: column;
    margin: auto;
  }
}
.clothing__items--1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .clothing__items--1 {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .clothing__items--1 {
    margin: auto;
  }
}
.clothing__items--1--img {
  width: 420px;
  height: 332px;
}
@media only screen and (max-width: 767px) {
  .clothing__items--1--img {
    width: 350px;
    height: 300px;
    margin: auto;
  }
}
.clothing__items--1--title {
  font-size: 28px;
  font-family: "Raleway";
}
@media only screen and (max-width: 991px) {
  .clothing__items--1--title {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .clothing__items--1--title {
    margin: auto;
  }
}
.clothing__items--1--desc {
  font-size: 16px;
  font-family: "Poppins";
}
@media only screen and (max-width: 991px) {
  .clothing__items--1--desc {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .clothing__items--1--desc {
    margin: auto;
    font-size: 12px;
    font-weight: 900;
  }
}
.clothing__items--1--btn {
  width: 180px;
  background-color: #000;
  color: #fff;
  height: 45px;
}
@media only screen and (max-width: 991px) {
  .clothing__items--1--btn {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .clothing__items--1--btn {
    margin: auto;
  }
}

.subscribe {
  margin-top: 100px;
  height: 600px;
  background-image: url("../assets/background-3.webp");
}
@media only screen and (max-width: 991px) {
  .subscribe {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe {
    height: 400px;
  }
}
.subscribe_wrapper {
  padding-top: 100px;
}
.subscribe__text {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .subscribe__text {
    padding-left: 20px;
  }
}
.subscribe__text--title {
  font-size: 40px;
  font-family: "Raleway";
}
@media only screen and (max-width: 991px) {
  .subscribe__text--title {
    font-size: 30px;
  }
}
.subscribe__text--desc {
  font-size: 64px;
  font-family: "Raleway";
  width: 800px;
}
@media only screen and (max-width: 991px) {
  .subscribe__text--desc {
    font-size: 34px;
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe__text--desc {
    font-size: 24px;
    width: 300px;
  }
}
.subscribe__text--input {
  width: 400px;
  height: 40px;
  border: none;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .subscribe__text--input {
    width: 200px;
  }
}
.subscribe__text--btn {
  width: 60px;
  height: 40px;
  background: #000;
  color: #f1f1f1;
  border: none;
}

.footer {
  height: 350px;
  padding-top: 80px;
}
.footer__text {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 70px;
}
@media only screen and (max-width: 991px) {
  .footer__text {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
}
.footer__text--left ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .footer__text--left ul {
    gap: 20px;
  }
}
.footer__text--left ul a {
  font-size: 16px;
  color: #000;
  font-family: "Raleway";
  font-weight: 900;
}
.footer__text--right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .footer__text--right {
    gap: 20px;
  }
}
.footer__text--right--title {
  font-size: 28px;
  font-family: "Raleway";
}
.footer__text--right--email {
  font-size: 16px;
  font-family: "poppins";
}
.footer__text--right--email a {
  color: #000;
  font-weight: 600;
}
.footer__text--right--social {
  display: flex;
  gap: 30px;
}
.footer__text--right--social i {
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */