@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
    --font-size-small: 0.875rem;   /* 14px / 16px = 0.875rem */
    --font-size-medium: 1rem;      /* 16px / 16px = 1rem */
    --font-size-large: 1.25rem;    /* 20px / 16px = 1.25rem */
    --font-size-xlarge: 2.5rem;    /* 40px / 16px = 2.5rem */
    --font-size-xxlarge: 3.125rem; /* 50px / 16px = 3.125rem */
    --font-size-xxxlarge: 5rem;    /* 80px / 16px = 5rem */
}

/* Base */
html,body{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 95%;
    scroll-behavior: smooth;
}

@media(max-width:1200px ){
    html,body{
        font-size: 100%;
    }
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}



a{
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}

.wrapper{
    width: 95%;
    margin: 0 auto;;
}

@media(max-width: 800px){
    .wrapper{
        width: 85%;
        margin: 0 auto;;
    }
}





/* Navigation */
nav{
    position: fixed;
    z-index: 999;
    width: 100%;;
}

.top-bar{
    background:rgb(36 28 57);
    padding: 8px 0;
    z-index: 999;
    position: relative;
}

.top-bar__content{
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
}


.nav-email{
    display: flex;
    gap: 4px;
    align-items: center;
}
.nav-email p{
    margin: 0;
    padding: 0;
    color: #FFF;
font-size: 0.875rem;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 0.42px;
}

.nav-seperate{
    background: #342F4A;
    height: 16px;
    width: 1px;
}

.nav-social{
    display: flex;;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.nav-social a{
    display: flex;
    align-items: center;
}

.nav-main{
    padding: 16px 0;
    border-bottom: 1px solid #1B192C;
background: rgb(15 12 24 / 72%);
backdrop-filter: blur(100px);
}

.nav-main__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links{
    display: flex;
align-items: center;
gap: 16px;
}

.nav-link.active{
    color: white;
    font-weight: 600;
}

.nav-link:hover{
    color: white;
} 

.nav-link{
    color: rgba(255, 255, 255, 0.40);
font-family: Roboto;
font-size: 1rem;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 0.48px;
transition: 0.3s all ease;
}

.nav-auth__buttons{
    display: flex;
    align-items: center;
    gap: 24px
}

.btn-login{
    color: #FFF;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.48px;
}

.btn-register{
    display: flex;
padding: 12px 16px;
justify-content: center;
align-items: center;
border-radius: 4px;
background: #5A45CC;
gap: 10px;
color: white;
}


/* Header */
.header{
    background: radial-gradient(50% 50% at 50% 50%, #191527 0%, #090810 100%);
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: end;
}

.header__text {
    position: relative;
    /* top: 50%; */
    left: 2.5%;
    z-index: 99;
    /* margin-bottom: 60px; */
    padding: 300px 0 20px;
    transition: 0.3s all ease;
    /* transform: translateY(-50%);  / */
}


.header-title{
    display: flex;
    flex-direction: column;
    color: #FFF;
    font-size: clamp(40px, 5vw, 80px);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.73px;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0;
}
.header__logo-text{
    display: flex;
    justify-content: start;
    gap: 20px;
    width: clamp(50vw, 300px);
    transition: 0.3s all ease;
}
.header__logo-text img{
    width: 100%
}
.header__big-logo{
    right: -10%;
    bottom: -10%;
    position: absolute;
    height: 95%;
}
.header__big-logo img{
    height: 95vh;
    min-height: 655px;
}

.blade-profile{
/*    opacity: 0;*/
    height: 90vh;
    width: 665.68px;
    /* width: 60vw; */
    position: absolute;
    right: 2%;
    bottom: 0px;
    transition: 0.3s all ease;
    object-fit: contain;
    aspect-ratio: auto;
    /* z-index: 999; */
}



@media(max-width: 1200px){
    .blade-profile{
        right: 50%;
        transform: translateX(50%);
    }
}

@media(max-width: 700px) {
    .blade-profile {
        height: 700px;
        width: 565.68px;
    }
}

.blade-profile canvas{
    height: 100%;
    width: 100%;
    object-fit: contain; /* Κάνει την εικόνα να διατηρεί τις αναλογίες της */
    object-position: center;
}


.blade-profile img{
    height: 100%;
    width: 100%;
    object-fit: contain; /* Κάνει την εικόνα να διατηρεί τις αναλογίες της */
    object-position: center;
}

.header-overlay{
    background: linear-gradient(180deg, rgba(7, 5, 10, 0.00) 0%, #07050A 100%);
    height: 40vh;
    z-index: 90;
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
}


.header-steps{
    position: relative;
   margin-top: 40px;
   padding-left: 20px;
   padding-right: 20px;
    display: flex;
    gap: 80px;
}

.step-number{
    display: flex;
width: 28px;
height: 28px;
padding: 4px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 160px;
background: #5A45CC;
color: white;
transition: all ease 0.3s;
}

.step-number{
    font-size: 1.25rem;
}
.box-1, .box-2, .box-3 {
    opacity: 0;
    transform: translateY(60px); 
}

.box {
    display: flex;
    padding: 20px;
    max-width: 250px;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid rgba(90, 69, 204, 0.22);
    background: linear-gradient(78deg, #0F0B15 1.6%, #181121 99.24%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(103px);
    position: relative;
    /*transition: all ease 0.3s;*/
}

.box-1::after {
    content: "";
    display: block;
    position: absolute;
    width: var(--after-width, 0); /* Use the custom property for width */
    height: 1px;
    left: 100%;
    top: 50%;
    border-top: 1px dashed #5A45CC;
    transition: width 0.5s ease;
}
.box-2::after {
    content: "";
    display: block;
    position: absolute;
    width: var(--after-width, 0); /* Use the custom property for width */
    height: 1px;
    left: 100%;
    top: 50%;
    border-top: 1px dashed #5A45CC;
    transition: width 0.5s ease;
}

.box h1, p {
    color: white;
    margin: 0;
    padding: 0;
}


/*.box-2:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;;
    height: 1px;
    right: -100%;
    top: 50%;
    border-top: 1px dashed #5A45CC;*/ /* Make it dashed */
    
/*}*/
/*
.box h1,p{
    color: white;
    margin: 0;
    padding: 0;
}*/

@media(max-width: 1200px){
    .header-title span{
        text-align: center;
        font-size:2.5rem;
    }
    .header__text {
        margin: 0 auto;
        padding: 120px 0 20px;
        left: 0;
    }
    .header__logo-text{
        width: 60vw;
        margin: 0 auto;
    }

    .box h1{
        font-size: 1.25rem;
    }

    .box p{
        font-size: 0.825rem;;
    }
    .step-number{
        width: 20px;;
        height: 20px;;
    }
}

.header-steps__mobile{
    display: none;
}

@media(max-width: 750px){
    .header-steps{
        gap: 40px;
        display: none;
    }

    .header-steps__mobile{
        margin: 0 0 40px;

        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .box-1:after,.box-2:after{
        display: none;
    }
}
.nav-mobile{
    display: none;
}
.nav-mobile__icon{
    display: none;
}



.nav-mobile__icon img{
    width: 20px;;
}



@media(max-width: 880px){
    .desktop-show{
        display: none;
    }
    .nav-mobile__icon{
        display: block;
    }
     .top-bar__content{
        justify-content: space-between;
     }

    .nav-main-logo img{
        width: 200px;
    }
    .nav-mobile{
        display: block;
        position: fixed;
        height: 100vh;
        width: 100%;
        background-color: #181121;
        bottom: 0;
        left: 0;
        z-index: 990;
        display: flex;;
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
        top: -100vh;
        transition: 0.7s all ease-in-out;
    }
    .nav-mobile.active{
        top: 0;
    }

    .header__big-logo{
        right: -50%;
        bottom: -10%;
    }

    .nav-mobile .nav-links{
        display: flex;
        flex-direction: column;
    }

    .nav-mobile .nav-links{
        display: flex;
        flex-direction: column;
    }

    .nav-mobile .nav-link{
        font-size: 1.2rem;
    } 

    .btn-login{
        border: 2px solid #5A45CC;
        padding: 12px 16px;
        border-radius: 4px;
    }
    .header__logo-text{
        width: 90vw;
    }

 
}

@media(max-width: 416px){
    .blade-profile{
        width: 120vw;
        bottom: 0;
        transition: 0.3s all ease;
        display: flex;
        justify-content: center;
        align-items: end;
        }
        .blade-profile img{
            width: 100%;
            height: auto;
        }

        
        .header-title span{
            font-size: 2.3rem;
        }
}







/* Section 2 */
.section-2{
    padding: 8rem 0;
    top: -1px;
    position: relative;
    background: linear-gradient(180deg, #07050A 0%, #140F1C 100%);
}

.section-2__container{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 80px
}


.logo-turnable{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.logo-turnable img{
    width: 100%;
    max-width: 300px;
}

.title{
    display: flex;
    flex-direction: column;
}

.title span{
    color: #FFF;
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.title span.title-active{
    color: #5A45CC;
font-size: 3.125rem;
font-weight: 700;
letter-spacing: 1.5px;
}


.section-2__info .text{
    font-size: 1rem;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 0.6px;
margin: 10px 0 30px;
}

.stats{
    display: flex;
    justify-content: space-between;
}

.stat{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    justify-content: center;
}
.stat h1{
    color: #5A45CC;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 1.8px;

    transition: all 1s ease-out;
}

.stat p{
    
}

@media(max-width:1200px){
    .section-2__container{
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .section-2__info{
        text-align: center;
    }
    .logo-turnable{
        max-width: 200px;;
    }
}

@media(max-width: 750px){
    .title span{
        font-size: 2rem;
    }
    .title span.title-active{
        font-size: 2rem;
    }
    .stat h1{
        font-size: 2.5rem;
    }
}

@media(max-width: 600px){
    .stats{
        flex-direction: column;
        gap: 40px
    }
    
}

.why-select{
    position: relative;
    top: -1px;;
    background: linear-gradient(180deg, #140F1C 0%, #07050A 100%);
    padding: 6rem 0;
}

.why-select .title{
    margin: 0 auto;
    text-align: center;
    display: flex;
    gap: 16px;
}

.why-select .title h1{
   text-transform: uppercase;
   color: white;
   font-weight: 600;
   font-size: 1.6rem;
}

.why-select .title img{
    max-width: 300px;
    margin: 0 auto;
 }



 /* Bonus */
 .bonus-view{
    position: relative;
    top: -1px;
    display: flex;
    background: linear-gradient(68deg, #07050A 0.05%, #171423 98.89%);
    justify-content: space-between;
 }

 .fixed-stats{
    position: sticky;
    top: 109px;
    left: 0;
    display: flex;
    /* gap: 100px; */
    height: calc(100vh - 109px)
 }


 .left-indicators{
    
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
    width: 130px;
 }
 .indicator {
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.021);
 }
 .levels-text__container{
    position: relative;
    right: 5vw;
    display: flex;
    flex-direction: column;
    gap: 70vh;
    margin: 70vh 0;
 }


 .level__container{
    border-radius: 4px;
    background: #231E33;
    display: inline-flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
 }

 .bonus-number{
    position: relative;
    height: fit-content;
    top: calc(100% - 158.59px);
   
 }
 .bonus-number h1{
    color: #5A45CC;
    font-size: 140px;
    font-weight: 900;
    line-height: 110px;
    margin-top: 8px;
 }

 .levels-text {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: left;
    align-items: start;
    gap: 8px;
 }
 .levels-text img{
    max-width: 40px;
 }
.levels-text h2{
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}
.levels-text h1{
    color: #735DEB;
text-align: center;
font-family: Roboto;
font-size: 4rem;
font-style: normal;
font-weight: 700;
}
.levels-text hr{ 
    width: 100%;
    height: 0.5px;
    background-color: white;
}
.levels-text p{
    color: #FFF;
font-size: 1.4rem;
font-weight: 400;
}
 
.level-1__info,.level-2__info,.level-3__info{
    transition: 0.3s all ease;
    opacity: 0;
}

/* Why select */

.why-select__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 320px));
    gap: 4rem;
    margin-top: 4rem;
    justify-content: center;
}

.item-img__placeholder {
    width: 40px;
    height: 40px;
    padding: 15px;
    border-radius: 500px;
    background-color: #4C37BC; /* Initial color */
    animation: glance 3.5s infinite; /* Name, duration, and infinite loop */
  }

  @keyframes glance {
    0% {
      background-color: #4C37BC; /* Initial color */
    }
    30% {
      background-color: rgb(112, 92, 224); /* Brighter/different glance color */
    }
    100% {
      background-color: #4C37BC; /* Return to initial color */
    }
  }
.item-img__placeholder img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-select__item{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.why-select__item h3{
    font-size: 2rem;
    color: white;
}

.why-select__item p{
    font-size: 1rem;
    color: white;
    line-height: 24px;
}

.desktop-kerdoi{
    display: flex;
}

.mobile-kerdoi{
    display: none;
}

@media(max-width: 1250px){
    .levels-text h2{
        font-size: 1rem;
    }
    .levels-text h1{
        font-size: 2rem;
    }
}

@media(max-width: 950px){
    .levels-text h2{
        font-size: 1rem;
    }
    .levels-text h1{
        font-size: 1.5rem;
    }
    .levels-text p{
        font-size: 1rem;
    }
}

.price-container{
    display: grid;
        flex-direction: column;
        gap: 4rem;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.price-number h1{
    font-size: 3rem;
}

.item-price{
    padding: 20px;;
    border: 5px solid red;
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(90, 69, 204, 0.22);
    background: linear-gradient(78deg, #0F0B15 1.6%, #181121 99.24%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(103px);
}

.mobile-kerdoi{
    position: relative;
    padding: 4rem 0;
    top: -1px;
    background: linear-gradient(180deg, #07050A 0%, #140F1C 100%)
}
 
@media(max-width: 1200px){
    .desktop-kerdoi{
        display: none;
    }
    
    .mobile-kerdoi{
        display: block;
    }
}



.contact {
    background: linear-gradient(68deg, #07050A 0.05%, #171423 98.89%);
    position: relative;
    top: -1px;
    padding: 5rem 0;
    align-items: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-container h1{
    color: white;
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
}
.contact-container {
    display: flex;
    justify-content: center;
    z-index: 9;
    position: relative;
}
.contact-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
}

.overlay-contact {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, #07050a00 0%,  #140f1c 100%);
}
.contact-image img {
    width: 100%;
    opacity: 0.05
}

.form-container {
    /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); */
    /* max-width: 400px; */
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    gap: 40px;
    width: fit-content;
    padding: 40px;
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(90, 69, 204, 0.22);
    background: linear-gradient(78deg, #0F0B15 1.6%, #181121 99.24%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(103px);
}

.animated-form{
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.animated-form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
}

.form-group {
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

input,
textarea {
    /*    width: 100%;*/
    padding: 10px;
    background-color: #20172b;
    border: 1px solid rgb(55 35 78);
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    outline: none;
    transition: 0.3s ease;
}

textarea {
    resize: none;
}

    input:focus,
    textarea:focus {
/*        border-color: #fff;*/
    }

label {
    position: relative;
    /* top: 50%; */
    /* left: 10px; */
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
    pointer-events: none;
    transition: 0.3s ease;
/*    margin-bottom: 8px;*/
}

/* Animation for focus or when the field is filled */
input:focus + label,
textarea:focus + label,
input:not(:focus):valid + label,
textarea:not(:focus):valid + label {
    top: -10px;
    font-size: 12px;
    color: #fff;
}

.submit-btn {
/*    width: 100%;*/
    padding: 10px;
    background: #5a45cc;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease;
}

    .submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    }

footer {
    padding: 2rem;
    background-color: #09080d;
    position: relative;
    top: -1px;
    text-align: center;
    position: relative;
    display: grid;
    grid-template-areas:
        ". copyright credits";
    grid-template-columns:1fr 1fr 1fr; 
    align-items: center; 
}

@media(max-width: 560px){
    footer {
        padding: 1rem 0;
        grid-template-columns: 1fr;
        grid-template-areas:
            "copyright"
            "credits";
        gap: 20px;
    }
}
footer p {
    grid-area: copyright; /* Assigns this element to the 'copyright' area */
    margin: 0; /* Remove default margin */
}

footer a {
    grid-area: credits; 
    text-decoration: none;
    color: white;
    font-size: 12px;
    text-align: end;
}

    footer a span {
        color: #a6f335
    }


.bg-img {
    position: fixed;
    bottom: -60%;
    width: 60vw;
    opacity: 0.3;
    right: -50%;
    transform: translate(-50%, -50%);
}

.bg-img img{
    width:100%;
}
#home{
    z-index: 998;
}
#about-us{
    position: relative;
    z-index: 998;
}