html {
  overflow-x: hidden
}
body {
    direction: rtl;
    font-family: 'Iransans';
    max-width: 450px;
    margin:0 auto;
    background-color:#E0E0E0;
    background-size: 450px;
    display: block;
    position: relative;
}


.headerp{
max-width: 282px;
width: 75%;
font-family: iransans;
font-style: normal;
font-weight: 800;
font-size: 21px;
line-height: 159.07%;
text-align: center;
letter-spacing: -0.01em;
color: #FFFFFF;
margin:0 auto;
display: block;
}

.headerp2{
max-width: 384px;
width: 90%;
font-family: iransans;
font-style: normal;
font-weight: bold;
font-size: 11px;
line-height: 159.07%;
text-align: center;
letter-spacing: -0.01em;
color: #FF5A5A;
margin:0 auto;
display: block;
}

.myvideo{
    width: 100%; 
    display: block;
    margin: 0 auto;
}

.img-header{
    width:100%;
    margin:10px auto 0;
}
.img-circle{
    width: 90%;
    margin:-50px auto 0;
    display: block;
}

.txt-visit{
    font-size: 13px;
    text-align: center;
    padding: 15px 10px 5px;
}


.step-title{
    color: #000;
}
.wrapper-form {
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.5rem;
    padding: 10px 5px;
    margin-top: 10px;;
}

.step{
           display: block;
    padding: 10px;
    margin-top: 0 auto;
} 
.step-one{
    display: block;
}

.step-title{
    padding-bottom: 0;
}

.btn-click{
    max-width: 370px;
    width: 80%;
height: 29px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 25px !important;
    margin: 10px auto;
    display: block;
    color: #212529;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    padding: 3px;
    font-size: 12px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.img-banner{
    width: 80%;
    display: block;
    margin:0 auto;
    margin-top: 20px;
}

.btn-click input{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

#numberSend-form input {
    margin-bottom: 0;
}
.bottom-button-form .input-text {
    width: 100%;
    border-radius: 5px;
    direction: ltr;
    margin-bottom: 15px;
}
.input-text {
    color: #000;
    font-weight: 700;
}
input::placeholder {
  font-size: 15px;
  color: black;
}

#numberSend-form input {
    background: #F0F0F0;
border: 1px solid #DCDCDC;
border-radius: 9px !Important;
text-align: center !important;

background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.verify, .thanks{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

.verify input{
    width:90%!important;
    background-color: #1c105a;
    color: #fff;
}

#number-edit{
    border-color:#1c105a;
}

.thanks{
    padding:20px;
}

.thanks-page{
    display: none;
    height: 100vh;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #000;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #17bed0;
}
.flex{
    display: flex!important;
}


.form-elements{

    position: relative;
    width: 80%;
    margin: auto;
    border-radius: 5px;
}
.form-elements button{
    color: #fff!important;
    width: 100% !important;
margin-top: 10px;
    background: #68706A;
border-radius: 10px !important; 
}

.form-elements input{
    border-radius: 25px!important;
    padding-right: 0px!important;
}

.step-three input{
    border:5px solid #fff;
    background-color: #D0D0D0;
}

.step-three button{
    right: 5px;
    top: 5px;
}

.pic-flip{
    padding:0 10px;
    margin-top: -20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.pic-flip img{
    width: 100px;
    height: 100px;
}

.thanks{
    
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    color: #000;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 100px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.fliped {
  transform: rotateY(180deg)!important;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}


.imgslide{
width: 100% !important;
border-radius: 2.64161px !important;
height: auto;
}


******************** SPLIDE SLIDER ********************/
@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__container {
    position: relative;
    box-sizing: border-box;
}
.splide__list {
   margin: 0 !important;
    padding: 0 !important;
    /* width: -webkit-max-content; */
    /* width: max-content; */
    will-change: transform;
}
.splide.is-active .splide__list {
    display: flex;
}
.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.splide {
    /* visibility: hidden; */
    direction: ltr;
    padding-right: 0px;
    margin-top: 20px;
}
.splide,
.splide__slide {
    position: relative;
    outline: none;
}
.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0;
}
.splide__slide img {
    width: 90%;
    /* padding: 5px 0px 0 5px; */
    height: auto;
    overflow: hidden;
}
.splide__slider {
    position: relative;
}
.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite;
}
.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    user-select: none;
}
.splide--fade > .splide__track > .splide__list {
    display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
    display: block;
}
.splide--ttb > .splide__pagination {
    width: auto;
}
.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 0.7;
    background: #ccc;
}
.splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
}
.splide__arrow:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__arrow:focus {
    outline: none;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}
.splide__arrow--next {
    right: 1em;
}
.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: 0.5em;
    left: 64%;
    transform: translateX(-50%);
    padding: 0;
    top: 102%;
}
.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform 0.2s linear;
    border: none;
    opacity: 0.7;
}
.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #fff;
}
.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__pagination__page:focus {
    outline: none;
}
.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc;
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: #000;
}
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
    outline: none;
}
.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1);
}
.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg);
}
.splide--ttb > .splide__pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: 0.5em;
    transform: translateY(50%);
}

