@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');

@font-face {
	font-family: 'Gotham';
	src: url('/fonts/Gotham-Book.eot');
	src: url('/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Gotham-Book.woff2') format('woff2'),
		url('/fonts/Gotham-Book.woff') format('woff'),
		url('/fonts/Gotham-Book.ttf') format('truetype'),
		url('/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('/fonts/Gotham-Medium.eot');
	src: url('/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Gotham-Medium.woff2') format('woff2'),
		url('/fonts/Gotham-Medium.woff') format('woff'),
		url('/fonts/Gotham-Medium.ttf') format('truetype'),
		url('/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('/fonts/Gotham-Bold.eot');
	src: url('/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Gotham-Bold.woff2') format('woff2'),
		url('/fonts/Gotham-Bold.woff') format('woff'),
		url('/fonts/Gotham-Bold.ttf') format('truetype'),
		url('/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('/fonts/Gotham-BoldItalic.eot');
	src: url('/fonts/Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Gotham-BoldItalic.woff2') format('woff2'),
		url('/fonts/Gotham-BoldItalic.woff') format('woff'),
		url('/fonts/Gotham-BoldItalic.ttf') format('truetype'),
		url('/fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
	font-weight: 700;
	font-stretch: normal;
	font-style: italic;
}

@font-face {
	font-family: 'GESSTwo';
	src: url('/fonts/GESSTwoMedium-Medium.eot');
	src: url('/fonts/GESSTwoMedium-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GESSTwoMedium-Medium.woff2') format('woff2'),
		url('/fonts/GESSTwoMedium-Medium.woff') format('woff'),
		url('/fonts/GESSTwoMedium-Medium.ttf') format('truetype'),
		url('/fonts/GESSTwoMedium-Medium.svg#GESSTwoMedium-Medium') format('svg');
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GESSTwo';
	src: url('/fonts/GESSTwoBold-Bold.eot');
	src: url('/fonts/GESSTwoBold-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GESSTwoBold-Bold.woff2') format('woff2'),
		url('/fonts/GESSTwoBold-Bold.woff') format('woff'),
		url('/fonts/GESSTwoBold-Bold.ttf') format('truetype'),
		url('/fonts/GESSTwoBold-Bold#GESSTwoBold-Bold') format('svg');
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
}


body{
  margin: 0;
  padding: 0;
  color: #fff;

  font-family: 'Gotham', 'GESSTwo';
  font-weight: 400;

  background: linear-gradient(to bottom, rgb(209, 215, 220), rgb(242, 246, 248));
}

.game-main-wrap {
  min-height: 100vh;
}

.game-main-wrap .game-main-container{
  position: relative;
  z-index: 5;
}

.ar{
  direction: rtl;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a, button, input{
  outline: none !important;
}

.booth-game .booth-game-cont{
  /* max-width: 1024px; */
  margin: 0 auto;
}

.results-section .game-done .end-res-msg,
.quiz-section,
.quiz-section .question-container,
.results-section,
.promoter-form-sucess-section,
.game-form-container .gameform .field-col .err{
  display: none;
}

header.bgame-header .header-blks {
  display: flex;
  align-items: center;
  gap: 20px;
}

header.bgame-header .header-blks.logo{
  width: 50%;
  max-width: 400px;
}

header.bgame-header .header-blk.logo .glogo img {
  width: 100%;
  height: auto;
  display: block;
}

header.bgame-header .header-blk.lang,
header.bgame-header .header-blk.city{
  flex: 1;
}

header.bgame-header .header-blk.lang{
  text-align: left;
}

header.bgame-header .header-blk.city{
  text-align: right;
}

.bgame-header .bgame-header-wrap {
  padding: 20px 0;
  position: relative;
  background-color: #2147ab;
}

.bgame-header .bgame-header-wrap .bgame-header-cont{
  padding: 0 20px;
}

.booth-game .game-body{
  text-align: center;
  position: relative;
  z-index: 1;
}


.booth-game .game-body .game-sec{
  padding: 10vh 20px 200px;
  position: relative;
  min-height: calc(100vh - 103px);
}

.booth-game .game-body .game-sec .game-sec-wrap{
  position: relative;
  z-index: 3;
}

.quiz-section-header .quiz-header-elems {
  display: flex;
}

.quiz-section-header .quiz-header-elems .quiz-header-elem{
  flex: 1;
  gap: 20px;
}

.quiz-section-header .quiz-header-elems .quiz-header-elem.timer{
  text-align: left;
}

.quiz-section-header .quiz-header-elems .quiz-header-elem.score{
  text-align: right;
}

.quiz-section-header .quiz-header-wrap {
  padding: 0 0 20px;
}

.question-count .question-count-wrap{
  padding: 0 20px 20px;
}

.quiz-section-header .quiz-header-elems .quiz-header-elem.score .quiz-header-elem-wrap .quiz-header-box {
  position: relative;
}

.quiz-section-header .quiz-header-elems .quiz-header-elem.score .plus5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}

.quiz-section-header .quiz-header-elems .quiz-header-elem.score .plus5.animate{
  animation-name: pscale;
  animation-duration: 800ms;
}

@keyframes pscale {
  0%   {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  50%  {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  85%  {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
}

.quiz-section-header .quiz-header-elems .quiz-header-elem.score .plus5 .plus5-wrap{
  font-size: 70px;
  font-weight: 700;
  color: #35F654;
}

.question-container .question-cont .question-txt {
  font-size: 22px;
  padding: 0 0 30px;
  letter-spacing: 1px;
}

.ar .question-container .question-cont .question-txt{
  letter-spacing: 0;
}

.question-container .answers-list .answer-opt {
  padding: 0 0 20px;
}

.question-container .answers-list .answer-opt .answer-opt-cta {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: rgba(3,14,255, 0.7);
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: all 300ms ease;
}

.question-container .answers-list{
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding: 30px 0 0;
}

.question-container{
  position: relative;
}

.question-container .questions-block-click{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}

.question-container .answers-list .answer-opt.correct .answer-opt-cta{
  background-color: #35F654;
}

.question-container .answers-list .answer-opt.wrong .answer-opt-cta{
  background-color: #F80909;
}

.question-container .answers-list .answer-opt .answer-opt-cont{
  padding: 0 60px;
}

.question-container .answers-list .answer-opt .answer-opt-cta:before,
.question-container .answers-list .answer-opt .answer-opt-cta:after{
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;

  transition: all 300ms ease;
}

.question-container .answers-list .answer-opt .answer-opt-cta:before{
  background-image: url(/img/correct.svg);
}

.question-container .answers-list .answer-opt .answer-opt-cta:after{
  background-image: url(/img/wrong.svg);
}

.question-container .answers-list .answer-opt.correct .answer-opt-cta:before{
  opacity: 1;
}

.question-container .answers-list .answer-opt.wrong .answer-opt-cta:after{
  opacity: 1;
}

.questions-list-container .questions-list-container-wrap {
  position: relative;
  padding: 0 0 50px;
}

.questions-list-container .questions-list-container-wrap .res-appear{
  position: absolute;
  top: 8px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  opacity: 0;
  font-stretch: condensed;
  letter-spacing: 1px;

  transition: all 300ms ease-in;
}

.ar .questions-list-container .questions-list-container-wrap .res-appear{
  font-stretch: unset;
  letter-spacing: 0;
}

.questions-list-container .questions-list-container-wrap .res-appear.animate{
  top: 0;
  opacity: 1;
}

.questions-list-container .questions-list-container-wrap .res-appear.correct{
  color: #35F654;
}

.questions-list-container .questions-list-container-wrap .res-appear.wrong{
  color: #F80909;
}

.ar .question-container .answers-list .answer-opt .answer-opt-cta::before,
.ar .question-container .answers-list .answer-opt .answer-opt-cta::after{
  right: -60px;
  left: auto;
}

.ar .question-container .answers-list .answer-opt .answer-opt-cta{
  text-align: right;
}

.ar .quiz-section-header .quiz-header-elems .quiz-header-elem.timer {
  text-align: right;
}

.ar .quiz-section-header .quiz-header-elems .quiz-header-elem.score {
  text-align: left;
}

.ar header.bgame-header .header-blk.lang {
  text-align: right;
}

.ar header.bgame-header .header-blk.city {
  text-align: left;
}

.game-main-wrap .game-pattern{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(/img/pattern3.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 120% auto;
}

.game-main-wrap .pp-logo{
  width: auto;
  height: 150px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: none;
}

.game-main-wrap .pp-logo img{
  width: auto;
  height: 100%;
  display: block;
}

.game-form-container .game-form-wrap .form-inner {
  background-color: #2949B4;
  max-width: 540px;
  margin: 0 auto;
  padding: 40px;
}

.gameform .field-row .field-wrap .field-col{
  position: relative;
  padding: 0 0 25px;
}

.gameform .field-row .field-wrap input{
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 0 10px;
}

.gameform .field-row .field-wrap.half{
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.gameform .field-row .field-wrap.half .field-col{
  flex: 1;
}

.gameform .field-row label{
  text-align: left;
  padding: 0 0 5px;
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
}

.ar .gameform .field-row label{
  letter-spacing: 0;
}

.form-submit-btn{
  background-color: #13A5DD;
  color: #fff;
  width: 100%;
  padding: 15px;
  display: block;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
}

header.bgame-header .header-blk.city .header-blk-wrap span {
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto, tahoma;
  font-size: 16px;
}

header.bgame-header .header-blk.city .header-blk-wrap span.loc-icn{
  padding: 0 5px 0 0;
}

.ar header.bgame-header .header-blk.city .header-blk-wrap span.loc-icn{
  padding: 0 0 0 5px;
}

header.bgame-header .header-blk.lang a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-family: Roboto, tahoma;
  font-size: 16px;
}

header.bgame-header .header-blk.city,
header.bgame-header .header-blk.lang{
  opacity: 0.7;
}

.slogan-txt.blue,
.ginto-txt.blue,
.lang-sel-lbl.blue{
  color: #2949B4;
}

.ginto-txt.lightblue,
.slogan-txt.lightblue{
  color: #13A5DD
}

.gcta {
  background-color: #13A5DD;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  height: 48px;
  color: #fff;
  text-decoration: none;
  line-height: 48px;
  font-weight: 700;
}

.game-landing .lang-sel-ctas .gcta-wrap {
  padding: 0 6px 15px;
  display: inline-block;
  width: 175px;
}

.game-landing .game-intro {
  padding: 0 0 60px;
  max-width: 768px;
  margin: 0 auto;
}

.ginto-txt {
  font-size: 21px;
  line-height: 30px;
  padding: 0 0 10px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.ginto-txt i{
  font-weight: 500;
}

.ginto-txt.ar {
  font-size: 20px;
  font-stretch: unset;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  padding: 15px 0 0;
}

.ginto-txt.ar strong{
  font-weight: 700;
}

.quiz-header-box {
  background-color: rgba(3,14,255, 0.7);
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  align-items: center;
}

.quiz-header-box .quiz-header-box-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.gameform #gamesel {
  background-color: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
  border-bottom: 1px dotted #fff;
  color: #189EFF;
  font-size: 24px;
  padding: 5px 15px 5px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  font-family: Roboto, tahoma;

  background-image: url(/img/caret.png);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: right center;
}

.ar .gameform #gamesel{
  padding: 5px 0 5px 15px;
  background-position: left center;
}

.gameform #gamesel option{
  font-size: 20px;
  padding: 10px;
}

.gameform .field-row .field-wrap .field-col.gamesel {
  padding: 0 0 30px;
}

.game-landing .lang-selection .lang-sel-lbl {
  font-size: 18px;
  padding: 0 0 10px;
  line-height: 20px;
  font-weight: 700;
}

.game-landing .lang-selection .lang-sel-lbl.ar{
  font-weight: 500;
}

.game-landing .lang-selection .lang-sel-lbls{
  padding: 0 0 20px;
}

.game-landing .game-slogan .slogan-txt,
.game-form-section .gform-intro .gform-intro-title  {
  font-size: 30px;
  line-height: 36px;
  padding: 0 0 10px;
  font-weight: 700;
}

.game-form-section .gform-intro .gform-intro-title{
  font-stretch: expanded;
}

.game-landing .game-slogan .slogan-txt.ar{
  font-size: 40px;
  line-height: 50px;
  padding-top: 20px;
}

.game-landing .game-slogan{
  padding: 0 0 40px;
}

.gameform .field-row .field-wrap .field-col .err{
  font-family: Roboto, tahoma;
  font-size: 12px;
  color: orange;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
  text-align: left;
}

.gameform .field-row .field-wrap .field-col.gamesel .err{
  bottom: 13px;
  text-align: center;
}

.game-form-section .gform-intro .gform-intro-text{
  font-family: Roboto, tahoma;
  font-size: 18px;
  max-width: 540px;
  margin: 0 auto;
  padding: 15px 0;
}

.gform-intro .gform-cta-txt{
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  padding: 0 0 30px;
  letter-spacing: 1px;
  color: #0047B4;
}

.ar .gform-intro .gform-cta-txt{
  letter-spacing: 0;
}

.gameform .field-row label span {
  display: inline-block;
  font-family: Roboto, tahoma;
  font-size: 14px;
  vertical-align: middle;
}

.quiz-header-box .quiz-header-box-wrap .quiz-header-box-cont {
  padding: 10px;
}

.quiz-header-box .quiz-header-box-wrap .quiz-header-box-cont .box-lbl {
  font-family: Roboto, tahoma;
  font-size: 12px;
}

.question-count .qcount-lbl {
  font-size: 12px;
  letter-spacing: 1px;
}

.ar .question-count .qcount-lbl{
  letter-spacing: 0;
}

.question-count .qcount{
  font-size: 0;
  line-height: 40px;
}


.quiz-header-box .quiz-header-box-wrap .quiz-header-box-cont .box-val{
  font-family: Roboto;
  font-weight: 900;
}

.quiz-header-box .quiz-header-box-wrap .quiz-header-box-cont .box-val,
.question-count .qcount span{
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  
}

.question-count .qcount span{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 5px;
}

.results-section .results-section-wrap .game-done,
.pform-success-wrap .pform-success-cont .psuccess-msg {
  background-color: #030EFF;
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 40px;
}

.game-done .game-done-title {
  font-size: 20px;
  letter-spacing: 1px;
  padding: 0 0 50px;
}

.ar .game-done .game-done-title{
  letter-spacing: 0;
}

.game-done .your-score-lbl {
  font-size: 19px;
  letter-spacing: 1px;
  padding: 0 0 10px;
}

.ar .game-done .your-score-lbl{
  letter-spacing: 0;
}

.game-done .pts-lbl{
  font-size: 16px;
  letter-spacing: 1px;
}

.ar .game-done .pts-lbl{
  letter-spacing: 0;
}

.game-done .yscore-val{
  font-size: 0;
}

.game-done .yscore-val span {
  font-size: 80px;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Gotham';
  letter-spacing: -2px;
}

.ar .game-done .yscore-val span{
  letter-spacing: 0;
}

.reset-game-wrap a,
.psuccess-reset a {
  font-size: 26px;
  letter-spacing: 2px;
  color: #E83824;
  text-decoration: none;
  display: inline-block;
}

.ar .reset-game-wrap a,
.ar .psuccess-reset a{
  letter-spacing: 0;
}

.reset-game-wrap,
.psuccess-reset {
  padding: 40px 0 0;
}

.end-res-msg {
  padding: 50px 0 0;
  font-stretch: condensed;
}

.end-res-msg .erm-title {
  font-size: 32px;
  letter-spacing: 1px;
}

.ar .end-res-msg .erm-title{
  letter-spacing: 0;
}

.end-res-msg .erm-txt {
  font-size: 22px;
  letter-spacing: 1px;
  padding: 5px 0 0;
}

.ar .end-res-msg .erm-txt{
  letter-spacing: 0;
}

.pform-success-wrap .pform-success-cont .psuccess-msg{
  font-size: 32px;
  font-stretch: condensed;
}

.ar .gameform .field-row label{
  text-align: right;
}

.ar .questions-list-container .questions-list-container-wrap .res-appear{
  top: 0;
}

.ar .questions-list-container .questions-list-container-wrap .res-appear.animate {
  top: -23px;
}

.footer-pattern{
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  max-height: 170px;
  overflow: hidden;
}

.footer-pattern img{
  width: 100%;
  height: auto;
  display: block;
}

header.bgame-header{
  position: relative;
  z-index: 2;
}

header.bgame-header .header-bottom{
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 3px;
  transform: translateY(100%);
  text-align: right;
}

header.bgame-header .header-bottom img{
  max-width: 100%;
  display: inline-block;
}

header.bgame-header .header-blk.logo .glogo {
  max-width: 200px;
}

.field-row.submit-row{
  padding: 10px 0 0;
}

.aqua-elem{
  position: absolute;
  height: auto;
  z-index: 1;
}

.aqua-elem img{
  width: 100%;
  height: auto;
  display: block;
}

.aqua-elem.pen-up{
  width: 26%;
  top: 0;
  right: 0;
}

.aqua-elem.four{
  width: 45%;
  bottom: 0;
  left: 0;
}

.game-form-section.game-sec{
  background-image: url(/img/form-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.draw-area{
  width: 90%;
  height: 0;
  padding: 0 0 90%;
  position: relative;
  margin: 0 auto;
}

.draw-area #drawr-container{
  position: absolute;
  border:1px solid #B7B7B7;
}

.draw-area #drawr-container canvas.sfx-canvas {
  top: 0 !important;
  left: 0 !important;
}

.drawr-toolbox.drawr-toolbox-brush {
  font-family: 'Gotham', 'GESSTwo' !important;
}

.save-drawing-wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0 0;
}

.save-drawing-wrapper .save-drawing {
  background-color: #13A5DD;
  color: #fff;
  width: 100%;
  padding: 10px 15px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.draw-area .drawr-toolbox .drawr-tool-btn{
  color: #2949B4 !important;
  border: 1px solid #B7B7B7 !important;
  background-color: #FFFFFF !important;
  padding: 6px !important;
}

.draw-area .drawr-toolbox .drawr-tool-btn.active{
  color: #FFFFFF !important;
  background-color: #13A5DD !important;
}

.draw-area .drawr-toolbox{
  background: #B7B7B7 !important;
  box-shadow: none !important;
}

/* .draw-area .drawr-toolbox > div{
  display: none !important;
} */

.draw-again-wrap{
  padding: 30px 0 0;
  text-align: center;
}

.draw-again-wrap .draw-again{
  background-color: #0047B4;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}

.trees-blocks{
  display: flex;
  gap: 15px;
}

.trees-blocks .tree-blk{
  flex: 1;
}

.trees-blocks .tree-blk .tree-title{
  background-color: #0047B4;
  color: #fff;
  width: 100%;
  padding: 15px;
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.trees-blocks .tree-blk.user-tree .tree-title{
  background-color: #13A5DD;
}

.trees-blocks .tree-blk .tree-img{
  padding: 10px 0;
  background-color: #fff;
  width: 100%;
}

.trees-blocks .tree-blk .tree-img img{
  width: 100%;
  height: auto;
  display: block;
}

.aqua-elem.pen-down {
  bottom: 0;
  right: 0;
  width: 45%;
}

.game-landing .game-slogan .slogan-txt {
  text-transform: uppercase;
}

.game-landing .game-slogan .slogan-txt.ar span{
  display: inline-block;
  position: relative;
  padding: 0 50px;
}

.game-landing .game-slogan .slogan-txt.ar span:before,
.game-landing .game-slogan .slogan-txt.ar span:after{
  width: 40px;
  height: 2px;
  top: 50%;
  margin: 2px 0 0;
  content: "";
  position: absolute;
  background-color: #13A5DD;
}

.game-landing .game-slogan .slogan-txt.ar span:before{
  left: 0;
}

.game-landing .game-slogan .slogan-txt.ar span:after{
  right: 0;
}

.game-landing .lang-sel-ctas .gcta-wrap .gcta.en{
  background-color: #2949B4;
}

.lang-sel-blks {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 740px;
  margin: 0 auto;
}

.lang-sel-blks .icon-blk{
  max-width: 160px;
}

.lang-sel-blks .lang-sel-blk{
  flex: 1;
}

.lang-sel-blks .icon-blk img{
  width: 100%;
  height: auto;
  display: block;
}

.game-into-blks {
  display: flex;
  gap: 60px;
  max-width: 580px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.game-into-blks .game-intro-blk{
  flex: 1;
}

.game-intro-blk .game-intro-blk-title {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 85px;
}

.game-intro-blk .game-intro-blk-title span{
  display: inline-block;
  vertical-align: middle;
}

.game-intro-blk .game-intro-blk-title span.icn{
  max-width: 64px;
}

.game-intro-blk .game-intro-blk-title span.icn svg{
  width: 100%;
  height: auto;
  display: block;
}

.game-intro-blk-title span.txt{
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  flex: 1;
}

.game-intro-blk.en .game-intro-blk-title span.txt{
  text-align: left;
  color: #2949B4;
}

.game-intro-blk.ar .game-intro-blk-title span.txt{
  text-align: right;
  color: #13A5DD;
  font-size: 32px;
  line-height: 38px;
}

.game-intro-blk .game-intro-blk-txt{
  padding: 20px 0 0;
  color: #868484;
  font-size: 19px;
  font-weight: 500;
}

.game-intro-blk.en .game-intro-blk-txt{
  text-align: left;
}

.game-intro-blk.ar .game-intro-blk-txt{
  text-align: right;
  line-height: 28px;
}

.ar .draw-again-wrap .draw-again{
  font-style: normal;
  text-decoration: none;
}