.hide {
    opacity: 0;
    visibility: hidden;
    z-index: -1000;
}

.loading {
    width: 100%;
    height: 100vh;
    background-color: #FFD73F;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
}

.frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.card-loading {
  position: absolute;
  width: 320px;
  height: 180px;
  top: 110px;
  left: 40px;
  perspective: 800px;
}

.card-loading .flip {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  perspective: 1000px;
}
.card-loading .front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
      background-color: #FFD73F;
}
.card-loading .front {
  z-index: 2;
  transform: rotateX(0);
}
.card-loading .front img {
  position: relative;
  top: 52px;
  -webkit-animation: bike 0.6s ease-in-out infinite;
          animation: bike 0.6s ease-in-out infinite;
  transform-origin: 50% 100%;
}
.card-loading .front .street {
  position: absolute;
  top: 127px;
  left: 80px;
  width: 160px;
  height: 3px;
  overflow: hidden;
}
.card-loading .front .street .stripe-1 {
  position: absolute;
  right: -25px;
  top: 0;
  height: 3px;
  width: 4px;
  background: #4b4841;
  border-radius: 3px;
  -webkit-animation: street 0.9s linear 0.9s infinite;
          animation: street 0.9s linear 0.9s infinite;
}
.card-loading .front .street .stripe-2 {
  position: absolute;
  right: -25px;
  top: 0;
  height: 3px;
  width: 6px;
  background: #4b4841;
  border-radius: 3px;
  -webkit-animation: street 1s linear 0.7s infinite;
          animation: street 1s linear 0.7s infinite;
}
.card-loading .front .street .stripe-3 {
  position: absolute;
  right: -25px;
  top: 0;
  height: 3px;
  width: 8px;
  background: #4b4841;
  border-radius: 3px;
  -webkit-animation: street 0.9s linear 0.8s infinite;
          animation: street 0.9s linear 0.8s infinite;
}
.card-loading .front .street .stripe-4 {
  position: absolute;
  right: -25px;
  top: 0;
  height: 3px;
  width: 10px;
  background: #4b4841;
  border-radius: 3px;
  -webkit-animation: street 1s linear 0.6s infinite;
          animation: street 1s linear 0.6s infinite;
}
.card-loading .front .street .stripe-5 {
  position: absolute;
  right: -25px;
  top: 0;
  height: 3px;
  width: 12px;
  background: #4b4841;
  border-radius: 3px;
  -webkit-animation: street 1s linear 0.3s infinite;
          animation: street 1s linear 0.3s infinite;
}
.card-loading .front .street .stripe-6 {
  position: absolute;
  right: -25px;
  top: 0;
  height: 3px;
  width: 14px;
  background: #4b4841;
  border-radius: 3px;
  -webkit-animation: street 1s linear 0.4s infinite;
          animation: street 1s linear 0.4s infinite;
}
.card-loading .front .street .stripe-7 {
  position: absolute;
  right: -25px;
  top: 0;
  height: 3px;
  width: 16px;
  background: #4b4841;
  border-radius: 3px;
  -webkit-animation: street 1s linear 0.6s infinite;
          animation: street 1s linear 0.6s infinite;
}
.card-loading .front .street .stripe-8 {
  position: absolute;
  right: -25px;
  top: 0;
  height: 3px;
  width: 18px;
  background: #4b4841;
  border-radius: 3px;
  -webkit-animation: street 1s linear 0.6s infinite;
          animation: street 1s linear 0.6s infinite;
}
.card-loading .front .street .stripe-9 {
  position: absolute;
  right: -25px;
  top: 0;
  height: 3px;
  width: 20px;
  background: #4b4841;
  border-radius: 3px;
  -webkit-animation: street 0.9s linear 0.1s infinite;
          animation: street 0.9s linear 0.1s infinite;
}


@-webkit-keyframes bike {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.03);
  }
}

@keyframes bike {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.03);
  }
}
@-webkit-keyframes street {
  0% {
    transform: translate3d(0, 0, 0) scaleX(1);
  }
  100% {
    transform: translate3d(-210px, 0, 0) scaleX(0.8);
  }
}
@keyframes street {
  0% {
    transform: translate3d(0, 0, 0) scaleX(1);
  }
  100% {
    transform: translate3d(-210px, 0, 0) scaleX(0.8);
  }
}
@-webkit-keyframes helicopter {
  0%, 100% {
    transform: translate3d(0, -5px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}

@-webkit-keyframes cloud {
  0% {
    transform: translate3d(0, 0, 0) scaleX(1);
  }
  100% {
    transform: translate3d(-210px, 0, 0) scaleX(0.8);
  }
}
@keyframes cloud {
  0% {
    transform: translate3d(0, 0, 0) scaleX(1);
  }
  100% {
    transform: translate3d(-210px, 0, 0) scaleX(0.8);
  }
}


.text-video strong {
    font-family: 'iransansbold';
    font-size: 20px;
}

.Lottery-wrapper {
        display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.Lottery-dics {
    background: #FFD73F;
    padding: 33px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 22px -5px #ffd73f;
    box-shadow: 0px 0px 22px -5px #ffd73f;
    color: #fff;
    text-align: center;
    font-size: 20px;
    color: #332C7F;
    font-family: 'iransansbold';
}

#countdown ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background: #FFD73F;
    padding: 20px 20px;
    -webkit-box-shadow: 0px 0px 22px -5px #ffd73f;
    box-shadow: 0px 0px 22px -5px #ffd73f;
    border-radius: 20px;
}

#countdown ul li {
       display: flex;
    flex-direction: column;
    text-align: center;
    color: #332C7F;
    border-radius: 10px;
    background: #fff;
    width: 5rem;
    font-family: 'Iransansmedium';
    font-size: 20px;
}

.Lottery-dics, .Lottery-time {
    width: 30%;
}

.Lottery-icon {
    width: 10%;
}

.et_pb_text_wrapper {
max-width: 90%;
    margin: auto;
    border-radius: 20px;
    padding: 2rem 0;
    background: #f94144;
    -webkit-box-shadow: 0px 0px 22px -5px #f94144;
    box-shadow: 0px 0px 22px -5px #f94144;
}
/*removes original number*/
.et_pb_text ol { 
counter-reset: item;
list-style-type: none;
}
.et_pb_text{
    padding: 1rem;

}
.et_pb_text ol li { 
display: block; 
}

.et_pb_text ol li:before { 
content: counter(item)"."; 
counter-increment: item; 
}

/*large-number font*/
.et_pb_text ol li:before{
position: absolute;
    margin-right: -35px;
    font: bold italic 30px/1.5 iransans, iransans, iransans;
    color: #FFD73F;
    font-family: 'Iransansmedium';
    margin-top: -10px;

}

.texts-title, .faq-title {
    color: #f94144;
    font-family: 'iransansBold';
    font-size: 32px;
}

.et_pb_text_title {
    text-align: center;
    margin: 0 0 1rem;
    color: #FFD73F;
    font-size: 30px;
    font-family: 'IransansBold';
}

/*Heading font*/
.et_pb_text ol li{
font-family: 'Iransansmedium';
    padding-right: 60px;
    color: #fff;
    position: relative;
    font-size: 20px;
    letter-spacing: 0;
}

/*paragraph font*/
.et_pb_text li p{
font: 14px Open Sans, sans-serif;
line-height:20px;
color: #555;
}

 

 

.et_pb_text ol li {
text-indent: 0 !important;
    padding-right: 20px !important;
    list-style-position: outside;
    padding: 10px 0;
}

.et_pb_text ol {
max-width: 90%;
    margin: auto;
}

.tabiat-container {
    max-width: 1550px;
    margin: auto;
}

.wrapper-logo-type{
    height: 400px;
    background: url(/docharkhe/wp-content/uploads/2022/05/firs-bg.png) no-repeat;
    background-position: 50% 0%;
    background-size: contain;
    position: relative;
} 
.wrapper-imgs{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    z-index: 2;
}

.text-video {
        text-align: justify;
        color: #332C7F;
        font-size: 20px;
}

.wrapper-logo{
    max-width: 250px;
    display: flex;
    align-items: center;
}
.wrapper-type{
    max-width: 210px;
}
.img-logo{
    width: 100%;
}
.img-type{
    width: 100%;
}  
.wrapper-bike{
    width: 45%;
    position: absolute;
    top: 5%;
    right: calc(50% - 25%);
    z-index: 2;
}
.backOp{
    position: absolute;
    width: 60%;
}
.backOp2{
    position: absolute;
    width: 40%;
    left: 0;
}
.backOp3{
    position: absolute;
    width: 30%;
    right: 0;
    z-index:-1;
}
.tabiat-insta{
    z-index:1;
}
.wrapper-first{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


.wrapper-register{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.wrapper-teaser{
    width: 50%;
    padding: 20px;
}
.video{
    border-radius: 20px;
    border: 3px solid white;
    -webkit-box-shadow: 0px 0px 22px -5px #f94144;
    box-shadow: 0px 0px 22px -5px #f94144;

}

.wrapper-text{
    width: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
}
.texts{
    width: 70%;
}
.title-video{
    font-size: 20px;
    font-weight: bold;
}
.wrapper-teaser-text{
     display: flex;
     flex-wrap: wrap;
         justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.et_pb_text {
   margin-top: 4rem; 
}

.register{
    width: 50%;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 10;
}   
.wrapper-bike100{
    width: 100%;
}
.wrapper-backRed{
    width: 100%;
    background: red url(/docharkhe/wp-content/uploads/2022/05/GroupBubble.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    border-radius: 30px;
}

.dis-none {
    display: none;
}

.zang-shadi {
    display: block;
    Max-width: 10% !important;
    position: fixed !important;
    transition: 0.3s ease;
        top: 1rem;
    right: 1rem;
    z-index: 1000;
}

.text-red{
    font-size: 27px;
    color: white;
    padding: 10px;
}
.register-link, .account-link, .page-winners{
    background: rgb(255,201,40);
    background: linear-gradient(90deg, rgba(255,201,40,1) 0%, rgba(62,154,60,1) 39%);
    width: 80%;
    height: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 50px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 22px -5px #ffd73f;
    box-shadow: 0px 0px 22px -5px #ffd73f;
    font-size: 20px;

}
.register-text{
    width: 100%;
    text-align: center;
}
.wrapper-timer{
    margin-top: 7rem;
}


.tips{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
.lottery{
    width: 80%;
    background: rgb(255,201,40);
    background: linear-gradient(90deg, rgba(255,201,40,1) 0%, rgba(249,65,68,1) 45%);
    width: 80%;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 50px;
     border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 22px -5px #f94144;
    box-shadow: 0px 0px 22px -5px #f94144;
}
.questions{
   width: 80%; 
    background: white;
    width: 80%;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    border: 2px solid black;
    font-weight: bold;
    margin-top: 50px;
}

    .tabiat-insta a{
    display: block;
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: fe;
    display: flex;
    justify-content: center;
    flex-direction: column;
    }
    .tabiat-insta a:hover{
        color: black;
    }
    .questions:hover{
        color: black;
    }
    a:hover{
        text-decoration: none;
         color: white;
      } 
      
.wrapper-product{
    width: 100%;
    /* border: 1px solid red; */
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20px;
}
.box-product{
    width: 400px;
    margin-top: 20px;
}  

 .wrapper-p-img, .product-img{
     width: 100%;
     height: 100%;
     border-radius: 10px;
 }
.wrapper-tips{
    display: flex;
    justify-content: center;
}
/*footer*/

.footer-wrapper{
    padding: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.col-three{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
}
.col-two{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
}
.col-two figure{
    width: 25%;
}
/*footer*/

/*faq--------*/

.faq-title {
        text-align: center;
    margin-bottom: 1rem;
}

.faq-container {
  margin: 0 auto;
  padding: 3rem;
}

.accordion .accordion-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 0 10px;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #f94144;
}
.accordion button {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  padding: 1em 0;
  color: #332C7F;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
      height: unset;
    line-height: unset;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #f94144;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #f94144;
  border: 1px solid #f94144;
}
/* .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
} */
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #f94144;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
  text-align: right;
  color: #332C7F;
}
/*faq--------*/


/* Instagram Codigo para la Version larga */
.LongInstagram {
  width: 300px;
  height: 45px;
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  background: linear-gradient(
    to right,
    #405de6,
    #833ab4,
    #e1306c,
    #f56040,
    #fcaf45
  );
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  margin: 0 10px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.LongInstagram img{
    width: 30px;
    margin-right: 5px;
}


.BOX{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.BOX span{
  width: 100%;
    text-align: center;
    z-index: 1;
    font-size: 25px;
    margin-bottom: 30px;
color: #332c7f;
}
.ShortInstagram img{
  width: 80%;
}

/*swiper*/
.swiper {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        background: #FFD73F;
        padding: 5px;
      }

      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 500px;
      }

.swiper-slide img {
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

      .swiper-3d .swiper-slide-shadow-right,
      .swiper-3d .swiper-slide-shadow-left{
        display: none;
  }

.swiper p{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #332c7f;
    margin: 0 auto;
    
}
.swiper p:nth-of-type(2){
    margin-bottom: 30px;
}
/*swiper*/

/*swiper winners*/
    .wrapper-winners{
        width: 80%;
        margin: 100px auto;
    }

    .winners .swiper {
        width: 100%;
        height: 100%;
      }
      .winners {
         background: white;
      }

      .winners .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        border-radius: 10px;
        padding: 20px 5px;
        height: 300px;
      }

      .winners .swiper-slide img {
        display: block;
        width: 60%;
        height: 100%;
        object-fit: cover;
      }
      
      .winners .swiper-wrapper .swiper-slide .winner-bottom p{
          margin: 0;
          margin-top: 15px;
      }
      
      .winner-top{
          display: flex;
          justify-content: center;
      }


/*swiper winners*/





@media (min-width: 1450px) {
    .wrapper-logo-type {
        height: 600px;
    }
}

 @media (min-width: 1910px){
     .wrapper-bike{
         max-width: 33%;
         right: calc(50% - 17%);
     }
         .wrapper-logo-type {
        height: 450px;
    }
 }

 @media (min-width: 2100px){
    .wrapper-logo-type {
        height: 600px;
    }
 }

       
@media (max-width: 1280px) { 
    
    .Lottery-icon {
    width: 12%;
}


.Lottery-dics, .Lottery-time {
    width: 38%;
}
} 

@media (max-width: 1024px) { 
    
    .wrapper-logo-type {
    height: 300px; 
    }
    .wrapper-imgs{
        top: 40px;
    }
    .wrapper-logo{
        max-width: 200px;
    }
    .wrapper-type{
        max-width: 170px;
    }
    .text-red{
        font-size: 20px;
    }
    .register-link{
        margin-top: 10px;
        font-size: 16px
    }
}

@media (max-width: 987px) {
    .Lottery-dics, .Lottery-time {
    width: 40%;
}

#countdown ul li, .Lottery-dics {
    font-size: 16px;
}
}

@media (max-width: 900px) {
    
    .register {
    width: 100%;
}
    .Lottery-wrapper {
        flex-direction: column;
    gap: 30px;
    }
    
    .Lottery-dics, .Lottery-time {
    width: 65%;
}

.wrapper-timer {
    margin-top: 4rem;
}
}

@media (max-width: 768px) { 
    
        .wrapper-logo-type {
    height: 200px; 
    }
    
    
     .tabiat-insta a {
        font-size: 15px;
    }
    
    .accordion-title {
            font-size: 14px;
    }
    
        .faq-container {
    padding: 1rem;
}
    .wrapper-imgs{
        top: 50px;
    }
    .wrapper-logo{
        max-width: 160px;
    }
    .wrapper-type{
        max-width: 120px;
    }
    .wrapper-first{
        padding-top: 60px;
    }
    .wrapper-register{
        padding: 0 50px;
    }
    .register-link{
        width: 50%;
        font-size: 15px;
        margin-top: 20px;
    }
    .title-video{
        font-size: 16px;
    }
    .video{
        width: 90%;
        transform: translateX(-9%) translateY(20%);
    }
    .tips{
        width: 100%;
        z-index: 1;
    }
    .backOp3{
        width:70%;
        display:none;
    }
    .lottery {
     width: 65%;
     height: 50px;
     font-size: 16px;
    }
    .questions{
     width: 65%;
     height: 50px;   
     font-size: 16px;
    }
    .wrapper-teaser{
        height: 300px;
    }
    .texts{
        width: 100%;
    }
} 

@media (max-width: 640px) { 
    
    .et_pb_text ol {
    max-width: 80%;
}
    .wrapper-imgs{
        top: 5px;
        padding: 0 10px;
    }
    .wrapper-logo{
        max-width: 100px;
    }
    .wrapper-type{
        max-width: 80px;
    }
    .wrapper-register{
        padding: 0 10px;
    }
    .text-red{
            font-size: 16px;
    font-family: 'iransansbold';
    padding: 15px;
    }
    .register-link{
        margin-top: 20px;
        font-size: 12px;
        width: 65%;
        height: 50px;
    }
    .wrapper-teaser{
        width: 100%;
        padding: 10px;
        background-position: top right;
    }
    .wrapper-text{
        width: 100%;
    }
    .video{
        transform: translateX(-30px) translateY(0%);
    }
    .wrapper-text{
        padding: 10px;
    }

    .backOp3{
        width:100%;
    }
    .lottery {
     font-size: 12px;
    }
    .questions{
     font-size: 12px;
    }
    .tabiat-insta{
        width: 90%;
    }
    .BOX span{
        font-size:20px;
        max-width: 90%;
    }
    
    .wrapper-winners {
    margin: 40px auto 10px;
}
} 

 @media (max-width: 555px) {
     .Lottery-dics, .Lottery-time {
    width: 95%;
}

.et_pb_text ol {
    max-width: 85%;
}

.et_pb_text_wrapper {
    max-width: 100%;
}

.register {
    gap: 0;
}

.et_pb_text {
    margin-top: 1rem;
}

.wrapper-timer {
    margin-top: 2rem;
}

.wrapper-teaser {
    height: unset;
}

.Lottery-icon {
    width: 25%;
}

#countdown ul {
    padding: 20px 5px;
}

.wrapper-teaser-text {
    margin-top: 0rem;
}

        .wrapper-logo-type {
    height: 150px; 
    }
    
        .wrapper-first{
        padding-top: 0px;
    }
    
    .wrapper-bike {

    top: 15%;
    }
 }

 

 

       
       
       
       




