html {
    scroll-behavior: smooth;
}



.nav-link {
    position: relative;
    z-index: 1;
    color: var(--base-color);
    transition: all 300ms ease-in;
}

.nav-link:hover {
    text-decoration: none;
    color: #fff;
}

.nav-link::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: var(--primary);
    border-radius: 10px;
    visibility: none;
    opacity: 0;
    z-index: -1;
    transition: all 300ms ease-in;
}

.nav-link:hover::after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.border-bottom-dotted {
    border-bottom: 4px dotted #C8C8D8 !important;
}

.banner-row .card,
.goal-section .card {
    border-color: #C8C8D8;
}

.banner-row .left-card,
.banner-row .right-card {
    transform: rotate(-4deg);
    position: relative;
    width: 400px;
    transition: all 300ms ease-in;
}

.banner-row .left-card:hover,
.banner-row .right-card:hover {
    transform: rotate(0deg);
}


.banner-row .left-card:hover::before {
    transform: rotate(0deg);
}

.banner-row .right-card:hover::before {
    transform: rotate(1deg);
}

.banner-row .left-card .card,
.banner-row .right-card .card {
    width: 100%;
}

@keyframes rgbBorder {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.banner-row .left-card::before,
.banner-row .right-card::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    content: "";
    background-color: white;
    border: 1px solid #C8C8D8;
    z-index: -1;
    transform: rotate(4deg);
    border-radius: 10px;
    transition: all 300ms ease-in;
}

.glow-wrapper {

    display: inline-block;
    background: #5e2de63a;
    border-radius: 40px;
    animation: glow 2s infinite alternate;
}

.glow-wrapper img {
    display: block;
    width: 150px;
    /* adjust size */
    height: auto;


    /* background behind image */
    padding: 20px;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px #5e2de66c, 0 0 20px #754be9a6;
    }

    100% {
        box-shadow: 0 0 25px #5e2de66c, 0 0 45px #754be9a6;
    }
}

.lh-1 {
    line-height: 1.5 !important;
}

.banner-row {
    background-image: url(../images/shape/wave.svg);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: 43px 70px;
}

.banner-row .reverse {
    transform: rotate(0deg);
}

.banner-row .reverse::before {
    transform: rotate(-5deg);
}

.home_banner,
header {
    background-color: #5e2de60c !important;
}

.about_section ul {
    list-style: none;
}

.about_section ul li {
    position: relative;
    padding-bottom: 10px;
}

.about_section ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -28px;
    background-image: url(../images/icons/prob.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
}

.about_section ul.sol li::before {
    background-image: url(../images/icons/sol.svg);
}

a {
    color: var(--primary);
}

a:hover {
    text-decoration: underline;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
}

.blog-section {
    background: url(../images/banner/industry_banner.jpg);
    background-size: cover;
    background-position: left;
}

.blog-section .card-img-top {
    height: 302px;
    object-fit: cover;
}

.card-img-top {
    object-fit: cover;
}

.goal-section {
    background: url(../images/banner/goal_banner.png);
    background-size: cover;
    background-position: top;
}

.testimonials-section {
    background: url(../images/banner/about_banner.jpg);
    background-size: cover;
    background-position: top;
}

.goal-section .card::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    content: "";
    background-color: white;
    border: 1px solid #C8C8D8;
    z-index: -1;
    transform: rotate(-3deg);
    border-radius: 10px;
}

.how_section {
    background-color: #F9FAFB;
}

footer {
    background-color: #000317 !important;
    padding-top: 60px;
}

.footer_img {
    margin-bottom: -40px;
}

.text-lighter {
    color: #C89EF5 !important;
}

.text-yellow {
    color: #FBC122 !important;
}

footer .border-top {

    border-color: #68758C !important;
}

.preloader {
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader-dots {
    display: flex;
    margin-top: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    background: #364C62;
    border-radius: 50%;
    opacity: 0;
}


.straight-divider {
    height: 40px;
    width: 1px;
    background-color: #68758C;
    margin: 30px auto;

}

#roadmap .row,
#roadmap .col-md-4 {
    position: relative;
}

#roadmap .row::after {
    position: absolute;
    content: "";
    bottom: 13px;
    left: 0;
    width: 100%;
    height: 8px;
    background: radial-gradient(circle, #68758C 35%, transparent 36%) repeat-x;
    background-size: 10px 8px;
    animation: moveDots 2s linear infinite;
    z-index: -1;
}

/* Animation */
@keyframes moveDots {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 20px 0;
        /* move by 1 full dot gap */
    }
}

#roadmap .col-md-4 i {
    position: absolute;
    content: "";
    bottom: 0;
    right: -15px;
    font-size: 35px;
    background-color: white;
}

#features .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.562);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /* transform: scale(0); */
    transition: all 300ms ease-in;
    z-index: 999;
}

#features .col-md-7>div:hover .overlay,
#features .col-md-5>div:hover .overlay {
    /* transform: scale(1); */
    opacity: 1;
}


/* Custom cursor */
.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(93, 45, 230, 0.8);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease, transform 0.1s ease;
    z-index: 9999;
    mix-blend-mode: difference;
}

/* Hover effect on interactive elements */
a:hover~.cursor,
h2:hover~.cursor,
h3:hover~.cursor,
h6:hover~.cursor,
h1:hover~.cursor,
button:hover~.cursor,
input:hover~.cursor,
textarea:hover~.cursor {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
    border: 2px solid var(--primary);
}


/* ------------------- TABLETS ------------------- */
@media (max-width: 1600px) {
    .customContainer3 {
        max-width: 1440px;
    }

    .banner-row .left-card,
    .banner-row .right-card {
        transform: rotate(-4deg);
        position: relative;
        width: 385px;
        transition: all 300ms ease-in;
    }

    .banner-row {
        background-size: 70%;
        background-position: 80px 96px;
    }
}

@media (max-width: 1440px) {
    .customContainer3 {
        max-width: 1300px;
    }

    .banner-row .left-card,
    .banner-row .right-card {
        transform: rotate(-4deg);
        position: relative;
        width: 385px;
        transition: all 300ms ease-in;
    }

    .banner-row {
        background-size: 65%;
        background-position: 113px 122px;
    }

    .glow-wrapper img {
        width: 120px;
    }

    .banner-row>.d-flex {
        padding-left: 175px !important;
    }

    .home_banner span.badge {
        font-size: 15px !important;
        padding: 10px !important;
    }
}

@media (max-width: 1280px) {
    .customContainer3 {
        max-width: 1100px;
    }

    .banner-row .left-card,
    .banner-row .right-card {
        transform: rotate(-4deg);
        position: relative;
        width: 320px;
        transition: all 300ms ease-in;
    }

    .banner-row {
        background-size: 72%;
        background-position: 75px 111px;
    }

    .glow-wrapper {
        border-radius: 20px;
    }

    .glow-wrapper img {
        width: 90px;
    }

    .banner-row>.d-flex {
        padding-left: 189px !important;
    }

    .home_banner span.badge {
        font-size: 11px !important;
        padding: 8px !important;
    }

    .left-card .content h5,
    .right-card h5 {
        font-size: 14px;
    }

    .left-card .content p,
    .right-card p,
    .right-card li {
        font-size: 12px;
    }
}

@media (max-width: 776px) {
    section.home_banner {
        padding: 0px 10px;
    }

    .banner-row .left-card,
    .banner-row .right-card {
        transform: rotate(-4deg);
        position: relative;
        width: 255px;
        transition: all 300ms ease-in;
    }

    .banner-row>.d-flex,
    .right-card {
        display: none !important;
    }

    .banner-row {
        background-size: 180%;
        background-position: 75px 111px;
    }

    .left-card .content h5,
    .right-card h5 {
        font-size: 11px;
    }

    .left-card .content p,
    .right-card p,
    .right-card li {
        font-size: 10px;
    }

    #banner_text img {
        margin-left: 0px !important;
        margin: 0 auto !important;

    }

    #banner_text {
        padding: 0 !important;
        margin-top: 20px;
        font-size: 12px !important;
    }

    .logo-loader img:nth-child(1) {
        width: 50px !important;
    }

    .logo-loader img:nth-child(2) {
        width: 150px !important;
    }

    .preloader {
        height: 110vh
    }

    #industries .w-50,
    #roadmap .w-50 {
        width: 100% !important;
    }

    #roadmap .row::after {
        position: absolute;
        content: "";
        top: 60px;
        left: 49%;
        width: 8px;
        height: 100%;
        background: radial-gradient(circle, #68758C 35%, transparent 36%) repeat-y;
        background-size: 8px 10px;
        animation: moveDotsVertical 2s linear infinite;
        z-index: -1;
    }
footer .border-top > div{
text-align: center !important;
}
    @keyframes moveDotsVertical {
        from {
            background-position: 0 0;
        }

        to {
            background-position: 0 20px;
            /* move by 1 full dot gap vertically */
        }
    }
}