:root{
    --opacity-color: rgba(2, 9, 29, 0.5);
    --white-color: #f7f7f7;
    --prim-color: rgba(0, 187, 191, 0.9);
    --black-color: #041649;
    --red-color: rgba(238, 42, 53);
    --green-color: rgba(0, 151, 54);
    --font-main: 'Arial';
	--font-input: 'Arial, Helvetica, sans-serif';
}

*{
    margin: 0px;
    padding: opx;
}

html{
    scroll-behavior: smooth;
}

    html::-webkit-scrollbar{ 
        height: 12px;
        width: 5px;
    }

    html::-webkit-scrollbar-thumb{
        background: var(--white-color);
    }

    html::-webkit-scrollbar-track{
        background: var(--black-color);    
    }

body{
    background-image: url('../public/img/1.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

section{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: rgba(2, 9, 29, 0.9);
}

.home{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.man{
    height: auto;
    backdrop-filter: blur(15px);
}

.wman{
    height: 120vh;
    display: flex;
}

.child{
    height: 120vh;
    display: flex;
    backdrop-filter: blur(15px);
}

.where{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

header{
    position: fixed;
    display: flex;
    width: 100%;
    height: 6.5vh;
    transition: 0.4s;
    z-index: 1;
}

nav{
    position: fixed;
    width: 100%;
}

.nav-items {
    position: absolute;
    display: flex;
    top: 15%;
    left: 33%;
    margin: 0px;
    list-style-type: none;
}

.items-start {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white-color);
    display: flex;
    width: 8%;
    border: 0px;
    font-size: 9.5pt;
    transition: 0.3s;
    font-family: var(--font-main);
}

.items {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white-color);
    display: flex;
    padding: 16px 25px 16px 25px;
    border: 0px;
    font-size: 9.5pt;
    transition: 0.6s;
    font-family: var(--font-main);
} 

.items:hover{
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--black-color);
}

.items:focus{
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--black-color);
}

.items:active{
    text-shadow: 0px 2px 20px var(--black-color);      
    color: var(--black-color);
}

.logo{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px 10px 25px;
    left: 8%;
}

.get-start h1{
    font-family: var(--font-main);
    font-size: 25pt;
    margin-bottom: 3%;
    background: -webkit-linear-gradient(rgba(0, 151, 178, 0.9), rgba(0, 187, 191, 0.9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.get-start p{
    font-family: Arial;
    font-size: 13pt;
    color: var(--white-color);
    width: 35%;
    text-align: justify;
    text-align-last: left;
    line-height: 1.4;
}

.btn{
    background: var(--opacity-color);
    color: var(--white-color);
    border: 0px;
    transition: 0.9s;
}

#btn-getstart {
    transform: rotateY(35deg) rotateX(15deg);
    font-size: 10.2pt;
    transition: 0.3s;
    background-color: rgb(0,0,1,0.7);
    box-shadow: 0px 5px 50px 2px rgba(255,255,255, 0.45);
    border: 0px;
    border-radius: 10px;
    margin-top: 3%;
    margin-left: -0.8%;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 17px;
    padding-top: 17px;
    width: 8%;
    font-family: var(--font-main);
}

#btn-getstart:hover {
    box-shadow: 0px 0px 0px 0px var(--opacity-color);
}

footer{
    width: 100%;
    height: auto;
    background-color: var(--black-color);
}

.d-flex{
    display: flex;
    justify-content: center;
}

.sub-footer{
    width: 10%;
    margin: 5% 3% 5% 3%;
}

footer p{
    margin: 10% 0% 10% 0%;
    font-family: Arial;
    font-size: 8pt;
    color: #f3f2f2;
    width: 100%;
    line-height: 1.4;
}

footer h3{
    text-transform: uppercase;
    margin: 10% 0% 10% 0%;
    color: var(--white-color);
    font-size: 12pt;
    font-family: var(--font-main);
}

footer h4{
    text-transform: uppercase;
    color: var(--white-color);
    font-size: 8pt;
    font-family: var(--font-main);
}

footer a{
    text-decoration: none;
    color: var(--white-color);
    font-family: var(--font-main);
    font-family: Arial;
    font-size: 8pt;
}

footer img{
    margin: 5%;
}

footer ul{
    list-style-type: none;
    padding: 0px;
    margin: 5% 0% 5% 0%;
    line-height: 1.4rem;
}

footer li{
    display: flex;
    align-items: center;
}

.flag-gradient{
    width: 170px;
    height: 170px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(-45deg, var(--red-color), var(--opacity-color), var(--green-color)) 1;
    animation: infinite;
    animation-name: border-gradient;
    animation-duration: 5s;
    transition: 0.3s;
    
}

.sub-man{
    display: flex;
    width: 100%;
    height: auto;
}

#box1{
    margin: 9%;
}

#box2{
    margin: 9%;
}

.sub-man p{
    margin: 9%;
    font-family: Arial;
    font-size: 13pt;
    color: var(--white-color);
    width: 35%;
    text-align: justify;
    text-align-last: left;
    line-height: 1.4;
}

.sub-man h1{
    margin: 11%;
    color: var(--white-color);
    font-size: 50pt;
    font-family: var(--font-main);
}

.sub-wman{
    display: block;
    margin: 25% 9% 25% 9%;
    width: 50%;
}

.wman h1{
    margin: 9%;
    color: var(--prim-color);
    font-size: 30pt;
    font-family: var(--font-main);
}

.wman p{
    margin: 9%;
    font-family: Arial;
    font-size: 10pt;
    color: var(--white-color);
    width: 100%;
    text-align: justify;
    text-align-last: left;
    line-height: 1.4;
}

.sub-child{
    display: block;
    margin: 25% 9% 25% 9%;
    width: 50%;
}

.child h1{
    margin: 9%;
    color: var(--prim-color);
    font-size: 30pt;
    font-family: var(--font-main);
}

.child p{
    margin: 9%;
    font-family: Arial;
    font-size: 10pt;
    color: var(--white-color);
    width: 100%;
    text-align: justify;
    text-align-last: left;
    line-height: 1.4;
}

.where h1{
    font-size: 25pt;
    color: var(--prim-color);
    font-family: var(--font-main);
}

.super-cards{
	background: rgba(0,0,0,0); 
    width: 50%;
	height:55vh; 
	margin: 9%;
    border: 2px solid transparent;
}
	
.cards{
	display: flex; 
	padding: 15px;
	margin-top: 175px;
	list-style: none; 
	overflow-x: scroll; 
	background: rgba(0,0,0,0.0);
    border: 2px solid transparent;
	scroll-snap-type: x mandatory;
}

.card{
	width: 250px;
	height: auto;
	padding: 0px;
	margin: 25px;
	display: flex; 
	flex-direction: column;
	border-radius: 8px; 
	box-shadow: 0px 5px 25px 2px rgba(0, 187, 191, 0.9); 
	transition: all 0.2s;
}

.cards::-webkit-scrollbar{ 
	height: 7px;
    width: 5px;
}

.cards::-webkit-scrollbar-thumb{
	background: var(--white-color);

}
.cards::-webkit-scrollbar-track{
	background: rgba(0,0,0,0.0); 
}

@keyframes border-gradient{
    0%{
        border-image: linear-gradient(-45deg, rgba(0, 187, 191, 0.9), var(--opacity-color), rgba(0, 187, 191, 0.9)) 1;
    }
    50%{
        border-image: linear-gradient(45deg, rgba(0, 187, 191, 0.9), var(--opacity-color), rgba(0, 187, 191, 0.9)) 1;
    }
    100%{
        border-image: linear-gradient(-45deg, rgba(0, 187, 191, 0.9), var(--opacity-color), rgba(0, 187, 191, 0.9)) 1;
    }
}