.main-header {
  margin-top: 25px;
}

.stars-header {
  top: 90px;
}

.welcome-message {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 3px;
  padding: 4px 8px;
}

.main-title {
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  max-width: 990px;
  font-size: 35px;
  line-height: 38px;
  z-index: 99;
}

.main-title span {
  font-family: Inter;
  font-size: 42px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  display: block;
  position: relative;
}

.main-title-span {
  background: -webkit-linear-gradient(70deg, var(--bs-primary), #ededed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-info {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.025em;
  text-align: center;
  max-width: 424px;
}

.header-description {
  text-align: center;
  max-width: 800px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  z-index: 99;
  padding-right: 20px;
  padding-left: 20px;
}

.transform-star {
  transform: translateY(-56px);
}

.why-choose {
  width: 100%;
  text-align: center;
}

.star-1 {
  width: 80px;
  position: absolute;
  top: 0px;
  right: 7vw;
  transform: translateY(-50%);
}

.star-2 {
  position: absolute;
  bottom: 0px;
  width: 60px;
  left: 7vw;
  transform: translateY(100%);
}

.h2-el {
  z-index: 99;
}

.become-partner-main {
  width: calc(100% - 50px);
  max-width: 1232px;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 22px;
  border: 1px solid #b6d6e8;
  background-color: white;
  z-index: 10;
}

.separator {
  width: calc(100% -60px);
  margin: 15px 30px;
  height: 1px;
}

.dropdown-2{
  margin-top: 2px;
}

.cards-div {
  max-width: 1232px;
  width: calc(100% - 50px);
  margin-right: 25px;
  margin-left: 25px;
}

.lamp {
  display: none;
}

.card img {
  width: 190px;
}

.become-partner-section {
  margin-top: 80px;
  padding-top: 8vw;
  margin-bottom: 115px;
}

.why-choose-section {
  margin-top: 115px;
  margin-bottom: 115px;
}

.why-choose-description {
  width: 100%;
  max-width: 620px;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}

.next-step {
  z-index: 999;
  max-width: 530px;
}

.electricity-tower {
  max-width: 651px;
  height: 100%;
  opacity: 0.3;
}

.services-cards {
  max-width: 1232px;
  width: calc(100% - 50px);
  margin-right: 25px;
  margin-left: 25px;
}

.services-logo {
  background-color: #f6e5fa;
  width: 50px;
  height: 50px;
}

.contact-info {
  max-width: auto;
}

.phone-business {
  width: 16vw;
  display: none;
}

.next-step-heading {
  text-align: left !important;
}
.laptop {
  width: 15vw;
  display: none;
}

.card {
  padding: 25px 20px !important;
  border: none !important;
}

.col .card {
  min-height: 460px;
}

h3 {
  font-size: 22px !important;
  line-height: 33px !important;
}

@media (min-width: 576px) {
  .become-partner-main {
    padding: 40px;
  }

  .main-title {
    font-size: 40px;
    line-height: 42px;
  }

  .main-title span {
    font-size: 60px;
    line-height: 63px;
  }

  h3 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}

@media (min-width: 768px) {
  .star-1 {
    width: 106px;
  }

  .become-partner-main {
    padding: 80px;
  }

  .lamp {
    display: block;
  }

  .header-info {
    font-size: 22px;
    line-height: 33px;
  }

  .main-header {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .electricity-tower {
    opacity: 1;
  }

  .main-title {
    font-size: 48px;
    line-height: 78px;
  }

  .main-title span {
    font-size: 75px;
    line-height: 78px;
  }

  .separator {
    width: 1px;
    height: 100%;
    margin: 0;
  }

  .phone-business {
    bottom: 0;
    transform: translateY(50px);
    display: block;
  }

  .laptop {
    /* width: 190px; */
    bottom: 0;
    transform: translateY(50px);
    display: block;
  }
}

@media (min-width: 1200px) {
  /* .phone-business{
        width: 260px;
    } */

  /* .laptop{
        width: 230px;
    } */
}

/* Mobile version  */

@media (max-width: 769px) {
  .laptop {
    display: block !important;
    width: 80px;
    top: -100 !important;
    left: 0;
    z-index: -3;
  }
  .become-partner-section img {
    width: 90% !important;
    margin: auto !important;
  }
  .services-cards {
    margin-top: 5rem !important;
  }
  .main-header-star2 {
    top: 370 !important;
  }
  .become-partner-section {
    margin-top: 20px;
  }
  .product-main-link {
    margin: 0 !important;
  }
  .product-main-card {
    padding: 10px !important;
    max-height: 400px;
  }
  .next-step-heading {
  text-align: center !important;
}
  .main-product-card {
    gap: 10px !important;
  }
  .card-rounded-circle-fan {
    width: 65px;
    height: 65px;
  }
  .card-rounded-circle-fan img {
    width: 40% !important;
  }
  .card-rounded-circle {
    width: 65px;
    height: 65px;
  }
  .card-rounded-circle img {
    width: 60% !important;
  }
  .star-img-card {
    width: 30px !important;
  }
  .m-star-hide {
    display: none !important;
  }
  .next-step-bg {
    background: transparent !important;
    box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .product-card-mt60 {
    margin-top: 60px !important;
  }
  .card-btn-mt20 {
    margin-top: 20px !important;
  }
  .choose-spike-description {
    margin-top: 20px !important;
  }
  .why-choose-description {
    margin-top: 50px !important;
  }
  .header-description {
    font-weight: 500 !important;
  }
  .contact-card-description {
    font-weight: 500 !important;
  }
  .services-cards .card {
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
  }
  .services-cards .btn-secondary {
    margin-top: 20px;
  }
}
@media (max-width: 597px) {
  .laptop {
    width: 60px;
    top: -10 !important;
  }
  .main-title-header {
    font-size: 1.7rem;
    line-height: 20px;
  }
  .main-title-header span {
    font-size: 2.2rem;
  }
  .next-step-span {
    font-size: 1.7rem !important;
  }
}
@media (max-width: 460px) {
  .main-title {
    font-size: 1.7rem !important;
  }
  .solar-panel {
    width: 50px;
    left: 0 !important;
    top: -20 !important;
  }
  .next-step-text {
    font-size: 1.8rem !important;
  }
  .main-title-span {
    font-size: 2.2rem;
  }
  .laptop {
    width: 50px;
  }
  .services-cards {
    margin-top: 3rem !important;
  }
}

@media (max-width: 410px) {
  .main-title-header {
    font-size: 1.4rem !important;
    line-height: 15px !important;
  }
  .main-title-header span {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 380px) {
  .main-title-header {
    font-size: 1.3rem !important;
    line-height: 12px !important;
  }
  .main-title-header span {
    font-size: 1.5rem !important;
  }
}
