/*healthcare platform for medical institution css starts here*/

@font-face {
    font-family: 'Product Sans';
    src: url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-BoldItalic.woff2') format('woff2'),
    url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-Black.woff2') format('woff2'),
    url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-Bold.woff2') format('woff2'),
    url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-Italic.woff2') format('woff2'),
    url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-Light.woff2') format('woff2'),
    url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-Regular.woff2') format('woff2'),
    url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Product Sans';
    src: url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-Medium.woff2') format('woff2'),
    url('https://www.mindinventory.com/portfolio-fonts/digital-twin-platform/ProductSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


:root {
    --font-digital-regular: "Product Sans";
    --font-digital-light: "Product Sans";
    --font-digital-medium: "Product Sans";
    --font-digital-semibold: "Product Sans";
    --font-digital-bold: "Product Sans";
    --digital-primary-color: #0E0E18;
    --digital-text-white: #fff;
}
.digital-font-regular {
    font-family: var(--font-digital-regular);
    font-weight: 400;
}
.digital-font-light {
    font-family: var(--font-digital-light);
    font-weight: 300;
}
.digital-font-medium {
    font-family: var(--font-digital-medium);
    font-weight: 500;
}
.digital-font-semibold {
    font-family: var(--font-digital-semibold);
    font-weight: 600;
}
.digital-font-bold {
    font-family: var(--font-digital-bold);
    font-weight: 700;
}

.digital-opacity-8 {
    opacity: 0.8;
}
.digital-opacity-7 {
    opacity: 0.7;
}
.digital-opacity-1 {
    opacity: 1;
}

.digital-wrapper{
    background-color: var(--digital-primary-color);
}
.digital-wrapper picture{
    display: block;
}

.digital-primary-color {
    color: var(--digital-primary-color);
}
.digital-bg-primary {
    background-color: var(--digital-primary-color);
}
.digital-border-primary {
    border: 1px solid var(--digital-primary-color);
}

.digital-ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width: 1699px) {
    .digital-ptb-120 {
        padding: 75px 0;
    }
}
@media only screen and (max-width: 1499px) {
    .digital-ptb-120 {
        padding: 65px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-ptb-120 {
        padding: 55px 0;
    }
}
@media only screen and (max-width: 991px) {
    .digital-ptb-120 {
        padding: 45px 0;
    }
}
@media only screen and (max-width: 767px) {
    .digital-ptb-120 {
        padding: 30px 0;
    }
}
.digital-pt-120 {
    padding-top: 120px;
}
@media only screen and (max-width: 1699px) {
    .digital-pt-120 {
        padding-top: 75px;
    }
}
@media only screen and (max-width: 1499px) {
    .digital-pt-120 {
        padding-top: 65px;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-pt-120 {
        padding-top: 55px;
    }
}
@media only screen and (max-width: 991px) {
    .digital-pt-120 {
        padding-top: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .digital-pt-120 {
        padding-top: 30px;
    }
}
.digital-pb-120 {
    padding-bottom: 120px;
}
@media only screen and (max-width: 1699px) {
    .digital-pb-120 {
        padding-bottom: 75px;
    }
}
@media only screen and (max-width: 1499px) {
    .digital-pb-120 {
        padding-bottom: 65px;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-pb-120 {
        padding-bottom: 55px;
    }
}
@media only screen and (max-width: 991px) {
    .digital-pb-120 {
        padding-bottom: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .digital-pb-120 {
        padding-bottom: 30px;
    }
}
.digital-pt-50 {
    padding-top: 50px;
}
@media only screen and (max-width: 1699px) {
    .digital-pt-50 {
        padding-top: 75px;
    }
}
@media only screen and (max-width: 1499px) {
    .digital-pt-50 {
        padding-top: 65px;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-pt-50 {
        padding-top: 55px;
    }
}
@media only screen and (max-width: 991px) {
    .digital-pt-50 {
        padding-top: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .digital-pt-50 {
        padding-top: 30px;
    }
}

.digital-mt-70 {
    margin-top: 70px;
}
@media only screen and (max-width: 1699px) {
    .digital-mt-70 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1499px) {
    .digital-mt-70 {
        margin-top: 30px;
    }
}
.digital-mt-60 {
    margin-top: 60px;
}
@media only screen and (max-width: 1699px) {
    .digital-mt-60 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1499px) {
    .digital-mt-60 {
        margin-top: 30px;
    }
}

.digital-mb-50 {
    margin-bottom: 50px;
}
@media only screen and (max-width: 1699px) {
    .digital-mb-50 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1499px) {
    .digital-mb-50 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-mb-50 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .digital-mb-50 {
        margin-bottom: 15px;
    }
}


.digital-mt-30 {
    margin-top: 30px;
}

.digital-mt-10 {
    margin-top: 10px;
}
.digital-mtb-30 {
    margin: 30px 0;
}
@media only screen and (max-width: 1499px) {
    .digital-mtb-30 {
        margin: 10px 0;
    }
}
@media only screen and (max-width: 991px) {
    .digital-mtb-30 {
        margin: 5px 0;
    }
}

.digital-font-64 {
    font-size: 64px;
    line-height: 1.3;
}
@media only screen and (max-width: 1599px) {
    .digital-font-64 {
        font-size: 44px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-font-64 {
        font-size: 38px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    .digital-font-64 {
        font-size: 30px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 575px) {
    .digital-font-64 {
        font-size: 28px;
    }
}

.digital-font-48 {
    font-size: 48px;
    line-height: 1.3;
}
@media only screen and (max-width: 1599px) {
    .digital-font-48 {
        font-size: 36px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-font-48 {
        font-size: 34px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    .digital-font-48 {
        font-size: 28px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 575px) {
    .digital-font-48 {
        font-size: 26px;
        line-height: 1.4;
    }
}

.digital-font-44 {
    font-size: 44px;
    line-height: 1.3;
}
@media only screen and (max-width: 1599px) {
    .digital-font-44 {
        font-size: 36px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 1365px) {
    .digital-font-44 {
        font-size: 34px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 767px) {
    .digital-font-44 {
        font-size: 28px;
        line-height: 1.4;
    }
}

.digital-font-40 {
    font-size: 40px;
    line-height: 1.3;
}
@media only screen and (max-width: 1599px) {
    .digital-font-40 {
        font-size: 36px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 1365px) {
    .digital-font-40 {
        font-size: 34px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 767px) {
    .digital-font-40 {
        font-size: 28px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 575px) {
    .digital-font-40 {
        font-size: 26px;
        line-height: 1.4;
    }
}

.digital-innerfont-40 {
    font-size: 40px;
    line-height: 1.3;
}

@media only screen and (max-width: 1599px) {
    .digital-innerfont-40 {
        font-size: 36px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 1365px) {
    .digital-innerfont-40 {
        font-size: 34px;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-innerfont-40 {
        font-size: 28px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .digital-innerfont-40 {
        font-size: 24px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 575px) {
    .digital-innerfont-40 {
        font-size: 23px;
    }
}

.digital-font-40l {
    font-size: 40px;
    line-height: 1.5;
}

@media only screen and (max-width: 1599px) {
    .digital-font-40l {
        font-size: 36px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 1365px) {
    .digital-font-40l {
        font-size: 34px;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-font-40l {
        font-size: 28px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .digital-font-40l {
        font-size: 24px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 575px) {
    .digital-font-40l {
        font-size: 23px;
    }
}

.digital-font-16 {
    font-size: 15px;
    line-height: 1.6;
}
.digital-font-18 {
    font-size: 18px;
    line-height: 1.6;
}
@media only screen and (max-width: 575px) {
    .digital-font-18 {
        font-size: 16px;
    }
}
.digital-font-20 {
    font-size: 20px;
    line-height: 1.7;
}
@media only screen and (max-width: 1365px) {
    .digital-font-20 {
        line-height: 1.5;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-font-20 {
        font-size: 18px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 575px) {
    .digital-font-20 {
        font-size: 16px;
        line-height: 1.4;
    }
}

.digital-font-24 {
    font-size: 24px;
    line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
    .digital-font-24 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .digital-font-24 {
        font-size: 18px;
    }
}


.digital-font-36 {
    font-size: 36px;
    line-height: 1.5;
}

@media only screen and (max-width: 1599px) {
    .digital-font-36 {
        font-size: 34px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 1365px) {
    .digital-font-36 {
        font-size: 32px;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-font-36 {
        font-size: 28px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    .digital-font-36 {
        font-size: 24px;
        line-height: 1.5;
    }
}


.digital-font-30 {
    font-size: 30px;
    line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
    .digital-font-30 {
        font-size: 28px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .digital-font-30 {
        font-size: 24px;
        line-height: 1.3;
    }
}
.digital-text-white {
    color: var(--digital-text-white);
}
.digital-text-opawhite {
    color: rgba(255,255,255,0.7);
}
.digital-light-white{
    color: #C5C5C5;
}

.digital-font-orange {
    color: #FA661C;
}
.digital-font-blue {
    color: var(--digital-primary-color);
}
.digital-font-lightgrey {
    color: #AFAFAF;
}
.digital-font-black {
    color: #121D30;
}

.digital-bg-blue {
    background-color: var(--digital-primary-color);
}

.digital-br-70 {
    border-radius: 70px;
}
@media only screen and (max-width: 1699px) {
    .digital-br-70 {
        border-radius: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-br-70 {
        border-radius: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .digital-br-70 {
        border-radius: 10px;
    }
}

.digital-br-64 {
    border-radius: 64px;
}
@media only screen and (max-width: 1699px) {
    .digital-br-64 {
        border-radius: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .digital-br-64 {
        border-radius: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .digital-br-64 {
        border-radius: 10px;
    }
}

.digital-br-44 {
    border-radius: 44px;
}
@media only screen and (max-width: 1199px) {
    .digital-br-44 {
        border-radius: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .digital-br-44 {
        border-radius: 10px;
    }
}

.digital-br-32 {
    border-radius: 32px;
}
@media only screen and (max-width: 1199px) {
    .digital-br-32 {
        border-radius: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .digital-br-32 {
        border-radius: 10px;
    }
}

.digital-br-30 {
    border-radius: 30px;
}
@media only screen and (max-width: 1199px) {
    .digital-br-30 {
        border-radius: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .digital-br-30 {
        border-radius: 10px;
    }
}

.digital-br-20 {
    border-radius: 20px;
}
@media only screen and (max-width: 767px) {
    .digital-br-20 {
        border-radius: 10px;
    }
}

@media only screen and (min-width: 1500px) {
    .digital-wrapper .digital-container {
        max-width: 1470px;
    }
}

@media only screen and (min-width:1700px){
    .section-digital-hero{
        margin-top: 40px;
    }
}

.section-digital-hero:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 458px;
    height: 1493px;
    background: url("https://www.mindinventory.com/img/case-study-details/digital-twin-platform/svg/long-left-lines.svg") no-repeat;
    background-size: cover;
}
@media only screen and (min-width:1700px){
    .section-digital-hero:before{
        top: -40px;
    }
}
@media only screen and (max-width: 1199px){
    .section-digital-hero:before{
        display: none;
    }
}

.section-digital-hero:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 458px;
    height: 1493px;
    background: url("https://www.mindinventory.com/img/case-study-details/digital-twin-platform/svg/long-right-lines.svg") no-repeat;
    background-size: cover;
}
@media only screen and (min-width:1700px){
    .section-digital-hero:after{
        top: -40px;
    }
}
@media only screen and (max-width: 1199px){
    .section-digital-hero:after{
        display: none;
    }
}

.section-digital-hero .half-div{
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    border-radius: 800px 800px 0 0;
    position: absolute;
    background-color: #D9D9D9;
}

@media only screen and (max-width: 991px){
    .section-digital-hero .half-div{
        border-radius: 0;
    }
}

.section-digital-hero .container{
    position: relative;
    z-index: 2;
}


@media only screen and (max-width: 1365px){
    .section-digital-hero .digital-hero-main .digital-hero-content h1{
        max-width: 80%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 991px){
    .section-digital-hero .digital-hero-main .digital-hero-content h1{
        max-width: none;
    }
}

.section-digital-hero .digital-hero-main .img-wrap{
    margin-top: 80px;
}

@media only screen and (max-width: 1499px){
    .section-digital-hero .digital-hero-main .img-wrap{
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1199px){
    .section-digital-hero .digital-hero-main .services-provide{
        max-width: none !important;
    }
}


.section-digital-hero .digital-hero-main .services-provide ul{
    gap: 18px;
}

@media only screen and (max-width: 1199px){
    .section-digital-hero .digital-hero-main .services-provide ul{
        gap: 15px;
    }
}
@media only screen and (max-width: 767px){
    .section-digital-hero .digital-hero-main .services-provide ul{
        gap: 10px;
    }
}
@media only screen and (max-width: 575px){
    .section-digital-hero .digital-hero-main .services-provide ul{
        flex-wrap: nowrap !important;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
}
@media only screen and (max-width: 575px) {
    .section-digital-hero .digital-hero-main .services-provide ul::-webkit-scrollbar {
        height: 8px;
    }
}
@media only screen and (max-width: 575px) {
    .section-digital-hero .digital-hero-main .services-provide ul::-webkit-scrollbar-thumb {
        background-color: rgba(217,217,217,0.4); /* Customize scrollbar color */
        border-radius: 4px;
    }
}
@media only screen and (max-width: 575px) {
    .section-digital-hero .digital-hero-main .services-provide ul::-webkit-scrollbar-track {
        background-color: rgba(42,42,42,0.8); /* Customize scrollbar track color */
    }
}



.section-digital-hero .digital-hero-main .services-provide ul li{
   border: 1px solid rgba(255,255,255,0.20);
    border-radius: 40px;
    padding: 15px 26px;
    background-color: #2A2A2A;
}
@media only screen and (max-width: 1199px){
    .section-digital-hero .digital-hero-main .services-provide ul li{
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 575px){
    .section-digital-hero .digital-hero-main .services-provide ul li{
        margin: 0 0 5px;
        padding: 8px 15px;
    }
}

.section-digikey-challenges .key-challenge-wrap .item-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 1499px){
    .section-digikey-challenges .key-challenge-wrap .item-wrapper{
        gap: 30px;
    }
}
@media only screen and (max-width: 1199px){
    .section-digikey-challenges .key-challenge-wrap .item-wrapper{
        gap: 20px;
    }
}

@media only screen and (max-width: 991px){
    .section-digikey-challenges .key-challenge-wrap .item-wrapper{
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
}
@media only screen and (max-width: 480px){
    .section-digikey-challenges .key-challenge-wrap .item-wrapper{
        gap: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .section-digikey-challenges .key-challenge-wrap .item-wrapper::-webkit-scrollbar {
        height: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .section-digikey-challenges .key-challenge-wrap .item-wrapper::-webkit-scrollbar-thumb {
        background-color: #ccc; /* Customize scrollbar color */
        border-radius: 4px;
    }
}
@media only screen and (max-width: 991px) {
    .section-digikey-challenges .key-challenge-wrap .item-wrapper::-webkit-scrollbar-track {
        background-color: rgba(255,255,255,0.2); /* Customize scrollbar track color */
    }
}
.section-digikey-challenges .key-challenge-wrap .item-wrapper:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -8vw;
    background: url("https://www.mindinventory.com/img/case-study-details/digital-twin-platform/webp/big/key-challenges.webp") no-repeat;
    background-size: cover;
    width: 30.78vw;
    height: 30.78vw;
    z-index: 0;
    transform: rotate(-40deg);
}
@media only screen and (max-width: 1199px){
    .section-digikey-challenges .key-challenge-wrap .item-wrapper:after{
        width: 40.78vw;
        height: 40.78vw;
        bottom: -15vw;
    }
}
@media only screen and (max-width: 991px){
    .section-digikey-challenges .key-challenge-wrap .item-wrapper:after{
        display: none;
    }
}
.section-digikey-challenges .key-challenge-wrap .item-wrapper .item{
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.3);
    display: flex;
    flex-direction: column;
    gap: 35px;
    z-index: 8;
}

@media only screen and (max-width: 1499px){
    .section-digikey-challenges .key-challenge-wrap .item-wrapper .item{
        gap:20px;
        padding: 30px 32px;
    }
}
@media only screen and (max-width: 1199px){
    .section-digikey-challenges .key-challenge-wrap .item-wrapper .item{
        padding: 22px 24px;
        gap: 15px;
    }
}
@media only screen and (max-width: 991px){
    .section-digikey-challenges .key-challenge-wrap .item-wrapper .item{
        width: 100%;
        min-width: 70%;
        white-space: normal;
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 767px){
    .section-digikey-challenges .key-challenge-wrap .item-wrapper .item{
        padding: 20px 15px 22px;
        gap: 10px;
    }
}
@media only screen and (max-width: 480px){
    .section-digikey-challenges .key-challenge-wrap .item-wrapper .item{
        min-width: 80%;
        padding: 18px 15px 22px;
    }
}
.section-digikey-challenges .key-challenge-wrap .item-wrapper .item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(175,175,175,0.05);
    backdrop-filter: blur(450px); /* Adjust blur strength */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-digikey-challenges .key-challenge-wrap .item-wrapper .item span,.section-digikey-challenges .key-challenge-wrap .item-wrapper .item p{
    position: relative;
    z-index: 2;
}

.section-digital-infra{
    position: relative;
    z-index: 3;
}

.section-digital-infra .infra-wrap{
    margin: 0 -73px;
}

@media only screen and (max-width: 1699px){
    .section-digital-infra .infra-wrap{
        margin: 0 -35px;
    }
}
@media only screen and (max-width: 1599px){
    .section-digital-infra .infra-wrap{
        margin: 0;
    }
}

@media only screen and (max-width: 991px){
    .section-digital-implement{
        padding-top: 0;
    }
}


.section-digital-implement:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 265vh;
    background-color: #17171f;
    border-radius:1200px 1200px 0 0;
}

@media only screen and (max-width:991px){
    .section-digital-implement:after{
        display: none;
    }
}

.section-digital-implement .container{
    position: relative;
    z-index: 1;
}
.section-digital-implement .main-outer{
    padding-top: 80px;
}
@media only screen and (max-width: 1365px){
    .section-digital-implement .main-outer{
        padding-top: 70px;
    }
}
@media only screen and (max-width: 991px){
    .section-digital-implement .main-outer{
        padding-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .section-digital-implement .digital-common-block{
        padding-top: 30px;
    }
}


.section-digital-implement .digital-common-block .head-wrap{
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 991px){
    .section-digital-implement .digital-common-block .head-wrap{
        max-width: none;
    }
}
.section-digital-implement .digital-common-block .head-wrap p{
    max-width: 900px;
    margin: 0 auto;
}

.section-digital-implement .digital-common-block .info-grid{
    display: grid;
    grid-column-gap: 40px;
}

@media only screen and (max-width: 1499px){
    .section-digital-implement .digital-common-block .info-grid{
        grid-column-gap: 30px;
    }
}
@media only screen and (max-width: 1199px){
    .section-digital-implement .digital-common-block .info-grid{
        grid-column-gap: 20px;
    }
}
@media only screen and (max-width: 991px){
    .section-digital-implement .digital-common-block .info-grid{
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow:hidden;
        overflow-x: scroll;
    }
}
@media only screen and (max-width: 480px){
    .section-digital-implement .digital-common-block .info-grid{
        grid-column-gap: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .section-digital-implement .digital-common-block .info-grid::-webkit-scrollbar {
        height: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .section-digital-implement .digital-common-block .info-grid::-webkit-scrollbar-thumb {
        background-color: #ccc; /* Customize scrollbar color */
        border-radius: 4px;
    }
}
@media only screen and (max-width: 991px) {
    .section-digital-implement .digital-common-block .info-grid::-webkit-scrollbar-track {
        background-color: rgba(255,255,255,0.2); /* Customize scrollbar track color */
    }
}
.section-digital-implement .digital-common-block .info-grid.widthbig{
    grid-template-columns: 1fr 1fr 1fr;
}
.section-digital-implement .digital-common-block .info-grid.widthsmall{
    grid-template-columns: 1fr 1fr;
}
.section-digital-implement .digital-common-block .info-grid .item{
    padding: 64px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media only screen and (max-width: 1699px){
    .section-digital-implement .digital-common-block .info-grid .item{
        padding: 50px;
    }
}

@media only screen and (max-width: 1499px){
    .section-digital-implement .digital-common-block .info-grid .item{
        gap: 20px;
        padding: 30px 32px;
    }
}

@media only screen and (max-width: 1199px){
    .section-digital-implement .digital-common-block .info-grid .item{
        gap: 15px;
        padding: 22px 24px 24px;
    }
}
@media only screen and (max-width: 991px){
    .section-digital-implement .digital-common-block .info-grid .item{
        white-space: normal;
        width: 100%;
        min-width: 70%;
        margin: 0 0 5px;
    }
}
@media only screen and (max-width: 767px){
    .section-digital-implement .digital-common-block .info-grid .item{
        padding: 20px 15px 22px;
        gap: 10px;
    }
}
@media only screen and (max-width: 480px){
    .section-digital-implement .digital-common-block .info-grid .item{
        min-width: 80%;
        padding: 18px 15px 22px;
    }
}

.section-digital-implement .digi-img-wrap{
    border: 4px solid rgba(255,255,255,0.1);
}
@media only screen and (max-width: 1199px){
    .section-digital-implement .digi-img-wrap{
        border: 2px solid rgba(255,255,255,0.1);
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 1199px){
    .section-digital-implement .multi-img-wrap{
        padding-bottom: 0;
    }
}
.section-digital-implement .multi-img-wrap:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width:458px;
    height: 957px;
    background: url("https://www.mindinventory.com/img/case-study-details/digital-twin-platform/svg/multi-left.svg") no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1199px){
    .section-digital-implement .multi-img-wrap:before{
        display: none;
    }
}
.section-digital-implement .multi-img-wrap:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width:433px;
    height: 957px;
    background: url("https://www.mindinventory.com/img/case-study-details/digital-twin-platform/svg/multi-right.svg") no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1199px){
    .section-digital-implement .multi-img-wrap:after{
        display: none;
    }
}


.section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper{
    position: relative;
}
@media only screen and (max-width: 1365px){
    .section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .div-one img{
        max-width:40%;
    }
}
@media only screen and (max-width: 1199px){
    .section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .div-one{
        display: none;
    }
}



.section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper{
    position: absolute;
    right: 0;
    bottom: -100px;
}
@media only screen and (max-width: 1365px){
    .section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper{
        bottom: -50px;
    }
}
@media only screen and (max-width: 1199px){
    .section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper{
        position: relative;
        bottom: 0;
    }
}

.section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper .twin-video-main {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    position: relative;
    justify-content: center;
}
.section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper .twin-video-main img {
    position: relative;
    z-index: 2;
    width: 57.969vw;
    height: 33.021vw;
    max-width: 100%;
    min-height: 100%;
}

@media only screen and (min-width: 2300px){
    .section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper .twin-video-main img {
        width: 45.021vw;
        height: 28.385vw;
    }
}
@media only screen and (max-width: 1799px){
    .section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper .twin-video-main img {
        width: 60.021vw;
        height: 36.385vw;
    }
}
@media only screen and (max-width: 1699px){
    .section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper .twin-video-main img {
        width: 65.021vw;
        height: 40.385vw;
    }
}
.section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper .twin-video-main .twin-video-frame {
    width: 45vw;
    height: 27.969vw;
    position: absolute;
    top: 50%;
    left: 50%;
    align-items: center;
    transform: translate(-50%, -50%);
    overflow: hidden;
    margin-top: -11px;
}

@media only screen and (min-width: 2300px){
    .section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper .twin-video-main .twin-video-frame {
        width: 35.25vw;
        height: 23.281vw;
    }
}
@media only screen and (max-width:1799px){
    .section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper .twin-video-main .twin-video-frame {
        width: 47.25vw;
        height: 29.281vw;
    }
}
@media only screen and (max-width:1699px){
    .section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper .twin-video-main .twin-video-frame {
        width: 51.25vw;
        height: 33.281vw;
    }
}
@media only screen and (max-width:767px){
    .section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper .twin-video-main .twin-video-frame {
        margin-top: 0;
    }
}
.section-digital-implement .multi-img-wrap .digi-img-wrap .item-img-wrapper .video-wrapper .twin-video-main .twin-video-frame video {
    width: inherit;
    height: 100%;
    object-fit: cover;
}


.section-digital-results .results-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
@media only screen and (max-width: 1499px){
    .section-digital-results .results-wrapper{
        margin-top:30px;
    }
}


@media only screen and (max-width: 767px){
    .section-digital-results .results-wrapper{
        grid-template-columns: 1fr;
    }
}

.section-digital-results .results-wrapper .item{
    background-color: var(--digital-text-white);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media only screen and (max-width: 1499px){
    .section-digital-results .results-wrapper .item{
        padding: 30px 32px;
    }
}
@media only screen and (max-width: 1199px){
    .section-digital-results .results-wrapper .item{
        padding: 22px 24px 24px;
    }
}
@media only screen and (max-width: 767px){
    .section-digital-results .results-wrapper .item{
        padding: 20px 15px 22px;
        gap: 10px;
    }
}

.section-digital-results .results-wrapper .item .title-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section-digital-results .results-wrapper .item .title-wrap .icon-wrap{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px){
    .section-digital-results .results-wrapper .item .title-wrap .icon-wrap{
        width: 30px;
        height: 30px;
    }
}
.section-digital-results .results-wrapper .item .short-wrap{
    max-width: 620px;
}
@media only screen and (max-width: 991px){
    .section-digital-results .results-wrapper .item .short-wrap{
        max-width: none;
    }
}

.section-fire-speed .full-img-wrap{
    margin: 0 -30px;
}

@media only screen and (max-width: 1199px){
    .section-fire-speed .full-img-wrap{
        margin: 0;
    }
}

.section-digital-conclusion .head-content-wrap .content-wrap{
    max-width: 1036px;
    margin:60px auto 0;
}
@media only screen and (max-width: 1499px){
    .section-digital-conclusion .head-content-wrap .content-wrap{
        margin:30px auto 0;
    }
}

@media only screen and (max-width: 991px){
    .digital-wrapper .head-content-wrap{
        text-align: center;
    }
}

@media only screen and (max-width: 1499px){
    .digital-wrapper .head-content-wrap .content-wrap{
      margin-top: 30px;
    }
}
@media only screen and (max-width: 1365px){
    .digital-wrapper .head-content-wrap .content-wrap{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 575px){
    .digital-wrapper .head-content-wrap .content-wrap{
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1365px){
    .digital-wrapper .head-content-wrap .content-wrap p + p{
        margin-top: 10px;
    }
}

.section-twin-cta{
    margin-bottom: 20px;
}

.section-twin-cta .digi-common-headings-cta {
    background-color: #1C0900;
    position: relative;
    z-index: 2;
}
.section-twin-cta .digi-outer{
    position: relative;
}
.section-twin-cta .digi-outer:after {
    content: '';
    position: absolute;
    bottom: -20px;
    height: 100%;
    width: calc(100% - 204px);
    background-color: #FA661C;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 30px;
}
@media only screen and (max-width: 1199px){
    .section-twin-cta .digi-outer:after {
        width: calc(100% - 70px);
    }
}
@media only screen and (max-width: 991px){
    .section-twin-cta .digi-outer:after {
        width: calc(100% - 30px);
        bottom: -10px;
    }
}
.section-twin-cta .digi-common-headings-cta .twin-conclusion {
    max-width: 950px;
    padding: 100px 25px 100px 60px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 1599px) {
    .section-twin-cta .digi-common-headings-cta .twin-conclusion {
        padding: 70px 25px 70px 70px;
        max-width: 850px;
    }
}
@media only screen and (max-width: 1499px) {
    .section-twin-cta .digi-common-headings-cta .twin-conclusion {
        padding: 50px 25px 50px 50px;
        max-width: 850px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-twin-cta .digi-common-headings-cta .twin-conclusion {
        padding: 40px;
        max-width: none;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .section-twin-cta .digi-common-headings-cta .twin-conclusion {
        padding: 30px;
        text-align: center;
    }
}
@media only screen and (max-width: 575px) {
    .section-twin-cta .digi-common-headings-cta .twin-conclusion {
        padding: 30px 25px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .section-twin-cta .digi-common-headings-cta .twin-conclusion h2 {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-twin-cta .medico-common-headings-cta .twin-conclusion h2 {
        max-width: none;
    }
}
.section-twin-cta .digi-common-headings-cta .digitwin-cta {
    width: 600px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    mix-blend-mode: luminosity;
}
@media only screen and (max-width: 1499px){
    .section-twin-cta .digi-common-headings-cta .digitwin-cta {
        width: 400px;
    }
}
@media only screen and (max-width: 1199px){
    .section-twin-cta .digi-common-headings-cta .digitwin-cta {
        display: none;
    }
}
.section-twin-cta .digi-common-headings-cta picture{
    height: 100%;
}
.section-twin-cta .digi-common-headings-cta .digitwin-cta img{
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.section-twin-cta .digi-common-headings-cta .twin-conclusion a:hover{
    color: #FA661C;
}