﻿.app-title {
    font-weight: bold
}

.statistic-section {
    display:block;
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
    border: 2px solid #d9d9d9;
    border-radius: 270px;
    box-shadow: 0px 14px 17px -5px #e1e1e1;
}

.count-title {
    font-size: 50px;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    color: #6c757d;
}

.stats-text {
    font-size: 15px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: bold;
}

.stats-line-black {
    margin: 12px auto 0;
    width: 55px;
    height: 2px;
    background-color: #fff;
}

.stats-icon {
    font-size: 35px;
    margin: 0 auto;
    float: none;
    display: table;    
    color: #6c757d;
}

.fa-4x {
    font-size: 4em !important;
    color: #007bff;
}

.home-view {
    display: block;
}

.How-It-Works {
    padding-top: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add shadow border to the section */
}

.How-It-Works .step-icon {
    font-size: 50px;
}

.How-It-Works p {
    margin-top: 10px;
}

.How-It-Works h2{
    margin-bottom : 2.0rem;
}

.How-It-Works img {
    width: 54px;
    height: 54px;
}

.feature-block {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.feature-block h3 {
    margin-top: 0;
}

.feature-block p {
    font-size: 16px;
}

.feature-block .icon {
    font-size: 48px;
    color: #007bff;
}

.Why-Choose-Our-Platform {
    padding-top: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add shadow border to the section*/
}

.Why-Choose-Our-Platform h2 {
    margin-top: 20px
}

.home-player {
    padding: 20px;
    margin-top:50px;
    margin-bottom: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .home-player {
        width: 640px;
        height:360px;
    }
}