.container { display: flex; flex-direction: column; align-items: center; width: 100%; margin: 0 auto; box-sizing: border-box; } @media (max-width: 1024px) { .front-image-wrapper { height: 600px; } } @media (max-width: 1280px) { .front-image-wrapper { height: 500px; } } @keyframes fadeInTitle { 0% { opacity: 0; transform: translate(-50%, -60%); } 100% { opacity: 1; transform: translate(-50%, -50%); } } .front-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } .front-image-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center 10%; background-repeat: no-repeat; background-size: cover; transform-origin: center top; z-index: 1; filter: none; } .homepage-content { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; width: 100%; max-width: 1400px; text-align: center; min-height: 35vw; } .spacer { height: 100px; } .faq-diversity { display: flex; justify-content: space-between; width: 95%; max-width: 1400px; margin: auto; gap: 28px; } .faq-diversity div { flex: 1; background: #ffffff; padding: 28px; border-radius: 10px; text-align: center; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); font-family: "Roboto", sans-serif; } .faq-diversity div h3 { font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 26px; color: #1c1f26; margin-bottom: 15px; letter-spacing: 1px; } .faq-diversity div p { font-family: "Roboto", sans-serif; font-weight: 400; font-size: 16px; color: #555555; line-height: 1.7; margin-bottom: 20px; padding: 10px; } .call-us { width: 100%; height: auto; background: #ff5722; color: white; margin: 28px 0; padding: 30px; border-radius: 10px; text-align: center; } @media (max-width: 1024px) { .faq-diversity { flex-direction: column; align-items: center; gap: 15px; width: 90%; } .faq-diversity div { width: 95%; height: auto; padding: 15px; } .call-us { width: 100%; } .footer { flex-direction: column; text-align: center; gap: 15px; } } @media (max-width: 400px) { .faq-diversity { flex-direction: column; align-items: center; gap: 15px; width: 75%; } } html, body { min-height: 100vh; } .section-title { grid-column: 1 / -1; font-size: 40px; font-weight: 600; color: #1c1f26; padding-bottom: 50px; padding-top: 100px; font-family: 'MonaSans'; } .card-container { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; align-items: flex-start; margin-bottom: 5%; } @media (max-width: 400px) { .card-container { width: 90%; margin: auto; } } .card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12); max-width: 400px; text-align: center; min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #e0e0e0; } .card img { width: 100%; height: 230px; object-fit: cover; aspect-ratio: 1 / 1; border-bottom: 4px solid #2a3d66ab; border-radius: 10px 10px 0 0; } .card-content { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .card-title { font-size: 22px; font-weight: 600; padding-top: 35px; margin-bottom: 12px; color: #222; } .card-text { font-size: 16px; color: #444; line-height: 1.6; } .hidden-text { font-size: 13px; color: #666; line-height: 1.5; margin-top: 10px; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out; } .hidden-text.show { max-height: max-content; opacity: 1; transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out; padding: 5px 5px; align-self: center; width: 90%; } .learn-more { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; background: #2428320d; color: #1c1f26; font-size: 15px; font-weight: 500; letter-spacing: 0.3px; text-transform: capitalize; border: 0; border-radius: 20px; cursor: pointer; transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out, transform 0.1s ease-out; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04); position: relative; overflow: hidden; width: 300px; align-self: center; font-family: roboto; } .learn-more:hover { outline: 2px solid #daecf8; outline-offset: 1px; background: #fff; color: #1c1f26; transform: translateY(-1px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); } .learn-more:active { transform: translateY(0px); box-shadow: none; } @media screen and (max-width: 1024px) { .front-image { height: 100%; } } .spacer-section { display: flex; align-items: center; justify-content: space-between; min-height: 500px; background: linear-gradient(181.36deg, #2a2f3a 1.8%, #1c1f26 99.49%); color: white; overflow: hidden; position: relative; width: 100vw; top: 10px; } .spacer-left { flex: 1; height: 100%; display: flex; position: relative; overflow: hidden; gap: 5px; } .spacer-left img { width: 33.3%; min-height: 500px; aspect-ratio: 1 / 1; object-fit: cover; transition: opacity 0.3s ease-in-out; filter: brightness(90%) contrast(105%); } .spacer-left img:nth-child(1) { clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%); } .spacer-left img:nth-child(2) { clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%); } .spacer-left img:nth-child(3) { clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%); } .spacer-right { flex: 1; padding: 40px; text-align: left; max-width: 1000px; min-height: 250px; position: relative; z-index: 2; } .spacer-right h2 { font-size: 26px; font-weight: 600; margin-bottom: 10px; } .spacer-right p { font-size: 16px; margin-bottom: 20px; line-height: 1.5; color: #d1d1d1; max-width: 400px; } .cta-button { display: inline-flex; background: transparent; border: 2px solid white; color: white; font-size: 16px; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: 600; transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out; } .cta-button:hover { background: white; color: #1c1f26; } .cta-button .arrow { display: inline-block; width: 20px; height: auto; color: #ffffff; transition: transform 0.3s ease; } .cta-button:hover .arrow { transform: translateX(5px); filter: brightness(0) invert(67%) sepia(9%) saturate(749%) hue-rotate(177deg) brightness(95%) contrast(90%); } @media (max-width: 1280px) { .cta-button .arrow { width: 15px; } } @media (max-width: 1024px) { .spacer-section { flex-direction: column; height: auto; min-height: unset; } .spacer-left { width: 100%; height: auto; display: flex; justify-content: center; gap: 5px; flex-direction: row; } .spacer-left img { width: 33.3%; height: auto; aspect-ratio: 2/3; object-fit: cover; min-height: 300px; } .spacer-right { text-align: center; padding: 30px; max-width: 100%; } .spacer-right h2 { font-size: 22px; } .spacer-right p { font-size: 14px; } .cta-button { font-size: 14px; padding: 10px 18px; } } @media (max-width: 1280px) { .spacer-left img { height: auto; aspect-ratio: 2/3; } .spacer-right { padding: 20px; } .spacer-right h2 { font-size: 20px; } .spacer-right p { font-size: 13px; } .cta-button { font-size: 13px; padding: 10px 16px; } } .industries-section { text-align: center; background: linear-gradient(1deg, #ffffff, #ffffff); padding-bottom: 100px; overflow: hidden; } @media (max-width: 768px) { .industries-section { padding-bottom: 10px; } } #industries-frame { width: 100vw; min-height: 700px; max-height: none; border: none; overflow: hidden; display: block; } @media (max-width: 1300px) { #industries-frame { min-height: 800px; max-height: none; width: 100%; margin-bottom: -30px; } } @media (max-width: 1280px) { #industries-frame { min-height: 1000px; max-height: none; width: 100%; margin-bottom: -50px; } } .industries-container { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; max-width: 1400px; margin: auto; padding: 20px; min-height: 300px; } .industry { position: relative; flex: 1 1 calc(33.333% - 40px); max-width: 320px; background: white; padding: 30px; border-radius: 12px; will-change: transform; text-align: center; transition: transform 0.3s ease-in-out; overflow: hidden; cursor: pointer; perspective: 1000px; transform-style: preserve-3d; will-change: transform, opacity; height: auto; } .industry:hover { transform: scale(1.05); } .overlay { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; background: #151c40cf; opacity: 0; backdrop-filter: blur(6px); transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; display: flex; align-items: center; justify-content: center; color: white; font-size: 20px; font-weight: 600; text-align: center; padding: 20px; transform: translate(-50%, -50%); } .industry:hover .overlay { opacity: 1; transform: translate(-50%, -50%); } .industry img { width: 90px; height: 90px; object-fit: contain; aspect-ratio: 1 / 1; transition: transform 0.3s ease-in-out; } .industry:hover img { transform: scale(1.15); } .industry h3 { font-size: 22px; color: #222; margin: 15px 0 10px; transition: color 0.3s ease-in-out, transform 0.3s ease-in-out; } .industry:hover h3 { color: white; transform: translateY(-5px); } .industry p { font-size: 18px; color: #555; line-height: 1.6; transition: opacity 0.3s ease-in-out; } .industry:hover p { opacity: 0; } .fade-enter-active { transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; } .fade-enter-from { opacity: 0; transform: translateY(30px); } @media (max-width: 1280px) { .industries-container { align-items: center; } .industry { max-width: 100%; } } @media (max-width: 480px) { .industries-container { flex-direction: column; align-items: center; width: 80%; gap: 20px; padding: 10px; padding-bottom: 50px; } .industry { flex: 1 1 100%; max-width: 90%; padding: 20px; } .industry img { width: 70px; height: 70px; } .industry h3 { font-size: 18px; } .industry p { font-size: 13px; } .overlay { font-size: 18px; } } [v-cloak] { display: none !important; opacity: 0; } .connect-bar-container { width: 100vw; min-height: 400px; padding: 80px 20px; background-image: url(../images/contactspacer.png); background-size: cover; background-position: center; display: flex; justify-content: center; align-items: center; box-sizing: border-box; margin-top: 20px; border-radius: 15px; margin-bottom: 20px; } @media (max-width: 1920px) { .connect-bar-container { background-size: contain; background-position: center center; } } @media (max-width: 1280px) { .connect-bar-container { padding: 50px 20px; min-height: 320px; background-size: contain; background-position: center center; width: 100%; } } .connect-bar { text-align: center; color: white; width: 100%; max-width: 800px; } .headline { font-size: 36px; font-weight: 600; margin-bottom: 20px; letter-spacing: 1px; } .subheadline { font-size: 18px; font-weight: 400; margin-bottom: 45px; margin-top: 45px; line-height: 1.6; color: rgba(255, 255, 255, 0.9); } .subheadline-ro { font-size: 18px; font-weight: 400; margin-bottom: 45px; margin-top: 45px; line-height: 1.6; color: rgba(255, 255, 255, 0.9); } .contact-button { background-color: #f7feff; color: #141414; padding: 12px 100px; font-size: 18px; font-weight: 500; border-radius: 30px; text-decoration: none; border: 2px solid transparent; transition: background-color 60ms ease-in, color 60ms ease-in, border-color 60ms ease-in, transform 60ms ease-in, box-shadow 60ms ease-in; } .contact-button:hover { background-color: #0e1120; color: white; border-color: #11233f; transform: translateY(-1px); box-shadow: 0 0 10px rgba(17, 35, 63, 0.6); } @media (max-width: 1280px) { .headline { font-size: 28px; } .subheadline { font-size: 16px; width: 75%; margin: auto; } .subheadline-ro { font-size: 16px; margin: auto; } .contact-button { padding: 12px 20px; font-size: 16px; position: relative; top: 30px; } } .section-icon-link { display: inline-block; text-decoration: none; margin-bottom: 15px; } .section-icon { width: 50px; height: 50px; display: block; margin-left: auto; margin-right: auto; transition: transform 0.3s ease; } .section-icon-link:hover .section-icon { transform: scale(1.1); } @media (max-width: 480px) { .spacer2 { height: 50px; } } .cta-section { padding: 80px 20px; text-align: center; border-radius: 10px; margin-top: 2%; width: 100vw; } .cta-section h2 { font-family: monaSans; font-size: 32px; font-weight: 600; margin-bottom: 3%; animation: fadeIn 1.5s ease-in-out; } .cta-section p { font-size: 18px; line-height: 1.6; margin-bottom: 5%; animation: fadeIn 2s ease-in-out; max-width: 800px; margin-left: auto; margin-right: auto; width: 90%; } .benefits-list { display: flex; justify-content: center; gap: 40px; margin-top: 40px; flex-wrap: wrap; } .benefit-box { background-color: #ffffff; border-radius: 20px; padding: 30px; text-align: center; width: 250px; height: 320px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1); transform-style: preserve-3d; overflow: hidden; perspective: 1000px; will-change: transform, box-shadow; position: relative; } .benefit-bg { background: linear-gradient(145deg, #e2e8f0, #ffffff); position: absolute; top: -10%; left: -10%; width: 120%; height: 120%; z-index: 1; transition: transform 0.4s ease; } .benefit-content { position: relative; z-index: 2; transform-style: preserve-3d; transition: transform 0.4s ease; } .benefit-box img { width: 50px; height: 50px; margin-bottom: 20px; transition: transform 0.5s ease; } .benefit-box h4 { font-family: "Montserrat", sans-serif; font-size: 22px; font-weight: 600; color: #1c1f26; } .benefit-box p { font-size: 16px; color: #555; margin-top: 10px; } .benefit-box:hover img { transform: translateZ(20px); } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @media (max-width: 1024px) { .benefit-box { width: 75%; } } .gallery-cta-section { display: flex; width: 100vw; align-items: center; justify-content: center; min-height: 450px; background: linear-gradient(181.36deg, #2b3544 0%, #1c1f26 100%); color: white; padding: 50px 20px; position: relative; overflow: hidden; border-radius: 10px; margin: auto; box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.2); } .gallery-cta-left { flex: 1; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; } #gallery-cta-image { width: 60%; max-width: 1200px; object-fit: cover; border-radius: 10px; transition: opacity 0.5s ease-in-out; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3); height: auto; } .gallery-cta-arrow { top: 50%; background: rgba(255, 255, 255, 0); cursor: pointer; border: none; color: white; padding: 12px 16px; font-size: 50px; font-weight: bold; z-index: 1000; width: 50px; height: 50px; margin-bottom: 20px; filter: brightness(1); transition: filter 0.4s cubic-bezier(0.25, 1, 0.5, 1); outline: none; } .gallery-cta-arrow:hover { background: rgba(255, 255, 255, 0); color: rgb(102, 102, 102); filter: brightness(1.5); } #gallery-cta-arrow-left { right: 70px; display: none; } #gallery-cta-arrow-right { right: 2%; display: none; } .gallery-cta-content { flex: 1; text-align: left; } .gallery-cta-content h2 { font-size: 28px; font-weight: 200; margin-bottom: 12px; } .gallery-cta-content p { font-size: 16px; margin-bottom: 20px; line-height: 1.6; max-width: 400px; color: #d1d1d1; } .gallery-cta-button { display: inline-block; background: white; color: #1c1f26; font-size: 16px; font-weight: 600; padding: 12px 100px; border-radius: 30px; text-decoration: none; transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out; border: 2px solid white; } .gallery-cta-button:hover { background: transparent; color: white; border-color: white; } @media (max-width: 1280px) { .gallery-cta-section { flex-direction: column; text-align: center; padding: 30px 15px; min-height: 400px; } .gallery-cta-arrow { width: auto; height: auto; font-size: 50px; } .gallery-cta-left { width: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: 20px; } #gallery-cta-image { width: 90%; max-width: 450px; height: auto; object-fit: contain; } .gallery-cta-content { text-align: center; max-width: 90%; } .gallery-cta-content h2 { font-size: 24px; } .gallery-cta-content p { font-size: 14px; width: auto; } .gallery-cta-button { font-size: 14px; padding: 10px 20px; } } .gallery-new-arrow { transition: background 0.3s ease, opacity 0.3s ease; -webkit-tap-highlight-color: transparent; touch-action: manipulation; } .gallery-new-arrow svg path { transition: stroke 0.3s ease; } @media (hover: hover) and (pointer: fine) { .gallery-new-arrow:hover { background: rgb(100 106 122 / 91%) !important; transform: scale(1.1); opacity: 0.9; } .gallery-new-arrow svg:hover path { stroke: #dddddd; } } .gallery-new-arrow.tapped { background: rgb(100 106 122 / 91%) !important; opacity: 0.9; } .gallery-new-arrow.tapped svg path { stroke: #dddddd; } @media (max-width: 1280px) { .gallery-arrows-new { left: 72%; right: auto; bottom: 5px !important; gap: 8px; } } @media (max-width: 768px) { .gallery-arrows-new { bottom: 8px; gap: 6px; width: 5px; height: auto; } .gallery-new-arrow { padding: 6px; } .gallery-new-arrow svg { width: 18px; height: 18px; } } @media (max-width: 1280px) { .gallery-cta-left { justify-content: center; align-items: center; text-align: center; width: 100%; } #gallery-cta-image { margin: 0 auto; display: block; } } .gallery-arrows-new { position: absolute; bottom: 20px; right: 20px; display: flex; gap: 10px; z-index: 2; } .gallery-new-arrow { background: rgb(255 255 255); border: none; border-radius: 50%; padding: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); transition: all 0.3s ease; } .gallery-new-arrow svg { width: 20px; height: 20px; } .gallery-new-arrow svg path { stroke: black; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; } .gallery-new-arrow:first-child svg { margin-left: -2px; } @media (max-width: 1280px) { h2.section-title { font-size: 30px; text-align: center; margin-bottom: 100px; padding: 30px 15px; width: 80%; margin-left: auto; margin-right: auto; } } .statistics-container { display: flex; justify-content: center; align-items: center; width: 100%; margin-bottom: 10px; padding: 50px 0; opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; background-color: #ffffff00; } #counter1::after { content: ""; } .chart-container { display: flex; justify-content: center; width: 75%; padding: 30px; border-radius: 15px; gap: 135px; filter: brightness(90%) contrast(75%); } .bar-wrapper { text-align: center; width: 100px; display: flex; flex-direction: column; align-items: center; height: max-content; } .counter { font-weight: bold; font-size: 60px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); margin-bottom: 10px; transition: color 0.2s; } .counter::after { content: "%"; font-size: 20px; margin-left: 2px; } .bar-container { height: 350px; width: 150px; background: #e0e0e0; border-radius: 12px; position: relative; overflow: hidden; display: flex; align-items: flex-end; margin-top: 20px; } .bar { width: 100%; background: linear-gradient(to top, #007bff, #00c3ff); height: 0; transition: height 1.5s ease-out; border-radius: 12px; } .label { font-size: 16px; font-weight: 600; color: #555; } @media (max-width: 1280px) { .bar-container { height: 200px; width: 60px; border-radius: 10px; } .label { font-size: 12px; text-align: center; max-width: 80px; line-height: 1.3; } .counter { font-size: 56px; margin-bottom: 5px; position: relative; left: 3px; } .chart-container { gap: 100px; } } @media (max-width: 1280px) { .bar-wrapper { height: 450px; display: flex; flex-direction: column; align-items: center; flex-shrink: 0; } .bar-container { height: 300px; width: 120px; position: relative; overflow: hidden; display: flex; align-items: flex-end; } .bar { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 0; transition: height 1.5s ease-out; border-radius: 12px; background: linear-gradient(to top, #007bff, #00c3ff); } .label { height: 40px; font-size: 14px; padding-top: 8px; line-height: 1.2; text-align: center; max-width: 95px; font-weight: 900; } } @media (max-width: 768px) { .bar-container { height: 200px; width: 60px; border-radius: 10px; } .label { font-size: 12px; text-align: center; max-width: 80px; line-height: 1.3; } .counter { font-size: 45px; margin-bottom: 5px; position: relative; left: 3px; } .chart-container { gap: 35px; } } @media (max-width: 768px) { .bar-wrapper { height: 450px; display: flex; flex-direction: column; align-items: center; flex-shrink: 0; } .bar-container { height: 300px; width: 100px; position: relative; overflow: hidden; display: flex; align-items: flex-end; } .bar { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 0; transition: height 1.5s ease-out; border-radius: 12px; background: linear-gradient(to top, #007bff, #00c3ff); } .label { height: 40px; font-size: 14px; padding-top: 8px; line-height: 1.2; text-align: center; max-width: 95px; font-weight: 900; } } @media (max-width: 548px) { .bar-container { height: 200px; width: 60px; border-radius: 10px; } .label { font-size: 12px; text-align: center; max-width: 80px; line-height: 1.3; } .counter { font-size: 25px; margin-bottom: 5px; position: relative; left: 3px; } .chart-container { gap: 0px; } } @media (max-width: 548px) { .bar-wrapper { height: 300px; display: flex; flex-direction: column; align-items: center; flex-shrink: 0; } .bar-container { height: 250px; width: 70px; position: relative; overflow: hidden; display: flex; align-items: flex-end; } .bar { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 0; transition: height 1.5s ease-out; border-radius: 12px; background: linear-gradient(to top, #007bff, #00c3ff); } .label { height: 40px; font-size: 11px; padding-top: 8px; line-height: 1.2; text-align: center; max-width: 70px; font-weight: 900; } } @media (max-width: 380px) { .chart-container { width: 100%; padding: 20px 10px; gap: 0px; justify-content: space-evenly; flex-wrap: wrap; } .bar-wrapper { width: 60px; height: 280px; flex-shrink: 0; } .bar-container { height: 160px; width: 100%; } .bar { border-radius: 10px; } .counter { font-size: 22px; margin-bottom: 6px; } .label { font-size: 8.5px; height: auto; padding-top: 4px; max-width: 60px; line-height: 1.2; text-align: center; } } @keyframes spin { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } } .front-bg-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; z-index: 0; pointer-events: none; } @media (max-width: 768px) { .front-bg-video { object-position: center top; } } .carousel-wrapper { position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; } .carousel-track { display: flex; justify-content: center; align-items: center; position: relative; height: 750px; padding: 0 10px; perspective: 2000px; transform-style: preserve-3d; touch-action: pan-y; } .carousel-card { position: absolute; width: 1120px; height: 750px; max-width: 95vw; background-color: #0d0d0d; background-size: cover; background-position: center; color: white; border-radius: 12px; padding: 60px; box-sizing: border-box; display: flex; align-items: center; cursor: pointer; box-shadow: 0 0 40px rgba(0, 0, 0, 0.4); transition: transform 0.5s ease, opacity 0.5s ease; will-change: transform, opacity; backface-visibility: hidden; transform-style: preserve-3d; } .carousel-card::after { content: ""; position: absolute; inset: 0; border-radius: 12px; box-shadow: 0 0 40px rgba(0,0,0,0.4); pointer-events: none; } .carousel-card.focused { z-index: 3; opacity: 1; } .carousel-card.dimmed { z-index: 2; opacity: 0.3; } .button-wrapper { position: absolute; bottom: 100px; left: 60px; } .custom-btn { background: white; color: black; padding: 12px 28px; font-size: 18px; border: none; border-radius: 999px; cursor: pointer; font-weight: 500; text-decoration: none !important; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease, background-color 0.2s ease; position: relative; bottom: 20px; } .custom-btn:hover { background-color: aliceblue; transform: scale(1.03); } .logo-wrapper { position: absolute; bottom: 40px; right: 60px; } .logo-wrapper img { height: 65px; opacity: 0.85; transition: opacity 0.2s ease; filter: drop-shadow(0 0 0 black); } .logo-wrapper img:hover { opacity: 1; } .carousel-dots { text-align: center; margin-top: 30px; } .dot { display: inline-block; width: 12px; height: 12px; background: #bbb; border-radius: 50%; margin: 0 6px; cursor: pointer; } .dot.active { background: #222; } .button-wrapper, .logo-wrapper { opacity: 0; transform: translateY(12px); transition: opacity 0.4s ease-out 0.25s, transform 0.4s ease-out 0.25s; pointer-events: none; will-change: opacity, transform; bottom: 20px; } .button-wrapper.active-contents, .logo-wrapper.active-contents { opacity: 1; transform: translateY(0); pointer-events: auto; } .autoplay-timer { position: relative; width: 48px; height: 48px; margin-left: 20px; cursor: pointer; display: inline-block; } .autoplay-timer .autoplay-ring { position: absolute; top: 0; left: 0; width: 48px; height: 48px; transform: rotate(-90deg); z-index: 1; } .autoplay-icon { position: absolute; top: 50%; left: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; transform: translate(-50%, -55%); font-size: 24px; font-weight: 600; color: #222; z-index: 2; pointer-events: none; line-height: 1; } .autoplay-icon svg { width: 1em; height: 1em; } .icon-pause { font-size: 24px; transform: translateY(-1px); } .icon-play { font-size: 20px; transform: translateY(1px); } .carousel-timer-wrapper { display: flex; justify-content: center; margin-top: 4px; } @media (max-width: 767px) { .carousel-track, .carousel-card { height: 235px; } .carousel-card { width: 87vw; background-size: cover; background-repeat: no-repeat; padding: 0; } .button-wrapper { left: 8px; bottom: 12px; } .custom-btn { padding: 10px 16px; font-size: 11px; bottom: 1px; } .logo-wrapper { bottom: 2px; right: 8px; } .logo-wrapper img { height: 30px; } .carousel-timer-wrapper { margin-top: 4px; } .carousel-dots { margin-top: 6px; } } @media (max-width: 1024px) and (min-width: 768px) { .carousel-track { height: 300px; } .carousel-card { width: 80vw; height: 300px; background-size: cover; background-repeat: no-repeat; padding: 0; } .button-wrapper { bottom: 10px; left: 10px; } .custom-btn { padding: 11px 20px; font-size: 14px; } .logo-wrapper { bottom: 10px; right: 10px; } .logo-wrapper img { height: 40px; } .carousel-timer-wrapper { margin-top: 6px; } .carousel-dots { margin-top: 10px; } } @media screen and (width: 768px) and (height: 1024px) { .carousel-track, .carousel-card { height: 420px; } } @media screen and (width: 820px) and (height: 1180px) { .carousel-track, .carousel-card { height: 440px; } } @media screen and (width: 1024px) and (height: 600px) { .carousel-track, .carousel-card { height: 550px; } } @media screen and (width: 900px) and (height: 1440px) { .carousel-track, .carousel-card { height: 500px; } } @media screen and (width: 600px) and (height: 960px) { .carousel-track, .carousel-card { height: 380px; } } @media screen and (width: 1024px) and (height: 1366px) { .carousel-track, .carousel-card { height: 550px; } } @media screen and (width: 800px) and (height: 1280px) { .carousel-track, .carousel-card { height: 450px; } } @media screen and (width: 853px) and (height: 1280px) { .carousel-track, .carousel-card { height: 450px; } } @media screen and (width: 950px) and (height: 1280px) { .carousel-track, .carousel-card { height: 510px; } } .autoplay-icon { position: absolute; top: 50%; left: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; transform: translate(-50%, -50%); z-index: 2; pointer-events: none; } .front-image-wrapper { position: relative; width: 100%; height: 100svh; height: 100vh; overflow: hidden; } @media screen and (max-width: 768px) { .front-image-wrapper { height: 75vh !important; } } @keyframes slideInFromLeft { 0% { transform: translateX(-100%); opacity: 1; } 100% { transform: translateX(0); opacity: 1; } } @keyframes slideOutToRight { 0% { transform: translateX(0); opacity: 1; } 100% { transform: translateX(100%); opacity: 1; } } .front-image-slider .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 1; z-index: 1; will-change: transform; } .front-image-slider .slide:not(.active) { transform: translateX(100%); } .front-image-slider .slide.active { z-index: 2; } .front-image-slider .slide.incoming { animation: slideInFromLeft 1.8s ease forwards; z-index: 3; } .front-image-slider .slide.outgoing { animation: slideOutToRight 1.8s ease forwards; z-index: 2; } .overlay-dark { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; background: linear-gradient(to bottom, rgb(0 0 0 / 16%), rgb(0 0 0 / 25%)); z-index: 3; } .hero-title-wrapper { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; } .hero-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: grid ; place-items: center; z-index: 4; align-content: end; justify-content: center; align-items: baseline; } .hero-wrapper h2 { font-size: clamp(2.4rem, 6vw, 5rem); font-family: "Anton", sans-serif; color: white; text-align: center; margin-bottom: -1.5rem; max-width: 90vw; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); text-transform: uppercase; } .hero-btn { position: relative; display: inline-block; background-color: #d1eaf1f1; color: black; padding: 0.8rem 2rem; border-radius: 30px; text-decoration: none; font-weight: 600; font-family: 'Montserrat'; overflow: hidden; transition: color 0.3s ease; margin-bottom: 3vh; z-index: 1; } .hero-btn::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 0; background-color: #ffffff; z-index: -1; transition: width 0.5s ease; } .hero-btn:hover::before { width: 100%; } .hero-btn:hover { color: #000000; } .hero-inner { display: flex; flex-direction: column; align-items: center; text-align: center; } .hero-subtitle { font-size: clamp(1rem, 2.5vw, 1.4rem); font-weight: 400; color: #fff; max-width: 700px; margin-bottom: 1rem; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); text-align: center; font-family: "Anton", sans-serif; } @keyframes fillBar { 0% { transform: translateX(-100%); } 100% { transform: translateX(0); } } .countdown-bar { position: absolute; bottom: 20px; right: 20px; width: 60px; height: 4px; background: rgba(255,255,255,0.2); overflow: hidden; border-radius: 2px; z-index: 10; } .countdown-bar .fill { height: 100%; width: 100%; background: white; transform: translateX(-100%); } .countdown-bar.countdown-animate .fill { animation: fillBar 12s linear forwards; } .slide-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .slide-img.img-cover-1 { opacity: 1 !important; visibility: visible !important; transform: none !important; transition: none !important; } .visible-first { display: block !important; opacity: 1 !important; transform: none !important; transition: none !important; } .img-cover-1 { object-position: right 0%; } .img-cover-2 { object-position: center center; } @media screen and (max-width: 767px) { .img-cover-1 { object-position: 65% center; } .img-cover-2 { object-position: center top; } } @media screen and (min-width: 769px) and (max-width: 1024px) { .img-cover-1 { object-position: right 30%; } .img-cover-2 { object-position: center top; } } @media screen and (max-width: 767px) { .front-image-wrapper { height: calc(75vh - 3em); margin-top: 3em; } } @media screen and (width: 1024px) and (height: 600px) and (orientation: landscape) { .front-image-wrapper { height: 100vh !important; } .img-cover-1 { object-position: top !important; } .img-cover-2 { object-position: center 35% !important; } .hero-wrapper h2 { font-size: 3.2rem !important; } }