@charset "utf-8";
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  
}
.loader-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    font-family: "Inter", sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    color: white;
    border-radius: 50%;
    background-color: transparent;
    user-select: none;
}
.spinner {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgb(186, 66, 255) 35%, rgb(0, 225, 255));
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: transparent;
    animation: spinning82341 1s linear infinite;
    z-index: 0;
    filter: blur(1px);
    box-shadow: 0px -5px 20px 0px rgb(186, 66, 255), 0px 5px 20px 0px rgb(0, 225, 255);
}

.loader-letter {
    display: inline-block;
    opacity: 0.3;
    transform: translateY(0);
    animation: loader-letter-anim 2s infinite;
    z-index: 1;
    border-radius: 50ch;
    border: none;
}
.loader-letter:nth-child(1) {
    animation-delay: 0s;
}
.loader-letter:nth-child(2) {
    animation-delay: 0.1s;
}
.loader-letter:nth-child(3) {
    animation-delay: 0.2s;
}
.loader-letter:nth-child(4) {
    animation-delay: 0.3s;
}
.loader-letter:nth-child(5) {
    animation-delay: 0.4s;
}
.loader-letter:nth-child(6) {
    animation-delay: 0.5s;
}
.loader-letter:nth-child(7) {
    animation-delay: 0.6s;
}
@keyframes loader-letter-anim {
0%, 100% {
opacity: 0.3;
transform: translateY(0);
}
20% {
opacity: 1;
transform: scale(1.15);
}
40% {
opacity: 0.7;
transform: translateY(0);
}
}
.spinner1 {
    background-color: rgb(0, 0, 0);
    width: 200px;
    height: 200px;
    border-radius: 200px;
    filter: blur(1px);
}
@keyframes spinning82341 {
to {
transform: rotate(360deg);
}
}

body {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin-top: 0px;
    width: 100%;
    background-color: #000000;
}

body ul {
    list-style-type: none;
     margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin-top: 0px;
}
#enterance {
	animation: bounceInUp 2s;
	
}

body ul li {
    width: 20%;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: -3px -3px 22px -3px #2E2E2F;
    box-shadow: -3px -3px 22px -3px #2E2E2F;
	transition: ease all .6s;
	
}
body ul li img {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    display: block;
    text-decoration: none;	
}
.mask {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: block;
    opacity: 0;
    color: #FFFFFF;
    background-color: #000;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
   
}
.mask:hover {
    content: "";
    display: block;
    opacity: 0.8;
	animation: bounce 0.7s;
	transition: ease-in-out 0.7s;
   
}
.mask h2 {
    color: #FFFFFF;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
}
.mask p{
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.mask:hover h2 {
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
}
.mask:hover p{
    color: #FFFFFF;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
#footer	{
    width: 90%;
    height: auto;
    position: relative;
    font-family: Arial;
    font-size: 10px;
    clear: both;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

@media only screen and (max-width: 767px) and (min-width: 240px){
	body ul li img {
    width: 100%;
    height: auto;
	display: block;
    text-decoration: none;
	pointer-events: none;
}
body ul li {width: 100%; pointer-events: none;}
	
body ul li a {
    pointer-events: none;
}
}

	
@media only screen and (max-width: 1023px) and (min-width: 768px){
		body ul li img {
    width: 100%;
    height: auto;
	display: block;
    text-decoration: none;}
body ul li {
	width: 50%;
	float: left;}
}
@media only screen and (max-width: 1500px) and (min-width: 1024px){
		body ul li img {
    width: 100%;
    height: auto;
	display: block;
    text-decoration: none;}
body ul li {
	width: 33.33%;
	float: left;}
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
		body ul li img {
    width: 100%;
    height: auto;
	display: block;
    text-decoration: none;}
body ul li {
	width: 25%;
	float: left;}
}
