*{
     margin: 0;
     padding: 0;
}
.s1{
   min-height: 100vh;
   width: 100%;
   background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url("imgs/mainwall.png");
   background-position: center;
   background-size: cover;
   position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    font-family: 'Beau Rivage', cursive;
}
nav img{
    width: 100px;
    height: 100px;
}
.links{
    flex: 1;
    text-align: right;
}
.links ul li{
     list-style: none;
     display: inline-block;
     padding: 8px 12px;
     position: relative;
     font-family: 'Beau Rivage', cursive;
}
.links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}
.links ul li::after{
     content: '';
     width: 0%;
     height: 2px;
     background: #540a1b;
     display: block;
     margin: auto;
     transition: 0.5s;
}
.links ul li:hover::after{
    width: 100%;
}
.text-box{
    font-family: 'Vidaloka', serif;
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 62px;
}
.text-box h2{
    font-size: 40px;
}
.text-box p{
    margin: 10px 0 30px;
    font-size: 14;
    color: #fff;
}
.button1{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.button1:hover{
    border: 1px solid #1e1d59;
    background: #1e1d59;
    transition: 1s;
}

nav .fa{
    display: none;
}

@media(max-width: 870px){
      .text-box h1{
    font-size: 20px;
    }
    .text-box h2{
    font-size: 10px;
    }
    .links ul li{
        display: block;
    }
    .links{
       position: absolute;
       background: #4a0c1c;
       height: 100vh;
       width: 200px;
       top: 0;
       right: -200px;
       text-align: left;
       z-index: 2;
       transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;

    }
    .links ul{
    padding: 30px;
    }
}

.admins{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    font-family: 'Vidaloka', serif;
}

h1{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}

p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.admincolor{
    flex-basis: 31%;
    background: #04033d;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: 10px 10px;
    color: #fff;
}

.adminlink::after{
     content: '';
     width: 0%;
     height: 2px;
     background: #540a1b;
     display: block;
     margin: auto;
     transition: 0.5s;
}
.adminlink:hover::after{
    width: 15%;
}


h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: #777;
}
 .admincolor:hover{
      box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
 }
 @media(max-width: 870px){
      .row{
            flex-direction: column;
      }
 }
 .admins{
   min-height: 100vh;
   width: 100%;
   background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url("imgs/frostimg2.png");
   background-position: center;
   background-size: cover;
   position: relative;
}
.p69{
    color: #fff;
}
.p14{
    width: 100%;
    border: 3px solid #000000;
    text-align: center;
    color: #fff;
}
.join{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url("imgs/kali.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}

.join-col{
    color: #fff;
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}


.join-col img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.layer{
    content: '';
    background: transparent;
    height: 100%;
    width: 100%;
    position: center;
    top: 0;
    left: 0;
    transition: 2s;
}
.h7{
    color: #d3d6db;
    font-family: 'Vidaloka', serif;
    border-radius: 70px;
    border: 3px solid #000000;
    background-color: #112640;
    padding: 10px 4px;
    flex-basis: 31%;
    height: 6px;
    text-align: center;
    width: 15%;
    margin: auto;
    font-size: 16px;
    transition: 1s;
    text-decoration: none;
    display: block;
    transition: 1s;
}
.h7:hover{
    background: rgba(17,4,120);
}
@media(max-width: 870px){
    .h7{
    color: ##d3d6db;
    border-radius: 70px;
    border: 3px solid #000000;
    background-color: #112640;
    padding: 10px 4px;
    flex-basis: 31%;
    height: 6px;
    text-align: center;
    width: 35%;
    margin: auto;
    font-size: 10px;

    }
}
.layer h3{
     font-weight: 500;
     bottom: 0;

}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}
.noclue{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.sec{
    flex-basis: 31%;
    border-radius: 15px;
    margin-bottom: 10%;
    text-align: center; 
}
.sec img{
    width: 25%;
    border-radius: 10px;
}
.sec{
    border: black;
    border-width: 8px;
    border-style: solid;
    border-width: 50%;
}
.noclue{ 
    width: 100%;
    height: 100%;
    margin: 0px;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url("imgs/may7.png");
    background-size: cover;
}
.noclue h2{
    color: white;
    font-size: 24px;
}
.noclue h3{
    color: white;
}
.h89{
    color: #d3d6db;
    font-family: 'Vidaloka', serif;
    border-radius: 70px;
    border: 3px solid #000000;
    background-color: #112640;
    padding: 10px 4px;
    flex-basis: 31%;
    height: 6px;
    text-align: center;
    width: 6%;
    margin: auto;
    font-size: 16px;
    transition: 1s;
    text-decoration: none;
    display: block;
    transition: 1s;
}
.h89:hover{
    background: rgba(17,4,120);
}
.attack img{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url("imgs/mainwall.png");
    background-position: center;
    background-size: cover;
    position: relative;
}
.remove{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url("imgs/yesboi.png");
    background-position: center;
    background-size: cover;
    position: relative;
}