﻿@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat'), url(/fonts/Montserrat-Regular.ttf) format('truetype');
}
    @font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Bold'), url(/fonts/Montserrat-Bold.ttf) format('truetype');
}
    @font-face {
    font-family: 'Montserrat SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat SemiBold'), url(/fonts/Montserrat-SemiBold.ttf) format('truetype');
}
    
.oneFourth {
    width: 25%;
    padding: 0;
    margin: 0;
    min-width: 275px;
}

.oneThird {
    width: calc(100%/3);
    padding: 20px;
    margin: 0;
    min-width: 290px;
}

.twoThird {
    width: calc((100%/3)*2);
    padding: 20px;
    margin: 0;
}

.price {
    color: #0E4B2C;
    font-family: 'OpenSans Bold';
}

.pricestar {
    color: #0E4B2C;
    font-family: 'OpenSans Semibold';
    font-size: 16pt;
    line-height: 40px;
    vertical-align: top;
}

.btm{
    vertical-align: bottom;
}

.boxy {
    border-radius: 5px;
    margin: 10px;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125), 0 0 8px rgba(54, 54, 54, 0.6);*/
}

    .boxy .content {
        padding: 15px;
        background: #f4f4f4;
        border-radius: 0 0 10px 10px;
    }

    .boxy .headerbar {
        height: 15px;
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 10px 10px 0 0;
      /*  box-shadow: inset 0px 0px 1px 0px rgba(254,254,254,0.6), 0 0 8px rgba(54, 54, 54, 0.6);*/
    }

.noshadow {
    box-shadow: unset;
}

.bstar {
    background-image: url("/Images/LiteIcons/blackstar.svg");
}

.cupload {
    background-image: url("/Images/LiteIcons/cloud_upload.svg");
}

.cshare {
    background-image: url("/Images/LiteIcons/cloud_share.svg");
}

.ctracing {
    background-image: url("/Images/LiteIcons/cloud_tracing.svg");
}

.csettings {
    background-image: url("/Images/LiteIcons/cloud_settings.svg");
}

.textend {
    background-image: url("/Images/Icons/timeextend.svg");
}

.coverview {
    background-image: url("/Images/LiteIcons/cloud_overview.svg");
}

.freeacc {
    background-image: url("/Images/Icons/Green/free_account.svg");
}

#mo1 .headerbar {
    background: #001f17;
}

#mo3 .headerbar {
    background: #721e4b;
}

#mo6 .headerbar {
    background: #1C154A;
}

#mo12 .headerbar {
    background: #4A410A;
}

#prem {
    background-color: #000000;
    border-radius: 12px;
}

#prem .content{
    background-color: transparent;
    color: #ffffff;
}

#free {
    background: #f4f4f4;
    border-radius: 12px;
}

#free .content {
    background-color: transparent;
    
}

#prem .content, #free .content{
    min-height: 560px;
}

.invert{
    filter:invert(100%);
}

.premspotcolor {
    color: #29a988 !important;
}

.tickmark{
    font-weight: 900;
    font-size: 1.75em;
}

.premtable{
    width: 100%;
}

.premtable tr{
    vertical-align: middle;    
}

    .premtable td {
        padding: 10px;
    }

.myCaptcha img {
    margin-bottom: 5px;
}

.content {
    padding: 5px 15px 15px 15px;
}

.cardcontainer {
    width: 100%;
    /*height: 300px;*/
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
}

.card {
    height: 400px;
    width: 225px;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: -1px 1px 1px #a0a0a0;
    transition: 0.4s ease-out;
    position: relative;
    left: 0px;
}

    .card:not(:first-child) {
        margin-left: -130px;
    }

    .card:hover {
        transform: translateY(-20px);
        transition: 0.4s ease-out;
    }

        .card:hover ~ .card {
            position: relative;
            left: 135px;
            transition: 0.4s ease-out;
        }

.title {
    color: white;
    color: #333333;
    font-weight: 300;
}

.bar {
    height: 15px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.emptybar {
    background-color: #2e3033;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.filledbar {
    border-radius: 10px 10px 0 0;
    width: 0;
    height: 100%;
    background: rgb(0,154,217);
    background: linear-gradient(90deg, rgba(0,154,217,1) 0%, rgba(217,147,0,1) 65%, rgba(255,186,0,1) 100%);
    margin-top: -15px;
    transition: 0.6s ease-out;
}

#month1 .filledbar {
    background: #187a5f;
}

#month1 .emptybar {
    background: #013a2b;
}

#month3 .filledbar {
    background: #a000f0;
}

#month3 .emptybar {
    background: #721e4b;
}

#month6 .filledbar {
    background: rgb(0,154,217);
}

#month6 .emptybar {
    background: #1C154A;
}

#month12 .filledbar {
    background: #B08B10;
}

#month12 .emptybar {
    background: #4A410A;
}

.card:hover .filledbar {
    width: 100%;
    transition: 0.4s ease-out;
}

@media (max-width: 767px) {

    .card:not(:first-child) {
        margin-left: -125px;
    }

    .card:hover ~ .card {
        position: relative;
        left: 125px;
        transition: 0.4s ease-out;
    }
}

@media (max-width: 510px) {

    .card:not(:first-child) {
        margin-left: -175px;
    }

    .card:hover ~ .card {
        position: relative;
        left: 175px;
        transition: 0.4s ease-out;
    }

    .oneFourth{
        width: 340px;
    }

    #prem .content, #free .content {
        min-height: unset;
    }
}