* {
    padding: 0;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
}

body {
    background: #282828;
}

#start-screen .img-block {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

#start-screen .img-block svg {
    opacity: 0;
}

#start-screen .img-block svg.showed {
    opacity: 1;
}

#circuit1 {
    -webkit-animation: 1s svg__underlineInfiniteAnimation 2s forwards;
    -moz-animation: 1s svg__underlineInfiniteAnimation 2s forwards;
    -o-animation: 1s svg__underlineInfiniteAnimation 2s forwards;
    animation: 1s svg__underlineInfiniteAnimation 2s forwards;
    fill: #3B3B3B !important;
    opacity: 0;
}

#circuit2 {
    -webkit-animation: 1s svg__underlineInfiniteAnimation2 3s forwards;
    -moz-animation: 1s svg__underlineInfiniteAnimation2 3s forwards;
    -o-animation: 1s svg__underlineInfiniteAnimation2 3s forwards;
    animation: 1s svg__underlineInfiniteAnimation2 3s forwards;
}

@keyframes svg__underlineInfiniteAnimation {
    100% {
        opacity: 1;
    }
}

@keyframes svg__underlineInfiniteAnimation2 {
    to {
        opacity: 0;
    }
}

#start-screen .text-block {
    position: relative;
    top: 50%;
    transform: translateY(-35%);
    width: 100%;
    margin-bottom: 70vh;
    padding-top: 75vh;
}

#start-screen .text-block h1 {
    font-weight: 500;
    font-size: 82px;
    line-height: 82px;

    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(90.56deg, #FB757C 0%, #E278DC 41.56%, #3FC3F4 100%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    cursor: default;
    opacity: 0;
    animation: 2s svg__underlineInfiniteAnimation3 3s forwards;
}

@keyframes svg__underlineInfiniteAnimation3 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.services-section {
    display: flex;
    flex-direction: column;
}

.name-of-section {
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    white-space: nowrap;
}

.name-of-section span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    transition: 0.5s;
}

.name-of-section span:after {
    content: 'services';
    text-transform: uppercase;
    background: linear-gradient(90.56deg, #FB757C 0%, #E278DC 35%, #3FC3F4 90%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.name-of-section h2 {
    font-weight: 500;
    font-size: 96px;
    line-height: 96px;
    transition: 0.5s;
    margin-bottom: 67px;
    position: relative;
}

#it_consulting .name-of-section h2:after {
    content: 'IT consulting';
}
#business_analysis .name-of-section h2:after {
    content: 'Business Analysis';
}
#project_management .name-of-section h2:after {
    content: 'Project Management';
}

.name-of-section h2:after {
    text-transform: uppercase;
    background: linear-gradient(90.56deg, #FB757C 0%, #E278DC 35%, #3FC3F4 90%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.name-of-section span, .name-of-section h2 {
    text-transform: uppercase;
    /*background: linear-gradient(90.56deg, #FB757C 0%, #E278DC 35%, #3FC3F4 90%),*/
    /*linear-gradient(0deg, #FFFFFF, #FFFFFF);*/
    background: linear-gradient(90.56deg, #3B3B3B 0%, #3B3B3B 35%, #3B3B3B 90%),
    linear-gradient(0deg, #3B3B3B, #3B3B3B);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.name-of-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    width: 690px;
    margin: 0 auto;
    transition: 0.5s;
}

.name-of-section.active {
    opacity: 1;
    visibility: visible;
}

.name-of-section.smoth h2 {
    background: linear-gradient(90.56deg, #3B3B3B 0%, #3B3B3B 35%, #3B3B3B 90%),
    linear-gradient(0deg, #3B3B3B, #3B3B3B);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    opacity: 0.5;
    transition: 0.5s;
}

.name-of-section.smoth h2:after {
    opacity: 0;
}

.name-of-section.smoth span {
    background: #3B3B3B;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    opacity: 0.5;
}
.name-of-section.smoth span:after {
    opacity: 0;
}

.name-of-section.smoth p {
    color: #3B3B3B;
}


.text-of-section {
    width: 312px;
    margin-bottom: 80vh;
    z-index: 2;
}

.text-of-section p {
    font-weight: 400;
}

#project_management .text-of-section {
    margin-bottom: 50vh;
}

.text-of-section .big_number, .text-of-section .small_info {
    background: linear-gradient(90.56deg, #FB757C 0%, #E278DC 35%, #3FC3F4 90%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.text-of-section .big_number {
    font-weight: 500;
    font-size: 96px;
    line-height: 96px;
    margin-top: 36px;
}

.text-of-section .small_info {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

footer {
    background: #212121;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 16px;
}

footer h2 {
    font-weight: 500;
    font-size: 96px;
    line-height: 96px;
    text-align: center;
    color: #EAEAEA;
    margin-top: 30px;
}

footer svg {
    opacity: 0;
    width: 100%;
    height: auto;
    transform: translateY(-54px);
    margin-bottom: 20px;
}

#footer-text-up, #footer-text-down, #footer-mob-text-up, #footer-mob-text-down {
    transition-delay: 3s;
    transition-duration: 1s;
    opacity: 0;
}

footer svg.animated {
    opacity: 1;
}

footer .animated #footer-text-up,
footer .animated #footer-text-down,
footer .animated #footer-mob-text-up,
footer .animated #footer-mob-text-down {
    opacity: 1;
}

footer .footer-link {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

footer .footer-link:last-child {
    margin-bottom: 138px;
}

footer a, footer p {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #EAEAEA;
    text-decoration: none;
}

footer .mob-show {
    display: none;
}

footer small {
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
}

@media screen and (max-width: 1600px) {
    #start-screen .text-block h1 {
        font-size: 72px;
        line-height: 72px;
    }
}

@media screen and (max-height: 700px) and (min-width: 992px) {
    #start-screen svg {
        height: 80%;
        width: auto;
    }

    #start-screen .text-block h1 {
        font-size: 54px;
        line-height: 54px;
    }

    .name-of-section h2 {
        font-size: 54px;
        line-height: 54px;
        margin-bottom: 32px;
    }

    .name-of-section p {
        width: 390px;
    }

    .text-of-section .big_number {
        font-size: 72px;
        line-height: 72px;
    }

    footer h2 {
        font-size: 62px;
        line-height: 62px;
    }

    footer .pc-show {
        width: 70%;
        margin: 0 auto 20px auto;
    }

    footer .footer-link:last-child {
        margin-bottom: 78px;
    }
}

@media screen and (max-height: 450px) and (min-width: 992px) {
    #start-screen .text-block h1 {
        font-size: 44px;
        line-height: 44px;
    }
}

@media screen and (max-width: 1200px) {
    #start-screen .text-block h1 {
        font-size: 62px;
        line-height: 62px;
    }

    .name-of-section h2 {
        font-size: 68px;
        line-height: 72px;
        margin-bottom: 57px;
    }

    .name-of-section p {
        width: 480px;
    }

    footer h2 {
        font-size: 76px;
        line-height: 76px;
        margin-bottom: 48px;
    }

    footer a, footer p {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
    #start-screen .text-block h1 {
        font-size: 48px;
        line-height: 48px;
    }

    .name-of-section h2 {
        font-size: 60px;
        line-height: 60px;
    }

    footer h2 {
        font-size: 64px;
        line-height: 64px;
    }
}

@media screen and (max-width: 576px) {
    #start-screen {
        display: flex;
        justify-content: center;
    }

    #start-screen .img-block {
        width: 96%;
    }

    #start-screen .text-block h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .name-of-section h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .name-of-section span {
        font-size: 16px;
        line-height: 20px;
    }

    .name-of-section p {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        width: unset;
    }

    .name-of-section p br {
        display: none;
    }

    .text-of-section {
        width: 100%;
    }

    .text-of-section .big_number {
        margin: 48px auto 0 auto;
        font-size: 56px;
        line-height: 56px;
    }

    .text-of-section .small_info {
        margin: 0 auto;
    }

    footer {
        justify-content: space-between;
    }

    footer h2 {
        font-size: 28px;
        line-height: 34px;
        margin-top: 220px;
        margin-bottom: 50px;
    }

    footer a, footer p {
        font-size: 16px;
        line-height: 24px;
    }

    footer .pc-show {
        display: none;
    }

    footer .mob-show {
        display: flex;
    }

    footer svg {
        transform: none;
        margin-bottom: 40px;
        width: 86%;
    }

    footer .footer-link:last-child {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 350px) {
    footer {
        min-height: 100vh;
        height: unset;
    }

    footer h2 {
        margin-top: 100px;
    }

    footer svg {
        margin-bottom: 20px;
    }

    footer a, footer p {
        font-size: 14px;
        line-height: 20px;
    }

    footer .footer-link:last-child {
        margin-bottom: 36px;
    }
}

@media screen and (max-height: 600px) and (min-width: 350px) and (max-width: 992px) {
    #start-screen svg {
        height: 80%;
        width: auto;
    }

    #start-screen .text-block h1 {
        font-size: 34px;
        line-height: 34px;
    }

    .name-of-section {
        flex-direction: column;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        white-space: nowrap;
    }

    .name-of-section h2 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .name-of-section p {
        width: unset;
    }

    .text-of-section .big_number {
        font-size: 74px;
        line-height: 74px;
    }

    footer {
        min-height: 100vh;
        height: auto;
    }

    footer h2 {
        font-size: 34px;
        line-height: 34px;
        margin-top: 84px;
    }

    footer svg {
        width: 80%;
        transform: unset;
    }

    footer a, footer p {
        font-size: 18px;
        line-height: 18px;
    }

    footer .footer-link:last-child {
        margin-bottom: 60px;
    }
}