body {
  margin-top: 0px;
}

.header {
  position: relative;
  width: 100%;
  height: 80vh;
 /* background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);*/
 background-image: url("https://b.top4top.io/p_3483yxsd81.png");
background-size: cover;

}
.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.header h1 {
  line-height: clamp(2.5rem, 1.8398rem + 2.1127vw, 4.375rem);
  font-size: clamp(1.375rem, 1.0229rem + 1.1268vw, 2.375rem);
  margin-bottom: 40px;
}
.header .content {
  z-index: 1;
}
.header .content a {
  background-color: var(--second-color);
  color: #ffffff;
  padding: 18px 40px;
  padding-left: 30px;
  border-radius: var(--border-radius);
}
.header .content a svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.header img {
  max-width: 90%;
  margin-top: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

#how-to-work {
  padding: 80px 0px;
  padding-bottom: 0px;
}
#how-to-work .box {
  text-align: center;
  padding: 40px 20px;
}
#how-to-work .box .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #eee;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
}
#how-to-work .box .icon svg {
  width: 40px;
  height: 40px;
}

#advantages {
  padding: 80px 0px;
  padding-bottom: 0px;
}
#advantages .box {
  text-align: center;
  padding: 40px 20px;
}
#advantages .box .icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}
#advantages .box .icon img {
  width: 75px;
  height: 75px;
}

#plans {
  background-color: var(--second-bg);
  background-image: url("../../../images/Price-Section-BG.svg");
  height: auto;
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#plans .section-title h2,
#plans .section-title p {
  text-align: center;
}
#plans .section-title p {
  font-size: 18px;
  color: var(--text-gray);
  font-weight: 300;
}
#plans .section-title h2 {
  font-size: 32px;
  font-weight: 700;
}
#plans .pricing-box {
  background-color: #fff;
  padding: 25px;
  border: solid 1px var(--border-color);
  position: relative;
  z-index: 1;
  border-radius: var(--border-radius);
}
#plans .top-selling-badge .title {
  position: absolute;
  top: 20px;
  left: 5px;
  z-index: 1;
  background-color: var(--brand-second-color);
  border-radius: var(--btn-main-border-radius) var(--btn-main-border-radius) var(--btn-main-border-radius) 0px;
  height: 40px;
  padding: 0px 20px;
  line-height: 40px;
  color: #fff;
}
#plans .top-selling-badge .shape {
  position: absolute;
  background-color: var(--brand-second-color);
  opacity: 0.5;
  height: 30px;
  width: 30px;
  left: 10.5px;
  top: 50.9px;
  transform: rotate(-30deg);
  z-index: 0 !important;
}
#plans .price-title h5 {
  font-weight: 600;
  font-size: 22px;
}
#plans .price-features ul {
  list-style: none;
  margin-bottom: 0px;
}
#plans .price-features ul li {
  color: var(--text-gray);
  font-size: 15px;
  margin-bottom: 15px;
}
#plans .price-features ul li:last-of-type {
  margin-bottom: 0px;
}
#plans .price-features ul svg {
  fill: var(--brand-second-color);
  width: 16px;
  margin-left: 8px;
  /*R*/
}
#plans .price-features .price-btn {
  text-align: center;
  display: block;
  padding: 10px 5px;
  background-color: var(--btn-second-bg);
  border-radius: var(--border-radius);
  color: var(--btn-second-color);
  font-size: 15px;
  font-weight: 300;
}
#plans .price-features .price-btn-soft {
  text-align: center;
  display: block;
  padding: 10px 5px;
  background-color: var(--btn-main-soft-bg);
  border-radius: var(--border-radius);
  color: var(--btn-main-soft-color);
}
#plans .shape {
  content: "";
  position: absolute;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 500px) {
  .header {
    height: 70vh;
    text-align: center;
  }
  .header h1, .header a, .header div {
    text-align: center;
  }
  #how-to-work h2 {
    font-size: 20px !important;
  }
  #how-to-work p {
    font-size: 12px !important;
  }
}/*# sourceMappingURL=home.css.map */