* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
#main {
    position: relative;
    overflow: hidden;
}
#page {
    position: relative;
/*    height: 100vh;*/
    width: 100vw;
/*    background-color: #f1f1f1;*/
}
#page1 {
    position: relative;
/*    height: 100vh;*/
    width: 100vw;
}
#page2 {
    position: relative;
/*    height: 100vh;*/
    width: 100vw;
}
#page3 {
    position: relative;
/*    height: 100vh;*/
    width: 100vw;
}
#page4{
        position: relative;
/*    height: 100vh;*/
    width: 100vw;
}
#page5{
            position: relative;
/*    height: 100vh;*/
    width: 100vw;
}
canvas {
    position: relative;
    z-index: 9;
    max-width: 100vw;
    max-height: 100vh;
}
#loop {
    display: flex;
    position: absolute;
    top: 30%;
    height: 25%;
    width: 100%;
    font-size: 100px;
    white-space: nowrap;
    font-family: Gilroy;
}
#loop>h1 {
    font-weight: 400;

    animation-name: loops;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

}
#loop>h1>span {
    -webkit-text-stroke: 1.2px #000;
    color: transparent;
    font-weight: 500;
}


@keyframes loops {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
#page > h3 {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 169px;
    font-weight: 800;
    color: #fff;
    line-height: 200px;
    text-align: center;
}

#page>img {
    position: absolute;
    top: 15%;
width: 100px;
    left: 10%;
    line-height: 30px;
}
#nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7%;
    width: 100%;
    position: fixed;
    z-index: 999;
    padding: 0px 30px;
}
#nav>h3 {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 22px;
}
#nav>button {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    border: none;
}


.testimonials-ca .sec-head {
  padding: 140px 0 80px !important; }

.testimonials-ca .item {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: var(--theme-color); }
  .testimonials-ca .item h5 {
    font-weight: 100; }
  .testimonials-ca .item h6 {
    font-size: 18px; }
    .testimonials-ca .item h6 span {
      font-weight: 300; }

.testimonials-ca .pin-spacer:nth-of-type(even) .item {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg); }

.testimonials-ca .pin-spacer:nth-of-type(odd) .item {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg); }

.testimonials-ca .pin-spacer:first-of-type .card-item {
  top: 140px !important; }

.testimonials-ca .pin-spacer:first-of-type .item {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg); }

@media screen and (max-width: 992px) {
  .testimonials-ca .cards {
    padding-top: 0 !important; }
    .testimonials-ca .cards .item .qoute-icon {
      margin-bottom: 15px; }
      .testimonials-ca .cards .item .qoute-icon img {
        height: 50px;
        width: 50px; }
    .testimonials-ca .cards .item .ml-40 {
      margin-left: 0 !important; } }
#main, canvas {
  transform: translateZ(0);
  will-change: transform;
}


      