@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
*
{ 
	margin: 0;
	padding: 0;
    scroll-behavior: smooth;
	font-family: 'Poppins', sans-serif;
} 
body
{
	min-height: 100vh;
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,37,18,1) 50%, rgba(0,0,0,1) 100%);
}
::-webkit-scrollbar{
  width: 12px;
}
::-webkit-scrollbar-track{
    width: 12px;
    background: black;
    border-left: 0 solid black;
    border-right: 0 solid black;
}
::-webkit-scrollbar-thumb{
    background: #00AA00;
    width: 0;
    height: 35%;
    transition: 0.5s ease;
    cursor: pointer;

}
/* ---- LOADER ---- */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(https://imgur.com/MjQUC3g.gif) center no-repeat #fff;
}
/*.cursor{
  position: fixed;
  width: 50px;
  height: 50px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .1s;
}

.cursor2{
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: #c6c6c6;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .15s;
}
.content:hover ~ .cursor{
  transform: translate(-50%, -50%) scale(1.5);
  background-color: #c6c6c6;
  opacity: .5;
}

.content:hover ~ .cursor2{
  opacity: 0;
}*/
.gotopbtn{
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 5px;
  right: 5px;
  border-radius: 10px;

  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 22px;
}
.scrolltopbtn{
  width: 50px;
  height: 50px;

  text-decoration: none;
  text-align: center;
  color: white;
}
#particles-js
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}

.main
{
  position: relative;
    margin: auto; 
    display: block;
    text-align: center;
    color: #fff;
}
.memory_text
{
  background: #202020;
  margin-top: 0px;
  width: 100%;
  padding-bottom: 150px;
  /*border: 1px solid #202020;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #00AA00;*/
}
.logo
{
    padding-top: 5px;
    width: 150px;
    height: 150px; 
    padding-left: 20px;
    padding-right: 20px;
    animation-name: text-logo;
    animation-duration: 4s;
}
.logo1
{
    padding-top: 0px;
    width: 150px;
    height: 150px; 
    padding-left: 20px;
    padding-right: 20px;
}
.actualland
{
    color: #00AA00;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    padding-bottom: 25px;
    font-size: 30px;
    font-family: 'MinecraftiaRegular';
    font-weight: normal;
    font-style: normal;
    animation-name: text-logo;
    animation-duration: 4s;
}
@keyframes text-logo {
  from {opacity: 0;
        filter: blur(4px);}
  to {opacity: 100;
        filter: blur(0px);}
}
a{
    text-decoration: none;
    color: #eee;
    display: block;
}
.headerr{
    width: 100%;
    background-color: #333;
    background-size: cover;
    position: relative;
    top: 0px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid #00AA00;
    border-radius: 0px;
}

.headerr .container{
    max-width: 120rem;
    width: 99%;
    margin: 0 auto;
}
.headerr .brand{
    width: 0px;
    height: 0px;
    opacity: 0%;
}
.headerr .brand span{
    color: crimson;
}

.headerr .navv{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.95rem;
}
.headerr .navv ul{
    display: flex;
    flex-wrap: wrap;
}

.headerr .navv ul li{
    list-style: none;
    transform: translateX(100rem);
    animation: slideIn .5s forwards;
}

.headerr .navv ul li:nth-child(1){
    animation-delay: 0s;
}
.headerr .navv ul li:nth-child(2){
    animation-delay: 0.2s;
}
.headerr .navv ul li:nth-child(3){
    animation-delay: 0.4s;
}
.headerr .navv ul li:nth-child(4){
    animation-delay: 0.6s;
}
.headerr .navv ul li:nth-child(5){
    animation-delay: 0.8s;
}
.headerr .navv ul li:nth-child(6){
    animation-delay: 1s;
}
.headerr .navv ul li:nth-child(7){
    animation-delay: 1.2s;
}
.headerr .navv ul li:nth-child(8){
    animation-delay: 1.4s;
}
.headerr .navv ul li:nth-child(9){
    animation-delay: 1.6s;
}
.headerr .navv ul li:nth-child(10){
    animation-delay: 1.8s;
}
.headerr .navv ul li:nth-child(11){
    animation-delay: 2s;
}
.headerr .navv ul li:nth-child(12){
    animation-delay: 2.2s;
}
.headerr .navv ul li:nth-child(13){
    animation-delay: 2.4s;
}
.headerr .navv ul li:nth-child(14){
    animation-delay: 2.6s;
}
.headerr .navv ul li:nth-child(15){
    animation-delay: 2.8s;
}
.headerr .navv ul li:nth-child(16){
    animation-delay: 3s;
}

.headerr .navv ul li a{
    padding: 5px 0;
    margin: 0 1.7rem;
    position: relative;
    letter-spacing: 2px;
}

.headerr .navv ul li a:last-child{
    margin-right: 0;
}

.headerr .navv ul li a::before,
.headerr .navv ul li a::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #00CC00;
    left: 0;
    transform: scaleX(0);
    transition: all .5s;
}

.headerr .navv ul li a::before{
    top: 0;
    transform-origin: left;
}

.headerr .navv ul li a::after{
    bottom: 0;
    transform-origin: right;
}

.headerr .navv ul li a:hover::before,
.headerr .navv ul li a:hover::after{
    transform: scaleX(1);
}

@keyframes slideIn {
    from{

    }
    to{
        transform: translateX(0);
    }
}

@media screen and (max-width: 768px){

    .headerr .menu-toggle{
        display: block;
        font-size: 35px;
    }

    .headerr .navv{
        padding-top: 0;
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        height: 100%;
        text-align: center;
    }

    .headerr .navv ul{
        flex-direction: column;
    }

    .headerr .navv ul li{
        margin-top: 1rem;
    }

    .headerr .navv ul li a{
        margin: 0;
        font-size: 2.0rem;
    }

    .headerr .brand{
    width: 100%;
    height: 100%;
    opacity: 100%;
    transform: translateX(-100rem);
    animation: slideIn .5s forwards;
    }
    .headerr .brand span{
    color: crimson;
    }
}





a{
    text-decoration: none;
    display: block;
}
header{
    width: 0%;
    background-size: cover;
    position: absolute;
    top: 0px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}

.container{
    max-width: 0rem;
    width: 99%;
    margin: 0 auto;
}

.menu-toggle{
    position: fixed;
    top: 0rem;
    right: 0rem;
    color: #eeeeee;
    font-size: 0rem;
    cursor: pointer;
    z-index: 1000;
    display: none;
}
.brand{
    width: 0px;
    height: 0px;
    opacity: 0%;
}
.brand span{
    color: crimson;
}

nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0rem;
}
nav ul{
    display: flex;
    flex-wrap: wrap;
}

nav ul li{
    list-style: none;
    transform: translateX(100rem);
    animation: slideIn .5s forwards;
}

nav ul li:nth-child(1){
    	animation-delay: 0s;
	}
	nav ul li:nth-child(2){
	    animation-delay: 0.2s;
	}
	nav ul li:nth-child(3){
	    animation-delay: 0.4s;
	}
	nav ul li:nth-child(4){
	    animation-delay: 0.6s;
	}
	nav ul li:nth-child(5){
	    animation-delay: 0.8s;
	}
	nav ul li:nth-child(6){
	    animation-delay: 1s;
	}
	nav ul li:nth-child(7){
	    animation-delay: 1.2s;
	}
	nav ul li:nth-child(8){
	    animation-delay: 1.4s;
	}
	nav ul li:nth-child(9){
	    animation-delay: 1.6s;
	}
	nav ul li:nth-child(10){
	    animation-delay: 1.8s;
	}
	nav ul li:nth-child(11){
	    animation-delay: 2.0s;
	}
	nav ul li:nth-child(12){
	    animation-delay: 2.2s;
	}
	nav ul li:nth-child(13){
	    animation-delay: 2.4s;
	}
	nav ul li:nth-child(14){
	    animation-delay: 2.6s;
	}
	nav ul li:nth-child(15){
	    animation-delay: 2.8s;
	}
	nav ul li:nth-child(16){
	    animation-delay: 3s;
	}

nav ul li a{
    padding: 0px 0;
    margin: 0 0rem;
    position: relative;
    letter-spacing: 0px;
}

nav ul li a:last-child{
    margin-right: 0;
}

nav ul li a::before,
nav ul li a::after{
    content: '';
    position: absolute;
    width: 0%;
    height: 0px;
    background-color: #00CC00;
    left: 0;
    transform: scaleX(0);
    transition: all .5s;
}

nav ul li a::before{
    top: 0;
    transform-origin: left;
}

nav ul li a::after{
    bottom: 0;
    transform-origin: right;
}

.overlay{
    background-color: rgba(0,0,0,.95);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: opacity 650ms;
    transform: scale(0);
    opacity: 0;
    display: none;
}

@media screen and (max-width: 768px){
    a{
    text-decoration: none;
    color: #eee;
    display: block;
    }
    header{
        width: 100%;
        background-size: cover;
        position: absolute;
        top: 0px;
        overflow: hidden;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 0px;
    }

    .container{
        max-width: 120rem;
        width: 99%;
        margin: 0 auto;
    }

    .menu-toggle{
        position: fixed;
        top: 2.5rem;
        right: 2.5rem;
        color: #eeeeee;
        font-size: 3rem;
        cursor: pointer;
        z-index: 1000;
        display: none;
    }
    .brand{
        width: 0px;
        height: 0px;
        opacity: 0%;
    }
    .brand span{
        color: crimson;
    }

    nav{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 1.0rem;
    }
    nav ul{
        display: flex;
        flex-wrap: wrap;
    }

    nav ul li{
        list-style: none;
        transform: translateX(100rem);
        animation: slideIn .5s forwards;
    }

    nav ul li:nth-child(1){
    	animation-delay: 0s;
	}
	nav ul li:nth-child(2){
	    animation-delay: 0.2s;
	}
	nav ul li:nth-child(3){
	    animation-delay: 0.4s;
	}
	nav ul li:nth-child(4){
	    animation-delay: 0.6s;
	}
	nav ul li:nth-child(5){
	    animation-delay: 0.8s;
	}
	nav ul li:nth-child(6){
	    animation-delay: 1s;
	}
	nav ul li:nth-child(7){
	    animation-delay: 1.2s;
	}
	nav ul li:nth-child(8){
	    animation-delay: 1.4s;
	}
	nav ul li:nth-child(9){
	    animation-delay: 1.6s;
	}
	nav ul li:nth-child(10){
	    animation-delay: 1.8s;
	}
	nav ul li:nth-child(11){
	    animation-delay: 2.0s;
	}
	nav ul li:nth-child(12){
	    animation-delay: 2.2s;
	}
	nav ul li:nth-child(13){
	    animation-delay: 2.4s;
	}
	nav ul li:nth-child(14){
	    animation-delay: 2.6s;
	}
	nav ul li:nth-child(15){
	    animation-delay: 2.8s;
	}
	nav ul li:nth-child(16){
	    animation-delay: 3s;
	}

    nav ul li a{
        padding: 5px 0;
        margin: 0 2rem;
        position: relative;
        letter-spacing: 2px;
    }

    nav ul li a:last-child{
        margin-right: 0;
    }

    nav ul li a::before,
    nav ul li a::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #00CC00;
        left: 0;
        transform: scaleX(0);
        transition: all .5s;
    }

    nav ul li a::before{
        top: 0;
        transform-origin: left;
    }

    nav ul li a::after{
        bottom: 0;
        transform-origin: right;
    }

    .overlay{
        background-color: rgba(0,0,0,.95);
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        transition: opacity 650ms;
        transform: scale(0);
        opacity: 0;
        display: none;
    }
}

nav ul li a:hover::before,
nav ul li a:hover::after{
    transform: scaleX(1);
}

@keyframes slideIn {
    from{

    }
    to{
        transform: translateX(0);
    }
}

@media screen and (max-width: 768px){

    .menu-toggle{
        display: block;
        font-size: 35px;
    }

    nav{
        padding-top: 0;
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        height: 100%;
        text-align: center;
    }

    nav ul{
        flex-direction: column;
    }

    nav ul li{
        margin-top: 1rem;
    }

    nav ul li a{
        margin: 0;
        font-size: 1.75rem;
    }

    .brand{
    width: 100%;
    height: 100%;
    opacity: 100%;
    transform: translateX(-100rem);
    animation: slideIn .5s forwards;
    }
    .brand span{
    color: crimson;
    }
  
  .overlay.menu-open,
  nav.menu-open{
      display: flex;
      transform: scale(1);
      opacity: 1;
  }
  
}