@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
}

:root {
  --pink: #f6979d;
  --clear-text: #8c8c8c;
  --white-text: #feead3;
  --blue-text: #0a2a3d;
}

img {
  width: 100%;
}

.wrapper {
  margin-inline: 15%;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 5px solid var(--pink);
}

header img {
  width: 50%;
  margin-block: 40px;
}

#headerLogo {
  width: 25%;
}

/* container 1 */
.container01 {
  display: flex;
  justify-content: center;
}

.container01Left {
  position: relative;
}

.container01LeftText {
  position: absolute;
  left: -20px;
  top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--pink);
  width: 268px;
}

.container01LeftText h5 {
  color: var(--white-text);
  font-size: 24px;
  font-weight: 600;
  padding: 30px 20px;
  text-transform: uppercase;
}

.container01Right {
  position: relative;
  margin-top: 60px;
  margin-left: -50px;
}

.container01RightText {
  position: absolute;
  right: 255px;
  bottom: -67px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--pink);
  width: 328px;
}

.container01RightText h5 {
  color: var(--white-text);
  font-size: 24px;
  font-weight: 600;
  padding: 30px 20px;
  text-transform: uppercase;
}

/* container 2 */
.container02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 120px;

}

.container02Product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.container02 h6 {
  color: var(--clear-text);
  font-size: 24px;
  font-weight: 600;
  padding-block: 40px;
  text-transform: uppercase;
}

/* container 3 */
.container03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.container03Product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container03Product img {
  width: 75%;
}

.container03 h6 {
  color: var(--clear-text);
  font-size: 24px;
  font-weight: 600;
  padding-block: 40px;
  text-transform: uppercase;
  text-align: center;
}

/* container 4 */
.container04 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container04Description {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--pink);
  width: 380px;
}

.container04Description h5 {
  color: var(--white-text);
  font-size: 24px;
  font-weight: 600;
  padding: 30px 20px;
  text-transform: uppercase;
}

.container04ProductList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container04Product {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: 10px;
}

.container04 h6 {
  color: var(--clear-text);
  font-size: 24px;
  font-weight: 600;
  padding-block: 40px;
  text-transform: uppercase;
  text-align: center;
}

/* container 5 */
.container05 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.container05Product {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.container05Product img {
  width: 80%;
}

.container05 h6 {
  color: var(--clear-text);
  font-size: 24px;
  font-weight: 600;
  padding-block: 40px;
  text-transform: uppercase;
  text-align: center;
}

/* container 6 */
.container06 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.container06Product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container06Product img {
  width: 75%;
}

.container06 h6 {
  color: var(--clear-text);
  font-size: 24px;
  font-weight: 600;
  padding-block: 40px;
  text-transform: uppercase;
  text-align: center;
}

/* container 07 */
.container07 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container07Content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.container07Content h2 {
  color: var(--pink);
  font-size: 46px;
  font-weight: 600;
  padding-block: 40px;
}

.container07Content h3 {
  color: var(--clear-text);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20%;
  text-transform: uppercase;
}

.container07Content h6 {
  color: var(--clear-text);
  font-size: 24px;
  font-weight: 600;
  margin-top: 5%;
  text-transform: uppercase;
}

/* footer */
footer {
  display: flex;
  flex-direction: column;
}

.footerItems {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 1rem 6rem; */
}

.footerDescription {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footerDescription span {
  font-size: 1.8rem;
  color: var(--blue-text);
  font-weight: 600;
}

.footerSocial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footerIcons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerIcons img {
  width: 3rem;
  padding: 1rem;
}

.footerCopyright p {
  color: var(--blue-text);
  font-weight: 600;
  text-align: center;
}

.footerLogo {
  width: 20%;
}

/* responsive */
@media (max-width: 1250px) {
  .wrapper {
    margin-inline: 2%;
  }

  .container01LeftText {
    left: unset;
    top: unset;
  }
}

@media (max-width: 875px) {
  h6 {
    font-size: 20px !important;
  }

  .container01RightText {
    right: 75px;
  }

  .footerDescription span {
    font-size: 1rem;
  }
}

@media (max-width: 650px) {
  section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrapper {
    margin-inline: unset;
  }

  header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #headerLogo {
    width: 50%;
  }

  header img {
    width: 80%;
    margin-block: 20px;
  }

  .container01LeftText {
    position: unset;
    width: 100%;
    text-align: center;
  }

  .container01RightText {
    position: unset;
    width: 100%;
    text-align: center;
  }

  .container01Right {
    margin-left: unset;
  }

  .container02,
  .container05,
  .container07Content {
    align-items: center;
  }

  .container04Description {
    width: 100%;
    text-align: center;
  }

  .container04ProductList {
    margin-top: 40px;
    flex-direction: column;
  }

  .container04Product img {
    width: 75%;
  }

  .container07Product {
    margin-top: 40px;
  }

  .container07Content h2,
  .container07Content h3,
  .container07Content h6 {
    text-align: center;
  }

  .container07Content h2 {
    font-size: 54px;
  }

  .footerItems {
    flex-direction: column;
  }

  .footerDescription,
  .footerLogo {
    padding: 1rem;
  }
}
