:root {
--surface-1: #16181c;
--surface-2: #1d1f23;
--surface-3: #27292e;
--surface-4: #34363c;
--surface-5: #42444a;
}
body{
    background: linear-gradient(
        to bottom,
        #16181c,
        #000000
    );
color: #fff;font-family: "Montserrat", sans-serif;}
.montserrat-font {
    font-family: "Montserrat", sans-serif;
  }

.header{width:100%;position:relative;display: flex;background: linear-gradient(
        to right,
        rgb(0, 0, 0),
        rgb(51, 51, 51)
    );position: sticky;top:0;justify-content: space-between;align-items: center ; border-radius: 30px;margin-top: 10px; z-index: 2;}
.logo{margin:0 10px 0 0;padding: 0;}
.logo img{display:block;height:50px;width:50px; border-radius: 50%; margin: 5px;}
.empty-box{height:50px;width:0px;}
#main-menu{width:25%;display: flex; justify-content:space-between; list-style: none;margin:0;padding: 0;}
#main-menu a{color: #fff; text-decoration: none;}
.modrinth-slider{padding-left: 60px;padding-right: 60px;}
.swiper-button-next, .swiper-button-prev {color: #fff; border-radius: 50%;}
.swiper-slide img{width: 100%;}
.swiper-wrapper a{text-decoration: none;}
.swiper-wrapper .title{text-align: center; color: #fff; text-decoration: none;}
.d-flex{display: flex;}
/* Youtube */
.youtube-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px 22px;
    background: rgba(255, 0, 0, 0.08);
    border-left: 5px solid rgba(255, 0, 0);
    border-right: 5px solid rgba(255, 0, 0);
    border-radius: 90px;
}

.channel-pfp {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.channel-info {
    margin-right: auto;
    text-align: left;
}
.channel-label {
    color: #aaa;
    margin: 0 0 4px;
    font-size: 13px;
}

.channel-name {
    color: #fff;
    margin: 0;
    font-size: 22px;
}
.youtube-button {
    color: #fff;
    background: rgba(255, 0, 0, 0.856);
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 90px;
    font-weight: bold;
    white-space: nowrap;
}
.youtube-button:hover {
    background: rgb(255, 0, 0);
}
#youtube {
    text-align: center;
    font-size: 24px;
}
.youtube-slider {
    background: rgba(255, 0, 0, 0.08);
    padding: 30px 60px;
    border-radius: 16px;
}
.youtube-slider .swiper-slide {
    height: 580px;
    border-radius: 20px;
    overflow: hidden;
    background: #111;
}

.youtube-slider .swiper-slide a {
    display: grid;
    grid-template-rows: 2fr 1fr;
    height: 100%;
}


.youtube-slider .picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.youtube-slider .title {
    margin: 0;
    padding: 12px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

/* Modrinth */
.modrinth-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px 22px;
    background: rgba(0, 175, 92, 0.12);
    border-left: 5px solid rgba(0, 175, 92, 0.75);
    border-right: 5px solid rgba(0, 175, 92, 0.75);
    border-radius: 90px;
}

.modrinth-profile {
    display: flex;
    align-items: center;
    gap: 14px;
}

.modrinth-pfp {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 30px;
    flex-shrink: 0;
}

.modrinth-info {
    text-align: left;
}

.modrinth-label {
    color: #aaa;
    margin: 0 0 3px;
    font-size: 13px;
}

.modrinth-name {
    color: #fff;
    margin: 0;
    font-size: 22px;
}

.modrinth-desc {
    color: #b8b8b8;
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.3;
}

.modrinth-button {
    color: #fff;
    background: rgba(0, 175, 92, 0.75);
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 90px;
}

.modrinth-button:hover {
    background: rgba(0, 175, 92, 1);
}
#modrinth {
    text-align: center;
    font-size: 24px;
}

.modrinth-slider {
    background: rgba(0, 175, 92, 0.12);
    padding: 30px 60px;
    border-radius: 16px;
}

.modrinth-slider .swiper-button-next,
.modrinth-slider .swiper-button-prev {
    color: #fff;
    border-radius: 50%;
}

.modrinth-slider .swiper-slide a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #111;
    padding: 12px;
    border-radius: 24px;
}

.modrinth-slider .picture {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    display: block;
    border-radius: 24px;
}

.modrinth-slider .mod-info {
    display: flex;
    flex-direction: column;
}

.modrinth-slider .title {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
}

.modrinth-slider .subtitle {
    color: #aaa;
    margin: 3px 0 0;
    font-size: 13px;
    line-height: 1.2;
}
/*Dividers*/
.section-divider {
    width: 80%;
    height: 50px;
    background: linear-gradient(
        to right,
        rgba(255, 0, 0, 0.18),
        rgba(0, 175, 92, 0.18)
    );
    margin: 50px auto;
    border-radius: 999px;
}
.green_blue {
    width: 80%;
    height: 50px;
    background: linear-gradient(
        to right,
        rgba(0, 175, 92, 0.18),
        rgba(88, 101, 242, 0.18)
    );
    margin: 50px auto;
    border-radius: 999px;
}
.blue_purple {
    width: 80%;
    height: 50px;
    background: linear-gradient(
        to right,
        rgba(88, 101, 242, 0.18),
        rgba(180, 88, 242, 0.18)
    );
    margin: 50px auto;
    border-radius: 999px;
}
/*Discord*/
#discord {
    text-align: center;
    font-size: 24px;
}
.discord-box {
    width: 90%;
    max-width: 1100px;
    min-height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 24px 32px;
    background: rgba(88, 101, 242, 0.14);
    border-radius: 90px;
}

.discord-icon {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 20px;
    flex-shrink: 0;
}

.discord-info {
    flex: 1;
    text-align: left;
}

.discord-label {
    color: #aaa;
    margin: 0 0 5px;
    font-size: 13px;
}

.discord-name {
    color: #fff;
    margin: 0;
    font-size: 26px;
}

.discord-desc {
    color: #b8b8b8;
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 1.4;
    max-width: 650px;
}

.discord-button {
    color: #fff;
    background: rgba(88, 101, 242, 0.75);
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: bold;
    white-space: nowrap;
    margin-left: auto;
}

.discord-button:hover {
    background: rgba(88, 101, 242, 1);
}
.header-icon{width: 500px;}
.footer-icon {width: 300px;}
@media (max-width: 768px) {
    #main-menu{width:100%;margin-right: 10px;}
    .youtube-header {flex-wrap: wrap; justify-content: center; }
    .channel-info {text-align: center;}
    .youtube-slider .swiper-slide {height: 300px;}
    #youtube {font-size: 16px;}
    .modrinth-header {flex-wrap: wrap; justify-content: center; }
    .modrinth-slider .swiper-slide a {height: 150px;}
    .modrinth-slider .title {text-align: center;}
    .discord-box {width: auto; margin: 0 12px; padding: 20px; border-radius: 90px; display: flex; align-items: center; text-align: center; gap: 12px; flex-direction: column;}
    .discord-button {margin-left: 0%;}
    .discord-name {text-align: center;}
    .discord-desc {text-align: center;}
    .discord-label {text-align: center;}
    .header-icon {width: 200px;}
    .footer-icon {width: 150px;}
}