@font-face {
  font-family: 'Halvar';
  src: url('fonts/HalvarBreit-Blk.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

.container.container_2 {
  display: none;
}

.get-bonus-text {
  color: #ffd065;
  font-size: 82px;
  line-height: 94px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  font-family: 'Halvar', sans-serif;
  width: 330px;
}

.podtext {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 29%;
}

.get-bonus-text {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
img.back {
    width: 30%;
    min-height: auto;
}
.percent-block {
  border-radius: 45px;
  padding: 3px;
  color: white;
  font-size: 15px;
  text-align: center;
  display: flex;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(103deg, #f7a52b 28%, #fd6b0a 100%);
  justify-content: center;
  align-items: center;
  top: 10px;
  font-family: 'Halvar', sans-serif;
  right: 0;
  font-size: 63px;
  font-weight: bold;
}

body {
  background-image: url(./backgroundpir.png);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .container {
    display: none;
  }

  .container_2 {
    display: flex !important;
    background-image: url(./mobile_back.png);
    justify-content: flex-end;
  }

  .mini-text {
    color: #e0e0e0;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    line-height: 1;
    font-family: sans-serif;

    font-style: italic;
  }

  .left-box__inner {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .podtext {
    display: flex;
    align-items: center !important;
    gap: 10%;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .percent-block {
    color: #ff9900;
    font-size: 3.6rem !important;
    font-weight: 500;
  }

  .text-box {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .get-bonus-text {
    color: #ffffff;
    font-size: 3.5rem !important;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center !important;
    line-height: 1;
    margin: 0px;
    margin-bottom: -10px;
    x: 0px;
    text-shadow: none;
  }
}

.left-box,
.right-box {
  width: 50%;
}

.left-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 500;
}

.right-box {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.left-box__inner {
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.logo {
  margin: 0;
  z-index: 200;
}

.text-box {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  margin-bottom: -2%;
}

.get-bonus-text {
  width: 100%;
  display: flex;
}

html {
  background: #0a0f1d;
}

a.button {
  border: 3px solid #e47d2d;
  background-image: linear-gradient(100deg, #ed7907 12.88%, #ffa54b 33.79%, #d06800 57.26%);
  box-shadow: 0 7px 3px #ffffff80 inset, 0 4px 4px #efa058 inset, 0 4px #000000, 0 -6px 5px #ffffff40 inset, 0 -4px 4px #ee8731 inset;
}

img.logo.brawl {
  width: 50%;
  margin-bottom: 25%;
}

.mini-text {
  color: #e0e0e0;
  font-size: 1.5rem;
  font-weight: 500 !important;
  line-height: 1.3;
  font-family: sans-serif;
  /* text-align: right; */
  font-style: italic;
}

.button {
  display: block;
  width: 350px;
  border-radius: 89px;
  background: linear-gradient(to top, #ffa516, #ffd065);
  color: #000000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s;
  animation: pulse 2s ease-in-out infinite;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  animation-play-state: paused; 
}

.button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(252, 165, 53, 0.5); 
  }

  100% {
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  }
}

.button:hover {
  background: linear-gradient(to top, #ffd065, #ffa516);
}

.img-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.phone-img,
.back,
.front {
  position: absolute;
  bottom: 0;
  display: block;
  min-height: 100%;
}

.back {
    z-index: 50;
    right: 0;
    top: 0;
}

.phone-img {
  z-index: 90;
  right: 100px;
}

.front {
  z-index: 150;
  right: 0;
}
.img-box {
    display: flex;
    align-items: flex-start;
}
.img-box-mobile {
  display: none;
}

@media (max-width: 1340px) {
  .phone-img {
    transform: translateX(150px);
  }
}

@media (max-width: 1200px) {
  .phone-img {
    min-height: 80%;
  }
}

@media (max-width: 1024px) {
  .phone-img {
    min-height: 70%;
  }
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
.back {
    z-index: 50;
    right: 20px;
    top: 0;
}
  .percent-block img.logo {
    width: 130px;
    margin-left: -44%;
  }

  .button {
    width: 254px;
  }

  .button {
    font-size: 19px !important;
    padding: 14px 40px;
    border-radius: 10px;
    color: white;
    border: 1px solid #c88126;
    border-bottom: 4px solid #8e540d;
    text-shadow: 2px 2px 0px #7c4500, -1px 1px 0px #643802, 1px -1px 0px #8e540d, -1px -1px 0px #8e540d;
    box-shadow: 0 5px 15px rgb(0 0 0);
    transition: all 0.1s ease-in-out;
    animation: pulse 2s ease-in-out infinite;
  }

  .text-box {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
  }

  .get-bonus-text {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .get-bonus-text img.logo {
    width: 340px;
  }

  .left-box {
    width: 100%;
    max-width: 100vw;
    padding-top: 0;
    margin-bottom: 20px;
    z-index: 200;
  }

  .logo {
    margin-bottom: 0;
  }

  .right-box {
    width: 100%;
    height: 500px;
    justify-content: center;
  }

 

  .img-box-mobile {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .img-box-mobile .phone-img {
    z-index: 100;
    right: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translateX(0);
  }

  .img-box-mobile .front {
    z-index: 150;
    right: auto;
    width: 100%;
  }
}