/* <!-- section 3 background img and content --> */
.about-section {
    position: relative;
    width: 100%;
    min-height: 400px;
    background: url('../images/Rectangle\ 8.png') center center/cover no-repeat;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.about-section h2 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700;
    font-size: 40px;
}

.about-section p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0E1849B2;
}

.about-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.btn-purple {
    background-color: #6101D1;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 50px;
    border: none;
}

.btn-purple:hover {
    background-color: #7037db;
    color: #fff;
}


/* section 4 */
.circle2 {
    width: 40vw !important;
    height: 100vh !important;
    border-radius: 40% !important;
}

.photo2 {
    height: 120vh !important;

}





/* section 5 */
.aboutSec4 {
    background-color: #D6D3F0;
}

.section-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.8rem;
    font-weight: bold;
}

.highlight {
    color: #6101D1;
    /* Purple accent */
}

.aboutSec4 p {
    font-size: 17px;
}

.btn-custom {
    font-family: 'Roboto', sans-serif !important;
    background-color: #6101D1;
    color: white;
    font-size: 10px;
    font-weight: 500;
    border-radius: 30px;
    padding: 7px 15px;
}

.btn-custom:hover {
    background-color: #5e4ac7 !important;
}

.feature-card {
    border-radius: 15px;
    background-color: #0E1849;
    color: white;
    padding: 25px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.feature-card h5 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
    font-size: 23px;
}

.feature-card p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #d1cce6;
    margin-top: 10px;
}

.feature-icon {
    margin-top: 0px 0px px 0px;
    font-size: 28px;
    color: #6101D1;
}



/* section 4 responsing */

.erikaA {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0px 30px 0.5px 40px;
    padding: 20px;
}

.erikaA-left {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    padding-left: 50px !important;
}

.erikaA-left button:first-child {
    background: #f0f0ff;
    color: #5e4ac7;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 14px;
    cursor: pointer;
}

.erikaA-left h1 {
    font-family: 'Playfair Display', serif !important;
    font-size: 40px;
    font-weight: bold;
}

.erikaA-left h1 span {
    color: #6101D1;
}

.erikaA-left p {
    font-family: 'Roboto', sans-serif !important;
    /* line-height: 1.6; */
    /* font-weight: 400; */
    font-size: 15px !important;
    margin-top: 10px;
}

.erikaA-left .cta {
    background: #5e4ac7;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 9px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
}

/* Right section  */
.erikaA-right {
    flex: 1;
    min-width: 300px;
    position: relative;
    /* padding: 0px 0px 23px 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
}


.photoA {
    position: relative;
    width: 380px;
    top: 10%;
    right: 5%;
    z-index: 1;
}

.badgeA {
    position: absolute;
    background-color: #D6D3F0;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: black;
    padding: 8px 12px;
    border-radius: 8px;
    z-index: 2;
    white-space: nowrap;
}

.badgeA1 {
    top: 50px;
    left: 56%;
    transform: translateX(-50%);
}

.badgeA2 {
    top: 230px;
    left: 0%;
}

.badgeA3 {
    top: 450px;
    left: 0%;
}

.badgeA4 {
    bottom: 210px;
    left: 5%;
}

.badgeA5 {
    text-align: center;
    top: 220px;
    right: -2%;
}

.badgeA6 {
    bottom: 400px;
    right: 0%;
}

.badgeA7 {
    bottom: 220px;
    right: -2%;
}

/* Large desktops / TV screens */
@media (min-width: 1440px) {
    .erikaA {
        max-width: 1400px;
        margin: 0px;
        padding: 10px 0px 0px 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .photoA {
        position: relative;
        width: 450px;
        top: 80%;
        right: 5%;
        z-index: 1;
    }

    .erikaA-left {
        flex: 1;
        margin: 0 20px 10px;
        padding: 0;
    }

    .erikaA-right {

        flex: 1;
        text-align: center;
        position: relative;
        margin-top: 100px;
        padding: 0px 20px;
    }


    .erikaA-left p {
        font-family: 'Roboto', sans-serif !important;
        line-height: 1.6;
        font-weight: 500;
        font-size: 16px;
        margin-top: 5px;
    }

    .erikaA-left h1 {
        font-family: 'Playfair Display', serif !important;
        font-size: 30px;
        font-weight: bold;
    }


    .badgeA {
        position: absolute;
        background-color: #D6D3F0;
        font-size: 12px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        color: black;
        padding: 4px 4px;
        border-radius: 4px;
        z-index: 2;
        white-space: nowrap;
    }

    .badgeA1 {
        top: -2%;
        left: 47%;
        transform: translateX(-50%);
    }

    .badgeA2 {
        top: 22%;
        left: 4%;
    }

    .badgeA3 {
        top: 53%;
        left: -1%;
    }

    .badgeA4 {
        bottom: 18%;
        left: 2%;
    }

    .badgeA5 {
        line-height: 1rem;
        top: 22%;
        right: 12%;
    }

    .badgeA6 {
        line-height: 1rem;
        bottom: 43%;
        right: 12%;
    }

    .badgeA7 {
        line-height: 1.5rem;
        bottom: 18%;
        right: 8%;
    }
}


/* Desktops (normal) */
@media (min-width: 1280px) and (max-width: 1439px) {
    .erikaA {
        max-width: 1400px;
        margin: 0px;
        padding: 10px 0px 0px 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .photoA {
        position: relative;
        width: 450px;
        top: 80%;
        right: 5%;
        z-index: 1;
    }

    .erikaA-left {
        flex: 1;
        margin: 0 20px 10px;
        padding: 0;
    }

    .erikaA-right {

        flex: 1;
        text-align: center;
        position: relative;
        margin-top: 100px;
        padding: 0px 20px;
    }


    .erikaA-left p {
        font-family: 'Roboto', sans-serif !important;
        line-height: 1.6;
        font-weight: 500;
        font-size: 16px;
        margin-top: 5px;
    }

    .erikaA-left h1 {
        font-family: 'Playfair Display', serif !important;
        font-size: 30px;
        font-weight: bold;
    }


    .badgeA {
        position: absolute;
        background-color: #D6D3F0;
        font-size: 12px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        color: black;
        padding: 4px 4px;
        border-radius: 4px;
        z-index: 2;
        white-space: nowrap;
    }

    .badgeA1 {
        top: -2%;
        left: 47%;
        transform: translateX(-50%);
    }

    .badgeA2 {
        top: 22%;
        left: 4%;
    }

    .badgeA3 {
        top: 53%;
        left: -1%;
    }

    .badgeA4 {
        bottom: 18%;
        left: 2%;
    }

    .badgeA5 {
        line-height: 1rem;
        top: 22%;
        right: 12%;
    }

    .badgeA6 {
        line-height: 1rem;
        bottom: 43%;
        right: 12%;
    }

    .badgeA7 {
        line-height: 1.5rem;
        bottom: 18%;
        right: 8%;
    }
}



/* Laptops / iPad Landscape */
@media (min-width: 1024px) and (max-width: 1279px) {
    .erikaA {
        max-width: 1400px;
        margin: 0px;
        padding: 10px 0px 0px 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .photoA {
        position: relative;
        width: 450px;
        top: 80%;
        right: 5%;
        z-index: 1;
    }

    .erikaA-left {
        flex: 1;
        margin: 0 20px 10px;
        padding: 0;
    }

    .erikaA-right {

        flex: 1;
        text-align: center;
        position: relative;
        margin-top: 100px;
        padding: 0px 20px;
    }


    .erikaA-left p {
        font-family: 'Roboto', sans-serif !important;
        line-height: 1.6;
        font-weight: 500;
        font-size: 16px;
        margin-top: 5px;
    }

    .erikaA-left h1 {
        font-family: 'Playfair Display', serif !important;
        font-size: 30px;
        font-weight: bold;
    }


    .badgeA {
        position: absolute;
        background-color: #D6D3F0;
        font-size: 12px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        color: black;
        padding: 4px 4px;
        border-radius: 4px;
        z-index: 2;
        white-space: nowrap;
    }

    .badgeA1 {
        top: -2%;
        left: 47%;
        transform: translateX(-50%);
    }

    .badgeA2 {
        top: 22%;
        left: 4%;
    }

    .badgeA3 {
        top: 53%;
        left: -1%;
    }

    .badgeA4 {
        bottom: 18%;
        left: 2%;
    }

    .badgeA5 {
        line-height: 1rem;
        top: 22%;
        right: 12%;
    }

    .badgeA6 {
        line-height: 1rem;
        bottom: 43%;
        right: 12%;
    }

    .badgeA7 {
        line-height: 1.5rem;
        bottom: 18%;
        right: 8%;
    }
}



/* Tablets / iPad Mini / Portrait */
@media (min-width: 768px) and (max-width: 1024px) {
    .erikaA {
        max-width: 1000px;
        margin: 0px;
        padding: 10px 0px 0px 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .photoA {
        position: relative;
        width: 400px;
        top: 100%;
        right: 5%;
        z-index: 1;
    }

    .erikaA-left {
        flex: 1;
        margin: 0 20px 10px;
        padding: 0px 0xp 0px 10px !important;
    }

    .erikaA-right {

        flex: 1;
        text-align: center;
        position: relative;
        margin-top: 100px;
        padding: 0px 20px;
    }


    .erikaA-left p {
        font-family: 'Roboto', sans-serif !important;
        line-height: 1.6;
        font-weight: 500;
        font-size: 13px;
        margin-top: 5px;
    }

    .erikaA-left h1 {
        font-family: 'Playfair Display', serif !important;
        font-size: 30px;
        font-weight: bold;
    }


    .badgeA {
        position: absolute;
        background-color: #D6D3F0;
        font-size: 7px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        color: black;
        padding: 4px 4px;
        border-radius: 4px;
        z-index: 2;
        white-space: nowrap;
    }

    .badgeA1 {
        top: -2%;
        left: 45%;
        transform: translateX(-50%);
    }

    .badgeA2 {
        top: 22%;
        left: 0%;
    }

    .badgeA3 {
        top: 53%;
        left: -5%;
    }

    .badgeA4 {
        bottom: 18%;
        left: 0%;
    }

    .badgeA5 {
        line-height: 0.6rem;
        top: 22%;
        right: 8%;
    }

    .badgeA6 {
        line-height: 0.6rem;
        bottom: 43%;
        right: 12%;
    }

    .badgeA7 {
        line-height: 0.6rem;
        bottom: 18%;
        right: 8%;
    }
}

/* Large Phones / Small tablets */
@media (min-width: 481px) and (max-width: 767px) {
    .erikaA {
        max-width: 900px;
        margin: 0px;
        padding: 10px 0px 0px 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .photoA {
        position: relative;
        width: 300px;
        top: 100%;
        right: 5%;
        z-index: 1;
    }

    .erikaA-left {
        flex: 1;
        margin: 0 20px 10px;
        padding: 0;
    }

    .erikaA-right {

        flex: 1;
        text-align: center;
        position: relative;
        margin-top: 100px;
        padding: 0px 20px;
    }


    .erikaA-left p {
        font-family: 'Roboto', sans-serif !important;
        line-height: 1.6;
        font-weight: 600;
        font-size: 10px;
        margin-top: 5px;
    }

    .erikaA-left h1 {
        font-family: 'Playfair Display', serif !important;
        font-size: 30px;
        font-weight: bold;
    }


    .badgeA {
        position: absolute;
        background-color: #D6D3F0;
        font-size: 7px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        color: black;
        padding: 4px 4px;
        border-radius: 4px;
        z-index: 2;
        white-space: nowrap;
    }

    .badgeA1 {
        top: -2%;
        left: 45%;
        transform: translateX(-50%);
    }

    .badgeA2 {
        top: 22%;
        left: 0%;
    }

    .badgeA3 {
        top: 53%;
        left: -5%;
    }

    .badgeA4 {
        bottom: 18%;
        left: 0%;
    }

    .badgeA5 {
        line-height: 0.6rem;
        top: 22%;
        right: 8%;
    }

    .badgeA6 {
        line-height: 0.6rem;
        bottom: 43%;
        right: 12%;
    }

    .badgeA7 {
        line-height: 0.6rem;
        bottom: 18%;
        right: 8%;
    }
}


/* Mobile (small phones) */
@media(max-width: 481px) {
    .erikaA {
        max-width: 900px;
        margin: 0px;
        padding: 10px 0px 0px 0px !important;
        display: flex;
        align-items: center;
    }


    .photoA {
        position: relative;
        width: 300px;
        top: 0%;
        right: 5%;
        z-index: 1;
    }

    .erikaA-left {
        flex: 1;
        margin: 0px 20px 10px;
        padding: 0 !important;
    }

    .erikaA-right {

        flex: 1;
        text-align: center;
        position: relative;
        margin-bottom: 70px;
        padding: 0px 0px;
        margin-left: 40px;
    }


    .erikaA-left p {
        font-family: 'Roboto', sans-serif !important;
        line-height: 1.6;
        font-weight: 600;
        font-size: 13x;
        margin-top: 5px;
    }

    .erikaA-left h1 {
        font-family: 'Playfair Display', serif !important;
        font-size: 30px;
        font-weight: bold;
    }


    .badgeA {
        position: absolute;
        background-color: #D6D3F0;
        font-size: 7px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        color: black;
        padding: 4px 4px;
        border-radius: 4px;
        z-index: 2;
        white-space: nowrap;
    }

    .badgeA1 {
        top: -2%;
        left: 46%;
        transform: translateX(-50%);
    }

    .badgeA2 {
        top: 22%;
        left: 0%;
    }

    .badgeA3 {
        top: 53%;
        left: -4%;
    }

    .badgeA4 {
        bottom: 18%;
        left: 0%;
    }

    .badgeA5 {
        line-height: 0.6rem;
        top: 23%;
        right: 10%;
    }

    .badgeA6 {
        line-height: 0.6rem;
        bottom: 43%;
        right: 12%;
    }

    .badgeA7 {
        line-height: 0.6rem;
        bottom: 19%;
        right: 8%;
    }
}


/* section 14 */
.btn-customA {
    font-family: 'Poppins', sans-serif !important;
    background: #6101d1;
    color: #fff;
    border: 1px solid white;
    border-radius: 30px;
    padding: 10px 0px;
    width: 60%;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
    z-index: 1;
}

.btn-customA:hover {
    background-color: #6101d1 !important;

}

.sec12-badgeA {
    border: 1px solid #6101D1;
    color: #6101D1;
}

.sec12-badgeA:hover {
    background-color: #6101d1 !important;
    color: white !important;
}

.cardA:hover {
    cursor: pointer;
    transform: scale(1.04);
    box-shadow: 3px 5px 5px rgba(1, 1, 1, 0.3);
    transition: 0.5s ease-in-out;
}
a.nav-link:hover, .current_page_item a.nav-link, a.dropdown-item:hover {
 color: #6203d0;
}