body {
    background-color: #ffffff;
}
#homepage {
    margin: 140px 0px 0px;
}
#homepage .starter-page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 75px;
    border-bottom: 1px solid #e2e2e2;
}
#homepage .starter-page .starter-left {
    display: flex;
    flex-direction: column;
    max-width: 570px;
}
#homepage .starter-page .starter-left .header-text {
    font-size: 45px;
    font-weight: 600;
    color: #222222;
}
#homepage .starter-page .starter-left .header-smalltext {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #999999;
}
#homepage .starter-page .starter-left .header-btns {
    margin: 30px 0px;
    display: flex;
    flex-direction: row;
}
#homepage .starter-page .starter-left .header-btns .btn-cart {
    padding: 6px 20px;
    background: #0848f9;
    color: #ffffff;
    font-size: 16px;
    transition: all .3s;
    margin-right: 10px;
}
#homepage .starter-page .starter-left .header-btns .btn-signup {
    padding: 6px 20px;
    background: #15171d;
    color: #ffffff;
    font-size: 16px;
    transition: all .3s;
}
#homepage .starter-page .starter-left .starter-features {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 40px;
}
#homepage .starter-page .starter-left .starter-features .feature-item {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
#homepage .starter-page .starter-left .starter-features .feature-item .feature-item-icon {
    width: 40px;
    height: 40px;
}
#homepage .starter-page .starter-left .starter-features .feature-item .feature-item-text {
    margin-top: 20px;
    font-size: 15px;
    color: #999999;
}
#homepage .starter-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#homepage .starter-right  .canvas {
    width: 380px;
    height: 580px;
    position:relative;
    margin-left: 20px;
}
#homepage .starter-right .header-box {
    position:absolute; 
    background: #00183c;
    border-radius: 20px;
    width: 380px;
    height: 550px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 8px 20px 50px rgba(26,32,60,.5);
    top:50%; 
    left:50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all .3s;
}
#homepage .starter-right .header-box:hover {
    top: 49%;
}
#homepage .starter-right .header-box .header-box-title {
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#homepage .starter-right .header-box .header-box-title i {
    font-size: 15px;
}
#homepage .starter-right .header-box .box-progressbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
#homepage .starter-right .header-box .box-progressbar .progressbar-title {
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 30px;
}
#homepage .starter-right .header-box .box-progressbar .progressbar-smalltext {
    margin-top: 6px;
    color: #c5c5c5;
    width: 180px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
#homepage .starter-right .header-box #header_progressbar {
    width: 230px;
    height: 110px;
    position: relative;
    color: #08fa00;
}
#homepage .starter-right .header-box .header-box-btn {
    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#homepage .starter-right .header-box .header-box-btn .btn-buy {
    border-radius: 10rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background: #2103c5;
    color: #ffffff;
}
#homepage .starter-right .header-box .header-box-bottom {
    display: flex;
    flex-direction: column;
}
#homepage .starter-right .header-box .header-box-bottom .price-ann {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
}
#homepage .starter-right .header-box .header-box-bottom .price-month {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    color: #d1d1d1;
}
#homepage .stream-support {
    margin-top: 75px;
    padding-bottom: 75px;
    border-bottom: 1px solid #e2e2e2;
}
#homepage .stream-support .stream-smalltitle {
    font-size: 30px;
    color: #999999;
    text-decoration: line-through;
    cursor: pointer;
    display: inline-flex;
}
#homepage .stream-support .stream-title {
    font-size: 50px;
    color: #222222;
    font-weight: 600;
}
#homepage .stream-support .stream-text {
    margin-top: 20px;
    font-size: 20px;
    color: #888888;
    max-width: 400px;
}
#homepage .stream-support .stream-images {
    margin-top: 80px;
}
#homepage .stream-support .stream-images .stream-block-1 {
    display: flex;
    flex-direction: row;
}
#homepage .stream-support .stream-images .stream-block-1 .stream-netflix {
    border-radius: 20px;
    margin-right: 40px;
}
#homepage .stream-support .stream-images .stream-block-1 .stream-netflix-m {
    display: none;
}
#homepage .stream-support .stream-images .stream-block-1 .stream-block-2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}
#homepage .stream-support .stream-images .stream-block-1 .stream-block-2 .stream-youtube {
    border-radius: 20px;
    margin-bottom: 20px;
    width: 100%;
}
#homepage .stream-support .stream-images .stream-block-1 .stream-block-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#homepage .stream-support .stream-images .stream-block-1 .stream-block-3 .stream-icon {
    border-radius: 20px;
    width: 100px;
    height: 100px;
    border: 1px solid #e2e2e2;
    margin: 20px 20px 20px 0px;
}
#homepage .stream-support .stream-images .stream-block-1 .stream-block-2 .stream-learnmore {
    margin-top: 20px;
    font-size: 18px;
    color: #505050;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1;
}
#homepage .stream-support .stream-images .stream-block-1 .stream-block-2 .stream-learnmore i {
    margin-left: 5px;
}
#homepage .stream-support .stream-images .stream-block-1 .stream-block-2 .stream-tips {
    margin-top: 20px;
    font-size: 12px;
    color: #cccccc;
}
#homepage .plans {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    padding-bottom: 75px;
}
#homepage .plans .plan-title {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #222222;
    display: block;
}
#homepage .plans .plan-title a {
    color: #0848f9;
}
#homepage .plans .plan-text {
    margin-top: 20px;
    font-size: 20px;
    color: #888888;
    text-align: center;
}
#homepage .plans .plan-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 80px;
}
#homepage .plans .plan-group .plan-item {
    flex: 1;
}
#homepage .plans .plan-group .plan-item.last-right-box {
    border-right: 1px solid #e2e2e2;
}
#homepage .plans .plan-group .plan-item .plan-box {
    background: #ffffff;
    height: 550px;
    display: flex;
    flex-direction: column;
    transition: all .3s;
    border: 1px solid #e2e2e2;
    border-right: none;
}
#homepage .plans .plan-group .plan-item .plan-box .plan-box-title {
    font-size: 30px;
    color: #222222;
    font-weight: 500;
    padding: 20px;
}
#homepage .plans .plan-group .plan-item .plan-box .plan-box-pricing {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 20px;
}
#homepage .plans .plan-group .plan-item .plan-box .plan-box-pricing .pricing-starting {
    color: #999999;
    font-size: 16px;
    margin-right: 10px;
    line-height: 1.3;
}
#homepage .plans .plan-group .plan-item .plan-box .plan-box-pricing .pricing-text {
    color: #222222;
    font-size: 22px;
    line-height: 1;
}
#homepage .plans .plan-group .plan-item .plan-box .plan-box-type {
    font-size: 16px;
    color: #999999;
    padding: 20px;
}
#homepage .plans .plan-group .plan-item .plan-box .plan-box-body {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    flex: 1;
    padding: 20px;
    justify-content: space-between;
}
#homepage .plans .plan-group .plan-item .plan-box .plan-box-desc {
    display: flex;
    flex-direction: column;
}
#homepage .plans .plan-group .plan-item .plan-box .plan-box-desc .plan-box-desc-item {
    padding: 10px 0;
    font-size: 14px;
    color: #797979;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#homepage .plans .plan-group .plan-item .plan-box .plan-box-desc .plan-box-desc-item i {
    color: #06aa00;
    margin-right: 5px;
}
#homepage .plans .plan-group .plan-item .plan-box .plan-box-order {
    border-radius: 4rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background: #2103c5;
    color: #ffffff;
    justify-self: flex-end;
}
#homepage .plans .plan-learnmore {
    margin: 40px 0 0;
    text-align: center;
    font-size: 18px;
    color: #999999;
    cursor: pointer;
}
#homepage .apps {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    padding-bottom: 75px;
}
#homepage .apps .apps-title {
    font-size: 40px;
    color: #222222;
    font-weight: 600;
}
#homepage .apps .apps-smalltitle {
    margin-top: 20px;
    font-size: 20px;
    color: #888888;
    max-width: 550px;
}
#homepage .apps-group {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
}
#homepage .apps-group .apps-block-1 {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
}
#homepage .apps-group .apps-block-1 .windows-apps {
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
    height: 600px;
    width: 350px;
    border: 1px solid #f7f7f7;
    padding: 20px;
}
#homepage .apps-group .apps-block-1 .windows-apps .app-company {
    height: 26px;
    align-self: flex-start;
}
#homepage .apps-group .apps-block-1 .windows-apps .app-platform {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    font-weight: 500;
    color: #8e8e8e;
    flex: 1;
    justify-content: center;
    align-items: center;
}
#homepage .apps-group .apps-block-1 .windows-apps .app-platform img {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
}
#homepage .apps-group .apps-block-2 {
    display: flex;
    flex-direction: column;
    flex: 1;
}
#homepage .apps-group .apps-block-2 .macos-apps {
    display: flex;
    flex-direction: column;
    background: #161616;
    height: 350px;
    width: 100%;
    border: 1px solid #161616;
    padding: 20px;
}
#homepage .apps-group .apps-block-2 .macos-apps .app-company {
    height: 26px;
    align-self: flex-start;
}
#homepage .apps-group .apps-block-2 .macos-apps .app-platform {
    display: flex;
    flex-direction: row;
    font-size: 60px;
    font-weight: 500;
    color: #ffffff;
    flex: 1;
    justify-content: center;
    align-items: center;
}
#homepage .apps-group .apps-block-2 .macos-apps .app-platform img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}
#homepage .apps-group .apps-block-2 .apps-block-3 {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
#homepage .apps-group .apps-block-2 .apps-block-3 .android-apps {
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
    height: 230px;
    border: 1px solid #f7f7f7;
    padding: 20px;
    flex: 1;
    margin-right: 20px;
}
#homepage .apps-group .apps-block-2 .apps-block-3 .android-apps .app-company {
    height: 26px;
    align-self: flex-start;
}
#homepage .apps-group .apps-block-2 .apps-block-3 .android-apps .app-platform {
    display: flex;
    flex-direction: row;
    font-size: 40px;
    font-weight: 500;
    color: #222222;
    flex: 1;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
#homepage .apps-group .apps-block-2 .apps-block-3 .android-apps .app-platform img {
    width: auto;
    height: 60px;
    margin-right: 5px;
}
#homepage .apps-group .apps-block-2 .apps-block-3 .ios-apps {
    display: flex;
    flex-direction: column;
    background: #161616;
    height: 230px;
    width: 300px;
    border: 1px solid #161616;
    padding: 20px;
}
#homepage .apps-group .apps-block-2 .apps-block-3 .ios-apps .app-company {
    height: 26px;
    align-self: flex-start;
}
#homepage .apps-group .apps-block-2 .apps-block-3 .ios-apps .app-platform {
    display: flex;
    flex-direction: row;
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    flex: 1;
    justify-content: center;
    align-items: center;
}
#homepage .apps-group .apps-block-2 .apps-block-3 .ios-apps .app-platform img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
#homepage .app-linux {
    display: inline-block;
    width: 30px;
    height: 30px;
}
#homepage .app-raspberry-pi {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.homepage-signup {
    width: 100%;
    background-color: #0848f9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 5px;
    color: #ffffff;
    align-items: center;
}
.homepage-signup .signup-text {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
}
.homepage-signup .signup-btn {
    padding: 6px 20px;
    background: #1964f0;
    color: #ffffff;
    font-size: 16px;
    transition: all .3s;
    margin-right: 10px;
}
.homepage-signup .signup-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 992px) {
    #homepage {
        padding: 20px;
    }
    #homepage .starter-page {
        flex-direction: column-reverse;
    }
    #homepage .starter-right {
        justify-content: center;
        margin-bottom: 40px;
    }
    #homepage .starter-right .canvas {
        margin-left: 0px;
    }
    #homepage .starter-right .header-box {
        
    }
    #homepage .starter-page .starter-left .header-text {
        font-size: 30px;
    }
    #homepage .starter-page .starter-left .header-smalltext {
        font-size: 16px;
    }
    #homepage .stream-support .stream-images .stream-block-1 {
        flex-direction: column;
    }
    #homepage .stream-support .stream-images .stream-block-1 .stream-netflix {
        display: none;
    }
    #homepage .stream-support .stream-images .stream-block-1 .stream-netflix-m {
        border-radius: 20px;
        margin-bottom: 40px;
        display: block;
        width: 100%;
    }
    #homepage .stream-support .stream-images .stream-block-1 .stream-block-3 .stream-icon {
        width: 80px;
        height: 80px;
    }
    #homepage .plans .plan-group {
        flex-direction: column;
    }
    #homepage .plans .plan-group .plan-item .plan-box {
        border-right: 1px solid #e2e2e2;
        margin-bottom: 20px;
    }
    #homepage .apps-group {
        flex-direction: column;
    }
    #homepage .apps-group .apps-block-1 {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    #homepage .apps-group .apps-block-1 .windows-apps {
        width: 100%;
        height: 350px;
    }
    #homepage .apps-group .apps-block-2 .apps-block-3 {
        flex-direction: column;
    }
    #homepage .apps-group .apps-block-2 .apps-block-3 .android-apps {
        margin-right: 0px;
        height: 350px;
        margin-bottom: 20px;
    }
    #homepage .apps-group .apps-block-2 .apps-block-3 .ios-apps {
        height: 350px;
        width: 100%;
    }
    #homepage .plans .plan-group .plan-item.last-right-box {
        border-right: none;
    }
}
@media screen and (max-width: 767px) {
    .homepage-signup {
        padding: 20px;
    }
    .homepage-signup .signup-body {
        flex-direction: column;
    }
    .homepage-signup .signup-text {
        margin-bottom: 20px;
    }
    .homepage-signup .signup-btn {
        margin-right: 0px;
        width: 100%;
    }
    #footer .main-footer {
        flex-direction: column;
        padding: 40px 20px;
    }
    #footer .footer-left {
        margin-bottom: 20px;
    }
    #footer .main-footer .footer-right {
        align-items: flex-start;
    }
    #footer .main-footer .footer-right .footer-payment img {
        margin-left: 0px;
    }
    #footer .main-footer .footer-right .tos a {
        margin-left: 0px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 400px) {
    #homepage .starter-right .canvas {
        height: 400px;
    }
    #homepage .starter-right .header-box {
        width: 98%;
        height: 400px;
    }
    #homepage .starter-right .header-box .box-progressbar {
        margin-bottom: 10px;
    }
    #homepage .starter-right .header-box #header_progressbar {
        width: 161px;
        height: 77px;
    }
    #homepage .starter-page .starter-left .header-text {
        line-height: 1.2;
    }
    #homepage .stream-support .stream-title {
        font-size: 40px;
        line-height: 1.2;
    }
    #homepage .plans .plan-title {
        line-height: 1.2;
        font-size: 38px;
    }
    #homepage .apps .apps-title {
        font-size: 35px;
        line-height: 1.2;
    }
}