/* Top nav area */
.mizzle-nav__inner {
  flex-grow: 1;
  display: flex;
}
.mizzle-nav .top-navbar-area .nav-item {
  display: flex;
  align-items: center;
}

.roadMapSec {
  position: relative;
  margin: 0 calc(var(--resp) * 4vw);
  padding-left: 22.5vw;
  padding-right: 22.5vw;
  margin-top: 50px;
}
.roadMapSec h2.section-title {
  font-weight: bold;
  font-size: 36px;
  /* margin-top: 20px;
    margin-bottom: 20px; */
  margin-block: 10px;
}
.roadMapSec__mid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.roadMapSec__mid > div {
  min-height: 100vh;
  padding: 20px;
  padding-top: 80px;
}
.roadMapSec__left {
  position: absolute;
  width: 22.5vw;
  left: 0;
  top: 0;
  bottom: 0;
}
.roadMapSec__left-inner {
  position: sticky;
  inset: 0;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 2.5px;
}
.roadMapSec__left-inner > a {
  display: flex;
  align-items: center;
  transition: 0.23s ease-out;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.roadMapSec__left-inner > a.active {
  background: #000;
  color: #fff;
}
.roadMapSec__right {
  position: absolute;
  width: 22.5vw;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f7f7f7;
}
.roadMapSec__right-inner {
  position: sticky;
  inset: 0;
  overflow: hidden;
  height: 100vh;
}
.roadMapSec__svgContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.roadMapSec__svgContainer > div {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roadMapSec__svgContainer img,
.roadMapSec__svgContainer svg {
  max-width: 100%;
  max-height: 100vh;
  display: block;
  margin-inline: auto;
}

.z-fade-high {
  z-index: 4;
  position: relative;
}
.mizzle-nav.nav-fade {
  opacity: 0;
  pointer-events: none;
}

/* Mobile Resposnive */
@media (max-width: 991.98px) {
  .roadMapSec__left-inner,
  .roadMapSec__mid > div {
    padding-top: 60px;
  }
  .roadMapSec {
    padding-right: 0;
  }
  .roadMapSec__right {
    display: none;
  }
  .roadMapSec .phace-text {
    font-family: "BebasNeue";
    font-size: 14px;
  }
  .roadMapSec .phase-date {
    bottom: 1px;
    font-size: 12px !important;
  }
  .roadMapSec__mid .roadmap-card-container {
    flex-wrap: wrap;
  }
  .roadMapSec__left-inner > a {
    align-items: start;
    padding-top: 10px;
  }
  .roadMapSec__mid > div {
    padding-inline: 10px;
  }
  .roadMapSec__mid .fs16 {
    font-size: 14px !important;
  }
  .roadMapSec__mid .roadmap-card {
    width: 49%;
    min-width: 49%;
  }
  .roadMapSec__mid .roadmap-card .fs14 {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }
  .use-case-cards-container {
    overflow: hidden;
  }
  .use-case-cards > div {
    width: 300px;
  }
  .explore-mizzle .use-case-cards > div {
    width: 100%;
  }
  .use-case-card {
    min-width: 50vw;
  }
}

@media screen and (max-width:768px) {
  .use-case-cards > div {
    width: 390px;
  }
}

/* 2k Resposnive */
@media (min-width: 2200px) {
  .mizzle-nav {
    height: 110px;
  }
  .mizzle-nav .top-navbar-area .nav-item {
  }
  .mizzle-nav .top-navbar-area .nav-item a {
    font-size: 24px !important;
  }
  .carousel-section-wrapper .carousel-btn-group button {
    font-size: 24px !important;
  }
}

/* Desktop Responsive */
@media (max-width: 1600px) {
}

@media (max-width: 1399.98px) {
}

/* Tablet Resposnive */
@media (max-width: 1199.98px) {
}

@media (min-width: 991.98px) {
  .btn-transparent.video-btn {
    min-width: 200px;
  }
}

@media (min-width: 1200px) {
  .z-desk-high {
    z-index: 4;
    position: relative;
  }
  .mizzle-nav.nav-fade {
    opacity: 0;
    pointer-events: none;
  }
}

/* Mobile Resposnive */
@media (max-width: 991.98px) {
  .langing-page .scroller{
    margin-bottom: 100px;
  }
  .mizzle-vector-container {
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-footer-container {
    margin-top: 50px !important;
  }
  .roadMapSec h2.section-title {
    font-size: 16px;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  main {
    margin-top: 0;
  }
  main.usecases-page{
    margin-top: 60px;
  }
  .hero-section {
    height: auto;
  }
  .hero-left-content {
    gap: 1vh;
  }
  .hero-container.divide50 {
    flex-direction: column;
    gap: 5px;
  }
  .hero-right-container svg,
  .hero-right-container img {
    height: auto;
    width: 75%;
  }
  .hero-container h1 {
    padding-top: 70px;
  }
  .hero-container h1 br {
    display: none;
  }

  .scroller .scroller__inner {
    gap: 15px;
  }

  .mizzle-nav,
  .hero-section {
    width: 100vw;
  }

  .mizzle-nav .offcanvas {
    max-width: 80vw;
    height: 100vh !important;
  }
  .scroller {
    margin-top: 20px;
  }
  .mizzle-nav .offcanvas-header {
    padding-inline: 15px;
    padding-top: 0px;
    height: 60px;
  }
  .btn-transparent.video-btn {
    max-height: 48px;
  }

  .carousel-section > div.pioneer-container {
    flex-direction: column;
  }
  .carousel-section > div.pioneer-container .pioneer-left-container {
    margin-bottom: 10px;
  }
  .pioneer-right-container,
  .devops-left-container {
    flex: 0 !important;
    padding-bottom: 10px;
  }
  .carousel-section > div.pioneer-container .pioneer-right-container {
    align-items: top;
  }
  .pioneer-right-container h1,
  .devops-left-container h1 {
    margin-bottom: 10px;
  }
  .pioneer-right-container h1 br,
  .devops-left-container h1 br {
    display: none;
  }

  .carousel-section > div.devops-container {
    flex-direction: column-reverse;
  }
  .carousel-section > div.devops-container .devops-right-container {
    margin-bottom: 10px;
  }
  .pioneer-container,
  .devops-container,
  .support-tech-section {
    height: calc(100vh - 60px);
    overflow-y: auto;
    overflow: hidden;
    /* padding-top: 60px; */
  }
  .carousel-section {
    height: calc(100vh - 60px);
  }
  .carousel-section-wrapper {
    height: 100vh !important;
    margin-top: 0 !important;
  }
  .carousel-section-wrapper .fs66 {
    font-size: 20px;
    line-height: 1.3;
  }
  .carousel-section > .divide50 > .pioneer-left-container {
    flex-grow: 1;
  }
  .carousel-section > .divide50 > .devops-right-container {
    flex-grow: 1;
  }
  .support-tech-card img {
    margin-bottom: 5px;
    max-height: 5vh;
  }
  .pioneer-card img {
    height: 30px;
  }
  .support-tech-section h1 {
    text-align: right;
    width: 70%;
    line-height: 1.1;
    margin-left: auto;
    margin-bottom: 15px !important;
  }
  .support-tech-section .fs22 {
    text-align: right;
    margin-left: 85px;
  }
  .pioneer-card h5 {
    margin-bottom: 5px;
  }
  .carousel-section .fs16 {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  .carousel-section-wrapper .fs56 {
    font-size: 15px;
  }
  .carousel-btn-group-wrapper {
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .carousel-btn-group {
    position: absolute;
    inset: 0;
  }
  .carousel-btn-group-wrapper button {
    height: 60px;
    padding-block: 0 !important;
    padding-inline: 10px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 12px !important;
    justify-content: center;
  }

  .banner-3-left {
    min-height: 215px;
  }
  .banner-3-social-container {
    margin-top: 15px;
  }

  .opportunity-container .fs56 {
    line-height: 1.3;
    font-size: 24px;
  }
  .opportunity-heading {
    top: 25%;
  }
  .opportunity-container .opportunity-inner {
    top: 55%;
  }
  .opportunity-container .opportunity-inner .fs42 {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  .key-insight-section {
    flex-direction: column;
    height: auto;
  }
  .key-insight-left {
    width: 100%;
  }
  .key-insight-right {
    width: 100%;
    min-height: 100vh;
  }
  .key-insight-right {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .key-insight-card {
    width: 50%;
    height: 150px;
  }
  .key-insight-cards {
    gap: 0;
    padding-block: 15px !important;
  }
  .insight-card-title {
    font-size: calc(var(--resp) * 20px);
  }
  .key-insight-card .fs56 {
    font-size: 24px;
  }
  .key-insight-cards {
    gap: 0;
    row-gap: 0;
  }

  .key-insight-section__wrapper h1 {
    font-size: 30px;
  }
  .key-insight-section__wrapper .fs18 {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }
  .spotlight-section {
    padding-top: 60px;
  }
  .spotlight-section {
    flex-direction: column;
    height: auto;
  }
  .spotlight-left {
    width: 100%;
    margin-inline: auto;
    padding-right: 0;
  }
  .spotlight-right {
    width: 100%;
  }
  .spotlight-section .blog-card {
    width: 100%;
  }
  .spotlight-section .blog-cards {
    flex-direction: column;
  }
  .paper-downlaod-container > div {
    height: 150px;
    text-align: center;
    width: 33.33%;
  }

  .banner-3-container {
    flex-direction: column;
  }
  .banner-3-right-content p {
    bottom: -50px;
    font-size: 12px !important;
    text-align: center;
  }
  .banner-3-container .banner-3-right {
    padding-bottom: 60px;
  }
  .lp-pricing-cards {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .lp-pricing-section {
    height: auto;
    z-index: 111;
    position: relative;
  }
  .lp-pricing-head .fs66 {
    font-size: 30px;
    line-height: 1.2;
  }
  .pricing-btn-container .m-btn-primary {
    width: 100%;
  }
  .lg-pricing-card-icon {
    justify-content: center;
    margin-bottom: 20px;
  }
  .lp-pricing-card .pricing-info {
    text-align: center;
  }

  .use-case-section {
    height: auto;
    margin-top: 0px;
    padding-top: 60px;
  }
  .use-case-left {
    display: none;
  }
  .use-case-card {
    gap: 10px;
    min-height: 350px;
    align-items: center;
    justify-content: start;
  }
  .use-case-btn {
    min-height: calc(var(--resp) * 50px);
  }
  .use-case-header {
    font-size: 24px;
    height: 50px;
  }
  .roadmap-outer-container {
    margin-top: 50px;
  }
  .roadmap-vector-container {
    display: none;
  }
  .roadmap-button-container {
    width: 30%;
  }
  .roadmap-content-container {
    width: 70%;
    margin-left: 30%;
  }
  .roadmap-card-container {
    overflow-x: auto;
  }
  .roadmap-button-container .align-items-center {
    flex-direction: column;
  }
  .roadmap-button-container .phace-text {
    font-size: 16px;
  }
  .roadmap-button-container .phase-description {
    margin-bottom: 10px;
  }
  .banner-3-container {
    margin-top: 50px;
  }
  .opportunity-container {
    margin-top: 50px;
  }
  .mizzle-nav {
    height: 60px;
    /* height: 100vh; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    padding-inline: 0;
  }
  .mizzle-nav__inner {
    height: 60px;
    padding-inline: 10px;
    display: flex;
    width: 100%;
    align-items: center;
  }
  .mizzle-nav .outer-container {
  }
  .mizzle-nav .mizzle-nav__inner {
    backdrop-filter: blur(3px);
    transition: 0.35s ease-out;
    -webkit-backdrop-filter: blur(3px);
    z-index: 100;
  }
  .mizzle-nav .mizzle-nav__inner.blurr-inactive {
    backdrop-filter: none;
    background: #fff;
    transition: none;
  }
  .mizzle-nav .navbar-nav {
    margin-bottom: 20px;
    height: unset !important;
  }
  .mizzle-nav .offcanvas-backdrop {
    display: none !important;
  }
  .mizzle-nav .navbar-nav .nav-link {
    padding-block: 2.5px;
  }
  .mizzle-vector-container {
    height: auto;
    border: none;
  }

  .opportunity-inner {
    width: calc(100% - 60px);
    right: 50%;
    transform: translateX(50%);
    padding: 30px;
    height: 160px;
  }
  .horizontal-scroll-sec__inner {
    padding: 4vh 10px 2vh 10px;
  }

  @media screen and (min-width: 768px) {
    .horizontal-scroll-sec__inner{
      margin-top: 20px;
    }
  }
  .roadmap-button {
    padding-inline: 7.5px;
  }
  .roadmap-content-container .fs16 {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
  .roadmap-content-container .fs14 {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  /* Key insight */
  .key-insight-section__wrapper {
    margin-top: 50px;
  }
  .key-insight-left {
    flex-direction: column;
    padding-right: 0;
    gap: 10px;
    padding-bottom: 50px;
  }
  .key-insight-left__inner-left,
  .key-insight-left__inner-right {
    width: 100%;
    flex-direction: row;
  }
  .keyinsight-respect-container {
    width: auto;
    display: flex;
    height: 75px;
    max-height: 75px;
    flex-direction: row-reverse;
    margin-right: -35px;
  }
  .keyinsight-respect-container svg {
    width: 75px;
    min-width: 75px;
    transform: rotate(90deg) translateY(20px);
  }
  .keyinsight-respect-content {
    height: 75px;
    border-radius: calc(var(--resp) * 56px) 0 0 calc(var(--resp) * 56px);
    padding-left: 10px;
    padding-right: 10px;
    font-size: calc(var(--resp) * 20px);
  }
  .keyinsight-respect-content {
    width: 100%;
  }
  .keyinsight-respect-content p {
    transform: none !important;
  }
  .keyinsight-x__inner {
    transform: rotate(0deg);
  }
  .keyinsight-social-number {
    transform: rotate(0deg);
  }
  .key-insight-left .keyinsight-linedin-container svg {
    transform: rotate(90deg);
  }
  .keyinsight-x svg {
    transform: rotate(90deg);
  }
  .keyinsight-discrod {
    height: calc(var(--resp) * 200px);
  }
  .key-insight-left .keyinsight-linedin-container {
    height: calc(var(--resp) * 200px);
  }

  /* font size */
  .fs10,
  .fs12,
  .fs14,
  .fs15,
  .fs16 {
    --fresp: 1;
  }

  /* Nav Menu Backdrop */
  .nav-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: none;
    transition: 0.35s ease-out;
  }
  .mizzle-nav-backdrop {
    position: absolute;
    inset: 0;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: none;
    transition: 0.35s ease-out;
  }
  .mizzle-nav-backdrop.active {
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(3px);
  }
  .nav-menu-backdrop.active {
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(3px);
  }

  .hero-section .fs24 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .hero-section .fs20 {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  .hero-section .fs18 {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }
  .hero-section .hero-container {
    min-height: calc(100vh - 104px);
  }
  .hero-left-container {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .pioneer-left-container img,
  .devops-right-container img,
  .pioneer-left-container svg,
  .devops-right-container svg {
    height: 100vh;
    max-height: 40vh;
    margin-inline: auto;
  }
  .carousel-btn-group {
    transform: translateY(0);
  }
  .carousel-btn-group.outer-container {
    padding-left: 0;
    padding-right: 0;
  }
  .pioneer-card-container {
    margin-top: 10px;
    gap: 10px;
  }
  .carousel-section .support-tech-card .fs16 {
    font-size: 12px !important;
  }
  .spotlight-section .blog-card .blog-time {
    margin-block: 10px;
    font-size: 11px !important;
  }
  .paper-downlaod-container > div {
    padding-inline: 5px;
  }
  .paper-downlaod-container .fs24 {
    font-size: 12px !important;
  }
  .paper-downlaod-container .fs16 {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
  .roadMapSec__left-inner .phase-left,
  .roadMapSec__left-inner .phase-right {
    width: 18px;
  }
  .roadMapSec__left-inner .phase-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .roadMapSec__left-inner .phase-right {
    position: absolute;
    right: 5%;
    bottom: 50%;
    transform: translateY(50%);
  }
  .roadMapSec__left {
    width: 25vw;
  }
  .roadMapSec {
    padding-left: 25vw;
    margin-top: 0;
  }
  .roadmap-button .fs18 {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
  .opportunity-container.secondary {
    margin-top: 0;
  }
  .blogs-section {
    margin-top: 0px;
  }
  .langing-page .blogs-section {
    margin-top: 100px;
  }
  .blog-cards .blog-time {
    font-size: 12px !important;
  }

  .blogs-section h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .banner-3-container {
    height: auto;
  }
  .mizzle-vector-container {
  }
  .keyinsight-telegram {
    height: calc(var(--resp) * 200px);
    border-radius: calc(var(--resp) * 56px);
    background-color: #fff;
    border: 1px solid #000;
  }
}
@media (max-width: 1200px) and (min-width:768px){
  .pioneer-left-container img, .devops-right-container img, .pioneer-left-container svg, .devops-right-container svg {
    max-height: 60vh!important;
  }
  .roadmap-button .fs18,
  .roadMapSec .phase-date, 
  .roadMapSec .phace-text {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
  .roadMapSec__mid .fs16{
    font-size: 16px!important;
  }
  .roadMapSec__mid .roadmap-card .fs14{
    font-size: 16px !important;
  }
}

@media (max-width: 767.98px) {
  .langing-page .scroller {
    margin-bottom: 50px;
  }
  .use-case-section{
    padding-top: 40px;
  }
}

@media (max-width: 575.98px) { 
  .mizzle-nav .offcanvas{
    max-width: 100vw;
    width: 100vw;
  }
}

@media (max-width: 400px) {
  .key-insight-card {
    height: 115px;
    gap: 0;
  }
  .insight-card-number .fs56 {
    font-size: 24px !important;
  }
}

@media (max-width: 380px) {
  .key-insight-card {
    height: 100px;
  }
  .insight-card-number .fs56 {
    font-size: 20px !important;
  }
}



