.containerxch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 4rem 0;
}

.header-hero {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    /* font-style: italic; */
    font-weight: 700;
    text-align: end;
    line-height: 85px;
    color: #102b72ff;
}

.desc {
    font-style: normal;
    font-size: 27px;
    font-weight: 600;
}

.header-hero span {
    font-style: italic;
    color: #2951b9;
    font-weight: 700;
}

.bg-p {
    position: relative;
}

.bg-p:before {
    content: "";
    position: absolute;
    top: -27%;
    left: -4%;
    width: 108%;
    height: 140%;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
    background-size: 4px 4px;
    /* z-index: -1; */
    opacity: 1;
}

.subtext {
    font-size: 1.4rem;
    color: #444;
    max-width: 700px;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    z-index: 1;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    z-index: 1;
}

.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-size: 0.95rem;
    border: none;
    outline: none;
    text-align: center;
}

.btn-primary {
    background-color: #000 !important;
    color: white;
    border: 2px solid #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-primary:hover {
    background-color: #1a1a1a;
}

.btn-secondary {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ccc;
    padding: 0.75rem 1.5rem;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-secondary:hover {
    background-color: #eaeaea;
}

.btn-secondary i {
    margin-right: 0.5rem;
}

@media (min-width:1600px) {
    .xch {
        gap: 50px;
        height: auto;
    }

    .header-hero {
        font-size: 4.5rem;
        line-height: 120px;
    }

    .subtext {
        font-family: "Noto Sans Bengali", sans-serif;
        font-weight: 500;
        color: #000;
    }

    .btn {
        line-height: 20px;
        font-size: 20px;
        padding: 20px 35px;
    }

}

@media (max-width: 768px) {
    .bg-p:before {
        width: 100%;
        left: 0%;
    }

    .framer-DjDUc .framer-1t0bjki {
        height: 450px;
    }

    .framer-DjDUc .framer-zg6z6c {
        height: 183%;
        top: 60%;
    }

    .framer-DjDUc .framer-1ggal1 {
        height: 111%;
        top: -34%;
    }

    .framer-DjDUc .framer-p43kug-container {
        scale: 1.5;
    }

    .containerxch {
        padding: 2rem 1rem;
    }

    .header-hero {
        font-size: 1.7rem;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 1rem;
    }

    .desc {
        font-size: 15px;
        text-align: center;
        line-height: 1.3;
        display: block;
        margin-top: 0.5rem;
    }

    .subtext {
        font-size: 1rem;
        text-align: center;
        padding: 0 1rem;
        margin-bottom: 2rem;
    }

    .buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding: 0 1rem;
        gap: 1rem;
    }

    .btn {
        /* width: 100%; */
        font-size: 0.9rem;
        padding: 0.8rem 1rem;
    }

    .framer-DjDUc .framer-hy5ogl {
        top: 45%;
    }

    .framer-DjDUc .framer-p43kug-container {
        width: 100%;
    }

    .framer-6elaz {
        width: 130%;
    }
}

@media (max-width: 480px) {
    .header-hero {
        font-size: 1.5rem;
    }

    .desc {
        font-size: 14px;
    }

    .subtext {
        font-size: 0.9rem;
    }
}