﻿body {
}
.shadow-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1rem 3rem !important;
    border: 1px solid #eee !important;
}
.updated-heading-black {
    margin-bottom: 1%;
    font-size: 30px !important;
    color: black;
    font-size: 250%;
    font-weight: 600;
    text-align: center;
}
.container-padding {
    padding: 3% 0% 0% 0%;
}
.texts-black- {
    padding: 0px 0px 0px 0px;
    color: #323238;
    font-size: 16px;
    font-weight: 450;
    text-align: center;
    line-height: 1.6;
    padding-inline: 10%;
}
.head-black-crm {
    padding: 160px 00px 0px 00px;
    color: #F92275;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.head-black-gp {
    padding: 140px 00px 0px 00px;
    color: #F92275;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.texts-black-light {
    padding: 20px 0px 20px 0px;
    color: #676767;
    font-size: 16px;
    font-weight: 450;
    text-align: center;
    line-height: 1.6;
    padding-inline: 10%;
}
.slide-open {
    display: flex;
    align-items: center;
}
.slide-open-img {
    padding: 40px;
}
.trust-box {
    background-color: #BBFDBD80;
    text-align: center;
    padding: 20px;
    margin:20px
}
.trust-box h5{
    color:deeppink;
    font-weight:500;
    
}
    .trust-box h3 {
        color: deeppink;
        font-weight: 600;
    }
@media only screen and (max-width: 600px) {
    .head-black-crm {
        padding: 190px 00px 0px 00px;
        color: #F92275;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }
    
    .scrolling-item {
        font-size: 16px;
    }
    .head-black-gp {
        padding: 100px 00px 0px 00px;
        color: #F92275;
        font-size: 20px;
        font-weight: 700;
    }
    .trust-box h5 {
        color: deeppink;
        font-weight: 500;
        font-size: 14px;
    }
    .trust-box h3 {
        color: deeppink;
        font-weight: 600;
        font-size: 16px;
    }
    .texts-black-light {
        padding: 20px 0px 20px 0px;
        color: #676767;
        font-size: 12px;
        font-weight: 450;
        text-align: center;
        line-height: 1.6;
        padding-inline: 10%;
    }
    .slide-open-img {
        padding: 20px;
    }
    .updated-heading-black {
        margin-bottom: 1%;
        font-size: 20px !important;
        margin-bottom:10px;
        color: black;
        font-size: 250%;
        font-weight: 600;
        text-align: center;
    }
    .pink-footer {
        color: #0c0b0c;
    }

}
@media only screen and (max-width: 800px) {
    .texts-black-light {
        padding: 20px 40px 0px 40px !important;
        color: #676767;
        font-size: 12px;
        font-weight: 450;
        text-align: center;
        line-height: 1.6;
        padding-inline: 10%;
    }
    .tech-badge {
        background: white;
        border: 2px solid #216462;
        color: black;
        padding: 10px !important;
        font-size: 12px !important;
        border-radius: 8px;
        text-align: center;
        font-weight: 500;
        transition: all 0.3s;
        text-transform: uppercase;
    }
    .updated-heading-black {
        margin-bottom: 3%;
        font-size: 22px !important;
        color: black;
        font-size: 250%;
        font-weight: 600;
        text-align: center;
    }
    .head-black-crm {
        padding: 170px 00px 0px 00px;
        color: #F92275;
        font-size: 20px;
        font-weight: 700;
        
    }

    .head-black-gp {
      
        color: #F92275;
        font-size: 20px;
        font-weight: 700;
    }
    .scrolling-item {
        font-size: 14px;
    }
}