body {
    background-color: #FDFDF0;
    font-family: "Afacad";
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.navbar {
    background-color: #FDFDF0 !important;
    padding: 20px 20px;
}
.navbar-brand img {
    height: 60px;
}
.navbar-nav .nav-link {
    color: #2F4858;
    font-size: 28px;
    font-weight: 400;
    margin-right: 28px;
    transition: color 0.3s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #548281;
    text-decoration: underline;
}
.login-btn {
    background-color: #2c3e50;
    color: white;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px 20px;
    border: none;
    font-size: 25px;
    transition: background-color 0.3s;
}
.login-btn:hover {
    background-color: #1a252f;
    color: #fff;
}

.floating-text {
    position: absolute;
    top: 65%;
    /* Adjust based on desired position */
    left: 25%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}
.floating-text-2 {
    position: absolute;
    top: 35%;
    /* Adjust based on desired position */
    left: 25%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}
.section-banner{
    /*background-image: url('./img/hero.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;*/
    height: auto;
    width: auto;
}
.section-content{
    color: #fff;
    padding-left: 30px;
    padding-top: 350px;
}

.section-content-top{
    color: #fff;
    padding-left: 0px !important;
    padding-top: 0px !important;
    position: absolute;
    bottom: 130px;
    left: 100px
}
.pledge-your-vote {
    background-color: #2F4858;
    color: #fff;
    border-radius: 20px;
    padding: 10px 15px 15px !important;
    font-size: 22px;
    width: 185px;
    /* height: 40px; */
    text-decoration: none;
}
.pledge-your-vote:hover{
    color: #fff;
}

.page-header{
    background-color: #89C545;
    font-size: 50px;
    text-align: center;
    padding: 40px;
    color: #fff;
    font-weight: 600;
}
.page-content{
    font-size: 24px;
    padding: 10px 0px;
}
.learn-about-us{
    background-color: transparent;
    color: #fff;
    border-radius: 30px;
    padding: 10px;
    border: 2px solid #fff;
    font-size: 22px;
    width: 160px;
    margin-left: 50px;
}
.section-body{
    background-color: #FDFDF0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.card{
    background-color: #E9EDC980;
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
}
.card h2{
    padding-top: 15px;
    font-weight: bold;
    font-size: 40px;
}
.card p{
    padding-top: 10px;
    font-weight: bold;
    font-size: 24px;
}
.box{
    background-color: #AFB793;
    margin-top: 0px;
    padding: 50px;
    border-radius: 20px;
    color: #fff;
}
.box p{
    font-size: 17px;
}
.project-card{
    background-color: #fff;
    border-radius: 20px;
    padding-bottom: 30px;
}
.project-card img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.project-card-content{
    padding-left: 20px;
    padding-right: 20px;
}
.project-card-content p{
    font-size: 22px;
}
.decide-image-section img{
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.decide-image-section h5{
    color: #fff;
    margin-top: -80px;
    width: 80%;
    padding-left: 10px;
    margin-bottom: 0px;
}
.decide-image-section small{
    color: #fff;
    margin-top: -20px;
    padding-top: 0px;
    padding-left: 10px;
}
.decide-image-section a {
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    text-decoration: none;
    background-color: transparent;
    margin-top: 3px !important;
    margin-left: 180px;
    display: inline-block;
    position: relative;
}
.leading-changes-button{
    background-color: #2F4858;
    color: #fff;
    border-radius: 50px;
    padding: 16px 20px;
    font-size: 24px;
    text-align: center;
    width: 373px;
    text-decoration: none;
}
.leading-changes-button:hover{
    color: #fff;
}
.view-all-updates-button{
    width: 400px;
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 30px;
    text-decoration: none;
}

.conferance-read-more{
    color: #77A086;
    font-size: 20px;
    text-decoration: none;
}
.conferance-read-more:hover{
    color: #77A086;
}
.view-all-updates-button-2{
    width: 223px;
    height: 44px;
    line-height: 32px;
    color: #2F4858;
    font-size: 24px;
    border: 1px solid #2F4858;
    padding: 10px;
    border-radius: 20px;
    text-decoration: none;
    margin-right: 25px;
}
.article-update-image-view img{
    width: 100%;
    height: 600px;
    border-radius: 20px;
}
.article-update-image-view-small img{
    width: 100%;
    height: 295px;
    margin-bottom: 10px;
    border-radius: 20px;
}
.article-update-image-view .content{
    margin-top: -200px;
    color: #fff;
    padding: 10px 30px;
}
.article-update-image-view .content h4{
    font-weight: bold;
}
.article-update-image-view .content a{
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #fff;
}
.article-update-image-view .content a:hover{
    background-color: #fff;
    color: #000;
}
.article-update-image-view .content small{
    font-weight: bold;
}
.article-update-image-view-small .left-content{
    margin-top: -280px;
    color: #fff;
    padding: 10px;
    padding-left: 20px;
}
.article-update-image-view-small .right-content{
    margin-top: -100px;
}
.article-update-image-view-small .right-content a{
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #fff;
}
.article-update-image-view-small .right-content a:hover{
    background-color: #fff;
    color: #000;
}

.conferance-event img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.conferance-event p{
    font-size: 19px;
}

footer{
    background-color: #CCD5AE;
}
footer p{
    font-size: 18px;
}
.company ul li{
    list-style: none;
    margin-left: -20px;
    font-size: 18px;
}
.company ul li a{
    text-decoration: none;
    margin-bottom: 10px;
    color: #333;
}
.customer ul li{
    list-style: none;
    margin-left: -20px;
    font-size: 18px;
}
.customer ul li a{
    text-decoration: none;
    margin-bottom: 14px;
    color: #333;
}
.social-icon a{
    font-size: 25px;
    margin-right: 15px;
    color: #548281;
}
.strength-democracy{
    background-color: #fff;
    padding: 60px 30px;
    border-radius: 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.video-section {
    border-radius: 20px;
}
.strength-democracy-des{
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 22px;
}
.strength-democracy p {font-size: 20px; font-family: 'Afacad' !important}
.strength-democracy p span{font-size: 20px !important; font-family: 'Afacad' !important}

.strength-democracy-form{
    padding: 20px;
    border: 1px solid gainsboro;
    border-radius: 20px;
}
.form-submit-button{
    background-color: #2F4858;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
.agreements{
    background-color: #fff;
    padding: 0px 30px;
    margin-top: 40px;
    border-radius: 20px;
    margin-right: 80px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
   
    overflow: auto;
}
.agreements .nav-link {
    font-size: 22px;
    font-weight: bold;
}
.agreements p{font-size: 22px;}
.agreements small {
    display: block;
    margin-top: -20px;
    margin-left: 55px;
    color: #536471;
    font-size: 22px;
    font-weight: bold;
}
.agreements2{
    background-color: #fff;
    padding: 40px 30px;
    margin-top: 40px;
    border-radius: 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.instruction-title{font-size: 18px !important;font-weight: 500 !important;}
.others-project .title{
    text-decoration: underline;
}
.deliverable-btn{
    text-decoration: none;
    color: #000;
    background-color: #EDEFDD;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    text-align: right;
    margin-left: 50px;
    font-size: 15px;
}
.deliverable-btn:hover{
    color: #000;
}
.party-name{
    font-weight: bold;
    display: inline;
    font-size: 24px;
}
.party-details{
    border: 1px solid #D4D6D6;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.party-details h6{
    color: #536471;
    font-size: 18px;
    line-height: 16px;
    font-weight: bold;
    gap: 13px;
}
.party-details p{
    line-height: 24px;
    font-size: 22px;
    color: #0F1419;
}
.party-details a{
    color: #536471;
    font-size: 19px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}
.party-details .icon-section{
    text-align: center;
    padding: 20px 0px;
}
.decision-makers h4{
    font-size: 32px;
    font-weight: 600;
    color: #252A34;
}
.decision-makers-box{
    background-color: #E9EDC980;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.decision-makers-heading h3{
    font-size: 38px;
    font-weight: 700;
    line-height: 35px;
    color: #2F4858;
    text-transform: uppercase;
}
.decision-makers-heading p{
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    color: #2F4858;
    text-transform: uppercase;
}
.underline-heading{
    font-size: 21px;
}
.take-heading{
    font-size: 48px;
}
.take-heading-p{
    font-size: 24px;
}
.decision-makers-paragraph p{
    color: #2F4858;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
.decision-percentage{
    display: flex;
    margin-top: 30px;
}
.decision-percentage .left-side{
    width: 15%;
    background-color: #E23B40;
    border-radius: 3px;
    height: 13px;
}
.decision-percentage .right-side{
    width: 85%;
    background-color: #287E39;
    border-radius: 3px;
    height: 13px;
    margin-left: 5px;
}
.percentage-peace img{
    padding-left: 0px;
    width: 45px;
    height: 45px;
}
.antipeace-mobile,.propeace-mobile{padding-top: 15px;display: flex;}
.percentage-peace .anti-peace {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #E23B40;
    padding-top:10px;
}
.percentage-peace .pro-peace {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #287E39;
    padding-top:10px;
}
.user-interect-section{
    padding-left: 80px;
}
.user-interection-item{text-align: center;}
.user-interect-section .icon{
    background-color: #2F4858;
    width: 60px;
    height: 60px;
    gap: 10px;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}
.percentage{
    display: flex;
}
.left-bar{
    background-color: #548281;
    border-radius: 20px;
    height: 8px;
}
.right-bar{
    background-color: #D2DABA80;
    border-radius: 20px;
    height: 8px;
}
.raised-goal{
    margin-bottom: -10px;
}
.raised-goal p{
    font-size: 18px;
    font-weight: 500;
}
.goal{
    text-align: right;
}
.peace-pledge{
    margin-top: 5px;
}
.peace-pledge p{
     font-size: 18px;
    font-weight: 500;
}
.article-update-image-view .left-content h4{
    font-size: 33px;
}
.article-update-image-view .right-content p{
    font-size: 16px;
}
.flag-party-details{
    text-align: center;
}
.flag-party-details .flag-logo{
    width: 224px;
    height: 258px;
    text-align: center;
    /* margin-bottom: -400px; */
}
.flag-party-details .red{
    background-color: #9A0000;
    height: 200px;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.flag-party-details .green{
    background-color: #004C01;
    height: 200px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.flag-party-details h4{
    font-size: 40px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}
.flag-party-details p{
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
}
.overall-evaluation h4{
    font-weight: 400;
    font-size: 35px;
    text-align: center;
}
.owl-carousel .item {
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    margin: 10px;
    border-radius: 5px;
}
.party-details-left-side{
    border-right: 2px solid #000;
}
.party-details-left-side h4{
    font-size: 32px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
}
.party-details-left-side p{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.party-details-right-side h6{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.party-details-right-side p{
    font-size: 18px;
    font-weight: 400;
}
.member-representing .percentage-peace img{
    padding-left: 8px;
}
.overall-evaluation .percentage-peace img{
    padding-left: 36px;
}
#voteModal .modal-content{
    background-color: #EDEFDD;
    width: 600px;
}
#voteModal h4{
    font-size: 32px;
    font-weight: 700;
    color: #2F4858;
}
#voteModal h5{
    font-size: 28px;
    font-weight: 700;
    color: #2F4858;
}
#voteModal .modal-body{
    padding: 0px 40px;
}
#voteModal .modal-body .party-details{
    background-color: #fff;
    padding: 0px 20px;
}
.vote-modal-top p{
    font-size: 22px;
    font-weight: 600;
    color: #2F4858;
    text-transform: uppercase;
}

.vote-modal-box-paragraph{
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    padding: 0px 20px;
}
#commentModal .modal-content{
    background-color: #EDEFDD;
    width: 600px;
}
#commentModal h4{
    font-size: 32px;
    font-weight: 700;
    color: #2F4858;
}
#commentModal h5{
    font-size: 22px;
    font-weight: 600;
    color: #2F4858;
}
#commentModal .modal-body{
    padding: 0px 40px;
}
#commentModal .modal-body .party-details{
    background-color: #fff;
    padding: 0px 20px;
}
.user-info h6{
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.user-info p{
    margin-top: -10px;
    font-size: 14px;
    font-weight: 400;
    color: #536471;
}
.user-comment{
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.user-comment-submit-button{
    background-color: #2F4858;
    padding: 5px;
    color: #fff;
    border-radius: 10px;
}

.top-video-banner{max-height: 700px;overflow: hidden}

@media screen and (max-width: 800px) {
    .section-content-top{display: none !important}
    .decide-image-section h5{
        margin-top:-120px;
    }

    .leaders-container{margin-bottom: 30px;}
  }





@media (max-width: 768px) {

    .box {
        background-color: #AFB793;
        margin-top: 100px;
        padding: 10px;
        border-radius: 20px;
        color: #fff;
    }

    .flag-party-details {
        text-align: center;
      }
      .flag-party-details h4{
        line-height: 38px;
        text-align: center;
      }

      .percentage-peace-mobile{
        width: 100%;
      }

      #voteModal .btn-close {
        margin-right: 10px;
        margin-top: 10px;
    }

    #voteModal .vote-modal-top img {
        width: 80px;
        height: 80px;
    }

    #voteModal .vote-modal-top h4 {
        font-size: 1.2rem;
    }

    #voteModal .vote-modal-top h5 {
        font-size: 1rem;
    }

    #voteModal .vote-modal-box-title {
        font-size: 1rem;
    }

    #voteModal .vote-modal-box-paragraph {
        font-size: 1rem;
    }

    #voteModal .icon-section img {
        max-width: 40px;
    }

    #voteModal .icon-section span {
        font-size: 0.85rem;
    }

    .strength-democracy {
        padding: 30px 15px;
    }

    .video-section video {
        width: 100%;
        height: auto;
    }

    .strength-democracy h2 {
        font-size: 1.5rem;
    }

    .strength-democracy p {
        font-size: 0.9rem;
    }

    .raised{
        width: 50%;
    }
    .goal{
        width: 50%;
    }
    .raised p{
        font-size: 14px;
    }
    .goal p{
        font-size: 14px;
    }

    .strength-democracy-form {
        padding: 15px;
        margin-top: 20px;
    }

    .form-submit-button {
        font-size: 16px;
    }

    .strength-democracy small {
        display: block;
        margin-bottom: 10px;
    }

    .nav-tabs{
        display: flex;
    }
    .nav-tabs-item{
        margin: 5px;
        width: 28%;
        font-size: 16px;
        border: 0px;
        font-weight: bold;
    }
    .tab-pane p{
        font-size: 16px;
    }
    .party-heading{
        display: flex;
    }
    .party-flag-title{
        width: 70%;
        font-size: 16px;
    }
    .party-flag-title img{
        width: 20px;
        height: 20px;
    }
    .party-flag-title small{
        display: block;
        font-size: 13px;
        margin-top: -5px;
        margin-left: 25px;
    }
    .party-name{
        font-size: 16px;
    }
    .party-heading-btn{
        width: 30%;
        padding: 0px;
    }
    .party-heading-btn a{
        font-size: 10px;
        padding: 5px;
        margin-left: 0px;
    }
    .party-details h6{
        font-size: 12px;
    }
    .party-details p{
        font-size : 16px;
    }
    .party-details a{
        font-size: 13px;
    }
    .icon-section{
        display: flex;
        margin: 5px;
        padding: 5px 0px;
    }
    .icon-section .col-md-3{
        width: 25%;
    }
    .about-us img{
        width: 100px;
        height: 100px;
        margin: 10px 0px;
    }
    .content2 .left-content small{
        margin-top: -10px;
    }
    .content2 .right-content {
        margin-top: -50px;
        margin-left: 10px;
    }
    .right-content p{
        font-size: 24px;
    }

    .section-content{
        padding-top: 10px;
        padding-left: 10px;
    }
    .user-video{margin-top: 10px !important}
    .section-content span{
        font-size: 16px;
    }
    .section-content h2{
        margin-top: 10px;
        font-weight: 700;
    }
    .section-content .button{
        display: flex;
    }
    .section-content .button button{
        width: 45%;
        margin: 0px;
    }
    .project-card {
        margin-bottom: 20px;
    }

    .decide-image-section small{
        display: block;
    }
    .decide-image-section a{
        margin-left: 10px;
        font-size: 13px;
        margin-top: 5px !important;
    }
    .leaders-container{
        width: 360px;
        height: 251px;
        margin-bottom: 50px;
    }
    .leaders-container small{
        margin-top: 0px;
    }
    .leading-changes-button-div{
        text-align: center;
        padding: 20px;
        margin-top: 0px !important;
    }
    .leading-changes-button{
        width: 100%;
        margin-left: 0px;
        text-align: center !important;
        padding: 10px;
        margin-top: 50px;
    }
    .view-all-updates-button-2{
        margin-left: 35%;
    }

    .company{
        width: 30%;
    }
    .company h4{
        font-size: 20px;
    }
    .company a{
        font-size: 14px;
    }
    .customer{
        width: 33%;
    }
    .customer h4{
        font-size: 20px;
    }
    .customer a{
        font-size: 14px;
    }
    .get-in-touch{
        width: 33%;
    }
    .get-in-touch h4{
        font-size: 20px;
    }
    .get-in-touch p{
        font-size: 14px;
        margin-top: -14px;
    }
    .social-icon{
        text-align: center;
    }
    .social-icon i{
        color: #548281;
    }
    .project-card-content p{
        font-size: 15px;
    }
    .box p{
        font-size: 16px;
    }
    .box-paragraph{
        margin-top: -10px;
    }
    .box-paragraph img{
        height: 42px;
        width: 42px;
    }
    .box-paragraph-heading{
        font-size: 22px;
    }
    .underline-heading{
        font-size: 16px;
    }
    .take-heading{
        font-size: 28px;
    }
    .take-heading-p{
        font-size: 16px;
    }
    .content{
        margin-top: -240px !important;
    }
    .article-update-image-view-left{
        margin-bottom: 10px;
    }
    .article-update-image-view .right-content{
        margin-top: 10px;
    }
    .conference-event-heading h1{
        font-size: 28px;
        margin-top: -70px;
        text-align: center;
    }
    .conference-event-heading a{
        margin-left: 40%;
        margin-top: 20px;
    }
    .card{
        text-align: center;
    }
    .card img{
        margin-left: 37%;
    }
    .card h2{
        font-size: 32px;
    }
    .card p{
        font-size: 18px;
    }
    .decision-makers-heading img{
        margin-left: 15%;
    }
    .decision-makers-heading h3{
        margin-top: 15px;
        text-align: center;
    }
    .decision-makers-heading p{
        text-align: center;
    }
    .percentage-peace{
        display: flex;
    }
    .percentage-peace-mobile{
        display: flex;
    }
    .antipeace-mobile{
        width: 15%;
    }
    .antipeace-mobile img{
        width: 25px;
        height: 25px;
        margin-top: 25px;
        padding-left: 0px;
    }
    .anti-peace{
        font-size: 13px;
    }
    .antipeace-mobile-2{
        width: 15%;
    }
    .antipeace-mobile-2 img{
        width: 60px;
        height: 25px;
        margin-top: 25px;
        margin-left: -35px;
    }
    .anti-peace{
        font-size: 13px;
    }
    .desicion-percentage-mobile{
        width: 70%;
    }
    .propeace-mobile{
        width: 15%;
        margin-left: -5px;
    }
    .propeace-mobile img{
        width: 25px;
        height: 25px;
        margin-top: 25px;
        padding-left: 0px;
    }
    .propeace-mobile p{
        font-size: 13px;
    }
    .propeace-mobile-2{
        width: 15%;
        margin-left: -5px;
    }
    .propeace-mobile-2 img{
        width: 60px;
        height: 25px;
        margin-top: 25px;
        margin-left: -35px;
    }
    .propeace-mobile-2 p{
        font-size: 13px;
    }
    .user-interect-section {
        display: flex;
        padding: 20px;
    }
    .user-interection-item{
        width: 30%;
    }
    .decision-makers-box .image{
        margin-left: 25%;
    }

   .navbar>.container-fluid{
        display: block;

   }

    #userCommentModal .vote-modal-top h5 {
        font-size: 1rem;
    }

    #userCommentModal .partycomment-topic-title {
        font-size: 1rem;
    }

    #userCommentModal .modal-content {
        padding: 15px;
    }

    #userCommentModal .btn-close {
        margin-top: 5px;
        margin-right: 10px;
    }

    #userCommentModal .modal-body {
        padding: 10px;
    }

    #userCommentModal .icon-section{
        display: flex;
    }
    #userCommentModal .icon-section .col-md-4{
        width: 33%;
    }

}
