@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

body {
  background-color: #f8f8f8;
  font-family: "Inter";
  margin: 0;
  padding: 0;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

header {
  background-image: url(../img/header.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.header__content_1 {
  justify-content: space-between;
  align-items: center;
}

.header__content_1,
.header__content_2 {
  margin: auto;
  display: flex;
  flex-direction: row;
  max-width: 1140px;
  justify-content: center;
}

.header__content_2 {
  margin: auto;
  max-width: 1140px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
}

.header__content_2 > img:nth-child(1) {
  width: 450px;
  height: 264px;
}

.header__content_2 > img:nth-child(2) {
  width: 380px;
  height: 128px;
}

#button__language {
  display: inline-block;
  padding: 5px 15px;
  cursor: pointer;
  border: 1px solid #f8951a;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: bold;
  color: #f8951a;
  border-radius: 30px;
}

#button__language:hover {
  background-color: #f8951a;
  color: #333;
}

.menu-collapse .u-nav-link svg {
  min-width: 1em;
  width: auto;
  height: 1em;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

.u-svg-link {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.menu-collapse .u-nav-link {
  text-decoration: none !important;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: calc(1em + 8px);
}

.u-nav-link {
  display: block;
  white-space: nowrap;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline-width: 0;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
}

.u-text-white .u-svg-link,
.u-text-hover-white:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-white .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-white .u-svg-link,
.u-text-hover-white:focus .u-svg-link {
  fill: #fff;
}

.menu-collapse .u-nav-link svg + svg {
  position: absolute;
  min-width: auto;
  width: 0;
  height: 0;
  overflow: hidden;
}

.main_content_1 {
  text-align: center;
  padding-top: 10px;
}

.pin .title_pin {
  display: block;
}

.pin .title_msisdn {
  display: none;
}

.main_content_1 .title h1 {
  text-align: center;
  margin: 0 auto 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  background: linear-gradient(270deg, #eea02a 0%, #d4401a 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}

.main_content_1 .price {
  text-align: center;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  color: #6d6d6d;
}

.main_content_1 .footer_content {
  max-width: 81%;
}

.main_content_1 p {
  color: #6c6c6c;
  font-family: "Inter";
  font-weight: 300;
  font-size: 13px;
  line-height: 130%;
  text-align: center;
}

#text-footer-top > a {
  color: #6d6d6d !important;
}

.main_content_1 a {
  color: #2da6db;
}

.main_content_1 .list li a {
  color: #6d6d6d;
}

.main_content_1 .text_bottom {
  margin: 0 auto;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 1px;
  text-align: center !important;
  color: #6d6d6d;
}

.success .text_bottom {
  display: none;
}

.salt .text_bottom {
  display: block;
}

.sunrise .text_bottom {
  display: block;
}

.orange .text_bottom {
  display: block;
}

.swisscom .text_bottom {
  display: block;
}

.extend {
  font-family: "Exo";
  font-size: 12px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 1px;
  text-align: center !important;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: 0 auto;
}

.main_content_1 span {
  color: #6d6d6d;
}

.success .main_content_1 span {
  color: #1a1a1a;
}

.main_content_2 {
  background: url(../img/background__2.webp) no-repeat;
  text-align: center;
  background-position-x: center;
  width: 100%;
  padding: 120px 0;
  background-size: cover;
}

.card {
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: calc(100% - 20px);
}

.card p {
  margin: 15px;
}

.card_1,
.card_2,
.card_3,
.card_4,
.card_5,
.card_6,
.card_7 {
  flex-direction: column !important;
  justify-content: center !important;
  width: 380px;
  display: flex;
  background-size: contain;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.main_content_3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 65px auto;
}

.main_content_3 .title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  color: #1a1a1a;
}

.main_content_3 .text {
  max-width: 665px;
}

.main_content_3 .line {
  width: 130px;
  height: 6px;
  gap: 0px;
  background: linear-gradient(270deg, #ffb038 0%, #ff7c02 100%);
}

.main_content_3 .image img {
  max-width: 100%;
}

.main_content_4 {
  background: url(../img/content_4_back.webp) no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  height: 502px;
}

.main_content_4 .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

.main_content_4 .text_bold {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 28px;
  color: #f9972d;
}

.main_content_5 {
  align-self: stretch;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  gap: 90px;
  color: #6d6d6d;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  padding: 30px 0;
  width: calc(100% - 20px);
}

.ar .main_content_5 {
  justify-content: center;
}

.main_content_5 > * {
  align-self: center;
}

.main_content_5 .logo img {
  width: 142px;
  height: 32px;
}

.main_content_5 {
  text-align: left;
  background-position-x: center;
  width: 100%;
  background-size: cover;
}

.main_content_5_title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.content-wrapper {
  padding: 179px 0 177px;
}

.content-wrapper > * {
  margin: 0;
}

.intro-text,
.outro-text {
  color: #fff;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.highlight-number {
  background: linear-gradient(270deg, #ffb038 0%, #ff7c02 100%);
  -background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 3px;
}

#text {
  margin: 25px 0;
  max-width: 628px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #6d6d6d;
}

.footer_content_1 {
  margin: 38px auto 18px;
  display: flex;
  gap: 113px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.footer_content_1 img {
  width: 147px;
  height: 49px;
}

.sc {
  font-family: "Exo";
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #6d6d6d;
}

#em_country_code {
  display: none;
  width: 90px;
  outline: 0;
  border-radius: 10px;
  font-size: 18px;
  pointer-events: none;
  padding-left: 40px;
  box-sizing: border-box;
  color: #3b3c3f;
  background: url(../img/phone_icon.webp) 10px center no-repeat #fff;
  border: 1px solid #808080;
}

.pin #content__normal {
  display: none;
}

.cla_title,
.header_title {
  font-family: "Exo 2", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #6d6d6d;
  margin: 0 auto 10px;
}

.header_title {
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
}

/*#tel-div {*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    align-content: center;*/
/*    justify-content: center;*/
/*    gap: 7px;*/
/*}*/

.div-msisdn::after {
  content: "";
  background: url(../img/phone.webp) center center no-repeat;
  background-size: cover;
  width: 17px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.div-msisdn {
  display: block;
  position: relative;
  background: #ffae25;
  border-radius: 45px;
  border: 2px solid #ffae25;
}

.input_msisdn::after,
#pincode-div::after {
  content: "";
  background: url(../img/arrows.webp) center center no-repeat;
  background-size: cover;
  width: 17px;
  height: 14px;
  position: absolute;
  left: 65px;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: 2s slideArrow ease-in infinite;
}

.input_msisdn,
#pincode-div {
  height: 54px;
  max-width: 320px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.input_msisdn::before,
#pincode-div::before {
  content: "";
  width: 56px;
  height: 52px;
  background: url(../img/icon.png) center center no-repeat;
  position: absolute;
  left: 1px;
  z-index: 1;
  top: 1px;
  border-radius: 10px 0 0 10px;
}

#pincode-div::before {
  background: url(../img/pin_icon.png) center center no-repeat;
}

.input_msisdn.active::before {
  background: url(../img/icon_active.png) center center no-repeat;
}

.error .input_msisdn::before {
  background: url(../img/icon_error.png) center center no-repeat;
}

#pincode-div.active::before {
  background: url(../img/pin_icon_active.png) center center no-repeat;
}

.error #pincode-div::before {
  background: url(../img/pin_icon_error.png) center center no-repeat;
}

#em_input_number,
#em_pin_code {
  font-family: "Exo 2", sans-serif;
  color: #606060;
  font-size: 16px;
  line-height: 19.36px;
  font-weight: 400;
  outline: none;
  box-sizing: border-box;
  background-color: #ffffff;
  padding-top: 2px;
  padding-left: 102px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  width: 100%;
  height: 100%;
}

#em_input_number::placeholder,
#em_pin_code::placeholder {
  font-family: "Exo", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  text-align: left;
  color: #6d6d6d;
}

#error_Msisdn,
#header__images__mobile,
#image__banner__mobile {
  display: none;
}

.cusButton {
  background: #dbdbdb;
  max-width: 320px;
  width: 100%;
  height: 57px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  justify-content: center;
  border: none;
  cursor: not-allowed;
  margin: 6px auto;
  box-sizing: border-box;
  outline: none;
  font-family: "Exo 2", sans-serif;
}

.clicking.cusButton {
  color: #454545;
}

.cusButton.active {
  cursor: pointer;
}

.input_msisdn.active::after,
#pincode-div.active::after {
  background: url(../img/arrows__active.webp) center center no-repeat;
  animation: none;
  transform: translateX(5px);
}

.active .div-msisdn {
  border-color: #60d637;
  background: #60d637;
  color: #60d637;
}

.active #em_input_number,
.active #em_pin_code {
  color: #60d637;
  border-color: #60d637;
}

.active.cusButton {
  background: linear-gradient(180deg, #60d637 23.68%, #43b126 127.19%);
  animation: 2s ease-in-out infinite heartbeat;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #2cda94;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: auto auto;
  box-shadow: inset 0px 0px 0px #2cda94;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.error .cusButton {
  background: #afafaf;
  animation: none;
}

.cusButton.nonAnimation {
  background: #afafaf;
  animation: none;
}

.error #em_input_number,
.error #em_pin_code {
  color: #ff0000;
  border: 1px solid #ff0000;
}

.error .div-msisdn {
  background: #ff0000;
  border: 2px solid #ff0000;
}

#error_Msisdn,
#error_Pin {
  display: block;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  color: #ff0000;
  margin-top: 10px;
}

/* .input_msisdn.error::after, #pincode-div.error::after {
    animation: none;
    background: url(../img/arrows__error.webp) center center no-repeat;
    transform: translateX(5px);
} */

.error .input_msisdn::after,
.error #pincode-div::after {
  animation: none;
  background: url(../img/arrows__error.webp) center center no-repeat;
  transform: translateX(5px);
}

#exit_div {
  padding: 5px 0;
}

#exit {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: underline;
  color: #6c6c6c;
}

#success__img {
  padding-top: 40px;
}

#success__text1 {
  padding-bottom: 140px;
}

.ar .outro-text,
.ar .intro-text {
  direction: rtl;
}

.ar .cla_title,
.ar #instruct,
.ar .footer {
  direction: rtl;
}

.success #price-info,
.success #content__large_pin,
.success #content__large {
  display: none;
}

/*c2s*/
.content__normal {
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  margin: 0 30px 15px;
}

.content__normal_2 {
  margin: 0px 30px 10px;
}

.wrap-cla {
  background: #FFFFFF;
  max-width: 392px;
  width: calc(100% - 20px);
  padding: 20px 80px;
  gap: 10px;
  border-radius: 5px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 #797C8D26;
  box-sizing: border-box;
}

.wrap-cla .text {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  text-align: center;
  color: #1A1A1A;
}

.wrap-cla .kw, .wrap-cla .stat, .wrap-cla .sc {
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  animation: changeColor 2s linear infinite;
}

@keyframes changeColor {
  0% {
    color: #F33C0E;
  }
  50% {
    color: #FFA600;
  }
  100% {
    color: #F33C0E;
  }
}

.wrap-cla .p-cla {
  animation: borderColor 2s linear infinite;
  padding: 14px 30px;
  margin: 14px auto;
}

@keyframes borderColor {
  0% {
    border: 3px solid #F33C0E;
  }
  50% {
    border: 3px solid #FFA600;
  }
  100% {
    border: 3px solid #F33C0E;
  }
}

.wrap-cla .to {
  display: block;
}

.main_content_1 .price {
  margin: 20px auto;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgb(255, 174, 37, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgb(255, 174, 37, 0);
  }
}


.input_button {
  background: #FFAE25;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 rgb(255, 174, 37, 0.5);
}


@media screen and (max-width: 1150px) {
  .header__content_1 {
    margin: 0 20px;
  }

  .main_content_3 {
    margin: 65px 10px;
  }
}

@media screen and (max-width: 1030px) {
  .header__content_2 {
    justify-content: center;
  }

  .header__content_2 > img:nth-child(1) {
    max-width: 393px;
    width: 100%;
    height: auto;
  }
  .header__content_2 > img:nth-child(2) {
    max-width: 380px;
    width: 100%;
    height: auto;
  }
  .main_content_3 {
    flex-direction: column;
    margin: 30px 20px;
  }
  .main_content_3 .line {
    margin: 0 auto;
  }
  .main_content_3 .title {
    margin: 0 auto 20px;
    text-align: center;
  }
  .main_content_3 .text {
    max-width: 984px;
    width: 100%;
  }
  #text {
    max-width: 984px;
    margin: 25px auto 10px;
    text-align: center;
    line-height: 100%;
  }
  .main_content_4 {
    height: 246px;
  }
  .main_content_5 {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    width: 90%;
  }
  .footer {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .header__content_2 {
    justify-content: center;
  }
  .header__content_2 > img:nth-child(1) {
    max-width: 384px;
    width: 100%;
    height: auto;
  }
  .header__content_2 > img:nth-child(2) {
    max-width: 338px;
    width: 100%;
    height: auto;
  }
  .main_content_1 .title h1 {
    max-width: 728px;
  }
  .main_content_3 {
    flex-direction: column;
    margin: 30px 20px;
  }

  #text {
    text-align: center;
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
  }

  .main_content_3 .title {
    margin: 0 auto 20px;
    text-align: center;
  }

  .main_content_3 .line {
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  .header__content_2 > img:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .main_content_1 .footer_content {
    max-width: 100%;
    margin: 30px 10px;
  }

  .main_content_3 {
    flex-direction: column;
  }

  .extend {
    top: 0;
  }
  .card {
    gap: 50px;
  }

  .success .cla_h2 p {
    display: block;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    color: #1a1a1a;
    margin: 20px auto 15px;
  }

  .success_button {
    margin-top: 80px;
    max-width: 315px;
    width: calc(100% - 10px);
    height: 57px;
    border-radius: 74px;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 27.24px;
    text-align: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    margin: 10px auto 30px;
    box-sizing: border-box;
    outline: none;
    color: #fff;
    background: linear-gradient(180deg, #60d637 23.68%, #43b126 127.19%);
    animation: 2s ease-in-out infinite heartbeat;
  }

  .card_1,
  .card_2,
  .card_3 {
    width: 241.69px;
    height: 166px;
  }

  .clicking#downloadButton {
    color: #454545;
  }

  .main_content_5 {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    width: 90%;
  }

  .footer {
    text-align: center;
  }

  .footer_content__highlight__top {
    margin: 40px auto;
  }

  .main_content_2 {
    padding: 60px 0;
  }
  .main_content_4 {
    padding: 34px;
    height: unset;
  }
  .main_content_4 .text {
    font-size: 16px;
  }
  .main_content_4 .text_bold {
    font-size: 64px;
  }
}

@media screen and (max-width: 550px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block;
  }
  .main_content_1 {
    margin: 0 20px;
  }
  .main_content_1 .title h1 {
    font-size: 20px;
    line-height: 100%;
    padding-top: 0;
  }
  .header_title {
    margin: unset;
    font-size: 11px;
  }
  .header__content_2 > img:nth-child(1) {
    max-width: 258px;
    width: 100%;
    height: auto;
  }
  .main_content_1 .footer_content {
    margin-bottom: 20px;
  }

  .header__content_2 {
    flex-direction: column-reverse;
    gap: 0;
  }

  .header__content_2 .header_images {
    max-width: 279.66px;
    width: 100%;
    height: unset;
  }

  .header__content_2 .header_images_2 {
    max-width: 338.76px;
    max-height: 122px;
    width: 100%;
    height: 100%;
  }

  .header__content_2 .header_images {
    order: 1;
  }

  .main_content_3 {
    margin: 30px 20px;
  }

  .main_content_3 .title {
    margin: 0 auto 20px;
    text-align: center;
    font-family: "Barlow Condensed";
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3px;
  }

  .main_content_3 .line {
    margin: 0 auto;
  }

  #text {
    margin: 20px 0;
    text-align: center;
  }

  .header_images img,
  .header__content_2 img {
    width: 100% !important;
    height: unset !important;
  }
  .main_content_4 {
    background-position-x: center;
  }
}

@media screen and (max-width: 430px) {
  .success .cla_actions {
    margin: 30px 10px 10px;
  }

  .success .content_bottom_p {
    margin: 40px 40px 30px;
  }
}

@keyframes slideArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #2cda94;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.thankyou #success {
  display: block !important;
}

#success {
  max-width: 655px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 30px 0;
}

#success .thank-you__img {
  width: 92px;
  height: 83px;
}

.thankyou #success .thank-you__title {
  display: block !important;
  max-width: 314px;
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
  text-align: center;
  color: #3d3d3d;
  text-transform: unset;
  line-height: 21.6px;
  margin: 0 auto;
}

#success {
  margin-top: 20px;
}

.ar #success .thank-you__title {
  direction: rtl;
}

#success .thank-you__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  align-items: center;
  text-align: center;
  color: #6d6d6d;
}

#success .thank-you__text-access-gstore,
#success .thank-you__text-support {
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  align-items: center;
  text-align: center;
  color: #6d6d6d;
}

#success .thank-you__text-access-gstore a,
#success .thank-you__text-support a {
  color: #2da6db;
  text-decoration: underline;
}

.thankyou #content__large,
.thankyou #content__normal,
.thankyou #content__normal__pin,
.thankyou #exit__link,
.thankyou #price,
.thankyou #content__large_pin,
#content__large_pin {
  display: none;
}

.pin #content__large_pin {
  display: block;
}

.pin #content__large {
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  margin: 0 auto;
}

.main_content_1 .footer_content {
  max-width: 618px;
  padding: 5px 10px;
  margin: 0 auto;
}

.main_content_1 .list {
  padding-left: 25px;
}

.main_content_1 .list li {
  font-family: "Exo";
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #3b3c3f;
}

@media screen and (max-width: 390px) {
  .header_images img,
  .header__content_2 img {
    height: unset !important;
  }
  .main_content_3 {
    margin: 30px auto;
  }
  #text {
    margin: 20px;
  }
  .main_content_1 .title h1 {
    font-size: 22px;
  }
}

#price {
  font-family: "Exo";
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 1px;
  text-align: center;
  color: #6c6c6c;
}

.wrap {
  background: #f8f8f8;
}

#error_Msisdn,
#error_Pin {
  display: none;
}

.error #error_Msisdn,
.error #error_Pin {
  display: block;
}

#error_Pin {
  display: none;
}

.resend-pin-text {
  margin: 0 auto 5px;
  text-align: center !important;
  font-family: " Exo 2", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 14.4px !important;
}

.resend-pin-button {
  padding: 6px 32px;
  outline: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  background: #ffae25;
  border-radius: 15px;
}

.resend-pin-button.disabled {
  background: #6d6d6d;
  cursor: not-allowed;
}

.disclaimer {
  max-width: 1140px;
  margin: 0 auto;
  width: calc(100% - 20px);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 20px;
  color: #3b3c3f;
}

.ar .disclaimer {
  max-width: 635px;
  text-align: right;
}

#thankYou__page__header {
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  padding: 15px 0;
}
#success {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
  color: #6c6c6c;
}

#thankYou__page__text3 {
  padding: 15px 0;
}

.success #price {
  display: none;
}
