/* SDK */
	#sdk-section {
        min-height: 100vh;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: stretch;
        flex-wrap: nowrap;
        background-color: white;
        border-top: 1px solid var(--color-border);
    }
    #sdk-section .info {
        flex: 0 0 50%;
        width: 50%;
        height: 100vh;
        padding: var(--size-header-height);
        /* padding-bottom: 0; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        position: relative;
    }
    #sdk-section .animation {
        flex: 0 0 50%;
        width: 50%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        position: relative;
        padding: var(--size-header-height);
        padding-top: calc(var(--size-header-height) * 2);
    }
    #sdk-section .animation #gears {
    	width: 90%;
    	height: 90%;
    }

/* SDKS */
    .sdks {
        position: absolute;
        top: calc(var(--size-header-height) * 2);
        right: var(--size-header-height);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }
    .sdks > div {
        width: 80px;
        height: 80px;
        margin-right: 1em;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .sdks > div.android {
        background-image: url('/images/android.png');
    }
    .sdks > div.ios {
        background-image: url('/images/ios.png');
    }

/* HIGHLIGHTS */
    #sdk-section .highlights {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: nowrap;
        font-size: 3.3vw;
        letter-spacing: 0;
        z-index: 10;
        line-height: 1.3;
        width: 100%;
    }
    #sdk-section .highlights .line {
        width: 100%;
        position: relative;
        text-align: right;
    }
    #sdk-section .highlights .subtitle {
        font-weight: 300;
        font-size: 0.65em;
    }
    #sdk-section .highlights span {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        transition: all 0.25s ease-in-out 0s
    }
    #sdk-section .highlights p {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 0.3em;
        padding-top: 0.5em;
        transition: all 0.25s ease-in-out 0s
    }

    #sdk-section .highlights a {
        display: block;

    }
    #sdk-section .highlights a {
        display: inline-block;
        font-size: 0.4em;
        height: 2.6em;
        background-color: var(--color-blue);
        color: white;
        padding: 0em 2.5em;
        border-radius: 1.3em;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-weight: 600;
        margin-top: 2em;
    }
    #sdk-section .highlights a:hover{

        background-color: var(--color-gray);
    }


/* MOBILE LAYOUT */

    @media (max-width: 767px) and (hover: none) and (pointer: coarse),
    (max-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 0) {
        #sdk-section {
            width: 100vw;
            max-width: 100vw;
            height: 100vh;
            overflow: hidden;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            padding: 0;
        }
        #sdk-section .info {
            flex: 0 0 60%;
            width: 100vw;
            height: 60%;
            padding: 0 2rem calc(var(--size-header-height) + 2rem) 2rem;
            justify-content: flex-start;
            align-items: center;
        }
        #sdk-section .animation {
            flex: 0 0 35%;
            width: 100vw;
            height: 35%;
            justify-content: center;
            align-items: center;
            padding: 2rem;
            padding-top: var(--size-header-height);
        }
        #sdk-section .animation #gears {
            width: 120%;
            height: 120%;
            margin-top: 2rem;
        }
        #sdk-section .sdks {
            width: 100%;
            position: static;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }
        #sdk-section .sdks > div {
            width: 80px;
            height: 80px;
            margin-right: 1em;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center center;
        }
        #sdk-section .texts {
            margin-bottom: auto;
            font-size: 7vw;
        }
        #sdk-section .highlights {
            justify-content: center;
            align-items: center;
            font-size: 8vw;
            letter-spacing: 0;
            z-index: 10;
            line-height: 1.5;
        }
        #sdk-section .highlights span,
        #sdk-section .highlights p{
            text-align: center;
            justify-content: center;
        }
        #sdk-section .highlights p{
            font-size: 1.4rem;
        }
        #sdk-section .highlights a{
            font-size: 2rem;
            height: 7rem;
            border-radius: 3.5rem;
            width: 80%;
        }
        #sdk-section .scroll-down {
            position: fixed;
            flex-direction: row;
            bottom: 2em;
            right: 0;
            left: 0;
            margin: 0;
            padding: 0;
            justify-content: center;
        }
        #sdk-section .scroll-down .icon-scroll{
            border: none;
            box-shadow: none;
        }
        #sdk-section .scroll-down .icon-scroll::before{
            content: '\f25a';
            font-family: 'Font Awesome 5 Pro';
            font-weight: 300;
            position: absolute;
            z-index: 9;
            left: 0%;
            width: 30px;
            height: 30px;
            font-size: 2em;
            background: transparent;
            margin-left: 0;
            top: 0;
            border-radius: 0;
            animation-duration: 1.75s;
            animation-iteration-count: infinite;
            animation-name: scrollMobile;
        }

    }














