* { padding:0; margin:0; box-sizing: border-box; font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif; } html { scroll-behavior: smooth; } body { height: 400vh; overflow-x: hidden; @media screen and (max-width: 1023px){ overflow-y: hidden; } } @media screen and (max-width: 430px){ .header_links { position: fixed; top: 0; right: 0; height: 100vh; width: 280px; background-color: #2d232e; z-index: 1000; padding: 60px 20px; display: flex; flex-direction: column; align-items: center; gap: 30px; transform: translateX(100%); transition: transform 0.4s ease-in-out; } .header_links.sidebar-open { transform: translateX(0); } .header_links .header_links__link { font-size: 1.5em; color: #E5E1EE; } #sidebar-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.5); z-index: 999; opacity: 0; pointer-events: none; transition: opacity 0.4s ease-in-out; } #sidebar-overlay.overlay-visible { opacity: 1; pointer-events: auto; } .burger_menu{ margin-top: 7vh; width: 30px; height: 30px; margin-right:3vw; } .smallLogo{ width: 50px; height: 50px; margin-left:7.5vw; margin-top: 40px; } .hero { height: 60vh; display: flex; flex-direction: column; justify-content: center; grid-gap: 5vh; align-items: center; text-align: center; } .bigLogo { display: none; } .logoFont { font-family: "Staatliches", sans-serif; font-weight: 400; font-style: normal; text-wrap-mode: nowrap; font-size: 1.5em; max-width: 15vw; transform: translateY(30px); } .logoFont_subtitle { display: none; font-family: "Goldman", sans-serif; font-weight: 300; font-style: italic; text-wrap-mode: nowrap; font-size: 0.65em; letter-spacing: 2px; } h1 { color: #0B132B; text-shadow: -1px -1px 0 #E5E1EE, 1px -1px 0 #E5E1EE, -1px 1px 0 #E5E1EE, 1px 1px 0 #E5E1EE; font-family: "Goldman", sans-serif; font-weight: 400; font-style: normal; margin-top: 10px; font-size: 3.0em; } h2 { color: #0B132B; text-shadow: -1px -1px 0 #E5E1EE, 1px -1px 0 #E5E1EE, -1px 1px 0 #E5E1EE, 1px 1px 0 #E5E1EE; font-family: "Goldman", sans-serif; font-weight: 700; font-style: normal; margin-top: 10px; font-size: 2.5em; margin-bottom: 5vh; } header { position: fixed; padding-top: 35px; width: 100vw; display: flex; align-items: center; justify-content: space-between; height: 10vh; } .logo { color: #E5E1EE; text-shadow: -1px -1px 0 #0B132B, 1px -1px 0 #0B132B, -1px 1px 0 #0B132B, 1px 1px 0 #0B132B; display: flex; width: 25vw; height: 10vw; align-items: center; text-align: center; } header nav{ display: none; } a{ text-decoration: none; color: #E5E1EE; } button{ width: 100px; height: 40px; background: linear-gradient(to left,#1AE4DA,#5D7DEA); backdrop-filter: blur(50px) contrast(120%) opacity(0.2); border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.5); } button:hover { width: 100px; height: 40px; background: rgba(255,255,255,0.2); backdrop-filter: blur(8px) contrast(120%); border-radius: 10px; border: 2px solid #E5E1EE; box-shadow: none; } p { font-size: 1.25em; font-weight: 400; color: #E5E1EE; text-shadow: -1px -1px 0 #0B132B, 1px -1px 0 #0B132B, -1px 1px 0 #0B132B, 1px 1px 0 #0B132B; background: rgba(255,255,255,0.05); backdrop-filter: blur(8px) contrast(120%); } main { width: 100vw; background-size: cover; background-position: center; background-repeat: no-repeat; height: 100vh; } footer { float: center; text-align: center; padding-top: 0px; } .logoFont, .logoFont_subtitle{ padding-left: 10px; } .socialHeader{ font-size: 0.8em; position: fixed; width: 100vw; z-index: 10; display: flex; justify-content: space-between; align-items: center; margin-top: 0px; padding-left: 7.5vw; padding-right: 7.5vw; padding-top: 5px; background: #2d232e; img{ margin-right: 5px; margin-left: 5px; filter: invert(100%); } } .section_text{ width: 75vw; font-size: 1.2em; } .service_title{ margin-top: 35vh; } .services_container{ margin-top: -250px; height: 100vh; width: 100vw; display: flex; flex-direction: row; justify-content: center; align-items: center; grid-gap: 2.5vh; transform: translateY(200px); z-index: 10; } .service_item { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; grid-gap: 5vh; width: 20vw; height: 30vh; } .services_image { width: 15vw; height: 15vw; border: 1px solid #E5E1EE; border-radius: 50px; box-shadow: 0 2px 8px rgba(0,0,0,0.5); } .services_title { text-wrap-mode: nowrap; margin-bottom: 300px; display: inline; font-size: 1.1em; font-weight: 600; color: #0B132B; text-shadow: -1px -1px 0 #E5E1EE, 1px -1px 0 #E5E1EE, -1px 1px 0 #E5E1EE, 1px 1px 0 #E5E1EE; } .services_text { display: none; font-size: 1.0em; font-weight: 400; color: #E5E1EE; text-shadow: -1px -1px 0 #0B132B, 1px -1px 0 #0B132B, -1px 1px 0 #0B132B, 1px 1px 0 #0B132B; line-height: 1.5em; border-radius: 10px; } .hero_subtitle{ max-width: 70vw; } } @media screen and (min-width: 431px) and (max-width: 1023px){ .hamburger{ margin-right: 7.5vw; padding-bottom: 35px; } .header_links { position: fixed; top: 0; right: 0; height: 100vh; width: 280px; background-color: #2d232e; z-index: 1000; padding: 60px 20px; display: flex; flex-direction: column; align-items: center; gap: 30px; transform: translateX(100%); transition: transform 0.4s ease-in-out; } .header_links.sidebar-open { transform: translateX(0); } .header_links .header_links__link { font-size: 1.5em; color: #E5E1EE; } #sidebar-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.5); z-index: 999; opacity: 0; pointer-events: none; transition: opacity 0.4s ease-in-out; } #sidebar-overlay.overlay-visible { opacity: 1; pointer-events: auto; } .hero { height: 60vh; display: flex; flex-direction: column; justify-content: center; grid-gap: 5vh; align-items: center; text-align: center; } .smallLogo { display: none } .logoFont { font-family: "Staatliches", sans-serif; font-weight: 400; font-style: normal; font-size: 1.6em; } .logoFont_subtitle { font-family: "Goldman", sans-serif; font-weight: 300; font-style: italic; text-wrap-mode: nowrap; font-size: 0.65em; letter-spacing: 2px; } h1 { color: #0B132B; text-shadow: -1px -1px 0 #E5E1EE, 1px -1px 0 #E5E1EE, -1px 1px 0 #E5E1EE, 1px 1px 0 #E5E1EE; font-family: "Goldman", sans-serif; font-weight: 400; font-style: normal; margin-top: 10px; font-size: 3.0em; } h2 { color: #0B132B; text-shadow: -1px -1px 0 #E5E1EE, 1px -1px 0 #E5E1EE, -1px 1px 0 #E5E1EE, 1px 1px 0 #E5E1EE; font-family: "Goldman", sans-serif; font-weight: 700; font-style: normal; margin-top: 10px; font-size: 2.5em; margin-bottom: 5vh; } header { position: fixed; padding-top: 65px; padding-left: 7.5vw; width: 100vw; display: flex; align-items: center; justify-content: space-between; height: 10vh; } .logo { color: #E5E1EE; text-shadow: -1px -1px 0 #0B132B, 1px -1px 0 #0B132B, -1px 1px 0 #0B132B, 1px 1px 0 #0B132B; display: flex; width: 25vw; height: 10vw; align-items: center; text-align: center; } header img{ margin-top: 40px; margin-left: 0px; } header nav{ display: none; } a{ text-decoration: none; color: #E5E1EE; } button{ width: 100px; height: 40px; background: linear-gradient(to left,#1AE4DA,#5D7DEA); backdrop-filter: blur(50px) contrast(120%) opacity(0.2); border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.5); } button:hover { width: 100px; height: 40px; background: rgba(255,255,255,0.2); backdrop-filter: blur(8px) contrast(120%); border-radius: 10px; border: 2px solid #E5E1EE; box-shadow: none; } p { font-size: 1.25em; font-weight: 400; color: #E5E1EE; text-shadow: -1px -1px 0 #0B132B, 1px -1px 0 #0B132B, -1px 1px 0 #0B132B, 1px 1px 0 #0B132B; } main { width: 100vw; background-size: cover; background-position: center; background-repeat: no-repeat; height: 100vh; } footer { float: center; text-align: center; padding-top: 0px; } .logoFont, .logoFont_subtitle{ padding-left: 10px; } .socialHeader{ position: fixed; width: 100vw; z-index: 10; display: flex; justify-content: space-between; align-items: center; margin-top: 0px; padding-left: 7.5vw; padding-right: 7.5vw; padding-top: 5px; background: #2d232e; img{ margin-right: 5px; margin-left: 5px; filter: invert(100%); } } .section_text{ width: 75vw; font-size: 1.4em; } .services_container{ margin-top: -100px; height: 50vh; display: flex; flex-direction: row; justify-content: center; align-items: center; grid-gap: 2.5vh; z-index: 10; } .service_item { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; grid-gap: 2vh; width: 20vw; height: 30vh; } .services_image { width: 15vw; height: 15vw; border: 1px solid #E5E1EE; border-radius: 50px; box-shadow: 0 2px 8px rgba(0,0,0,0.5); } .services_title { display: inline; font-size: 1.75em; font-weight: 600; color: #0B132B; text-shadow: -1px -1px 0 #E5E1EE, 1px -1px 0 #E5E1EE, -1px 1px 0 #E5E1EE, 1px 1px 0 #E5E1EE; } .services_text { display: none; font-size: 1.5em; font-weight: 400; color: #E5E1EE; text-shadow: -1px -1px 0 #0B132B, 1px -1px 0 #0B132B, -1px 1px 0 #0B132B, 1px 1px 0 #0B132B; line-height: 1.5em; border-radius: 10px; } .hero_subtitle{ font-size: 1.5em; } } @media screen and (min-width: 1024px) { .hamburger { display: none; } .hero { height: 60vh; display: flex; flex-direction: column; justify-content: center; grid-gap: 7.5vh; align-items: center; text-align: center; } .logoFont { font-family: "Staatliches", sans-serif; font-weight: 400; font-style: normal; font-size: 1.6em; } .logoFont_subtitle { font-family: "Goldman", sans-serif; font-weight: 300; font-style: italic; text-wrap-mode: nowrap; font-size: 0.65em; letter-spacing: 2px; } h1 { color: #0B132B; text-shadow: -1px -1px 0 #E5E1EE, 1px -1px 0 #E5E1EE, -1px 1px 0 #E5E1EE, 1px 1px 0 #E5E1EE; font-family: "Goldman", sans-serif; font-weight: 400; font-style: normal; margin-top: 10px; font-size: 3.1em; } h2 { color: #0B132B; text-shadow: -1px -1px 0 #E5E1EE, 1px -1px 0 #E5E1EE, -1px 1px 0 #E5E1EE, 1px 1px 0 #E5E1EE; font-family: "Goldman", sans-serif; font-weight: 700; font-style: normal; margin-top: 10px; font-size: 2.5em; margin-bottom: 5vh; } header { position: fixed; padding-top: 45px; padding-left: 7.0vw; width: 100vw; display: flex; align-items: center; justify-content: space-between; height: 10vh; } .smallLogo { display: none } .logo { color: #E5E1EE; text-shadow: -1px -1px 0 #0B132B, 1px -1px 0 #0B132B, -1px 1px 0 #0B132B, 1px 1px 0 #0B132B; display: flex; width: 25vw; height: 10vw; align-items: center; text-align: center; } header img{ margin-top: 40px; margin-left: 0px; } header nav{ margin-right: 6.5vw; display: flex; gap: 2px; a { margin-top: 17px; border-radius: 10px; padding: 3px 5px; background: rgba(255,255,255,0.05); backdrop-filter: blur(8px) contrast(120%); font-size: 1.25em; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; } a:hover{ background: rgba(255,255,255,0.4); box-shadow: none; } } a{ text-decoration: none; color: #E5E1EE; } button{ width: 100px; height: 40px; background: linear-gradient(to left,#1AE4DA,#5D7DEA); backdrop-filter: blur(50px) contrast(120%) opacity(0.2); border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.5); } button:hover { width: 100px; height: 40px; background: rgba(255,255,255,0.2); backdrop-filter: blur(8px) contrast(120%); border-radius: 10px; border: 2px solid #E5E1EE; box-shadow: none; } p { font-size: 1.75em; font-weight: 400; line-height: 1.5em; color: #0B132B; text-shadow: -1px -1px 0 #E5E1EE, 1px -1px 0 #E5E1EE, -1px 1px 0 #E5E1EE, 1px 1px 0 #E5E1EE; border-radius: 10px; } main { width: 100vw; background-size: cover; background-position: center; background-repeat: no-repeat; height: 100vh; } footer { float: center; text-align: center; padding-top: 0px; } .logoFont, .logoFont_subtitle{ padding-left: 10px; } .socialHeader{ position: fixed; width: 100vw; z-index: 10; display: flex; justify-content: space-between; align-items: center; margin-top: 0px; padding-left: 7.5vw; padding-right: 7.5vw; padding-top: 5px; background: #2d232e; img{ margin-right: 5px; margin-left: 5px; filter: invert(100%); } } .section_text{ width: 75vw; font-size: 1.6em; } .services_container{ margin-top: 5vh; display: flex; flex-direction: row; justify-content: center; align-items: center; grid-gap: 10vw; z-index: 10; width: 100vw; height: 50vh; } .service_item { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; grid-gap: 2vh; width: 10vw; height: 10vh; margin: 0px; } .services_image { width: 15vw; height: 15vw; border: 1px solid #E5E1EE; border-radius: 50px; box-shadow: 0 2px 8px rgba(0,0,0,0.5); } .services_title { display: inline; font-size: 1.75em; font-weight: 600; color: #0B132B; text-shadow: -1px -1px 0 #E5E1EE, 1px -1px 0 #E5E1EE, -1px 1px 0 #E5E1EE, 1px 1px 0 #E5E1EE; } .services_text { display: none; font-size: 1.5em; font-weight: 400; color: #E5E1EE; text-shadow: -1px -1px 0 #0B132B, 1px -1px 0 #0B132B, -1px 1px 0 #0B132B, 1px 1px 0 #0B132B; line-height: 1.5em; border-radius: 10px; } } #video-background { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; object-fit: cover; z-index: -1; } #scroll-content { position: relative; z-index: 1; padding: 50px; color: #E5E1EE; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); max-width: 700px; margin: 0 auto; } .content-section { height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } #loading-screen { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: #111; z-index: 100; display: flex; justify-content: center; align-items: center; color: #E5E1EE; font-size: 2em; transition: opacity 0.5s ease; } .about { text-align: center; width: 100vw; padding: 20vw } .nav-arrows { position: fixed; right: 30px; bottom: 30px; z-index: 10; display: flex; flex-direction: column; gap: 15px; } .nav-arrow { width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.4); border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: opacity 0.3s ease, transform 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.2); } .nav-arrow:hover { transform: scale(1.1); background-color: rgba(0, 0, 0, 0.6); } .nav-arrow img { width: 50%; height: auto; } .nav-arrow.hidden { opacity: 0; pointer-events: none; } .hamburger:hover{ scale: 1.1; } .fade-in { opacity: 0; transition: opacity 0.85s ease-out; } .fade-in.visible { opacity: 1; } .modal-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(11, 19, 43, 0.7); z-index: 2000; display: flex; justify-content: center; align-items: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease-in-out; } .modal-overlay.visible { opacity: 1; pointer-events: auto; } .modal-content { background: #2d232e; padding: 30px 40px; border-radius: 10px; border: 1px solid rgba(229, 225, 238, 0.2); box-shadow: 0 5px 20px rgba(0,0,0,0.5); width: 90%; max-width: 500px; position: relative; transform: scale(0.9); transition: transform 0.3s ease-in-out; } .modal-overlay.visible .modal-content { transform: scale(1); } .modal-close-btn { position: absolute; top: 10px; right: 15px; font-size: 2.5em; color: #E5E1EE; cursor: pointer; line-height: 1; transition: transform 0.2s ease; } .modal-close-btn:hover { transform: scale(1.2); } .modal-content .modal-title { margin-bottom: 10px; text-align: center; } .modal-content .modal-subtitle { text-align: center; font-size: 1em; margin-bottom: 25px; background: none; } .form-group { margin-bottom: 15px; } .form-group label { display: block; margin-bottom: 5px; color: #E5E1EE; text-shadow: none; } .form-group input, .form-group textarea { width: 100%; padding: 10px; border-radius: 5px; border: 1px solid #5D7DEA; background-color: rgba(11, 19, 43, 0.5); color: #E5E1EE; font-size: 1em; font-family: inherit; } .form-group input:focus, .form-group textarea:focus { outline: none; box-shadow: 0 0 10px #1AE4DA; } .modal-content button { width: 100%; margin-top: 10px; padding: 12px 0; font-size: 1.1em; height: auto; }