*, *::after, *::before { box-sizing: border-box; } html { font-size: 10px; } body { margin: 0; padding: 0; font-size: 16px; background: #020407; } h1,h2,h3,h4,h5,h6,p { margin: 0; } .landing-page { background-color: rgba(14, 16, 19, 1); overflow: hidden; width: 100%; } .main-header { position: relative; min-height: 939px; width: 100%; padding-bottom: 79px; } .header-background { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: center; } .navigation { position: relative; background-color: rgba(0, 0, 0, 0.1); display: flex; width: 100%; padding: 10px 130px; align-items: center; gap: 40px 100px; font-family: Raleway, -apple-system, Roboto, Helvetica, sans-serif; font-size: 20px; justify-content: space-between; flex-wrap: wrap; } .logo { width: 90px; aspect-ratio: 1; object-fit: contain; } .nav-menu { display: flex; min-width: 240px; align-items: center; gap: 40px; color: #fff; font-weight: 500; list-style: none; padding: 0; margin: 0; } .nav-link { color: inherit; text-decoration: none; } .contact-button { border-radius: 18px; background-color: rgba(16, 20, 24, 1); min-height: 100%; padding: 19px 40px; border: none; cursor: pointer; width: 100%; position: relative; z-index: 3; } .hero-section { position: relative; align-self: center; display: flex; margin: 0 auto; margin-top: 85px; max-width: 1263px; width: 100%; flex-direction: column; align-items: center; } .hero-title { color: #fff; font-size: 32px; font-family: Raleway, sans-serif; font-weight: 600; text-align: center; margin: 0; } .hero-subtitle { display: flex; margin-top: 100px; align-items: center; gap: 18px; font-family: "Josefin Sans", sans-serif; font-size: 48px; font-weight: 700; text-transform: uppercase; color: #fff; } .cta-button { width: 280px; border-radius: 20px; border: 2px solid var(--linear, #b7e4fb); background: linear-gradient(94deg, rgba(183, 228, 251, 0.5) 0.45%, rgba(169, 158, 232, 0.4) 47.58%, rgba(208, 155, 241, 0.5) 99.83%), #0e1013; box-shadow: -2px -2px 10px 0px rgba(81, 52, 117, 0.5) inset, 2px 2px 10px -1px rgba(183, 228, 251, 0.4) inset; padding: 23px 70px; display: flex; align-items: center; gap: 10px; color: #fff; font-family: Raleway, sans-serif; font-size: 20px; font-weight: 700; border: none; cursor: pointer; } .button-icon { width: 30px; aspect-ratio: 1; } .hero-description { margin-top: 120px; max-width: 983px; text-align: center; font-family: Raleway, sans-serif; font-size: 20px; color: #fff; line-height: 28px; display: flex; flex-direction: column; align-items: center; gap: 20px; } .main-content { width: 100%; } .advantages-section { width: 100%; max-width: 100%; padding: 90px 130px; margin: 0 auto; position: relative; } .section-title { color: #fff; font-size: 32px; font-family: "Josefin Sans", sans-serif; font-weight: 700; line-height: 35px; text-transform: uppercase; } .advantages-grid { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; position: relative; z-index: 4; width: 100%; } .advantage-card-border { background-image: linear-gradient(135deg, #363547, #0E1013); border-radius: 20px; padding: 2px; position: relative; text-decoration: none; z-index: 2; box-shadow: -2px -2px 10px 0px rgba(40, 45, 54, 0.20), 1px 1px 16px 0px rgba(0, 0, 0, 0.25); width: 325px; height: 320px; } .advantage-card { width: 100%; height: 100%; padding: 20px; border-radius: 20px; background: linear-gradient(135deg, #15151C -1.16%, #0E1013 97.61%); } .advantage-icon { width: 60px; aspect-ratio: 0.95; } .advantage-content { margin-top: 37px; } .advantage-title { color: #fff; font-family: Raleway, sans-serif; font-size: 24px; font-weight: 600; margin: 0 0 10px; } .advantage-description { color: rgba(192, 189, 236, 1); font-size: 16px; margin: 0; font-family: Raleway, sans-serif; } .partners-section { width: 100%; max-width: 100%; padding: 90px 130px; margin: 0 auto; } .partners-grid { display: flex; flex-direction: column; gap: 20px; width: 100%; margin-top: 80px; } .partner-card { border-radius: 20px; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; background-color: rgba(14, 16, 19, 1); cursor: pointer; position: relative; overflow: hidden; } .partner-card.active { background-color: rgba(14, 16, 19, 1); box-shadow: -2px -2px 10px rgba(183, 228, 251, 0.15); } .partner-content { display: flex; align-items: center; gap: 120px; position: relative; z-index: 3; } .partner-number { font-size: 64px; font-family: "Josefin Sans", sans-serif; color: #fff; } .partner-title { color: #fff; font-size: 32px; font-family: Raleway, sans-serif; margin: 0; } .partner-description { color: #fff; font-size: 20px; margin: 16px 0 0; font-family: Raleway, sans-serif; display: none; } .partner-description.active { display: block; } .partner-image { width: 80px; position: relative; z-index: 3; transition: all .2s ease; transform: rotate(0deg); } .partner-image.active { width: 70px; } .events-section { padding: 90px 0px; padding-left: 130px; position: relative; } .events-carousel { width: 100%; display: flex; align-items: center; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none; } .event-card { border-radius: 20px; box-shadow: 1px 1px 16px rgba(53, 3, 77, 0.1); padding: 19px; background-color: rgba(14, 16, 19, 0.8); width: 100%; height: 100%; position: relative; } .event-content { position: relative; border-radius: 14px; padding: 34px 27px; overflow: hidden; z-index: 4; width: 100%; height: 100%; display: flex; flex-direction: column; gap: 50px; } .event-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; } .event-info { position: relative; display: flex; align-items: flex-start; gap: 20px; color: #fff; z-index: 4; width: 100%; } .event-date { text-align: center; flex-basis: 40%; } .date-number { font-size: 40px; font-family: "Josefin Sans", sans-serif; display: block; } .date-month { font-size: 32px; color: #FFF; font-family: Raleway, sans-serif; font-size: 32px; font-style: normal; font-weight: 500; line-height: normal; } .event-divider { width: 2px; height: 100%; background-color: rgba(255, 255, 255, 0.8); } .event-title { font-size: 32px; font-family: Raleway, sans-serif; margin: 0; text-transform: uppercase; flex-basis: 60%; } .event-logo { width: 230px; aspect-ratio: 2.5; margin-top: 49px; } .slider-controls { display: flex; align-items: center; gap: 20px; justify-content: center; } .slider-dot { width: 20px; height: 20px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.2); } .slider-dot.active { background-color: rgba(255, 255, 255, 0.8); } .contact-section { max-width: 100%; margin: 0 auto; padding: 90px 130px; position: relative; } .contact-content { text-align: center; width: 100%; } .contact-text { width: 897px; margin: 0 auto; } .contact-description { font-size: 20px; color: #fff; line-height: 28px; margin: 20px 0 60px; } .contact-form { display: flex; flex-direction: column; gap: 12px; max-width: 100%; margin: 0 auto; } .form-input, .form-textarea { border-radius: 10px; background-color: rgba(14, 16, 19, 1); padding: 19px 28px; border: none; color: #fff; font-family: Raleway, sans-serif; font-size: 20px; } .form-textarea { min-height: auto; resize: vertical; } .submit-button { composes: contact-button; align-self: center; margin-top: 40px; } .testimonials-section { padding: 117px 80px; position: relative; z-index: 6; } .testimonial-card { border-radius: 20px; box-shadow: -2px -2px 16px rgba(142, 187, 255, 0.06); padding: 0; } .testimonial-content { border-radius: 14px; background-color: rgba(14, 16, 19, 1); border: 1px solid rgba(255, 255, 255, 0.07); padding: 26px; } .testimonial-image { width: 200px; aspect-ratio: 2.5; margin: 0 auto; display: block; } .testimonial-controls { display: flex; justify-content: space-between; align-items: center; margin: 20px 0; } .testimonial-navigation { display: flex; gap: 40px; } .nav-arrow { width: 60px; aspect-ratio: 1; box-shadow: 0px 0px 14px rgba(201, 176, 244, 0.1); cursor: pointer; } .testimonial-text { color: #fff; font-family: Raleway, sans-serif; } .testimonial-title { font-size: 24px; font-weight: 600; margin: 0 0 10px; } .testimonial-description { color: rgba(192, 189, 236, 1); font-size: 16px; margin: 0; } .main-footer { background-color: rgba(0, 0, 0, 0.1); margin-top: 100px; position: relative; padding: 80px 130px; padding-bottom: 140px; width: 100%; } .footer-content { max-width: 1357px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 4; } .footer-title { color: rgba(192, 189, 236, 1); font-size: 32px; font-family: "Josefin Sans", sans-serif; text-transform: uppercase; margin: 0; } .social-links { display: flex; gap: 20px; margin-top: 20px; } .social-icon { width: 48px; aspect-ratio: 1; border-radius: 30px; box-shadow: 0px 0px 13px rgba(1, 1, 1, 0.1); } .copyright { color: rgba(192, 189, 236, 1); font-size: 20px; font-family: Raleway, sans-serif; text-align: right; margin: 0; } .footer-brand { font-size: 250px; font-family: Raleway, sans-serif; font-weight: 600; text-align: center; text-transform: uppercase; margin-top: 0; color: rgb(255 255 255 / 3%); width: 100%; position: absolute; left: 0; bottom: 0; z-index: 1; } @media (max-width: 991px) { .navigation { padding: 10px 20px; } .hero-section { margin-top: 40px; } .hero-subtitle { font-size: 40px; } .hero-description { margin-top: 40px; padding: 0 20px; } .events-section { padding: 90px 20px; } .footer-brand { font-size: 40px; margin-top: -200px; } .event-content { padding: 20px; } .event-card { min-width: 300px; } }