/*SUPRELIC REIGN SUPREME*/
.rubik-rubikfont {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

.pirata-one-regular {
  font-family: "Pirata One", system-ui;
  font-weight: 400;
  font-style: normal;
}

body {
    pointer-events:auto;
    user-select:none;
    margin: 0;
    font-family: rubik, sans-serif;
    background-color: rgb(045,045,045);
    color:rgb(255,200,0)
}

.background-container{
position:fixed;
top:0;
left:0;
width:100%;
height:100vh;
z-index: -1;
display:flex;
justify-content: center;
align-items: center;
background-color:rgb(045,045,045);
background-image:
    linear-gradient(rgb(40,40,40) 2px,transparent 1px),
    linear-gradient(90deg, rgb(40,40,40) 2px,transparent 1px);
    background-size:40px 40px;
    background-position: center center;
    background-attachment: local;
    mask-image:radial-gradient(
        circle at center,
        black 40%
        transparent 95%
    );
    -webkit-mask-image: radial-gradient(
        circle at center,
        black 40%,
        transparent 95%
    );
}

.rainbow-square {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 35px;
  height: 25px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  overflow: hidden;
}

.rainbow-square .color {
  flex: 1;
  width: 100%;
  min-height: 0;
}

.red { background: red; }
.orange { background: orange; }
.yellow { background: yellow; }
.green { background: rgb(0, 255, 0); }
.blue { background: rgb(0, 174, 255); }
.purple { background: rgb(189, 0, 189); }

.cool-images {
    display:flex;
    justify-content: center;
    margin:10px 0px 50px;
    padding-top:70px;
}
.burningtext {
    margin: 0 10px;
    cursor:none !important;
}
.gun {
    width:100px;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    pointer-events: none;
}

.social-links {
    display: flex;
    justify-content: center;
    align-items:center;
    flex-wrap:wrap;
    color: rgb(255, 200, 0);
}

.social-icon {
    width: 80px;
    height: 60px;
    margin: 5px;
    padding:10px;
    background-repeat:no-repeat;
    background-position: center;
    background-size:90% 80%;
    display: block;
    transition: all 0.3s ease-in-out;
}

.social-icon:hover {
    transform: scale(1.1);
    background-color: rgb(255, 200, 0);
    border-radius: 4px;
}

.discord {
    background-image: url('images/discordiconyellow.svg');
}
.youtube {
    background-image: url('images/youtubeiconyellow.svg');
}
.tiktok {
    background-image: url('images/tiktokiconyellow.svg');
}
.instagram {
    background-image: url('images/instagramiconyellow.svg');
}
.twitter {
    background-image: url('images/twittericonyellow.svg');
}

.discord:hover {
    background-image: url('images/discordicon.svg');
}
.youtube:hover {
    background-image: url('images/youtubeicon.svg');
}
.tiktok:hover {
    background-image: url('images/tiktokicon.svg');
}
.instagram:hover {
    background-image: url('images/instagramicon.svg');
}
.twitter:hover {
    background-image: url('images/twittericon.svg');
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-drag:none;
    user-select: none;
}

#protectionPopup {
    position: fixed;
    background-color: rgb(045,045,045);
    color: red;
    border-radius: 0px;
    border:solid;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;
    padding: 8px 25px 8px 12px;
    font-size: 24px;
    pointer-events: none;
    left: 0;
    top: 0;
}

.close-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    pointer-events: auto;
}

.close-btn::before, 
.close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1.5px;
    background: red;
}

.close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.content {
    padding-left: min(8em, 8%);
    padding-right: min(8em, 8%);
    transition: 1s;
}
.navbar {
    background-color: rgb(045,045,045);
    border: solid;
    border-color: rgb(255, 200, 0);
    padding: 10px 20px;
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index:1000;
    box-sizing:border-box;
    background-image:
    linear-gradient(rgb(40,40,40) 2px,transparent 1px),
    linear-gradient(90deg, rgb(40,40,40) 2px,transparent 1px);
    background-size:40px 30px;
    background-position: center center;
    background-attachment: local;
}

.navbar-links {
    display: flex;
    justify-content: center;
    font-weight:600;
    gap: 20px;
}

.nav-button {
background-color: rgb(045,045,045);
}

.navbar-links .nav-button {
    color: rgb(255, 200, 0);
    border: solid;
    padding: 4px 12px;
    text-decoration: none;
    font-size: 28px;
    cursor: pointer;
    transition:all 0.2s ease-in-out;
}

.navbar-links .nav-button:hover {
    color: rgb(045,045,045);
    background-color: rgb(255, 200, 0);
    border-color:rgb(255,200,0);
}

.burger-menu {
    display: none;
    padding: 0px 5px;
    background-color: rgb(045,045,045);
    border: solid;
    border-color: rgb(255, 200, 0);
    color: rgb(255, 200, 0);
    font-size: 40px;
    font-weight:900;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 15px;
    z-index:1000;
    transition:0.3s;
    border-radius:2px;
}

.burger-menu:hover {
    border-color: transparent;
    color: rgb(045,045,045);
    background-color: rgb(255, 200, 0);
    border-radius:6px;
}

.burger-menu span {
    display: block;
    width: 40px;
    height: 6px;
    background-color: rgb(255, 200, 0);
    margin: 8px 0;
    transition: all 0.3s;
    border-radius:4px;
}

.burger-menu:hover span {
    height:10px;
    margin:5px 0;
    background-color:rgb(045,045,045);
}

.dropdown-menu {
    display: block;
    position:fixed;
    text-align: center;
    top: 80px;
    right: 20px;
    background-color:none;
    z-index:1000;
    opacity:0;
    height:0;
    overflow:hidden;
    transition:top 0.3s, transform 0.3s, height 0.2s;
}

.dropdown-menu.show{
    height:129px;
    opacity:1;
}

.dropdown-menu.hide{
    opacity:1;
    height:0;
    top:80px;
}

.dropdown-menu .nav-button {
    display: block;
    color: rgb(255, 200, 0);
    background-color: rgb(045,045,045);
    padding: 10px 20px;
    text-align: center;
    font-size:30px;
    cursor: pointer;
    border:solid;
    transition:0.3s;
    margin-bottom:5px;
}

.dropdown-menu .nav-button:hover {
    color: rgb(045,045,045);
    background-color: rgb(255, 200, 0);
}

@media (max-width: 500px) {
    .cool-images{
        padding-top:0;
        transition:0.4s;
    }
    .navbar{
        display:none;
    }
    .navbar-links {
        display: none;
    }

    .burger-menu {
        display: block;
    }

    .dropdown-menu .nav-button {
        text-align: center;
    }
}

@media (min-width:501px) {
    .cool-images{
        padding-top:70;
        transition:0.4s;
    }
    .burger-menu{
        display:none;
    }
    .dropdown-menu {
        display:none;
    }
}

