body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.background{
    max-width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
#home-top-section .hero-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3rem;
}
#home-top-section .hero-content .header{
    font-size: 3rem;
    line-height: normal;
    text-align: center;
    color: #0c3a54;
}
#home-top-section .hero-content .sub-header{
    font-size: 1.75rem;
    line-height: normal;
    text-align: center;
    color: #0c3a54;
}
#home-top-section .ratings-section .ratings{
    font-size: 1.5rem;
    color: #4794b5;
}
.mat-h1, .mat-headline, .mat-typography .mat-h1, .mat-typography .mat-headline, .mat-typography h1 {
    font: 400 24px / 32px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
}
#home-top-section .ratings-section{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: .5rem;
}

#home-top-section .ratings-section .ratings {
    font-size: 1.5rem;
    color: #4794b5;
}

#home-top-section .ratings-section .stars img {
    width: 20px;
    height: 20px;
}

#home-top-section .ratings-section .app-stores img{
    width: 40px;
    height: auto;
}

#home-top-section .ratings-section .app-stores{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.try-it-today-btn{
    margin-top: 1rem;
    border-radius: 25px;
    font-size: 2rem;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    z-index: 999;
    width: 100%;
    max-width: 300px;
    height: 70px;
    border-bottom: 5px solid #05af72;
    background: #1ec28b;
    box-shadow: 0 3px #a4ead3;
    text-shadow: 1px 2px 0px rgba(5, 175, 114, .7);
}

.footer_container{
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 5rem;
}

@media only screen and (max-width: 1024px) {
    #home-top-section  .hero-content{
        padding: 2rem;
    }
    #home-top-section .hero-content .header{
        font-size: 2.35rem;
    }
}

@media only screen and (max-width: 810px) {
    #home-top-section .ratings-section .app-stores img {
        width: 30px;
    }
    #home-top-section .hero-content{
        padding: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    #home-top-section .hero-content {
        padding: .6rem;
    }
    #home-top-section .hero-content .header{
        font-size: 1.75rem;
    }
    #home-top-section .ratings-sectionn .app-stores img{
        width: 30px;
    }
    #home-top-section .ratings-section .app-stores {
        gap: 15px;
    }
    #home-top-section .ratings-section{
        gap: 15px;
        margin-top: 1rem;
    }
    #home-top-section .hero-content .sub-header{
        font-size: 1.25rem;
    }

    .try-it-today-btn{
        font-size: 1.5rem;
        width: 100%;
        max-width: 300px;
        height: 60px;
        border-radius: 20px;
        margin-top: 0;
    }

    #home-top-section .ratings-section .ratings{
        font-size: 1rem;
    }
}
