/* Copy Animation */
.base-color {
    color: hsl(var(--main)) !important;
}

.copyInput {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.copied::after {
    position: absolute;
    top: 8px;
    right: 12%;
    width: 100px;
    display: block;
    content: "COPIED";
    font-size: 1em;
    padding: 5px 5px;
    color: #fff;
    background-color: #ff7000;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    50% {
        opacity: 0.7;
        transform: translateX(40%);
    }

    70% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
    }
}

.cookies-card {
    width: 520px;
    padding: 30px;
    color: #1e2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all 0.5s;
    background: #d1d1d1;
    border-radius: 5px;
}

.cookies-card.hide {
    bottom: -500px !important;
}

.radius--10px {
    border-radius: 10px;
}

.form-select.form--control.select2-auto-tokenize {
    display: none;
}

.form-select.form--control.select2-hidden-accessible {
    display: none;
}

.cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cookies-card__content {
    margin-bottom: 0;
}

.cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
}

.cookies-btn:hover {
    color: #363636;
}

@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}

.hover-input-popup {
    position: relative;
}

.input-popup {
    display: none;
}

.hover-input-popup .input-popup {
    display: block;
    position: absolute;
    bottom: 130%;
    left: 50%;
    width: 280px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.input-popup::after {
    position: absolute;
    content: "";
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1a1a1a transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-popup p {
    padding-left: 20px;
    position: relative;
}

.input-popup p::before {
    position: absolute;
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
}

.input-popup p.error {
    text-decoration: line-through;
}

.input-popup p.error::before {
    content: "\f057";
    color: #ea5455;
}

.input-popup p.success::before {
    content: "\f058";
    color: #28c76f;
}

.show-filter {
    display: none;
}

@media (max-width: 767px) {
    .responsive-filter-card {
        display: none;
        transition: none;
    }

    .show-filter {
        display: block;
    }
}

/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
    border: 0 !important;
    margin-top: 8px !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
        6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
    padding: 10px 10px !important;
    border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ced4da !important;
    padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
    padding: 12px 14px !important;
    border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
    text-align: center !important;
    padding: 12px 14px !important;
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb {
    background: #ddd;
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow:after {
    position: absolute;
    right: 10px;
    top: 0;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    transition: 0.3s;
}

.select2-container--default .select2-selection--single {
    border-color: #ced4da !important;
    border-width: 2px !important;
    border-radius: 0.375rem !important;
    padding: 0.375rem 0.75rem !important;
    height: 100% !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 8px !important;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow:after {
    transform: rotate(-180deg);
}

.select2-results__option:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f1f1f1 !important;
    color: #000 !important;
}

.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus {
    border-color: rgb(var(--main)) !important;
    box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
    outline: 0 !important;
}

.select2-dropdown .country-flag {
    width: 25px;
    height: 25px;
    border-radius: 8px;
}

.select2-dropdown .gateway-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
    font-size: 12px;
    margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
    border-color: hsl(var(--base)) !important;
    border-radius: 0.375rem !important;
}

.gateway-card {
    padding: 15px;
}

.payment-card-title {
    padding: 13px 25px;
    text-align: center;
    background-color: rgb(var(--main));
    border-radius: 5px;
    border: 0;
    margin-block: 0px;
    color: #fff;
}

.payment-system-list {
    --thumb-width: 100px;
    --thumb-height: 40px;
    --radio-size: 12px;
    --border-color: #cccccf59;
    --hover-border-color: rgb(var(--main));
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
}

.payment-system-list.is-scrollable {
    max-height: min(388px, 70vh);
    overflow-x: auto;
    padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
    background-color: rgb(var(--main));
    border-radius: 10px;
}

.payment-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 18px;
    border: 1px solid #fff;
    border-top-color: var(--border-color);
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.payment-item:first-child {
    border-top-color: #fff;
    border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
    border-left: 3px solid var(--hover-border-color);
    border-radius: 0px;
}

.payment-item__check {
    border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
    border: 3px solid rgb(var(--main));
}

.payment-item__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
    width: var(--radio-size);
    height: var(--radio-size);
    border: 1px solid rgb(var(--main));
    display: inline-block;
    border-radius: 100%;
}

.payment-item__name {
    padding-left: 10px;
    width: calc(100% - var(--radio-size));
    transition: all 0.3s;
}

.payment-item__thumb {
    width: var(--thumb-width);
    height: var(--thumb-height);
    text-align: right;
    padding-left: 10px;

    &:has(.text) {
        width: fit-content;
    }
}

.payment-item__thumb img {
    max-width: var(--thumb-width);
    max-height: var(--thumb-height);
    object-fit: cover;
}

.deposit-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.deposit-info__title {
    min-width: max-content;
    margin-bottom: 0px;
    text-align: left;
    flex-shrink: 0;
}

.deposit-info__input {
    text-align: right;
    flex: 1;
    max-width: 230px;

    @media (max-width: 425px) {
        max-width: 100%;
        width: 100%;
        flex: unset;
    }
}

.deposit-info__input-select {
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 5px;
    padding-block: 6px;
}

.deposit-info__input-group {
    border: 1px solid var(--border-color);
    border-radius: 5px;

    .deposit-info__input-group-text {
        align-self: center;
        padding-left: 5px;
    }
}

.deposit-info__input-group .form--control {
    padding: 5px;
    border: 0;
    text-align: right;
}

.deposit-info__input-group .form--control:focus {
    box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
    font-size: 14px;
}

.deposit-info__title .text.has-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.total-amount {
    border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
    font-weight: 600;
}

.payment-item__btn {
    border: 0;
    border-block: 1px solid var(--border-color);
    border-bottom: 0;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    font-weight: 500;
}

.payment-item:hover + .payment-item__btn {
    border-top-color: #fff;
}

button .spinner-border {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}

.adjust-height .payment-system-list.is-scrollable {
    max-height: 461px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

/* ////////////////// select 2 css //////////////// */

.select2-dropdown {
    border: 0 !important;
    margin-top: 8px !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
        6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
    padding: 10px 10px !important;
    border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ced4da !important;
    padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
    padding: 12px 14px !important;
    border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
    text-align: center !important;
    padding: 12px 14px !important;
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb {
    background: #ddd;
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow:after {
    position: absolute;
    right: 10px;
    top: 0;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    transition: 0.3s;
}

.select2-container--default .select2-selection--single {
    border-color: #ced4da !important;
    border-width: 1px !important;
    border-radius: 4px !important;
    padding: 0.375rem 0.75rem !important;
    height: 45px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 8px !important;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow:after {
    transform: rotate(-180deg);
}

.select2-results__option:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f1f1f1 !important;
    color: #000 !important;
}

.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus {
    border-color: rgb(var(--main)) !important;
    box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
    outline: 0 !important;
}

.select2-dropdown .country-flag {
    width: 25px;
    height: 25px;
    border-radius: 8px;
}

.select2-dropdown .gateway-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
    font-size: 12px;
    margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
    border-color: hsl(var(--base)) !important;
    border-radius: 0.375rem !important;
}

.gateway-card {
    padding: 15px;
}

.payment-card-title {
    padding: 13px 25px;
    text-align: center;
    background-color: #1e2746 !important;
    border-radius: 5px;
    border: 0;
    margin-bottom: 0px;
    color: #fff;
}

.payment-system-list {
    --thumb-width: 100px;
    --thumb-height: 40px;
    --radio-size: 12px;
    --border-color: #cccccf59;
    --hover-border-color: hsl(var(--base));
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
}

.payment-system-list.is-scrollable {
    max-height: min(388px, 70vh);
    overflow-x: auto;
    padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base));
    border-radius: 10px;
}

.payment-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 18px;
    border: 1px solid #fff;
    border-top-color: var(--border-color);
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.payment-item:first-child {
    border-top-color: #fff;
    border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
    border-left: 3px solid var(--hover-border-color);
    border-radius: 0px;
}

.payment-item__check {
    border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
    border: 3px solid hsl(var(--base));
}

.payment-item__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
    width: var(--radio-size);
    height: var(--radio-size);
    border: 1px solid hsl(var(--base));
    display: inline-block;
    border-radius: 100%;
}

.payment-item__name {
    padding-left: 10px;
    width: calc(100% - var(--radio-size));
    transition: all 0.3s;
}

.payment-item__thumb {
    width: var(--thumb-width);
    height: var(--thumb-height);
    text-align: right;
    padding-left: 10px;

    &:has(.text) {
        width: fit-content;
    }
}

.payment-item__thumb img {
    max-width: var(--thumb-width);
    max-height: var(--thumb-height);
    object-fit: cover;
}

.deposit-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;

    @media (max-width: 425px) {
        flex-direction: column;
        align-items: flex-start;
    }
}

.deposit-info__title {
    max-width: 50%;
    margin-bottom: 0px;
    text-align: left;
}

.deposit-info__input-select {
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 5px;
    padding-block: 6px;
}

.deposit-info__input-group {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    background: #e9e9eb;

    .deposit-info__input-group-text {
        align-self: center;
        padding-inline: 10px;
        border-right: 1px solid hsl(var(--black) / 0.1);
    }

    .form--control[readonly] {
        background-color: transparent !important;
    }
}

.deposit-info__input-group .form--control {
    padding: 5px;
    border: 0;
    text-align: right;
}

.deposit-info__input-group .form--control:focus {
    box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
    font-size: 14px;
}

.deposit-info__title .text.has-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.total-amount {
    border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
    font-weight: 600;
}

.payment-item__btn {
    border: 0;
    border-block: 1px solid var(--border-color);
    border-bottom: 0;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    font-weight: 500;
}

.payment-item:hover + .payment-item__btn {
    border-top-color: #fff;
}

button .spinner-border {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}

p.small.text-muted {
    margin-bottom: 0;
}

.select2 .dropdown-wrapper {
    display: none;
}

.select2-container:has(.select2-selection--single),
.select2-container:has(.select2-selection--multiple) {
    width: 100% !important;
}

.selection {
    display: block;
    width: 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ebebeb !important;
    padding: 5px 15px !important;
    border-radius: 5px;
}

/* alert design css */

.alert {
    margin-bottom: 0;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    justify-content: flex-start;
    margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        padding: 12px;
    }
}

.alert__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.alert__content {
    width: calc(100% - 24px);
    padding-left: 32px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    color: hsl(var(--base-two) / 0.8);
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--base-two) / 0.5);
    display: block;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.8125rem;
    }
}

.alert__link {
    position: relative;
}

.alert--info {
    border: 1px solid rgb(0 147 255 / 30%);
    background-color: rgb(0 147 255 / 5%);
}

.alert--info .alert__icon {
    color: rgb(0 147 255);
}

.alert--primary {
    border: 1px solid rgb(70 52 255 / 30%);
    background-color: rgb(70 52 255 / 5%);
}

.alert--primary .alert__icon {
    color: rgb(70 52 255);
}

.alert--danger {
    border: 1px solid rgb(220 53 69 / 50%);
    background-color: rgb(220 53 69 / 5%);
}

.alert--danger .alert__icon {
    color: rgb(220 53 69);
}

.alert--warning {
    border: 1px solid rgba(220, 206, 53, 0.5);
    background-color: rgba(220, 206, 53, 0.05);
}

.alert--warning .alert__icon {
    color: rgba(220, 206, 53);
}

.input-group-text {
    border-radius: 4px;
}

.custom-footer-copyright-wrapper {
    display: flex;
    justify-content: space-between;
}

.custom-left-footer-copyright,
.custom-right-footer-copyright,
.custom-sosmed-list-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.custom-sosmed-list-footer,
.custom-right-footer-copyright p {
    margin: 0;
}

@media screen and (max-width: 991px) {
    .custom-footer-copyright-wrapper,
    .custom-left-footer-copyright,
    .custom-right-footer-copyright {
        flex-direction: column;
    }

    .custom-right-footer-copyright {
        margin-top: 16px;
        gap: 0;
    }
}

.accordion-flush {
    --bs-accordion-bg: hsl(var(--dark));
    --bs-accordion-color: hsl(var(--text));
    --bs-accordion-btn-color: white;
    --bs-accordion-active-color: white;
    --bs-accordion-active-bg: white;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-focus-border-color: unset;
    --bs-accordion-btn-focus-box-shadow: unset;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.custom-footer-mobile-nav {
    display: none;
}

.custom-footer-mobile {
    display: flex;
}

@media screen and (max-width: 767px) {
    .custom-footer-mobile-nav {
        display: block;
    }
    .custom-footer-mobile {
        display: none;
    }
}

.cursor-pointer {
    cursor: pointer;
}

/* BANNER WITH SLIDER ABOUT US SECTION */
.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}

.owl-carousel .owl-dots button {
    display: block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid hsl(var(--primary));
    border-radius: 15px;
    margin: 0 5px;
}

.owl-carousel .owl-dots button.active {
    background-color: hsl(var(--primary));
}

.about_us_wrapper {
    width: 100%;
    /* overflow-x: hidden; */
}

.about_us_section {
    padding-top: 80px;
    position: relative;
}

.section_title {
    text-align: center;
}

.title_badge {
    color: hsl(var(--white));
    display: inline-block;
    padding: 2px 20px;
    border-radius: 100px;
    background-color: hsl(var(--base));
    margin-bottom: 10px;
}

.section_title h2 {
    font-size: 55px;
    font-weight: 800;
    color: hsl(var(--black));
    letter-spacing: -2px;
    margin-top: 0;
    padding-inline: 10px;
}

.section_title h2 span {
    color: hsl(var(--base));
}

.section_title h2 span img {
    margin-left: 10px;
}

.section_title p {
    padding-inline: 4px;
}

.row_am {
    padding: 50px 0;
}

#about_slider .abt_slides img {
    height: 350px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.abt_text h2 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -1px;
    max-width: 375px;
}

.abt_text h2 span {
    color: hsl(var(--base));
}

@media screen and (max-width: 1300px) {
    .section_title h2 {
        font-size: 45px;
    }
}

@media screen and (max-width: 1200px) {
    .row_am {
        padding: 50px 0;
    }
}

@media screen and (max-width: 992px) {
    .about_us_section {
        padding-top: 60px;
    }
    .title_badge {
        font-size: 14px;
    }
    .section_title h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .section_title h2 {
        letter-spacing: -1px;
        /* font-size: 35px !important; */
        font-size: 35px;
    }
    .row_am {
        padding: 30px 0;
    }
    .abt_text h2 {
        font-size: 30px;
        margin: 10px auto;
    }
    .abt_text {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .section_title h2 {
        font-size: 30px;
    }
}

/* TRUST PILOT SECTION */
.our_client {
    position: relative;
}

.our_client::before,
.our_client::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    background-image: url(../images/yellow_dotes_tr.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 410px;
    background-position: center;
    z-index: -1;
}

.our_client .client_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.our_client .client_list .client_logo {
    background-color: rgb(203, 203, 203);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 86px;
}

.our_client .client_list .client_logo img {
    width: 150px;
    height: auto;
}

.trustpilot-widget {
    margin-top: 44px;
}

@media screen and (max-width: 767px) {
    .our_client::before,
    .our_client::after {
        bottom: -200px;
    }
    .our_client .client_list li {
        width: 45%;
    }
    .our_client .client_list .client_logo {
        padding: 10px;
    }
    .our_client .client_list .client_logo img {
        width: 100px;
    }
    .trustpilot-widget {
        margin-top: 24px;
    }
}

/* COMPANY STATISTICS SECTION */
.company_statistics_section {
    position: relative;
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: white;
}

.company_statistics_section .why_choose_inner {
    max-width: 1370px;
    margin: 0 auto;
    background-color: #1b044a;
    padding: 100px 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.company_statistics_section .why_choose_inner .dotes_blue {
    position: absolute;
    top: -65%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.company_statistics_section .why_choose_inner .section_title h2 {
    color: white;
}

.company_statistics_section .why_choose_inner .company_statistics ul {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    max-width: 940px;
    margin: 50px auto 0 auto;
}

.company_statistics_section .why_choose_inner .company_statistics ul li {
    width: 25%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 4;
}

.company_statistics_section
    .why_choose_inner
    .company_statistics
    ul
    li:not(:last-child) {
    margin-left: -20px;
}

.company_statistics_section .why_choose_inner .company_statistics ul li p span {
    font-size: 35px;
    font-weight: 700;
    color: hsl(var(--base));
}

.company_statistics_section .why_choose_inner .company_statistics ul li p {
    font-size: 18px;
    color: black;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}
@media screen and (max-width: 992px) {
    .company_statistics_section .why_choose_inner {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .company_statistics_section .why_choose_inner .company_statistics ul {
        flex-wrap: wrap;
    }

    .company_statistics_section
        .why_choose_inner
        .company_statistics
        ul
        li:not(:last-child) {
        margin: 0;
    }

    .company_statistics_section
        .why_choose_inner
        .company_statistics
        ul
        li:nth-child(2n + 1) {
        margin-left: -20px;
    }

    .company_statistics_section .why_choose_inner .company_statistics ul li {
        width: 50%;
        margin-bottom: 20px !important;
    }

    .company_statistics_section
        .why_choose_inner
        .company_statistics
        ul
        li
        p
        span {
        font-size: 24px;
    }
}

/* OUR MISSION SECTION */
.our_value_section {
    position: relative;
}

.our_value_section .value_slider {
    margin-top: 50px;
}

.our_value_section .value_slider .value_block {
    background-color: #f3f5ff;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
}

.our_value_section .value_slider .value_block .icon {
    width: 90px;
    aspect-ratio: 1/1;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(var(--base));
    margin: 0 auto 30px auto;
    font-size: 38px;
    color: white;
}

.our_value_section .value_slider .value_block h3 {
    color: hsl(var(--base));
}

.our_value_section .value_slider .value_block p {
    margin-bottom: 0;
}

.our_value_section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: 1px solid #afafaf !important;
    transition: 0.4s all;
}

.our_value_section .owl-nav button span {
    color: #afafaf;
    font-size: 22px;
    line-height: 1.2;
}

.our_value_section .owl-nav button.owl-prev {
    left: -50px;
}

.our_value_section .owl-nav button.owl-next {
    right: -50px;
}

.our_value_section .owl-nav button:hover {
    background-color: white;
    border-color: white;
}

.our_value_section .owl-nav button:hover span {
    color: hsl(var(--base));
}

@media screen and (max-width: 992px) {
    .our_value_section .owl-nav button.owl-prev {
        left: -15px;
    }
    .our_value_section .owl-nav button.owl-next {
        right: -15px;
    }
}

@media screen and (max-width: 767px) {
    .our_value_section {
        margin-bottom: 0;
    }

    .our_value_section .value_slider {
        margin-top: 30px;
    }
    .our_value_section .value_slider .value_block {
        padding: 40px 30px;
        min-height: 340px;
    }
    .our_value_section .owl-nav button.owl-prev {
        left: -12px;
    }
    .our_value_section .owl-nav button.owl-next {
        right: -12px;
    }
}

@media screen and (max-width: 576px) {
    .our_value_section .value_slider .value_block {
        min-height: auto;
    }
}

/* MARQUEE TEXT SECTION */
.text_list_section {
    overflow-x: hidden;
}

.text_list_section .slider_block {
    background-color: #1b044a;
    padding: 20px 0;
    transform: rotate(-1.5deg);
    /* pointer-events: none; */
    width: 100%;
    overflow-x: hidden;
}

.text_list_section .down_fix {
    transform: rotate(-5deg);
    position: relative;
    bottom: -30px;
    z-index: 9;
}

.text_list_section .down_fix::after {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    width: 22px;
    height: 22px;
    background-image: url(../images/bigstar.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.text_list_section.rotet_down {
    transform: rotate(0.5deg);
}

.text_list_section .owl-stage,
.text_list_section .owl-stage-outer,
.textFlow_list .owl-stage,
.textFlow_list .owl-stage-outer {
    height: 55px;
}

.text_block {
    display: flex;
    align-items: center;
}

.text_block span {
    color: #fff;
    font-size: 50px;
    /* font-family: var(--font-bebas); */
    font-weight: 700;
    line-height: 1;
}

.text_block .mark_star {
    margin: 0 60px;
    /* font-family: "Playball", cursive; */
}

@media screen and (max-width: 1200px) {
    .text_list_section .owl-stage,
    .text_list_section .owl-stage-outer,
    .textFlow_list .owl-stage,
    .textFlow_list .owl-stage-outer {
        height: 45px;
    }

    .text_block span {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .text_list_section .down_fix {
        bottom: -15px;
    }

    .text_list_section .container {
        text-align: center;
    }

    .text_list_section .owl-stage,
    .text_list_section .owl-stage-outer,
    .textFlow_list .owl-stage,
    .textFlow_list .owl-stage-outer {
        height: 35px;
    }

    .text_block span {
        font-size: 30px;
    }
}

/* ABOUT US VIDEO SECTION */
.service_section {
    position: relative;
}

.service_section .service_blocks {
    padding: 50px 0;
}

.service_section .service_blocks .img img {
    max-width: 100%;
    border-radius: 20px;
}

.service_section .service_blocks .left_service_blocks {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_section .service_text {
    padding-right: 150px;
}

.service_section .service_text h2 {
    font-size: 35px;
    font-weight: 700;
    color: black;
    margin: 25px 0;
}

.service_section .service_text h2 span {
    color: hsl(var(--base));
}

.service_blocks .inner_block {
    position: relative;
    border-radius: 15px;
    background-color: #f3f5ff;
    padding: 50px 75px;
    text-align: center;
}

.service_blocks .inner_block.dark_bg {
    background-color: hsl(var(--base));
}

.service_blocks .inner_block.dark_bg .star_img img {
    filter: invert(1);
}

.service_blocks .inner_block .img {
    position: relative;
}

.service_blocks .inner_block .img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%) rotate(-9deg);
    width: 100%;
    height: 90%;
    background-color: #1b044a;
    border-radius: 30px;
}

.service_blocks .inner_block.rotate_left .img::before {
    transform: translate(-50%, -50%) rotate(-8deg);
}

.service_blocks .inner_block .img img {
    position: relative;
    border-radius: 20px;
    border: solid 2px #000;
}

.service_blocks .inner_block .star_img img {
    position: absolute;
}

.service_blocks .inner_block .star_img img:first-child {
    right: 20px;
    width: 25px;
}

.service_blocks .inner_block .star_img img:last-child {
    left: 20px;
    bottom: 55px;
}

.service_blocks .video_player {
    position: relative;
}

.service_blocks .video_player .play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.service_blocks .video_player .play_icon img {
    width: 120px;
    aspect-ratio: 1/1;
    opacity: 0.9;
    border: none;
}

.modal {
    z-index: 999999;
}

.modal-backdrop.show {
    z-index: 99999;
    opacity: 0.7;
}

.youtube-video .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    max-width: 1240px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

iframe#youtubevideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.youtube-video .modal-footer {
    border: none;
    text-align: center;
    display: block;
    padding: 0;
}

.youtube-video .modal-content {
    background: none !important;
    border: none;
}

#close-video {
    color: #fff;
    font-size: 30px;
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .service_section .service_text {
        padding-right: 50px;
    }
    .service_section .service_text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    .service_section .service_blocks {
        padding: 30px 0;
    }

    .service_section .service_text h2 {
        font-size: 26px;
    }

    .service_blocks .inner_block {
        padding: 40px 60px;
    }

    .about_service .video_player .play_icon img {
        width: 80px;
    }
}

@media screen and (max-width: 767px) {
    .service_section {
        text-align: center;
    }

    .service_section .service_text {
        padding-right: 0;
        margin-bottom: 30px;
        text-align: left;
    }

    .service_section .service_text h2 {
        margin: 15px 0;
    }

    .service_blocks .inner_block {
        padding: 40px 60px;
    }
}

/* EXPERT TEAM SECTION */
.experts_team_section {
    margin-top: 50px;
    position: relative;
    border-bottom: 1px solid rgba(122, 61, 247, 0.2);
}

.experts_team_section .section_title {
    margin-bottom: 40px;
}

.experts_team_section .col-md-4 {
    padding-left: 25px;
    padding-right: 25px;
}

.experts_team_section .experts_box {
    position: relative;
    text-align: center;
    padding: 10px 10px 30px 10px;
    border-radius: 20px;
    background-color: transparent;
    transition: 0.4s all;
}

.experts_team_section .experts_box img {
    margin-bottom: 30px;
    max-width: 100%;
    border-radius: 20px;
}

.experts_team_section .experts_box .text h3 {
    font-size: 20px;
    font-weight: 600;
    color: hsl(var(--base));
    transition: 0.4s all;
    margin: 0;
}

.experts_team_section .experts_box .text span {
    color: #000;
}

.experts_team_section .experts_box .social_media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    opacity: 0;
}

.experts_team_section .experts_box .social_media a {
    display: block;
    width: 33px;
    height: 33px;
    border: 1px solid #cccce2;
    border-radius: 50px;
    text-align: center;
    line-height: 31px;
    color: #fff;
    margin: 0 5px;
    transition: 0.4s all;
}

.experts_team_section .experts_box .social_media a:hover {
    border-color: #fff;
    background-color: #fff;
    color: #1b044a;
}

.experts_team_section .experts_box:hover {
    background-color: #1b044a;
    box-shadow: 0 4px 10px #ede9fe;
}

.experts_team_section .experts_box:hover h3 {
    color: #fff;
}

.experts_team_section .experts_box:hover span {
    color: #fff;
}

.experts_team_section .experts_box:hover .social_media {
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .experts_team_section {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .experts_team_section .section_title {
        margin-bottom: 30px;
    }
    .experts_team_section .experts_box {
        margin-bottom: 15px;
    }
    .experts_team_section .experts_box .social_media {
        opacity: 1;
    }
    .experts_team_section .experts_box:not(:hover) .social_media a {
        border-color: #1b044a;
        color: #1b044a;
    }
}

/* HOW IT WORKS CONTRIBUTOR SECTION */
.how_it_section {
    position: relative;
    padding: 0 15px;
    color: #fff;
    margin-bottom: 50px;
}

.how_it_section .section_title h2 {
    color: #fff;
}

.how_it_inner {
    max-width: 1370px;
    margin: 0 auto;
    background-color: #181a22;
    padding: 100px 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.how_it_inner .dotes_blue {
    position: absolute;
    top: -65%;
    left: 50%;
    transform: translateX(-50%);
}

.how_it_inner .section_title {
    margin-bottom: 50px;
    position: relative;
}

.how_it_inner .steps_block {
    text-align: center;
    position: relative;
}

.how_it_inner .steps_block .icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fdf7ec;
    margin: 0 auto;
    color: hsl(var(--base));
    font-size: 42px;
}

.how_it_inner .steps_block .text {
    margin-top: 40px;
}

.how_it_inner .steps_block .text h3 {
    color: #fff;
}

.how_it_inner .steps_block .step {
    width: 40px;
    height: 40px;
    border: 1px dashed #9599ab;
    color: #9599ab;
    text-align: center;
    line-height: 38px;
    display: block;
    margin: 0 auto;
    border-radius: 100px;
    margin-top: 30px;
    position: relative;
}

.how_it_inner .steps_block.step_border::after {
    content: "";
    position: absolute;
    left: calc(50% + 45px);
    bottom: 20px;
    width: calc(100% - 60px);
    height: 1px;
    border-bottom: 1px dashed #9599ab;
}

.how_it_inner .text-center .btn_block {
    margin-top: 35px;
}

@media screen and (max-width: 992px) {
    .how_it_inner .dotes_blue {
        top: -35%;
    }
}

@media screen and (max-width: 767px) {
    .how_it_inner {
        padding: 50px 0;
    }

    .how_it_inner .section_title {
        margin-bottom: 30px;
    }

    .how_it_inner .steps_block {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
        margin-bottom: 15px;
    }

    .how_it_inner .steps_block .text {
        margin-top: 15px;
    }

    .how_it_inner .steps_block .step {
        margin-top: 0;
    }

    .how_it_inner .steps_block.step_border::after {
        display: none;
    }
}

/* FAQS SECTION */
.faq_section {
    margin-top: 30px;
}

.faq_section .section_title {
    margin-bottom: 50px;
}

.faq_section .nav-tabs {
    justify-content: center;
    margin-bottom: 30px;
    border: none;
}

.faq_section .nav-tabs .nav-item.show .nav-link,
.faq_section .nav-tabs .nav-link.active,
.faq_section .nav-tabs .nav-link:hover,
.faq_section .nav-tabs .nav-link {
    border: none;
    margin: 0;
}

.faq_section .nav-tabs .nav-item {
    position: relative;
}

.faq_section .nav-tabs .nav-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f5ff;
    z-index: -1;
}

.faq_section .nav-tabs .nav-item button {
    background-color: #f3f5ff;
    padding: 10px 36px;
    border-radius: 10px;
    font-weight: 500;
    color: #000;
}

.faq_section .nav-tabs .nav-item:first-child:before {
    border-radius: 10px 0 0 10px;
}

.faq_section .nav-tabs .nav-item:last-child:before {
    border-radius: 0 10px 10px 0;
}

.faq_section .nav-tabs .nav-item.show .nav-link,
.faq_section .nav-tabs .nav-link.active {
    background-color: hsl(var(--base));
    color: #fff;
}

.faq_section .accordion {
    margin-bottom: -20px;
}

.faq_section .accordion-item {
    border: none;
    background-color: #f3f5ff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.faq_section .accordion-item .accordion-header {
    background-color: #f3f5ff;
    border: none;
    border-radius: 10px;
    padding: 15px 20px;
}

.faq_section .accordion-item .accordion-header button {
    width: 100%;
    text-align: left;
    color: hsl(var(--base));
    text-decoration: none;
    padding: 0;
    font-weight: 700;
    position: relative;
    padding-right: 72px;
    font-size: 20px;
}

.faq_section .accordion-item .accordion-button {
    background-color: transparent;
}

.faq_section .accordion-item .accordion-button::after {
    display: none;
}

.faq_section .accordion-item .accordion-button:not(.collapsed)::after {
    display: none;
}

.faq_section .accordion-item .accordion-header button.collapsed {
    color: #000;
}

.faq_section .accordion-item .accordion-header button:focus {
    outline: none;
    box-shadow: none;
}

.faq_section .accordion-item .accordion-header button .icons i {
    position: absolute;
    right: 0;
    top: 4px;
    color: #181a22;
}

.faq_section
    .accordion-item
    .accordion-header
    button.collapsed
    .icons
    .fa-minus,
.faq_section .accordion-item .accordion-header button .icons .fa-plus {
    display: none;
}

.faq_section .accordion-item .accordion-header button .icons .fa-minus,
.faq_section
    .accordion-item
    .accordion-header
    button.collapsed
    .icons
    .fa-plus {
    display: block;
}

.faq_section .accordion-item .accordion-body {
    padding-top: 0;
}

@media screen and (max-width: 992px) {
    .faq_section .nav-tabs .nav-item button {
        padding: 10px 25px;
    }
    .faq_section .accordion-item .accordion-header button {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .faq_section .nav-tabs {
        gap: 10px;
    }
    .faq_section .nav-tabs .nav-item::before {
        background-color: transparent;
    }
    .faq_section .accordion-item .accordion-header {
        padding: 12px 15px;
    }
    .faq_section .accordion-item .accordion-header button {
        padding-right: 25px;
    }
    .faq_section .accordion-item .accordion-header {
        text-align: left;
    }
}
