/* ENTER SECTION */
#cCube_home {
    background-color: #f7f6f9;
    padding: 140px 0 40px 0;
}
#cCube_home h1,
#cCube_home h1 > span,
#cCube_home h1 > span > span {
    color: #222222;
    font-family: 'Poppins-Regular', system-ui;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.25em;
}
#cCube_home h1 {
    max-width: 602px;
    text-align: center;
    padding: 8px;
}
#cCube_home h1 > span.default-font {
    font-family: system-ui;
}
#cCube_home h1 > span.highlighted {
    background-color: #2f99ae33;
}
#cCube_home h2 {
    color: #222222;
    font-family: 'RadikalTrial-Bold', system-ui;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2em;
    text-align: center;
}
#cCube_home h3 {
    color: #222222;
    font-family: 'RadikalTrial-Regular', system-ui;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
}
#cCube_home p {
    color: #768093;
    font-family: 'RadikalTrial-Light', system-ui;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
}
.cCube_home-enter-container {
    margin: 0 auto;
    max-width: 846px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cCube_home-enter-container > p {
    max-width: 820px;
    margin: 32px auto;
}
.cCube_home-btn-getStarted {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'RadikalTrial-Light', system-ui;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    padding: 12px 24px;
    border-radius: 8px;
    color: #ffffff !important;
    background-color: #2f99ae;
    text-decoration: none;
}
.cCube_home-btn-getStarted:hover {
    text-decoration: underline;
}
.cCube_home-enter-container > img {
    padding: 0 60px;
    max-width: 100%;
    height: auto;
}

/* FEATURE SECTION */
.cCube_home-features-container {
    margin: 112px auto;
}
.cCube_home-features-container > p {
    max-width: 1040px;
    margin: 24px auto 48px auto;
}
.cCube_home-features-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-columns: repeat(5, 1fr);
    column-gap: 20px;
}
.cCube_home-features-card {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(7, 8, 30, 0.08);
    padding: 12px 12px 16px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.cCube_home-features-card > div > img {
    display: block;
    height: 40px;
    width: 40px;
    object-fit: contain;
    margin: 0 auto;
}
.cCube_home-features-card > div > h3 {
    margin-top: 16px;
}
.cCube_home-features-card > div > p {
    margin-top: 16px;
    font-size: 16px;
}
.cCube_home-features-read-more-btn {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    color: #2f99ae !important;
    font-size: 16px;
    font-family: 'RadikalTrial-Regular', system-ui;
    line-height: 1.2em;
    text-decoration: none;
}
.cCube_home-features-read-more-btn:hover {
    text-decoration: underline;
}
.cCube_home-features-read-more-btn > span.read-more-icon {
    display: block;
    height: 16px;
    width: 20px;
    margin-left: 8px;
    background-image: url('../images/readMore.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* SDK PLATFORMS SECTION */
.cCube_home-platforms-container {
    margin: 112px auto;
}
.cCube_home-platforms-container > p {
    max-width: 960px;
    margin: 24px auto 48px auto;
}
.cCube_home-platforms-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    -ms-grid-columns: repeat(5, 1fr);
    -ms-grid-rows: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 40px;
}
.cCube_home-platforms-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px rgba(7, 8, 30, 0.08);
    background-color: #ffffff;
    overflow: hidden;
}
.cCube_home-platforms-card-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 24px;
    background-color: #2f99ae33;
}
.cCube_home-platforms-card-title > span {
    display: block;
    height: 40px;
    width: 40px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.cCube_home-platforms-card-title > h3 {
    text-align: left;
}
.cCube_home-platforms-card-title > span.icon-flutter {
    background-image: url('../images/home/platforms/flutter.svg');
}
.cCube_home-platforms-card-title > span.icon-react-native {
    background-image: url('../images/home/platforms/react-native.svg');
}
.cCube_home-platforms-card-title > span.icon-javascript {
    background-image: url('../images/home/platforms/javascript.svg');
}
.cCube_home-platforms-card-title > span.icon-cordova {
    background-image: url('../images/home/platforms/cordova.svg');
}
.cCube_home-platforms-card-title > span.icon-native-script {
    background-image: url('../images/home/platforms/native-script.svg');
}
.cCube_home-platforms-card-title > span.icon-ios {
    background-image: url('../images/home/platforms/ios.svg');
}
.cCube_home-platforms-card-title > span.icon-android {
    background-image: url('../images/home/platforms/android.svg');
}
.cCube_home-platforms-card-title > span.icon-server {
    background-image: url('../images/home/platforms/server.svg');
}
.cCube_home-platforms-card > .cCube_home-platforms-card-link {
    padding: 16px 24px;
    border-top: 1px solid #f3f3fa;
    font-family: 'RadikalTrial-Light', system-ui;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #768093;
    text-decoration: none;
}
.cCube_home-platforms-card > .cCube_home-platforms-card-link:focus,
.cCube_home-platforms-card > .cCube_home-platforms-card-link:hover {
    color: #2f99ae;
}
.cCube_home-platforms-card > .cCube_home-platforms-card-link:first-of-type {
    border-top: none;
}

/* HOSTS SECTION */
.cCube_home-hosting-container {
    margin: 112px auto;
}
.cCube_home-hosting-container > p {
    max-width: 720px;
    margin: 24px auto 48px auto;
}
.cCube_home-hosting-cards {
    margin: 0 auto 55px auto;
    max-width: 860px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.cCube_home-hosting-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cCube_home-hosting-card > span.cCube_home-hosting-card-icon {
    display: block;
    height: 90px;
    width: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.cCube_home-hosting-card > span.aws {
    background-image: url('../images/home/hosting/aws.svg');
}
.cCube_home-hosting-card > span.ms-azure {
    background-image: url('../images/home/hosting/ms-azure.svg');
}
.cCube_home-hosting-card > span.google-cloud {
    background-image: url('../images/home/hosting/google-cloud.svg');
}
.cCube_home-hosting-card > span.on-premises {
    background-image: url('../images/home/hosting/on-premises.svg');
}
.cCube_home-hosting-card > h3 {
    margin: 16px 0 8px 0;
}
.cCube_home-hosting-card > p {
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    #cCube_home {
        padding: 120px 0 40px 0;
    }
    #cCube_home h1,
    #cCube_home h1 > span,
    #cCube_home h1 > span > span {
        font-size: 32px;
    }
    #cCube_home h2 {
        font-size: 24px;
    }
    #cCube_home h3 {
        font-size: 16px;
    }
    #cCube_home p {
        font-size: 16px;
    }
    .cCube_home-enter-container > img {
        max-width: 60%;
    }
    .cCube_home-btn-getStarted {
        font-size: 16px;
        padding: 8px 12px;
        margin-bottom: 8px;
    }
    .cCube_home-enter-container > p {
        margin: 16px auto;
    }
    .cCube_home-features-container > p,
    .cCube_home-platforms-container > p,
    .cCube_home-hosting-container > p {
        margin: 16px auto 32px auto;
    }
    .cCube_home-features-container,
    .cCube_home-platforms-container,
    .cCube_home-hosting-container {
        margin: 56px auto;
    }
    .cCube_home-features-cards {
        column-gap: 12px;
    }
    .cCube_home-features-card > div > h3 {
        margin-top: 12px;
    }
    .cCube_home-features-card > div > p {
        font-size: 14px;
        margin-top: 12px;
    }
    .cCube_home-features-read-more-btn {
        margin-top: 12px;
    }
    .cCube_home-platforms-cards {
        column-gap: 8px;
        row-gap: 16px;
    }
    .cCube_home-platforms-card-title {
        padding: 8px 12px;
    }
    .cCube_home-platforms-card-title > span {
        height: 30px;
        width: 30px;
        margin-right: 4px;
    }
    .cCube_home-platforms-card > .cCube_home-platforms-card-link {
        padding: 8px 12px;
        font-size: 14px;
    }
    .cCube_home-hosting-cards {
        margin: 0 auto 24px auto;
    }
    .cCube_home-hosting-card > span.cCube_home-hosting-card-icon {
        height: 75px;
        width: 75px;
    }
    .cCube_home-hosting-card > h3 {
        margin: 8px 0 4px 0;
    }
    .cCube_home-hosting-card > p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    #cCube_home {
        padding: 90px 0 30px 0;
    }
    #cCube_home h1,
    #cCube_home h1 > span,
    #cCube_home h1 > span > span {
        font-size: 26px;
    }
    #cCube_home h2 {
        font-size: 22px;
    }
    #cCube_home h3 {
        font-size: 15px;
    }
    #cCube_home p {
        font-size: 15px;
    }
    .cCube_home-features-card > div > p,
    .cCube_home-hosting-card > p {
        font-size: 13px;
    }
    .cCube_home-enter-container > img {
        max-width: 80%;
    }
    .cCube_home-btn-getStarted {
        margin-bottom: 15px;
    }
    .cCube_home-features-container,
    .cCube_home-platforms-container,
    .cCube_home-hosting-container {
        margin: 48px auto;
    }
    .cCube_home-features-cards {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        column-gap: 8px;
        row-gap: 12px;
        -ms-grid-columns: repeat(2, 1fr);
        -ms-grid-rows: repeat(3, auto);
    }
    .cCube_home-features-card:last-of-type {
        margin: 0 25%;
        grid-column: span 2;
    }
    .cCube_home-platforms-cards {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        column-gap: 8px;
        row-gap: 12px;
        -ms-grid-columns: repeat(2, 1fr);
        -ms-grid-rows: repeat(4, 1fr);
    }
    .cCube_home-platforms-card > .cCube_home-platforms-card-link {
        font-size: 13px;
    }
    .cCube_home-hosting-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        column-gap: 8px;
        row-gap: 12px;
        -ms-grid-columns: repeat(2, 1fr);
        -ms-grid-rows: repeat(2, 1fr);
    }
    .cCube_home-hosting-cards {
        margin: 0 auto 12px auto;
    }
    .cCube_home-hosting-card > span.cCube_home-hosting-card-icon {
        height: 60px;
        width: 60px;
    }
}
@media screen and (max-width: 380px) {
    #cCube_home h1,
    #cCube_home h1 > span,
    #cCube_home h1 > span > span {
        font-size: 22px;
    }
    #cCube_home h2 {
        font-size: 20px;
    }
    #cCube_home h3 {
        font-size: 14px;
    }
    #cCube_home p {
        font-size: 13px;
    }
    .cCube_home-features-card > div > p,
    .cCube_home-hosting-card > p {
        font-size: 12px;
    }
}
@media screen and (max-width: 320px) {
    #cCube_home h1,
    #cCube_home h1 > span,
    #cCube_home h1 > span > span {
        font-size: 20px;
    }
    #cCube_home h2 {
        font-size: 18px;
    }
}
