.banner-wrapper {
    margin-top: 61px;
}

.container {
    position: relative;
}

.banner-wrapper .red-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    max-width: 100%;
}

.banner-wrapper .main-img {
    position: relative;
    z-index: 3;
    margin-top: 40px;
}

.banner-img {
    text-align: center;
}

.banner-details {
    position: relative;
    padding-top: 50px;
}

.banner-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 3em;
    line-height: 0.78;
    color: #7c1043;
    letter-spacing: -0.045em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #7c1043;
    text-transform: capitalize;
    font-size: 24px;
}

.banner-desc {
    color: #7c1043;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    max-width: 260px;
    margin: 0 auto;
    line-height: 1.5;
}

.vote-parallax {
    position: absolute;
    top: 9rem;
    right: 0;
}

.blue_circle--box {
    background: linear-gradient(190.1deg, #7c1043 25.24%, rgba(90, 10, 48, 0.8) 92.44%);
    border-radius: 50%;
    max-width: 280px;
    max-height: 280px;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5em 1.5em;
    left: 50%;
    position: relative;
    bottom: auto;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: -70px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.box-title {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.06em;
    max-width: 280px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.box-desc {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    max-width: 240px;
    font-size: 14px;
    line-height: 18px;
}

.blue_circle--box .btn {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #7c1043;
    padding: 15px 30px;
    transition: all ease 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.blue_circle--box .btn:hover {
    color: #fff;
    background-color: #5a0a30;
}

.blue_circle--box .btn-primary {
    border: 1px solid var(--secondary-color);
    transition: all 0.5s ease-in-out;
}

.blue_circle--box .btn-primary:hover {
    background: var(--white);
    color: var(--secondary-color);
}

@media screen and (min-width: 768px) {
    .banner-wrapper .main-img {
        right: 5rem;
        margin-top: 0;
    }

    .banner-title {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }

    .banner-subtitle {
        margin-bottom: 2rem;
    }

    .banner-text {
        font-size: 119%;
    }

    .blue_circle--box {
        bottom: 5rem;
        padding-left: 3em;
        padding-right: 3em;
        justify-content: center;
        position: absolute;
        margin-top: 0;
    }

    .box-title {
        margin-top: 0.2rem;
        margin-bottom: 0.6rem;
    }

    .blue_circle--box .btn {
        bottom: -30px;
    }

    .banner-wrapper .red-shape {
        max-width: 55%;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .banner-text {
        font-size: 159%;
    }

    .banner-title {
        margin-bottom: 4rem;
        margin-top: 5rem;
    }

    .banner-subtitle {
        margin-bottom: 2rem;
        width: 115px;
    }

    .blue_circle--box {
        bottom: 13rem;
        margin-left: 68px;
        max-width: 310px;
        max-height: 310px;
    }

    .blue_circle--box img {
        width: 25px;
    }

    .box-title {
        font-size: 50px;
        line-height: 45px;
        margin-bottom: 20px;
        margin-top: 9px;
    }

    .box-desc {
        font-size: 14px;
    }

    .blue_circle--box .btn {
        padding: 15px 35px;
    }

    .banner-wrapper {
        margin-top: 0;
    }

    .banner-wrapper .red-shape {
        max-width: 58%;
    }

    .banner-details {
        padding-top: 95px;
    }

    .banner-desc {
        margin: 0;
    }

    .vote-parallax {
        width: 42%;
    }
}

@media screen and (min-width: 1200px) {
    .banner-wrapper .red-shape {
        max-width: 59%;
    }

    .banner-text {
        font-size: 200%;
    }

    .blue_circle--box {
        max-width: 400px;
        max-height: 400px;
        right: 65px;
        bottom: 14rem;
        left: auto;
        transform: none;
        margin-left: 0;
    }

    .box-title {
        font-size: 70px;
        line-height: 63px;
        margin-bottom: 25px;
        margin-top: 12px;
    }

    .blue_circle--box img {
        width: auto;
    }

    .box-desc {
        font-size: 16px;
        line-height: 22px;
    }

    .banner-subtitle {
        font-size: 30px;
        width: 175px;
    }
}

@media screen and (min-width: 1366px) {
    .banner-wrapper .main-img {
        max-width: 1070px;
        right: 15rem;
    }

    .banner-text {
        font-size: 270%;
        padding-left: 45px;
    }

    .banner-title {
        margin-top: 6rem;
    }

    .blue_circle--box {
        bottom: 26rem;
        right: -70px;
    }
}

@media screen and (max-width: 767px) {
    .banner-text {
        text-align: center;
    }

    .banner-wrapper {
        padding-bottom: 50px;
    }
}

@media (min-width: 1600px) {
    .blue_circle--box {
        max-width: 500px;
        max-height: 500px;
    }

    .box-title {
        font-size: 80px;
        margin-top: 26px;
    }

    .box-desc {
        line-height: 26px;
    }

    .blue_circle--box .btn {
        bottom: -23px;
    }
}