body {
    font-size: 100%;
}

.home_three--wrapper .navbar-nav .nav-item:last-child a:hover:after {
    display: none;
}

.home_three--wrapper {
    background: #7c1043;
    position: relative;
    overflow-x: hidden;
}

.home_three--wrapper .main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    height: 62px;
    background: #ce9b03;
    transition: all ease 0.4s;
}

.country-leader {
    position: relative;
    padding: 1em 0;
}

.country-leader .section-title {
    border-bottom: 1px solid #334169;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
}

.section-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 1.25em;
    margin: 1em 0 2em;
}

.leader-img img {
    border-radius: 11px 146px 11px 11px;
    position: relative;
    z-index: 1;
}

.leader-img:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    background: #783c5b;
    opacity: 0.2;
    z-index: 0;
}

.leader_box--title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #d4d8e4;
    text-transform: capitalize;
    font-size: 1.25em;
    margin: 1.3em 0 1.5em;
}

.leader_box--desc {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #b3b8c6;
    margin: 1.3em 0 2.5em;
    max-width: 380px;
    padding-right: 0 !important;
}

.leader-details .leader-flag {
    display: block;
    position: relative;
    max-width: 180px;
    max-height: 100px;
    object-fit: contain;
    margin: 0 0 20px 0;
    z-index: 2;
}

/* Stat Boxes */
.stat-grid>[class*="col-"] {
    display: flex;
}

.stat-box {
    padding: 1.5rem;
    border-radius: 2px;
    color: #fff;
    width: 100%;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.stat-box .stat-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.1;
    z-index: 1;
    letter-spacing: -0.5px;
}

.stat-box .stat-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin: 0.8rem 0 0;
    line-height: 1.3;
    z-index: 1;
    opacity: 1;
    color: #fff !important;
}

.stat-box:after {
    content: "";
    position: absolute;
    bottom: -15%;
    left: -10%;
    width: 120%;
    height: 55%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(-4deg);
    border-radius: 40% 60% 40% 60%;
    z-index: 0;
}

.box-green {
    background: #4e7543;
}

.box-green:after {
    background: #2f7e33;
    opacity: 1;
}

.box-orange {
    background: #f27a21;
}

.box-orange:after {
    background: #fb9e3b;
    opacity: 1;
}

.box-blue {
    background: #0082c8;
}

.box-blue:after {
    background: #00bbf9;
    opacity: 1;
}

.box-maroon {
    background: #a30f4f;
}

.box-maroon:after {
    background: #d63384;
    opacity: 1;
}

.box-purple {
    background: #5e54a4;
}

.box-purple:after {
    background: #8e7cc3;
    opacity: 1;
}

.box-red {
    background: #b22222;
}

.box-red:after {
    background: #ff4d4d;
    opacity: 1;
}

.leader_detail--counters {
    display: none;
}

.future-plan {
    background: #ffc312 url("../../images/home3-wave-blue.svg") no-repeat right bottom;
    padding: 1em 0 2em;
}

.future-plan .section-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.56em;
}

.plan_box--img:after {
    content: "";
    position: absolute;
    right: 65px;
    top: 50px;
    border-radius: 15px;
    background: rgba(34, 59, 101, 0.36);
    max-width: 347px;
    max-height: 517px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.plan_box--img img {
    border-radius: 15px;
    z-index: 2;
    position: relative;
}

.plan_box--details {
    padding-top: 0.5em;
    padding-bottom: 1em;
    padding-right: 5em;
    position: relative;
}

.plan-num {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #7c1043;
    font-size: 2.2em;
    margin-bottom: 0.5em;
}

.plan-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.8em;
}

.plan-desc {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.1em;
    margin: 1.5em 0 3em;
    line-height: 1.8;
}

.plan_box--details .black-btn {
    position: relative;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background-color: #7c1043;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 40px;
    border: none;
}

.plan_box--details .black-btn:hover:before {
    z-index: 1;
    opacity: 0.2;
}

.plan-year {
    padding: 1em 0;
    position: absolute;
    top: 0;
    right: 20px;
}

.plan-year h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.2em;
}

.plan-year p {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #7c1043;
    font-size: 3em;
    line-height: 0.8;
}

.party-details {
    background: url("../../images/red-bg-with-img.jpg") no-repeat top left;
    background-size: cover;
    padding: 1.5em 2em !important;
}

.party-img {
    padding: 0;
}

.party-title {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 1.4em;
    max-width: 520px;
}

.party-desc {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 0.85em;
    color: #ffffff;
    margin-bottom: 25px;
}

.party-details .btn {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    background: #1267e6;
    color: #fff !important;
    padding: 14px 20px;
    transition: all ease 0.5s;
    display: inline-block;
    width: auto;
}

.party-details .btn:hover {
    background: #1853aa !important;
}

.download-text {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 0.7em;
    max-width: 220px;
    margin-bottom: 30px;
}

.campaign-box {
    background: #ffffff;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 15px 0;
}

.campaign_box--anchor {
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
}

.camp-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #000000;
    margin-bottom: 15px;
}

.campaign-timing {
    margin-bottom: 20px;
}

.campaign-timing label {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 1em;
    display: block;
}

.campaign-timing .date {
    background: #333333;
    border-radius: 6px;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
    padding: 7px 15px;
    display: inline-block;
}

.campaign-timing .timing {
    border: 1px solid #333333;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #333333;
    padding: 6px 15px;
    display: inline-block;
    margin: 5px 0;
}

.camp-member {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #73778a;
    font-size: 0.85em;
    margin-right: 12px;
}

.campaign_box--details {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.campaign-footer .pink-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 0.6em;
}

.upcoming-campaign {
    position: relative;
    padding: 25px 0;
}

.upcoming-campaign:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(34, 59, 101, 0.36);
    z-index: 0;
}

.upcoming-campaign div[class^="col"] {
    z-index: 1;
}

.play_margin {
    display: block;
    margin-bottom: 10px;
}

.plan_box--details .black-btn {
    transition: all 0.5s ease-in-out;
}

.plan_box--details .black-btn:hover {
    background: var(--white);
    color: #343a40;
}

.party-details .btn-primary,
.campaign-footer .btn-primary {
    border: 1px solid var(--secondary-color);
    transition: all 0.5s ease-in-out;
}

.party-details .btn-primary:hover,
.campaign-footer .btn-primary:hover {
    background: var(--white);
    color: var(--secondary-color);
}

.campaign-footer a.btn {
    background: #7b0f42;
    border-radius: 6px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-transform: capitalize;
    transition: all ease 0.4s;
}

.campaign-footer a.btn:hover {
    background: #333;
}

@media screen and (min-width: 568px) {
    .home_three--wrapper:before {
        width: 500px;
        height: 500px;
    }

    .leader_detail--counters {
        justify-content: flex-start;
    }

    .campaign-timing .timing {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 7px;
    }

    .camp-title {
        margin-bottom: 40px;
    }

    .campaign-timing {
        margin-bottom: 55px;
    }

    .campaign-timing .date,
    .campaign-timing .timing {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {

    .leader_box--title,
    .leader_box--desc {
        padding-right: 150px;
    }

    .leader-details .leader-flag {
        position: absolute;
        top: 30px;
        right: 40px;
        max-width: 250px;
        max-height: 130px;
        object-fit: contain;
        z-index: 2;
    }

    .section-title {
        margin-bottom: 2.5em;
    }

    .country-leader {
        padding-bottom: 2em;
    }

    .country-leader .section-title {
        padding-bottom: 3rem;
        margin-bottom: 5rem;
    }

    .future-plan .section-title {
        margin-bottom: 1.5em;
    }

    .party-details {
        padding: 2em 2em !important;
    }

    .party-desc {
        margin: 2em 0;
    }

    .campaign-timing .timing {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0px;
    }

    .upcoming-campaign:after {
        left: 45%;
        top: 0;
    }

    .poster-img {
        position: relative;
        left: -4em;
        margin-top: 2em;
    }

    .upcoming-campaign .section-title {
        margin-bottom: 1.5em;
        margin-top: 0;
    }

    .upcoming-campaign {
        padding: 50px 0;
    }

    .camp-title {
        margin-bottom: 20px;
    }

    .campaign-timing {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 992px) {
    .party-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .home_three--wrapper .navbar-nav {
        align-items: center;
    }

    .home_three--wrapper .main-header {
        padding-top: 10px;
        position: absolute;
        height: auto;
        background: transparent;
    }

    .camp-title {
        font-size: 22px;
    }

    .upcoming-campaign {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .home_three--wrapper:before {
        width: 950px;
        height: 950px;
        top: 25rem;
    }

    .country-leader {
        font-size: 160%;
        margin-top: -180px;
    }

    .leader-img:after {
        width: 390px;
        height: 390px;
    }

    .leader_box--title,
    .leader_box--desc {
        padding-right: 200px;
    }

    .country-leader {
        padding-bottom: 3em;
    }

    .future-plan {
        font-size: 200%;
        padding-bottom: 5em;
    }

    .plan-desc {
        font-size: 16px;
        max-width: 350px;
    }

    .plan_box--details {
        padding-right: 8em;
    }

    .favorite-party {
        font-size: 200%;
    }

    .party-desc {
        font-size: 0.5em;
    }

    .party-details {
        padding-left: 5em !important;
    }

    .upcoming-campaign {
        font-size: 180%;
    }

    .download-text {
        font-size: 0.6em;
        margin-bottom: 2.5em;
    }

    .campaign-timing label {
        font-size: 16px;
        margin-bottom: 0;
    }

    .campaign-timing .timing {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 7px;
    }

    .camp-member {
        font-size: 0.5em;
    }

    .campaign-footer .pink-btn {
        font-size: 0.5em;
    }

    .upcoming-campaign {
        padding: 100px 0 25px;
    }

    .counter-column {
        width: 110px;
        height: 110px;
    }

    .counter-num {
        font-size: 26px;
    }

    .counter-text {
        font-size: 10px;
    }

    .camp-title {
        font-size: 26px;
        margin-bottom: 28px;
    }

    .campaign-timing {
        margin-bottom: 58px;
    }

    .plan-year p {
        font-size: 140px;
    }

    .plan-year {
        top: -70px;
    }

    .home_three--wrapper .main-header {
        padding-top: 30px;
    }
}

@media screen and (min-width: 1366px) {
    .plan-year {
        right: -20%;
        padding-top: 0.5em;
    }

    .campaign-timing .date {
        font-size: 16px;
    }

    .campaign-timing .timing {
        font-size: 20px;
        line-height: 24px;
    }

    .country-leader .section-title {
        padding-bottom: 4rem;
        margin-bottom: 10rem;
    }
}

@media (min-width: 1600px) {
    .plan-year p {
        font-size: 140px;
    }
}