@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

body {
  background-color: #f8f8f8;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}
#subscription_info {
  display: none;
  margin-bottom: 20px;
}
header {
  background-image: url(../img/header.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0 60px;
  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_1 img {
  width: 133px;
}

.header__content_2 {
  margin: auto;
  max-width: 1140px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header__content_2 img {
  width: inherit;
  height: fit-content;
}

#button__language {
  width: 30px;
  height: 21px;
  background-image: url("../img/fr.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
.menu-collapse .u-nav-link svg {
  min-width: 1em;
  width: auto;
  height: 1em;
  vertical-align: top;
}
svg:not(:root) {
  overflow: hidden;
}
.main_content_1 {
  text-align: center;
}

.main_content_1 .title h1 {
  text-align: center;
  margin: 0 auto 20px;
  padding-top: 20px;
  font-family: "Barlow Condensed";
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  background: linear-gradient(270deg, #2da6db 0%, #075dc6 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}

.main_content_1 .price {
  font-family: "Exo 2";
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #7e7e7e;
}

.main_content_1 .footer_content {
  max-width: 1080px;
  margin: 20px auto;
}

.main_content_1 p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18.2px;
  text-align: center;
  color: #6d6d6d;
}
.ar .main_content_1 p {
  direction: rtl;
}
.main_content_1 a {
  color: #2da6db;
}
.main_content_1 .list li {
  font-family: "Exo";
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #6d6d6d;
}

.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/gym.webp) no-repeat;
  text-align: center;
  background-position-x: center;
  width: 100%;
  padding: 60px 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: 1140px;
}

.card p {
  margin: 15px;
}

.card_1,
.card_2,
.card_3,
.card_4,
.card_5,
.card_6,
.card_7 {
  flex: 1 0 260px;
  max-width: 260px;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  width: 260px;
  height: 180px;
  display: flex;
  border-radius: 15px;
  background-size: contain;
  font-family: "Barlow Condensed";
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.card_1 {
  background: url(../img/card1.webp) no-repeat;
  background-size: contain;
  background-position: center;
}

.card_2 {
  background: url(../img/card2.webp) no-repeat;
  background-size: contain;
  background-position: center;
}

.card_3 {
  background: url(../img/card3.webp) no-repeat;
  background-size: contain;
  background-position: center;
}

.card_4 {
  background: url(../img/card4.webp) no-repeat;
  background-size: contain;
  background-position: center;
}

.card_5 {
  background: url(../img/card5.webp) no-repeat;
  background-size: contain;
  background-position: center;
}

.card_6 {
  background: url(../img/card6.webp) no-repeat;
  background-size: contain;
  background-position: center;
}

.card_7 {
  background: url(../img/card7.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
.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";
  font-size: 36px;
  font-weight: 700;
  line-height: 39.6px;
  text-align: left;
  color: #1a1a1a;
  text-transform: uppercase;
}
.main_content_3 .text {
  max-width: 665px;
  width: 100%;
}
.main_content_3 .line {
  width: 130px;
  height: 6px;
  gap: 0px;
  background: #075dc6;
}
.main_content_3 .image img {
  max-width: 100%;
}
.main_content_4 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
}

.main_content_4 .logo img {
  width: 120px;
  height: 34px;
}
.main_content_4 .footer_links {
  display: flex;
  row-gap: 0;
  column-gap: 40px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  color: #fff;
  max-width: 925px;
  width: 100%;
  justify-content: center;
  margin: 25px 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.main_content_4 .footer_links p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  text-align: left;
  text-decoration: none;
  color: #6d6d6d;
  max-width: 783px;
  width: 100%;
}
.main_content_5 {
  background: url(../img/fitness.webp) no-repeat;
  text-align: center;
  background-position-x: center;
  width: 100%;
  background-size: cover;
}
.main_content_5 h1 {
  font-family: "Barlow Condensed";
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 3px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 211px 0;
}
#text {
  margin: 25px 0;
  max-width: 628px;
  font-family: "Inter";
  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 {
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  color: #000;
  margin: 0 auto 5px;
}
#tel-div {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  gap: 7px;
}
.input_msisdn::after,
.input_pin::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;
}
.div-msisdn {
  display: block;
  position: relative;
  background: #ffae25;
  border-radius: 45px;
  border: 2px solid #ffae25;
}

.input_msisdn,
.input_pin {
  height: 54px;
  max-width: 340px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
#em_input_number,
#em_pin_code {
  font-family: "Inter";
  color: #6d6d6d;
  font-size: 16px;
  line-height: 19.36px;
  font-weight: 400;
  outline: none;
  height: 54px;
  max-width: 340px;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  padding-top: 2px;
  padding-left: 40px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  height: 100%;
  padding-left: 102px;
  flex: 1;
}

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

#pincode-div.active input {
  border-color: #60d637;
  color: #60d637;
}
.input_msisdn::before {
  content: "";
  width: 56px;
  height: 54px;
  background: url(../img/icon.png) center center no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  border-radius: 10px 0 0 10px;
}
.input_pin::before {
  content: "";
  width: 56px;
  height: 54px;
  background: url(../img/pin.png) center center no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  border-radius: 10px 0 0 10px;
}
.input_msisdn.active::before {
  background: url(../img/icon_active.png) center center no-repeat;
}
.input_msisdn.active::after,
.input_pin.active::after {
  background: url(../img/arrows__active.webp) center center no-repeat;
  animation: none;
  transform: translateX(5px);
}
.input_pin.active::before {
  background: url(../img/pin-active.png) center center no-repeat;
}
#error_Msisdn,
#header__images__mobile,
#image__banner__mobile,
#thankYou__page {
  display: none;
}

.cusButton {
  background: #dbdbdb;
  max-width: 340px;
  width: calc(100% - 10px);
  height: 72px;
  border-radius: 8px;
  color: #ffffff;
  justify-content: center;
  border: none;
  cursor: pointer;
  margin: 6px auto;
  box-sizing: border-box;
  font-family: "Exo 2";
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
}

.clicking.cusButton {
  color: #454545;
}

.active .div-msisdn::before {
  background: url(../img/arrows__active.webp) center center no-repeat;
  animation: none;
  transform: translateX(5px);
}

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

.active#txtCode {
  border: 1px solid #60d637;
  color: #60d637;
  background: #ffffff url(../img/pin_active.webp) no-repeat 10px center;
}
.active #em_country_code {
  background: #ffffff url(../img/mobile__phone__active.webp) no-repeat 10px
    center;
}

.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_country_code {
  border: 1px solid #ff3052;
  color: #ff3052;
  background: #ffffff url(../img/mobile__phone__error.webp) no-repeat 10px
    center;
}

.error #em_input_number {
  color: #e04343;
  border: 1px solid #e04343;
}
.error .div-msisdn {
  background: #e04343;
  border: 2px solid #e04343;
}
#error_Msisdn {
  display: block;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: center;
  color: #ff3052;
  margin-top: 10px;
}

.error .div-msisdn::before {
  animation: none;
  background: url(../img/arrows__error.webp) center center no-repeat;
  transform: translateX(5px);
}
.error_Pin {
  color: #ff3052;
  margin-top: 5px;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: center;
}
.error#pincode-div::before {
  background: url(../img/pin_error.webp) center center no-repeat !important;
  animation: none;
  transform: translateX(5px);
}
#pincode-div.error input {
  border-color: #ff3052;
}
#exit__link {
  font-family: "Exo";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 1px;
  text-align: center;
  color: #6d6d6d;
  text-decoration: none;
}

#thankYou__page__img {
  padding-top: 40px;
}

#thankYou__page__text1 {
  padding-bottom: 140px;
}
.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;
}
.wrap-cla .p-cla {
  animation: borderColor 2s linear infinite;
  padding: 14px 30px;
  margin: 14px auto;
}
.wrap-cla .to {
  display: block;
}
.input_button {
  background: #ffae25;
  -webkit-animation: heartbeat 1.5s infinite;
  animation: heartbeat 1.5s infinite;
  -moz-animation: heartbeat 1.5s infinite;
  box-shadow: 0 0 0 0 rgb(255, 174, 37, 0.5);
}
.title_mo {
  font-family: "Exo 2";
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 1150px) {
  .header__content_1 {
    margin: 0 20px;
  }
  .main_content_1 {
    margin: 0 20px;
  }
  .main_content_3 {
    margin: 65px 20px;
  }
}

@media screen and (max-width: 1030px) {
  .header__content_2 {
    justify-content: center;
  }
  .main_content_4 .logo {
    position: relative;
  }
}
@media screen and (max-width: 850px) {
  .main_content_4 {
    align-items: flex-start;
  }
  .main_content_4 .logo {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .main_content_1 .title h1 {
    max-width: 606px;
  }
  .header__content_1 img {
    margin-bottom: 49px;
  }
  #header_images_2 {
    display: none;
  }
  .header__content_2 {
    justify-content: center;
  }
  .main_content_3 {
    flex-direction: column;
    margin: 40px 24px;
  }
  #text {
    text-align: center;
  }
  .main_content_3 .title {
    margin: 0 auto 20px;
    text-align: center;
  }
  .main_content_3 .line {
    margin: 0 auto;
  }
  .main_content_4 {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .main_content_4 .footer_links {
    column-gap: 30px;
    margin: 0 20px;
  }
  .main_content_4 .footer_links p {
    margin: 0 20px;
    text-align: center;
  }
}

@media screen and (max-width: 630px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .main_content_1 .footer_content {
    max-width: 100%;
    margin: 30px 20px;
  }
  .main_content_3 {
    flex-direction: column;
  }
  .extend {
    top: 0;
  }
  .main_content_5_title {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  header {
    padding-bottom: 30px;
  }
  .header__content_1 img {
    width: 108px;
    height: 36px;
    margin-bottom: 15px;
  }
  .header__content_1 {
    justify-content: left;
  }
  .header__content_2 img {
    width: 290px;
    height: 100%;
  }
  .main_content_1 {
    margin: 0 auto;
  }
  .main_content_1 .title h1 {
    font-size: 24px;
    line-height: 100%;
  }
  .cla_main {
    margin: 0 20px;
  }
  .cusButton {
    width: 100%;
  }
  .main_content_1 .footer_content {
    margin-bottom: 20px;
  }
  .main_content_3 {
    margin: 40px 10px;
  }
  .main_content_3 .title {
    margin: 0 auto 20px;
    text-align: center;
  }
  .main_content_3 .line {
    margin: 0 auto;
  }
  .main_content_4 {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .main_content_4 .logo {
    margin-top: 25px;
  }
  .main_content_4 .logo img {
    margin-left: 0;
  }
  .main_content_4 .footer_links {
    width: 90%;
    column-gap: 20px;
    margin: 0 0 25px;
  }
  #text {
    margin: 20px 0;
    text-align: center;
  }
  .salt_cla_h2_mobile {
    margin: 20px 10px 15px !important;
  }
}
@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 #thankYou__page {
  display: block !important;
}

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

#thankYou__page .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;
}
#thankYou__page .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;
}

#thankYou__page .thank-you__text-access-gstore,
#thankYou__page .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;
}

#thankYou__page .thank-you__text-access-gstore a,
#thankYou__page .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 {
  display: none;
}
@keyframes changeBorderColor {
  0% {
    border-color: #63ed3f;
  }
  50% {
    border-color: #ffda0b;
  }
  100% {
    border-color: #63ed3f;
  }
}
@keyframes changeColor {
  0% {
    color: #63ed3f;
  }
  50% {
    color: #ffda0b;
  }
  100% {
    color: #63ed3f;
  }
}
@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;
  /* position: fixed; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  margin: 0 auto;
}
@keyframes changeColor {
  0% {
    color: #ff00dd;
  }
  50% {
    color: #1e96f9;
  }
  100% {
    color: #ff00dd;
  }
}
@keyframes borderColor {
  0% {
    border: 3px solid #ff2fac;
  }
  50% {
    border: 3px solid #1e96f9;
  }
  100% {
    border: 3px solid #ff00dd;
  }
}
