*, *::before, *::after {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #22222b;
  line-height: 1.5; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

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

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

.text-center {
  text-align: center; }

.container {
  max-width: 1170px;
  padding-inline: clamp(10px, 1vw, 15px);
  margin: 0 auto; }

.section-title {
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: clamp(1rem, 2vw, 2rem); }
  .section-title--center {
    text-align: center; }

.section-subtitle {
  font-size: clamp(14px, 1vw, 16px);
  color: #7f7f82;
  text-align: center; }

.cta-banner {
  padding-block: clamp(2.5rem, 6vw, 6rem) clamp(3rem, 6vw, 7rem);
  background-color: #22222b;
  color: #fff;
  text-align: center; }
  .cta-banner__subtitle {
    font-size: clamp(14px, 2vw, 22px);
    margin-bottom: 0; }
  .cta-banner__title {
    font-size: clamp(25px, 2vw, 48px);
    margin-block: 0.938em 2.625em; }

.contact {
  padding-block: clamp(4rem, 6vw, 7.5rem); }

.visually-hidden {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.visually-hidden-focusable {
  position: absolute;
  left: -9999px;
  top: auto;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden; }

.visually-hidden-focusable:focus,
.visually-hidden-focusable:focus-visible {
  position: static;
  left: auto;
  top: auto;
  inline-size: auto;
  block-size: auto;
  padding: 0.5em 0.75em;
  background: #000;
  color: #fff;
  border-radius: 6px;
  outline: 2px solid #000;
  outline-offset: 2px;
  z-index: 1000; }

:root {
  --header-h: clamp(56px, 6vw, 88px); }

.hero {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100svh;
  padding-top: var(--header-h);
  padding-bottom: 0;
  justify-content: center; }
  .hero__content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .hero__title {
    font-size: clamp(30px, 4vw, 60px);
    font-weight: 300;
    position: relative;
    padding-block: 0.375em;
    padding-inline: 1.8125em;
    display: inline-block;
    margin-inline: auto; }
    .hero__title-accent {
      font-weight: 500; }
    .hero__title::before, .hero__title::after {
      content: '';
      background-repeat: no-repeat;
      width: clamp(14px, 2vw, 28px);
      height: clamp(11px, 1.5vw, 21px);
      position: absolute; }
    .hero__title::before {
      background-image: url(../img/before-title.png);
      left: 0;
      top: 0; }
    .hero__title::after {
      background-image: url(../img/after-title.png);
      right: 0;
      bottom: -0.25em; }
  .hero__scroll-btn {
    position: absolute;
    left: 50%;
    bottom: clamp(20px, 5vw, 42px);
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0; }
  .hero__scroll-icon {
    display: block;
    animation: floatY 2s ease-in-out infinite; }

@keyframes floatY {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(8px); } }
.header {
  position: absolute;
  inset: 0 0 auto 0;
  block-size: var(--header-h);
  z-index: 10; }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem; }

.about {
  padding-top: clamp(100px, 10vw, 240px);
  padding-bottom: clamp(100px, 8vw, 132px); }
  .about__inner {
    display: flex;
    gap: clamp(16px, 3vw, 32px); }
    @media (max-width: 960px) {
      .about__inner {
        flex-direction: column;
        align-items: center; } }
  .about__visual, .about__content {
    flex: 1 1 calc((100% - 32px)/2);
    min-width: 0; }
    @media (max-width: 960px) {
      .about__visual, .about__content {
        flex: 0 0 100%; } }
  .about__visual {
    position: relative; }
  @media (max-width: 960px) {
    .about__content {
      margin-bottom: 1.875em; } }
  .about__img--back {
    background-image: url(../img/work.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 0;
    inset: 10% 0 0 12%;
    transform: translate(-40%, -20%) scale(0.95);
    transform-origin: top left;
    pointer-events: none; }
    @media (max-width: 960px) {
      .about__img--back {
        display: none; } }
  .about__img--front {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    height: auto; }
  .about__caption {
    position: absolute;
    left: -4em;
    bottom: clamp(5px, 2vw, 20px);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
    z-index: 2;
    pointer-events: none; }
    @media (max-width: 960px) {
      .about__caption {
        display: none; } }
    .about__caption-line {
      width: 1px;
      height: 2em;
      background-color: #22222b; }
    .about__caption-text {
      writing-mode: vertical-rl;
      text-orientation: mixed;
      font-size: 16px;
      letter-spacing: 0.1em; }
  .about__title {
    font-size: clamp(25px, 3vw, 48px);
    font-weight: 500;
    margin-block: 0.75em 1.25em; }
  .about__text {
    color: #7f7f82;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 3em; }

.skills__item {
  margin-bottom: 1.3125em; }
.skills__bar {
  width: 0;
  height: 2px;
  background-color: #22222b;
  position: relative;
  transition: width 1.2s ease; }
  .skills__bar::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/circle.png) no-repeat;
    width: 6px;
    height: 11px; }
  .skills__bar::after {
    content: '';
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #f2f2f2;
    width: calc(100% - var(--fill, 100%)); }
.skills__info {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.skills__name, .skills__value {
  font-size: 16px;
  font-weight: 500; }

.services {
  background-color: #faf9fe;
  padding-block: clamp(80px, 10vw, 120px); }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(16px, 4vw, 48px) clamp(16px, 5vw, 31px);
    margin-block: 4em 2em; }

.service-card:hover .service-card__link-text {
  width: inherit;
  opacity: 1;
  padding-right: 9px; }
.service-card__icon {
  background-repeat: no-repeat;
  display: block;
  width: 44px;
  height: 37px;
  margin-bottom: clamp(20px, 2vw, 30px); }
  .service-card__icon--design {
    background-image: url(../img/icon01.png);
    background-size: 41px 35px; }
  .service-card__icon--photo {
    background-image: url(../img/icon02.png);
    background-size: 43px 35px; }
  .service-card__icon--web {
    background-image: url(../img/icon03.png);
    background-size: 41px 35px; }
  .service-card__icon--social {
    background-image: url(../img/icon04.png);
    background-size: 37px 37px; }
  .service-card__icon--marketing {
    background-image: url(../img/icon05.png);
    background-size: 44px 37px; }
  .service-card__icon--app {
    background-image: url(../img/icon06.png);
    background-size: 37px 37px; }
.service-card__title {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  margin-bottom: clamp(16px, 2vw, 18px); }
.service-card__text {
  color: #7f7f82;
  font-size: clamp(13px, 1vw, 14px);
  line-height: 1.8; }
.service-card__link {
  color: #22222b;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  gap: 0.75em;
  align-items: center;
  min-height: 44px;
  padding-block: 0.5em;
  overflow: hidden; }
  .service-card__link:hover .service-card__link-text, .service-card__link:focus-visible .service-card__link-text {
    opacity: 1;
    transform: translateX(0); }
.service-card__link-text {
  opacity: 0;
  transform: translateX(-0.5em);
  transition: opacity .25s ease, transform .25s ease; }
.service-card__link-line {
  width: 25px;
  height: 1px;
  background-color: #22222b;
  transition: width .25s ease; }
  .service-card__link:hover .service-card__link-line, .service-card__link:focus-visible .service-card__link-line {
    width: 40px; }

.portfolio {
  padding-block: clamp(100px, 8vw, 161px); }
  .portfolio__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: 8px;
    row-gap: 8px;
    gap: clamp(16px, 3vw, 40px);
    margin-block-start: 5.1875em;
    grid-auto-flow: dense; }
  .portfolio__item {
    display: block; }
    .portfolio__item--short {
      grid-row: span 8; }
    .portfolio__item--tall {
      grid-row: span 12; }
  .portfolio__thumb {
    inline-size: 100%;
    overflow: hidden;
    block-size: 100%; }
    .portfolio__thumb img {
      display: block;
      inline-size: 100%;
      block-size: 100%;
      object-fit: cover; }

.testimonials {
  padding-top: clamp(100px, 8vw, 122px);
  padding-bottom: clamp(80px, 10vw, 158px); }
  .testimonials__grid {
    display: flex;
    gap: clamp(2rem, 6vw, 9.375rem);
    margin-top: clamp(2em, 4vw, 3.5em); }
    @media (max-width: 850px) {
      .testimonials__grid {
        flex-direction: column; } }

.testimonial {
  flex: 0 0 calc(45% - 20px); }
  .testimonial__header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: clamp(1.56em, 4vw, 3.5em); }
    @media (max-width: 650px) {
      .testimonial__header {
        align-items: center; } }
  .testimonial__avatar {
    margin-inline-end: clamp(12px, 2vw, 20px); }
    @media (max-width: 650px) {
      .testimonial__avatar img {
        max-width: 60px; } }
  .testimonial__name {
    font-size: clamp(18px, 2vw, 22px);
    margin-block: 0.875em 0.688em; }
  .testimonial__position {
    font-size: clamp(11px, 1.2vw, 13px);
    color: #7f7f82; }
  .testimonial__body {
    position: relative;
    padding-inline-start: 1.5em;
    font-size: clamp(14px, 2vw, 18px);
    color: #7f7f82;
    font-style: italic;
    line-height: 1.8; }
    .testimonial__body::before {
      content: "\201C";
      position: absolute;
      inset-block-start: 0;
      inset-inline-start: 0;
      font-size: 1.5em;
      line-height: 1;
      color: #7f7f82; }
    .testimonial__body::after {
      content: "\201D";
      position: absolute;
      inset-block-end: 0;
      inset-inline-end: 0;
      font-size: 1.5em;
      line-height: 1;
      color: #7f7f82;
      pointer-events: none; }

.stats {
  padding-block: clamp(80px, 8vw, 100px) clamp(56px, 6vw, 82px);
  background-color: #faf9fe; }
  .stats__grid {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: clamp(16px, 4vw, 48px);
    flex-wrap: wrap; }

.stat {
  flex: 1 1 220px; }
  .stat__icon {
    inline-size: clamp(56px, 7vw, 70px);
    block-size: clamp(56px, 7vw, 70px);
    border-radius: 50%;
    margin: 0 auto clamp(14px, 2vw, 27px);
    background-color: #22222b;
    background-position: center;
    background-repeat: no-repeat; }
    .stat__icon--clients {
      background-image: url(../img/heart.png);
      background-size: 26px 23px; }
    .stat__icon--projects {
      background-image: url(../img/project.png);
      background-size: 26px 23px; }
    .stat__icon--experience {
      background-image: url(../img/experience.png);
      background-size: 26px 24px; }
    .stat__icon--awards {
      background-image: url(../img/awards.png);
      background-size: 19px 23px; }
  .stat__count {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 500;
    margin-block-end: clamp(8px, 1.5vw, 13px); }
  .stat__label {
    font-size: clamp(12px, 1.6vw, 16px);
    text-transform: uppercase;
    letter-spacing: 0.06em; }

.contact-form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center; }
  .contact-form__input, .contact-form__textarea {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    padding-block: 1.063em 1.563em;
    text-align: center;
    margin-bottom: clamp(10px, 2vw, 15px);
    transition: 0.3s;
    box-sizing: border-box; }
    .contact-form__input:focus, .contact-form__textarea:focus {
      outline: none;
      border-bottom: 1px solid #22222b; }
  .contact-form__textarea {
    padding-block: 0.75em 1.563em;
    min-height: clamp(60px, 15vw, 120px);
    margin-block-end: clamp(12px, 2vw, 35px); }

.footer {
  background-color: #22222b;
  padding-block: clamp(48px, 6vw, 64px) clamp(56px, 7vw, 69px); }
  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: clamp(14px, 1vw, 16px); }
    @media (max-width: 650px) {
      .footer__inner {
        flex-direction: column;
        gap: clamp(12px, 3vw, 20px);
        text-align: center; } }
  @media (max-width: 650px) {
    .footer__copyright {
      margin-bottom: clamp(12px, 2vw, 20px); } }

.social {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0; }
  @media (max-width: 650px) {
    .social {
      justify-content: center; } }
  .social__item {
    margin-inline: clamp(12px, 2vw, 20px); }
  .social__link {
    display: flex;
    inline-size: 44px;
    block-size: 44px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none; }
    .social__link:hover {
      opacity: .85; }
    .social__link:focus-visible {
      outline: 2px solid #fff;
      outline-offset: 2px; }

.nav {
  margin-left: auto; }
  @media (max-width: 850px) {
    .nav {
      display: none; } }
  .nav__list {
    display: flex;
    gap: 1.5em;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-end; }
  .nav__link {
    color: #22222b;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 0.375em;
    transition: 0.3s; }
    .nav__link:hover {
      border-bottom: 1px solid #22222b; }

.active {
  border-bottom: 1px solid #22222b; }

.logo__img {
  width: clamp(100px, 20vw, 135px);
  height: auto; }

.hidden {
  display: none !important; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  box-sizing: border-box;
  font: inherit;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  background-color: #22222b;
  border: 1px solid transparent;
  border-radius: 9999px;
  padding-block: 0.75em;
  padding-inline: 1.25em;
  transition: background-color 0.3s, color 0.3s; }

.btn--primary {
  background-color: #22222b;
  color: #fff; }
  .btn--primary:hover {
    filter: brightness(1.05); }

.btn--secondary {
  background-color: #fff;
  color: #22222b;
  border-color: #22222b; }
  .btn--secondary:hover {
    background-color: #22222b;
    color: #fff; }

.thankyou__modal {
  display: grid;
  place-items: center;
  z-index: 1000;
  font-size: 18px;
  position: fixed;
  inset: 0; }
.thankyou__window {
  background: #faf9fe;
  position: relative;
  color: #22222b;
  z-index: 1;
  padding: clamp(0.938rem, 4vw, 1.875rem);
  height: auto;
  border-radius: 30px;
  margin: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  max-width: 450px;
  width: 100%; }
.thankyou__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px); }
.thankyou__close {
  display: grid;
  justify-self: end;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  color: #faf9fe; }
.thankyou__line {
  position: relative; }
.thankyou__icon {
  width: 30px;
  height: 30px; }
.thankyou__button {
  display: flex;
  justify-content: center;
  align-items: center; }
.thankyou__btn {
  border: none;
  border-radius: 20px;
  background: #22222b;
  color: #faf9fe;
  padding: 10px; }
.thankyou__title, .thankyou__text {
  text-align: center; }

.net__modal {
  display: grid;
  place-items: center;
  z-index: 1000;
  font-size: 18px;
  position: fixed;
  inset: 0; }
.net__window {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #faf9fe;
  position: relative;
  color: #22222b;
  z-index: 1;
  padding: clamp(0.938rem, 4vw, 1.875rem);
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  height: 25vh;
  width: 250px; }
.net__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px); }
.net__close {
  display: grid;
  justify-self: end;
  margin-bottom: 25px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  color: #faf9fe; }
.net__icon {
  width: 30px;
  height: 30px; }
.net__line {
  position: relative; }
.net__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 10px; }
.net__title {
  font-size: 20px;
  text-align: center;
  padding-block: 15px; }
.net__x-img {
  transform: translateY(-2px);
  color: #22222b; }
.net__instagram-img {
  color: #22222b;
  transform: translateY(1px); }
.net__facebook-img {
  transform: translateY(-2px);
  color: #22222b; }
.net__x-img, .net__instagram-img, .net__facebook-img {
  width: 45px;
  height: 45px;
  fill: currentColor;
  stroke: currentColor;
  translate: transform .3s ease, box-shadow .3s ease; }
  .net__x-img:hover, .net__instagram-img:hover, .net__facebook-img:hover {
    color: #22222b; }
.net__copied {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .net__copied.show {
    opacity: 1; }

.modal__body-active {
  overflow: hidden; }

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
  transform: none;
  box-shadow: none; }

.foto__modal {
  display: grid;
  place-items: center;
  z-index: 1000;
  font-size: 18px;
  position: fixed;
  inset: 0; }
.foto__window {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #faf9fe;
  position: relative;
  color: #22222b;
  z-index: 1;
  padding: clamp(0.938rem, 4vw, 1.875rem);
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); }
.foto__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px); }
.foto__close {
  display: grid;
  justify-self: end;
  margin-bottom: 25px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  color: #faf9fe; }
.foto__icon {
  width: 30px;
  height: 30px; }
.foto__line {
  position: relative; }

.skill__bar[data-level="65"].is-active {
  width: 65%; }

.skills__bar.is-active {
  width: var(--fill); }

/*# sourceMappingURL=style.css.map */
