* {
    padding: 0;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

body {
    background-color: #1E2022;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

.material-symbols-rounded {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    padding-top: 120px; /* Add padding to account for fixed header */
}

.top-header {
    background-color: #17181A;
    display: flex;
    justify-content: center;
    width: 100%;
    background-image: url('../images/wave-pattern-light.svg');
    background-repeat: repeat;
    height: 370px;
    position: relative;
    overflow: hidden;
}

.top-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}

.top-header-content {
    padding: 15px;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-header-content p:nth-child(1) {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}

.top-header-content p:nth-child(1) > span {
    color: #7B586B;
}

#top-header-label-one {
    color: #fff;
    font-weight: 500;
    padding-top: 5px;
    font-size: 18px;
}

#index-typing {
    color: #7B586B;
}

#line {
    color: #fff;
    font-weight: 200;
    font-size: 22px;
    padding-left: 2px;
}

.top-header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7B586B;
    border: 2px solid #7B586B;
    border-radius: 5px;
    gap: 15px;
    padding: 5px 20px 5px 20px;
    margin-top: 50px;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
}

.top-header-btn:hover {
    background-color: #7B586B;
    color: #fff;
}

.top-header-content p:nth-child(4) {
    color: #fff;
    margin-top: 50px;
    font-weight: 600;
}

.new-costumer {
    background-color: #7B586B;
    display: flex;
    justify-content: center;
    width: 100%;
    color: #fff;
}

.new-costumer-content {
    background-color: #7B586B;
    width: 70%;
    padding: 15px;
    text-align: center;
    font-weight: 500;
}

.about-us {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-us h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 1px;
}

.about-us-content {
    width: 70%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 80px;
    max-width: 2000px;
}

.about-us-container {
    border: #2F3235 solid 1px;
    background-color: #25282A;
    border-radius: 5px;
    padding: 20px;
    width: 25%;
    color: #F8F8F8;
    text-align: center;
}

.about-us-container span {
    font-size: 64px;
    color: #7B586B;
    user-select: none;
    opacity: 0.8;
    margin-bottom: 20px;
}

.about-us-container h3 {
    margin-bottom: 5px;
    font-size: 21px;
}

.own-server {
    background-color: #2A2D30;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.own-server-content {
    padding: 50px;
    width: 70%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 2000px;
}

.own-server-title p:nth-child(1) {
    color: #7B586B;
    font-weight: 500;
    font-size: 36px;
}

.own-server-title p:nth-child(2) {
    color: #F8F8F8;
    font-weight: 500;
    font-size: 22px;
}

.own-server-icons {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
    width: 70%;
    max-width: 2000px;
}

.own-server-seperator {
    background-color:  #4a4f53;
    height: 2px;
    width: 50%;
}

.own-server-icons span {
    font-size: 42px;
    color: #7B586B;
    user-select: none;
}

.own-server-text {
    display: flex;
    margin-top: 25px;
    color: #fff;
    max-width: 2000px;
}

.own-server-text h2 {
    font-size: 16px;
    font-weight: 700;
}

.own-server-text p {
    margin-top: 5px;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
}

.prepaid-option {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 2000px;
}

.prepaid-option-content {
    width: 70%;
    padding: 100px;
    color: #fff;
}

.prepaid-option-content h2 {
    color: #7B586B;
    margin-bottom: 20px;
}

.products {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #2A2D30;
}

.products-content {
    width: 70%;
    padding: 50px;
    text-align: center;
    color: #fff;
}

.products-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.products-content > h2 {
    margin-bottom: 50px;
}

.products-content-box {
    padding: 25px 0px 25px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #25282A;
    border-radius: 10px;
    border: 1px solid #2F3235;
    width: 320px;
}

.products-content-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.products-price {
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 4px;
    margin-top: 25px;
}

.products-price p:nth-child(1) {
    color: #7B586B;
    font-weight: 700;
    font-size: 20px;
}

.products-price p:nth-child(2) {
    opacity: 0.4;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 2px;
}

.conf-now-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7B586B;
    border: 2px solid #7B586B;
    border-radius: 5px;
    gap: 15px;
    padding: 5px 20px 5px 20px;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
    text-decoration: none;
}

.conf-now-btn:hover {
    background-color: #7B586B;
    color: #fff;
}

.conf-now-btn {
    cursor: pointer;
    transition: all 0.3s ease;
}

.conf-now-btn:hover a {
    color: #FFFFFF !important;
}

.conf-now-btn a {
    transition: color 0.3s ease;
}

.product-spec {
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
    text-align: left;
    width: 100%;
    padding-left: 50px;
    padding-top: 25px;
}

.product-spec h6 {
    font-size: 14px;
    text-transform:uppercase;
    opacity: 0.4;
    margin-bottom: 5px;
    margin-top: 15px;
}

.product-spec-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-spec-item span {
    color: #7B586B;
    user-select: none;
}

.product-spec-item {
    font-size: 14px;
 }

.ready {
    padding: 50px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }

.ready p:nth-child(1) {
    color: #7B586B;
    font-size: 32px;
 }

.payment-methods {
    background-color: #2A2D30;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
 }

.payment-methods-content {
    width: 70%;
    padding: 25px;
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    user-select: none;
 }

.payment-methods-content img {
    height: 16px;
 }

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #17181A;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
 }

.top-footer {
    width: 70%;
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 2000px;
    opacity: 0.8;
    border-bottom: #aaaaaa solid 1px;
 }

.top-footer-left {
    width: 50%;
 }

.top-footer-left p:nth-child(3) {
    margin-top: 15px;
 }

.social-button-con {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border-radius: 10px;
    background-color: #0179d42f;
    width: fit-content;
    padding: 5px;
 }

.social-button {
    height: 32px;
    width: 32px;
    background: url('../images/social/discord.png') no-repeat center/contain;
    cursor: pointer;
    transition: all 0.3s ease;
 }

.social-button:hover {
    background: url('../images/social/discord-hover.png') no-repeat center/contain;
 }

.top-footer-top {
    display: flex;
    justify-content: space-between;
 }

.top-footer-right {
    text-align: right;
    font-size: 14px;
 }

.top-footer-right p {
    opacity: 0.8;
 }

.top-footer-right p:nth-child(1) {
    font-weight: 700;
    color: #fff;
    opacity: 1;
 }

.top-footer-right p:nth-child(4) {
    color: #eb3b5a;
 }

.bottom-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }

.footer-links {
    display: flex;
    gap: 10px;
    font-weight: 700;
 }

.footer-links a {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
    transition: opacity 0.2s;
 }

.footer-links a:hover {
    opacity: 1;
 }

.bottom-footer-content {
    display: flex;
    justify-content: space-between;
    width: 70%;
    padding: 15px;
    opacity: 0.7;
    max-width: 2000px;
 }

.bottom-footer-content a {
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.bottom-footer-content a:hover {
    color: #7B586B;
    transform: scale(1.1);
}

#kvm-typing {
    color: #7B586B;
 }

#generator-typing {
    color: #7B586B;
 }

@media screen and (max-width: 768px) { 
    html, body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }
    
    .content {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
        padding-top: 70px; /* Less padding on mobile */
    }
    
    .top-header {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .bottom-footer-content {
        flex-direction: column;
        width: 100%;
        padding: 0px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-links {
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }

    .top-footer-right {
        text-align: center;
        padding-top: 25px;
        font-size: 10px;
    }

    .social-button-con {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .top-footer-left {
        width: 100%;
        text-align: center;
    }

    .top-footer-top {
        flex-direction: column;
    }

    .payment-methods-content {
        width: 100%;
    }

    .payment-methods-content img {
        height: 8px;
    }

    .ready {
        padding: 25px;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 18px;
        width: 100%;
        max-width: 100vw;
    }

    .ready p:nth-child(1) {
        color: #7B586B;
        font-size: 28px;
        margin-bottom: 10px;
     }

    .prepaid-option-content {
        width: 100%;
        padding: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .top-header-content {
        width: 100%;
        text-align: center;
        padding: 15px 10px;
    }

    .about-us-content {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .about-us-container {
        width: 100%;
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 0px;
        border:none;
    }

    .own-server-content {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .own-server-seperator {
        display: none;
    }

    .own-server-icons {
        width: 95%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .own-server-text-box {
        font-size: 5px;
    }

    .own-server-text {
        width: 100%;
        text-align: center;
    }
    
    .own-server-text-box p {
        display: none;
    }

    .own-server-text-box h2 {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .products-content {
        width: 100%;
        padding: 5px;
        margin-top: 50px;
        overflow-x: hidden;
    }

    .products-content-container {
        width: 100%;
        flex-wrap: wrap;
        overflow-x: hidden;
    }

    .products-content-box {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
}