.overlay {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    z-index: 1;
    /* Ensure button is above video */
    pointer-events: none;
    /* Allow video interactions if needed */
    margin-top: 75px;
}

.center-btn {
    padding: 10px 20px;
    background-color: #ffd034;
    /* Button color */
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.center-btn:hover {
    background-color: #ffd034;
    /* Hover effect */
}


.section-padding {

    /* Adjust the top padding */
    padding-bottom: 30px;
    /* Adjust the bottom padding */
}



.origin-text {

    text-align: center;
    margin-top: 4rem;

}

.origin-text span {

    color: var(--white-color);
    font-size: calc(40px + 2rem);
    display: inline-block;
    line-height: 0.7;

}

.origin-text span:nth-of-type(2) {
    color: #ffd034;
    font-size: calc(40px + 2rem);
    display: block;
    padding: 0%;
    margin: 0%;
    /* Adjust font size */
}


.span-text {
    font-family: 'Unbounded', Sans-serif;
}

.portfolio-section {
    background: var(--drak-color)
}

.portfolio-section .filters {
    border: 2px solid #dee2e6;
    border-radius: 100px;
    padding: 2px;
    margin: 0 auto 20px;
    max-width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--dark-color);
    background-color: #ffd034;
    border-radius: 50px;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    color: var(--white-color);
    font-size: 12px;
}

.nav-pills :hover {
    color: var(--white-color) !important;
}

/* .portfolio-section .filters a {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    opacity: .7;
    padding: 8px 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block ruby;
} */

/* .portfolio-section .filters a:first-child {
    margin-left: 0;
}

.portfolio-section .filters a:last-child {
    margin-right: 0;
}

.portfolio-section .filters a:hover {
    opacity: .9;
} */

/* .portfolio-section .filters a.active {
    opacity: 1;
    border-radius: 100px;
    background: #ffd034;
    color: #000000;
} */



.portfolio-section .portfolio-container .portfolio-item {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 10px 0px;
    overflow: hidden;
    border-radius: 0;
    width: 100%;
}

/* .portfolio-section .portfolio-container .portfolio-item .content-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 200%;
    width: 100%;
    height: 100%;
    background: rgba(255, 208, 52, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    color: #fff;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: all 0.28s;
    transition: all 0.28s;
}

.portfolio-section .portfolio-container .portfolio-item .content-holder .title {
    font-size: 22px;
    font-weight: 600;
}

.portfolio-section .portfolio-container .portfolio-item .content-holder .subtitle {
    font-weight: 500;
    opacity: 1;
}

.portfolio-section .portfolio-container .portfolio-item:hover .content-holder {
    left: 50%;
    opacity: 1;
    visibility: visible;
} */

.section {
    padding: 80px 0;
}

.section:nth-child(even) {
    background: #000000;
}

.section .section-devider {
    display: block;
    height: 1px;
    margin: 50px 0;
}

.section .section-devider.transparent {
    background-color: transparent;
}

.section.py-sm {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.section.py-lg {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.section .section-subtitle {
    font-size: calc(13px + (13 - 13) * ((100vw - 320px) / (1200 - 320)));
    font-weight: 500;
    margin-bottom: 0px;
    opacity: .9;
}

.section .section-title {
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1200 - 320)));
    padding-bottom: 7px;
    font-weight: 600;
}

.section .components-section-title {
    font-size: calc(18px + (23 - 18) * ((100vw - 320px) / (1200 - 320)));
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .section .components-section-title {
        font-size: 23px;
    }
}

.section .section-secondary-title {
    font-size: 17px;
    opacity: .7;
    margin-bottom: 15px;
}

.section.has-overlay {
    position: relative;
}

.section.has-overlay * {
    position: static;
    z-index: 9;
}

.section.has-overlay:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.section.has-img-bg {
    position: relative;
    background: url(../imgs/section.jpg) no-repeat center top fixed;
    background-size: cover;
    color: #fff;
}

.section.has-img-bg * {
    position: relative;
    z-index: 100;
}

.section.has-img-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.img-fluid {
    max-width: 100%;
    height: 500px;
}


#services {
    justify-content: center;
    background: radial-gradient(circle at top left, #5e4c0c 0%, #5e4c0c 0%, transparent 30%), radial-gradient(circle at bottom right, #5e4c0c 0%, #5e4c0c 0%, transparent 30%);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

}

.service {
    padding: 0px 45px;
}


.service-heading {
    margin: 25px 0px 15px 0px;
    text-transform: none;
    color: #fff;
    font-weight: 400;
    font-size: 18px;

}

section#services .section-subheading {
    color: #fff !important;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase !important;
    color: #ffd034;

}

section h3.section-subheading {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    margin-bottom: 47px;
    margin-top: 20px !important;
    color: #222222;
}

.text-services {
    text-transform: none;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    padding-bottom: 20px;
}

.first-services {
    padding: 45px 0px 5px 0px;
}

.second-services {
    padding: 15px 0px 5px 0px;
}

#services i.fa {
    font-size: 38px;
    /* border: 4px solid; */
    background: #ffd034;
    width: 80px;
    height: 80px;
    padding: 22px 17px;
    border-radius: 50%;
    transition: all 0.2s;
}

.fa:before {
    color: #fff;
}

.service i.fa:hover {
    box-shadow: 0px 0px 6px #fff;
}

/* @media (min-width:768px) {
    section {
        padding: 80px 0
    }
} */

@media (max-width:480px) {
    section h2.section-heading {
        font-size: 43px;
        margin-top: 0;
        text-align: center;
        text-transform: uppercase !important;
        color: #ffd034;
    }

    section h3.section-subheading {
        font-size: 14px;
        line-height: 26px;
        font-family: 'Source Sans Pro', sans-serif;
        text-transform: none;
        text-align: center;
        font-weight: 400;
        margin-bottom: 47px;
        margin-top: 15px !important;
        color: #000;
    }
}

#timeline {
    justify-content: center;
    background: radial-gradient(circle at top right, #5e4c0c 0%, #5e4c0c 0%, transparent 30%), radial-gradient(circle at bottom left, #5e4c0c 0%, #5e4c0c 0%, transparent 30%);
    background-attachment: fixed;
    background-position: center;
    font-family: 'Noto Sans JP', sans-serif !important;
    background-size: cover;

}


.design-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    min-height: 100vh;
    padding-bottom: 100px;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #fff !important;
}

.design {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline {
    width: 80%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans JP', sans-serif !important;
}

.timeline-content {
    padding: 20px;
    background: #000000;
    -webkit-box-shadow: 5px 5px 10px #1a1a1a, -5px -5px 10px #242424;
    box-shadow: 5px 5px 10px #1a1a1a, -5px -5px 10px #242424;
    border-radius: 5px;
    color: white;
    padding: 1.75rem;
    transition: 0.4s ease;
    overflow-wrap: break-word !important;
    margin: 1rem;
    margin-bottom: 20px;
    border-radius: 6px;
    font-family: 'Noto Sans JP', sans-serif !important;
}

.timeline-component {
    margin: 0px 20px 20px 20px;
}

@media screen and (min-width: 768px) {
    .timeline {
        display: grid;
        grid-template-columns: 1fr 3px 1fr;
    }

    .timeline-middle {
        position: relative;
        background-image: linear-gradient(45deg, #ffd034, #ffd034, #ffd034);
        width: 3px;
        height: 100%;
    }

    .main-middle {
        opacity: 0;
    }

    .timeline-circle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-image: linear-gradient(45deg, #ffd034, #ffd034, #ffd034);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.timeline-component timeline-content h3 {
    color: var(--white-color);
}

.branding {
    display: ruby;


}


/* testimonial start  */

.testimonial-section {
    display: grid;
    place-items: center;
    position: relative;
    height: auto;
    font-family: 'Noto Sans JP', sans-serif !important;
    background: radial-gradient(circle at top right, #5e4c0c 0%, #5e4c0c 0%, transparent 30%), radial-gradient(circle at bottom left, #5e4c0c 0%, #5e4c0c 0%, transparent 30%);

}

.testimonial-section .swiper-container {
    border-radius: 5px;
    width: 70vw;
    overflow: hidden;
    height: fit-content;
    height: fit-content;
    font-size: 50px;
    position: relative;
    padding-bottom: 50px;
    font-family: sans-serif;
}

.testimonial-section .swiper-container .swiper-slide {
    width: auto;
    height: fit-content;
    display: flex;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px;
    font-family: Nunito;
    background-color: white;

}

.swiper-slide .ImgHolder {
    background-color: #ffd034;
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px;
    border-bottom-left-radius: 20px;

}

.ContentHolder::before {
    background-color: #ffd034;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    z-index: -1;
    right: 0px;
}

.ContentHolder {
    position: relative;
    padding: 10px;
    background-color: white;
    border-top-right-radius: 20px;
}

.swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    border: 1px solid #ffd034;
}

.swiper-pagination-bullet-active {
    background-color: #ffd034;
}

.swiper-button {
    border: 1px solid white;
}

.swiper-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    border: 3px solid #ffd034;
    outline: 2px solid white;
}

.swiper-slide h3 {
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.swiper-slide p {
    font-size: 0.9rem;
    padding: 5px;
}

@media (max-width:638px) {
    .swiper-container {
        width: 100%;
    }
}

@media (max-width:500px) {
    .swiper-container {
        width: 70vw;
    }
}

@media (max-width:300px) {
    .swiper-container {
        width: 100%;
    }

    .swiper-slide {
        border-radius: 0px;
    }

    .swiper-container .ImgHolder {
        border-radius: 0px;
    }

    .ContentHolder {
        border-radius: 0px;
    }
}

/* team */
.team {
    height: 100vh;
}

.carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;

}

.main_team {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--dark-color);
}

.carousel-inner {
    padding: 20px;
}

.profile-card {
    position: relative, sticky;
    font-family: sans-serif;
    width: 220px;
    height: 220px;
    background: #ffd034;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 0 25px;
}

.profile-card:hover {
    border-radius: 10px;
    height: 287px;
}

.profile-card .img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 99;
}

.profile-card:hover .img {
    transform: translateY(-20px);
}

.img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
}

.profile-card:hover img {
    border-radius: 10px;
}

.caption {
    text-align: center;
    transform: translateY(-80px);
    opacity: 0;
    transition: .6s;
}

.profile-card:hover .caption {
    opacity: 1;
}

.caption h3 {
    font-size: 21px;
    font-family: sans-serif;
}

.caption p {
    font-size: 15px;
    color: rgb(78, 78, 78);
    font-family: sans-serif;
    margin: 2px 0 9px 0;
}

.caption .social-links a {
    color: #333;
    margin-right: 15px;
    font-size: 21px;
    transition: .6s;
}

.social-links a:hover {
    color: #0c52a1;
}





/* .carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

*/
.slide-control .carousel-control-next,
.slide-control .carousel-control-prev {
    top: 0;
    bottom: 0;
}

.slide-control .carousel-control-prev {
    right: auto;
    left: -30px;
}

.slide-control .carousel-control-next {
    right: -30px;
    left: auto;
}