*{
    color: aliceblue;
    background-color:rgb(33, 32, 32);
    scroll-behavior: smooth;
}
body{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow-x:hidden;
}

.intro-img{
    height: 450px;
    width:1550px;
}
.intro-img img{
    height: 100%;
    width: 100%;
    z-index:-1;
    border: 1px solid #fac915;
    border-radius: 10px;
}

.intro span{
    position:absolute;
    top: 390px;
    left:450px;
    font-size: 60px;
    color:#fac915;
    font-family:fantasy;
}

.games{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
}

.games .ex-card{
    margin-top: 40px;
    perspective: 300px;
}
.games .ex-card:hover .card{
    transform:rotateY(180deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.games .ex-card .card{
    transition:1.5s ease-in-out;
    transform-style: preserve-3d;
    transform-origin: center;
    position: relative;
    width:330px;
    height:400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin:0px 30px;
    cursor: pointer;
    
}
.games .ex-card .card .card-front, .games .ex-card .card .card-back{
    backface-visibility: hidden;
    position:absolute;
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:#30343f;
    height: 400px;
    width:330px;
}
.card-back{
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
}
.card-front img{
    height: 100%;
    width: 100%;
}
.card-front span{
    position:absolute;
    background-color:#fac915;
    backdrop-filter: blur(4px);
    bottom: 6px;
    right: 7px;
    font-size: 22px;
    border-radius: 5px;
    padding: 5px;
}
.card-back a{
    all:unset;
    height: 100%;
    width: 100%;
}
.card-back a img{
    height: 50%;
    width: 100%;
    position: relative;
}
.card-back a h3{
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background: transparent;
    font-size: 26px;
    color:#fac915
}
.card-back a abbr{
    all:unset;
}
.card-back a abbr span{
    border-bottom: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin:2px 22px;
}
.card-back a .desc{
    display: flex;
    flex-direction: row;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}
.card-back a .desc span{
    border:1px solid #fac915;
    border-radius: 5px;
    background-color: #1b182b;
    margin:7px 3px;
    text-align: center;
}
.buy{
    all:unset;
    padding: 10px 30px;
    background: transparent;
    background-color: green;
    border:1px solid green;
    border-radius: 20%;
    margin-bottom:15px;
}
.buy a{
    all:unset;
    background: transparent;
    transition:0.7s;
    font-size: 20px;
}
.buy:hover a .fi{
    color:red;
}
.buy:hover a span{
    color:red;
}

.copyright{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
}
.copyright a{
    all:unset;
    cursor: pointer;
    color:#fac915;
    background-color: red;
    border:1px solid #fac915;
    border-radius: 7%;
    margin-right: 980px;
    padding: 5px 5px;
    font-family:fantasy;
}
.copyright a span{
    color:#1b182b;
}
.copyright p{
    font-size: 0.9rem;

}


footer{
    display:flex;
    flex-direction: column;
    width: 100%;
    background-color: rgb(37, 37, 37);
    margin-top:30px;
    padding-left:70px;
    padding-right: 60px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    cursor:default;
}
footer .top{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: space-between !important;
    background-color: transparent;
}
footer .top .first{
    background-color: transparent;
    margin-left:50px;
}
footer .top .first .logo{
    background-color: transparent;
}
footer .top .first .logo img{
    height: 30px;
    width: 30px;
    float:left;
    margin: 0 10px 0 10px;
    background-color: transparent;
}
footer .top .first .logo h1{
    color:#fac915;
    background-color: transparent;
    font-size: x-large;
}
footer .top .first .about{
    background-color: transparent;
}
footer .top .first .about h3{
    color:#fac915;
    font-size: medium;
    margin-bottom: 0px;
    background-color: transparent;
    cursor: pointer;
}
footer .top .first .about h3:hover{
    filter:brightness(1.3);
}
footer .top .first .about span{
    color:aliceblue;
    font-size:small;
    letter-spacing: 0.5px;
    filter:brightness(0.4);

}
footer .top .first .contact{
    background-color: transparent;
}
footer .top .first .contact h4{
    color:#fac915;
    font-size: medium;
    margin-bottom: 10px;
    background-color: transparent;
}
footer .top .first .contact .fi{
    color:#fac915;
    font-size: small;
    cursor: pointer;
}
footer .top .first .contact a{
    all:unset;
    margin-bottom:2px;
    color:rgb(191, 191, 191);
    font-size: small;
    cursor: pointer;
}
footer .top .first .contact a:hover, .fi:hover{
    color:aliceblue;
}
footer .top .second{
    background-color: transparent;
}
footer .top .second h2{
    background-color: transparent;
    color:#fac915;
    font-size: medium;
    margin-bottom: 10px;
    margin-bottom: 0px;
}
footer .top .second span{
    font-size: small;
    letter-spacing: 0.5px;
    color: rgb(191, 191, 191);
    cursor: pointer;
}
footer .top .second span:hover{
    color:aliceblue;
}
footer .top .fourth{
    background-color: transparent;
}
footer .top .fourth h3{
    background-color: transparent;
    color:#fac915;
    font-size: medium;
    margin-bottom: 10px;
    padding-left:6px;
}
footer .top .fourth form{
    background-color: transparent;
}
footer .top .fourth form input{
    background-color: azure;
    border-radius: 6px;
    border:0px;
    margin:5px;
    padding:10px;
    margin-right:50px;
    color:#1b182b;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    height: 25px;
    width:210px;
}
footer .top .fourth form .subm{
    height: 35px;
    width:80px;
    background-color: #fac915;
    cursor: pointer;
}
footer hr{
    width:100%;
    filter:brightness(1.5);
    color:aliceblue;
    width:95%;
}
footer .bott{
    display:flex;
    flex-direction: row;
    background-color: transparent;
}
footer .bott .social{
    display: flex;
    flex-direction: row;
    background-color: transparent;
    margin-left:600px;
}
footer .bott .social .fi{
    color:rgb(26, 22, 22);
    background-color: #ebb800;
    font-size:20px;
    height:40px;
    width:40px;
    display:grid;
    border-radius: 50%;
    cursor:pointer;
    transition: 0.3s;
    align-items: center;
    text-align: center !important;
    margin:10px;
}
footer .bott .social .a:hover{
    color:white;
    background-color: rgb(61, 175, 246);
}
footer .bott .social .b:hover{
    color:black;
    background-color: white;
}
footer .bott .social .c:hover{
    color:white;
    background: linear-gradient(to bottom right, purple, rgb(255, 109, 133), yellow);
}
footer .bott .social .d:hover{
    color:white;
    background: linear-gradient(to bottom right, rgb(50, 50, 237), rgb(15, 206, 15),rgb(247, 26, 26));
}
footer .bott .copyright{
    background-color: transparent;
}
footer .bott .copyright p{
    background-color: transparent;
    color:rgb(110, 108, 108);
    padding-left:0px;
    margin-left:320px;
    margin-top:0px;
}