
:root {
  --color-hightlight: #D9E589;
  --color-gray: #A5A7AA;
}
body::before {
  background-image: url("../images/about/backroundAbout.png");
}
main {
  width: 100%;
}

.page-about {
  padding-top: 30px;
  overflow: hidden;
  margin: auto;
  margin-top: -700px;
}

/* header */
.about-header, .about-footer {
  max-width: 2673px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-footer{
  max-width: 2114px;
  position: relative;  
  height: 500px;
  margin-bottom: 100px;
}

.about-header img {
  min-width: 2673px;
  width: 100%;
  background-image: url(../images/about/About-header-img.jpg);
  background-size: 76%;
  background-repeat: no-repeat;
  background-position-x: 293px;
  background-attachment: local;
  background-position-y: 200px;
}
.about-footer img {
  min-width: 2114px;
  width: 100%;
  object-fit: cover;
}

.about-header h1 {
  bottom: -18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
}

.about-header h1,
.about-footer h2 {
  font-size: 5.326rem !important;
  line-height: 6.036rem !important;
  color: #fff !important;
  font-weight: 500 !important;
  letter-spacing: 8px !important;
  width: 100%;
  font-family: 'Crake-Regular' !important;
}
.about-footer h2{
  margin-bottom: 0;
  margin-top: 100px;
}

.about-header h1 span {
  color: var(--color-gray);
}

.about-content {
  max-width: 1010px;
  margin: 0px auto;
  padding: 38px 50px;
  position: relative;
}

.about-content .content,
.about-footer .content {
  color: #ffffff;
  text-align: center;
  font-size: 1.688rem !important;
  line-height: 2.188rem !important;
  font-family: 'FuturaStd-Light' !important;
}
#usersite-container .text_feature, #usersite-container p {
  line-height: unset;
}

.about-content .content strong,
.about-footer .content strong {
  font-family: 'FuturaStd-Bold'!important;
}

.about-content .content em,
.about-footer .content em {
  font-family: 'FuturaStd-LightOblique'!important;
  color: var(--color-hightlight);
  font-style: normal !important;
}

.about-content .content p {
  margin-bottom: 32px !important;
}

.about-content .content p+p {
  margin-top: 15px;
}

/* about__social-stats */
.about__social-stats {
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  width: 100%;
}
#about__social{
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.about__social-stats .social-stats {
  margin-left: 10px;
}

.about__social-stats .count {
  font-size: 4.783rem !important;
  color: var(--color-hightlight);
  font-family: "Crake-Bold"!important;
  text-align: center;
  letter-spacing: 4px !important;
  line-height: 5.2rem !important;
}

.about__social-stats .platform {
  font-size: 1.293rem !important;
  font-family: "FuturaStd-Heavy"!important;
  color: var(--color-gray);
  letter-spacing: 1px !important;
  margin-top: -6px;
  
}

.about-footer{
  overflow: unset;
}

/* footer {
  position: inherit;
} */




/* slick */
.slick-list{
  pointer-events: none !important;
}
.awards-listing{
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.awards-listing div {
  text-align: center;
  color: #fff;
}

.awards-listing .slick-slide {
  max-width: 280px !important;
  max-height: 250px;
}

.awards-listing div img {
  width: 100%;
  height: auto;
}

.awards-listing .slick-slide {
  position: relative;
  margin: 0 20px;
}

.awards-listing__content {
  position: absolute;
  top: 28%;
  max-height: 70%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.awards-listing__content h3 {
  font-size: 1.063rem !important;
  line-height: 1.275rem !important;
  font-family: "FuturaStd-Book"!important;
  font-weight: normal;
  margin: 10px 0;
}

.awards-listing__content span {
  font-size: 1.125rem !important;
  line-height: 1.35rem !important;
  font-family: "FuturaStd-Heavy" !important;
  color: var(--color-hightlight);
}

.awards-listing__content h3,
.awards-listing__content span {
  max-width: 60%;
}

/* LazyLoading */
.lazy-load {
  opacity: 0 !important;
  transition: opacity 1.6s ease-in-out;
}

.lazy-load.fade-in {
  opacity: 1 !important;
}

.about-header--title, .about-footer--title{
  width: 80%;
  position: absolute;
  color: #fff;
  text-align: center;
  transform: translateY(100px);
}
strong {
  font-weight: normal;
}
@media (min-width: 1601px) {
  .awards-listing {
    max-width: 1800px;
  }
  .main-listing {
    padding-bottom: 100px;
    max-width: 1800px;
    margin: 0 auto;
    height: 340px;
    position: relative;
    z-index: 1;
  }
  
  .main-listing:before,
  .main-listing:after {
    content: "";
    position: absolute;
    top: 0;
    width:300px; 
    height: 100%;
    background: linear-gradient(to left, rgb(0, 0, 0, 0.998), rgb(0, 0, 0));
    pointer-events: none;
    z-index: 99;
    filter: blur(30px);
  }
  .main-listing:before{
    border-top-right-radius: 28%;
    border-bottom-right-radius: 28%;
    left: -200px;
  }
  .main-listing:after {
    right: 0;
    left: auto;
    background: linear-gradient(to left, rgb(0, 0, 0, 0.998), rgb(0, 0, 0));
    border-top-left-radius: 28%;
    border-bottom-left-radius: 28%;
    right: -200px;
  }
}
@media (max-width:1600px) {
  .about-header{
    max-width: 1600px;
  }
  .awards-listing {
    padding-bottom: 100px;
  }
}

@media (max-width:1380px) {
  .awards-listing__content{
    top: 18%;
  }
}

@media (max-width: 1024px) {
  .about-footer img{
    transform: translateY(-60px);
  }
  .about-header h1, 
  .about-footer h2 {
    font-size: 4.326rem !important;
    line-height: 5.036rem !important;
  }

  .about-header h1 {
    bottom: -18px;
  }

  .about-footer h2 {
    margin: 54px 0 35px;
  }

  .about-content {
    padding: 31px 50px;
  }

  .awards-listing__content h3 {
    font-size: 0.875rem !important;
    margin: 4px 0;
  }

  .awards-listing__content span {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 920px){
  .about__social-stats .count {
    font-size: 3.2rem !important;
}

  .about__social-stats .platform {
    font-size: 1rem !important;
    margin-top: -16px !important;
  }
}
@media (max-width: 1200px) and (min-width: 769px){
  .about-header {
    transform: translateY(-80px);
}
.page-about {
  margin-top: -800px;
}
} 
@media (max-width: 768px) {

  .about-content .content, .about-footer .content {
    font-size: 1rem !important;
    line-height: 1.6rem !important;
}
  .about-footer{
    margin: 50px 0 0;
    height: auto;
  }
  .about-footer img{
    min-width: 1000px;
    width: 100%;
    object-fit: cover;
    transform: translateY(-120px);
  }
  .about-header img{
    min-width: 1200px;
    width: 100%;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: 100px;
    background-attachment: local;
    background-position-y: 60px;
    transform: translateX(-5px);
  }
  .about-content {
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    margin-top: 350px;
}
  .about-header--title, .about-footer--title{
    width: 80%;
    position: absolute;
    color: #fff;
    text-align: center;
    transform: translateY(50px);
  }
  .about-footer--title{
    transform: translateY(-50px);
  }
  #about__social{
    margin-bottom: 10%;
  }
  .about__social-stats {
    align-items: center;
    margin: 0 auto;
    position: unset;
  }

  .about__social-stats .social-stats {
    margin-bottom: 30px;
  }

  .about-header h1,
  .about-footer h2 {
    font-size: 2rem !important;
    line-height: 2.6rem !important;
  }

  .about-header h1 {
    top: -4px;
  }

  .about__social-stats .social-stats {
    margin-left: 0 !important;
    padding: 0 10px;
  }

  .about-footer h2 {
    margin: 0 0 15px;
  }

  .about-content .content p {
    margin-bottom: 16px !important;
  }

  .about__social-stats .count {
    font-size: 2.6rem !important;
    line-height: 3.2rem !important;
    text-align: center;
  }

  .about__social-stats .platform {
    font-size: 1rem !important;
    line-height: 1.6rem !important;
    text-align: center;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  html{
    font-size: 14px;
    line-height: 14px;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .about-header h1,
  .about-footer h2 {
    font-size: 1.7857rem !important;
    line-height: 2.2143rem !important;
  }
  .about-content{
    max-width: 480px;
  }
  .about-header h1, .about-footer h2{
    letter-spacing: 4px !important;
  }
  .about-content .content, .about-footer .content {
    font-size: 1rem !important;
    line-height: 1.4286rem !important;
}
.about-content .content p {
  margin-bottom: 14px !important;
}
.about__social-stats .platform {
  font-size: 0.7242rem !important;
  line-height: 1.1528rem !important;
  margin-top: -6px !important;
}
.about__social-stats{
  margin-top: 20px;
  padding-left: 6px;
}
.about-footer img{
  transform: translateY(-140px);
}
.awards-listing .slick-slide{
  max-width: 200px !important;
  margin: 20px;
}
.awards-listing{
  margin-top: -80px;
}
.awards-listing__content{
  justify-content: center;
}
.awards-listing__content h3 {
  font-size: 0.58rem !important;
  margin: 0;
}
.awards-listing__content span {
  font-size: 0.8rem !important;
  line-height: 1rem !important;
}
}
@media (max-width: 660px) {
  .about-footer img {
    transform: translateY(-148px);
    scale: 0.9;
}
  .awards-listing__content h3 {
    font-size: 0.675rem !important;
  }
  .awards-listing__content span {
    font-size: 0.8rem !important;
    line-height: 1.2rem !important;
}
}
@media (max-width: 580px) {
  .about-footer img {
    transform: translateY(-154px);
    scale: 0.8;
}
  .awards-listing__content h3 {
    font-size: 0.475rem !important;
    margin: 0;
  }
  .awards-listing__content span {
    font-size: 0.6rem !important;
    line-height: 0.8rem !important;
}
}

@media (max-width: 520px) {
  .about-footer img {
    transform: translateY(-186px);
    scale: 0.7;
}
  .awards-listing__content h3 {
    font-size: 0.575rem !important;
    line-height: 0.9rem !important;
    margin: 0;
}
.awards-listing__content span {
  font-size: 0.6rem !important;
  line-height: 0.8rem !important;
}
}
@media (max-width: 530px) {
  .about-footer img {
    transform: translateY(-172px);
    scale: 0.8;
}
}

@media (max-width: 480px) {
  .about-header{
    transform: translateY(-60px);
  }
  .about-header img{
    scale: 0.8;
  }
  .about-footer img{
    transform: translateY(-225px);
    scale: 0.68;
  }
  .about-footer{
    height: auto;
    margin: 80px 0 30px;
    justify-content: start;
  }
  #about__social{
    margin-bottom: 5%;
  }
  .about-content {
    padding: 0 30px;
    margin-top: 280px;
  }

  .about__social-stats .count {
    font-size: 3rem !important;
    line-height: 4.2rem !important;
  }

  .about-footer h2 {
    margin: 0px 0 15px;
  }

  .about-footer .content p {
    margin-bottom: 35px;
  }

  .about-header h1,
  .about-footer h2 {
    font-size: 1.8rem !important;
    line-height: 2.5rem !important;
  }

  .about-header h1 {
    top : -10px;
  }

  .about-content .content,
  .about-footer .content {
    font-size: 1rem !important;
    line-height: 1.8rem !important;
  }

  .about__social-stats .count {
    font-size: 2.5rem !important;
    text-align: center;
  }

  .about__social-stats .platform {
    font-size: 1rem !important;
    text-align: center;
  }

  .awards-listing .slick-slide {
    position: relative;
    margin: 0 20px;
  }

  #scrollToTopBtn img {
    width: 36px;
    height: 58px;
  } 
}
@media (max-width: 440px){
  .about-footer {
    margin: 50px 0 30px;
}
}
@media (max-width: 420px){
  .about-footer {
    margin: 70px 0 50px;
}
  .about-footer img {
    transform: translateY(-250px);
    scale: 0.6;
}
  .awards-listing__content h3 {
    font-size: 0.475rem !important;
    line-height: 0.6rem !important;
    margin-top: 10px;
}
.awards-listing__content h3:last-child {
  margin-top: 0;
  margin-bottom: 10px;
}
.awards-listing__content span {
  font-size: 0.6rem !important;
  line-height: 0.8rem !important;
}
}
@media (max-width: 390px) {
  .about-header img {
    scale: 0.7;
}
.about-header {
  transform: translateY(-90px);
}
  .about-content {
    margin-top: 235px;
}
.about-footer img{
  transform: translateY(-278px);
  scale: 0.56;
}
.about-header h1, .about-footer h2 {
  font-size: 1.2rem !important;
  line-height: 2rem !important;
}
}

@media (max-width: 340px) {
  
  .about-header h1,
  .about-footer h2 {
    font-size: 1.4rem !important;
    line-height: 2rem !important;
    padding: 0;
  }

  .about-header h1 {
    bottom: -6px;
  }
  .about__social-stats .platform {
    font-size: 0.7rem !important;
    text-align: center;
}
}

.footer__position--unset {
  position: relative !important;
}
@media (max-width: 384px) {
  .about-footer {
    margin: 70px 0 80px;
}
}
