﻿
/*++++++++Start Top area Css+++++++++++++++*/
.TopArea {
    text-align: -webkit-center;
    background: #FFFFFF;
}

.faqbtn {
    /*display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 4px 20px;
    gap: 10px;
    position: center;
    margin-top: 50px;*/
    padding: 10px 30px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(212, 25, 107, 0.15);
    border-radius: 30px;
}

.faqtext {
    /* FAQ */

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.01em;
    background: linear-gradient(133.53deg, #FF68AA 2.44%, #F94594 47.66%, #A41A7F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.questextarea {
    margin-top: 40px;
}

.questext {
    /* H2 */

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    /* identical to box height, or 119% */

    text-align: center;
    letter-spacing: -0.01em;
   /* text-transform: capitalize;*/
    /* Heading Color */

    color: #222D39;
}

.smalltextarea {
    margin-top: 16px;
    margin-bottom: 10px;
}

.smalltext {
    /* Paragraph */

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;
    letter-spacing: -0.01em;
    /* P Color */

    color: #515151;
}
/*++++++++End Top area Css+++++++++++++++*/
