@import "./reset.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: Montserrat;
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    height: 1000px;
    overflow-x: hidden;
}

.frame-ip {
    width: 276px;
    height: 149px;
    flex-shrink: 0;
    border-radius: 0px 0px 30px 30px;
    background: #D4EAFF;
    cursor: pointer;
}

.navigation-cards {
    position: relative;
    margin-top: 40px;
    margin-bottom: 10px;
    z-index: 3;
}

.cards-card {
    margin: 10px;
    display: inline-block;
}

.container {
    max-width: 1382px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 15px;
    background: linear-gradient(60deg, #79abf7, #bbd6fa);
    border-radius: 15px;
}
    
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, rgba(0, 102, 255, 0.5), rgba(0, 140, 255, 0.5));
    border-radius: 15px;
    cursor: n-resize;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #0059ff, #0084ff);
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 67px;
}

.description-text p {
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
    display: inline-block;
    width: 100%;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 17px;
    display: none;
}



.social-icons.show {
    display: flex;
}

.header-nav a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.main-header {
    margin-left: 25px;
}

.fa-discord, .fa-youtube, .fa-telegram, .fa-vk {
    font-size: 40px;
    transition: transform 0.3s ease;
}

.fa-discord { color: #7289DA; }
.fa-youtube { color: red; }
.fa-telegram { color: #0088cc; }
.fa-vk { color: #0077FF; }

.fa-discord:hover,
.fa-youtube:hover,
.fa-telegram:hover,
.fa-vk:hover {
    transform: scale(1.2);
}

.section-image {
    width: 140px;
    height: 140px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 3px solid #fff;
    margin-bottom: 20px;
    float: left;
    margin-right: 30px;
}

.main-header,
.rules-header,
.opis-header,
.social-header {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
}

.main-header:hover, 
.rules-header:hover, 
.opis-header:hover, 
.social-header:hover {
    color: #0099ff;
    transform: scale(1.1);
}

.main-header::after, 
.rules-header::after, 
.opis-header::after, 
.social-header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 3px;
    background: #0099ff;
    transition: width 0.3s ease;
}

.description-content {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(0, 151, 243, 0.1);
}

.description-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0562B7;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.description-content h3:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0562B7, #0097F3);
    border-radius: 4px;
}

.description-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    font-weight: 500;
    font-style: italic;
    padding: 15px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    border: 1px solid rgba(0, 151, 243, 0.05);
}

.description-text, .features-list {
    font-style: italic;
    color: #666;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0, 151, 243, 0.05);
}


.main-header:hover::after, 
.rules-header:hover::after, 
.opis-header:hover::after, 
.social-header:hover::after {
    width: 100%;
}

.logo-image {
    height: 140px;
    min-width: 140px;
    object-fit: contain;
}

.frame-ip {
    width: 276px;
    height: 149px;
    flex-shrink: 0;
    border-radius: 0px 0px 30px 30px;
    background: #D4EAFF;
}

.title-ip {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7C7C7C !important;
    font-size: 24px;
    font-weight: 600;
    padding-top: 45px;
    cursor: default;
}

.subtitle-ip {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    font-weight: 750 !important;
}

.image-main {
    padding-top: 30px;
    cursor: pointer;
}

.notification {
    position: fixed;
    bottom: 20px;
    right: 38%;
    background-color: #58d174;
    color: #fff;
    padding: 20px 30px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification.show {
    opacity: 1;
    transform: translateY(0);
}

.description-section {
    padding: 70px 0;
    position: relative;
}

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

.description-title {
    font-size: 52px;
    font-weight: 800;
    background: linear-gradient(90deg, #0562B7, #0097F3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.description-card, .privilege-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 35px;
    margin-bottom: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.description-card:hover, .privilege-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 151, 243, 0.15);
    border-color: rgba(0, 151, 243, 0.3);
}

.privilege-header {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 30px;
    padding: 25px;
    background: linear-gradient(145deg, rgba(0, 151, 243, 0.05), rgba(5, 98, 183, 0.08));
    border-radius: 20px;
    border: 1px solid rgba(0, 151, 243, 0.1);
}

.privilege-image {
    width: 140px;
    height: 140px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 3px solid #fff;
}

.privilege-name {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(90deg, #0562B7, #0097F3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.privilege-content {
    padding: 25px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

.privilege-description, .privilege-features {
    margin-bottom: 35px;
}

.privilege-description h3, .privilege-features h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0562B7;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.privilege-description h3:after, .privilege-features h3:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0562B7, #0097F3);
    border-radius: 4px;
}

.privilege-description p, .privilege-features p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    font-weight: 500;
    padding: 0 10px;
}

.cards {
    position: sticky;
    top: 20px;
    margin: 40px 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 20px 0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cards-card {
    margin: 10px;
    display: inline-block;
}

.cards-row {
    display: flex;
    text-align: center;
    column-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.cards-button {
    border-radius: 20px;
    background: linear-gradient(90deg, #0562B7, #0097F3);
    width: 250px;
    height: 80px;
    color: #FFF;
    font-size: 23px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(5, 98, 183, 0.2);
}


.cards-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(5, 98, 183, 0.3);
    background: linear-gradient(90deg, #0097F3, #0562B7);
}

.footer {
    margin-top: 10px;
    width: 100%;
    background: linear-gradient(92deg, #134660 0%, #1F5E7D 100%);
    color: white;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4.17vw 4.17vw 0 0;
}

.footer-row {
    display: flex;
    column-gap: 100px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 120px;
}

.footer-sector {
    flex: 1 1 0;
    margin-bottom: 30px;
    text-align: left;
    cursor: default;
}

.footer-1 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
}

.footer-2 {
    color: #B7B7B7;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
}

@media (max-width: 1400px) {
    .opis-header {
        display: none;
    }
    .frame-ip {
        display: none;
    }
    .nav-button {
        display: block;
    }
}

@media (max-width: 768px) {
    .privilege-header {
        flex-direction: column;
        text-align: center;
    }
    .privilege-name {
        font-size: 28px;
    }
    .privilege-description p, .privilege-features p {
        font-size: 16px;
    }
    .description-title {
        font-size: 36px;
    }
    .logo-image {
        display: none;
    }
    .header-nav {
        padding-top: 30px;
        padding-bottom: 10px;
        margin-left: -80px;
    }
}


