* {
    padding: 0;
    margin: 0;
}

main {
    margin: 0px 2px;
}

nav {
    display: flex;
    background-color: rgb(26, 197, 34);
    justify-content: space-between;
    align-items: center;
    border-radius: 14px;
    top: 0px;
}

nav>img {
    border-radius: 20px;
}

.header-title {
    margin: 10px 0px;
    background-color: rgba(11, 237, 57, 0.333);
    border-radius: 15px;
    text-align: center;
    padding: 10px 0px;
}

.header-title>h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.header-title>h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container23 {
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    background-color: #6361611d;
    border-radius: 20px;
}

.container23>.header10 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 5px;
}

.side>h3 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.side>p {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #434242c0;
    font-size: 10px;
    margin-top: 10px;
}

.link13 {
    margin-top: 10px;
}

.link13>.paraga {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

.paraga>p {
    align-items: center;
    justify-content: center;
    background-color: #0754f927;
    border-radius: 15px;
    padding: 5px;
    color: rgb(12, 12, 214);
    font-size: 8px;

}

.rate {
    height: 7px;
    width: px;
    border-radius: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.rate2 {
    height: 15px;
    width: 15px;
    background-color: #00ff37;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border-radius: 15px;
    align-items: center;
    justify-content: center;

}

.tarin {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;

}

.header11 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
}

.install-button {
    width: 100%;
    max-width: 340px;
    margin: 14px auto 4px;
    display: block;
    border: none;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 14px 30px rgba(22, 163, 74, 0.35);
}

.title>h1 {
    color: blueviolet;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

hr {
    border: 5px solid purple;
}

.but {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 20px 0px;
    justify-content: center;
    background-color: rgb(234, 233, 233);
}

.but>button {
    background-color: #ffffff;
    color: #318a28;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    flex: 1;
    background: none;
    border: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #5a6a85;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-align: center;
}

.but button:hover {
    color: red;
    cursor: pointer;
    background-color: aquamarine;
}

.app-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #c2bebe5f;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

.app-card:hover {
    background-color: rgba(0, 0, 0, 0.251);
}

.app-card img {
    border-radius: 20px;
    margin-left: 5px;
}

.details {
    flex: 1;
}

.details h3 {
    font-size: 14px;
    color: #444;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.bonus {
    color: #ff6600;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.withdraw {
    color: #2e7d32;
    font-size: 11px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.download {
    background: #2ea52c;
    color: #fff;
    border: none;
    padding: 15px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
    margin-right: 15px;
    cursor: pointer;
}

.download i {
    margin-right: 8px;
}

.download:hover {
    background: #23851f;
}


.card.hide {
    display: none;
}

footer {
    background-color: #078787;
    padding: 10px;
    color: white;
}

.footer-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: black;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.footer-1>.footer-2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-2>a {
    color: rgba(21, 4, 17, 0.947);
    background-color: #1a1b1a35;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin: 5px 0px;
    width: fit-content;
    transition: 0.3s;
}

.footer-2>h4 {
    background-color: rgba(0, 0, 0, 0.445);
    color: white;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
    cursor: pointer;
    transition: 1s;
}

h4:hover {
    background-color: rgba(0, 0, 0, 0.728);
}

.footer-2>a:hover {
    background-color: #ffffff50;

}

.discription {
    background-color: rgba(0, 0, 0, 0.231);
    padding: 05px;
    border-radius: 5px;
}

.discription>h4 {
    margin: 10px 0px;
    font-weight: bold;
    background-color: rgba(250, 246, 246, 0.445);
    width: fit-content;
    padding: 10px 5px;
    border-radius: 5px;
}

.discription>p {
    color: black;
    background-color: rgba(255, 255, 255, 0.279);
}

a {
    text-decoration: none;
}

a>button {
    background-color: rgba(224, 255, 255, 0.315);
    display: flex;
    color: white;
    flex-direction: column;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 5px;

}

.footer-4 {
    background-color: black;
    padding: 10px 0px;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}