body {
    background-image: linear-gradient(to left, #f85361, #f24a67, #ea426c, #e23a72, #d93477, #dd3773, #e03a6f, #e33d6b, #ef4f5c, #f5634d, #f7793f, #f48f33);
    background-repeat: repeat-y;
    font-family: 'Quicksand', sans-serif;
}

.container {
    display: flex;
    justify-content: center;

}

#section2.container-fluid {
    display: flex;
    justify-content: center;

}

footer {
    justify-content: center;
    text-align: center;

}
.card {
    margin: 10px;

    margin-top: 0%;
    margin-bottom: 0%;
    width: 20rem;
    border: none;
    display: inline-flex;

    /* border: 2px solid black; */
}

.card i {
    font-size: 60px;
}

.card a {
    color: rgb(231, 28, 129);
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

#section1 {
    min-height: 100vh;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 5%;
    background-image: url("sec1.png");
    background-repeat: no-repeat;
    background-size: 60%;

    background-position: right bottom;
}

#section2 {
    min-height: 100vh;
}

#section3 {
    min-width: fit-content;
    text-align: center;
    backdrop-filter: blur(1px) saturate(180%);

    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);


}

#section3 div {
    display: inline-block;
    justify-content: center;
    margin: 10vh;
    color: antiquewhite;

}

#section3 div h1 {
    font-size: 60px;

}

#section3 img {
    color: aliceblue;
}

#section4 {
    min-height: 100vh;
}

#section5 {
    min-height: 100vh;
}

#section6 {
    min-height: 100vh;
}

#section5 i {
    color: palevioletred;
}

#section5 img {
    box-shadow: 12px 12px 12px rgb(163, 154, 159);
    
}

#section5 .card {
    margin: top 0px;
    ;
    margin: 40px;
    display: inline-block;
}

#section6 .card {
    margin: 20px;
    height: 520px;

}

#section6 h5 {
    color: palevioletred;
}

body {
    /* margin-inline-start: 80px;
    margin-inline-end: 80px; */
    max-width: 1215px;
    text-align: center;
    margin: auto;
}

.navbar {
    background-color: #ffffff;
    border-bottom: 2px rgb(10, 9, 9);

}

.card i:hover {
    color: rgb(243, 49, 194);
    transform: rotateY(360deg);
    transition: .5s;


}


.card:hover {
    box-shadow: 5px 5px 5px palevioletred;
    border: solid 2px blueviolet;
    border-radius: 5px;
    transition: .5s;
}

ul li a:hover {
    color: #181816;
    box-shadow: 0 0 5px #555554;
    text-shadow: 0 0 1px #b3aeae;
    font-size: larger;
    border-radius: 5px;
}
div#card.card.text-left{
    margin-left: 5px;
}
div#card.card.text-center{
    margin-left: 5px;
}
.playstore {
    margin-top: 0%;
}