.hero-section{flex-direction:row;justify-content:space-between;align-items:center;width:90%;margin:5rem auto;display:flex}.hero-text{text-align:start}.hero-text h1{font-size:6rem}.hero-text h1+h1{color:var(--white);background:linear-gradient(-45deg,#011d41,#1f304e,#2a4270,#011d41) 0 0/400% 400%;width:fit-content;margin-bottom:1rem;padding:0 1rem;font-size:6rem;animation:3s infinite gradientShift}@keyframes gradientShift{0%{background-position:0%}25%{background-position:50%}50%{background-position:100%}75%{background-position:50%}to{background-position:0%}}.hero-text h2{margin-bottom:-1rem;margin-left:.5rem;padding-right:30%;font-size:1.3rem}.hero-text p{padding-right:35%;font-size:1.5rem}.hero-video{flex-direction:column;align-items:center;width:45%;height:auto;display:flex;position:relative}.hero-video img{border-radius:10px;width:80%}@media (max-width:1024px){.hero-text h1,.hero-text h1+h1,.hero-text h1+h1+h1,.hero-text h1+h1+h1+h1{font-size:4.5rem}.hero-text p+p{padding-right:20%;font-size:1.3rem}.hero-video{width:70%}.hero-video img{border-radius:10px;width:100%}.hero-text h2{font-size:1rem}}@media (max-width:768px){.hero-section{flex-direction:column;margin-top:0;margin-bottom:3rem}.hero-video{order:1;margin-bottom:2rem}.hero-text{order:2}.hero-text h1,.hero-text h1+h1,.hero-text h1+h1+h1,.hero-text h1+h1+h1+h1{font-size:3rem}.hero-text p{padding-right:0;font-size:1rem}.hero-text h2{margin-bottom:0;margin-left:.2rem;padding-right:0}.cards-section{margin-top:-5rem}}.quiz-section{text-align:center;background-color:var(--primary);width:100%;color:var(--white);flex-direction:column;justify-content:center;margin:0 auto 5rem;padding:8rem;display:flex}.quiz-section h1{margin-bottom:3rem;font-size:3rem}.quiz-section span{font-weight:600}.quiz-score-display{text-align:start;justify-content:space-between;width:98%;margin:auto;display:flex}.quiz-score-display p{color:var(--white);margin-bottom:.5rem;font-size:1rem}.question-menu h2{color:var(--black);text-align:start;background-color:#d9d9d9;border-radius:5px;padding:.5rem 1rem;font-size:1.2rem;font-weight:500}@media (max-width:768px){.quiz-section{margin-top:-2rem;margin-bottom:1rem;padding:2rem 2rem 3rem}.quiz-section h1{margin-bottom:1rem;padding:1rem;font-size:1.5rem}.quiz-score-display{width:100%}.question-menu h2{color:var(--black);text-align:start;background-color:#d9d9d9;border-radius:5px;padding:.5rem 1rem;font-size:1rem;font-weight:500}}.answers-menu{flex-direction:row;gap:3rem;margin-top:2rem;font-size:1.2rem;display:flex}.answers-menu button{border:1px solid var(--white);cursor:pointer;color:var(--white);background-color:#0000;border-radius:50px;padding:.5rem 3rem;transition:all .3s}.answers-menu button:hover:not(:disabled){background-color:var(--white);color:var(--primary)}.answers-menu button:disabled{cursor:not-allowed}.answers-menu button.correct{color:#fff;background-color:#22c55e;border-color:#22c55e}.answers-menu button.incorrect{color:#fff;background-color:#ef4444;border-color:#ef4444}.quiz-controls{flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;display:flex}@media (max-width:1024px){.answers-menu{flex-direction:column;gap:1rem}}.next-btn,.restart-btn{background-color:var(--white);color:var(--primary);cursor:pointer;border:none;border-radius:50px;padding:.5rem 3rem;font-size:1.2rem;font-weight:600;transition:all .3s}.result-section .result-content{flex-direction:column;align-items:center;display:flex}.result-section h2{margin-top:-1rem;font-size:2rem}.result-section p{margin-bottom:2rem;font-size:1.2rem}@media (max-width:768px){.answers-menu{font-size:1rem}.result-section h2{margin-top:-2rem;font-size:1.5rem}.result-section p{font-size:1rem}.next-btn,.restart-btn{width:100%;font-size:1rem}}
