@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap');

@font-face {
    font-family: Biko;
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/biko-black.woff");
}

.videomask {
    width: 100%;
    display: inline-block;
    -webkit-mask-image: url('../img/future-tech.png');
    mask-image: url('../img/future-tech.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

.video_holder {
    width: 100%;
    height: 115px;
    overflow: hidden;
}

.video_holder video {
    width: 100%;
    position: relative;
    top: -300px;
}

html {
    overflow: scroll;
    overflow-x: hidden;
    height: 100%;
}

body {
    font-family: 'Hanken Grotesk', sans-serif !important;
    background-color: #f9f9f9;
    height: 100%;
}

.head {
    position: fixed;
    z-index: 10;
    width: 100vw;
    margin-top: 40px;
    transition: .5s all;
}

.head.sticky {
    background-color: #fff;
    margin-top: 0;
}

header .head-right-text {
    font-size: 12px;
    font-weight: 300;
    color: #637394;
}

header a.nav-link {
    color: #637394;
}

header a.nav-link.active {
    color: #78CDFE;
}


main {
    position: relative;
    box-sizing: border-box;
    padding-top: 300px
}

    main::before {
        background-image: url(../img/blurred-eclipse-left.svg);
        background-repeat: no-repeat;
        content: " ";
        position: absolute;
        top:0;
        left:0;
        width: 720px;
        height: 100%;
        z-index: -1;
    }

    main::after {
        background-image: url(../img/blurred-eclipse-right.svg);
        background-repeat: no-repeat;
        content: " ";
        position: absolute;
        top:0;
        right: -10px;
        width: 720px;
        height: 100%;
        z-index: -1;
    }

    section.slogan .slogan-text {
        font-size: 45px;
        font-weight: 200;
        color: #0F4E84;
        margin-bottom: 20px;
    }

    section.slogan-footer {
        margin-top: 250px;
        margin-bottom: 50px;

    }

        .slogan-footer .container {
            border-bottom: 1px solid #C7D3ED;
            padding-bottom: 80px;
        }

        .slogan-footer div.slogan-footer-text {
            font-size: 14px;
            font-weight: 200;
            color: #637394;
        }

        .btn-custom {

            align-items: center;
            position: relative;
            box-sizing: border-box;
            color: #637394;
            background: linear-gradient(288.02deg, rgba(140, 208, 255, 0.3) -0.88%, rgba(255, 255, 255, 0.3) 31.09%);
            box-shadow: 0px 4px 20px rgba(120, 205, 254, 0.3);
            background-clip: padding-box;
            border: solid 2px transparent;
            padding: 15px 25px
        }

        .btn-custom span {
            font-size: 14px;
        }

        .btn-custom::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            margin: -3px;
            border-radius: inherit;
            background: linear-gradient(to right, rgba(201, 233, 255, 0.92), rgba(255, 255, 255, 1));
        }


    section.projects {
        margin-top: 100px;
        padding-bottom: 100px;
    }

        section.projects .container {
            border-bottom: 1px solid #C7D3ED;
            padding-bottom: 80px;
        }

        section.projects .latest-project {
            padding-top: 100px
        }

        section.projects .latest-project .title {
            font-weight: 300;
            margin-bottom: 40px
        }

        section.projects .latest-project .name {
            font-size: 70px;
            line-height: 60px;
            font-weight: 700;
            margin-bottom: 60px;
            color: #0F4E84
        }

        section.projects .project-right {
            padding-top: 110px;
            padding-left: 100px;
            text-align: right;
        }

        section.projects .project-right div {
            font-size: 22px;
            margin-bottom: 35px;
            color: #637394;
        }

        section.projects .project-right div.desc {
            font-size: 13px;
            font-weight: 300;
            color: #637394;
        }


        section.feature {
            padding-bottom: 100px;
        }

            section.feature .container {
                border-bottom: 1px solid #C7D3ED;
                padding-bottom: 80px;
            }

            section.feature h2 {
                color: #0F4E84;
                margin-bottom: 20px;
            }

            section.feature h6 {
                color: #80D0FE;
                margin-bottom: 30px;
            }

            section.feature .text {
                color: #637394;
            }

        .technology {
            position: relative;
            padding-bottom: 100px;
        }

        .tech-head {
            position: relative;
            text-align: center;
        }

        .tech-head h2 {
            font-size: 170px;
            font-weight: 900;
            background: linear-gradient(to right, #78CDFE 0%, #BEE7FF 50%, #78CDFE 100%);
            background-clip: text;
            color: transparent;
        }

        .tech-head span {
            font-size: 45px;
            font-weight: 900;
            position: absolute;
            top: 0px;
            right: 210px;
            text-align: right;
            color: #0F4E84
        }

        .technology .image {
            position: absolute;
            top: 120px;
            padding: 0 340px 100px 200px
        }

        .technology .text {
            margin-top: 450px;
            font-size: 30px;
            line-height: 30px;
            color: #0F4E84;
        }

    section.tech-blocks {
        padding-bottom: 100px
    }

    section.tech-blocks img {
        width: 300px;
    }

    section.tech-blocks .divider {
        width: 1px;
        height: 500px;
        border-left: 1px solid #CFE3EE;
        margin-left: 80px;
        margin-right: 80px;
    }

    section.tech-blocks span {
        display: inline-block;
        font-size: 14px;
        color: #6C707C;
        padding: 0 80px;
    }

    section.tech-blocks-bottom {
        padding-bottom: 100px
    }

    section.tech-blocks-bottom h2 {
        font-size: 24px;
        color: #0F4E84;
        margin-bottom: 30px
    }

    section.tech-blocks-bottom div {
        font-size: 14px;
        color: #6C707C;
    }

    section.divisions {
        padding-bottom: 100px
    }

        section.divisions .container {
            border-bottom: 1px solid #C7D3ED;
            padding-bottom: 140px;
        }

        section.divisions img {
            width: 70%;
        }

        section.divisions h2 {
            font-size: 45px;
            color: #0F4E84;
        }

        section.divisions h4 {
            font-size: 30px;
            color: #78CDFE;
        }

        section.divisions .division-text {
            font-size: 14px;
            color: #6C707C;
        }

        .carousel-indicators {
            bottom: -20px !important;
        }

        .owl-theme .owl-dots .owl-dot.active span {
            background-color: #1a96ce !important
        }

        .owl-theme .owl-dots .owl-dot span {
            background-color: #a8d8ed !important
        }

    section.chalange {
        background-image: url(../img/chalange-bg.png);
        background-repeat: repeat-x;
        background-size: cover;
        background-size: 50%;
        padding-bottom: 60px;
    }

        section.chalange .container {
            border-bottom: 1px solid #C7D3ED;
            padding-bottom: 140px;
            height: 470px;
        }

        section.chalange h2 {
            font-size: 60px;
            font-weight: 800;
            color: #0F4E84;
        }

        section.chalange h2 span {
            color: #78CDFE;
        }

    footer {
        padding-bottom: 100px;
        color: #0F4E84;
    }

        footer a {
            color: #0F4E84;
            text-decoration: none
        }


@media screen and (max-width: 600px) {

    .head {
        margin-top: 10px
    }

    main {
        padding-top: 160px
    }

    main::before,
    main::after {
        background-size: contain;
        width: 50%;
    }

    .slogan-text {
        font-size: 30px !important;
        text-align: center;
    }

    section.slogan-footer {
        margin-top: 50px;
    }

    section.slogan-footer div.slogan-footer-text {
        text-align: center;
        margin-bottom: 30px
    }

    section.slogan-footer .slogan-footer-button {
        text-align: center !important
    }

    section.slogan-footer .justify-content-between {
        justify-content: center !important;
    }

    .projects {
        margin-top: 50px !important;
        padding-bottom: 30px !important
    }

    .projects .container {
        padding-bottom: 30px !important
    }

    .latest-project {
        padding-top: 0 !important;
        margin-bottom: 50px;
        text-align: center;
    }

        .project-image {
            margin-left: -15px !important
        }

        .project-right {
            padding: 0 !important;
            text-align: center !important;
        }

    .feature,
    .feature .container {
        padding-bottom: 30px !important
    }

    .feature h2 {
        margin-top: 30px;
    }

    .feature .text {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .technology .tech-head h2 {
        font-size: 50px !important;
        text-align: center !important;
        margin-top: 40px;
    }

    .technology .tech-head span {
        font-size: 25px;
        position: relative !important;
        right: 0;
        top: -100px;
    }

    .technology .image {
        padding: 0;
    }

    .technology .text {
        margin-top: 220px
    }

    .carousel-item img {
        width: 60%;
    }

    .chalange h2 {
        font-size: 40px !important
    }

    footer {
        padding-bottom: 40px;
    }

    footer .copyright {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .videomask {
        -webkit-mask-image: url('../img/future-tech-mobile.png') !important;
        mask-image: url('../img/future-tech-mobile.png') !important;
    }

    .video_holder video {
        top: -60px
    }

}
