.home-slider {
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  @media (min-width: 576px) {
    .home-slider {
      padding: 60px; } }
  @media (min-width: 992px) {
    .home-slider {
      align-items: center;
      justify-content: space-between;
      margin-top: 60px;
      padding: 80px 60px; } }

.home-lead {
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .home-lead {
      max-width: 340px;
      flex-shrink: 0; } }
  @media (min-width: 992px) {
    .home-lead {
      max-width: 420px; } }

.home-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  color: #1b2e4b;
  letter-spacing: .5px;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .home-text {
      font-size: 11px;
      letter-spacing: 1px; } }

.home-headline {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.3;
  color: #475362; }
  @media (min-width: 576px) {
    .home-headline {
      font-size: 24px; } }
  .home-headline span {
    font-weight: 600;
    color: #001737; }

.home-slider-img {
  position: relative;
  z-index: 200;
  display: none; }
  @media (min-width: 768px) {
    .home-slider-img {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; } }
  @media (min-width: 1200px) {
    .home-slider-img {
      transform: translateX(-6%); } }
  @media (min-width: 1360px) {
    .home-slider-img {
      transform: translateX(0); } }
  .home-slider-img > div {
    width: 360px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 65px rgba(3, 33, 122, 0.25);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden; }
    .home-slider-img > div:first-child {
      position: relative;
      z-index: 5;
      transform: translateX(40%); }
      @media (min-width: 992px) {
        .home-slider-img > div:first-child {
          transform: translateX(50%); } }
      @media (min-width: 1200px) {
        .home-slider-img > div:first-child {
          transform: translateX(80%); } }
    .home-slider-img > div:nth-child(2) {
      display: none; }
      @media (min-width: 1200px) {
        .home-slider-img > div:nth-child(2) {
          display: block; } }
    .home-slider-img > div:last-child {
      transform: translateX(-180%);
      display: none; }
      @media (min-width: 992px) {
        .home-slider-img > div:last-child {
          display: block;
          transform: translateX(-75%); } }
      @media (min-width: 1200px) {
        .home-slider-img > div:last-child {
          transform: translateX(-140%); } }
    .home-slider-img > div:last-child {
      background-color: #1c273c; }
      .home-slider-img > div:last-child img {
        border-color: rgba(59, 72, 99, 0.75); }
  .home-slider-img img {
    width: 100%;
    border: 1px solid #e5e9f2; }

.home-slider-bg-one {
  position: absolute;
  top: -10%;
  right: 0;
  width: 200px;
  height: 200px;
  background-color: #015de1;
  background-image: url("../img/home-bg.png");
  background-size: cover;
  border-radius: 20px;
  transform: rotate(30deg); }
  @media (min-width: 768px) {
    .home-slider-bg-one {
      top: -40%;
      right: -20%;
      width: 600px;
      height: 600px; } }
  @media (min-width: 992px) {
    .home-slider-bg-one {
      top: -45%;
      right: 0; } }
  @media (min-width: 1200px) {
    .home-slider-bg-one {
      top: -70%;
      right: -10%;
      width: 800px;
      height: 800px; } }
  .home-slider-bg-one::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 250px;
    background-color: #042893;
    bottom: 0;
    left: -410px;
    border-radius: 10px; }
    @media (min-width: 992px) {
      .home-slider-bg-one::before {
        right: -420px;
        border-radius: 20px; } }
  .home-slider-bg-one::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 100%;
    background-color: rgba(1, 104, 250, 0.6);
    bottom: 0;
    right: -410px;
    border-radius: 10px; }
    @media (min-width: 992px) {
      .home-slider-bg-one::after {
        right: -420px;
        border-radius: 20px; } }

.docs-logo {
  font-weight: 700;
  margin-bottom: 3px;
  letter-spacing: -1px; }
  .docs-logo span {
    font-weight: 400;
    opacity: .7; }

.docs-slogan {
  margin-bottom: 25px;
  font-size: 11px;
  opacity: .6; }

.nav-docs {
  flex-direction: column;
  line-height: 1.7; }
  .nav-docs .nav-label {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #001737; }
  .nav-docs .nav-link {
    padding: 0;
    padding-left: 10px;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    font-size: 13px; }
    .nav-docs .nav-link.active {
      color: #001737;
      font-weight: 500;
      letter-spacing: -.15px;
      position: relative; }
      .nav-docs .nav-link.active::before {
        content: '';
        position: absolute;
        top: 3px;
        bottom: 3px;
        left: -2px;
        border-left: 3px solid #001737; }

.file-structure {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: 'Roboto Mono', cursive;
  font-size: 13px; }
  .file-structure ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 25px; }
    .file-structure ul li {
      display: block;
      position: relative; }
      .file-structure ul li::before {
        content: '|--';
        display: inline-block;
        margin-right: 5px; }

.table-docs th {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .5px;
  text-transform: uppercase; }

.table-docs td {
  font-size: 12px;
  font-family: 'Roboto Mono', cursive; }

  .vertical-line-container {
    justify-content: center;
    align-items: center;
    height: 26rem;
    display: flex;
    position: relative;
}


  .vertical-line_line {
    height: 100%;
    position: absolute;
    border-top-style: dashed;
    border-top-width: 2px;
    border-top-color: #000;
    border-right-style: dashed;
    border-right-width: 2px;
    border-right-color: #000;
}
.vertical_line-curved-left{
border-top-style: dashed;
border-top-width: 2px;
border-top-color: #000;
border-left-style: dashed;
border-left-width: 2px;
border-left-color: #000;
border-top-left-radius: 6.25rem;
width: calc(50% + .5px);
height: 19.0625rem;

}

.ml-120 {margin-left: 120px;}

.vertical_line-circle {
background-color: #bbbbbf;
border-radius: 100rem;
width: .625rem;
height: .625rem;
position: absolute;
}

.vertical_line-circle.cc-top {
background-color: #000;
top: 0%;
}
  .vertical_line-curved {
    border-top-style: dashed;
    border-top-width: 2px;
    border-top-color: #000;
    border-right-style: dashed;
    border-right-width: 2px;
    border-right-color: var(--colors--black);
    border-top-right-radius: 6.25rem;
    width: calc(50% + .5px);
    height: 19.0625rem;
}

.vertical-line-container.cc-top.cc-section-1 {
  height: 18.75rem;
}

.feature_text-top {
transform: translateY(-45%);
}

.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}
.hdr-2 {font-weight: 700; font-size:2.92rem; line-height: 1}

h2.display {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -.8px;
}
@media (min-width: 1184px), (min-width: 768px) and (max-width: 1183px) {
  h2.display {
      font-size: 34px;
      line-height: 1.33;
  }
}

.maroon {color: #b22a2d;}
.blue {color: #111c4e;}

@media (max-width: 1023.98px) {
  .navbar-nav-show {
    overflow: hidden; }
    .navbar-nav-show .navbar-menu-wrapper {
      transform: translateX(0); }
    .navbar-nav-show .backdrop {
      opacity: 1;
      visibility: visible;
      left: 260px; } }

.cir-1{display: block;
  text-decoration: none;
  border-radius: 100%;
  margin: 20px;
  text-align: center;
  width: 72px;
  height: 72px;
  color: #b22a2d;
  padding: 16px 0;
  line-height: 1;
  position: absolute;
  border: 4px solid #1b1d4d;
  font-size: 30px;
  font-weight: 600;
  background: #ffffff;}

  /*------------------------------------
  Space
------------------------------------*/
.space-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.space-1-top {
  padding-top: 2rem;
}

.space-1-bottom {
  padding-bottom: 2rem;
}

.space-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.space-2-top {
  padding-top: 4rem;
}

.space-2-bottom {
  padding-bottom: 4rem;
}

.space-3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.space-3-top {
  padding-top: 8rem;
}

.space-3-bottom {
  padding-bottom: 8rem;
}

.space-4 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.space-4-top {
  padding-top: 12.5rem;
}

.space-4-bottom {
  padding-bottom: 12.5rem;
}

.space-5 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.space-5-top {
  padding-top: 15rem;
}

.space-5-bottom {
  padding-bottom: 15rem;
}

.space-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.space-0-top {
  padding-top: 0;
}

.space-0-bottom {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .space-3--sm {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .space-3-bottom--sm {
    padding-bottom: 8rem;
  }
  .space-4-top--sm {
    padding-top: 12.5rem;
  }
  .space-5--sm {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

@media (min-width: 768px) {
  .space-2-bottom-0--md {
    padding-bottom: 0;
  }
  .space-3--md {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .space-3-top--md {
    padding-top: 8rem;
  }
  .space-3-bottom--md {
    padding-bottom: 8rem;
  }
  .space-4--md {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .space-4-top--md {
    padding-top: 12.5rem;
  }
  .space-5--md {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .space-5-top--md {
    padding-top: 15rem;
  }
}

@media (min-width: 992px) {
  .space-1--lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .space-3--lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .space-3-top--lg {
    padding-top: 8rem;
  }
  .space-3-bottom--lg {
    padding-bottom: 8rem;
  }
  .space-4--lg {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .space-4-top--lg {
    padding-top: 12.5rem;
  }
  .space-4-bottom--lg {
    padding-bottom: 12.5rem;
  }
  .space-5--lg {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .space-5-top--lg {
    padding-top: 15rem;
  }
  .space-0--lg {
    padding-top: 0;
    padding-bottom: 0;
  }
  .space-0-top--lg {
    padding-top: 0;
  }
  .space-0-bottom--lg {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .space-3-bottom--xl {
    padding-bottom: 8rem;
  }
  .space-4-top--xl {
    padding-top: 12.5rem;
  }
}


.lheight-100 {line-height: 100px ;}


.testimonials-bg{
  background: url(/wp-content/uploads/2024/06/img3.jpg) no-repeat;
   
}

@media (max-width: 575px) {

 .or-mobile-first { -webkit-order: 1; order:1; }
 .or-mobile-middle { -webkit-order: 2; order:2; }
 .or-mobile-last {  -webkit-order: 3; order:3; }

 .or-mobile-one { -webkit-order: 1; order:1; }
 .or-mobile-two { -webkit-order: 2; order:2; }
 .or-mobile-three {  -webkit-order: 3; order:3; }
 
 .or-mobile-four { -webkit-order: 4; order:4; }
 .or-mobile-five { -webkit-order: 5; order:5; }
 .or-mobile-six {  -webkit-order: 6; order:6; }

 .lheight-100 {line-height: normal !important;}
 
  .testimonials-bg{
    background: url(https://htmlstream.com/preview/space-v1.3/assets/img/1920x1080/img3.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .d-sm-flex { display: flex !important; }
  .flex-sm-col { flex-direction: column !important; }
    
}

.bg-beige {background: #fff7eb;}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1b1d4d;
  --bs-btn-border-color: #1e2391;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #161a81;
  --bs-btn-hover-border-color: #11134d;
  --bs-btn-focus-shadow-rgb: 39, 127, 251;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0c0d24;
  --bs-btn-active-border-color: #e80b16;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0168fa;
  --bs-btn-disabled-border-color: #0168fa;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/*------------------------------------
  Avatar
------------------------------------*/
.avatar-josh {
  width: 2rem;
  height: 2rem;
}

.sm-avatar-josh {
  width: 2.75rem;
  height: 2.75rem;
}

.md-avatar-josh {
  width: 4rem;
  height: 4rem;
}

.lg-avatar-josh {
  width: 6rem;
  height: 6rem;
}

.lh-19 {line-height: 19px;}

span.fa.fa-star.checked {
  color: #a01d24;
  font-size: 12px;
}

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid rgba(72, 94, 144, 0.16);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.img-shadow {border-radius: 2.5rem; box-shadow: 20px 20px rgba(0, 0, 0, .05);}

/*timeline related css */
    .page-profile {
      color: #1b2e4b;
    }
   @media (min-width: 992px) {
      .content-profile {
        padding: 40px 0;
      }
    }
   @media (min-width: 992px) {
      .profile-sidebar {
        width: 260px;
      }
    }
   .profile-sidebar .media-list .media+.media {
      margin-top: 15px;
    }
   @media (min-width: 992px) {
      .profile-sidebar-two {
        width: 230px;
      }
    }
   .profile-skillset h4 {
      font-size: 20px;
      font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
      letter-spacing: -1px;
      margin-bottom: 3px;
    }
   .profile-skillset label {
      display: block;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #8392a5;
      font-size: 10px;
      font-weight: 500;
      font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
      letter-spacing: 0.5px;
    }
   .profile-info-list li {
      display: flex;
      align-items: center;
    }
   .profile-info-list li+li {
      margin-top: 10px;
    }
   .profile-info-list a {
      color: #1b2e4b;
      transition: all 0.2s ease-in-out;
    }
   @media (prefers-reduced-motion: reduce) {
      .profile-info-list a {
        transition: none;
      }
    }
   .profile-info-list a:hover,
    .profile-info-list a:focus {
      color: #0168fa;
    }
   .profile-info-list svg {
      width: 18px;
      height: 18px;
      stroke-width: 2.3px;
      color: #566476;
      fill: rgba(27, 46, 75, 0.06);
      margin-right: 15px;
    }
   .profile-update-option svg {
      width: 18px;
      height: 18px;
    }
   .card-profile-interest .media+.media {
      margin-top: 25px;
    }
   .img-group-mutual .img {
      width: 40px;
      height: 40px;
    }
   .img-group-mutual .img+.img {
      margin-left: -16px;
    }
   .list-inline-skills {
      font-size: 12px;
      display: flex;
      flex-wrap: wrap;
    }
   .list-inline-skills .list-inline-item {
      margin-right: 5px;
      margin-bottom: 5px;
    }
   .list-inline-skills .list-inline-item a {
      display: block;
      background-color: #fff;
      border: 1px solid #c0ccda;
      padding-top: 3px;
      padding-bottom: 1px;
      padding-left: 8px;
      padding-right: 8px;
      color: #1b2e4b;
      border-radius: 0.25rem;
    }
   .nav-line-profile .nav-link {
      display: flex;
      align-items: center;
    }
   .nav-line-profile .nav-link.active {
      font-weight: 500;
    }
   .nav-line-profile .nav-link.active .badge {
      background-color: #00cccc;
      color: #fff;
    }
   .nav-line-profile .badge {
      margin-left: 10px;
      background-color: #e5e9f2;
      color: #8392a5;
    }
   .timeline-label {
      margin-left: 10px;
      padding-left: 25px;
      padding-top: 25px;
      padding-bottom: 25px;
      border-left: 1px solid rgba(72, 94, 144, 0.16);
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.5px;
      position: relative;
    }
   @media (min-width: 576px) {
      .timeline-label {
        margin-left: 120px;
      }
    }
   @media (min-width: 768px) {
      .timeline-label {
        margin-left: 50px;
      }
    }
   .timeline-label::before {
      content: "";
      position: absolute;
      top: 29px;
      left: -6px;
      background-color: #3b4863;
      width: 11px;
      height: 11px;
      border-radius: 100%;
    }
   .timeline-label:first-child {
      padding-top: 0;
    }
   .timeline-label:first-child::before {
      top: 4px;
    }
   @media (min-width: 576px) {
      .timeline-item {
        display: flex;
        align-items: flex-start;
      }
    }
   .timeline-item+.timeline-item {
      margin-top: 0px;
      position: relative;
    }
   .timeline-item+.timeline-item::before {
      content: "";
      position: absolute;
      top: -20px;
      left: 10px;
      width: 1px;
      height: 20px;
      background-color: #fff;
    }
   @media (min-width: 576px) {
      .timeline-item+.timeline-item::before {
        left: 120px;
      }
    }
   @media (min-width: 768px) {
      .timeline-item+.timeline-item::before {
        left: 50px;
      }
    }
   .timeline-time {
      flex-shrink: 0;
      padding-left: 25px;
      margin-left: 10px;
      border-left: 1px solid rgba(72, 94, 144, 0.16);
    }
   @media (min-width: 576px) {
      .timeline-time {
        width: 120px;
        text-align: right;
        padding-right: 25px;
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
      }
    }
   @media (min-width: 768px) {
      .timeline-time {
        width: 0px;
      }
    }
   .timeline-body {
      flex: 1;
      padding-left: 116px;
      border-left: 1px solid rgb(178 42 45);
      position: relative;
      margin-left: 10px;
      padding-bottom: 36px;
    }
   @media (min-width: 576px) {
      .timeline-body {
        margin-left: 0;
      }
    }
   .timeline-body::before {
      content: "";
      position: absolute;
      top: -8px;
      left: -17px;
      background: url(http://localhost/adv-ai.png) no-repeat;
      width: 120px;
      height: 120px;
      background-size: contain;
    }
   .timeline-body h6 {
      line-height: 1.5;
    }
   
/* end of timeline related css */

/* Animation .grow */
.grow { transition: all 4.2s ease-in-out; }
.grow:hover { transform: scale(1.09815) translateZ(0px) ; }


/* cube animation */
.container-cube {
  width: 200px;
  height: 200px;  
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-perspective: 400px;
          perspective: 400px;
  -webkit-perspective-origin: top right;
          perspective-origin: top right;
position: absolute;
    z-index: 1;
    right: 0;
    top: 100px;
}

.cube {
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: cubeRotate 10s linear infinite;
          animation: cubeRotate 10s linear infinite;
}

@-webkit-keyframes cubeRotate {
  from {
    -webkit-transform: rotateY(0deg) rotateX(720deg) rotateZ(0deg);
            transform: rotateY(0deg) rotateX(720deg) rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg) rotateX(0deg) rotateZ(360deg);
            transform: rotateY(360deg) rotateX(0deg) rotateZ(360deg);
  }
}

@keyframes cubeRotate {
  from {
    -webkit-transform: rotateY(0deg) rotateX(720deg) rotateZ(0deg);
            transform: rotateY(0deg) rotateX(720deg) rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg) rotateX(0deg) rotateZ(360deg);
            transform: rotateY(360deg) rotateX(0deg) rotateZ(360deg);
  }
}

.side {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  border: 1px solid #767778;
}

.front {
  background: url(http://localhost/32.png) no-repeat;
  -webkit-transform: translateZ(50px);
          transform: translateZ(50px);
}

.back {
  background-color: #aa00ff;
  -webkit-transform: translateZ(-50px);
          transform: translateZ(-50px);
}

.left {
  background-color: #304ffe;
  -webkit-transform: rotateY(90deg) translateZ(50px);
          transform: rotateY(90deg) translateZ(50px);
}

.right {
  background-color: #0091ea;
  -webkit-transform: rotateY(-90deg) translateZ(50px);
          transform: rotateY(-90deg) translateZ(50px);
}

.top {
  background-color: #00bfa5;
  -webkit-transform: rotateX(90deg) translateZ(50px);
          transform: rotateX(90deg) translateZ(50px);
}

.bottom {
  background-color: #111c4e;
  -webkit-transform: rotateX(-90deg) translateZ(50px);
          transform: rotateX(-90deg) translateZ(50px);
}

/* end of cube animation */
