* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    scroll-behavior: smooth;
    box-sizing: border-box;
	text-decoration: none;
}

#particles-js{
    position:absolute;
    width: 100%;
    height: 100%;

    background-image: url(img/bg2.jpg);
    
}

.mainHeader {
    
    justify-content: center;
    align-items: center;
    position: relative;
 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
nav {
    display: flex;
    position: relative;
    padding: 4% 6%;
}
nav ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0.6em 0.8em;

    font-size: 1.5em;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'TECHFont', sans-serif;
}
nav ul li h2 {
    font-size: 1.4em;
    padding-bottom: 1em;
    filter: drop-shadow(0 0 20px #fff);

    
}
nav ul li h2:hover {
    font-weight: 300;
    filter: drop-shadow(0 0 40px #fff);

}
@font-face {
    font-family: 'TECHFont';
    src: url('https://tl122022.github.io/Technology-Website-Template/game_of_squids-webfont.woff') format('woff'),
    url('https://tl122022.github.io/Technology-Website-Template/game_of_squids-webfont.woff2') format('woff2');
}


.pages {
    padding-bottom: 0.8em;
    bottom: -0.3em;
    transition: all 0.5s;        overflow-x: hidden;

    
}
.pages::after {
    content: '';

    display: flex;
    width: 0%;
    height: 0.15em;
    background: #00ffff;
    margin: auto;
    transition: all 0.6s cubic-bezier(0.2, 0.9, 0.4, 1);
}
.pages:hover::after {
    width: 100%;
    filter: drop-shadow(0 0 20px #fff);

}
.header {
    justify-content: center;
    align-items: center;
    display: block;
}
.header h2 {
    padding: 0.8em 1em;
    text-align: center;
    font-size: 2.5em;
    font-family: 'TECHFont', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}
.header p {
    padding: 0.8em 1em;
    font-family: 'TECHFont', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin: 1em;
    font-size: 1.2em;
}
button {
    padding: 0.8em 1.2em;
    color: #010050;
    cursor: pointer;
    text-align: center;
    margin: 1em;
    position: relative;
    outline: none;
    border: none;
    background: #fff;
    border-radius: 4em;
    font-family: 'TECHFont';
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    transition: all 0.5s;
}
button:hover {
    background: #010050;
    color: #fff;
    filter: drop-shadow(0 0 20px #fff);

}
.textSection {
    
    background: linear-gradient(90deg, #000928, #011947);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.textSection h2 {
    text-align: center;
    
    font-family: 'TECHFont';
    font-weight: 400;
    padding: 0.5em;
    text-transform: uppercase;
    font-size: 3em;
    margin-top: 3em;
    position: relative;
}
.textSection p {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    position: relative;
    padding: 1em;
}

#purpose{
    padding-top: 1em;
    margin-top: 0;
}
#purpose p {
    padding-bottom: 0.7em;
    
}

.boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
}



ion-icon {
    font-size: 1.5em;
    color: #010050;
    border-radius: 50%;
    padding: 0.3em;
    border: 0.085em solid #010050;
    cursor: pointer;
    transition: all 0.5s;
}
ion-icon:hover {
    color: #fff;
    background: #010050;
    filter: drop-shadow(0 0 20px #fff);

}
img {
    width: 20em;
    border-radius: 2em;
    position: relative;
    margin: 1em;
}
#product p {
    font-family: 'TECHFont';
    text-transform: uppercase;
}
#contribute p {
    margin-bottom: 2em;
}
#scrollTop {
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.5s;
}
#scrollTop:hover {
    color: #70a5ca;
}
.footer {
    background: #010050;
    width: 100%;
    min-height: 5vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    column-gap: 0.2em;
}
.footer h2 {
    margin: 1em 0.5em;
}

.footer p {
    padding: 0.4em;
    text-align: center;
    font-size: 0.8em;
    position: absolute;
    display: block;
    margin-top: 12em;
}

[data-inViewport="slideTop"] {
    transition: 1.5s;
    opacity: 0;
    transform: translateY(-4em);
}
[data-inViewport="slideTop"].is-inViewport {
    opacity: 1;
    transform: translateY(0em);
}

[data-inViewport="slideRight"] {
    transition: 1s;
    opacity: 0;
    transform: translateX(4em);
}
[data-inViewport="slideRight"].is-inViewport {
    opacity: 1;
    transform: translateY(0em);
}

[data-inViewport="slideBottom"] {
    transition: 1.5s;
    opacity: 0;
    transform: translateY(4em);
}
[data-inViewport="slideBottom"].is-inViewport {
    opacity: 1;
    transform: translateY(0em);
}

[data-inViewport="slideLeft"] {
    transition: 2s;
    opacity: 0;
    transform: translateX(-4em);
}
[data-inViewport="slideLeft"].is-inViewport {
    opacity: 1;
    transform: translateX(0em);
}
@media screen and (max-width: 1080px) {
    .boxes {
        flex-direction: column;
    }
}
@media screen and (max-width: 630px) {

    html,body{
        width: 100%;
        overflow-x: hidden;
    }

    .team{
		width: 100%;
		height: auto;
		padding: 90px 2%;
        position: relative;

	}

    .header{
        padding-top: 5em;
    }

    .header h2 {
        padding: 0.1em 0.1em;
        text-align: center;
        font-size: 1em;
        width: 90%;
        font-family: 'TECHFont', sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        position: relative;
    }

    .header p {
        font-size: 0.8em;
    }
    nav ul li h2 {
        font-size: 1em;
        padding-bottom: 1em;
        filter: drop-shadow(0 0 20px #fff);
    
        
    }

    .mainHeader{
        height: 46em;
    }
    

    .footer {
        background: #010050;
        width: 100%;
        min-height: 5vh;
        justify-content: center;
        align-items: center;
        display: flex;
        column-gap: 0em;
    }
    .footer h2 {
        font-size: 1em;
        display: block;

    }
    
   

    
    .team-content img{
        width: 50%;
        height: 100vh;
        border-radius: 15px;
        margin-bottom: 5px;
        flex-direction: column;        margin: 0;


    }
    #purpose{
        margin-top: 0;
        padding-top: 0em;
    }

    #purpose h2{
        margin-top: 0;
        padding-top: 2em;
        font-size: 2em ;
    }

    #project h2{
        margin-top: 1em;
        font-size: 2em;
    }
    .textSection p {
        padding-bottom: 0.5em;
        font-size: 1.3em;

    }

    .team{
        padding-top: 40em;
        padding-bottom: 40em;
    }

    .team h1{
        font-size: 2em;
    }

    .box h5{
        font-size: 10em;
    }

	.center h1{
		font-size: 10px;
	}
}


.team{
	position: relative;
	width: 100%;
	height: 100vh;
	background: radial-gradient(#281c3e,#0f051d);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    
}
.team-content{
	width: 80%;
	max-width: 1350px;
	margin: -50px auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, auto));
	align-items: center;
	/* gap: 1rem; */
	text-align: center;
	margin-top: 2rem;
}

.team-content2{
	width: 80%;
	max-width: 1350px;
	margin: -50px auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, auto));
	align-items: center;
	text-align: center;
	margin-top: 4rem;
}

.team-content img{
	width: 70%;
	height: auto;
	border-radius: 15px;
	margin-bottom: 0px;
}

.team-content2 img{
	width: 70%;
	height: auto;
	border-radius: 15px;
	margin-bottom: 0px;
}

.center h1{
	color: #fff;
    
	font-size: 3rem;
    font-family: 'TECHFont', sans-serif;

	text-align: center;
}
.box:hover{
	transform: translateY(-10px);
	cursor: pointer;
    filter: drop-shadow(0 0 10px #fff);

}
.box h3{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
    font-family: 'TECHFont', sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
	margin-bottom: 8px;
}
.box h5{
	font-size: 15px;
	font-weight: 600;
	color: #b7b4bb;
    font-family: 'TECHFont', sans-serif;
    text-transform: uppercase;

	margin-bottom: 15px;
	letter-spacing: 2px;
}

.box{
	padding: 6px;
   
	transition: all .38s ease;
    size: 10px;

    
    
}

#project h2{
    padding-top: 0;
    margin-top: 1em;

}

