/* moving background */
.u-section-2 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(
    -45deg,
    #804000 0%,
    #8B8BFF 10%,
    #0000ff 25%,
    #804040 35%,
    #FF8040 51%,
    #400080 75%,
    #ff0000 100%
  );
  -webkit-animation: AnimateBG 10s ease infinite;
  animation: AnimateBG 10s ease infinite;
}

@-webkit-keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.text-stoke {
	-webkit-text-stroke-width: 2.0px;
	-webkit-text-stroke-color: #FFF;
	color: transparent;
	font-family: Impact, Charcoal, sans-serif;
}

	.shineX {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  max-height: 200px;
  background: transparent;
  position:relative;
  z-index:10;
}
.shineX a {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
}

.shineXTX {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  font-family: Hack, sans-serif;
  text-transform: uppercase;
  background: linear-gradient(90deg, #000000, #FFFFFF, #000000);
  letter-spacing: 5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 90%;
  animation: shineon 9s linear infinite;
  position: relative;
}

@keyframes shineon {
  0% {
    background-position-x: -500%;
  }
  100% {
    background-position-x: 500%;
  }
}

.u-section-2 .u-sheet-1 {
  min-height: 598px;
}

.u-section-2 .u-text-1 {
  font-weight: 700;
  font-size: 3.625em;
  width: 90vw;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
} 

.u-section-2 .u-text-2 {
  width: 548px;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 24px auto 0;
}

.u-section-2 .u-list-1 {
  width: 976px;
  margin: 24px auto 60px;
}

.u-section-2 .u-repeater-1 {
  grid-template-columns: repeat(2, calc(50% - 25px));
  min-height: 256px;
  grid-gap: 50px;
}

.u-section-2 .u-list-item-1 {
  box-shadow: 15px 15px 40px 0 rgba(255,255,255,0.5);
  background-image: none;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  border:3px solid #FFF;
  opacity:.7
}


.u-section-2 .u-container-layout-1 {
  padding: 20px;
  color:#FFF
}

.u-section-2 .u-text-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.u-section-2 .u-text-4 {
  margin-left: 0;
  margin-bottom: 0;
  font-style: italic;
  line-height: 1.8;
}

.u-section-2 .u-btn-1 {
  border-style: solid;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem;
  margin: 30px auto 0 0;
  padding: 0;
}

.u-section-2 .u-list-item-2 {
  box-shadow: 15px 15px 40px 0 rgba(255,255,255,0.1);
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  border:3px solid #FFF;
  opacity:.7
}

.u-section-2 .u-container-layout-2 {
  padding: 20px;
  color:#FFF;
  box-shadow: 15px 15px 40px 0 rgba(255,255,255,0.1);
}

.u-section-2 .u-text-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.u-section-2 .u-text-6 {
  margin-left: 0;
  margin-bottom: 0;
  font-style: italic;
  line-height: 1.8;
}

.u-section-2 .u-btn-2 {
  border-style: solid;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem;
  margin: 30px auto 0 0;
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-list-1 {
    width: 940px;
  }
  .u-section-2 .u-repeater-1 {
    min-height: 247px;
  }
}

@media (max-width: 991px) {

.u-section-2 .u-sheet-1 {
  min-height: 798px;
}

  .u-section-2 .u-list-1 {
    width: 720px;
  }

  .u-section-2 .u-repeater-1 {
    grid-template-columns: 100%;
  }
  .u-section-2 .u-text-1 {
    font-size: 3.0em;
    width: 100%;
    margin-top:5px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-text-1 {
    width: 540px;
    font-size: 2.2em;
  }

  .u-section-2 .u-text-2 {
    width: 540px;
  }

  .u-section-2 .u-list-1 {
    width: 540px;
  }
}

@media (max-width: 580px) {
.u-section-2  {
  min-height: 960px;
}
  .u-section-2 .u-text-1 {
    font-size: 1.925em;
    width: 100%;
  }
  .text-stoke {
	-webkit-text-stroke-width: 1.5px;
}

  .u-section-2 .u-text-2 {
    width: 340px;
  }

  .u-section-2 .u-list-1 {
    width: 340px;
  }
}