@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    background-color: #fff;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

/*header top bar*/

.top-bar{
    background-color: #000;
    padding: 14px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.top-bar p span{
    margin: 0 0 0 32px;
}
.top-bar p{
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    text-align: center;
}

/*header*/

header  nav .navbar-brand{
    width: 10%;
}
header{
    position: absolute;
    top: 52px;
    background-color: transparent;
    width: 100%;
    z-index: 99;
}
header nav #navbarSupportedContent{
justify-content: space-between;
}

header nav #navbarSupportedContent ul{
    margin: 0 auto;
}
header nav #navbarSupportedContent form a{
    background-color: #fff;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    width: 180px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center;

}
header nav #navbarSupportedContent ul li a{
    color: #fff;
    font-size: 20px;
    font-family: Inter;
    font-weight: 300;
    letter-spacing: .5px;
    padding:0 .75rem;
    text-transform: capitalize;
}

/*banner-sec*/
.sec-home-banner{
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 9;
    padding: 180px 0;

}
.sec-home-banner::before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    z-index: -1;
}
.sec-home-banner p{
    color: #fff;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 0px;
}
.sec-home-banner ul.orm-platform{
    display: flex;
    align-items: center;
    grid-row-gap: .75rem; 
    margin: 24px 0 ;
}
.sec-home-banner ul.orm-platform li img{
    width: 21px;
    height: 20px;
    opacity: .65;
}
.sec-home-banner ul.orm-platform li:nth-child(3) img{
width: 55px !important;
height: 64px !important;
}
.sec-home-banner ul.orm-platform li:last-child:after{
    content: inherit;
}
.sec-home-banner ul.orm-platform li:after{
    content: '';
    border: 1px solid #ffffff1a;
    margin: 0 16px;

}
.sec-home-banner ul.orm-platform li img:first-child{
    width: 27px;
    height: 28px;
    opacity: 1;
    margin: 0 12px 0 0;
}
.sec-home-banner .banner-btn{
    height: 46px;
    display: block;
    line-height: 46px;
    border-radius: 25px;
    width: 165px;
    background-color: #fff;
    color: #000;
        font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center;
}
.sec-home-banner h1{
    font-weight: 700;
    font-size: 152px;
    font-family: Inter;
    color: #fff;
    margin: 0 0 50px;
}
.sec-home-banner .banner-video{
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    top:0;
    object-fit: cover;
    z-index: -99;
}
.sec-home-banner .doubler-marquee {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    right: 0;
}

.sec-home-banner .singles-marquee,
.sec-home-banner .single-marquee {
    width: max-content;
}

.sec-home-banner .marquees-content {
    display: flex;
    align-items: center;
    gap: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: max-content;
}
.sec-home-banner .marquees-content li a img:last-child{
    width: 10px;
    height: 10px;
}
.sec-home-banner .marquees-content li a img:first-child{
    width: 4px;
    height: 4px;
}
.sec-home-banner .marquees-content li a{
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    font-family: Inter;
    opacity: .7;
}
.sec-home-banner .marquees-content li {
    flex: 0 0 auto;
        margin-right: 2rem;
    padding: .75rem 2.75rem;
}

.sec-home-banner .marquees-content img {
    display: block;
    height: 3rem;
}
/*Ai Agent*/
.ai-agent-sec{
    padding: 50px 0;
}
.ai-agent-sec .agent-btn{
    background-color: #000;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    width: 170px;
    font-size: 18px;
    color: #ffff;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 auto 50px;
}
.ai-agent-sec p.main-p{
    width: 55%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: Inter;
    margin: 0 auto 30px;
}
.ai-agent-sec h3 span{
    opacity: .3;
}
.ai-agent-sec h3{
    color: #000;
    font-size: 32px;
    font-weight: 500;
    font-family: Inter;
}
.ai-agent-sec h2{
    color: #000;
    font-size: 64px;
    font-weight: 600;
    font-family: Inter;
    margin: 0 0 30px;
    text-align: center;
}
.ai-agent-sec .ai-agent-box video{
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 30px;
}
.ai-agent-sec .ai-agent-box .agent-video-content{
    margin: 1.5rem;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
}
.ai-agent-sec .ai-agent-box .agent-video-content .agent-tag{
    backdrop-filter: blur(10px);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 0.875rem;
    border-radius: 100px;
    padding: 0.25rem 0.75rem;
    font-family: Inter;
    font-weight: 400;
    margin: 0 0 8px;

}
.ai-agent-sec .ai-agent-box .agent-video-content .agent-tag:first-child{
    width: 120px;
}
.ai-agent-sec .ai-agent-box .agent-video-content .agent-tag:last-child{
        display: flex;
    align-items: center;
}
.ai-agent-sec .ai-agent-box .agent-video-content .agent-tag .icon-1x1-xsmall{
        width: 1.5rem;
    height: 1.5rem;
    margin: 0 15px 0 0;
}
.ai-agent-sec .ai-agent-box{
    position: relative;
}
.ai-agent-sec .ai-agent-box .agent-video-content .agent-tag.julian{
width: inherit;
}
.ai-agent-sec .ai-agent-box .agent-video-content .agent-tag.active-julian{
    width: 120px;
}
.ai-agent-sec .ai-agent-box .agent-img-tag{
    position: absolute;
    bottom: 0;
    backdrop-filter: blur(20px);
    background-color: rgba(56, 52, 52, 0.4);
    border-radius: 1.5rem;
    margin: 1.5rem;
}
.ai-agent-sec p.agent-para{
        font-size: 16px;
        font-weight: 400;
        color: #000;
        font-family: Inter;
}
.ai-agent-sec .agent-hire-btn img{
}
.ai-agent-sec .agent-hire-btn{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: Inter;
}
/*tranformation*/
.digit-workflow-tranform {
    background-color: #d6cecc;
    padding: 50px 0;
}
.digit-workflow-tranform .main-head{
        color: #000;
    font-size: 64px;
    font-weight: 600;
    font-family: Inter;
    margin: 0 0 30px;
    text-align: center;
}
.digit-workflow-tranform a{
        background-color: #000;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    width: 170px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 auto 50px;
}
.digit-workflow-tranform .main-para{
        width: 75%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: Inter;
    margin: 0 auto 30px;
}
.digit-workflow-tranform .transformation-slider .transformation-slide .transformation-slide-box img{
        width: 450px;
    height: 300px;
    object-fit: cover;
        border-radius: 15px;
        margin: 0 0 10px;
}
.digit-workflow-tranform .transformation-slider .transformation-slide .transformation-slide-box video{
    width: 450px;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    margin: 0 0 10px;
}
.digit-workflow-tranform .transformation-slider .transformation-slide .transformation-slide-box p{
        opacity: .5;
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
}
.digit-workflow-tranform .transformation-slider .transformation-slide .transformation-slide-box h3{
        letter-spacing: -.02em;
    font-size: 20px;
    font-weight: 500;
    font-family: Inter;
    color: #000;
    margin: 0 0 10px;
}
.transformation-slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.transformation-slider {
    display: flex;
    gap: 30px;
    width: max-content;
    padding-left: calc((100vw - 450px) / 2);
    padding-right: calc((100vw - 450px) / 2);
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.transformation-slider.is-dragging {
    cursor: grabbing;
}

.transformation-slide {
    width: 450px;
    min-width: 450px;
}

.transformation-slide-box {
    width: 100%;
}

.transformation-slide-box video,
.transformation-slide-box img {
    display: block;
    width: 450px;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    pointer-events: none;
}

.transformation-slide-box h3 {
    margin: 20px 0 10px;
}

.transformation-slide-box p {
    margin: 0;
}


/* Dots */
.transformation-slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}

.transformation-slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #aaa;
    cursor: pointer;
    transition: all 0.3s ease;
}

.transformation-slider-dot.active {
    width: 24px;
    border-radius: 20px;
    background: #000;
}


/* Mobile */
@media (max-width: 767px) {

    .transformation-slider {
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
    }

    .transformation-slide {
        width: calc(100vw - 40px);
        min-width: calc(100vw - 40px);
    }

    .transformation-slide-box video,
    .transformation-slide-box img {
        width: 100%;
    }
}
.transformation-slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}

.transformation-slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #000;
    opacity: .25;
    cursor: pointer;
    transition: all .3s ease;
}

.transformation-slider-dot.active {
    width: 24px;
    border-radius: 20px;
    opacity: 1;
}
/*digital-workforce*/
.digital-workforce{
    padding: 100px 0;
    background-color: #0b252a;
}
.digital-workforce .tag{
            font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: Inter;
    text-align: center;

}
.digital-workforce h2.main-head{
        color: #fff;
    font-size: 64px;
    font-weight: 600;
    font-family: Inter;
    margin: 0 0 30px;
    text-align: center;
}
.digital-workforce p.main-para{
                font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: Inter;
    text-align: center;

}
.digital-workforce .workforce-btn{
               background-color: #fff;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    width: 170px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 auto 70px; 
}
.digital-workforce .marquee .digital-workforce a{
            background-color: #fff;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    width: 170px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 auto 50px;
}

.digital-workforce .marquee-first,
.digital-workforce .marquee-second,
.digital-workforce .marquee-third {
    position: relative;
    overflow: hidden;
}

.digital-workforce .marquee-first::before,
.digital-workforce .marquee-second::before,
.digital-workforce .marquee-third::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 100%;
    z-index: 20;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        #0b252a 0%,
        rgba(11, 37, 42, 0.98) 25%,
        rgba(11, 37, 42, 0.80) 50%,
        rgba(11, 37, 42, 0.35) 75%,
        rgba(11, 37, 42, 0) 100%
    );
}

.digital-workforce .marquee-first::after,
.digital-workforce .marquee-second::after,
.digital-workforce .marquee-third::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 100%;
    z-index: 20;
    pointer-events: none;
    background: linear-gradient(
        270deg,
        #0b252a 0%,
        rgba(11, 37, 42, 0.98) 25%,
        rgba(11, 37, 42, 0.80) 50%,
        rgba(11, 37, 42, 0.35) 75%,
        rgba(11, 37, 42, 0) 100%
    );
}
.digital-workforce .marquee  .marquee-main .marquee-content{
        margin: 0 .5rem 0 0;
        gap: .5em;
    background-color: #f3f4f61a;
    border-radius: .5rem;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem 1rem;
    display: flex;

}

.digital-workforce .marquee .marquee-first , .digital-workforce .marquee .marquee-second , .digital-workforce .marquee .marquee-third{
margin: 0 0 8px;
}
.digital-workforce .marquee  .marquee-main .marquee-content .box-background{
       background-color: #406e7a;
    border-radius: 2px;
    width: .625rem;
    height: .625rem
}
.digital-workforce .marquee  .marquee-main .marquee-content h3{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: Inter;
    text-align: center;
    margin: 0;
    opacity: .75;
}
.digital-workforce .marquee-first,
.digital-workforce .marquee-second,
.digital-workforce .marquee-third {
    width: 100%;
    overflow: hidden;
}

.digital-workforce .marquee-first .marquee-main,
.digital-workforce .marquee-second .marquee-main,
.digital-workforce .marquee-third .marquee-main {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    flex-shrink: 0;
}

.digital-workforce .marquee-content {
    flex-shrink: 0;
}
.digital-workforce .marquee-first,
.digital-workforce .marquee-second,
.digital-workforce .marquee-third {
    display: flex;
    flex-wrap: nowrap;
}
.tab-inner-content {
    position: relative;
}

.tab-main {
    width: 100%;
}

.digital-workforce .tabs .tab-btn a{
    opacity: 0.5;
    transition: opacity 0.3s ease;
    border-bottom: 1.5px solid #0000;
    flex-direction: column;
    width: 100%;
    padding: 1rem 1.5rem 1rem 0;
}



.digital-workforce .tab-btn a.active {
    opacity: 1;
     border-top: 1px solid #000;
    border-bottom-style: none;
    border-bottom-color: #000;
    background-color: #0000;
}
.digital-workforce .tab-inner-content {
    position: relative;
}
.digital-workforce .tab-btn a p{
       font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: Inter;
    margin: 0;
}
.digital-workforce .tab-btn a h4{
        letter-spacing: -.02em;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #000;
}

.digital-workforce .tab-main {
    position: absolute;
    inset: 0;
    width: 100%;
}

.digital-workforce .tab-main img {
    display: block;
    width: 100%;
    height: auto;
}

.digital-workforce .tab-inner-content {
    position: relative;
}

.digital-workforce .tab-main {
    position: absolute;
    inset: 0;
    width: 100%;
}

.digital-workforce .tab-main:first-child {
    position: relative;
}
.digital-workforce .tabs .tab-btn{
    display: flex;
           
    align-items: stretch;
    margin: 50px 0 0;
}

.digital-workforce .tab-detail-workforce-box{
background: #f5ece5;
padding: 2.5rem;
border-radius: 24px;
margin: 80px 0 0;
}
.digital-workforce .tab-detail-workforce-box .workforce-tag-box{
    color: #4c312b;
    background-color: #d7cecc;
    border-radius: 9999px;
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    margin: 0 0 16px;
}
.digital-workforce .tab-detail-workforce-box h3{
            color: #000;
    font-size: 56px;
    font-weight: 600;
    font-family: Inter;
    margin: 0 0 16px;
}
.digital-workforce .tab-detail-workforce-box p{
       font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: Inter;
}

.digital-workforce ul{
    display: flex;
    align-items: center;
    gap: 4rem;
    justify-content: center;
    margin: 7rem 0 0;
}
.digital-workforce ul li h5{
        letter-spacing: -0.02em;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}
.digital-workforce ul li img{
        object-fit: contain;
    width: auto;
    max-width: 10rem;
    height: 3rem;
}
/*Animation with media*/
.animation-with-media{
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    position: relative;

}
.animation-with-media .animate-img{
        width: 20%;
    height: 40%;
  /*   width: 100%;
    height: 100%;*/ 
}
.animation-with-media .animate-img img{
        object-fit: cover;
    width: 100%;
    height: 100%;
}

.play-media-inner{
   z-index: 1;
    background-color: #fff;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
    border-radius: 1.5rem;
    padding: 3rem;
    overflow: hidden; 
}
.animation-with-media .play-media-box{
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 64rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    left: 10%;
    right: 0;
    transform: translate(0px, 850px);
}
.animation-with-media .play-media-box .play-media-inner p{
         color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: Inter;
    margin: 0;
    line-height: 25px;
    margin: 0 0 24px; 
}
.animation-with-media .play-media-box .play-media-inner h2{
        color: #000;
    font-size: 56px;
    font-weight: 600;
    font-family: Inter;
    margin: 0 0 24px;

}
.animation-with-media .play-media-box .play-media-inner .audio-item{
    background-color:#ede2d7 ;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding:70px 0;
    display: flex;
    position: relative;
    overflow: hidden;
    margin: 0 0 24px;
}
.animation-with-media .play-media-box .play-media-inner .audio-item .audio-visual .audio-wave{

    background-color: #d2b596;
    border-radius: 32px;
    width: 4px;
    margin-left: 2px;
    margin-right: 2px;

    transform-origin: center;
    will-change: transform;
}

.animation-with-media .play-media-box .play-media-inner .audio-item .audio-button{
        background-color: #8c663c;
    cursor: pointer;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    transition: all .3s;
    display: flex;
    position: absolute;
    z-index: 9;
}
.animation-with-media .play-media-box .play-media-inner .audio-item .audio-visual{
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    height: 60%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;

}
.animation-with-media .play-media-box .play-media-inner .live-demo-agent{
    background-color: #000;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    width: 170px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 0 ;
}

@keyframes animateUpDown {
                to {
                    height: 90%;
                }

                from {
                    height: 30%;
                }
            }


/*Impact Section*/

.impact{
padding: 70px 0 10%;
background: linear-gradient(180deg,#f8f9f7,#d7cecc);
}

.impact .tag-impact{
    background-color: #d7cecc;
    color: #4c312b;
        padding: .5rem 1rem;
        border-radius: 25px;
            font-weight: 500;
               margin: 0 auto 1.8rem;
               display: table;
               font-size: 16px;
}
.impact h2{
    color: #000;
    font-size: 56px;
    font-weight: 600;
    font-family: Inter;
    margin: 0 auto;
    text-align: center;
    width: 60%;
}
.blue{
    background-color: #c5d5e8;
}
.grey{
    background-color: #d7dedf;

}
.impact .imaginary-boxes-impact{
display: flex;
gap: 16px;
margin: 50px 0 0;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white .imaginary-big-box-content .profile-with-logo{
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 32px;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white .imaginary-big-box-content .profile-with-logo img{
        height: 2rem;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white .imaginary-big-box-content .profile-with-logo .profile img{
    border-radius: 50%;
    width: 62px;
    height: 62px;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white .imaginary-big-box-content .profile-with-logo .profile .profile-para{
    font-size: 14px;
    opacity: .7;
    font-weight: 400;
    font-family: Inter;
    color: #000;
    margin: 0 0 0;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white .imaginary-big-box-content .profile-with-logo .profile .profile-name{
    font-size: 16px;
    font-weight: 700;
    font-family: Inter;
    color: #000;
    margin: 0 0 5px;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white .behind-the-box a img{
    filter: brightness(0) invert(1);
    margin: 0px 0 -4px 5px;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white .behind-the-box a{
        background-color: #000;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    width: 220px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    margin: auto;
    transform: rotateY(180deg);
    text-align: center;
    display: none;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white .imaginary-big-box-content .profile-with-logo .profile{
display: flex;
gap: 16px;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white .imaginary-big-box-content p{
    color: #000;
    font-weight: 500;
    font-family: Inter;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 20px;
}
.impact .imaginary-box .impact-logo{
           height: 4rem;
    display: table;
    margin: 0 auto;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white{
    background-color: #ffffff;
    width: 52%;
    position: relative;
}
.impact .imaginary-box .imaginary-box-content p{
  font-size: 16px;
font-weight: 500;
color: #000;
font-family: Inter;
margin: 0 0 0px;  
}
.impact .imaginary-box .imaginary-box-content h3{
font-size: 42px;
font-weight: 600;
color: #000;
font-family: Inter;
margin: 0 0 10px;
}
.impact .imaginary-box{
    width: 23%;
        border-radius: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
    display: flex;
    overflow: hidden;
}
.impact .imaginary-box.single-element{
    justify-content: center;
}

.imaginary-box.big-white {
    position: relative;
    transform-style: preserve-3d;
}

/* FRONT */
.imaginary-big-box-content .flip-front {
    opacity: 1;
    visibility: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* BACK */
.behind-the-box .flip-back {
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* WHEN FLIPPED */
.imaginary-box.big-white.flipped .flip-front {
    opacity: 0;
    visibility: hidden;
}

.imaginary-box.big-white.flipped .flip-back {
    opacity: 1;
    visibility: visible;
}
.imaginary-box.big-white {
    transition: transform 0.8s ease;
    transform: rotateY(0deg);
}

.imaginary-box.big-white.flipped {
    transform: rotateY(180deg);
}
.impact .imaginary-boxes-impact .imaginary-box.big-white.flipped .behind-the-box a{
    display: flex;
}
.brown{
    background-color: #d7cecc;
}
.light-purple{
    background-color: #efe5f9;
}
.imaginary-box.blue.pink{
    background-color: #e7d3bf !important;
}
.imaginary-box.blue.light-blue{
    background-color: #d4e6eb !important;
}
@media (min-width: 1400px) {
.container{max-width:1440px !important;}
}


/*footer-call-to-action*/
.footer-call-action{
    background-color: #d7cecc;
}
.footer-call-action .call-to-action-box{
    background-color: #fff;
    padding: 0 24px;
    border-radius: 24px;
      margin: 0 0 -120px 0px;
    z-index: 9;
    position: relative;
}
.footer-call-action .call-to-action-box .padding-box{
    padding: 48px 0;
}
.footer-call-action .call-to-action-box .padding-box h2{
    font-weight: 700;
    font-family: Inter;
    font-size: 84px;
    color: #000;
    margin: 0 0 24px;
    letter-spacing: -.04em;
    line-height: 1;
}
.footer-call-action .call-to-action-box .padding-box p{
        opacity: .5;
        font-size: 18px;
        color: #000;
        font-family: Inter;
        margin: 0 0 24px;
}
.footer-call-action .call-to-action-box img{
   height: calc(100% - 3rem);
    aspect-ratio: 3 / 2;
    max-width: 100%;
    margin: 1.5rem 0;
    object-fit: cover;
    object-position: 100% 100%;
    border-radius: 25px;
}
.footer-call-action .call-to-action-box .padding-box a{
        background-color: #000;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    width: 170px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 0;
}

/*footer*/
footer{
background-image: url(../images/footer-bg.webp);
background-position: 100% 60%;
background-repeat: no-repeat;
background-size: cover;
padding: 10rem 0;
}
footer .footer-col{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .footer-col .footer-half{
    width: 40%;
    display: flex;
    gap: 16px;
}
.background-glass-box{
 border-radius: 16px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: #d7ceccbf;
    padding: 1rem;
    margin: 0 0 16px;
}
footer .footer-col .footer-half .brand-summary img{
        filter: brightness(0)
}
footer .footer-col .footer-half .brand-summary{
        width: 250px;
}
footer .footer-col .footer-half .brand-summary h2{
      font-weight: 500;
    font-family: Inter;
    font-size: 18px;
    color: #000;
    margin: 0 0 10px;
}
footer .footer-col .footer-half .brand-summary ul li a{
    opacity: .5;
    color: #000;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-decoration: none;
    transition: opacity .2s;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
}
footer .footer-col .footer-half .brand-summary ul.ai-icon li a svg{
    width: 24px;
    height: 24px;
}
footer .footer-col .footer-half .quick-links h2{
      font-weight: 500;
    font-family: Inter;
    font-size: 18px;
    color: #000;
    margin: 0 0 10px;
}
footer .footer-col .footer-half .brand-summary ul.ai-icon{
display: flex;
    gap: 25px;
    flex-wrap: wrap;
    grid-row-gap: 15px;
    margin: 16px 0 0;
}
footer .footer-col .footer-half .brand-summary ul.ai-icon li{
        border-radius: 16px;
    opacity: .7;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #d7ceccbf;
 
    padding: .5rem;
        text-align: center;
}
footer .footer-col .footer-half .quick-links ul li a{
    opacity: .5;
    color: #000;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-decoration: none;
    transition: opacity .2s;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
    margin: 0 0 0px;
    display: block;
}
footer .footer-col .footer-half .quick-links{
width: 255px;
    height: 450px;
    border-radius: 16px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: #d7ceccbf;
    padding: 1rem;
    margin: 0 0 16px;
}
footer .footer-col .footer-half:last-child{
    flex-direction: column;
}
footer .footer-col .footer-half:last-child h3{
    display: flex;
    gap: 8px;
    color: #000;
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
}
footer .footer-col .footer-half:last-child{
        opacity: .5;
        font-size: 16px;
        font-weight: 400;
        font-family: Inter;
        color: #000;
}
footer .footer-col .footer-half:last-child h3 svg{
        width: 22px;
    height: 22px;
}
footer .footer-col .footer-half:last-child .address-links .lins ul li a{
      opacity: .5;
    color: #000;
    padding-top: .25rem;
    padding-bottom: .25rem;
    text-decoration: none;
    transition: opacity .2s;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
    margin: 0 0 0px;
    display: block;
}
.address-para{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
    margin: 0 0 0px;
    display: block;
}
footer .footer-col .footer-half:last-child .address-links .lins{
border-radius: 16px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: #d7ceccbf;
    padding: 1rem;
    margin: 0 0 16px;
}
footer .footer-col .footer-half:last-child .address-links{
    display: flex;
    gap: 16px;
}
footer .footer-col .footer-half:last-child .social-box{
    display: flex;
    gap: 16px;
}
footer .footer-col .footer-half:last-child .social-box .social-without-plat{
    display: flex;
}
footer .footer-col .footer-half:last-child .social-box .social-without-plat img{
        max-height: 4rem;
}
footer .footer-col .footer-half:last-child .social-box .social-plat .background-glass-box{
    display: flex;
    gap: 32px;
}
footer .footer-col .footer-half:last-child .social-box .social-plat a{
    width: 32px;
    height: 32px;
    display: block;
}
footer .footer-col .footer-half:last-child .social-box .social-plat a svg {
    filter: brightness(0);
    opacity: .5;
}
footer .footer-col .footer-half:last-child .social-box .copy-right-plate{
    border-radius: 16px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: #d7ceccbf;
    padding: 1rem;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
    margin: 0 0 0px;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .sec-home-banner h1{
        font-size: 100px;
    }
}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {
 .sec-home-banner h1{
        font-size: 100px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
 .sec-home-banner h1{
        font-size: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

   .sec-home-banner h1{
        font-size: 80px;
    } 
    .sec-home-banner .doubler-marquee{
bottom: 0px;
}
.impact h2{
    width: 80%;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white .imaginary-big-box-content p{
        font-size: 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 991px) {
    .sec-home-banner h1{
        font-size: 34px;
        margin: 0 0 15px;
    }
    .top-bar p span {
    margin: 0;
}
.top-bar{
    position: relative;
}
header{
    position: relative;
    background-color: #fff;
    top: 0;
}
.top-bar p{
       font-size: 14px;
}
.sec-home-banner .banner-video{
    height: 100vh;
}
.sec-home-banner{
    padding: 50px 0;
}
.sec-home-banner ul.orm-platform{
           flex-direction: column;
        align-items: start;
        grid-row-gap: 20px;

}
.sec-home-banner .doubler-marquee{
bottom: 10px;
}
header nav .navbar-brand {
    width: 40%;
    filter: brightness(0);
}
.navbar-toggler{
       width: 15%;
    padding: 0; 
}
footer .footer-col{
        flex-direction: column;
}
footer .footer-col .footer-half{
    width: 100%;
    gap: 10px;
}
footer .footer-col .footer-half:last-child .background-glass-box{
    width: 100%;
}
footer .footer-col .footer-half:last-child .address-links{

}
footer .footer-col .footer-half:last-child .address-links .background-glass-box{
    width: 50%;
}
footer .footer-col .footer-half:last-child .social-box{
       justify-content:start; 
       flex-wrap: wrap;
}
footer .footer-col .footer-half:last-child .social-box .social-without-plat{
        width: 45%;
        justify-content: end;
}
footer .footer-col .footer-half:last-child .social-box .social-plat{
        width: 44%;
}
footer .footer-col .footer-half:last-child .social-box .copy-right-plate{
    width: 100%;
}
footer{
        padding: 6rem 0 1rem;
}
.footer-call-action .call-to-action-box{
        margin: 0 0 -60px 0px;
                padding: 1rem;
}
.footer-call-action .call-to-action-box .padding-box {
    padding: 0;
}
.footer-call-action .call-to-action-box img{
        margin: 15px 0 0;
}
.footer-call-action .call-to-action-box .padding-box h2{
    font-size: 38px;
}
.impact .imaginary-box{
    width: 100%;
}
.impact .imaginary-boxes-impact , .impact .imaginary-boxes-impact .imaginary-box.big-white .imaginary-big-box-content .profile-with-logo{
    flex-direction: column;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white{
    width: 100%;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white .imaginary-big-box-content .profile-with-logo img{
    height: auto;
}
.impact {
        padding: 30px 0 50px;
}
.impact .imaginary-boxes-impact .imaginary-box.big-white .imaginary-big-box-content p{
  font-size: 20px;  
}
.impact h2{
      font-size: 34px;
      width: 100%;  
}
.animation-with-media .play-media-box .play-media-inner h2{
        font-size: 34px;
            margin: 0 0 15px;
}
.animation-with-media .play-media-box .play-media-inner .audio-item .audio-button{
    width: 45px;
    height: 45px;
}
.animation-with-media .play-media-box .play-media-inner .audio-item .audio-visual .audio-wave{
    margin-left:1px ;
    margin-right:1px ;
}
.animation-with-media .play-media-box .play-media-inner .audio-item{
    padding: 50px 0;
        margin: 0 0 15px;
}
.animation-with-media .play-media-box .play-media-inner p{
        line-height: 20px;
    margin: 0 0 15px;
}
.play-media-inner{
    padding: 1rem;
}
.animation-with-media .play-media-box{
     width: 95%;
    max-width: 100%;  
        left: 0; 
}
.digital-workforce{
        padding: 30px 0;
}
.digital-workforce ul{
       gap: 1rem; 
           flex-direction: column;
}
.digital-workforce .tab-detail-workforce-box h3{
    font-size: 32px;
}
.digital-workforce .tab-detail-workforce-box{
    padding: 1rem;
}
.digital-workforce .tab-detail-workforce-box h4{
            color: #000;
    font-size: 28px;
    font-weight: 600;
    font-family: Inter;
    margin: 0 0 16px;
}
.digital-workforce .tab-detail-workforce-box p{
    font-size: 16px;
    line-height: 20px;
}
.mobile-tab-separator{
    border: .5px solid #d7cecc;
    margin: 30px 0;
}
.digital-workforce .marquee-first::after,
.digital-workforce .marquee-second::after,
.digital-workforce .marquee-third::after{
    width: 10px;
   
}
.digital-workforce .marquee-first::before,
.digital-workforce .marquee-second::before,
.digital-workforce .marquee-third::before{
     width: 10px;
   
}
.digital-workforce h2.main-head{
        font-size: 32px;
        margin: 0 0 15px;
}
.digital-workforce p.main-para {
    font-size: 16px;
}
.digit-workflow-tranform .main-head{
    font-size: 32px;

}
.digit-workflow-tranform .main-para{
    width: 100%;
}
.ai-agent-sec .agent-hire-btn{
    margin: 0 0 20px;
    display: block;
}
.ai-agent-sec p.main-p{
    width: 100%;
}
.ai-agent-sec h2{
    font-size: 32px;
    margin: 0 0 15px;
}
header nav #navbarSupportedContent ul li a{
       color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0;
    text-align: center;
    margin: 0 0 5px; 
}
header nav #navbarSupportedContent form a{
        background-color: #000;
        color: #ffff;
        margin: 15px auto 0;
}
}