/* JIGSAW Section */

.clr-text1-new {
  color: #121212;
  font-weight: 200px;
  text-align: start;
  font-family: "ClashDisplay";

}


.clr-text1 {
  color: white;
  font-weight: 200px;
  text-align: start;
  font-family: "ClashDisplay";
}

.clr-text1-n {
  color: white;
  font-weight: 200px;
  text-align: start;
  font-family: "ClashDisplay";
  word-spacing: 4px;
}

.clr-text2 {
  color: white;
  font-weight: 200px;
  text-align: start;

}

.clr-h1 {
  color: white;
  font-weight: 600;
  text-align: start;
  font-family: "ClashDisplay";
}


/* Video */

body {
  margin: 0;
  overflow: hidden;
  align-items: center;
  /* justify-items: center; */
}

#video-container {
  margin-top: ;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 50%;
  /* Adjust the padding-bottom to increase or decrease video height */
  padding: auto;
  align-items: center;
  aspect-ratio: 16/ 9;

}

#video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

/* Media Queries for Responsive Design */
@media only screen and (min-width: 600px) {
  #video-container {
    padding-bottom: 40%;
    /* Adjust aspect ratio for medium-sized screens */
  }
}

@media only screen and (min-width: 900px) {
  #video-container {
    padding-bottom: 30%;
    /* Adjust aspect ratio for large screens */
  }
}






/* Container */

/* .bg-wrapper {
  background: url(../assets/innovation/challengesbg.png)no-repeat center bottom;
  background-size: auto;
  background-size: cover;
  z-index: 1;
} */


.light-bg-new-ic {
  background-image: url(../assets/innovation/challengesbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}


.img-work-blur {
  filter: blur(25%);
  /* Adjust the blur radius as needed */
}



.bg-clr {
  background-color: #133848;
}

.footer-four .bottom-footer-ino {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}


.title-two h2 {
  font-weight: 700;
  color: #FFF;
}

.light-bg-new {
  /* background-color: #121212; */
  background: url(../images/challengesbg.png) no-repeat center bottom;
  background-size: auto;
  background-size: cover;
  z-index: 1;

}


.text-feature-two-ino {
  background: url(../assets/innovation/counterbg.jpg);
  background-size: auto;
  background-size: cover;
  z-index: 1;
}


.btn-four1-new {
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: black;
  background-color: #fff;
  transition: all 0.3s ease-in-out 0s;
  border: 2px solid black;
}

.btn-four1-new:hover {
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: white;
  background-color: #FF6500;
  transition: all 0.3s ease-in-out 0s;
  border: 2px solid #FF6500;

}



.text-feature-one1 {
  padding: 80px 50px;
  padding-top: 80px;
  margin-bottom: 50px;
}

.main-content {

  padding: 10px;
  font-size: 18px;

}

.main-content h2 {

  font-size: 30px;
  padding: 0 10px;
  font-weight: 700;


}

.stake-bg {
  background: #ffb600;
}

.block-feature-six-ino {
  background: #fff;
  z-index: 1;
}

.card-style-eight-ino {
  padding: 40px 35px 30px;
  background: #ffb600;
  position: relative;
  border-radius: 28px;
}

/* ::-webkit-scrollbar {
  display: none;
} */

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: black;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


@media only screen and (max-width: 560px) {
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: transparent;

    ::-webkit-scrollbar-track {
    
      -webkit-border-radius: 10px;
      border-radius: 10px;
    }
    
  }

  ::-webkit-scrollbar {
    display: none;
  }
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}


.shapes {
  position: absolute;
  left: auto;
  right: 80%;
  bottom: 8%;
  z-index: -1;
}








@media only screen and (max-width: 560px) {
  .main-content {

    font-size: 18px;
    padding: 10px 10px;
    font-weight: 700;
    width: 100%;
    margin: auto;


  }

  .main-content h2 {

    font-size: 18px;

    width: 100%;


  }
}

@media only screen and (max-width: 560px) {
  .text-feature-one1 .main-img {
    width: 100%;

  }
}

.whitespace1 {
  white-space: nowrap;
}

.stake-content {
  height: 120px;
}



.title-stake {
  font-weight: 700;
  color: #201e2c;
  font-size: 60px;
}





/* Hero Section Styles */

.hero-section-new {
  position: relative;
  height: 90vh;
  background: url('/assets/innovation/hero-bg.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero-content-new {
  max-width: 800px;
}

.hero-content-new h1 {
  font-family: ClashDisplay;
  font-size: 66px;
  font-weight: 600;
  margin-bottom: 10px;
  word-spacing: 10px;
  color: #FFF;
}

.hero-content-new p {
  font-size: 18px;
  margin-bottom: 20px;
}






@media (max-width: 768px) {

  .hero-section-new {
    background-size: cover;
}

  .hero-content h1 {
    font-size: 24px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .btn-twelve2 {
    font-size: 14px;
  }
}

