/*#region */
/*#endregion */

/*#region FONTS */
@font-face {
    font-family: "Adriana";
    src:
        url("../fonts/Adriana-Regular.woff2") format("woff2"),
        url("../fonts/Adriana-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TheoVD";
    src: url("../fonts/Theo-Van.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*#endregion */

/*#region ANIMATIONS */
html {
    scroll-behavior: smooth;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*#endregion */

/*#region BODY */
body {
    background-color: #fefaf7;
}

.page-wrapper {
    opacity: 0;
    animation: fadeInUp 0.45s ease-out forwards;
}
/*#endregion */

/*#region HEADER */
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header .logoLink {
    margin-left: 50px;
}

header .navbar {
    background-color: #fefaf7 !important;
}

header img {
    max-width: 217px;
    max-height: 23px;
}

header ul li a {
    font-size: 25px !important;
    color: #171616 !important;
    text-transform: uppercase !important;
    margin-right: 40px !important;
    font-family: "Adriana", sans-serif !important;
    letter-spacing: 3px;
    font-weight: bold !important;
    margin-top: 5px;
}

header ul li a:hover {
    color: #ff640a !important;
}

header .active {
    color: #ff640a !important;
}

.custom-toggler {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("https://pub-bdd0f366dfb14d41981d9dacbe930f80.r2.dev/images/shared/header/open.png");
}

.custom-toggler:not(.collapsed) {
    background-image: url("https://pub-bdd0f366dfb14d41981d9dacbe930f80.r2.dev/images/shared/header/close.png");
}

/*#endregion */

/*#region ABOUT SECTION */
#about {
    height: 100vh;
    background-color: #171616;
    color: #fefaf7;
    padding-top: 150px;
    position: relative;
    isolation: isolate;
}

#about .x-black,
.x-orange {
    position: absolute;
}

#about .x-black {
    left: 135px;
    top: 470px;
}

#about .x-orange {
    right: 105px;
    top: 0px;
    z-index: 0;
    pointer-events: none;
}

#about .leftPart,
#about .texts h1,
#about .texts p {
    position: relative;
    z-index: 1;
}

#about .images {
    margin: 0 auto;
    text-align: center;
    max-width: 418px;
    position: relative;
}

#about .images .left,
.right-up,
.right-down {
    position: absolute;
}

#about .images .left {
    top: 70px;
    left: -325px;
}

#about .images .right-up {
    left: 345px;
    top: -45px;
}

#about .images .right-down {
    bottom: -8px;
    right: -168px;
}

#about .images.portfolio-images {
    isolation: isolate;
}

#about .images.portfolio-images .portfolio-shot {
    position: absolute;
    z-index: 2;
    object-fit: cover;
    border-radius: 28px;
}

#about .images.portfolio-images .portfolio-left {
    top: 152px;
    left: -243px;
    width: 277px;
    aspect-ratio: 1 / 1;
    z-index: 3;

    transform: rotate(-15deg);
}

#about .images.portfolio-images .portfolio-right-up {
    top: 27px;
    left: 420px;
    width: 172px;
    aspect-ratio: 1 / 1;
    z-index: 3;
    transform: rotate(-16deg);
}

#about .images.portfolio-images .portfolio-right-down {
    right: -89px;
    bottom: 70px;
    width: 242px;
    aspect-ratio: 1 / 1;
    z-index: 3;
    transform: rotate(16deg);
}

#about .images.portfolio-images .portfolio-middle {
    top: 61px;
    left: 62%;
    width: 462px;
    aspect-ratio: 0.74 / 1;
    z-index: 2;
    transform: translateX(-50%);
}

#about .texts {
    position: relative;
    text-align: right;
}

#about .texts h1 {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: "Adriana", sans-serif;
    letter-spacing: 5px;
    font-weight: bold;
}

/*#endregion */

/*#region CLIENTS SECTION */
#clients {
    background-color: #3b3838;
    position: relative;
}

#clients .col-md {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

#clients h3 {
    color: #fefaf7;
    text-transform: uppercase;
    text-align: center;
    font-size: 64px;
    font-family: "Adriana", sans-serif;
    letter-spacing: 5px;
    font-weight: bold;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*#endregion */

/*#region PROJECT ONE SECTION + PROJECT TWO SECTION SHARED */
#projectOne,
#projectTwo {
    padding: 100px 0;
}

#projectOne h3,
#projectTwo h3 {
    font-size: 55px;
    text-transform: uppercase;
    color: #171616;
    margin: 0 auto;
    margin-bottom: 50px;
    font-family: "Adriana", sans-serif;
    letter-spacing: 5px;
    font-weight: bold;
}

#projectOne h3 > span,
#projectTwo h3 > span {
    font-size: 55px;
    text-transform: uppercase;
    color: #ff640a;
}

#projectOne .leftPart > p,
#projectTwo .rightPart > p {
    max-width: 578px;
    margin: 0 auto;
    font-size: 24px;
}

#projectOne .rightPart,
#projectTwo .leftPart {
    display: grid;
    grid-template-rows: auto minmax(2.4em, auto);
    align-content: center;
    align-items: center;
    row-gap: 10px;
}

#projectOne .rightPart > p,
#projectTwo .leftPart > p {
    font-size: 54px;
    margin: 0;
    width: min(190px, 100%);
    text-align: left;
    align-self: end;
}

#projectOne .rightPart > span,
#projectTwo .leftPart > span {
    font-size: 33px;
    width: min(190px, 100%);
    text-align: left;
    line-height: 1.15;
    align-self: start;
}

#projectOne .leftPart > p:nth-of-type(1),
#projectTwo .rightPart > p:nth-of-type(1) {
    margin-bottom: 30px;
}

#projectOne .goBack,
#projectTwo .goBack {
    padding: 15px 45px;
    font-size: 21px;
    border-radius: 71px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    box-shadow:
        0 8px 10px rgba(255, 100, 10, 0.5),
        0 0 15px rgba(255, 100, 10, 0.6),
        0 0 30px rgba(255, 100, 10, 0.4);
    font-family: "TheoVD", sans-serif;
    letter-spacing: 5px;
    font-weight: bold;
    transition: 0.2s;
    display: block;
    width: 330px;
    margin: 0 auto;
    background-color: #171616;
    color: #fefaf7;
}

#projectOne .goBack:hover,
#projectTwo .goBack:hover {
    background-color: #fefaf7;
    color: #171616;
}
/*#endregion */

/*#region PROJECT ONE SECTION */
#projectOne .leftPart > p {
    margin-left: 0;
}

#projectOne .rightPart > p,
#projectOne .rightPart > span {
    margin-left: 0;
}
/* #endregion */

/*#region SLIDER */
.project-slider {
    position: relative;
    width: 100%;
    margin-top: 60px;
}
.slider-viewport {
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
    touch-action: pan-y;
}
.slider-track {
    display: flex;
    gap: 0px;
    transition: transform 300ms ease;
    will-change: transform;
    align-items: flex-start;
}
.slide {
    flex: 0 0 64vw;
    width: 50%;
    max-width: 1760px;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 22px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
    transform: scale(0.8);
    opacity: 0.6;
    transition:
        transform 450ms ease,
        opacity 450ms ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}
.slide.is-active {
    transform: scale(1);
    opacity: 1;
}
.slider-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 5;
    padding: 0;
    transition:
        transform 180ms ease,
        opacity 180ms ease;
}
.slide {
    cursor: pointer;
}

.slide.is-active {
    cursor: default;
}

.slider-btn:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.slider-btn:disabled,
.slider-btn[hidden] {
    opacity: 0;
    pointer-events: none;
}

.slider-btn img {
    width: 100%;
    height: 100%;
    display: block;
}

.slider-controls-hidden .slider-btn {
    opacity: 0;
    pointer-events: none;
}

/* #endregion */

/*#region PROJECT TWO SECTION */
#projectTwo {
    background-color: #171616;
    color: #fefaf7;
}

#projectTwo h3 {
    color: #fefaf7;
}

#projectTwo .rightPart {
    text-align: right;
}

#projectTwo .rightPart > p {
    margin-right: 0;
}
/*#endregion */

/*#region PRICES SECTION */
#prices {
    background-color: #171616;
    color: #fefaf7;
    padding: 0;
    padding-top: 50px;
}

#prices .slider-viewport {
    padding: 0 0 120px 0;
}

#prices h3 {
    font-size: 55px;
    text-transform: uppercase;
    color: #fefaf7;
    margin: 0 auto;
    font-family: "Adriana", sans-serif;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
}

#prices .slide {
    flex: 0 0 auto;
    width: 80vw;
    max-width: 1200px;
    height: auto;
    min-height: 280px;
    background: linear-gradient(rgba(4, 4, 4, 0.1), rgba(133, 133, 133, 0.1), rgba(90, 90, 90, 0.1));
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
}

#prices .slide::before {
    display: none;
}

#prices .slide > * {
    position: static;
    z-index: auto;
}

#prices .slide .service-list {
    max-height: none;
    overflow: visible;
}

#prices .slide .service-list li {
    margin-bottom: 24px;
}

#prices .price-title {
    font-family: "Adriana", sans-serif;
    text-transform: capitalize;
    letter-spacing: 5px;
    font-size: 48px;
    margin: 30px 0 60px;
    text-align: center;
    color: #ff640a;
}

#prices .service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#prices .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin: 5px 0;
    opacity: 50%;
}

#prices img {
    scale: 0.8;
}

#prices .service-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

#prices .service-list li i {
    font-size: 24px;
    color: #ff640a;
    margin-top: 4px;
    flex-shrink: 0;
}

#prices .service-text {
    flex: 1;
}

#prices .service-name {
    font-size: 24px;
    margin: 0;
}

#prices .service-desc {
    font-size: 18px;
    margin: 5px 0 0 0;
    color: #cccccc;
}

#prices .service-price {
    font-size: 26px;
    background: #ffffff;
    color: #171616;
    padding: 8px 18px;
    border-radius: 20px;
    white-space: nowrap;
    width: 200px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#prices .price-slide {
    aspect-ratio: unset;
}

@media (min-width: 768px) and (max-width: 1600px) {
    #prices .slide {
        width: 70vw;
        max-width: 1080px;
    }
}

/* Modal */
.pricesModal {
    max-width: 1980px;
    height: auto;
    aspect-ratio: 1980 / 1223;
    background: linear-gradient(rgba(20, 20, 20, 1), rgba(46, 46, 46, 1), rgba(21, 21, 21, 1));
    border: 0;
    border-radius: 50px;
    padding: 30px;
}

.pricesModalDialog {
    margin: 0 auto;
    max-width: 1200px;
    height: 950px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricesModalBody,
.pricesModalFooter {
    border: 0;
}

.pricesModalBody h1 {
    font-family: "Adriana", sans-serif;
    letter-spacing: 5px;
    font-size: 45px !important;
    color: #ff640a;
    text-align: center;
    width: 100%;
    margin: 0 0 40px 0;
}

.pricesModalBody {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricesModalBody .container {
    max-width: 70vw !important;
}

.pricesModalBody .centerDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricesModalBody h3 {
    color: #fefaf7;
    font-size: 45px !important;
}

.pricesModalBody .upperRow {
    padding-bottom: 50px;
}

.pricesModalBody input,
.pricesModalBody textarea {
    background: none;
    border: 0;
    border-bottom: 0.1px solid #d9d9d9;
    border-radius: 0;
    padding: 0 0 15px 0;
    resize: none;
    font-size: 24px;
    color: #fefaf7 !important;
}

.pricesModalBody input::placeholder,
.pricesModalBody textarea::placeholder {
    color: #d9d9d9;
}

.pricesModalBody input:focus,
.pricesModalBody textarea:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
}

.pricesModalBody .about {
    margin-bottom: 30px;
}

.pricesModalBody p {
    color: #fefaf7;
    text-align: center;
}

.pricesModalBody .submitButton {
    padding: 15px 45px;
    font-size: 21px;
    border-radius: 71px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    box-shadow:
        0 8px 10px rgba(255, 100, 10, 0.5),
        0 0 15px rgba(255, 100, 10, 0.6),
        0 0 30px rgba(255, 100, 10, 0.4);
    font-family: "TheoVD", sans-serif;
    letter-spacing: 5px;
    font-weight: bold;
    transition: 0.2s;
    display: block;
    width: 330px;
    margin: 0 auto;
    background-color: #fefaf7;
    color: #171616;
    border: 0;
}

.pricesModalBody .submitButton:hover {
    background-color: #171616;
    color: #fefaf7;
}

.pricesModalBody .closeButtons {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
}

.pricesModalBody img {
    position: absolute;
    scale: 0.8;
    pointer-events: none;
}

.pricesModalBody .orange {
    left: 0;
    bottom: 0;
}

.pricesModalBody .black {
    right: 0;
    top: 0;
}

/*#endregion */

/*#region THANKS SECTION */
#thanks {
    padding-top: 50px;
    text-align: center;
    background-image: url("https://pub-bdd0f366dfb14d41981d9dacbe930f80.r2.dev/images/shared/thanks/Orange.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}

#thanks .texts {
    max-width: 1000px;
    margin: 0 auto;
}

#thanks .texts .paragraphText {
    max-width: 700px;
    margin: 0 auto;
}

#thanks h3,
#thanks h4,
#thanks p {
    color: #171616;
}

#thanks h3,
#thanks h4 {
    text-transform: uppercase;
    font-family: "Adriana", sans-serif;
    letter-spacing: 5px;
    font-weight: bold;
}

#thanks h3 {
    font-size: 64px;
}

#thanks h4 {
    font-size: 30px;
}

#thanks p {
    font-size: 24px;
    margin: 50px 30px 50px 30px;
}

#thanks .mainButtons a {
    padding: 15px 45px;
    font-size: 21px;
    border-radius: 71px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.5),
        0 0 25px rgba(0, 0, 0, 0.6),
        0 0 40px rgba(0, 0, 0, 0.4);
    font-family: "Adriana", sans-serif;
    letter-spacing: 5px;
    font-weight: bold;
    transition: 0.2s;
    display: inline-block;
    width: 430px;
    margin: 50px;
}

#thanks .hireMe {
    background-color: #171616;
    color: #fefaf7;
}

#thanks .hireMe:hover {
    background-color: #fefaf7;
    color: #171616;
}

#thanks .visualProjects {
    background-color: transparent;
    color: #171616;
    box-shadow: none !important;
    border: 2px solid #171616;
}

#thanks .visualProjects:hover {
    background-color: #171616;
    color: #fefaf7;
}

#thanks .followUs a {
    font-size: 18px;
    color: #171616;
    transition: 0.2s;
}

#thanks .followUs a:hover {
    color: #ff640a;
}

#thanks .followUs .icons {
    margin-bottom: 40px;
}

#thanks .followUs .icons a {
    text-decoration: none;
    margin-right: 15px;
    font-size: 60px;
}

#thanks .followUs .icons a i {
    color: #171616;
    transition: 0.2s;
}

#thanks .followUs .icons a i:hover {
    color: #ff640a;
}

#thanks .email {
    display: inline-block;
    margin: 20px 150px 20px 0;
}
/*#endregion */

/*#region FOOTER  */
footer {
    background-color: #171616;
}

/*#region LEGAL PAGES */
main.legal-page {
    min-height: 70vh;
    padding: 140px 20px 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main.legal-page h1,
main.legal-page p {
    margin: 0;
}
/*#endregion */

footer .bottom {
    padding: 30px 0;
    background-color: #171616;
    color: #fefaf7;
    display: flex;
    align-items: center;
    font-size: 18px;
}

footer .bottom p {
    margin: 0;
    color: grey;
}

footer .bottom nav ul {
    padding: 0;
    margin: 0;
}

footer .bottom .misc ul li,
footer .bottom nav ul li {
    display: inline-block;
    margin-right: 15px;
}

footer .bottom .misc ul,
footer .bottom nav ul {
    padding: 0;
    margin: 0;
}

footer .bottom nav ul li {
    display: inline-block;
    margin-right: 15px;
}

footer a {
    display: inline-block;
    color: #fefaf7;
    text-decoration: none;
    transition: 0.2s;
}

footer a:hover {
    color: #ff640a;
}

footer .bottom .misc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
}

footer span {
    pointer-events: none;
}

/*#endregion */
@media (max-width: 1550px) {
    /* xxl ↓ */
    .projectsSection h3 {
        font-size: 45px !important;
    }

    #about .x-orange {
        width: 100% !important;
    }
}
@media (max-width: 1200px) {
    /* xl ↓ */
    #about {
        height: auto;
    }

    #about .images {
        scale: 0.9;
        position: relative;
        right: 50px;
    }

    #about .texts {
        text-align: center;
        margin: 0 auto;
        width: 80%;
        margin-bottom: 120px;
    }

    .pricesModalDialog {
        scale: 0.8;
    }

    .projectsSection .row {
        flex-direction: unset !important;
        gap: 0px !important;
    }

    .projectsSection h3 {
        font-size: 35px !important;
    }
}
@media (max-width: 1100px) {
    .mainImage {
        display: none;
    }

    .responsiveImage {
        display: block;
        position: relative;
        top: 63px;
    }

    .projectsSection h3 {
        padding: 0px !important;
    }

    .hero-img {
        object-fit: unset !important;
    }
}
@media (max-width: 992px) {
    /* site-wide breakpoint ↓ */
    #about .leftPart {
        height: 500px !important;
        position: relative;
        bottom: 200px;
    }

    #about .images {
        scale: 0.7 !important;
    }

    #about .x-orange {
        width: 100% !important;
    }

    #thanks {
        background-size: 90%;
    }

    #thanks .email {
        margin-right: 0px;
    }

    footer nav {
        text-align: center !important;
    }

    footer .middle {
        margin: 30px 0 !important;
    }

    header .logoLink {
        margin-left: 0px !important;
    }

    .pricesModalBody h3 {
        margin-bottom: 55px !important;
        text-align: center !important;
    }
}
@media (max-width: 768px) {
    /* md ↓ */
    #about .leftPart {
        height: 400px !important;
        position: relative;
        bottom: 250px;
    }

    #about .images {
        scale: 0.6 !important;
        right: 0px !important;
    }

    #thanks {
        background-size: 90%;
    }

    #prices .slide {
        padding: 20px 30px;
        width: 100%;
        max-width: 100%;
    }
    #prices .price-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    /* Slider responsive - stack vertically on small screens */
    .slider-viewport {
        overflow: visible;
        padding: 20px 0;
    }
    .slider-track {
        flex-direction: column;
        gap: 20px;
        transform: none !important;
    }
    .slide {
        flex: none;
        width: 100%;
        max-width: 100%;
        transform: scale(1);
        opacity: 1;
    }
    .slide.is-active {
        transform: scale(1);
        opacity: 1;
    }
    .pricesModalBody .emailInput {
        margin-top: 10px;
    }
}
@media (max-width: 576px) {
    /* sm ↓ */
    #projectOne .col-lg-6.leftPart,
    #projectTwo .col-lg-6.rightPart {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    #projectOne .col-lg-6.leftPart > p,
    #projectTwo .col-lg-6.rightPart > p,
    #projectOne h3,
    #projectTwo h3 {
        text-align: center;
    }

    #projectOne .col-sm-4.col-md-4.col-lg.rightPart,
    #projectTwo .col-sm-4.col-md-4.col-lg.leftPart {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 8px;
        padding-right: 8px;
    }

    #projectOne .rightPart > p,
    #projectOne .rightPart > span,
    #projectTwo .leftPart > p,
    #projectTwo .leftPart > span {
        width: min(100px, 100%);
        margin-left: auto;
        margin-right: auto;
    }

    #projectOne .rightPart > p,
    #projectTwo .leftPart > p {
        font-size: 42px;
    }

    #projectOne .rightPart > span,
    #projectTwo .leftPart > span {
        font-size: 24px;
    }

    #about .leftPart {
        height: 300px !important;
        position: relative;
        bottom: 270px;
    }

    #about .images {
        scale: 0.45 !important;
    }

    #thanks h3 {
        font-size: 30px;
    }

    #thanks .mainButtons a {
        width: 70%;
    }

    #prices .service-list li {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto auto;
        gap: 5px 12px;
        align-items: start;
    }

    #prices .service-list li img {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        margin-top: 4px;
        width: 50px;
        height: auto;
    }

    #prices .service-text {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        display: grid;
        grid-template-rows: auto auto;
        gap: 4px;
    }

    #prices .service-name {
        margin: 0;
    }

    #prices .service-desc {
        margin: 0;
        color: #cccccc;
        padding: 10px 0;
    }

    #prices .service-price {
        grid-column: 1 / -1;
        grid-row: 3 / 4;
        justify-self: start;
        padding: 8px 16px;
        height: 70px;
        margin: 0 auto;
    }

    #prices .service-list li .line {
        grid-column: 1 / -1;
        width: 100%;
        height: 1px;
        background-color: #d9d9d9;
        margin: 8px 0;
        opacity: 0.5;
    }

    #about .x-black {
        left: 0px !important;
        width: 100% !important;
    }

    #thanks .mainButtons a {
        font-size: 16px !important;
    }

    .pricesModalBody button {
        width: 100% !important;
    }

    .pricesModalBody h3 {
        font-size: 40px !important;
    }

    .pricesModalBody .closeButtons {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 450px) {
    /* xs ↓ */
    #clients h3 {
        font-size: 40px;
    }

    #projectOne h3,
    #projectTwo h3 {
        font-size: 40px;
    }

    #about .images {
        scale: 0.4 !important;
    }

    .pricesModalBody h3 {
        font-size: 25px !important;
    }

    .pricesModalBody h1 {
        font-size: 30px !important;
    }
}

@media (max-width: 400px) {
    /* xs ↓ */
    #about .leftPart {
        height: 150px !important;
        position: relative;
        bottom: 370px;
    }

    #about .images {
        scale: 0.3 !important;
    }

    #thanks .mainButtons a {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 80%;
    }

    header .logoLink {
        margin-left: 10px;
    }

    #projectOne .goBack,
    #projectTwo .goBack {
        width: 80% !important;
    }

    #prices h3 {
        font-size: 30px;
    }

    #projectOne h3,
    #projectTwo h3 {
        font-size: 30px;
    }

    #about .images .right-up {
        left: 200px !important;
    }

    #thanks .mainButtons a {
        font-size: 12px !important;
    }

    #prices .price-title {
        font-size: 20px !important;
    }
}
