.ag-wheel_lamp {
    height: 12px;
    width: 12px;
    background-color: #fff;
  
    z-index: 3;
    position: absolute;
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7), inset 0 0 5px 0 rgba(236, 170, 68, 0.45), 0 0 90px 35px rgba(255, 255, 157, 0.35);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7), inset 0 0 5px 0 rgba(236, 170, 68, 0.45), 0 0 90px 35px rgba(255, 255, 157, 0.35);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7), inset 0 0 5px 0 rgba(236, 170, 68, 0.45), 0 0 90px 35px rgba(255, 255, 157, 0.35);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7), inset 0 0 5px 0 rgba(236, 170, 68, 0.45), 0 0 90px 35px rgba(255, 255, 157, 0.35);
  }
  .ag-wheel_lamp:before {
    content: "";
    height: 50px;
    width: 50px;
    background: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/wheel-rotate/images/shine.png) 50% no-repeat;
    background-size: 125%;
  
    opacity: 1;
  
    position: absolute;
    top: -17px;
    left: -17px;
  }

  .ag-wheel_lamp:nth-child(odd)::before {
    -webkit-animation: an-shine 1s ease infinite;
    -moz-animation: an-shine 1s ease infinite;
    -o-animation: an-shine 1s ease infinite;
    animation: an-shine 1s ease infinite;
  }
  .ag-wheel_lamp:nth-child(2n)::before {
    -webkit-animation: an-shine 1s ease 0.5s infinite;
    -moz-animation: an-shine 1s ease 0.5s infinite;
    -o-animation: an-shine 1s ease 0.5s infinite;
    animation: an-shine 1s ease 0.5s infinite;
  }
  .ag-wheel_lamp-1 {
    top: 16px;
    left: 182px;
}
.ag-wheel_lamp-2 {
    top: 23px;
    right: 162px;
}
  .ag-wheel_lamp-11 {
    top: 121px;
    left: 46px;
  }
  .ag-wheel_lamp-3 {
    top: 132px;
    right: 39px;
}
  .ag-wheel_lamp-10 {
    top: 290px;
    left: 3px;
  }
  .ag-wheel_lamp-4 {
    top: 290px;
    right: 2px;
  }
  .ag-wheel_lamp-9 {
    bottom: 119px;
    left: 48px;
  }
  .ag-wheel_lamp-5 {
    right: 58px;
    bottom: 105px;
  }
  .ag-wheel_lamp-8 {
    bottom: 32px;
    left: 145px;
  }
  .ag-wheel_lamp-6 {
    right: 145px;
    bottom: 32px;
  }
  .ag-wheel_lamp-7 {
    bottom: 1px;
    left: calc(50% - 16px / 2);
  }


  
@-webkit-keyframes an-shine {
    25% {
      opacity: 0.5;
    }
    40% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    75% {
      opacity: 0.5;
    }
  }
  @-moz-keyframes an-shine {
    25% {
      opacity: 0.5;
    }
    40% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    75% {
      opacity: 0.5;
    }
  }
  @-o-keyframes an-shine {
    25% {
      opacity: 0.5;
    }
    40% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    75% {
      opacity: 0.5;
    }
  }
  @keyframes an-shine {
    25% {
      opacity: 0.5;
    }
    40% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    75% {
      opacity: 0.5;
    }
  }
  
  

audio {
    display: none;
}

a{
    text-decoration: none;
    color: #4a4a47;
}
.modal-content{
    background-image: linear-gradient(-20deg, rgb(237, 248, 249) 0%, rgb(237, 247, 251) 100%) !important;
background-color: none;
}


.card-body{
    background-image: linear-gradient(-20deg, rgb(237, 248, 249) 0%, rgb(237, 247, 251) 100%) !important;
 
}
main{
    background-image: linear-gradient(-20deg, rgb(237, 248, 249) 0%, rgb(237, 247, 251) 100%) !important;

}
.card-header{
    /* background-image: linear-gradient(-20deg, rgb(226, 246, 248) 0%, rgb(232, 246, 252) 100%) !important; */
    background-image: linear-gradient(-20deg, rgb(237, 248, 249) 0%, rgb(237, 247, 251) 100%) !important;

}
.card-header1{
    background-color: #2582A1  !important;}

.cover-container {
    max-width: 42em;
}

.card-body1 {
    transition: all 2s ease-in-out;
    transform: scale(0) rotate(-360deg);
 
}

.spiner {
    transition: all 2s ease-in-out;
    transform: scale(0) rotate(360deg);
}
.mainbox {
    position: relative;
    width: 550px;
    height: 550px;
}

.card-body{
    background-color: #F9F3EE;
}
.card-header1{
    background-color: #90C8AC;
    color: white;
}
.mainbox:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 38px;
    background: url(downarrow.png) no-repeat;
    background-size: 32px;
    right: 3px;
    left: 50%;
    top: -10px;
    z-index: 999;
    transform: translateX(-50%);
}

.box {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    border: 15px dotted transparent;
    overflow: hidden;
    transition: all ease 5s;
       background-color: #063648;
   }


   

.box-2 {
    width: 100%;
    height: 100%;
    transform: rotate(-135deg);
}

#box span {
    width: 52%;
    height: 52%;
    display: inline-block;
    position: absolute;
}

.span-1 {
    clip-path: polygon(0 92%, 100% 50%, 0 8%);
    /* background-color: #FFE6E6; */
    top: 125px;
    left: 0;
}


.span-2 {
    clip-path: polygon(100% 92%, 0 50%, 100% 8%);
    /* background-color: #FFE6E6; */
    top: 125px;
    right: 0;
}

.span-3 {
    clip-path: polygon(50% 0%, 8% 100%, 92% 100%);
    /* background-color: #FAF0D7; */
    bottom: 0;
    left: 125px;
}


.span-4 {
    clip-path: polygon(50% 100%, 92% 0, 8% 0);
    /* background-color: #DAE5D0; */
    top: 0;
    left: 125px;
}

.colo-1{
    background-image: linear-gradient(-20deg, #b8ccda 10%, #ffffff 100%) !important;
}
.colo-2{
    background-image: linear-gradient(-20deg, #6598bc 0%, #338fb4 100%) !important;
}
.colo-3{
    background-image: linear-gradient(-20deg, #ffffff 0%, #b8ccda 100%) !important;
}
.colo-4{
    background-image: linear-gradient(-20deg, #6598bc 0%, #338fb4 100%) !important;
   
}

.box-1 .span-3 b {
    transform: translate(-50%, 50%) rotate(-270deg);
}

.box-1 .span-1 b,
.box-2 .span-1 b {
    transform: translate(-50%, -50%) rotate(185deg);
}

.box-2 .span-3 b {
    transform: translate(-50%, -20%) rotate(90deg);
}

.box-1 .span-4 b,
.box-2 .span-4 b {
    transform: translate(-50%, -50%) rotate(90deg);
}

span b {
    font-size: 20px;
    position: absolute;
    font-family: 'Patrick Hand', cursive;
    transform: translate(-50%, -50%);
    color: #4a4a47;
    font-weight: 500;
}

.box-2 {
    width: 100%;
    height: 100%;
    transform: rotate(-135deg);
}

.spin {
    position: absolute;
    top: 44%;
    left: 44%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid rgb(250, 233, 202);
    background-image: -webkit-linear-gradient(top, #7f0f07 0%, #c2301a 50%, #ef7b58 100%);

    color: rgb(250, 233, 202);
    box-shadow: 0 5px 20px #000;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    padding: 0;
}
.card-body1 {
    transition: all 2s ease-in-out;
    transform: scale(0) rotate(-360deg);
}

.spiner {
    transition: all 2s ease-in-out;
    transform: scale(0) rotate(360deg);
}

.spin:active {
    width: 70px;
    height: 70px;
    font-size: 20px;
}

.mainbox.animate:before {
    animation: animateArrow 0.7s ease infinite;
}


.button2 {
    background-color: #008CBA;
}

.button {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

/*
input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 60%;
}
*/

#app {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.display {
    margin-top: 4rem;
    border-top: 1px solid red;
    text-align: center;
    font-size: 24px;
}

.terms {
    text-align: center;
    font-size: 14px;
}


@keyframes animateArrow {
    50% {
        top: -50px;
    }
}


@media (max-width: 380px) {

    .padding-bottom-mobile {
        padding-top: 50px;
        /* color: #62f5e6; */
    }

    .mainbox {
        position: relative;
        width: 350px;
        height: 342px !important;
        padding-right: 8px !important;
    }

    .span-1 {
        clip-path: polygon(0 92%, 100% 50%, 0 8%);
        /* background-color: #00ebff; */
        top: 81px !important;
        left: 0;
    }

    .span-2 {
        clip-path: polygon(100% 92%, 0 50%, 100% 8%);
        /* background-color: #00e4fb; */
        top: 81px !important;
        right: 0;
    }

    .span-3 {
        clip-path: polygon(50% 0%, 8% 100%, 92% 100%);
        /* background-color: #46dfec; */
        bottom: 0;
        left: 81px !important;
    }

    .span-4 {
        clip-path: polygon(50% 100%, 92% 0, 8% 0);
        /* background-color: #00d0e2; */
        top: 0;
        left: 81px !important;
    }
}

@media (max-width: 600px) {

    .mainbox {
        position: relative;
        width: 350px;
        height: 350px;

    }

    .logo {
        width: 35% !important;
        margin-top: 10px;
    }

    .box-1 .span-1 b,
    .box-2 .span-1 b {
        transform: translate(-76%, -54%) rotate(185deg);
    }

    .box-1 .span-3 b {
        transform: translate(-50%, 2%) rotate(-270deg);
    }

    span b {
        font-size: 11px;
        position: absolute;
        top: 50%;
        left: 50%;
        font-weight: 600;
        /* font-family: 'Poppins', sans-serif; */
        transform: translate(-20%, -40%);
    }

    .span-1 {
        clip-path: polygon(0 92%, 100% 50%, 0 8%);
        /* background-color: #00ebff; */
        top: 82px;
        left: 0;
    }

    .span-2 {
        clip-path: polygon(100% 92%, 0 50%, 100% 8%);
        /* background-color: #00e4fb; */
        top: 82px;
        right: 0;
    }

    #box span {
        width: 50%;
        height: 50%;
        display: inline-block;
        position: absolute;
    }

    .span-3 {
        clip-path: polygon(50% 0%, 8% 100%, 92% 100%);
        /* background-color: #46dfec; */
        bottom: 0;
        left: 82px;
    }

    .span-4 {
        clip-path: polygon(50% 100%, 92% 0, 8% 0);
        /* background-color: #00d0e2; */
        top: 0;
        left: 82px;
    }
    .box {
               border: 10px dotted transparent;
           }
           .ag-wheel_lamp {
            height: 10px;
            width: 10px;
           }
           .ag-wheel_lamp-1 {
            top: 0px;
            left: 182px;
        }
        .ag-wheel_lamp-2 {
            top: 41px;
            right: 58px;
        }
        
        .ag-wheel_lamp-3 {
            top: 130px;
            right: 4px;
        }  
        .ag-wheel_lamp-4 {
            top: 242px;
            right: 16px;
        }
        .ag-wheel_lamp-5 {
            right: 91px;
            bottom: 20px;
        }
        .ag-wheel_lamp-8 {
            bottom: 43px;
            left: 58px;
        }
        .ag-wheel_lamp-6 {
           display: none;
        }
        .ag-wheel_lamp-9 {
            bottom: 126px;
            left: 6px;
        }
        .ag-wheel_lamp-10 {
            top: 98px;
            left: 15px;
        }
        .ag-wheel_lamp-11 {
            top: 22px;
            left: 86px;
        }
              

}


#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    /* background-color: #00000078; */
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

#boxes #dialog {
    width: 750px;
    height: 300px;
    padding: 10px;
    /* background-color: #ffffff; */
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
}

#popupfoot {
    font-size: 16pt;
    position: absolute;
    bottom: 0px;
    width: 250px;
    left: 250px;
}

/*
img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.logo
{
    width: 13%;;
}
.center-div
{
 
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
}
h3{
    border-top: 1px solid #00d0e2;
    padding-top: 13px;
}

.modal-content
{
    background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.form-control{
    background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.form-control:focus {
    color: #000;
    background-color: #ffffff26!important;
    border-color: #86b7fe00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
h1
{
    font-weight: 600;
line-height: 1;
}
p{
    font-weight: 400;
}*/