header {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05) !important;
  position: relative;
}

.header-sticky {
  position: fixed;
}

.logo-img > img {
  width: 150px;
}

.btn-primary-outline {
  background-color: #ffffff;
  color: var(--bs-primary);
}

.btn {
  font-weight: 800;
}

.get-st-btn,
.login-btn {
  border: 2px solid var(--bs-primary);
}

.login-btn-div {
  display: flex;
  gap: 10px;
}

.bg-gradeant-1 {
  background: linear-gradient(180deg, #fe7a89 16.45%, #ffffff 121.16%);
}

.text-white {
  color: white;
}

.main-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 7px 7px 7px 15px;
  gap: 10px;

  background: #ffffff;
  /* Primary/Blue */
  border: 2px solid #fe7a89;
  border-radius: 8px;
}

#genarate-site-btn {
  font-size: 1rem;
  width: 400px;
  background-color: white;
  border: none !important;
}

.hero-section {
  padding-top: 150px;
  padding-bottom: 300px;
}

.website-mockup {
  margin-top: -200px;
}

.website-mockup img {
  width: 200px;
  border-radius: 8px;
  border: 1px solid #b9c3cc;
}

.section-heading {
  margin-bottom: 70px;
}

.step-items {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 20px;

  flex: 1;

  background: #fffaf4;

  border: 1px solid #fef0ca !important ;
  border-radius: 12px;
}

.number-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13px;
  isolation: isolate;

  width: 50px;
  height: 50px;

  background: #fc7c8c;
  color: #fff;

  border: 1px solid #fe7a89;
  border-radius: 100px;
}

.det-item {
  padding: 20px;
  gap: 16px;

  background: #ffffff;
  box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
  border-radius: 8px;
}

.avbl-icon {
  font-size: 21px !important;
  color: #16cdc7;
}

.not-avbl-icon {
  color: var(--bs-primary);
  font-size: 21px !important;
}

#payment .fw-bolder {
  font-weight: 800 !important;
}

.midd-gradeant-bg {
  background: linear-gradient(180deg, #fef4ea 0%, #ffffff 100%);
}

.ptb-50 {
  padding: 60px;
}

.contact-card {
  border-radius: 30px;
}

.contact-btn {
  font-size: 24px;
  width: 223px;
  background-color: white;
  border-color: white;
  color: var(--bs-primary);
}

.top-btn {
  background: #fffaf4;
  /* Primary/Blue */
  border: 2px solid var(--bs-primary);
  border-radius: 100px;
  color: #062743;
}

.brand-section {
  padding-top: 15px;
  padding-bottom: 15px;

  background: white;
}

.swiper-slide img {
  width: 100%;
  filter: brightness(0);
  opacity: 0.2;

  &:hover {
    opacity: 1;
    filter: none;
    transition-duration: 0.4s;
  }
}

.footer {
  background: linear-gradient(180deg, #f4f7fb 0%, #fef4ea 100%);
}

.footer-logo {
  width: 200px;
}

.footer-txt,
.footer-header-txt {
  color: #062743 !important;
}

.footer-tab-1 {
  padding-right: 4rem;
}

.fab {
  padding: 8px;
  border: 1px solid;
  border-radius: 100px;
}

#priceToggle {
  width: 4em;
  height: 2em;
  border-color: var(--bs-primary) !important;
}

.svg-img {
  background-color: #fc7c84 !important;
  padding: 10px;
  width: 3.5rem;
  border-radius: var(--bs-border-radius) !important;
}

/* responsive */
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 600px) {
  #genarate-site-btn {
    width: 200px;
  }

  .steps-div,
  .det-div,
  .cont-div {
    flex-direction: column;
  }
}