


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.fgrowing{
    overflow: hidden;
    white-space: nowrap;
    border-right: 0.15em solid black; /* The caret */
    animation: 
    typing 5s steps(30, end) infinite,
    blink-caret 0.75s step-end infinite;
    width: fit-content; /* Adjust the width to fit the content */ 
}

@keyframes typing {
    0% { width: 0; }
    50% { width: 100%; }
    100% { width: 0; }
}

@keyframes blink-caret {
    0%, 100% { border-color: transparent; }
    50% { border-color: black; }
}



.savageking{
  position: relative;
  padding: 20px 40px;
  font-size: 24px;
  background-color: #ffffff;
  border: 2px solid transparent;
}

.savageking::before, .savageking::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: moveLine 4s linear infinite;
}

.savageking::after {
  animation-delay: 2s;
}

@keyframes moveLine {
  0% {
    transform: scale(0, 1);
    transform-origin: right center;
  }
  25% {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  50% {
    transform: scale(1, 0);
    transform-origin: center bottom;
  }
  75% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: right center;
  }
} 

.savageking{
    position: relative;
    padding: 20px 40px;
    font-size: 24px;
    color: #ffffff;
    background-color: #000000;
    border: 2px solid transparent;
  }
  
  .savageking::before, .savageking::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: moveLine 5s linear infinite;
  }
  
  .savageking::after {
    animation-delay: 2s;
  }
  
  @keyframes moveLine {
    0% {
      transform: scale(0, 1);
      transform-origin: right center;
    }
    25% {
      transform: scale(1, 1);
      transform-origin: left center;
    }
    50% {
      transform: scale(1, 0);
      transform-origin: center bottom;
    }
    75% {
      transform: scale(1, 1);
      transform-origin: center top;
    }
    100% {
      transform: scale(0, 1);
      transform-origin: right center;
    }
  }
  
.solnic{
    background-image: url(./arts/Image.jpg);
    background-size: cover;
    position: relative;
    height: 100vh;
    width: 100%;
    padding: 30px 5%;
    overflow-x: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #ffff;
}

.solnic::-webkit-scrollbar {
    display: none;
  }

.solnic::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Adjust the color and opacity as needed */
    z-index: 1;
}

.solnic > * {
    position: relative;
    z-index: 2;
}

.solimg {
    width: 30px;  /* Adjust the size as needed */
    height: 60px;  /* Adjust the size as needed */
    border-radius: 50%;  /* Makes the image circular */
    object-fit: cover;  /* Ensures the image covers the entire area */
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .solimg:hover {
    transform: scale(1.1);  /* Slightly enlarge the image */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  /* Add a box shadow */
  }

  .tg, .joe, .aero, .nftl, .ds, .jp, .cmc, .cngc{
    width: 30px;  /* Adjust the size as needed */
    height: 30px;  /* Adjust the size as needed */
    border-radius: 50%;  /* Makes the image circular */
    object-fit: cover;  /* Ensures the image covers the entire area */
    transition: transform 0.3s, box-shadow 0.3s;
  }

 

.circleframe{
    width: 300px; /* Set the desired width of the circle */
    height: 300px; /* Set the desired height of the circle */
    border-radius: 50%; /* Makes the frame circular */
    overflow: hidden; /* Ensures the image does not overflow the circle */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 41%;
    margin-right: 50%;
    margin-top: 7%;
}

.circleframe img{
    width: 100%; /* Make the image fill the frame */
    height: 100%; /* Make the image fill the frame */
    object-fit: cover;
}


.hedge{
    font-weight: 800;
    margin-top: 15%;
}

.img{
    width: 300px; /* Set the desired width of the circle */
    height: 300px; /* Set the desired height of the circle */
    border-radius: 50%; /* Makes the frame circular */
    overflow: hidden; /* Ensures the image does not overflow the circle */
    display: flex;
    justify-content: center;
    align-items: center;
}

.fastest{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    font-style: italic;
}

.solana{
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    font-size: 2rem;
    letter-spacing: 2px;
}

a{
    text-decoration: none;
    color: #ffff;
    font-weight: 700;
    cursor: pointer;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #000000;
    margin: 1.5rem;
    padding: 1rem;
    word-spacing: 0.3rem;
}

a:hover{
        display: flex;
        letter-spacing: 0.5rem;
        transition: 0.7s;

}

.whysolnic{
    /* margin-top: 15%; */
    color: #0000;
}

.about{
    font-weight: 800;
    color: transparent#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    word-spacing: 1rem;
    margin: 1rem;
    font-size: 3rem;
}

.about {
    position: relative;
    padding: 20px 40px;
    font-size: 24px;
    color: #ffffff;
    border: 2px solid transparent;
    font-weight: 800;
  }
  
  .about::before, .about::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: moveLine 4s linear infinite;
  }
  
  .about::after {
    animation-delay: 2s;
  }
  
  @keyframes moveLine {
    0% {
      transform: scale(0, 1);
      transform-origin: right center;
    }
    25% {
      transform: scale(1, 1);
      transform-origin: left center;
    }
    50% {
      transform: scale(1, 0);
      transform-origin: center bottom;
    }
    75% {
      transform: scale(1, 1);
      transform-origin: center top;
    }
    100% {
      transform: scale(0, 1);
      transform-origin: right center;
    }
}

.features{
    margin-top: 2rem;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.flex{
    width: 400px;
    /* height: 300px; */
    color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    background-color: #1f3049;
    margin: 1rem;
    position: relative;
}

.flex:hover {
    padding-left: 1.3rem;
    transition: 0.7s;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    padding: 1.5rem;
    transform: scale(1.1);  /* Slightly enlarge the image */
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.founder{
    margin-top: 2.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.skey{
    /* width: 300px; Set the desired width of the circle */
    /* height: 300px; Set the desired height of the circle */
    object-fit: contain;
    margin: 0rem auto;
    width: 100%;
    overflow: hidden; /* Ensures the image does not overflow the circle */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 41%;
    margin-right: 50%; */
    margin-top: 2%;
}

.skey img{
    width: 300px; /* Make the image fill the frame */
    height: 300px; /* Make the image fill the frame */
    border-radius: 50%; /*  Makes the frame circular */
    object-fit: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0rem auto;
}


@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
  }

  @keyframes blink {
    from, to { border-color: transparent; }
    30% { border-color: black; }
  }

.savage{
    font-weight: 700;
}

.savageking{
    font-weight: 800;
}

.visitus{
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    font-size: rem;
}
.vist{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.solnicimage{
    width: 150px;  /* Adjust size as needed */
    height: 150px;  /* Adjust size as needed */
    border-radius: 50%;  /* Makes the image circular */
    object-fit: cover;  /* Ensures the image covers the entire area */
    animation: glow 1.5s infinite alternate;
}

.solnicimage @keyframes glow {
    from {
      box-shadow: 0 0 5px 5px rgba(0, 255, 0, 0.4);
    }
    to {
      box-shadow: 0 0 20px 20px rgba(0, 255, 0, 0.8);
    }
  }
  
.nft{
    /* width: 300px; Set the desired width of the circle */
    /* height: 300px; Set the desired height of the circle */
    object-fit: contain;
    margin: 0rem auto;
    width: 100%;
    overflow: hidden; /* Ensures the image does not overflow the circle */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 41%;
    margin-right: 50%; */
    margin-top: 2%;
}

.nft img{
    width: 300px; /* Make the image fill the frame */
    height: 300px; /* Make the image fill the frame */
    border-radius: 50%; /*  Makes the frame circular */
    object-fit: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0rem auto;
}

.skey{
    width: 260px;  /* Adjust size as needed */
    height: 260px;  /* Adjust size as needed */
    border-radius: 50%;  /* Makes the image circular */
    object-fit: cover;  /* Ensures the image covers the entire area */
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    from {
      box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.4);
    }
    to {
      box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.4);
    }
  }

.copy{
    margin-top: 3rem;
    font-weight: 700;
}

@media only screen and (min-width: 950px) {
    .hedge{
        text-align: center;
        /* display: flex;
        align-items: center;
        justify-content: center; */
    }
    
    .fastest{
        font-size: 1rem;
        font-style: italic;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }   

    a{
        margin-top: 3rem;
    }

    .whysolnic{
        margin-top: 90rem;
        /* background-color: red; */
        transform: translateY(-55rem);
    }

    .features{
      margin-top: -50rem;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      gap: 2rem;
    }

    .flex{
        /* height: 300px; */
        color: rgb(255, 255, 255);
        padding: 20px;
        border-radius: 20px;
        justify-content: center;
        /* align-items: center; */
        background-color: #000000;
        position: relative;
    }

    .savageking{
      background-color: transparent;
    }

    .nft{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; /* Set the desired width of the circle */
        height: 100%; /* Set the desired height of the circle */
        border-radius: 50%; /* Makes the frame circular */
        overflow: hidden; /* Ensures the image does not overflow the circle */
        margin-right: 100%;
    }

    .copy{
        font-size: 1rem;
        color: #ffffff;
        /* display: flex; */
        justify-content: center;
        align-items: center;
        text-align: center;
    }
} 

@media only screen and (max-width: 600px){

  .solnic{
    background-position: center center;
}
    .solana{
        text-align: center;
    }


    .fastest{
        font-size: 0.7rem;
        font-style: italic;
        display: flex;
        justify-content: center;
    }  

    .savageking{
      background-color: transparent;
    }

    a{
        margin-top: 3.2rem;
    }

    .about{
        margin-top: 17rem;
        font-size: 2.3rem;
    }

    .features{
        margin-top: 2rem;
    }

    .flex{
        width: 290px;
        background-color: #000000;
    }

    .copy{
        font-size: .7rem;
        text-align: center;
        color: #ffffff;
    }
}