* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.particles-js-canvas-el {
  /* margin-top: -650px; */
  top: 10px;
  position: absolute;
}

.iat-sidebar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.00);
  backdrop-filter: blur(264px);
  z-index: 9999999;
  transition: transform 0.4s ease-in;
  transform: translateX(-100%);
  overflow: hidden;
}

.iat-sidebar ul {
  padding-top: 50px;
  list-style-type: none;
  text-align: center;
}

.iat-sidebar.show {
  transform: translateX(0);
}

.main-header .d-sm-none {
  display: block !important;
}

@media (min-width:850px) {

  .main-header .d-sm-none,
  .iat-sidebar {
    display: none !important;
  }

}

@media (max-width: 850px) {

  .d-sm-block {
    display: none !important;
  }

}

.sect-2 {
  background-image: url('../assets/images/sectiom-2.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.iat-inner-cont {
  max-width: 1064px;
  margin: auto;
  padding: 0 20px;
}

.iat-inner-cont img {
  width: 100%;
}

.at-btn {
  background: linear-gradient(-45deg, #bff6f7, #dcd5fd, #3f9ef7, #71e4f8);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
  animation: anime 16s linear infinite;
  border: none;
  color: rgb(0, 0, 0);
  padding: 10px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 800;
}

.at-btn:hover {
  border: 3px solid #3D589E;
  background: linear-gradient(90deg, #C1F0FF 0%, #739AFF 100%);
  color: #000;
  font-weight: 800;
  transition: 0.5s;
}

.bt-btn {
  background: linear-gradient(-45deg, #bff6f7, #dcd5fd, #3f9ef7, #71e4f8);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
  animation: anime 16s linear infinite;
  border: none;
  color: rgb(0, 0, 0);
  padding: 10px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 800;
}

.bt-btn:hover {
  border: 3px solid #3D589E;
  background: linear-gradient(90deg, #739AFF 0%, #C1F0FF 100%);
  color: #000;
  font-weight: 800;
  transition: 0.5s;
}

.iat-inner-row {
  position: relative;
}

.at-col1,
.at-col2 {
  display: flex;
  height: 78%;
  justify-content: space-between;
  flex-direction: column;
  width: 20%;
  position: absolute;
  top: 3%;
}

.at-col2 {
  right: 5%;
}

.at-col1 {
  left: 2%;
}

@media (max-width: 980px) {

  .at-col1,
  .at-col2 {
    height: 78%;
    top: 2%;
  }

  a.at-btn {
    font-size: 14px;
    padding: 10px 3px;
  }

  a.bt-btn {
    font-size: 14px;
    padding: 10px 3px;
  }
}

@media (max-width: 600px) {

  .at-col1,
  .at-col2 {
    width: 24%;
    top: 0;
    height: 83%;
  }

  .at-col2 {
    right: 8px;
  }

  .at-col1 {
    left: 0;
  }

  a.at-btn {
    font-size: 9px;
    padding: 10px 3px;
  }

  a.bt-btn {
    font-size: 9px;
    padding: 10px 3px;
  }
}


.data-box {
  border-radius: 13px;
  background: linear-gradient(131deg, rgba(36, 36, 36, 0.15) 0%, rgba(140, 140, 140, 0.11) 100%);
  backdrop-filter: blur(44.5px);
  padding: 15px 20px;
  width: 708px;
  height: 515px;
  margin-top: 185px;
}

.data-vis {
  background: linear-gradient(180deg, #76BDFF 0%, #9CA6FE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.section-2-img-data {
  display: flex;
}

.frame-104 {
  width: 740px;
  height: auto;
  margin-top: 75px;
}

.p-vis {
  font-size: 14px;
}

@media (max-width:1445px) {
  .jigsaw {
    margin-left: 130px !important;
  }
}

@media(max-width:1300px) {
  .data-box {
    height: 600px;
  }

  .jigsaw {
    width: 300px;
    height: 270px;
    margin-left: -35px !important;
    mix-blend-mode: multiply;
  }

  .footer-image {
    height: 17vh !important;
  }
}

@media (max-width:1200px) {
  .section-2-img-data {
    flex-wrap: wrap;
  }

  .data-box {
    border-radius: 13px;
    background: linear-gradient(131deg, rgba(36, 36, 36, 0.15) 0%, rgba(140, 140, 140, 0.11) 100%);
    backdrop-filter: blur(44.5px);
    padding: 20px;
    width: 800px;
    height: 500px;
    margin-top: 0px;
    margin-left: 85px;
    margin-bottom: 45px;
  }

  .frame-104 {
    width: 800px;
    height: auto;
    margin-top: 10px;
    margin-left: 85px;
  }
}

@media (max-width:990px) {
  .section-2-img-data {
    flex-wrap: wrap;
  }

  .data-box {
    border-radius: 13px;
    background: linear-gradient(131deg, rgba(36, 36, 36, 0.15) 0%, rgba(140, 140, 140, 0.11) 100%);
    backdrop-filter: blur(44.5px);
    padding: 20px;
    width: 650px;
    height: 530px;
    margin-top: 0px;
    margin-left: 35px;
    margin-bottom: 45px;
  }

  .frame-104 {
    width: 600px;
    height: auto;
    margin-top: 10px;
    margin-left: 65px;
  }
}

@media (max-width:767px) {
  .section-2-img-data {
    flex-wrap: wrap;
  }

  .data-box {
    border-radius: 13px;
    background: linear-gradient(131deg, rgba(36, 36, 36, 0.15) 0%, rgba(140, 140, 140, 0.11) 100%);
    backdrop-filter: blur(44.5px);
    padding: 20px;
    width: 650px;
    height: 600px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 45px;
  }

  .frame-104 {
    width: 360px;
    height: auto;
    margin-top: 10px;
    margin-left: -10px;
  }

  .p-vis {
    font-size: 12px;
  }

  .data-vis {
    font-size: 20px;
  }
}

@media (max-width:380px) {
  .section-2-img-data {
    flex-wrap: wrap;
  }

  .data-box {
    border-radius: 13px;
    background: linear-gradient(131deg, rgba(36, 36, 36, 0.15) 0%, rgba(140, 140, 140, 0.11) 100%);
    backdrop-filter: blur(44.5px);
    padding: 20px;
    width: 650px;
    height: 660px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 45px;
  }

  .frame-104 {
    width: 350px;
    height: auto;
    margin-top: 10px;
    margin-left: -10px;
  }

  .p-vis {
    font-size: 12px;
  }

  .data-vis {
    font-size: 20px;
  }
}

@media (max-width:340px) {
  .section-2-img-data {
    flex-wrap: wrap;
  }

  .data-box {
    border-radius: 13px;
    background: linear-gradient(131deg, rgba(36, 36, 36, 0.15) 0%, rgba(140, 140, 140, 0.11) 100%);
    backdrop-filter: blur(44.5px);
    padding: 20px;
    width: 650px;
    height: 550px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 45px;
  }

  .frame-104 {
    width: 300px;
    height: auto;
    margin-top: 10px;
    margin-left: -14px;
  }

  .p-vis {
    font-size: 10px;
  }

  .data-vis {
    font-size: 12px;
  }
}


.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

i {
  font-size: 20px !important;
}

.placement-order {
  margin-top: 7px;
  margin-left: 30px;
  background: transparent;
  border: none;
}

.placement-order:hover {
  margin-top: 7px;
  margin-left: 30px;
  background: transparent;
  border: none;
}

.jigsaw {
  width: 300px;
  height: 270px;
  margin-left: 200px;
  mix-blend-mode: multiply;
}

.grow-with {
  color: #000C3F;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-top: -10px;
}

.heading-word {
  font-weight: 800;
  line-height: normal;
  font-family: Inter;
}

.text-padding {
  width: 900px;
}

.ip-field {
  width: 90%;
  border: none;
  background: transparent;
  margin-top: 7px;
  margin-left: 25px;
}

@media(max-width:330px) {
  .grow-with {
    font-size: 5px !important;
  }

  .join-our-program-btn {
    margin-left: 0px !important;
  }
}

input {
  outline: none !important;
  border: none;
}

.coming-soon {
  margin-top: -15px;
  font-size: 15px;
  color: rgb(0, 191, 255);
}

.client-box {
  border-radius: 6px;
  background: linear-gradient(180deg, #303030 28.13%, #202020 100%);
  box-shadow: 3.997915744781494px 3.997915744781494px 10.994268417358398px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 170px;
}

.client-box-2 {
  border-radius: 6px;
  background: linear-gradient(180deg, #303030 28.13%, #202020 100%);
  box-shadow: 3.997915744781494px 3.997915744781494px 10.994268417358398px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 275px;
}

.user-icon {
  background-color: #15151500;
  box-shadow: inset 0 0 20px 3px #363636;
  width: 50px;
  border-radius: 100%;
  margin-left: 60px;
  margin-top: -23px;
  position: absolute;
}

.user-icon-2 {
  background-color: #15151500;
  box-shadow: inset 0 0 20px 3px #363636;
  width: 50px;
  border-radius: 100%;
  margin-left: 113px;
  margin-top: -23px;
  position: absolute;
}

.mask {
  -webkit-mask:
    radial-gradient(circle 30px at top center, #0000 98%, #000) top center;
}


.parent {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.parent-child {
  display: flex;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0%, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #7ce65b;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: absolute;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  top: 150px;
  height: fit-content;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

#invalid {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #f42929;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: absolute;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  top: 150px;
  height: fit-content;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#invalid.showV {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.custom-tooltip {
  --bs-tooltip-bg: var(--bd-violet-bg);
  --bs-tooltip-color: var(--bs-white);
}