*{
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    background-color:dodgerblue;
}
header
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    background-image: url(./images/heading_images2.jpg);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
}
header .hdr
{
    display: block;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
}
header .hdr .mainhdr
{
    width: 800px;
}
.hdr h1
{
    margin-bottom: 15px;
}
.android
{
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 30px;

}
.android button
{
    display: inline;
    margin-top: 30px;
    text-decoration: none;

    background-color: #ffe000;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    box-shadow: -6px -6px 15px rgba(255, 255, 255, 0.1), 6px 6px 10px rgba(0, 0, 0, 0.5);
}
.android button:hover
{
    background-color:rgb(0, 92, 184);
    color: #ffffff;
}
::placeholder
{
    color: #555;
}
:disabled
{
    background-color: rgba(240, 248, 255, 0.795);
    color: #00000094;
}
/*.search-box
{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
}
.row1
{
    width: 500px;
    background-color: white;
    border-radius: 19px;
}
.row
{
    display: flex;
    text-align: center;
    padding: 10px 15px;
}
.row input
{
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    color: #333;
}
.row button
{
    background: none;
    border: none;
}
.row button .fa-magnifying-glass
{
    font-size: 22px;
    color: #555;
    cursor: pointer;
}

.result-box ul{
    border-top: 1.7px solid rgb(185, 185, 185);
    padding: 5px 7px;
}
.result-box ul li
{
    list-style: none;
    color: #555;
    padding: 7px 10px;
    border-radius: 10px;
    cursor: pointer;
}
.result-box ul li:hover
{
    background-color: #e9f3ff;
}
*/

/*------------------ Main -------------------*/
main
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    width: 100%;
    color: white;
    padding: 40px 0;
}
#pcapp
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    width: 100%;
    color: white;
    padding: 40px 0;
}
.y
{
    background-color: #57616b;
}
.z
{
    background-color:rgb(180, 0, 180);
}
#pcgames
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    width: 100%;
    color: white;
    padding: 40px 0;
}
.card
{
    background-color:#0074e9;
    text-align: center;
    padding: 15px;
    width: 250px;
    border-radius: 20px;
    box-shadow: -6px -6px 15px rgba(255, 255, 255, 0.1), 6px 6px 10px rgba(0, 0, 0, 0.5);
}
.card ul
{
    list-style: none;
    margin: 5px 0 5px -40px;
    cursor:default;
}
.card ul li
{
    display: inline;
    padding: 1px;
    cursor: pointer;
}
.card ul li i
{
    color: rgb(255, 255, 0);
    font-size: 17px;
}
.card ul li i:hover
{
    transform: scale(1.3);
}
.card h2
{
    font-size: 25px;
    margin-bottom: 4px;
}
.card p
{
    margin-bottom: 4px;
    width: fit-content;
}
.card h5
{
    text-align: center;
    padding: 5px 7px;
    border-radius: 15px;
    font-size: large;
}
.card button
{
    background: none;
    border: none;
    margin:20px 0 10px 0;
}
.card a
{
    font-family: 'Poppins', sans-serif;
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding: 7px 10px;
    border-radius: 20px;
    border: transparent solid 2px;
    box-shadow: -4px -4px 15px rgba(255, 255, 255, 0.2), 4px 4px 10px rgba(0, 0, 0, 0.5);
}
.card a:hover
{
    background: rgb(0, 207, 155);
    border: transparent solid 2px;
    box-shadow: -6px -6px 15px rgba(255, 255, 255, 0.1), 6px 6px 10px rgba(0, 0, 0, 0.5);
}

/*------------------ Contact-------------------*/
#contact
{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 82, 163);
    padding: 50px;
}
.contact1
{
    padding-bottom: 25px;
    max-width: 600px;
}
.contact1 h2
{
    font-size: 31px;
    margin-bottom: 10px;
}
.contact1 p
{
    margin-top: 10px;
}
.contact1 h6
{
    font-size: 17px;
    margin-bottom: 5px;
}
.contact1 h6:hover
{
    color: rgb(255, 208, 0);
}
.contact1 h6 a
{
    text-decoration: none;
    color: white;

}
.contact1 ul
{
    list-style: none;
    margin-left: -38px;
}
.contact1 ul li
{
    display: inline;
    margin-right: 20px;
}
.contact1 ul li i
{
    padding: 10px 0;
    font-size: 20px;
    color: #ffe000;
    translate: scale ease-in;
}
.contact1 ul li i:hover
{
    scale: 1.3;
}
form input
{
    width: 100%;
    background-color:rgb(0, 63, 126);
    color: white;
    font-size: 19px;
    padding: 6px 8px;
    border: none;
    border-radius: 20px;
    margin-bottom: 7px;
}
form button
{
    width: 20%;
    background-color: #e4c84e;
    padding: 5px 8px;
    border: none;
    border-radius: 15px;
    font-size: 17px;
    font-weight: 700;
}
.xfter
{
    display: flex;
    justify-content: center;
    background-color: transparent;
}
footer
{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 12px;
    width: 75%;
}
footer h3
{
    margin-bottom: -10px;
}
footer p{
    margin-bottom: 20px;
    padding: 4px 0;
}
footer a i{
    color: white;
    letter-spacing: 4.5px;
    font-family: 'Courier New', Courier, monospace;
}
.f1
{
    margin-top: 13px;
}
.f2 button
{
    margin-top: 12px;
    background-color: #ffe000;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    box-shadow: -6px -6px 15px rgba(255, 255, 255, 0.1), 6px 6px 10px rgba(0, 0, 0, 0.5);
}
.f2 button a
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    padding: 2px 0;
}
.f2 button a img
{
    width: 25px;
}

@media only screen and (max-width: 900px) {
form button
{
    width: auto;
}
}
@media only screen and (max-width: 600px) {

    header
    {
        background-image: url(./images/heading_images1.jpg);
    }
    .card
    {
        width: 250px;
    }
    .hdr h1
    {
        font-size: 33px;
    }
    .hdr p 
    {
        padding: 6px 15px;
    }
    #contact
    {
        display: block;
        padding: 30px;
    }
    .contact1
    {
        padding-bottom: 15px;
    }
    .contact1 h6
    {
        font-size: 16px;
    }
    form input
    {
        font-size: 17px;
    }
    form button 
    {
        width: 30%;
    }
    .row1
    {
        width: 300px;
    }

    footer
    {
        width: auto;
        display: block;
    }
    .f2 button
    {
        padding: 5px 10px;
    }
    .f2 button a
    {
        font-size: small;
        font-weight: 300;
    }
    
}