.hero-section{flex-direction:row;justify-content:space-between;align-items:center;width:90%;margin:6rem auto;display:flex}.hero-text{text-align:start;width:60%}.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{color:var(--gray3);margin-bottom:-1rem;margin-left:.5rem;padding-right:35%;font-size:1.2rem}.hero-text p{text-align:justify;margin-top:6rem;padding-right:35%;font-size:1.4rem}.hero-video{flex-direction:column;align-items:center;width:40%;height:auto;display:flex;position:relative}.hero-video img{border-radius:10px;width:80%}@media (max-width:1024px){.hero-text{width:100%}.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;gap:3rem;height:auto;margin:3rem auto}.hero-video{order:2}.hero-text{order:1}.hero-text h1,.hero-text h1+h1,.hero-text h1+h1+h1,.hero-text h1+h1+h1+h1{font-size:3rem}.hero-text p{margin-top:0;padding-right:0;font-size:1rem}.hero-text h2{margin-bottom:0;margin-left:.2rem}}.gallery-section{grid-template-columns:repeat(3,1fr);justify-items:center;width:90%;margin:6rem auto;display:grid}@media (max-width:768px){.gallery-section{grid-template-columns:repeat(1,1fr);margin:3rem auto}}.gallery-items2{margin-top:5rem}@media (max-width:768px){.gallery-items2{margin-top:0}}
