@font-face {
  font-family: 'fahkwang-light';
  src: url("../fonts/Fahkwang-Light.ttf");
}

@font-face {
  font-family: 'fahkwang-semibold';
  src: url("../fonts/Fahkwang-SemiBold.ttf");
}

html { scroll-behavior: smooth; }

body {
  background-color: white;
  color: black;
  font-family: fahkwang-light, ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
}

.content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 61px;
  z-index: 1;
  background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1) 80%, rgba(255,255,255,0));
}

.content .header {
  position: relative;
  height: 25px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.content .header .menu {
  display: flex;
  font-size: 18px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.content .header .menu .item {
  padding-left: 18px;
  padding-right: 18px;
}

.content .header .login a,
.content .header .menu .item a,
.content .follow a {
  color: black;
  text-decoration: none;
}

.content .header .login a:hover,
.content .header .menu .item a:hover {
  text-shadow: 1px 1px 2px magenta;
  transition: text-shadow 0.5s;
}

.content .header .right {
  position: relative;
  height: 25px;
  width: 300px;
  position: absolute;
  right: 0px;
}

.content .header .right .login {
  position: absolute;
  right: 12px;
}

.content .header .links {
  position: absolute;
  top: 13px;
  left: 12px;
}

.content .header .links a {
  margin-right: 16px;
}

.content .header .links a img {
  width: 32px;
  height: 32px;
}

.content .contact,
.content .main,
.content .follow {
  display: flex;
  margin-top: 102px;
  margin-bottom: 30px;
}

.content .contact .column,
.content .main .column,
.content .follow .column {
  flex: 1 1 512px;
  padding-left: 20px;
  padding-right: 20px;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

h2,
h1 {
  font-family: fahkwang-light, ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: -0.01em;
}

.main h2,
.main h1 {
  opacity: 0;
  font-family: fahkwang-light, ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
}

.main h2.visible,
.main h1.visible {
  animation: fadeIn 3s ease-in-out;
  opacity: 1;
}

.content .main p.product {
  font-weight: bold;
  color: magenta; 
}

.content .main .column:first-of-type h1 {
  font-size: 64px;
  padding-top: 128px;
  text-align: center;
  margin: 0;
}

.content .main .column:first-of-type h2 {
  font-size: 24px;
  font-weight: 400;
  padding-top: 18px;
  padding-bottom: 74px;
  line-height: 1.25em;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 0;
}

.image-1 {
  background: url("../images/anna-yellow-bandeau.jpg");
  background-repeat: no-repeat;
}

.image-2 {
  background: url("../images/anna-pink.jpg");
  background-repeat: no-repeat;
}

.image-3 {
  background: url("../images/anna-beach.jpg");
  background-repeat: no-repeat;
}

.follow h1 {
  font-size: 64px;
  text-align: center;
}

.follow .image {
  background: url("../images/anna-red-dress.jpg");
  background-repeat: no-repeat;
  width: 512px;
  height: 659px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(5deg);
  border-radius: 18px;
}

.follow .social {
  position: relative;
  width: 420px;
  font-size: 28px;
  border: 3px solid magenta;
  margin-top: 40px;
  padding: 12px 20px 12px 70px;
  border-radius: 16px;
}

.follow .social .logo {
  position: absolute;
  top: 12px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 16px;
}

.follow .social.instagram .logo {
  background-image: url("../images/insta-icon.png");
}

.follow .social.x .logo {
  background-image: url("../images/x-logo-black.png");
}

.follow .social.onlyfans .logo {
  background-image: url("../images/onlyfans.png");
}

.follow .social:first-of-type {
  margin-top: 190px;
}

.content .main p {
  font-size: 21px;
  text-align: center;
}

.content .portfolio {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 102px;
  margin-bottom: 30px;
}

.content .portfolio .images {
  display: flex;
}

.content .portfolio .images .column:first-of-type {
  margin-right: 30px;
}

.content .portfolio .images .image {
  width: 480px;
  margin-bottom: 35px;
}

.content .portfolio .images .image img {
  width: 480px;
}

.content .portfolio .images .image .title {
  background-color: #444;
}

.content .portfolio .images .image .title  a {
  color: white;
  text-decoration: none;
  margin-left: 4px;
}

.content .portfolio .images .image .description {
  text-align: center;
}

.content .about {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 125px;
  margin-bottom: 30px;
}

.content .about .top {
  display: flex;
  margin-bottom: 48px;
}

.content .about .top .title {
  width: 500px;
  font-size: 72px;
  text-align: center;
  padding-top: 120px;
}

.content .about .top .image {
  width: 500px;
  padding-left: 40px;
}

.content .about .top .image img {
  width: 360px;
  transform: rotate(5deg);
  border-radius: 18px;
}

.content .about .bio {
  margin-left: 16px;
  margin-right: 16px;
  font-size: 22px;
  text-align: center;
}

.content .products {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 125px;
  margin-bottom: 30px;
}

.content .products .top {
  display: flex;
  margin-bottom: 48px;
}

.content .products .top .title {
  width: 500px;
  font-size: 72px;
  text-align: center;
  padding-top: 120px;
}

.content .products .top .image {
  width: 500px;
  padding-left: 40px;
}

.content .products .top .image img {
  width: 360px;
  transform: rotate(5deg);
  border-radius: 18px;
}

.content .products img.intimaly {
  width: 1000px;
}

.content .products p {
  font-size: 22px;
}


.content .contact {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.content .contact .column:last-of-type {
  padding-left: 80px;
}

.contact h1 {
  margin-top: 120px;
}

.contact form div {
  margin-bottom: 8px;
}

.contact form div span {
  width: 80px;
  display: inline-block;
}

.contact form div input[type="text"] {
  width: 260px;
  display: inline-block;
}


.contact .image {
  background: url("../images/anna-contact.jpeg");
  background-repeat: no-repeat;
  width: 512px;
  height: 811px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(5deg);
  border-radius: 18px;
}

@media only screen and (max-device-width:480px) {
  .content {
    width: 100%;
  }

  .content .fixed {
    height: 188px;
  }

  .content .header .links a img {
    height: 72px;
    width: 72px;
    margin-right: 16px;
  }

  .content .header .menu {
    font-size: 28px;
    position: absolute;
    top: 100px;
    left: 30px;
  }

  .content .header .menu .item {
    padding-left: 10px;
    padding-right: 12px;
  }

  .content .contact,
  .content .main,
  .content .galleries,
  .content .about {
    margin-top: 145px;
    display: block;
  }

  .content .contact .column,
  .content .main .column {
    width: auto;
  }

  .content .galleries h1,
  .content .about h1,
  .content .main .column:first-of-type h1 {
    font-size: 94px;
  }

  .content .galleries h1,
  .content .about h1,
  .content .main .column:first-of-type h2 {
    font-size: 54px;
  }

  .content .main p.bio,
  .content .main p.product {
    font-size: 42px;
  }

  img.banner {
    width: 100%;
  }

  .content .follow {
    display: block;
  }
  
  .content .follow .column .image {
    display: none;
  }

  .follow .social:first-of-type {
    margin-top: 20px;
  }

  .follow .social {
    width: 720px;
    font-size: 48px;
    border: 5px solid magenta;
    padding: 12px 20px 12px 170px;
    border-radius: 26px;
  }

  .follow .social .logo {
    position: absolute;
    top: 12px;
    left: 20px;
    background-size: 62px 62px;
    width: 62px;
    height: 62px;
    margin-right: 16px;
  }

  .content p {
    font-size: 20px;
  }

  .content .about {
    margin-top: 210px;
  }

  .content .about .bio {
    font-size: 42px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .content .portfolio .images .image .description {
    font-size: 38px;
  }

  .content .products {
    margin-top: 210px;
  }

  .content .products img.intimaly {
    width: 960px;
  }

  .content .products p {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    width: 900px;
  }

  .content .galleries .gallery-list .gallery {
    width: 480px;
    margin-left: 24px;
  }

  .content .galleries .gallery-list .gallery img {
    width: 420px;
  }

  .content .galleries .gallery-list .gallery .title {
    font-size: 38px;
  }

  .contact h1 {
    font-size: 92px;
  }

  .contact form div span,
  .contact form div input,
  .contact form div textarea {
    font-size: 34px;
  }

  .contact form div {
    margin-bottom: 18px;
  }

  .contact form div span {
    width: 180px;
  }

  .contact form div input[type="text"] {
    width: 460px;
  }

  .contact form div textarea {
    width: 640px;
  }

  .contact .sent {
    font-size: 52px;
  }
}