body {
    background: #101925 !important;
    color: #CDCDCD !important;
    font-size: 16px !important;
    /* font-family: 'fonts/Inter-Regular.otf' !important; */
}

.flex-end {
    display: flex;
    justify-content: end;
}

a {
    cursor: pointer;    
}

.text-link {
    color: #00E2F0 !important;
}

h1 {
    font-size: 36px;
    font-weight: 500;
    color: #ffffff !important;    
}

h2 {
    font-size: 36px;
    font-weight: 500;
    color: #ffffff !important;
    font-family: 'fonts/AbhayaLibre-Bold.ttf';
}

h4 {
    color: #ffffff !important;
    font-weight: 300 !important;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}

.m-b-24 {
    margin-bottom: 24px !important;
}

.m-b-64 {
    margin-bottom: 64px !important;
}

.m-t-24 {
    margin-top: 24px !important;
}

.m-t-64 {
    margin-top: 64px !important;
}

.bold-teal {
    font-weight: 700;
    color: #00E2F0;
}

.scroll-container {
    position: relative;
    width: 100vw;
    /* background-color: coral; */
    overflow: hidden;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.horizontal-scroll {
    overflow: hidden;
    height: 100%;
    /* white-space: nowrap; */
    animation: scrollText 10s infinite linear;
    /* margin: 0; */
    /* font-size: 0; */
    display: flex;
    /* justify-content: space-between; */
    width: fit-content;
}

    @keyframes scrollText {
        from {
          transform: translateX(0%);
        }
        to {
          transform: translateX(-50%);
        }
}

.scroll-item {
    margin: 0px 24px;
    /* display: inline-block;
    margin: 0;
    padding: 0;
    color: white; */
}

@keyframes fadeInUp {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
  }
  
  .fadeInUp-animation {
    animation: 1.5s fadeInUp;
}

.badge {
    border-radius: 24px !important; 
    border: 1px solid #00E2F0; 
    padding: 8px 16px !important; 
    color: #00E2F0 !important; 
    background-color: rgba(0, 226, 240, 0.2);
    width: max-content; 
    font-size: 16px !important;
    /* text-transform: uppercase; */
    font-weight: 300 !important;
}

.badge-purple {
    border-radius: 24px !important; 
    border: 1px solid #8A53FF; 
    padding: 4px 16px !important; 
    color: #8A53FF !important;  
    background-color: rgba(138, 83, 255, 0.2); 
    margin-right: 24px
}

.box-inner-shadow {
    background: #050612; 
    padding: 16px; 
    border: 1px solid #000000; 
    border-radius: 4px; 
    box-shadow: inset 0px 0px 6px 4px rgba(26, 29, 54, 0.7);
}

.container-teal-inner-shadow {
    border: 1px solid #152138; 
    border-radius: 24px; 
    padding: 24px; 
    box-shadow: inset 0px 4px 12px 1px rgba(0, 226, 240, 0.06); 
    background-color: rgba(0, 226, 240, 0.01);
}

.logo {
    width: 50px;
    height: 50px;
}

.navbar {
    background-color: rgba(16, 25, 37, 0.7) !important;
    /* background-color: transparent;  */
    /* background-color: rgba(23, 16, 37, 0.7); */
    backdrop-filter: blur(2px);
    padding: 24px 0 !important; 
}

/* header {
    padding:24px 0; 
    margin-bottom: 40px;
} */

.navbar-toggler {
    cursor: pointer !important;
}

.main-menu {
    display: flex; 
    list-style: none;
    background-color: rgba(255, 255, 255, 0.08);
    /* background-color: rgba(0, 0, 0, 0.3); */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 56px;
    margin: 0 auto;
}

.main-menu .nav-item {
    align-items: center;
}

.main-menu ul {
    margin-bottom: 0rem !important;
}

/* .main-meun li {
    padding: 10px;
} */

.main-menu a {
    margin: 8px 32px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.main-menu a::after {
    display: block;
    content:"";
    margin: auto;
    width: 0px;
    height: 2px;
    background-color: #00E2F0;
    transition: width 0.3s;
}

.main-menu a:hover::after {
    width: 100%;
}

.main-menu a:active {
    font-weight: 500;
}

.social-icons-container {
    font-size: 24px;
}

.social-icons-container a:not(:last-child) {
    margin-right: 24px;
}

.social-icons-container a {
    color: #ffffff;
}

.social-icons-container a:hover {
    color: #00E2F0;
    transition: color 0.6s ease-in-out;
}

.hero-container {
    margin: 180px 0px;
}

.hero-bg {
    animation: heroBackgroundAnimation ease 3s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    position: absolute;
    z-index: -100;
    opacity: 0;
    }
    @keyframes heroBackgroundAnimation {
        0% {
            opacity: 0;
    }
        100% {
            opacity: 1;
    } 
}

.hero-title {
    font-family: 'fonts/AbhayaLibre-Bold.ttf';
    font-size: 5.5rem;
    line-height: 100px;
    color: #ffffff;
    /* background: -webkit-linear-gradient(#EBEBED, #ACACB1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.hero-title-highlight {
    /* color: #8A53FF !important; */
    color: #00E2F0 !important;


    /* background: -webkit-linear-gradient(#9B81FE, #8A53FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    text-decoration: underline;
}

.hero-title-container {
    animation: heroTitleContainerAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    position: relative;
    /* position: absolute;
    z-index: -100; */
    }
    @keyframes heroTitleContainerAnimation {
        0% {
            opacity: 0;
            top: -50px;
    }
        100% {
            opacity: 1;
            top: 0px;
    } 

}

.hero-description {
    margin: 32px 0 48px 0;
}

.hero-description-container {
    animation: heroDescriptionContainerAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    position: relative;
    /* position: absolute;
    z-index: -100; */
    }
    @keyframes heroDescriptionContainerAnimation {
        0% {
            opacity: 0;
            top: -50px;
    }
        100% {
            opacity: 1;
            top: 0px;
    } 
}

.hero-image {
    animation: heroImageAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    position: relative;
    /* position: absolute;
    z-index: -100; */
    }
    @keyframes heroImageAnimation {
        0% {
            opacity: 0;
            left: -50px;
    }
        100% {
            opacity: 1;
            left: 0px;
    } 

}

.btn {
    background-color: #FBFCFE !important;
    border: 1px solid #E3E3E4;
    border-radius: 32px !important;
    padding: 6px 8px;
    box-shadow: 0px 2px 4px 0px rgba(189, 148, 255, .25);
    margin-bottom: 24px;
    
}

.button-inner {
    background: #fff;
    padding: 12px 16px;
    border: 1px solid #E3E3E4;
    color: #414141;
    border-radius: 24px !important;
    box-shadow: 0px 0px 4px 0px rgba(189, 148, 255, 1);
    display: flex;
    align-items: center;
}

.btn:hover {
    box-shadow: 0px 2px 12px 4px rgba(189, 148, 255, .5);
    transition: box-shadow 0.6s ease-in-out;
}

/* .button-inner:hover {
    box-shadow: inset #EEEDED 0px 6px 4px 6px;
    transition: box-shadow 0.6s ease-in-out;
} */

.fa-button {
    /* background: gradient(linear, left top, left bottom, from(#7B1BFF), to(#2A5BFE)); */
    background: -webkit-gradient(linear, left top, left bottom, from(#7B1BFF), to(#2A5BFE));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 24px !important;
    margin-right: 4px;
}

.fa-button-2 {
    /* background: gradient(linear, left top, left bottom, from(#7B1BFF), to(#2A5BFE)); */
    background: -webkit-gradient(linear, left top, left bottom, from(#7B1BFF), to(#00E2F0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 24px !important;
    margin-right: 4px;
}

.case-study-container {
    /* scroll-timeline: --squareTimeline y;  
    scroll-timeline: --squareTimeline vertical;
    position: relative; */

    padding: 80px 0px; 
    border-bottom: 1px solid #2C2C2C;

    /* animation: fadeIn linear;
    animation-timeline: scroll(); */
    }   

    @keyframes fadeIn {
        0% {
            opacity: 0;
            /* top: -50px; */
    }
        100% {
            opacity: 1;
            /* top: 0px; */
    } 
}

.case-study-container-last {
    padding: 80px 0px; 
}

.case-study-title {
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
}

.case-study-company {
    font-size: 18px;
    margin-bottom: 32px;
}

.case-study-description {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 300;
}

.footer-container {
    margin: 200px 0px 0px 0px; 
    border-top: 1px solid #2c2c2c;
}

.footer-padding {
    padding: 48px 0px;
}

/*Use Case Page Begin*/
.use-case-content-container {
    margin-bottom: 64px; 
    border-bottom: 1px solid #2c2c2c; 
    padding-bottom: 80px;
}

.use-case-content-last {
    margin-bottom: 64px; 
    /* border-bottom: 1px solid #2c2c2c;  */
    padding-bottom: 80px;
}

.use-case-title-border::after {
    content: '';
    border-bottom: 4px solid #00E2F0;
    width: 60px;
    display: block;
    margin: 4px 0px 10px 0px;
}

.problem-statement-container {
    background: rgba(0, 226, 240, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 226, 240, 0.3); 
    padding: 32px; 
    margin: 32px 0px 0px 0px !important;
}

.role-container {
    margin-bottom: 24px;
    min-height: 250px;
}

.role-title {
    display: flex; 
    margin-bottom: 16px;
}

.role-icon {
    font-size: 24px; 
    color:#00E2F0; 
    margin-right: 8px;
}

.role-container-padding {
    /* padding-left: 24px !important;
    padding-right: 24px !important; */
}

.role-middle-container {
    /* margin: 0px 24px; */
}

/* .role-content {
    min-height: 202px;
} */

.text-highlight {
    background-color: rgba(0, 226, 240, 0.2);
}
/*Use Case End*/





.glass-bg {
    /* From https://css.glass */
/* From https://css.glass */
background: rgba(138, 83, 255, 0.07);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(138, 83, 255, 0.3);
}

.glass-bg-2 {
 /* From https://css.glass */
background: rgba(37, 170, 225, 0.07);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(37, 170, 225, 0.3);   
}

.glass-bg-3 {
   /* From https://css.glass */
background: rgba(0, 226, 240, 0.1);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(0, 226, 240, 0.3);  
   }




/*Medium devices (tablets, less than 992px)*/
@media screen and (max-width: 991.98px) { 
    .main-menu {
        margin-top: 24px;
        display: inline-block !important;
        background-color: rgba(255, 255, 255, 0.00);
        border: 1px solid rgba(255, 255, 255, 0.0);        
    }

    .main-menu a {
        margin: 8px 0px;
    }

    .main-menu a::after {
        margin-bottom: 8px;
    }

    .social-icons-container {
        display: none !important;
    }
 }









.bg {
    /* background: url(https://i.ibb.co/87GbbFP/2799006.jpg) no-repeat; */
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
}
.bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
}
@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(0);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-1800px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
}
.star-field {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    perspective: 600px;
    -webkit-perspective: 600px;
    z-index: -1;
}
.star-field .layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7,
        524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2,
        440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3,
        -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed,
        -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6,
        828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc,
        624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2,
        563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0,
        -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1,
        -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}
.star-field .layer:nth-child(1) {
    animation: sf-fly-by-1 5s linear infinite;
}
.star-field .layer:nth-child(2) {
    animation: sf-fly-by-2 5s linear infinite;
}
.star-field .layer:nth-child(3) {
    animation: sf-fly-by-3 5s linear infinite;
}
