:root {
  --magenta: #9A558A;
  --lightblue: hsl(206, 70%, 70%);
  --air: #72A0C1;
  --blueish: #242f4e;
  --brave: #13274F;
  --red: #CE0E2D;
  --delay: 0;
  --duration: 800ms;
  --iterations: 1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  padding: 0px;
  margin: 0px;
}

html {
  overflow: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto";
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 1px;
  -webkit-perspective: 1px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  background-color: var(--brave);
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.65rem 1.5rem;
}

.logo {
  display: flex;
  padding-top: 10vh;
  width: 32vw;
  justify-content: center;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: animatelogo 1.5s 1s forwards;
          animation: animatelogo 1.5s 1s forwards;
}

@-webkit-keyframes animatelogo {
  from {
    opacity: 0;
  }
}
@keyframes animatelogo {
  to {
    opacity: 1;
  }
}
.votp-ms-txt {
  font-size: 2.65rem;
  line-height: 1.5em;
  padding-top: 5vh;
  text-align: center;
  margin: 0 auto;
  color: white;
  width: 50vw;
  opacity: 0;
  animation: animatevotp-ms-txt 1.5s 2s forwards;
}

@-webkit-keyframes animatevotp-ms-txt {
  from {
    opacity: 0;
  }
}
@keyframes animatevotp-ms-txt {
  to {
    opacity: 1;
  }
}
.learn-more {
  font-size: 1em;
  padding-top: 6vh;
  color: white;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.2em;
  opacity: 0;
  -webkit-animation: animatelearn-more 1.5s 2.5s forwards;
  animation: animatelearn-more 1.5s 2.5s forwards;
}

@-webkit-keyframes animatelearn-more {
  to {
    opacity: 1;
  }
}
@keyframes animatelearn-more {
  to {
    opacity: 1;
  }
}
.arrow {
  font-size: 1.6rem;
  margin: 0 auto;
  text-align: center;
  color: white;
  opacity: 0;
  transform-origin: bottom;
  -webkit-animation: animatearrow 3s 3s forwards;
          animation: animatearrow 3s 3s forwards;
}

@-webkit-keyframes animatearrow {
  from {
    opacity: 0;
  }
}
@keyframes animatearrow {
  to {
    opacity: 1;
  }
}
.votp-security {
  display: flex;
  width: 50vw;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  margin-top: -38px;
  padding-bottom: 88px;
}

.votp-3-services {
  margin: 0 auto;
  margin-top: 18vh;
}

.votp-1st-service {
  display: flex;
}

.votp-2nd-service {
  display: flex;
  margin-top: 30vh;
}

.votp-3rd-service {
  display: flex;
  margin-top: 30vh;
}

.votp-dl-text {
  color: white;
  font-size: 2.2em;
  line-height: 1.5em;
}

.DL-module {
  display: flex;
  width: 200px;
  color: white;
  background-color: var(--red);
  font-size: 2rem;
  border: 1px solid var(--red);
  justify-content: center;
  margin-top: 5vh;
  padding: 20px;
}

.flex-text {
  display: block;
}

.learnmore {
  display: flex;
  width: 200px;
  color: white;
  font-size: 1.5rem;
  border: 1px solid var(--red);
  justify-content: center;
  margin-top: 5vh;
  padding: 2.5vh;
}

.votp-social-text {
  color: white;
  font-size: 2.2em;
  line-height: 1.5em;
}

.learnmore-social {
  display: flex;
  width: 200px;
  color: white;
  font-size: 1.5rem;
  border: 1px solid var(--red);
  justify-content: center;
  margin-top: 5vh;
  padding: 20px;
}

.Social-module {
  display: flex;
  width: 200px;
  color: var(--red);
  font-size: 1.5rem;
  border: 1px solid var(--red);
  justify-content: center;
  margin-top: 5vh;
  padding: 20px;
}

.votp-news-text {
  color: white;
  font-size: 2.2em;
  line-height: 1.5em;
}

.learnmore-news {
  display: flex;
  width: 200px;
  color: white;
  font-size: 1.5rem;
  border: 1px solid var(--red);
  justify-content: center;
  margin-top: 5vh;
  padding: 20px;
}

.News-module {
  display: flex;
  width: 200px;
  color: var(--red);
  font-size: 1.5rem;
  border: 1px solid var(--red);
  justify-content: center;
  margin-top: 5vh;
  padding: 20px;
}

.footer {
  text-align: center;
  color: white;
  padding-bottom: 50px;
}

.votp-footer-img {
  width: 2vw;
}

.votp-social {
  width: 21vw;
  left: 0px;
  margin-right: 70px;
  position: relative;
}

.votp-news {
  width: 21vw;
  margin-right: 70px;
  margin-bottom: 11vh;
}

.votp-digital-letters {
  width: 21vw;
  left: 0px;
  margin-right: 70px;
  position: relative;
}

.take-back {
  display: flex;
  height: 500px;
  margin-top: 12vh;
  margin-bottom: 10vh;
  position: relative;
  z-index: 99;
}

.man {
  height: 48vh;
  right: 90px;
  position: relative;
  z-index: 99;
}

.people {
  display: flex;
  position: relative;
  z-index: 999;
  background: #0f1a38;
  background: radial-gradient(circle, #0f1a38 5%, rgba(16, 33, 93, 0) 62%);
}

.takeback {
  display: flow-root;
  position: relative;
  color: var(--lightblue);
  font-size: 6rem;
  font-family: montserrat, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin-top: 6vh;
  margin-bottom: 22vh;
  z-index: 9;
}

.wipe {
  position: relative;
  width: 300px;
  height: 30px;
  z-index: 999;
  display: flex;
  margin: 0 auto;
  transform-origin: bottom;
  -webkit-animation: animatewipe 3s 3s forwards;
          animation: animatewipe 3s 3s forwards;
}

@-webkit-keyframes animatewipe {
  from {
    opacity: 0;
  }
}
@keyframes animatewipe {
  to {
    opacity: 1;
  }
}
.imgtrigger {
  display: flex;
  width: 40vw;
  justify-content: center;
  margin: 0 auto;
  opacity: 0;
  transform: scale(1.2);
  transform: translate3d(0px, 80px, 0px);
}

@media (prefers-reduced-motion: no-preference) {
  .imgtrigger {
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
}
.scroll-animate {
  opacity: 1;
  transform: none;
}

.votp-ensure {
  font-size: 4rem;
  color: white;
  margin-bottom: 20vh;
  text-align: center;
}

div.parallax {
  width: 100vw;
  height: 100vh;
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

div.parallax:after {
  background-image: url("../assets/wethepeoplebg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  transform: translateZ(-1px) scale(2);
  -webkit-transform: translateZ(-1px) scale(2);
}

div.content {
  display: block;
  width: 1170px;
  font-family: "Roboto";
  font-size: 13pt;
  color: #333;
  padding: 50px 50px;
  margin: 0px auto;
}

/*MOBILE*/
@media (max-width: 768px) {
  .navbar {
    padding: 0.5rem 1.5rem !important;
  }

  .votp-security {
    display: none !important;
  }

  .votp-ms-txt {
    font-size: 1.35rem !important;
    width: 85vw !important;
  }

  .votp-2nd-service {
    display: flex;
    flex-direction: column;
    margin-top: 10vh !important;
  }

  .take-back {
    margin: 0 auto;
    width: 80vw !important;
    height: 250px;
  }

  .votp-dl-text {
    font-size: 1.45rem !important;
    text-align: left !important;
  }

  .votp-social-text {
    font-size: 1.65rem !important;
    text-align: left !important;
  }

  .votp-news-text {
    font-size: 1.65rem !important;
    text-align: left !important;
  }

  .votp-services-text {
    font-size: 1.2em !important;
  }

  .Social-module {
    text-align: center;
  }

  .learnmore-social {
    width: 80vw !important;
  }

  .votp-3rd-service {
    display: flex;
    flex-direction: column;
    margin-top: 10vh !important;
  }

  .News-module {
    text-align: center;
  }

  .votp-news {
    width: 80vw !important;
    margin-right: none;
    margin: 0 auto;
  }

  .learnmore-news {
    width: 80vw;
  }

  .box-dl {
    display: block !important;
    flex-direction: none !important;
    width: 100% !important;
    margin: 0 auto;
  }

  .box1 {
    display: block !important;
    flex-direction: row;
    width: 100% !important;
    margin: 0 auto;
  }

  .Social-module {
    width: 100% !important;
  }

  .News-module {
    width: 100% !important;
  }

  .votp-social {
    width: 80vw !important;
    margin-right: none;
    margin: 0 auto;
  }

  .votp-digital-letters {
    width: 80vw !important;
    margin-right: none;
    margin: 0 auto;
  }

  .votp-dl-text {
    padding-top: 4vh !important;
  }

  .votp-social-text {
    padding-top: 4vh !important;
  }

  .votp-news-text {
    padding-top: 4vh !important;
  }

  .man {
    display: none !important;
  }

  .votp-ms-txt {
    width: 90vw;
  }

  .DL-module {
    width: 80vw;
  }

  .learnmore {
    width: 80vw;
  }

  .votp-3-services {
    flex-direction: column;
  }

  .takeback {
    font-size: 2.25rem !important;
    margin-top: 10vh !important;
    margin-bottom: 0vh !important;
    margin: 0 auto;
    width: 80vw;
  }

  .votp-1st-service {
    display: flex;
    flex-direction: column;
  }

  .votp-services-text {
    padding-top: 10vh;
    padding-bottom: 4vh;
    margin: 0 auto;
  }

  .votp-3-services {
    display: flex;
    width: 80vw;
    margin: 0 auto;
  }

  h1 {
    width: 88%;
    font-size: 50pt;
    padding: 10vh 20px;
    float: none;
  }

  div.content {
    width: 80%;
    text-align: inherit;
    padding: 20px 0px;
    position: relative;
    z-index: 999;
    margin-top: -80px;
  }
}
.header {
  border-bottom: 2px solid #E2E8F0;
  margin: 0 auto;
  background-color: #1d3468;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, rgba(56, 152, 236, 0.39), #1d3468);
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.36);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: var(--red);
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-item {
  margin-left: 5rem;
}

.nav-link {
  font-size: 1rem;
  font-weight: 400;
  color: white;
}

.nav-link:hover {
  color: var(--lightblue);
}

.nav-logo {
  height: 54px;
}

.content {
  height: 100vh;
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  .imgtrigger {
    margin-top: 8vh;
    width: 80vw !important;
  }

  .votp-ensure {
    font-size: 3rem !important;
  }

  .footer {
    margin-top: 8vh !important;
    padding-bottom: 20vh !important;
  }

  .votp-footer-img {
    width: 5vw !important;
  }

  .nav-link {
    font-size: 1.5rem !important;
  }

  .nav-menu {
    display: block !important;
    position: fixed;
    left: -100%;
    top: 4.8rem;
    flex-direction: column;
    background-color: #1d3468;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }

  .nav-menu.active {
    left: 0;
    position: absolute;
  }

  .nav-item {
    margin: 3.5rem 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .logo {
    padding-top: 3vh;
    width: 75vw !important;
    margin: 0 auto;
  }

  .navbar {
    justify-content: space-between !important;
  }
}
@media only screen and (max-width: 1024px) {
  .logo {
    width: 44vw;
    padding-top: 5vh;
  }

  .votp-ms-txt {
    font-size: 2.65rem;
    line-height: 1.5em;
    width: 80vw;
  }

  div.content {
    width: 100% !important;
  }

  .votp-security {
    width: 80vw;
    margin-top: -238px;
    padding-bottom: 40px;
  }

  .votp-1st-service {
    flex-direction: column;
  }

  .votp-digital-letters {
    width: 21vw;
    margin: 0 auto;
  }

  .votp-dl-text {
    color: white;
    font-size: 2rem;
    line-height: 1.45em;
    width: 80vw;
    text-align: center;
    margin: 0 auto;
    padding-top: 6vh;
  }

  .DL-module {
    margin: 0 auto;
    margin-top: 6vh;
    margin-right: 43px;
  }

  .box-dl {
    display: flex;
    flex-direction: row;
    width: 60vw;
    margin: 0 auto;
  }

  .box1 {
    display: flex;
    flex-direction: row;
    width: 43vw;
    margin: 0 auto;
  }

  .learnmore {
    margin: 0 auto;
    margin-top: 6vh;
  }

  .votp-2nd-service {
    flex-direction: column;
  }

  .votp-social {
    width: 21vw;
    margin: 0 auto;
  }

  .votp-social-text {
    color: white;
    font-size: 2rem;
    line-height: 1.5em;
    width: 80vw;
    text-align: center;
    margin: 0 auto;
    padding-top: 6vh;
  }

  .Social-module {
    margin: 0 auto;
    margin-top: 5vh;
    margin-right: 43px;
  }

  .votp-3rd-service {
    flex-direction: column;
  }

  .votp-news {
    margin: 0 auto;
  }

  .votp-news-text {
    color: white;
    font-size: 2rem;
    line-height: 1.5em;
    width: 80vw;
    text-align: center;
    margin: 0 auto;
    padding-top: 6vh;
  }

  .News-module {
    margin-right: 43px;
  }

  .takeback {
    font-size: 4.75rem;
  }
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
/*# sourceMappingURL=votp-main.css.map *//*# sourceMappingURL=votp-main.css.map */