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

:root {
    --main-text: #ededf0;
    --input-bg: #fcfcfc;
    --paragraph-text: #d6d6d6;
    --footer-bg: #121212;
    --footer-text: #c7c8c9;
    --card-bg: #0F131A;
    --bg-white: #ffffff;
    --text-white: #ffffff;
    --border-color: #424446;
}

/* Start Root */
*,
body {
    font-family: "Outfit", sans-serif;
    scrollbar-width: thin;
    scrollbar-color: var(--card-bg) #242233;
}

body {
    color: white;
    background-color: var(--card-bg);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-inline: unset;
}

.theme-dark .page {
    color: unset;
    background: var(--bg-color);
}

.page-body {
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

svg {
    animation: strok 2s reverse;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 400;
}

@keyframes strok {
    100% {
        stroke-dashoffset: 400;
    }
}

a {
    color: white;
}

.app {
    /* background: linear-gradient(300deg, #242233, #0F131A); */
    background: linear-gradient(300deg, #01030E, #0F131A);
}

.btn:hover {
    background-color: #242233;
}

::placeholder {
    color: #60606089 !important;
    font-weight: 400;
}

.card {
    border: none;
}

.card-header {
    padding-bottom: 0.5rem;
}

/* End Root */
/* Start Reset Tag */
a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-unstyled {
    list-style: none !important;
}

.form-imagecheck-figure,
.form-imagecheck-input,
input,
select,
textarea {
    box-shadow: none !important;
    outline: none !important;
}

.form-imagecheck-input[type=radio]~.form-imagecheck-figure:before,
.form-imagecheck-input[type=radio]:checked~.form-imagecheck-figure:before {
    display: none;
}

.form-imagecheck,
.form-imagecheck-figure {
    height: 100%;
}

.form-imagecheck-input:checked~.form-imagecheck-figure {
    border-color: var(--main-text);
    border-width: 2px;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--hover-border-color) !important;
}

#shared_item_link .input-icon-addon {
    background: #fff;
    border: 1px solid var(--bg-color);
}

html[dir="rtl"] .input-icon-addon {
    right: auto;
    left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    font-weight: 500;
}

section {
    min-height: 100vh;
}

.strong,
b,
strong {
    font-weight: 500;
}

p {
    margin: 0;
}

/* End Reset Tag */

/* Start Reset Var */

html[dir="rtl"] .text-end {
    text-align: left !important;
}

.btn-primary {
    background: var(--main-text);
    padding: 0.6rem;
    border-radius: 9px;
}

.form-check-input:checked {
    background-color: var(--main-text);
}

.modal-header,
.modal-content {
    background: var(--card-bg);
}

.modal-backdrop {
    --aous-aw-backdrop-bg: rgb(18 17 28 / 60%);
}

.owl-nav {
    display: none;
}

.text-secondary {
    color: #b2b2b2 !important;
}

/* End Reset Var */

/* Start Var */
a.btn_main {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    padding-inline: 1.2rem;
    padding-block: 0.7rem;
    font-size: 1rem;
    /* background: linear-gradient(90deg, #846cc0 45.35%, #bb5c7d 100%); */
    background: #846cc0;
    color: white;
    border: transparent;
    border-radius: 30px;
    min-width: 10rem;
}

.grid_template_2 {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.rotate_90 {
    rotate: 90deg;
}

.clip_text {
    background: linear-gradient(90deg, #846cc0 45.35%, #FC82AC 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.plugin-dropdown_input .dropdown-input,
.tom_select .ts-control,
.form-control,
.ts-control,
.ts-wrapper.single.input-active .ts-control,
.ts-dropdown {
    border: var(--aous-aw-border-width) solid var(--border-color);
    background-color: #0e131a;
    border-color: var(--border-color) !important;
    color: white;
}

.ts-dropdown [data-selectable].option {
    color: white;
    background-color: #0e131a;
}

.tom_select .ts-control::after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='white'  viewBox='0 0 24 24'><path fill-rule='evenodd' d='M11.341 4.747a1 1 0 0 1 1.318 0l4 3.5a1 1 0 1 1-1.317 1.506L12 6.829 8.659 9.753a1 1 0 0 1-1.317-1.506l4-3.5Zm-4.095 9.61a1 1 0 0 1 1.41-.096L12 17.174l3.343-2.913a1 1 0 1 1 1.314 1.508l-4 3.485a1 1 0 0 1-1.314 0l-4-3.485a1 1 0 0 1-.097-1.411Z' clip-rule='evenodd'></path></svg>");
}

.the_canvas_area {
    width: 100%;
    height: 100vh;
    position: absolute;
}

.the_canvas_area canvas {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 0.4;
}

.app_btn {
    background-color: #846cc0;
    color: var(--main-text);
}

/* End Var */

/* Start Global Section */
.header_section {
    margin-bottom: 3rem;
}

.header_section h1 {
    font-size: 2.75rem;
    font-weight: 300;
}

.header_section p {
    width: 60%;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* End Global Section */

/* Star Sweet Alerts */

#toast-container>div {
    padding: 15px;
}

#toast-container .toast {
    min-width: 250px;
    border-radius: 7px;
}

#toast-container .toast .toast-message {
    font-size: 14px;
    font-weight: 400;
}

#toast-container>.toast-success,
#toast-container>.toast-warning,
#toast-container>.toast-primary,
#toast-container>.toast-info,
#toast-container>.toast-error {
    background-image: unset !important;
    box-shadow: none;
    opacity: 1;
    font-size: 0.9rem;
}

#toast-container>.toast-error {
    background-color: var(--aous-aw-danger);
}

#toast-container>.toast-success {
    background-color: var(--aous-aw-success);
}

#toast-container>.toast-warning {
    background-color: var(--aous-aw-warning);
}

#toast-container>.toast-primary {
    background-color: var(--aous-aw-primary);
}

#toast-container>.toast-info {
    background-color: var(--aous-aw-info);
}

/* End Sweet Alerts */

/* Start Navbar */

.main_navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4rem;
    background-color: transparent;
    /* backdrop-filter: blur(4px); */
    z-index: 99;
    transition: all 250ms ease-in-out;
}

.main_navbar.sticky {
    /* position: sticky; */
    box-shadow: 1px 1px 10px #0f131a69;
}

.main_navbar .navbar_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.main_navbar .navbar_area .links {
    display: flex;
    align-items: center;
    gap: 3.5rem;
}

.main_navbar .navbar_area .end_links {
    gap: 1.5rem;
}

.main_navbar .navbar_area .mobile_mode {
    display: none;
}

.main_navbar .navbar_area a {
    font-size: 1rem;
    color: var(--main-text);
    font-weight: 500;
}

.main_navbar .navbar_area a svg {
    --aous-aw-icon-size: 1.35rem;
    stroke-width: 1.75;
}

.main_navbar .navbar_area .logo a {
    font-weight: 600;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

.main_navbar .navbar_area .logo a img {
    width: 35px;
}

.main_navbar .navbar_area .fill_link {
    color: #846cc0;
    border: 1px solid #846cc0;
    padding: 0.6rem 1.4rem;
    display: inline-block;
    border-radius: 30px;
    min-width: 5rem;
    text-align: center;
    font-size: 1rem;
}

.main_navbar .navbar_area .fill_link.customer {
    color: var(--main-text);
    background-color: #846cc0;
}

/* End Navbar */

/* Start App Footer */
.app_footer {
    padding-bottom: 0;
    background-color: var(--card-bg);
}

.app_footer .app_footer_content .content_copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--main-text);
    padding: 1rem 0;
}

.app_footer .app_footer_content .content_copyright h1 a {
    color: var(--main-text);
}

.app_footer .app_footer_content .content_copyright .copyright {
    font-size: 14px;
    color: var(--paragraph-text);
}

.app_footer .links_social_media {
    display: flex;
    align-items: start;
    gap: 1rem;
    flex-direction: column;
}

.app_footer .links_social_media .social_media_content {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.app_footer .links_social_media .social_media_content a svg {
    --aous-aw-icon-size: 1.25rem;
    color: var(--paragraph-text);
}

.app_footer .links_social_media .social_media_content a:hover svg {
    color: var(--main-text);
}

.app_footer .links_social_media .helper_links {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.app_footer .links_social_media .helper_links a {
    color: var(--paragraph-text);
    font-size: 0.9rem;
    opacity: .8;
}

.app_footer .links_social_media .helper_links a:hover {
    color: var(--main-text);
}

/* End App Footer */

/* Start List languages */
.list_languages {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.list_languages a {
    background-color: transparent;
    color: var(--bg-white);
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    border-color: var(--border-color);
}

.list_languages a.active {
    padding: 0.6rem;
    background-color: #51407d;
    color: var(--bg-white);
    border-color: var(--border-color);
}

.list_languages a:hover {
    background-color: #51407d;
    border-color: var(--border-color);
}

.list_languages a img {
    width: 20px;
    height: 14px;
    object-fit: cover;
}

/* End List languages */

/* Start Card Lines */
.network_lines {
    -webkit-mask-image: radial-gradient(100% 80% at top center, #fff, transparent);
    mask-image: radial-gradient(100% 80% at top center, #fff, transparent);
    stroke: hsla(0, 0%, 100%, .05);
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    opacity: 0.5;
}

/* End Card Lines */

/* Start Hero section */
.hero_section {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
}

.hero_section .silder_image_area {
    margin-top: 8rem;
    z-index: 99;
}

.hero_section .silder_image_area .img_content {
    display: none;
}

.hero_section .silder_image_area .img_content.active {
    display: block;
    position: relative;
}

.hero_section .silder_image_area .silder_image_links {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
}

.hero_section .silder_image_area .silder_image_links a {
    font-size: 1rem;
    background-color: var(--card-bg);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    min-width: 9rem;
    text-align: center;
}

.hero_section .silder_image_area .silder_image_links a.active {
    background: #846cc0;
}

.hero_section .silder_image_area img {
    border-radius: 12px;
}

.hero_section .text_area {
    padding-top: 6.5rem;
    z-index: 1;
}

.hero_section .text_area h1 {
    font-size: 5rem;
    font-weight: 400;
    margin-bottom: 3rem;
    line-height: 1;
}

.hero_section.book_now_content .text_area h1 {
    width: 70%;
}

.hero_section .text_area p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    width: 80%;
}

.hero_section .text_area .credit_features_info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
}

.hero_section .text_area .credit_features_info li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero_section .text_area .credit_features_info.grid li {
    display: grid;
    grid-template-columns: 10% 85%;
    gap: 3%;
}

.hero_section .text_area .credit_features_info li span {
    display: inline-block;
    font-size: 1rem;
}

.hero_section .credit_card_area {
    padding-top: 10rem;
    position: relative;
}

.hero_section .credit_card_area::after,
.hero_section .credit_card_area::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    z-index: -1;
    opacity: 0.3;
    z-index: 1;
}

.hero_section .credit_card_area::before {
    background: radial-gradient(50% 50% at 50% 50%, #2e0e4e 39.06%, #453362 100%);
    height: 290px;
    width: 290px;
    right: 0;
    top: -20px;
}

.hero_section .credit_card_area::after {
    background: radial-gradient(50% 50% at 50% 50%, #6c39a4 39.06%, rgba(238, 106, 45, 0) 100%);
    height: 470px;
    width: 470px;
    left: 0;
    bottom: 0px;
}

.hero_section .credit_card_area .credit_card_content {
    width: 30rem;
    height: 18rem;
    padding-block: 1rem;
    padding-inline: 1.5rem;
    background: rgb(255 255 255 / 5%);
    border-radius: 15px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.hero_section .credit_card_area .credit_card_content .bar_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero_section .credit_card_area .credit_card_content .bar_card .brand_card {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.hero_section .credit_card_area .credit_card_content .bar_card svg {
    --aous-aw-icon-size: 2.25rem;
}

.hero_section .credit_card_area .credit_card_content .bar_card .brand_card span {
    font-size: 1rem;
    text-transform: uppercase;
}

.hero_section .credit_card_area .credit_card_content .numbers_card {
    padding-top: 3rem;
}

.hero_section .credit_card_area .credit_card_content .numbers_card .title_card {
    font-size: 0.9rem;
    color: var(--paragraph-text);
}

.hero_section .credit_card_area .credit_card_content .numbers_card .numbers {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 2rem;
    font-weight: 500;
}

.hero_section .credit_card_area .credit_card_content .date_card {
    display: grid;
    grid-template-columns: 2fr 1fr .5fr;
    align-items: center;
    padding-top: 2rem;
}

.hero_section .credit_card_area .credit_card_content .date_card .text_info {
    display: flex;
    flex-direction: column;
}

.hero_section .credit_card_area .credit_card_content .date_card .text_info .text_title {
    font-size: 0.9rem;
    color: var(--paragraph-text);
}

.hero_section .credit_card_area .credit_card_content .date_card .text_info .text_value {
    font-size: 1.1rem;
}

.hero_section .credit_card_area .credit_card_content .date_card svg {
    fill: white;
}

.hero_section .credit_card_area .customer_name_content {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: stretch;
    gap: 10px;
    margin-top: 0.5rem;
    width: 30rem;
    position: relative;
    z-index: 99999;
}

.customer_name_content input {
    height: 100%;
}

.customer_name_content .btn {
    height: 100%;
    background: linear-gradient(90deg, #846cc0 45.35%, #FC82AC 100%);
    color: white;
    border-color: transparent;
}

.hero_section .credit_card_area .customer_name_content input {
    font-size: 1.1rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    background: rgb(255 255 255 / 5%);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    height: 3.25rem;
}

.hero_section .credit_card_area .customer_name_content input:focus {
    border-width: 1.5px;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.hero_section .credit_card_area .customer_name_content input::placeholder {
    color: #9180a2 !important;
}

.hero_section .credit_card_area .customer_name_content .btn {
    width: 3rem;
}

.hero_section .credit_card_area .note_credit {
    font-size: 1rem;
    padding-top: 1rem;
    display: block;
    color: #9180a2;
    text-align: center;
    margin-right: 2.5rem;
}

.hero_section .hero_action {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero_section .hero_action .btn {
    padding-block: 0.7rem;
    font-size: 1rem;
    min-width: 14rem;
    border-radius: 30px;
}

.hero_section .hero_action .btn svg {
    --aous-aw-btn-icon-size: 1.5rem;
}

.hero_section .hero_action .btn-transparent {
    background-color: transparent;
    border: 1px solid var(--border-color);
    color: white;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    font-size: 1.1rem;
}

/* End Hero section */

/* Start Book now content */
.book_now_content {
    grid-template-columns: 1fr;
}

.book_now_content .text_area .credit_features_info {
    gap: 1.2rem;
}

.book_now_content .text_area .credit_features_info li span {
    font-size: 1.1rem;
}

/* End Book now content */

/* Start Services area */

.services_area {
    padding-block: 8rem;
    position: relative;
}

.services_area .service_cards_area {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 2rem;
}

.services_area .service_cards_area .service_cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.services_area .service_cards_area .service_cards .service_card {
    padding: 0.75rem;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    display: grid;
    grid-template-columns: 0.5fr 3fr;
    align-items: center;
    border: 1px solid #846cc0;
}

.services_area .service_cards_area .service_cards .service_card:last-child {
    grid-column: 1 / -1;
    grid-template-columns: 10% 1fr;
}

.services_area .service_cards_area .service_cards .service_card:nth-child(1) {
    background: #846cc0;
}

.services_area .service_cards_area .service_cards .service_card:hover,
.services_area .service_cards_area .service_cards .service_card.active {
    box-shadow: 0px 0px 9px #08060d78;
    border-color: transparent;
    background: #846cc0;
}

.services_area .service_cards_area .service_cards .service_card .icon_service {
    width: fit-content;
    padding: 0.25rem;
    border-radius: 10px;
}

.services_area .service_cards_area .service_cards .service_card .icon_service svg {
    --aous-aw-icon-size: 1.5rem;
}

.services_area .service_cards_area .service_cards .service_card:last-child .icon_service img {
    width: 3.25rem;
}

.services_area .service_cards_area .service_cards .service_card .title_service span {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
}

.services_area .service_cards_area .service_cards .service_card .description_service span {
    margin-top: 0.25rem;
    display: block;
    font-size: 1rem;
    color: var(--paragraph-text);
}

.services_area .service_cards_area .title_description {
    margin-top: 3rem;
    position: relative;
}

.services_area .service_cards_area .title_description::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    z-index: -1;
    opacity: 0.3;
    z-index: 1;
    background: radial-gradient(50% 50% at 50% 50%, #6c39a4 39.06%, rgba(238, 106, 45, 0) 100%);
    height: 470px;
    width: 470px;
    left: 0;
    bottom: 0px;
}

.services_area .service_cards_area .title_description h1 {
    font-size: 3.25rem;
    position: relative;
    z-index: 9;
}

.services_area .service_cards_area .title_description p {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    position: relative;
    color: var(--paragraph-text);
    z-index: 9;
}

.services_area .service_cards_area .title_description a {
    /* background: linear-gradient(90deg, #846cc0 45.35%, #bb5c7d 100%); */
    background: #846cc0;
    color: var(--main-text);
    padding: 0.6rem 1.4rem;
    display: inline-block;
    border-radius: 30px;
    min-width: 5rem;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    margin-top: 2.5rem;
    z-index: 9;
    position: relative;
}

.services_area .banner_area {
    margin-top: 5rem;
    overflow: hidden;
}

.services_area .banner_area img {
    transform: scale(1.1);
    margin-left: 30px;
    margin-top: 20px;
}

/* End Services area */

/* Start Faqs section */

.faqs_section {
    padding-top: 10rem;
    padding-bottom: 4rem;
}

.faqs_section .question_area {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
}

.faqs_section .question_area .accordion-item {
    box-shadow: 1px 2px 10px var(--shadow-color);
    border-radius: 10px;
    color: var(--main-text);
    border-color: var(--border-color);
}

.faqs_section .question_area .accordion-item:first-of-type .accordion-button {
    font-weight: 500;
    font-size: 1.1rem;
}

.faqs_section .question_area .accordion-item:last-of-type .accordion-button.collapsed {
    color: var(--white-color);
}

.faqs_section .question_area .accordion-item .accordion-body {
    color: var(--paragraph-text);
    font-size: 1rem;
    line-height: 1.6;
}

.faqs_section .question_area .accordion {
    margin-bottom: 1rem;
}

.faqs_section .question_area .accordion-button:after,
.faqs_section .question_area .accordion-button:not(.collapsed)::after {
    background-image: unset
}

/* End Faqs section */

/* Start Go loader */
.go_loader_area {
    background-color: black;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.go_loader_area.active {
    visibility: visible;
    opacity: 1;
}

.go_loader_area .go_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 142px;
    height: 40px;
    margin: -20px 0 0 -71px;
    filter: contrast(20);
}

.go_loader_area .go_loader .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    filter: blur(4px);
    background: #fff;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}

.go_loader_area .go_loader .dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
}

.go_loader_area .go_loader .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    filter: blur(4px);
    background: #fff;
    border-radius: 50%;
}

@-moz-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-webkit-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-o-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-moz-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@-o-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

/* End Go loader */

/* Start Step get credit */
.step_get_credit_area {
    padding-top: 10rem;
    overflow: hidden;
}

.step_get_credit_area .step_get_credit_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.step_get_credit_area .step_get_credit_content .left_content {
    position: relative;
}

.step_get_credit_area .step_get_credit_content .left_content::after,
.step_get_credit_area .step_get_credit_content .left_content::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    z-index: -1;
    opacity: 0.3;
    z-index: 1;
}

.step_get_credit_area .step_get_credit_content .left_content::before {
    background: radial-gradient(50% 50% at 50% 50%, #2e0e4e 39.06%, #453362 100%);
    height: 290px;
    width: 290px;
    right: 0;
    top: -20px;
}

.step_get_credit_area .step_get_credit_content .left_content::after {
    background: radial-gradient(50% 50% at 50% 50%, #6c39a4 39.06%, rgba(238, 106, 45, 0) 100%);
    height: 470px;
    width: 470px;
    left: 0;
    bottom: 0px;
}

.step_get_credit_area .step_get_credit_content .left_content h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.step_get_credit_area .step_get_credit_content .left_content p {
    font-size: 1.2rem;
    line-height: 1.6;
}

.step_get_credit_area .step_get_credit_content .left_content ul {
    margin-top: 2.5rem;
}

.step_get_credit_area .step_get_credit_content .left_content ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.step_get_credit_area .step_get_credit_content .left_content ul li svg {
    --aous-aw-icon-size: 1.5rem;
    border-radius: 50%;
    background: #b05f8c;
    padding: 3px;
}

.step_get_credit_area .step_get_credit_content .left_content ul li span {
    font-size: 1rem;
}

.step_get_credit_area .step_get_credit_content .left_content .action_tools {
    margin-top: 2.5rem;
}

.step_get_credit_area .step_get_credit_content .left_content .action_tools a {
    background: #846cc0;
    color: var(--main-text);
    padding: 0.6rem 1.4rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 30px;
    min-width: 5rem;
    text-align: center;
    font-size: 1.2rem;
}

.card_steps .arrow_content {
    position: relative;
}

.card_steps .arrow_content svg {
    --aous-aw-icon-size: 3.5rem;
    rotate: 95deg;
    position: absolute;
    left: 0;
    top: -2.5rem;
    color: #a15d96;
    stroke-width: 1;
}

.card_steps .arrow_content svg.class_1 {
    left: 20%;
}

.card_steps .arrow_content svg.class_2 {
    left: 40%;
}

.card_steps .arrow_content svg.class_3 {
    left: 20%;
}

.card_steps .card_step {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-block: 1rem;
    padding-inline: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.card_steps .card_step:nth-of-type(1) {
    width: 80%;
    margin-left: 5%;
}

.card_steps .card_step:nth-of-type(3) {
    width: 70%;
    margin-left: 2%;
}

.card_steps .card_step:nth-of-type(5) {
    width: 80%;
    margin-left: 8%;
}

.card_steps .card_step:nth-of-type(7) {
    width: 90%;
    margin-left: 0%;
}

.card_steps .card_step .icon_content svg {
    --aous-aw-icon-size: 2rem;
    stroke-width: 2.5;
    color: #a15d96;
}

.card_steps .card_step .title_step {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.card_steps .card_step p {
    font-size: 1rem;
    color: var(--paragraph-text);
}

.step_get_credit_area .setp_icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 4rem;
}

.step_get_credit_area .setp_icons .arrow_lines {
    --aous-aw-icon-size: 1.75rem;
    color: #503c76;
}

.step_get_credit_area .setp_icons .step_icon {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    background: linear-gradient(360deg, #261E32, #32263e);
    justify-content: center;
    border-radius: 50%;
    padding: 1rem;
}

.step_get_credit_area .setp_icons .step_icon svg {
    --aous-aw-icon-size: 2.25rem;
    stroke-width: 1;
}

/* End Step get credit */

/* Start Banca works */

.banca_works {
    padding-top: 8rem;
    padding-bottom: 6rem;
}

.banca_works .banca_work_cards .banca_work_card img {
    width: 100%;
    height: 5rem;
    object-fit: cover;
    border-radius: 5px;
    opacity: .7;
}

.banca_works .banca_work_cards .banca_work_card img:hover {
    opacity: 1;
}

.banca_works .banca_work_cards .banca_work_card .language_title {
    display: block;
    text-align: center;
    padding-top: 0.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
}

/* End Banca works */
/* Start Services tabs */
.services_tabs {
    padding-top: 4rem;
    position: relative;
}

.services_tabs .service_links {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4.5rem;
}

.services_tabs .service_links::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    opacity: .2;
    background: linear-gradient(90deg, #846cc0 45.35%, #bb5c7d 100%);
}

.services_tabs .service_links a.active {
    background: linear-gradient(90deg, #bba1fa 45.35%, #FC82AC 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.services_tabs .service_links a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #846cc0 45.35%, #bb5c7d 100%);
}

.services_tabs .service_links a {
    font-weight: 500;
    font-size: 1.15rem;
    position: relative;
    display: inline-block;
}

.services_tabs .service_body_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding-top: 3rem;
    transform: translateY(2rem);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.services_tabs .service_body_content.active {
    position: relative;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.services_tabs .service_body_content .text_content .service_title {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}

.services_tabs .service_body_content .text_content .service_description {
    font-size: 1.1rem;
}

.services_tabs .service_body_content .text_content {
    margin-top: 1rem;
}

.services_tabs .service_body_content .text_content ul {
    padding-block: 2rem;
}

.services_tabs .service_body_content .text_content ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.services_tabs .service_body_content .text_content ul li span {
    display: block;
    font-size: 1.1rem;
}

.services_tabs .service_body_content .text_content ul li svg {
    --aous-aw-icon-size: 1.5rem;
    border-radius: 50%;
    background: #b05f8c;
    padding: 3px;
}

.services_tabs .service_body_content .text_content .details_btn_area {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.services_tabs .service_body_content .text_content .details_btn_area a {
    font-size: 1.1rem;
}

.services_tabs .service_body_content .text_content .details_btn_area a.main_btn {
    background: #846cc0;
    color: var(--main-text);
    padding: 0.6rem 1.4rem;
    display: inline-block;
    border-radius: 30px;
    min-width: 5rem;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: fit-content;
}

.services_tabs .service_body_content .text_content .details_btn_area a svg {
    --aous-aw-icon-size: 1.5rem;
}

.services_tabs .service_body_content .img_content {
    position: relative;
    text-align: end;
    margin-top: 4rem;
    z-index: 99;
}

/* .services_tabs .service_body_content .img_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: linear-gradient(to bottom, #191a26, transparent);
    border-radius: 12px;
    z-index: 99;
    position: relative;
} */

/* End Services tabs */

/* Start Free consultation */
.form_content {
    width: 50rem;
    padding: 2rem 1.2rem;
    border-radius: 15px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    height: max-content;
}

.form_content .form_header {
    margin-bottom: 3rem;
}

.form_content .form_header h1 {
    font-size: 2rem;
}

.form_content .form_header p {
    font-size: 1.1rem;
}


.form_content .section_area {
    margin-bottom: 4rem;
}

.form_content .section_area .section_header_area {
    margin-bottom: 1rem;
}

.form_content .section_area .section_header_area .section_description {
    font-size: 0.95rem;
    color: var(--paragraph-text);
}

.form_content .section_title {
    font-size: 1.25rem;
}

.form_content .form-selectgroup {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 0.5rem;
    row-gap: 0.25rem;
}

.form_content .form-selectgroup-input+.form-selectgroup-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    z-index: 1;
    color: white;
    background: transparent;
    border-color: var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
    padding: .7rem;
}

.form_content .form-selectgroup-input:checked+.form-selectgroup-label {
    background: #735cab;
}

.form_content .form-label {
    font-size: 0.9rem;
    margin-bottom: .5rem !important;
    font-weight: 400 !important;
}

.form_content input {
    background-color: transparent;
    border-color: white;
    border-radius: 6px !important;
    padding: .7rem;
}

.form_content input:active,
.form_content input:focus {
    background-color: transparent;
    border-color: var(--border-color) !important;
}

.form_content .plugin-dropdown_input .dropdown-input,
.form_content .tom_select .ts-control,
.form_content .form-control,
.form_content .ts-control,
.form_content .ts-wrapper.single.input-active .ts-control {
    background-color: transparent;
    border-color: #2e343e !important;
    font-size: 1rem !important;
}

.form_content .ts-control {
    padding: 0.9rem !important;
}

.form_content .ts-dropdown [data-selectable].option,
.form_content .ts-dropdown {
    background-color: var(--card-bg);
    font-size: 1rem;
    padding: 0.7rem 0.4rem;
}

.form_content .ts-dropdown,
.form_content input::placeholder {
    color: #c3c3c385 !important;
}

.form_content .btn {
    background: white;
    color: #43385d;
    padding: 0.7rem 1.4rem;
    display: inline-block;
    border-radius: 30px;
    min-width: 10rem;
    text-align: center;
    border: transparent;
}

/* End Free consultation */

/* Start Gallery section */
.gallery_section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 7rem;
}

.gallery_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    background: linear-gradient(98deg, #4c3b757a 45.35%, #fc82ac73 100%);
    mask-image: linear-gradient(to right, #191a26, transparent);
}

.gallery_section .text_header_area {
    margin-left: 33%;
    margin-bottom: 2rem;
    padding-top: 3rem;
}

.gallery_section .text_header_area h1 span,
.gallery_section .text_header_area h1 {
    font-size: 3.25rem;
    margin-bottom: 1.2rem;
    width: 70%;
}

.gallery_section .text_header_area p {
    font-size: 1.25rem;
    margin-block: 1.2rem;
    width: 85%;
    color: var(--paragraph-text);
}

.gallery_section img {
    width: 35rem;
    height: 30rem;
    object-fit: cover;
}

/* End Gallery section */

/* Start Helper links page */
.helper_links_page {
    padding-top: 6rem;
}

/* End Helper links page */

/* Start Content Single */

.content_single {
    width: 70%;
}

.content_single .header_page {
    margin-bottom: 1.5rem;
}

.content_single .header_page h1 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--paragraph-text-hover);
}

.content_single .title_page p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--paragraph-text);
}

.content_single .text_content {
    margin-top: 3rem;
}

.content_single h4 {
    margin-bottom: 0.5rem;
    color: var(--paragraph-text-hover);
    font-size: 1.3rem;
    margin-top: 3rem;
}

.content_single strong {
    color: var(--paragraph-text-hover);
    font-size: 1.3rem;
    margin-top: 1rem;
    display: block;
}

.content_single h2 {
    margin-bottom: 0.5rem;
    color: var(--paragraph-text-hover);
}

.content_single p,
.content_single li {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--paragraph-text);
}

.content_single li {
    margin-bottom: 1.5rem;

}

.content_single li b {
    display: block;
}

.content_single .list {
    margin-bottom: 2rem !important;
}

.content_single .list .header-list h3 {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.content_single .list .header-list h3 svg {
    margin-bottom: 1px;
}

/* End Content Single */

/* Start Service details */
.service_details {
    padding-top: 8rem;
    width: 50%;
    position: relative;
}

.service_details::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.3;
    z-index: 1;
    background: radial-gradient(50% 50% at 50% 50%, #2e0e4e 39.06%, #453362 100%);
    height: 290px;
    width: 290px;
    right: 0;
    top: -20px;
}

.service_details::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.3;
    z-index: 1;
    background: radial-gradient(50% 50% at 50% 50%, #6c39a4 39.06%, rgba(238, 106, 45, 0) 100%);
    height: 470px;
    width: 470px;
    left: -15rem;
    bottom: 0px;
}

.service_details>div {
    margin-block: 4rem;
}

.service_details ul {
    margin-block: 1rem;
    list-style: disc;
    padding-left: 2rem;
}

.service_details h1 {
    font-size: 3rem;
    line-height: normal;
}

.service_details h2 {
    font-size: 1.5rem;
    line-height: normal;
    margin-top: 7rem;
    margin-bottom: 1.25rem;
    color: #df87b0;
}

.service_details h3 {
    font-size: 1.2rem;
    line-height: normal;
}

.service_details h4 {
    font-size: 1rem;
    line-height: normal;
}

.service_details span,
.service_details li,
.service_details p {
    font-size: 1.1rem;
    display: block;
}

.service_details .table_area {
    width: 100%;
    overflow: scroll;
}

.service_details table {
    margin-block: 3rem;
}

.service_details table th,
.service_details table td {
    font-size: 1rem;
}

.service_details table th {
    color: #df87b0;
}

.service_details li {
    margin-bottom: 0.5rem;
}

.service_details p {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.service_details span {
    margin-bottom: 0.5rem;
}

.service_details a:not(.img_link) {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    padding-inline: 1.2rem;
    padding-block: 0.7rem;
    font-size: 1rem;
    background: linear-gradient(90deg, #846cc0 45.35%, #bb5c7d 100%);
    color: white;
    border: transparent;
    border-radius: 30px;
    min-width: 10rem;
    margin: 3rem auto;
    z-index: 9999;
}

.service_details .faqs_content {
    margin-top: 4rem;
}

.service_details .faqs_content h3 {
    font-size: 1.57rem;
    margin-bottom: 2rem;
}

.service_details .faqs_content h4 {
    font-size: 1.25rem;
}

.service_details .faqs_content div {
    margin-bottom: 2rem;
}

.service_details .gallery_area {
    z-index: 9999999;
    position: relative;
}

/* End Service details */

/* Start About area */
.about_area {
    padding-top: 8rem;
    width: 50%;
    position: relative;
}

.about_area .about_card {
    margin-bottom: 5rem;
}

.about_area .about_card h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.about_area .about_card h2 {
    font-size: 1.6rem;
}

.about_area .about_card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--paragraph-text);
}

.about_area .about_card a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    padding-inline: 1.2rem;
    padding-block: 0.7rem;
    font-size: 1rem;
    background: linear-gradient(90deg, #846cc0 45.35%, #bb5c7d 100%);
    color: white;
    border: transparent;
    border-radius: 30px;
    min-width: 10rem;
    margin: 3rem auto;
    z-index: 9999;
}

.about_area .about_card ul {
    margin-block: 1rem;
    list-style: disc;
    padding-left: 2rem;
}

.about_area .about_card ul li {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--paragraph-text);
}

.service_cards_book_now {
    margin-top: 4rem;
}

.service_cards_book_now .services_area {
    padding-block: 2rem;
    position: relative;
}

.service_cards_book_now .header_area h1 {
    font-size: 2.5rem;
}

.service_cards_book_now .header_area span {
    display: inline-block;
    font-size: 1.3rem;
    color: var(--paragraph-text);
}

/* End About area */

/* Start Signature */
.signature_container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.signature_container .signature_content {
    background: #0b0f15;
    width: calc(425px + 4rem);
    padding: 2rem;
}

.signature_container .signature_content .signature-pad-form canvas {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 3rem;
    width: 100%;
    touch-action: none;
}

/* End Signature */


/* Start Online files links area */
.online_files_links_area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.online_files_links_area .online_files_links_content {
    background: #0b0f15;
    width: calc(425px + 8rem);
    padding: 2rem;
}

.online_files_links_area .online_files_links_content .note_text {
    margin-bottom: 2rem;
}

.online_files_links_area .online_files_links_content .note_text p {
    font-size: 1rem;
}

.online_files_links_area .online_files_links_content button[type="submit"] {
    background: linear-gradient(90deg, #846cc0 45.35%, #bb5c7d 100%);
    color: var(--main-text);
}

.online_files_links_area .online_files_links_content input[type="file"]::file-selector-button {
    background: linear-gradient(90deg, #846cc0 45.35%, #bb5c7d 100%);
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
}

.online_files_links_area .online_files_links_content input[type="file"]::-webkit-file-upload-button {
    background: linear-gradient(90deg, #846cc0 45.35%, #bb5c7d 100%);
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
}

/* End Online files links area */

/* Start Auth area */
.auth_area {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth_area .auth_content {
    width: 24rem;
    margin: 5rem auto;
}

.auth_area .auth_content .form_area .title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.auth_area .auth_content .form_area .title h1 {
    font-weight: bold;
    font-size: 1.7rem;
}

.auth_area .auth_content .form_area .form-control:focus {
    background-color: transparent;
}

.auth_area .auth_content .form_action {
    margin-top: 0.25rem;
}

.auth_area .auth_content .form_action button {
    padding: 0.85rem;
    font-weight: 500;
}

.auth_area .auth_content .other_link {
    text-align: center;
    margin-top: 1.5rem;
}

.auth_area .auth_content .other_link a {
    font-weight: 500;
}

.auth_area .auth_content .note_auth_area {
    text-align: center;
    margin-top: 4rem;
    font-size: 1rem;
}

.auth_area .auth_content .note_auth_area span {
    display: block;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: var(--paragraph-text);
}

.auth_area .auth_content .note_auth_area a {
    display: block;
    font-weight: 500;
}

/* End Auth area */

/* Start Profile area */
.profile_area {
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.bg-teal-lt,
.bg-success-lt,
.bg-primary-lt,
.bg-danger-lt,
.bg-info-lt,
.bg-warning-lt,
.bg-pink-lt {
    color: white !important;
}

.profile_area .card {
    background: var(--card-bg);
}

.profile_area .system_messages {
    margin-bottom: 1rem;
}

.profile_area .text_area {
    width: 60%;
    margin: auto;
    text-align: center;
}

.profile_area .text_area h1 {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 1.2rem;
    color: var(--main-text);
}

.profile_area .text_area p {
    font-size: 1.2rem;
    line-height: 1.5;
    width: 100%;
    margin: auto;
    color: var(--paragraph-text);
}

.profile_area .profile_content {
    display: grid;
    grid-template-columns: 25% 72%;
    gap: 3%;
}

.profile_area .profile_content .list_content ul li {
    border-radius: 9px;
    margin-bottom: 0.25rem;
    overflow: hidden;
}

.profile_area .profile_content .list_content ul li a {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    background: var(--card-bg);
    color: var(--main-text);
}

.profile_area .profile_content .list_content ul li a.active {
    color: white;
    background-color: #846cc0;
}

.profile_area .header_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.profile_area .header_action h2 {
    position: relative;
}

.profile_area .header_action p {
    margin-top: 1.5rem;
    font-size: 1rem;
    color: var(--paragraph-text);
}

.profile_area .header_action h2::after {
    content: '';
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    width: 4rem;
    height: 1.5px;
    background-color: var(--main-text);
}

.profile_area .title_text {
    color: #b4b4b4;
    font-size: 1rem;
}

.profile_area .value_text {
    font-size: 1rem;
}

.profile_area .flight_tickets_area {
    background: var(--card-bg);
}

.profile_area .flight_tickets_area .card-header {
    border-color: var(--border-color);
}

.profile_area .flight_tickets_area strong {
    font-size: 1.1rem;
}

.profile_area .flight_tickets_area small {
    font-size: 0.9rem;
    color: var(--paragraph-text);
}

.profile_area .recommendation_program_area .card {
    background: transparent;
}

.profile_area .recommendation_program_area .card>.list-group:last-child {
    scrollbar-width: thin;
    scrollbar-color: #0a0f14 #050711;
    position: relative;
}

.profile_area .recommendation_program_area .list-group-flush>.list-group-item {
    border-color: var(--border-color);
    background: var(--card-bg);
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.profile_area .recommendation_program_area .list-group-flush .list-group-item.my_rank_class {
    background: linear-gradient(90deg, #846cc0 45.35%, #bb5c7d 100%);
    color: white;
}

.profile_area .recommendation_program_area .card .number_text {
    display: block;
    font-size: 1.1rem;
    color: white;
}

.profile_area .recommendation_program_area .card .customer_name {
    display: block;
    color: white;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.profile_area .recommendation_program_area .card .total_val {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: white;
}

.profile_area .recommendation_program_area .card .avatar {
    background: linear-gradient(90deg, #846cc0 45.35%, #bb5c7d 100%);
    color: white;
    border-radius: 50%;
}

.profile_area .recommendation_program_area .card .my_rank_area {
    background: #02040f;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
}

.profile_area .recommendation_program_area .card .my_rank {
    color: var(--card-bg);
    font-weight: 500;
}

.profile_area .invitation_link_area {
    margin-bottom: 2rem;
    background: #846cc0;
    padding: 0.75rem 1rem;
    border-radius: 10px;
}

.profile_area .invitation_link_area .title_area {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.profile_area .invitation_link_area .link_details {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.profile_area .invitation_link_area .link_details span {
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.profile_area .change_password_area input::placeholder {
    color: var(--paragraph-text) !important;
}

.profile_area .change_password_area input {
    font-size: 1rem;
    color: white;
    background: transparent;
}

.profile_area .change_password_area button {
    color: white;
    background-color: #846cc0;
}

/* End Profile area */

/* Start System messages */
.system_messages .warning_message {
    display: grid;
    grid-template-columns: 3% 1fr;
    align-items: center;
    background: var(--card-bg);
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.system_messages .warning_message>svg {
    --aous-aw-icon-size: 1.75rem;
}

.system_messages .warning_message .warning_message_content .warning_header h3 {
    font-size: 1.1rem;
}

.system_messages .warning_message .warning_message_content span {
    display: block;
    font-size: 1rem;
}

.system_messages .warning_message .warning_message_content .action_btn {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

/* End System messages */

/* Start Referral program */
.referral_program {
    padding-top: 8rem;
    width: 50%;
    position: relative;
}

.referral_program .space_section {
    margin-bottom: 4rem;
}

.referral_program p {
    font-size: 1.25rem;
}

.referral_program h1 {
    font-size: 2rem;
}

.referral_program h2 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.referral_program h3 {
    font-size: 1.25rem;
}

.referral_program ul li {
    margin-bottom: 1.5rem;
}

.referral_program span {
    display: inline-block;
    font-size: 1.1rem;
    color: var(--paragraph-text);
}

.referral_program a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    padding-inline: 1.2rem;
    padding-block: 0.7rem;
    font-size: 1rem;
    background: #846cc0;
    color: white;
    border: transparent;
    border-radius: 30px;
    min-width: 10rem;
    margin: 1rem auto;
    z-index: 9999;
}

.referral_program .note {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}


/* End Referral program */

/* Start Gallery with Text */
.gallery_area .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
}

.gallery_area .item {
    margin: 0 15px 60px;
    width: 30rem;
    height: 35rem;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: #343434 no-repeat center center / cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.gallery_area .item.active {
    width: 500px;
    box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.gallery_area .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.gallery_area .item-desc {
    padding: 0 24px 30px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 54px));
    -webkit-transform: translateY(calc(100% - 54px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.gallery_area .item.active .item-desc {
    transform: none;
    -webkit-transform: none;
}

.gallery_area .item .item-desc h3 {
    font-size: 1.6rem;
}

.gallery_area .item-desc p {
    font-size: 1.1rem;
    color: var(--paragraph-text);
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.gallery_area .item.active .item-desc p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.gallery_area .owl-theme.custom-carousel .owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 5;
}

/* End Gallery with Text */
