/* Font import moved to HTML head for better performance */

a {
    font-family: 'Exo';
    color: #3B3C3F;
}

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

.ar h1, .ar p, .ar .errorMSISDN {
    direction: rtl;
}

header {
    background-image: url(../images/header.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
}

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

.header__content_1 img {
    width: 145px;
    height: 41px;
}

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

.nav button {
    background: #00000066;
    width: 58px;
    height: 26px;
    border-radius: 25px;
    border: 1px solid #FF9900;
    font-family: 'Exo';
    font-size: 15px;
    font-weight: 600;
    line-height: 12.5px;
    text-align: center;
    color: #F8951A;
}

.nav button:hover {
    background: #FF9900;
    color: #000;
}

.main_content_1 {
    text-align: center;
}

.main_content_1 .title {
    background-color: #fff;
}

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

#content__large_pin {
    display: none;
}

.pin #content__large_pin {
    display: block;
    margin: 0 auto 20px;
    padding-top: 20px;
    font-family: 'Exo';
    font-size: 24px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
    color: #3D3D3D;
}

.pin .main_content_1 .title h1 {
    display: none;
}

.main_content_1 .footer_content {
    max-width: 618px;
    margin: 30px auto;
}

.main_content_1 p {
    font-family: 'Exo';
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
    color: #3B3C3F;
}

.main_content_1 #text-footer-du{
    font-weight: normal;
    text-align: center;
    max-width: 500px;
    margin: auto;
    line-height: 22.8px;
}

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

.ar .main_content_1 .list li {
    text-align: right;
    list-style-type: none;
}

.ar .main_content_1 p {
    text-align: right;
}

.main_content_1 .list li a {
    color: #3B3C3F;
}

.main_content_1 .text_bottom {
    margin: 15px auto 0;
    font-family: 'Exo';
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 1px;
    text-align: center !important;
    color: #6C6C6C;
    padding-bottom: 50px;
}

.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: #3B3C3F;
}

.main_content_2 {
    background: url(../images/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: 10px;
    background-size: contain;
    font-family: 'Barlow Condensed';
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.ar .card_1, .ar .card_2, .ar .card_3, .ar .card_4, .ar .card_5, .ar .card_6, .ar .card_7 {
    align-items: flex-end !important;
    text-align: right;
}

.card_1 {
    background: url(../images/card1.webp) no-repeat;
}

.card_2 {
    background: url(../images/card2.webp) no-repeat;
}

.card_3 {
    background: url(../images/card3.webp) no-repeat;
}

.card_4 {
    background: url(../images/card4.webp) no-repeat;
}

.card_5 {
    background: url(../images/card5.webp) no-repeat;
}

.card_6 {
    background: url(../images/card6.webp) no-repeat;
}

.card_7 {
    background: url(../images/card7.webp) no-repeat;
}

.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: #3B3C3F;
}


.cla_title {
    font-family: 'Exo';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 5px;
}


.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: 22px;
    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;
}

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

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

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

@media screen and (max-width: 630px) {
    .header__content_1 {
        margin: 0 40px;
    }
    .en .main_content_1 p {
        text-align: center;
    }
    .main_content_1 .text_bottom {
        padding-bottom: 5px;
        margin-top: 5px;
    }
    .main_content_1 .title h1 {
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .header__content_1 img {
        width: 115px;
        height: 35px;
    }
    .main_content_1 .footer_content {
        margin: 15px 10px;
    }
    .header {
        padding-top: 10px;
    }
    .extend {
        top: 0;
    }
    /* #content__large {
        display: none !important;
    } */
}

@media screen and (max-width: 550px) {
    .header__content_2 img {
        width: 80%;
        height: 100%;
    }
}

@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;
    }
}

.thank-you-page #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;
}

.thank-you-page #thankYou-page .thank-you__title {
    display: block !important;
    width: 314px;
    font-family: 'Exo', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #3D3D3D;
    text-transform: unset;
}

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

@media screen and (max-width: 380px) {
    .header__content_2 {
        display: block;
    }
    .header__content_2 img {
        width: 60%;
    }
}