.subscribe-telegram {
  background: linear-gradient(0deg, rgb(34 43 24 / 68%) 0%, rgb(33 40 21) 77%);
  position: relative;
  overflow: hidden;
  padding: 40px 0px 50px 0px;
  border-bottom: 2px solid #fff0;
  border-image: linear-gradient(to right, rgb(101 109 96), rgb(237 253 45), rgb(102 112 99)) 1;
}

.subscribe-telegram .st-wrap {
  margin: auto;
  position: relative;
}

.subscribe-telegram .st-head {
  text-align: center;
  margin-bottom: 80px !important;
  width: 50%;
  margin: auto;
}

.subscribe-telegram .st-head h2 {
  font-size: 40px;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.subscribe-telegram .st-head h2 span {
  background: linear-gradient(90deg, #abd21f, #f7e306, #2f3f01);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.subscribe-telegram .st-head h2 span::before {
  content: "";
  position: absolute;
  right: -183px;
  bottom: 0px;
  background-image: url(../images/growth.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 75px;
}

.subscribe-telegram .st-head p {
  margin: 0;
  font-size: 18px;
  opacity: 0.7;
  color: #fff;
}

.subscribe-telegram .st-layout {
  position: relative;
}

.subscribe-telegram .st-card {
  background: rgba(0, 0, 0, 0.801);
  border: 1px solid rgba(205, 255, 140, 0.25);
  border-radius: 18px;
  padding: 22px 22px;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 35px rgba(211, 255, 90, 0.12);
  position: relative;
  height: 200px;

}

.subscribe-telegram .st-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: 700;
  color: #d4f982;
}

.subscribe-telegram .st-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.911);
text-align:justify;
}

.subscribe-telegram .st-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.subscribe-telegram .st-right {
  display: flex;
  justify-content: center;
}

.subscribe-telegram .st-center {
  position: relative;
  display: grid;
  place-items: center;
}

.subscribe-telegram .st-imageBox {
  width: 320px;
  height: 340px;
  border-radius: 19%;
  overflow: hidden;
  display: grid;
  place-items: center;
  z-index: 12;
}

.subscribe-telegram .st-imageBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subscribe-telegram .st-rings span:nth-child(1) {
  width: 420px;
  height: 420px;
  opacity: 0.55;
}

.subscribe-telegram .st-rings span:nth-child(2) {
  width: 520px;
  height: 520px;
  opacity: 0.25;
}

.subscribe-telegram .st-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.subscribe-telegram .st-lines .st-line {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  color: #000;
  position: absolute;
  height: 2px;
  background: #ffffff;
  border-radius: 10px;
  font-family: "Josefin Sans", sans-serif;
  margin: 20px;
}

.subscribe-telegram .st-line.l1 {
  left: 24%;
  top: -34%;
  width: 109px;
  height: 78px;
  transform: translateX(-100%);
}

.subscribe-telegram .st-line.l2 {
  left: 59%;
  top: -35%;
  width: 109px;
  height: 78px;
  transform: translateX(-100%);
}

.subscribe-telegram .st-line.l3 {
  right: 10%;
  top: -36%;
  width: 109px;
  height: 78px;
  transform: translateX(100%);
}

.subscribe-telegram .st-card {
  position: relative;
  overflow: hidden;
}

.subscribe-telegram .st-arrow-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.subscribe-telegram .st-arrow-gif img {
  width: 90px;
  height: auto;
}

/********* Responsive **********/
@media (min-width:1200px) and (max-width:1399px) {
  .subscribe-telegram .st-head {
    width: 70%;
  }

  .subscribe-telegram .st-head h2 {
    font-size: 35px;
  }

  .subscribe-telegram .st-head h2 span::before {
    right: -160px;
    height: 60px;
  }

  .subscribe-telegram .st-head p {
    font-size: 16px;
  }

  .subscribe-telegram .st-card h3 {
    font-size: 20px;
  }

  .subscribe-telegram .st-card p {
    font-size: 16px;
    line-height: 1.4;
  }

  .subscribe-telegram .st-line.l1 {
    top: -32%;
    height: 60px;
  }

  .subscribe-telegram .st-line.l2 {
    top: -32%;
    height: 60px;
  }

  .subscribe-telegram .st-line.l3 {
    top: -32%;
    height: 60px;
  }

  .subscribe-telegram .st-lines .st-line {
    font-size: 20px;
  }
}

@media (min-width:1400px) and (max-width:1500px) {
  .subscribe-telegram .st-head {
    width: 60%;
  }

  .subscribe-telegram .st-head h2 {
    font-size: 38px;
  }

  .subscribe-telegram .st-head h2 span::before {
    right: -170px;
    height: 60px;
  }

  .subscribe-telegram .st-head p {
    font-size: 16px;
  }

  .subscribe-telegram .st-card h3 {
    font-size: 20px;
  }

  .subscribe-telegram .st-card p {
    font-size: 16px;
    line-height: 1.4;
  }

  .subscribe-telegram .st-line.l1 {
    top: -32%;
    height: 60px;
  }

  .subscribe-telegram .st-line.l2 {
    top: -32%;
    height: 60px;
  }

  .subscribe-telegram .st-line.l3 {
    top: -32%;
    height: 60px;
  }

  .subscribe-telegram .st-lines .st-line {
    font-size: 20px;
  }
}

@media (min-width:1700px) and (max-width:1900px) {
  .subscribe-telegram .st-head h2 span::before {
    right: -180px;
    height: 66px;
  }
}

@media (min-width:1901px) and (max-width:3500px) {
  .subscribe-telegram .st-head h2 {
    font-size: 45px;
  }

  .subscribe-telegram .st-head h2 span::before {
    right: -201px;
  }

  .subscribe-telegram .st-head p {
    margin: 0;
    font-size: 22px;
    line-height: 1.5;
    opacity: 0.7;
  }

  .subscribe-telegram .st-card h3 {
    font-size: 28px;
  }

  .subscribe-telegram .st-card p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.911);
  }
}


@media(max-width: 980px) {
  .subscribe-telegram .st-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  /* .subscribe-telegram .st-lines {
    display: none;
  } */

  .subscribe-telegram .st-imageBox {
    width: 260px;
    height: 260px;
  }

  .subscribe-telegram .st-rings span:nth-child(1) {
    width: 360px;
    height: 360px;
  }

  .subscribe-telegram .st-rings span:nth-child(2) {
    width: 440px;
    height: 440px;
  }
}

/************ mobile responsive *****/
@media (max-width:990px) {
  .subscribe-telegram .st-head {
    width: 100%;
  }

  .subscribe-telegram .st-head h2 {
    font-size: 32px;
  }

  .subscribe-telegram .st-head h2 span::before {
    display: none;
  }

  .subscribe-telegram .st-card p {
    line-height: 1.5;
  }

  .subscribe-telegram .st-card {
    height: 230px;
    margin-bottom: 30px;
  }

  .subscribe-telegram .st-lines .st-line {
    font-size: 22px;
  }

  .subscribe-telegram .st-line.l1 {
    left: 83%;
    top: -8%;
    height: 62px;
  }

  .subscribe-telegram .st-line.l2 {
    left: 38%;
    top: 27%;
    height: 58px;
  }

  .subscribe-telegram .st-line.l3 {
    right: 35%;
    top: 62%;
    height: 52px;
  }

}