body {
    margin: 0;
    padding: 0;
    background-color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.navbar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid rgb(195, 194, 194);
    position: fixed;
    background-color: black;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    text-align: center;
}

.logo-img {
    width: 60px;
    margin-right: 7px;
    margin-left: 30px;
}

.web-name {
    color: #a74cdf;
}

.mainu-bar {
    display: flex;
    align-items: center;
    text-align: center;
}

.mainu {
    margin: 8px;
    color: #a74cdf;
    text-decoration: none;
    font-size: 20px;
    padding: 5px;
    margin-right: 30px;

}

.mainu:hover {
    border-bottom: 2px solid #a74cdf;
    transition: 0.3s;
}

.humberger {
    width: 30px;
    display: none;
}


.sub-containt {
    background-image: url("../images/background-img.jpg");
    max-width: 100%;
    height: auto;
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.main-heading {
    font-size: 60px;
    color: #a74cdf;
    margin: 50px 40px;

}

.sub-heading {
    color: rgb(195, 195, 195);
    font-size: 25px;
    margin: 0px 15%;
}

.input-box {
    background-color: black;
    padding: 15px 15px;
    width: 350px;
    color: rgb(195, 195, 195);
    margin-top: 80px;
    margin-bottom: -18px;
    box-shadow: none;
    border-radius: 15px;
    border: none;
    font-size: 15px;
    box-shadow: 0px 1px 0px 1px gray;
}

.input-box:focus {
    outline: none;

}


.apps, .games, .reviews {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.app-heading {
    text-align: center;
    font-size: 40px;
    color: rgb(195, 195, 195);
    margin-top: 50px;
}

.game-heading {
    text-align: center;
    font-size: 40px;
    color: rgb(195, 195, 195);
    margin-top: 50px;
}

.apps-card, .reviews-card, .games-card {
    width: 400px;
    height: auto;
    border-radius: 15px;
    background-color: #1F293780;
    box-shadow: 0px 0px 2px grey;
    margin: 20px 20px;
}

.app-img, .review-img, .game-img {
    width: 60px;
    height: auto;
    border-radius: 15px 15px 0px 0px;
    margin-top: 20px;
    margin-left: 20px;
}
.app-name {
    font-size: 25px;
    color: rgb(195, 195, 195);
    margin-left: 15px;
    margin-top: 20px;
    margin-left: 20px;
}
.game-name {
    font-size: 25px;
    color: rgb(195, 195, 195);
    margin-left: 15px;
    margin-top: 20px;
    margin-left: 20px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.start-btn {
    background-color: #a74cdf;
    color: white;
    width: 300px;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin: 30px 0px;
}

.type {
    color: white;
    margin-left: 15px;
    background-color: #38bdf8;
    border-radius: 20px;
    padding: 5px 15px;
    display: inline-block;
}

.apps-card:hover {
    transition: 0.5s;
    box-shadow: 0px 0px 5px #a74cdf;

    .app-name {
        color: #a74cdf;
        transition: 0.3s;
    }
}
.reviews-card:hover{
    box-shadow: 0px 0px 5px #a74cdf;
    transition: 0.5s;
}

.games-card:hover {
    transition: 0.5s;
    box-shadow: 0px 0px 5px #a74cdf;

    .game-name {
        color: #a74cdf;
        transition: 0.3s;
    }
}

.app-lines, .game-lines {
    color: rgb(195, 195, 195);
    margin: 0px 20px;
}

.review-lines {
    color: rgb(195, 195, 195);
    margin: 20px 20px;
    

}

.coust-name {
    color: rgb(195, 195, 195);
    margin: 20px 20px;

}

.link-tag {
    text-decoration: none;
    color: rgb(195, 195, 195);
}

.review-section {
    background-color: #111827;
    margin: 50px 0px;
}
.review-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 40px;
}
.review, .review-para {
    color: rgb(195, 195, 195);
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}
.logo-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo-img {
    width: 60px;
    height: auto;
}
.footer-web-name {
    color: #a74cdf;
    margin-left: 7px;

}

.logo-name {
    display: flex;
    justify-content: center;
    align-items: center;

}

.tag-line {
    color: rgb(195, 195, 195);
    font-size: 15px;
    width: 400px;
    text-align: center;
}
.quick-links {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.footer-name {
    color: rgb(195, 195, 195);
}
.follow-page {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.logo-media {
    width: 30px;
    margin: 5px;
    margin-top: 50px;
}
.logo-media:hover {
    background-color: #a74cdf;
    transition: 0.3s;
}

.horizontal-line {
    border: none;
    height: 1px;
    background-color: rgb(195, 195, 195);
}

.extra-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 20px;
}

.extra-text {
    color: rgb(195, 195, 195);
}

.privacy, .terms {
    text-decoration: none;
    color: rgb(195, 195, 195);
    margin: 10px;
}


@media (max-width : 768px) {
    .humberger {
        display: block;
        width: 25px;
        margin-right: 30px;
    }

    .mainu-bar {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 65px;
        right: 0px;
        width: 100%;
        background-color: rgb(0, 0, 0);

    }

    .mainu-bar.active {
        display: flex;
    }

    .logo-img {
        width: 40px;
    }

    .web-name {
        font-size: 15px;
    }

    .main-heading {
        font-size: 40px;
        margin: 30px 25px;
    }

    .sub-heading {
        font-size: 15px;
        margin: 0px 8%;
    }

    .input-box {
        padding: 9px 9px;
        width: 200px;
        margin-top: 50px;
        margin-bottom: -10px;
        font-size: 9px;
    }

    .apps-card,.reviews-card {
        width: 300px;
        height: auto;
        border-radius: 15px;
        background-color: rgba(21, 21, 21, 0.2);
        box-shadow: 0px 0px 2px grey;
        margin: 15px 5px;
    }
    .games-card {
        width: 300px;
        height: auto;
        border-radius: 15px;
        background-color: rgba(21, 21, 21, 0.2);
        box-shadow: 0px 0px 2px grey;
        margin: 15px 5px;
    }

    .app-img {
        width: 50px;
    }

    .game-img {
        width: 50px;
    }
    

    .start-btn {
        width: 180px;
        padding: 10px 15px;
        font-size: 17px;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        margin: 25px 0px;
    }
    .tag-line {
        display: none;
    }

    .extra-part {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 20px;
    }
    .privacy, .terms {
    margin: 10px;
    }
    .policy {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

}