@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;

}

img {
    max-width: 100%;
}

header {
    position: relative;
    z-index: 1;
}

.main-content {
    width: 100%;
}

:root,
[data-bs-theme=light] {
    --bs-blue: #543fe7;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #543fe7;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffda44;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 84, 63, 231;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 94, 190, 21;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 218, 68;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #543fe7;
    --bs-link-color-rgb: 84, 63, 231;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(84, 63, 231, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

.bg-blue {
    background-color: #543FE7;
}

.rainbow-text {
    background: linear-gradient(to right, green, rgb(0, 136, 255));
    -webkit-background-clip: text;
    /* For Chrome/Safari */
    color: transparent;
    /* Text color should be transparent to show the gradient */
    font-weight: bold;
    /* Optional: to make the text bold */
    display: inline;
    /* Ensures the text behaves like regular inline text */
}


body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #282828;
    background: #f8f9fa;
    overflow-X: hidden;

}

.main-intro-section {

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/e7c424ff-0358-4765-9e39-111b5e2bd8c5.jpeg);

    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 60px 60px;
}

.nav-link {
    color: #fff;
    font-size: 14px;
}

.nav-link:hover {
    color: #543fe7;
}

.navbar-brand img {
    width: 180px;
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5ebe15;
    --bs-btn-border-color: #5ebe15;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5bb814;
    --bs-btn-hover-border-color: #5bb814;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5bb814;
    --bs-btn-active-border-color: #5bb814;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #543fe7;
    --bs-btn-disabled-border-color: #543fe7;
}

.btn-outline-primary {
    --bs-btn-color: #543fe7;
    --bs-btn-border-color: #543fe7;
    --bs-btn-hover-color: #543fe7;
    --bs-btn-hover-bg: transparentswift-cut;
    --bs-btn-hover-border-color: #543fe7;
    --bs-btn-focus-shadow-rgb: 84, 63, 231;
    --bs-btn-active-color: #543fe7;
    --bs-btn-active-bg: #543fe7;
    --bs-btn-active-border-color: #543fe7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #543fe7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #543fe7;
    --bs-gradient: none;
}

.navbar-dark {
    border-bottom: 1px solid #EFF1FA;
}

.navbar-dark .nav-link {
    color: #543fe7;
    font-size: 14px;
}

.btn {
    font-size: 14px;
}

.container {
    max-width: 1160px;
}

.containerr {
    width: 100%;
    padding: 0 150px;
}

.main-intro-section h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 70px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}

.main-intro-section-content {
    max-width: 500px;
}

.main-intro-section-content-2 h2 {
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
}

.main-intro-section-content-2 h2 span {
    padding: 3px 5px;
    display: inline-block;
    border-radius: 10px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-md-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-36 {
    font-size: 36px;
}

.fs-44 {
    font-size: 44px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.mini-cart {
    width: 100%;
    color: #000;
    background: hsla(0, 0%, 100%, .8);
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px;
    border-radius: 20px;
}

.mini-cart p {
    font-size: 16px;
    font-weight: 500;
}

.mini-cart p {
    margin-bottom: 0;
}

.minicart2 {
    background: #5ebe15;
    color: white;
}

.form-card {
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 20px;
    max-width: 367px;
    margin-left: auto;
}

.form-card button {
    font-size: 24px;
    font-weight: 900;
    width: 100%;
    border-radius: 20px;
    line-height: 30px;
    padding: 15px 10px;
}


.form-card input {
    width: 100%;
    text-align: end;
    padding: 10px 20px 10px 120px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    height: 56px;
    font-size: 24px;
}

.about-page .form-card {

    background-color: transparent;
    padding: 0;
    border-radius: 20px;
    max-width: 3000px;
    margin-left: auto;
}

.about-page .form-card input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    height: 56px;
    font-size: 18px;
}

.about-page .form-card button {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    border-radius: 10px;
    line-height: 30px;
    padding: 12px 10px;
}

section {
    padding: 50px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 60px 60px;

}

.card-b {
    background-color: #EFF1FA;
    border-radius: 20px;
    padding: 60px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.card-b p {
    font-size: 24px;
    font-weight: 500;
}

section h2 {
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
}

.phone-img {
    position: absolute;
    width: 80%;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}

a {
    color: #5EBE16;
    font-size: 16px;
    text-decoration: none;
}

.btn-lg {
    font-size: 36px;
    font-weight: 900;
    padding: 20px 40px;
    text-transform: uppercase;
    border-radius: 40px;
}

.btn-light {
    color: #5ebe15;

}

.login-page {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.form-section {
    width: 466px;
}

.form-input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    height: 56px;
}

.text-gray {
    color: #656c7b;
}

.form-section span {
    color: #656c7b;
    font-size: 12px;
}

.bg-item {
    height: 100vh;
    width: 100%;
    left: 50%;
    margin-left: 320px;
    top: 0;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    background: #eff1fa;
}

.close-icon img {
    width: 25px;
    margin-right: 50px;
}

.sidebar {

    min-width: 256px;
    position: sticky;
    top: 115px;
    height: fit-content;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}

.sidebar-nav-item a {
    display: inline-block;
    padding: 14px 16px;
    border-radius: 8px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #6c727a;
}

.sidebar-nav-item a:hover {
    border: 1px solid rgb(204 211 219);
}

.sidebar-nav-item a svg {
    margin-right: 5px;
    color: #6c727a;
}

.sidebar-nav-item.active a {
    background: #EEF0F4;
    color: #6c727a;
    color: #000;
}

.sidebar-nav-item.active a svg {
    margin-right: 5px;
    color: #000;
}

.card-w {
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
    width: 100%;
}

.bar {
    width: 100%;
    height: 10px;
    background-color: #CBC3FF;
    margin-bottom: 10px;
}

.information-bar {
    background-color: #E0EEFF;
    display: flex;
    padding: 16px;
    border-radius: 16px;
    gap: 10px;
    font-size: 12px;
}

.information-bar p {
    margin-bottom: 0;
}

.information-bar img {
    width: 15px;
}

.comments-item {
    background-color: #fff;
    color: #282828;
    font-size: 18px;
    width: 302px;
    height: 360px;
    padding: 40px 36px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comments-item-footer p {
    margin-bottom: 0w;
}

.comments-swiper {
    overflow: visible !important;
}

.comments-swiper .swiper-slide {
    width: fit-content;
}

.countries-flag img {
    width: 34px;
    height: 24px;

    object-fit: cover;
    border-radius: 5px;
}

.countries-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    width: 205px;
    height: 58px;
    padding: 18px 20px;
    border-radius: 20px;
    margin-bottom: 32px;
}

.countries-name p {
    margin-bottom: 0;
}

.empty-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}


.empty-section img {
    width: 80%;
    max-width: 200px;
}

.empty-section p {
    max-width: 480px;
}

.form-group {
    display: flex;
}

.form-group {
    width: 60%;
}

.form-group input {
    background-color: #fff;
    border: none;
    height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    width: 100%;
    border-radius: 10px 0 0 10px;
    position: relative;
    left: 10px;
}

.form-group button {
    height: 50px;
    padding: 10px 30px;
    position: relative;
    font-size: 16px;
}

.main-content h1 {
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 2px;
}

.information-card {
    max-width: 220px;
}

.information-card h4 {
    font-size: 18px;

}

.information-card p {
    font-size: 14px;
    font-size: #656c7b;

}

.information-card-icon {
    height: 70px;
}

._img_xs_13re5_10 {
    height: 100px;
    max-width: 100px;
}

.countries {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 948px;
    margin: 0 auto;
}

footer {
    padding: 60px 0;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    width: 288px;
}

.footer-nav a {
    font-size: 14px;
    margin-bottom: 16px;
    color: #656c7b;

}

.footer-nav a:hover {
    color: #b0b5be;
}

.footer-top {
    display: flex;

}

.social-buttons a {
    font-size: 24px;
}

.vertical-slider-swiper {
    height: 800px !important;
    width: 400px;
    margin: 0 !important;
}

.vertical-slider-item {
    padding: 40px 36px;
    background-color: #fff;
    width: 260px;
    height: 390px;
    border-radius: 30px;
    color: #282828;
    text-align: center;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.vertical-slider-item::before {
    content: "";
    position: absolute;
    top: 60%;
    left: -9px;
    height: 18px;
    border-radius: 50%;
    background: #543fe7;
    width: 18px;
    box-shadow: inset 2px 34px 52px 8px rgba(0, 0, 0, .2);
}

.vertical-slider-item::after {
    content: "";
    position: absolute;
    top: 60%;
    right: -9px;
    height: 18px;
    border-radius: 50%;
    background: #543fe7;
    width: 18px;
    box-shadow: inset 2px 34px 52px 8px rgba(0, 0, 0, .2);
}

.vertical-slider-item img {
    width: 100%;
}

.vertical-slider-item p {
    letter-spacing: 2px;
    line-height: 25px;
}

.vertical-slider-swiper .swiper-slide {
    height: fit-content !important;
}

.vertical-slider-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.card-b {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.card-b.in-view {
    opacity: 1;
    transform: scale(1);
}

.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.languange-btn button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #D3D1D3;
    font-size: 14px;
}

.languange-btn img {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.languange-btn .dropdown-item {
    display: flex;
    gap: 10px;
}

.languange-btn .dropdown-menu {
    left: auto;
    right: 0;
}

.pfx-select__dropdown-indicator {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #282828;
}

.select-currency {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 10px;
    width: 150px;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.select-currency-img {
    margin-right: auto;
    margin-left: 20px;
    display: flex;
}

.select-currency-img span {
    display: none;

}

.select-currency-img img {
    width: 34px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;

}

.select-currency-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 110px;
    background-color: #FFFFFF;
    transition: all .2s;
    border-radius: 10px;
    margin-top: 1px;
    position: relative;
    left: 1px;
    padding-right: 0px;
}

.select-currency-btn p {
    margin-bottom: 0;
}

.currency-menu-title {
    font-size: 16px;
    color: #282828;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 20px;
}

.select-currency-menu {
    width: calc(100% + 10px);
    background-color: #FFFFFF;
    border: 1px solid #B0B5BE;
    padding: 10px;
    border-radius: 10px;

    position: relative;
    top: 5px;
    max-height: 280px;
    overflow: scroll;
    margin-right: -10px;
    z-index: 99;
}

.select-currency-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
}


.select-currency-menu-item:hover {
    background-color: #F8F9FA;
    cursor: pointer;
}

.select-currency-menu-item.active {
    background-color: #5ebe15;
    color: #fff;
}

.select-currency-menu-item .select-currency-img {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.select-currency-menu-item .select-currency-img p {
    margin-bottom: 0;
}

.select-currency-menu-item .select-currency-img span {
    display: block;
}

.cart {
    background-color: #fff;
    border-radius: 40px;
    padding: 64px 48px 48px;
    position: relative;
}

.cart.bg-blue {
    background-color: #543FE7;
    color: #fff;
}

.cart.bg-success {
    background-color: #5ebe15;
    color: #fff;
}

.number-icon {
    position: absolute;
    top: -60px;
    right: 20%;
}

.number-icon img {
    width: 129px;
}

.cart h4 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.cart p {
    font-size: 24px;
}

.cart h4 b {
    font-weight: 900;
}

.text-primary {
    color: #5ebe15 !important;
}

.about-info-cart-item {
    background-color: #EFF1FA;
    width: 100%;
    height: 100%;
    padding: 32px;
    border-radius: 24px;
}

.about-info-cart-item-img {
    margin-bottom: 50px;
}

.about-info-cart-item-img img {
    max-width: 64px;
}

.about-info-cart-item p {
    font-size: 16px;
    color: #282828;

}

.container-mini {
    max-width: 980px;
}

.bg-section svg {

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-40%);
    width: 2000px;
    height: 570px;
}

.about-page {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.about-page h2 {
    font-size: 44px;
    font-weight: 400;
}

.about-page h3 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
}

.about-grid-content {
    margin-top: 150px;
}

.about-info-cart-item p {
    margin-bottom: 0;
}

.team-item {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 32px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;

}

.team-item h4 {
    font-size: 44px;

}

.post-item {
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
    border-radius: 20px;
    overflow: hidden;
}

.post-item-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.post-item-content {
    padding: 32px 24px;
}

.post-item-content {
    color: #282828;
}

.white-fullw-card {
    padding: 64px 80px;
    background-color: #fff;
    border-radius: 30px;
}

.card-info {
    font-size: 14px;
    color: #656c7b;
}

.card-title {
    font-size: 24px;

}

.card-text {

    font-size: 16px;
    line-height: 22px;
    color: #656c7b;
}

.card-body {

    padding: 32px 24px;
}

.card-img-top {
    height: 230px;
    object-fit: cover;
}

.faq-section .accordion-button {
    border: none;
    background-color: transparent;
    font-size: 20px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.accordion,
.accordion-item {
    border: none;
    background: transparent;
}

.accordion-button::after {
    display: none;
}

.brand-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-slider-item img {
    width: 185px;
}

.brand-images {
    background-color: #EFF1FA;
    padding: 100px 0;
}

.banner-scene {
    background-image: url('../img/media_feedback.9ffdfbbe.jpg');
    padding: 140px 88px;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    color: #fff;
}

.banner-scene h3 {
    font-size: 44px;
    font-weight: 400;
    line-height: 54px;

}

.banner-scene p {
    font-size: 18px;

}

.vertical-cards {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.vertical-cards-bg {
    position: absolute;
    left: 0;
    top: 0;
}

.vertical-card {

    min-height: 345px;
    max-width: 206px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    text-align: center;

    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);

    padding: 32px;
    border-radius: 24px;
    position: relative;

}

.vertical-card-img {
    margin-bottom: 80px;
}

.vertical-card p {
    font-size: 14px;

}

.blog-filter {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-item {
    margin-bottom: 15px;
}

.filter-item a {
    color: #282828;
    font-size: 16px;
    text-decoration: none;
    background-color: #EFF1FA;
    padding: 10px 32px;
    border-radius: 8px;
}


.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.country-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.country-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.country-item-img img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;

}

.country-item p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    color: #b0b5be;
}

.country-item p b {
    font-weight: 400;
    color: #282828;
}

.blog-main-img {
    width: 100%;
    height: 480px;
    border-radius: 30px;
    color: #fff;
    padding: 50px 100px;
    display: flex;
    align-items: end;
}

.blog-main-img h1 {
    font-size: 44px;
}

.blog-content {
    max-width: 736px;
    margin-top: 50px;
}

.blog-content li,
.blog-content p {
    font-size: 18px;
    color: #656c7b;
    line-height: 29px;
}


.blog-content a {
    color: #543fe7;
}

.blog-content h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-content img {
    width: 100%;
}

.blog-content h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.blog-content h1 {
    font-size: 44px;
    font-weight: 400;

}

.accordion-body {
    padding: 0;
}

.accordion-body a {
    font-size: 18px;
}

.alert {
    position: fixed;
    right: 3%;
    top: 70px;
    z-index: 99999999;
}

.selecet-country .dropdown button {
    border-radius: 10px 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border: 1px solid #CCCCCC;
    gap: 10px;
}

.selecet-country .dropdown button span {
    font-size: 16px;

}

.dropdown-item.active {
    background-color: #5ebe15;
    color: #fff !important;
}

.dropdown-item.active p {
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 0;
}

.dropdown-item.active span {
    margin-left: auto;
    font-size: 14px;
    color: #fff !important;
}

.phone-input {
    border-radius: 0 10px 10px 0;
}

.selecet-country .flag img {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.selecet-country .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.selecet-country .dropdown-item {
    padding: 10px;
}

.selecet-country .dropdown-item span {
    font-size: 12px;
    color: #212529;
}

.selecet-country .dropdown-item p {
    font-size: 16px;
    color: #212529;
    margin-bottom: 0;
}

.dropdown-menu {
    width: 466px;
    max-height: 200px;
    overflow: scroll;
}

.transfer-form {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.transfer-form-input {
    position: relative;
}

.transfer-form-input label {
    position: absolute;
    display: flex;
    top: -9px;
    left: 15px;
    font-size: 12px;
    color: #6c727a;
    background-color: #fff;
    z-index: 1;
    padding: 0 5px;
}

.transfer-form-input input {
    border: 2px solid #A2ABB8;

    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    height: 70px;
    padding: 16px 20px;
    font-weight: 700;
    text-align: end;
    border-radius: 10px;
}

.transfer-form-input .selecet-country {
    position: absolute;
    top: 2px;
    left: 2px;
}


.transfer-form-input .selecet-country button {
    border: none;
    height: 66px;
}

.transfer-form-input .selecet-country .flag img {
    width: 32px;
    max-width: 32px;
    height: 32px;
}

.transfer-form button.btn-primary {
    font-size: 16px;
    font-weight: 700;
    height: 48px;
}

.transfer-stages {
    display: flex;
    margin-bottom: 20px;
}

.transfer-stages-item {
    width: 25%;
    font-size: 12px;
    color: #a2abb8;
    text-align: center;


}

.transfer-stages-item.active {
    color: #001a3f;
}

.transfer-stages-bar {
    height: 4px;
    background-color: #EEF0F4;
    width: 100%;
    margin-bottom: 50px;
}

.transfer-progress-bar {
    background-color: #A2ABB8;
    height: 4px;
    position: relative;

}

.transfer-progress-bar::after {
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: flex;
    background-color: #A2ABB8;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);

}

.home-screen-banner {
    background: url('../img/home-section-bg.jpg');
    padding: 20px;
    padding-top: 60px;
    color: #fff;
    border-radius: 30px;
}

.home-screen-banner h1 {
    font-size: 32px;
    font-weight: 700;
}

.home-screen-banner p {
    margin-bottom: 0;

}

.home-page {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.navbar .btn-light {
    background-color: #EEF0F4;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    color: #001a3f;
}

.transfer-form .dropdown-item span {
    margin-left: auto;
    font-size: 14px;
    color: #6c727a;
}

.transfer-form .dropdown-item {
    font-weight: 600;
    color: #000;

}

.transfer-form .dropdown-menu {
    width: 300px;
}

.navbar .dropdown-menu {
    width: 360px;
    padding: 24px 16px;
    right: -40px;
    left: auto;
    height: auto;
    max-height: fit-content !important;


}

.navbar .dropdown-item {

    display: flex;
    gap: 10px;
    padding: 12px 8px;
    margin-bottom: 12px;
    border: 1px solid transparent;

}

.navbar .dropdown-item:hover {
    background-color: #fff;
    border: 1px solid #CCD3DB;
    border-radius: 15px;
}

.text-bg-secondary {
    background-color: #EEF0F4 !important;
    color: #000 !important;
}

.add-card {
    display: flex;
    align-items: center;
    background-color: rgba(238, 240, 244, 0.5);
    border: none;
    border-radius: 20px;
    gap: 20px;
    padding: 5px 30px 5px 5px;
    color: #000;
}

.add-card-icon {
    width: 50px !important;
    height: 50px !important;
    background-color: #5EBE16;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.credit-card-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 600px;
}

.credit-card-item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: transform 0.3s ease;
}

.credit-card-item:hover {
    transform: scale(1.05);
}

.credit-card-chip {
    height: 35px;
    background-color: #d4af37;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: auto;
    padding: 10px;
}

.credit-card-number {
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #333;
}

.credit-card-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2em;
    color: #555;
}

.credit-card-expiry,
.credit-card-cvv-number {
    font-weight: bold;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.contact-box {
    background: url('../img/home-section-bg.jpg');
    color: #fff;
    text-decoration: none;
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;

}

.contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-color: #5ebe15;
}

.contact-content {
    text-align: center;
}

.contact-box h3 {
    margin-bottom: 10px;
    font-size: 1.6em;
    font-weight: 600;
    color: #fff;
}

.contact-box p {
    font-size: 1.05em;
    color: #fff !important;
}

.contact-box:hover h3,
.contact-box:hover p {
    color: #fff;
}

.main-content {
    padding: 20px;
}

.ticket-form {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.ticket-form h2.mb-3 {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.ticket-list {
    margin-top: 20px;
}

.ticket-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

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

.ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticket-header h3 {
    font-size: 1.4em;
    color: #007bff;
    margin: 0;
}

.ticket-status {
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.ticket-status.open {
    background-color: #28a745;
    /* Yeşil - Açık */
}

.ticket-status.closed {
    background-color: #dc3545;
    /* Kırmızı - Kapalı */
}

.ticket-status.in-progress {
    background-color: #ffc107;
    /* Sarı - Devam ediyor */
}

.ticket-date {
    font-size: 0.9em;
    color: #777;
    margin-top: 5px;
}

.file-drop-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px dashed #aaa;
    transition: background-color 0.3s ease;
}

.file-drop-area.dragging {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: #fff;
}

.file-message {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

#file-select-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #5ebe15;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

#file-select-btn:hover {
    background-color: #5ebe15;
}

.progress-container {
    width: 80%;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
    display: none;
    /* Gizli başlar, dosya yüklenirken gösterilecek */
}

.progress-bar {
    height: 100%;
    width: 0;
    background-color: #5ebe15;
    transition: width 0.4s ease;
}

label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.select2-results__option img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    vertical-align: middle;
}

.select2-selection__rendered img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

/* Seçim alanının yüksekliği ve kenarlıkları */
.select2-container .select2-selection--single {
    height: 60px;
    background-color: #fff;
    border: 2px solid #A2ABB8;
    border-radius: 10px;
    color: #333;
    display: flex;
    align-items: center;
}

/* Seçeneklerin dropdown menüsünün genişliği ve kenarlıkları */
.select2-dropdown {
    width: 100%;
    border: 1px solid #A2ABB8;
    border-radius: 5px;
}

/* Seçeneklerin metin rengi ve arka planı */
.select2-results__option {
    padding: 10px;
    background-color: #fff;
    color: #333;
}

/* Hover durumunda seçeneklerin arka plan rengi */
.select2-results__option--highlighted {
    background-color: #007bff;
    color: white;
}

/* Hide the default arrow */
.select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
}

/* Custom arrow icon */
.select2-container .select2-selection--single:after {
    content: "\f078";
    /* Unicode for Font Awesome chevron-down */
    font-family: "Font Awesome 5 Free";
    /* Use Font Awesome */
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
}

.form-icon svg {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.payment-icon svg {
    width: 40px !important;
    height: auto !important;
}

.receiver-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.receiver-delete-btn {
    margin-left: auto;
    background-color: transparent;
    border: none;
    color: #5ebe15;
}

.receiver-item-icon {
    width: 48px;
    height: 48px;
    background-color: #EEF0F4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #5ebe15;

}

.receiver-tab-btn {
    display: flex;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #CCD3DB;
    background-color: #FFFFFF;
}

.receiver-tab-btn:hover {
    background-color: #EEF0F4;
}

.btn-image {
    background-image: url('../img/home-section-bg.jpg');
    background-size: cover;
    padding: 7px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.white-card {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.tab-content-btn.active {
    background-color: #5ebe15;
    color: #fff;
}

.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
}

.control-information span {
    color: #777578;
    font-size: 14px;
}

.control-information p {
    margin-bottom: 0 !important;
}

.payment-method-item {
    padding: 15px;
    width: calc(50% - 5px);
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    height: 100px;
    font-size: 32px;
    font-weight: 500;
}

.payment-methods {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}



.payment-method-item img {
    height: 100%;
    object-fit: contain;
}

#see-more {
    text-align: center;
    cursor: pointer;
    justify-content: center;
}

.phone-container {
    height: 400px;
}

.languange-btn button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #D3D1D3;
    font-size: 14px;
}

.languange-btn img {
    border-radius: 5px;
    width: 34px;
    height: 24px;
    object-fit: cover;
}

.languange-btn .dropdown-item {
    display: flex;
    gap: 10px;
    padding: 8px;
    margin-bottom: 5px;
}

.languange-btn .dropdown-menu {
    left: auto;
    right: 0;
    padding: 5px;
    padding-right: 5px !important;
    overflow: auto;
    width: fit-content !important;
}

.languange-btn .dropdown-item:hover {

    background-color: #5ebe15;
    color: #fff !important;
    border-radius: 0 !important;

}


@media screen and (max-width: 767px) {
    .languange-btn .dropdown-menu {
        width: fit-content !important;
    }

    .containerr {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .languange-btn .dropdown-menu {
        width: fit-content !important;
    }

    .containerr {
        max-width: 90%;
        padding: 0 15px;
    }
}

@media screen and (min-width: 1025px) {
    .languange-btn .dropdown-menu {
        width: fit-content !important;
    }

    .containerr {
        max-width: 100%;
        padding: 0 150px;
    }
}