body {
  overflow-x: hidden !important;
  /* background-color: #000000; */
  background-color: #ffffff !important;
}





/* service section 1 start */

.attribute-section1 {
  background-image: url('/static/images/terms-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;  /* horizontal center */
  align-items: center;      /* vertical center */
}


.attribute-section1 .image-container{
    text-align: center;
}

.attribute-section1 .image-container img{
    width: 100%;
    transition: 0.3s;
}
.attribute-section2{
  margin-top: 50px;
}
.attribute-section2 .heading{
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: capitalize;
  color: #4CA246;
}
.attribute-section2 .links_header{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  text-transform: uppercase;
  color: #424242;
  margin-bottom: 25px;
}
.attribute-section2 .links_header a{
  color: #52B7FF;
  transition: 0.2s;
  text-decoration: none;
}
.attribute-section2 .links_header a:hover{
  color: #1146f7;
  transition: 0.2s;
  text-decoration: underline;
  cursor: pointer;
}





/* service section 1 end */


















/* footer section start */

.footer-section{
border-top: 1px solid #000000;
    padding-top: 70px;
    padding-bottom: 40px;
    margin-top: 30px;
    background: #000000;

}

.footer-section .footerImage-section{
  padding-left: 15px;
}
.footer-section .footerImage-section .footerImg{
      width: 140px;
      transition: 0.3s;
}

.footer-section .breaker{
  display: block;
}
.footer-section .footerPara-section .footerPara{
padding-left: 15px;
padding-top: 30px;
font-weight: 400;
font-size: 16px;
line-height: 130%;
vertical-align: middle;
text-transform: capitalize;
color: #888888;
}

.footer-section .footerMenu-section{
padding-right: 15px;
}
.footer-section .footerMenu-section .footer-menu .footer-links{
font-weight: 400;
font-size: 16px;
line-height: 100%;
vertical-align: middle;
text-transform: capitalize;
text-decoration-style: solid;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
color: #888888;
margin-bottom: 18px;
transition: 0.3s;
text-align: end;
list-style: none;
}

.footer-section .footerMenu-section .footer-menu .footer-links .footerMenus{
  transition: 0.3s;
  text-decoration: none;
font-family: 'Oxanium', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}
.footer-section .footerMenu-section .footer-menu .footer-links .footerMenus:hover{
  color: #4ABF2C;
  cursor: pointer;
  padding-left: 5px;
  transition: 0.3s;
}
.footer-section .playstoreImage-section{
display: flex;
    gap: 20px;
}
.footer-section .playstoreImage-section .downloadIcons{
  width: 200px;
  transition: 0.3s;
}
.footer-section .playstoreImage-section .downloadIcons:hover{
  transition: 0.3s;
  cursor: pointer;
  transform: scale(1.01);
}
.footer-section .copyRight-section{
    margin-top: 75px;
}
.footer-section .copyRight-section .copyrightPara1{
font-weight: 400;
font-size: 16px;
line-height: 100%;
vertical-align: middle;
text-transform: capitalize;
color: #888888;
}
.footer-section .copyRight-section .copyrightPara2{
  font-weight: 400;
font-size: 16px;
line-height: 100%;
vertical-align: middle;
text-transform: capitalize;
color: #888888;
}
.copyright_para {
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #888888;
    padding-left: 15px;
font-family: 'Oxanium', sans-serif;
}

/* footer section end */