/* GLOBAL */
:root {
    --cp-color-7: hsl(225.88deg 13.39% 75.1%);
    --cp-color-9: hsl(17.95deg 94.92% 53.73%);
    --cp-color-green: hsl(139.41deg 58.62% 54.51%);
    --cp-color-1: hsl(0deg 0% 100%);
}

.m-auto {
    margin: auto;
}

.notifyjs-corner {
    z-index: 99999999!important;
}

a {
    text-decoration: none;
    color: black;
}

.o-hidden {
    overflow: hidden;
}

.d-none {
    display: none!important;
}

ul {
    list-style: none;
}

input {
    outline: none;
}

.btn-login {
    margin-top: 0;
    padding: 0.2604vw 0.5208vw;
    font-size: 0.9375vw;
}

#message {
    color: white!important;
    font-size: 0.7812vw;
}

.level-name {
    font-size: 1.4583vw;
}

.level-xp {
    text-align: center;
    font-size: 1.0416vw;
    font-weight: 600;
}

.empty-message {
    margin: auto;
    font-size: 0.9375vw;
    font-weight: 600;
}

.error-password {
    font-size: 0.6771vw;
    color: red;
}

/* LOGIN MODAL CONTENT */
.first-login-item {
    width: max-content;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.8854vw;
    font-weight: 600;
}
.ios-toggle > input:active + label::before, .ios-toggle > input:checked + label::before {
    width: 60%;
    left: 20%;
    top: 30%;
    height: 40%;
    opacity: 0;
}

.ios-toggle {
    position: relative;
    display: inline-block;
    width: 2.975em;
    height: 1.75em;
    border-radius: 1.75em;
    background: var(--cp-color-7);
    vertical-align: middle;
    margin: 0 0.5rem;
}
.ios-toggle > input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    width: 100% !important;
    height: 100%;
    position: absolute !important;
}
.ios-toggle > input:checked + label {
    background: var(--cp-color-9);
}
.ios-toggle > input:checked + label::after {
    right: 0;
    left: 1.225em;
}
.ios-toggle > input:active + label::after {
    right: 0.875em;
    left: 0;
}
.ios-toggle > input:active:checked + label::after {
    right: 0;
    left: 0.875em;
}
.ios-toggle > input[disabled][disabled] + label,
.ios-toggle > input[disabled][disabled] + label::before {
    background: var(--cp-color-11);
}
.ios-toggle > input[disabled][disabled] + label::after {
    background: var(--cp-color-6);
}
.ios-toggle > input[disabled][disabled] ~ label {
    cursor: not-allowed;
}
.ios-toggle > label:not(.ios-toggle-mega-label) {
    display: block !important;
    width: 100% !important;
    height: 100%;
    border-radius: 1.75em;
    -webkit-transition: background 0.125s;
    transition: background 0.125s;
}
.ios-toggle > label:not(.ios-toggle-mega-label)::before, .ios-toggle > label:not(.ios-toggle-mega-label)::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 1.75em;
    border-radius: inherit;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.ios-toggle > label:not(.ios-toggle-mega-label)::before {
    background: var(--cp-color-green);
    width: 100%;
}
.ios-toggle > label:not(.ios-toggle-mega-label)::after {
    background: var(--cp-color-1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    right: 1.225em;
    box-shadow: 0 0px 6px 0 silver;
}
.ios-toggle.ios-toggle-ambiguous > input:checked + label {
    background: var(--cp-color-9);
}
.ios-toggle.ios-toggle-ambiguous > label::before {
    background: var(--cp-color-9);
}
.ios-toggle.ios-toggle-reverse > input:checked + label {
    background: var(--cp-color-green);
}
.ios-toggle.ios-toggle-reverse > label::before {
    background: var(--cp-color-9);
}
.ios-toggle.ios-toggle-big {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.login-modal-content.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.login-modal-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 99999999;
}

.get-started-modal-content.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.get-started-modal-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 99999999;
}


.message-modal-content.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.message-modal-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 99999999;
}

.message-modal-content .modal-content {
    width: 24.3645vw;
}

.message-modal-content .modal-content .modal-top-content {
    margin-bottom: 0;
}

.message-modal-content .modal-content .modal-body-content {
    padding-top: 0;
}

.message-description {
    font-size: 1.1458vw;
    text-align: center;
    line-height: 1;
}

.message-img {
    width: 2.6041vw;
    height: 2.6041vw;
    margin: auto;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1.7187vw 2.0833vw 2.7604vw 1.3541vw;
    width: 30.3645vw;
    display: flex;
    flex-direction: column;
    border-radius: 0.4166vw;
}

.modal-content .modal-top-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5729vw;
}

.modal-content .modal-top-content .title {
    font-weight: 600;
    font-size: 1.6666vw;
    line-height: 2.1354vw;
    color: #000000;
}

.modal-content .modal-top-content .close-button {
    width: 1.4062vw;
    height: 1.6145vw;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.modal-content .modal-top-content .close-button:hover path {
    fill: #F95C19;
}

.modal-content .modal-body-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.0416vw;
    padding-top: 0.7812vw;
}

.modal-content .modal-body-content label {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5208vw;
}

.modal-content .modal-body-content label span {
    font-size: 0.8854vw;
    font-weight: 600;
}

.modal-content .modal-body-content label input {
    font-size: 0.8854vw;
    font-weight: 600;
    color: black;
    width: 100%;
    height: 2.6041vw;
    outline: none;
    border-radius: 0.4166vw;
    border: 0.0521vw solid #F95C19;
    padding-left: 0.5208vw;
}

.modal-content .modal-body-content label textarea {
    font-size: 0.8854vw;
    font-weight: 600;
    color: black;
    width: 100%;
    height: 7.8125vw;
    outline: none;
    border-radius: 0.4166vw;
    border: 0.0521vw solid #F95C19;
    padding-left: 0.5208vw;
    resize: none;
    padding-top: 0.5208vw;
}

.modal-content .modal-body-content label input::placeholder {
    color: silver;
}

.modal-content .modal-body-content .btn-login {
    margin-left: auto;
    font-size: 1.1458vw;
}



/* FIRST BANNER */
.first-banner {
    width: 100vw;
    height: 80vh;
    padding: 1.3021vw;
}

.first-banner .wrapper-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1.5625vw;
}

.first-banner .swiper {
    width: 100%;
    height: 100%;
}

.first-banner .swiper-slide {
    text-align: center;
    font-size: 0.9375vw;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F95C19;
}

/* PRODUCT SLIDER */

.product-wrapper-content {
    width: 100%;
    height: 100%;
    padding: 50px 150px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.product-wrapper-content .info-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5208vw !important;
    text-align: center;
}

.product-wrapper-content .info-content .title {
    color: #11111D;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: sans-serif;
    position: relative;
}

.product-wrapper-content .info-content .title:before {
    width: 4.1666vw;
    position: absolute;
    content: "";
    height: 0.1041vw;
    background-color: #f95c19;
    bottom: -0.4166vw;
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
}

.product-wrapper-content .info-content .desc {
    font-family: sans-serif;
    font-size: 1.1979vw;
    font-weight: 800;
    color: #11111D;
}


.product-wrapper-content .wrapper-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-wrapper-content .swiper {
    width: 100%;
    height: 100%;
}

.pro{
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #f95c19;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    transition: 0.2s ease;
    position: relative;
}

.pro .discount-elem {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #f95c19;
    width: max-content;
    height: 40px;
    padding: 0 10px;
    border-radius: 15px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro img{
    width: 100%;
    border-radius: 20px;
}

.pro .des{
    text-align: start;
    padding: 10px 0;
}

.pro .shop-desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro .pro-bottom-content {
    width: max-content;
    gap: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro .pro-bottom-content .price-elem {
    width: max-content;
    display: flex;
    gap: 10px;
}

.pro .pro-bottom-content .old-price {
    color: red;
    font-size: 14px;
}

.pro .pro-bottom-content .new-price {
    color: green;
    font-size: 18px;
}

.pro .add-cart {
    font-size: 15px;
    font-weight: 700;
    color: #F95C19;
    width: 130px;
    height: 40px;
    background-color: #f95c1921;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.pro .des span{
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.pro .des h5 {
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 16px;
}

.pro .des h4 {
    font-size: 15px;
    font-weight: 700;
    color: #f95c19;
    width: max-content;
    margin-top: 10px;
}

/* ABOUT PAGE */

/* ---------------------------- about 1 ---------------------------- */
.about-1 {
    width: 100vw;
    height: max-content;
    padding: 150px 245px 0;
    margin-bottom: 85px;
}

.about-1 .wrapper-content {
    width: 1170px;
    margin: auto;
    height: max-content;
    display: flex;
}

.about-1 .wrapper-content .left-part {
    width: 50%;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-1 .wrapper-content .left-part .about-title {
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 700;
    color: #222132;
    width: 100%;
}

.about-1 .wrapper-content .left-part .about-desc {
    font-size: 16px;
    line-height: 1.3em;
    color: #6b7684;
    width: 100%;
}

.about-1 .wrapper-content .right-part {
    width: 50%;
    height: max-content;
    padding-left: 50px;
}

.about-1 .wrapper-content .right-part img {
    width: 100%;
    height: 100%;
}

/* ---------------------------- about 2 ---------------------------- */

.about-2 {
    width: 100vw;
    height: max-content;
    padding: 85px 245px;
}

.about-2 .wrapper-content {
    width: 1170px;
    margin: auto;
    height: max-content;
    display: flex;
    background-color: #f95c1912;
    border-radius: 34px;
    padding: 58px 50px;
}

.about-2 .wrapper-content .left-part {
    width: 50%;
}

.about-2 .wrapper-content .left-part img {
    width: 100%;
    height: 100%;
}

.about-2 .wrapper-content .right-part {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 50px;
}

.about-2 .wrapper-content .right-part .about-title {
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 700;
    color: #222132;
    width: 100%;
}

.about-2 .wrapper-content .right-part .about-desc {
    font-size: 16px;
    line-height: 1.3em;
    color: #6b7684;
    width: 100%;
}

.about-2 .wrapper-content .right-part ul {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
}

.about-2 .wrapper-content .right-part ul li {
    width: 100%;
    height: max-content;
    display: flex;
    gap: 20px;
}

.about-2 .wrapper-content .right-part ul li img {
    width: 32px;
    height: 32px;
}

.about-2 .wrapper-content .right-part ul li p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
    color: #222132;
    width: max-content;
}


/* CAREERS PAGE */
.careers-hero {
    width: 100%;
    padding: 85px 0;
}

.careers-hero .about-1 {
    padding: 0;
    margin-bottom: 0;
}

.careers-hero .wrapper-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.careers-hero .left-part {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.careers-hero .about-title {
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 700;
    color: #222132;
}

.careers-hero .about-desc {
    font-size: 16px;
    line-height: 1.6em;
    color: #6b7684;
}

.careers-hero .right-part {
    width: 50%;
}

.careers-hero .right-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefits-section {
    width: 100%;
    padding: 85px 0;
    background-color: #f95c1912;
}

.benefits-section .about-2 {
    padding: 0;
    margin-bottom: 0;
}

.benefits-section .wrapper-content {
    display: flex;
    align-items: center;
    gap: 50px;
    background-color: transparent;
    padding: 0;
}

.benefits-section .left-part {
    width: 50%;
}

.benefits-section .left-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefits-section .right-part {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
}

.benefits-section .about-title {
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 700;
    color: #222132;
}

.benefits-section .about-desc {
    font-size: 16px;
    line-height: 1.6em;
    color: #6b7684;
}

.benefits-section ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
}

.benefits-section ul li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.benefits-section ul li img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.benefits-section ul li p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
    color: #222132;
}

.schedule-section {
    width: 100%;
    padding: 85px 0;
}

.schedule-section .about-1 {
    padding: 0;
    margin-bottom: 0;
}

.schedule-section .wrapper-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.schedule-section .left-part {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.schedule-section .about-title {
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 700;
    color: #222132;
}

.schedule-section .about-desc {
    font-size: 16px;
    line-height: 1.6em;
    color: #6b7684;
}

.schedule-section .about-desc strong {
    color: #222132;
    font-weight: 700;
}

.schedule-section .right-part {
    width: 50%;
}

.schedule-section .right-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bonuses-section {
    width: 100%;
    padding: 85px 0;
    background-color: #f95c1912;
}

.bonuses-section .about-2 {
    padding: 0;
    margin-bottom: 0;
}

.bonuses-section .wrapper-content {
    display: flex;
    align-items: center;
    gap: 50px;
    background-color: transparent;
    padding: 0;
}

.bonuses-section .left-part {
    width: 50%;
}

.bonuses-section .left-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bonuses-section .right-part {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
}

.bonuses-section .about-title {
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 700;
    color: #222132;
}

.bonuses-section .about-desc {
    font-size: 16px;
    line-height: 1.6em;
    color: #6b7684;
}

.bonuses-section ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
}

.bonuses-section ul li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.bonuses-section ul li img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.bonuses-section ul li p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
    color: #222132;
}

.bonuses-section ul li p strong {
    color: #f95c19;
}

.achievement-section {
    width: 100%;
    padding: 85px 0;
}

.achievement-section .about-1 {
    padding: 0;
    margin-bottom: 0;
}

.achievement-section .wrapper-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.achievement-section .left-part {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.achievement-section .about-title {
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 700;
    color: #222132;
}

.achievement-section .about-desc {
    font-size: 16px;
    line-height: 1.6em;
    color: #6b7684;
}

.achievement-section .about-desc strong {
    color: #222132;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.achievement-section .right-part {
    width: 50%;
}

.achievement-section .right-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.application-section {
    width: 100%;
    padding: 85px 0;
    background-color: #f95c1912;
}

.application-section .section-3 {
    padding: 0;
}

.application-section .top-content {
    margin-bottom: 50px;
}

.application-section .wrapper-content {
    background-color: white;
    border-radius: 20px;
    padding: 50px;
}

.application-section .left-part {
    width: 50%;
    padding: 0;
}

.application-section .left-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.application-section .right-part {
    width: 50%;
    padding: 0 0 0 50px;
    background-color: transparent;
}

.application-section .about-title {
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 700;
    color: #222132;
}

.application-section .about-desc {
    font-size: 16px;
    line-height: 1.6em;
    color: #6b7684;
}

.application-section .form-body-content {
    padding-top: 20px;
}

/* -------------- HOME ------------- */
/* section 1 */
.section-1 {
    width: 100%;
    display: flex;
    position: relative;
    padding: 11.7187vw 0;
}

.section-1 .bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

.section-1 .left-info {
    display: flex;
    flex-direction: column;
    gap: 0.2604vw;
    padding: 4.1666vw 1.5625vw;
}

.section-1 .left-info h1 {
    font-size: 2.8645vw;
    font-weight: 400;
}

.section-1 .left-info .title-bold {
    font-weight: 800;
}

.section-1 .left-info .desc {
    max-width: 18.2291vw;
    width: 100%;
    font-weight: 400;
    font-size: 0.9895vw;
}

.section-1 .right-info {
    width: 44.9479vw;
}

.section-1 .right-info img {
    width: 100%;
}

/* section 2 */
.section-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 5.2083vw 0;
    gap: 2.6041vw;
}

.section-2 .info-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5208vw !important;
    text-align: center;
}

.section-2 .info-content .title {
    color: #11111D;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: sans-serif;
    position: relative;
}

.section-2 .info-content .title:before {
    width: 4.1666vw;
    position: absolute;
    content: "";
    height: 0.1041vw;
    background-color: #f95c19;
    bottom: -0.4166vw;
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
}

.section-2 .info-content .desc {
    font-family: sans-serif;
    font-size: 1.1979vw;
    font-weight: 800;
    color: #11111D;
}

.section-2 .container {
    gap: 1.6666vw;
}
.section-2 .card_inner {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: white;
    position: absolute;
    border-radius: 15px;
    top: 2px;
    left: 2px;
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 25px;
}

#section-2-benefits.section-2 .card_inner {
    padding-top: 50px;
}

#section-2-benefits.section-2 .card-elem .card-img {
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: auto;
    margin-bottom: 15px;
}

#section-2-benefits.section-2 .card-elem .card-img img {
    width: 100%;
    height: 100%;
}

.section-2 .card_inner::before {
    --width: 50%;
    --height: 135%;
    width: var(--width);
    height: var(--height);
    top: calc(50% - var(--height) / 2);
    left: calc(50% - var(--width) / 2);
    content: "";
    position: absolute;
    background: linear-gradient(
            130deg,
            rgba(255, 132, 0, 1) 25%,
            rgba(245, 255, 0, 1) 96%
    );
    z-index: -1;
    filter: blur(20px);
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.section-2 .card_inner::after {
    content: "";
    background-image: linear-gradient(0deg, #ffcf6f, #ffcf6f4d);
    border-radius: 30px;
    position: absolute;
    top: 65%;
    left: -5px;
    height: 65%;
    width: 108%;
    transform: skew(19deg, -9deg);
    transition: all .3s ease;
    opacity: .8;
}

.section-2 .card_inner:hover::after {
    top: 55%;
    opacity: 1;
}

.section-2 .card-elem {
    width: 23.6979vw;
    height: 22.5521vw;
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 1.0416vw;
    transition: .3s ease-in-out;
    z-index: 0;
}

#section-2-benefits.section-2 .card-elem {
    height: 15.5521vw;
}

.section-2 .card-elem:hover {
    box-shadow: 0 0.1041vw 0.5208vw #fcae8c61;
}

.section-2 .card-elem .card-img {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.section-2 .card-elem .card-img img {
    width: max-content;
}

.section-2 .card-elem .card-title {
    font-size: 0.9895vw;
    font-weight: 800;
    width: max-content;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.section-2 .card-elem .card-title:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 0.0521vw;
    background: #F95C19;
    left: 0;
    right: 0;
    bottom: -0.4166vw;
    display: flex;
    margin: auto;
}

.section-2 .card-elem .card-desc {
    font-size: 0.8854vw;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.section-2 .btn-orange {
    padding: 0.5208vw 1.0416vw;
}

/* section 2 looking */
.section-2-looking {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 5.2083vw 0;
    gap: 2.6041vw;
}

.section-2-looking .info-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5208vw !important;
    text-align: center;
}

.section-2-looking .info-content .title {
    color: #11111D;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: sans-serif;
    position: relative;
}

.section-2-looking .info-content .title:before {
    width: 4.1666vw;
    position: absolute;
    content: "";
    height: 0.1041vw;
    background-color: #f95c19;
    bottom: -0.4166vw;
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
}

.section-2-looking .info-content .desc {
    font-family: sans-serif;
    font-size: 1.1979vw;
    font-weight: 800;
    color: #11111D;
}

.section-2-looking .container {
    gap: 1.6666vw;
}

.section-2-looking .container.work-post-wrapper-content {
    flex-direction: column;
}

.work-post {
    width: 100%;
    display: flex;
    justify-content: center;
}

.work-post:hover .work-post-img {
    transform: translateX(12rem);
}

.work-post .work-post-img.courier-3-elem {
    display: flex;
}

.work-post .work-post-img.courier-3-elem img {
    height: max-content;
    margin-top: auto;
}

.work-post-img {
    width: 400px;
    height: 300px;
    transform: translateX(6rem);
    position: relative;
    padding: 25px;
    transition: .5s ease-in-out;
}

.work-post-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

.work-post-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

.work-post-img img.rotated-180 {
    transform: rotateY(180deg);
}

.work-post-info {
    border: 1px solid #F95C19;
    border-radius: 16px;
    padding: 25px;
    padding-left: 0;
    width: 50%;
}

.work-post-info .work-post-title {
    margin-left: 100px;
    text-align: left;
    color: #F95C19;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
}

.work-post-info .work-post-text {
    margin-left: 100px;
    text-align: left;
    color: #344355;
    font-size: 16px;
    line-height: 1.5em;
    font-style: normal;
    margin-top: 15px;
}

/* ---------------------------- section 3 ---------------------------- */

.section-3 {
    width: 100vw;
    height: max-content;
    padding: 85px 245px;
}

.section-3 .top-content {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 20px;
    text-align: center;
}

.section-3 .top-content .contact-title {
    font-size: 36px;
    line-height: 1.2em;
    color: #11111D;
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
}

.section-3 .top-content .contact-title:before {
    width: 4.1666vw;
    position: absolute;
    content: "";
    height: 0.1041vw;
    background-color: #f95c19;
    bottom: -0.4166vw;
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
}

.section-3 .top-content .contact-desc {
    max-width: 50%;
    margin: auto;
    font-size: 21px;
    line-height: 1.3em;
    color: #6b7684;
    width: 100%;
}

.section-3 .wrapper-content {
    width: 1170px;
    margin: auto;
    height: max-content;
    display: flex;
    background-color: #f95c1912;
    border-radius: 34px;
    overflow: hidden;
}

.section-3 .wrapper-content .left-part {
    width: 50%;
    padding: 70px 50px;
}

.section-3 .wrapper-content .left-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-3 .wrapper-content .right-part {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 55px 50px;
    background-color: #f95c19;
}

.section-3 .wrapper-content .right-part .about-title {
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 700;
    color: white;
    width: 100%;
}

.section-3 .wrapper-content .right-part .about-desc {
    font-size: 16px;
    line-height: 1.3em;
    color: white;
    width: 100%;
}

.section-3 .wrapper-content .right-part .form-body-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 0.7812vw;
}

.section-3 .wrapper-content .right-part .form-body-content label {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5208vw;
}

.section-3 .wrapper-content .right-part .form-body-content label span {
    font-size: 0.8854vw;
    font-weight: 600;
    color: white;
}

.section-3 .wrapper-content .right-part .form-body-content label input {
    font-size: 0.8854vw;
    font-weight: 600;
    color: black;
    width: 100%;
    height: 2.6041vw;
    outline: none;
    border-radius: 0.4166vw;
    border: 0.0521vw solid #F95C19;
    padding-left: 0.5208vw;
}

.section-3 .wrapper-content .right-part .form-body-content label select {
    font-size: 0.8854vw;
    font-weight: 600;
    color: black;
    width: 100%;
    height: 2.6041vw;
    outline: none;
    border-radius: 0.4166vw;
    border: 0.0521vw solid #F95C19;
    padding-left: 0.5208vw;
    background-color: white;
    cursor: pointer;
}

.section-3 .wrapper-content .right-part .form-body-content label textarea {
    font-size: 0.8854vw;
    font-weight: 600;
    color: black;
    width: 100%;
    height: 7.8125vw;
    outline: none;
    border-radius: 0.4166vw;
    border: 0.0521vw solid #F95C19;
    padding-left: 0.5208vw;
    resize: none;
    padding-top: 0.5208vw;
}

.section-3 .wrapper-content .right-part .form-body-content label input::placeholder {
    color: silver;
}

.section-3 .wrapper-content .right-part .form-body-content .btn-login {
    margin-left: auto;
    font-size: 1.1458vw;
    width: 130px;
    border-radius: 0.4166vw;
    height: 45px;
    background-color: white;
    color: #f95c19;
    border-color: white;
}

.section-3 .wrapper-content .right-part .form-body-content .btn-login:hover {
    background-color: #ffffffdb;
}

.map-data-content {
    width: 100vw;
    height: 700px;
    position: relative;
}

#map {
    width: 100%;
    height: 100%;
}

.contact-info {
    width: 25vw;
    position: absolute;
    right: 9.2vw;
    top: 0;
    height: 100%;
    background-color: #f95c19c7;
    z-index: 11;
    display: flex;
    flex-direction: column;
    padding: 170px 110px;
    color: white;
    gap: 10px;
}

.contact-info h3 {
    font-size: 35px;
    line-height: 1.3em;
    font-weight: 600;
}

.contact-info h3:not(:first-child) {
    margin-top: 25px;
}

.contact-info span {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
}

.contact-info a {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
    color: white;
    text-decoration: underline;
}

/* HOW IT WORK */
.how-it-work {
    width: 100vw;
    height: max-content;
    padding: 85px 0;
    /*background-image: linear-gradient(180deg, #fff4f2 0%, #ffffff 50%);*/
}

.how-it-work .top-info {
    width: 100%;
    height: max-content;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 75px;
    align-items: center;
    gap: 10px;
}


.how-it-work .top-info .title {
    color: #11111D;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: sans-serif;
    position: relative;
}

.how-it-work .top-info .title:before {
    width: 4.1666vw;
    position: absolute;
    content: "";
    height: 0.1041vw;
    background-color: #f95c19;
    bottom: -0.4166vw;
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
}

.how-it-work .top-info .desc {
    font-family: sans-serif;
    font-size: 1.1979vw;
    font-weight: 800;
    color: #11111D;
}

.how-it-work .wrapper-content {
    width: 1170px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.how-it-work .wrapper-content .card-content {
    width: 100%;
    display: flex;
}

.how-it-work .wrapper-content .card-content div {
    width: 50%;
    height: 400px;
}

.how-it-work .wrapper-content .card-content .img-elem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.how-it-work .wrapper-content .card-content .info-elem {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: auto;
}

.how-it-work .wrapper-content .card-content .info-elem .title {
    width: 75%;
    text-align: left;
    color: #344355;
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    text-decoration: initial;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
}

.how-it-work .wrapper-content .card-content .info-elem .desc {
    width: 75%;
    text-align: left;
    color: #344355;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: regular;
    font-style: normal;
    text-decoration: initial;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

/* FAQ */
.section-3 {
    width: 100%;
    padding-top: 5.2083vw;
    padding-bottom: 5.2083vw;
}

.section-3 .container {
    flex-direction: column;
    gap: 1.8229vw;
}

.section-3 .title {
    color: #F95C19;
    font-size: 1.1979vw;
    text-transform: uppercase;
    font-weight: 800;
    font-family: sans-serif;
    width: 100%;
    text-align: center;
    position: relative;
}

.section-3 .desc {
    color: #11111D;
    font-size: 0.8854vw;
    text-transform: uppercase;
    font-weight: 600;
    font-family: sans-serif;
    width: 100%;
    text-align: center;
    position: relative;
}

.section-3 .title:before {
    width: 7.8125vw;
    position: absolute;
    content: "";
    height: 0.1041vw;
    background-color: #f95c19;
    bottom: -0.4166vw;
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
}

.accordion {
    max-width: 46.875vw;
    width: 100%;
    margin: auto;
}

.accordion .accordion-item {
    border-bottom: 0.0521vw solid #F95C19;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 0.0521vw solid #F95C19;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0.8333vw 0;
    color: #11111D;
    font-size: 0.9583vw;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #F95C19;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 0.0521vw solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 0.8333vw 1.25vw 0.8333vw 0;
    font-weight: 700;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 0.9375vw;
    right: 0;
    width: 1.1458vw;
    height: 1.1458vw;
    border: 0.0521vw solid;
    border-radius: 1.1458vw;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 0.4687vw;
    left: 0.2604vw;
    width: 0.5208vw;
    height: 0.1041vw;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 0.2604vw;
    left: 0.4687vw;
    width: 0.1041vw;
    height: 0.5208vw;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #F95C19;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 7.5vw;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 0.8333vw;
    font-weight: 300;
    margin: 1.6666vw 0;
}

/* NEWS PAGE */
.news-content {
    width: 100vw;
    height: max-content;
    padding: 85px 245px;
    background-color: #f95c1912;
}

.news-content .wrapper-content {
    width: 1170px;
    margin: auto;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.news-content .news-main-title {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    color: #222132;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

.news-content .news-main-title:before {
    width: 80px;
    position: absolute;
    content: "";
    height: 2px;
    background-color: #f95c19;
    bottom: 0;
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
}

.news-content .news-cards-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-content .news-card {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.news-content .news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(249, 92, 25, 0.2);
}

.news-content .news-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.news-content .news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.news-content .news-card:hover .news-card-image img {
    transform: scale(1.1);
}

.news-content .news-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.news-content .news-date {
    font-size: 14px;
    color: #f95c19;
    font-weight: 600;
}

.news-content .news-title {
    font-size: 20px;
    font-weight: 700;
    color: #222132;
    line-height: 1.3em;
}

.news-content .news-desc {
    font-size: 14px;
    color: #6b7684;
    line-height: 1.6em;
}

/* SINGLE NEWS */
.single-news {
    width: 100vw;
    height: max-content;
    padding: 120px 245px;
    background-color: #f95c1912;
}

.single-news .wrapper-content {
    width: 1170px;
    margin: auto;
    height: max-content;
    display: flex;
    background-color: white;
    border-radius: 34px;
    overflow: hidden;
}

.single-news .wrapper-content .left-part {
    width: 50%;
    padding: 70px 50px;
}

.single-news .wrapper-content .left-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.single-news .wrapper-content .right-part {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 55px 50px;
}

.single-news .wrapper-content .right-part .news-date {
    font-size: 14px;
    color: #f95c19;
    font-weight: 600;
}

.single-news .wrapper-content .right-part .news-title {
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 700;
    color: #222132;
}

.single-news .wrapper-content .right-part .news-desc {
    font-size: 16px;
    line-height: 1.6em;
    color: #6b7684;
}

/* CAREERS */


/* PRIZES */
.prizes-section {
    width: 100%;
    padding: 2.6041vw 0 5.2083vw;
}

.prizes-section .container {
    flex-direction: column;
    gap: 1.5625vw;
}

.prizes-section .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.8229vw;
}

.prizes-section .prizes-title {
    width: 100%;
    font-size: 2.0833vw;
    font-weight: 800;
    font-family: sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.prizes-section .prizes-title:before {
    width: 5.2083vw;
    position: absolute;
    content: "";
    height: 0.1041vw;
    background-color: #f95c19;
    bottom: -0.7812vw;
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
}

.prizes-section .prizes-desc {
    max-width: 41.6666vw;
    width: 100%;
    font-size: 1.1979vw;
    font-weight: 600;
    font-family: sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
}

.road-map-main {
    margin: auto;
    margin-top: 2.6041vw;
    width: 70%;
}

.road-map-main .road-map-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 9.1145vw;
}

@media (max-width: 991px) {
    .road-map-main .road-map-wrapper {
        margin-bottom: 1.3021vw;
        height: auto;
        display: block;
    }
}

.road-map-main .road-map-wrapper::before {
    content: "";
    width: 100%;
    clear: both;
    display: block;
}

.road-map-main .road-map-wrapper::after {
    content: "";
    width: 100%;
    clear: both;
    display: block;
}

.road-map-main .road-map-wrapper .road-map-circle {
    width: 10.4166vw;
    height: 10.4166vw;
    border-radius: 50%;
    border: 1.3021vw solid transparent;
    border-top-color: #f95c19;
    border-right-color: #f95c19;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 0 0.2083vw 0.4166vw silver;
    transition: .3s ease-in-out;
}

.road-map-main .road-map-wrapper:hover .road-map-circle {
    border-top-color: #11111d;
    border-right-color: #11111d;
}

@media (max-width: 992px) {
    .road-map-main .road-map-wrapper .road-map-circle {
        position: unset;
        border: 1.3021vw solid #f95c19;
    }
}

.road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
    width: 5.7291vw;
    height: 5.7291vw;
    border-radius: 50%;
    background-color: #f95c19;
    font-size: 1.8229vw;
    font-weight: 600;
    line-height: 1.1;
    text-transform: capitalize;
    color: #fff;
    box-shadow: 0 0 0.5208vw 0.2604vw #00000021;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    justify-content: center;
    align-items: center;
    display: flex;
    transition: .3s ease-in-out;
}

.road-map-main .road-map-wrapper:hover .road-map-circle .road-map-circle-text {
    background-color: #11111d;
}

.road-map-main .road-map-wrapper .road-map-card {
    width: 35%;
    background: #f95c19;
    padding: 1.0416vw 1.0416vw;
    z-index: 1;
    position: absolute;
    right: 0;
    border-radius: 0.2604vw;
    transition: .3s ease-in-out;
}

.road-map-main .road-map-wrapper:hover .road-map-card {
    background: #11111d;
}

.road-map-main .road-map-wrapper .road-map-card::before {
    content: "";
    width: 24%;
    height: 1.0416vw;
    background: #f95c19;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22%;
    z-index: -1;
    transition: .3s ease-in-out;
}

.road-map-main .road-map-wrapper:hover .road-map-card::before {
    background: #11111d;
}

@media (max-width: 991px) {
    .road-map-main .road-map-wrapper .road-map-card {
        width: 100%;
        margin-top: 1.5625vw;
        position: unset;
    }

    .road-map-main .road-map-wrapper .road-map-card::before {
        content: "";
        width: 1.0416vw;
        height: 30%;
        top: 50%;
        transform: translateX(-50%);
        left: 50%;
    }
}

@media (max-width: 425px) {
    .road-map-main .road-map-wrapper .road-map-card {
        top: 45%;
    }
}

.road-map-main .road-map-wrapper .road-map-card .card-head {
    font-size: 1.0416vw;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 0.7812vw;
    color: #fff;
}

.road-map-main .road-map-wrapper .road-map-card .card-head span {
    font-size: 1.5625vw;
}

.road-map-main .road-map-wrapper .road-map-card .card-text {
    color: #fff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .road-map-main .road-map-wrapper .road-map-card .card-text {
        -webkit-line-clamp: 4;
    }
}

.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
    border-bottom-color: #f95c19;
    border-left-color: #f95c19;
    border-top-color: transparent;
    border-right-color: transparent;
    transition: .3s ease-in-out;
}

.road-map-main .road-map-wrapper:nth-of-type(even):hover .road-map-circle {
    border-bottom-color: #11111d;
    border-left-color: #11111d;
}

@media (max-width: 991px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
        border-color: #f95c19;
    }
}

.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card {
    left: 0;
}

.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    right: -22%;
    left: unset;
}

@media (max-width: 991px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
        content: "";
        width: 1.0416vw;
        height: 30%;
        top: 50%;
        transform: translateX(-50%);
        left: 50%;
    }
}

@media (max-width: 425px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
        top: 45%;
    }
}

/* PROFILE */
.profile-section {
    width: 100%;
    height: 100%;
    padding: 6vw 0;
}

.profile-section .container {
    gap: 2.6041vw;
}

.layout {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: max-content;
}

@-webkit-keyframes popUp {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes popUp {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes slideUp {
    from {
        transform: translateY 0.2604vw;
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY 0.2604vw;
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.profile {
    -webkit-animation: popUp ease-in-out 350ms;
    animation: popUp ease-in-out 350ms;
    background: #ffffff;
    border-radius: 1.3021vw;
    box-shadow: 0 0 2.0833vw 0 rgba(0, 0, 0, 0.17);
    margin-top: 2.0833vw;
    padding: 0.9375vw 1.5625vw 1.5625vw 1.8229vw;
    position: relative;
    width: 26.0416vw;
}

.profile__account {
    align-self: center;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 7.0312vw;
    gap: 0.2604vw;
}

.profile__delivery {
    width: 7.5vw;
    animation: slideUp ease-in-out 650ms forwards;
    padding: 0 0.2083vw 0 1.1vw;
    display: flex;
    align-items: center;
    gap: 0.7812vw;
    opacity: 0;
    transform: translateY 0.2604vw;
    -webkit-animation: slideUp ease-in-out 650ms forwards;
    animation-delay: 400ms;
}

.profile__delivery img {
    width: 3.3334vw;
    height: 3.3334vw;
}

.profile__delivery .total-count {
    font-size: 1.4583vw;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

.profile__button {
    border-radius: 2.6041vw;
    border: 0.0521vw solid #f95c19;
    color: #f95c19;
    display: block;
    font-size: 0.7812vw;
    padding: 0.5208vw;
    text-align: center;
    text-decoration: none;
    transition: ease-in-out 250ms background, ease-in-out 250ms color;
    cursor: pointer;
}

.profile__button:hover {
    background: #f95c19;
    color: #ffffff;
}

.profile__edit {
    flex: none;
    margin-left: 1.5625vw;
    width: 7.2916vw;
}

.profile__header {
    display: flex;
    margin-bottom: 1.0416vw;
}

.profile__icon {
    margin-right: 0.5208vw;
    padding-top: 0.1562vw;
    width: 3.3334vw;
    height: 3.3334vw;
}

.profile__icon img {
    width: 100%;
    height: 100%;
}

.profile__key {
    font-size: 0.6771vw;
    font-weight: 400;
    text-align: center;
}

.profile__picture {
    background: #ffffff;
    border-radius: 5.2083vw;
    border: 0.5208vw solid #ffffff;
    height: 6.5104vw;
    position: absolute;
    top: -2.0833vw;
    width: 6.5104vw;
}

.profile__picture:before {
    border-radius: 5.2083vw;
    box-shadow: 0 0 2.0833vw 0 rgba(0, 0, 0, 0.17);
    content: "";
    height: calc(100% + 1.0416vw);
    left: -0.5208vw;
    position: absolute;
    top: -0.5208vw;
    width: calc(100% + 1.0416vw);
    z-index: -1;
}

.profile__picture img {
    border-radius: 5.2083vw;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.profile__stat {
    -webkit-animation: slideUp ease-in-out 350ms forwards;
    animation: slideUp ease-in-out 350ms forwards;
    border-right: 0.0521vw solid #e9e9e9;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 0.5208vw 0.2083vw;
    transform: translateY 0.2604vw;
}

.profile__stat:last-of-type {
    border-right: none;
}

.profile__stat:nth-child(1) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.profile__stat:nth-child(2) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.profile__stat:nth-child(3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.profile__stats {
    display: flex;
}

.profile__stats.for-money-stat .profile__stat {
    flex-wrap: wrap;
}

.profile__stats.for-money-stat .profile__stat p {
    width: max-content;
    font-size: 13px;
    font-weight: 600;
    color: #f95c19;
    margin-top: 10px;
}

.total-money-elem {
    width: max-content;
    font-size: 13px;
    font-weight: 600;
    color: #f95c19;
    margin-top: 10px;
}

.profile__stats.for-money-stat .profile__icon {
    width: 40px;
    height: 40px;
}

.profile__stats.for-money-stat .profile__value {
    font-size: 21px;
}

.profile__username {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 0;
    text-align: left;
    word-wrap: break-word;
    margin-right: auto;
    color: #f95c19;
    font-size: 0.8334vw;
}

.profile__phone__number {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0;
    text-align: left;
    word-wrap: break-word;
    margin-right: auto;
    font-size: 0.7813vw;
}

.profile__value {
    font-size: 1.4583vw;
    font-weight: 700;
    text-align: center;
}

.info-container {
    width: 48.4375vw;
    box-shadow: 0 0 2.0833vw 0 rgba(0, 0, 0, 0.17);
    background-color: white;
    margin-top: 2.0833vw;
    -webkit-animation: popUp ease-in-out 350ms;
    animation: popUp ease-in-out 350ms;

    background: linear-gradient(180deg, #fff8e7 0%, #ffecc7 100%);
    border-radius: 30px;
    /*padding: 80px 40px 40px;*/
    box-shadow: 0 0 0 8px #d4a554, 0 0 0 12px #f4d68a, 0 20px 40px rgba(0, 0, 0, 0.5);
}

.profile-tab-elem {
    display: none;
    padding: 0.7812vw;
    width: 100%;
    min-height: 26.5625vw;
}

.profile-tab-elem.active {
    display: flex;
}

.profile-tab-elem.levels_prizes {
    position: relative;
    height: 100%;
}

.profile-tab-elem.levels_prizes:before {
    content: "Comming Soon";
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    color: #f95c19;
    border-radius: 30px;
}

.edit-profile-form {
    width: 100%;
    justify-content: center;
    gap: 0.5208vw;
}

.edit-profile-form .form-body-content {
    max-width: 26.0416vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5208vw;
}

.edit-profile-form .form-body-content label {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5208vw;
}

.edit-profile-form .form-body-content label span {
    font-size: 0.8854vw;
    font-weight: 600;
}

.edit-profile-form .form-body-content label div {
    font-size: 0.8854vw;
    font-weight: 600;
    color: white;
    width: 100%;
    height: 2.6041vw;
    border-radius: 0.4166vw;
    border: 0.0521vw solid #F95C19;
    padding-left: 0.5208vw;
    background-color: #F95C19;
    display: flex;
    align-items: center;
}

.edit-profile-form .form-body-content label input {
    font-size: 0.8854vw;
    font-weight: 600;
    color: black;
    width: 100%;
    height: 2.6041vw;
    outline: none;
    border-radius: 0.4166vw;
    border: 0.0521vw solid #F95C19;
    padding-left: 0.5208vw;
}

.edit-profile-form .form-body-content .btn-orange {
    margin-left: auto;
}

.profile-img-elem {
    display: flex;
    align-items: center;
    gap: 1.0416vw;
    margin-bottom: 1.3021vw;
}

#pr_image {
    border-radius: 50%;
    width: 6.6666vw;
    height: 6.6666vw;
    object-fit: cover;
}

.profile_image_label {
    width: 50%;
    height: 2.6041vw;
    border-radius: 0.4166vw;
    border: 0.0521vw solid #F95C19;
    overflow: hidden;
    cursor: pointer;
}

.profile_image_label span {
    width: 100%;
    display: flex;
    gap: 0.7812vw;
    color: white;
    height: 100%;
    background: #f95c19;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

#profile_image {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.profile-menu-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.7812vw;
}

.profile-menu-items .pm-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5208vw;
    cursor: pointer;
    transition: .3s ease-in-out;
    border-radius: 0.6771vw;
    padding: 0.2604vw;
}

.profile-menu-items .pm-item.active,
.profile-menu-items .pm-item:hover {
    background: #ffded0;
}

.profile-menu-items .pm-item img {
    width: 1.6666vw;
    height: 1.6666vw;
    border-radius: 50%;
}

.profile-menu-items .pm-item .pm-title {
    font-size: 0.9375vw;
    font-weight: 600;
    color: #f95c19;
}

.my_winnings .custom-table {
    width: 80%;
    margin: auto;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

.my_winnings .custom-table .table-thead {
    width: 100%;
    display: flex;
    height: 2.6041vw;
    border-bottom: 0.1041vw solid #f95c19;
    background: #f95c19;
}

.my_winnings .custom-table .table-body {
    width: 100%;
    max-height: 20.8333vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffded0;
    overflow-y: auto;
}

.my_winnings .custom-table .table-body::-webkit-scrollbar {
    width: 0.1562vw;
}

.my_winnings .custom-table .table-body::-webkit-scrollbar-track {
    background: white;
}

.my_winnings .custom-table .table-body::-webkit-scrollbar-thumb {
    background-color: #f95c19;
    border-radius: 0;
    border: 0.1562vw solid #f95c19;
}

.my_winnings .custom-table .table-row {
    width: 100%;
    display: flex;
    padding: 0.7812vw;
}

.my_winnings .custom-table .table-thead .table-row .table-th {
    font-size: 0.9375vw;
    font-weight: 700;
    color: white;
}

.my_winnings .custom-table .table-row .table-th:nth-child(1) {
    width: 70%;
}

.my_winnings .custom-table .table-row .table-th:nth-child(2) {
    width: 30%;
}

.my_winnings .custom-table .table-row .table-th {
    display: flex;
    align-items: center;
    gap: 0.5208vw;
}

.my_winnings .custom-table .table-row .table-th img {
    width: 1.8229vw;
    height: 1.8229vw;
}

.my_winnings .custom-table .table-body .table-row .table-th {
    font-size: 0.9375vw;
    font-weight: 600;
}

.my_winnings .custom-table .table-body .table-row:not(:last-child) {
    border-bottom: 0.0521vw solid aliceblue;
}

.levels_prizes .prizes-content {
    width: 400px;
    display: flex;
    gap: 3%;
    margin: auto;
}

.levels_prizes .prizes-content .prize-elem {
    width: 150px;
    margin: auto;
}

.levels_prizes .prizes-content .prize-elem {
    width: 150px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
}

.levels_prizes .prizes-content .prize-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.levels_prizes .prizes-content .prize-elem .box-img {
    width: 100%;
}

.levels_prizes .prizes-content .prize-elem .box-img img {
    width: 100%;
}

.btn-buy-box {
    width: 150px;
    height: 45px;
    padding: 0;
    border-radius: 30px;
    outline: none;
    color: #FFFEFE;
    background-color: #F95C19;
    border: 1px solid #F95C19;
    font-size: 20px;
    cursor: pointer;
    transition: .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.btn-buy-box:hover {
    background-color: transparent;
    color: #F95C19;
}

.levels_prizes .prizes-content .prize-card {
    width: 30%;
    height: 7.8125vw;
    display: flex;
    flex-direction: column;
    gap: 0.7812vw;
    border: 0.0521vw solid #F95C19;
    padding: 0.5208vw;
    border-radius: 1.3021vw;
    cursor: pointer;
    background: #ffffff;
    transition: .3s ease-in-out;
    position: relative;
}

.levels_prizes .prizes-content .prize-card img {
    position: absolute;
    top: -0.7812vw;
}

.levels_prizes .prizes-content .prize-card:hover {
    box-shadow: 0 0 1.3021vw 0 rgb(0 0 0 / 9%);
}

.levels_prizes .prizes-content .prize-card.active {
    background: #F95C19;
    box-shadow: 0 0 1.3021vw 0 rgb(0 0 0 / 9%);
}

.levels_prizes .prizes-content .prize-card.active .prize-card-title {
    color: white;
}

.levels_prizes .prizes-content .prize-card.active .prize-card-desc {
    color: white;
}

.levels_prizes .prizes-content .prize-card:last-child {
    margin-left: 33.33%;
}

.levels_prizes .prizes-content .prize-card .prize-card-title {
    font-size: 2.3437vw;
    font-weight: 700;
    line-height: 1;
    color: #F95C19;
    text-align: center;
}

.levels_prizes .prizes-content .prize-card .prize-card-desc {
    font-size: 0.7812vw;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.my_orders .custom-table {
    width: 98%;
    margin: auto;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

.my_orders .custom-table .table-thead {
    width: 100%;
    display: flex;
    height: 2.6041vw;
    border-bottom: 0.1041vw solid #f95c19;
    background: #f95c19;
}

.my_orders .custom-table .table-body {
    width: 100%;
    max-height: 30.8333vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffded0;
    overflow-y: auto;
}

.my_orders .custom-table .table-body::-webkit-scrollbar {
    width: 0.1562vw;
}

.my_orders .custom-table .table-body::-webkit-scrollbar-track {
    background: white;
}

.my_orders .custom-table .table-body::-webkit-scrollbar-thumb {
    background-color: #f95c19;
    border-radius: 0;
    border: 0.1562vw solid #f95c19;
}

.my_orders .custom-table .table-row {
    width: 100%;
    display: flex;
    padding: 0.7812vw;
}

.my_orders .custom-table .table-thead .table-row .table-th {
    font-size: 0.9375vw;
    font-weight: 700;
    color: white;
}

.my_orders .custom-table .table-row .table-th {
    width: 25%;
}

.my_orders .custom-table .table-row .table-th {
    display: flex;
    align-items: center;
    gap: 0.5208vw;
}

.my_orders .custom-table .table-row .table-th span {
    color: #f95c19;
}

.my_orders .custom-table .table-row .table-th .old-price {
    color: red;
    font-size: 14px;
}

.my_orders .custom-table .table-row .table-th .new-price {
    color: green;
    font-size: 18px;
}

.my_orders .custom-table .table-row .table-th img {
    width: 5.8229vw;
    height: 5.8229vw;
}

.my_orders .custom-table .table-body .table-row .table-th {
    font-size: 0.9375vw;
    font-weight: 600;
}

.my_orders .custom-table .table-body .table-row:not(:last-child) {
    border-bottom: 0.0521vw solid aliceblue;
}

.my_cart .mc-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.my_cart .mc-content .change-amd-to-xp-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.my_cart .mc-content .change-amd-to-xp-content label {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
}

.change-balance {
    width: max-content;
    padding: 0.391vw 0.625vw;
    border-radius: 0.4166vw;
    outline: none;
    color: #FFFEFE;
    background-color: #F95C19;
    border: 0.0521vw solid #F95C19;
    font-weight: 400;
    font-size: 1.0416vw;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.my_cart .mc-content span {
    font-size: 0.8854vw;
    font-weight: 600;
}

.my_cart .mc-content label input {
    font-size: 0.8854vw;
    font-weight: 600;
    color: black;
    width: 80px;
    height: 40px;
    outline: none;
    border-radius: 0.4166vw;
    border: 0.0521vw solid #F95C19;
    padding-left: 0.2803vw;
}

.my_cart .custom-table {
    width: 98%;
    margin: auto;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

.my_cart .custom-table .table-thead {
    width: 100%;
    display: flex;
    height: 2.6041vw;
    border-bottom: 0.1041vw solid #f95c19;
    background: #f95c19;
}

.my_cart .custom-table .table-body {
    width: 100%;
    max-height: 30.8333vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffded0;
    overflow-y: auto;
}

.my_cart .custom-table .table-body::-webkit-scrollbar {
    width: 0.1562vw;
}

.my_cart .custom-table .table-body::-webkit-scrollbar-track {
    background: white;
}

.my_cart .custom-table .table-body::-webkit-scrollbar-thumb {
    background-color: #f95c19;
    border-radius: 0;
    border: 0.1562vw solid #f95c19;
}

.my_cart .custom-table .table-row {
    width: 100%;
    display: flex;
    padding: 0.7812vw;
}

.my_cart .custom-table .table-thead .table-row .table-th {
    font-size: 0.9375vw;
    font-weight: 700;
    color: white;
}

.my_cart .custom-table .table-row .table-th {
    width: 25%;
}

.my_cart .custom-table .table-row .table-th {
    display: flex;
    align-items: center;
    gap: 0.5208vw;
}

.my_cart .custom-table .table-row .table-th span {
    color: #f95c19;
}

.my_cart .custom-table .table-row .table-th .old-price {
    color: red;
    font-size: 14px;
}

.my_cart .custom-table .table-row .table-th .new-price {
    color: green;
    font-size: 18px;
}

.my_cart .custom-table .table-row .table-th img {
    width: 5.8229vw;
    height: 5.8229vw;
}

.my_cart .custom-table .table-body .table-row .table-th {
    font-size: 0.9375vw;
    font-weight: 600;
}

.my_cart .custom-table .table-body .table-row:not(:last-child) {
    border-bottom: 0.0521vw solid aliceblue;
}

.buy-product {
    width: max-content;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    background-color: green;
    outline: none;
    border: none;
    cursor: pointer;
}

.remove-product {
    width: max-content;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    background-color: red;
    outline: none;
    border: none;
    cursor: pointer;
}

/* MINI SHOP */


#allProducts{
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
}

#allProducts .ps-page-desc {
    padding-top: 20px;
}

#allProducts .pro-container{
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 39px;
}

#allProducts .pro{
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #f95c19;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    transition: 0.2s ease;
    position: relative;
}

#allProducts .pro .discount-elem {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #f95c19;
    width: max-content;
    height: 40px;
    padding: 0 10px;
    border-radius: 15px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

#allProducts .pro img{
    width: 100%;
    border-radius: 20px;
}

#allProducts .pro .des{
    text-align: start;
    padding: 10px 0;
}

#allProducts .pro .pro-bottom-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#allProducts .pro .pro-bottom-content .price-elem {
    width: max-content;
    display: flex;
    gap: 10px;
}

#allProducts .pro .pro-bottom-content .old-price {
    color: red;
    font-size: 14px;
}

#allProducts .pro .pro-bottom-content .new-price {
    color: green;
    font-size: 18px;
}

#allProducts .pro .add-cart {
    font-size: 15px;
    font-weight: 700;
    color: #F95C19;
    width: 130px;
    height: 40px;
    background-color: #f95c1921;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s ease-in-out;
}

#allProducts .pro .add-cart:hover {
    background-color: #F95C19;
    color: white;
}

#allProducts .pro .des span{
    color: #606063;
    font-size: 12px;
}

#allProducts .pro .des h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
}

#allProducts .pro .des h4{
    font-size: 15px;
    font-weight: 700;
    color: #f95c19;
    width: max-content;
}

#allProducts .pro .cart{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #e8f6ea;
    font-weight: 500;
    color: #088178;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 10px;

}

.profile-tab-elem.daily_reward {
    padding: 0;
}

.reward-container {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.day-content {
    width: 100%;
    display: flex;
    gap: 15px;
}

.ribbon-top {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 120px;
    background: linear-gradient(135deg, #f95c19 0%, #ff7d47 100%);
    border-radius: 50px 50px 0 0;
    z-index: 2;
}

.ribbon-top::before,
.ribbon-top::after {
    content: '';
    position: absolute;
    top: 20px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e54d0f 0%, #f95c19 100%);
    border-radius: 50%;
}

.ribbon-top::before {
    left: -30px;
}

.ribbon-top::after {
    right: -30px;
}

.bow {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 100px;
    z-index: 3;
}

.bow::before,
.bow::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f95c19 0%, #ff9470 100%);
    border-radius: 50% 50% 0 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.bow::before {
    left: 0;
    transform: rotate(-45deg);
}

.bow::after {
    right: 0;
    transform: rotate(45deg) scaleX(-1);
}

.main-panel {
    /*background: linear-gradient(180deg, #fff8e7 0%, #ffecc7 100%);*/
    border-radius: 30px;
    padding: 40px;
    /*box-shadow:*/
    /*        0 0 0 8px #d4a554,*/
    /*        0 0 0 12px #f4d68a,*/
    /*        0 20px 40px rgba(0, 0, 0, 0.5);*/
    position: relative;
}

.info-container .title {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f95c19 0%, #ff7d47 100%);
    padding: 15px 60px;
    border-radius: 25px;
    box-shadow:
            0 8px 0 #d14a10,
            0 15px 30px rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.info-container .title h1 {
    color: #ffd700;
    font-size: 2.5em;
    text-shadow:
            0px 0px 0 #ff8c00,
            -1px -1px 0 #ffed4e,
            2px 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}

.subtitle {
    text-align: center;
    color: #8b7355;
    font-size: 1.1em;
    margin-bottom: 30px;
    font-weight: normal;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #8b6f47 0%, #a88b5f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s;
    z-index: 99999;
}

.close-btn:hover {
    transform: scale(1.1);
}

.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}

.close-btn::before {
    transform: rotate(45deg);
}

.close-btn::after {
    transform: rotate(-45deg);
}

.rewards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 100%;
}

.reward-item {
    background: linear-gradient(180deg, #fff 0%, #f5e6d3 100%);
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    position: relative;
    box-shadow:
            0 0 0 3px #d4a554,
            0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.reward-item:hover {
    transform: translateY(-5px);
}

.reward-item.active {
    background: linear-gradient(180deg, #7dff7d 0%, #4caf50 100%);
    box-shadow:
            0 0 0 3px #2e7d32,
            0 5px 15px rgba(76, 175, 80, 0.5),
            0 0 20px rgba(125, 255, 125, 0.6);
}

.reward-item.locked {
    opacity: 0.6;
}

.day-label {
    background: linear-gradient(135deg, #f95c19 0%, #ff7d47 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
    box-shadow: 0 4px 0 #d14a10;
}

.reward-item.active .day-label {
    background: linear-gradient(135deg, #2e7d32 0%, #4caf50 100%);
    box-shadow: 0 4px 0 #1b5e20;
}

.reward-icon {
    width: 80px;
    height: 80px;
    margin: 10px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
}

.reward-amount {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 5px 15px;
    font-weight: bold;
    color: #f95c19;
    font-size: 1.1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.checkmark {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    background: #4caf50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.checkmark::after {
    content: '✓';
    color: white;
    font-size: 1.5em;
    font-weight: bold;
}

.lock-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 2em;
}

.day7-special {
    grid-row: span 2;
    background: linear-gradient(135deg, #f95c19 0%, #ff7d47 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    height: 100%;
}

.day7-special .day-label {
    background: linear-gradient(135deg, #d14a10 0%, #f95c19 100%);
}

.gift-box {
    width: max-content;
    height: max-content;
    margin: 20px 0;
    position: relative;
    font-size: 10em;
}

.gift-box img {
    width: 220px;
}

.congratulations-modal.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.congratulations-modal .modal {
    background: white;
    padding: 25px 50px;
    border-radius: 8px;
    max-width: 400px;
    text-align: center;
    position: relative;

    animation: popUp ease-in-out 350ms;
    background: linear-gradient(180deg, #fff8e7 0%, #ffecc7 100%);
    border-radius: 30px;
    box-shadow: 0 0 0 8px #d4a554, 0 0 0 12px #f4d68a, 0 20px 40px rgba(0, 0, 0, 0.5);
}

.congratulations-modal p {
    color: #4caf50;
    font-size: 18px;
    font-weight: 600;
}

.congratulations-modal .close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 34px;
    cursor: pointer;
    color: #F95C19;
}

.congratulations-modal .modal-action {
    margin-top: 15px;
    padding: 9px 20px;
    border: none;
    background: #F95C19;
    color: white;
    cursor: pointer;
    font-size: 18px;
    border-radius: 30px;
}

.congratulations-modal.modal-overlay.active {
    display: flex;
}

.daily_box.active {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.daily_box h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.daily_box p {
    font-size: 18px;
    text-align: center;
}

.daily_box .boxes {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.daily_box .boxes .box-elem {
    width: 200px;
    height: 200px;
    cursor: pointer;
}

.daily_box .boxes .box-elem:hover img {
    transform: scale(1.2);
}

.daily_box .boxes .box-elem img {
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
    object-fit: contain;
}

.date-tabs {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.date-tabs label {
    width: max-content;
    text-align: center;
    padding: 7px 10px;
    border: 2px solid #F95C19;
    border-radius: 15px;
    color: #F95C19;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.date-tabs input:checked + label {
    color: white;
    background-color: #F95C19;
}

.box_date_ {
    display: none;
}

/* RESPONSIVE */
@media (max-width: 1750px) {
    .day-content {
        flex-direction: column;
    }

    .day-content .last-day {
        height: 370px;
    }
}

@media (max-width: 768px) {
    .news-content {
        padding: 60px 30px;
    }

    .news-content .wrapper-content {
        width: 100%;
        gap: 40px;
    }

    .news-content .news-main-title {
        font-size: 28px;
    }

    .news-content .news-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .news-content .news-card-image {
        height: 190px;
    }

    #allProducts {
        padding-top: 30px;
    }

    #allProducts .pro-container {
        justify-content: center;
        gap: 25px;
    }

    #allProducts .pro{
        min-width: 290px;
    }

    .btn-orange {
        padding: 0.651vw 1.3021vw;
        border-radius: 0.9114vw;
        border: 0.1302vw solid #F95C19;
        font-size: 2.0833vw;
        margin-top: 1.3021vw;
    }

    .modal-content {
        padding: 1.9531vw;
        width: 39.0625vw;
        border-radius: 0.9114vw;
    }

    .modal-content .modal-top-content {
        margin-bottom: 1.3021vw;
    }

    .modal-content .modal-top-content .close-button {
        width: 2.6041vw;
        height: 2.6041vw;
    }

    .modal-content .modal-body-content {
        gap: 1.3021vw;
        padding-top: 1.3021vw;
    }

    .modal-content .modal-body-content label {
        gap: 1.3021vw;
    }

    .modal-content .modal-body-content label span {
        font-size: 1.9531vw;
    }

    #message {
        font-size: 1.6927vw;
    }

    .modal-content .modal-body-content label span.p-message {
        font-size: 1.6927vw;
    }

    .modal-content .modal-body-content label input {
        font-size: 1.9531vw;
        height: 5.2083vw;
        border-radius: 0.9114vw;
        border: 0.1302vw solid #F95C19;
        padding-left: 1.3021vw;
    }

    .modal-content .modal-body-content label textarea {
        font-size: 1.9531vw;
        height: 16.9271vw;
        border-radius: 0.9114vw;
        border: 0.1302vw solid #F95C19;
        padding-left: 1.3021vw;
        padding-top: 1.3021vw;
    }

    .modal-content .modal-body-content .btn-login {
        font-size: 2.0833vw;
    }

    /* -------------- HOME ------------- */
    /* section 1 */
    .section-1 {
        padding: 6.5104vw 0;
    }

    .section-1 .container {
        flex-direction: column;
        align-items: center;
    }

    .section-1 .left-info {
        gap: 0.651vw;
        padding: 0 1.5625vw 4.1666vw 1.5625vw;
        text-align: center;
        justify-content: end;
        align-items: center;
    }

    .section-1 .left-info h1 {
        font-size: 3.2552vw;
    }

    .section-1 .left-info .desc {
        max-width: 31.25vw;
        font-size: 2.34375vw;
    }


    /* section 2 */
    .section-2 {
        padding: 6.5104vw 0;
        gap: 1.9531vw;
    }

    .section-2 .info-content {
        gap: 0.5vw !important;
    }

    .section-2 .info-content .title {
        font-size: 2.8645vw;
    }

    .section-2 .info-content .title:before {
        width: 7.1666vw;
        height: 0.2604vw;
        bottom: -0.3vw;
    }

    .section-2 .info-content .desc {
        font-size: 2.3437vw;
    }

    .section-2 .container {
        gap: 1.9531vw;
        flex-direction: column;
    }

    .section-2 .card-elem {
        border-radius: 0.9114vw;
        padding: 3.9062vw 2.6041vw;
        gap: 1.0416vw;
    }

    .section-2 .card-elem:hover {
        box-shadow: 0 0.1041vw 0.5208vw #fcae8c61;
    }

    .section-2 .card-elem .card-img {
        width: 100%;
        text-align: center;
    }

    .section-2 .card-elem .card-img img {
        width: 11.7187vw;
    }

    .section-2 .card-elem .card-title {
        font-size: 2.6041vw;
    }

    .section-2 .card-elem .card-title:after {
        height: 0.1302vw;
        bottom: -0.3vw;
    }

    .section-2 .card-elem .card-desc {
        font-size: 2.3437vw;
    }

    .section-2 .btn-orange {
        padding: 0.651vw 1.3021vw;
        margin: auto;
    }


    /* FAQ */
    .section-3 {
        padding-top: 6.5104vw;
        padding-bottom: 6.5104vw;
    }

    .section-3 .container {
        flex-direction: column;
        gap: 1.8229vw;
    }

    .section-3 .title {
        font-size: 2.8645vw;
    }

    .section-3 .desc {
        font-size: 2.3437vw;
    }

    .section-3 .title:before {
        width: 7.1666vw;
        height: 0.2604vw;
        bottom: -0.3vw;
    }

    .accordion {
        max-width: 70vw;
    }

    .accordion .accordion-item {
        border-bottom: 0.1302vw solid #F95C19;
    }

    .accordion .accordion-item button[aria-expanded="true"] {
        border-bottom: 0.1302vw solid #F95C19;
    }

    .accordion button {
        padding: 1.9531vw 0;
        font-size: 2.3437vw;
    }

    .accordion button:hover::after,
    .accordion button:focus::after {
        border: 0.1302vw solid #03b5d2;
    }

    .accordion button .accordion-title {
        padding: 1.9531vw 3.125vw 1.9531vw 0;
    }

    .accordion button .icon {
        top: auto;
        right: 0;
        width: 2.6041vw;
        height: 2.6041vw;
        border: 0.261vw solid;
        border-radius: 50%;
    }

    .accordion button .icon::before {
        top: 0.9114vw;
        left: 0.3906vw;
        width: 1.3021vw;
        height: 0.2604vw;
    }

    .accordion button .icon::after {
        top: 0.3906vw;
        left: 0.9114vw;
        width: 0.2604vw;
        height: 1.3021vw;
    }

    .accordion button[aria-expanded="true"] + .accordion-content {
        max-height: 13.021vw;
    }

    .accordion .accordion-content p {
        font-size: 2.0833vw;
        margin: 1.3021vw 0;
    }


    /* FOOTER */
    .fortuna-page-icon {
        width: 6.5104vw;
        height: 6.5104vw;
        right: 1.3021vw;
        bottom: 3.2552vw;
    }

    .footer .part:nth-child(1) {
        padding: 6.5104vw 0;
    }

    .footer .part:nth-child(2) {
        padding: 1.3021vw 0;
    }

    .footer .desc {
        max-width: 39.0625vw;
        font-size: 1.6927vw;
        line-height: 1.3;
    }

    .footer .part .left-part {
        gap: 1.3021vw;
    }

    .footer .part .left-part .logo img {
        width: 26.0416vw;
    }

    .footer .right-part {
        max-width: 50vw;
    }

    .footer .right-part .input-elem {
        gap: 1.0416vw;
    }

    .footer .right-part .input-elem span {
        font-size: 1.9531vw;
    }

    .footer .right-part .input-elem .inp-group {
        gap: 0.9114vw;
    }

    .footer .right-part .input-elem .inp-group span {
        bottom: -2.6041vw;
        font-size: 1.6927vw;
    }

    .footer .right-part .input-elem .inp-group input {
        font-size: 1.9531vw;
        height: 5.2083vw;
        border-radius: 0.9114vw;
        border: 0.1302vw solid #F95C19;
        padding-left: 1.3021vw;
    }

    .footer .right-part .input-elem .inp-group .btn-orange {
        height: 5.2083vw;
        padding: 0.651vw 1.3021vw;
    }

    .footer .part .all-rights {
        font-size: 1.6927vw;
    }

    .footer .part .made-by {
        font-size: 1.6927vw;
    }
}

@media (max-width: 576px) {
    .news-content {
        padding: 50px 20px;
    }

    .news-content .wrapper-content {
        width: 100%;
        gap: 30px;
    }

    .news-content .news-main-title {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .news-content .news-main-title:before {
        width: 60px;
        height: 1.5px;
    }

    .news-content .news-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-content .news-card-image {
        height: 180px;
    }

    .news-content .news-card-content {
        padding: 15px;
        gap: 8px;
    }

    .news-content .news-date {
        font-size: 12px;
    }

    .news-content .news-title {
        font-size: 18px;
    }

    .news-content .news-desc {
        font-size: 13px;
    }

    /* CAREERS PAGE */
    .careers-hero {
        padding: 60px 0;
    }

    .careers-hero .wrapper-content {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .careers-hero .left-part {
        width: 100%;
        gap: 15px;
    }

    .careers-hero .about-title {
        font-size: 32px;
    }

    .careers-hero .about-desc {
        font-size: 14px;
    }

    .careers-hero .right-part {
        width: 100%;
    }

    .benefits-section {
        padding: 60px 0;
    }

    .benefits-section .wrapper-content {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .benefits-section .left-part {
        width: 100%;
    }

    .benefits-section .right-part {
        width: 100%;
        gap: 15px;
    }

    .benefits-section .about-title {
        font-size: 32px;
    }

    .benefits-section .about-desc {
        font-size: 14px;
    }

    .benefits-section ul {
        gap: 15px;
    }

    .benefits-section ul li {
        gap: 10px;
    }

    .benefits-section ul li img {
        width: 28px;
        height: 28px;
    }

    .benefits-section ul li p {
        font-size: 14px;
    }

    .schedule-section {
        padding: 60px 0;
    }

    .schedule-section .wrapper-content {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .schedule-section .left-part {
        width: 100%;
        gap: 15px;
    }

    .schedule-section .about-title {
        font-size: 32px;
    }

    .schedule-section .about-desc {
        font-size: 14px;
    }

    .schedule-section .right-part {
        width: 100%;
    }

    .bonuses-section {
        padding: 60px 0;
    }

    .bonuses-section .wrapper-content {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .bonuses-section .left-part {
        width: 100%;
        order: 2;
    }

    .bonuses-section .right-part {
        width: 100%;
        gap: 15px;
        order: 1;
    }

    .bonuses-section .about-title {
        font-size: 32px;
    }

    .bonuses-section .about-desc {
        font-size: 14px;
    }

    .bonuses-section ul {
        gap: 15px;
    }

    .bonuses-section ul li {
        gap: 10px;
    }

    .bonuses-section ul li img {
        width: 28px;
        height: 28px;
    }

    .bonuses-section ul li p {
        font-size: 14px;
    }

    .achievement-section {
        padding: 60px 0;
    }

    .achievement-section .wrapper-content {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .achievement-section .left-part {
        width: 100%;
        gap: 15px;
    }

    .achievement-section .about-title {
        font-size: 32px;
    }

    .achievement-section .about-desc {
        font-size: 14px;
    }

    .achievement-section .right-part {
        width: 100%;
    }

    .application-section {
        padding: 60px 0;
    }

    .application-section .top-content {
        margin-bottom: 40px;
    }

    .application-section .wrapper-content {
        width: 100%;
        flex-direction: column;
        padding: 40px 30px;
        gap: 30px;
    }

    .application-section .left-part {
        width: 100%;
    }

    .application-section .right-part {
        width: 100%;
        padding: 0;
    }

    .application-section .about-title {
        font-size: 28px;
    }

    .application-section .about-desc {
        font-size: 14px;
    }

    .application-section .form-body-content {
        padding-top: 15px;
    }

    .my_cart .mc-content span {
        font-size: 15px;
    }

    .my_cart .mc-content label input {
        font-size: 15px;
        border-radius: 7px;
        border: 1px solid #F95C19;
        padding-left: 5px;
    }

    .change-balance {
        height: 40px;
        padding: 5px 7px;
        border-radius: 7px;
        border: 1px solid #F95C19;
        font-size: 14px;
    }

    .my_cart .custom-table .table-thead .table-row .table-th {
        font-size: 14px;
    }

    .my_cart .custom-table .table-body .table-row .table-th {
        font-size: 11px;
    }

    .my_cart .custom-table .table-row .table-th .old-price {
        font-size: 9px;
    }

    .my_cart .custom-table .table-row .table-th .new-price {
        font-size: 12px;
    }

    .my_cart .custom-table .table-row {
        width: 100%;
        padding: 10px;
    }

    .my_cart .custom-table .table-thead {
        height: max-content;
        border-bottom: 1px solid #f95c19;
    }

    .my_cart .custom-table .table-body {
        max-height: 250px;
    }

    .my_cart .custom-table .table-row .table-th img {
        width: 60px;
        height: 60px;
    }

    .my_cart .custom-table .table-body .table-row .table-th:nth-child(1) {
        width: 20%;
    }

    .my_cart .custom-table .table-body .table-row .table-th:nth-child(4) {
        width: 30%;
    }

    .my_cart .custom-table .table-row .table-th:nth-child(1) {
        width: 20%;
    }

    .my_cart .custom-table .table-row .table-th:nth-child(4) {
        width: 30%;
    }

    .my_cart .custom-table .table-row .table-th span {
        font-size: 11px;
    }

    .buy-product {
        height: 25px;
        padding: 0 7px;
        font-size: 10px;
    }

    .remove-product {
        height: 25px;
        padding: 0 7px;
        font-size: 10px;
    }

    .section-2 .card-elem {
        width: 80%;
        margin: auto;
    }

    .btn-orange {
        padding: 1.8679vw 2.7361vw;
        border-radius: 1.2152vw;
        border: 0.1736vw solid #F95C19;
        font-size: 2.6042vw;
        margin-top: 1.7361vw;
    }

    .modal-content {
        padding: 3.6041vw;
        width: 80.0821vw;
        border-radius: 1.2152vw;
    }

    .modal-content .modal-top-content {
        margin-bottom: 1.7361vw;
    }

    .modal-content .modal-top-content .close-button {
        width: 3.4721vw;
        height: 3.4721vw;
    }

    .modal-content .modal-body-content {
        gap: 1.7361vw;
        padding-top: 1.7361vw;
    }

    .modal-content .modal-body-content label {
        gap: 1.7361vw;
    }

    .modal-content .modal-body-content label span {
        font-size: 2.6041vw;
    }

    #message {
        font-size: 2.2569vw;
    }

    .modal-content .modal-body-content label span.p-message {
        font-size: 2.2569vw;
    }

    .modal-content .modal-body-content label input {
        font-size: 3.6041vw;
        height: 8.9443vw;
        border-radius: 1.2152vw;
        border: 0.1736vw solid #F95C19;
        padding-left: 1.7361vw;
    }

    .modal-content .modal-body-content label textarea {
        font-size: 3.6041vw;
        height: 27.569vw;
        border-radius: 1.2152vw;
        border: 0.1736vw solid #F95C19;
        padding-left: 1.7361vw;
        padding-top: 1.7361vw;
    }

    .modal-content .modal-body-content .btn-login {
        font-size: 2.7777vw;
    }

    /* -------------- HOME ------------- */
    /* section 1 */
    .section-1 {
        padding: 8.6804vw 0;
    }

    .section-1 .container {
        flex-direction: column;
        align-items: center;
    }

    .section-1 .left-info {
        gap: 0.868vw;
        padding: 0 2.0833vw 5.5554vw 2.0833vw;
        text-align: center;
        justify-content: end;
        align-items: center;
    }

    .section-1 .left-info h1 {
        font-size: 4.3402vw;
    }

    .section-1 .left-info .desc {
        max-width: 41.6657vw;
        font-size: 3.125vw;
    }


    /* section 2 */
    .section-2 {
        padding: 8.6804vw 0;
        gap: 30px;
    }

    .section-2 .info-content {
        gap: 0.6667vw !important;
    }

    .section-2 .info-content .title {
        font-size: 3.8193vw;
    }

    .section-2 .info-content .title:before {
        width: 9.5553vw;
        height: 0.3472vw;
        bottom: -0.4vw;
    }

    .section-2 .info-content .desc {
        font-size: 3.1249vw;
    }

    .section-2 .container {
        gap: 30px;
        flex-direction: column;
    }

    .section-2 .card-elem {
        border-radius: 1.2152vw;
        padding: 5.2082vw 3.4721vw;
        gap: 1.3888vw;
    }

    .section-2 .card-elem:hover {
        box-shadow: 0 0.1388vw 0.6944vw #fcae8c61;
    }

    .section-2 .card-elem .card-img {
        width: 100%;
        text-align: center;
    }

    .section-2 .card-elem .card-img img {
        width: 15.6246vw;
    }

    .section-2 .card-elem .card-title {
        font-size: 3.4721vw;
    }

    .section-2 .card-elem .card-title:after {
        height: 0.1736vw;
        bottom: -0.4vw;
    }

    .section-2 .card-elem .card-desc {
        font-size: 3.1249vw;
    }

    .section-2 .btn-orange {
        padding: 0.868vw 1.7361vw;
        margin: auto;
    }


    /* FAQ */
    .section-3 {
        padding: 0 11px 50px;
    }

    .section-3 .wrapper-content {
        width: calc(100vw - 22px);
        border-radius: 34px;
        flex-direction: column;
    }

    .section-3 .wrapper-content .right-part {
        width: 100%;
        gap: 20px;
        padding: 25px;
    }

    .section-3 .wrapper-content .left-part {
        width: 100%;
        padding: 50px;
    }

    .section-3 .wrapper-content .right-part .form-body-content label span {
        font-size: 15px;
    }

    .section-3 .wrapper-content .right-part .form-body-content label textarea {
        font-size: 15px;
        height: 100px;
        border-radius: 12px;
        border: 1px solid #F95C19;
        padding-left: 10px;
        padding-top: 10px;
    }

    .section-3 .wrapper-content .right-part .form-body-content .btn-login {
        font-size: 15px;
        width: 100px;
        border-radius: 12px;
        height: 40px;
        margin-top: 15px;
        padding: 10px;
    }

    .section-3 .wrapper-content .right-part .form-body-content label input {
        font-size: 15px;
        height: 50px;
        border-radius: 12px;
        border: 1px solid #F95C19;
        padding-left: 10px;
    }

    .section-3 .container {
        flex-direction: column;
        gap: 2.4305vw;
    }

    .section-3 .title {
        font-size: 3.8193vw;
    }

    .section-3 .desc {
        font-size: 3.1249vw;
    }

    .section-3 .title:before {
        width: 9.5553vw;
        height: 0.3472vw;
        bottom: -0.4vw;
    }

    .accordion {
        max-width: 93.331vw;
    }

    .accordion .accordion-item {
        border-bottom: 0.1736vw solid #F95C19;
    }

    .accordion .accordion-item button[aria-expanded="true"] {
        border-bottom: 0.1736vw solid #F95C19;
    }

    .accordion button {
        padding: 2.6041vw 0;
        font-size: 3.1249vw;
    }

    .accordion button:hover::after,
    .accordion button:focus::after {
        border: 0.1736vw solid #03b5d2;
    }

    .accordion button .accordion-title {
        padding: 2.6041vw 4.1666vw 2.6041vw 0;
    }

    .accordion button .icon {
        top: auto;
        right: 0;
        width: 3.4721vw;
        height: 3.4721vw;
        border: 0.348vw solid;
        border-radius: 50%;
    }

    .accordion button .icon::before {
        top: 1.2152vw;
        left: 0.5208vw;
        width: 1.7361vw;
        height: 0.3472vw;
    }

    .accordion button .icon::after {
        top: 0.5208vw;
        left: 1.2152vw;
        width: 0.3472vw;
        height: 1.7361vw;
    }

    .accordion button[aria-expanded="true"] + .accordion-content {
        max-height: 17.3609vw;
    }

    .accordion .accordion-content p {
        font-size: 2.7777vw;
        margin: 1.7361vw 0;
    }


    /* FOOTER */
    .fortuna-page-icon {
        width: 8.6804vw;
        height: 8.6804vw;
        right: 1.7361vw;
        bottom: 4.3402vw;
    }

    .footer .part:nth-child(1) {
        padding: 8.6804vw 0;
    }

    .footer .part:nth-child(2) {
        padding: 1.7361vw 0;
    }

    .footer .desc {
        max-width: 50vw;
        font-size: 2.2569vw;
        line-height: 1.3;
    }

    .footer .part .left-part {
        gap: 1.7361vw;
    }

    .footer .part .left-part .logo img {
        width: 34.7213vw;
    }

    .footer .right-part {
        max-width: 50vw;
    }

    .footer .right-part .input-elem {
        gap: 1.3888vw;
    }

    .footer .right-part .input-elem span {
        font-size: 2.6041vw;
    }

    .footer .right-part .input-elem .inp-group {
        gap: 1.2152vw;
    }

    .footer .right-part .input-elem .inp-group span {
        bottom: -3.4721vw;
        font-size: 2.2569vw;
    }

    .footer .right-part .input-elem .inp-group input {
        font-size: 2.6041vw;
        height: 6.9443vw;
        border-radius: 1.2152vw;
        border: 0.1736vw solid #F95C19;
        padding-left: 1.7361vw;
    }

    .footer .right-part .input-elem .inp-group .btn-orange {
        height: 6.9443vw;
        padding: 0.868vw 1.7361vw;
    }

    .footer .part .all-rights {
        font-size: 2.2569vw;
    }

    .footer .part .made-by {
        font-size: 2.2569vw;
    }

    /* PRIZES */
    .prizes-section .prizes-title {
        font-size: 3.8194vw;
    }

    .prizes-section .prizes-desc {
        max-width: 96%;
        font-size: 2.2569vw;
    }

    .road-map-main .road-map-wrapper .road-map-card .card-head span {
        font-size: 4.5625vw;
    }

    .road-map-main .road-map-wrapper .road-map-card .card-head {
        font-size: 3.0416vw;
        text-align: center;
    }

    .road-map-main .road-map-wrapper .road-map-card .card-text {
        text-align: center;
    }

    .road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
        font-size: 3vw;
        line-height: 3vw;
    }

    /* PROFILE */
    .profile-section {
        padding: 35px 0;
    }

    .profile-section .container {
        gap: 15px;
        flex-direction: column;
    }

    .profile {
        border-radius: 10px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17);
        margin-top: 50px;
        padding: 10px 5px;
        width: 100%;
    }

    .profile__account {
        padding-left: 90px;
        gap: 5px;
    }

    .profile__delivery {
        width: max-content;
        padding: 0 8px 0 0;
        gap: 10px;
    }

    .profile__delivery img {
        width: 60px;
        height: 60px;
    }

    .profile__delivery .total-count {
        font-size: 20px;
    }

    .profile__header {
        margin-bottom: 20px;
    }

    .profile__icon {
        margin-right: 10px;
        padding-top: 0;
        width: 50px;
        height: 50px;
    }

    .profile__key {
        font-size: 16px;
    }

    .profile__picture {
        border-radius: 50%;
        border: 5px solid #ffffff;
        height: 80px;
        top: -20px;
        width: 80px;
    }

    .profile__picture:before {
        border-radius: 50%;
    }

    .profile__picture img {
        border-radius: 50%;
    }

    .profile__stat {
        border-right: 1px solid #e9e9e9;
        padding: 10px 5px;
    }

    .profile__username {
        font-size: 14px;
    }

    .profile__phone__number {
        font-size: 13px;
    }

    .profile__value {
        font-size: 16px;
    }

    .info-container {
        width: 95%;
        /* box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17); */
        border-radius: 10px;
        margin: auto;
        margin-top: 10px;
    }

    .main-panel {
        padding: 20px;
    }

    .profile-tab-elem {
        padding: 10px;
    }

    .edit-profile-form {
        gap: 10px;
    }

    .edit-profile-form .form-body-content {
        max-width: 98%;
        gap: 10px;
    }

    .edit-profile-form .form-body-content label {
        gap: 10px;
    }

    .edit-profile-form .form-body-content label span {
        font-size: 15px;
    }

    .edit-profile-form .form-body-content label div {
        font-size: 15px;
        height: 40px;
        border-radius: 8px;
        border: 1px solid #F95C19;
        padding-left: 10px;
    }

    .edit-profile-form .form-body-content label input {
        font-size: 15px;
        height: 40px;
        border-radius: 8px;
        border: 1px solid #F95C19;
        padding-left: 10px;
    }

    .profile-img-elem {
        gap: 10px;
        margin-bottom: 15px;
    }

    #pr_image {
        border-radius: 50%;
        width: 80px;
        height: 80px;
    }

    .profile_image_label {
        width: 50%;
        height: 40px;
        border-radius: 8px;
        border: 1px solid #F95C19;
    }

    .profile_image_label span {
        gap: 10px;
    }

    .profile-menu-items {
        gap: 10px;
    }

    .profile-menu-items .pm-item {
        gap: 10px;
        border-radius: 8px;
        padding: 5px;
    }

    .profile-menu-items .pm-item img {
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }

    .profile-menu-items .pm-item .pm-title {
        font-size: 16px;
    }

    .my_winnings .custom-table {
        width: 100%;
    }

    .my_winnings .custom-table .table-thead {
        width: 100%;
        height: 40px;
        border-bottom: 2px solid #f95c19;
    }

    .my_winnings .custom-table .table-row {
        width: 100%;
        padding: 10px;
    }

    .my_winnings .custom-table .table-row .table-th {
        gap: 10px;
    }

    .my_winnings .custom-table .table-row .table-th:nth-child(1) {
        width: 60%;
    }

    .my_winnings .custom-table .table-row .table-th:nth-child(2) {
        width: 40%;
    }

    .my_winnings .custom-table .table-thead .table-row .table-th {
        font-size: 15px;
    }

    .my_winnings .custom-table .table-body {
        max-height: 250px;
    }

    .my_winnings .custom-table .table-body .table-row:not(:last-child) {
        border-bottom: 1px solid aliceblue;
    }

    .my_winnings .custom-table .table-body .table-row .table-th {
        font-size: 15px;
    }

    .first-login-item {
        font-size: 11px;
    }

    .empty-message {
        font-size: 15px;
    }

    .my_winnings .custom-table .table-row .table-th img {
        width: 20px;
        height: 20px;
    }

    .my_orders .custom-table {
        width: 100%;
    }

    .my_orders .custom-table .table-thead {
        width: 100%;
        height: 40px;
        border-bottom: 2px solid #f95c19;
    }

    .my_orders .custom-table .table-row {
        width: 100%;
        padding: 10px;
    }

    .my_orders .custom-table .table-row .table-th {
        gap: 5px;
    }

    .my_orders .custom-table .table-row .table-th .old-price {
        font-size: 9px;
    }

    .my_orders .custom-table .table-row .table-th .new-price {
        font-size: 12px;
    }

    .my_orders .custom-table .table-thead .table-row .table-th {
        font-size: 14px;
    }

    .my_orders .custom-table .table-body {
        max-height: 250px;
    }

    .my_orders .custom-table .table-body .table-row:not(:last-child) {
        border-bottom: 1px solid aliceblue;
    }

    .my_orders .custom-table .table-body .table-row .table-th {
        font-size: 11px;
    }

    .my_orders .custom-table .table-row .table-th img {
        width: 60px;
        height: 60px;
    }


    .levels_prizes .prizes-content {
        width: 100%;
        gap: 25px;
        justify-content: center;
    }

    .levels_prizes .prizes-content .prize-card {
        width: 48%;
        height: 100px;
        gap: 10px;
        border: 1px solid #F95C19;
        padding: 10px;
        border-radius: 8px;
    }

    .levels_prizes .prizes-content .prize-card img {
        top: -10px;
        width: 35px;
    }

    .levels_prizes .prizes-content .prize-card:hover {
        box-shadow: 0 0 8px 0 rgb(0 0 0 / 9%);
    }

    .levels_prizes .prizes-content .prize-card.active {
        box-shadow: 0 0 8px 0 rgb(0 0 0 / 9%);
    }

    .levels_prizes .prizes-content .prize-card:last-child {
        margin-left: auto;
        margin-right: auto;
    }

    .levels_prizes .prizes-content .prize-card .prize-card-title {
        font-size: 20px;
    }

    .levels_prizes .prizes-content .prize-card .prize-card-desc {
        font-size: 10px;
    }

    .level-xp {
        font-size: 15px;
    }

    .level-name {
        font-size: 14px;
    }


    /* new responsive */

    .first-banner {
        height: 25vh;
        margin-top: 50px;
    }


    .section-2 .card-elem {
        height: 350px;
    }

    /* how it works */
    .how-it-work .top-info .desc {
        font-size: 3.1249vw;
        padding: 0 10px;
    }

    .how-it-work .wrapper-content .card-content {
        flex-direction: column;
    }

    .how-it-work .wrapper-content .card-content:nth-child(2) {
        flex-direction: column-reverse;
    }

    .how-it-work .wrapper-content .card-content div {
        width: 100%;
        height: max-content;
    }

    .how-it-work .wrapper-content .card-content .info-elem {
        width: 100%;
    }

    .how-it-work .wrapper-content .card-content .info-elem .title {
        width: 100%;
        font-size: 26px;
        margin-bottom: 5px;
    }

    .how-it-work .wrapper-content .card-content .info-elem .desc {
        width: 100%;
        font-size: 16px;
    }

    .for-registration {
        padding: 0 11px 50px;
    }

    .for-registration .wrapper-content {
        width: calc(100vw - 22px);
        border-bottom: none;
        flex-direction: column-reverse;
    }

    .for-registration .wrapper-content .left-part {
        width: 100%;
    }

    .for-registration .wrapper-content .left-part .r-title {
        font-size: 32px;
    }

    .for-registration .wrapper-content .left-part .r-desc {
        font-size: 16px;
    }

    .for-registration .wrapper-content .left-part .inp-group input {
        font-size: 15px;
        height: 50px;
        border-radius: 12px;
        border: 1px solid #F95C19;
        padding-left: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .for-registration .wrapper-content .left-part .inp-group .btn-orange {
        height: 50px;
        border-radius: 12px;
        border: 1px solid #F95C19;
        font-size: 15px;
        padding: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .for-registration .wrapper-content .right-part {
        width: 100%;
        padding: 50px;
    }

    .about-2 {
        width: 100vw;
        padding: 0 11px 50px;
    }

    .about-2 .wrapper-content {
        width: calc(100vw - 22px);
        border-radius: 34px;
        padding: 25px;
        flex-direction: column;
    }

    .about-2 .wrapper-content .left-part {
        width: 100%;
        padding-left: 0;
    }

    .about-2 .wrapper-content .right-part {
        width: 100%;
        padding-left: 0;
    }

    .about-2 .wrapper-content .right-part .about-title {
        font-size: 36px;
        line-height: 1.2em;
        margin-top: 20px;
    }

    .about-1 {
        padding: 0 11px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .about-1 .wrapper-content {
        width: calc(100vw - 22px);
        flex-direction: column-reverse;
    }

    .about-1 .wrapper-content .left-part {
        width: 100%;
        margin-top: 15px;
    }

    .about-1 .wrapper-content .left-part .about-title {
        font-size: 34px;
        line-height: 1.2em;
    }

    .about-1 .wrapper-content .right-part {
        width: 100%;
        padding-left: 0;
    }

    .single-news {
        padding: 60px 11px;
    }

    .single-news .wrapper-content {
        width: calc(100vw - 22px);
        border-radius: 34px;
        flex-direction: column;
    }

    .single-news .wrapper-content .left-part {
        width: 100%;
        padding: 11px;
    }

    .single-news .wrapper-content .right-part {
        width: 100%;
        padding: 25px;
    }

    .single-news .wrapper-content .right-part .news-title {
        line-height: 1.2em;
    }

    #section-2-benefits.section-2 .card-elem {
        height: 350px;
    }

    #section-2-benefits {
        padding: 50px 0;
    }

    #section-2-benefits.section-2 .card_inner {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        background: white;
        position: absolute;
        border-radius: 15px;
        top: 2px;
        left: 2px;
        padding-top: 70px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .section-2 .card-elem .card-desc {
        font-size: 14px;
    }

    .section-2-looking {
        padding: 50px 0;
        gap: 20px;
    }

    .section-2-looking .info-content .title {
        font-size: 16px;
    }

    .section-2-looking .info-content .desc {
        font-size: 14px;
    }

    #section-2-looking.section-2-looking .container.work-post-wrapper-content {
        gap: 25px;
    }

    .work-post {
        flex-direction: column;
    }

    .work-post-img {
        width: 300px;
        height: 250px;
        padding: 0;
        padding-bottom: 25px;
        transform: none;
        display: flex;
    }

    .work-post-info {
        padding: 25px;
        padding-left: 25px;
        width: 100%;
    }

    .work-post-info .work-post-title {
        margin-left: 0;
        font-size: 25px;
    }

    .work-post-info .work-post-text {
        margin-left: 0;
    }

    .work-post:hover .work-post-img {
        transform: translateX(50px);
    }

    .section-3.for-contact {
        padding-top: 60px;
    }

    .section-3 .top-content {
        width: 100%;
    }

    .section-3 .top-content .contact-desc {
        max-width: 100%;
        font-size: 16px;
    }

    .section-3 .top-content .contact-title {
        font-size: 32px;
    }

    .h-200 {
        height: 200px!important;
        margin-top: auto;
    }

    .contact-info {
        width: 50vw;
        right: 0;
        padding: 20px;
        gap: 10px;
    }

    .contact-info h3 {
        font-size: 24px;
    }

    .news-content .news-card-image img {
        object-fit: cover;
    }

    .levels_prizes .prizes-content .prize-elem {
        width: 100px;
        gap: 15px;
        margin: unset;
    }

    .btn-buy-box {
        width: 100px;
        height: 35px;
        font-size: 16px;
    }

    .day-content {
        flex-direction: column;
    }

    .rewards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .daily_box .boxes .box-elem {
        width: max-content;
        height: max-content;
    }
}