@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: font-regular;
    src: url('../font/OpenSans-Regular.ttf');
}

@font-face {
    font-family: font-semi;
    src: url('../font/OpenSans-SemiBold.ttf');
}

@font-face {
    font-family: font-medium;
    src: url('../font/OpenSans-Medium.ttf');
}

@font-face {
    font-family: font-bold;
    src: url('../font/OpenSans-Bold.ttf');
}


/* FontSize */
.fs-18 {
    font-size: 18px;
}

.fs-64 {
    font-size: 64px;
}

.fs-40 {
    font-size: 40px;
}

.fs-24 {
    font-size: 24px;
}

.fs-20 {
    font-size: 20px;
}

.fs-100 {
    font-size: 100px;
    line-height: 1;
}

.fs-130 {
    font-size: 130px;
}


html {
    scroll-behavior: smooth;
}

.body,
html {
    overflow-y: scroll;
    overflow-x: hidden;
}

:root {
    --bs-font-sans-serif: font-regular, font-semi, font-medium, font-bold;
}

img {
    width: 100%;
}

html {

    font-family: 'Open Sans', sans-serif;
}

body {
    font-family: var(--bs-font-sans-serif);
    background-color: #0F0F0F;
}

#buizlabcarousel {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000;
    /* Set the background color for the carousel */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-container {
    position: relative;
    width: 100%;
}

/* Style for the vertical progress bar */
.progress-bar {
    position: absolute;
    width: 10px;
    /* Adjust the width of the progress bar */
    height: 100%;
    background-color: #007bff;
    /* Progress bar color */
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hide video2 initially */
#video2 {
    display: none;
}

.video-buttons {
    display: flex;


    position: absolute;
    right: 60px;
}

.vid-button {
    display: flex;
    flex-direction: column;

}

.onetext {
    margin-top: 70px;
}

.twotext {
    margin-top: 70px;
}

.vid-text {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    justify-content: center;
}


.video-active {
    border-radius: 100px;
    background: #EDB21B;
    width: 35px;
    height: 35px;
    z-index: 2;
    position: absolute;
}

.video-before {
    z-index: 2;
    position: absolute;
    border-radius: 100px;
    background: #ffffff;
    width: 35px;
    height: 35px;
}

.line-progress {
    width: 6px;
    position: absolute;
    height: 87px;
    background: #EDB21B;
    right: 16px;
}

.caroseul-line {
    width: 40px;
}

.cursor {
    cursor: pointer;
}

/* testimonial */


#contact {
    height: 60vh;
}

.slider {
    margin-bottom: 30px;
    position: relative;
}

.slider .owl-item.active.center .slider-card {
    transform: scale(1.26);
    opacity: 1;
    background-color: #ff9966;
    /* fallback for old browsers */

    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ffffff, #f3f3f3);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.slider-card {
    background: #fff;
    padding: 0px 0px;
    margin: 50px 40px 90px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
}

.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
}

.owl-dots .owl-dot.active {
    height: 15px;
    width: 15px;
    background: #EDB21B !important;
}

.client-img {
    width: 100px;

}

.custom-blockquote {
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 
.blackandwhite {
    filter: grayscale(100%);
    transition: 0.3s;
}

.blackandwhite:hover {
    filter: grayscale(0%);
} */

/* #strategy-section {
    height: 80vh;
} */

.bg-custom {
    background-color: #0F0F0F;
    color: white;
    cursor: pointer;
}

.bg-custom:hover {
    background-color: #EDB21B;
    /* color: #0f0f0f; */
    cursor: pointer;
}

#formula {
    height: 100vh;
    background: url('./images/home/formula_bg.png');
    background-position: center;
}

.footblobr {
    display: block;
}

.footblobl {
    display: block;
}

.oneimage {
    position: relative;
    display: inline-block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    transition: 1s;
    /* background-color: rgba(30, 25, 22, 0.50); */
    /* Adjust the alpha value for transparency */
    border-radius: 8px;
}


.strategy-section {
    display: block;
}

.mobile-strategy {
    display: none;
}


@media (max-width:1200px) {
    .fs-100 {
        font-size: 80px;
    }

    .fs-18 {
        font-size: 16px;
    }
}

@media (max-width:1000px) {
    .fs-64 {
        font-size: 45px;
    }
}


@media (max-width:776px) {
    .footblobr {
        display: none;
    }

    .footblobl {
        display: none;
    }

    /* testimonial */
    .testimonial {
        height: 100vh;
    }

    .slider {
        margin-bottom: 30px;
        position: relative;
    }

    .slider .owl-item.active.center .slider-card {
        transform: scale(1);
        opacity: 1;
        background-color: #ff9966;
        z-index: 100000;
        /* fallback for old browsers */

        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to bottom, #ffffff, #f3f3f3);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    }

    .slider-card {
        background: #fff;
        padding: 0px 0px;
        margin: 1px;
        border-radius: 5px;
        box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
        transform: scale(0.9);
        opacity: 0.5;
        transition: all 0.3s;
    }

    .owl-nav .owl-prev {

        /* width: 50px; */
        position: absolute;
        top: calc(50% - 25px);
        left: 0;
        opacity: 1;
        font-size: 30px !important;
        z-index: 1;
    }

    .owl-nav .owl-next {
        position: absolute;
        top: calc(50% - 25px);
        right: 0;
        opacity: 1;
        font-size: 30px !important;
        z-index: 1;
    }

    .owl-dots {
        text-align: center;
    }

    .owl-dots .owl-dot {
        height: 10px;
        width: 10px;
        border-radius: 10px;
        background: hsla(0, 0%, 80%, 0.35) !important;
        margin-left: 3px;
        margin-right: 3px;
        outline: none;
    }

    .owl-dots .owl-dot:hover {
        height: 10px;
        width: 10px;
        border-radius: 10px;
        background: hsla(0, 0%, 80%, 0.427) !important;
        margin-left: 3px;
        margin-right: 3px;
        outline: none;
    }


    .owl-dots .owl-dot.active {
        height: 15px;
        width: 15px;
        background: #EDB21B !important;
    }

    .client-img {
        width: 100px;

    }

    .custom-blockquote {
        text-align: center;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .blackandwhite {
        filter: grayscale(100%);
        transition: 1s;
    }

    .blackandwhite:hover {
        filter: grayscale(0%);
    }

}

@media (max-width:500px) {
    .strategy-section {
        display: none;
    }

    .mobile-strategy {
        display: block;
    }
    .fs-100{
        font-size: 60px;
    }
    .fs-64 {
        font-size: 40px;
    }
}