/*===============================================
| Hero Section
===============================================*/
section.hero {
   background: var(--app-pure-white);
   background-image: linear-gradient(to right, #f2f2f2 1px, transparent 1px),
      linear-gradient(to bottom, #f2f2f2 1px, transparent 1px) !important;
   background-size: 2.5rem 2.5rem;
   background-position: center center;
   overflow: hidden !important;
}
.app-version {
   font-family: var(--app-font-poppins);
   font-size: 26px;
   font-weight: bolder;
}
.app-voting-name {
   margin: 0;
   font-family: var(--app-font-poppins);
   font-size: 90px !important;
}
.voting-description {
   font-size: 28px;
   font-family: var(--app-font-roboto);
   color: var(--app-semi-dark);
}
.hero-text-content {
   max-width: 80%;
   margin-top: 80px;
}
.hero-button-content {
   padding: 10px;
   margin-top: 15px;
}
.hero-button {
   -webkit-box-shadow: none;
   box-shadow: none;
   background-image: unset;
   text-align: center;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   font-size: 18px;
   font-family: var(--app-font-roboto);
   font-weight: 600;
   letter-spacing: -0.225px;
   position: relative;
   display: inline-block;
   -webkit-transition: all 300ms ease 0ms;
   transition: all 300ms ease 0ms;
   border-radius: 6px;
   min-height: 54px;
   min-width: 196px;
   padding: 18px 20px !important;
   border-width: 2px !important;
   border-style: solid;
   line-height: 1 !important;
}
.hero-button:hover {
   scale: 1.01;
   opacity: 0.9;
}
.hero-button.read-more {
   cursor: no-drop !important;
}
.hero-button.cast-vote {
   background-color: #21409a !important;
   border: 2px solid #21409a !important;
}
.hero-button-icon {
   margin-top: -5px;
   width: 13px;
   height: 15px;
}

@media only screen and (max-width: 600px) {
   .app-version {
      font-size: 19px;
   }
   .app-voting-name {
      font-size: 60px !important;
      margin-top: 10px;
   }
   .voting-description {
      font-size: 22px;
      margin-top: 10px;
   }
   .hero-text-content {
      max-width: 90%;
      margin-top: 60px;
   }
   .hero-button-content {
      /* padding: 10px; */
      margin-top: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
   }
   .hero-button {
      margin-left: 5px;
   }
}
/*===============================================
| Counter Section
===============================================*/
section.counter {
   background: var(--app-pure-white);
   overflow: hidden !important;
}
.counter-container {
   padding: 100px;
   margin-top: -20px;
}
.counter-card {
   /* align-content: center; */
   text-align: center;
   padding: 30px;
   border: 2px solid var(--app-dirty-white);
   border-radius: 10px;
}
.counter-card label {
   font-family: var(--app-font-poppins);
   font-size: 45px;
}
.counter-card span {
   color: #949292;
   font-size: 18px;
}
.counter-svg {
   margin-top: -250px;
}
@media only screen and (max-width: 600px) {
   .counter-container {
      padding: 50px;
   }
   .counter-card {
      margin-top: 10px;
   }
   .counter-card h1 {
      font-size: 40px;
   }
   .counter-card span {
      font-size: 17px;
   }
   .counter-svg {
      margin-top: -30px;
   }
}

/*===============================================
| How to Vote Section
===============================================*/
section.htv {
   background: var(--app-dirty-white);
   overflow: hidden !important;
}
.htv-container {
   max-width: 100%;
}
.htv-content {
   margin-top: -125px;
}
.htv-hero-image-container {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   pointer-events: none;
   user-select: none;
}
.htv-hero-image-container .htv-hero-image {
   width: 650px;
   height: 590px;
   padding: 0;
   margin: 0;
}
.htv-hero-text-container {
   margin-left: -50px;
}
.htv-sub-text {
   font-family: var(--app-font-poppins);
   font-size: 26px;
}
.htv-main-title {
   font-family: var(--app-font-poppins);
   font-size: 66px;
}
.htv-description-text {
   font-family: var(--app-font-roboto);
   font-size: 19px !important;
}
.htv-description-text-inner {
   font-size: 18px !important;
}
.htv-svg {
   margin-top: -240px;
}
@media only screen and (max-width: 600px) {
   .htv-content {
      margin-top: -70px;
   }
   .htv-hero-image-container .htv-hero-image {
      width: 600px;
      height: 310px;
   }
   .htv-hero-text-container {
      margin-left: 0;
   }
   .htv-sub-text {
      font-size: 20px;
   }
   .htv-main-title {
      font-size: 50px;
   }
   .htv-description-text {
      font-size: 17px !important;
   }
   .htv-description-text-inner {
      font-size: 16px !important;
   }
   .htv-svg {
      margin-top: -100px;
   }
}
/*===============================================
| Engage Section
===============================================*/
section.engage {
   background: var(--app-pure-white); /*f5fafe*/
   overflow: hidden !important;
}

.engage-container {
   max-width: 100%;
}
.engage-content {
   margin-top: -30px;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.engage-text-container {
   max-width: 75%;
   margin: 0 auto;
   text-align: center;
}
.engage-text-title {
   position: relative;
   margin: 0;
   font-family: var(--app-font-poppins);
   color: var(--app-semi-black);
   font-size: 66px !important;
   text-align: center;
}
.engage-checkbox-icon {
   width: 50px;
   height: 50px;
   pointer-events: none;
   vertical-align: middle;
}
.engage-text-description {
   font-size: 26px;
   margin-top: 20px;
   margin-bottom: 20px;
   text-align: center;
}
.engage-image-container {
   width: 100%;
   text-align: center;
   pointer-events: none;
   user-select: none;
}

.engage-image-container .engage-hero-image {
   width: 1480px;
   height: 640px;
   margin: 0 auto;
}
@media only screen and (max-width: 600px) {
   section.engage {
      margin-top: -11px;
   }

   .engage-content {
      margin-top: -10px;
   }

   .engage-text-container {
      max-width: 100%;
   }
   .engage-text-title {
      font-size: 50px !important;
   }
   .engage-text-description {
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: center;
   }
   .engage-image-container {
      display: none !important;
   }
}

/*===============================================
| bg text Section 2 (GOLDEN MINDS)
===============================================*/
section.big-text2 {
   background: #f5fafe;
   overflow: hidden !important;
}
.big-text2-container {
   max-width: 100%;
}
.big-text2-content {
   display: flex;
   flex-direction: column;
   align-items: center;
}
.gm-text2-bg-container {
   pointer-events: none;
   user-select: none;
}
.gm-text2-bg-container img {
   width: 1800px;
   height: 360px;
}
.gm-candidates-container {
   pointer-events: none;
   user-select: none;
}
.gm-candidates-container img {
   width: 1800px;
   height: 480px;
}
.gm-text2-description-container {
   width: 80%;
   text-align: center;
   margin-top: 20px;
}
.gm-text2-description-container p,
.gm-text2-description {
   font-size: 26px;
}
.partners-container {
   margin: 40px 0 0 0;
   padding: 0 0 40px 0;
}
.partners-container .partners-row {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   gap: 5px;
}

.partners-container .col {
   flex: 0 0 auto;
   display: flex;
   justify-content: center;
   align-items: center;
}

.partner-logo-img {
   width: 200px;
   height: 170px;
   object-fit: contain;
   filter: grayscale(100%);
   opacity: 068;
   transition: none;
   background: transparent;
   padding: 0;
   margin: 0;
   display: block;
}
.big-text2-svg {
   margin-top: -250px;
}
@media only screen and (max-width: 600px) {
   section.big-text2 {
      margin-top: -10px;
   }
   .big-text2-content {
      margin-bottom: 30px;
   }
   .gm-text2-bg-container img {
      width: 400px;
      height: 100px;
   }
   .gm-candidates-container {
      display: none;
   }
   .gm-text2-description-container {
      width: 100%;
   }
   .gm-text2-description-container p,
   .gm-text2-description {
      font-size: 18px;
   }
   .partner-logo-img {
      width: 100px;
      height: 70px;
   }
   .big-text2-svg {
      margin-top: -250px;
   }
}

/*===============================================
| FAQs Section
===============================================*/
.faqs {
   background: #03061e !important;
   margin-top: -10px;
   overflow: hidden !important;
}
.faqs-container {
   max-width: 90%;
}
.faqs-content {
   margin-top: 10px;
}
.faqs-sub-header {
   background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#0c71c3),
      to(#8ed1fc)
   );
   background-image: linear-gradient(90deg, #0c71c3 0, #8ed1fc 100%);
   -webkit-background-clip: text;
   background-clip: text;
   font-family: var(--app-font-roboto);
   font-size: 25px;
   color: transparent;
}
.faqs-main-header {
   font-family: var(--app-font-poppins);
   font-size: 56px;
   color: var(--app-pure-white);
}
.faqs-card {
   height: 480px !important;
   background: rgba(16, 29, 39, 0.52);
   border-radius: 16px;
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
   backdrop-filter: blur(6.9px);
   -webkit-backdrop-filter: blur(6.9px);
   border: 1px solid rgba(16, 29, 39, 0.19);
}
.faqs-card-title {
   color: var(--app-dirty-white);
   font-family: var(--app-font-poppins);
   font-size: 26px;
   font-weight: 600;
}
.faqs-card-description {
   color: var(--app-dirty-white);
   opacity: 0.9;
   font-family: var(--app-font-roboto);
   font-size: 19px;
   margin-top: 10px;
}
.faqs-svg {
   margin-top: -200px;
}
@media only screen and (max-width: 600px) {
   .faqs {
      margin-top: -100px;
   }
   .faqs-container {
      max-width: 100%;
   }
   .faqs-content {
      margin-top: 10px;
   }
   .faqs-sub-header {
      font-size: 20px;
   }
   .faqs-main-header {
      font-size: 50px;
   }
   .faqs-card {
      display: inline-block;
   }
   .faqs-card-title {
      font-size: 20px;
   }
   .faqs-card-description {
      font-size: 18px;
   }
   .faqs-svg {
      margin-top: 10px;
   }
}

/*===============================================
| bg text Section 2 (VOTING SYSTEM)
===============================================*/
section.big-text3 {
   background: var(--app-pure-white);
   overflow: hidden !important;
   position: relative;
   margin-top: -50px;
}
.big-text3-container {
   max-width: 100%;
}
.big-text3-content {
   display: flex;
   flex-direction: column;
   align-items: center;
}
.vs-text3-bg-container {
   pointer-events: none;
   user-select: none;
}
.vs-text3-bg-container img {
   width: 1800px;
   height: 360px;
}
.big-text-center-img {
   width: 180px;
   height: 85px;
}
.big-text3-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 1750px;
   height: 400px;
   pointer-events: none;
   background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.7) 60%,
      #fff 100%
   );
   z-index: 2;
}
.big-text-container {
   position: relative;
   z-index: 3;
   max-width: 70%;
   margin-top: -200px;
   text-align: center;
}
.vs-text3-hero-container {
   width: 100%;
   text-align: center;
   pointer-events: none;
   user-select: none;
}
.vs-text3-hero-container img {
   width: 1350px;
   height: 740px;
   margin: 0 auto;
}
.big-text3-svg {
   margin-top: -220px;
}
@media only screen and (max-width: 600px) {
   section.big-text3 {
      background: var(--app-pure-white);
      overflow: hidden !important;
      position: relative;
      /* margin-top: -50px; */
   }
   .big-text3-container {
      max-width: 100%;
   }
   .big-text3-content {
      /* display: flex;
      flex-direction: column;
      align-items: center; */
      margin-top: 20px;
   }
   .vs-text3-bg-container img {
      width: 500px;
      height: 160px;
   }
   .big-text-center-img {
      width: 120px;
      height: 60px;
   }
   .big-text-container {
      max-width: 100%;
      margin-top: -80px;
   }
   .vs-text3-hero-container {
      display: none;
   }
   .big-text3-svg {
      margin-top: -75px;
   }
}

/*===============================================
| Contact Us Section
===============================================*/
section.contact-us {
   background: var(--app-dirty-white);
   overflow: hidden !important;
}
.contact-us-container {
   max-width: 100%;
}
.contact-us-content {
   display: flex;
   flex-direction: column;
   align-items: center;
}
.contact-us-text-center {
   text-align: center;
   max-width: 70%;
}
.contact-us-text-center img {
   width: 670px;
   height: 450px;
}
.contact-us-text-center h3 {
   font-family: var(--app-font-poppins);
   color: var(--app-semi-black);
   font-size: 66px;
}
.contact-us-text-center p {
   font-family: var(--app-font-roboto);
   font-size: 18px;
   color: var(--app-semi-black);
   margin-top: 5px;
}
.contact-us-form-container {
   max-width: 50% !important;
}
.contact-us-form-card {
   border-radius: 10px;
}
.contact-us-button {
   -webkit-box-shadow: none;
   box-shadow: none;
   background-color: #21409a !important;
   text-align: center;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   font-size: 18px;
   font-family: "Roboto", sans-serif;
   font-weight: 600;
   letter-spacing: -0.225px;
   position: relative;
   display: inline-block;
   -webkit-transition: all 300ms ease 0ms;
   transition: all 300ms ease 0ms;
   border-radius: 6px;
   min-height: 54px;
   min-width: 196px;
   padding: 18px 20px !important;
   border: 2px solid #21409a !important;
   line-height: 1 !important;
}
.contact-us-button:hover {
   scale: 1.01;
   opacity: 0.9;
}
.contact-us-svg {
   margin-top: -190px;
}

@media only screen and (max-width: 600px) {
   .contact-us-content {
      margin-bottom: 20px;
   }
   .contact-us-text-center {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 100%;
   }
   .contact-us-text-center img {
      width: 400px;
      height: 230px;
   }
   .contact-us-text-center h3 {
      font-size: 50px;
   }
   .contact-us-text-center p {
      font-size: 18px;
      margin-top: 5px;
   }
   .contact-us-form-container {
      max-width: 100% !important;
   }
   .contact-us-svg {
      margin-top: -190px;
   }
}

/*================================================
| Typical Device Breakpoints (GUIDE) by W3School |
================================================*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
   /*...*/
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
   /*...*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   /*...*/
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   /*...*/
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
   /*...*/
}
