* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    background: #2b2b36;
    background:#2b2b36 url("img/bg_main_1.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    /*min-height: 100vh;*/
    height: 100%;
    /*overflow-x: hidden;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.container {
    display: flex;
    flex-direction: column;
    /*min-height: 100vh;*/
}

header {
    height: 96px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    z-index: 1056;
}

.header-logo {

}

.main-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: start;
    flex-shrink: 0;
    margin: 0 auto;
    padding-top: 30px;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.left-section {
    flex: 1;
    /*padding: 60px;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 50%;
}

.right-section {
    flex: 1;
    width: 50%;
    /*padding: 40px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-title {
    margin-bottom: 16px;
}

.main-title.l1 {
    color: rgba(255, 255, 255, .8);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    /*line-height: 57.6px;*/
    /*letter-spacing: 0.48px;*/
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.main-title.l2 {
    color: rgba(255, 255, 255, 1);
    font-family: 'Poppins', sans-serif;
    font-size: 69px;
    font-weight: 700;
    line-height: 110%;
    text-align: left;
}
.main-title.l2 span {
    font-weight: 400;
    font-style: italic;
}
.main-title.l3 {
    color: rgba(174, 176, 189, 1);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-align: left;}

.description {
    font-size: 20px;
    font-weight: 400;
    color: #AEB0BD;
    margin-bottom: 40px;
    line-height: 28px;
}

.recommended-section {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.recommend-button-1 {
    position: relative;
    display: flex;
    /*width: 225.64px;*/
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 21px;
    border-radius: 12px;
    border: 1px solid #D69826;
    background: #2b2b36;
    background: radial-gradient(circle at 100% 100%, #2b2b36 0, #2b2b36 11px, transparent 11px) 0% 0%/12px 12px no-repeat,
    radial-gradient(circle at 0 100%, #2b2b36 0, #2b2b36 11px, transparent 11px) 100% 0%/12px 12px no-repeat,
    radial-gradient(circle at 100% 0, #2b2b36 0, #2b2b36 11px, transparent 11px) 0% 100%/12px 12px no-repeat,
    radial-gradient(circle at 0 0, #2b2b36 0, #2b2b36 11px, transparent 11px) 100% 100%/12px 12px no-repeat,
    linear-gradient(#2b2b36, #2b2b36) 50% 50%/calc(100% - 2px) calc(100% - 24px) no-repeat,
    linear-gradient(#2b2b36, #2b2b36) 50% 50%/calc(100% - 24px) calc(100% - 2px) no-repeat,
    linear-gradient(270deg, rgba(214,152,38,1) 0%, rgba(0,194,111,1) 25%, rgba(102,150,214,1) 50%, rgba(242,137,132,1) 75%, rgba(95,206,240,1) 100%);
    box-sizing: border-box;

    font-size: 14px;
    font-weight: 400;
}


.recommended-text {
    color: #FFF;
    font-size: 14px;
}

.now-badge {
}

.now-icon {}

.stars-icon {
    position: absolute;
    right: -20px;
    top: -20px;
}

.stars {
    font-size: 16px;
}

.payment-info {
    margin-top: auto;
}

.buy-text {
    color: #AEB0BD;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.payment-icons {
    display: flex;
    gap: 12px;
}

.visa-logo {
}

.mastercard-logo {
}


/* TABS */
.form-container {
    box-sizing: border-box;
    border-radius: 32px;
    box-shadow: 1.61px -1.61px 19.673622131347656px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12.900734901428223px);
    background: rgba(206, 206, 206, 0.53);
    padding: 30px;
    width: 466px;
    /*height: 582px;*/
}

.tabs-container.login {
    min-height: 290px !important;
}

.tabs-header {
    display: flex;
    background: #30303E;
    border-radius: 12px 12px 0 0;
    /*padding: 4px;*/
}

.tab-btn {
    flex: 1;
    padding: 18px 16px;
    background: transparent;
    border: none;
    color: #AEB0BD;
    font-size: 16px;
    font-weight: 500;
    /*border-radius: 12px;*/
    cursor: pointer;
    transition: all 0.3s ease;

    position: relative;
    display: inline-block;
    overflow: hidden; /* Important for containing the skewed pseudo-element */
}

.tab-btn.active:first-of-type {
    /*position: relative;*/
    /*display: inline-block;*/
    /*overflow: hidden; !* Important for containing the skewed pseudo-element *!*/
}
.tab-btn.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343443;
    /*transform-origin: bottom left; !* Adjust origin for desired skew effect *!*/
    /*border-radius: 10px; !* Apply border-radius to the skewed pseudo-element *!*/
}
.tab-btn.active:first-of-type:after {
    transform: skewX(20deg); /* Adjust skew angle as needed */
    transform-origin: bottom right; /* Adjust origin for desired skew effect */
    border-radius: 12px 6px 0 0; /* Apply border-radius to the skewed pseudo-element */
    border-right: 1px solid #46475D;
}
.tab-btn.active:last-of-type:after {
    transform: skewX(-20deg); /* Adjust skew angle as needed */
    transform-origin: bottom left; /* Adjust origin for desired skew effect */
    border-radius: 6px 12px 0 0; /* Apply border-radius to the skewed pseudo-element */
    border-left: 1px solid #46475D;
}

.tab-btn.active span {
    position: relative; /* Ensure button content appears above pseudo-element */
    background: transparent; /* Make button background transparent */
    border: none;
    color: white;
    /*padding: 10px 20px;*/
    cursor: pointer;
    z-index: 100;
}

.tab-btn.active {
    /*background: #343443;*/
    /*color: #fff;*/
}

.tab-content {
    padding: 20px 25px;
    border-top: 1px solid #46475D;
    height: 394px;
    /*width: 561px;*/
}

/* TRUSTPILOT */
.trustpilot-section {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.trustpilot-logo {
    /*margin-bottom: 3px;*/
    width: 82px;
}

.trustpilot-rating {
    /*margin-bottom: 2px;*/
    width: 140px;
}

.trustpilot-info {
    color: #FFF;
    font-size: 8px;
}
.trustpilot-info span {
    opacity: 0.7;
}


/* FORM */
.gift-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gift-form .input-group {
    /* Frame 13 */
    width: 418px;
    height: 68px;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10;
    padding: 8px 16px 8px 16px;
    border-radius: 16px;
    background: rgba(217, 217, 217, 1);
}

.gift-form .input-group.active {
    border-radius: 16px;
    background: rgba(187, 184, 184, 1);
}

.gift-form .input-group label {
    color: rgba(99, 99, 99, 1);
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
}
.form-input {
    width: 100%;
    /*padding: 5px 10px 5px 0;*/
    background: transparent;
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    /*border-radius: 12px;*/
    color: #fff;
    transition: all 0.3s ease;
    border: none;
    color: rgba(29, 29, 29, 1);

    font-family: Poppins, sans-serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-input:focus {
    outline: none;
    /*border-color: #00d4aa;*/
    /*background: rgba(255, 255, 255, 0.12);*/
}

.photo-section {
    height: 103px;
    text-align: center;
}

.photo-container {
    background: #3E3E59;
    /*display: flex;*/
    padding: 5px 20px 11px 20px;
    border: 1px solid #46475D;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

.photo-container label {
    font-size: 14px;
    font-weight: 500;
    color: #AEB0BD;
    text-align: left;
}
.photo-container:hover {
    /*border-color: #00d4aa;*/
    /*background: rgba(0, 212, 170, 0.1);*/
}

.camera-icon {
    /*font-size: 48px;*/
    /*margin-bottom: 12px;*/
    /*opacity: 0.6;*/
    text-align: center;
    position: relative;
    top: -8px;
}

.photo-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

.photo-preview {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.exchange-button {
    /* Frame 12 */
    width: 418px;
    height: 52px;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10;
    padding: 26px 184px 26px 184px;
    border-radius: 20px;
    background: rgba(29, 29, 29, 0.6);
    border: none;
    color: rgba(255, 255, 255, 0.6);
}

/*.exchange-button:hover:not(:disabled) {*/
/*    background: #00C26F;*/
/*    transform: translateY(-1px);*/
/*}*/

.exchange-button:disabled {
/*    !*background: rgba(255, 255, 255, 0.1);*!*/
    color: rgba(255, 255, 255, 0.6);
/*    cursor: not-allowed;*/
/*    opacity: 0.4;*/
}

.exchange-list {
    max-height: 340px;
    overflow-y: auto;
}

.exchange-item {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    gap: 16px;
}

.exchange-item:last-child {
    border-bottom: none;
}

.exchange-photo, .prize-photo {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
    cursor: pointer;
}

.exchange-info {
    flex: 1;
}

.exchange-data {
    display: flex;
    align-items: center;
    gap: 15px;
}

.exchange-swap {
    background: #3D3D58;
    padding: 8px 10px;
    display: flex;
    border-radius: 5px;
    /*width: 28px;*/
    /*height: 28px;*/
}

.input-group-with-button {
    /*display: flex;*/
    /*gap: 12px;*/
    /*align-items: flex-end;*/
    position: relative;
}

.input-group-with-button .input-group {
    /*flex: 1;*/
}

.qr-scan-btn {
    position: absolute;
    right: 1px;
    top: 9px;
    /*width: 78px;*/
    /*height: 78px;*/
    /*background: #3E3E59;*/
    border: none;
    /*border-radius: 6px;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: transparent;
}

.qr-scan-btn:disabled {
    cursor: not-allowed;
}

.qr-scan-btn:disabled img {
    opacity: 0.5;
}

.qr-scan-btn:not(:disabled):hover {
    /*background: #4A4A6A;*/
}

.qr-scan-btn img {
    /*width: 56px;*/
    /*height: 56px;*/
}

.exchange-name {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 4px;
}

.exchange-company {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.exchange-gift {
    color: #00d4aa;
    font-size: 12px;
    font-weight: 500;
}

.exchange-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    margin-left: 20px;
}

.exchange-status {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
}

.status-pending {
    background: rgba(255, 193, 7, 0.2);
    color: #ffc107;
}

.status-completed {
    background: rgba(40, 167, 69, 0.2);
    color: #28a745;
}

.status-btn, .btn-delete-confirm {
    padding: 4px 12px;
    border: none;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-delete {
    background: rgba(179, 38, 30, 1) !important;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    border-radius: 5px;
    height: 56px;
    color: #FFF;
}

.btn-delete-confirm {
    background: transparent;
    border: none;
}

.btn-complete {
    background: transparent;
    border: none;
    /*color: #000;*/
}

.btn-complete:hover {
    background: #00c49a;
}

.btn-revert {
    background: rgba(255, 193, 7, 0.8);
    color: #000;
}

.btn-revert:hover {
    background: #ffc107;
}

.loading {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    padding: 40px;
}


/* MODAL */
.success-modal {
    background: url("img/fin-bg-1.jpg") no-repeat center center;
    background-size: cover;
}

.success-modal .modal-fullscreen {
    background: linear-gradient(270.00deg, rgba(1, 1, 1, 0),rgba(1, 1, 1, 1) 100%);
}

.success-modal .modal-content {
    background-color: transparent !important;
}
.success-modal .qr-code-image-wrapper {

}

.gift-modal {
    background: #222;
    /*z-index: 1000;*/
}
.gift-modal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
}
.gift-modal .modal-header {
    border: none !important;
    padding: 0;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
}

.gift-modal .btn-close {
    display: flex;
    align-items: center;
    background-size: 28px;
    /*top: 55px;*/
    /*right: 133px;*/
    text-align: center;
    /*height: 72px;*/
    font-size: 24px;
    font-weight: 400;
    color: #C3C3C3;
    width: 68px;
    background: url("img/close.svg") no-repeat center top;
    z-index: 1111;
    position: absolute;
    left: 0;
    bottom: 50px;

}
.gift-modal .modal-content {
    height: 100%;
    background: #222;
}

.gift-modal .modal-body {
    padding: 0 !important;
}

.gift-reveal {
    text-align: center;
    padding: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    top: -50px;
    position: relative;
}

.gift-image img {
    /*width: 319px;*/
    /*height: 319px;*/
    /*border-radius: 12px;*/
    /*overflow: hidden;*/
}

.gift-description .congratulations-title {

}
.gift-description .gift-subtitle {

}


.gift-display {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px 24px;
    margin-bottom: 32px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gift-display .gift-icon {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
}

.gift-name {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.gift-instruction {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 1.5;
}

.gift-modal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.gift-modal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(102, 126, 234, 0.4);
}

.gift-modal-btn .btn-icon {
    font-size: 18px;
}

.gift-modal-btn .btn-text {
    font-weight: 700;
}

@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
    }
    
    .left-section {
        padding: 40px 20px;
    }
    
    .right-section {
        padding: 20px;
    }
    
    .main-title {
        font-size: 32px;
    }
    
    .tabs-container {
        max-width: 100%;
    }
}

/*.qr-code-image-wrapper {*/
/*    width: 242px;*/
/*    height: 242px;*/
/*    border-radius: 21.55px;*/
/*    background: rgba(227, 227, 227, 1);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.qr-code-image {*/
/*    max-width: 202px;*/
/*    max-height: 202px;*/
/*    width: auto;*/
/*    height: auto;*/
/*}*/


.modal .modal-content {
    background:#222;
}
.modal .modal-header {
    border: none;
}
.modal .btn-close {
    background-image: url("/img/close.svg");
    background-size: 27px;
    background-position: top center;
    /*margin-right: 100px;*/
    /*margin-top: 30px;*/
    color: #ccc;
    text-align: center;
    width: 68px;
    height: 82px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    /*position: absolute;*/
    /*right: 100px;*/
    /*top: 50px;*/
}
.modal .modal-body {
    position: relative;
    /*top: -50px;*/
}

/*393 996;*/
/*@media screen and (max-width: 393px) {*/
    /* CONTACTS PAGE */
    .contacts-page {
        /*background: linear-gradient(135deg, #2b2b36 0%, #1a1a24 100%);*/
        /*min-height: 100vh;*/
        display: flex;
        align-items: start;
        justify-content: center;
        height: 100%;
        /*padding-top: 60px;*/
        background: rgba(43, 43, 54, 1);
        /*background: rgba(43, 43, 54, 1) url("img/Gradient+Blur.png") center center;*/
        /*background-repeat: no-repeat;*/
        /*background-size: contain;*/
        /*background-position: top 10% center;*/
    }

    .contacts-container {
        /*text-align: center;*/
        max-width: 393px;
        width: 100%;
        /*height: 100vh;*/
        height: 100%;
        padding: 75px 48px 68px;
        /*padding: 0 48px;*/
        display: flex;
        flex-direction: column;
        /*justify-content: space-between;*/
        /*gap: 10px;*/
    }

    .contacts-container > .wrapper {
        text-align: center;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        z-index: 2;
    }
    .contacts-container .gradient-bg {
        border-radius: 102.08px;
        filter: blur(117px);
        background: linear-gradient(90deg, #4EA1F5FF, 100%, transparent);
        opacity: 0.4;
        /* Gradient+Blur */
        width: 221.36px;
        height: 317.05px;
        transform: rotate(61.60deg);

        position: absolute;
        top: 170px;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .contacts-header {
        /*margin-bottom: 80px;*/
    }

    .logo {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 155px;
    }

    .logo-text {
        color: #fff;
    }

    .logo-now {
        color: #00C26F;
    }
    .contacts-content {
        display: flex;
        flex-direction: column;
        /*gap: 60px;*/
        height: 100%;
    }

    .contact-buttons {
        display: flex;
        flex-direction: column;
        gap: 28px;
        margin: 0 auto 155px;
    }

    .contact-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
        padding: 16px 24px;
        background: rgba(62, 62, 89, 1);
        border: 1px solid rgba(0, 0, 0, 1);
        border-radius: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        width: 238px;
        height: 70px;
        position: relative;
    }

    .contact-btn:hover {
        /*background: rgba(255, 255, 255, 0.15);*/
        color: #fff;
        transform: translateY(-2px);
        border-color: rgba(78, 161, 245, 1);
    }

    .telegram-btn {
        border-color: rgba(78, 161, 245, 1);
    }
    .telegram-btn:hover {
        border-color: #0088cc;
    }

    .twitter-btn img {
        left: -9px;
        position: relative;
    }
    .twitter-btn span {
        left: -9px;
        position: relative;
    }
    .twitter-btn:hover {
        /*border-color: #1da1f2;*/
    }

    .app-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .app-footer .footer-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin: auto auto 18px;
    }

    .app-icon {
        width: 160px;
        height: 160px;
    }

    .app-icon img {
    }

    .app-store-badge {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .app-store-info {
        text-align: left;
    }

    .app-store-text {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        display: block;
    }

    .app-rating {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 4px;
    }

    .rating-number {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

    .stars {
        color: #ffd700;
        font-size: 12px;
    }

    .app-description {
        text-align: center;
    }

    .app-title {
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 16px;
    }

    .app-text {
        color: #AEB0BD;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        margin: 0;
    }

    .ios-only, .android-only {
        display: none;
    }

    .app-section {
        flex-direction: column;
        gap: 16px;
    }

    .app-section .app-icon {
        align-self: flex-start;
    }

    .app-stores {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
/*}*/
