@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap");
body {
  font-family: 'Poppins', sans-serif;
  padding-bottom: 100px; }

.home #logo {
  margin-top: 40px;
  margin-bottom: 40px; }

header {
  height: 75px;
  padding: 10px 20px;
  position: fixed;
  background: #FFF;
  text-align: center;
  Z-INDEX: 2;
  width: 100%;
  box-shadow: 0px -2px 8px 1px #c6c6c6; }
  header img {
    max-height: 100%;
    padding: 0px 15px;
    max-width: 25%; }
  header p {
    font-size: 14px;
    float: left;
    line-height: 57px; }
  header a {
    color: initial;
    text-decoration: underline; }
  header a:visited {
    color: initial; }
  header #logo {
    max-width: 300px;
    margin: 0 auto; }
    header #logo img {
      border: 0px; }

.sponsor {
  border: 0px;
  max-width: 300px;
  margin: 0 auto;
  width: 100%; }

.swiper-container {
  width: 100%; }

section#intro {
  height: inherit;
  display: grid;
  place-items: center; }
  section#intro p {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 300; }
    section#intro p span {
      color: #e3000c;
      font-weight: 400; }
    section#intro p img {
      max-height: 260px;
      margin-top: 10px; }
  section#intro h2 {
    font-size: 70px;
    width: 100%;
    text-align: center;
    font-weight: bold; }
  section#intro .atentie {
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    font-weight: 400; }
    section#intro .atentie span {
      font-weight: 600; }

.text-1 {
  font-weight: bold;
  margin: 20px 0px; }

.posttv {
  position: relative; }

.btn-start-vot {
  margin: 0 auto;
  padding: 10px 10px;
  width: 100%;
  font-size: 25px;
  background: #e40019;
  margin-top: 20px;
  font-weight: 600;
  cursor: pointer;
  color: #FFF !important; }

.btn-start-vot:visited {
  color: initial; }

section {
  min-height: 100vh;
  position: relative;
  padding: 150px 0px;
  text-align: center;
  overflow: hidden; }
  section h1 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 40px;
    font-size: 35px; }
  section h1:after {
    content: '';
    width: 100px;
    height: 2px;
    background: red;
    position: absolute;
    bottom: 26px;
    margin: 0 auto;
    left: 0;
    right: 0; }
  section img {
    border: 1px solid #c6c6c6; }
  section .title {
    margin-top: 20px;
    height: 50px;
    font-weight: 600; }
  section .descriere {
    font-size: 14px;
    padding: 0px 15px;
    text-align: justify; }
  section .btn-voteaza {
    margin-top: 20px;
    color: #FFF;
    font-weight: 400;
    background: #000; }
  section .selectat {
    background: #e40019; }

.swiper-container .swiper-button-prev, .swiper-container .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  top: 50%;
  background: #FFF;
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #007aff; }
.swiper-container .swiper-button-next, .swiper-container .swiper-container-rtl .swiper-button-prev {
  top: 50%;
  background: #FFF;
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #007aff; }
.swiper-container .swiper-button-next:after {
  position: absolute;
  right: 15px;
  line-height: 0;
  font-size: 18px; }
.swiper-container .swiper-button-prev:after {
  position: absolute;
  left: 15px;
  line-height: 0;
  font-size: 18px; }

.wrapper-form h1 {
  margin-bottom: 60px;
  text-align: center; }
.wrapper-form .info {
  color: #e40019;
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px; }
.wrapper-form .text-1 {
  margin-bottom: 10px; }

form {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 40px; }
  form h3 {
    font-size: 15px; }
  form a {
    text-decoration: underline;
    font-weight: 600;
    color: inherit; }
  form a:visited {
    color: initial; }

.scroll-down-img {
  border: 0px;
  width: 60px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto; }

#premii h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }
#premii img {
  width: 200px;
  display: table;
  margin: 0 auto; }
#premii p {
  height: 100px; }

.form-valid {
  display: none;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 35px;
  padding: 50px 10px;
  text-align: center; }
  .form-valid p {
    margin-top: 20px;
    margin-bottom: 20px; }
  .form-valid a {
    text-decoration: none;
    border: 1px solid;
    padding: 10px;
    color: #000;
    display: block; }

.form-invalid {
  display: none;
  margin: 0 auto;
  margin-bottom: 20px; }

#submit-inscriere {
  margin-top: 30px;
  padding: 20px 40px; }

input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-left: -26px; }

section .swiper-button-prev, section .swiper-button-next {
  display: block; }

section .swiper-button-disabled {
  display: none !important; }

#section-11 {
  padding-top: 150px;
  padding-bottom: 150px; }

@media only screen and (max-width: 765px) {
  section#intro h2 {
    font-size: 40px; }
  section#intro p {
    font-size: 17px; }

  section {
    padding: 120px 15px; }

  form {
    padding: 0px 15px; }

  header {
    height: 50px;
    padding: 5px; }
    header img {
      padding: 0px 8px;
      max-width: 24%; }
    header p {
      line-height: 30px; }
    header .sponsor {
      top: 4px; }
      header .sponsor .text {
        font-size: 10px;
        padding-left: 3px; }
      header .sponsor img {
        max-height: 25px; }

  #premii p {
    height: inherit;
    margin-bottom: 30px !important; }

  section .swiper-button-prev, section .swiper-button-next {
    display: block; }

  .form-valid {
    font-size: 25px; } }

/*# sourceMappingURL=quiz_platform-style.css.map */
