body{
  margin: 0;
  background-color: #000000;
}

button{
  cursor: pointer;
}

h1,h2,h3,h4,span{
  color:#fff;
}

.bg{
  width: 100%;
  position: absolute;
  overflow: hidden;
  height: 903px;
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center;
}

.bg-img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  object-fit: contain;
}



h2{
  font-family: Jura;
  font-size: 64px;
  font-weight: 700;
  line-height: 75.71px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}

.flex-colomn-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.margin-b250{
  margin-bottom: 250px;
}

.margin-b150{
  margin-bottom: 150px;
}


.start-button {
  display: inline-block;
  min-width: 318px;
  height: 78px;
  padding: 10px 30px;
  font-family: Jura;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.39px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none; 
  border: 0px;  
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease;
  outline: none;
}

.start-button:hover{
  color: #fff;
  background-color: #6823FF;
}

.start-button::before {
  content: "";
  position: absolute;
  width: 318px;
  height: 78px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)  rotate(5.37deg);
  border: 2px solid #6823FF; 
  border-radius: 50px;
  transition: transform 0.3s ease;
}

.start-button:hover::before {
  transform: translate(-50%, -50%) rotate(0deg);
  border: 2px solid #fff; 
}

.start-button span {
  position: relative;
  z-index: 1;
}

/*  */

.agitation {
  font-family: 'Lato', sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 352px;
  margin: 0;
  background-color: #ffffff; 
  z-index: 0;
}

.agitation_background-blur {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.agitation_title {
  max-width: 978px;
  font-family: Jura;
  font-size: 64px;
  font-weight: 700;
  line-height: 75.71px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none; 
}

.blur-circle{
  z-index: -1;
}

.right25{
  right: 25px !important;
}