body {
    background-color: var(--main-color);
}



section h1 {
    font-family: orbitron, sans-serif;
}




.contact {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to right, #111111, black, #111111);
    gap: 10%;
    padding: 25px;
    flex-wrap: wrap;
}

.contact-input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
}

.contact-input p {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

label {
    display: none;
    visibility: hidden;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 17px;
}

form input {
    width: 100%;
    max-width: 420px;
    height: 50px;
    border: none;
    outline: #777777 1px solid;
    background-color: #121212;
    border-radius: 20px;
    padding-left: 20px;
    font-size: 20px;
    color: #777777;
    caret-color: #A6A6A6;
    transition: all 0.3s ease;
}

input:focus {
    outline: #A6A6A6 0.5px solid;
    background-color: #1d1d1d;
}

form textarea {
    width: 100%;
    max-width: 420px;
    height: 170px;
    border: none;
    outline: #777777 1px solid;
    background-color: #121212;
    border-radius: 20px;
    padding: 15px;
    font-size: 20px;
    color: #777777;
    caret-color: #A6A6A6;
    transition: all 0.3s ease;
}

textarea:focus {
    outline: #A6A6A6 0.5px solid;
    background-color: #1d1d1d;
}

form button {
    width: 200px;
    height: 45px;
    border-radius: 50px;
    border: #D793FF 3px solid;
    background: linear-gradient(75deg, #7A7AE4, #1919D0);
    font-size: 20px;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease;
}

form button:hover {
    box-shadow: rgba(255, 255, 255, 0.349) 0 0 10px;
}

.contact-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.contact-title h1 {
    font-family: orbitron, sans-serif;
    font-size: 40px;
    text-shadow: var(--title-light);
}

.contact-title p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    max-width: 650px;
    text-align: center;
}




.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    gap: 30px;
    color: white;
}

.social-links .links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.links div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 133px;
    height: 129px;
    background-color: #121212;
    border-radius: 20px;
    gap: 10px;
    border: #2F2F2F 2px solid;
    transition: all 0.3s ease;
}

.links div:hover {
    border: #A6A6A6 2px solid;
    background-color: #2F2F2F;
    box-shadow: rgba(255, 255, 255, 0.384) 0 0 10px;
}

.social-links i {
    font-size: 50px;
}

.social-links a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}




.team-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    color: white;
    gap: 30px;
}

.team-links .team-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

.team-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 375px;
    height: auto;
    min-height: 344px;
    background-color: #121212;
    border-radius: 20px;
    border: #2F2F2F 2px solid;
    gap: 15px;
    padding: 20px;
    transition: all 0.3s ease;
}

.team-cards:hover {
    border: #A6A6A6 2px solid;
    background-color: #2F2F2F;
    box-shadow: rgba(255, 255, 255, 0.384) 0 0 10px;
}

.team-cards .links {
    display: flex;
    gap: 10px;
}

.team-cards .img {
    width: 127px;
    height: 127px;
    border-radius: 50%;
}

#abanoub .img {
    background-image: url("../imgs/Abanoub%20(1).webp");
    background-position: center;
    background-size: cover;
}

#joseph .img {
    background-image: url(../imgs/dev.jpg);
    background-position: center;
    background-size: cover;
}

#ltf .img {
    background-image: url(../imgs/sound%20ltf.jpg);
    background-position: center;
    background-size: cover;
}

.team-cards p {
    font-family: Arial, Helvetica, sans-serif;
}

.team-cards p:nth-of-type(1) {
    font-size: 25px;
}

.team-cards p:nth-of-type(2) {
    font-size: 18px;
    color: #909090;
}

.team-cards .links i {
    font-size: 30px;
    transition: all 0.3s ease;
}

.team-cards .links i:hover {
    text-shadow: rgba(255, 255, 255, 0.384) 0 0 10px;
}




.community {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    gap: 25px;
    color: white;
}

.community .community-container {
    background: linear-gradient(to right, #110E20, #1A162E);
    width: 95%;
    max-width: 788px;
    height: auto;
    min-height: 282px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: #7060AC 2px solid;
    border-radius: 20px;
    gap: 30px;
    padding: 30px 20px;
}

.community-container p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
}

.community .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 292px;
    height: 67px;
    background: #6338FF;
    border-radius: 50px;
    box-shadow: rgb(22, 22, 22) 0 0 10px;
    transition: all 0.3s ease;
}

.community .button:hover {
    box-shadow: #6338FF 0 0 10px;
}

.community a {
    text-decoration: none;
    color: white;
}

.community i {
    font-size: 30px;
}

.community a p {
    font-weight: bold;
}




.store-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    color: white;
    gap: 25px;
}

.store-links .cards-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.store-links .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    width: 194px;
    height: 188px;
    background-color: #121212;
    border-radius: 20px;
    border: #2F2F2F 2px solid;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.3s ease;
}

.store-links .card:hover {
    border: #A6A6A6 2px solid;
    background-color: #2F2F2F;
    box-shadow: rgba(255, 255, 255, 0.384) 0 0 10px;
}

.store-links a {
    text-decoration: none;
}

.store-links i {
    font-size: 40px;
}

.store-links p {
    font-weight: bold;
    font-size: 20px;
    color: white;
}

.label {
    background-color: #203F21;
    border: #227E1D 1px solid;
    color: #227E1D;
    border-radius: 50px;
    padding: 3px 15px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.links div .label {
    font-size: 10px;
    padding: 2px 8px;
    margin-top: 5px;
}




.support-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 30px 60px 30px;
    color: white;
    gap: 30px;
}

.support-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.support-header p {
    font-family: Arial, Helvetica, sans-serif;
    color: #909090;
}

.support-section .cards-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.support-section a {
    text-decoration: none;
    color: white;
}

.support-section i {
    font-size: 40px;
}

.support-section .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    font-family: Arial, Helvetica, sans-serif;
    width: 194px;
    height: 188px;
    background-color: #121212;
    border-radius: 20px;
    border: #2F2F2F 2px solid;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.3s ease;
}

.support-section .card:hover {
    border: #A6A6A6 2px solid;
    background-color: #2F2F2F;
    box-shadow: rgba(255, 255, 255, 0.384) 0 0 10px;
}

/* Contact Page Media Queries */
@media (max-width: 1250px) {
    .team-links .team-container {
        width: 100%;
        padding: 0 20px;
    }

    .team-cards {
        width: 100%;
        max-width: 375px;
    }
}

@media (max-width: 900px) {
    .contact {
        flex-direction: column-reverse;
        gap: 40px;
        padding: 40px 20px;
    }

    .contact-title p {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .contact-title h1 {
        font-size: 30px;
    }

    .contact-input p {
        font-size: 20px;
    }

    .community-container p {
        font-size: 16px;
        line-height: 1.5;
    }

    .community .button {
        width: 100%;
        max-width: 292px;
    }
}