@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  padding-block: 46px;
  background: linear-gradient(156deg, #000000 0%, #8e1818 48%, #fa781d 100%);
}

.portrait-mode {
  height: 100dvh;
  /* width: 100vw; */
}

.landscape-mode {
  height: 100dvi;
  /* width: 100vw; */
}

.img-container {
  margin: 0 auto;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: #ffffff7f 0px 4px 20px;
}

.img-container img {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: top;
  width: 500px;
  height: 500px;
}

.links-container {
  margin-top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.links-container h1 {
  font-family: "Alegreya SC", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #eeeeee;
  margin-bottom: 16px;
  font-size: 3em;
  z-index: 1;
  text-shadow: 2px 2px 6px #000000b3;
}

.links-container ul {
  list-style: none;
  z-index: 1;
}

.links-container li {
  text-align: center;
  margin-bottom: 16px;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.links-container li a {
  display: inline-block;
  border-radius: 50px;
  background-color: #ececec;
  border: 1px solid #0e0e0e;
  box-shadow: #00000040 0px 54px 55px, #0000001f 0px -12px 30px, #0000001f 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding-block: 0.2em;
  min-width: 300px;
  font-size: 2em;
  color: black;
  text-decoration: none;
}

@keyframes breathe {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.links-container li:hover {
  animation: breathe .8s infinite;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #3d3d3d;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.dragon-ball {
  position: fixed;
}

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

  .img-container {
    margin: 0 auto;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: #ffffff7f 0px 4px 20px;
  }

  .img-container img {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: top;
    width: 300px;
    height: 300px;
  }

  .links-container li a {
    display: inline-block;
    border-radius: 50px;
    background-color: #ececec;
    border: 1px solid #0e0e0e;
    box-shadow: #00000040 0px 54px 55px, #0000001f 0px -12px 30px, #0000001f 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding-block: 0.2em;
    min-width: 250px !important;
    font-size: 1.8em !important;
    color: black;
    text-decoration: none;
  }

  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 18px;
    right: 5px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #3d3d3d;
    z-index: 100;
  }

  .my-float {
    margin-top: 16px;
  }

  #ball1 {
    top: 325px;
    left: 240px;
  }
  #ball2 {
    top: 46px;
    left: -12px;
  }
  #ball3 {
    top: 497px;
    left: -49px;
    z-index: 0;
  }
  #ball4 {
    top: -46px;
    left: 231px;
  }
  #ball5 {
    top: 293px;
    left: -22px;
    z-index: 1;
  }
  #ball6 {
    top: 200px;
    left: 246px;
  }
  #ball7 {
    top: 500px;
    left: 287px;
  }
}

@media only screen and (min-width: 355px) and (max-width: 400px)  {

  .img-container {
    margin: 0 auto;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: #ffffff7f 0px 4px 20px;
  }

  .img-container img {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: top;
    width: 300px;
    height: 300px;
  }

  .links-container li a {
    display: inline-block;
    border-radius: 50px;
    background-color: #ececec;
    border: 1px solid #0e0e0e;
    box-shadow: #00000040 0px 54px 55px, #0000001f 0px -12px 30px, #0000001f 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding-block: 0.2em;
    min-width: 250px !important;
    font-size: 1.8em !important;
    color: black;
    text-decoration: none;
  }

  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 18px;
    right: 5px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #3d3d3d;
    z-index: 100;
  }

  .my-float {
    margin-top: 16px;
  }

  #ball1 {
    top: 325px;
    left: 272px;
  }

  #ball2 {
    top: 46px;
    left: -12px;
  }

  #ball3 {
    top: 497px;
    left: -49px;
    z-index: 0;
  }

  #ball4 {
    top: -46px;
    left: 231px;
  }

  #ball5 {
    top: 293px;
    left: -22px;
    z-index: 1;
  }

  #ball6 {
    top: 200px;
    left: 246px;
  }

  #ball7 {
    top: 500px;
    left: 287px;
  }
}

@media only screen and (min-width: 401px) and (max-width: 460px) {
  #ball1 {
    top: 325px;
    left: 338px;
  }
  #ball2 {
    top: 46px;
    left: -24px;
  }
  #ball3 {
    top: 497px;
    left: -49px;
    z-index: 0;
  }
  #ball4 {
    top: -46px;
    left: 301px;
  }
  #ball5 {
    top: 293px;
    left: 5px;
    z-index: 1;
  }
  #ball6 {
    top: 200px;
    left: 351px;
  }
  #ball7 {
    top: 500px;
    left: 351px;
  }
}

@media only screen and (min-width: 460px) and (max-width: 510px) {
  #ball1 {
    top: 325px;
    left: 389px;
  }
  #ball2 {
    top: 46px;
    left: 12px;
  }
  #ball3 {
    top: 497px;
    left: -49px;
    z-index: 0;
  }
  #ball4 {
    top: -46px;
    left: 330px;
  }
  #ball5 {
    top: 293px;
    left: 5px;
    z-index: 1;
  }
  #ball6 {
    top: 200px;
    left: 387px;
  }
  #ball7 {
    top: 500px;
    left: 386px;
  }
}

@media only screen and (min-width: 511px) and (max-width: 590px) {
  #ball1 {
    top: 325px;
    left: 458px;
  }
  #ball2 {
    top: 46px;
    left: 12px;
  }
  #ball3 {
    top: 497px;
    left: -49px;
    z-index: 0;
  }
  #ball4 {
    top: -46px;
    left: 371px;
  }
  #ball5 {
    top: 293px;
    left: 5px;
    z-index: 1;
  }
  #ball6 {
    top: 200px;
    left: 456px;
  }
  #ball7 {
    top: 500px;
    left: 441px;
  }
}

@media only screen and (min-width: 591px) and (max-width: 650px) {
  #ball1 {
    top: 325px;
    left: 519px;
  }

  #ball2 {
    top: 46px;
    left: 30px;
  }

  #ball3 {
    top: 497px;
    left: -49px;
    z-index: 0;
  }

  #ball4 {
    top: -46px;
    left: 412px;
  }

  #ball5 {
    top: 293px;
    left: 17px;
    z-index: 1;
  }

  #ball6 {
    top: 200px;
    left: 457px;
  }

  #ball7 {
    top: 500px;
    left: 449px;
  }

}

@media only screen and (min-width: 651px) and (max-width: 830px) {
  .landscape-mode {
    height: 100dvi;
  }
  
  #ball1 {
    top: 325px;
    left: 637px;
  }
  #ball2 {
    top: 46px;
    left: 30px;
  }
  #ball3 {
    top: 497px;
    left: -49px;
    z-index: 0;
  }
  #ball4 {
    top: -46px;
    left: 586px;
  }
  #ball5 {
    top: 293px;
    left: 60px;
    z-index: 1;
  }
  #ball6 {
    top: 200px;
    left: 576px;
  }
  #ball7 {
    top: 500px;
    left: 607px;
  }
}

@media only screen and (min-width: 831px) and (max-width: 900px) {
  #ball1 {
    top: 325px;
    left: 757px;
  }
  #ball2 {
    top: 46px;
    left: 16px;
  }
  #ball3 {
    top: 497px;
    left: -25px;
    z-index: 0;
  }
  #ball4 {
    top: -46px;
    left: 613px;
  }
  #ball5 {
    top: 293px;
    left: 92px;
    z-index: 1;
  }
  #ball6 {
    top: 200px;
    left: 676px;
  }
  #ball7 {
    top: 500px;
    left: 675px;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1100px) {
  .landscape-mode {
    height: 100dvi;
  }
  
  #ball1 {
    top: 325px;
    left: 828px;
  }
  #ball2 {
    top: 46px;
    left: 54px;
  }
  #ball3 {
    top: 497px;
    left: 1px;
    z-index: 0;
  }
  #ball4 {
    top: -46px;
    left: 864px;
  }
  #ball5 {
    top: 293px;
    left: 149px;
    z-index: 1;
  }
  #ball6 {
    top: 200px;
    left: 696px;
  }
  #ball7 {
    top: 500px;
    left: 761px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  .landscape-mode {
    height: 100dvh !important;
    width: 100vw;
    background: linear-gradient(156deg, #000000 0%, #1e2ea1 48%, #00ff08 100%);
  }
  
  #ball1 {
    top: 325px;
    left: 972px;
  }
  #ball2 {
    top: 46px;
    left: 87px;
  }
  #ball3 {
    top: 497px;
    left: 1px;
    z-index: 0;
  }
  #ball4 {
    top: -46px;
    left: 916px;
  }
  #ball5 {
    top: 293px;
    left: 227px;
    z-index: 1;
  }
  #ball6 {
    top: 200px;
    left: 887px;
  }
  #ball7 {
    top: 500px;
    left: 1130px;
  }
}

@media only screen and (min-width: 1301px) {
  body {
    height: 100dvh;
  }

  #ball1 {
    top: 325px;
    left: 1330px;
  }
  #ball2 {
    top: 46px;
    left: 154px;
  }
  #ball3 {
    top: 497px;
    left: 1px;
    z-index: 0;
  }
  #ball4 {
    top: -46px;
    left: 1034px;
  }
  #ball5 {
    top: 293px;
    left: 332px;
    z-index: 1;
  }
  #ball6 {
    top: 200px;
    left: 943px;
  }
  #ball7 {
    top: 500px;
    left: 1197px;
  }
}