html{
    cursor: none;
    scroll-behavior: smooth;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #8682a8 #ffffff00;
  }
 /* Chrome, Edge, and Safari */
 *::-webkit-scrollbar {
    width: 4px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff00;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #8dabbe;
    border-radius: 10px;
    border: -1px solid #ffffff00;
  }
body{
    background-color:#0b0728;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow-x: hidden;         

}
@font-face {
    font-family:agrandir;
    src: url("FONTS/Roboto-Regular.ttf");
}
@font-face {
    font-family: mokoto;
    src: url("FONTS/Mokoto\ Glitch.otf");
}
.lines{
    color: #C3FFFC;
    font-size: 30px;
    font-weight: 10px;
    margin-left: 60px;
    margin-top: 50px;
    
}
.lines:hover{
    text-shadow: 
    0 2px rgba(202,228,225,0.92),
    0 0 10px rgba(202,228,225,0.34),
    0 0 4px rgba(30,132,242,0.52),
    0 0 7px rgba(182, 208, 236, 0.92),
    0 0 11px rgba(5, 23, 43, 0.78),
    0 0 16px rgba(30,132,242,0.92);
    cursor: none;
    
}
.dropdown{
    position: fixed;
    display: inline-block;
}

.dropdown-content{
    display:none;
    position: absolute;
    min-width:150px;
    padding: none;
    z-index: 1;
    border-radius:30px;
    color: white;
    font-family: agrandir;
    margin-top: -10px;   
}

.menu:hover{   
    box-shadow:    
    0 2px rgba(202,228,225,0.92),
    0 0 10px rgba(202,228,225,0.34),
    0 0 4px rgba(30,132,242,0.52),
    0 0 7px rgba(182, 208, 236, 0.92),
    0 0 11px rgba(5, 23, 43, 0.78),
    0 0 16px rgba(30,132,242,0.92);
    border-radius: 20px;
    cursor: none;

}
.dropdown a{
    color: rgb(217, 245, 245);
    font-weight: 70px;
    font-family: agrandirr;
    padding: 16px 2px;
    
    text-decoration: none;
    display: block;
    text-align: center;
}
.dropdown:hover .dropdown-content {
    display: block;
    cursor: none;
}


.logo{
    width: 180px;
    margin-left: 1300px;
}
button {
    height: 100px;
    width: 300px;
    border-radius: 20px;
    border: none;
    background-color: #0b0728;
    color: #766ea7;
    font-family: agrandirr;
    font-size: larger;
    margin-left:300px;
    margin-top: 130px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
		-webkit-tap-highlight-color: transparent;
        box-shadow: -5px -5px 15px #000042, 5px 5px 15px #03001a,
         inset 5px 5px 10px #0b024f, inset -5px -5px 10px #25223d;
}
.container:hover{
    cursor:none; 
}
button:focus{
    outline: none;
}
button:hover{
	    box-shadow: -5px -5px 15px #110757, 5px 5px 15px #150c56, inset 5px 5px 10px #07077c, inset -5px -5px 10px #3f414b;   font-size: 17px;
        transition: 500ms;
        color: rgb(176, 190, 242);
        cursor: none;    
}
a:hover{   
    cursor: none;
}
   
h1{
    padding: 14px;
    font-family:mokoto;
    font-size: 40px;
    margin-left: 350px;
    margin-top: -100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    color: #f9f9f9;
    text-shadow:
    0 0 2px rgba(202,228,225,0.92),
    0 0 10px rgba(202,228,225,0.34),
    0 0 4px rgba(30,132,242,0.52),
    0 0 7px rgba(182, 208, 236, 0.92),
    0 0 11px rgba(5, 23, 43, 0.78),
    0 0 16px rgba(30,132,242,0.92);
}
  
a{
    text-decoration: none;
    font-family: agrandir;
    color: white;
    display: block;
}

.div4{
    color: rgb(129, 126, 126);
    font-family: agrandir;
    margin-left: 630px;
}
.div5{
    padding: 14px;
    font-family:mokoto;
    font-size: 40px;
    margin-left: 60px;
    margin-top: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    color: #f9f9f9;
    text-shadow:
    0 0 2px rgba(202,228,225,0.92),
    0 0 10px rgba(202,228,225,0.34),
    0 0 4px rgba(30,132,242,0.52),
    0 0 7px rgba(182, 208, 236, 0.92),
    0 0 11px rgba(5, 23, 43, 0.78),
    0 0 16px rgba(30,132,242,0.92);

}



footer{
    background-color: #555a643d;
    margin-left: -3px;
    border-radius: 20px;
    margin-top: 40px;
    height: 250px;
}
.inq{
    color: #c1b9b9;
    font-family: agrandirr;
    background-color: #00004268;
    width: 350px;
    padding: 17px;
    border-radius: 10px;
    margin-top: 100px;
    margin-left: 100px;
}

@font-face {
    font-family: agrandirr;
    src: url("FONTS/Agrandir-Regular.otf");
}
a{
    color:#c1b9b9; ;
}
.container{
    margin-left: 330px;
}
.cursor{
    width: 3rem;
    height: 3rem;
    border: 2px solid rgb(45, 33, 148);
    box-shadow: 
    0 0 2px rgba(202,228,225,0.92),
    0 0 10px rgba(202,228,225,0.34),
    0 0 4px rgba(30,132,242,0.52),
    0 0 7px rgba(10, 61, 116, 0.92),
    0 0 11px rgba(30,132,242,0.78),
    0 0 16px rgba(72, 30, 242, 0.92);
    position: relative;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
span{
  
    position: absolute;
    margin-top: 6px;
    font-size: 40px;
    color: #36c6e664;
    padding: 68px;
    text-align: center;
    transform: translate(-50%, -50%);
    pointer-events: none;   
    
}