@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

body {
    font-weight: 300;
    line-height: normal;
    font-family: 'Lato', sans-serif;
    transition: all 0.5s;
    color: #2b2c42;
}
a {
    text-decoration: none !important;
}
.btn {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    border-radius: 0;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
}
.c-font-lora {
    font-family: 'Lora', serif;
}
.c-btn-bg-red {
    transition: all 0.5s;
    background-color: #d71f27;
    border: 1px solid transparent;
    color: #fff;
}
.c-btn-bg-dark-navy {
    font-size: 14px;
    transition: all .5s;
    color: #fff;
    background-color: #2b2c42;
    border-color: #2b2c42;
}
.c-top-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 420px;
    transition: all 1s;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    position: relative;
    z-index: 5;
}
.c-layout-page {
    position: relative;
    z-index: 0;
    margin-top: 62px;
}
.row>div {
    transition: all .5s;
}
/* Navbar */
.navbar {
    background-color: #fff;
    position: fixed;
    z-index: 3;
    top: 0;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 14px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.navbar .navbar-center {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 3px;
}
.navbar .navbar-center a {
    line-height: 100%;
    color: inherit;
}
.navbar .navbar-center a span {
    color: #d71f27;
}
.navbar .navbar-center img {
    display: none;
}
.navbar .navbar-right .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar .navbar-right .navbar-nav .nav-item {
    display: inline-flex;
    align-items: center;
}
.navbar .navbar-right .navbar-nav .nav-item:not(:last-child) {
    margin-right: 20px;
}
.navbar .navbar-right .navbar-nav .nav-item a.c-take-action {
    text-transform: capitalize;
    font-weight: 400;
    color: #2a313d;
    position: relative;
    display: block;
    padding: 8px 8px;
    font-family: 'Lato', sans-serif !important;
}
.navbar .navbar-right .navbar-nav .nav-item a.c-take-action:before {
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #d71f27;
    border-right: 1px solid #d71f27;
    position: absolute;
    transform-origin: left;
    transition: 1s;
    box-sizing: border-box;
}
.navbar .navbar-right .navbar-nav .nav-item a.c-take-action:after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #d71f27;
    border-bottom: 1px solid #d71f27;
    position: absolute;
    transform-origin: right;
    transition: 1s;
    box-sizing: border-box;
}
.navbar .navbar-right .navbar-nav .nav-item a.c-take-action:hover:before, .navbar .navbar-right .navbar-nav .nav-item a.c-take-action:hover:after {
    width: 10px;
    height: 10px;
}
.navbar .navbar-right .navbar-nav .nav-item .c-contribute-btn {
    box-shadow: none;
    line-height: 100%;
    padding-top: 8px;
    padding-bottom: 9px;
}
.navbar .navbar-right .navbar-nav .nav-item .c-contribute-btn svg {
    display: none;
}
/* End Navbar */
/* Who We Are */
.c-our-party-container .c-what-we-do .c-section-external svg {
    font-size: 80px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.c-our-party-container .c-who-we-are .c-section-external .c-section-buttons a svg {
    transition: all 0.5s;
    margin-left: 5px;
    position: relative;
    right: 0px;
}
.c-our-party-container .c-who-we-are .c-section-external .c-section-buttons a:hover svg {
    right: -10px;
}
.c-our-party-container .c-who-we-are .c-section-external .c-section-buttons a:hover {
    text-shadow: 0 5px 10px #000;
}
.c-our-party-container section h1 {
    text-transform: uppercase;
}
.c-our-party-container .c-who-we-are .c-section-body {
    font-weight: 400;
}
.c-our-party-container .c-who-we-are .c-section-footer .row .col-md-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.c-our-party-container .c-who-we-are .c-section-footer .row>div {
    margin-bottom: 20px;
}
.c-our-party-container .c-who-we-are .c-section-external {
    background-color: #d71f27;
    text-align: center;
}
.c-our-party-container .c-who-we-are .c-section-external .c-section-button {
    background-color: #fff;
    display: inline-block;
    font-style: italic;
}
.c-our-party-container .c-who-we-are .c-section-external .c-section-button p {
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0px;
}
.c-our-party-container .c-who-we-are .c-section-external .c-section-buttons div {
    text-align: left;
}
.c-our-party-container .c-who-we-are .c-section-external .c-section-buttons a {
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    font-style: italic;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: relative;
    top: 0px;
    transition: all 0.5s;
}
.c-our-party-container .c-who-we-are .c-section-external .c-section-buttons div:nth-of-type(2) {
    text-align: right;
    padding-right: 20px;
}
.c-our-party-container .c-who-we-are .c-section-footer .c-leader {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 220px;
}
/* Bread crumb */
.c-container-breadcrumb .breadcrumb {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px auto;
    padding-top: 16px;
    font-size: 14px;
}
.c-container-breadcrumb .breadcrumb .breadcrumb-item {
    font-weight: 400;
    text-transform: capitalize;
}
.c-container-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #2b2c42;
}
.c-container-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #d71f27;
    text-transform: capitalize;
}
.c-container-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    margin-top: 3px;
}
/* End Breadcrumb */
/*What we do*/
.c-our-party-container .c-what-we-do {
    background-color: #2b2c42;
    color: #fff;
}
.c-our-party-container .c-what-we-do .c-section-external p {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
}
/* Our Platform */
.c-our-party-container .c-our-platform .c-section-external {
    background-color: #d71f27;
}
.c-our-party-container .c-our-platform .c-section-external .c-section-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-style: italic;
}
.c-our-party-container .c-our-platform .c-section-external .c-section-button .btn {
    font-size: 16px;
}
.c-btn-bg-dark-navy:hover {
    background-color: #fff;
    color: #2b2c42;
    opacity: .8;
}
.c-our-party-container .c-our-platform .c-section-external .c-section-button p {
    color: #fff;
    font-size: calc(25% + 20px);
    display: inline-block;
    margin-bottom: 0px;
}
/* End Our Platform */
/* Our Rules */
.c-our-party-container .c-rules-regulation .c-left, .c-our-party-container .c-rules-regulation .c-right {
    transition: all 1s;
    min-height: 500px;
}
.c-our-party-container .c-rules-regulation .c-rules-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.c-btn-bg-red:focus, .c-btn-bg-red:hover {
    background-color: #fff !important;
    color: #d71f27 !important;
    border: 1px solid #d71f27 !important;
}
/* Footer */
footer {
    background-color: #d71f27;
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 2;
}
footer .c-social-container .c-footer-section-title {
    font-weight: 500;
    text-transform: uppercase;
}
footer .c-social-container h2 {
    letter-spacing: 2px;
    font-weight: 500;
}
footer .c-social-container h4 {
    font-style: italic;
    font-weight: 300;
}
footer .c-social-container .c-socials-icon a {
    transition: all 0.5s;
    color: #fff;
    display: inline-block;
}
footer .c-social-container .c-socials-icon a:not(:last-child) {
    margin-right: 15px;
}
footer .c-disclaimer-container .c-disclaimer-rnc {
    border: 1px solid #fff;
}
footer .c-disclaimer-container a {
    color: #fff;
}
footer .c-social-container .c-socials-icon a:hover {
    opacity: 0.8;
    color: #8e99af;
}
footer .c-social-container .c-socials-icon a svg{
    font-size: 20px;
}
footer .c-social-container svg {
    margin-right: 5px;
    font-size: 17px;
}
footer .c-social-container .c-socials-icon a img {
    width: 18px;
    vertical-align: -3px;
}
footer .c-social-container .c-socials-icon a img:hover {
    transition: all 0.5s;
    filter: brightness(0.5)
}
/* Go Top */
.c-go-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    border-width: 0;
    transition: all 0.5s;
}
.c-go-top span {
    background-color: #d71f27;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 2px;
    right: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.c-go-top svg {
    font-size: 33px;
    text-shadow: 0 0 10px #111;
    position: relative;
    z-index: 2;
}
.c-error-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background-color: #070926;
}
.c-error-container.c-404 {
    height: calc(100vh - 467px);
}
@media(max-width: 992px){
    .c-top-image {
    height: 350px;
    }
    .navbar .navbar-center {
        font-size: 23px;
        letter-spacing: 0px;
    }
    .c-our-party-container .c-who-we-are .c-section-footer .row .col-md-1 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        text-align: center;
    }
    .c-our-party-container .c-who-we-are .c-section-footer .c-leader {
        height: 200px;
    }
    .c-our-party-container .c-our-platform .c-section-external .c-section-button {
        text-align: center;
        display: flex;
    }
    .c-our-party-container .c-rules-regulation .c-left, .c-our-party-container .c-rules-regulation .c-right {
        min-height: 400px;
    }
}
@media (max-width: 768px) {
    .c-our-party-container .c-who-we-are .c-section-footer .row .col-md-1 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .c-our-party-container .c-our-platform .c-section-external .c-section-button {
        display: block;
    }
    .c-our-party-container .c-our-platform .c-section-external .c-section-button p {
        margin-bottom: 10px;
    }
    .c-our-party-container .c-who-we-are .c-section-external .c-section-buttons div:not(:last-child) {
        margin-bottom: 20px;
    }
    .c-our-party-container .c-who-we-are .c-section-external .c-section-buttons div {
        text-align: center !important;
    }
    .footer-section {
        text-align: center;
    }
    .navbar .navbar-center img {
        display: block;
    }
    .c-top-image {
        height: 280px;
    }
    .c-our-party-container .c-who-we-are .c-section-external .c-section-buttons div a {
        font-size: 16px;
    }
}
@media (max-width: 667px) {
    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 50px;
        height: 62px;
    }
    
}
@media (max-width: 568px) {
    .c-our-party-container .c-who-we-are .c-section-footer .row .col-md-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .c-our-party-container .c-who-we-are .c-section-footer .c-leader {
        height: 220px;
        width: 200px;
        display: inline-block;
    }
    .navbar .navbar-right .navbar-nav .nav-item .c-contribute-btn svg {
        font-size: 20px;
        display: block;
    }
    .navbar .navbar-right .navbar-nav .nav-item .c-contribute-btn {
        padding: 6px;
    }
    .navbar .navbar-right .navbar-nav .nav-item .c-contribute-btn span {
        display: none;
    }
    .navbar .navbar-right .navbar-nav .nav-item a.c-take-action {
        display: none;
    }    
}
