body{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}
.container{
    margin: 0 auto;
    max-width: 1140px;
}
.navigation{
    width: 100%;
    margin: 0;
    padding: 15px 0 ;
    box-sizing: border-box;
}
.navigation .row{
    display: flex;
}
.navigation .col-lg-1{
    width: 25%;
}
.navigation .col-lg-1 strong{
    color: red;
}
.navigation .col-lg-1 .logo-item h2{
    margin: 0;
    padding: 5px 0;
    font-size: 25px;
    text-align: center;
}
.navigation .col-lg-1 .btn-item ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #2575fc;
    border-radius: 10px;
    border: none;
    width: 100%;
}
.navigation .col-lg-1 .btn-item ul li{
    display: block;
}
.navigation .col-lg-1 .btn-item ul li a{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #ffff;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
}
.navigation .col-lg-2{
    width: 50%;
}
.navigation .col-lg-2 .menu ul{
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    box-sizing: border-box;
    width: 100%;
}
.navigation .col-lg-2 .menu ul li{
    display: inline-block;
}
.navigation .col-lg-2 .menu ul li a{
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    padding: 12px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.navigation .col-lg-2 .menu .bckg{
    background: #2575fc;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
.navigation .col-lg-3{
    width: 25%;
}
.navigation .col-lg-3 .sign ul{
    list-style-type: none;
    margin: 0;
    padding: 12px 0;
    box-sizing: border-box;
    text-align: right;
    width: 100%;
}
.navigation .col-lg-3 .sign ul li{
    display: inline-block;
}
.navigation .col-lg-3 .sign ul li a{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    padding: 12px 10px;
    box-sizing: border-box;
    color: #000;
    background: #f1f1f1;
    border-bottom: 4px solid #bebebe;
    border-radius: 4px;
    cursor: pointer;
}
.navigation .col-lg-3 .sign .none{
    background: none;
    cursor: pointer;
}
.navigation .col-lg-3 .sign .round{
    background: none;
    cursor: pointer;
}

.navigation .col-lg-3 .sign ul li a i{
    font-size: 18px;
    color: rgb(82, 82, 82);
}

.hero-section{
    width: 100%;
    background: #e6e6e6;
    padding: 100px 0;
}
.hero-section .row{
    display: flex;
}
.hero-section .earn{
    width: 60%;
}
.hero-section .wallet{
    width: 40%;
    text-align: center;
}

.hero-section .earn .btn-lock button{
    background: #000;
    color: #fff;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.hero-section .earn .heading h2{
    margin: 0;
    padding: 0;
    font-size: 70px;
    color: #000;
    font-weight: 700;
    line-height: 1.5em;
}
.hero-section .earn .heading strong{
    font-weight: 500;
    color: #078a3c;
}
.hero-section .earn .heading p{
    font-size: 16px;
    color: #292929;
    line-height: 1.5em;
    font-weight: 400;
}
.hero-section .earn .btn-now button{
    margin-top: 30px;
    background: #078a3c;
    border: none;
    border-bottom: 5px solid #02be4d;
    border-radius: 5px;
    padding: 15px 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.hero-section .earn .imagess img{
    width: 100%;
}

.hero-section .earn .monetize{
    width: 100%;
    border-top: 1px solid #c9c9c9;
    margin-top: 50px;
    padding: 100px 0;
}

.hero-section .earn .content-item h4{
    font-size: 18px;
    font-weight: 600;
}
.hero-section .earn .list-icon{
    padding: 10px;
}
.hero-section .earn .list-icon .row{
    display: flex;
}
.hero-section .earn .icon-bar{
    width: 5%;
    display: block;
}
.hero-section .earn .icon-bar i{
    font-size: 10px;
    color: #fff;
    margin-top: 18px;
    padding: 5px;
    background: #02be4d;
    border-radius: 50px;
}
.hero-section .earn .text{
    width: 95%;
    margin-left: 5px;
}
.hero-section .earn .text p{
    margin: 21px 0;
    color: #000;
    font-size: 15px;
    font-weight: 300;
}
.hero-section .earn .btn-try button{
    margin: 20px 10px;
    background: #078a3c;
    border: none;
    border-bottom: 5px solid #02be4d;
    border-radius: 5px;
    padding: 15px 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.hero-section .monetize .row{
    display: flex;
}
.hero-section .monetize .img-item{
    width: 30%;
}
.hero-section .monetize .content-item{
    width: 70%;
    padding: 30px;
    box-sizing: border-box;
}
.hero-section .monetize .img-item img{
    width: 100%;
    justify-content: center;
}

.empowering{
    width: 100%;
    margin-top: 50px;
}
.empowering .to-earn h2{
    font-size: 60px;
    font-weight: 600;
    line-height: 1.5em;
}
.empowering .to-earn .btn-try button{
    margin: 0;
    background: #078a3c;
    border: none;
    border-bottom: 5px solid #02be4d;
    border-radius: 5px;
    padding: 15px 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.empowering .img-item img{
    width: 100%;
    justify-content: center;
}
.empowering .img-item{
    margin-top: 50px;
}


#faq .heading-2{
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

#faq .accordion {
  padding-top: 20px;
}
#faq .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}
#faq .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #ef4824;
}
#faq .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #102039;
  font-weight: 500;
  font-size: 18px;
  border: none;
  background: none;
  outline: none;
  padding-right: 30px;
}
#faq .accordion button:hover, #faq .accordion button:focus {
  cursor: pointer;
  color: #ef4824;
}
#faq .accordion button:hover::after, #faq .accordion button:focus::after {
  cursor: pointer;
  color: #ef4824;
  border: 1px solid #ef4824;
}
#faq .accordion button .accordion-title {
  padding: 20px 25px 20px 0;
}
#faq .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  transition: 0.5s ease;
}
#faq .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 10px;
  left: 6px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
#faq .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 6px;
  left: 10px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
#faq .accordion button[aria-expanded=true] {
  color: #ef4824;
}
#faq .accordion button[aria-expanded=true] .icon {
  color: white;
  background: #ef4824;
  transition: 0.5s ease;
}
#faq .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
#faq .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
#faq .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
#faq .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 25px 0;
}
#faq .accordion-content .btn-try button{
    margin: 0;
    width: 150px;
    background: #078a3c;
    border: none;
    border-bottom: 5px solid #02be4d;
    border-radius: 5px;
    padding: 15px 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.footer-section{
    width: 100%;
    margin-top: 100px;
    padding: 50px 0;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: #1f2122;
}
.footer-section .row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.footer-section .menu h4{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.footer-section .menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer-section .menu ul li{
    display: block;
}
.footer-section .menu ul li a{
    text-decoration: none;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    cursor: pointer;
}
.footer-section .quick h4{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.footer-section .quick ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer-section .quick ul li{
    display: block;
}
.footer-section .quick ul li a{
    text-decoration: none;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    cursor: pointer;
}
.footer-section .menu ul li strong{
    color: red;
}
.footer-section .quick ul li strong{
    color: red;
}
.footer-section .support h4{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.footer-section .support ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer-section .support ul li{
    display: block;
}
.footer-section .support ul li a{
    text-decoration: none;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    cursor: pointer;
}
.footer-section .col-lg-1 .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}
.footer-section .col-lg-1{
    margin: 30px 0;
    padding-top: 30px;
    box-sizing: border-box;
    border-top: 1px solid #353535;
}
.footer-section .col-lg-1 .logo-item h2{
    color: #fff;
    margin: 0;
    padding-bottom: 5px;
    font-size: 25px;
}
.footer-section .col-lg-1 ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #2575fc;
    border-radius: 10px;
    border: none;
    width: 250px;
}
.footer-section .col-lg-1 ul li{
    display: block;
}
.footer-section .col-lg-1 ul li a{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #ffff;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
}
.footer-section .col-lg-1 strong{
    color: red;
}
.footer-section .copyrights p{
    text-align: right;
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
}
