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

@font-face {
  font-family: 'Frau';
  src: url('./../fonts/frau.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Frau Hex';
  src: url('./../fonts/frau-hex.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Frau Unifon';
  src: url('./../fonts/frau-unifon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.frau {
    font-family: 'Frau', sans-serif;
    font-size: 30px!important;
    color: #ff4d06!important;
    line-height: 0;
    font-weight: normal!important;
}

.frau-big-title {
    font-family: 'Frau', sans-serif;
    color: #ff4d06!important;
    font-weight: normal!important;
}


/* GENERAL CSS START */
:root {
    --main-color: #252525;
    --classic-color: #161616;
}

::-webkit-scrollbar {
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(93, 93, 93);
    border-radius: 100px;
}

.skeleton-wrapper {
    background-color: #1f1f1f;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.skeleton-line {
    height: 16px;
    background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
    background-size: 400% 100%;
    animation: shimmer 1.2s infinite;
    border-radius: 4px;
    margin-bottom: 12px;
}

.jconfirm .jconfirm-box {
    background: #000000;
}

@keyframes shimmer {
    0% {
        background-position: -400px 0;
    }

    100% {
        background-position: 400px 0;
    }
}

.sub-table-list {
    display: none;
}

.sub-table-list .sub-list-item {
    margin-top: 6px;
    display: flex;
}

.sub-table-list .sub-list-item span {}

.sub-table-list .sub-list-item span:first-child {
    font-weight: 700;
    color: #d97070;
    flex: 0 0 35%;
}

table .has-sub-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
}


.select2-dropdown {
    background: #1c1e20;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #4b4b4b;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: start !important;
}

.select2-container {
    width: 100% !important;
}

.page.single-page ul li {
    list-style: disc;
    list-style-position: inside;
}

.page.single-page ol li {
    list-style: decimal;
    list-style-position: inside;
}

body {
    font-family: "Inter", sans-serif;
    color: #fff;
    padding: 0;
}

.table-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.table-btn {
    background: #4c4c4c96;
    padding: 5px;
    border-radius: 4px;
    display: block;
}

.table-btn svg {
    width: 20px;
    height: 20px;
}

.detail-btn svg {
    color: #2d7be5;
}

.delete-btn svg path {
    color: #e73557;
}

.c-badge {
    display: inline-block;
    padding: .33em .5em;
    font-size: 11.2px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .375rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.c-badge-status-low {
    color: #43adf6;
    background-color: #404540;
}

.c-badge-status-middle {
    color: #f6c343;
    background-color: #404540;
}

.c-badge-status-high {
    color: #f64343;
    background-color: #454040;
}

.c-badge-status-fill {
    background: #ffb702;
    color: #404540;
}

a {
    transition: 300ms ease;
}

.s-container {
    max-width: 1540px;
    padding: 0 50px;
    margin: 0 auto;
    width: 100%;
}

.h-full {
    height: 100%;
}

.main-bg {
    background-color: var(--main-color) !important;
}

.classic-bg {
    background-color: var(--classic-color);
}

.default-page {
    min-height: calc(100vh - 179px);
    height: 100%;
}

.default-btn {
    color: #fff;
    border: 1px solid transparent;
    padding: 12px;
    border-radius: 100px;
}

.account-btn {
    border: 1px solid;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}



.btn-agent {
    border-color: #ff4d06;
    background: red;
    color: #f2f2f2;
}

.btn-support {
    border-color: #b6b6b6;
}

.dt-column-order,
.dt-column-order:before,
.dt-column-order:after {
    display: none !important;
}

table.dataTable th.dt-type-numeric div.dt-column-header,
table.dataTable th.dt-type-numeric div.dt-column-footer,
table.dataTable th.dt-type-date div.dt-column-header,
table.dataTable th.dt-type-date div.dt-column-footer,
table.dataTable td.dt-type-numeric div.dt-column-header,
table.dataTable td.dt-type-numeric div.dt-column-footer,
table.dataTable td.dt-type-date div.dt-column-header,
table.dataTable td.dt-type-date div.dt-column-footer {
    flex-direction: unset !important;
}

.c-table thead input {
    background: #1e2124;
    outline: none;
    border: 1px solid #4b4d50;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    width: 130px;
}

.show-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .s-container {
        padding: 0 1rem;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }
}

/* * Site Container */
.site-container {
    width: 95%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

/* GENERAL CSS END */
/* BANNER START */
.banner {}

.banner .banner-wrapper {}

.banner .banner-wrapper .banner-item {
    position: relative;
    height: 70vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner .banner-wrapper .banner-item img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner .banner-wrapper .banner-item .item-content {
    position: relative;
    height: 100%;
}

.banner .banner-wrapper .banner-item .item-content .content-title {
    color: #fff;
    font-size: 48px;
}

.banner .banner-wrapper .banner-item .item-content .content-subtitle {
    color: #ff4d06;
    font-size: 42px;
}

/* BANNER END */
/* ABOUT START */
.about {}

.about .about-wrapper {}

.about .about-wrapper .about-banner {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    padding: 0 1rem;
}

.about .about-wrapper .about-banner img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.about .about-wrapper .about-banner::before {
    content: '';
    background: rgba(0, 0, 0, 70%);
    inset: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.about .about-wrapper .about-banner .banner-title {
    font-size: 60px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    color: #ff4d06;
    margin: 0;
    position: relative;
}

.about .about-wrapper .about-banner .banner-subtitle {
    color: #dbdbdb;
    position: relative;
}

.about .about-wrapper .about-description {
    padding: 5vw 0 12px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    gap: 4rem;
}

.about .about-wrapper .about-description .description-img {
    flex: 1;
}

.about .about-wrapper .about-description .description-img img {
    object-fit: cover;
    width: 100%;
    height: 600px;
    border-radius: 30px;
}

.about .about-wrapper .about-description .description-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}

.about .about-wrapper .about-description .description-text .text-title {
    color: #FF4D06;
    font-size: 28px;
    margin: 0;
    font-size: 48px!important;
    line-height: 0.5;
}

.about .about-wrapper .about-description .description-text p {
    color: #DBDBDB;
    font-size: 17px;
    max-width: 449px;
    font-weight: 300;
    margin: 0;
}

.about .about-wrapper .about-corporate-info-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
    padding: 0 1rem;
    margin-top: 7vw;
}

.about .about-wrapper .about-corporate-info-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.about .about-wrapper .about-corporate-info-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 80%);
    z-index: 1;
}

.about .about-wrapper .about-corporate-info-wrapper .corporate-info {
    position: relative;
    z-index: 1;
    padding: 5vw 0;
    text-align: center;
}

.about .about-wrapper .about-corporate-info-wrapper .corporate-info .corporate-title {
    color: #ff4d06;
    font-size: 48px;
    max-width: 760px;
    margin-bottom: 4rem;
    text-align: center;
    text-transform: capitalize;
}

.about .about-wrapper .about-corporate-info-wrapper .corporate-info p {
    color: #DBDBDB;
    font-size: 18px;
    /* text-align: center; */
    max-width: 730px;
    /* margin: 0 auto; */
    font-weight: 300;
    text-align: center;
}
.corporate-text ul li {
    list-style: disc;
    list-style-position: inside;
}

.corporate-text strong {
    font-weight: 700;
    font-size: 20px;
}
@media screen and (max-width: 991px) {
    .about .about-wrapper .about-description .description-text p {
        font-size: 14px;
        line-height: 18px;
    }

    .about .about-wrapper .about-description {
        gap: 2rem;
    }

    .about .about-wrapper .about-description .description-text {
        width: 44%;
    }

    .about .about-wrapper .about-corporate-info-wrapper .corporate-info .corporate-title {
        font-size: 32px;
        margin-bottom: 2rem;
    }

    .about .about-wrapper .about-corporate-info-wrapper .corporate-info p {
        font-size: 14px;
    }

    .about .about-wrapper .about-banner {
        min-height: 220px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .about .about-wrapper .about-description {
        flex-direction: column;
        align-items: start;
        padding: 2rem 0;
    }

    .about .about-wrapper .about-description .description-img img {
        height: 240px;
    }

    .about .about-wrapper .about-description .description-text {
        width: 100%;
    }

    .about .about-wrapper .about-corporate-info-wrapper .corporate-info .corporate-title {
        font-size: 24px;
    }
}

/* ABOUT END */
/* OUR ATHLETES START */
.our-athletes {}

.our-athletes .athletes-wrapper {}

.our-athletes .athletes-wrapper .athletes-header {}

.our-athletes .athletes-wrapper .athletes-header .header-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    color: #ff4d06;
    background: #16161B;
    margin: 0;
    font-size: 36px;
}

.our-athletes .athletes-wrapper .athletes-list {
    column-count: 4;
    /* Kaç sütun istiyorsan ayarla */
    column-gap: 1rem;
    padding: 3rem 0;
}

.our-athletes .athletes-wrapper .athletes-list .athletes-item {
    break-inside: avoid;
    margin-bottom: 1rem;
    border: 1px solid #464646;
    padding: 4px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 300ms ease;
}

.our-athletes .athletes-wrapper .athletes-list .athletes-item:hover {
    background: rgb(88, 85, 85);
}

.our-athletes .athletes-wrapper .athletes-list .athletes-item h3 {
    color: #f2f2f2;
    padding: 1.5rem 0;
    margin: 0;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.5px;
}

.our-athletes .athletes-wrapper .athletes-list .athletes-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    min-height: 180px;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .our-athletes .athletes-wrapper .athletes-list {
        column-count: 3;
        padding-top: 0;
    }

    .our-athletes .athletes-wrapper .athletes-header .header-title {
        font-size: 32px;
    }

    .our-athletes .athletes-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .our-athletes .athletes-wrapper .athletes-list {
        column-count: 2;
        column-gap: 0.5rem;
    }

    .our-athletes .athletes-wrapper .athletes-list .athletes-item h3 {
        font-size: 15px;
        padding: 1rem 0;
    }

    .our-athletes .athletes-wrapper .athletes-list .athletes-item {
        margin-bottom: 0.5rem;
    }
}

/* OUR ATHLETES END */
/* AGENT START */
.sales-agent {
    background: #191919;
}

.sales-agent .agent-wrapper {
    padding: 3rem 0;
}

.sales-agent .agent-wrapper .agent-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
}

.sales-agent .agent-wrapper .agent-header .header-title {
    color: #ff4d06;
    border-bottom: 1px solid #515151;
    text-align: center;
    margin: 0 auto 1rem;
    padding: 0 2rem 1rem;
}

.sales-agent .agent-wrapper .agent-header .header-subtitle {
    color: #f2f2f2;
    font-size: 18px;
    max-width: 930px;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
}

.sales-agent .agent-wrapper .agent-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.sales-agent .agent-wrapper .agent-list .agent-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background-color: #333333;
    border-radius: 8px;
    padding: 2rem 0;
    will-change: background-color;
    transition: background-color 300ms ease;
}

.sales-agent .agent-wrapper .agent-list .agent-item .item-title {
    color: #ff4d06;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.sales-agent .agent-wrapper .agent-list .agent-item a {
    font-size: 18px;
    color: #f2f2f2;
    font-weight: 500;
}
.item-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    font-size: 18px;
}
@media screen and (max-width: 991px) {
    .sales-agent .agent-wrapper .agent-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .sales-agent .agent-wrapper .agent-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .sales-agent .agent-wrapper .agent-list .agent-item .item-title {
        font-size: 20px;
    }

    .sales-agent .agent-wrapper .agent-list .agent-item a {
        font-size: 16px;
    }

    .sales-agent .agent-wrapper .agent-list .agent-item {
        gap: 0.5rem;
    }

    .sales-agent .agent-wrapper .agent-header {
        margin-bottom: 3rem;
    }

    .sales-agent .agent-wrapper .agent-header .header-title {
        font-size: 36px;
    }
}

/* AGENT END */
/* FAQ START */
.faq {}

.faq .faq-wrapper {}

.faq .faq-wrapper .faq-header {
    background: #16161B;
}

.faq-title-wrapper {
    display: flex;
    justify-content: center;
}

.faq .faq-main-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem 1rem;
    color: #ff4d06;
    margin: 0;
    font-size: 36px;
    width: max-content;
}

.faq .faq-wrapper .faq-header .header-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    color: #ff4d06;
}

.faq .faq-wrapper .faq-list {
    padding: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.faq .faq-wrapper .faq-list .faq-accordion {
    background: #343434;
    border-radius: 10px;
    transition: 400ms ease;
}

.faq .faq-wrapper .faq-list .faq-accordion .faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ebebeb;
    font-size: 20px;
    margin: 0;
    gap: 1rem;
    padding: 8px 12px;
    cursor: pointer;
}

.faq .faq-wrapper .faq-list .faq-accordion .faq-title svg {
    width: 32px;
    height: 32px;
}

.faq .faq-wrapper .faq-list .faq-accordion .faq-title svg path {
    transition: 400ms ease;
    transform-origin: center;
}

.faq .faq-wrapper .faq-list .faq-accordion.active .faq-title svg path:first-child {
    transform: scale(0);
}

.faq .faq-wrapper .faq-list .faq-accordion .accordion-content {
    display: none;
}

.faq .faq-wrapper .faq-list .faq-accordion .accordion-content .content-desc {
    color: #cdcdcd;
}

.faq .faq-wrapper .faq-list .faq-accordion .accordion-content .content-desc p {
    margin: 0;
    padding: 1rem;
    border-top: 1px solid #636363;
}

@media screen and (max-width: 991px) {
    .faq .faq-main-title {
        font-size: 32px;
        padding: 0;
    }

    .faq .faq-wrapper .faq-list .faq-accordion .faq-title {
        font-size: 18px;
    }
}

/* FAQ END */
/* PRODUCT DETAIL START */
.product-detail {}

.product-detail .detail-wrapper {}

.product-detail .detail-wrapper .detail-banner-wrapper .banner-img {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.product-detail .detail-wrapper .detail-banner-wrapper {
    padding: 0 1rem;
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.product-detail .detail-wrapper .detail-banner-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 40%);
}

.product-detail .detail-wrapper .detail-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    position: relative;
}

.product-detail .detail-wrapper .detail-banner .banner-title {
    color: #ff4d06;
    font-size: 5vw;
    font-weight: 600;
    font-style: normal;
}

.product-detail .detail-wrapper .detail-banner .banner-subtitle {
    font-size: 18px;
    color: #f2f2f2;
}

.product-detail .detail-wrapper .product-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5vw 0;
}

.product-detail .detail-wrapper .product-features .features-title {
    color: #F24D06;
    font-size: 46px;
    margin: 0;
    text-align: center;
}

.product-detail .detail-wrapper .product-features .features-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.product-detail .detail-wrapper .product-features .features-list .features-item {
    background: #00000052;
    padding: 1rem;
    border-radius: 8px;
    padding: 2.5rem 2rem;
}

.product-detail .detail-wrapper .product-features .features-list .features-item .item-title {
    color: #F24D06;
    font-weight: 300;
    margin-bottom: 1rem;
    font-size: 28px;
}

.product-detail .detail-wrapper .product-features .features-list .features-item .item-subtitle {
    color: #dadada;
    margin: 0;
}

.product-detail .detail-wrapper .product-types {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 0 5vw;
}

.product-detail .detail-wrapper .product-types .types-title {
    color: #F24D06;
    font-size: 46px;
    margin: 0;
    text-align: center;
}

.product-detail .detail-wrapper .product-types .types-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.product-detail .detail-wrapper .product-types .types-list .types-item {
    flex: 1 0 calc(50% - 8px);
    background: #00000052;
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    padding: 1.5rem;
    text-align: center;
    border-radius: 8px;
}

.product-detail .detail-wrapper .product-arge {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vw 0;
    gap: 2rem;
}

.product-detail .detail-wrapper .product-arge .arge-text {
    font-size: 46px;
    width: 50%;
    color: #fff;
    line-height: normal;
}

.product-detail .detail-wrapper .product-arge .arge-text p {
    margin: 0;
}

.product-detail .detail-wrapper .product-arge .arge-img {
    flex: 1;
}

.product-detail .detail-wrapper .product-arge .arge-img img {
    max-height: 360px;
    width: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.product-detail .detail-wrapper .product-substances {}

.product-detail .detail-wrapper .product-substances .substance-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 5vw 0;
}

.product-detail .detail-wrapper .product-substances .substance-list .substance-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #5f5f5f;
    padding-bottom: 1rem;
    width: 60%;
}

.product-detail .detail-wrapper .product-substances .substance-list .substance-item svg {
    color: red;
    flex-shrink: 0;
}

.product-detail .detail-wrapper .product-substances .substance-list .substance-item svg path {}

.product-detail .detail-wrapper .product-substances .substance-list .substance-item p {
    margin: 0;
    color: #DBDBDB;
    font-size: 20px;
}

.product-detail .detail-wrapper .product-gallery {
    padding: 0 0 5vw;
}

.product-detail .detail-wrapper .product-gallery .gallery-title {
    font-size: 46px;
    color: #ff4d06;
    margin-bottom: 2rem;
}

.product-detail .detail-wrapper .product-gallery .gallery-swiper {
    position: relative;
    overflow: hidden;
}

.product-detail .detail-wrapper .product-gallery .gallery-swiper .swiper {}

.product-detail .detail-wrapper .product-gallery .gallery-swiper .swiper .swiper-wrapper {}

.product-detail .detail-wrapper .product-gallery .gallery-swiper .swiper .swiper-wrapper .swiper-slide {}

.product-detail .detail-wrapper .product-gallery .gallery-swiper .swiper .swiper-wrapper .swiper-slide a {}

.product-detail .detail-wrapper .product-gallery .gallery-swiper .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 450px;
    border-radius: 12px;
}
.item-subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
@media screen and (max-width: 1199px) {
    .product-detail .detail-wrapper .product-features .features-list .features-item {
        padding: 2rem 1.5rem;
    }

    .product-detail .detail-wrapper .product-features .features-list .features-item .item-title {
        font-size: 24px;
    }

    .product-detail .detail-wrapper .product-features .features-list .features-item .item-subtitle {
        font-size: 18px;
    }

    .product-detail .detail-wrapper .product-types .types-title {
        font-size: 32px;
    }

    .product-detail .detail-wrapper .product-features .features-title {
        font-size: 32px;
    }

    .product-detail .detail-wrapper .product-types .types-list .types-item {
        font-size: 24px;
    }

    .product-detail .detail-wrapper .product-arge .arge-text {
        font-size: 36px;
        line-height: normal;
    }
}

@media screen and (max-width: 991px) {
    .product-detail .detail-wrapper .product-features .features-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-detail .detail-wrapper .product-arge .arge-text {
        font-size: 32px;
    }

    .product-detail .detail-wrapper .product-substances .substance-list .substance-item p {
        font-size: 18px;
    }

    .product-detail .detail-wrapper .product-gallery .gallery-swiper .swiper .swiper-wrapper .swiper-slide a img {
        height: 290px;
    }
}

@media screen and (max-width: 767px) {
    .product-detail .detail-wrapper .product-features .features-title {
        font-size: 28px;
    }

    .product-detail .detail-wrapper .product-features {
        padding: 2rem 0;
    }

    .product-detail .detail-wrapper .product-types .types-title {
        font-size: 28px;
    }

    .product-detail .detail-wrapper .product-types .types-list .types-item {
        font-size: 18px;
    }

    .product-detail .detail-wrapper .product-features .features-list .features-item .item-title {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }

    .product-detail .detail-wrapper .product-features .features-list .features-item .item-subtitle {
        font-size: 16px;
    }

    .product-detail .detail-wrapper .product-arge {
        flex-direction: column-reverse;
        align-items: start;
        padding: 2rem 0;
    }

    .product-detail .detail-wrapper .product-arge .arge-text {
        width: 100%;
        font-size: 28px;
    }

    .product-detail .detail-wrapper .product-substances .substance-list .substance-item p {
        font-size: 16px;
    }

    .product-detail .detail-wrapper .product-gallery .gallery-title {
        font-size: 28px;
    }

    .product-detail .detail-wrapper .product-gallery {
        padding: 2rem 0;
    }
}

/* PRODUCT DETAIL END */
/* AGENT LOGIN START */
.agent-login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent-login .login-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent-login .login-wrapper .login-form-wrapper {
    background: #404040;
    padding: 2rem;
    border-radius: 24px;
    width: 500px;
    box-shadow: 0px 0 400px 0px #ff00006b;
}

.agent-login .login-wrapper .login-form-wrapper .login-title {
    color: #f2f2f2;
    margin-bottom: 0;
    font-size: 32px;
    margin-bottom: 2rem;
}

.agent-login .login-wrapper .login-form-wrapper .login-subtitle {
    color: #f9f9f9;
    font-size: 24px;
}

.agent-login .login-wrapper .login-form-wrapper .login-form {}

.agent-login .login-wrapper .login-form-wrapper .login-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.agent-login .login-wrapper .login-form-wrapper .login-form form .form-input-wrapper {
    display: flex;
    flex-direction: column;
}

.agent-login .login-wrapper .login-form-wrapper .login-form form .form-input-wrapper label {
    color: #dfdfdf;
    margin-bottom: 4px;
}

.agent-login .login-wrapper .login-form-wrapper .login-form form .form-input-wrapper input {
    padding: 12px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #7d7d7d;
    color: #fff;
    transition: 300ms ease;
}

.agent-login .login-wrapper .login-form-wrapper .login-form form .form-input-wrapper input:focus {
    border-color: #d45353;
}

.agent-login .login-wrapper .login-form-wrapper .login-form form .login-btn-wrapper {}

.agent-login .login-wrapper .login-form-wrapper .login-form form .login-btn-wrapper .login-btn {
    width: 100%;
    padding: 12px 0;
    border-radius: 8px;
    background: #149c24;
    outline: none;
    border: 0;
    transition: 300ms ease;
    color: #fff;
}

.agent-login .login-wrapper .login-form-wrapper .login-form form .login-info-wrapper {}

.agent-login .login-wrapper .login-form-wrapper .login-form form .login-info-wrapper .login-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 0;
    color: #fff;
    gap: 8px;
}

.agent-login .login-wrapper .login-form-wrapper .login-form form .login-info-wrapper .login-info span {}

.agent-login .login-wrapper .login-form-wrapper .login-form form .login-info-wrapper .login-info a {
    color: #e17979;
    text-decoration: underline;
}

/* AGENT LOGIN END */
/* AGENT SCREEN START */
.agent-screen {}

.agent-screen .screen-wrapper {
    height: 100%;
    padding: 3vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agent-screen .screen-wrapper .screen-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.agent-screen .screen-wrapper .screen-header .header-title {
    font-size: 38px;
}

.agent-screen .screen-wrapper .screen-header .header-title span {
    color: #fc3326;
}

.agent-screen .screen-wrapper .screen-header p {
    font-size: 20px;
    margin: 0;
}

.agent-screen .screen-wrapper .screen-menu {
    align-items: center;
    justify-content: start;
    padding: 2.5rem 3rem;
    gap: 1rem;
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    background: #373737;
    width: 100%;
    border-radius: 50px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 3.5rem;
}

.agent-screen .screen-wrapper .screen-menu .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 60px 0;
    border-radius: 30px;
    font-size: 21px;
    color: #fff;
    background: #525252;
}

.agent-screen .screen-wrapper .screen-menu .menu-item:hover {
    background: #830c0c;
}

.agent-screen .screen-wrapper .screen-menu .menu-item svg {}

.agent-screen .screen-wrapper .screen-menu .menu-item svg path {}

/* AGENT SCREEN END */
/* * Contact Informations */
section.contact-informations {
    background-color: #0f0f0f;
    margin-top: -1rem;

    .site-container {
        max-width: 850px;
    }

    .informations {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: calc(2rem + (64px / 2)) 0 2rem;
        gap: 2rem;

        @media screen and (max-width: 767px) {
            row-gap: 3.5rem;
            flex-direction: column;
        }

        .information {
            flex: 1;
            background-color: #373737;
            color: var(--color-dark);
            border-radius: 1rem;
            padding: 0 3rem 2rem 3rem;
            text-align: center;

            .icon {
                margin: calc(64px / 2 * -1) auto 1rem auto;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 64px;
                height: 64px;
                border: 0.5rem solid #f1fafb;
                border-radius: 50%;
                background-color: #ff4d06;
                color: #fff;
            }

            strong {
                display: inline-block;
                color: #f2f2f2;
                font-size: 1rem;
                font-weight: 900;
                line-height: 150%;
                margin-bottom: 0.5rem;

                @media screen and (max-width: 767px) {
                    font-size: 0.9rem;
                }
            }

            p {
                margin-bottom: 1.25rem;
                color: #979797f2;
                font-size: 1rem;
                font-weight: 600;
                line-height: 150%;

                @media screen and (max-width: 767px) {
                    font-size: 0.9rem;
                }
            }

            a {
                color: #f2f2f2;
                font-size: 1rem;
                font-weight: 600;
                line-height: 150%;

                @media screen and (max-width: 767px) {
                    font-size: 0.9rem;
                }

                &:hover {
                    color: #ff4d06;
                }
            }
        }
    }
}

.info-main-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-main-title-wrapper .info-main-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem 1rem;
    color: #ff4d06;
    margin: 0;
    font-size: 36px;
    width: max-content;
}

/* * Contact Form */
section.contact-form {
    padding: 2.5rem 0;
    background: #0f0f0f;

    .site-container {
        max-width: 850px;
    }

    .form-title {
        color: #f2f2f2;
        font-size: 1.85rem;
        font-weight: 600;
        line-height: 125%;
        margin-bottom: 2rem;

        @media screen and (max-width: 1199px) {
            font-size: 1.85rem;
        }

        @media screen and (max-width: 991px) {
            font-size: 1.75rem;
        }

        @media screen and (max-width: 767px) {
            font-size: 1.5rem;
        }
    }

    .form-flex {
        gap: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;

        @media screen and (max-width: 767px) {
            flex-direction: column;
            align-items: stretch;
            gap: 0rem;
        }
    }

    fieldset {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin-bottom: 1.25rem;

        @media screen and (max-width: 767px) {
            margin-bottom: 1rem;
        }
    }

    label {
        color: #f2f2f2f2;
        font-size: 1.05rem;
        font-weight: 500;
        line-height: 110%;

        @media screen and (max-width: 767px) {
            font-size: 1rem;
        }
    }

    input,
    textarea,
    .nice-select {
        width: 100%;
        border-radius: 0.5rem;
        border: 1px solid #717171;
        font-size: 1rem;
        padding: 1.25rem 1.5rem;
        box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
        transition: all 300ms ease;
        background: transparent;
        color: #f2f2f2f2;

        @media screen and (max-width: 767px) {
            font-size: 0.95rem;
            padding: 1rem 1.25rem;
        }

        &:hover,
        &:focus {
            border-color: #056506;
        }
    }

    .nice-select {
        height: auto;
        padding: 0.75rem 2.5rem 0.75rem 1.5rem;

        &::after {
            right: 1.5rem;
            width: 0.5rem;
            height: 0.5rem;
        }
    }

    .form-p {
        color: #f2f2f2f2;
        font-size: 1.1rem;
        line-height: 120%;
        margin: 1.25rem 0 1.5rem;

        @media screen and (max-width: 991px) {
            font-size: 1rem;
        }

        @media screen and (max-width: 767px) {
            font-size: 0.95rem;
        }
    }

    .col {
        @media screen and (max-width: 767px) {
            margin: 0.5rem 0;
        }

        padding: 0;
        flex: 1;

        img {
            min-width: 100%;
            min-height: 58px;
            border-radius: 0.5rem;
        }

        a {
            background-color: #0c4d21;
        }

        input {
            font-weight: 700;
            text-transform: uppercase;
            padding: 1rem;
            text-align: center;
        }
    }

    .submit-btn {
        flex: 1;
        cursor: pointer;
        padding: 1.25rem;
        display: block;
        text-align: center;
        width: 100%;
        color: white;
        border: 0;
        border-radius: 6px;
        background-color: #0c682a;
        font-size: 1rem;
        font-weight: 500;
        line-height: 120%;
        transition: all 300ms ease;
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        

       
    }
}

/* AGENT PAGE START */
.agent-page {}

.agent-page .page-wrapper {
    padding: 3vw 0 5vw;
}

.agent-page .page-wrapper .page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.agent-page .page-wrapper .page-header.detail-header {
    margin-bottom: 2rem;
    background: #040404;
    padding: 2rem;
    border-radius: 20px;
}

.agent-page .page-wrapper .page-header .page-main-title {
    margin: 0;
    font-size: 34px;
}

.agent-page .page-wrapper .page-header .page-btn {
    background: #2c7be5;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
}

.agent-page .page-wrapper .page-tabs {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 12px;
    border-bottom: 1px solid #5a5a5a;
}

.agent-page .page-wrapper .page-tabs .tab-item {}

.agent-page .page-wrapper .page-tabs .tab-item a {
    color: #8f8f8f;
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 4px;
    display: block;
}

.agent-page .page-wrapper .page-tabs .tab-item.active a {
    color: #fff;
}

.agent-page .page-wrapper .page-tabs .tab-item.active a {
    background: #535353;
}

.agent-page .page-wrapper .page-content {}

.agent-page .page-wrapper .page-content .content-table {
    width: 100%;
}

.agent-page .page-wrapper .page-content .content-table table {}

.agent-page .page-wrapper .page-content .content-table table thead {}

.agent-page .page-wrapper .page-content .content-table table thead tr {}

.agent-page .page-wrapper .page-content .content-table table thead tr th {
    font-size: 11px;
}

.agent-page .page-wrapper .page-content .content-table table tbody {}

.agent-page .page-wrapper .page-content .content-table table tbody tr {
    transition: 400ms ease;
    border: 1px solid transparent;
}

.agent-page .page-wrapper .page-content .content-table table tbody tr td {
    font-size: 12px;
}

/* AGENT PAGE END */
/* AGENT ORDER START */
.agent-page .page-content .page-form {
    padding: 2rem;
    background: #010101;
    border-radius: 20px;
}

.agent-page .page-content .page-form .form-title {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #626262;
}

.agent-page .page-content .page-form form {
    width: 100%;
}

.agent-page .page-content .page-form form .form-input-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #6d6d6d;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    gap: 1rem;
}

.agent-page .page-content .page-form form .form-input-grid .form-input-wrapper {
    display: flex;
    flex-direction: column;
}

.agent-page .page-content .page-form form .form-input-grid .form-input-wrapper label {
    font-size: 14px;
    color: #bebfc4;
}

.agent-page .page-content .page-form form .form-input-grid .form-input-wrapper input {
    background: #1e2124;
    outline: none;
    border: 1px solid #656565;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    transition: 300ms ease;
    width: 100%;
}

.agent-page .page-content .page-form form .form-input-grid .form-input-wrapper input:focus,
.agent-page .page-content .page-form form .form-input-grid .form-input-wrapper textarea:focus,
.agent-page .page-content .page-form form .form-input-grid .form-input-wrapper .select2:focus {
    border-color: #bb4a41;
}

.agent-page .page-content .page-form form .form-input-grid .form-input-wrapper .nice-select {
    height: 100%;
}

.select2-container--default .select2-selection--single {
    background: #1e2124;
    height: auto;
    border: none;
}

.agent-page .page-content .page-form form .form-input-grid .form-input-wrapper .select2-selection__rendered {
    outline: none;
    border: 1px solid #656565;
    border-radius: 4px;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
}

.agent-page .page-content .page-form form .form-input-grid .form-input-wrapper select {
    background: #1e2124;
    outline: none;
    border: 1px solid #656565;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
}

.agent-page .page-content .page-form form .form-input-grid .form-input-wrapper textarea {
    background: #1e2124;
    outline: none;
    border: 1px solid #656565;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    transition: 300ms ease;
    min-height: 86px;
}

.agent-page .order-btn {
    display: flex;
    justify-content: end;
}

.agent-page .order-btn button {
    border: 1px solid #48a012;
    background: #48a012;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    transition: 300ms ease;
}

.agent-page .page-wrapper .page-content .page-detail-area {
    width: max-content;
}

.agent-page .page-wrapper .page-content .page-detail-area .detail-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #646464;
}

.agent-page .page-wrapper .page-content .page-detail-area .detail-item .item-title {
    border-right: 1px solid #646464;
    padding: 12px 20px;
    font-weight: 700;
    color: #cdcdcd;
    font-size: 17px;
}

.agent-page .page-wrapper .page-content .page-detail-area .detail-item .item-desc {
    padding: 12px 20px;
}

@media screen and (max-width: 1199px) {
    .agent-page .page-content .page-form form .form-input-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .agent-page .page-content .page-form form .form-input-grid .form-input-wrapper label {
        font-size: 12.1px;
    }
}

@media screen and (max-width: 991px) {
    .agent-page .page-content .page-form form .form-input-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .agent-page .page-content .page-form form .form-input-grid {
        grid-template-columns: 1fr;
    }

    .agent-page .page-wrapper .page-header .page-main-title {
        font-size: 22px;
    }

    .agent-page .page-content .page-form .form-title {
        font-size: 20px;
    }

    .agent-page .page-wrapper .page-content .content-table table thead tr th {
        width: 100%;
    }
}

/* AGENT ORDER END */
@media (hover: hover) {
    .sales-agent .agent-wrapper .agent-list .agent-item:hover {
        background-color: #4a4a4a;
    }

    .sales-agent .agent-wrapper .agent-list .agent-item a:hover {
        color: #fc3326;
    }

    .faq .faq-wrapper .faq-list .faq-accordion:hover {
        background: #555555;
    }

    .btn-agent:hover {
        background: #da1616;
        color: #f2f2f2;
    }

    .btn-support:hover {
        background: #e3e3e3;
        color: #000000;
    }

    .agent-login .login-wrapper .login-form-wrapper .login-form form .login-btn-wrapper .login-btn:hover {
        background: #2ab039;
    }

    .agent-login .login-wrapper .login-form-wrapper .login-form form .form-input-wrapper input:hover {
        border-color: #d45353;
    }

    .agent-login .login-wrapper .login-form-wrapper .login-form form .login-info-wrapper .login-info a:hover {
        color: #fc3326;
    }

    .agent-page .page-wrapper .page-header .page-btn:hover {
        background: #1d5eb5;
        color: #fff;
    }

    .agent-page .page-wrapper .page-tabs .tab-item a:not(.active):hover {
        background: #3b3b3b;
    }

    .agent-page .page-content .page-form form .form-input-grid .form-input-wrapper input:hover,
    .agent-page .page-content .page-form form .form-input-grid .form-input-wrapper textarea:hover {
        border-color: #bb4a41;
    }

    .agent-page .order-btn button:hover {
        background: #166c05;
        border-color: #166c05;
    }

    .agent-page .page-wrapper .page-content .content-table table tbody tr:hover {
        border: 1px solid red !important;
    }

    .table-btn:hover {
        background: #535353;
    }

    .account-btn:hover {
        color: red;
    }
}

.disabled-btn {opacity: 0.7;cursor: not-allowed!important;}