:root{
    --width-default: min(1200px, 90vw);
    --diameter: 1432px;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}
html{
    width: 100%;
    overflow-x: hidden;
}
.custom-navbar{
    padding: 20px 0;
}
.brand-logo{
    height: 35px;
    width: auto;
}
.inside-search-box{
    position: absolute;
    top: 8px;
    right: 10px;
}
.language_dropdown{
    border: 1px solid #DDE2E4;
    border-radius: 4px;
}
.language_dropdown .btn:active, .language_dropdown .btn:focus, .language_dropdown .btn:hover{
    outline: none;
    border: 1px solid #DDE2E4;
    border-radius: 4px;
}
#dropdown-lang{
    background-color: #ffffff;
}
/*Slider css start*/
.slider{
    color: #eee;
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}
.slider .list .item{
    position: absolute;
    inset: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}
.slider .list .item .content{
    position: absolute;
    top: 15%;
    left: 20%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
    text-align: left;
    text-shadow: 0 0 80px #000;
}
.slider .list .item .content h2{
    font-size: 32px;
    padding: 20px 30px;
    background: rgba(0,0,0,.5);
    display: inline-block;
    border-radius: 5px;
}
.slider .list .item .content .explore-button{
    display: block;
    width: 150px;
    height: 40px;
    background-color: #0B55FE;
    border-radius: 5px;
    margin-top: 40px;
}
.slider .list .item .image{
    flex-shrink: 0;
    width: 100%;
    height: var(--diameter);
    /*background-image: var(--url);*/
    background-size: contain;
    background-position: center;
    transform: rotate(-60deg);
    position: relative;
    transition: 1s;
}
.slider .list .item .image::before,
.slider .list .item .image::after{
    position: absolute;
    width: 70%;
    height: 70%;
    content: '';
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)  rotate(-120deg);
    background-image: linear-gradient(to right, #0004, #0004);
    background-size: var(--diameter) var(--diameter);
    background-position: center;
    transition: 200ms;
}
.slider .list .item .image::after{
    width: 30%;
    height: 30%;
    border: 3px solid #fff2;
    transform: translate(-50%, -50%) rotate(-170deg);
}
.slider .list .item .image{
    filter: blur(30px);
}

.slider .list .item{
    pointer-events: none;
    opacity: 0;
}
/* item active */
.slider .list .item.active{
    pointer-events: auto;
    opacity: 1;
}
.slider .item.active .image{
    filter: blur(0px);
    transform: rotate(0deg);
}
.slider .item.active .image::before,
.slider .item.active .image::after
{
    transform: translate(-50%, -50%) rotate(0deg) ;
}
.slider .list .item.active .content h2{
    transform: translateY(0);
}

/* item phía sau */
.slider .list .item.active ~ .item{
    opacity: 0;
}
.slider .item.active ~ .item .image{
    transform: rotate(60deg);
}
.slider .item.active ~ .item .image::before
{
    transform: translate(-50%, -50%) rotate(120deg) ;
}
.slider .item.active ~ .item .image::after
{
    transform: translate(-50%, -50%) rotate(170deg) ;
}
.slider .list .item.active ~ .item .content h2{
    transform: translateY(100%);
}
/* arrows */
.arrows{
    position: absolute;
    right: 50px;
    bottom: 30px;
    width: 100px;
    display: flex;
    justify-content: space-between;
}
.arrows button{
    all: unset;
    cursor: pointer;
}
.slider .list::after{
    position: absolute;
    content: '';
    bottom: 0;
    width: min(1000px, 100%);
    height: 70%;
    left: 50%;
    transform: translateX(-50%);
    /*background-image: url(img/model.png);*/
    background-size: cover;
    background-position: top;
    pointer-events: none;
    animation: showModel 1s ease-in-out 1 forwards;
}
/*slider css end*/
.options{
    margin-top: 65px;
    margin-bottom: 95px;
}
.objective-overlay{
    width: 100%;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .4);
}
.objective-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.objective{
    width: 100%;
    color: #ffffff;
    font-size: 1.4em;
    text-decoration: none;
}
.objective-wrapper .image-wrapper{
    width: 20%;
    background-size: cover;
}
.text-sub{
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    color: #2563EB;
}
.text-title{
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    margin-bottom: 70px;
    margin-top: 0;
    font-weight: 500;
}
.featured-news-events{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 120px;
}
.featured-news-event{
    width: max(305px, 20vw)!important;
}
.featured-news-events-image{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.featured-news-events-title{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}
.featured-news-events-tag{
    color: #2563EB;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}
.build-with-us-title{
    font-size: 40px;
    margin-bottom: 20px;
}
.section-desc{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #667085;
    margin-bottom: 60px;
}
.build-with-us, .stats-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}
.stats, .lab-image-wrapper, .stat-item-stat{
    width: 50%;
}
.stats{
    padding: 20px;
}
.lab-image-wrapper img{
    max-height: 560px;
    width: auto;
}
.stats-item:first-child{
    margin-bottom: 60px;
}
.stat-number{
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    color: #7F56D9;
    text-align: center;
    margin-bottom: 12px;
}
.stat-title{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: center;
    color: #101828;
    margin-bottom: 8px;
}
.stat-desc{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #667085;
    text-align: center;
}
.build-with-us{
    align-items: center;
}
.use-our-lab{
    margin-bottom: 140px;
}
.featured-blogs .text-title{
    margin-bottom: 10px;
}
.featured-blogs .text-sub{
    margin-bottom: 50px;
}
.blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.blog-item{
    width: min(410px, 30vw);
    height: 495px;
    background-color: #F1F5F9;
    border-radius: 20px;
    margin-bottom: 100px;
}
.blog-item img{
    width: 360px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.blog-title{
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    padding: 48px;
    line-height: 32px;
    word-spacing: 2px;
    letter-spacing: 1px;
}
.highlight-blog-title{
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    background-color: #93C5FD;
    line-height: 32px;
    word-spacing: 6px;
    letter-spacing: 1px;
}
.contact{
    width: 100%;
    min-height: 450px;
    background-size: cover;
    border-radius: 40px;
}
.contact{
    padding-left: 60px;
    margin-bottom: 50px;
}
.contact-us-title{
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    margin-top: 80px;
}
.contact-us-description{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #18181B;
}
.contact-btn{
    font-family: "Poppins", sans-serif;
    padding: 16px 50px;
    background: #2563EB;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 30px;
    display: inline-block;
}
.explore-machine-button{
    border: 2px solid #475569;
    background-color: #E2E8F0;
    color: #475569;
}
.footer-logo{
    height: 35px;
    width: auto;
    margin-bottom: 25px;
}
.footer-text{
    /*font-family: 'DM Sans';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5768;
}
.contact-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
}
.bb2{
    border-bottom: 2px solid #D0D5DD;
}

.icon {
    margin-right: 10px;
}

.icon img {
    width: 24px;
    height: 24px;
    opacity: 0.6;
}

.text .label {
    color: #5f6368; /* grey */
    font-size: 16px;
}

.text .number {
    color: #1a73e8; /* Google blue */
    font-weight: 400;
    font-size: 16px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #dcdcdc;
    background-color: #fff;
    font-family: Arial, sans-serif;
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-links a {
    text-decoration: none;
    color: #5f6368;
    font-size: 16px;
    font-weight: 500;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-copy {
    color: #5f6368;
    font-size: 16px;
    font-weight: 500;
}
.fixed-menu{
    position: fixed;
    top: 170px;
    right: 0;
    height: 480px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.62);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.62);
}
.nav-icon{
    height: 25px;
    width: 25px;
    transition: 0.3s ease;
}
.sidebar{
    display: flex;
    height: 480px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 80px;
}
.nav-icon:hover{
    filter: brightness(0) saturate(100%) invert(34%) sepia(99%) saturate(1890%) hue-rotate(88deg) brightness(93%) contrast(101%);
    height: 30px;
    width: 30px;
}
@keyframes expandMenu {
    from {
        width: 80px;
    }
    to {
        width: min(350px, 30vw);
    }
}

@keyframes extractMenu {
    from {
        width: min(350px, 30vw);
    }
    to {
        width: 80px;
    }
}

.menu-open {
    display: flex;
    height: 480px;
    width: min(350px, 30vw);
    animation: expandMenu 0.5s forwards;
}
.closing-menu{
    width: 80px;
    animation: extractMenu 0.5s forwards;
}
.close-menu{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.close-menu .bi{
    font-size: 25px;
    transition: 0.3s ease;
}
.close-menu .bi:hover{
    color: #0B55FE;
}
.side-menu{
    width: min(350px, 30vw);
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 50px;
}
.side-menue-item a{
    text-decoration: none;
    color: #232323;
    font-size: 30px;
    transition: 0.3s ease;
}
.side-menue-item a:hover{
    color: #0B55FE;
}
.closing-menu>*{
    display: none;
}