/*body {
 background: #aaa;
 font-family: "Tajawal Regular", sans-serif;
}
.video-box{
 font-size: 87px;
  }
i {
 position: relative;
 top:50%;
 left: 50%;
 transform: translate(-50%,-50%);
}
.play-btn {
 float: right;
 position: absolute;
 margin-right: -68px;
 top: 10px;
 color: white;
}
.play-btn:before, .play-btn:after {
  content: "";
  position: absolute;
  border: 2PX solid #ccc;
  left: -6px;
  right: -6px;
  top: 0pX;
  bottom: 30px;
  border-radius: 50%;
  animation: animate 1s linear infinite;
  opacity: 2;
}
.play-btn:after{ animation-delay: 1s}
  @keyframes animate{
  0%
  {transform:scale(.2);}
  50%
  {opacity: 1;}
  100%
  {transform:scale(1.1);
  }
    }
#backg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  background-size: auto 133.3333%;
  background-position: center;
  background-repeat: none;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 450ms step-end, -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 450ms step-end, -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 450ms step-end;
  transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 450ms step-end, -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0;
  box-shadow: 0 3vh 3vh rgba(0, 0, 0, 0);
  padding: 15vh;
  box-sizing: border-box;
}
.slider__content {
  font-family: "Tajawal Regular", sans-serif;
  position: absolute;
  top: 84%;
  margin-right: auto;
  width: auto;
  right: 100px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-50%);
  color: white;
  font-family:sans-serif;
  opacity: 0;
  -webkit-transition: opacity 450ms;
  transition: opacity 450ms;
margin-top: -20px;
}
.slider__content h1 {
  font-family: "Tajawal", sans-serif;
  font-size: 4vh;
  line-height: 1.3;
  margin-bottom: 3.75vh;
  pointer-events: none;
  text-shadow: 0 0.375vh 0.75vh rgba(0, 0, 0, 0.1);
}
.slider__content h2 {
  font-family: "Tajawal", sans-serif;
  font-weight: 40;
  font-size: 2vh;
  line-height: 0.50;
  margin-bottom: 0.25vh;
  pointer-events: none;
  text-shadow: 0 0.375vh 0.75vh rgba(0, 0, 0, 0.1);
 }
 .slider__content h3 {
   font-family: "Tajawal", sans-serif;
   font-weight: 40;
   font-size: 2vh;
   line-height: 1.99;
   margin-bottom: 0.25vh;
   pointer-events: none;
   text-shadow: 0 0.375vh 0.75vh rgba(0, 0, 0, 0.1);
  }
 .slider__slide--active .slider__inner {
   -webkit-transform: scale(0.8);
          transform: scale(0.8);
   box-shadow: 0 1vh 6vh rgba(0, 0, 0, 0.2);
   pointer-events: auto;
   opacity: 1;
   -webkit-transition: box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1ms step-end, -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1ms step-end, -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1ms step-end;
   transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1ms step-end, -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
 .slider__slide--active .slider__content {
   opacity: 1;
   -webkit-transition-delay: 1350ms;
          transition-delay: 1350ms;
}
 .slider__slide:nth-child(1) .slider__back, .slider__slide:nth-child(1) .slider__inner {
   background-image: url('https://etidal.org/upload/2021/01/img2.png');
   background-repeat: no-repeat, repeat;
}
.mast__text span {
  animation: letter-glow 0.7s 0s ease both;
}
.mast__text span:nth-child(1) {
  animation-delay: 0.05s;
}
.mast__text span:nth-child(2) {
  animation-delay: 0.1s;
}
.mast__text span:nth-child(3) {
  animation-delay: 0.15s;
}
.mast__text span:nth-child(4) {
  animation-delay: 0.2s;
}
.mast__text span:nth-child(5) {
  animation-delay: 0.25s;
}
.mast__text span:nth-child(6) {
  animation-delay: 0.3s;
}
.mast__text span:nth-child(7) {
  animation-delay: 0.35s;
}
.mast__text span:nth-child(8) {
  animation-delay: 0.4s;
}
.mast__text span:nth-child(9) {
  animation-delay: 0.45s;
}
.mast__text span:nth-child(10) {
  animation-delay: 0.5s;
}
.mast__text span:nth-child(11) {
  animation-delay: 0.55s;
}
.mast__text span:nth-child(12) {
  animation-delay: 0.6s;
}
.mast__text span:nth-child(13) {
  animation-delay: 0.65s;
}
.mast__text span:nth-child(14) {
  animation-delay: 0.7s;
}
.mast__text span:nth-child(15) {
  animation-delay: 0.75s;
}
.mast__text span:nth-child(16) {
  animation-delay: 0.8s;
}
.mast__text span:nth-child(17) {
  animation-delay: 0.85s;
}
.mast__text span:nth-child(18) {
  animation-delay: 0.9s;
}
.mast__text span:nth-child(19) {
  animation-delay: 0.95s;
}
.mast__text span:nth-child(20) {
  animation-delay: 1s;
}
.mast__text span:nth-child(21) {
  animation-delay: 1.05s;
}
.mast__text span:nth-child(22) {
  animation-delay: 1.1s;
}
.mast__text span:nth-child(23) {
  animation-delay: 1.15s;
}
.mast__text span:nth-child(24) {
  animation-delay: 1.2s;
}
.mast__text span:nth-child(25) {
  animation-delay: 1.25s;
}
.mast__text span:nth-child(26) {
  animation-delay: 1.3s;
}
.mast__text span:nth-child(27) {
  animation-delay: 1.35s;
}
.mast__text span:nth-child(28) {
  animation-delay: 1.4s;
}
.mast__text span:nth-child(29) {
  animation-delay: 1.45s;
}
.mast__text span:nth-child(30) {
  animation-delay: 1.5s;
}
.mast__text span:nth-child(31) {
  animation-delay: 1.55s;
}
.mast__text span:nth-child(32) {
  animation-delay: 1.6s;
}
.mast__text span:nth-child(33) {
  animation-delay: 1.65s;
}
.mast__text span:nth-child(34) {
  animation-delay: 1.7s;
}
.mast__text span:nth-child(35) {
  animation-delay: 1.75s;
}
.mast__text span:nth-child(36) {
  animation-delay: 1.8s;
}
.mast__text span:nth-child(37) {
  animation-delay: 1.85s;
}
.mast__text span:nth-child(38) {
  animation-delay: 1.9s;
}
.mast__text span:nth-child(39) {
  animation-delay: 1.95s;
}
.mast__text span:nth-child(40) {
  animation-delay: 2s;
}
.mast__text span:nth-child(41) {
  animation-delay: 2.05s;
}
.mast__text span:nth-child(42) {
  animation-delay: 2.1s;
}
.mast__text span:nth-child(43) {
  animation-delay: 2.15s;
}
.mast__text span:nth-child(44) {
  animation-delay: 2.2s;
}
.mast__text span:nth-child(45) {
  animation-delay: 2.25s;
}
.mast__text span:nth-child(46) {
  animation-delay: 2.3s;
}
.mast__text span:nth-child(47) {
  animation-delay: 2.35s;
}
.mast__text span:nth-child(48) {
  animation-delay: 2.4s;
}
.mast__text span:nth-child(49) {
  animation-delay: 2.45s;
}
.mast__text span:nth-child(50) {
  animation-delay: 2.5s;
}
.mast__text span:nth-child(51) {
  animation-delay: 2.55s;
}
.mast__text span:nth-child(52) {
  animation-delay: 2.6s;
}
.mast__text span:nth-child(53) {
  animation-delay: 2.65s;
}
.mast__text span:nth-child(54) {
  animation-delay: 2.7s;
}
.mast__text span:nth-child(55) {
  animation-delay: 2.75s;
}
.mast__text span:nth-child(56) {
  animation-delay: 2.8s;
}
.mast__text span:nth-child(57) {
  animation-delay: 2.85s;
}
.mast__text span:nth-child(58) {
  animation-delay: 2.9s;
}
.mast__text span:nth-child(59) {
  animation-delay: 2.95s;
}
.mast__text span:nth-child(60) {
  animation-delay: 3s;
}
.mast__text span:nth-child(61) {
  animation-delay: 3.05s;
}
.mast__text span:nth-child(62) {
  animation-delay: 3.1s;
}
.mast__text span:nth-child(63) {
  animation-delay: 3.15s;
}
.mast__text span:nth-child(64) {
  animation-delay: 3.2s;
}
.mast__text span:nth-child(65) {
  animation-delay: 3.25s;
}
.mast__text span:nth-child(66) {
  animation-delay: 3.3s;
}
.mast__text span:nth-child(67) {
  animation-delay: 3.35s;
}
.mast__text span:nth-child(68) {
  animation-delay: 3.4s;
}
.mast__text span:nth-child(69) {
  animation-delay: 3.45s;
}
.mast__text span:nth-child(70) {
  animation-delay: 3.5s;
}
.mast__text span:nth-child(71) {
  animation-delay: 3.55s;
}
.mast__text span:nth-child(72) {
  animation-delay: 3.6s;
}
.mast__text span:nth-child(73) {
  animation-delay: 3.65s;
}
.mast__text span:nth-child(74) {
  animation-delay: 3.7s;
}
.mast__text span:nth-child(75) {
  animation-delay: 3.75s;
}
.mast__text span:nth-child(76) {
  animation-delay: 3.8s;
}
.mast__text span:nth-child(77) {
  animation-delay: 3.85s;
}
.mast__text span:nth-child(78) {
  animation-delay: 3.9s;
}
.mast__text span:nth-child(79) {
  animation-delay: 3.95s;
}
.mast__text span:nth-child(80) {
  animation-delay: 4s;
}
.mast__text span:nth-child(81) {
  animation-delay: 4.05s;
}
.mast__text span:nth-child(82) {
  animation-delay: 4.1s;
}
.mast__text span:nth-child(83) {
  animation-delay: 4.15s;
}
.mast__text span:nth-child(84) {
  animation-delay: 4.2s;
}
.mast__text span:nth-child(85) {
  animation-delay: 4.25s;
}
.mast__text span:nth-child(86) {
  animation-delay: 4.3s;
}
.mast__text span:nth-child(87) {
  animation-delay: 4.35s;
}
.mast__text span:nth-child(88) {
  animation-delay: 4.4s;
}
.mast__text span:nth-child(89) {
  animation-delay: 4.45s;
}
.mast__text span:nth-child(90) {
  animation-delay: 4.5s;
}
.mast__text span:nth-child(91) {
  animation-delay: 4.55s;
}
.mast__text span:nth-child(92) {
  animation-delay: 4.6s;
}
.mast__text span:nth-child(93) {
  animation-delay: 4.65s;
}
.mast__text span:nth-child(94) {
  animation-delay: 4.7s;
}
.mast__text span:nth-child(95) {
  animation-delay: 4.75s;
}
.mast__text span:nth-child(96) {
  animation-delay: 4.8s;
}
.mast__text span:nth-child(97) {
  animation-delay: 4.85s;
}
.mast__text span:nth-child(98) {
  animation-delay: 4.9s;
}
.mast__text span:nth-child(99) {
  animation-delay: 4.95s;
}
.mast__text span:nth-child(100) {
  animation-delay: 5s;
}
.mast__text span:nth-child(101) {
  animation-delay: 5.05s;
}
.mast__text span:nth-child(102) {
  animation-delay: 5.1s;
}
.mast__text span:nth-child(103) {
  animation-delay: 5.15s;
}
.mast__text span:nth-child(104) {
  animation-delay: 5.2s;
}
.mast__text span:nth-child(105) {
  animation-delay: 5.25s;
}
.mast__text span:nth-child(106) {
  animation-delay: 5.3s;
}
.mast__text span:nth-child(107) {
  animation-delay: 5.35s;
}
.mast__text span:nth-child(108) {
  animation-delay: 5.4s;
}
.mast__text span:nth-child(109) {
  animation-delay: 5.45s;
}
.mast__text span:nth-child(110) {
  animation-delay: 5.5s;
}
.mast__text span:nth-child(111) {
  animation-delay: 5.55s;
}
.mast__text span:nth-child(112) {
  animation-delay: 5.6s;
}
.mast__text span:nth-child(113) {
  animation-delay: 5.65s;
}
.mast__text span:nth-child(114) {
  animation-delay: 5.7s;
}
.mast__text span:nth-child(115) {
  animation-delay: 5.75s;
}
.mast__text span:nth-child(116) {
  animation-delay: 5.8s;
}
.mast__text span:nth-child(117) {
  animation-delay: 5.85s;
}
.mast__text span:nth-child(118) {
  animation-delay: 5.9s;
}
.mast__text span:nth-child(119) {
  animation-delay: 5.95s;
}
.mast__text span:nth-child(120) {
  animation-delay: 6s;
}
.mast__text span:nth-child(121) {
  animation-delay: 6.05s;
}
.mast__text span:nth-child(122) {
  animation-delay: 6.1s;
}
.mast__text span:nth-child(123) {
  animation-delay: 6.15s;
}
.mast__text span:nth-child(124) {
  animation-delay: 6.2s;
}
.mast__text span:nth-child(125) {
  animation-delay: 6.25s;
}
.mast__text span:nth-child(126) {
  animation-delay: 6.3s;
}
.mast__text span:nth-child(127) {
  animation-delay: 6.35s;
}
.mast__text span:nth-child(128) {
  animation-delay: 6.4s;
}
.mast__text span:nth-child(129) {
  animation-delay: 6.45s;
}
.mast__text span:nth-child(130) {
  animation-delay: 6.5s;
}
.mast__text span:nth-child(131) {
  animation-delay: 6.55s;
}
.mast__text span:nth-child(132) {
  animation-delay: 6.6s;
}
.mast__text span:nth-child(133) {
  animation-delay: 6.65s;
}
.mast__text span:nth-child(134) {
  animation-delay: 6.7s;
}
.mast__text span:nth-child(135) {
  animation-delay: 6.75s;
}
.mast__text span:nth-child(136) {
  animation-delay: 6.8s;
}
.mast__text span:nth-child(137) {
  animation-delay: 6.85s;
}
.mast__text span:nth-child(138) {
  animation-delay: 6.9s;
}
.mast__text span:nth-child(139) {
  animation-delay: 6.95s;
}
.mast__text span:nth-child(140) {
  animation-delay: 7s;
}
.mast__text span:nth-child(141) {
  animation-delay: 7.05s;
}
.mast__text span:nth-child(142) {
  animation-delay: 7.1s;
}
.mast__text span:nth-child(143) {
  animation-delay: 7.15s;
}
.mast__text span:nth-child(144) {
  animation-delay: 7.2s;
}
.mast__text span:nth-child(145) {
  animation-delay: 7.25s;
}
.mast__text span:nth-child(146) {
  animation-delay: 7.3s;
}
.mast__text span:nth-child(147) {
  animation-delay: 7.35s;
}
.mast__text span:nth-child(148) {
  animation-delay: 7.4s;
}
.mast__text span:nth-child(149) {
  animation-delay: 7.45s;
}
.mast__text span:nth-child(150) {
  animation-delay: 7.5s;
}
.mast__text span:nth-child(151) {
  animation-delay: 7.55s;
}
.mast__text span:nth-child(152) {
  animation-delay: 7.6s;
}
.mast__text span:nth-child(153) {
  animation-delay: 7.65s;
}
.mast__text span:nth-child(154) {
  animation-delay: 7.7s;
}
.mast__text span:nth-child(155) {
  animation-delay: 7.75s;
}
.mast__text span:nth-child(156) {
  animation-delay: 7.8s;
}
.mast__text span:nth-child(157) {
  animation-delay: 7.85s;
}
.mast__text span:nth-child(158) {
  animation-delay: 7.9s;
}
.mast__text span:nth-child(159) {
  animation-delay: 7.95s;
}
.mast__text span:nth-child(160) {
  animation-delay: 8s;
}
.mast__text span:nth-child(161) {
  animation-delay: 8.05s;
}
.mast__text span:nth-child(162) {
  animation-delay: 8.1s;
}
.mast__text span:nth-child(163) {
  animation-delay: 8.15s;
}
.mast__text span:nth-child(164) {
  animation-delay: 8.2s;
}
.mast__text span:nth-child(165) {
  animation-delay: 8.25s;
}
.mast__text span:nth-child(166) {
  animation-delay: 8.3s;
}
.mast__text span:nth-child(167) {
  animation-delay: 8.35s;
}
.mast__text span:nth-child(168) {
  animation-delay: 8.4s;
}
.mast__text span:nth-child(169) {
  animation-delay: 8.45s;
}
.mast__text span:nth-child(170) {
  animation-delay: 8.5s;
}
.mast__text span:nth-child(171) {
  animation-delay: 8.55s;
}
.mast__text span:nth-child(172) {
  animation-delay: 8.6s;
}
.mast__text span:nth-child(173) {
  animation-delay: 8.65s;
}
.mast__text span:nth-child(174) {
  animation-delay: 8.7s;
}
.mast__text span:nth-child(175) {
  animation-delay: 8.75s;
}
.mast__text span:nth-child(176) {
  animation-delay: 8.8s;
}
.mast__text span:nth-child(177) {
  animation-delay: 8.85s;
}
.mast__text span:nth-child(178) {
  animation-delay: 8.9s;
}
.mast__text span:nth-child(179) {
  animation-delay: 8.95s;
}
.mast__text span:nth-child(180) {
  animation-delay: 9s;
}
.mast__text span:nth-child(181) {
  animation-delay: 9.05s;
}
.mast__text span:nth-child(182) {
  animation-delay: 9.1s;
}
.mast__text span:nth-child(183) {
  animation-delay: 9.15s;
}
.mast__text span:nth-child(184) {
  animation-delay: 9.2s;
}
.mast__text span:nth-child(185) {
  animation-delay: 9.25s;
}
.mast__text span:nth-child(186) {
  animation-delay: 9.3s;
}
.mast__text span:nth-child(187) {
  animation-delay: 9.35s;
}
.mast__text span:nth-child(188) {
  animation-delay: 9.4s;
}
.mast__text span:nth-child(189) {
  animation-delay: 9.45s;
}
.mast__text span:nth-child(190) {
  animation-delay: 9.5s;
}
.mast__text span:nth-child(191) {
  animation-delay: 9.55s;
}
.mast__text span:nth-child(192) {
  animation-delay: 9.6s;
}
.mast__text span:nth-child(193) {
  animation-delay: 9.65s;
}
.mast__text span:nth-child(194) {
  animation-delay: 9.7s;
}
.mast__text span:nth-child(195) {
  animation-delay: 9.75s;
}
.mast__text span:nth-child(196) {
  animation-delay: 9.8s;
}
.mast__text span:nth-child(197) {
  animation-delay: 9.85s;
}
.mast__text span:nth-child(198) {
  animation-delay: 9.9s;
}
.mast__text span:nth-child(199) {
  animation-delay: 9.95s;
}
.mast__text span:nth-child(200) {
  animation-delay: 10s;
}
.mast__text span:nth-child(201) {
  animation-delay: 10.05s;
}
.mast__text span:nth-child(202) {
  animation-delay: 10.1s;
}
.mast__text span:nth-child(203) {
  animation-delay: 10.15s;
}
.mast__text span:nth-child(204) {
  animation-delay: 10.2s;
}
.mast__text span:nth-child(205) {
  animation-delay: 10.25s;
}
.mast__text span:nth-child(206) {
  animation-delay: 10.3s;
}
.mast__text span:nth-child(207) {
  animation-delay: 10.35s;
}
.mast__text span:nth-child(208) {
  animation-delay: 10.4s;
}
.mast__text span:nth-child(209) {
  animation-delay: 10.45s;
}
.mast__text span:nth-child(210) {
  animation-delay: 10.5s;
}
.mast__text span:nth-child(211) {
  animation-delay: 10.55s;
}
.mast__text span:nth-child(212) {
  animation-delay: 10.6s;
}
.mast__text span:nth-child(213) {
  animation-delay: 10.65s;
}
.mast__text span:nth-child(214) {
  animation-delay: 10.7s;
}
.mast__text span:nth-child(215) {
  animation-delay: 10.75s;
}
.mast__text span:nth-child(216) {
  animation-delay: 10.8s;
}
.mast__text span:nth-child(217) {
  animation-delay: 10.85s;
}
.mast__text span:nth-child(218) {
  animation-delay: 10.9s;
}
.mast__text span:nth-child(219) {
  animation-delay: 10.95s;
}
.mast__text span:nth-child(220) {
  animation-delay: 11s;
}
.mast__text span:nth-child(221) {
  animation-delay: 11.05s;
}
.mast__text span:nth-child(222) {
  animation-delay: 11.1s;
}
.mast__text span:nth-child(223) {
  animation-delay: 11.15s;
}
.mast__text span:nth-child(224) {
  animation-delay: 11.2s;
}
.mast__text span:nth-child(225) {
  animation-delay: 11.25s;
}
.mast__text span:nth-child(226) {
  animation-delay: 11.3s;
}
.mast__text span:nth-child(227) {
  animation-delay: 11.35s;
}
.mast__text span:nth-child(228) {
  animation-delay: 11.4s;
}
.mast__text span:nth-child(229) {
  animation-delay: 11.45s;
}
.mast__text span:nth-child(230) {
  animation-delay: 11.5s;
}
.mast__text span:nth-child(231) {
  animation-delay: 11.55s;
}
.mast__text span:nth-child(232) {
  animation-delay: 11.6s;
}
.mast__text span:nth-child(233) {
  animation-delay: 11.65s;
}
.mast__text span:nth-child(234) {
  animation-delay: 11.7s;
}
.mast__text span:nth-child(235) {
  animation-delay: 11.75s;
}
.mast__text span:nth-child(236) {
  animation-delay: 11.8s;
}
.mast__text span:nth-child(237) {
  animation-delay: 11.85s;
}
.mast__text span:nth-child(238) {
  animation-delay: 11.9s;
}
.mast__text span:nth-child(239) {
  animation-delay: 11.95s;
}
.mast__text span:nth-child(240) {
  animation-delay: 12s;
}
.mast__text span:nth-child(241) {
  animation-delay: 12.05s;
}

/*----------------------Name----------------------------*/
/*.mast__name span {
  animation: letter-glow 3.7s 0s ease both;
}
.mast__name span:nth-child(1) {
  animation-delay: 2s;
}
.mast__name span:nth-child(2) {
  animation-delay: 2.05s;
}
.mast__name span:nth-child(3) {
  animation-delay: 2.1s;
}
.mast__name span:nth-child(4) {
  animation-delay: 2.15s;
}
.mast__name span:nth-child(5) {
  animation-delay: 2.2s;
}
.mast__name span:nth-child(6) {
  animation-delay: 2.25s;
}
.mast__name span:nth-child(7) {
  animation-delay: 2.3s;
}
.mast__name span:nth-child(8) {
  animation-delay: 2.35s;
}
.mast__name span:nth-child(9) {
  animation-delay: 2.4s;
}
.mast__name span:nth-child(10) {
  animation-delay: 2.45s;
}
.mast__name span:nth-child(11) {
  animation-delay: 2.5s;
}
.mast__name span:nth-child(12) {
  animation-delay: 2.55s;
}
.mast__name span:nth-child(13) {
  animation-delay: 2.6s;
}
.mast__name span:nth-child(14) {
  animation-delay: 2.65s;
}
.mast__name span:nth-child(15) {
  animation-delay: 2.7s;
}
.mast__name span:nth-child(16) {
  animation-delay: 2.75s;
}
.mast__name span:nth-child(17) {
  animation-delay: 2.8s;
}
.mast__name span:nth-child(18) {
  animation-delay: 2.85s;
}
.mast__name span:nth-child(19) {
  animation-delay: 2.9s;
}
.mast__name span:nth-child(20) {
  animation-delay: 2.95s;
}
.mast__name span:nth-child(21) {
  animation-delay: 3s;
}
.mast__name span:nth-child(22) {
  animation-delay: 3.05s;
}
.mast__name span:nth-child(23) {
  animation-delay: 3.1s;
}
.mast__name span:nth-child(24) {
  animation-delay: 3.15s;
}
.mast__name span:nth-child(25) {
  animation-delay: 3.2s;
}
.mast__name span:nth-child(26) {
  animation-delay: 3.25s;
}
.mast__name span:nth-child(27) {
  animation-delay: 3.3s;
}
.mast__name span:nth-child(28) {
  animation-delay: 3.35s;
}
.mast__name span:nth-child(29) {
  animation-delay: 3.4s;
}
.mast__name span:nth-child(30) {
  animation-delay: 3.45s;
}
.mast__name span:nth-child(31) {
  animation-delay: 3.5s;
}
.mast__name span:nth-child(32) {
  animation-delay: 3.55s;
}
.mast__name span:nth-child(33) {
  animation-delay: 3.6s;
}
.mast__name span:nth-child(34) {
  animation-delay: 3.65s;
}
.mast__name span:nth-child(35) {
  animation-delay: 3.7s;
}
.mast__name span:nth-child(36) {
  animation-delay: 3.75s;
}
.mast__name span:nth-child(37) {
  animation-delay: 3.8s;
}
.mast__name span:nth-child(38) {
  animation-delay: 3.85s;
}
.mast__name span:nth-child(39) {
  animation-delay: 3.9s;
}

/*----------------------title----------------------------*/
/*.mast__title span {
  animation: letter-glow 3.7s 0s ease both;
}
.mast__title span:nth-child(1) {
  animation-delay: 4s;
}
.mast__title span:nth-child(2) {
  animation-delay: 4.05s;
}
.mast__title span:nth-child(3) {
  animation-delay: 4.1s;
}
.mast__title span:nth-child(4) {
  animation-delay: 4.15s;
}
.mast__title span:nth-child(5) {
  animation-delay: 4.2s;
}
.mast__title span:nth-child(6) {
  animation-delay: 4.25s;
}
.mast__title span:nth-child(7) {
  animation-delay: 4.3s;
}
.mast__title span:nth-child(8) {
  animation-delay: 4.35s;
}
.mast__title span:nth-child(9) {
  animation-delay: 4.4s;
}
.mast__title span:nth-child(10) {
  animation-delay: 4.45s;
}
.mast__title span:nth-child(11) {
  animation-delay: 4.5s;
}
.mast__title span:nth-child(12) {
  animation-delay: 4.55s;
}
.mast__title span:nth-child(13) {
  animation-delay: 4.6s;
}
.mast__title span:nth-child(14) {
  animation-delay: 4.65s;
}
.mast__title span:nth-child(15) {
  animation-delay: 4.7s;
}
.mast__title span:nth-child(16) {
  animation-delay: 4.75s;
}
.mast__title span:nth-child(17) {
  animation-delay: 4.8s;
}
.mast__title span:nth-child(18) {
  animation-delay: 4.85s;
}
.mast__title span:nth-child(19) {
  animation-delay: 4.9s;
}
.mast__title span:nth-child(20) {
  animation-delay: 4.95s;
}
.mast__title span:nth-child(21) {
  animation-delay: 5s;
}
.mast__title span:nth-child(22) {
  animation-delay: 5.05s;
}
.mast__title span:nth-child(23) {
  animation-delay: 5.1s;
}
.mast__title span:nth-child(24) {
  animation-delay: 5.15s;
}
.mast__title span:nth-child(25) {
  animation-delay: 5.2s;
}
.mast__title span:nth-child(26) {
  animation-delay: 5.25s;
}
.mast__title span:nth-child(27) {
  animation-delay: 5.3s;
}
.mast__title span:nth-child(28) {
  animation-delay: 5.35s;
}
.mast__title span:nth-child(29) {
  animation-delay: 5.4s;
}
.mast__title span:nth-child(30) {
  animation-delay: 5.45s;
}
.mast__title span:nth-child(31) {
  animation-delay: 5.5s;
}
.mast__title span:nth-child(32) {
  animation-delay: 5.55s;
}
.mast__title span:nth-child(33) {
  animation-delay: 5.6s;
}
.mast__title span:nth-child(34) {
  animation-delay: 5.65s;
}
.mast__title span:nth-child(35) {
  animation-delay: 5.7s;
}
.mast__title span:nth-child(36) {
  animation-delay: 5.75s;
}
.mast__title span:nth-child(37) {
  animation-delay: 5.8s;
}
.mast__title span:nth-child(38) {
  animation-delay: 5.85s;
}
.mast__title span:nth-child(39) {
  animation-delay: 5.9s;
}
.mast__title span:nth-child(40) {
  animation-delay: 5.95s;
}
.mast__title span:nth-child(41) {
  animation-delay: 6s;
}
.mast__title span:nth-child(42) {
  animation-delay: 6.05s;
}
.mast__title span:nth-child(43) {
  animation-delay: 6.1s;
}
.mast__title span:nth-child(44) {
  animation-delay: 6.15s;
}
.mast__title span:nth-child(45) {
  animation-delay: 6.2s;
}
.mast__title span:nth-child(46) {
  animation-delay: 6.25s;
}
.mast__title span:nth-child(47) {
  animation-delay: 6.3s;
}
.mast__title span:nth-child(48) {
  animation-delay: 6.35s;
}
.mast__title span:nth-child(49) {
  animation-delay: 6.4s;
}
.mast__title span:nth-child(50) {
  animation-delay: 6.45s;
}
.mast__title span:nth-child(51) {
  animation-delay: 6.5s;
}
.mast__title span:nth-child(52) {
  animation-delay: 6.55s;
}
.mast__title span:nth-child(53) {
  animation-delay: 6.6s;
}
.mast__title span:nth-child(54) {
  animation-delay: 6.65s;
}
.mast__title span:nth-child(55) {
  animation-delay: 6.7s;
}
.mast__title span:nth-child(56) {
  animation-delay: 6.75s;
}
.mast__title span:nth-child(57) {
  animation-delay: 6.8s;
}
.mast__title span:nth-child(58) {
  animation-delay: 6.85s;
}
.mast__title span:nth-child(59) {
  animation-delay: 6.9s;
}
.mast__title span:nth-child(60) {
  animation-delay: 6.95s;
}
.mast__title span:nth-child(61) {
  animation-delay: 7s;
}
.mast__title span:nth-child(62) {
  animation-delay: 7.05s;
}
.mast__title span:nth-child(63) {
  animation-delay: 7.1s;
}
.mast__title span:nth-child(64) {
  animation-delay: 7.15s;
}
.mast__title span:nth-child(65) {
  animation-delay: 7.2s;
}
.mast__title span:nth-child(66) {
  animation-delay: 7.25s;
}
.mast__title span:nth-child(67) {
  animation-delay: 7.3s;
}
.mast__title span:nth-child(68) {
  animation-delay: 7.35s;
}
.mast__title span:nth-child(69) {
  animation-delay: 7.4s;
}
.mast__title span:nth-child(70) {
  animation-delay: 7.45s;
}
.mast__title span:nth-child(71) {
  animation-delay: 7.5s;
}
.mast__title span:nth-child(72) {
  animation-delay: 7.55s;
}
.mast__title span:nth-child(73) {
  animation-delay: 7.6s;
}
.mast__title span:nth-child(74) {
  animation-delay: 7.65s;
}
.mast__title span:nth-child(75) {
  animation-delay: 7.7s;
}
.mast__title span:nth-child(76) {
  animation-delay: 7.75s;
}
.mast__title span:nth-child(77) {
  animation-delay: 7.8s;
}
.mast__title span:nth-child(78) {
  animation-delay: 7.85s;
}
.mast__title span:nth-child(79) {
  animation-delay: 7.9s;
}
.mast__title span:nth-child(80) {
  animation-delay: 7.95s;
}
.mast__title span:nth-child(81) {
  animation-delay: 8s;
}
.mast__title span:nth-child(82) {
  animation-delay: 8.05s;
}
.mast__title span:nth-child(83) {
  animation-delay: 8.1s;
}
.mast__title span:nth-child(84) {
  animation-delay: 8.15s;
}
.mast__title span:nth-child(85) {
  animation-delay: 8.2s;
}
.mast__title span:nth-child(86) {
  animation-delay: 8.25s;
}
.mast__title span:nth-child(87) {
  animation-delay: 8.3s;
}
.mast__title span:nth-child(88) {
  animation-delay: 8.35s;
}
.mast__title span:nth-child(89) {
  animation-delay: 8.4s;
}
.mast__title span:nth-child(90) {
  animation-delay: 8.45s;
}

@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 10.7;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  }
}
*/
