.dark body{
  background:#1b4332;
  color:#000;
}
body{
  background:white;
}

.swiper {
  width: 80%;
  height: 100px;
}

.swiper-pagination-bullet{
  background-color:#BEC6CC !important;
}
#showModal .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#showModal .bubbles .bubble {
  
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
#showModal .bubbles .bubble:nth-child(1) {
  left: 43px;
  width: 25px;
  height: 25px;
  -webkit-animation: move-1 3.02s infinite;
          animation: move-1 3.02s infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#showModal .bubbles .bubble:nth-child(2) {
  left: 22px;
  width: 25px;
  height: 25px;
  -webkit-animation: move-2 3.04s infinite;
          animation: move-2 3.04s infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#showModal .bubbles .bubble:nth-child(3) {
  left: 60px;
  width: 25px;
  height: 25px;
  -webkit-animation: move-3 3.06s infinite;
          animation: move-3 3.06s infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#showModal .bubbles .bubble:nth-child(4) {
  left: 95px;
  width: 25px;
  height: 25px;
  -webkit-animation: move-4 3.08s infinite;
          animation: move-4 3.08s infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#showModal .bubbles .bubble:nth-child(5) {
  left: 35px;
  width: 25px;
  height: 25px;
  -webkit-animation: move-5 3.1s infinite;
          animation: move-5 3.1s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#showModal .bubbles .bubble:nth-child(6) {
  left: 12px;
  width: 25px;
  height: 25px;
  -webkit-animation: move-6 3.12s infinite;
          animation: move-6 3.12s infinite;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#showModal .bubbles .bubble:nth-child(7) {
  left: 96px;
  width: 25px;
  height: 25px;
  -webkit-animation: move-7 3.14s infinite;
          animation: move-7 3.14s infinite;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
#showModal .bubbles .bubble:nth-child(8) {
  left: 16px;
  width: 25px;
  height: 25px;
  -webkit-animation: move-8 3.16s infinite;
          animation: move-8 3.16s infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
#showModal .bubbles .bubble:nth-child(9) {
  left: 93px;
  width: 25px;
  height: 25px;
  -webkit-animation: move-9 3.18s infinite;
          animation: move-9 3.18s infinite;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#showModal .bubbles .bubble:nth-child(10) {
  left: 26px;
  width: 25px;
  height: 25px;
  -webkit-animation: move-10 3.2s infinite;
          animation: move-10 3.2s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes move-1 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -107px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-1 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -107px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes move-2 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -51px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes move-2 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -51px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes move-3 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -79px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes move-3 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -79px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes move-4 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -101px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes move-4 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -101px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes move-5 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -85px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes move-5 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -85px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes move-6 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -67px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes move-6 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -67px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes move-7 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -88px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes move-7 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -88px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes move-8 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -57px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes move-8 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -57px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes move-9 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -97px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes move-9 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -97px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes move-10 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -80px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@font-face {
  font-family:shabnamT;
  src:url('../fonts/shabnam/Shabnam-Thin-FD.woff') format('woff'),url('../fonts/shabnam/Shabnam-Thin-FD.woff') format('eot');
}
@font-face {
  font-family:shabnamM;
  src:url('../fonts/shabnam/Shabnam-Medium-FD.woff') format('woff'),url('../fonts/shabnam/Shabnam-Medium-FD.eot') format('eot');
}
@font-face {
  font-family:shabnamB;
  src:  url('../fonts/shabnam/Shabnam-Bold-FD.woff2') format('woff2'),
        url('../fonts/shabnam/Shabnam-Bold-FD.woff') format('woff'),
        url('../fonts/shabnam/Shabnam-Bold-FD.woff') format('ttf'),
        url('../fonts/shabnam/Shabnam-Bold-FD.woff') format('eot');
}
.shabnamT{
  font-family: shabnamT !important;
}
.shabnamM{
  font-family: shabnamM !important;
}
.shabnamB{
  font-family: shabnamB !important;
}
:root {
   
    direction: rtl;
      --white: #FFF;
      --black: #000;
      --primary: #FDB713;
      --primary-light: #FFE19C;
      --primary-dark: #E3A107;
      --secondary-100: #F2F9FF;
      --secondary-200: #C9E3F8;
      --secondary-300: #51A2E7;
      --secondary-400: #0077DB;
      --secondary-500: #00569E;
      --secondary-600: #004075;
      --secondary-700: #001C33;
      --success-100: #EAFAEE;
      --success-300: #84E199;
      --success-400: #28A745;
      --success-500: #1E7B33;
      --success-700: #11461D;
      --warning-100: #FFF5E5;
      --warning-300: #FFCE85;
      --warning-400: #FF9800;
      --warning-500: #A85D00;
      --warning-700: #4D2800;
      --info-100: #E8F9FC;
      --info-300: #A0E8F3;
      --info-400: #17A2B8;
      --info-500: #0F697A;
      --info-700: #072F36;
      --danger-100: #FDF2F3;
      --danger-300: #F2B5BB;
      --danger-400: #DC3545;
      --danger-500: #871722;
      --danger-700: #410B10;
      --grays-100: #F8FAFB;
      --grays-150: #E2E6E9;
      --grays-200: #BEC6CC;
      --grays-300: #959EA6;
      --grays-400: #6C7680;
      --grays-500: #4B5259;
      --grays-600: #2B2F33;
      --grays-700: #0A0B0C;
      --border-1: rgba(0, 0, 0, .12);
      --border-2: rgba(0, 0, 0, .2);
      --overlay: rgba(10, 11, 12, .65);
      --bg: #F6F6F6;
      --shadow-sm: 0 1px 1px -1px rgba(0, 0, 0, .08);
      --shadow-md: 0 2px 5px -1px rgba(0, 0, 0, .08);
      --shadow-lg: 0 4px 6px 0 rgba(0, 0, 0, .08);
      --shadow-xl: 0 3px 10px 0 rgba(0, 0, 0, .12), 0 10px 10px -6px rgba(0, 0, 0, .12);
      --shadow-bottom-sheet: 0 -20px 30px -5px rgba(0, 0, 0, .08);
      --shadow-nav-bar: 0 -1px 0 0 rgba(0, 0, 0, .08), 0 -2px 8px 8px rgba(0, 0, 0, .04);
      --shadow-inner: inset 0 2px 4px 0 rgb(0, 0, 0, .05);
  }
  .swiper-pagination-bullet{
    height:4px !important;
    background-color:#e2e2e296 !important;
  }
  .dark .swiper-pagination-bullet{
    background-color:var(--success-100) !important;
  }
  .swiper-pagination-bullet-active{
   
    padding-left:6px !important;
    padding-right:10px !important;
    border-radius: 5px !important;
    transition:0.3s;
  }
  a.link{color:var(--secondary-500) !important;}
a.link:hover{color:var(--secondary-300) !important;}
.dark a.link{color:var(--success-500) !important;}
.dark a.link:hover{color:var(--success-300) !important;}
  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
  .hero{
      background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #0075FF;
      box-shadow: inset 0px -4px 4px 5px rgba(0, 26, 78, 0.35);
      border-radius: 46px 46px 142px 142px;
  }
  .box{
      position:relative;
      background: radial-gradient(35.45% 43.18% at 50% 59.09%, rgba(0, 255, 255, 0.4) 0%, rgba(0, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(0, 119, 255,0.8);
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      border-radius: 52px;
  }
  button{
    cursor: pointer;
  }
  .animate-zoom{
    animation:zoom 0.5s ease-in-out;
  }
  @keyframes zoom{
    0%{
      opacity:0;
      transform:scale(0);
    }
    100%{
      opacity:1;
      transform:scale(1);
    }
  }
  @font-face {
      font-family: YekanBlack;
      src: url(../fonts/Yekan/woff/IRANYekanWebBlack.woff) format("woff"), url(../fonts/Yekan/eot/IRANYekanWebBlack.eot)
          format("eot");
      font-weight: 400;
      font-style: normal;
      font-display: fallback;
    }
  @font-face {
      font-family: YekanBold;
      src: url(../fonts/Yekan/woff/IRANYekanWebBold.woff) format("woff"), url(../fonts/Yekan/eot/IRANYekanWebBold.eot)
          format("eot");
      font-weight: 400;
      font-style: normal;
      font-display: fallback;
    } 
  @font-face {
      font-family: Yekan;
      src: url(../fonts/Yekan/woff/IRANYekanWebRegular.woff) format("woff"), url(../fonts/Yekan/eot/IRANYekanWebRegular.eot)
          format("eot");
      font-weight: 400;
      font-style: normal;
      font-display: fallback;
    }
   
  .font-family-1{
      font-family:Yekan;
  }
  .font-family-2{
      font-family:YekanBold;
  }
  .font-family-3{
      font-family:YekanBlack;
  }
  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
      color:    rgb(255, 255, 255) !important;
     opacity:1 !important;
     font-family: Yekan;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color:    rgb(255, 255, 255) !important;
     opacity:1 !important;
     font-family: Yekan;
     opacity:  1;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
     color:    rgb(255, 255, 255) !important;
     opacity:1 !important;
     font-family: Yekan;
     opacity:  1;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color:    rgb(255, 255, 255) !important;
     opacity:1 !important;
     font-family: Yekan;
  }
  ::-ms-input-placeholder { /* Microsoft Edge */
     color:    rgb(255, 255, 255) !important;
     opacity:1 !important;
     font-family: Yekan;
  }
  input:focus{
  
      outline: 0 !important;
      transition:cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  }
  ::placeholder { /* Most modern browsers support this now. */
     color:    rgb(255, 255, 255) !important;
     opacity:1 !important;
     font-family: Yekan;
  }
  .profpic-bg{
      position: absolute;
      left: 0px;
      top: 0px;
  
      background: #3592FF;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  #showModal {
      border: none;
      color: #fff;
      filter: url("#Mehrad");
      position: relative;
    }
    #showModal:focus {
      outline: none;
    }
    #showModal .bubbles {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
    }
    #showModal .bubbles .bubble {
      border-radius: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      z-index: -1;
    }
    #showModal .bubbles .bubble:nth-child(1) {
      left: 43px;
      width: 25px;
      height: 25px;
      -webkit-animation: move-1 3.02s infinite;
              animation: move-1 3.02s infinite;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s;
    }
    #showModal .bubbles .bubble:nth-child(2) {
      left: 22px;
      width: 25px;
      height: 25px;
      -webkit-animation: move-2 3.04s infinite;
              animation: move-2 3.04s infinite;
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s;
    }
    #showModal .bubbles .bubble:nth-child(3) {
      left: 60px;
      width: 25px;
      height: 25px;
      -webkit-animation: move-3 3.06s infinite;
              animation: move-3 3.06s infinite;
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s;
    }
    #showModal .bubbles .bubble:nth-child(4) {
      left: 95px;
      width: 25px;
      height: 25px;
      -webkit-animation: move-4 3.08s infinite;
              animation: move-4 3.08s infinite;
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s;
    }
    #showModal .bubbles .bubble:nth-child(5) {
      left: 35px;
      width: 25px;
      height: 25px;
      -webkit-animation: move-5 3.1s infinite;
              animation: move-5 3.1s infinite;
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
    }
    #showModal .bubbles .bubble:nth-child(6) {
      left: 12px;
      width: 25px;
      height: 25px;
      -webkit-animation: move-6 3.12s infinite;
              animation: move-6 3.12s infinite;
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s;
    }
    #showModal .bubbles .bubble:nth-child(7) {
      left: 96px;
      width: 25px;
      height: 25px;
      -webkit-animation: move-7 3.14s infinite;
              animation: move-7 3.14s infinite;
      -webkit-animation-delay: 1.4s;
              animation-delay: 1.4s;
    }
    #showModal .bubbles .bubble:nth-child(8) {
      left: 16px;
      width: 25px;
      height: 25px;
      -webkit-animation: move-8 3.16s infinite;
              animation: move-8 3.16s infinite;
      -webkit-animation-delay: 1.6s;
              animation-delay: 1.6s;
    }
    #showModal .bubbles .bubble:nth-child(9) {
      left: 93px;
      width: 25px;
      height: 25px;
      -webkit-animation: move-9 3.18s infinite;
              animation: move-9 3.18s infinite;
      -webkit-animation-delay: 1.8s;
              animation-delay: 1.8s;
    }
    #showModal .bubbles .bubble:nth-child(10) {
      left: 26px;
      width: 25px;
      height: 25px;
      -webkit-animation: move-10 3.2s infinite;
              animation: move-10 3.2s infinite;
      -webkit-animation-delay: 2s;
              animation-delay: 2s;
    }
    
    @-webkit-keyframes move-1 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -107px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    
    @keyframes move-1 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -107px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @-webkit-keyframes move-2 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -51px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @keyframes move-2 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -51px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @-webkit-keyframes move-3 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -79px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @keyframes move-3 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -79px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @-webkit-keyframes move-4 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -101px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @keyframes move-4 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -101px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @-webkit-keyframes move-5 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -85px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @keyframes move-5 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -85px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @-webkit-keyframes move-6 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -67px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @keyframes move-6 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -67px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @-webkit-keyframes move-7 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -88px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @keyframes move-7 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -88px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @-webkit-keyframes move-8 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -57px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @keyframes move-8 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -57px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @-webkit-keyframes move-9 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -97px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @keyframes move-9 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -97px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @-webkit-keyframes move-10 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -80px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    @keyframes move-10 {
      0% {
        transform: translate(0, 0);
      }
      99% {
        transform: translate(0, -80px);
      }
      100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
    .Mehrad-input-radio label:before {
      content: "";
      width: 13px;
      height: 13px;
      background: white;
      position: absolute;
      right: 6px;
      top: calc(50% - 6px);
      box-sizing: border-box;
      border-radius: 50%;
  }
  
  .Mehrad-input-radio input[type="radio"] {
    opacity: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0px;
    top: calc(50% - 5px);
    cursor: pointer;
  }
  
  .bullet {
      position: relative;
      width: 25px;
      height: 25px;
      border: 5px solid white;
      opacity: 0;
      border-radius: 50%;
  }
  
  .Mehrad-input-radio input[type="radio"]:checked ~ .bullet {
   
    opacity: 1;
    animation-name: explode;
    animation-duration: 0.350s;
  }
  
  .line {
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: white;
    opacity:0;
  }
  
  .line.zero {
    left: 11px;
    top: -21px;
    transform: translateY(20px);
    width: 2px;
    height: 10px;
  }
  
  .line.one {
    right: -7px;
    top: -11px;
    transform: rotate(-55deg) translate(-9px);
  }
  
  .line.two {
    right: -20px;
    top: 11px;
    transform: translate(-9px);
  }
  
  .line.three {
    right: -8px;
    top: 35px;
    transform: rotate(55deg) translate(-9px);
  }
  
  .line.four {
    left: -8px;
    top: -11px;
    transform: rotate(55deg) translate(9px);
  }
  
  .line.five {
    left: -20px;
    top: 11px;
    transform: translate(9px);
  }
  
  .line.six {
    left: -8px;
    top: 35px;
    transform: rotate(-55deg) translate(9px);
  }
  
  .line.seven {
    left: 11px;
    bottom: -21px;
    transform: translateY(-20px);
    width: 2px;
    height: 10px;
  }
  
  input[type="radio"]:checked ~ .bullet .line.zero{
    animation-name:drop-zero;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
  }
  
  input[type="radio"]:checked ~ .bullet .line.one{
    animation-name:drop-one;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
  }
  
  input[type="radio"]:checked ~ .bullet .line.two{
    animation-name:drop-two;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
  }
  
  input[type="radio"]:checked ~ .bullet .line.three{
    animation-name:drop-three;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
  }
  
  input[type="radio"]:checked ~ .bullet .line.four{
    animation-name:drop-four;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
  }
  
  input[type="radio"]:checked ~ .bullet .line.five{
    animation-name:drop-five;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
  }
  
  input[type="radio"]:checked ~ .bullet .line.six{
    animation-name:drop-six;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
  }
  
  input[type="radio"]:checked ~ .bullet .line.seven{
    animation-name:drop-seven;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
  }
  .drop_home , .drop_target{
    background-color: var(--grays-200);
  }
  @keyframes explode {
    0%{
      opacity: 0;
      transform: scale(10);
    }
    60%{
      opacity: 1;
      transform: scale(0.5);
    }
    100%{
      opacity: 1;
      transform: scale(1);
    }
  }
  
  @keyframes drop-zero {
    0% {
      opacity: 0;
      transform: translateY(20px);
      height: 10px;
    }
    20% {
      opacity:1;
    }
    100% {
      transform: translateY(-2px);
      height: 0px;
      opacity:0;
    }
  }
  
  @keyframes drop-one {
    0% {
      opacity: 0;
      transform: rotate(-55deg) translate(-20px);
      width: 10px;
    }
    20% {
      opacity:1;
    }
    100% {
      transform: rotate(-55deg) translate(9px);
      width: 0px;
      opacity:0;
    }
  }
  
  @keyframes drop-two {
    0% {
      opacity: 0;
      transform: translate(-20px);
      width: 10px;
    }
    20% {
      opacity:1;
    }
    100% {
      transform: translate(9px);
      width: 0px;
      opacity:0;
    }
  }
  
  @keyframes drop-three {
    0% {
      opacity: 0;
      transform: rotate(55deg) translate(-20px);
      width: 10px;
    }
    20% {
      opacity:1;
    }
    100% {
      transform: rotate(55deg) translate(9px);
      width: 0px;
      opacity:0;
    }
  }
  
  @keyframes drop-four {
    0% {
      opacity: 0;
      transform: rotate(55deg) translate(20px);
      width: 10px;
    }
    20% {
      opacity:1;
    }
    100% {
      transform: rotate(55deg) translate(-9px);
      width: 0px;
      opacity:0;
    }
  }
  
  @keyframes drop-five {
    0% {
      opacity: 0;
      transform: translate(20px);
      width: 10px;
    }
    20% {
      opacity:1;
    }
    100% {
      transform: translate(-9px);
      width: 0px;
      opacity:0;
    }
  }
  
  @keyframes drop-six {
    0% {
      opacity: 0;
      transform: rotate(-55deg) translate(20px);
      width: 10px;
    }
    20% {
      opacity:1;
    }
    100% {
      transform: rotate(-55deg) translate(-9px);
      width: 0px;
      opacity:0;
    }
  }
  
  @keyframes drop-seven {
  0% {
      opacity: 0;
      transform: translateY(-20px);
      height: 10px;
    }
    20% {
      opacity:1;
    }
    100% {
      transform: translateY(2px);
      height: 0px;
      opacity:0;
    }
  }
  
  .checkbox-wrapper-19 {
    box-sizing: border-box;
    background-color: #fff;
    height: 25px;
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #000;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
  }
   .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
   .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }