*
{
    font-family: "Inter Tight", sans-serif;
}

/* Ensure smooth-wrapper/content don't get transformed by residual ScrollSmoother */
#smooth-content {
    transform: none !important;
}

#smooth-wrapper {
    position: relative !important;
    overflow: visible !important;
    height: auto !important;
}

[data-barba="container"] {
  position: absolute;
  z-index: 1;
  will-change: transform, opacity;
  width: 100%;
}


.btn-primary {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 50px;
    gap: 10px;
    padding: 2px 2px 2px 15px;
    width: fit-content;
    height: fit-content;
}

/* ------ Header ----- */
.header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 30px 0 0 0;
}

/* ------ Footer ----- */
.footer {
    background-image: url(/assets/img/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

    & .head {
        padding: 60px 0;
        border-bottom: 1px solid rgb(255 255 255 / 10%);

        & .subscribe {

            & .form-control {
                font-size: 14px;
                color: #333;
                border-radius: 50px;
                border: 1px solid rgba(255, 255, 255, 0.40);
                background: #FFF;
                padding: 22px 32px;

                &:focus {
                    box-shadow: none;
                }
            }

            & .btn-form {
                border: none;
                position: absolute;
                top: 50%;
                right: 6px;
                transform: translateY(-50%);
                padding: 10px 10px 10px 20px;
            }
        }
    }

    & .body {

        & .exerpt {
            border-right: 1px solid rgb(255 255 255 / 10%);
            padding: 90px 90px 90px 0;

            p {
                font-size: 30px;
                color: #FFFFFF;
                margin-bottom: 30px;
            }
        }

        & .footer-nav {
            padding: 90px 0 90px 90px;

            & h4 {
                font-size: 40px;
                color: #FFFFFF;
                font-weight: 500;
                margin-bottom: 30px;
            }

            & li {
                margin-bottom: 8px;

                a {
                    color: #ffffff;
                    font-size: 20px;
                }
            }
        }

    }

    & .foot {
        padding: 60px 0;
        border-top: 1px solid rgb(255 255 255 / 10%);

        & a {
            color: #FFFFFF;
            font-size: 20px;
            letter-spacing: 0;
        }
    }
}


/* ------ Home Page ------ */

.hero-banner {
    
    /* height: 100vh; */
    padding: 0 0 30px;

    & .video-container {
        height: 100vh;
        width: 100%;
        z-index: -1;
        position: absolute;

        &::before {
            content: '';
            height: 100%;
            width: 100%;
            z-index: -1;
            position: absolute;
            background-image: url('/assets/img/hero-bg.webp');
            background-repeat: no-repeat;
            background-position: top right;
            background-size: cover;
        }

        & .banner-video {
            height: 100vh;
            width: 100%;
            z-index: -2;
            position: absolute;
            object-fit: cover;
        }
    }

    
    
    & p {
        color: #FFFFFF;
        font-size: 24px;
        text-transform: capitalize;
        text-align: end;
        max-width: 639px;
        margin-bottom: 100px;
    }

    & h1 {
        color: #FFF;
        text-align: right;
        font-size: 168px;
        font-weight: 400;
        line-height: 1;
        width: fit-content;
    }

    & a {
        padding: 13px 13px 13px 32px;
    }
}

.challenges {
    background-color: #EFF9FF;
    background-image: url(/assets/img/challenges-bg.webp);
    background-repeat: no-repeat;
    background-position: right;

    & h2 {
        color: #211A57;
        background-color: #EFF9FF;
        
        span {
            background: linear-gradient(88deg,rgba(89, 203, 245, 1) 0%, rgba(99, 91, 255, 1) 53%, rgba(60, 48, 146, 1) 100%);
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    & p {
        color: #333333;
        max-width: 660px;
        background-color: #EFF9FF;
    }
}

.cta {
    background-color: #090427;
    padding: 0;

    & .container {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        margin: 0 auto;
    }
}

.about {
    /* height: 100vh; */

    & h6 {
        color: #000;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 1.1em;
        margin-bottom: 0;
    }

    & .divider {
        width: 100%;
        height: 1px;
        background-color: #0000004D;
    }

    & .about-img-1 {
        position: absolute;
        top: 0;
        right: 150px;

        img {
            border-radius: 10px;
        }
    }

    & .about-img-2 {
        position: absolute;
        bottom: 100px;
        left: 0;

        img {
            border-radius: 0px 10px 10px 0px;
        }
    }

    & .stroke-title {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #E4E4E4;
        font-size: 204px;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: -8.163px;
        -webkit-text-fill-color: transparent;
        position: absolute;
        top: 0;
        right: -310px;
    }
}

.industries {
    background-image: url(/assets/img/industries-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    overflow: hidden;

    & .container {
        height: 100vh;
        overflow-y: scroll;
        padding-top: 100px;
        padding-bottom: 100px;

        & .row {
            height: auto;
            
            &:nth-child(even) {
                justify-content: end;
            }
        }
    }

    & .industries-box {
        background-color: #ffffff;
        border-radius: 30px;
        padding: 12px;
        position: relative;

        & .badge {
            position: absolute;
            top: 12px;
            left: 12px;
            width: 90px;
            height: 90px;
            z-index: 1;
            padding: 0;
            background-color: #ffffff;
            border-radius: 12px 0 28px 0;

            &::before {
                content: '';
                width: 50px;
                height: 50px;
                position: absolute;
                background-color: transparent;
                box-shadow: -5px -5px 0 5px #fff;
                bottom: -50px;
                left: 0;
                border-top-left-radius: 30px;
            }

            &::after {
                content: '';
                width: 50px;
                height: 50px;
                position: absolute;
                background-color: transparent;
                box-shadow: -5px -5px 0 5px #fff;
                top: 0;
                right: -50px;
                border-top-left-radius: 30px;
            }

            .serial {
                border-radius: 24px;
                background: linear-gradient(52deg, #F9CE2B 4.52%, #FF0093 91.69%, #4A0D66 175.38%);
                color: #FFF;
                font-size: 30px;
                font-weight: 500;
                letter-spacing: -1.2px;
                width: 76px;
                height: 76px;
                padding: 14px 30px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
        }

        .image {
            margin-bottom: 30px;

            img {
                border-radius: 24px;
            }
        }

        .content {
            padding: 0 15px 15px;

            h5 {
                color: #000;
                margin-bottom: 12px;
            }

            p {
                color: #666;
                font-size: 16px;
                letter-spacing: -0.48px;
                text-transform: capitalize;
            }
        }
    }
}

.solutions {
    background-color: #EFF9FF;
    padding: 0;

    & .solution-item {
        /* display: none; */

        /* &.active {
            display: block;
        } */
        
        & h6 {
            color: #000;
            font-size: 24px;
            letter-spacing: 0;
            line-height: 1.1em;
            margin-bottom: 0;
        }

        & .divider {
            width: 100%;
            height: 1px;
            background-color: #0000004D;
        }

        h5 {
            color: #333333;
            font-weight: 400;
            margin-bottom: 15px;
        }

        p {
            color: #666666;
        }
    }
    

    & .solution-box {
        width: 100%;
        height: 519px;
        padding: 50px;
        border-radius: 30px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: flex-end;
        position: relative;
        /* opacity: 0.2; */

        /* &.active {
            opacity: 1;
        } */

        & .badge {
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            width: 194px;
            height: 57px;
            background-color: #f0f9ff;
            border-radius: 0 0 30px 0;

            &::before {
                content: '';
                width: 50px;
                height: 30px;
                border-top-left-radius: 30px;
                background-color: transparent;
                box-shadow: -5px -5px 0 5px #f0f9ff;
                position: absolute;
                bottom: -30px;
                left: 0;
            }

            &::after {
                content: '';
                width: 50px;
                height: 30px;
                border-top-left-radius: 30px;
                background-color: transparent;
                box-shadow: -5px -5px 0 5px #f0f9ff;
                position: absolute;
                top: 0px;
                right: -50px;
            }

            .serial {
                width: 184px;
                height: 47px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50px;
                font-size: 16px;
                font-weight: 500;
                color: #ffffff;
            }
        }

        & .content {
            max-width: 620px;

            h5 {
                color: #ffffff;
                font-weight: 400;
                margin-bottom: 30px;
            }

            p {
                color: #ffffff;
            }
        }
    }
}

/* ------- Common Component ------ */

.counter {

    & .counter-number {
        color: #333;
        font-size: 86px;
        font-weight: 500;
        letter-spacing: -3.857px;
        line-height: 1em;

        .suffix {
            font-weight: 250;
        }
    }

    & .counter-info {
        color: #333;
        font-size: 16px;
        letter-spacing: -0.32px;
        margin-top: 15px;
    }
}

.marque-wrapper {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    & .marque-loop {
        display: inline-flex;   
        animation: fixed-loop-anim 20s linear infinite;

        & .marque-container {
            display: flex;
            gap: 15px;
            margin-right: 15px;

            & .marque-item {
                opacity: 10%;

                .with-stroke {
                    color: #F9F9F9;
                    font-size: 204px;
                    font-weight: 600;
                    line-height: 1em;
                    letter-spacing: -6.122px;
                }

                .stroke {
                    font-size: 204px;
                    font-weight: 600;
                    line-height: 1em;
                    letter-spacing: -6.122px;   
                    -webkit-text-stroke-width: 2px;
                    -webkit-text-stroke-color: #FFF;
                    -webkit-text-fill-color: transparent;
                }
            }
        }
    }
}

@keyframes fixed-loop-anim {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-33.32%);
    }
}
