
*{
    margin:0px;
    padding:0px;
  
  }
  
  @font-face {
    font-family:'fontku';
    src: url(fonts/Ubuntu-Bold.ttf);
  }
  
  html, body {
    user-select: none;
  }
  
  .Footer_separator_WgDvO {
    width: 100%;
    height: 2px;
    background-color: #d5fe0e;
  }
  
  body {
  font-family: 'fontku', sans-serif;
  margin: 0px;
  padding: 0px;
  }
  
  
  html{
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  animation: gradient 15s ease infinite;
  background-color: #002647;
  }
  
  
  @keyframes gradient {
  0% {
    background-position:0% 50%;
  }
  50% {
    background-position:100% 50%;
  }
  100% {
    background-position:0% 50%;
  }
  }
  
  .iframestyle {
          width: 100%;
          height: 400px;
        
          margin-left: 0;
          margin-top: 0;
      }
  
  
  .navigasi{position: relative;margin: 0 auto;background-color: #001425;height: 148px;padding-top: 12px;max-width: max-content;width: fit-content;}
  
  .logo {
    width: 370px;
    height: 100%;
  }
  
  
  .container{
    width: 980px;
    margin:auto;
    justify-content: space-between;
    padding: 0px;
    align-items: center;
  }
  
  .navgar{display: flex;justify-content: space-between;height: 130px;align-items: center;align-content: space-between;}
  
  .formlogregist {display: flex;flex-direction: column;flex-wrap: wrap;align-items: center;width: 262px;background: 0;border-radius: 4px;padding: 8px 8px;}
  
  .sizelogo{height: 85px;}
  
  .flex1{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 113px;
  }
  
  .warpkiri{
   height: 140px;
   font-weight: bold;
   display: flex;
   flex-direction: column;
   width: 690px;
   justify-content: space-between;
  }
  
  
  .icon-flag{
  width: 14px;
  height: 14px;
  margin-right:8px;
  }
  
  .textberita{width: 100%;color: #CCF700;font-size: 14px;}
  
  
  .tittlelog{
  display: flex;
    font-size: 12px;
    color: #9ecdff;
   
    letter-spacing: 1px;
    font-weight: bold;
    padding: 2px 0px;
    font-style: italic;
  }
  
  
  
  
  
  
  
  
  .baris1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  
  .baris2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 4px 0px;
  }
  
  .baris3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 25px;
    padding: 12px 0px;
  }
  
  .log{
    display: flex;
    width: 190px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #001412;
    border-radius: 2px;
    border: 2px solid #CCF700;
  }
  
  .log>img{
    width: 18px;
    height: 18px;
    margin: 0 4px;
  }
  #username{
    width: 100%;
    height: 100%;
    background-color: #00141200;
    color: #7ee0ff;
    border-radius: 2px;
    outline: none;
    font-size: 16px;
    border: 0.00em solid #7ee0ff;
    padding-left: 10px;
  }
  
  
  .regist{
    display: flex;
    width: 190px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #001412;
    border-radius: 2px;
    border: 2px solid #CCF700;
  } 
  
  .regist>img{
    width: 18px;
    height: 18px;
    margin: 0 4px;
  }
  #password{
    width: 100%;
    height: 100%;
    background-color: #001412;
    color: #7ee0ff;
    border-radius: 2px;
    outline: none;
    font-size: 16px;
    border: 0.0em solid #CCF700;
    padding-left: 10px;
  }
  
  
  
  .imgcode{
    width: 60px;
    height: 35px;
    background-color: rgb(78, 99, 92);
    border-radius: 1px;
    border: 0.5px solid #295c87;
  }
  
  .colcode{
    width: 60px;
    height: 35px;
    align-items: center;
  }
  
  #code{
  
  width: 100%;
  
  height: 100%;
  
  color: #7ee0ff;
  
  border-radius: 2px;
  
  outline: none;
  
  font-size: 16px;
  
  background-color: #001412;
  
  border: 2px solid #CCF700;
  
  text-align: center;
  }
  
  .butlog{
    justify-content: center;
    text-align: center;
    margin-top: 4px;
    border-radius: 3px ;
    
  }
  
  .butregist{
    justify-content: center;
    text-align: center;
    margin-top: 4px;
    border-radius: 3px;
   
   
    
  }
  
  
  
  .butprom{
    justify-content: center;
    padding: 0px 0px;
    display: flex;
  }
  
  
  .wrapper {
  display: flex;
  justify-content: center;
  }
  
  
  .butlog>a{
   font-weight: bold;
   cursor: pointer;
   text-align: center;
   color: #ffffff;
   text-decoration: none;
   font-size: 18px;
   padding: 10px 22px;
   border-radius: 3px;
   border: 0.5px solid #CCF700;
   background: linear-gradient(0deg, #99ff00ce 0%, #82d900b7 32%, #68ad00bb 100%);
   font-style: italic;
   text-shadow: 0 0 3px #000000, 0 0 5px #001425;
  }
  
  .butlog>a:hover{
    cursor: pointer;
  
    padding: 10px 22px;
  
    font-size: 18px;
  
    text-align: center;
       
    color: #e6e6e6;
       
    text-decoration: none;
       
    justify-content: center;
       
       
    font-weight: bold;
       
       
    border-radius: 3px;
       
  border: 0.5px solid #4dc2fc;
       
    background: linear-gradient(0deg, #1b9eff94 0%, #006dc9b0 56%, #095da594 100%);
    }
  
  
  
  .butregist>a {
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 38px;
    border-radius: 3px;
    font-style: italic;
    text-shadow: 0 0 3px #000000, 0 0 5px #001425;
  }
  
  
  .butregist>a:hover{
    cursor: pointer;
  
    font-size: 18px;
  
  text-align: center;
    
  color: #36ff36;
    
  text-decoration: none;
    
  justify-content: center;
  
    
    
  font-weight: bold;
    
    
  border-radius: 3px;
    
  border: 0.5px solid #FF2121;
    
  background: linear-gradient(0deg, #ff2121ce 10%, #c1150cc9 32%,  #9e0010c0 100%);
  }
  
  
  
  /*
  * Animated CSS button
  * Copyright Alexander Bodin 2019-09-07
  *
  * Useage: .class {@import button($button-size, $hue, $sat);}
  */
  .animated-button {
  background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e0f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  
  .animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button:hover::before {
  opacity: 0.2;
  }
  
  .animated-button span {
  position: absolute;
  }
  
  .animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
  }
  
  @-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
  }
  
  @-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
  }
  
  @-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
  }
  
  @-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  .animated-button1 {background: linear-gradient(-30deg, #00566785 50%, #06364d85 50%);padding: 14px 30px;transform: translate(0%, 0%);overflow: hidden;color: #CCF700;font-size: 18px;letter-spacing: 2px;text-align: center;text-transform: uppercase;display: flex;justify-content: space-between;cursor: pointer;}
  
  .animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button1:hover::before {
  opacity: 0.2;
  }
  
  .animated-button1 span {
  position: absolute;
  }
  
  .animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#4dc3fc));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #CCF700);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#4dc3fc));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #CCF700);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #CCF700);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#4dc3fc));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #CCF700);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  .animated-button2 {
  background: linear-gradient(-30deg, #3d240b 50%, #2b1a08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7e6d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  
  .animated-button2::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad9985;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button2:hover::before {
  opacity: 0.2;
  }
  
  .animated-button2 span {
  position: absolute;
  }
  
  .animated-button2 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to left, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button2 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to top, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button2 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to right, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button2 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to bottom, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  .animated-button3 {
  background: linear-gradient(-30deg, #3d3d0b 50%, #2b2b08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7f7d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  
  .animated-button3::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #adad85;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button3:hover::before {
  opacity: 0.2;
  }
  
  .animated-button3 span {
  position: absolute;
  }
  
  .animated-button3 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to left, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button3 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to top, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button3 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to right, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button3 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to bottom, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  .animated-button4 {
  background: linear-gradient(-30deg, #243d0b 50%, #1a2b08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #e6f7d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  
  .animated-button4::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #99ad85;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button4:hover::before {
  opacity: 0.2;
  }
  
  .animated-button4 span {
  position: absolute;
  }
  
  .animated-button4 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to left, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button4 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to top, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button4 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to right, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button4 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to bottom, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  .animated-button5 {
  background: linear-gradient(-30deg, #0b3d0b 50%, #082b08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  
  .animated-button5::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85ad85;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button5:hover::before {
  opacity: 0.2;
  }
  
  .animated-button5 span {
  position: absolute;
  }
  
  .animated-button5 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to left, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button5 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to top, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to right, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button5 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to bottom, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  .animated-button6 {
  background: linear-gradient(-30deg, #0b3d24 50%, #082b1a 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7e6;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  
  .animated-button6::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85ad99;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button6:hover::before {
  opacity: 0.2;
  }
  
  .animated-button6 span {
  position: absolute;
  }
  
  .animated-button6 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to left, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button6 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to top, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button6 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to right, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button6 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to bottom, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  .animated-button7 {
  background: linear-gradient(-30deg, #0b3d3d 50%, #082b2b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  
  .animated-button7::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85adad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button7:hover::before {
  opacity: 0.2;
  }
  
  .animated-button7 span {
  position: absolute;
  }
  
  .animated-button7 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to left, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button7 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to top, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button7 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to right, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button7 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to bottom, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  .animated-button8 {
  background: linear-gradient(-30deg, #0b243d 50%, #081a2b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e6f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  
  .animated-button8::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8599ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button8:hover::before {
  opacity: 0.2;
  }
  
  .animated-button8 span {
  position: absolute;
  }
  
  .animated-button8 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to left, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button8 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to top, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button8 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to right, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button8 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to bottom, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  .animated-button9 {
  background: linear-gradient(-30deg, #0b0b3d 50%, #08082b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4d4f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  
  .animated-button9::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8585ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button9:hover::before {
  opacity: 0.2;
  }
  
  .animated-button9 span {
  position: absolute;
  }
  
  .animated-button9 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to left, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button9 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to top, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button9 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to right, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button9 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to bottom, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  .animated-button10 {
  background: linear-gradient(-30deg, #240b3d 50%, #1a082b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #e6d4f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  
  .animated-button10::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #9985ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button10:hover::before {
  opacity: 0.2;
  }
  
  .animated-button10 span {
  position: absolute;
  }
  
  .animated-button10 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to left, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button10 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to top, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button10 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to right, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button10 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to bottom, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  .animated-button11 {
  background: linear-gradient(-30deg, #3d0b3d 50%, #2b082b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  
  .animated-button11::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad85ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button11:hover::before {
  opacity: 0.2;
  }
  
  .animated-button11 span {
  position: absolute;
  }
  
  .animated-button11 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to left, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button11 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to top, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button11 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to right, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button11 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to bottom, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  .animated-button12 {
  background: linear-gradient(-30deg, #3d0b24 50%, #2b081a 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4e6;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  
  .animated-button12::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8599;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  }
  
  .animated-button12:hover::before {
  opacity: 0.2;
  }
  
  .animated-button12 span {
  position: absolute;
  }
  
  .animated-button12 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to left, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  }
  
  .animated-button12 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to top, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  }
  
  .animated-button12 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to right, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  }
  
  .animated-button12 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to bottom, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  }
  
  
  
  .navgar2{
  
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navmenu{border-radius: 0px 0px 200px 200px;-moz-border-radius: 0px 0px 200px 200px;-webkit-border-radius: 0px 0px 20px 20px;}
  
  
  .navmenu>ul{
    display: flex;
    list-style: none;
    justify-content: space-between;
    width: 100%;
    border-radius: 20px;
    align-items: center;
    padding: 0px 0px;
    border-bottom: 4px solid #CCF700;
    }
    .navmenu>ul>li{padding: 8px 10px;}
    li{
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: column;
    }
  
    .imgmenu{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 65px;
      height: 65px;
      margin: 2px auto;
    }
  
  li>a{color: #cae7ff;text-align: center;justify-content: center;text-decoration: none;padding: 0px 2px;font-size: 12.5px;font-style: italic;}
  
  a{
  
  padding: 4px 0px;
  }
  
  li>a:hover{
  color: #60d0ff;
  text-align:  center;
  justify-content: center;
  text-decoration: none;
  padding: 0px 2px;
  }
  
  
  
  .navmenu>ul>li:hover {
  background-image: radial-gradient(circle at top center, #00d3ff81 0%,rgba(4, 69, 15, 0.13) 100%);
  
  
  border-radius: 0px;
  }
  
  .flex3{
  width: 100%;
  height: 400px;
  border: 0.0005vw solid #CCF700;
  margin: 1px 0px;
  }
  
  .sliderarea{
  width: 100%;
  border: 1px solid #416d00 ;
  }
  
  
  
  
  .SocialItem{
  height: 56px;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  width: 450px;
  margin: 4px 2px;
  background: linear-gradient(0deg, #2e9eff 0%, #0064ab 36%, #0b5a9b 45%, #054375 100%);
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(0deg, #bbe702 0%, #6b9705 22%, #77a405 50%, #8dbd05 77%, #cdf700 100%);
  justify-content: flex-start;
  cursor: pointer;
  }
  
  .SocialItem_button{
  background: -webkit-linear-gradient(-45deg, rgb(10 98 181) 0%, rgb(0 85 134) 100%);
  padding: 9px 15px;
  font-size: 14px;
  line-height: 18px;
  transition: opacity .2s;
  margin-left: auto;
  border-radius: 4px;
  }
  .SocialItem_button a{
  color:#002842;
  text-decoration: none;
    cursor: pointer;
  }
  
  
  
  .SocialItem_button:hover{
  background: linear-gradient(0deg, #004880 0%, #17a1ff 82%, #0080c4 92%, #004f78 100%);
  
  }
  
  .SocialItem_text>a{
  margin-right: 5px;
  font-size: 24px;
  color: #CCF700;
  font-style: italic;
  text-shadow: 0 0 3px #000000, 0 0 5px #001425;
  text-decoration: none;
  }
  
  .SocialItem_icon img{
  
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  }
  
  .medsos{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border: 2px rgb(6 42 57 / 0%) solid;
  background: rgb(6 42 57 / 0%);
  }
  
  
  .wrap-main{height: 330px;width: 100%;display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: center;padding: 3px 0px;}
  
  
  
  .games-populer{
  display: flex;
  flex-direction: column;
  width: 320px;
  padding: 1px 0px;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 100%;
  }
  
  .fasilitas{
  width: 320px;
  transform: translate(-0%,-0%);
  }
  .warp-togel{
  width: 320px;
  }
  
  
  
  .ann-wrapper {
  padding: .2em;
  background-color: inherit;
  color: inherit;
  vertical-align: middle
  }
  
  
  .header-wrapper {
  background-color: #230007;
  background-image: none
  }
  
  .header-wrapper:not(.stuck) .logo img {
  transition: max-height .5s
  }
  
  .header-wrapper .country_detail {
  text-transform: uppercase;
  font-size: 14px
  }
  
  .header-wrapper .country_detail .dot {
  width: 5px;
  height: 5px;
  margin: 0 2px 2px;
  border-radius: 50%;
  display: inline-block;
  background-color: #490609
  }
  
  .header-wrapper .btn.fix {
  padding-top: 3px;
  padding-bottom: 3px;
  min-width: 77px;
  border-radius: 5px
  }
  
  .header-wrapper .main-header {
  z-index: 10;
  position: relative
  }
  
  .header-wrapper .inner-header {
  padding-bottom: 5px;
  padding-top: 5px
  }
  
  .header-wrapper .flex-col {
  max-height: 100%
  }
  
  .header-wrapper .logo-left .logo {
  margin-left: 0;
  margin-right: 5px
  }
  
  .header-wrapper .logo a {
  text-decoration: none;
  display: block;
  color: #fedc3d;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 0
  }
  
  .header-wrapper .logo img {
  display: block;
  width: auto
  }
  
  .header-wrapper #logo img {
  max-height: 70px
  }
  
  
  
  .mobile .floating-btn .wrapper {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #25d366;
  margin: 10px;
  position: relative
  }
  
  .mobile .floating-btn .wrapper a {
  position: absolute;
  left: 7px;
  font-size: 30px;
  color: #fff
  }
  
  .hot-games.wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 8px;
  height: 95px;
  }
  
  .hot-games .img-container {
  position: absolute;
  display: flex;
  align-items: center
  }
  
  .hot-games .games-leave-active {
  animation: leave 20s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-play-state: running
  }
  
  .hot-games .games-leave-active.pause {
  animation-play-state: paused
  }
  
  .hot-games .games-leave-active.run {
  animation-play-state: running
  }
  
  .hot-games .games-enter-active {
  animation: enter 20s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-play-state: running
  }
  
  .hot-games .games-enter-active.pause {
  animation-play-state: paused
  }
  
  .hot-games .games-enter-active.run {
  animation-play-state: running
  }
  
  .hot-games a {
  color: inherit
  }
  
  .hot-games .game-item {
  position: relative;
  margin-right: 5px;
  padding-top: 7px;
  width: 100px;
  text-align: center;
  border-radius: 3px;
  }
  
  .hot-games .game-item img {
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #5c5252;
  max-width: 83px
  }
  
  .hot-games .game-item  {
  padding: 0 2px;
  text-align: left;
  height: 60px;
  width: 90px;
  background-color: #17161300;
  color: #c7b035;
  }
  
  @keyframes leave {
  0% {
      transform: translateX(0)
  }
  
  to {
      transform: translateX(-100%)
  }
  }
  
  @keyframes enter {
  0% {
      transform: translateX(100%)
  }
  
  to {
      transform: translateX(0)
  }
  }
  
  
  .hot-game-tag {
  top: -4px;
  left: -4px;
  height: 51px;
  background-image: 0;
  }
  .daily-wins, .hot-game-tag {
  position: absolute;
  z-index: 1;
  width: 60px;
  background-size: 60px;
  }
  
  
  .text-overflow-line-clamp {
  text-decoration:none
  
  }
  
  
  
  
  .main-button {
  background: linear-gradient(0deg, #FF2121 10%, #C1160C 32%, #9E0010 100%);
  padding: 10px 0px;
  font-size: 18px;
  border-radius: 3px;
  cursor: pointer;
  color: #dcdcdc;
  position:relative;
  border: 0.4px solid #FF2121;
  text-transform: uppercase;
  }
  
  .main-button::after {
    background-color: #ff4b49;
  content: '';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  border-radius: 4px;
  animation-name: blinkers ;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  
  
  @keyframes blinkers {
  0% {
    transform:scale3d(1,1,1);
    opacity: 0.8;
  }
  100% {
    transform:scale3d(1.1,1.3,1.1);
    opacity:0;
  }
  }
  
  
  .button-glow {
  animation: glowing 3000ms infinite;
  }
  
  
  
      @keyframes glowing {
          0% {
              box-shadow: 0 0 -10px #CCF700;
          }
  
          40% {
              box-shadow: 0 0 20px #CCF700;
          }
  
          60% {
              box-shadow: 0 0 20px #CCF700;
          }
  
          100% {
              box-shadow: 0 0 -10px #CCF700;
          }
      }
  
  
      .glow {
        text-decoration: none;
        position: relative;
        overflow: hidden;
    }   
  
  
  .glow:hover {
  box-shadow: 1px 1px 20px 5px #CCF700;
  }
  
  .glow:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient( 120deg, transparent, #37abffc2, transparent );
  transition: all 650ms;
  }
  
  .glow:hover:before {
  left: 100%;
  
  }
  
  #slideshow {
  width: 320px;
  margin:0 auto;
  overflow:hidden;
  height:100%;
  border: 0.001vh solid #CCF700;
  }
  
  .slide-wraper {
  width:1200px; /* 300 x 4 */
  position:relative;
  -webkit-animation:slide 8s ease-in-out infinite;
  -moz-animation:slide 8s ease-in-out infinite;
  -ms-animation:slide 8s ease-in-out infinite;
  -o-animation:slide 8s ease-in-out infinite;
  animation:slide 8s ease-in-out infinite;
  }
  
  .slide-wraper section {width: 320px;height: 330px;float:left;}
  
  .slide-wraper section:nth-child(1) {background-color:0;}
  .slide-wraper section:nth-child(2) {background-color:0;}
  .slide-wraper section:nth-child(3) {background-color:0;}
  
  
  .container:hover {
  animation-play-state:paused;
  -webkit-animation-play-state:paused;
  }
  
  @keyframes slide {
  0% {left:0;}
  25% {left:-320px;}
  50% {left:-640px;}
  100% {left:0;}
  }
  
  @-webkit-keyframes slide {
  0% {left:0;}
  25% {left:-320px;}
  50% {left:-640px;}
  100% {left:0;}
  }
  @-moz-keyframes slide {
  0% {left:0;}
  25% {left:-320px;}
  50% {left:-640px;}
  100% {left:0;}
  }
  @-ms-keyframes slide {
  0% {left:0;}
  25% {left:-320px;}
  50% {left:-640px;}
  100% {left:0;}
  }
  
  
  
  .boxtoto {
  
  width: 100%;
  
  height: 330px;
  
  border: 1px solid #CCF700;
  }
  
  
  .widget-content {
  margin:0 0 0 0;
  }
  
  .lastesttitle {
  display: flex;
  width: 100%;
  height: 45px;
  background: linear-gradient(0deg, #2e9eff 0%, #0064ab 36%, #0b5a9b 45%, #054375 100%);
  color: #CCF700;
  font-size: 20px;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  align-items: center;
  text-shadow: 0 0 3px #000000, 0 0 5px #001425;
  }
  
  #divTogel{
  flex-direction: column;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  }
  
  #gaptoto {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  height: 35.8px;
  border-top: 1px solid #CCF700;
  font-size: 18px;
  padding: 10.4px 0px;
  }
  
  .countrytoto{
  
  color: #cae7ff;
  
  width: 88px;
  
  text-align: center;
  }
  
  .datetoto{
  color: #cae7ff;
  }
  
  
  .flextogel{
  
  display: flex;
  
  justify-content: flex-end;
  
  flex-wrap: nowrap;
  }
  
  .widget-content tr td {
  border-top: 0;
  letter-spacing: 0;
  }
  .datetoto {
  text-align: center;
  font-size: 18px;
  width: 106.6px;
  }
  td {
  height: 0;
  }
  
  .imgtoto{
  
  padding: 0px 2px;
  }
  
  tbody>tr{
  
  padding:2px 0px
  }
  
  
  .tototitle{
  width: 106.6px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  }
  
  .tototitle1{
  font-weight: bold;
  text-align: center;
  width: 80px;
  font-size: 20px;
  }
  
  .flex4 {background: 0;display: flex;justify-content: space-between;flex-wrap: nowrap;height: 235px;padding: 15px 0px;border-radius: 15px;margin: auto;}
  
  .flex5{
  display: flex;
  height: 100%;
  }
  
  
  
  .line-hori {
  height: 100%;
  width: 2px;
  background-color: #009efb;
  margin: 0px 5px;
  }
  
  
  .ewalleta{
  margin: 0px 0px;
  width: 280px;
  padding: 0px 8px;
  }
  
  
  .judul2{
  font-size: 18px;
  font-style: italic;
  color: #39a2f9;
  font-weight: bold;
  margin-bottom: 18px;
  }
  
  .depo-bank{
  width: 300px;
  margin: 0px 0px;
  padding: 0px 0px;
  }
  
  .bank{
  width: 100%;
  }
  
  
  .supportplatform{
  width: 300px;
  }
  
  .support{
  
  width: 100%;
  
  padding: 0px 0px;
  }
  
  
  .imgv img{
  padding: 6px 0px;
  width: 100%;
  }
  
  
  .row2 {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0px;
  }
  
  .flex7{text-align: justify;display: flex;flex-direction: column;}
  
  h3, p{
  font-size: 16px;
  color: #cae7ff;
  font-style: italic;
  }
  
  .row2>img{
  width: 35px;
   height:35px;
  padding:2px 0px;
  }
  
  .bank>img{
  width: 280px
  
  }
  
  .ewalleta>img{
  
  width: 280px
  
  }
  
  
  
  
  
  .col {
  margin: auto;
  justify-content: center;
  }
  
  .col-icon {
  text-align: center;
  border-top: 1px solid #fff;
  padding: 18px 35px;
  border: 1px solid #26bc06;
  border-radius: 5px;
  overflow: unset;
  margin-top: 25px;
  position: absolute;
  }
  
  .col-icon span {
  position: absolute;
  top: -16px;
  background: #0e5000;
  padding: 5px 40px;
  left: 2px;
  right: 2px;
  color: #c3b56c;
  width: 50%;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin: auto;
  border-radius: 3px;
  }
  
  .textart {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  }
  
  .textart::-webkit-scrollbar {
  display: none;
  }
  
  .textart {
  height: 300px;
  width: 900px;
  color: white;
  font-size: 10px;
  justify-content: center;
  }
  
  
  .footer-separator {
  padding: 15px 0 0;
  margin: auto;
  border-top: 1px dotted #CCF700;
  width: 980px;
  }
  hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  }
  hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #147a00;
  }
  
  .ketweb>img{
  
  width: 60px;
  
  height: 60px;
  }
  
  .ketweb{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5px  0px;
  border-radius: 4px;
  width: 145px;
  text-align: center;
  height: 100%;
  }
  
  @keyframes color {
  0%   { border-left:  3px solid #B8CC33;
        border-right:  3px solid #B8CC33; }
  20%  { border-left:  3px solid #33cc54;
    border-right:  3px solid #33cc54; }
  40%  { border-left: 3px solid #33c2cc;
    border-right:  3px solid #33c2cc; }
  60%  { border-left:  3px solid #ffc400;
    border-right:  3px solid #ffc400; }
  80%  { border-left: 3px solid #cc3333;
    border-right: 3px solid #cc3333; }
  100% { border-left:  3px solid #B8CC33;
    border-right:  3px solid #B8CC33; }
  }
  
  
  
  
  
  .step{font-size: 20px;border-width: 3px;color: #CCF700;padding-top: 8px;}
  
  
  .lakweb>img{width: 25px;}
  
  .isi{
  color: #cae7ff;
  font-size: 14px;
  padding: 2px 4px;
  margin-bottom: 5px;
  height: 60px;
  }
  
  
  .playstep{
  width: 100%;
  background-image: radial-gradient(circle at center, #4dc3fc, #a6ff0000);
  padding: 1px 0px;
  margin: 16px 0px;
  height: 1px;
  }
  
  
  
  
  .tip__footer{padding: 6px 14px;width: 450px;}
  
  
  .justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex {
    display: flex;
    align-items: center;
  }
  
  
  .footer-col .progress-wrapper ul li .text .title {
    color: #1a9e00;
    font-size: 16px;
  }
  
  .times {
    padding: 8px 0px;
    font-size: 18;
    font-weight: 400;
    text-align: center;
    color: #CCF700;
  }
  
  
  .dark {
    background: #4D575F;
  }
  .meter {
    height: 10px;
    position: relative;
    background: #b2c1d0;
    border-radius: 8px;
  }
  
  .meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #00b1ff;
    position: relative;
    overflow: hidden;
  }
  
  
  
  .flex9 {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 4px 0px;
  }
  
  
  
  
  @-webkit-keyframes f {
  0% {
    background-position: 40px 0;
  }
  
  to {
    background-position: 0 0;
  }
  }
  
  @keyframes f {
  0% {
    background-position: 40px 0;
  }
  
  to {
    background-position: 0 0;
  }
  }
  
  .progress {
  overflow: hidden;
  margin-top: 0px;
  height: 10px;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  
  .progress-bar {
  height: 100%;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  }
  
  .progress-bar-striped,
  .progress-striped .progress-bar {
  background-image: linear-gradient(
  45deg,
  hsl(210.46deg 100% 30.39% / 80%) 25%,
  transparent 0,
  transparent 50%,
  hsl(211.46deg 100% 26.85% / 80%) 0,
  hsl(202.67deg 100% 28.81% / 80%) 75%,
  transparent 0,
  transparent
  );
  background-size: 40px 40px;
  }
  
  .progress-bar.active,
  .progress.active .progress-bar {
  -webkit-animation: f 2s linear infinite;
  animation: f 2s linear infinite;
  }
  
  .progress-bar-success {
  background-color: #39a4ff;
  }
  
  .progress-striped .progress-bar-success {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  }
  
  
  .progress-striped .progress-bar-danger {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  }
  
  
  
  .judul11{text-align: center;font-size: 20px;font-style: italic;color: #CCF700;font-weight: bold;margin: 6px 0px;padding: 15px 0px;border-radius: 15px;border-width: 4px;border-bottom-style: solid;border-image: radial-gradient(circle at center, #CCF700, #ffe49400);border-image-slice: 1;}
  
  .card{
  border-radius: 4px;
  background: #082d4c00;
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 14px 80px 18px 15px;
  cursor: pointer;
  height: 200;
  }
  
  .card:hover{
   transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
  }
  
  .card h3{font-weight: 600;font-size: 20px;margin-bottom: 20px;}
  
  .card img{
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
  }
  
  .card-1{
  background-image: url(images/sportbet.webp);
    background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
  }
  
  .card-2{
  background-image: url(images/slotbet.webp);
    background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
  }
  
  .card-3{
  background-image: url(images/cashbet.webp);
    background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
  }
  
  
  .col-md-4{width: 300px;height: 100%;}
  
  
  .butprom>a{
  
  color: #CCF700;
  
  font-size: 20px;
  
  letter-spacing: 2.5px;
  
  text-align: center;
  
  text-transform: uppercase;
  
  text-decoration: none;
  
  margin-left: 4px;
  }
  
  .footer {
  background: #00142500;
  text-align: center;
  font-size: 10px;
  margin: auto;
  padding: 0;
  max-width: max-content;
  width: fit-content;
  }
  
  .mainboddy{
  height: 1250px;
  }
  
  .footer>p{
  
  padding: 15px 0px;
  }
  
  .artikelptliga {
  overflow: hidden;
  padding: 12px 13px;
  border-radius: 4px;
  background: #001f3900;
  border: 1px solid #CCF700;
  width: 950;
  margin: 15px auto;
  }
  
  .artikelptliga>p{
  
  text-align: justify;
  
  font-size: 15px;
  }
  
  
  
  
  .artikelptliga>h3{
  
  text-align: center;
  
  font-size: 20px;
  
  color: #CCF700;
  }
  
  
  .faq-heading {
  
  font-weight: 400;
  
  font-size: 18px;
  
  transition: text-indent 0.2s;
  
  -webkit-transition: text-indent 0.2s;
  
  text-indent: 20px;
  
  color: #cae7ff;
  
  padding: 11px 0px;
  }
  
  .faq-text {
  
  font-weight: 400;
  color: rgb(90 139 176);
  width: 95%;
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 15px;
  }
  
  .faq {
  margin: auto;
  max-width: 975px;
  background: #00467a3a;
  border-radius: 4px;
  border: 1px solid #CCF700;
  text-align: left;
  }
  
  .faq label {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      padding-top: 1px;
      background-color: #00447d82;
      border-top: 1px solid #CCF700;
  }
  
  .faq input[type="checkbox"] {
      display: none;
  }
  
  .faq .faq-arrow {
      width: 5px;
      height: 5px;
      transition: -webkit-transform 0.8s;
      transition: transform 0.8s;
      transition: transform 0.8s, -webkit-transform 0.8s;
     transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      border-top: 2px solid rgb(47 155 255 / 73%);
      border-right: 2px solid rgb(47 155 255 / 73%);
      float: right;
      position: relative;
      top: -21px;
      right: 27px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  
  .faq input[type="checkbox"]:checked + label > .faq-arrow {
      transition: -webkit-transform 0.8s;
      transition: transform 0.8s;
      transition: transform 0.8s, -webkit-transform 0.8s;
      transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
  }
  
  .faq input[type="checkbox"]:checked + label {
      display: block;
      background: #5cc3ff18 !important;
      color: #4f6873;
      height: 120px;
      transition: height 0.8s;
      transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .faq input[type='checkbox']:not(:checked) + label {
      display: block;
      transition: height 0.8s;
      height: 42px;
      transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .center-faq{
  
  margin: 15px auto;
  }
  
  .imgpm{
  
  width: 280px;
  }
  
  img.imgpm:hover {
  transform: scale(1.05);
  cursor: pointer;
  }
  
  .card-1>p{
  
  color: #e0ff4f;
  
  font-style: italic;
  
  text-shadow: 0 0 3px #000000, 0 0 5px #001425;
  }
  .card-2>p{
  
  color: #e0ff4f;
  
  font-style: italic;
  
  text-shadow: 0 0 3px #000000, 0 0 5px #001425;
  }
  
  .card-3>p{
  
  color: #e0ff4f;
  
  font-style: italic;
  
  text-shadow: 0 0 3px #000000, 0 0 5px #001425;
  }
  
  .flex15 {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  }
  
  .navigasiW {margin: 0px;padding-top: 0px;background-color: #001425;}
  
  .footerW {
  
  background: #00142500;
  
  text-align: center;
  }
  
  
  
  
  .sliderb{
  width: 100%;
  max-width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  }
  .sliderb .list{
  position: absolute;
  width: max-content;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  transition: 1s;
  }
  .sliderb .list img{
  width: 657px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  }
  .sliderb .buttons{
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
  }
  .sliderb .buttons button{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff0;
  color: #ccf70000;
  border: none;
  font-family: monospace;
  font-weight: bold;
  }
  .sliderb .dots{
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  }
  .sliderb .dots li{
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: #ccf70000;
  margin: 10px;
  border-radius: 20px;
  transition: 0.5s;
  }
  .sliderb .dots li.active{
  width: 30px;
  }
  
  
  
  
  