@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: var(--body-color);
    font-family: 'Montserrat', sans-serif;
}

li {
    list-style: none;
}

table {
    position: relative;
    max-width: 100% !important;
    display: inline-table;
    overflow: auto;
}

table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

table tbody {
    background-color: var(--add-credit-table);
}

table tbody tr td:first-child {
    border-radius: 12px 0px 0px 12px;
}

table tbody tr td:last-child {
    border-radius: 0px 12px 12px 0px;
}

.hover\:1 {
    transform: translateY(0px);
    transition: 300ms;
}

.hover\:1:hover {
    transform: translateY(-3px);
    transition: 300ms;
}

.absolute-swiper svg {
    position: absolute !important;
    bottom: 0px !important;
    height: 100%;
    width: 100%;
}

.shopping-button {
    border-radius: 500px;
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
    width: 50px;
    height: 50px;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-header-img {
    width: 25px;
    height: 25px;
    border-radius: 500px;
}

.dropdown-menu {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 18px;
}

.dropdown-menu.dropdown-lg {
    top: -0.5rem;
    background: var(--body-color) !important;
    border: 2px solid var(--main-color);
    border-radius: 30px;
    cursor: pointer;
    z-index: 150 !important;
}

.footer-select .dropdown-lg-content {
    margin-top: 0rem !important;
    justify-content: center;
}

.footer-select.dropdown-menu.dropdown-lg {
    left: -1.5rem;
    text-align: center;
    background: var(--body-color) !important;
    top: -23.5rem !important;
    padding-bottom: 4rem !important;
    border: 2px solid var(--main-color) !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    z-index: 150 !important;
}

li[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: 500ms;
}

li[aria-expanded="false"] i {
    transform: rotate(0deg);
    transition: 500ms;
}

li.dropdown.profile-dropdown:hover .dropdown-border {
    background: var(--main-color);
    transition: 500ms;
}

li.dropdown.profile-dropdown:hover .dropdown-border a {
    color: var(--active-text-color) !important;
    transition: 500ms;
}

.dropdown.footer-dropdown:hover .dropdown-border {
    background: var(--main-color);
    transition: 500ms;
}

.dropdown.footer-dropdown:hover .dropdown-border a {
    color: var(--active-text-color) !important;
    transition: 500ms;
}

.dropdown-lg-content {
    margin-top: 3rem;
    transition: 500ms;
}

.profile-dropdown .dropdown-border {
    border: 2px solid var(--main-color);
    border-radius: 60px;
    padding: 11px 19px 11px 11px;
    z-index: 123123123;
    position: relative;
    transition: 500ms;
    width: max-content;
    font-size: 14px !important;

}

.footer-dropdown {
    width: 140px !important;
    text-align: center;
    justify-content: center;
    display: flex;
}

.footer-dropdown .dropdown-border {
    justify-content: center !important;
    margin: auto !important;
    text-align: center !important;
    border: 2px solid var(--main-color);
    height: fit-content !important;
    width: fit-content;
    border-radius: 60px;
    padding: 11px 19px 11px 11px;
    position: relative;
    transition: 500ms;
    z-index: 160;
    width: 100% !important;
}

.tooltip-inner {
    background: var(--add-credit-table);
    color: var(--text-color);
    filter: contrast(0.85);
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--add-credit-table) !important;
    filter: contrast(0.85);
}

.form-select {
    background: var(--input-bg) !important;
}

.add-credit-table {
    background-color: var(--add-credit-table);
    padding: 0.8rem;
}

.absolute-icon-form {
    position: relative;
    overflow: hidden;
}

.absolute-icon-form i {
    position: absolute;
    right: 1rem;
    top: calc(0.8rem + 2px);
    cursor: pointer;
}

.form-floating label {
    color: var(--input-color) !important;
}

button.form-control {
    transition: 1500ms;
}

button.form-control:hover {
    transform: translateY(-3px);
    transition: 500ms;
}

.form-floating input[disabled] ~ label:after {
    background-color: var(--input-bg);
    filter: contrast(0.9);
}

.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
    background-color: var(--input-bg);
}

.w-80 {
    width: 80% !important;
}

.btn-success {
    background-color: #45c4a0 !important;
}

.divider-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(164, 174, 198, 0.2);
}

.divider-icon:after, .divider-icon:before {
    position: absolute;
    top: 50%;
    content: "";
    border-top: 1px solid rgba(164, 174, 198, 0.2);
    width: calc(45% - 1.5rem);
}

.btn-outline-login {
    border-color: var(--active-background-color) !important;
    color: var(--outline-text-color) !important;
}

.btn-outline-login:focus {
    border-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
}

.btn-outline-login:hover {
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
}

.form-control {
    border-radius: 8px !important;
    background-color: var(--input-bg) !important;
    color: var(--input-color) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid var(--btn-main-bg) !important;
    -webkit-text-fill-color: var(--input-color) !important;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: var(--main-color);
}

input[disabled] {
    filter: contrast(0.9);
}

.navbar {
    padding-top: 0.5rem;
}

.navbar-behind.active {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 99999999999;
    opacity: 0.9;
}

.absolute-swiper {
    height: 100%;
}

.absolute-swiper svg {
    position: absolute !important;
    bottom: 0 !important;
}

.absolute-swiper svg path {
    fill: var(--main-color);
}

.error-coupon {
    animation: horizontal-shaking 1s ease-in-out;
    border: 1px solid var(--main-color);
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

.success-coupon {
    animation: horizontal-shaking 1s ease-in-out;
    border: 1px solid #187918;
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

.left-nav:not(.show-ixa) {
    width: 240px;
    height: 100%;
    position: fixed;
    left: -15rem;
    transition: left 500ms;
    background: var(--card-bg);
    z-index: 9999999999;
}

.left-nav a {
    color: var(--text-color);
    font-weight: 600;
}

.left-nav.show-ixa {
    width: 240px;
    height: 100%;
    position: fixed;
    left: 0rem !important;
    transition: left 500ms;
    border-right: 2px solid var(--card-bg) !important;
    background: var(--card-bg);
    z-index: 9999999999999;
}

.left-nav.show-ixa .toggler-nav {
    background-color: var(--card-bg) !important;
    position: absolute;
    right: -50px;
    top: 15px;
    box-shadow: 0px 0px 20px #00000024;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    align-items: center;
    transition: 500ms;
}

.left-nav .toggler-nav {
    background-color: var(--card-bg) !important;
    position: absolute;
    right: -120px;
    top: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    align-items: center;
    transition: 500ms;
    box-shadow: 0px 0px 20px #00000024;
}

.footer-btn.active {
    border-radius: 250px;
    color: var(--active-text-color);
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--active-background-color) !important;
}

.store-button {
    border: 2px solid var(--active-background-color);
    width: 100%;
    padding: 25px 19px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: 500ms;
    color: var(--text-color);
}

.store-button:hover {
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
    transition: 500ms;
}

.btn-main {
    background-color: var(--btn-main-bg);
    color: var(--btn-main-text-color) !important;
}

.btn-main:hover {
    background-color: var(--btn-main-bg) !important;
    color: var(--btn-main-text-color) !important;
    border-color: var(--btn-main-bg) !important;
}

.btn-main:active {
    background-color: var(--btn-main-bg) !important;
    color: var(--btn-main-text-color) !important;
    border-color: var(--btn-main-bg) !important;
}

.btn-main:focus {
    background-color: var(--btn-main-bg) !important;
    color: var(--btn-main-text-color) !important;
    border-color: var(--btn-main-bg) !important;
}

.changing-text-section {
    color: var(--section-text-color) !important;
}

.container-fluid {
    width: 98%;
}

.logo-size {
    width: var(--logo-size);
    height: var(--logo-size);
    object-fit: contain;
    margin-right: 1rem;
}

.container-85 {
    width: 85% !important;
}

.rounded-full {
    border-radius: 250px !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.z-99 {
    z-index: 99;
}

.card {
    background-color: var(--card-bg);
    color: var(--card-text-color);
}

.text-color {
    color: var(--text-color) !important;
}

.text-color-sub {
    color: var(--text-color-sub) !important;
}

.h1 {
    color: var(--text-color);
    font-weight: 600;
}

.h2 {
    color: var(--text-color);
    font-weight: 600;
}

.h3 {
    color: var(--text-color);
    font-weight: 600;
}

.h4 {
    color: var(--text-color);
    font-weight: 600;
}

.h5 {
    color: var(--text-color);
    font-weight: 600;
}

.h6 {
    color: var(--text-color);
    font-weight: 600;
}

.h7 {
    color: var(--text-color);
    font-weight: 600;
}

.display-1 {
    color: var(--text-color);
}

.display-2 {
    color: var(--text-color);
}

.display-3 {
    color: var(--text-color);
}

.display-4 {
    color: var(--text-color);
}

.display-5 {
    color: var(--text-color);
}

.display-6 {
    color: var(--text-color);
}

.display-7 {
    color: var(--text-color);
}

.btn-outline-special {
    border-color: var(--active-background-color);
}

.btn-outline-special:hover {
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
}

header nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    transition: 500ms;
}

header nav .nav-item .nav-link:hover {
    transform: translateY(-3px);
    transition: 500ms;
}

header nav .nav-item .nav-link:not(.active) {
    color: var(--text-color);
}

header nav .nav-item .nav-link.main-border-outline {
    background-color: var(--active-background-color);
    width: 100%;
    padding: 25px 19px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: 500ms;
    color: var(--text-color);
}

header nav .nav-item .nav-link.main-border-outline:hover {
    background-color: var(--active-background-color);
    color: var(--active-text-color) !important;
    transition: 500ms;
}

header nav .nav-item .nav-link.active {
    border-radius: 500px;
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color);
    width: 50px;
    height: 50px;
    margin-right: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.section-1 .absolute-swiper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    opacity: 0.6;
}

.section-1 .swiper-div {
    background: #000;
    padding-top: 2%;
    height: 392px;
}

.section-1 .swiper-div:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 31%;
    background: #000 !important;
    left: 0;
    top: 0;
    z-index: 123123;
    filter: blur(22px);
}

.section-1 .swiper {
    width: 100%;
    height: 100%;
}

.section-1 .margin-initial {
    margin: initial !important;
}

.section-1 .btn-swiper {
    display: flex;
    padding: 6px 13px;
    gap: 20px;
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 2px solid #FFFFFF !important;
    backdrop-filter: blur(5.5px) !important;
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 250px !important;
    width: 50%;
    margin: auto;
    color: #FFF;
}

.section-1 .btn-swiper:hover {
    border: 2px solid #FFFFFF !important;
    background: rgba(0, 0, 0, 0.39) !important;
    color: #FFF !important;
}

.section-1 .swiper-slide {
    height: 300px !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #000000 -8.17%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0px 28px 29px -20px rgba(0, 0, 0, 0.14);
    border: 9px solid var(--main-color);
    border-radius: 24px;
    background-image: url();
    padding: 2%;
}

.section-1 .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 45%;
    background: #000;
    bottom: 0;
    left: 0;
    right: 0;
    filter: blur(60px);
    opacity: 0.4;
}

.section-1 .swiper-slide img {
    width: 55%;
    height: 100%;
    object-fit: contain;
    display: flex;
    justify-content: center;
    margin: auto;
    top: -20px;
}

.section-1 .swiper-slide-next {
    transform: translateY(-25px) !important;
    margin-left: 30px;
}

.section-1 .swiper, .section-1 .swiper-container {
    overflow: revert !important;
}

.section-3 .section-3-img {
    height: 600px;
    background-size: cover;
}

.section-3 .section-3-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.section-3 .absolute-swiper {
    position: absolute;
    width: 100% !important;
    height: 100%;
    display: flex;
    bottom: -5rem;
}

.section-4 .img-top svg path {
    fill: var(--svg-color);
}

.section-5 .section-5-div {
    background-color: #000;
}

.section-5 .section-5-img {
    height: 600px;
    background-size: cover;
}

.section-5 .section-5-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.section-5 .absolute-swiper {
    position: absolute;
    height: 100%;
    display: flex;
    width: 100% !important;
    top: 0;
    transform: rotate(180deg);
}

.section-5 .customer-comments-slider {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 150px;
}

.section-5 .customer-comments-slider .swiper-slide {
    height: 100px;
    color: var(--section-3-text-color);
}

.section-5 .customer-comments-slider .swiper-button-next:after, .section-5 .customer-comments-slider .swiper-rtl .swiper-button-prev:after {
    content: none;
}

.section-5 .customer-comments-slider .swiper-button-next {
    border: 0px solid white;
    width: 40px;
    border-radius: 100%;
    height: 40px;
}

.section-5 .customer-comments-slider .swiper-button-next:before {
    content: "";
    position: absolute;
    width: 59px;
    height: 59px;
    border: 2px solid white;
    border-radius: 100%;
}

.section-5 .customer-comments-slider .swiper-button-prev:before {
    content: "";
    position: absolute;
    width: 59px;
    height: 59px;
    border: 2px solid white;
    border-radius: 100%;
}

.section-5 .customer-comments-slider .swiper-button-prev, .section-5 .customer-comments-slider .swiper-rtl .swiper-button-next {
    left: 30px;
    right: auto;
}

.section-5 .customer-comments-slider .swiper-button-next, .section-5 .customer-comments-slider .swiper-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
}

.section-5 .customer-comments-slider .swiper-button-prev:after, .section-5 .customer-comments-slider .swiper-rtl .swiper-button-next:after {
    content: none;
}

.section-5 .content {
    height: 380px;
}

.section-5 .swiper-slide .h5 {
    color: var(--section-text-color);
    width: 50%;
    margin: auto;
}

.section-6 .section-6-img {
    height: 500px;
    background-size: cover;
    background-color: #000;
    border-radius: 30px !important;
}

.section-6 .absolute-swiper {
    position: absolute;
    height: 100%;
    display: flex;
    width: 100% !important;
    top: 0;
    transform: rotate(180deg);
}

.section-6 .content {
    height: 500px;
}

.section-7 .btn-swiper {
    display: flex;
    padding: 6px 13px;
    gap: 20px;
    width: 50%;
    margin: auto;
    color: white;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 2px solid white !important;
    backdrop-filter: blur(5.5px) !important;
    border-radius: 250px !important;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 989999;
}

.section-7 .btn-swiper:hover {
    color: #FFF !important;
}

.section-7 .categories-card {
    height: 200px;
    border-radius: 24px;
    object-fit: contain;
    background-size: cover;
    background-position: center;
}

.section-7 .categories-card .absolute-swiper {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0.8;
    border-radius: 0px !important;
    z-index: 0;
}

.section-7 .categories-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
    border-radius: 24px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.product-name {
    min-height: 45px;
    margin-left: 1rem;
}

.product-name h5 {
    color: var(--text-color) !important;
}

.img-products img:first-child {
    position: absolute;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    bottom: 15px;
    left: 30px;
    filter: grayscale(1);
    object-fit: contain;
}

.section-9 {
    height: 250px;
}

.section-9:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99;
    opacity: 0.8;
    backdrop-filter: blur(137px);
}

.section-9 .goProduct {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
    align-items: center;
    justify-content: center;
}

.section-9 img {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.section-9 .absolute-swiper {
    position: absolute;
    top: 0px;
    z-index: 101;
    left: 0px;
    right: 0px;
    width: 100%;
    opacity: 0.4;
}

.categories-section .categories-card {
    height: 200px;
    border-radius: 24px;
    object-fit: contain;
    background-size: cover;
    background-position: center;
}

.categories-section .categories-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
    border-radius: 24px;
    inset: 0px;
}

.categories-section .btn-swiper {
    display: flex;
    padding: 6px 13px;
    gap: 20px;
    width: max-content;
    margin: auto;
    color: white;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 989999;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 2px solid white !important;
    backdrop-filter: blur(5.5px) !important;
    border-radius: 250px !important;
}

.categories-section .btn-swiper:hover {
    color: #FFF !important;
}

.store-section .store-card-absolute {
    position: absolute;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    bottom: 15px;
    left: 30px;
    filter: grayscale(1);
}

.store-section .img-products img:last-child {
    min-width: 350px;
    max-width: 350px;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    border-radius: 24px;
    margin: auto;
    text-align: center;
    display: flex;
}

.store-in-page-section .store-in-page-img img {
    min-width: 500px !important;
    max-width: 500px !important;
}

.store-in-page-section .product-desc .active:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 5px;
    background: var(--main-color);
    bottom: 0px;
    border-radius: 60px;
}

.store-in-page-section .product-desc hr {
    border-top: 5px solid !important;
}

.store-in-page-section .product-desc ul {
    padding: 0;
    margin: 0;
}

.store-in-page-section .product-desc a {
    margin-bottom: 1rem;
    color: var(--text-color) !important;
    font-weight: 600;
}

.login-section .col-xl-9 {
    justify-content: center;
    align-items: center;
    display: inline-grid;
}

.login-section .login-left-page {
    height: 100vh;
    background-color: #000 !important;
}

.login-section .absolute-swiper {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14rem;
    width: 100%;
    z-index: 1231231;
    filter: blur(115px);
}

.login-section .absolute-swiper svg {
    position: absolute !important;
    bottom: 0 !important;
    height: 100%;
}

.section-404 .btn-swiper {
    display: flex;
    padding: 11px 19px;
    gap: 18px;
    width: 20%;
    margin: auto;
    z-index: 989999;
    background: var(--btn-main-bg) !important;
    color: var(--btn-main-text-color);
    backdrop-filter: blur(5.5px) !important;
    border-radius: 100px !important;
}

.section-404 .btn-swiper:focus {
    color: var(--btn-main-text-color) !important;
}

.section-404 .btn-swiper:hover {
    color: var(--btn-main-text-color) !important;
}

.references-section .categories-card {
    height: 200px;
    border-radius: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.references-section .categories-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
    border-radius: 24px;
    inset: 0px;
}

.references-section .absolute-swiper {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0.8;
    z-index: 0;
    border-radius: 0px !important;
}

.references-section .btn-swiper {
    display: flex;
    padding: 6px 13px;
    gap: 20px;
    width: 50%;
    margin: auto;
    color: white;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 989999;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 2px solid white !important;
    backdrop-filter: blur(5.5px) !important;
    border-radius: 250px !important;
}

.references-section .btn-swiper:hover {
    color: #FFF !important;
}

.portfolio-section .portfolio-card img {
    width: 350px;
    height: 350px;
    max-width: 350px;
    max-height: 350px;
    object-fit: contain;
}

.blog-section .bg-blog {
    border: 1px solid var(--main-color);
    width: max-content;
    color: var(--text-color) !important;
    cursor: pointer;
}

.blog-section .bg-blog:hover {
    background-color: var(--main-color);
    color: var(--active-text-color) !important;
}

.blog-section .bg-blog.active {
    background-color: var(--main-color);
    color: var(--active-text-color) !important;
}

.blog-section .blog-col-img img {
    width: 350px;
    height: 350px;
    max-width: 350px;
    max-height: 350px;
    object-fit: cover;
}

.blog-in-page-section .blog-img img {
    width: 850px;
    height: 540px;
    object-fit: cover;
}

.blog-in-page-section .desc {
    width: 80%;
    margin: auto;
}

.blog-in-page-section .tags {
    width: 80%;
    margin: auto;
}

.blog-in-page-section .bg-blog {
    border: 1px solid var(--main-color);
    width: max-content;
    color: var(--text-color) !important;
    cursor: pointer;
}

.blog-in-page-section .bg-blog:hover {
    background-color: var(--main-color);
    color: var(--active-text-color) !important;
}

.blog-in-page-section .bg-blog.active {
    background-color: var(--main-color);
    color: var(--active-text-color) !important;
}

.blog-in-page-section .write-comment {
    width: 80% !important;
}

.blog-in-page-section .write-comment .write-comment-img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
}

.credit-add-section .balance-credit .table * {
    border: none;
}

.credit-add-section .balance-credit .add-credit-table {
    background-color: var(--add-credit-table);
    padding: .8rem;
}

.profile-button:not(.text-red) {
    color: var(--text-color) !important;
}

.profile-button.active {
    border: 1px solid var(--main-color);
    border-radius: 250px;
    font-weight: bold;
}

.profile-button:hover {
    box-shadow: none !important;
}

.profile-button.active:hover {
    background-color: var(--main-color);
    border-radius: 250px;
    color: var(--active-text-color) !important;
}

.profile-edit-section .profile-left-img {
    min-width: 90px;
    min-height: 90px;
    border-radius: 250px !important;
    max-width: 60px;
    max-height: 60px;
    background-size: cover;
    object-fit: cover;
}

.profile-edit-section .profile-right-img {
    min-width: 100px;
    min-height: 100px;
    border-radius: 250px !important;
    max-width: 60px;
    max-height: 60px;
    background-size: cover;
    object-fit: cover;
}

.profile-license-section table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.profile-license-section table tbody {
    background-color: var(--add-credit-table);
}

.profile-license-section table tbody tr td:first-child {
    border-radius: 12px 0px 0px 12px;
}

.profile-license-section table tbody tr td:last-child {
    border-radius: 0px 12px 12px 0px;
}

.support-create-section .absolute-support-button {
    position: absolute;
    right: 1rem;
    border-radius: 120px;
    bottom: 1rem;
    width: fit-content !important;
}

.support-in-page-section .customer-messsage, .support-in-page-section .author-messsage {
    margin-top: 3rem;
}

.support-in-page-section .absolute-support-button {
    position: absolute;
    right: 1rem;
    border-radius: 120px;
    bottom: 1rem;
    width: fit-content !important;
}

.support-in-page-section .support-card {
    background-color: var(--add-credit-table);
    width: 95% !important;
}

.support-in-page-section .author-messsage .col-xl-2 {
    order: 1 !important;
}

.support-in-page-section .author-messsage .col-xl-8 {
    order: 2 !important;
}

footer .footer-top .footer-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
}

footer .footer-top .footer-sub {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: 500ms;
}

footer .footer-top .footer-sub .btn-footer-social {
    display: flex;
    flex: none;
    order: 1;
    flex-grow: 0;
    flex-direction: row;
    align-items: center;
    padding: 11px 19px;
    gap: 18px;
    border: 2px solid var(--text-color);
    border-radius: 500px;
    justify-content: space-between;
    width: 100% !important;
}

footer .footer-top .footer-sub li {
    margin-bottom: 25px;
}

footer .footer-top .footer-sub li:hover {
    transform: translateY(-5px) !important;
    transition: 500ms;
}

footer .footer-top .footer-sub a {
    color: var(--text-color) !important;
    font-weight: 600;
}

.page-section li {
    list-style: revert;
}

main {
    flex: 1;
}

.alert-danger {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #FFF !important;
}

.alert-danger:before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    margin-right: 1rem;
    font-size: 17px;
    color: #FFF;
}

.alert-success {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    color: #FFF !important;
}

.alert-success:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    margin-right: 1rem;
    font-size: 17px;
    color: #FFF;
}

.alert-primary {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
    color: #FFF !important;
}

.alert-warning {
    background-color: #ef8407 !important;
    border-color: #ef8407 !important;
    color: #FFF !important;
}

.alert-warning:before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    margin-right: 1rem;
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
}

button.btn.btn-outline-footer.rounded-pill {
    border-radius: 150px !important;
}

.btn-group .btn {
    border-radius: 12px !important;
}

.btn-outline-footer {
    border-color: var(--main-color);
    transition: 500ms;
    color: var(--text-color) !important;
    font-weight: 600;
}

.btn-outline-footer:hover {
    background-color: var(--main-color) !important;
    transition: 500ms;
    color: var(--active-text-color) !important;
}

.dropdown-footer-select li {
    padding: 5% !important;
}

.dropdown-footer-select a {
    color: var(--text-color) !important;
    font-weight: 600;
}

ul.dropdown-menu {
    border: 2px solid var(--main-color) !important;
}

button.btn.btn-outline-footer.show {
    border-color: var(--main-color);
}

.dropdown-footer-select .dropdown-menu.show {
    display: block;
    padding-bottom: 4rem;
    bottom: -3.3rem !important;
    margin-left: -0.3rem !important;
    z-index: 150;
    min-width: 208px;
}

button.btn.btn-outline-footer.rounded-pill {
    z-index: 1000;
    margin-left: 0.3rem;
}

.col-lg-12.footer-info .col-lg-6:last-child .dropdown-menu.show {
    z-index: 1500;
}

.col-lg-12.footer-info .col-lg-6:last-child .btn-outline-footer {
    z-index: 1600;
}

.dropdown-menu.dropdown-lg {
    margin: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: grid;
    justify-items: center;
}

ul.dropdown-menu {
    background: var(--card-bg);
}

.dropdown-menu.dropdown-lg {
    min-width: calc(16px * 12) !important;
    margin-top: -3.4rem;
    margin-left: -1rem;
    margin-right: -1rem;
}

.store-price-info {
    min-height: 50px;
}

.discord-connected {
    border-color: #e2626b !important;
    border-radius: 200px !important;
}

.discord-connected:hover {
    background-color: #e2626b !important;
    color: #FFF !important;
    border-radius: 200px !important;
}

a.profile-button.btn.active:hover {
    background-color: var(--main-color) !important;
}

.modal-header {
    height: 25px !important;
    padding: 1.5rem !important;
}

.modal-body {
    padding: 1.5rem !important;
}

.modal-content {
    background-color: var(--body-color) !important;
    color: var(--text-color) !important;
}

.modal-title {
    color: var(--text-color) !important;
}

.modal-footer {
    padding: 1rem !important;
}

.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: rgba(114, 137, 218, 0.9); /* Transparent arka plan */
    color: white;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1100 !important;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateX(100%);
    opacity: 0;
}

.notification.visible {
    transform: translateX(0);
    opacity: 1;
}

.hidden {
    display: none;
}

.icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.icon img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: contain;
}