@font-face {
    font-display: swap;
    font-family: iconfont;
    src: url("data:font/woff2;base64,d09GMgABAAAAAALQAAsAAAAABpQAAAKDAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHGgGYACDSApMcQE2AiQDGAsOAAQgBYQWBz8b5wUR1ZMxZF9jbAytG1Iz7HMuKFtH+ALT7+FsQMH0HXhTsAESAAAAACCCt7HPebt7ROxPnYKCQlQAZFGoxqPQgPGNr6z9KHodTmLNrd60NfnNsJHpzSbdkR54SSnyAeABd2rEsUpsuwMbcCQJeqIBLw/e3Hm9j9SwczkMuK+lDwSjuAbIQPRtxOG4BRTI/Abnutb5Hri2FY0t1mVFY22TshQDpobpBX0eyGcE6q3alLbk8wPNFzttoV+hGoMkMC72WQS13KIo0Fcr9Aa9ilAlywo4NoSkGOutweM0vASfj3/8EklVpi7Yf+GUwhdRJfwfOFK6jRSorLKjMxZRiIfNntuyqKJm9dHFNhrVbul9p11x3Z1K/zMiZQiNWm7AH55VCaIayk7QXsjH/QHIvxHsQl8VTlskXEHBdWTcYVVRKUmA6gnbJ3RjaJHUy5jSNgevI2qf7d79qnFbnmswqGioOWJZ3UjSQLugUcZaugjHiL6Ybm6x7WvOnD3ev+ykla9WKzaDOKL8ayDspgO182qCbGf8Afj6GkU7EDRkEPKAym7sSqjXebw2XatfU6njn/mT1KhNpDlStkBCofSgSoMRVKs1j3oL1lc36HBcFqVOaHUVIGn2FFmr14RCeYcq3T6jWqsfqHfA3y4NprOWRcKtNQn6omyoI5GigPYj6Qs7+o6Xv+VCLUmklGL8x37MAlWLVrjBc8NpVNeMnXBJiTq5ahe6rq1a4CTcQJFwa71v64uyoY4EZczy/0j6onX0Ha8D4SJvO/FGSunr8R/7MQtULVrhBs/DBlFdM3bVg0pK1MkHuLrQ1blsV7mzvLp572V86s4bq91puj30tAhPJjJi2EwAAAAA")
        format("woff2");
}
[class*="--icon-"]:before {
    font-family: iconfont;
}
[class*="--icon-arrow"]:before {
    content: "\f101";
}
* {
    border: 0;
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    box-sizing: border-box;
}
:after,
:before {
    display: inline-block;
}
body,
html {
    height: 100%;
}
body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
option,
select {
    cursor: pointer;
}
a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
body {
    background-color: #000;
    color: #fff;
    font-family: Kanit;
    min-width: 20rem;
}
[data-fls-scrolllock] body {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: clip;
}
.wrapper > main {
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}
[class*="__container"] {
    margin: 0 auto;
    max-width: 91.875rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
[class*="__title"] {
    font-weight: 600;
}
[class*="__section-title"] {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
    opacity: 0;
    position: relative;
    transform: translateY(4vh) scale(0.2);
    transition: transform 0.8s, opacity 0.8s;
}
[class*="__section-title"] span {
    background: #0f0f0f;
    font-weight: 500;
    position: relative;
    text-align: center;
    text-shadow: 0 0 1.875rem #f2780c;
    text-transform: uppercase;
    width: auto;
    z-index: 1;
}
[class*="__section-title"]:before {
    background-color: #f2780c;
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
[class*="__section-title"].--watcher-view {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.button {
    font-weight: 500;
    text-align: center;
}
.button,
.button-second {
    align-items: center;
    border: 0.0625rem solid #f2780c;
    display: flex;
    justify-content: center;
}
.button-second {
    background-color: #000;
    font-weight: 300;
    position: relative;
    text-shadow: 0 0 0 #f2780c, 0 0 0 #f2780c;
    transition: background-color 0.4s, color 0.4s, text-shadow 0.4s ease 0.4s;
}
.button-second span {
    position: relative;
    z-index: 3;
}
.button-second:before {
    background-color: #fff;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    width: 100%;
    z-index: 2;
}
.button-second:after {
    background-color: #f2780c;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0);
    transition: opacity 0.4s, transform 0.4s ease 0.4s;
    z-index: 1;
}
.menu__list {
    display: flex;
    font-family: Nunito;
    justify-content: space-between;
}
.menu .menu__item {
    align-items: center;
    display: inline-flex;
    position: relative;
}
.menu .menu__item:not(:last-child) .menu__link--active:before {
    transform: scaleX(1) !important;
}
.menu .menu__item:not(:last-child) .menu__link--active {
    color: #fff;
}
.menu__link:before {
    background: #f2780c;
    border-radius: 3.125rem;
    bottom: 0;
    bottom: 0.375rem;
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    width: 100%;
}
.link-contact,
.link-contact a {
    position: relative;
}
.link-contact a {
    align-items: center;
    background: #0f0f0f;
    color: #f2780c;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    left: 0;
    line-height: 3.125rem;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 0 transparent;
    top: 50%;
    transform: translateY(-50%);
    transition: text-shadow 0.3s;
    width: 8.125rem;
}
.link-contact a:after,
.link-contact span:before {
    background: #fff;
    content: "";
    height: 0.625rem;
    mix-blend-mode: color-burn;
    position: absolute;
    transition: 1s;
    width: 0.625rem;
}
.link-contact a:after {
    right: -0.125rem;
    top: -0.125rem;
}
.link-contact span:before {
    bottom: -0.125rem;
    left: -0.125rem;
}
.icon-menu {
    display: none;
}
.header {
    background-color: #0f0f0f;
}
.header__container {
    align-items: center;
    display: flex;
    height: 6.25rem;
    justify-content: space-between;
    width: 100%;
}
.header__logo {
    max-width: 10.625rem;
}
.header__logo img {
    object-fit: cover;
    width: 100%;
}
[data-fls-header-scroll] {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50;
}
[data-fls-header-scroll-show].--header-scroll {
    transform: translateY(-100%);
    transition: transform 0.3s;
}
[data-fls-header-scroll-show].--header-show {
    transform: translate(0);
}
.footer {
    background-color: #0f0f0f;
}
.footer__container {
    display: flex;
    flex-direction: column;
    row-gap: 0.9375rem;
    width: 100%;
}
.footer__logo {
    display: block;
    margin: 0 auto;
    max-width: 10.625rem;
}
.footer__logo img {
    object-fit: cover;
    width: 100%;
}
.footer__title {
    font-family: Nunito;
    line-height: 130%;
    margin: 0 auto;
    max-width: 25rem;
    position: relative;
    text-align: center;
}
.footer__title:after {
    color: #f2780c;
    content: "\f101";
    font-family: iconfont;
    font-size: 2.1875rem;
    position: absolute;
    right: 50%;
    top: 130%;
}
.footer__email {
    display: block;
    font-family: Nunito;
    letter-spacing: 0.125rem;
    margin: 0 auto 0.9375rem;
    text-align: center;
}
.footer__upwork {
    letter-spacing: 0.125rem;
    margin: 0 auto;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input {
    border: 0.0625rem solid #f2780c;
    border-radius: 0 !important;
    caret-color: inherit;
    display: block;
    padding: 0.625rem;
    width: 100%;
}
.input.--form-error {
    border: 0.0625rem solid red;
}
.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
    text-align: center;
    text-transform: uppercase;
    transition: opacity 0.3s;
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
    opacity: 0;
}
textarea.input {
    padding: 0.9375rem 1.5625rem;
    resize: vertical;
}
textarea.input::placeholder {
    letter-spacing: 0.125rem;
    text-align: left !important;
    text-transform: none !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
    box-shadow: inset 0 0 0 62.5rem #000 !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 9999s ease-in-out 0s;
}
.about-me__container {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(19.375rem, 43.75rem) auto;
    height: calc(var(--vh, 1lvh) * 100);
    justify-content: space-between;
    width: 100%;
}
.about-me:before {
    border-radius: 3.125rem;
    box-shadow: 25rem 3.125rem 28.125rem 1.875rem hsla(28, 82%, 71%, 0.678);
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    top: 40%;
    transform: rotate(30deg) translateX(-110%);
    width: 30%;
}
.about-my__info {
    max-width: 100%;
}
.about-my__title {
    color: #f2780c;
    opacity: 0;
    transform: translateX(-50%) scale(10);
    transition: opacity 0.5s, transform 0.8s;
}
.about-my__title.--watcher-view {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.about-my__text {
    font-family: Nunito;
    line-height: 135%;
    margin-bottom: 2.125rem;
    max-width: 100%;
    opacity: 0;
    transform: translateY(1.875rem);
    transition: opacity 0.7s, transform 0.7s;
}
.about-my__text:last-of-type {
    margin-bottom: 5rem;
}
.about-my__text.--watcher-view {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.about-my__text.--watcher-view:nth-child(3) {
    transition-delay: 1s;
}
.about-my__text.--watcher-view:nth-child(4) {
    transition-delay: 1.3s;
}
.about-my__text.--watcher-view:nth-child(5) {
    transition-delay: 1.6s;
}
.about-my__buttons {
    display: flex;
    justify-content: center;
    opacity: 0.5;
    position: relative;
    text-transform: uppercase;
    transform: scale(2);
    transition: opacity 0.6s, transform 0.6s;
}
.about-my__buttons:before {
    background-color: #f2780c;
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -2;
}
.about-my__buttons:after {
    color: #f2780c;
    content: "\f101";
    font-family: iconfont;
    font-size: 2.5rem;
    line-height: 0;
    position: absolute;
    right: -0.25rem;
    top: 93%;
}
.about-my__buttons span {
    background-color: #000;
    height: 1.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.about-my__buttons.--watcher-view {
    opacity: 1;
    transform: scale(1);
}
.about-my__image {
    display: inline-block;
    opacity: 0;
    position: relative;
    transform: translate(50%, -50%) scale(0);
    transition: transform 0.8s ease-out, opacity 3s;
}
.about-my__image img {
    display: block;
    object-fit: cover;
    position: relative;
    transform: rotate(-20deg);
    z-index: 1;
}
.about-my__image:after {
    border: 0.25rem solid #f2780c;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-20deg);
    z-index: 2;
}
.about-my__image.--watcher-view {
    opacity: 1;
    transform: translate(-5.3125rem) scale(1);
}
.about-my__shadow {
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 0 0 rgba(242, 120, 12, 0.26);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: box-shadow 1.8s ease 0.65s;
    z-index: -1;
}
.about-my__shadow.--watcher-view {
    box-shadow: 1.1875rem -0.5rem 6.25rem 5rem rgba(242, 120, 12, 0.26);
}
.about-my__back-image {
    background-color: #f2780c;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-20deg) translate(0);
    transition: transform 1.5s ease 1s;
}
.about-my__back-image.--watcher-view {
    transform: rotate(-20deg) translate(4%, 4%);
}
.btn-flip {
    color: #fff;
    display: inline-block;
    line-height: 2.8125rem;
    opacity: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(2.5rem) rotateX(0deg);
}
.btn-flip:after {
    content: attr(data-back);
    opacity: 0;
    position: absolute;
    transform: translateY(-50%) rotateX(90deg);
    width: 100%;
}
.btn-flip:after,
.btn-flip:before {
    border: 0.0625rem solid #f2780c;
    color: #fff;
    display: block;
    left: 0;
    top: 0;
    transition: transform 0.5s, opacity 0.5s, box-shadow 0.5s ease 0.5s;
}
.btn-flip:before {
    background-color: #000;
    box-shadow: 0 0 0 0.0625rem #f2780c;
    content: attr(data-front);
    line-height: 2.8125rem;
    opacity: 1;
    padding: 0 1.875rem;
    position: relative;
    transform: translateY(0) rotateX(0);
}
.btn-flip.--watcher-view {
    animation: btnFlipIn 2.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 1;
}
@keyframes btnFlipIn {
    0% {
        opacity: 0;
        transform: translateY(2.5rem) rotateX(0deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-0.625rem) rotateX(2turn);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(3turn);
    }
}
.skills {
    background-color: #0f0f0f;
}
.skills__container {
    width: 100%;
}
.skills__items {
    display: grid;
    grid-template-columns: repeat(9, 3.75rem);
    justify-content: space-between;
    opacity: 0;
    transform: scale(3) translateY(4vh);
    transition: transform 1s, opacity 1s;
    width: 100%;
}
.skills__items.--watcher-view {
    opacity: 1;
    transform: scale(1);
}
.skills__item {
    max-width: 100%;
    position: relative;
}
.skills__item img {
    height: 3.75rem;
    object-fit: contain;
    position: relative;
    width: 100%;
    z-index: 2;
}
.skills__item:before {
    box-shadow: 0 0 2.5rem 1.25rem rgba(242, 120, 12, 0.9);
    content: "";
    height: 0, 0.0625rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0, 0.6875rem;
    z-index: 0;
}
.skill__line-item:after {
    content: "/";
    margin-left: 1.875rem;
}
.projects__container {
    width: 100%;
}
.projects__section-title span {
    background-color: #000;
}
.projects__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    opacity: 0;
    transform: translateY(2%) scale(0.5);
    transition: transform 1.5s, opacity 1.5s;
}
.projects__cards.--watcher-view {
    opacity: 1;
    transform: translate(0) scale(1);
}
.card {
    border: 0.0625rem solid rgba(242, 120, 12, 0.4);
    box-shadow: 0 0 1.5625rem 0.75rem rgba(242, 120, 12, 0.2);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.5s, border 0.5s;
}
.card__image {
    max-height: 9.375rem;
    max-width: 100%;
    overflow: hidden;
}
.card__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
    width: 100%;
}
.card__divider {
    background-color: #f2780c;
    height: 0.0625rem;
    margin-bottom: 0.9375rem;
    width: 100%;
}
.card__text {
    font-family: Nunito;
    font-weight: 300;
    line-height: 130%;
}
.card__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}
.education {
    background-color: #0f0f0f;
}
.education__container {
    width: 100%;
}
.education__items {
    display: grid;
    grid-template-columns: 1fr;
}
.education__item {
    align-items: center;
    border: 0.0625rem solid #f2780c;
    box-shadow: 0 0 3.125rem 0.0625rem rgba(242, 120, 12, 0.2);
    column-gap: 0.9375rem;
    display: grid;
    grid-template-columns: auto 0.8fr;
    min-height: 9.375rem;
    opacity: 0.5;
    padding: 1.5625rem;
    transform: translateX(-50%) scale(0.5);
    width: 80%;
}
.education__item:nth-child(2n) {
    grid-template-columns: 0.8fr auto;
    justify-self: end;
    transform: translateX(50%) scale(0.5);
}
.education__item.--watcher-view {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition: transform 0.8s, opacity 0.8s;
}
.education__about {
    border-right: 0.0625rem solid #f2780c;
    display: flex;
    flex-direction: column;
    order: 1;
    padding-right: 0.9375rem;
    row-gap: 1.4375rem;
}
.education__title {
    font-weight: 600;
    letter-spacing: 0.125rem;
}
.education__text {
    font-family: Nunito;
    line-height: 135%;
}
.education__text span {
    display: inline-block;
    margin-bottom: 0.3125rem;
}
.education__btn {
    height: 3.125rem;
    margin: 0 auto;
    order: 2;
}
.collaborate__container {
    width: 100%;
}
.collaborate__section-title span {
    background-color: #000;
}
.collaborate__form {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 56.25rem;
}
.form__contact-info {
    display: flex;
    flex-direction: column;
}
.form__contact-name {
    display: flex;
}
.form__idea {
    border: 0.0625rem solid #f2780c;
    box-shadow: 0 0 3.125rem 0.0625rem rgba(242, 120, 12, 0.2);
    opacity: 0.5;
    padding: 1.25rem 1.125rem;
    transform: scale(0);
    transition: transform 0.8s, opacity 0.8s;
}
.form__idea.--watcher-view {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.5s;
}
.form__title {
    font-weight: 500;
    letter-spacing: 0.125rem;
    line-height: 135%;
    text-align: center;
}
.form__textarea {
    box-shadow: none !important;
}
.form .button-second {
    font-weight: 500;
    margin: 0 auto;
    opacity: 0.5;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    text-transform: uppercase;
    transform: translateY(50%) scale(0.2);
    transition: transform 0.8s, opacity 0.8s;
}
.form .button-second.--watcher-view {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.form__name {
    opacity: 0.5;
    transform: translateX(-50%) scale(0.5);
    transition: transform 0.8s, opacity 0.8s;
}
.form__name.--watcher-view {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.form__last-name {
    opacity: 0.5;
    transform: translateX(50%) scale(0.5);
    transition: transform 0.8s, opacity 0.8s;
}
.form__last-name.--watcher-view {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.form__email {
    opacity: 0.5;
    transform: translateY(50%) scale(0.5);
    transition: transform 0.8s, opacity 0.8s;
}
.form__email.--watcher-view {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.input {
    background-color: #000;
    outline: none;
}
.form-success-message {
    background-color: #0f0f0f;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1);
    font-family: system-ui, sans-serif;
    left: 50%;
    opacity: 0;
    padding: 1.875rem;
    pointer-events: none;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    z-index: 9999;
}
.form-success-message.show {
    opacity: 1;
    pointer-events: auto;
}
.checkmark-box {
    background-color: #4caf50;
    border: 0.25rem solid #4caf50;
    border-radius: 1.25rem;
    height: 5rem;
    margin: 0 auto 1.25rem;
    position: relative;
    width: 5rem;
}
.checkmark {
    animation: checkmark 0.4s ease forwards;
    border-bottom: 0.25rem solid #fff;
    border-right: 0.25rem solid #fff;
    height: 3rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
    transform-origin: center;
    width: 1.5rem;
}
@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
    }
    to {
        height: 3rem;
        width: 1.5rem;
    }
}
.form-success-message p {
    color: #fff;
    font-size: 1rem;
    margin: 0;
}
body:after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 0.8s ease 0s;
    width: 100%;
    z-index: 149;
}
[data-fls-popup-open] body:after {
    opacity: 1;
}
[data-fls-popup] {
    bottom: 0;
    left: 0;
    padding: 1.875rem 0.625rem;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}
[data-fls-popup][data-fls-popup-active] {
    overflow: auto;
    pointer-events: auto;
    visibility: visible;
    z-index: 150;
}
[data-fls-popup-active] [data-fls-popup-body] {
    transform: scale(1);
    visibility: visible;
}
[data-fls-popup-wrapper] {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    width: 100%;
}
[data-fls-popup-body] {
    background-color: #eee;
    border-radius: 1.25rem;
    max-width: 56.25rem;
    padding: 1.25rem;
    transform: scale(0);
    transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}
[data-fls-popup-youtube-place] iframe {
    aspect-ratio: 16/9;
    width: 100%;
}
button:focus {
    outline: none;
}
.popup__close {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 1.25rem;
}
@media (min-width: 20em) and (max-width: 120em) {
    body {
        font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    }
}
@media (min-width: 120.0475em) and (max-width: 250em) {
    body {
        font-size: clamp(1.125rem, 0.7785825590125rem + 0.2885669764vw, 1.5rem);
    }
    .about-me__container {
        column-gap: clamp(
            25rem,
            19.22637598353125rem + 4.8094496066vw,
            31.25rem
        );
    }
    .about-my__back-image,
    .about-my__image,
    .about-my__image img,
    .about-my__image:after,
    .about-my__shadow {
        width: clamp(28.125rem, 19.4645639753rem + 7.2141744099vw, 37.5rem);
    }
}
@media (min-width: 250.0475em) and (max-width: 625em) {
    body {
        font-size: clamp(
            1.5rem,
            1.24992082330625rem + 0.1000126683vw,
            1.875rem
        );
    }
    .about-my__back-image,
    .about-my__image,
    .about-my__image img,
    .about-my__image:after,
    .about-my__shadow {
        width: clamp(37.5rem, 33.3320137217375rem + 1.6668778045vw, 43.75rem);
    }
}
@media (min-width: 120.0475rem) {
    [class*="__container"] {
        max-width: 203.125rem;
        padding-left: 12.5rem;
        padding-right: 12.5rem;
    }
    .about-me__container {
        grid-template-columns: minmax(50rem, 93.75rem) auto;
    }
    .about-my__shadow {
        box-shadow: 0 0 0 0 rgba(242, 120, 12, 0.26);
    }
    .projects__cards {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 91.875em) {
    [class*="__title"] {
        font-size: 1.875rem;
        letter-spacing: 0.3125rem;
    }
    [class*="__section-title"] {
        margin-bottom: 4rem;
    }
    [class*="__section-title"] span {
        padding-left: 4.125rem;
        padding-right: 4.125rem;
    }
    .button {
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
        width: 15.625rem;
    }
    .button-second {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        width: 13.75rem;
    }
    .menu__list {
        column-gap: 3.4375rem;
    }
    .footer__container {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem;
    }
    .footer__title {
        margin-bottom: 5rem;
    }
    .footer__email {
        font-size: 1.25rem;
    }
    .about-my__title {
        margin-bottom: 1.25rem;
    }
    .about-my__text {
        margin-bottom: 2.125rem;
    }
    .about-my__text:last-of-type {
        margin-bottom: 5rem;
    }
    .about-my__buttons {
        gap: 1.625rem;
    }
    .btn-flip {
        width: 15.625rem;
    }
    .skills {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem;
    }
    .skills__items {
        gap: 1.875rem;
        margin-bottom: 2rem;
    }
    .projects__container {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem;
    }
    .projects__cards {
        gap: 2.5rem;
    }
    .card {
        padding-bottom: 1.875rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-top: 0.625rem;
    }
    .card__image {
        margin-bottom: 0.9375rem;
    }
    .card__text {
        font-size: 0.875rem;
        margin-bottom: 2.8125rem;
    }
    .card__name {
        font-size: 1.25rem;
        margin-bottom: 0.625rem;
    }
    .education__container {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem;
    }
    .education__items {
        row-gap: 2.25rem;
    }
    .education__title {
        font-size: 1.5625rem;
    }
    .collaborate__container {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem;
    }
    .collaborate__section-title span {
        letter-spacing: 0.3125rem;
    }
    .collaborate__form,
    .form__contact-info {
        row-gap: 2.3125rem;
    }
    .form__contact-name {
        column-gap: 2.3125rem;
    }
    .form__title {
        font-size: 1.0625rem;
        margin-bottom: 1.5625rem;
    }
    .form__textarea {
        min-height: 20.625rem;
    }
    .form .button-second {
        letter-spacing: 0.3125rem;
    }
}
@media (min-width: 20em) and (max-width: 91.875em) {
    [class*="__title"] {
        font-size: clamp(
            1.3125rem,
            1.15597826086875rem + 0.7826086957vw,
            1.875rem
        );
        letter-spacing: clamp(
            0.25rem,
            0.23260869565rem + 0.0869565217vw,
            0.3125rem
        );
    }
    [class*="__section-title"] {
        margin-bottom: clamp(2rem, 1.44347826086875rem + 2.7826086957vw, 4rem);
    }
    [class*="__section-title"] span {
        padding-left: clamp(1.25rem, 0.45rem + 4vw, 4.125rem);
        padding-right: clamp(1.25rem, 0.45rem + 4vw, 4.125rem);
    }
    .button {
        padding-bottom: clamp(
            0.625rem,
            0.59021739130625rem + 0.1739130435vw,
            0.75rem
        );
        padding-top: clamp(
            0.625rem,
            0.59021739130625rem + 0.1739130435vw,
            0.75rem
        );
        width: clamp(12.5rem, 11.63043478260625rem + 4.347826087vw, 15.625rem);
    }
    .button-second {
        padding-bottom: clamp(
            0.3125rem,
            0.26032608695625rem + 0.2608695652vw,
            0.5rem
        );
        padding-top: clamp(
            0.3125rem,
            0.26032608695625rem + 0.2608695652vw,
            0.5rem
        );
        width: clamp(6.25rem, 4.1630434782625rem + 10.4347826087vw, 13.75rem);
    }
    .menu__list {
        column-gap: clamp(
            0.0625rem,
            -0.87663043478125rem + 4.6956521739vw,
            3.4375rem
        );
    }
    .footer__container {
        padding-bottom: clamp(
            3.125rem,
            2.25543478260625rem + 4.347826087vw,
            6.25rem
        );
        padding-top: clamp(
            3.125rem,
            2.25543478260625rem + 4.347826087vw,
            6.25rem
        );
    }
    .footer__title {
        margin-bottom: clamp(
            3.125rem,
            2.6032608695625rem + 2.6086956522vw,
            5rem
        );
    }
    .footer__email {
        font-size: clamp(
            0.875rem,
            0.7706521739125rem + 0.5217391304vw,
            1.25rem
        );
    }
    .about-my__title {
        margin-bottom: clamp(
            0.625rem,
            0.45108695651875rem + 0.8695652174vw,
            1.25rem
        );
    }
    .about-my__text {
        margin-bottom: clamp(
            1rem,
            0.6869565217375rem + 1.5652173913vw,
            2.125rem
        );
    }
    .about-my__text:last-of-type {
        margin-bottom: clamp(2.5rem, 1.8043478260875rem + 3.4782608696vw, 5rem);
    }
    .about-my__buttons {
        gap: clamp(1.25rem, 1.1456521739125rem + 0.5217391304vw, 1.625rem);
    }
    .btn-flip {
        width: clamp(12.5rem, 11.63043478260625rem + 4.347826087vw, 15.625rem);
    }
    .skills {
        padding-bottom: clamp(
            3.125rem,
            2.25543478260625rem + 4.347826087vw,
            6.25rem
        );
        padding-top: clamp(
            3.125rem,
            2.25543478260625rem + 4.347826087vw,
            6.25rem
        );
    }
    .skills__items {
        gap: clamp(1.875rem, 1.875rem + 0vw, 1.875rem);
        margin-bottom: clamp(1rem, 0.7217391304375rem + 1.3913043478vw, 2rem);
    }
    .projects__container {
        padding-bottom: clamp(
            3.125rem,
            2.25543478260625rem + 4.347826087vw,
            6.25rem
        );
        padding-top: clamp(
            3.125rem,
            2.25543478260625rem + 4.347826087vw,
            6.25rem
        );
    }
    .projects__cards {
        gap: clamp(0.625rem, 0.1032608695625rem + 2.6086956522vw, 2.5rem);
    }
    .card {
        padding-bottom: clamp(
            0.9375rem,
            0.67663043478125rem + 1.3043478261vw,
            1.875rem
        );
        padding-left: clamp(
            0.3125rem,
            0.2255434782625rem + 0.4347826087vw,
            0.625rem
        );
        padding-right: clamp(
            0.3125rem,
            0.2255434782625rem + 0.4347826087vw,
            0.625rem
        );
        padding-top: clamp(
            0.3125rem,
            0.2255434782625rem + 0.4347826087vw,
            0.625rem
        );
    }
    .card__image {
        margin-bottom: clamp(
            0.3125rem,
            0.13858695651875rem + 0.8695652174vw,
            0.9375rem
        );
    }
    .card__text {
        font-size: clamp(
            0.75rem,
            0.71521739130625rem + 0.1739130435vw,
            0.875rem
        );
        margin-bottom: clamp(
            1.25rem,
            0.81521739130625rem + 2.1739130435vw,
            2.8125rem
        );
    }
    .card__name {
        font-size: clamp(1rem, 0.93043478260625rem + 0.347826087vw, 1.25rem);
        margin-bottom: clamp(
            0.3125rem,
            0.2255434782625rem + 0.4347826087vw,
            0.625rem
        );
    }
    .education__container {
        padding-bottom: clamp(
            3.125rem,
            2.25543478260625rem + 4.347826087vw,
            6.25rem
        );
        padding-top: clamp(
            3.125rem,
            2.25543478260625rem + 4.347826087vw,
            6.25rem
        );
    }
    .education__items {
        row-gap: clamp(1rem, 0.65217391304375rem + 1.7391304348vw, 2.25rem);
    }
    .education__title {
        font-size: clamp(1rem, 0.84347826086875rem + 0.7826086957vw, 1.5625rem);
    }
    .collaborate__container {
        padding-bottom: clamp(
            3.125rem,
            2.25543478260625rem + 4.347826087vw,
            6.25rem
        );
        padding-top: clamp(
            3.125rem,
            2.25543478260625rem + 4.347826087vw,
            6.25rem
        );
    }
    .collaborate__section-title span {
        letter-spacing: clamp(
            0.1875rem,
            0.15271739130625rem + 0.1739130435vw,
            0.3125rem
        );
    }
    .collaborate__form,
    .form__contact-info {
        row-gap: clamp(1.25rem, 0.9543478260875rem + 1.4782608696vw, 2.3125rem);
    }
    .form__contact-name {
        column-gap: clamp(
            1.25rem,
            0.9543478260875rem + 1.4782608696vw,
            2.3125rem
        );
    }
    .form__title {
        font-size: clamp(
            0.875rem,
            0.82282608695625rem + 0.2608695652vw,
            1.0625rem
        );
        margin-bottom: clamp(
            0.9375rem,
            0.76358695651875rem + 0.8695652174vw,
            1.5625rem
        );
    }
    .form__textarea {
        min-height: clamp(
            9.375rem,
            6.24456521739375rem + 15.652173913vw,
            20.625rem
        );
    }
    .form .button-second {
        letter-spacing: clamp(
            0.25rem,
            0.23260869565rem + 0.0869565217vw,
            0.3125rem
        );
    }
}
@media (max-width: 20em) {
    [class*="__title"] {
        font-size: 1.3125rem;
        letter-spacing: 0.25rem;
    }
    [class*="__section-title"] {
        margin-bottom: 2rem;
    }
    [class*="__section-title"] span {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .button {
        padding-bottom: 0.625rem;
        padding-top: 0.625rem;
        width: 12.5rem;
    }
    .button-second {
        padding-bottom: 0.3125rem;
        padding-top: 0.3125rem;
        width: 6.25rem;
    }
    .menu__list {
        column-gap: 0.0625rem;
    }
    .footer__container {
        padding-bottom: 3.125rem;
        padding-top: 3.125rem;
    }
    .footer__title {
        margin-bottom: 3.125rem;
    }
    .footer__email {
        font-size: 0.875rem;
    }
    .about-my__title {
        margin-bottom: 0.625rem;
    }
    .about-my__text {
        margin-bottom: 1rem;
    }
    .about-my__text:last-of-type {
        margin-bottom: 2.5rem;
    }
    .about-my__buttons {
        gap: 1.25rem;
    }
    .btn-flip {
        width: 12.5rem;
    }
    .skills {
        padding-bottom: 3.125rem;
        padding-top: 3.125rem;
    }
    .skills__items {
        gap: 1.875rem;
        margin-bottom: 1rem;
    }
    .projects__container {
        padding-bottom: 3.125rem;
        padding-top: 3.125rem;
    }
    .projects__cards {
        gap: 0.625rem;
    }
    .card {
        padding-bottom: 0.9375rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        padding-top: 0.3125rem;
    }
    .card__image {
        margin-bottom: 0.3125rem;
    }
    .card__text {
        font-size: 0.75rem;
        margin-bottom: 1.25rem;
    }
    .card__name {
        font-size: 1rem;
        margin-bottom: 0.3125rem;
    }
    .education__container {
        padding-bottom: 3.125rem;
        padding-top: 3.125rem;
    }
    .education__items {
        row-gap: 1rem;
    }
    .education__title {
        font-size: 1rem;
    }
    .collaborate__container {
        padding-bottom: 3.125rem;
        padding-top: 3.125rem;
    }
    .collaborate__section-title span {
        letter-spacing: 0.1875rem;
    }
    .collaborate__form,
    .form__contact-info {
        row-gap: 1.25rem;
    }
    .form__contact-name {
        column-gap: 1.25rem;
    }
    .form__title {
        font-size: 0.875rem;
        margin-bottom: 0.9375rem;
    }
    .form__textarea {
        min-height: 9.375rem;
    }
    .form .button-second {
        letter-spacing: 0.25rem;
    }
}
@media (any-hover: hover) {
    .button-second:hover {
        background-color: #f2780c;
        color: #000;
        text-shadow: 0.125rem 0.125rem 0.0625rem #f2780c, 0 0 0.3125rem #f2780c;
    }
    .button-second:hover:before {
        background-color: #fff;
        height: 85%;
    }
    .button-second:hover:after {
        opacity: 1;
        transform: translate(0.3125rem, 0.3125rem);
    }
    .menu .menu__item:not(:last-child):hover :before {
        transform: scaleX(1) !important;
    }
    .menu .menu__item:not(:last-child):hover {
        color: #fff;
    }
    .link-contact:hover a {
        text-shadow: 0 0 0.625rem #f2780c;
    }
    .link-contact:hover a:after,
    .link-contact:hover span:before {
        background-color: hsla(0, 0%, 100%, 0.4);
        height: 1.5625rem;
        width: 100%;
    }
    .btn-flip:hover:after {
        box-shadow: 0.25rem 0.25rem 0 0.0625rem #f2780c;
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
    .btn-flip:hover:before {
        opacity: 0;
        transform: translateY(50%) rotateX(90deg);
    }
    .card:hover {
        border: 0.0625rem solid rgba(242, 120, 12, 0.6);
        box-shadow: 0 0 2.1875rem 1.5625rem rgba(242, 120, 12, 0.2);
    }
    .card:hover img {
        transform: scale(1.1);
    }
}
@media (max-width: 47.99875em) {
    .menu__body {
        background-color: #000;
        height: 100vh;
        overflow: auto;
        padding: 9.375rem 0.9375rem 1.875rem;
    }
    .menu__body,
    .menu__body:before {
        left: -100%;
        position: fixed;
        top: 0;
        transition: left 0.3s;
        width: 100%;
    }
    .menu__body:before {
        content: "";
        height: 4.375rem;
        z-index: 2;
    }
    [data-fls-menu-open] .menu__body,
    [data-fls-menu-open] .menu__body:before {
        left: 0;
    }
    .menu__list {
        align-items: center;
        display: flex;
        flex-direction: column;
        font-size: 1.5625rem;
        row-gap: 3.125rem;
        text-align: center;
    }
    .icon-menu {
        display: block;
        height: 1.25rem;
        position: relative;
        width: 1.875rem;
        z-index: 5;
    }
    .icon-menu span,
    .icon-menu:after,
    .icon-menu:before {
        background-color: #fff;
        content: "";
        height: 0.0625rem;
        position: absolute;
        right: 0;
        transition: all 0.3s ease 0s;
        width: 100%;
    }
    .icon-menu:before {
        top: 0;
    }
    .icon-menu:after {
        bottom: 0;
    }
    .icon-menu span {
        top: calc(50% - 0.0625rem);
    }
    [data-fls-menu-open] .icon-menu span {
        width: 0;
    }
    [data-fls-menu-open] .icon-menu:before {
        top: calc(50% - 0.0625rem);
        transform: rotate(-45deg);
    }
    [data-fls-menu-open] .icon-menu:after {
        bottom: calc(50% - 0.0625rem);
        transform: rotate(45deg);
    }
}
@media (min-width: 19.375em) and (max-width: 71.875em) {
    .menu__list {
        column-gap: clamp(
            1.25rem,
            0.5580357142875rem + 3.5714285714vw,
            3.125rem
        );
    }
}
@media (max-width: 47.99875rem) {
    .menu__link:before {
        bottom: -0.3125rem;
    }
    .link-contact {
        margin-top: 1.875rem;
    }
    .link-contact a {
        height: 3.125rem;
        width: 10.625rem;
    }
}
@media (max-width: 47.99875em) and (any-hover: none) {
    .icon-menu {
        cursor: default;
    }
}
@media (min-width: 12.5em) and (max-width: 120em) {
    .about-me__container {
        column-gap: clamp(
            6.25rem,
            5.52325581395625rem + 5.8139534884vw,
            12.5rem
        );
    }
    .about-my__back-image,
    .about-my__image,
    .about-my__image img,
    .about-my__image:after,
    .about-my__shadow {
        width: clamp(9.375rem, 7.64534883720625rem + 13.8372093023vw, 24.25rem);
    }
}
@media (max-width: 62.5rem) {
    .about-me__container {
        grid-template-columns: 1fr;
    }
    .about-my__title {
        display: none;
    }
    .about-my__image {
        display: flex;
        margin: 0 auto 9.375rem;
        transform: translate(50%, -50%) scale(0);
    }
    .about-my__image.--watcher-view {
        transform: translate(0) scale(1);
    }
    .about-my__shadow:before {
        color: #f2780c;
        content: "Web Developer";
        font-weight: 600;
        transform: rotate(-20deg) translate(-0.9375rem, -120%);
    }
}
@media (max-height: 62.235rem) and (max-width: 62.5475rem) {
    .about-me__container {
        height: auto;
    }
    .about-my__buttons:after {
        display: none;
    }
}
@media (max-height: 62.235rem) and (max-width: 62.5475rem) and (min-width: 91.875em) {
    .about-me__container {
        margin-bottom: 6.25rem;
        padding-top: 12.5rem;
    }
}
@media (max-height: 62.235rem) and (max-width: 62.5475rem) and (min-width: 20em) and (max-width: 91.875em) {
    .about-me__container {
        margin-bottom: clamp(
            3.125rem,
            2.25543478260625rem + 4.347826087vw,
            6.25rem
        );
        padding-top: clamp(
            9.375rem,
            8.50543478260625rem + 4.347826087vw,
            12.5rem
        );
    }
}
@media (max-height: 62.235rem) and (max-width: 62.5475rem) and (max-width: 20em) {
    .about-me__container {
        margin-bottom: 3.125rem;
        padding-top: 9.375rem;
    }
}
@media (max-width: 29.0625rem) {
    .about-my__buttons {
        flex-direction: column;
    }
    .btn-flip {
        margin: 0 auto;
    }
}
@media (max-width: 33.125rem) {
    .about-my__buttons:before {
        display: none;
    }
}
@media (max-width: 33.1725rem) {
    .about-my__buttons:after {
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        top: 0;
        transform: translateY(200%);
    }
    .about-my__buttons span {
        display: none;
    }
}
@media (min-width: 187.5475em) and (max-width: 625em) {
    .about-my__buttons span {
        width: clamp(35rem, 33.92818363136875rem + 0.571490619vw, 37.5rem);
    }
}
@media (min-width: 86.2975em) and (max-width: 187.5em) {
    .about-my__buttons span {
        width: clamp(35rem, 32.86819742595rem + 2.4702947062vw, 37.5rem);
    }
}
@media (min-width: 62.5475em) and (max-width: 86.25em) {
    .about-my__buttons span {
        width: clamp(31.875rem, 23.62857293534375rem + 13.1842632634vw, 35rem);
    }
}
@media (min-width: 12.5em) and (max-width: 62.5em) {
    .about-my__buttons span {
        width: clamp(26.25rem, 24.84375rem + 11.25vw, 31.875rem);
    }
}
@media (max-width: 62.5rem) and (min-width: 91.875em) {
    .about-my__image {
        margin-bottom: 9.375rem;
    }
    .about-my__shadow:before {
        font-size: 1.875rem;
        letter-spacing: 0.3125rem;
    }
}
@media (max-width: 62.5rem) and (min-width: 20em) and (max-width: 91.875em) {
    .about-my__image {
        margin-bottom: clamp(
            4.6875rem,
            3.3831521739125rem + 6.5217391304vw,
            9.375rem
        );
    }
    .about-my__shadow:before {
        font-size: clamp(
            1.3125rem,
            1.15597826086875rem + 0.7826086957vw,
            1.875rem
        );
        letter-spacing: clamp(
            0.25rem,
            0.23260869565rem + 0.0869565217vw,
            0.3125rem
        );
    }
}
@media (max-width: 62.5rem) and (max-width: 20em) {
    .about-my__image {
        margin-bottom: 4.6875rem;
    }
    .about-my__shadow:before {
        font-size: 1.3125rem;
        letter-spacing: 0.25rem;
    }
}
@media (max-width: 31.2975rem) {
    .btn-flip.--watcher-view {
        animation: none;
    }
    .skills__items {
        grid-template-columns: repeat(3, 2.5rem);
        justify-content: space-around;
    }
    .skills__item img {
        height: 2.5rem;
    }
}
@media (max-width: 62.5475rem) {
    .skills__items {
        transform: scale(3) translateY(8vh);
    }
}
@media (max-width: 29.11rem) {
    .skills__items {
        transform: scale(3) translateY(12vh);
    }
}
@media (max-width: 51.9225rem) {
    .skills__items {
        grid-template-columns: repeat(5, 3.75rem);
    }
}
@media (max-width: 46.9225rem) {
    .projects__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 26.2975rem) {
    .projects__cards {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 56.2975rem) {
    .education__item {
        width: 90%;
    }
}
@media (max-width: 43.7975rem) {
    .education__item,
    .education__item:nth-child(2n) {
        grid-template-columns: 1fr;
    }
    .education__about {
        border-bottom: 0.0625rem solid #f2780c;
        border-right: none;
        margin-bottom: 0.9375rem;
        padding-bottom: 0.9375rem;
        padding-right: 0;
        text-align: center;
    }
}
@media (min-width: 43.7975rem) {
    .education__item:nth-child(2n) .education__about {
        border-left: 0.0625rem solid #f2780c;
        border-right: none;
        order: 2;
        padding-left: 0.9375rem;
        text-align: end;
    }
    .education__item:nth-child(2n) .education__btn {
        order: 1;
    }
}
