@font-face {
    font-family: 'IRANSansWeb';
    src: url('../../fonts/iransans/IRANSansWeb.eot?');
    src: url('../../fonts/iransans/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../../fonts/iransans/IRANSansWeb.woff') format('woff'), url('../../fonts/iransans/IRANSansWeb.woff2') format('woff2'), url('../../fonts/iransans/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'IRANSansWeb_bold';
    src: url('../../fonts/iransans/IRANSansWeb_Bold.eot?');
    src: url('../../fonts/iransans/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/iransans/IRANSansWeb_Bold.woff') format('woff'), url('../../fonts/iransans/IRANSansWeb_Bold.woff2') format('woff2'), url('../../fonts/iransans/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'IRANSansWeb_Medium';
    src: url('../../fonts/iransans/IRANSansWeb_Medium.eot?');
    src: url('../../fonts/iransans/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/iransans/IRANSansWeb_Medium.woff') format('woff'), url('../../fonts/iransans/IRANSansWeb_Medium.woff2') format('woff2'), url('../../fonts/iransans/IRANSansWeb_Medium.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'IRANSansWeb_Light';
    src: url('../../fonts/iransans/IRANSansWeb_Light.eot?');
    src: url('../../fonts/iransans/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/iransans/IRANSansWeb_Light.woff') format('woff'), url('../../fonts/iransans/IRANSansWeb_Light.woff2') format('woff2'), url('../../fonts/iransans/IRANSansWeb_Light.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'IRANSansWeb_Black';
    src: url('../../fonts/iransans/IRANSansWeb_Black.eot?');
    src: url('../../fonts/iransans/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), url('../../fonts/iransans/IRANSansWeb_Black.woff') format('woff'), url('../../fonts/iransans/IRANSansWeb_Black.woff2') format('woff2'), url('../../fonts/iransans/IRANSansWeb_Black.ttf') format('truetype');
    font-weight: bold;
}

@ounter-style persian {
  system: numeric;
  symbols: '۰' '۱' '۲' '۳' '۴' '۵' '۶' '۷' '۸' '۹';
  suffix: '. ';
}

html, body{
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
body{
  background: #231933!important;
}
section{
  margin: 0;
  padding: 0;
}
.gap-2{
  gap:8px
}
.gap-4{
  gap:16px
}
.gap-8{
  gap:32px
}
* {
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: IRANSansWeb;
}
.back-blur p {
    font-size: 17px;
    margin-top: 28px;
    color: #72afbf;
}
button{
  outline: unset;
  border:unset
}
.screen-height{
  height: 100vh;
}
.bottom-black-g{
  width: 100%;
  height: 200px;
  background: linear-gradient(
      -180deg,
      transparent,
      #000000 100%
  );
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-logo {
    position: absolute;
    top: 35px;
    left: 120px;
    z-index: 3;
    width: 180px;
}
.main-logo img{
  width: 100%;
}
.main-logo.form-page{
  left: 50%;
  bottom: 10px;
  transform: translate(-50%,0);
}
.c-container{
  display: block;
  width: 85%;
/*  max-width: 1200px;*/
  margin: auto;
}
.c-container.stand{
  width: 85%;
}
.first-section{
  position: relative;
  display: inline-block;
  width: 100vw;
  height: 105vh;
  background-image: url("../images/first-view-back.png");
  background-size: cover;
}

.form-section{
  position: relative;
  display: inline-block;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/first-view-back.png");
  background-size: cover;
}
.form-section .form-title{
  font-weight: bold;
}
.form-section.first-section{
  padding-bottom: 0;
  overflow: hidden;
}
.first-section .main-title {
    font-size: 40px;
}
.first-section .subtitle{
  font-size: 18px;
}
.first-section .content-holder{
  position: relative;
  width: 100%;
  height: 100vh;
}
.first-section .content{
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 80vh;
  bottom: 0;
  text-align: center;

}
    .first-section .content .text-content {
        position: relative;
        z-index: 10;
        padding-top: 6%;
    }
.first-section .content .logo{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  display: block;
  margin: auto;
}

    .first-section .content .logo img {
    width: 75%;
}
.first-section .content .image{
  position: absolute;
  display: inline-block;
  width: 100%;
}
.first-section .content .image img{
  width: 100%;
  object-fit: contain;
}
.shape-holder{
  position: absolute;
  width: 100%;
  height: 100%;
}
.shape{
  position: absolute;
  background-image: url("../../images/shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
input{
  width: 100%;
}
.shape-1{
  top: -20px;
  left: 0;
}
.shape-2{
  bottom: 5%;
  right: 0;
  transform: translate(50%,0);
}
.c-btn {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(91, 9, 155, 1);
    background-image: linear-gradient(0deg, #9e5ecf, #ab40ff), radial-gradient(84.9% 146.88% at 43.75% -31.25%, rgba(170, 34, 156, 0.92) 24.16%, rgba(162, 95, 248, 0.89) 84.89%), radial-gradient(66.95% 96.09% at 35.23% 0%, #C243FE 0%, rgba(182, 47, 246, 0.12) 100%), radial-gradient(33% 82.75% at 31.25% 76.56%, rgba(255, 255, 255, 0.219) 0%, rgba(255, 255, 255, 0.036) 100%), radial-gradient(66.48% 68.75% at 50% 31.25%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(40.34% 305.08% at 90.34% 67.19%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.4), 0px 10px 60px 0px rgba(125, 20, 208, 0.8), 10px 20px 80px 0px rgba(218, 37, 156, 0.3), -20px -20px 50px 0px rgba(102, 67, 242, 0.5);
    font-size: 24px;
    font-weight: bold;
    border-radius: 16px;
    padding: 8px 24px;
    white-space: nowrap;
    transition: all .3s;
    cursor: pointer;
    color: white;
}
.c-btn:hover {
    opacity:.8;


}
    .c-btn.doubled:after{
  content:'';
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(.98);
  top: 6px;
  right: 0;
  z-index: -1;
  background: rgba(91, 9, 155, 1);
    background-image: linear-gradient(0deg, #9e5ecf, #ab40ff),
    radial-gradient(84.9% 146.88% at 43.75% -31.25%, rgba(170, 34, 156, 0.92) 24.16%, rgba(162, 95, 248, 0.89) 84.89%),
    radial-gradient(66.95% 96.09% at 35.23% 0%, #C243FE 0%, rgba(182, 47, 246, 0.12) 100%),
    radial-gradient(33% 82.75% at 31.25% 76.56%, rgba(255, 255, 255, 0.219) 0%, rgba(255, 255, 255, 0.036) 100%),
    radial-gradient(66.48% 68.75% at 50% 31.25%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(40.34% 305.08% at 90.34% 67.19%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    
    /* box-shadow: 
    inset 0 0 10px 0 rgba(255, 255, 255, 0.4),
      0px 10px 60px 0px rgba(125, 20, 208, 0.8),
      10px 20px 80px 0px rgba(218, 37, 156, 0.3),
      -20px -20px 50px 0px rgba(102, 67, 242, 0.5); */
}

.c-btn:disabled{
  background-color: #676767;
  background-image: unset;
  box-shadow: unset;
  cursor:not-allowed
}
.regular-btn{
  width: 100%;
  display: flex;
  align-items: center;
  gap:4px;
  width: 100%;
  padding: 16px;
  border: 2px solid rgba(179, 121, 243, 1);
  background-color: transparent;
  border-radius: 8px;
  justify-content: center;
  cursor:pointer
}
.regular-btn.share-mode{
  border: 1px solid rgba(210, 210, 210, 1);
  border-radius: 4px;
  display: flex;
  justify-content: unset;
  gap:10px;
  padding: 14px 20px;
}
    .regular-btn.share-mode:hover {
background:green;
    }
.info-box {
    width: 185px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 18px;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    text-align: center;
    position: relative;
}
.info-box img {
    width: 75%;

}
.info-box::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #272222;
  border-radius: inherit;
  z-index: -1;
}
.test-box{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(39,34,34);
  filter:blur(10px);
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  padding: inherit;
}
.info-box:after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1.04);
  /* transform: scale(1.01); */
  background: linear-gradient(
      135deg,
      #FFF386 0%,
      #231013 100%
  );
  z-index: -2;
  border-radius: inherit;
}
.info-box-2:after{
  background: linear-gradient(
      135deg,
      #FFD600 0%,
      #231013 100%
  );
}
.info-box-3:after{
  background: linear-gradient(
      135deg,
      #15C1E7 0%,
      #231013 100%
  );
}
.test-box .icon{
  transform: scale(1.5);
}
.beatboxer-holder{
  position: absolute;
  bottom: -70px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.second-part{
  margin-top: 40px;
  position: relative;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 400px;
  padding-bottom: 140px;
  /* overflow: hidden; */
  /* height: 1800px; */
}
.second-part .background-img{
  position: absolute;
  background-image: url("../../images/first-view-back.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.back-blur{
  position: relative;
  border-radius: 16px;
  font-size: 24px;
  padding: 30px 16px;
  text-align: center;
  width: 600px;
  background: rgba(48, 30, 58, 0.61);
  backdrop-filter: blur(76px)
}
.second-part:after{
  content: '  ';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 30, 58, 0.61);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  backdrop-filter: blur(76px);
  top: -90px;
}
.back-blur .box-content{
  position: relative;
  z-index: 2;
}
.second-part-content{
  position: relative;
  z-index: 2;
  /* margin-top: -40px; */
  transform: translate(0,-40px);
  
}
.rhythm-part {
    margin-bottom: 120px;
    padding-top: 50px;
}
.score-part {
    margin-top: 120px !important;
    margin-bottom: 120px;
}

.part-title {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
    .part-title:after {
        content: '';
        position: absolute;
        display: inline-block;
        left: 50%;
        bottom: -12px;
        transform: translate(-50%, 80%);
        width: 131px;
        height: 7px;
        /* background-color: #15C1E7; */
        /* background-image: url(../../images/shape-2.svg); */
        background-size: contain;
        /* background-repeat: no-repeat; */
        /* z-index: 100; */
        background: #4e95bc6b;
        border-radius: 30px;
    }

.single-social {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    /* background-color: #1864B7; */
    background: linear-gradient(0deg, #030303, #030303);
    background-image: radial-gradient(80.68% 51.24% at 19.32% 40.62%, #1864B7 0%, rgba(23, 61, 102, 0.88) 100%), radial-gradient(130.16% 129.69% at 63.64% -12.5%, #8528FB 0%, rgba(86, 84, 74, 0.12) 100%), radial-gradient(42.85% 184.29% at 15.34% 39.06%, rgba(131, 113, 243, 0.5) 0%, rgba(69, 156, 236, 0) 100%), radial-gradient(28.98% 110.94% at 43.75% -31.25%, rgba(24, 17, 24, 0.53) 21.25%, #000000 100%);
    box-shadow: 0px 0px 10px 0px rgb(0 43 201 / 80%), 0px 0px 10px 0px rgb(249 0 164 / 30%), 0 0 0px 0px rgb(41 0 205)
}
.single-social:hover {
opacity:.5;
}
.single-social img {
    width: 30px;
    height: 30px;

}
.single-rhythm{
  display: flex;
  width: 100%;
  gap:8px;
  align-items: center;
  margin:30px 0;
  height: 80px;
}
.text-box {
    position: relative;
    /* width: 100%; */
    flex: 1;
    border-radius: 200px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
    padding: 30px;
}
.text-box:after{
  content: '';
  position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    background-color: #030303;
    background-image: 
    radial-gradient(ellipse at 189px 45px, rgba(24, 17, 24, 0.53) 21%, transparent 100%),
    radial-gradient(ellipse at 122.545px 102.5px, #1864B7 0%, rgba(23, 61, 102, 0.88) 100%),
    radial-gradient(ellipse at 243.091px 60px, #8528FB 0%, rgba(86, 84, 74, 0.12) 100%),
    radial-gradient(ellipse at 111.727px 101.25px, rgba(131, 113, 243, 0.5) 0%, transparent 100%);
    background-blend-mode: overlay;
    background-blend-mode: overlay, screen, screen, normal;
    border-radius: 40px;
    box-shadow: 
        inset 0 0 30px rgba(255, 255, 255, 0.3),
        10px 20px 80px rgba(122, 33, 237, 0.3),
        -20px -20px 50px rgba(41, 94, 142, 0.5),
        0 20px 30px rgba(64, 100, 228, 0.3);
}
    .text-box .rhythm-text {
        position: relative;
        z-index: 1;
        line-height: normal;
    }


.img-box {
  position: relative;
  height: 80px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-box:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #030303;
  background-image: radial-gradient(ellipse at 91.5px 31.5px, rgb(228 0 255 / 41%) 21%, #a2b8f1 100%), radial-gradient(ellipse at 72px 89px, #f3f3f3 0%, rgb(72 23 102 / 20%) 100%), radial-gradient(ellipse at 107.5px 46.5px, #b957eb 0%, rgba(86, 84, 74, 0.12) 100%), radial-gradient(ellipse at 68.8px 87.8px, rgb(17 6 91 / 26%) 0%, #000000bf 100%);
  background-blend-mode: overlay, multiply, screen, normal;
  box-shadow: 
      inset 0 0 24px rgba(255, 255, 255, 0.3),
      8px 16px 65px rgba(122, 33, 237, 0.3),
      -16px -16px 40px rgba(41, 94, 142, 0.5),
      0 16px 24px rgba(64, 100, 228, 0.3);
}
.img-box .main-img{
  width: 84px;
  height: 84px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  margin-top: 8px;
}
    .img-box .product-img {
        position: absolute;
        width: 60px;
        z-index: 4;
        bottom: 0;
        right: 10px;
    }
.score-table-holder{
  position: relative;
  width: 100%;
  width: fit-content;
}

.score-table{
  background-color: #242A3B;
  width: 600px;
  height: 288px;
  border-radius: 16px;
  padding: 16px;
  counter-reset: item-counter;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  direction: ltr;
}
.score-table .single-score,.score-table .single-score-header{
  direction: rtl;
}

.score-table::-webkit-scrollbar {
  width: 8px;
  /* background-color: rgba(55, 57, 69, 1); */
  border-radius: 10px;
}

.score-table::-webkit-scrollbar-track {
  background: transparent;
  /* background-color: rgba(55, 57, 69, 1); */
  /* padding: 4px; */
  /* border-radius: 10px; */
}

.score-table::-webkit-scrollbar-thumb {
  background: #E3E3E3;
  border-radius: 4px;
}

.score-table .single-score,.single-score-header{
  position: relative;
  padding: 12px 16px;
  padding-right: 40px;
  background-color: #373945;
  border-radius: 8px;
}
.single-score-header{
  position: sticky;
  top: -12px;
  z-index: 4;
}
.score-table .single-score:after {
  counter-increment: item-counter;
  content: counter(item-counter,persian);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.result-page .score-table .single-score{
  padding-right: 12px;
}
.result-page .single-score .number{
  font-weight: bold;
  /* width: 30px; */
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result-page .score-table .single-score:after {
  content:unset;
}
.result-page .score-table-holder{
  width: 100%;
}
.result-page .score-table{
  width: 100%;
  height: 190px;
  position: relative;
}
.result-page .score-table:after{
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 100%;
  height: 35%;

}


.score-table .single-score:nth-child(4n+1)::after{ color: #3B60D8; }
.score-table .single-score:nth-child(4n+2)::after{ color: #C243FE; }
.score-table .single-score:nth-child(4n+3)::after{ color: #FF6327; }
.score-table .single-score:nth-child(4n+4)::after{ color: #DC2841; }


.result-page .single-score:nth-child(4n+1) .number{ color: #3B60D8; }
.result-page .single-score:nth-child(4n+2) .number{ color: #C243FE; }
.result-page .single-score:nth-child(4n+3) .number{ color: #FF6327; }
.result-page .single-score:nth-child(4n+4) .number{ color: #DC2841; }



.score-table .single-score:nth-child(4n+1)::before { background: #3B60D8; }
.score-table .single-score:nth-child(4n+2)::before { background: #C243FE; }
.score-table .single-score:nth-child(4n+3)::before { background: #FF6327; }
.score-table .single-score:nth-child(4n+4)::before { background: #DC2841; }


.reward-part{
  width: 80%;
  display: block;
  margin: auto;
}
.reward-part .btn-holder{
  width: 300px;
}

.reward-part .image-box{
  position: relative;
  border:4px solid #C263E7;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reward-part .image-box img{
  margin-top: 50px;
}
.reward-part .image-box:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border:8px solid #C263E7;
  z-index: -2;
  transform: scale(1.02);
  filter:blur(14px)
}

    .reward-part .text-content {
        font-size: 24px;
        font-size: 18px;
        font-weight: normal;
        line-height: normal;
    }


footer{
  position: relative;
  height: 90px;
  margin-top: -90px;
  width: 100%;
  z-index: 2;
}
footer .c-container{
  height: 100%;
}
footer:after{
  content: '';
  position: absolute;
  background-color: #1D1223;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
footer:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:-2px;
  right:0;
  background-color: #8528FB;
  opacity: .4;
  z-index: -2;
}
.footer-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
footer .brand-logo{
  height: 100%;
}
    footer .brand-logo img {
        transform: translate(0, -60%);
        width: 110px;
    }
.social-part{
  display: flex;
  align-items: center;
  gap:8px;
}
.form-logo{
  height: 240px;
}
.form-logo img{
  height: 100%;
}
.form-logo.login-page{
  margin-top: -20%;
}
.form-part{
  padding: 40px 16px;
}
.c-input .c-btn{
  font-size: 16px;
  padding: 14px 12px;
  width: unset;
  border-radius: 6px;
}
.c-input{
  border: 2px solid #414696;
  border-radius: 8px;
  width: 100%;
}
.c-input input{
  font-size: 14px;
  background-color: unset;
  outline: none;
  border:unset;
  padding: 8px;
}
.single-choice{
  transition: all .3s;
  font-size: 16px;
}
.single-choice{
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor:pointer;
}
.single-choice input{
  display: none;
}
.single-choice .product{
  border: 4px solid rgba(133, 40, 251, 0.32);
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all .3s;
}
.single-choice input:checked ~ div{
  font-weight: bold;
  color: #00FFA3;
}
.single-choice input:checked ~ .product{
  background: linear-gradient(0deg, #030303, #030303);
  border:2px solid transparent;
  background-image:
  radial-gradient(80.68% 51.24% at 19.32% 40.62%, #314dd5 0%, rgb(147 40 179 / 45%) 100%),
  radial-gradient(130.16% 129.69% at 63.64% -12.5%, #b781fb 0%, rgba(86, 84, 74, 0.12) 100%), 
  radial-gradient(42.85% 184.29% at 15.34% 39.06%, rgb(131 113 243) 0%, rgba(69, 156, 236, 0) 100%);
  box-shadow:
  0px 0px 24.24px 0px rgba(255, 255, 255, 0.3) inset,
  8.08px 16.16px 64.65px 0px rgba(122, 33, 237, 0.3),
  -16.16px -16.16px 40.4px 0px rgba(42, 94, 142, 0.5),
  0px 16.16px 24.24px 0px rgba(64, 100, 228, 0.3);


}
.single-choice .product img{
  height: 90%;
}
.pick-part .c-btn{
  justify-content: center;
  border-radius: 8px;
}
.result-page{
  width: 600px;
  display: block;
  margin: auto;
}
    .result-page .part-title {
        margin-bottom: 30px;
        font-size: 20px;
    }
.result-page .part-title:after{

}
.result-page .c-btn{
  font-size: 16px;
  border-radius: 8px;
  padding: 16px;
}
.result-logo{
  width: 200px;
}
.result-logo img{
  width: 100%;
}
.result-box {
    width: 100%;
    padding: 8px;
    border-radius: 16px;
    /* background:linear-gradient(0deg, #030303, #030303);
  background-image:
  radial-gradient(80.68% 51.24% at 19.32% 40.62%, #1864B7 0%, rgba(23, 61, 102, 0.88) 100%),
  radial-gradient(130.16% 129.69% at 63.64% -12.5%, #8528FB 0%, rgba(86, 84, 74, 0.12) 100%),
  radial-gradient(42.85% 184.29% at 15.34% 39.06%, rgba(131, 113, 243, 0.5) 0%, rgba(69, 156, 236, 0) 100%); */

    box-shadow: 0px 0px 24.24px 0px rgba(255, 255, 255, 0.3) inset, 8.08px 16.16px 64.65px 0px rgba(122, 33, 237, 0.3), -16.16px -16.16px 40.4px 0px rgba(42, 94, 142, 0.5), 0px 16.16px 24.24px 0px rgba(64, 100, 228, 0.3);
    background-image: url("../../images/r-back.svg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 20px;
}
    .result-box .text-holder {
        width: 100%;
        padding: 10px;
        height: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        padding-left: 5px;
    }
.result-box .text-holder .single-text{
  width: 100%;
  font-weight: bold;
  align-items: center;
  font-size: 18px;
}
.result-box .text-holder .single-text div:first-child{
  font-size: 16px;
  color:rgba(215, 215, 215, 1);
}
    .result-box .image {
        margin-right: 10px;
        flex-shrink: 0;
        padding: 16px 0;
        width: 100px;
        margin-top: -24px;
    }
.result-box .image img{
   border-radius: 8px;
   width: 75%;
   object-fit: contain;
  }
  
  .share-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .share-popup .background{
    content:'';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
  }
.share-popup .box{
  background: rgba(37, 23, 46, 1);
  padding: 16px 24px;
  position: relative;
  z-index: 10;
  width: 500px;
  border-radius: 5px;
}
.share-popup .box .header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}
.share-popup .box .header .close-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid rgba(193, 80, 237, 1);
  border-radius: 2px;
  width: 52px;
  height: 52px;
}

.share-popup .box .btn-holder{
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.share-popup .box .btn-holder .regular-btn{
  font-family: iransans;
  width: calc(50% - 12px);
}
.share-popup .box .link-box{
  margin-top: 24px;
  display: flex;
  align-items: center;
  height: 52px;
  gap:12px;
  justify-content: space-between;
  cursor:pointer;
}
    .share-popup .box .link-box .link {
        width: 68%;
        border: 1px solid rgba(210, 210, 210, 1);
        height: 100%;
        display: flex;
        align-items: center;
        border-radius: 4px;
        color: rgba(134, 134, 134, 1);
        padding: 14px 12px;
        font-size: 8px;
        
        text-align: left;
    }
.share-popup .box .link-box .regular-btn{
  width: 30%;
  white-space: nowrap;
  font-family: iransans;
}
.stand-page{
  position: relative;
  overflow: hidden;
}
.stand-section.first-section{
  height: 93vh;
}
.stand-section .part-title{
  text-align: right;
  font-size: 24px;
}
.stand-section .part-title:after{
  left: unset;
  right: 0;
  transform: translate(0,100%);
}
.stand-section::before{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: .5;
  background: linear-gradient(-180deg, #00000040, #000000b8);
}
.stand-section .content .logo{
  top: 100px;
}
.stand-section .content-holder{
  height: unset;
}
.stand-section .content-holder .content .text-content{
  padding-top: 200px;
}
.stand-section .content-holder .content{
  bottom: unset;
  top: 60px;
  height: 80vh;
}
.stand-section .c-input{
  height: 72px;
}
.stand-section .bottom-part{
  margin-top: 130px;
  display: flex;
  padding: 40px;
}

.stand-section .content .image{
  height: 100%;
}
.stand-section .content .image img{
  height: 100%;
  object-fit: fill;
}
.stand-section .score-table,.stand-section .score-table-holder{
  width: 100%;
}

.stand-section .reward-part .part-title{
  margin-bottom: 40px;
}
.stand-section .reward-part{
  text-align: right;
}
.stand-section .reward-part .image-box{
  width: 260px;
  height: 260px;
}
.stand-footer{
  height: 7vh;
  background-color: #FFFFFF;
  /* position: fixed; */
  bottom: 0;
  padding-right: 60px;
}
.stand-footer .logo{
  width: 117px;
}
.stand-footer .logo img{
  width: 100%;
}
.stand-footer .kash-logo{
  filter: brightness(0) saturate(100%) invert(11%) sepia(32%) saturate(7390%) hue-rotate(238deg) brightness(115%) contrast(137%);
}
.stand-page .beatboxer-holder {
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 9999999;
}
.stand-page .beatboxer-holder img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom right;
}

@media (max-width:1200px) {
  .first-section .content .text-content{
    padding-top: 80px;
  }
  .part-title{
    font-size: 40px;
  }
  .reward-part{
    width: 90%;
  }
  .first-section .beatboxer-holder{
    justify-content: start;
  }
}

@media (max-width:991px) {
  .c-btn{
    display: flex;
    justify-content: space-between;
  }
  .info-box{
    flex-direction: row;
    width: 380px;
    white-space: nowrap;
  }
  .first-section .content .text-content{
    padding-top: 0;
  }
  .test-box{
    justify-content: unset;
    padding: 0;
  }
  .info-box-2{
    flex-direction: row-reverse;
  }
  .info-box-2 .test-box{
    flex-direction: row-reverse;
  }
  .first-section .content .logo{
    position: static;
    transform: unset;
  }
  .first-section .content{
    bottom: unset;
  }
  .first-section .main-title{
    font-size: 36px;
  }
  .c-container{
    width: 90%;
  }
    .first-section {
        height: 95vh;
    }
    .first-section .content-holder {
        height: 90vh;
    }
  .beatboxer-holder{
    width: 80%;
    display: flex;
    justify-content: center;
    bottom: 0;
  }
  .beatboxer-holder img{
    width: 100%;
  }
  .shape-2{
    bottom: unset;
    top:2%
  }

  .part-title{
    font-size: 30px;
  }
  .single-rhythm{
    margin: 20px 0;
  }
  .score-table{
    width: 500px;
  }
  .reward-part{
    width: 100%;
  }
  .reward-part .text-content{
    font-size: 20px;
    text-align: center;
  }
  .form-logo{
    margin: 0;
  }
}
@media (max-width:700px) {
  .score-table-holder{
    width: 100%;
  }
  .score-table{
    width: 100%;
  }
  .result-page{
    width: 100%;
  }
  .result-box .image{
/*    width: 130px;*/
  }
  .back-blur{
    width: 100%;
  }
  .share-popup .box{
    width: 90%;
  }
  .share-popup .box .btn-holder{
    gap:16px;
  }
  .share-popup .box .btn-holder .regular-btn{
    width: calc(50% - 8px);
  }
  .share-popup .box .link-box .regular-btn{
    flex:1;
    gap:4px
  }
}
@media (max-width:500px) {
  .first-section .main-title{
    font-size: 24px;
  }
  .first-section .subtitle{
    font-size: 16px;
  }
  .first-section .content .logo{
    width: 90%;
  }
    .first-section .content .logo img {
        width: 85%;
        padding-top: 40px;
        padding-top: 10px;
    }
  .info-box{
    width: 80vw;
  }
  .beatboxer-holder img{
    width: 110%;
  }

  .part-title{
    font-size: 24px;
  }
  .part-title:after{
    width: 70px;
    transform: translate(-50%,100%);
  }
  .single-rhythm{
    margin: 20px 0;
  }
  .reward-part .text-content{
    font-size: 16px;
  }
    .reward-part .image-box {
        width: 180px;
        height: 180px;
    }
  .reward-part .image-box img{
    transform: scale(0.8);
  }
  .back-blur{
    width: 100%;
  }
    .back-blur p {
        font-size: 10px;
        margin-top: 15px;
    }
  .result-box .image{
  /*  width: 100px;
    margin-right: 20px;*/
  }
  .result-box .image img{
    width: 100%;
  }
  .form-logo{
    height: 220px;
  }
    .share-popup .box .link-box .link {
        width: 55%;
        padding: 14px 8px;
        font-size: 6px;
        text-align: left;
    }
    .first-section .beatboxer-holder {
        width: 88%;
    }
    .main-logo {
        width: 100px;
        display: none;
    }
}
@media (max-width:430px) {
    .first-section .beatboxer-holder {
        width: 88%;
    }
}
@media (max-width:380px) {
  .first-section .beatboxer-holder{
/*    display: none;*/
  }
  .c-input .c-btn{
    font-size: 14px;
  }
  .c-input input{
    font-size: 12px;
  }
  .share-popup .box .link-box .link{
    width: 100%;
    justify-content: center;
  }
  .share-popup .box .link-box{
    /* flex-direction: column; */
    flex-wrap: wrap;
    height: unset;
  }
}

@media (min-width: 500px) and (max-width: 800px) and (min-height: 700px) and (max-height: 1000px) {
  .beatboxer-holder{
    display: none;
  }
}

@media (max-width: 1280px) and (max-height: 700px) {
  .beatboxer-holder{
 /*   display: none;*/
  }
}

/* stand */
#lanes {
    flex-direction: column-reverse;
}

.tile {
    bottom: 0; /* از پایین شروع کن */
    top: unset;
}

#hit-line {
    top: 0; /* خط هدف بالا */
    bottom: unset;
    background: linear-gradient(0deg, rgba(250,250,249,0), rgba(250,250,249,.85));
}

#lowCircle {
    border: 22px solid #a354df;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 1.2s ease-in-out infinite;
    z-index: 2;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.7);
        opacity: 0.65;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* ظاهر خود select */
#province {
    width: 100%;
    padding: 8px;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    font-family: IRANSansWeb;
    appearance: none;
}

    /* استایل لیست بازشونده */
#province option {
    background-color: #1d1223; /* نزدیک به رنگ پس‌زمینه اصلی سایت */
    color: #ffffff; /* متن سفید روی پس‌زمینه تیره */
    padding: 8px;
    font-size: 14px;
    font-family: IRANSansWeb;
    width:100%
}

    /* رفع مشکل پس‌زمینه سفید در بعضی مرورگرها */
#province:focus {
    background-color: transparent;
}

/* برای اندروید و کروم موبایل که select را بزرگ نمایش می‌دهند */
select,
select * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
