@font-face {
  font-family: Impact;
  src: url('../fonts/impact.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.section_main {
  background-image: linear-gradient(#8cc0ed, #2586d9 30%, #013577 80%, #002049);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block_plant_left {
  z-index: 20;
  pointer-events: none;
  height: 30%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.plant_left {
  pointer-events: none;
  height: 100%;
}

.block_plant_right {
  z-index: 20;
  pointer-events: none;
  height: 30%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.plant_right {
  pointer-events: none;
  height: 100%;
}

.ground {
  opacity: 1;
  background-image: url('../images/ground.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 15%;
  position: absolute;
  inset: auto 0% 0%;
}

.rock_left {
  height: 45%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rock_right {
  opacity: 1;
  mix-blend-mode: normal;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bubble {
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 2px solid #cee8ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  height: 44%;
  display: flex;
  position: relative;
}

.bubble_center {
  opacity: .74;
  mix-blend-mode: lighten;
  height: 100%;
  position: relative;
}

.bubble_reflection {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hippo_body {
  height: 100%;
  position: relative;
  inset: auto;
}

.medusa_left {
  height: 30%;
  position: absolute;
  inset: auto auto 0% -60%;
}

.medusa_right {
  height: 20%;
  position: absolute;
  inset: auto -49% 38% auto;
}

.block_rays {
  z-index: 200;
  opacity: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  background-image: url('../images/rays.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.block_rays_2 {
  z-index: 200;
  opacity: .41;
  pointer-events: none;
  mix-blend-mode: screen;
  background-image: url('../images/rays.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grain {
  z-index: 2000;
  opacity: .6;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: url('../images/grain.png');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.logo {
  height: 45px;
  margin: 35px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.medusa {
  border: 2px #cee8ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  height: 44%;
  display: flex;
  position: absolute;
}

.medusa_hider {
  opacity: .74;
  mix-blend-mode: normal;
  height: 100%;
  position: relative;
}

.light_sky {
  opacity: 1;
  filter: blur(60px);
  background-color: #fff;
  border-radius: 100%;
  width: 60%;
  height: 40%;
  position: absolute;
  inset: -28% auto auto;
}

.block_hippo {
  justify-content: center;
  align-items: center;
  height: 78%;
  display: flex;
  position: absolute;
}

.face1 {
  height: 100%;
  display: none;
  position: absolute;
}

.eyes1 {
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.face2 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.eyes2, .face3, .eyes3, .face4, .eyes4 {
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.logo_big {
  z-index: 8;
  height: 18%;
  margin-top: 167px;
  position: absolute;
  inset: 0% auto auto;
}

.header {
  z-index: 50;
  background-image: linear-gradient(135deg, #002b66, #094e96);
  border: 2px solid #7bb6d1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1800px;
  height: 70px;
  margin-bottom: 71px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
  box-shadow: inset 0 2px 20px 5px #4986a68c;
}

.button_buy {
  z-index: 20;
  color: #effcff;
  background-image: linear-gradient(135deg, #6b9de0, #3288e2);
  border: 2px solid #b0e6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 190px;
  max-width: 1800px;
  height: 60px;
  margin: 0 0 0 15px;
  font-family: Impact, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  box-shadow: inset 0 2px 20px 5px #9adcffb8;
}

.button_buy:hover {
  border-color: #f6fcff;
}

.block_socials {
  z-index: 20;
  justify-content: flex-end;
  align-items: center;
  margin: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.x {
  opacity: 1;
  background-image: url('../images/x.svg'), url('../images/bubble_icon.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 80%, auto 100%;
  border: 2px solid #b7e3e9;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-left: 10px;
}

.x:hover {
  border-color: #effdff;
}

.icon-partner {
  height: 23px;
  margin-left: 15px;
  margin-right: 15px;
}

.icon-partner.revolut {
  height: 17px;
}

.icon-partner.kraken {
  height: 16px;
  margin-bottom: -2px;
}

.icon-partner.bybit {
  height: 19px;
  margin-top: -3px;
}

.icon-partner.turbo {
  margin-top: -1px;
}

.block_buttons {
  justify-content: flex-start;
  align-items: center;
  margin: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button_splash {
  z-index: 20;
  color: #effcff;
  background-image: linear-gradient(135deg, #6b9de0, #3288e2);
  border: 2px solid #b0e6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1800px;
  height: 60px;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Impact, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  box-shadow: inset 0 2px 20px 5px #9adcffb8;
}

.button_splash:hover {
  border-color: #f6fcff;
}

.title {
  z-index: 50;
  color: #b4d2f3;
  margin: 30px;
  font-family: Impact, Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tg {
  opacity: 1;
  background-image: url('../images/tg.svg'), url('../images/bubble_icon.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 80%, auto 100%;
  border: 2px solid #b7e3e9;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-left: 10px;
}

.tg:hover {
  border-color: #effdff;
}

.dex {
  opacity: 1;
  background-image: url('../images/dex.svg'), url('../images/bubble_icon.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 80%, auto 100%;
  border: 2px solid #b7e3e9;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-left: 10px;
}

.dex:hover {
  border-color: #effdff;
}

@media screen and (max-width: 991px) {
  .block_plant_left, .block_plant_right {
    height: 200px;
  }

  .rock_left, .rock_right, .bubble {
    height: 400px;
  }

  .medusa_left {
    left: -27%;
  }

  .medusa_right {
    right: -25%;
  }

  .medusa {
    height: 400px;
  }

  .light_sky {
    pointer-events: none;
  }

  .logo_big {
    height: 207px;
    margin-top: 308px;
  }

  .header {
    z-index: 50;
    width: 90%;
  }

  .button_buy {
    margin-top: 15px;
  }

  .block_socials {
    right: auto;
  }

  .block_buttons {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 109px 0 0;
    left: auto;
  }

  .title {
    margin: 0 0 158px;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .block_plant_left, .block_plant_right {
    height: 150px;
  }

  .ground {
    display: none;
  }

  .medusa_left {
    bottom: -20%;
    left: -8%;
  }

  .medusa_right {
    bottom: 69%;
    right: -11%;
  }

  .logo_big {
    height: 170px;
  }

  .header {
    width: 95%;
    margin-bottom: 30px;
  }

  .icon-partner {
    height: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-partner.revolut {
    height: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-partner.kraken {
    height: 11px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-partner.bybit {
    height: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-partner.turbo {
    height: 18px;
  }

  .title {
    margin-bottom: 134px;
  }
}

@media screen and (max-width: 479px) {
  .rock_left {
    height: auto;
  }

  .rock_right {
    display: none;
  }

  .bubble {
    height: 300px;
    margin-top: 50px;
  }

  .block_rays {
    height: 70%;
    display: flex;
  }

  .block_rays_2 {
    display: none;
  }

  .light_sky {
    width: 100%;
    height: 200px;
    display: flex;
    top: -12%;
  }

  .block_hippo {
    height: 230px;
  }

  .logo_big {
    height: 109px;
    margin-top: 147px;
  }

  .header {
    height: 60px;
    margin-bottom: 30px;
  }

  .button_buy {
    width: auto;
    height: 50px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    line-height: 20px;
  }

  .block_socials {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .x {
    width: 35px;
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .icon-partner {
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-partner.revolut {
    height: 10px;
    margin-bottom: -1px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-partner.kraken {
    height: 9px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-partner.bybit {
    height: 12px;
    margin-top: -1px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-partner.turbo {
    height: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .block_buttons {
    width: 100%;
    margin-top: 69px;
  }

  .button_splash {
    text-align: center;
    width: 95%;
    height: 60px;
    font-size: 18px;
    line-height: 25px;
    display: none;
  }

  .title {
    margin-bottom: 114px;
    font-size: 18px;
    line-height: 18px;
  }

  .tg, .dex {
    width: 35px;
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
  }
}


@font-face {
  font-family: 'Impact';
  src: url('../fonts/impact.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}