* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-primary-rgb: 137, 137, 137;
    --bs-secondary-rgb: 251, 189, 35;
    --bs-success-rgb: 108, 108, 108;
    --bs-dark-rgb: 30, 130, 76;
}

/* ==================== Start E-Cropper Web ==================== */
.bark_bg {
    background: #151416;
}

.ecropper_font h5 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    border: 0.25px solid rgba(255, 255, 255, 0.44);
    border-radius: 25px;
    padding: 7px 20px;
}

.ecropper_font h2 {
    font-size: 170px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
}

.ecropper_font div h6 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
}

.ecropper_fonts h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 24px;
}

.ecropper_fonts p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.ecropper_fonts h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 300px;
    letter-spacing: 2px;
    margin-top: -15%;
    text-align: center;
    margin-bottom: 0;
}

.ecropper_fonts h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 40px;
}

.ecropper_fonts h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: lowercase;
}

.abcd_fonts {
    width: 50%;
}

.ecropper_color {
    width: 304px;
    height: 357px;
    position: relative;
    border-radius: 152px;
    border: 1px solid #fff;

    &:after {
        content: "";
        position: absolute;
        bottom: 15%;
        left: 22%;
        width: 304px;
        height: 357px;
        background: linear-gradient(140.39deg, #725CFF 3.39%, #B765FF 96.61%);
        border-radius: 791px;
    }
}

.ecropper_colors {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
}

.ecropper_color_bx {
    width: 220px;
    height: 360px;
    border-radius: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ecropper_color_bx span {
    background: transparent;
    padding: 8px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border: 1px solid #fff;
}

.ecropper_power h2 {
    font-weight: 600;
    font-size: 55px;
    color: #333349;
}

.smart_technology_ecropper p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}

.robot_vector {
    right: 11%;
}

.ecropper_ehome_page {
    padding-top: 100px;
}

.ecropper_thank_you span {
    border-radius: 20px;
    background: linear-gradient(88.14deg, #775DFF 0.62%, #B465FF 99.38%);
}

.ecropper_thank_you span {
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.ecropprer_logo {
    height: 510px;
    object-fit: cover;
    border-radius: 27px;
}
/* ==================== End E-Cropper Web ==================== */
