/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: 'YekanBakh';
}

#modal-1 {
  display: none;
}

#modal-1.is-open {
  display: block;
  z-index: 99999;
  position: fixed;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__container:before {
  content: "";
  background-image: var(--sh1);
  width: 24%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}


.modal__container:after {
  content: "";
  background-image: var(--sh2);
  width: 12%;
  height: 70%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.modal__container {
  position: relative;
  height: auto;
  width: auto;
  max-width: 100vw;
  padding: 0;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #090B21;
  background: #E7F6FC;
}

button.modal__close {
  position: absolute;
  left: 33px;
  top: 33px;
  border: 2px solid #000;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #000;
  font-weight: bold;
  line-height: 1;
  padding: 0;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
  padding: 4px 12px;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, .8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}


#modal-1 form label>span {
  font-family: 'YekanBakh';
  direction: rtl;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  display: block;
}

#modal-1 form {
  margin-top: 30px;
}

form#enter-phone input {
  border-radius: 8px;
  border: 2px solid #000;
  background: #FFF;
  max-width: 100%;
  text-align: center;
  direction: ltr;
  width: 100%;
  margin: 30px auto;
  font-family: 'YekanBakh';
}

div#modal-1-content form label {
  display: block;
  width: 100%;
}


div#inputs {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 12px;
  flex-direction: row-reverse;
  justify-content: center;
}

div#inputs input {
  border-radius: 8px;
  border: 2px solid #000;
  background: #FFF;
  max-width: 60px;
  text-align: center;
  direction: ltr;
}

button.verify-mob,
button.send-mob,
#rotate-form button {
  border-radius: 8px;
  background: #FBCF3B;
  color: #000;
  padding: 12px 30px;
  line-height: 1;
  outline: none;
  border: none;
  font-family: 'YekanBakh';
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  gap: 12px;
  width: 100%;
  justify-content: center;
  border-top: 2px solid #090B21;
  border-right: 4px solid #090B21;
  border-bottom: 4px solid #090B21;
  border-left: 2px solid #090B21;
}


/**************************\
  Demo Animation Style
\**************************/

.quiz button {
  font-family: 'YekanBakh';
}

.quiz button:focus,
.quiz button:hover {
  background: #fff !important;
  color: #000 !important;
}

form#rotate-form {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

:root {
  --round: url("https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/blackfriday1403/round.png");
  --gifts: url("https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/blackfriday1403/round-content.png");
  --oddWh: url("https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/blackfriday1403/odd.png");
  --EvenWh: url("https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/blackfriday1403/even.png");
  --arrowBg: url("https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/blackfriday1403/arrow.png");

}

.wheel-body {
  height: 360px;
  margin: 60px 0 0;
  position: relative;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 360px;
}

.wheel-body .wheel-frames-container {
  background-color: hsla(0, 0%, 00%, 0);
  background-position: 50%;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.wheel-body .wheel-frames-container .wheel-frames-inner {
  align-items: center;
  border-radius: 50%;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.wheel-body .wheel-frames-container .wheel-frames-inner .wheel-frame-wrapper {
  align-items: center;
  display: flex;
  height: 320px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 320px;
}

.wheel-frame {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  height: 100%;
  transition: -webkit-transform 8s cubic-bezier(.33, 1, .68, 1);
  transition: transform 8s cubic-bezier(.33, 1, .68, 1);
  transition: transform 8s cubic-bezier(.33, 1, .68, 1), -webkit-transform 8s cubic-bezier(.33, 1, .68, 1);
  width: 100%;
}

.wheel-frame.wheel-frame-1 {
  background-image: var(--gifts);
}

.wheel-body .wheel-frames-container .wheel-frames-overlay {
  background-image: var(--round);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 1%;
  left: 1%;
  position: absolute;
  right: 1%;
  top: 1%;
  z-index: 10;
}

.wheel-body .wheel-frames-container .wheel-frames-overlay .lamp-even,
.wheel-body .wheel-frames-container .wheel-frames-overlay .lamp-odd {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-size: 100% 100%;
  bottom: 0;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}

.wheel-body .wheel-frames-container .wheel-frames-overlay .lamp-odd {
  -webkit-animation-name: kkLamp;
  animation-name: kkLamp;
  background-image: var(--oddWh);
}

.wheel-body .wheel-frames-container .wheel-frames-overlay .lamp-even {
  -webkit-animation-name: kkLampReverse;
  animation-name: kkLampReverse;
  background-image: var(--EvenWh);
}


@-webkit-keyframes kkLamp {
  0% {
    opacity: 0
  }

  0.1% {
    opacity: 1
  }

  50% {
    opacity: 1
  }

  50.1% {
    opacity: 0
  }

  to {
    opacity: 0
  }
}

@keyframes kkLamp {
  0% {
    opacity: 0
  }

  0.1% {
    opacity: 1
  }

  50% {
    opacity: 1
  }

  50.1% {
    opacity: 0
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes kkLampReverse {
  0% {
    opacity: 1
  }

  0.1% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  50.1% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

@keyframes kkLampReverse {
  0% {
    opacity: 1
  }

  0.1% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  50.1% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}


.wheel-body .wheel-frames-container .wheel-frames-overlay .wheel-logo {
  background-image: var(--arrowBg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  box-shadow: none;
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  z-index: 50;
}

.wheel-wrapper.desktop-only {
  display: flex;
  justify-content: center;
  align-items: center;
}


@font-face {
  font-family: 'Hamrah-FD';
  src: url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/Hamrah-FD.woff2');
}

@font-face {
  font-family: 'YekanBakh';
  src: url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/YekanBakhFaNum-Regular.woff2') format('woff2'),
    url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/YekanBakhFaNum-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'YekanBakh';
  src: url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/YekanBakhFaNum-SemiBold.woff2') format('woff2'),
    url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/YekanBakhFaNum-SemiBold.woff') format('woff');
  font-weight: 650;
  /* SemiBold معمولاً معادل وزن 600 است */
  font-style: normal;
}


@font-face {
  font-family: 'YekanBakh';
  src: url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/YekanBakhFaNum-Bold.woff2') format('woff2'),
    url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/YekanBakhFaNum-Bold.woff') format('woff');
  font-weight: 800;
  /* Bold */
  font-style: normal;
}

@font-face {
  font-family: 'YekanBakh';
  src: url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/YekanBakhFaNum-ExtraBold.woff2') format('woff2'),
    url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/YekanBakhFaNum-ExtraBold.woff') format('woff');
  font-weight: 850;
  font-style: normal;
}

@font-face {
  font-family: 'YekanBakh';
  src: url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/YekanBakhFaNum-Black.woff2') format('woff2'),
    url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/YekanBakhFaNum-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'YekanBakh';
  src: url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/YekanBakhFaNum-ExtraBlack.woff2') format('woff2'),
    url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/YekanBakhFaNum-ExtraBlack.woff') format('woff');
  font-weight: 950;
  font-style: normal;
}

/* Manshor */
@font-face {
  font-family: "Manshoor";
  src: url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/Manshoor-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "Manshoor";
  src: url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/Manshoor-SemiBold.woff2') format('woff2');
  font-weight: 650;
  /* SemiBold معمولاً معادل وزن 600 است */
  font-style: normal;
}


@font-face {
  font-family: "Manshoor";
  src: url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/Manshoor-Bold.woff2') format('woff2');
  font-weight: 800;
  /* Bold */
  font-style: normal;
}

@font-face {
  font-family: "Manshoor";
  src: url('https://campaign.owj.io/wp-content/themes/hello-elementor-child/assets/fonts/Manshoor-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}



* {
  box-sizing: border-box;
  font-family: 'YekanBakh';
}


.container.prize-wrapper {
  background: #CCEFFF;
  margin: 35px auto 10px;
  z-index: 1;
  position: relative;
}

body.rtl {
  padding: 0;
  margin: 0;
}

header#site-header {
  display: none;
}

footer#site-footer {
  display: none;
}

.container.prize-wrapper:before {
  content: "";
  background-image: var(--top-prize);
  background-size: 100%;
  width: 100%;
  height: 116px;
  display: block;
  position: relative;
  top: -115px;
  left: 0;
  background-repeat: no-repeat;
}

.container.prize-wrapper:after {
  content: "";
  background-image: var(--bottom-prize);
  background-size: 100%;
  width: 100%;
  height: 205px;
  display: block;
  position: relative;
  bottom: -127px;
  left: 0;
  background-repeat: no-repeat;
}

.container.prize-wrapper>.row {
  padding: 2rem 10%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  gap: 0;
  align-content: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}

.container.prize-wrapper>.row>div {
  width: 48%;
  height: 100%;
  border: 4px solid #090B21;
  background: #E7F6FC;
  border-radius: 8px;
  min-height: 555px;
  max-height: 555px;
}

.wheel-wrapper {
  padding: 50px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.col-login {
  background-image: var(--bglogin) !important;
  background-size: cover !important;
  background-position: center !important;
  background-color: #fff !important;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  padding: 6% !important;
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0px !important;
  background-repeat: no-repeat !important;
}

div#hero-landing {
  background: #BACCFF;
  padding: 4rem 10% 2rem;
  position: relative;
}

.mobile-only {
  display: none;
}

div#hero-landing .gifts-wrapper {
  margin: 6rem auto 3rem;
}

div#hero-landing:after {
  content: "";
  background-image: var(--bottom-prize);
  background-size: 100%;
  width: 100%;
  height: 142px;
  display: block;
  position: absolute;
  bottom: -23px;
  left: 0;
  background-repeat: no-repeat;
}

#footer-landing {
  padding: 2rem 10% 0;
  background: #BACCFF;
}

.footer-copyright a {
  display: flex;
}

.col-login h2 {
  font-family: "Manshoor";
  font-weight: 900;
  color: #000;
}

fieldset.ui-wheel-of-fortune {
  max-height: 450px;
  margin: 0 auto;
}

h2#modal-1-title {
  color: #090B21;
  text-align: center;
  font-family: "Manshoor";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

button.modal__close {
  display: none !important;
}

div#modal-1-content {
  padding: 12px 14px;
}

.quiz button {
  border-radius: 8px;
  border-top: 2px solid #090B21;
  border-right: 4px solid #090B21;
  border-bottom: 4px solid #090B21;
  border-left: 2px solid #090B21;
  background: #FFF;
  margin-bottom: 12px;
  color: #090B21;
  font-family: "IRANYekan";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  min-width: 100%;
}

.answer-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.quiz p {
  color: #090B21;
  text-align: center;
  font-family: IRANYekan;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.quiz {
  min-width: 260px;
  width: 100%;
}

.col-login>form {
  width: 100%;
}

.col-login>form label {
  width: 100%;
}

div#footer-landing {
  position: relative;
  z-index: -1;
  padding-top: 150px;
}


@media screen and (max-width:640px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  #footer-landing .footer-copyright {
    margin-top: 3rem;
  }

  #footer-landing {
    padding-top: 4rem;
  }

  .container.prize-wrapper:before {
    height: 32px;
    top: -27px;
  }

  .container.prize-wrapper>.row {
    flex-direction: column-reverse;
  }

  .container.prize-wrapper>.row>div {
    width: 100%;
  }

  .container.prize-wrapper {
    background: #CCEFFF;
    margin: 9px auto 80px;
  }

  div#hero-landing:after {
    position: absolute;
    bottom: -115px;
  }

  .wheel-wrapper {
    padding: 0;
    background: transparent !important;
    border: none !important;
    height: auto !important;
    min-height: auto !important;
    position: relative;
    bottom: -147px;
  }

  .col-login {
    background: #EAF9FF !important;
    min-height: auto !important;
    height: auto !important;
    padding-top: 160px !important;
    border: 1px solid #000 !important;
  }

  .wheel-body {
    width: 300px;
    height: 300px;
  }

  .wheel-body .wheel-frames-container .wheel-frames-inner .wheel-frame-wrapper {
    width: 290px;
    height: 290px;
  }

  .container.prize-wrapper:after {
    content: "";
    background-image: var(--bottom-prize);
    background-size: 100%;
    width: 100%;
    height: 205px;
    display: block;
    position: relative;
    bottom: -203px;
    left: 0;
    background-repeat: no-repeat;
  }

  .container.prize-wrapper {
    background: #CCEFFF;
    margin: 35px auto 14px;
    z-index: 1;
    position: relative;
  }

  div#footer-landing {
    padding-top: 80px !important;
  }
}