


.explorer-section--card-title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  font-family: "sol-pro", sans-serif;    
  font-style: normal;
  letter-spacing: 1px;
  color: #000000;
}
.explorer-section--card-description{
  margin-top: 20px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: "sol-pro", sans-serif;    
  font-style: normal;
  letter-spacing: 2px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-container:after {
  clear: both
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px
}


@media screen and (max-width:991px) {
  .w-container {
    max-width: 728px
  }


}


@media screen and (max-width:479px) {
  .w-container {
    max-width: none
  }
  

  

}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}


:root {
  --royal-blue: #1761e4;
  --black: #1c1e24;
  --site-font-black: #1d1d1f;
  --site-primary-blue: #2563eb;
  --ghost-white: #f7faff;
  --site-background-gray: #f8f9fc;
  --site-font-gray: #646474;
  --site-secondary-blue: #1144b6;
  --site-background-light-gray: #fafbfc;
  --site-error: #ff4747
}



strong {
  font-weight: 700
}



.p.explorer-section--card-order {
  color: #000000;
  font-weight: 600;  
  font-size: 30px;
  font-family: "sol-pro", sans-serif;    
    font-style: normal;

}



.p.blockchains-section--description {
  text-align: center;
  max-width: 636px;
  margin-left: auto;
  margin-right: auto
}


.explorer-section__inner {
  padding-top: 50px;
  padding-bottom: 20px
}

.explorer-section__heading {
  margin-bottom: 50px
}

.explorer-section__content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  
  margin-left: auto;
  margin-right: auto;
  display: flex
}

.explorer-section--card {
  background-color: var(--site-background-light-gray);
  filter: blur();
  border: 8px solid #fff;
  border-radius: 30px;
  align-items: center;
  min-height: 380px;
  padding: 24px 64px;
  transition: transform .1s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #001f6e14;
  min-height: 450px;
  
}

.explorer-section--card.bg-1 {
 
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-width: 8px;
  position: sticky;
  top: 146px
}

.explorer-section--card.bg-2 {
 
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 176px
}

.explorer-section--card.bg-3 {
  
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 210px
}

.explorer-section--card.bg-4 {
  
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 242px
}

.explorer-section--card.bg-5 {
  
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 274px
}
.explorer-section--card.bg-6 {
  
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 306px;
}

.explorer-section--card.bg-7 {

  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 338px;
}

.explorer-section--card-order {
  position: absolute;
  top: 64px;
  left: 64px;
  font-family: "sol-pro", sans-serif;    
    font-style: normal;
}




.explorer-section--anchor {
  height: 380px;
  position: sticky;
  top: 306px
}




@media screen and (min-width:1440px) {
 
  

  

  


  .explorer-section__heading {
    margin-bottom: 80px
  }

  .explorer-section__content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 100%
  }



  .explorer-section--card.bg-1 {
    top: 154px
  }

  .explorer-section--card.bg-2 {
    top: 186px
  }

  .explorer-section--card.bg-3 {
    top: 218px
  }

  .explorer-section--card.bg-4 {
    top: 250px
  }

  .explorer-section--card.bg-5 {
    top: 282px
  }

  .explorer-section--card-content {
   
    margin-left: 60px
  }


  .explorer-section--anchor {
    height: 554px;
    top: 314px
  }
}

@media screen and (max-width:991px) {
  



  .explorer-image {
    object-fit: contain;
    height: 100%
  }





 
  .explorer-section__inner {
    padding-top: 70px;
    padding-bottom: 20px
  }

  .explorer-section__heading {
    margin-bottom: 25px
  }

 

  .explorer-section--card {
    border-width: 4px;
    border-radius: 24px;
    height: 0;
    min-height: 0;
    max-height: 90vh;
    padding: 128% 35px 0
  }

  .explorer-section--card.bg-1 {
    
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 0;
    top: 92px
  }

  .explorer-section--card.bg-2 {
   
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 116px
  }

  .explorer-section--card.bg-3 {
    
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 140px
  }

  .explorer-section--card.bg-4 {
    
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 164px
  }

  .explorer-section--card.bg-5 {
   
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 188px
  }

  .explorer-section--card.bg-6 {
    
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 212px;
  }
  
  .explorer-section--card.bg-7 {
    
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 236px;
  }
  .explorer-section--card-content {
    max-width: 100%;
    position: absolute;
    top: 14.6%;
    left: 35px;
    right: 35px
  }

}

@media screen and (max-width:767px) {
 
  

 

 


  .explorer-section__content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
   
    margin-left: -4px;
    margin-right: -4px
  }

  .explorer-section--card {
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px
  }

  .explorer-section--card.bg-1 {
    border-width: 4px;
    border-radius: 20px;
    top: 92px
  }

  .explorer-section--card.bg-2 {
    top: 116px
  }

  .explorer-section--card.bg-3 {
    top: 140px
  }

  .explorer-section--card.bg-4 {
    top: 164px
  }

  .explorer-section--card-content {
    left: 20px;
    right: 20px
  }


}

@media screen and (max-width:479px) {




  .p.explorer-section--card-order {
    top: 25px;
    left: 20px;
    font-family: "sol-pro", sans-serif;    
    font-style: normal;
  }


  .explorer-section__inner {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .explorer-section__content {
    grid-column-gap: 12px;
    grid-row-gap: 12px
  }

  .explorer-section--card-content {
    top: 16%
  }

}



/* Glowing icon effect */
.glowing-icon {
  position: relative;
  animation: glow 1.5s ease-in-out infinite alternate;
}

/* Glowing animation for the icon */
@keyframes glow {
  0% {
      text-shadow: 0 0 5px #fff, 0 0 10px #ff914d, 0 0 15px #ff914d, 0 0 20px #ff914d;
  }
  100% {
      text-shadow: 0 0 10px #fff, 0 0 20px #ff914d, 0 0 25px #ff914d, 0 0 30px #ff914d;
  }
}

/* Adjust box styles for the text and icon layout */
.box-shadow-quadruple-large {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
}

.box-shadow-quadruple-large-hover {
  transition: all 0.3s ease;
}

.box-shadow-quadruple-large:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.ms-2 {
  margin-left: 10px;
}

.ps-15px, .pe-15px {
  padding-left: 15px;
  padding-right: 15px;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-dark-gray {
  color: #4a4a4a;
}

.fs-20 {
  font-size: 20px;
}

.fw-600 {
  font-weight: 600;
}

.mb-10px {
  margin-bottom: 10px;
}

.w-80 {
  width: 80%;
}

.xl-w-90, .lg-w-90, .md-w-100 {
  width: 90%;
}

/* Remove background color from the rectangle and add smooth glow */
.heading-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 12px;  /* Smooth rounded corners */
  background-color: transparent; /* Make the background transparent */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* Initial soft shadow */
  animation: moving-glow 3s ease-in-out infinite alternate;
}

/* Moving glowing shadow effect */
@keyframes moving-glow {
  0% {
      box-shadow: 10px 0 15px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 15px #0043FF, 0 0 15px #0078d7;
  }
  50% {
      box-shadow: -10px 0 15px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 15px #00a7a9, 0 0 15px #00d27a;
  }
  100% {
      box-shadow: 10px 0 15px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 15px #00d27a, 0 0 15px #0BFF96;
  }
}

/* Icon color and visibility fix */
.icon-extra-medium {
  font-size: 24px; /* Adjust icon size */
  color: #fff;  /* Make icon color white to stand out against the white background */
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add shadow to icon for visibility */
}

/* Text styles */
.text-dark-gray {
  color: #333;
}

.text-white {
  color: white;
}

.fs-20 {
  font-size: 20px;
}

.fw-600 {
  font-weight: 600;
}

.mb-10px {
  margin-bottom: 10px;
}

.w-80 {
  width: 80%;
}

.xl-w-90, .lg-w-90, .md-w-100 {
  width: 90%;
}




.font-sol-pro {
  font-family: "sol-pro", sans-serif;
  font-weight: 400; /* Regular weight */
  font-style: normal;
}

/* Optional: Define variants if needed */
.font-sol-pro-bold {
  font-family: "sol-pro", sans-serif;
  font-weight: 700; /* Bold weight */
  font-style: normal;
}

.font-sol-pro-light {
  font-family: "sol-pro", sans-serif;
  font-weight: 300; /* Light weight */
  font-style: normal;
}












