* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
html{
    scrollbar-width: none;
}
body { 
    color: white; 
    background-image: 
        url('../img/line-2.png'),  
        url('');      
    background-repeat: repeat, no-repeat; 
    background-size: auto, cover;
    background-color: rgba(12, 12, 40, 0.95);
    background-blend-mode: lighten; 
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999; 
    transition: all 0.3s ease; 
}
header.scrolled {
    background: rgba(12, 12, 40, 1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.gloyex-nav {
    width: 100%;
    height: 60px; 
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #333;
}
.gloyex-nav-mobile{
    display: none;
}
.brand {
    font-size: 35px;
    font-weight: 700;
} 
.brand a{
    text-decoration: none;
    color: white;
}
.nav-menu {
    list-style: none;
    display: flex;
    gap: 40px;
    font-size: 16px;
    font-weight: 500;
}
.nav-menu li {
    cursor: pointer;
    transition: 0.3s;
    color: #ffffff;
} 
.nav-menu li a{
    font-size: 18px;
    text-decoration: none;
    color: white;
}
.nav-menu li a:hover,
.nav-menu li:hover {
    color: #ff6b6b;
} 
.nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.signin {
    background: #f7f7f7;
    border: none;
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}
.signup {
    background: #ff6b6b;
    border: none;
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}
.signin:hover,
.signup:hover {
    opacity: 0.5;
}
.menu-btn {
  display: none;
  font-size: 30px;
  cursor: pointer;
} 
.menu-btn {
    display: none;
    width: 30px;
    height: 25px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.menu-btn span {
    width: 100%;
    height: 3px;
    background: #ffffff;
    border-radius: 5px;
    transition: 0.3s;
} 
.nav-menu {
    list-style: none;
    display: flex;
    gap: 35px;
}
.menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu-btn.active span:nth-child(2) {
    opacity: 0;
}
.menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -6px);
}
.link{
    display: none;
}
.social-links{
    margin-top: 10px;
}
.fab.fa-facebook { color: #1877F2; }      
.fab.fa-instagram { color: #E4405F; }     
.fab.fa-twitter { color: #1DA1F2; }       
.fab.fa-youtube { color: #FF0000; }       
.fab.fa-linkedin { color: #0A66C2; }      
.fab.fa-tiktok { color: #010101; }        
.fab.fa-whatsapp { color: #25D366; }      
.fab.fa-facebook-messenger { color: #0084FF; }
.fab.fa-telegram { color: #0088CC; }      
.fas.fa-signal { color: #3B3B3B; }        
.fab.fa-discord { color: #5865F2; }       
.fab.fa-snapchat { color: #FFFC00; }      
.fab.fa-reddit { color: #FF4500; }        
.fab.fa-pinterest { color: #E60023; }     
.fab.fa-quora { color: #B92B27; }         
.fab.fa-tumblr { color: #36465D; }        
.fab.fa-medium { color: #00AB6C; }        
.fab.fa-github { color: #181717; }        
.fab.fa-gitlab { color: #FC6D26; }        
.fab.fa-stack-overflow { color: #FE7A16; }
.fab.fa-behance { color: #1769FF; }       
.fab.fa-dribbble { color: #EA4C89; }      
.fab.fa-spotify { color: #1DB954; }       
.fab.fa-soundcloud { color: #FF5500; }    
.fab.fa-twitch { color: #9146FF; }        
.fas.fa-globe { color: #4CAF50; }   
.social-links a i {
    transition: transform 0.3s ease, color 0.3s ease;
}
.social-links a:hover i {
    transform: scale(1.2);     
    filter: brightness(1.2);   
}
.footer {
    padding-top: 20px;
    border-top: 1px solid #333;
    padding-bottom: 20px;
    background: rgba(12, 12, 40, 0.95);
    color: white;
}
.footer-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: auto 20px;
}
.footer a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}
.footer a:hover {
    color: #ff6b6b;
}

.footer-bottom p {
    font-size: 14px;
    color: #ffffff;
} 
.footer-col h3,
.footer-col h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}
.footer-col p {
    line-height: 1.6;
    font-size: 15px;
}
.footer-col ul {
    list-style: none;
}
.footer-col ul li {
    margin-bottom: 10px;
}
.footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}
.footer-col ul li a:hover {
    color: #fff;
}
.social-links a {
    color: #fff;
    font-size: 20px;
    margin-right: 12px;
    text-decoration: none;
    transition: 0.3s;
}
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333;
}
.p {
    text-align: center;
}
.privacy {
    line-height: 1.8;
    margin: 80px auto;
    max-width: 1200px;
}
.privacy h2{
    text-align: center;
}
.privacy ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
    padding-left: 0;
    margin-bottom: 20px;
}
.privacy ul li {
    list-style: decimal inside;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 12px;
    border-radius: 5px;
}
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ff6b6b;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.scroll-to-top .arrow-up {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}
.scroll-to-top.show {
    opacity: 1;
    pointer-events: auto;
}
.arrow-up i{
    color: black;
}
.hb{
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    margin: 10px;
}
.hbr{ 
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 12px;
    border-radius: 5px;
    width: 100%;
}
.hbr h3 {
    display: flex;  
    gap: 8px;          
    color: #4CAF50;        
}
.hbr h3 i{
    margin-top: 4px;
}
.hbr p {
    display: flex; 
    gap: 8px;             
}
.hbr p i{
    color: #0088cc;
    width: 30px;
    height: 30px;
    background: #f2f4f8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; 
    font-size: 30px;
}
.about-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 20px 0 0 0;
}
.about-box{
    background: rgba(255, 255, 255, 0.05);
    padding: 35px 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.06);
    transition: all 0.3s ease; 
}
.about-box:hover{
    transform: translateY(-6px);
    box-shadow: 0px 8px 25px rgba(0,0,0,0.15); 
}
.icon-circle{
    width: 70px;
    height: 70px;
    background: #f2f4f8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}
.icon-circle i {
    font-size: 30px;
    color: #1dbf73; 
}
.about-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about-box p {
    color: #4caf50;
    font-size: 15px;
    line-height: 1.5;
}
.contact-box {
    padding: 30px;
    color: #fff;
    text-align: center; 
}
.contact-box h1 {
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.contact-box p {
    font-size: 14px;
    color: #dcdcdc;
    line-height: 1.6;
    margin: auto 11%;
    text-align: justify;
}
.contact-box form input,
.contact-box form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #5fd3ff;
    padding: 12px 5px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 15px;
    outline: none;
}
.contact-box form input::placeholder,
.contact-box form textarea::placeholder {
    color: #6fe7ff;
    font-size: 14px;
}
.contact-box button {
    background: #ff6b6b;
    border: none;
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}
.contact-box button span {
    margin-left: 6px;
}
.contact-box button:hover {
    opacity: 0.9;
}
#linka{
    text-align: right;
}
#linka a{
    font-size: 40px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}  
.contact-box form textarea {
    resize: vertical;
    min-height: 50px;
}
textarea::-webkit-scrollbar {
    width: 12px; 
}
textarea::-webkit-scrollbar-track {
    background: transparent;
}
textarea::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid transparent; 
}
textarea::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
textarea {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent; 
}
.subscribe-input {
    width: 100%;
    max-width: 420px;
    margin: auto;
    text-align: center;
}
.subscribe-input form {
    display: flex;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
    height: 55px;
    align-items: center;
    gap: 0;
}
.subscribe-input input {
    flex: 1;
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
    background: transparent;
    border: none;
    outline: none;
    height: -webkit-fill-available;
}
.subscribe-input input::placeholder {
    color: #9caaba;
}
.subscribe-input button {
    background: #FF5722;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
} 
.home-one{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 20px 0 0 0;
}
.home-one-box{
    background: rgba(255, 255, 255, 0.05); 
    transition: all 0.3s ease;
}
#t_s{
    text-align: start;
    background: none;
}
#t_s p{ 
    display: flex; 
    gap: 8px; 
    font-size: 18px;
}
#t_s p i{ 
    color: #4CAF50;
    margin-top: 5px;
}
.right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hexagon {
    position: relative;
    width: 260px;
    height: 260px;
}
.hexagon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 220px;
    border: 2px solid rgba(160, 120, 255, 0.6);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    z-index: 2;
}
.icon {
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #3F51B5;
    color: #fff;
    z-index: 2;
}
.top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.top-right {
    top: 24%;
    right: 7px;
}
.bottom-right {
    bottom: 20%;
    right: 13px;
}
.bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bottom-left {
    bottom: 20%;
    left: 13px;
}
.top-left {
    top: 24%;
    left: 7px;
}
.center-icon::before,
.center-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(160, 120, 255, 0.8);
    transform: translate(-50%, -50%) scale(10);
    animation: ringToCenter 3s linear infinite;

    z-index: -1;
}
.center-icon::after {
    animation-delay: 1.5s;
    opacity: .6;
}
.center-icon::before {
    box-shadow:
        20px 0 rgba(160,120,255,.8),
        -20px 0 rgba(160,120,255,.8),
        0 20px rgba(160,120,255,.8),
        0 -20px rgba(160,120,255,.8),
        14px 14px rgba(160,120,255,.8),
        -14px 14px rgba(160,120,255,.8),
        14px -14px rgba(160,120,255,.8),
        -14px -14px rgba(160,120,255,.8),
        10px 0 rgba(160,120,255,.5),
        -10px 0 rgba(160,120,255,.5),
        0 10px rgba(160,120,255,.5),
        0 -10px rgba(160,120,255,.5),
        5px 5px rgba(160,120,255,.3),
        -5px 5px rgba(160,120,255,.3),
        5px -5px rgba(160,120,255,.3),
        -5px -5px rgba(160,120,255,.3),
        25px 10px rgba(160,120,255,.2),
        -25px 10px rgba(160,120,255,.2),
        25px -10px rgba(160,120,255,.2),
        -25px -10px rgba(160,120,255,.2),
        30px 0 rgba(160,120,255,.2),
        -30px 0 rgba(160,120,255,.2),
        0 30px rgba(160,120,255,.2),
        0 -30px rgba(160,120,255,.2),
        18px 18px rgba(160,120,255,.2),
        -18px 18px rgba(160,120,255,.2),
        18px -18px rgba(160,120,255,.2),
        -18px -18px rgba(160,120,255,.2);
}
@keyframes ringToCenter {
    0% {
        transform: translate(-50%, -50%) scale(4); 
        opacity: 0.2;
    }
    40% {
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }
    60% {
        opacity: 0.6;
    }
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0.2;
    }
}
.hexagonc {
    position: relative;
    width: 260px;
    height: 260px;
    animation: rotateHex 10s linear infinite; 
}
@keyframes rotateHex {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.center-icon { 
    /*background-image: url('../img/round.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    width: 80px; 
    height: 80px; 
    text-align: center;
    line-height: 80px;
    display: inline-block; */ 
    color: #1dbf73;
}
.hexagonc i{
    color: #ffffff;
}
.center-icon i { 
    animation: rotateHe 10s linear infinite; 
}
@keyframes rotateHe {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}
.hexagonc i { 
    animation: rotateH 2s linear infinite; 
}
@keyframes rotateH {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}
.crypto-card {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 60px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    color: white;
}
.crypto-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}
.crypto-content p {
    font-size: 18px;
    opacity: 0.8;
    max-width: 600px;
}
.start-btn {
    position: absolute;
    transform: translateY(-50%);
    background: #2196F3;
    color: #ffffff;
    padding: 12px;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600; 
}
.start-btn:hover{
    opacity: 0.9;
}  
.crypto-content{
    margin-bottom: 34px;
}
a{
    text-decoration: none;
}
.world-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px; 
    color: #fff;
}
.world-content {
    max-width: 600px;
}
.world-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2; 
    text-align: end;
}
.world-content p {
    font-size: 18px;
    opacity: 0.8; 
    text-align: end;
}
.world-features {
    display: flex;
    gap: 40px;
    font-size: 16px;
    opacity: 0.8;
}
.world-map img {
    width: 600px;
    max-width: 100%; 
} 
.dot {
    width: 12px;
    height: 12px;
    background: #a855ff;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 8px #b471ff, 0 0 15px #b471ff;
    opacity: 0.3;
    animation-name: glow;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    transform: translate(-50%, -50%);
} 
@keyframes glow {
  0%, 100% {
    opacity: 0.3;
    box-shadow: 0 0 8px #b471ff, 0 0 15px #b471ff;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 15px #d5a8ff, 0 0 30px #d5a8ff;
  }
}
.d1 { animation-delay: 0s; }
.d2 { animation-delay: 0.3s; }
.d3 { animation-delay: 0.6s; }
.d4 { animation-delay: 0.9s; }
.d5 { animation-delay: 1.2s; }
.d6 { animation-delay: 1.5s; }
.d7 { animation-delay: 1.8s; }
.d8 { animation-delay: 2.1s; }
.d9 { animation-delay: 2.4s; }
.d10 { animation-delay: 2.7s; }
.world-map {
    position: relative; 
}
.d1 { 
    top: 14%;
    left: 64%;
}
.d2 { 
    top: 22%;
    left: 14%;
}
.d3 { 
    top: 18%;
    left: 78%;
}
.d4 { 
    top: 5%;
    left: 36%; 
}
.d5 { 
    top: 40%;
    left: 19%;
}
.d6 {
    top: 74%;
    left: 84%;
}
.d7{
    top: 69%;
    left: 31%;
}
.d8{
    top: 46%;
    left: 50%;
}
.d9{
    top: 34%;
    left: 69%;
}
.d10{
    top: 23%;
    left: 50%;
}
.map-wrapper {
    position: relative;
    width: 700px;
    max-width: 100%;
}  
.connections {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.cable {
    stroke: rgb(255 255 255);
    stroke-width: 2;
    stroke-linecap: round;
    opacity: 0.1;
}
@media (max-width: 768px) {
    .right { 
        margin-top: 20px;
    }
    .d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9,.d10,.connections{
        display: none;
    }
    .world-content h1{
        font-size: 33px; 
        text-align: start;
    }
    .world-content p{
       text-align: start; 
    }
    .world-section {
        flex-direction: column; 
    }
    .world-features {
        gap: 10px;
    }
    .world-content{
        margin-top: -188px;
    }
    .crypto-card {
        padding: 40px 20px;
        text-align: left;
    }
    .start-btn {
        position: static;   
        transform: none;
        margin-top: 25px;
        width: 100%;  
        display: block;
    }
    .home-one{
        display: block;
    }
    .subscribe-input form {
        flex-direction: column;
        height: auto;
        padding: 12px;
        gap: 12px;
        border-radius: 5px;
        background: none;
    }
    .subscribe-input button {
        width: 100%;
        border-radius: 5px;
    }
    .subscribe-input input {
        width: 100%;
        padding: 14px;
        border-radius: 10px;
        background: #ffffff;
    }
    #linka{
        text-align: center;
    }
    .c_box{
        margin-top: 0;
    }
    .contact-box{
        display: block;
    }
    .about-container{
        display: block;
        padding: 0;
    }
    .about-box{
        margin-bottom: 10px;
    }
    .hb{
        display: block;
        margin: 0;
    }
    .hbr{
        margin-bottom: 10px;
    }
    .menu-btn {
        display: flex;
    }
    .link{
        display: flex;
    }
    .nav-menu,
    .nav-right {
        display: none;
    }
    .nav-menu {
        display: block;
        position: fixed;
        top: 60px;
        left: -250px;
        height: 100vh; 
        transition: 0.4s ease;
        background: rgba(12, 12, 40, 1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        width: 230px;
    }
    .nav-menu.mobile-open {
        left: 0;        
    }
    .nav-menu li {
        padding: 15px 25px;
        font-size: 18px; 
    }
    .footer-container {
        width: 90%; 
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        text-align: left;
        margin-bottom: 10px;
    } 
    .privacy ul {
        grid-template-columns: 1fr;
    }
    .privacy{
        margin: 80px 5%;
    }
    .gloyex-nav {
        padding: 0 20px;
    }
}
@media (max-width: 480px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: left;
    }
} 



