.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-weight: 900;
    font-size: 1em;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.045em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #ffe3eb;
    text-transform: capitalize;
    font-size: 18px;
}
.banner-desc {
    color: #b3b8c6;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    /*max-width: 350px;*/
    margin: 0 auto;
    line-height: 1.5;
}
.vote-parallax {
    position: absolute;
    top: 9rem;
    right: 0;
}
.blue_circle--box {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0044c8+25,5a57ff+92&1+0,0+100 */
    background: -moz-linear-gradient(190.1deg, #eb1c22 25.24%, rgba(90, 87, 255, 0) 92.44%);
    background: -webkit-linear-gradient( 190.1deg, #eb1c22 25.24%, rgba(90, 87, 255, 0) 92.44% );
    background: linear-gradient( 190.1deg, #eb1c22 25.24%, rgba(90, 87, 255, 0) 92.44% );

    /* background: -moz-linear-gradient(190.1deg, #0044c8 25.24%, rgba(90, 87, 255, 0) 92.44%); /* FF3.6-15 */
    /* background: -webkit-linear-gradient(
        190.1deg,
        #0044c8 25.24%,
        rgba(90, 87, 255, 0) 92.44%
    ); /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(
        190.1deg,
        #0044c8 25.24%,
        rgba(90, 87, 255, 0) 92.44%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0044c8', endColorstr='#005a57ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    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;
}
.box-title {
    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: #ff5c00;
    padding: 15px 30px;
    transition: all ease 0.4s;
}
.blue_circle--box .btn:hover {
    color: #000;
    background-color: #f05573;
}
.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: 7rem;
        margin-top: 6rem;
    }
    .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;
        margin-top: 10% !important;
    }
    .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: 10rem;
    }
    .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;
    }
}
