* {
    margin: 0;
    padding: 0;
}

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

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

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

.navbar {
    padding: 1rem 0;
}

.nav-item {
    position: relative;
    margin: 8px 15px;
}


.nav-link {
    padding: 0;
    margin: 0;
}

.nav-link::after {
    content: '';
    height: 4px;
    background-color: transparent;
    position: absolute;
    bottom: -3px;
    left: 0;
    top: auto;
    right: 0;
    transition: background-color .2s linear;
}


@media only screen and (max-width: 991px) {}


.nav-link:hover::after,
.dropdown-item:hover::after {
    background-color: #ccc;
}

.nav-link:active::after,
.dropdown-item:active::after {
    background: linear-gradient(to left, #ff8d3a, #f734a6);
}

.nav-link {
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-collapse {
        flex-grow: 0;
        justify-content: center;
        align-items: center;
    }

    .dropdown-menu li {
        padding: 0 10px;
        min-width: 15rem;
    }


}

@media only screen and (max-width: 500px) {
    .client-logo-list li img {
        margin: auto;
    }

    .home-header {
        background-size: 90vw !important;
        padding-bottom: 20rem !important;
        background-position: bottom center !important;

    }
}

.two-imgs {
    background-image: url(../../assets/images/product-main.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 2rem;
}

.ml-home-bg {
    aspect-ratio: 1;
    width: 100%;
    position: relative;
    background-image: url(../../assets/images/ml-home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 2rem;
}

.iot-home-bg {
    aspect-ratio: 1;
    width: 100%;
    position: relative;
    background-image: url(../../assets/images/iot-home.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    padding-top: 2rem;
}

.vook-home-bg {
    aspect-ratio: 1;
    width: 100%;
    position: relative;
    background-image: url(../../assets/images/vook-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    padding-top: 2rem;
}

.elab-home {
    background-image: url(/assets/images/elab-home.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0 150px 0;
}

.vook-home {
    /* background-image: url(/assets/images/vook-home.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0 150px 0;
}

.stem-box {
    max-width: 400px;
    margin: -30px auto 1rem
}

.cell figure,
.cell img {
    width: 50%;
    margin: auto
}

.cell-heading {
    font-size: 1.5rem;
}



.card-img-overlay {
    border-radius: 12px;
    background: hsla(0, 0%, 16%, .65);
    transition: all .3s ease-in-out
}

.card-img {
    border-radius: 12px;
}

.card-img-overlay:hover {
    background: hsla(0, 0%, 16%, 0);
    color: transparent;
}

.blue {
    color: #318be5;
}


.gradient-bg {
    background: linear-gradient(215deg, #3896e943, #ff8c3a45, #21abc748, #f738a15c);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
}

/* vook home animation */
/* @import url('https://fonts.googleapis.com/css?family=Exo:400,700');
 */

.context {
    width: 100%;
    position: absolute;
    top: 30vh;
}

.context h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.context h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.area {
    background: linear-gradient(-45deg, #3896e9, #22a9c8);
    background-size: 400% 400%;
    width: 100%;
    height: 60vh;
    animation: gradient 15s ease infinite;

}

.circles {
    position: absolute;
    left: 0;
    width: 100%;
    height: 60%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 140px;
    height: 140px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 120px;
    height: 120px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 160px;
    height: 160px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 150px;
    height: 150px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.has-teal-fields img {
    width: 100%;
}

.about-home-bg {
    aspect-ratio: 1;
    width: 100%;
    position: relative;
    background-image: url(../../assets/images/Logos.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    padding-top: 2rem;
}

.index-home-bg {
    aspect-ratio: 1;
    width: 100%;
    position: relative;
    background-image: url(../../assets/images/195.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    padding-top: 2rem;
}