/* Default Css */

@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  font-family: PeydaWeb;
  src: url("../fonts/PeydaWeb-Regular.woff2") format("woff2"),
    url("../fonts/PeydaWeb-Regular.woff") format("woff");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  font-family: PeydaWeb-medium;
  src: url("../fonts/PeydaWeb-Medium.woff2") format("woff2");
}

@font-face {
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
  font-family: PeydaWeb-bold;
  src: url("../fonts/PeydaWeb-Bold.woff2") format("woff2"),
    url("../fonts/PeydaWeb-Bold.woff") format("woff");
}

:root {
  --uwin_one: #482080;
  --uwin_two: #8BB322;
  --uwin_tree: #181818;
}

* {
  margin: 0 auto;
}

html {
  padding: 0 !important;
  margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: YekanBakh;
}

body {
  font-family: PeydaWeb;
  overflow-x: hidden;
}

p.menuname {
  display: none;
}

i#close_menu {
  display: none;
}

/* Button */

.MobileMenuIcon {
  display: none;
}

.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 6px;
}

.su_button_circle {
  background-color: var(--uwin_two);
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out;*/
}

.button_su_inner {
  display: inline-block;
  background: var(--uwin_one);
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  width: 132px;
  text-align: center;
  border-radius: 7px;
  transition: 400ms;
  text-decoration: none;
  padding: 10px 20px;
  z-index: 5555;
  font-size: 14px;
}

.button_text_container {
  position: relative;
  z-index: 10000;
}

.explode-circle {
  animation: explode 0.5s forwards;

}

.desplode-circle {
  animation: desplode 0.5s forwards;
}

.page-id-27 .HeroSlider .ImageBox .ImagePlace {
  background-position: 0 80%;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(42, 53, 80, 0.2);
  }

  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(20, 180, 87, 0.8);
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(20, 180, 87, 0.8);
  }

  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(129, 80, 108, 0.6);
  }
}





header {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 99;
}

body.admin-bar header {
  top: 32px;
  border: ;
}

header .logo_header {
  float: right;
  width: 78px;
}

header .logo_header img {
  float: right;
  width: 100%;
}

header .header_main_menu {
  float: right;
  display: flex;
  list-style: none;
  margin: 0;
  height: 70px;
  align-items: center;
  padding: 0 16px 0 0;
}

header .row {
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

header .col-md-10 {
  align-items: center;
}

header .header_main_menu a {
  font-size: 16px;
  text-decoration: none;
  padding: 0 0 0 28px;
  color: var(--uwin_tree);
}

header .header_main_menu a:hover,
header .header_main_menu .current_page_item a,
header .header_main_menu .current-menu-item a {
  color: var(--uwin_one) !important;
  font-weight: 500;
}

.button_su_inner:hover {
  color: #fff !important;
}




.CTA_G a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  margin: auto;
  padding: 12px 16px 12px 60px;
  position: relative;
  text-decoration: none;
  background: var(--uwin_one);
  border-radius: 6px;
}

.CTA_G.green a {
  background: var(--uwin_two);
}

.CTA_G a .label,
.CTA_G a .icon-arrow {
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000;
}

.CTA_G a .label {
  display: inline-block;
  transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
}

.CTA_G a .icon-arrow {
  fill: #fff;
  height: 25px;
  top: 12px;
  transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1), opacity .4s cubic-bezier(0.86, 0, 0.07, 1);
  width: 25px;
}

.CTA_G a .icon-arrow.before {
  left: 21px;
  margin-right: 15px;
  position: absolute;
  transform-origin: left center;
}

.CTA_G a .icon-arrow.after {
  margin-left: 15px;
  opacity: 0;
  position: absolute;
  right: 25px;
  transform: translateX(75%) scaleX(0.1);
  transform-origin: right center;
}

.CTA_G a:hover .label {
  transform: translateX(-52px);
}

.CTA_G a:hover .icon-arrow.before {
  opacity: 0;
  transform: translateX(-75%) scaleX(0.1);
}

.CTA_G a:hover .icon-arrow.after {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}

.CTA_G a:active {
  border-color: #FD6154;
  color: #FD6154;
}

.CTA_G a:active .icon-arrow {
  fill: #FD6154;
}


.HeroSlider {
  float: right;
  width: 98%;
  margin: 113px 0 0 0;
}

.HeroSlider .ImageBox {
  float: left;
  width: 100%;
  position: relative;
}

.HeroSlider .ImageBox .ImagePlace {
  float: left;
  width: 100%;
  height: 390px;
  background-size: cover;
  background-position: 0 1%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  position: relative;
  overflow: hidden;
}

body .HeroSlider .row {
  align-items: center;
  flex-direction: inherit;
}

.HeroSlider .text {
  float: right;
  margin: 0 2% 0 0;
  width: 100%;
  text-align: center;
}

.titleBox {
  float: right;
  width: 100%;
  position: relative;
  text-align: center;
}

.titleBox span {
  font-size: 48px;
  line-height: 86px;
  font-family: tahoma;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 1px var(--uwin_tree);
  opacity: 0.6;
  letter-spacing: -7px;
}

.titleBox h1 {
  font-size: 53px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--uwin_two);
  font-weight: 900;
  margin: 7px 0 0 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
. titleBox-club .titleBox h1 {
  font-size: 53px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--uwin_two);
  font-weight: 900;
  margin: 7px 0 0 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.reward-page .titleBox h1 {
  font-size: 46px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--uwin_two);
  font-weight: 900;
  margin: 7px 0 0 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.HeroSlider .text p {
  float: right;
  width: 100%;
  text-align: center;
  font-size: 21px;
  padding: 10px 0;
}

.HeroSlider .text .CTA_G {
  display: inline-block;
  margin: -10px auto 0;
}

.dotsBackground {
  background: linear-gradient(90deg, #fff 20px, #fff0 1%) center, linear-gradient(#fff 20px, #fff0 1%) center, #46464678;
  background-size: auto, auto, auto;
  background-size: 22px 22px;
  /*animation: DotsAnimation 900s ;*/
}

.HeroSlider .ImageBox .BeforeSlideshow.loaded {
  left: -30%;
  transition: 0.5s;
  opacity: 0;
}

.HeroSlider .ImageBox .BeforeSlideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 100px;
  left: 12%;
  transition: 0.5s;
  opacity: 1;
}


/*@keyframes DotsAnimation {*/
/*  0% {*/
/*    background-position: 0 0;*/
/*  }*/
/*  100% {*/
/*    background-position: -10000px -10000px;*/
/*  }*/
/*}*/



.StepByStep {
  float: right;
  width: 100%;
  margin: 95px 0 0 0;
  background: #FAFCF6;
  padding: 80px 0;
}

.StepByStep .box_of_step {
  float: right;
  width: 90%;
  margin: 0 5%;
  text-align: center;
  position: relative;
}

.StepByStep .box_of_step {
  float: right;
  width: 100%;
  margin: 0 0%;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}

.StepByStep .box_of_step:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.StepByStep .box_of_step .box_step {
  float: right;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  padding: 58px 60px;
  position: relative;
}

.StepByStep .box_of_step .box_step p {
  margin: 0;
  float: right;
  width: 100%;
  font-size: 15px;
}

.StepByStep .box_of_step .number {
  font-size: 100px;
  font-weight: 900;
  color: var(--uwin_two);
  line-height: 45px;
  position: relative;
  margin: 0 0 -21px 0;
  top: 0;
  transition: 0.5s;
}

.StepByStep .box_of_step:hover .number {
  top: -15px;
  transition: 0.5s;
}

.StepByStep .box_of_step .bg_box {
  width: 340px;
  height: 340px;
  position: absolute;
  right: calc(50% - 170px);
  top: -3px;
  border-radius: 50%;
  background-image: radial-gradient(rgb(227, 227, 227) 22%, transparent 22%);
  background-position: 16px 16px;
  background-size: 17px 17px;
  background-color: rgba(250, 252, 246, 0);
  opacity: 0.5;
  transition: 0.5s;
}

.StepByStep .box_of_step:hover .bg_box {
  transition: 0.5s;
  transform: rotate(30deg);
}

.StepByStep .col-md-4:nth-child(2) {
  padding-top: 40px;
}

.StepByStep .col-md-4:nth-child(3) {
  padding-top: 20px;
}

.StepByStep .box_of_step .box_step .CTA_G {
  margin: 15px auto 0;
  display: inline-block;
}

.StepByStep .box_of_step .box_step h2 {
  font-weight: 900;
  color: var(--uwin_one);
}



.AboutCampaign {
  float: right;
  width: 100%;
  padding: 100px 0;
}

.AboutCampaign .image_box {
  float: right;
  width: 100%;
  position: relative;
}

.AboutCampaign .image_box .thumb {
  float: right;
  width: 60%;
  height: 420px;
  background-size: cover;
  margin: 0 15% 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}

.AboutCampaign .row {
  align-items: center;
}

.AboutCampaign .image_box .background-bubble {
  position: absolute;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(rgb(139, 179, 34) 18.8%, transparent 15.8%);
  background-position: 16px 16px;
  background-size: 24px 24px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  right: 33px;
  top: -35px;
  z-index: -1;
  transition: 0.5s;
  opacity: 1;
}

.AboutCampaign .image_box:hover .background-bubble {
  transition: 0.5s;
  transform: rotate(-20deg);
}

.AboutCampaign .text {
  float: right;
  width: 100%;
  text-align: center;
}

.AboutCampaign .text h2 {
  font-size: 40px;
  font-weight: 900;
  color: var(--uwin_two);
}

.AboutCampaign .text>span {
  font-size: 23px;
  margin: 0 0 9px 0;
  display: inline-block;
  color: var(--uwin_tree);
}

.AboutCampaign .text>p {
  font-size: 17px;
  padding: 0 15%;
  line-height: 2;
  color: #333;
}

.AboutUs {
  float: left;
  width: 100%;
  background: var(--uwin_two);
  padding: 70px 0;
}

.AboutUs .text {
  float: right;
  width: 82%;
  margin: 0 18% 0 0;
}

.AboutUs .text h2 {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
}

.AboutUs .text p {
  float: right;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.AboutUs .row {
  align-items: center;
}

.AboutUs .product_carousel {
  float: right;
  width: 100%;
}

.AboutUs .product_carousel .thumb {
  float: left;
  width: 84%;
  height: 136px;
  background-size: 54%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #9ac231;
  background-color: var(--uwin_two);
}

.AboutUs .product_carousel:before {
  width: 150px;
  height: 150px;
  position: absolute;
  content: "";
  background-image: radial-gradient(rgb(255, 255, 244) 18.8%, #97666600 15.8%);
  background-position: 15px 16px;
  background-size: 17px 17px;
  background-color: var(--uwin_two);
  border-radius: ;
  right: 0;
  top: 20px;
}

.AboutUs .product_carousel .owl-dots {
  display: flex !important;
  position: relative;
  z-index: 99;
  top: 22px;
  align-items: center;
  justify-content: center;
}

.AboutUs .product_carousel .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  background: #c1c1c1;
  display: block;
  border-radius: 10px;
  margin: 0 4px;
  transition: 0.5s;
}

.AboutUs .product_carousel .owl-dots .owl-dot.active {
  width: 34px;
  background: #fff;
  transition: 0.5s;
}

.RedeemPoint {
  float: right;
  width: 100%;
     padding: 90px 0;
}

.RedeemPoint .text {
  width: 100%;
  margin: 0 5%;
}

.RedeemPoint .text h2 {
  font-size: 35px;
  font-weight: 900;
  color: var(--uwin_two);
}

.RedeemPoint .text p {
  /* float: right; */
  width: 90%;
  font-size: 16px;
  line-height: 2;
}

.carouselRedeem.mobile {
  display: none
}

.carouselRedeem {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.carouselRedeem .owl-nav.disabled {
  display: flex;
  padding: 5px 10px;
  position: relative;
  width: 45px;
  right: 0;
  top: 0;
}

.carouselRedeem .owl-nav button span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #8bb322;
  right: -3px;
  transform: rotate(-45deg);
  top: 3px;
}

.carouselRedeem .owl-nav button span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #8bb322;
  right: -3px;
  transform: rotate(45deg);
  top: -3px;
}

.carouselRedeem .owl-nav .owl-next {
  transform: rotate(180deg);
}

.carouselRedeem .owl-nav button span {
  color: transparent !important;
  width: 20px;
  height: 1px;
  background: #8bb322;
  float: right;
  margin: 0 0px 0;
  position: relative;
  font-size: 19px;
  top: calc(50% - 0.5px);
  right: 0;
}

.carouselRedeem button.owl-prev {
  margin: 0 0 0 10px;
}

.carouselRedeem .box_redeem {
  float: left;
  width: 100%;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.carouselRedeem .box_redeem .box_redeem_div {
  float: right;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  margin: 21px 7%;
  text-align: center;
  position: relative;
  width: 320px;
  padding: 10px;
}

.carouselRedeem .box_redeem .box_redeem_div .badge {
  background: var(--uwin_two);
  font-family: PeydaWeb;
  display: inline-block;
  letter-spacing: 0;
  font-weight: normal;
  padding: 8px 8px;
  position: relative;
  top: -25px;
}

.carouselRedeem .box_redeem .box_redeem_div .badge.buttom {
  background: var(--uwin_one);
  top: 25px;
}

.carouselRedeem .carouselRedeem p {
  height: 50px !important;
}

.carouselRedeem .box_redeem .box_redeem_div .thumb {
  display: block;
  width: 70px;
  height: 70px;
  background-size: 85%;
  background-position: center;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  margin: 7px auto 10px;
}

.carouselRedeem .box_redeem .box_redeem_div h3 {
  display: inline-block;
  font-weight: 700;
  margin: 6px 0 5px 0;
  font-size: 23px;
}

.carouselRedeem .box_redeem .box_redeem_div p {
  margin: 0 0 0 0;
  display: inline-block;
  width: 100%;
}

.carouselRedeem .box_redeem .bg_box {
  position: absolute;
  width: 340px;
  height: 340px;
  background-image: radial-gradient(rgb(139, 179, 34) 18.8%, transparent 15.8%);
  background-position: 16px 16px;
  background-size: 24px 24px;
  background-color: #fff0;
  border-radius: 50%;
}

.RedeemPoint .row {
  align-items: center;
}


footer {
  float: right;
  width: 100%;
  background: var(--uwin_two);
  position: relative;
}

footer {
  float: right;
  width: 100%;
  background: var(--uwin_two);
  padding: 40px 0 30px;
}

footer .AddressList {
  list-style: none;
  display: flex;
  justify-content: center;
}

footer .AddressList li {
  margin: 0 21px;
  color: #fff;
}

footer .social_List {
  float: right;
  width: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  margin: 15px 0 0 0;
}

footer .social_List li {
  margin: 0 7px;
}

footer .social_List li a i {
    color: #fff;
    font-size: 24px;
}
footer .social_List li a  {
  
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
}



.StepByStep.PointList .titleBox {
  margin: 0 0 50px 0;
}

.StepByStep.PointList {}

.StepByStep.PointList .col-md-4 {
  padding-top: 0 !important;
}

.StepByStep.PointList .box_step h2 {
  font-size: 28px;
  color: var(--uwin_tree);
  font-weight: 500;
  line-height: 1.8;
}

.StepByStep.PointList .CTA_G.green {
  position: absolute;
  bottom: -49px;
  right: 0;
  width: 180px;
  text-align: center;
  display: flex;
  justify-content: center;
  right: calc(50% - 90px);
}

.StepByStep.PointList .CTA_G.green a {
  border-radius: 0 0 6px 6px;
  background: var(--uwin_one);
}


.GameList {
  float: right;
  width: 100%;
  padding: 100px 0 100px;
  background: #FAFCF6;
}

.GameList .gamesList {
  float: right;
  width: 100%;
  margin: 43px 0 0 0;
}

.GameList .gamesList .box_of_game {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  width: 90%;
  margin: 15px 5%;
  padding: 20px;
  display: flex;
  flex-direction: row;
}

.GameList .gamesList .box_of_game .thumb {
  width: 200px;
  height: 165px;
  background: #f5f5f5;
  border-radius: 5px;
  margin: 0 0 0 20px;
}

.GameList .gamesList .box_of_game .text {
  padding: 10px;
}

.GameList .gamesList .box_of_game .text h3 {
  font-weight: 900;
  color: var(--uwin_two);
}

.GameList .gamesList .box_of_game .text p {
  font-size: 15px;
  line-height: 2;
}

.GameList .gamesList .box_of_game .text .CTA_G {
  float: left;
  margin: -13px 0 0 24px;
}

.GameList .gamesList .box_of_game .text .CTA_G a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.GameList .gamesList .owl-dots {
  float: right;
  width: 100%;
  display: flex !important;
  justify-content: center;
  margin: 15px 0 0 0;
}

.GameList .gamesList .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 10px;
  margin: 0 4px;
}

.GameList .gamesList .owl-dots .owl-dot.active {
  background: var(--uwin_two);
  width: 36px;
}

.StepByStep.earnLastPage {
  margin: 0 0 50px 0;
  background: transparent;
}


.StepByStep.earnLastPage .titleBox {
  margin: 0 0 25px 0;
}


.SpecialRewards {
  float: right;
  width: 100%;
  margin: 150px 0 50px 0;
  background: #FAFCF6;
  padding: 50px 0;
}

.SpecialRewards .titleBox {
  margin: 0 0 34px 0;
}

.SpecialRewards .SpecialRewardsCarousel {
  float: right;
  width: 100%;
}

.SpecialRewards .SpecialRewardsCarousel .box_of_special_rewards {
  float: right;
  width: 80%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  margin: 87px 10%;
  padding: 21px;
  position: relative;
  border-radius: 6px;
}

.SpecialRewards .SpecialRewardsCarousel .item {
  position: relative;
}

.SpecialRewards .SpecialRewardsCarousel .box_of_special_rewards .thumb {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin: -105px auto 0;
}

.SpecialRewards .SpecialRewardsCarousel .box_of_special_rewards h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 23px;
  font-family: ;
  margin: 20px 0 17px 0;
}

.SpecialRewards .SpecialRewardsCarousel .box_of_special_rewards .CTA_G {
  position: absolute;
  width: 170px;
  right: calc(50% - 85px);
  bottom: -48px;
}
.SpecialRewards .SpecialRewardsCarousel .box_of_special_rewards .CTA_G a {
  font-size: 16px;
  border-radius: 0 0 6px 6px;
}

.SpecialRewards .SpecialRewardsCarousel .item .specialReward_bg {
  background-image: radial-gradient(rgb(227, 227, 227) 22%, transparent 22%);
  background-position: 16px 16px;
  background-size: 17px 17px;
  background-color: rgba(250, 252, 246, 0);
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  right: calc(50% - 175px);
  transition: 0.5s;
}

.SpecialRewards .SpecialRewardsCarousel .item:hover .specialReward_bg {
  transform: rotate(-30deg);
  transition: 0.5s;
}

.SpecialRewards .SpecialRewardsCarousel .owl-dots {
  display: flex;
  float: right;
  width: 100%;
  margin: 46px 0 0 0;
  justify-content: center;
}

.SpecialRewards .SpecialRewardsCarousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #999;
  margin: 0 4px;
  border-radius: 10px;
}

.SpecialRewards .SpecialRewardsCarousel .owl-dots .owl-dot.active {
  background: var(--uwin_two);
  width: 30px;
  transition: 0.5s;
}


.CatalogRewards {
  float: right;
  width: 100%;
  margin: 0 0 0 0;
  padding: 50px 0 100px;
}

.CatalogRewards .titleBox {
  margin: 0 0 39px 0;
}

.CatalogRewards .box_of_catalog {
  float: right;
  width: 100%;
  position: relative;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CatalogRewards .box_of_catalog .box_of_catalog_div {
  width: 85%;
  margin: 0 0%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

.CatalogRewards .box_of_catalog .box_of_catalog_div .thumb {
  float: right;
  width: 100%;
  background-size: cover;
  height: 180px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}

.CatalogRewards .box_of_catalog .box_of_catalog_div h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 24px 0 5px 0;
  font-size: 26px;
  font-weight: 700;
}

.CatalogRewards .box_of_catalog .box_of_catalog_div p {
  display: inline-block;
  width: 100%;
  padding: 0 0%;
  text-align: center;
  font-size: 18px;
  margin: 0;
}

.CatalogRewards .box_of_catalog .box_of_catalog_div .CTA_G {
  position: absolute;
  width: 130px;
  right: calc(50% - 65px);
  bottom: -49px;
}

.CatalogRewards .box_of_catalog .box_of_catalog_div .CTA_G a {
  border-radius: 0 0 6px 6px;
}

.CatalogRewards .box_of_catalog .box_of_catalog_bg {
  position: absolute;
  width: 430px;
  height: 430px;
  background-image: radial-gradient(rgb(189, 189, 189) 18.8%, transparent 15.8%);
  background-position: 16px 16px;
  background-size: 24px 24px;
  background-color: transparent;
  border-radius: 50%;
  top: 58px;
  transition: 0.5s;
}

.CatalogRewards .box_of_catalog:hover .box_of_catalog_bg {
  transform: rotate(-30deg);
  transition: 0.5s;
}

.RedeemPoint.rewardsPage {
  background: #FAFCF6;
  margin: 50px 0 0 0;
}



.LasGoodNews,
.srp {
  float: right;
  width: 100%;
  margin: 180px 0 50px;
}

.LasGoodNews .good_newsBox,
.srp .srpBox {
  float: right;
  width: 100%;
  position: relative;
  margin: 0 0 19px 0;
  transform: scale(0.6);
  opacity: 0;
  transition: 0.5s;
}

.LasGoodNews .good_newsBox.loaded,
.srp .srpBox.loaded {
  transform: scale(1);
  transition: 0.5s;
  opacity: 1;
}

.LasGoodNews .good_newsBox .box_good_news,
.srp .srpBox .box_srp {
  float: right;
  width: 100%;
  margin: 0 0 46px 0;
  position: relative;
}

.LasGoodNews .good_newsBox .box_good_news .text,
.srp .srpBox .box_srp .text {
  float: left;
  width: calc(100% - 100px);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 30px 130px 30px 30px;
  border-radius: 6px;
}

.LasGoodNews .good_newsBox .box_good_news .thumb,
.srp .srpBox .box_srp .thumb {
  width: 200px;
  height: 90%;
  position: absolute;
  top: 5%;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
}

.LasGoodNews .good_newsBox .box_good_news .text h3,
.srp .srpBox .box_srp .text h3 {
  float: right;
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  color: var(--uwin_two);
}

.LasGoodNews .good_newsBox .box_good_news .text p,
.srp .srpBox .box_srp .text p {
  float: right;
  width: 100%;
  font-size: 17px;
  line-height: 2;
}

.LasGoodNews .good_newsBox .box_good_news .text .CTA_G,
.srp .srpBox .box_srp .text .CTA_G {
  float: left;
}

.LasGoodNews .good_newsBox .box_good_news .text .CTA_G a,
.srp .srpBox .box_srp .text .CTA_G a {
  background: #fff;
  color: var(--uwin_one);
  margin: -16px 0 -16px 0;
}

.LasGoodNews .good_newsBox .box_good_news .text .CTA_G a .icon-arrow,
.srp .srpBox .box_srp .text .CTA_G a .icon-arrow {
  color: var(--uwin_one);
}

.LasGoodNews .good_newsBox .box_good_news .text .CTA_G a path,
.srp .srpBox .box_srp .text .CTA_G a path {
  fill: var(--uwin_one);
}

.LasGoodNews .good_newsBox .good_news_bg,
.srp .srpBox .srp_bg {
  position: absolute;
  width: 250px;
  height: 250px;
  background-image: radial-gradient(rgb(227, 227, 227) 22%, transparent 22%);
  background-position: 16px 16px;
  background-size: 17px 17px;
  background-color: transparent;
  top: -22px;
  border-radius: 50%;
  right: -21px;
  transition: 0.5s;
}

.LasGoodNews .good_newsBox:hover .good_news_bg,
.srp .srpBox:hover .srp_bg {
  transition: 0.5s;
  transform: rotate(-30deg);
}



.Loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99999999;
  background: var(--uwin_two);
  align-items: center;
  display: none;
  justify-items: center;
}

.bar:after {
  position: absolute;
  width: 160%;
  height: 200px;
  background: var(--uwin_two);
  left: -10%;
  top: 2px;
  content: "";
  border: ;
}




.bar {
  position: relative;
  height: 2px;
  width: 500px;
  margin: 0 auto;
  background: #fff;
  margin-top: 0;
  border-bottom: 1px solid #fff;
}

.circle {
  position: absolute;
  top: -30px;
  margin-left: -30px;
  height: 60px;
  width: 60px;
  left: 0;
  background: #fff;
  border-radius: 30%;
  -webkit-animation: move 5s infinite;
}

.bar p {
  position: absolute;
  top: -27px;
  right: -86px;
  text-transform: uppercase;
  color: var(--uwin_two);
  font-weight: bold;
  font-weight: normal;
  font-size: 16px;
}

@-webkit-keyframes move {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    height: 150px;
  }

  75% {
    left: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    height: 150px;
  }

  100 {
    right: 100%;
  }
}



.Loading.isDone {
  overflow: hidden;
  transition: 0.5s;
  height: 0;
  overflow: hidden;
  opacity: 0;
}



.topEffect {
  top: -100px !important;
  opacity: 0;
  transition: 0.5s;
}

.topEffect.loaded {
  top: 0 !important;
  opacity: 1;
  transition: 0.5s;
}

body.admin-bar .topEffect.loaded {
  top: 32px !important;
  transition: 0.5s;
}


.imgLoaded {
  top: 50px;
  opacity: 0;
}

.imgLoaded.loaded {
  top: 0;
  opacity: 1;
  transition: 0.5s;
}




.outline span {
  -webkit-animation: OutText 1.5s infinite alternate;
  animation: OutText 1.5s infinite alternate;
}

.outline span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.outline span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.outline span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.outline span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.outline span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.outline span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.outline span:nth-child(6) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}


.outline span:nth-child(7) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.outline span:nth-child(8) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}


.outline span:nth-child(9) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}



.outline span:nth-child(10) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}


.outline span:nth-child(11) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}


@-webkit-keyframes OutText {
  0% {
    opacity: 0.6;
  }

  100% {
    opacity: 0;
  }
}

@keyframes OutText {
  0% {
    opacity: 0.6;
  }

  100% {
    opacity: 0;
  }
}


.loadedText {
  position: relative;
}

.loadedText:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
  right: 0;
  top: 0;
  transition: 0.5s;
}

.loadedText.loaded::after {
  transition: 0.5s;
  width: 0%;
}



.EffectToRight {
  position: relative;
  z-index: 9;
  position: relative;
  overflow: hidden;
}

.EffectToRight .container,
.EffectToRight.blue .row {
  position: relative;
  right: 50%;
  /*! opacity: 0; */
  transition: 0.5s;
}

.EffectToRight.loaded .container,
.EffectToRight.blue.loaded .row {
  transition: 1s;
  right: 0;
  opacity: 1;
  transition-delay: 0.2s;
}

.EffectToRight:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--uwin_two);
  top: 0;
  left: 0;
  z-index: 99;
}

.EffectToRight.blue:after {
  background: var(--uwin_one);
}

.EffectToRight.loaded::after {
  width: 0;
  transition: 1s;
}


.bg_effect {
  right: -30% !important;
  transition: 0.5s !important;
  opacity: 0 !important;
}



.rotate {
  transform: rotateX(90deg) scale(0.8);
  transition: 0.2s;
}

.rotate.loaded {
  transition: 0.5s;
  transform: rotateX(0deg) scale(1);
}


.sideUp {
  position: relative;
  top: 100px;
  opacity: 0;
  transition: 0.5s;
}

.sideUp.loaded {
  top: 0;
  opacity: 1;
  transition: 0.5s;
}


/*Coupons*/
.Coupons {
  float: right;
  width: 100%;
  padding: 10% 0;
  margin: 70px 0 0 0;
}

.Coupons .text h2,
.Coupons_faq .text h2 {
  font-size: 35px;
  font-weight: 900;
  color: var(--uwin_two);
  text-align: center;
}

.table {
  width: 45%;
  max-width: 45%;
  margin-bottom: 1rem;
  background-color: transparent;
  direction: rtl;
  margin: 30px auto;
  position: relative;
}

.table thead {
  font-family: PeydaWeb;
  background-color: var(--uwin_one);
  color: #fff;
  text-align: center;
  margin: 10px 0;

}

.table>tbody {
  text-align: center;
}

.table>thead>tr {
  font-family: PeydaWeb;
  background-color: var(--uwin_one) !important;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin: 10px 0;
}

.table tr {
  border: none;
}

.table>:not(caption)>*>* {
  border: none;
}

.table tr:nth-child(2n) {
  background: #4820802e;
}

.table:before {
  position: absolute;
  content: '';
  background: linear-gradient(0deg, #ffffff, #ffffff9e);
  width: 100%;
  height: 36px;
  bottom: 8px;
}

button#Copy svg {
  width: 15px;
  height: 15px;
}

button#Copy {
  border: none;
  background: #482080;
  padding: 6px;
  margin: 0 10px 0 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy_link {
  display: flex;
}

input#agent_id_link {
  border: none;
  background: none;
  display: flex;
  text-align: end;
}

input#agent_id_link:focus-visible {
  outline: none;
}

.faq {
  width: 50%;
  margin: 10px auto;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 8px;
}

.faq_tittle {
  padding: 10px 40px;
  color: #482080;
  border-radius: 8px;
  border: 1px solid #482080;
  position: relative;
  transition: .4s;
}

.faq_desc {
  padding: 20px;
  display: none;
  transition: .4s;


}

.faq_wrap svg {
  width: 20px;
  height: 11px;
  display: flex;
  justify-content: end;
  position: absolute;
  left: 12px;
  bottom: 36%;
}

.faq_tittle.active {
  background: #482080;
  color: #FFF;
  transition: .4s;
}

.faq_tittle.active svg path {
  fill: #FFF;

}

.faq_tittle.active svg {
  transform: rotate(180deg);
}

.faq_desc.active {
  display: block;

}

section.Coupons_faq {
  padding: 10% 0;
}

.faq_wrap {
  margin: 30px 0 0 0;
}

a.peminawebsite {
  text-align: center;
  width: 120px;
  display: block;
  text-decoration: none;
  position: absolute;
  top: -20px;
  right: calc(50% - 60px);
  background: #482080;
  padding: 7px;
  border-radius: 25px;
  color: #FFF;
  z-index: 9999;
}
.ElementorLanding {
  float: right;
  width: 100%;
  margin: 107px 0 34px 0;
}

.background-bubble_landing::after {
  position: absolute;
  content: "";
  width: 550px;
  height: 550px;
  background-image: radial-gradient(rgba(102, 36, 131, 0.11) 18.8%, transparent 15.8%);
  background-position: 16px 16px;
  background-size: 23px 21px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 27% 95%;
  right: calc(50% - 275px);
  top: calc(50% - 275px);
  z-index: -1;
  opacity: 1;
  animation: RotateBg 36s infinite;
}

@keyframes RotateBg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



.InformationBox .elementor-icon {
  width: 90px;
  height: 90px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  margin: -45px 0 0 0;
  box-shadow: inset 0 2px 10px 0px rgba(0,0,0,0.09);
  padding: ;
}


.HDMFOrmBuilderStyle .form-group .listOfRadio li:hover, .HDMFOrmBuilderStyle .form-group .listOfRadio li.active{
  background: #82ad22;
}
.HDMFOrmBuilderStyle .form-group label {
  font-size: 21px;
  font-weight: 600;
  color: #482080;
}
.HDMFOrmBuilderStyle .form-group {
  padding: 20px 10px 30px;
  border-bottom: 1px dashed #ccc;
  margin: 5px 0;
}
.HDMFOrmBuilderStyle .btn {
  background: #482080;
}

.HDMFOrmBuilderStyle .form-group:nth-child(2) .listOfRadio , .HDMFOrmBuilderStyle .form-group:nth-child(3) .listOfRadio {
  flex-wrap: wrap!important;
}
.HDMFOrmBuilderStyle .form-group:nth-child(2)  .listOfRadio li, .HDMFOrmBuilderStyle .form-group:nth-child(3) .listOfRadio li {
  width: 23% !important;
  margin: 0 1% 10px!important;
}

.AboutCampaign{
  display:none;
}

.RedeemPoint .col-md-8 {
  display: none;
}
.RedeemPoint .col-md-4 {
  width: 100%;
  text-align: center;
}
.RedeemPoint .text {
  margin: 0;
}
#pointList .box_step {
  padding: 50px 10px;
}
/* .StepByStep.PointList#pointList {
  overflow: auto;
  height: auto;
} */

.UserReferText {
    padding: 50px 30px;
}
}
.UserReferText h2 {
  float: right;
  width: 100%;
  text-align: center;
  font-size: 33px;
  font-weight: 800;
  color: var(--uwin_one);
}
.UserReferText p {
  float: right;
  width: 100%;
  line-height: 2;
  font-size: 19px;
  text-align: justify;
  margin: 0 0 0 0;
}
.UserReferText ul {
  margin: 0 0 15px 0;
  float: right;
  width: 100%;
  padding: 13px 20px 0 0;
}
.UserReferText .CTA_G {
  text-align: center;
}
.RedeemPoint.rotate.NewRedeem p {
  text-align: center;
  width: 100%;
  font-size: 20px;
}
.hideTemp {
  display: none !important;
}

.SpecialRewards .SpecialRewardsCarousel .box_of_special_rewards p {
  float: right;
  width: 100%;
  text-align: center;
  margin: -9px 0 14px 0;
  font-size: 18px;
}

.RedeemPoint.whiteRedeem {
  margin: 0;
  background: #fff;
  text-align: center;
}
.RedeemPoint.whiteRedeem .CTA_G {
  float: right;
  width: 100%;
}
.RedeemPoint.whiteRedeem p {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.HeroSlider.ClubPemina ul {
  float: right;
  width: 100%;
  margin: -14px 144px 27px 0;
  text-align: right;
  line-height: 2;
}


.ProductSurvey {
  float: right;
  width: 100%;
  padding: 70px 0;
}

.SurveyItem {
  float: right;
  width: 100%;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.09);
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  margin: 10px 0;
}
.SurveyItem img {
  float: right;
  width: 50%;
  margin: 0 25%;
}
.SurveyItem > span {
  float: right;
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: var(--uwin_two);
  font-family: YekanBakh;
  font-weight: 600;
  margin: 4px 0 15px 0;
}
.ProductSurvey .col-md-12 {
  margin: 0 0 20px 0;
}

.ProductSurvey.BrandSurvey {
  background: #eeeeee3b;
  padding: 18px 0 70px;
}
.ProductSurvey.BrandSurvey .SurveyItem img {
  width: 80px;
  margin: 0 calc(50% - 40px);
}
#UserReferPopup .CTA_G a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin: auto;
    padding: 12px 16px 12px 60px;
    position: relative;
    text-decoration: none;
    background: var(--uwin_one);
    border-radius: 6px;
    margin-top: 20px;
}.UserReferText ul li {
    padding: 5px 0;
}
.box_step h2 span {
    color: #9855f7;
    font-weight: 700;
}.HeroSlider.ClubPemina ul {
    float: right;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
    line-height: 2;
    list-style: none;
}.HeroSlider .ImageBox .ImagePlace.image-club {
    float: left;
    width: 100%;
    height: 412px;
    background-size: cover;
    background-position: 0 1%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    position: relative;
    overflow: hidden;
}