﻿/** {
    background-color: #F5F5F5;
}*/

/* Roboto Regular */
.Roboto-regular {
    font-family: 'Roboto', math !important;
    font-weight: normal !important; /* 400 */
}

/* Roboto Bold */
.Roboto-bold {
    font-family: Roboto, math !important;
    font-weight: bold !important; /* 700 */
}

/* Roboto Semibold */
.Roboto-semibold {
    font-family: 'Roboto', math !important;
    font-weight: 600 !important; /* Semibold */
}


/* Roboto Medium */
.Roboto-medium {
    font-family: 'Roboto', math !important;
    font-weight: 500 !important; /* Medium */
}


/* Roboto Black */
.Roboto-Black {
    font-family: 'Roboto', math !important;
    font-weight: 900 !important; /* Black */
}

.Inter-SemiBold {
    font-family: "Inter-SemiBold", sans-serif;
    font-weight: 600;
}

.Inter-Regular {
    font-family: "Inter-Regular", sans-serif;
    font-weight: 400;
}

.Inter-Regular-feature-card-content-size {
    font-size: 17px;
}

.Inter-SemiBold-feature-card-title-size {
    font-size: 26px;
}
.bgcolor {
    width: 100%;
    height: 100%;
    background: linear-gradient( -90deg, rgba(9, 35, 62, 0) 0%, rgba(0, 47, 96, 1) 100% );
}
/* Roboto Extrabold (Black) */
.Roboto-extrabold {
    font-family: 'Roboto', math !important;
    font-weight: 900 !important; /* Extrabold (or Black) */
}

.feature-section {
    background-image: url('../../Album/Features/FeaturesBanner.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.feature-container {
    
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.Roboto-Black-feature-size {
    font-size: 65px;
    color: #FFFFFF;
}

.Roboto-medium-feature-size {
    font-size: 25px;
}

.feature-text-color1 {
    color: #E13335;
}

.feature-text-color2 {
    color: #FFFFFF;
}

.features-content {
    padding-left: 170px;
}
.key-feature-cards{
    padding:46px;
}


.key-feature-cards:hover {
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

        .key-feature-cards:hover div {
            background-color: #FFFFFF;
        }

        .key-feature-cards:hover img {
            background-color: #FFFFFF;
        }




@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 24.333333% !important;
    }
}

/* Container row settings (add this if not already there) */
.row.d-flex.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Roboto-regular-feature-card-content-size {
    font-size: 20px;
}

.Roboto-Black-feature-card-title-size {
    font-size: 40px;
}

.Features-sub-content {
    width: 852px !important;
}

.main-wrapper {
    margin-bottom: 130px !important;
}

.features-area {
    padding-top: 90px;
    /*background-color: #F5F5F5;*/
}

.key-feature-header {
    text-align: -webkit-center;
}

/*.features-row-container {
    width: 1559px;
}*/

.features-content {
    background-color: none !important;
}

.rowMargin {
    margin-top: 40px !important;
}

.get-in-touch-content {
    padding-left: 45px;
}

@media (max-width: 1200px) {
    .Testimonial-section {
        margin-top: 30px !important;
    }

    .Features-sub-content {
        width: 100% !important;
    }

    .Roboto-Black-feature-card-title-size {
        font-size: 30px !important;
    }

    .Roboto-Black-feature-size {
        font-size: 52px;
    }

    .hero-box {
        width: 100% !important;
        text-align: center !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .Roboto-Black-feature-size {
        font-size: 42px;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {

    .Roboto-Black-feature-size {
        font-size: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1730px) {

    .main-wrapper {
        margin-bottom: 136px !important;
    }
}


@media (max-width: 575.98px) {

    .Roboto-Black-feature-card-title-size {
        font-size: 25px !important;
    }

    .features-content {
        padding-left: 0px;
    }

    .Roboto-Black-feature-size {
        font-size: 30px;
    }
}

@media (max-width: 768px) {

    .responsive {
        justify-content: center !important;
    }

    .get-in-touch-content {
        padding: 0px !important
    }

    .testimonial-btn {
        width: 47px !important;
        height: 52px !important;
        border-radius: 50% !important;
        border: none;
        background-color: white;
    }

    .responsive {
        justify-content: center !important;
    }
}


