@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Regular.ttf'); font-weight: 400; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Medium.ttf'); font-weight: 500; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-SemiBold.ttf'); font-weight: 600; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Bold.ttf'); font-weight: 700; }

@font-face { font-family: 'pagella'; src: url('../fonts/texgyrepagella-regular.otf'); font-weight: 400; }
@font-face { font-family: 'pagella'; src: url('../fonts/texgyrepagella-bold.otf'); font-weight: 700; }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html {
    scroll-behavior: smooth;
}
body{
    background-image: url('../img/background.jpg'); 
    background-repeat: no-repeat;
    background-size: cover;
}
header{
    padding: 2.5rem 3rem;
        
}
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5rem;
    position: relative;
}
header .logo{
    height: 62px;
    width: 62px;
    border-radius: 50%;
    transition: transform 0.1s ease-out; 
}
header nav{
    width: 100%;
    padding-right: 62px;
}
header .social_media{
    position: absolute;
    right: 2rem;
    top: 50%;
    translate: 0 -50%;
}
header .social_media img{
    display: flex;
}
header ul{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
header ul li{
    position: relative;
}
header ul li a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 1.125rem;
    transition: text-shadow 0.1s ease-out;
}
header ul li span{
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;  
    display: none;  
    z-index: -1;
    font-size: 2rem;
    color: white;
}

header ul li:hover span{
    display: flex;
    animation: spinning82341 2s linear infinite;
}

.hero{
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    text-align: center;
    gap: 2rem;    
    color: white;
}
.hero h1{
    font-family: 'pagella', sans-serif;
    font-size: 3.75rem;
    color: white;
    font-weight: 400;
}
.hero .button{
    margin-top: 10rem;
    font-family: 'pagella', sans-serif;
    text-decoration: none;
    background-color: #6966ff;
    padding: .7rem 3rem;    
    color: white;
    border-radius: 3rem;
    box-shadow: 0 0 1rem #6966ff;
}

.icons{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.icons-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: white;
}
.icons-item .icon-1{
    align-self: flex-start;
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.icons-item .icon-2{
    width: 13.5rem;
    height: 13.5rem;
}

.icons-item .icon-2-1:hover {
    content: url('../img/solmshi.svg');
}
.icons-item .icon-2-2:hover {
    content: url('../img/Xmshi.svg');
}
.icons-item .icon-2-3:hover {
    content: url('../img/Agomshi.svg');
}
/* */ 
 

/* */ 
 
/* .icons-item .icon-2.red:hover{
    filter: drop-shadow(0 0 1rem rgba(228, 6, 6, 0.712));
}  */
.icons-item-text{
    margin-left: 2rem;
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
}
.icons-item-text a{
    text-decoration: none;
    color: white;
    font-size: .8rem;
}
.icons-item:hover .icon-2-1 {    
    content: url('../img/solmshi.svg');
}
.icons-item:hover .icon-2-2 {    
    content: url('../img/Xmshi.svg');
}
.icons-item:hover .icon-2-3 {    
    content: url('../img/Agomshi.svg');
}

/* section planets */
.planets{
    width: 80%;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    padding: 4rem;
    
}
.planets .text{
    margin-top: 5rem;
    width: 42%;
    height: fit-content;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 7rem 2rem;
    padding-bottom: 9rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 2.5;
    font-size: .8rem;
    padding-left: 2rem;
}
.planets .text a{
    text-decoration: none;
    color: white;
    font-size: .7rem;
}
.planets-orbit {
    width: 58%;
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sun {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    
    width: 5rem;
    height: 5rem;
    padding: 1rem;
    background-color: #b7cbe8;
    border-radius: 50%;
    filter: drop-shadow(0 0 1rem #6966ff);
}

.orbit {
    position: absolute;
    border: 1px dashed #BC66FF;
    border-radius: 50%;
    animation: orbitAnimation linear infinite;
    aspect-ratio: 1/1;
}

@keyframes orbitAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotationAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.orbit-1 {
    width: 30%;
    animation-duration: 5s;
    z-index: 4;
}

/* .orbit-2 {
    width: 32%;
    animation-duration: 10s;    
} */

.orbit-3 {
    width: 50%;
    animation-duration: 30s;
    z-index: 3;
}

.orbit-4 {
    width: 58%;
    animation-duration: 40s;
}

.orbit-5 {
    width: 70%;
    animation-duration: 60s;
    z-index: 2;
}
.orbit-6 {
    width: 90%;
    animation-duration: 160s;
    z-index: 1;
}
.orbit-7 {
    width: 95%;
    animation-duration: 150s;
}
.planet{
    position: absolute;
    width: 3rem;
    height: 3rem;
    animation: rotationAnimation reverse linear infinite;
    animation-duration: 3s;
}
/* .planet:hover{
    filter: drop-shadow(0 0 1rem #6966ff);
} */    .planet-1{    
    top: 45%;
    left: 0;
    translate: -50% 0;
    width: 6rem;
    height: 6rem;
}


.planet-2{ /*ago */
    top: 0;
    left: 50%;
    translate: -50% -50%;
    width: 5rem;
    height: 5rem;
}

/* 
.planet-2:hover{
    filter: drop-shadow(0 0 1rem #ff6666);
} */

/* .planet-3{
    top: 0;
    left: 50%;
    translate: -50% -50%;
    width: 3rem;
    height: 3rem;
} */
.planet-4{
    bottom: 10%;
    left: 80%;
    translate: -50% 50%;
    width: 5rem;
    height: 5rem;
}
.planet-5{
    bottom: 10%;
    left: 20%;
    translate: -50% 50%;
    width: 6.5rem;
    height: 6.5rem;
}
.planet-6{ /*quick */
    top: 40%;
    right: 1%;
    translate: 50% -50%;
    width: 5.5rem;
    height: 5.5rem;
}
.planet-6-3{ /*old moon */
    top: 20%;
    left: 10%;
    translate: -50% -50%;
    width: 5.5rem;
    height: 5.5rem;
}

.planet-7{
    top: 60%;
    right: 1%;    
    translate: 50% -50%;    
    width: 7rem;
    height: 7rem;
}
.planet-8{
    top: 40%;
    left: 1%;    
    translate: -50% -50%;
    width: 6rem;
    height: 6rem;
}
/* .planet-8:hover{
    filter: drop-shadow(0 0 1rem #c4c4c4);
}
 */
/* section innovative */
.innovative{
    display: flex;
    flex-direction: column;
    padding: 0 8rem;
    margin-top: -4vw;
    margin-bottom: 4rem;
    margin-left: 3rem;
    gap: 2rem;
}
.innovative h1{
    font-size: 3.125rem;
    color: white;    
    font-family: 'pagella', sans-serif;
    font-weight: 400;
}
.innovative ul{
    margin-left: 2rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;

}
.innovative ul li{
    font-family: 'pagella', sans-serif;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    padding-left: 3.5rem;
}
.innovative ul li::before{
    content:'';
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 2rem;
    height: 2rem;
    background-image: url('../img/style-list.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-left: 0.5rem;
}

/* section empower */
.empower{
    max-width: 80%;
    margin: 0 auto;
    padding: 2rem 0;
    gap: 2rem;
}
.empower h1{
    font-size: 3.125rem;
    color: white;    
    font-family: 'pagella', sans-serif;
    font-weight: 400;
    text-align: center;
}
.empower-items{
    margin-top: 3rem;
    display: flex;
    gap: 2rem;
    color: white;
}
.empower-item{
    width: 33%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;    
}
.empower-item h3{
    font-family: 'pagella', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}
.empower-item p{
    font-size: .9rem;
    font-weight: 400;
}

.updates{
    max-width: 85%;
    margin: 0 auto;
    margin-top: 5rem;
    text-align: center;
    color: white;
}
.updates h1{
    font-size: 3.125rem;
    font-family: 'pagella', sans-serif;
    font-weight: 400;
}
.updates-items{
    margin-top: 3rem;
    display: flex;
    gap: 4rem;
    color: white;
}
.updates-item{
    width: 33%;    
    max-width: 33%;
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.updates-item img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.updates-item-text{
    flex-grow: 1;
    padding: 1rem;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}
.updates-item-text p{
    flex-grow: 1;
}

.updates-item h3{
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: start;
}
.updates-item .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.updates-item .title span{
    font-size: .9rem;
    font-weight: 400;
    padding: .2rem .8rem;
    background-color: #6966ff;
    border-radius: 3rem;
    text-transform: uppercase;
}
.updates-item h3 em{
    font-family: 'pagella', sans-serif;
    font-weight: 400;
}
.updates-item-text p{
    color: black;
    text-align: start;
}

.updates-item-text .footer{
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.updates-item-text .footer img{
    width: 2rem;
    height: 2rem;
}
.updates-item-text .footer span{
    font-size: 1rem;
    font-weight: 400;
    color: #6966ff;
}

footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
}

.social_media{
    display: flex;
    gap: 1rem;
}

.social_media img:hover{
    scale: 1.2;
    
}
.footer-copy{
    width: 100%;
    padding: 5rem 1rem;
    display: flex;
    justify-content: space-between;
    color: white;
}
.footer-links{
    display: flex;
    gap: 1rem;
}
.footer-links a{
    text-decoration: none;
    color: white;
}


.privacy-policy-link:hover::after {
    content: '- We don\'t store any users data'; /* Display "XXX" on hover */
    color: red; /* You can customize the color if needed */
  }

.copyR:hover::after {
    content: ' - CC BY-SA 3.0'; /* Display "XXX" on hover */
    color: red; /* You can customize the color if needed */
}

/* loader */
body.loading {    
    position: relative;    
    max-height: 100vh;
    overflow: hidden;
}
.loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #06071c;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.spinner {
    background-image: linear-gradient(rgb(186, 66, 255) 35%,#edb75f);
    width: 200px;
    height: 200px;
    animation: spinning82341 2s linear infinite;
    text-align: center;
    border-radius: 100px;
    filter: blur(1px);
    box-shadow: 0px -5px 20px 0px rgb(186, 66, 255), 0px 5px 20px 0px #e6922c;
}

.spinner1 {
    background-color: rgb(0, 0, 0);
    width: 200px;
    height: 200px;
    border-radius: 100px;
    filter: blur(10px);
}

@keyframes spinning82341 {
    to {
        transform: rotate(360deg);
    }
}


@media screen and (min-width: 1440px) {
    .planets .text{
        font-size: 1.1rem;
        padding-left: 4rem;
    }  
    .planet-1{    
        top: 45%;
        left: 0;
        translate: -50% 0;
        width: 6rem;
        height: 6rem;
    }    
    .logo:hover {
        transform: scale(1.2);
        border: 2px solid #000000; /* You can adjust the color and thickness as needed */
    }    
    
    .planet-2{ /*ago */       
        width: 5rem;
        height: 5rem;
    }
    .planet-4{        
        width: 5rem;
        height: 5rem;
    }
    .planet-5{        
        width: 6.5rem;
        height: 6.5rem;
    }
    .planet-6{ /*quick */       
        width: 5.5rem;
        height: 5.5rem;
    }    
    .planet-7{        
        width: 7rem;
        height: 7rem;
    }
    .planet-8{        
        width: 6rem;
        height: 6rem;
    }
    .innovative ul li{
        font-family: 'pagella', sans-serif;
        color: white;
        font-size: 1.3rem;
        font-weight: 400;
        position: relative;
        padding-left: 3.5rem;
    }
}


@media screen and (max-width: 900px) {
    body{
        background-position: center;
    }
    header{
        padding: 2.5rem 1rem;
            
    }    

    header .container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1rem;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 5rem;
    }
    header .logo{
        height: 62px;
        width: 62px;
        border-radius: 50%;
    }
    header nav{
        width: 100%;
        padding-right: 0;
    }
    header ul{
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: center;
        gap: .5rem;
    }
    header ul li a{
        text-decoration: none;
        color: white;
        font-weight: 500;
        font-size: .7rem;
    }
    header .social_media{
        display: none;
    }
    .hero{
        min-height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
    
        flex-direction: column;
        text-align: center;
        gap: 1rem;    
        color: white;
    }
    .hero h1{
        font-family: 'pagella', sans-serif;
        font-size: 2.2rem;
        color: white;
        font-weight: 400;
    }

    .icons{
        width: 90%;
        
        margin: 0 auto;
        
        margin-top: 5rem;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    
    .icons-item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .5rem;
        color: white;
    }
    .icons-item .icon-1{
        align-self: flex-start;
        width: 1.5rem;
        height: 1.5rem;
        object-fit: cover;
        aspect-ratio: 1/1;
    }
    .icons-item .icon-2{
        width: 4rem;
        height: 4rem;
    }
    /* */

   

    .icons-item-text{
        margin-left: .5rem;
        flex-grow: 1;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 1rem;
        border-radius: 1rem;
        display: flex;
        flex-direction: column;
        font-size: .6rem;
    }
    .icons-item-text a{
        text-decoration: none;
        color: white;
        font-size: .46rem;
    }
    /* section planets */
    .planets{
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 4rem 0;
    }
    .planets .text{
        margin-top: 5rem;
        width: 100%;
        height: fit-content;
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
        padding: 4rem 1rem;
        padding-bottom: 5rem;
        border-radius: 1rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        line-height: 2.5;
        font-size: .7rem;
    }
    .planets .text a{
        text-decoration: none;
        color: white;
        font-size: .6rem;
    }
    .planets-orbit {
        width: 100%;
        aspect-ratio: 1/1;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* section innovative */
    .innovative{
        display: flex;
        flex-direction: column;
        padding: 0;
        margin-top: 4rem;
        margin-left: 1rem;
        gap: 2rem;
        
    }
    
    .innovative h1{
        font-size: 1.7rem;
        color: white;    
        font-family: 'pagella', sans-serif;
        font-weight: 400;
        text-align: center;
    }
    .innovative ul{
        margin-left: 2rem;
        list-style: none;
        gap: 2rem;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    
    }
    .innovative ul li{
        font-family: 'pagella', sans-serif;
        color: white;
        font-size: .8rem;
        font-weight: 400;
        position: relative;
        padding-left: 3rem;
    }
    .innovative ul li::before{
        content:'';
        position: absolute;
        top: 50%;
        left: 0;
        translate: 0 -50%;
        width: 1.5rem;
        height: 1.5rem;
        background-image: url('../img/style-list.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: inline-block;
        margin-left: 0.5rem;
    }
    
    /* section empower */
    .empower{
        max-width: 80%;
        margin: 0 auto;
        padding: 2rem 0;
        gap: 2rem;
    }
    .empower h1{
        font-size: 2rem;
        color: white;    
        font-family: 'pagella', sans-serif;
        font-weight: 400;
        text-align: center;
    }
    .empower-items{
        margin-top: 3rem;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        color: white;
    }
    .empower-item{
        width: 100%;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 2rem;
        border-radius: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;    
    }
    .empower-item h3{
        font-family: 'pagella', sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
    }
    .empower-item p{
        font-size: .9rem;
        font-weight: 400;
    }
    
    .updates{
        max-width: 85%;
        margin: 0 auto;
        margin-top: 5rem;
        text-align: center;
        color: white;
    }
    .updates h1{
        font-size: 3.125rem;
        font-family: 'pagella', sans-serif;
        font-weight: 400;
    }
    .updates-items{
        margin-top: 3rem;
        display: flex;
        flex-direction: column;
        gap: 4rem;
        color: white;
    }
    .updates-item{
        width: 100%;    
        max-width: 100%;
        background-color: white;
        border-radius: 1rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .updates-item img{
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
    }
    .updates-item-text{
        flex-grow: 1;
        padding: 1rem;
        padding-top: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1rem;
    }
    .updates-item-text p{
        flex-grow: 1;
    }
    
    .updates-item h3{
        color: black;
        font-size: 1.5rem;
        font-weight: 600;
        text-align: start;
    }
    .updates-item .title{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .updates-item .title span{
        font-size: .9rem;
        font-weight: 400;
        padding: .2rem .8rem;
        background-color: #6966ff;
        border-radius: 3rem;
        text-transform: uppercase;
    }
    .updates-item h3 em{
        font-family: 'pagella', sans-serif;
        font-weight: 400;
    }
    .updates-item-text p{
        color: black;
        text-align: start;
    }
    
    .updates-item-text .footer{
        margin-top: .5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .updates-item-text .footer img{
        width: 2rem;
        height: 2rem;
    }
    .updates-item-text .footer span{
        font-size: 1rem;
        font-weight: 400;
        color: #6966ff;
    }
    
    footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2rem;
    }
    
    .social_media{
        display: flex;
        gap: 1rem;
        
    }

    .social_media img:hover{
        scale: 1.2;
        
    }
    .footer-copy{
        width: 100%;
        padding: 5rem 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: white;
        text-align: center;
        gap: 1rem;
    }
    .footer-copy .copyR{
        font-size: .8rem;
        text-align: center;
    }
        .footer-links{
            display: flex;
            justify-content: center;
            gap: 1rem;
        }
        .footer-links a{
            text-decoration: none;
            color: white;
        }    
 
}