@media screen and (max-width:480px) {
    #hero-para {
        width: 100% !important;
    }

    .count-dwn {
        width: 100%;
    }

    .flx {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .navbar-brand {
        width: 75%;
    }

    #growthclimebers {
        display: flex;
        flex-direction: column;
    }
}

.cta {
    background-image: url(../bg-images/cta-digidrive.png);
    width: 100%;
    /* height: 500px; */
}

.ctaflx {
    text-align: center;
    margin: 0 auto;
    /* padding-left:30px;
    margin-left:10px;  */
}

.count-dwn {
    padding-top: 70px;
}

.count-dwn p {
    width: 100%;

}

.hero-parent {
    background-image: url('../bg-images/home-banner.webp');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 800px;
    font-family: var(--font-family);
}

i {
    color: blue;
    border-radius: 50%;
    width: 50px;
}

span {
    color: blue;
}

.galllery {
    margin-top: 60px;
    padding-top: 40px;
    position: sticky;
    top: 50px;

}

.col div {
    border-bottom: 5px solid blue;
}

.guild-card .card img {
    text-align: center;
}

.lines {
    width: 10%;
    padding: 3px;
    background-color: blue;
    margin: 0 auto;


}

.cta-main-paren {
    background-image: url('../bg-images/cta-digidrive.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center center;
}

.btn a {
    color: white;
    text-decoration: none;
}

.contact-bg {
    background-color: #F6F5FF;
}

.form {
    background-color: white;
}

.form-butn button {
    width: 50%;

}

.form-dev {
    border-bottom: 5px solid blue;


}

.email-box p a {
    text-decoration: none;

}

.email-box {
    border-bottom: 8px solid blue;
}

.faq-bg {
    background-image: url('../bg-images/faq-bg.png');
    background-size: cover;
    background-position: center center;
}

.faq-box {
    box-shadow: 2px 2px 10px #ddd;
}

.footer-1 a {
    text-decoration: none;
    color: black;
}

.footer-1 li {
    list-style: none;
}

.footer-1 a:hover {
    color: blue;
}