:root {
    --b: "Poppins", sans-serif;
    --c: 50px;
    --d: -2.6px;
    --e: center;
    --f: rgb(255, 255, 255);
}
body {
    margin: 0;
    font-family: var(--b);
    background-color: #f0f0f0;
    color: #333;
    overflow-x: hidden;
    user-select: none;
}
.hero {
    background: none;
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: var(--e);
    color: var(--f);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 1s ease-out;
}
.overlay {
    background: none;
    padding: 0;
    border-radius: 0;
}
h1 {
    font-size: var(--c);
    font-weight: var(--g);
    letter-spacing: var(--d);
    margin: 0;
}
.buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}
.buttons button {
    padding: 15px 30px;
    margin: 10px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.2);
    color: #000; 
    cursor: pointer;
    font-size: 18px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 .7065919983928324px .7065919983928324px -.625px #00000026,
                0 1.8065619053231785px 1.8065619053231785px -1.25px #00000025,
                0 3.6217592146567767px 3.6217592146567767px -1.875px #00000023,
                0 6.8655999097303715px 6.8655999097303715px -2.5px #00000020,
                0 13.646761411524492px 13.646761411524492px -3.125px #0000001b,
                0 30px 30px -3.75px #0000000d;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: min-content;
}
.buttons button:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 1);
}
.download {
    background-color: #fff;
    color: #fff; 
}
.download:hover {
    background-color: #e0e0e0;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(255, 255, 255, 0.7);
}
.faq {
    background-color: #fff;
    color: #000;
    
}
.faq:hover {
    background-color: #e0e0e0;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(255, 255, 255, 0.7);
}
.visuals {
    display: block;
    padding: 0;
    background: none;
    position: relative;
}
.visuals img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.text {
    padding: 20px;
    font-size: 1.2em;
    max-width: 600px;
    margin: 0 20px;
    background: none;
    box-shadow: none;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.text.in-view {
    opacity: 1;
}
.hero.visible {
    opacity: 1;
}
.showcase, .optimization {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    background: none;
    box-shadow: none;
    margin: 20px 0;
    border-radius: 10px;
}
.showcase .text, .optimization .text {
    flex: 1;
    padding: 20px;
    font-size: 1.5em;
    max-width: 600px;
    margin: 10px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: left;
}
.showcase .video, .optimization .video, .metallic-experience .video {
    flex: 1;
    padding: 10px;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    margin: 0;
}
.optimization .text, .optimization .video, .metallic-experience .text, .metallic-experience .video {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.optimization .text.in-view, .optimization .video.in-view, .metallic-experience .text.in-view, .metallic-experience .video.in-view {
    opacity: 1;
}
.showcase .video video, .optimization .video video, .metallic-experience .video video {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}
.showcase .video.in-view, .optimization .video.in-view, .metallic-experience .video.in-view {
    opacity: 1;
}
.showcase .text p, .optimization .text p {
    margin-bottom: 20px;
}
.fixed-logo {
    position: fixed;
    top: 10px;
    left: 20px;
    width: 50px;
    height: auto;
    z-index: 1000;
    cursor: pointer;
    background: none;
    padding: 0;
}
.fixed-logo img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: rgba(77, 77, 77, 0.8);
}
.faq-section {
    padding: 20px;
    background: none;
    box-shadow: none;
    margin: 100px 0;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    text-align: center;
}
.faq-section h2 {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: center;
}
.faq-section.in-view {
    opacity: 1;
}
.faq-item {
    margin-bottom: 20px;
}
.faq-question {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s ease;
}
.faq-question:hover {
    color: #a7a7a7;
}
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding: 0 10px;
    
}
.faq-item.active .faq-content {
    max-height: 200px;
    padding: 10px 10px;
}
img {
    -webkit-user-drag: none;
}
* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Poppins', sans-serif;
}
.gallery {
    padding: 20px;
    background: none;
    box-shadow: none;
    margin: 100px 0;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    text-align: center;
}
.gallery.in-view {
    opacity: 1;
}
.gallery-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}
.gallery-image {
    flex: 1 1 calc(33.333% - 40px);
    margin: 10px;
    border-radius: 10px;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    position: relative;
    box-shadow: none; 
    background: none; 
}
.gallery-image img {
    width: 100%;
    border-radius: 10px; 
}
.gallery-image.in-view {
    opacity: 1;
}
.gallery-image .info {
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    transform: translateY(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none; 
    width: calc(100% - 30px); 
    margin: 0 10px;
    display: flex;
    justify-content: center; 
    align-items: center;  
}
.gallery-image:hover .info {
    transform: translateY(0);
    opacity: 1;
}
.subscription {
    padding: 20px;
    background: none;
    box-shadow: none;
    margin: 100px 0;
    border-radius: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.subscription.in-view {
    opacity: 1;
}
.subscription .plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.subscription .plan {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    height: 100%;
}
.subscription .plan h3, .subscription .plan ul, .subscription .plan p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 
}
.subscription .plan .subscribe {
    padding: 15px 30px;
    margin: 10px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.2);
    color: #000; 
    cursor: pointer;
    font-size: 18px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 .7065919983928324px .7065919983928324px -.625px #00000026,
                0 1.8065619053231785px 1.8065619053231785px -1.25px #00000025,
                0 3.6217592146567767px 3.6217592146567767px -1.875px #00000023,
                0 6.8655999097303715px 6.8655999097303715px -2.5px #00000020,
                0 13.646761411524492px 13.646761411524492px -3.125px #0000001b,
                0 30px 30px -3.75px #0000000d;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: min-content;
}
.subscription .plan .subscribe:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 1);
}
.metallic-experience {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    background: none;
    box-shadow: none;
    margin: 20px 0;
    border-radius: 10px;
}
.metallic-experience .text {
    flex: 1;
    padding: 20px;
    font-size: 1.5em;
    max-width: 600px;
    margin: 10px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: left;
}
.metallic-experience .video {
    flex: 1;
    padding: 10px;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    margin: 0;
}
.metallic-experience .text.in-view, .metallic-experience .video.in-view {
    opacity: 1;
}
.metallic-experience .video video {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}
.ty {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 100px auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.ty.in-view {
    opacity: 1;
}
.ty .aa {
    font-size: var(--c);
    font-weight: var(--g);
    letter-spacing: var(--d);
    margin: 20px;
    text-align: center;
    justify-content: center;
    flex-direction: row;
}
.ty .bb {
    font-size: 1.5em;
    opacity: 0.6;
    font-weight: var(--g);
    letter-spacing: var(--d);
    margin: 0;
    text-align: center;
}
@media (min-width: 768px) {
    .showcase, .optimization, .metallic-experience {
        flex-direction: row;
    }
    .gallery-images {
        flex-wrap: nowrap;
    }
}