.cas {
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
    text-align: center;
}


.cas-img {
    height: 80px;margin-bottom: 8px;width: 80px
}
.play-text {
    background: -webkit-gradient(linear,right top,left top,from(#3E80C4),color-stop(106.25%,#3E80C4));
    background: linear-gradient(
270deg
,#3E80C4,#6610f2 106.25%);
    -webkit-background-clip: text;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
.cas-img {
    height: 262px !important;
    width: 262px !important;
 }
}

@font-face {
    font-family: mainFont;
    src: url(../fonts/prices.ttf);
}
/* pricing */
.pricing-plan {
    margin: 0 0 1rem 0;
    width: 100%;
    position: relative;
    background: #272e48;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.pricing-plan .pricing-header {
    padding: 0;
    margin-bottom: 1rem;
    text-align: center;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
.pricing-plan .pricing-header .pricing-title {
    font-family: mainFont;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 1rem 0;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 30px 10px rgba(0, 0, 0, 0.15);
}

.pricing-plan .pricing-header .pricing-title.gold {
    font-family: mainFont;
    font-size: 2rem !important;
}
.pricing-plan .pricing-header .pricing-cost {
    color: #ffffff;
    padding: 1rem 0;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 0 30px 10px rgba(0, 0, 0, 0.15);
}
.pricing-plan .pricing-header .pricing-save {
    color: #ffffff;
    padding: 0.8rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.pricing-plan .pricing-header.secondary {
    background-image: linear-gradient(120deg, #e62253 0%, #cf395f 100%);
}
.pricing-plan .pricing-header.red {
    background-image: linear-gradient(120deg, #F2924C 0%, #e6823b 100%);
}
.pricing-plan .pricing-header.gold {
    background-color: #c1bfbf;
    background-image: linear-gradient(120deg, #ca991c 0%, #daa520 100%);
}
.pricing-plan .pricing-features {
    padding: 0;
    margin: 20px 0;
    text-align: center;
}
.pricing-plan .pricing-features li {
    padding: 15px 15px 15px 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    line-height: 100%;
}

.pricing-plan .pricing-footer {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    text-align: center;
    padding: 1rem 0 2rem 0;
}

@media (max-width: 767px) {
    .pricing-plan .pricing-header {
        text-align: center;
    }
    .pricing-plan .pricing-header i {
        display: block;
        float: none;
        margin-bottom: 1.5rem;
    }
}


.dividends {
    position: relative !important;
    bottom: 30px !important;
    padding: 10px !important
}
/* end of pricing */

.bg-theme {
    background-color: #f5a623;
    font-weight: bold;
    padding: 5px 0
}
.theme-color {
    color: #f5a623;
}

.future-projects > img {
    height: 180px !important;
    width: 100% !important;
}