@import url("https://fonts.googleapis.com/css2?family=Baskervville&family=Nunito+Sans:wght@400;700&display=swap");
@font-face {
  font-family: "Avenir Light";
  src: url("../assets/fonts/avenir-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #191919;
  background-color: #f8f6f4;
  scroll-behavior: smooth;
}

nav {
  font-family: Baskervville, serif;
}

nav img {
  display: inline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Baskervville, serif;
  font-weight: 400;
}

p {
  font-size: 18px;
  line-height: 1.6;
  color: #535353;
}

main > section {
  padding: 96px 24px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.about-me-btn,
.service-quote-btn,
#home-wedding-next,
#home-party-next,
#home-photo-submit,
#home-classes-submit {
  display: block;
  text-align: center;
  width: 200px;
  margin: 48px auto 0;
  padding: 16px;
  background: none;
  border: 1px solid #535353;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #535353;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.about-me-btn:hover,
.service-quote-btn:hover,
#home-wedding-next:hover,
#home-party-next:hover,
#home-photo-submit:hover,
#home-classes-submit:hover {
  background-color: #b99692;
  border-color: #b99692;
  color: #fff;
}

header {
  width: 100%;
  min-height: 100vh;
  background-image: url("../assets/imgs/home/header image.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-top: 320px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 192px;
  box-sizing: border-box;
}
header > img:first-of-type {
  display: none;
}
header .header-logo {
  display: block;
  width: 100%;
  max-width: 650px;
  height: auto;
  margin-bottom: 8px;
}
header p {
  font-family: "Avenir Light", "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
  max-width: 600px;
  margin-bottom: 96px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
header #consultation-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 48px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-family: Baskervville, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.3s ease;
}
header #consultation-btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

#about {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
}
#about .about-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 32px;
}
#about .about-image-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 300px;
}
#about .about-image-wrapper .about-portrait {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
#about .about-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
}
#about .about-text-wrapper .cb-icon-small {
  width: 40px;
  color: #e3b6b1;
  margin-bottom: 24px;
}
#about .about-text-wrapper h2 {
  text-align: left;
  font-size: 48px;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 16px;
}
#about .about-text-wrapper p {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}
#about .about-text-wrapper .action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#about .about-text-wrapper .action-row .about-me-btn {
  margin: 0;
  margin-top: 24px;
  display: inline-block;
  padding: 24px 32px;
  background: none;
  border: 1px solid #535353;
  font-family: Baskervville, serif;
  font-size: 18px;
  color: #535353;
  cursor: pointer;
  transition: all 0.3s ease;
}
#about .about-text-wrapper .action-row .about-me-btn:hover {
  background-color: #b99692;
  border-color: #b99692;
  color: #fff;
}
#about .about-text-wrapper .action-row .signature-img {
  height: 90px;
  width: auto;
  transform: rotate(-10deg);
}
#about .brands-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
#about .brands-container .brands {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 904px;
  margin: 0 auto;
  justify-items: center;
  align-items: center;
}
#about .brands-container .brands img {
  width: 100%;
  max-width: 120px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
}
#about .brands-container .brands img:nth-child(7) {
  transform: scale(1.3);
  margin-top: 4px;
}

#portfolio {
  background-color: #fae9e7;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding: 0;
}
#portfolio h2 {
  font-family: Baskervville, serif;
  font-size: 80px;
  font-weight: 300;
  color: #725a58;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 128px;
}
#portfolio hr {
  width: 200px;
  height: 1px;
  background-color: #e3b6b1;
  border: none;
  margin: 32px auto;
}
#portfolio p {
  max-width: 500px;
  font-family: "Avenir Light", "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #191919;
  margin-bottom: 32px;
}
#portfolio > a {
  display: inline-block;
  text-align: center;
  min-width: 160px;
  padding: 18px 30px;
  background: none;
  border: 1px solid #535353;
  font-family: Baskervville, serif;
  font-size: 16px;
  color: #535353;
  cursor: pointer;
  transition: all 0.3s ease;
}
#portfolio > a:hover {
  background-color: #b99692;
  border-color: #b99692;
  color: #fff;
}
#portfolio #img-gallery {
  width: 100%;
  margin-top: 96px;
  margin-bottom: 96px;
  display: flex;
  justify-content: center;
}
#portfolio #img-gallery .gallery-item {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#portfolio .quotes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  width: 100%;
  margin-bottom: 96px;
}
#portfolio .quotes .quote-left,
#portfolio .quotes .quote-right {
  display: none;
}
#portfolio .quotes .quote-default {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

#services {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#services h2 {
  font-family: Baskervville, serif;
  font-size: 80px;
  font-weight: 300;
  color: #725a58;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#services hr {
  width: 200px;
  height: 1px;
  background-color: #e3b6b1;
  border: none;
  margin: 32px auto;
}
#services p {
  max-width: 437px;
  font-family: "Avenir Light", "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #191919;
}
#services #service-options {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  max-width: 1154px;
  margin-top: 96px;
}
#services #service-options .service,
#services #service-options .service-wedding {
  position: relative;
}
#services #service-options .service a,
#services #service-options .service-wedding a {
  display: block;
  width: 100%;
  height: 100%;
}
#services #service-options .service img,
#services #service-options .service-wedding img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
#services #service-options .service-wedding {
  width: 400px;
  position: relative;
}
#services #service-options .service {
  width: 300px;
  transition: all 0.3s ease;
}
#services #service-options .service .offset-border {
  opacity: 0;
  position: absolute;
  top: 0px;
  right: -20px;
  width: 90%;
  height: 95%;
  border: 1px solid #e3b6b1;
  z-index: 1;
  pointer-events: none;
}
#services #service-options .service:hover .offset-border {
  opacity: 1;
}
#services #service-options .service:hover {
  transform: scale(120%);
}

#classes {
  background-color: #fae9e7;
}
#classes h2 {
  font-family: Baskervville, serif;
  font-size: 80px;
  font-weight: 400;
  color: #725a58;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
  text-align: center;
}
#classes #classes-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  text-align: left;
}
#classes .classes-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#classes #all-classes {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 586px;
}
#classes .individual-class {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px 16px 24px;
  gap: 10px;
  transition: all 0.3s ease;
}
#classes .individual-class .class-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#classes .individual-class .class-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
#classes .individual-class .class-title h4 {
  font-family: Baskervville, serif;
  font-size: 36px;
  font-weight: 400;
  color: #725a58;
  line-height: 1.3;
}
#classes .individual-class p {
  font-family: "Avenir Light", "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #535353;
  padding-left: 48px;
}
#classes .individual-class:hover {
  background-color: rgba(227, 182, 177, 0.6078431373);
}
#classes .award-icon {
  width: 32px;
  height: 32px;
}
#classes .arrow-icon {
  width: 40px;
  height: 40px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
#classes .arrow-icon:hover {
  opacity: 1;
}
#classes .classes-portrait {
  position: relative;
  width: 400px;
  flex-shrink: 0;
}
#classes .classes-portrait .portrait-border {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 18px;
  right: 18px;
  border: 1px solid #ffffff;
  z-index: 2;
  pointer-events: none;
}
#classes .classes-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#classes .all-classes-btn {
  display: block;
  text-align: center;
  width: 160px;
  margin-top: 48px;
  padding: 16px;
  background: none;
  border: 1px solid #535353;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #535353;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
#classes .all-classes-btn:hover {
  background-color: #b99692;
  border-color: #b99692;
  color: #fff;
}

#beauty-tips {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#beauty-tips h3 {
  font-family: Baskervville, serif;
  font-size: 48px;
  font-weight: 300;
  color: #725a58;
  margin-bottom: 48px;
}
#beauty-tips #video-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
#beauty-tips #video-collection .video-item {
  width: 297px;
  height: 292px;
}
#beauty-tips #video-collection .video-item:hover {
  filter: brightness(0.7);
}
#beauty-tips .beauty-tips-btn {
  display: block;
  text-align: center;
  min-width: 160px;
  margin-top: 48px;
  padding: 24px 32px;
  background: none;
  border: 1px solid #535353;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #535353;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
#beauty-tips .beauty-tips-btn:hover {
  background-color: #b99692;
  border-color: #b99692;
  color: #fff;
}

@media (max-width: 768px) {
  .service-quote-btn,
  .all-classes-btn {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .about-me-btn,
  .all-classes-btn,
  #portfolio > a {
    width: 100%;
    max-width: 400px;
    display: inline-flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  #about {
    padding-top: 48px;
  }
  #about .about-container {
    flex-direction: column;
    gap: 96px;
    align-items: center;
  }
  #about .about-image-wrapper {
    width: 100%;
    max-width: 320px;
  }
  #about .about-text-wrapper {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  #about .about-text-wrapper h2 {
    text-align: center;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 16px;
  }
  #about .about-text-wrapper p {
    text-align: center;
    margin-bottom: 48px;
  }
  #about .about-text-wrapper .action-row {
    flex-direction: column-reverse;
    gap: 32px;
    width: 100%;
    align-items: center;
  }
  #about .about-text-wrapper .action-row .about-me-btn {
    margin-top: 0;
  }
  #about .about-text-wrapper .action-row .signature-img {
    height: 50px;
    width: auto;
  }
  #about .brands-container {
    gap: 48px;
  }
  #about .brands-container .brands-divider {
    max-width: 90%;
  }
  #about .brands-container .brands {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 100%;
    padding: 0 24px;
  }
  #about .brands-container .brands img {
    max-width: 110px;
    height: 40px;
    opacity: 1;
  }
  #about .brands-container .brands img:nth-child(7) {
    transform: scale(1.1);
    margin-top: 0;
  }
  #portfolio h2 {
    font-size: 40px;
    margin-top: 48px;
  }
  #portfolio p {
    padding: 0 24px;
  }
  #portfolio #img-gallery {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  #portfolio .quotes {
    padding: 0 8px;
    gap: 24px;
  }
  #portfolio .quotes .quote-left,
  #portfolio .quotes .quote-right {
    width: 20px;
  }
  #portfolio .quotes .quote-default {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #services h2 {
    font-size: 40px;
  }
  #services #service-options {
    flex-direction: column;
    gap: 48px;
    margin-top: 48px;
  }
  #services #service-options .service,
  #services #service-options .service-wedding {
    width: 100%;
    max-width: 400px;
  }
  #classes h2 {
    font-size: 40px;
  }
  #classes #classes-container {
    flex-direction: column;
    align-items: center;
    gap: 96px;
  }
  #classes .classes-text-wrapper {
    align-items: center;
    width: 100%;
  }
  #classes #all-classes {
    max-width: 100%;
  }
  #classes .individual-class {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    padding: 32px 0;
    border-bottom: none;
  }
  #classes .individual-class .class-info {
    align-items: center;
    gap: 16px;
  }
  #classes .individual-class .class-title {
    flex-direction: column;
    gap: 8px;
  }
  #classes .individual-class .class-title h4 {
    font-size: 32px;
    text-align: center;
  }
  #classes .individual-class p {
    padding-left: 0;
  }
  #classes .individual-class > a {
    margin-top: 8px;
    display: flex;
    justify-content: center;
  }
  #classes .all-classes-btn {
    margin-left: 0;
    margin-top: 24px;
  }
  #classes .classes-portrait {
    width: 100%;
    max-width: 400px;
    margin-top: 24px;
  }
}/*# sourceMappingURL=styles.css.map */