@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Ubuntu", sans-serif;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(bg.jpg) no-repeat;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}

.container {
    width: 800px;
    height: 600px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 30px 40px;
}

.menu {
    padding: 10px 0px;
    cursor: pointer;
    display: inline-block;
    width: 24%;
    vertical-align: top;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, #ba54f5, #e14eca);
    border-radius: 5px;
}

.menu:hover {
    background: linear-gradient(0deg, #c554f5, #9c4ee1);
}

.PYTHACHECK {
    text-align: center;
    color: #fff;
    font-size: 70px;
    padding: 20px;
}

.checker {
    display: flex;
    align-items: top;
    text-align: center;
    width: 400px;
    height: 300px;
    background: linear-gradient(0deg, #ba54f5, #e14eca);
    color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 60px;
}

#download {
    max-width: 40%;
    border-radius: 20px;
}

.checker1 {
    width: 600px;
    height: 378px;
    background: linear-gradient(0deg, #ba54f5, #e14eca);
    color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 10px 40px 10px 10px;
}

.product {
    cursor: text;
    padding: 10px 5px;
    border-radius: 10px;
    width: 60%;
}

.check {
    cursor: pointer;
    width: 25%;    
    background-color: #54f554;
    padding: 10px 5px;
    font-weight: bold;
    border-radius: 10px;
    display: none;
}

.check:hover {
    background: #68f904;
}

.result {
    display: none;
    margin-top: 20px;
    padding: 10px;
    font-size: 20px;
}

a {
    color: #fff;
    text-decoration: none;
}

.download {
    font-size: 25px;
    font-weight: bold;
    background-color: #54f554;
    border-radius: 40px;
    padding: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.apk {
    padding: 20px;
    text-align: center;
    font-size: 30px;
}

.download:hover {
    background: #68f904;
}

.dow{
    text-align: center;
}

@media screen and (max-width: 600px)
{    
body {
    display: block;
    align-items: center;
    justify-content: center;
    background: url(bg.jpg) no-repeat;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}

.container {
    width: 500px;
    height: 600px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    margin-top: 60%;
    padding: 30px 40px;
}

.menu {
    margin-top: 10px;
    padding: 10px 0px;
    cursor: pointer;
    display: inline-block;
    width: 24%;
    vertical-align: top;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, #ba54f5, #e14eca);
    border-radius: 5px;
}

.PYTHACHECK {
    text-align: center;
    color: #fff;
    font-size: 50px;
    padding: 20px;
}

.checker {
    display: flex;
    align-items: top;
    text-align: center;
    width: 350px;
    height: 250px;
    background: linear-gradient(0deg, #ba54f5, #e14eca);
    color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 20px;
}

.checker1 {
    width: 370px;
    height: 290px;
    background: linear-gradient(0deg, #ba54f5, #e14eca);
    color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 10px 40px 10px 10px;
    padding-left: 30px;
}

.download {
    font-size: 20px;
    font-weight: bold;
    background-color: #54f554;
    border-radius: 40px;
    padding: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#download {
    max-width: 50%;
    border-radius: 20px;
}
}
