body{
  /* background-image: url('../images/supremelysearch/bg2.jpg'); */
  background-image: none !important;
  background-repeat: repeat;
  background-size: auto;
  background-color: #000000 !important;
}

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

.hero-container {
    top: 0px;
    padding: 0px;
}

@media (max-width: 991px) {

  .urlSection{
      display: contents;
  }

  .divider{
      margin-top: 10px;
      margin-bottom: 10px;
      height: 0%;
      color: #000;
  }

  .hero-padding
  {
    padding-top: 10px;
  }

  .button-container {
    justify-content: left !important;
    margin-top: 20px;
  }

  .header {
    font-size: 18px !important;
  }

}
@media (min-width: 992px) {
  .urlSection{
      text-align: center;
      margin-left: 33px;
  }

  .w-col-1 {
    width: 3.33333333%;
  }

  .w-col-5 {
    width: 38.66666667%;
  }
  .w-col-6 {
    width: 57%;
  }

  /* .button-container {
    justify-content: left;
    margin-top: 20px;
  } */

}

.w-col-8 {
  width: 100% !important;
}

.header {
  width: 100% !important;
  line-height: 24px !important;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  text-align: left;
  padding-left: 0px !important;
  text-transform: none;
  letter-spacing: 0px;
}

a.adsUrl {
    text-decoration: underline;
    line-height: 21px;
    color: #56BF56 !important;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: medium;
    font-family: 'Inter', sans-serif;
}

a.adsUrl:hover {
    color:#dddddd !important;
    cursor: default;
}

.button-1 {
    border-width: 1px;
    background-color: #141414;
    background-image: none;
    box-shadow: 0 0 0 0px #ffffff;
    padding-bottom: 28px;
    display: block;
    overflow: visible;
    padding: 50px 35px 50px 35px;
    margin-bottom: 50px;
    float: none;
    clear: none;
    border-radius: 15px;
    border-color: #282828 !important;
}

.button-1:hover {
    border-width: 1px;
    background-color: #141414;
    background-image: none;
    box-shadow: 0 0 0 0px #ffffff;
    padding-bottom: 28px;
    display: block;
    overflow: visible;
    padding: 50px 35px 50px 35px;
    margin-bottom: 50px;
    float: none;
    clear: none;
    border-radius: 15px;
    border-color: #282828 !important;
}


.button-1-h {
    text-decoration: none;
    color:#FFFFFF;
    padding-right: 10px;
    line-height: 45px;
    font-size: 26px;
    text-decoration: underline;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0px;
}

.button-1-h:hover {
    color: #56BF56;
}

.paragraph-text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0px;
}

a.policy {
    font-size: 18px;
    line-height: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
}

a.policy:hover {
    color: #56BF56;
}

.bold{
    font-weight: bold;
}

.button-container {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    height: 60px;
}

.learn-more-btn {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height:60px;
  text-align: center;
  padding: 0;
  background-color: #56BF56;
  color: #ffffff;
  font-style: normal;
  font-variant: normal;
  font-weight: medium;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 0 0 3px #ADE5AD;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #43AA43;
  color: #ffffff;
}

.arrow-icon {
    font-size: 35px;
    line-height: 40px;
    font-weight: normal;
    margin-left: 2px;
    margin-bottom: 6px;
    display: inline-block;
    vertical-align: middle;
}
