:root {
    --primery: #185887;
    --secoundry: #6f1000;
    --border: #ccc;
    --black: #333;
    --white: #fff;
    --cursor: #871858;
    --background: #e8e8e8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Barlow";
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--background);
}

section {
    width: 100%;
}

/* Start Commen CSS */
@font-face {
    font-family: "Barlow";
    src: url('../Font/Barlow-Medium.woff2');
}

.container {
    max-width: 1240px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
}

.menu-button {
    display: none;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.mobile-menu {
    width: 40%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    padding: 15vw 50px;
    transition: 0.3s;
    z-index: 10;
    transform: translate(100%);
}

.close-menu,
#close-menu {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    background-color: var(--primery);
    padding: 6px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: none;
    outline: none;
}

#close-menu svg {
    color: var(--white);
}

.mobile-menu-box ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
}

.mobile-menu-box a {
    color: var(--primery);
}

.mobile-menu.active {
    transform: translate(0);
}

a {
    text-decoration: none;
    display: block;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

span,
p,
div,
section {
    font-size: 16px;
    color: var(--black);
}

img {
    width: 100%;
}

.d-flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.main-heading {
    font-size: 50px;
    line-height: 60px;
    color: var(--white);
    letter-spacing: 0.3px;
}

.sub-heading {
    font-size: 20px;
    line-height: 27px;
    color: var(--white);
    font-weight: 500;
    letter-spacing: 0.2px;
}

.section-content {
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    font-weight: 400;
    letter-spacing: 0.2px;
}

.section {
    padding-top: 60px;
}

.main {
    position: relative;
    z-index: 1;
}

/* End Commen CSS */
/* Start Header CSS */
.header {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    transition: all 0.5s;
    padding-bottom: 0px;
}

.set_header {
    top: 0;
    background-color: var(--white);
    padding-bottom: 0px;
    z-index: 2;
    box-shadow: 0px 0px 6px 0px var(--black);
}

.header-grid {
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    margin: 0 10px;
}

.logo {
    width: 25%;
    font-size: 0;
    background-color: var(--secoundry);
    margin-left: -12px;
    padding: 15px 10px;
    border-radius: 5px 0 0 5px;
}

.set_header .logo {
    border-radius: 0;
}

.navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    letter-spacing: 0.2px;
}

.menu-item {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}

.menu-item::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: var(--primery);
    height: 2px;
    transition: all .5s;
}

.menu-item:hover::after {
    width: 100%;
}

.navigation a {
    color: var(--primery);
}

/* Start Banner CSS */
.banner {
    padding-top: 140px;
    background-color: var(--primery);
    color: var(--white);
}

.banner-grid {
    justify-content: space-between;
}

.banner-content {
    width: 60%;
    padding-left: 50px;
}

.banner-image {
    width: 40%;
}

.banner-image img {
    width: 60%;
    margin: auto;
    display: block;
    height: 100%;
}

.banner-size {
    width: 80%;
    line-height: 25px;
    margin-top: 20px;
}

.action-button {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 40px;
}

.call-button {
    border-radius: 100px;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

.call-button svg {
    width: 20px;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.call-button::after {
    content: '';
    position: absolute;
    width: 40px;
    background-color: var(--secoundry);
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 100px;
    transition: all 0.3s;
}

.call-button:hover::after {
    width: 100%;
}


/* End Banner CSS */
/* Start Vision and Mission CSS */
.vission_mission-grid {
    justify-content: space-between;
    align-items: center;
}

.vission_mission-image {
    width: 50%;
}

.vission_mission-image img {
    width: 100%;
    border-radius: 5px;
}

.vission_mission-content {
    width: 40%;
}

.vission_mission-content h4 {
    color: var(--primery);
}

.vission_mission-content div {
    color: var(--black);
}

.my-vision {
    margin-top: 20px;
}

.my-vision ul {
    list-style: disc;
    padding-left: 20px;
}

.vission_mission {
    padding-bottom: 30px;
}

/* End Vision and Mission CSS */
/* Start Contact us CSS */
.contact {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--white);
}

.contact .main-heading {
    color: var(--primery);
    text-align: center;
}

.contact-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: row;
    gap: 20px;
}

.contact-info {
    width: 43%;
}

.contact-info .section-content {
    color: var(--black);
    margin-top: 20px;
}

.contact-tab {
    color: var(--primery);
    position: relative;
    width: fit-content;
}

.contact-tab:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 15px;
}

.contact-tab::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: var(--primery);
    height: 1.5px;
    transition: all .5s;
}

.contact-tab:hover::after {
    width: 100%;
}

.contact-form {
    width: 50%;
}

.contact-form form {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}

.contact-form input {
    display: block;
    width: 100%;
    padding: 10px 5px;
    outline: none;
    border: 1px solid var(--border);
    border-radius: 3px;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid var(--border);
    outline: none;
    padding: 10px;
}

.contact-form input::file-selector-button {
    background-color: var(--primery);
    color: var(--white);
    outline: none;
    border: none;
    padding: 5px;
    border-radius: 4px;
}

.flie-input {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    color: #757575;
}

.input-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.input-grid input {
    width: 49%;
}

.submit-button {
    border: 1px solid var(--black);
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 1;
}

.submit-button::after {
    width: 0%;
    content: '';
    background-color: var(--primery);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    z-index: -1;
}

.submit-button:hover {
    color: var(--white);
}

.submit-button:hover::after {
    width: 100%;
}

/* End Contane us CSS */
/* Start Journey */
.journey {
    padding-top: 30px;
    padding-bottom: 30px;
}

.journey .main-heading {
    color: var(--primery);
    text-align: center;
}

.journey .section-content {
    color: var(--black);
    text-align: center;
    margin-top: 10px;
}

.certification-grid,
.journey-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    height: 100%;
}

.certification-grid::after,
.journey-grid::after {
    content: '';
    position: absolute;
    background-color: var(--secoundry);
    width: 80%;
    height: 5px;
    top: 50%;
    left: 50%;
    right: 0;
    margin: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.certification-card,
.journey-card {
    width: 25%;
    background-color: var(--white);
    border: 1px solid #dedede;
    padding: 30px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 10px;
    height: 220px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
}

.certification-card {
    height: 280px;
}

.certification-card h5,
.journey-card h5 {
    color: var(--primery);
    font-size: 18px;
    text-align: center;
}

.certification-card h5 {
    margin-bottom: 20px;
}

.certification-card span,
.journey-card span {
    font-size: 14px;
    display: block;
}

.journey-content {
    margin-top: 40px !important;
}

.certification-card {
    gap: 10px;
}

/* End Journey CSS */
/* Start Leadership CSS */
.leadership {
    padding: 30px 0;
    background-color: var(--white);
}

.leadership .vission_mission-grid {
    padding: 30px 0;
}

.leadership .section-content {
    margin-top: 20px;
    line-height: 20px;
}

.vission_mission-content ul {
    list-style: disc;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* End Leadership CSS */
/* Start Gallery CSS */
.gallery {
    padding: 30px;
    background-color: var(--primery);
}

.gallery .main-heading {
    text-align: center;
    margin-bottom: 30px;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.gallery-card {
    width: calc(33.333% - 10px);
    margin-bottom: 10px;
}

.gallery-card img {
    width: 100%;
    border-radius: 5px;
}

/* End Gallery CSS */
/* Start Why Vote CSS */
.why-vote {
    padding: 30px 0;
}

.why-vote .main-heading {
    color: var(--primery);
    text-align: center;
}

.why-vote .section-content {
    color: var(--black);
    text-align: center;
    padding: 0 20px;
}

.why-vote-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-top: 25px;
}

.why-vote-card {
    background-color: var(--white);
    border: 1px solid #dedede;
    padding: 30px 20px;
    width: 33%;
    height: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.why-vote-card h4 {
    font-size: 18px;
    color: var(--primery);
    letter-spacing: 0.4px;
}

.why-vote-card span {
    font-size: 14px;
    letter-spacing: 0.4px;
}

/* End Why Vote CSS */
/* Start Footer CSS */
.footer {
    padding: 30px 0;
    background-color: var(--primery);
}

.footer-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.footer-logo {
    width: 100%;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 100%;
}

.footer-part {
    width: 30%;
}

.contact-click {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 15px;
}

.contact-click span,
.contact-click a {
    color: var(--white);
}

.contact-click a {
    margin: 0 !important;
}

.footer-part-link {
    width: 30%;
}

.footer-part-link ul {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 140px;
}

.footer-part-link .menu-item {
    width: fit-content;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-part-link .menu-item a {
    color: var(--white);
}

.footer-part-link .menu-item::after {
    background-color: var(--white);
}

.support {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 40px;
}

.support-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.support-card {
    max-width: 450px;
    height: 567px;
    position: relative;
}

.support-card img {
    width: 100%;
    height: 100%;
}

.support-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 92%;
    gap: 15px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.support-image {
    width: 80px;
    border-radius: 50%;
    height: 80px;
    border: 2px solid #3a5a80;
}

.support-image img {
    border-radius: 50%;
}

#overlay {
    display: none;
    position: fixed;
    inset: 0;
    height: 100%;
    width: 100%;
    background-color: #33333369;
    z-index: 9;
}

#dw_bt {
    padding: 10px 20px;
    width: fit-content;
}

/* Start Popup CSS */
.popup {
    max-width: 550px;
    width: 85%;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    z-index: 10;
    display: none;
}

.popup .contact-form {
    width: 100%;
}

.popup .main-heading {
    color: var(--primery);
    text-align: center;
}

.close-menu {
    color: var(--white);
    top: -15px;
    right: -15px;
}

.last-menu-button {
    background-color: var(--primery);
    padding: 10px 15px;
    border-radius: 4px;
    color: var(--white) !important;
    text-transform: uppercase;
    font-size: 14px;
}

.support-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    width: 80px;
    z-index: 8;
}

.popup .main-heading {
    font-size: 40px;
}

.footer-form {
    width: 40%;
}

.footer-form .contact-form {
    width: 100%;
}

.footer-form .main-heading {
    font-size: 30px;
    margin-top: -18px;
}

.footer-form .flie-input {
    color: var(--white);
}

.footer-form .submit-button {
    border-color: var(--white);
    color: var(--white);
}

.footer-form .submit-button::after {
    background-color: var(--secoundry);
}

.thank-you {
    height: 80dvh;
    padding: 15px;
    width: 100%;
}

.thank-you-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 30px;
    width: 100%;
    height: 100%;
}

.thank-check {
    border: 3px solid rgb(0, 255, 0);
    border-radius: 1000px;
    padding: 5px 7px;
    color: rgb(0, 255, 0);
    width: 60px;
    height: 60px;
}

.thank-you-grid .sub-heading,
.thank-you-grid .main-heading {
    color: var(--primery);
}
.bottom-footer {
    background: var(--primery);
    border-top: 1px solid var(--black);
}

div.bottom-footer > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 0;
    color: #fff;
}
div.bottom-footer a{
    color: #fff;
}
.banner-mobile-vote{
    display: none;
}