.section {
    position: relative;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 12;
}

.section .content {
    position: relative;
}

.section .content-box {
    margin-right: -1px;
    padding: 35px;
    font-size: 1rem;
    background: #101010;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.section h2 {
    display: inline-block;
    position: relative;
    margin: 0 0 35px 35px;
    vertical-align: top;
    position: relative;
    font-size: 1.5rem;
    color: #FFF;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.section h3 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    position: relative;
    font-size: 1rem;
    color: #FFF;
    transition: all 0.3s ease 0s;
}

.section .content-box.single-post-text p {
    margin: 0 0 2rem 0;
}

@media (max-width: 1199px) {
    .section {
        padding-left: 50px;
        padding-right: 50px;
    }

    .section .content-box {
        padding: 25px;
    }

    .section h2 {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 720px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .section h2 {
        margin: 0 0 20px 0;
    }
}

.section.started {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100vh;
    z-index: 12;
    text-align: center;
}

.section.started .started-content .logo {
    position: relative;
    display: inline-block;
    top: -100px;
    left: -300px;
    width: 740px;
    height: 600px;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(0.6);
    clip-path: polygon(31% 0, 100% 25%, 61% 100%, 0 93%);
}

.section.started .started-content .h-title {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    width: 560px;
    max-width: 560px;
    font-size: 1.75rem;
    font-weight: 300;
    color: #FFF;
    word-break: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-left: -85px;
    margin-top: 85px;
    text-align: left;
}

.section.started .started-content .h-title strong {
    color: #4bffa5;
}

.section.started .mouse_btn {
    text-align: center;
    position: absolute;
    bottom: 7%;
    z-index: 2;
    left: auto;
    transform: translate(0, 0);
    right: calc(20% + 35px);
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s linear;
}

.section.started .mouse_btn .icon {
    position: relative;
    top: 0px;
    animation: mouse-anim 1s ease-out 0s infinite;
}

.section.started .mouse_btn.hidden {
    opacity: 0;
    visibility: hidden;
}

.section.started .mouse_btn .icon:before {
    width: 1.8rem;
    height: 1.8rem;
    background-color: #4bffa5;
}

.section.started .video-bg {
    margin-left: -50vw;
    position: absolute !important;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 480px) {
    .video-bg {
        margin-left: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

}

.video-bg-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #101010;
    opacity: 0.4;
    z-index: 2;
}


.video-bg-texture {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@media (min-width: 1200px) {
    .section.started .started-content .logo {
        top: -11.5vh;
        left: -18.5vw;
        width: 56vw;
        height: 80vh;
    }

    .section.started .started-content .h-title {
        margin-left: 0;
        margin-top: 0;
        left: 50vw;
        top: 60vh;
        bottom: auto;
    }
}

@media (max-width: 1199px) {
    .section.started .started-content {
        left: 50px;
        width: auto;
    }

    .section.started .started-content .logo {
        top: -50px;
        left: -150px;
        width: 640px;
        height: 560px;
    }

    .section.started .started-content .h-title {
        left: 70vw;
        top: 45vh;
    }

    .section.started .started-content .h-title strong {
        display: block;
    }

    .section.started .mouse_btn {
        left: auto;
        margin-left: 0;
    }

}

@media (max-width: 720px) {
    .section.started {
        padding: 0 30px;
    }

    .section.started .started-content .h-title {
        padding-right: 50px;
        font-size: 1.5em;
        left: 0;
        top: 50vh;
        width: 100%;
        margin-left: 0;
    }

    .section.started .started-content .h-title strong {
        display: inline;
    }

    .section.started .started-content .logo {
        position: absolute;
        top: 0;
        left: -60px;
        width: 110vw;
        height: 62vh;
        clip-path: polygon(25% 0, 100% 25%, 80% 100%, 0 85%);
    }

    .section.started .mouse_btn {
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
        margin: 0;
        bottom: 50px;
    }
}


/* - About */
.section.about {
    line-height: 1.9;
    color: #eee;
}

.section.about .content-box {
    display: flex;
    flex-direction: row;
}

.section.about .content-box .image img {
    width: 160px;
    filter: grayscale(0.5);
    vertical-align: middle;
}

.section.about .content-box .desc {
    flex: 1;
    margin-left: 35px;
}

.section.about .content-box .desc p {
    word-break: break-word;
    margin: 0 0 1.5rem 0;
}

.section.about .content-box .desc .info-list ul {
    display: grid;
    grid-template-columns: 50% 50%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.section.about .content-box .desc .info-list ul li {
    display: inline-block;
    vertical-align: top;
}

.section.about .content-box .desc .info-list ul li strong {
    font-weight: 400;
    color: #4bffa5;
}

@media (min-width: 1700px) {
    .section.about .content-box .desc .info-list ul {
        grid-template-columns: 33% 33% 33%;
    }
}

@media (max-width: 800px) {
    .section.about .content-box .desc .info-list ul {
        grid-template-columns: 100%;
        text-align: center;
    }
}

@media (max-width: 720px) {
    .section.about .content-box {
        display: flex;
        flex-direction: column;
    }
    
    .section.about .content-box .image {
        margin: 0 auto 20px auto;
        width: 120px;
        text-align: center;
    }

    .section.about .content-box .image img {
        width: 120px;
    }

    .section.about .content-box .desc {
        margin-left: 0;
        text-align: center;
    }

    .section.about .content-box .desc .info-list ul li {
        width: 100%;
    }
}


/* - Skills */
.section.skills ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 10px;
}

.section.skills ul li {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 1rem;
    color: #eee;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.section.skills ul li:nth-child(3n-1) {
    margin-left: 17.5px;
}

.section.skills ul li:nth-child(3n) {
    margin-left: 35px;
}

.section.skills ul li:before {
    content: "";
    display: inline-flex;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1rem;
    background-color: #4bffa5;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
    mask-image: url('../images/check-solid-bold.svg');
}

.section.skills ul li:after {
    display: none;
}

/* section skills fullhd */
@media (max-width: 1699px) {
    .section.skills ul {
        grid-template-columns: 1fr 1fr;
    }

    .section.skills ul li:nth-child(3n),
    .section.skills ul li:nth-child(3n-1) {
        margin-left: 0;
    }

    .section.skills ul li:nth-child(2n) {
        margin-left: 35px;
    }
}

/* section skills mobile */
@media (max-width: 720px) {
    .section.skills ul {
        grid-template-columns: 1fr;
    }

    .section.skills ul li:nth-child(3n),
    .section.skills ul li:nth-child(3n-1),
    .section.skills ul li:nth-child(2n) {
        margin-left: 0;
    }
}

/* - Service */
.section.contacts .service-items {
    margin-top: -70px;
    font-size: 0;
    text-align: center;
}

.section.contacts .service-items .service-col {
    margin-top: 70px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.section.contacts .service-items .service-col:nth-child(odd) .content-box {
    margin-right: 35px;
}

.section.contacts .service-items .service-col:nth-child(even) .content-box {
    margin-left: 35px;
}

.section.contacts .service-items .service-item .name {
    margin: 15px 0;
    color: #eee;
    font-weight: 500;
}

.section.contacts .service-items .service-item .icon:before {
    display: block;
    margin: 0 auto 20px auto;
    width: 2rem;
    height: 2rem;
    background-color: #4bffa5;
}


/* section service tablet */
@media (max-width: 1199px) {
    .section.contacts .service-items {
        margin-top: -40px;
    }

    .section.contacts .service-items .service-col {
        margin-top: 40px;
    }

    .section.contacts .service-items .service-col:nth-child(odd) .content-box {
        margin-right: 20px;
    }

    .section.contacts .service-items .service-col:nth-child(even) .content-box {
        margin-left: 20px;
    }
}

/* section service mobile */
@media (max-width: 720px) {
    .section.contacts .service-items .service-col {
        width: 100%;
    }

    .section.contacts .service-items .service-col:nth-child(odd) .content-box {
        margin-right: 0;
    }

    .section.contacts .service-items .service-col:nth-child(even) .content-box {
        margin-left: 0;
    }
}

.section.privacy-policy .content > *:last-child {
    margin-bottom: 0;
}