.extension-f-thumb {
  max-width: 673px;
}
@media screen and (max-width: 1199px) {
	.extension-f-thumb {
		max-width: 443px;
	}
}
@media screen and (max-width: 991px) {
	.extension-f-thumb {
		max-width: 343px;
	}
}
@media screen and (max-width: 768px) {
	.extension-f-thumb {
		max-width: 100%;
	}
}

.feature-wrapper .feature-thumb {
  max-width: 486px;
}
.feature-wrapper .feature-thumb video {
  max-width: 100%;
  border-radius: 30px;
}
.hero-thumb video {
  max-width: 100%;
}

/* hero area start */
.new-subscribe-content-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 425px;
  margin-top: 40px;
}
.new-subscribe-content-wrapper .content-left,
.new-subscribe-content-wrapper .content-right {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 575px) {
  .new-subscribe-content-wrapper {
    justify-content: space-evenly;
    align-items: center;
  }
  .new-subscribe-content-wrapper .content-left,
  .new-subscribe-content-wrapper .content-right {
    flex-direction: column;
  }
  .new-subscribe-content-wrapper .content-left p br,
  .new-subscribe-content-wrapper .content-right p br {
    display: none;
  }
}
.new-subscribe-content-wrapper .content-left img,
.new-subscribe-content-wrapper .content-right img {
  max-width: 62px;
  -o-object-fit: contain;
  object-fit: contain;
}
.new-subscribe-content-wrapper .content-left h4,
.new-subscribe-content-wrapper .content-right h4 {
  font-size: 32px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}
.new-subscribe-content-wrapper .content-left p,
.new-subscribe-content-wrapper .content-right p {
  color: #9ca3af;
  font-size: 12px;
  line-height: 1.29;
  margin: 0;
}

.hero-btn-wrapper .cmn-btn {
  border-radius: 12px;
}

@media (min-width: 1200px) {
  .hero-bottom-feature-list {
    margin-top: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hero-bottom-feature-list {
    gap: 30px;
  }
  .feature-item:nth-child(even) img {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .hero-bottom-feature-list .feature-item {
    max-width: 100%;
    width: 47%;
  }
}
/* hero area end */

/* promo area start */
.promo-area {
  background: linear-gradient(180deg, #60a5fa 0%, #1e40af 131.55%);
  padding-left: 50px;
  overflow: hidden;
}

.promo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin-inline: auto;
}

.promo-thumb {
  max-width: 633px;
  max-height: 534px;
}
@media screen and (max-width: 1199px) {
	.promo-thumb {
		max-width: 433px;
	}
}

.promo-content {
  max-width: 742px;
}
.promo-content__title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.promo-content p {
  font-weight: 500;
  font-size: 20px;
  color: #e2e8f0;
  margin-bottom: 20px;
  line-height: 1.2;
}
.promo-content .star-content {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.promo-content .star-content h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.promo-content .star-content span {
  color: #e2e8f0;
  font-weight: 500;
  font-size: 12px;
}
.promo-content .star-content h5,
.promo-content .star-content span {
  margin: 0;
}
.promo-content .install-text {
  margin-top: 32px;
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
}

@media (max-width: 1199px) {
  .promo-area .promo-content {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .promo-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .promo-area {
    padding-block: 100px;
    padding-left: 0;
  }
  .promo-area .promo-content {
    width: 100%;
    padding-inline: 20px;
    text-align: center;
    margin-bottom: 64px;
  }
  .promo-area .promo-content .promo-content__title {
    font-size: 28px;
  }
}
/* promo area end */

@media (max-width: 575px) {
  .hero-area {
    padding-top: 120px;
  }
  .new-subscribe-content-wrapper {
    justify-content: space-evenly;
    align-items: center;
  }
  .new-subscribe-content-wrapper .content-left,
  .new-subscribe-content-wrapper .content-right {
    flex-direction: column;
  }
  .new-subscribe-content-wrapper .content-left p br,
  .new-subscribe-content-wrapper .content-right p br {
    display: none;
  }
}
