nav .signup {
    border: 0.5px;
    border-radius: 50px;
    border: solid white;
    color: white;
    padding: 8px 48px;
    margin-top: 10px;
    margin-left: 100px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

nav .contact {
    color: #808080;
    padding-right: 10%;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.nav-item button:hover {
    color: #4E87C6;
}

nav .signup:hover {
    border: 0.5px;
    border-radius: 50px;
    border: solid #4E87C6;
    color: #4E87C6;
}

.banner-image {
    background-image: url("../Images/TopBG.png");
    background-size: cover;
    height: 1150px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    background-size: cover !important;
}

.Herosection {
    color: white;
}

.mainheading {
    padding-bottom: 20px;
    font-family: 'Archivo Black', sans-serif;
    font-size: 65px;
}

.text_alignment {
    text-align: center;
    padding: 60px;
}

.feature_content {
    font-family: 'Nunito Sans', sans-serif;
}

.feature_content_heading {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.feature_content p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
}

.feature {
    padding-top: 100px;
}

.feature_heading {
    padding-top: 24px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
}

.feature p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.benifits {
    background-image: url('../Images/BG2.png');
    height: max-content;
    padding-bottom: 60px;
    color: white;
}

.benifits_heading {
    padding: 50px;
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
}

.benifits_box {
    padding-right: 60px;
}

    .benifits_box a {
        color: white;
        text-decoration: none;
    }

        .benifits_box a:hover {
            color: #4E87C6;
            text-decoration: none;
        }

.benifits_img {
    padding-left: 80px;
}

.benifits p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.Uses {
    background-image: url('../Images/BG3.png');
    height: max-content;
    padding-bottom: 60px;
}

.Uses_heading {
    padding: 50px;
    text-align: center;
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
}

.Uses_content_box {
    background-color: white;
    border-radius: 40px;
    height: max-content;
    padding: 20px;
}

.Uses_content a {
    color: #212529;
    text-decoration: none;
}

    .Uses_content a:hover {
        color: #4E87C6;
        text-decoration: none;
    }

.Uses_content {
    padding: 20px;
}

    .Uses_content p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
    }

.Uses_content_heading {
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
    font-weight: 600;
}

.uses_img {
    width: 100%;
    height: max-content;
}

.forms p {
    padding-bottom: 40px;
}

.form_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
}

.form_subheading {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}

.form_edit {
    box-shadow: 0 2px 6px rgba(27, 27, 27, 0.1);
    cursor: text;
    padding: 15px;
    transition: border .1s linear;
}

.footer_bg {
    background-image: url('../Images/footer.png');
    padding: 20px;
    color: white;
}

    .footer_bg span {
        font-size: 20px;
        font-weight: 600;
        padding-right: 10px;
    }

    .footer_bg a {
        padding: 5px;
        color: white;
        text-decoration: none;
    }



@media only screen and (max-width: 768px) {
    .banner-image {
        background-image: url(../Images/TopBG.png);
        background-size: cover;
        height: 500px;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        background-size: cover !important;
    }
}

@media only screen and (max-width: 600px) {
    .col-9.Herosection p {
        font-size: 13px;
    }

    .mainheading {
        font-size: 19px !important;
        padding-top: 72px !important;
    }

    .banner-image.w-100.d-flex.justify-content-center.align-items-center {
        align-items: flex-start !important;
    }

    .banner-image {
        background-image: url("../Images/TopBG.png");
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: top;
        height: 275px !important;
    }
}
