@font-face {
  font-family: "riffic-bold";
  src: url("../Fonts/Riffic/riffic-bold.ttf");
}

@font-face {
  font-family: "MuseoSansCyrl900";
  src: url("../Fonts/MuseoSansCyrl900/MuseoSansCyrl900.ttf");
}

@font-face {
  font-family: "Cera Round Pro";
  src: url("../Fonts/CeraRoundPRO/TypeMates\ -\ CeraRoundPro-Light.otf");
}

@font-face {
  font-family: "Samsung-bold";
  src: url("../Fonts/samsung/samsungsharpsans-bold.otf");
}

@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto.ttf");
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}


* {
  outline: 0;
}

.fg-resizable {
  background-color: #ffffff;
  position: absolute;
  width: 2560px;
  height: 1440px;
  top: 50%;
  left: 50%;
  margin-top: -720px;
  margin-left: -1280px;
  overflow: hidden;
}

.wrapper {
  width: 2560px;
  height: 1440px;
}

.loading_video{
  width: 2560px;
  height: 1440px;
}



#player{
  width: 2560px;
  height: 1440px;
}


.title_text{
  position: absolute;
  top: 350px;
  left: 850px;
  font-size: 96px;
  color: #FFFF00;
}

.btn_start{
  position: absolute;
  font-size: 48px;
  background-color: #4472C4;
  width: 500px;
  height: 100px;
  top: 1138px;
  left: 1014px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px / 15px;
}

.btn_start:hover{
  cursor: pointer;
  transform: scale(1.15);
}

