body {
    font-family: 'MyCustomFont', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0A0F15;
    color: white;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0A0E15;
    padding: 10px;
    border-radius: 10px;
}

.heading {
    color: #fff;
    font-size: 30px;
}

.heading img {
  width: 160px;
}

.logo {
    width: 130px;
}

.drawer-toggle {
    font-size: 24px;
    cursor: pointer;
}

.drawer {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background-color: #121A26;
    transition: right 0.3s ease;
    z-index: 1000;
}

.drawer.open {
    right: 0;
}

.drawer-content {
    padding: 20px;
}

.drawer-content ul {
    list-style: none;
    padding: 0;
}

.drawer-content ul li {
    margin: 10px 0;
}

.drawer-content ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 10px;
    transition: background-color 0.3s ease;
}

.drawer-content ul li a:hover {
    background-color: #3733FF;
}

.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 500;
}

.support-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background-color: #4A45FF;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
    transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.support-button i {
  color: white;
}

.support-button.hidden {
    transform: translateY(100px);
    opacity: 0;
}

.support-button:hover {
    background-color: #0056b3;
}

.intro {
    animation: fadeIn 2s ease;
}

.imgff {
  width: 150px;
}

.banner {
    width: 100%;
    max-width: 800px;
    margin: 20px 0;
}

.features, .testimonials, .cta, .downloads {
    background-color: #0A0E15;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.feature {
    background-color: #1A2230;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0;
    animation: fadeInUp 1s ease;
    width: 45%;
}

.feature i {
    font-size: 36px;
    color: #4A45FF;
    margin-bottom: 10px;
}

.feature h3 {
    margin: 10px 0;
    font-size: 18px;
}

.feature p {
    font-size: 14px;
}

.download-count {
    background-color: #1A2230;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0;
    animation: fadeInUp 1s ease;
}

.download-count p {
    color: #4A45FF;
}

.download-count i {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
}

.testimonials {
    text-align: left;
}

.testimonials h2 {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial {
    background-color: #1A2230;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    animation: zoomIn 1s ease;
    display: flex;
    align-items: center;
}

.testimonial img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.testimonial p {
    margin: 0;
    font-size: 16px;
}

.testimonial span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #4A45FF;
}

.cta {
    text-align: center;
}

.cta h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.download-button {
    margin-bottom: 15px;
    margin-top: 50px;
}

.tg-download-button {
    margin-bottom: 20px;
    margin-top: 15px;
}

.download-button button,
.cta button {
    background-color: #4A45FF;
    color: white;
    border: none;
    width: 80%;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 25px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.tg-download-button button,
.cta button {
    background-color: #4A45FF;
    color: white;
    border: none;
    width: 80%;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 25px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.cta button:hover,
.download-button button:hover {
    background-color: #3733FF;
}

.cta button:hover,
.tg-download-button button:hover {
    background-color: #3733FF;
}

.downloads {
    text-align: center;
}

.download-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.download-count h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.download-count p {
    font-size: 48px;
    font-size: medium;
    margin: 0;
    animation: count 2s ease-in-out forwards;
}

.download-count span {
    font-size: 18px;
    margin-top: 5px;
}

footer {
    margin-top: 20px;
    padding: 20px;
    background-color: #121A26;
    border-radius: 10px;
    text-align: center;
}

footer p {
    margin: 0;
}

footer .social-media {
    margin-bottom: 10px;
}

footer .social-media a {
    color: white;
    margin: 0 10px;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .social-media a:hover {
    color: #4A45FF;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes count {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }

    .header-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        width: 85%;
    }
    
    .testimonial {
        flex-direction: column;
        text-align: center;
    }

    .testimonial img {
        margin-bottom: 10px;
    }

    .testimonial p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .banner {
        max-width: 100%;
    }

    button {
        padding: 10px 20px;
        font-size: 16px;
    }

    .feature h3 {
        font-size: 16px;
    }

    .feature p {
        font-size: 12px;
    }

    .cta h2 {
        font-size: 24px;
    }

    .cta button,
    .download-button button {
        font-size: 16px;
        padding: 10px 20px;
    }

    .cta button,
    .tg-download-button button {
        font-size: 16px;
        padding: 10px 20px;
    }

    .download-count h3 {
        font-size: 16px;
    }

    .download-count p {
        font-size: 36px;
    }

    .testimonial p {
        font-size: 14px;
    }
}