@keyframes cloud_animation {
    0% {
        transform: rotate(1deg) scale(1.05);
    }
    50% {
        transform: rotate(-1deg) scale(1.0);
        
    }
    100% {
        transform: rotate(1deg) scale(1.05);
    }
}
@keyframes hero {
    0% {
        transform: translate(0 ,0);
        filter: opacity(0);
        
    }
    50% {
        filter: opacity(1);
        
    }
    100% {
        transform: translate(200px,-200px); 
        filter: opacity(0);
    }

    
}
@keyframes villan {
    0% {
        transform: translate(0 ,0 ,0);
        filter: opacity(0);
        
    }
    50% {
        filter: opacity(1);
        
    }
    100% {
        transform: translate(-200px,-200px); 
        filter: opacity(0);
    }

    
}
@font-face {
    font-family: 'MyCustomFont'; /* Name your font */
    src: url('../fonts/Clash_Regular.otf') format('opentype'); /* Path to the .otf file */
    font-weight: normal; /* Optional: Specify font weight */
    font-style: normal; /* Optional: Specify font style */
    
  }

  center{
    /* background-color: rgba(255, 255, 255, 0.676); */
    border-radius: 10px;
    width: 32%;
    margin: auto;
    padding: 20px;
    
    align-content: center;
    color: #252525;
    margin-top: -220px;
    
    
  }
  .background{
    /* background: linear-gradient(to bottom, rgba(127, 247, 247, 0),rgba(127, 247, 247, 0.572)); */
    /* margin-bottom: -50px; */

  }
  .img{
    height: 90px;
    border-radius: 10px;
    max-width: 150px;
    /* position:absolute; */
  }
  #part4{
    width: 100%;
    margin-top: 200px;
  }
  center>span{
    font-size: 1.6em;
    font-weight: bold;
  }
  center>div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.4em;
}
  div>p{
    width: 100%;


  }
  
  .imgs{
    width: 20%;
  }
  .imgs>img{
    width: 100%;
  }

  center.img{
    width: 60%;
  }



body{
    font-family: 'MyCustomFont', sans-serif; 
    width: 99%;
    overflow-x: hidden;
    color: #252525;
    /* background-color: rgb(41, 137, 255); */

}
#Logo{
    width: 25%;
    position: sticky;
    z-index: 2;
    top:5%;
    margin: 10% 40% 40% 36.47% ;
    
    
}
#uuid-913e5961-4439-411a-a692-194e2be35cec{
    position:absolute;
    animation-name: cloud_animation;
    animation-duration: 12000ms;
    /* transform-origin: 50% 10%; */
    animation-iteration-count: infinite;
  
    z-index: 1;
    width: 100%;
    margin-left: -105%;
    margin-top: -40%;
   
}
.background{
    
  width: 100%;
  margin-top: -110%;
    mix-blend-mode:normal;
  /* background-color: rgba(21, 105, 215, 0.206); */
}
.part1{
    margin: -10px;
    width: 105%;




}
#part5{
    margin-top: 150px;
}




.part2{
    width: 100%;
    position: absolute;
    margin-top: -80%;
    height: fit-content;
    z-index: 3;

}
/* Scrollbar styling for entire page */
html::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
    background-color: rgba(0, 255, 255, 0);
}

/* Scrollbar button styling */
body::-webkit-scrollbar-button {
    height: 16px;
    width: 16px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 2px solid #dddddd00;
}

/* Track */
html::-webkit-scrollbar-track {
    background: #f1f1f100;
    border-radius: 10px;
}

/* Handle */
html::-webkit-scrollbar-thumb {
    background: #88888800;
    border-radius: 10px;
}

/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
    background: #55555500;
}
#hero,#villan{
    width: 30%;
    margin: 0 auto;
    position: absolute;

}
#hero{
    margin-right:100%;
    animation-name: hero;
    animation-duration: 10000ms;
    animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#villan{
    margin-left: 70%;
    animation-name: villan;
    animation-duration: 10000ms;
    animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;

}
#parts{
    width: 100%;
}

#islands{
    width: 80%;
    margin: 0 auto;

}
.about{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.3em;
    justify-content:space-around;
}
.info{
    width: 45%;
    background-color: rgba(255, 255, 255, 0.676);
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}
canvas{
    margin-top: 150px;
}

.island{

    width:40%;
}
.island>img{
    width: 100%;
}
#islands>div:not(#islands:nth-child(1)){
    margin-top: -30px;

}
.part6{
    width: 100%;
    height: fit-content;
}
.part6 img{
    width: 107%;
    margin-left: -3.5%;
}

