:root {
    --pink-color: #ff0081;
    --orange-color: #ffa200;
    --white-color: #fff;
    --red-color: #ff0004;
    --purple-color: #ae00ff;
}


/*             Header */


.primary-nav a {
    text-decoration: none;
    color: var(--white-color);
}

@media (pointer: none) {
    body {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% -50%);
    }
}

section {
    position: relative;
    top: -5em;
}

body {
    margin: 0%;
    font-family: Helvetica, Arial, sans-serif;
}

header {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
}

.banner {
    width: 100%;
}

@media screen and (max-width:  800px) {
    .nav-list,
    .nav-login_connect,
    .nav-login_connected {
        font-size: 0.1em;
    }
}

.primary-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--orange-color);
    width: 100%;
    padding: 0.5em 0em;
    display: flex;
    color: var(--white-color);
    font-weight: bold;
    font-size: 1em;
    box-shadow: 0em 0.3em 0em var(--pink-color),
    0em 2em 0.8em var(--white-color);
    margin-bottom: 0.3em;
}

.nav-list {
    margin: 0%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    list-style: none;
}

.nav-item a{
    display: flex;
    gap: 5%;
}


.nav-item img {
    width: 20%;
}


.outnav {
    width: 60%;
    z-index: -1;
}

/* ------------------------ */

/*               About */


.about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
}

.about-main {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-title {
    background-color: var(--orange-color);
    padding: 1% 2%;
    padding-bottom: 0;
    font-size: 2em;
    font-weight: bold;
    color: var(--white-color);
    margin-bottom: 0em;
    border-radius: 1em 1em 0 0;
    box-shadow: 0.3em 0.3em 0em var(--pink-color);
    z-index: 10;
    margin-bottom: 0;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .about-title {
        border-radius: 1em;
    }
}

.about-content {
    z-index: 11;
    margin : 0;
    padding: 2% 1%;
    font-size: 1em;
    text-align: center;
    background-color: var(--orange-color);
    border-radius: 2em;
    box-shadow: 0.6em 0.6em 0em var(--pink-color);
    color: var(--white-color);
}


/* ------------------------ */

/* Founders */

.about-founders {
    margin-top: 5em;
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-bottom: 4em;
}

.about-founders-names {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    text-align: center;
    gap: 5%;
}

.about-samaelluxferre,
.about-gm_family_daddy,
.about-gysid {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.about-samaelluxferre-name,
.about-gm_family_daddy-name,
.about-gysid-name {
    color: var(--red-color);
    font-weight: bolder;
    font-size: 1.7em;
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 500px) {
    .about-samaelluxferre-name,
    .about-gm_family_daddy-name,
    .about-gysid-name {
        font-size: 0.5em;
    }
}

.about-samaelluxferre-title,
.about-gm_family_daddy-title,
.about-gysid-title {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    font-weight: 450;
    font-size: 1.3em;
}
@media screen and (max-width: 500px) {
    .about-samaelluxferre-title,
    .about-gm_family_daddy-title,
    .about-gysid-title {
        font-size: 0.5em;
    }
}

.about-samaelluxferre-content,
.about-gm_family_daddy-content,
.about-gysid-content {
    font-size: 1em;
    margin: 0;
}@media screen and (max-width: 500px) {
    .about-samaelluxferre-content,
    .about-gm_family_daddy-content,
    .about-gysid-content {
        font-size: 0.2em;
    }
}


/* ------------------------ */

/* server */

.server {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.server-title {
    width: 30%;
    background-color: var(--orange-color);
    padding: 0.5% 0.1%;
    font-size: 2em;
    font-weight: bold;
    color: var(--white-color);
    margin-bottom: 1em;
    border-radius: 0.8em;
    box-shadow: 0.2em 0.2em 0em var(--pink-color);
    z-index: 10;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .server-title {
        font-size: 1em;
    }
}

.server-content {
    display: flex;
    gap: 10%;
    width: 50%;
    text-align: justify;
} @media screen and (max-width: 500px) {
    .server-content {
        font-size: 0.5em;
    }
}

/* ------------------------ */

/* guarantee */

.guarantee {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.guarantee-title {
    position: relative;
    color: var(--pink-color);
    text-align: center;
    width: 30%;
    background-color: var(--white-color);
    border: 0.8em solid var(--orange-color);
    border-bottom: none;
    padding: .5em ;
    border-radius: 1em 1em 0 0;
    margin-bottom: 0;
    z-index: 10;
}@media screen and (max-width: 500px) {
    .guarantee-title {
        font-size: 0.6em;
        border-bottom: 0.8em solid var(--orange-color);
        border-radius: 1em;
        box-shadow: var(--pink-color);
    }
}

.guarantee-title::before {
    position: absolute;
    right: -1.38em;
    top: 0;
    border-radius: 0 1em 0 0;
    content: "";
    width: 0.6em;
    height: calc(100% - 0.65em);
    z-index: -1;
    background-color: var(--pink-color);
}@media screen and (max-width: 500px) {
    .guarantee-title::before {
        top: -0.2em;
    }
}

.guarantee-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -1em;
    width: 60%;
    text-align: justify;
    background-color: var(--orange-color);
    border-radius: 1em;
    margin-top: 0;
    padding: 0 2em;
    box-shadow: 0.8em 0.8em 0em var(--pink-color);
}

.guarantee-content-main {
    text-align: justify;
    background-color: var(--white-color);
    width: 100%;
    padding: 1em;
    border-radius: 1em 1em 0 0;
    margin-bottom: 0;
}@media screen and (max-width: 500px) {
    .guarantee-content-main {
        font-size: 0.5em;
    }
}

.guarantee-content-secondary {
    margin-top: 0;
    width : 100%;
    padding: 1em;
    display: flex;
    background-color: var(--white-color);
    gap: 5%;
    text-align: justify;
    border-radius: 0 0 1em 1em;
    z-index: 11;
} @media screen and (max-width: 500px) {
    .guarantee-content-secondary {
        font-size: 0.5em;
    }
}

.guarantee-content-img {
    position: relative;
    top: -2em;
    border-radius: 0 0 1em 1em;
    z-index: 10;
    width: 102%;
    height: 90%;
}

/* ------------------------ */

/* offer */

.offer {
    margin-top: 3em ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.offer-title {
    position: relative;
    bottom: -0.8rem;
    width: 25%;
    background-color: var(--white-color);
    border: 0.8rem solid var(--orange-color);
    border-bottom: none;
    border-radius: 1em 1em 0 0;
    padding: 0.5% 0.1%;
    text-align: center;
    color: var(--pink-color);
    margin-bottom: 0;
}
@media screen and (max-width: 500px) {
    .offer-title {
        font-size: 0.6em;
    }
}

.offer-title::before {
    position: absolute;
    right: -1em;
    top: 0.2em;
    border-radius: 0 1em 0 0;
    content: "";
    width: 0.6em;
    height: calc(100% - 0.65em);
    z-index: -1;
    background-color: var(--pink-color);

}



.offer-all {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    text-align: justify;
    width: 60%;
    background-color: var(--white-color);
    border: 0.8em solid var(--orange-color);
    padding: 1em;
    border-radius: 1em;
    box-shadow: 0.8em 0.8em 0em var(--pink-color);
}

@media screen and (max-width: 500px) {
    .offer-vanilla-title {
        font-size: 0.5em;
    }
}

.offer-vanilla-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
@media screen and (max-width: 500px) {
    .offer-vanilla-content {
        font-size: 0.5em;
    }
}

.offer-vanilla-content-item {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 75%;
    gap: 3%;
    align-items: center;
    color: var(--pink-color);
    font-weight: 600;
}

.offer-vanilla-content-img {
    width: 55%;
}

.offer-gamemode {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 500px) {
    .offer-gamemode-title {
        font-size: 0.5em;
    }
}

.offer-gamemode-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer-gamemode-content-item {
    width: 45%;
}

.offer-mobgriefing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .offer-mobgriefing-title {
        font-size: 0.5em;
    }
}

.offer-mobgriefing-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
}

.offer-mobgriefing-title {
    text-align: left;
    width: 100%;
}

.offer-mobgriefing-content-item {
    width: 25%;
}



/* ------------------------ */

/* places */


.places {
    margin-top: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.places-title {
    background: var(--pink-color);
    width: 20%;
    padding: 1em;
    font-size: 1em;
    color: var(--white-color);
    border-radius: 2em 2em  0 0;
    margin-bottom: 0;
    text-align: center;
} @media screen and (max-width: 500px) {
    .places-title {
        font-size: 0.6em;
    }
}


.places-subtitle {
    background-color: var(--orange-color);
    width: 60%;
    padding: 1em;
    font-size: 0.8em;
    color: var(--white-color);
    border-radius: 2em 2em 0 0;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    box-shadow: 0.8em 0.8em 0em var(--pink-color);
} @media screen and (max-width: 500px) {
    .places-subtitle {
        font-size: 0.6em;
        border-radius: 2em;
    }
}

.places-overworld {
    background-color: var(--orange-color);
    padding: 1%;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 80%;
    border-radius: 2em;
    box-shadow: 0.8em 0.8em 0em var(--pink-color);
}

.places-overworld-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10%;
} @media screen and (max-width: 500px) {
    .places-overworld-item {
        font-size: 0.6em;
    }
}

.places-overworld-item-title {
    width: 80%;
    color: var(--white-color);
    font-weight: 700;
}

.places-overworld-item-content {
    width: 80%;
    color: var(--white-color);
    text-align: justify;
}

.places-overworld-item-img {
    width: 80%;
}

.places-nether {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 60%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding:1em;
    padding-bottom: 0;
    background-color: var(--orange-color);
    box-shadow: 0.8em 0.8em 0 var(--pink-color);
    z-index: 10;
} @media screen and (max-width: 500px) {
    .places-nether {
        border-radius: 2em 2em 0 0;
    }
}

.places-nether-trainstation {
    text-align: center;
    width: 95%;
    background-color: var(--white-color);
    border-radius: 2em;
    padding: 1em;
    margin-bottom: 0;
    z-index: 12 ;
} @media screen and (max-width: 500px) {
    .places-nether-trainstation {
        font-size: 0.6em;
    }
}

.places-nether-img {
    z-index: 11;
    position: relative;
    top: -1em;
    width: 95%;
}

.places-more {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    margin-top: 0;
    padding: 1em;
    background-color: var(--orange-color);
    box-shadow: 0.8em 0.8em 0 var(--pink-color);
    z-index: 10;
    border-radius: 0 0 15em 15em;
}

.places-more-content {
    margin-top: 0;
    width: 95%;
    color: var(--white-color);
    text-align: center;
} @media screen and (max-width: 500px) {
    .places-more-content {
        font-size: 0.5em;
    }
}

.places-more-content-img {
    width: 100%;
    border-radius: 15em;
}


/* ------------------------ */

/* photos */

.photos {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3em;
}

.photos-title {
    text-align: center  ;
    background-color: var(--orange-color);
    width: 20%;
    padding: 0.5em 1em;
    font-size: 1.5em;
    color: var(--white-color);
    border-radius: 2em;
    box-shadow: 0.4em 0.4em 0 var(--pink-color);
    margin-bottom: 2em;
} @media screen and (max-width: 500px) {
    .photos-title {
        font-size: 1em;
    }
}

.photos-content {
    overflow: hidden;
    width: 150%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 0.5em;
}


.photos-content img {
    position: relative;
    left: -15%;
    width : 15%;
    border-radius: 1em;
    box-shadow: 0.3em 0.3em 0 var(--pink-color);
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-timing-function: linear; 
} 

@keyframes photoloop {
    from {
        transform: translateX(-100%);
    } 
    to {
        transform: translateX(calc(115% * 100/15));
    }
}

/* ------------------------ */
/* join */

.join {
    margin-top: 2em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5%;
}

.join-more {
    display: flex;
    justify-content: center;    
    align-items: center;
    gap: 20%;
}

.join button {
    width: auto;
    background: var(--pink-color);
    border: none;
    padding: .5em 1em ;
    border-radius: 2em;
    margin-bottom: 1em;
    color: var(--white-color);
    font-weight: 600;
    box-shadow: 0.3em 0.3em 0 var(--purple-color);
}


@media (pointer:fine) {
    .join button:hover {
        --pink-color : #d60072;
        transition: 200ms linear;
    }
}


/* ------------------------ */

/* footer */

footer {
    position: relative;
    top: -5em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.support {
    margin-top: 3em;
    text-align: center  ;
    background-color: var(--orange-color);
    width: 10%;
    padding: 0.5em 1em;
    font-size: 0.8em;
    color: var(--white-color);
    border-radius: 2em;
    box-shadow: 0.4em 0.4em 0 var(--pink-color);
    margin-bottom: 1em;
} @media screen and (max-width: 500px) {
    .support {
        width: 30%;
        font-size: 1em;
    }
}

.information {
    width: 40%;
    text-align: center;
    font-size: 0.6em;
}

.paypallink {
    border-radius: 1em;
    border: 0.1em solid #aaa;
    width: 5em;
}

.paypal {
    width: 5em;
}
