/* 
.test1 {
    background: rgba(255, 0, 0, 0.2);
}
.test2 {
    background: rgba(0, 255, 117, 0.2);
}
.test3 {
    background: rgba(235, 255, 0, 0.2);
}
.test4 {
    background: rgba(0, 163, 255, 0.2);
} */


html, body {
    /* background: linear-gradient(115.66deg, #005C97 0%, #363795 100%), #3064A4; */
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    }

body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

body {
	background: linear-gradient(-45deg, #0F213E, #173669, #221769, #3E0F31);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}





.logo-wrap {
    display: flex;
}
.container {
    padding: 40px;
    flex: 1;
    display: flex;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}
.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.atom {
    transform: scale(2);
    transform-origin: center center;
    margin-bottom: 80px;
}
.text {
    margin: 40px 0;
}

ul {
    opacity: .5;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: flex;
}
li:not(:first-child)::before {
    content: '-';
    margin: 1px 4px;
}
h1 {
    font-weight: 600;
    font-size: 47px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    margin: 2px 0 4px 0;
}
.logo {
    margin-right: 16px;
}

a {
    margin: 24px 0;
    display: inline-flex;
    text-decoration: none;
    flex-direction: row;
    align-items: flex-start;
    /* padding: 10px 20px; */
    gap: 8px;
    /* background: #FFFFFF; */
    /* background: rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0px 84px 23px rgba(15, 71, 138, 0.02), 0px 54px 21px rgba(15, 71, 138, 0.15), 0px 30px 18px rgba(15, 71, 138, 0.5), 0px 13px 13px rgba(15, 71, 138, 0.85), 0px 3px 7px rgba(15, 71, 138, 0.98), 0px 0px 0px #0F478A; */
    /* border-radius: 999px; */
    transition: all 0.3s;
    /* color: #10478A; */
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;    
    opacity: .5;
}
a svg {
    margin: 4.5px 0 0;
}
a:hover {
    /* background: rgba(255, 255, 255, 0.8); */
    /* background: rgba(0, 0, 0, 0.2); */
    opacity: .7;
}

.logo-wrap {
    width: 40px;
}

.logo {
    min-width: 80px;
}

.copyright {
    font-size: 12px;
    opacity: .5;
}

@media screen and (max-width: 1200px) {
    .atom {
        transform: scale(2);
    }
}
@media screen and (max-width: 992px) {
    .atom {
        transform: scale(1.5);
    }
}
@media screen and (max-width: 720px) {
    .image {
        display: none;
    }
    .logo-wrap {
        transform: scale(.8);
        transform-origin: 0 0;
    }
    .container {
        padding: 24px;
    }
}


#particles-js {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}





.atom {
    /* background: linear-gradient(to right, #c0392b, #8e44ad); */
    /* transform: scale(1.2, 1.2); */
    overflow: hidden;

    /* background-color: #10478A; */
    width: 200px;
    height: 200px;
    float: left;
    position: relative;
}
.atom > div {
    border-radius: 50%;
    border: 3px solid #fff;
    transform-style: preserve-3d;
    transform: rotateX(80deg) rotateY(20deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
}
.atom > div:first-of-type:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    transform: rotateX(-80deg) rotateY(0);
    box-shadow: 0 0 25px #fff;
    animation: nucleus_ 2s infinite linear;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
.atom > div:nth-of-type(2) {
    transform: rotateX(-80deg) rotateY(20deg);
}
.atom > div:nth-of-type(2) > div, .atom > div:nth-of-type(2) > div:after {
    animation-delay: -0.5s;
}
.atom > div:nth-of-type(3) {
    transform: rotateX(-70deg) rotateY(60deg);
}
.atom > div:nth-of-type(3) > div, .atom > div:nth-of-type(3) > div:after {
    animation-delay: -1s;
}
.atom > div:nth-of-type(4) {
    transform: rotateX(70deg) rotateY(60deg);
}
.atom > div:nth-of-type(4) > div, .atom > div:nth-of-type(4) > div:after {
    animation-delay: -1.5s;
}
.atom > div > div {
    width: 200px;
    height: 200px;
    position: relative;
    transform-style: preserve-3d;
    animation: trail_ 2s infinite linear;
}
.atom > div > div:after {
    content: "";
    position: absolute;
    top: -5px;
    box-shadow: 0 0 12px #fff;
    left: 50%;
    margin-left: -5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    animation: particle_ 2s infinite linear;
}
@keyframes trail_ {
    from {
        transform: rotateZ(0deg);
   }
    to {
        transform: rotateZ(360deg);
   }
}
@keyframes particle_ {
    from {
        transform: rotateX(90deg) rotateY(0deg);
   }
    to {
        transform: rotateX(90deg) rotateY(-360deg);
   }
}
@keyframes nucleus_ {
    0%, 100% {
        box-shadow: 0 0 0 transparent;
   }
    50% {
        box-shadow: 0 0 25px #fff;
   }
}


body {
    overflow: hidden;
}

.content-in {
    width: 50%;
}


#sphere {
    position: absolute;
    width: 620px;
    height: 100%;
    right: 0;
    top: -32px;
    overflow: hidden;
    transform: scale(.9);
    transform-origin: right center;    
    opacity: .25;
}
#sphere canvas {
    /* padding: 20px;
    overflow: visible !important;
    width: auto !important;
    height: 500px !important;
    transform-origin: center center;     */

    background: none !important;
}

.slogan {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    opacity: .5;
    text-align: center;
}
    
    
@media screen and (max-width: 1200px) {
    #sphere {

        transform: scale(.7);
        transform-origin: center center;  
    }  

}
@media screen and (max-width: 992px) {
    .content-in {
        width: 100%;
    }
    #sphere {
        display: none;
    }
    body {
        overflow: auto;
    }
    
}
@media screen and (max-width: 720px) {

}

.link-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.link-wrapper a {
    margin: 0;
}

._link-wrapper a {
    display: flex;
    align-items: center;
    margin: 0;
}
    
._link-wrapper a::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 20px;
    margin-right: 1px;
    margin-left: 1px;
    position: relative;

    border: 1px currentColor solid;
}

