/*-------------------------*/
/*------- CSS RESET -------*/
/*-------------------------*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
  --black: #000000;
  --white: #ffffff;
  --red: #f2276b;
  --gray: #ababab;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: 'Source Sans 3', sans-serif;
  background: var(--white);
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

html,
body {
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
  border: 0;
}

ul,
ol {
  list-style: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
pre {
  margin: 0;
}

h1,
h2,
h3 {
  line-height: 1;
}

@media screen and (max-width: 960px) {
  h1,
  h2,
  h3 {
    line-height: 1.3;
  }
}
section {
  width: 100%;
}

/*------------------------------------*/
/*-------------- STYLES --------------*/
/*------------------------------------*/
.header {
  width: 100%;
}
.header-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .header-img {
    height: 80vh;
  }
}
.img-credit-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.9rem;
  width: 100%;
  max-width: 98.5rem;
  margin: 0 auto;
  padding: 1.8rem 0 3rem 3rem;
}
.img-credit-wrap-2 {
  padding: 1.8rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  .img-credit-wrap,
  .img-credit-wrap-2 {
    padding: 1rem 1rem 0 1rem;
  }
}
.img-credit {
  color: var(--gray);
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .img-credit {
    font-size: 1.4rem;
  }
}
.img-credit-icon {
  width: 2rem;
  height: 1.6rem;
}
@media screen and (max-width: 640px) {
  .img-credit-icon {
    width: 1.8rem;
    height: 1.4rem;
  }
}
.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 102.4rem;
  margin: 0 auto;
}
.h1 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 7.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding: 0 1.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .h1 {
    font-size: 5.6rem;
    padding: 0 1rem;
    margin: 3rem 0;
  }
}
@media screen and (max-width: 640px) {
  .h1 {
    font-size: 3.8rem;
  }
}
.pink-span {
  background: var(--red);
  color: var(--white);
}
.date {
  color: var(--gray);
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 640px) {
  .date {
    font-size: 1.4rem;
  }
}
.paragraph {
  max-width: 80.4rem;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.57;
  margin-top: 6rem;
  align-self: flex-start;
  padding: 0 1rem;
}
@media screen and (max-width: 640px) {
  .paragraph {
    font-size: 1.6rem;
    margin-top: 3rem;
    padding: 0 1rem;
  }
}
.c-paragraph::first-letter {
  initial-letter: 2;
  font-family: 'EB Garamond', sans-serif;
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.35;
  margin-right: 0.5rem;
}
@media screen and (max-width: 640px) {
  .c-paragraph::first-letter {
    font-size: 6.4rem;
  }
}
.highlight-pink {
  color: var(--red);
  font-weight: bold;
}

.h2 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.36;
  align-self: flex-start;
  margin: 6rem 0 2.5rem 0;
  padding: 0 1rem;
}
@media screen and (max-width: 640px) {
  .h2 {
    font-size: 2.8rem;
    margin: 3rem 0;
  }
}
.quote-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5.3rem;
}
@media screen and (max-width: 1024px) {
  .quote-wrap {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.quote-paragraph {
  max-width: 45.5rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .quote-paragraph {
    max-width: 60rem;
    margin: 0;
  }
}
.quote {
  width: 100%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1024px) {
  .quote {
    max-width: 60rem;
  }
}
@media screen and (max-width: 640px) {
  .quote {
    max-width: 95%;
  }
}
.quote-text {
  position: relative;
  display: block;
  font-family: 'EB Garamond', sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  padding: 7.2rem 5rem 3.8rem 14.7rem;
}
@media screen and (max-width: 640px) {
  .quote-text {
    font-size: 1.6rem;
    padding: 5rem 5rem 5rem 11rem;
  }
}
.quote-text::before {
  position: absolute;
  content: '';
  top: 4rem;
  left: 6rem;
  width: 8rem;
  height: 100%;
  background-image: url(./img/quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
@media screen and (max-width: 640px) {
  .quote-text::before {
    position: absolute;
    content: '';
    top: 3rem;
    left: 4rem;
    width: 6rem;
    height: 100%;
    background-image: url(./img/quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
  }
}
.image-2-wrap {
  max-width: 82rem;
  margin-top: 6rem;
}
@media screen and (max-width: 640px) {
  .image-2-wrap {
    margin-top: 3rem;
  }
}
.h2-2 {
  align-self: center;
  width: 100%;
  max-width: 79rem;
  text-align: left;
  padding: 0 1rem;
}
.paragraph-2 {
  max-width: 79rem;
  align-self: center;
  margin: 0;
  padding: 0 1rem;
}
.quote-2-wrap {
  width: 100%;
  max-width: 64rem;
  display: flex;
  justify-content: flex-end;
}
.quote-2 {
  max-width: 56.2rem;
  background-color: unset;
  margin: 8rem 0 6rem 0;
}
@media screen and (max-width: 640px) {
  .quote-2 {
    margin: 3rem 0 1rem 0;
  }
}
.quote-text-2 {
  padding: 2.2rem 0 2.2rem 11.7rem;
}
@media screen and (max-width: 640px) {
  .quote-text-2 {
    padding: 5rem 5rem 5rem 11rem;
  }
}
.quote-text-2::before {
  top: 1rem;
  left: 1rem;
}
@media screen and (max-width: 640px) {
  .quote-text-2::before {
    top: 3rem;
    left: 4rem;
  }
}
.image-3-wrap {
  width: 100%;
  height: 100vh;
}
.image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.5s ease-in-out;
}
.h2-margin {
  margin-top: 9rem;
}
@media screen and (max-width: 640px) {
  .h2-margin {
    margin-top: 3rem;
  }
}
.image-4-wrap {
  width: 100%;
  max-width: 102.4rem;
  margin: 0 auto;
  margin-top: 9.9rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 640px) {
  .image-4-wrap {
    margin: 3rem 0;
  }
}
.image-4 {
  width: 100%;
}
.quote-3 {
  max-width: 63rem;
  margin-top: 7.8rem;
}
@media screen and (max-width: 640px) {
  .quote-3 {
    max-width: 95%;
    margin-top: 3rem;
  }
}
.quote-text-3 {
  padding: 8.5rem 8.3rem 7.7rem 17.6rem;
}
@media screen and (max-width: 640px) {
  .quote-text-3 {
    padding: 5rem 5rem 5rem 11rem;
  }
}
.quote-text-3::before {
  top: 6rem;
  left: 8rem;
}
@media screen and (max-width: 640px) {
  .quote-text-3::before {
    top: 3rem;
    left: 4rem;
  }
}
.social {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5rem;
  margin: 6rem 0;
}
@media screen and (max-width: 640px) {
  .social {
    gap: 3rem;
    margin: 3rem 0;
  }
}
.social-text {
  width: 100%;
  max-width: 28.2rem;
  color: var(--black);
  text-align: center;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.53;
  border-bottom: 2px solid #000;
  padding-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .social-text {
    font-size: 2rem;
    border-bottom: 1px solid #000;
    padding-bottom: 1.5rem;
  }
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 640px) {
  .social-icons {
    gap: 3rem;
  }
}
.social-icon {
  max-width: 18rem;
}
@media screen and (max-width: 640px) {
  .social-icon {
    max-width: 4rem;
  }
}
.footer {
  width: 100%;
  padding: 4.6rem 0;
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 3rem 0;
  }
}
.footer-text {
  color: var(--white);
  text-align: center;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  .footer-text {
    font-size: 1.4rem;
  }
}
.footer-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 640px) {
  .footer-wrap {
    gap: 3rem;
  }
}
.miss7-logo {
  max-width: 16rem;
}
@media screen and (max-width: 640px) {
  .miss7-logo {
    max-width: 9rem;
  }
}
.jana-nails-logo {
  max-width: 10rem;
}
@media screen and (max-width: 640px) {
  .jana-nails-logo {
    max-width: 5rem;
  }
}
.divider {
  height: 5rem;
  width: 0.1rem;
  background-color: var(--white);
}
