.header {
  padding: 76px 0 20px 0;
  border-radius: 0px 0px 40px 40px;
  background: #151617;
  position: relative;
}

.headerInner {
  position: relative;
}

.logo {
  position: absolute;
  right: 85px;
}

.headerPretitle {
  background: radial-gradient(179.95% 59.67% at 36.42% 50.23%,
      #fdbbd4 0%,
      rgba(255, 255, 255, 0.8) 100%);
  background-clip: text;
  font-size: 34.374px;
  font-style: normal;
  font-weight: 700;
  line-height: 89%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.headerPretitle span {
  color: #fff;
  border-radius: 11.482px;
  background: #fa4ea0;
  box-shadow: 0px 0px 91.756px 0px #fa4ea0;
  padding: 5.568px 11.482px;
}

.headerTitle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 139.423px;
  font-style: normal;
  font-weight: 700;
  line-height: 89%;
  background: radial-gradient(179.95% 59.67% at 36.42% 50.23%,
      #fdbbd4 0%,
      rgba(255, 255, 255, 0.8) 100%);
  background-clip: text;
  color: rgba(255, 255, 255, 0.8);
}

.headerTitle span {
  padding: 15px 10px;
  border-radius: 21.45px;
  background: #fa4ea0;
  color: #fff;
  max-width: 586px;
  font-family: "Manrope";
  font-size: 139.423px;
  font-style: normal;
  font-weight: 700;
  line-height: 89%;
  box-shadow: 0px 0px 95.894px 0px #fa4ea0;
}

.headerInvite {
  margin-top: 30px;
  padding: 20px;
  max-width: 650px;
  border-radius: 20px;
  background: #fff;

  box-shadow: 0px 9px 47.9px 0px rgba(0, 0, 0, 0.24);
}

.headerInviteText {
  color: #151617;
  margin-top: 24px;
  font-family: "Manrope";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}

.headerInviteSubtext {
  margin-top: 25px;
  color: #151617;

  font-family: "Manrope";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.headerBtn {
  margin-top: 40px;
  border-radius: 12px;
  background: #fa4ea0;

  box-shadow: 0px 0px 50px 0px #fa4ea0;
  padding: 17px 0;
  max-width: 586px;
  width: 100%;
  color: #fff;

  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  letter-spacing: 0.36px;
}

.mainImg {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  width: 950px;
  top: 0;
  height: 100%;
  /* z-index: 22; */
}

.dots {
  position: absolute;
  width: 169.051px;
  height: 155.164px;
  top: 42%;
  right: 45%;
}

.knife {
  position: absolute;
  width: 446.52px;
  height: 355.52px;
  bottom: 0;
  right: 33%;
  z-index: 23;
}

.trophyL {
  position: absolute;
  width: 418.533px;
  height: 437.533px;
  transform: rotate(-6.781deg);
  filter: blur(5px);
  top: 0;
  right: 25%;
}

.trophyR {
  position: absolute;
  width: 543.402px;
  height: 519.891px;

  top: 15%;
  right: 0;
}

.circleLeft_dev {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 701px;
  background: #fa4ea0;

  filter: blur(135.74266052246094px);
  width: 400px;
  height: 222px;
}

.header_author {
  display: flex;
  /* padding: 16px; */
  border-radius: 20px;
  background: linear-gradient(101deg,
      rgba(255, 255, 255, 0.35) 13.31%,
      rgba(255, 255, 255, 0.03) 93.83%);
  backdrop-filter: blur(12.5px);
  width: 378px;
  position: absolute;
  right: 16px;
  bottom: 19px;
}

.header_author-title {
  color: #fff;
  font-family: "Manrope";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  max-width: 250px;
  margin-left: 16px;
  margin-top: 16px;
}

.header_author-subtitle {
  color: #fff;
  font-family: "Manrope";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 10px;
  max-width: 240px;
  margin-left: 16px;
}

.header_author-subtitle span {
  font-weight: 700;
}

.header_author-img {
  border-radius: 50%;
  height: 122px;
  /* position: fixed;
    bottom: 0;
    right: 0; */
}

.headerInviteSing {
  display: flex;
  gap: 13px;
  width: fit-content;
  border-radius: 13.14px;
  background: #fa4ea0;
  padding: 12.319px 16.425px;
  align-items: center;
}

.headerInviteDescr {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.48px;
  font-family: "Manrope";
  font-weight: 700;
}


@media (max-width: 1400px) {
  .headerInvite {
    padding: 20px 350px 20px 20px;
    max-width: 930px;
  }
}

@media (max-width: 1350px) {
  .mainImg {
    width: 840px;
  }
}

@media (max-width: 1300px) {
  .mainImg {
    width: 800px;
  }
}

@media (max-width: 1244px) {
  .logo {
    position: unset;
  }

  .mainImg {
    width: 600px;
    height: 70%;
    top: unset;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0);
  }

  .knife {
    bottom: unset;
    right: unset;
    top: 0;
    left: 0;
  }

  .headerInvite {
    position: relative;
    z-index: 25;
    padding: 20px;
    margin-top: 345px;
  }

  .headerBtn {
    max-width: unset;
  }

  .headerInner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .headerTitle {
    align-items: center;
  }

  .trophyL {
    width: 279.533px;
    height: 280.533px;
    transform: rotate(-6.781deg);
    filter: blur(5px);
    top: 37%;
    right: 50%;
  }

  .trophyR {
    width: 358.402px;
    height: 390.891px;
    top: 33%;
  }

  .headerPretitle {
    text-align: center;
    margin-top: 25px;
  }

  .dots {
    width: 148.051px;
    height: 121.164px;
    top: 37%;
    right: 18%;
  }

  .header_author {
    /* padding: 20px; */
    border-radius: 20px 0px 0px 20px;
    background: linear-gradient(101deg,
        rgba(255, 255, 255, 0.35) 13.31%,
        rgba(255, 255, 255, 0.03) 93.83%);
    backdrop-filter: blur(11.372679710388184px);
    width: 343px;
    position: absolute;
    right: 16px;
    bottom: 235px;
  }

  .header_author-title {
    font-size: 14px;
    max-width: 262px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .header_author-subtitle {
    font-size: 10px;
    margin-top: 8px;
    max-width: 262px;
    margin-left: 20px;
  }

  .header_author-img {
    /* height: 100%; */
    height: 90.8px;
    /* border-radius: 50%;
      position: fixed;
      bottom: 0;
      right: 0; */
  }
}

@media (max-width: 960px) {
  .header {
    padding: 25px 0 16px 0;
    border-radius: 0px 0px 25px 25px;
  }

  .logo {
    width: 52.632px;
    height: 25px;
  }

  .headerPretitle {
    font-style: normal;
    font-weight: 700;
    line-height: 89%;
    font-size: 15.398px;
  }

  .headerTitle {
    margin-top: 8px;
    font-size: 73px;
  }

  .headerTitle span {
    padding: 10px;
    font-size: 73px;
  }

  .headerInviteText {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top: 8px;
  }

  .headerInviteSubtext {
    margin-top: 16px;
    font-size: 14px;
  }

  .headerBtn {
    margin-top: 24px;
    font-size: 18px;
  }

  .mainImg {
    height: 87%;
  }

  .headerInviteSing {
    border-radius: 11.141px;
    padding: 8.316px;
    gap: 5px;
  }

  .headerInviteDescr {
    font-size: 14.554px;
    letter-spacing: 0.291px;
  }
}

@media (max-width: 640px) {
  .knife {
    width: 235px;
    height: 235px;
  }

  .trophyL {
    width: 146px;
    height: 146px;
    filter: unset;
    top: 34%;
    z-index: 2;
    right: 57%;
  }

  .trophyR {
    width: 214.553px;
    height: 276.944px;
  }

  .dots {
    width: 92.9px;
    height: 69.916px;
    top: 28%;
    right: 5%;
  }

  .mainImg {
    width: 100%;
    height: 87%;
  }

  .circleLeft_dev {
    display: none;
  }

  .headerInvite {
    margin-top: 345px;
  }

  .header_author {
    bottom: 257px;
  }
}

@media (max-width: 460px) {
  .header_author {
    bottom: 256px;
  }
}

@media (max-width: 445px) {
  .header_author {
    bottom: 290px;
  }
}

@media (max-width: 400px) {
  .mainImg {
    width: 100%;
    height: 88%;
  }

  .headerInvite {
    margin-top: 360px;
  }

  .header_author {
    bottom: 293px;
  }
}

@media (max-width: 390px) {
  .header_author {
    bottom: 308px;
  }
}

@media (max-width: 375px) {

  .headerTitle,
  .headerTitle span {
    font-size: 55px;
  }

  .headerInvite {
    margin-top: 393px;
  }

  .header_author {
    bottom: 311px;
  }

  .mainImg {
    height: 94%;
  }
}