.section-wrapper {
  width: 100%;
  height: 78vh;
  overflow: hidden;
  background: url(../img/kv-bg.jpg) center center fixed no-repeat;
  background-color: #000000;
}

.section-wrapper2 {
  width: 100%;
  height: 40vh;
  overflow: hidden;
  background: url(../img/kv-bg3.jpg) top center fixed no-repeat;
  background-color: #000000;
}

.section-wrapper .container {
  position: relative;
  height: 100%;
}

.section-wrapper2 .container {
  position: relative;
  height: 100%;
}

.section-wrapper .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; 
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 4;
}

.section-wrapper2 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; 
  position: absolute;
  top: 20;
  right: 42%;
  z-index: 4;
}

@media (max-width:540px) {
  .section-wrapper {
    width: 100%;
    height: 65vh;
    overflow: hidden;
    background: url(../img/kv-bg2.jpg) center center fixed no-repeat;
    background-color: #000000;
  }

  .section-wrapper .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 4;
  }
  .section-wrapper2 {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    background: url(../img/kv-bg2.jpg) center center fixed no-repeat;
    background-color: #000000;
  }

  .section-wrapper2 .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
    position: absolute;
    top: 0;
    left: 35%;
    z-index: 4;
  }
}

.font-title {
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 3px 6px #111111;
  color: #ffffff;
}

.font-title small{
  letter-spacing: 0.5rem;
}


.section-wrapper .content .feature-list {
  margin: 18px 0 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
}

.section-wrapper .content .btn {
  padding: 14px 28px;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  display: inline-block;
}

.section-wrapper .template-wall {
  width: 100%;
  display: flex;
  align-items: flex-start;
  transform: rotate(16deg);
  text-align: right;
}

.section-wrapper .template-wall .column {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  transform-style: preserve-3d;
}

.section-wrapper .template-wall .column:nth-child(2n) {
  -webkit-animation: myimg-data-v-4d0e073a 15s linear infinite;
  animation: myimg-data-v-4d0e073a 15s linear infinite;
}

.section-wrapper .template-wall .column:nth-child(odd) {
  -webkit-animation: myimg-data-v-4d0e073a 30s linear infinite;
  animation: myimg-data-v-4d0e073a 30s linear infinite;
}

.section-wrapper .template-wall .column:hover {
  z-index: 100;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.section-wrapper .wall-box {
  display: inline-block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-wrapper .wall-box .icon {
  width: 214px;
  margin: 25px 10px;
  /*cursor: pointer;*/
  transition: all 0.2s;
  box-shadow: 3px 4px 4px #AAA;
  border-radius: 4px;
}

.section-wrapper .wall-box .hoverable:hover {
  transform: scale(1.2);
}



@-webkit-keyframes myimg-data-v-4d0e073a {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

@keyframes myimg-data-v-4d0e073a {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 992px) {
  .template-wall .column:hover {
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important;
  }

  .shelter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .home-template-wrapper {
    height: 744px;
    padding-bottom: 0;
  }

  .home-template-wrapper .shielding-layer {
    display: none;
  }

  .home-template-wrapper:after {
    position: absolute;
    width: 100%;
    height: 508px;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(177deg, #f5f6ff, rgba(255, 255, 255, 0.95) 60%, rgba(252, 252, 252, 0));
    opacity: 0.95;
  }

  .home-template-wrapper:before {
    display: none;
  }

  .home-template-wrapper .box {
    height: auto;
  }

  .home-template-wrapper .content {
    width: 88%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .home-template-wrapper .content .title {
    margin-top: 44px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }

  .home-template-wrapper .content .feature-list {
    margin: 12px 0 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .home-template-wrapper .content .btn {
    padding: 0 28px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 181px;
    height: 48px;
    line-height: 48px;
  }

  .home-template-wrapper .template-wall {
    transform: rotate(16deg) translateX(-200px);
  }
}

@media screen and (min-width: 1366px) {
  .content {
    margin-left: calc(50% - 600px);
  }
}

@media screen and (max-width: 576px) {
  .section-wrapper .content{
    width: 100%;
    background-color: rgba(255,255,255,0);
  }

  .section-wrapper .shielding-layer{
    left: -50%;
  }
}