*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.hero{
	height: 100%;
	width: 100%;
	min-height: 100vh;
    background: url(img/streamersbg5.jpg);
    background-size: cover;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 0;
	padding: 0;

}
.hero header .logo h2 a{
	display: block;
	font-size: 32px;
	font-weight: 600;
	text-decoration: none;
	color: rgb(0, 0, 0);
}
.hero header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0 30px;
}
nav ul li{
	list-style: none;
	display: inline-block;
    
}
nav ul li a{
	text-decoration: none;
	color: rgb(0, 0, 0);
	margin-left: 60px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 2px solid transparent;
	transition: .4s;
    
}
nav ul li:not(:last-child) a:hover,
nav ul li:not(:last-child) a:focus{
	border-bottom: 2px solid white;
}

nav ul li.active a{
	border-bottom: 2px solid rgb(0, 0, 0);
}

.btn a {
    display: inline-block;
    background-color: #7800ad;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    
}

nav ul li.btn:hover a{
	border: 1px solid white;
	color: black;
	background: white;
	transition: .5s;
}

.container{
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #e3dbf6, #a99bf9);
    padding: 10px;
}

.card-wrapper {
    display: flex;
    justify-content: space-between; 
}

.card{
    width: 350px;
    height: 515px;
    margin: 60px 50px;
    perspective: 1000px;
}

.card-inner{
    width: 100%;
    height: 100%;
    position: relative;    
    transition: transform 1s;
    transform-style: preserve-3d;
}

.front, .back{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: absolute;
    backface-visibility: hidden;
}

.front{
    background: url(img/Ninja.JPG);
    background-size: cover;
    background-position: center;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.front h2{
    font-weight: 600;
    font-size: 50px;
    color: #000000;
}

.front p{
    color: #ffffff;
    font-size: 15px;
}

.front button{
    font-size: 15px;
    width: 120px;
    border: none;
    background: #fefefe;
    border-radius: 50px;
    padding: 8px 20px;
    cursor: pointer;
    margin-top: 20px;
    color: #000000;
    box-shadow: 0px 18px 20px rgba(0, 0, 0, 0.3)
}

.back{
    background: #fff;
    color: #333;
    padding: 20px 40px;
    transform: rotateY(180deg);
}

.back h1{
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
}

.back h1 span{
    font-weight: 400;
}

.back p{
    font-size: 14px;
}

.back p span{
    font-weight: 600;
}

.back img{
    width: 120px;
}

.row{
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.col{
    flex: 1;
    text-align: center;
    color: #555;
    font-size: 12px;
    position: relative;
}

.col h2{
    font-size: 20px;
}

.col::after{
    content: '';
    width: 1.5px;
    height: 15px;
    background: #000000;
    position: absolute;
    top: 5px;
    right: 0;
}

.col:last-child::after{
    display: none;
}

.col p{
    margin-top: 5px;
    font-size: 13px;
}

.back button{
    background: #7800ad;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 8px 25px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 15px;
    box-shadow: 0 8px 10px rgba(120, 0, 173, 0.3); 
    background-color: #fff;
}
.back a{
     width: 40px;
     height: 36px;
     border-radius: 50%;
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 5px;
}

.back a{
    background-color: #fff;
}

.back a img{
    width: 50%;
}

.container {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #e3dbf6, #a99bf9);
    padding: 10px;
}

.card-wrapper {
    display: flex;
    justify-content: space-between;
}

.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.front, .back {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.front h2 {
    font-weight: 600;
    font-size: 50px;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.front p {
    color: #ffffff;
    font-size: 15px;
}

.front button {
    font-size: 15px;
    width: 120px;
    border: 1px solid #fff;
    background: white;
    border-radius: 50px;
    padding: 8px 20px;
    cursor: pointer;
    margin-top: 20px;
    color: #000000;
}

.back {
    background: #31cff5;
    color: #333;
    padding: 20px 40px;
    transform: rotateY(180deg);
}

.back h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
}

.back h1 span {
    font-weight: 400;
}

.back p {
    font-size: 14px;
}

.back p span {
    font-weight: 600;
}

.back img {
    width: 120px;
}

.row {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.col {
    flex: 1;
    text-align: center;
    color: #555;
    font-size: 12px;
    position: relative;
}

.col h2 {
    font-size: 20px;
}

.col::after {
    content: '';
    width: 1.5px;
    height: 15px;
    background: #000000;
    position: absolute;
    top: 5px;
    right: 0;
}

.col:last-child::after {
    display: none;
}

.col p {
    margin-top: 5px;
    font-size: 13px;
}

.back button {
    background: #7800ad;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 8px 25px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 15px;
    box-shadow: 0 8px 10px rgba(120, 0, 173, 0.3);
}

.card:hover .card-inner {
    transform: rotateY(180deg);
}

.front2 {
    background: url(img/pokimane.jpg); 
    background-size: cover;
    background-position: center;
    
}

.front2 h2 {
    font-weight: 600;
    font-size: 50px;
    color: #8d0875d8;
}

.back2 {
    background: #eeccc3;
}

.front3 {
    background: url(img/tfue.JPG); 
    background-size: cover;
    background-position: center;
}

.front3 h2 {
    font-weight: 600;
    font-size: 50px;
    color: #6dd743e6;
}

.back3 {
    background: #e7213c;
}

.card:hover .card-inner{
    transform: rotateY(180deg);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hero header {
    animation: fadeIn 1.5s ease-in-out;
}

.card {
    padding-top: 30px;
    animation: fadeIn 1.8s ease-in-out;
    opacity: 1;
}