/*@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Sono:wght,MONO@200..800,1&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Rubik+Glitch&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@100..900&family=Rubik+Distressed&family=Rubik+Glitch&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@652&family=Rubik+Distressed@100..900&family=Rubik+Glitch&family=Syne+Mono&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Chelsea+Market&family=Orbitron:wght@652&family=Rubik+Distressed&family=Rubik+Glitch&family=Syne+Mono&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Inter:wght@300;400;700&display=swap');*/

.color-bg-1 {
    color: #040812;
}

.color-bg-2 {
    color: #141a2e;
}

.color-bg-3 {
    color: #060c1c;
}

body, h2, h3, .top-title {
    font-family: sans-serif;
    /*font-weight:700;*/
}

h2, h3, .top-title {
    font-weight: 700;
}

h1.home, .main-font {
    /*font-family: 'Inter', sans-serif; font-weight: 700;*/
    /*font-family: 'Sono', sans-serif; font-weight: 700;*/
    /*font-family: 'Chelsea Market', sans-serif; font-weight: 700;*/
    /*font-family: 'Syne Mono', sans-serif; font-weight: 900;*/
    /*font-family: 'Rubik Glitch', sans-serif; font-weight: 400;*/
    font-family: 'Rubik Distressed', sans-serif;font-weight: 100;
    /*font-family: 'Orbitron', sans-serif; font-weight: 900;*/
    /*font-family: 'Audiowide', sans-serif; font-weight: 700;*/
    /*font-family: sans-serif; font-weight: 700;*/
}

.imprint, .data-privacy {
    font-weight: 400;
}

.gradient-bg {
    background: linear-gradient(135deg, rgb(0%, 2%, 8%) 0%, #0f1629 50%, #060c1c 100%);
}

.glow {
    box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
}

.glow-text {
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
}

.hover-glow:hover {
    box-shadow: 0 0 8px rgba(0, 255, 255, 0.5);
    transform: translateY(-2px);
    transition: all 0.3s ease;
    color: #FFF;
}

.cyber-border {
    border: 2px solid #888;

    /*border-image: linear-gradient(45deg, #009dff, #0080ff) 1;*/
}

@keyframes pulse-glow {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.pulse-glow {
    animation: pulse-glow 2s ease-in-out infinite;
}

/** **/
.octahedron {
    width: 0;
    height: 0;
    border-right: 12px solid rgba(4, 8, 18, .9);
    border-left: 68px solid rgba(20, 26, 46, .4);
    border-bottom: 60px solid rgba(6, 12, 28, .6);
    border-top: 26px solid rgba(63, 73, 124, 0.64);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 1s ease-in-out;
    -moz-transform: rotate(45deg);
    -moz-transition: all 1s ease-in-out;
    -ms-transform: rotate(45deg);
    -ms-transition: all 1s ease-in-out;
    transform: rotate(45deg);
    transition: all 1s ease-in-out;
}

.octahedron:hover {
    width: 0;
    height: 0;
    border-right: 60px solid rgba(4, 8, 18, .7);
    border-left: 26px solid rgba(20, 26, 46, .3);
    border-bottom: 12px solid rgba(6, 12, 28, .45);
    border-top: 68px solid rgba(63, 73, 124, .55);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 1s ease-in-out;
    -moz-transform: rotate(45deg);
    -moz-transition: all 1s ease-in-out;
    -ms-transform: rotate(45deg);
    -ms-transition: all 1s ease-in-out;
    transform: rotate(45deg);
    transition: all 1s ease-in-out;
}

.box {
    height: 60px;
    margin: 20px;
    padding: 20px;
}

.center {
    margin-right: auto;
    margin-left: auto;
}
