/* ============================================
   Parent Wrapper
============================================ */

.TricksMenuList {
  margin-bottom: 5px;
  border: 2px solid #1f3092;
  background: #ffcc99;
  border-radius: 4px;
  overflow: hidden;
}

.TricksMenuList  .table_heading {
    background-color: #024c88;
    color: #fff;
    padding: 0px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

/* ============================================
   Header
============================================ */

.TricksMenuList .pink-header-strip {
  background: #ff1731;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px 2px #000;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  clip-path: polygon(0 0, 97% 0, 100% 50%, 100% 100%, 3% 100%, 0 50%);
  margin: 3px;
  border-radius: 15px;
}

/* ============================================
   Body
============================================ */

.TricksMenuList .links-body-box {
  padding: 0;
  margin: 0;
  text-align: center;
}

/* ============================================
   Links
============================================ */

.TricksMenuList .menu-item-link {
     border-bottom: 2px solid #024c88;
    color: #003c6c;
    display: block;
    font-size: 22px;
    font-weight: 600;
}

/* Remove last border */

.TricksMenuList .menu-item-link:last-child {
  border-bottom: none;
}

/* Hover */

.TricksMenuList .menu-item-link:hover {
  background: #fff;
  color: #d10000 !important;
  animation-play-state: paused;
}

/* ============================================
   Running Color Effect
============================================ */

@keyframes sattaColorAnimation {
  0% {
    color: #0000ff;
  }

  15% {
    color: #7b00ff;
  }

  30% {
    color: #ff1493;
  }

  45% {
    color: #ff0000;
  }

  60% {
    color: #ff7a00;
  }

  75% {
    color: #009900;
  }

  90% {
    color: #0066ff;
  }

  100% {
    color: #0000ff;
  }
}

/* ============================================
   Different Delay For Every Link
============================================ */

.TricksMenuList .menu-item-link:nth-child(1) {
  animation-delay: 0s;
}

.TricksMenuList .menu-item-link:nth-child(2) {
  animation-delay: 0.2s;
}

.TricksMenuList .menu-item-link:nth-child(3) {
  animation-delay: 0.4s;
}

.TricksMenuList .menu-item-link:nth-child(4) {
  animation-delay: 0.6s;
}

.TricksMenuList .menu-item-link:nth-child(5) {
  animation-delay: 0.8s;
}

.TricksMenuList .menu-item-link:nth-child(6) {
  animation-delay: 1s;
}

.TricksMenuList .menu-item-link:nth-child(7) {
  animation-delay: 1.2s;
}

.TricksMenuList .menu-item-link:nth-child(8) {
  animation-delay: 1.4s;
}

.TricksMenuList .menu-item-link:nth-child(9) {
  animation-delay: 1.6s;
}

.TricksMenuList .menu-item-link:nth-child(10) {
  animation-delay: 1.8s;
}

.TricksMenuList .menu-item-link:nth-child(11) {
  animation-delay: 2s;
}

.TricksMenuList .menu-item-link:nth-child(12) {
  animation-delay: 2.2s;
}

.TricksMenuList .menu-item-link:nth-child(13) {
  animation-delay: 2.4s;
}

.TricksMenuList .menu-item-link:nth-child(14) {
  animation-delay: 2.6s;
}

.TricksMenuList .menu-item-link:nth-child(15) {
  animation-delay: 2.8s;
}

/* ============================================
   Responsive
============================================ */

@media (max-width: 768px) {
  .TricksMenuList .pink-header-strip {
    font-size: 22px;
  }

  .TricksMenuList .menu-item-link {
    font-size: 18px;
    padding: 5px 10px;
  }
}

@media (max-width: 576px) {
  .TricksMenuList .pink-header-strip {
    font-size: 18px;
  }

  .TricksMenuList .menu-item-link {
    font-size: 16px;
    padding: 4px 8px;
  }
}
