*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 500ms ease;
}

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

#mindcheck{
    position: fixed;
}

.iconite{
    position: fixed;
}

body{
    height: 100vh;
    /* Created with https://www.css-gradient.com */
background: #AAAAAA;
background: -webkit-radial-gradient(top left, #AAAAAA, #000000);
background: -moz-radial-gradient(top left, #AAAAAA, #000000);
background: radial-gradient(to bottom right, #AAAAAA, #000000);
display: flex;
align-items: center;
overflow: hidden;
}

ul{
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 65px;
    background: rgb(18 11 242 / 8%);
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 12.5px );
-webkit-backdrop-filter: blur( 12.5px );
border-radius: 0px 10px 10px 0px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
padding: 20px;
}


ion-icon{
    width: 30px;
    height: 30px;
}

a{
    color: whitesmoke;
    text-decoration: none;
}

.main{
    display: flex;
    display: flex;
    column-gap: 13.5rem;
    width: 100%;
    align-items: center;
}

#mindcheck{
    width: 100%;
    height: 400px;
    z-index: -1;
    position: absolute;
}

.wrapper{
    background: rgb(18 11 242 / 8%);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 12.5px );
    -webkit-backdrop-filter: blur( 12.5px );
    border-radius: 10px 0px 0px 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 20px;
    transform: translatex(100%);
    position: relative;
    bottom: -555px;
    height: 80%;
}

.wrapper.about{
    height: 566px;
    bottom: 11px;
}

.wrapper.about.active{
    transform: translateX(0%);
}

.wrapper.home.active{
    transform: translateX(0%);
}

.wrapper.contact{
    width: 100%;
    bottom:579px;
    height: 566px;
}

.wrapper.contact.active{
    transform: translateX(0%);
}

.hero{
    display: block;
    width: 80vw;
    align-self: center;
}

h1{
    font-family: 'Cairo';
    color: whitesmoke;
}

.imgholder{
    height: 464px;
    width: 228px;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(123, 11, 242, 0.08);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 12.5px );
    -webkit-backdrop-filter: blur( 12.5px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.grid{
display: flex;
gap: 10px;
}

p{
    color: white;
}

.pholder{
    border-radius: 20px;
    overflow: hidden;
    background: rgba(123, 11, 242, 0.08);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 12.5px );
    -webkit-backdrop-filter: blur( 12.5px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 20px;
}

.list.active ion-icon{
    filter: drop-shadow( 0 0 10px rgb(75, 87, 255));
    color: white;
}

.list ion-icon{
    color: #aaaaaa72;
}

.edu{
    width: max-content;
    color: white;
}

.about li{
    display: flex;
    gap: 10px;
    align-items: center;
}

.facultate{
    font-size: 15px;
    width: 200px;
    top: -55px;
    position: relative;
}

.about ul{
    background: rgba(26, 26, 32, 0.496);
}

.iconite{
    position: absolute;
    width: 100%;
    justify-content: center;
    display: flex;
    bottom: 120px;
    color: white;
}

.linkedin{
    margin-left: 20px;
    filter: drop-shadow( 0 5px 10px rgb(29, 221, 255));
}

.linkedin:hover{
    transform: scale(1.1);
    color: rgb(19, 19, 126);
}

.facebook{
    margin-left: 20px;
    filter: drop-shadow( 0 5px 10px rgb(29, 44, 255));
}

.facebook:hover{
    transform: scale(1.1);
    color: rgb(51, 51, 250);
}

.instagram{
    filter: drop-shadow( 0 5px 10px rgb(255, 29, 135));
}

.instagram:hover{
    transform: scale(1.1);
    color: rgb(216, 39, 228);
}

/*=============================MOBILE=======================*/
@media screen and (max-width:500px){
    body{
        overflow: auto;
    }

    .wrapper.about{
        height: fit-content;
    }

    ul{
        background: rgb(0 0 0 / 8%);
    }

    .grid{
        height: fit-content !important;
    }

}

.pholder p{
    height: fit-content;
}

@media screen and (max-width:500px) and (min-width:428px){

    .pholder p{
        height: fit-content;
    }

    aside{
display: flex;	    
position: fixed;
bottom: 0;
Z-index:20;
transform: scale(0.9);
    margin-left: -20px;
}

ul{
flex-direction:row;
}

.wrapper{
        
        padding: 20px;
        transform: translatey(-100%);
        position: relative;
        bottom: -555px;
        height: 80%;
    }
.hero{
    width: 100%;
}

.grid{
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 530px;
}

.imgholder{
    height: 312px;
    width: 153px;
}

.wrapper.home{
    bottom:-100px;
}

.wrapper.home.active{
    position: fixed;
    top:0
}

.wrapper.about{
    bottom:493px;
    width: 100%;
}

.wrapper.about.active{
    position: fixed;
    top:0
}

.wrapper.contact{
    width: 100%;
    bottom: 820px;
    height: 566px;
}

.wrapper.contact.active{
    position: fixed;
    top:0
}

.edu ul{
    flex-direction: column;
}

}

@media screen and (max-width:427px) and (min-width:380px){
    aside{
display: flex;	    
position: fixed;
bottom: 0;
Z-index:20;
transform: scale(0.9);
    margin-left: -20px;
}

ul{
flex-direction:row;
}

.wrapper{
        
        padding: 20px;
        transform: translatey(-100%);
        position: relative;
        bottom: -555px;
        height: 80%;
    }
.hero{
    width: 100%;
}

.grid{
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 530px;
}

.imgholder{
    height: 200px;
    width: 153px;
}

img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.wrapper.home{
    bottom:-100px;
}

.wrapper.home.active{
    position: fixed;
    top:0
}

.wrapper.about{
    bottom:493px;
    width: 100%;
}

.wrapper.about.active{
    position: relative;
    top: 6rem;
}

.wrapper.contact{
    width: 100%;
    bottom: 820px;
    height: 566px;
}

.wrapper.contact.active{
    position: fixed;
    top:0
}

.edu ul{
    flex-direction: column;
}

}

@media screen and (max-width:379px){
    aside{
        display: flex;
        position: fixed;
        bottom: -15px;
        Z-index: 20;
        transform: scale(0.8);
        margin-left: -46px;
}

ul{
flex-direction:row;
}

.wrapper{
        
        padding: 20px;
        transform: translatey(-100%);
        position: relative;
        bottom: -555px;
        height: 80%;
    }
.hero{
    width: 100%;
}

.grid{
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 530px;
}

.imgholder{
    height: 180px;
    width: 153px;
}

img{
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    top:-17px;
}

.wrapper.home{
    bottom:-100px;
}

.wrapper.home.active{
    position: relative;
    bottom: -42rem;
}

.wrapper.about{
    bottom:493px;
    width: 100%;
}

.wrapper.about.active{
    position: relative;
    top: 9rem;
}

.wrapper.contact{
    width: 100%;
    bottom: 820px;
    height: 566px;
}

.wrapper.contact.active{
    position: fixed;
    top:0
}

.edu ul{
    flex-direction: column;
}

}



@media screen and (max-width:340px){

.edu{
    width: max-content;
    color: white;
    transform: scale(0.8);
    margin-left: -20px;
    margin-top: -30px;
}

aside{
        display: flex;
        position: fixed;
        bottom: -10px;
        Z-index: 20;
        transform: scale(0.7);
        margin-left: -39px;
        width: 270px;
}

h1{
    font-size:20px;
}

ul{
flex-direction:row;
border-radius: 20px;
}

.wrapper{
        
        padding: 20px;
        transform: translatey(-100%);
        position: relative;
        bottom: -555px;
        height: 80%;
    }
.hero{
    width: 100%;
}

.grid{
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 530px;
}

.imgholder{
    height: 90px;
    width: 90px;
}

.pholder p{
    height: fit-content;
}

.iconite{
   bottom:91px;
}

img{
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    top:-17px;
}

.wrapper.home{
    position: relative;
    bottom:-100px;
}

.wrapper.home.active{
    position: relative;
    top: 44rem;
}

.wrapper.about{
    top: -560px;
    width: 100%;
}

.wrapper.about.active{
    position: relative;
    top: 243px;
}

.wrapper.contact{
    width: 100%;
    bottom: 820px;
    height: 566px;
}

.wrapper.contact.active{
    position: relative;
    top: -37rem;
}

.edu ul{
    flex-direction: column;
}

}

.input-data label{
    display: block;
    font-family: 'Poppins', sans-serif;
    color: white;
    
    }
    
    .js-tilt-glare{
        border-radius: 20px;
    }
    
    .input-data textarea{
        width: 100%;
    }
    
    .input-data input{
        width: 100%;
        flex-basis:100%;
    }
    
    .submit input {
        padding: 10px;
        width: 90%;
        border-radius: 20px;
        margin-left: 15px;
            color: #111;
            font-size: 1em;
            overflow: hidden;
            margin-top: 10px;
        }
     
    
    .submit input:hover{
            color: #111;
            background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
            radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
            box-shadow: 0 0 50px #fdb931, #FEDB37;
            cursor:pointer;
        }

#master{
    margin-top: -6rem;
}


