@font-face {
  font-family: 'Super Frog';                    
  src: url('./SuperFrog.ttf') format('truetype'); 
  font-weight: normal;                      
  font-style: normal;                      
}
html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box; 
}
body{
    margin: 0;
    background-color: black;
    overflow-x: hidden;
    font-family: 'Super Frog', sans-serif;
    color: white;
}
.part-1 img{
  display: block;   
  width: 100%;      
  height: auto;
}



.about img {
  display: block;   
  width: 100%;      
  height: auto;       
}
.social-cont {
  position: relative;
}

.social-cont .bg {
  display: block;
  width: 100%;   /* подгон по ширине */
  height: auto;  /* высота сама */
}
.social-cont{
  background-size: contain;     
  background-position: center; 
  z-index: 0;
}
.socials{
    position: absolute;
  display: flex;
  justify-content: center;
  inset: 0; 
  filter: brightness(0.95); 
    animation: floaty-spin 4s ease-in-out infinite alternate;
}
@keyframes floaty-spin {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(-1deg);    
  }
}
.bim{
    margin-top: 11.5%;
    width: auto;
    height: 64%;
    z-index: 1;
}
.circle-green{
    position: absolute;
    width: 3.5%;
    height: auto;
    z-index: 2;
    top: 55%;
    left: 58%;
    transition: 0.3s;
}
.circle-green:hover{
    filter: brightness(1.2); 
}
.circle-red{
    position: absolute;
    width: 3.5%;
    height: auto;
    z-index: 2;
    top: 60%;
    left: 55%;
    transition: 0.3s;
}
.circle-red:hover{
    filter: brightness(1.2); 
}
.tri{
    position: absolute;
    width: 4%;
    height: auto;
    z-index: 2;
    top: 51%;
    left: 53%;
    transition: 0.3s;
}
.tri:hover{
    filter: brightness(1.2); 
}
.x{
    position: absolute;
    width: 5%;
    height: auto;
    z-index: 2;
    top: 57%;
    left: 48%;
    transition: 0.3s;
}
.x:hover{
    filter: brightness(1.2); 
}
.face{
    position: absolute;
    width: 14%;
    z-index: 2;
    top: 31%;
    left: 44%;
}
.footer{
    margin-top: 20px;
    height: auto;
    background-color: #fff8dc;
    font-size: 1.8vw;
    padding: 5px 0; 
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.footer h1 {
    margin: 0;
}
  #toast {
    position: fixed;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 9999;
    font-size: 1rem;
  }

  #toast.show {
    top: 20px;
    opacity: 1;
  }

.fly1{
      position: absolute;
    width: 6%;
    height: auto;
    z-index: 2;
    top: 45%;
    left: 20%;
    animation: floaty-spin 6.5s ease-in-out infinite alternate;
}
.fly2{
      position: absolute;
    width: 3%;
    height: auto;
    z-index: 2;
    top: 72%;
    left: 19%;
    animation: floaty-spin 7s ease-in-out infinite alternate;
}
.fly3{
      position: absolute;
    width: 5%;
    height: auto;
    z-index: 2;
    top: 50%;
    left: 89%;
    animation: floaty-spin 6s ease-in-out infinite alternate;
}
.fly4{
      position: absolute;
    width: 5%;
    height: auto;
    z-index: 2;
    top: 21%;
    left: 15%;
    animation: floaty-spin 5s ease-in-out infinite alternate;
}
.fly5{
      position: absolute;
    width: 2%;
    height: auto;
    z-index: 2;
    top: 49%;
    left: 6%;
    animation: floaty-spin 3s ease-in-out infinite alternate;
}
.fly6{
      position: absolute;
    width: 2%;
    height: auto;
    z-index: 2;
    top: 81%;
    left: 74%;
    animation: floaty-spin 8s ease-in-out infinite alternate;
}
.fly7{
    position: absolute;
    width: 1.5%;
    height: auto;
    z-index: 2;
    top: 12%;
    left: 80%;
    animation: floaty-spin 9s ease-in-out infinite alternate;
}