/* .global-btn a{padding: 12px 30px;background-color: #001f59; color: #ffffff;border: 1px solid #001f59;font-weight: 500;font-size: 15px;}
.global-btn a:hover{background-color: transparent; color: #001f59;}
.banner-btn{padding: 12px 30px; background-color: #001f59;color: #ffffff;border: 1px solid #001f59;text-transform: uppercase;}
.banner-btn:hover{background-color: transparent; color: #001f59;}
.submit-btn.global-btn a{padding: 15px 40px;} */
/* .primary-btn a{padding: 10px 30px;color: #ffffff;background-color: #001f59;border: 1px solid #001f59;font-weight: 400;font-size: 15px;text-transform: uppercase;transition: all 0.25s ease-out 0s;}
.primary-btn a:hover{background-color: transparent;color: #001f59;}

.secondery-btn a{padding: 10px 30px;color: #001f59;background-color:#ffffff;border: 1px solid #ffffff;font-weight: 400;font-size: 15px;text-transform: uppercase;transition: all 0.25s ease-out 0s;font-weight: 600;}
.secondery-btn a:hover{background-color: transparent;color: #ffffff;} */

/* .video-play-button {
    width: 65px;
    height: 65px;
    float: left;
    background: #001f59;
    border: 1px solid #001f59;
    border-radius: 50%;
    transition: all 0.25s ease-out 0s;
    transform: translate(-50%, -50%);
    margin: 0 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}

.video-play-button span {
    width: 0;
    height: 0;
    border-left: 20px solid #ffffff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin: 20px 25px;
    transition: all 0.25s ease-out 0s;
    display: block;
    position: relative;
    z-index: 3;
}

.video-play-button:before, .video-play-button:after {
    content: "";
    transition: all 0.25s ease-out 0s;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
}

.video-play-button:before {
    width: 62px;
    height: 62px;
    background:#001f59;
    border-radius: 50%;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.60);
    border-radius: 50%;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@-webkit-keyframes pulse-border {
    0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
   }
    100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
   }
} */


.primary-button {
  position: relative;
  padding: 12px 50px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: var(--primary);
  transition: all 0.5s ease;
  font-size: 20px;
  border-radius: 30px;
  z-index: 555;
  display: inline-block;
}
.primary-button:hover{
  background-color: var(--secondary);
  color: #fff;
}
.primary-button:active {
  transform: scale(0.96);
}

.primary-button:before,
.primary-button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.primary-button:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, var(--primary) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--primary) 20%, transparent 30%),
    radial-gradient(circle, var(--primary) 20%, transparent 20%),
    radial-gradient(circle, var(--primary) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--primary) 15%, transparent 20%),
    radial-gradient(circle, var(--primary) 20%, transparent 20%),
    radial-gradient(circle, var(--primary) 20%, transparent 20%),
    radial-gradient(circle, var(--primary) 20%, transparent 20%),
    radial-gradient(circle, var(--primary) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.primary-button:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, var(--primary) 20%, transparent 20%),
    radial-gradient(circle, var(--primary) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--primary) 15%, transparent 20%),
    radial-gradient(circle, var(--primary) 20%, transparent 20%),
    radial-gradient(circle, var(--primary) 20%, transparent 20%),
    radial-gradient(circle, var(--primary) 20%, transparent 20%),
    radial-gradient(circle, var(--primary) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
    