#header .header-content{
  background: url('../img/background-demo.png');
  background-position: bottom;
  background-size: cover;
}

.relative {
  position: relative;
  height: 700px;
}

.absolute{
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
}

h3.header {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 180%;
  text-align: center;
  color: #262626;
  margin-bottom: 12px;
}

video{
  height: 400px;
}

#content {
  background-color: #FFF2F0;
}

a.dashboard {
  margin: 42px 0;
}

#content-knowlage .container {
  padding-bottom: 50px;
  border-bottom: 1px solid #E0E0E0;
}

#footer .container {
  margin-top: 60px;
  margin-bottom: 60px;
}

#footer h3{
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  text-align: center;
  color: #262626;
  margin-bottom: 12px !important;
}

#footer h5{
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  margin-bottom: 35px;
}

#footer a{
  width: 160px;
  height: 40px;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}


.card-knowlage {
  background-color: #F8F9FD;
  padding: 48px;
}


.card-knowlage h3 {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  text-align: left;
  color: #262626;
}

.card-knowlage label {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.card-knowlage a {
  width: 192px;
  height: 48px;
  margin-top: 20px;
}

label.content-text {
  padding: 42px 0;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #262626;
}
.background-header{
  padding-bottom: 200px;
}

label.description-header {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  color: #8C8C8C;
}

#content-knowlage .container {
  padding-bottom: 150px;
}

@media (max-width: 374px) {
  h3.header{
    font-size: 21px;
  }
}
@media (min-width: 375px) and (max-width:424px) {
  h3.header{
    font-size: 28px;
  }
}

@media (min-width:768px) {
  .card-knowlage {
    margin-right: 80px;
  }

  #content-knowlage img.image-knowlage{
    width: 400px;
  }

  .background-header{
    padding-bottom: 300px;
  }
  video{
    height: 700px;
  }
  .relative{
    height: 1000px;
  }
}

@media(max-width:767px) {
  #content-knowlage img.image-knowlage{
    width: 100%;
  }

  .card-knowlage {
    margin: 20px 0;
  }
}

#pricing-hero {
  background: url('../img/pricing-hero-bg.svg');
  background-position: bottom;
  background-size: cover;
}

#pricing-hero .container {
  min-height: 360px;
}

#pricing-hero .section-title .highlight {
  position: relative;
}

#pricing-hero .section-title .highlight::after {
  content: url('../img/scratch5.svg');
  position: absolute;
  left: -15px;
  top: 15px;
}

@media screen and (max-width: 576px) {
  #pricing-hero .section-title .highlight::after {
    content: url('../img/scratch4.svg');
    position: absolute;
    left: 10px;
    scale: 1.25;
    top: 15px;
  }
}

#pricing-cards .price-card {
  border-radius: 24px;
}

#pricing-cards .price-card .card-body {
  padding: 40px;
}

#pricing-cards .price-card.popular {
  background: #fff9fc;
}

#pricing-cards .price-card .most-popular-badge {
  color: #ff1616;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  padding: 8px 12px;
  background: #ffe7e6;
}

#pricing-feature {
  background: #fffbfa;
}

@media screen and (max-width: 576px) {
  #pricing-feature .section-title {
    font-size: 20px;
  }
}
