/*
 * Copyright Liviku Tech Lab Ltd 2022.  All Rights Reserved. No warranty, express or implied, is provided.
 */

li a {
    color: green;
}

menutext {
    font-size: larger;
}

/*From MDB template*/
body {
    background-color: #F0F2F5;
}

.btn.btn-outline-dark.btn-lg.btn-block {
    text-align: left;
}

.dropdown-dots.dropdown-toggle::after {
    display: none;
}

.link-post {
    color: #4f4f4f;
    border-radius: .25rem;
    padding-bottom: .9rem;
    transition: all .2s ease-in-out;
}

.link-post:hover {
    color: #4f4f4f;
    background-color: rgba(0, 0, 0, .1);
    transition: all .2s ease-in-out;
}

.link-grey {
    color: #4f4f4f;
}

.link-grey:hover {
    color: #4f4f4f;
}

.link-underline {
    color: #262626;
    font-weight: 500;
}

.link-underline:hover {
    text-decoration: underline;
    color: #1266f1;
}

.icon-underline {
    color: #4f4f4f;
}

.icon-underline:hover {
    color: #1266f1;
    text-decoration: underline;
}

.testimonial-card .card-up {
    height: 90px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.testimonial-card .avatar {
    width: 90px;
    margin-top: -60px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
}

.testimonial-card .card-body {
    text-align: center;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.customer-logo {
    width: 100%;
    max-width: 100px;
    height: auto;
}

/*home-preview-banner*/
.bg-gradient-info {
    background: linear-gradient(310deg, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
}

.min-vh-75 {
    min-height: 75vh;
}

.z-index-1 {
    z-index: 1;
}

.page-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%
}

.page-header .container {
    z-index: 1
}

.fw-900 {
    font-weight: 900;
}

.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

.moving-waves > use {
    animation: d 40s cubic-bezier(.55, .5, .45, .5) infinite
}

.moving-waves > use:first-child {
    animation-delay: -2s;
    animation-duration: 11s
}

.moving-waves > use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 13s
}

.moving-waves > use:nth-child(3) {
    animation-delay: -3s;
    animation-duration: 15s
}

.moving-waves > use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 20s
}

.moving-waves > use:nth-child(5) {
    animation-delay: -4s;
    animation-duration: 25s
}

.moving-waves > use:nth-child(6) {
    animation-delay: -3s;
    animation-duration: 30s
}

@keyframes d {
    0% {
        transform: translate3d(-90px, 0, 0)
    }
    to {
        transform: translate3d(85px, 0, 0)
    }
}

@media (max-width: 767.98px) {
    .waves {
        height: 40px;
        min-height: 40px
    }
}
/*end home-preview-banner*/

/*home-header image*/
.home-header {
    background-image: url('/assets/img/home_header.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-color: rgba(0, 0, 0, 0);
}
/*end home-header*/

.home-header-text{
    font-size: 3rem;
}

.contact-bg{
    background-image: url('/assets/img/Rose-Petals.svg');
    height: 100%;
    background-position: 50% 100%;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0);
}

.notify-form-leading{
    width: 9px;
}
.notify-form-middle{
    width: 99px;
}
/*show recaptcha over notify form background*/
.grecaptcha-badge{
    z-index: 1;
}

.dp-private-bg{
    background-image: url('/assets/img/pos-background.jpg')
}

/*qr code pages, the firefox card*/
.ff-card-bg{
    background-color: hsl(213, 44%, 97%)
}

.footer-bg{
    background-color: rgba(0, 0, 0, 0.1);
}

/* register bg */
.divider-form:after,
.divider-form:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #757575;
    opacity: 0.4;
}


