/*************************************
 * Related adjustments
 ************************************/

.contact-item.arrow.sm-down:before,
.contact-item.arrow.sm-down:after {
    display: none;
}

@media (max-width: 1400px) {
    .project-item .blur-plate.white-adj ul {
        color: var(--rm-bg);
    }
    .project-item .item-align img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .project-item .blur-plate.white-adj ul {
        color: var(--rm-bg);
    }
}

@media (max-width: 992px) {
    .project-item .item-align {
        width: 100%;
    }
    .project-item .blur-plate.white-adj ul {
        color: white;
    }
    .project-item:nth-of-type(2n-1) .blur-plate,
    .project-item:nth-of-type(2n) .blur-plate,
    .project-item:nth-of-type(2n-1) .item-align .blur-plate,
    .project-item:nth-of-type(2n) .item-align .blur-plate {
        left: 1.5rem;
        right: auto;
        padding-bottom: 0.5rem;
    }
    .project-item .blur-plate,
    .project-item .item-align .blur-plate {
        width: calc(100% - 3.2rem);
        position: relative;
        z-index: 1;
        margin-top: -6.5rem;
        margin-bottom: 3.5rem;
    }
    .project-item img ,
    .project-item .item-align img {
        top: 0;
        float: none !important;
    }
}



@media (max-width: 768px) {

    /*************************************
     * Basics
     ************************************/

    body {
        overflow-x: hidden;
    }

    footer {
        padding-left: 2.3rem;
        padding-right: 2.3rem;
    }

    /*************************************
     * Index
     ************************************/
    .sf-tech-bg .bg-video {
        height: calc(100vh + 2rem);
        min-height: 630px;
    }
    .sf-tech-bg .bg-video > video {
        height: calc(100vh + 9rem);
        min-height: 700px;
    }
    .index-block-intro {
        margin-top: 2rem;
        margin-bottom: 0;
        height: calc(100vh - 10rem);
        min-height: 500px;
    }
    .index-block-intro .more {
        left: 1rem;
        margin-bottom: 2rem;
    }
    .block1 {
        font-size: 1.5rem;
        line-height: 1.35;
    }
    .block1 > span {
        display: block;
    }
    .block3 {
        font-size: 1rem;
        width: 80%;
    }
    .index-block-service {
        position: relative;
        z-index: 1;
        background-color: var(--rm-bg);
    }


    /*************************************
     * About
     ************************************/
    .about-block-intro > .col {
        flex: none;
        text-align: center;
        min-height: auto;
    }

    .about-svg {
        position: relative;
        height: auto;
        width: 70%;
        top: 2rem;
    }

    .about-desc {
        padding-top: 2rem;
        width: 100%;
    }

    .row .history-item > .box {
        display: block;
    }

    .history-item .dim-dash,
    .history-item .box:after {
        display: none;
    }

    .history-item .icon {
        float: left;
    }

    .history-item ul {
        width: 100%;
        max-width: none;
    }



    /*************************************
     * Contact
     ************************************/

    .contact-item.arrow.sm-down:before,
    .contact-item.arrow.sm-down:after {
        display: inline-block;
    }

    .contact-item.arrow.right:before,
    .contact-item.arrow.left:before,
    .contact-item.arrow.sm-down:before
     {
        top: auto;
        right: auto;
        left: calc(50%);
        width: var(--arrow-bar-wid);
        height: var(--arrow-bar-len);
        bottom: 2rem;
    }

    .contact-item.arrow.right:after,
    .contact-item.arrow.left:after,
    .contact-item.arrow.sm-down:after {
        top: auto;
        right: auto;
        border-left-color: var(--header-cyan);
        left: calc(50% - 0.4rem);
        bottom: -0.3rem;
        border-width: var(--arrow-wid);
        border-top-width: var(--arrow-len);
        border-bottom-width: var(--arrow-len);
        border-color: transparent;
        border-top-color: var(--header-cyan);
    }

    .contact-item:first-child,
    .contact-item:last-child,
    .service-workflow:nth-of-type(2n) .contact-item:first-child,
    .service-workflow:nth-of-type(2n) .contact-item:last-child {
        padding-right: 0;
        padding-left: 0;
    }

}