MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/css.3/home.css
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
@font-face {
  font-family: 'ProximaNova-Regular';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/ProximaNova-Regular.otf"); }
@font-face {
  font-family: 'ProximaNova-Bold';
  font-style: normal;
  src: url("fonts/Eina01-Regular.ttf"); }
@font-face {
  font-family: 'ProximaNova-Thin';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/ProximaNova-Thin.otf"); }
@font-face {
  font-family: 'ProximaNova-Extrabold';
  font-style: normal;
  font-weight: bold;
  src: url("fonts/ProximaNova-Extrabold.otf"); }
/*.banner{display: flex; height: 100vh; align-items: center;
  &__heading{font-size: $basefont-size * 5.125; margin-bottom: 50px; font-weight: 800; letter-spacing: -0.015em;}
  p {font-size: $basefont-size * 1.125; margin-top:50px }
}

.creds{display: flex;
  &__item{margin-right: 30px; min-width: 130px;}
  span{ display:block }
  &__number { font-size: $basefont-size * 1.875; font-weight: bold; color: $color__secondary;}
  &__cnt{ font-size: $basefont-size * 0.875; letter-spacing: 1px; text-transform: uppercase;}
}*/
.banner-hero {
  display: flex;
  height: 100vh;
  align-items: center; }
  .banner-hero h1 {
    font-size: 5.125rem;
    margin-bottom: 50px;
    font-weight: 800;
    letter-spacing: -0.015em;
    transform: skew(0deg, -6deg);
    color: #20376A; }
  .banner-hero p {
    font-size: 1.25rem;
    font-weight: 500;
    opacity: 0.7; }
  .banner-hero__left {
    width: 50%;
    padding-left: 100px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .banner-hero__right {
    width: 50%; }
  .banner-hero .line1 {
    position: absolute;
    transform: rotate(-55deg);
    right: -239px;
    top: 106px; }
  .banner-hero .line2 {
    position: absolute;
    transform: rotate(-55deg);
    left: -121px;
    top: 106px; }

/*.services{
  &__sidebar {position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; position: sticky; height: 100%; top: 150px; bottom: auto; padding-bottom: 50px; }

  &__wrapper {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
    &-item {width: 100%; padding: 30px; margin-bottom: 50px; display: flex; align-items: flex-start;
      &:first-child {margin-top:100px; }
      &:last-child {margin-bottom: 0; }
      .icon {margin-right: 50px;
        ion-icon {font-size: $basefont-size * 3.75; color: $color__primary; }
      }
      img {margin-right:50px; }  
      .number {font-size:$basefont-size * 2; display: block; margin-right: 30px; line-height: 1; color: $color__primary; }
    }
  }
  &__item-body {width: 80%;    
    h5 {margin-top: 0px; font-size:$basefont-size * 1.75; } 
    p {font-size: $basefont-size * 1.125; font-weight: 500; margin-top: 20px; }
    ul {padding-left: 17px; font-size: $basefont-size * 0.9; 
      li {margin-bottom: 10px; }
    }
    .link-arrow {display: flex; align-items: center; margin-top: 20px; color: #cf307d; font-size: $basefont-size * 0.9; font-weight:500;
      .fa { font-size: $basefont-size * 1; margin-right: 10px; width: 30px; height: 30px; border: 2px solid; border-radius: 100%; text-align: center; line-height: 27px;}
    }
  } 
}*/
.service {
  position: relative;
  border-top: 1px solid #f0f4f7;
  border-bottom: 1px solid #f0f4f7; }
  .service:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 60%;
    background: #f0f4f7;
    top: 0;
    z-index: -1; }
  .service__sidebar {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    height: 100%;
    top: 150px;
    bottom: auto;
    padding-bottom: 50px; }
    .service__sidebar .heading {
      padding-right: 150px; }
  .service__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .service__wrapper-item {
      width: 100%;
      margin-bottom: 150px;
      display: flex;
      align-items: flex-start; }
      .service__wrapper-item:first-child {
        margin-top: 100px; }
      .service__wrapper-item:last-child {
        margin-bottom: 0; }
      .service__wrapper-item ul {
        padding-left: 17px;
        font-size: 0.9rem;
        font-weight: 600;
        margin-top: 30px;
        color: #000; }
        .service__wrapper-item ul li {
          margin-bottom: 10px; }
      .service__wrapper-item .link-arrow {
        margin-top: 30px; }
      .service__wrapper-item .icon {
        margin-right: 50px; }
        .service__wrapper-item .icon ion-icon {
          font-size: 3.75rem;
          color: #20376A; }
      .service__wrapper-item img {
        margin-right: 50px; }
      .service__wrapper-item h5 {
        margin-top: 0px;
        font-size: 3.125rem;
        letter-spacing: -0.015em;
        color: #000; }
      .service__wrapper-item p {
        font-size: 1.125rem;
        font-weight: 500;
        margin-top: 20px;
        opacity: 0.7; }
      .service__wrapper-item .number {
        font-size: 4.5rem;
        display: block;
        margin-right: 20px;
        line-height: 1;
        font-weight: 800;
        opacity: 0.1; }

.reviewsection {
  background-color: #474747;
  color: #fff; }
  .reviewsection h2 {
    font-size: 3.875rem; }
  .reviewsection .why-item .big {
    font-size: 4rem;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #000; }
  .reviewsection .why-item .title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 20px;
    display: block; }
  .reviewsection .why-item p {
    font-size: 1.125rem;
    opacity: 0.6;
    margin-top: 20px; }

.client_logo h5 {
  margin-bottom: 50px;
  position: relative; }
  .client_logo h5 span {
    color: #fff;
    background: #474747;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    z-index: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 1rem; }
  .client_logo h5:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 1px;
    z-index: 0; }
.client_logo ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .client_logo ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .client_logo ul li a {
      display: block;
      transition: .5s ease all;
      cursor: default;
      position: relative; }
      .client_logo ul li a:after {
        content: '';
        display: block;
        padding-bottom: 100%; }
      .client_logo ul li a img {
        width: 110px;
        filter: grayscale(100%);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .client_logo ul li a span {
        display: block;
        width: 100%;
        color: rgba(255, 255, 255, 0.6);
        font-size: 1rem;
        text-transform: uppercase; }
  .client_logo ul.col8 {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: masonry;
    width: 940px;
    margin: 0 auto; }
    .client_logo ul.col8 li {
      /*width: 12.5% !important; break-inside: avoid;*/
      position: relative; }
      .client_logo ul.col8 li a img {
        width: 60% !important; }
      .client_logo ul.col8 li.bouble {
        background-color: #fff;
        color: #474747;
        grid-column: span 2; }
      .client_logo ul.col8 li .stats_feature {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 170px; }
        .client_logo ul.col8 li .stats_feature span {
          display: block; }
          .client_logo ul.col8 li .stats_feature span:last-child {
            font-size: 0.8rem;
            line-height: 18px;
            margin-top: 5px; }
        .client_logo ul.col8 li .stats_feature .big-text {
          font-size: 2.5rem;
          font-weight: 700;
          color: #474747;
          display: inline-block;
          line-height: 100%; }

/*# sourceMappingURL=home.css.map */