html {
    scroll-behavior: smooth;
}

.playstore-btn {
    background: transparent;
}

.playstore-btn img {
    height: 50px;
}

.webapp-btn {
    border-bottom: 1px solid #fff;
}

.webapp-btn img {
    height: 51px;
}

.bold {
    font-weight: bold;
}

.centerMan {
    display: grid;
    place-items: center;
    place-content: center;
    text-align: center;
}

.alert {
    border-radius: 5px !important;
}

.font-small {
    font-size: small;
}


.showVidModalAction span {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .hero__caption {
        margin-top: 40px;
    }
}

#smartixVideo {
    width: 100%;
    height: 90%;
}

.account-card {
    border: rgba(0, 0, 0, 0.26) 1px solid;
    border-radius: 5px;
    padding: 1%;
    cursor: pointer;
}

.account-card:hover {
    border: #805cf7 2px solid;
    border-radius: 5px;
    padding: 1%;
    cursor: pointer;
}

.signup-image {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.signup-card-header {
    font-weight: semi-bold;
    font-size: 1.3em;
}

.hide {
    display: none !important;
}

.account-back-arrow {
    cursor: pointer;
    color: #2b044d;
}

.has-account-already {
    color: #2b044d;
}

.has-account-already:hover {
    color: #805cf7;
}

.required-field {
    color: red !important;
}

.section-padding-top {
    padding-top: 4%;
}

.container-padding-top {
    padding-top: 3%;
}

.container-padding-bottom {
    padding-bottom: 3%;
}

.summer-text-area {
    margin-top: -50px !important;
    margin-bottom: 20px !important;
}

.font-white {
    color: #fff !important;
}

.footer-main {
    border-top: 1px solid #ffc9fd;
}