

svg.intro {
  background: #1a1a1a;
  width: 100%;

 
}
svg.intro .text {

}
svg.intro.go .text {
  font-family: Arial, sans-serif;
  font-size: 20px;
 
  display: block;
}
@media all and (max-width: 699px) and (min-width: 520px), (min-width: 1151px) {
  svg.intro.go .text {
  font-family: Arial, sans-serif;
  font-size: 40px;
 
  display: block;
}
svg.intro .text1 {
  display: none;
}
svg.intro.go .text1 {
  font-family: Arial, sans-serif;
  font-size: 13px;
 
  display: block;
  color:#fff;
}
svg.intro .text2 {
  display: none;
   text-overflow: ellipsis;
}
svg.intro.go .text2 {
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  color:#fff;
}
svg.intro.go .text-stroke {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5.8px;
  stroke-dashoffset: -900;
  stroke-dasharray: 900;
  stroke-linecap: butt;
  stroke-linejoin: round;
  -webkit-animation: dash 2.5s ease-in-out forwards;
          animation: dash 2.5s ease-in-out forwards;
}
svg.intro.go .text1-stroke {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5.8px;
  stroke-dashoffset: -900;
  stroke-dasharray: 900;
  stroke-linecap: butt;
  stroke-linejoin: round;
  -webkit-animation: dash 2.5s ease-in-out forwards;
          animation: dash 2.5s ease-in-out forwards;
}
svg.intro.go .text2-stroke {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5.8px;
  stroke-dashoffset: -500;
  stroke-dasharray: 10900;
  stroke-linecap: butt;
  stroke-linejoin: round;
  -webkit-animation: dash 2.5s ease-in-out forwards;
          animation: dash 2.5s ease-in-out forwards;
}
svg.intro.go .text-stroke:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
svg.intro.go .text-stroke:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
svg.intro.go .text-stroke-2 {
  stroke: #f1a60a;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
svg.intro.go .text1-stroke-2 {
  stroke: #f1a60a;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
svg.intro.go .text2-stroke-2 {
  stroke: #f9be0a;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
svg.intro.go .text-stroke:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
svg.intro.go .text-stroke:nth-child(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
}
svg.intro .text1 {
  display: none;
}
svg.intro.go .text1 {
  font-family: Arial, sans-serif;
  font-size:30px;

  display: block;
  color:#fff;
}
svg.intro .text2 {
  display: none;
   text-overflow: ellipsis;
}
svg.intro.go .text2 {
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  color:#fff;
}
svg.intro.go .text-stroke {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0.8px;
  stroke-dashoffset: -900;
  stroke-dasharray: 900;
  stroke-linecap: butt;
  stroke-linejoin: round;
  -webkit-animation: dash 2.5s ease-in-out forwards;
          animation: dash 2.5s ease-in-out forwards;
}
svg.intro.go .text1-stroke {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8px;
  stroke-dashoffset: -900;
  stroke-dasharray: 900;
  stroke-linecap: butt;
  stroke-linejoin: round;
  -webkit-animation: dash 2.5s ease-in-out forwards;
          animation: dash 2.5s ease-in-out forwards;
}
svg.intro.go .text2-stroke {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.8px;
  stroke-dashoffset: -500;
  stroke-dasharray: 10900;
  stroke-linecap: butt;
  stroke-linejoin: round;
  -webkit-animation: dash 2.5s ease-in-out forwards;
          animation: dash 2.5s ease-in-out forwards;
}
svg.intro.go .text-stroke:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
svg.intro.go .text-stroke:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
svg.intro.go .text-stroke-2 {
  stroke: #f1a60a;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
svg.intro.go .text1-stroke-2 {
  stroke: #f1a60a;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
svg.intro.go .text2-stroke-2 {
  stroke: #f9be0a;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
svg.intro.go .text-stroke:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
svg.intro.go .text-stroke:nth-child(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@-webkit-keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
.reload {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #fff;
  border: none;
  border-radius: 20px;
  outline: none !important;
  font-size: 11px;
  line-height: 1.5;
  padding: 8px 12px;
  text-transform: uppercase;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 6px 7px #350e4c;
  transition: all 0.1s cubic-bezier(0.67, 0.13, 0.1, 0.81);
}
.reload:hover {
  box-shadow: 0 4px 4px #350e4c;
  transform: translateY(1px);
}
.reload:active {
  box-shadow: 0 1px 2px #244B94;
  transform: translateY(2px);
}
.reload svg {
  vertical-align: middle;
  position: relative;
  top: -2px;
}