@import url('./variables.css');
@import url('./receipt.css');
@import url('./questionnaire.css');
@import url('./participant.css');
@import url('./gtin.css');
@import url('./loading-animation.css');

section.info {
    padding: 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.green-text-bg {
    border-radius: 12px;
    background: var(--green-1);
    padding: .5em;
}

.green-text-bg h2 {
    color: #FFF;
    text-align: center;
    font-size: var(--title-large);
    font-style: normal;
    font-weight: 600;
    line-height: 85%;
    /* 45.363px */
    letter-spacing: -3px;
  padding: 0.1em 0.2em;
}

h1.main-text {
    color: var(--green-1);
    font-size: var(--title-medium);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding: 1em 0em;
    letter-spacing: -3px;
}


h1.main-text-var {
    padding: 1em 0em 2em;
}
@media screen and (min-width: 700px) {
    
h1.main-text-var {
    padding: 1em 0em 3em;
}
}
h1.main-text span.deep-green {
    color: var(--green-2);
    text-align: center;
    font-size: var(--title-xlarge);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 72.25px */
    text-transform: uppercase;
    display: inline-flex;
    align-items: start;
}

h1.main-text span.big-text {
    color: var(--green-1);
    font-size: var(--title-xlarge);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    display: inline-flex;
    align-items: start;
}

h1.main-text sup.star {
    font-size: var(--text-medium);
  margin-top: -1em;
}


.participation-section {
    /* max-width: 400px; */
    margin: 0 auto;
    padding: 2em 1em;
    background: var(--green-1);
    color: white;
    text-align: center;
    
}

.participation-section h3 {
    color: #FFF;
    text-align: center;
    font-size: var(--title-normal);
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    /* 26.6px */
    text-transform: uppercase;
    margin: 0 1em 0.5em;
}

.participation-section .subtitle {
      font-size: var(--text-medium);
}

.card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 10.8px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 1em;
    flex-direction: column;
    align-items: center;
    margin: 15px auto;
    width: 100%;
}
@media screen and (min-width: 600px) {
    .card {
        padding: 2em 1em;
    }
}
.card label {
    font-size: var(--text-medium);
    color: var(--green-2);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.section-content {
width: 100%;
}
.section-content-title {
  font-size: var(--title-small);
  text-align: center;
  font-weight: 600;
  color: var(--green-2);
  margin-bottom: 1em;
}
.section-secondary-title {
  font-size: var(--text-medium);
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1em;
}
.info-text {
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 1em;
    color: var(--green-2);
    font-size: var(--text-normal);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 19.5px */
}


.section-title {
    color: var(--green-2);
    font-size: var(--text-large);
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    text-align: center;
    margin-bottom: 1em;
}

.card .sub-heading {
    color: var(--green-2);
    text-align: center;
    font-size: var(--text-normal);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 19.5px */
}

.mid-text {
    max-width: 500px;
    margin: 20px auto;
    color: white;
}

.feedback-icon {
    margin: 0 0 0 auto;
}

.error-message {
  color: var(--red);
  background-color: white;
  padding: 8px 13px;
  border-radius: 10px;
  width: 100%;
  margin-top: 1em;

  display: flex;
  gap: 10px;
}

.error-container {
    display: none;
    color: var(--red);
    text-align: left;
    margin-bottom: 1em;
}
.error-container svg {
    width: 1em;
    height: 1em;
    min-width: 1em;
}
.error-container.active {
  display: flex;
  gap: 1em;
}




.message-with-icon {
    color: var(--green-2);
    gap: 1em;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: var(--text-normal);
    text-align: left;
}










.info {
    padding: 0;
    position: relative;
    /* max-height: 600px; */
}

.notes {
    padding: 2em 2em 2em 1em;
}

.notes span {
    color: var(--green-2);
    font-size: var(--text-xsmall);
    font-weight: 400;
    line-height: 140%;
} 

.ended-notes {
    margin-top: -9em;
    position: relative;
}
/* 
.intro-img-variant .info .img-wrapper {
    height: 165%;
    margin-top: -30%;
} */
/* .intro-img-variant .notes {
    margin-top: 10em;
} */

@media screen and (min-width: 400px) {
    
    .ended-notes {
        margin-top: -10em;
    }

}
@media screen and (min-width: 600px) {
   .ended-notes {
        margin-top: -7em;
    }
}
@media screen and (min-width: 700px) {
    .ended-notes {
        margin-top: -8em;
    }
}
@media screen and (min-width: 800px) {
    /* .info .img-wrapper {
        height: 150%;
    } */
    
    /* .intro-img-variant .info .img-wrapper {
         height: 220%;
        margin-top: -25%;
    } */
    /* .intro-img-variant .notes {
        margin-top: 25em;
    } */
}


.info .txt-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.hero .red-container {
    padding: 0 0 0 3em;
    background-color: var(--red, rgb(229, 60, 65));
    color: white;
    width: 100%;
    margin-top: -1em;
    margin-bottom: 7em;
    position: relative;
}

.hero-img-wrapper {
    display: flex;
}
.red-container .txt-container {
    display: flex;
    /* align-items: flex-end; */
    justify-content: start;
    width: 100%;
    align-items: start;
    flex-direction: column;
}

.red-container .txt-container img {
   margin-top: -0.5em;
  max-width: 300px;
  width: 40%;
}

.red-container span {
    color: #FFF;
  text-align: center;
  font-size: var(--title-normal);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.6em;
  letter-spacing: -2px;
}
.red-container .row {
    display: flex;
  flex-direction: row;
  margin-top: 0;
}

.red-container .product-extra {
  position: absolute;
  height: 130%;
  width: auto;
  left: -75%;
  top: -15%;
}
.red-container .bubble {
    position: relative;
    background-color: #FFF;
    color: var(--green-1);
    border: 5px solid var(--red);
    border-radius: 100%;
    width: 170px;
    height: 170px;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 3px 15px rgba(0,0,0,0.3);
    margin: -1em -1em -7em 0;
}

.red-container .bubble.big {
    
    z-index: 1;
    margin: 2em -2em -7em auto;
     width: 180px;
    height: 180px;
}

.red-container .bubble span.title {
    color: var(--green-2);
  text-align: center;
  font-size: var(--text-large);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}
.red-container .bubble span.description {
    color: var(--green-2);
  text-align: center;
  font-size: var(--text-normal);
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  margin: 0.5em 0 0;
}
.red-container .bubble .product {
   max-width: 60%;
   margin-top: -1em;
   margin-bottom: -2em;
}
.red-container .grains {
    position: absolute;
    right: -2em;
    width: 25%;
    max-width: 150px;
    top: 110%;
}

@media screen and (min-width: 375px) {
    .red-container .product-extra {
        left: -72%;
        }
    .red-container .bubble {
        width: 180px;
        height: 180px;
        margin: -2em -1em -7em 0;
    }
    .red-container .bubble.big {
        width: 210px;
        height: 210px;
        margin: 2em -3em -8em auto;
    }
    
    .hero .red-container {
        margin-bottom: 8em;
    }
    .red-container .bubble span.title {
        font-size: var(--title-small);
    }
    .red-container .bubble span.description {
        font-size: var(--text-medium);
    }
}
@media screen and (min-width: 400px) {
    .red-container .bubble {
        width: 200px;
        height: 200px;
    }
    .red-container .bubble.big {
        width: 230px;
        height: 230px;
    }
}
@media screen and (min-width: 500px) {
    .red-container .row {
        margin-top: 1em;
    }
    .red-container .bubble {
        width: 220px;
        height: 220px;
        margin: -7em -1em -6em 0;
    }
    .red-container .bubble.big {
        width: 250px;
        height: 250px;
        margin: 0 -4em -13em auto;
    }
    
    .hero .red-container {
        margin-bottom: 13em;
    }
    .red-container .grains {
        top: 122%;
    }
}

@media screen and (min-width: 600px) {
    .red-container .bubble {
        width: 270px;
        height: 270px;
        margin: -6em -2em -6em 0;
    }
    .red-container .bubble.big {
        width: 300px;
        height: 300px;
    }
}


@media screen and (max-width: 350px) {
    .red-container span {
        margin-top: 0.2em;
    }
    .red-container .txt-container img {
        width: 35%;
    }
}
@media screen and (min-width: 400px) {
    .red-container span {
        margin-top: 1em;
    }
}
@media screen and (min-width: 500px) {
    .red-container span {
        margin-top: 0.5em;
    }
     .red-container .txt-container img {
       margin-top: -1em;
    }
}
@media screen and (min-width: 700px) {
    .red-container span {
        margin-top: 0.3em;
    }
}

.red-container ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: flex-start;
    margin: 1em 0;
}

.red-container ul li {
    display: flex;
    align-items: center;
    gap: 0.8em ;
}

.red-container ul li .num {
    width: 21px;
    height: 21px;
    background: var(--white);
    color: var(--red);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--red);
    /* font-family: Gotham; */
    font-size: 12.502px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%;
}

.red-container ul li .txt {
    color: var(--white);
    font-size: var(--font-base);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
    letter-spacing: 0.15px;
}

.hero-small-txt {
    font-size: var(--font-xs);
    font-weight: 500;
}


.hidden {
  display: none;
}

/* 

.success-notification {
    text-align: left;
    align-items: flex-start;
    gap: 1em;
}

.success-notification .row {
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: var(--text-normal);
}

.success-notification .row svg {
   width: 1em;
   height: 1em;
}
.success-notification .row .amount-icon {
   width: 2em;
   height: 2em;
}
.success-notification p {
    color: var(--green-2);
    font-size: var(--text-normal);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
}


.success-notification a {
    color: var(--green-2);
    font-size: var(--text-normal);
    font-weight: 500;
    line-height: 130%;
}


.success-notification .amount {
    color: var(--green-2);
    font-size: var(--title-small);
    font-weight: 600;
    line-height: 130%; 
} */

 .participation-section {
    display: none;
 }

 .participation-section.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3em;
 }


