.daft-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.daft-social-icons .daft-social {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    transition: all .3s ease;
}

.daft-social-icons .daft-social i {
    font-size: 22px;
    color: #fff;
}

/* Instagram */
.daft-social-icons .instagram {
    background: linear-gradient(135deg,
            #833ab4,
            #fd1d1d,
            #fcb045);
}

/* WhatsApp */
.daft-social-icons .whatsapp {
    background: #25d366;
}

.daft-social-icons .daft-social:hover {
    color: #fff;
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
}

@media (max-width: 767px) {
    .daft-social-icons .daft-social {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .daft-social-icons .daft-social i {
        font-size: 19px;
    }
}

.daft-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.daft-header-top {
    position: relative;
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.daft-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.daft-logo img {
    width: 480px;
    max-width: 42vw;
    height: auto;
}

.daft-header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 26px;
    position: relative;
    z-index: 2;
}

.daft-header-actions .nav-icon {
    margin: 0;
    padding: 0;
}

.daft-header-actions .nav-icon-item {
    font-size: 24px;
    color: #000;
}

.daft-language {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.flag-tr {
    font-size: 17px;
    line-height: 1;
}

.daft-menu-row {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.daft-navigation {
    width: 100%;
}

.daft-navigation .box-nav-ul {
    justify-content: flex-start !important;
}

.daft-navigation .item-link {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    padding: 20px 0;
}

.daft-promo-bar {
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 15px;
    letter-spacing: .2px;
}

.daft-mobile-menu {
    position: absolute;
    left: 15px;
    z-index: 3;
}

/* Tablet / Mobil */
@media (max-width: 991px) {
    .daft-header-top {
        min-height: 78px;
    }

    .daft-logo img {
        width: 260px;
        max-width: 60vw;
    }

    .daft-menu-row {
        display: none !important;
    }

    .daft-language {
        display: none;
    }

    .daft-header-actions {
        gap: 14px;
    }

    .daft-header-actions .nav-account {
        display: none;
    }

    .daft-header-actions .nav-icon-item {
        font-size: 21px;
    }

    .daft-promo-bar {
        font-size: 15px;
        padding: 10px 12px;
    }
}

.box-nav-ul .menu-item {
    padding: 0px;
}

.daft-header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 3;
}

.daft-social-link {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    transition: transform .3s ease, box-shadow .3s ease;
}

.daft-social-link svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
}

/* Instagram */
.daft-social-link.instagram {
    background: linear-gradient(135deg,
            #833ab4 0%,
            #c13584 35%,
            #fd1d1d 65%,
            #fcb045 100%);
}

/* WhatsApp */
.daft-social-link.whatsapp {
    background: #25d366;
}

.daft-social-link:hover {
    color: #fff;
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 7px 18px rgba(0, 0, 0, .2);
}

.daft-social-link.instagram:hover {
    background: linear-gradient(135deg,
            #6f2da8 0%,
            #b52d7d 35%,
            #e51a1a 65%,
            #e99a32 100%);
}

.daft-social-link.whatsapp:hover {
    background: #1ebe5d;
}

@media (max-width: 991px) {
    .daft-social-link {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .daft-social-link svg {
        width: 20px;
        height: 20px;
    }
}

.daft-header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 3;
}

.referans-gallery {
    padding: 30px 0;
}

.referans-gallery-item {
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
    border: 1px solid #ededed;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .06);
    transition: transform .3s ease, box-shadow .3s ease;
}

.referans-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    padding: 15px;
    transition: transform .4s ease;
}

.referans-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .55);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.referans-gallery-overlay svg {
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 50%;
    fill: #111;
    background: #fff;
    transform: scale(.7);
    transition: transform .3s ease;
}

.referans-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
}

.referans-gallery-item:hover img {
    transform: scale(1.05);
}

.referans-gallery-item:hover .referans-gallery-overlay {
    opacity: 1;
    visibility: visible;
}

.referans-gallery-item:hover .referans-gallery-overlay svg {
    transform: scale(1);
}

.glightbox-clean .gslide-description {
    background: #fff;
}

.glightbox-clean .gdesc-inner {
    padding: 15px 20px;
}

@media (max-width: 991px) {
    .referans-gallery-item {
        height: 210px;
    }
}

@media (max-width: 575px) {
    .referans-gallery {
        padding: 20px 0;
    }

    .referans-gallery-item {
        height: 170px;
        border-radius: 7px;
    }

    .referans-gallery-item img {
        padding: 10px;
    }

    .referans-gallery-overlay svg {
        width: 36px;
        height: 36px;
    }
}

.referans-instagram-area {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.referans-instagram-btn {
    min-height: 52px;
    padding: 13px 26px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(135deg,
            #833ab4 0%,
            #c13584 35%,
            #fd1d1d 68%,
            #fcb045 100%);
    box-shadow: 0 8px 22px rgba(193, 53, 132, .25);
    transition: transform .3s ease, box-shadow .3s ease;
}

.referans-instagram-btn svg {
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    fill: currentColor;
}

.referans-instagram-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(193, 53, 132, .38);
}

@media (max-width: 575px) {
    .referans-instagram-area {
        margin-top: 25px;
    }

    .referans-instagram-btn {
        width: 100%;
        padding: 12px 18px;
        font-size: 14px;
    }
}

.kategori-slider-wrapper {
    position: relative;
}

.kategori-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 10px 2px 20px;
}

.kategori-slider::-webkit-scrollbar {
    display: none;
}

.kategori-slider-item {
    flex: 0 0 calc((100% - 150px) / 6);
    min-width: 0;
    scroll-snap-align: start;
}

.kategori-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.kategori-card-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #f5f5f5;
}

.kategori-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.kategori-card:hover .kategori-card-image img {
    transform: scale(1.05);
}

.kategori-card-title {
    margin: 14px 0 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}

.kategori-slider-button {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-70%);
}

.kategori-slider-prev {
    left: -22px;
}

.kategori-slider-next {
    right: -22px;
}

.kategori-slider-button:disabled {
    opacity: 0.35;
    cursor: default;
}

@media (max-width: 991px) {
    .kategori-slider-item {
        flex-basis: calc((100% - 32px) / 4);
    }

    .kategori-slider {
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .kategori-slider-item {
        flex-basis: 25%;
    }

    .kategori-slider-button {
        display: none;
    }
}

@media (max-width: 480px) {
    .kategori-slider-item {
        flex-basis: 25%;
    }
}

.daft-process-section {
    overflow: hidden;
}

.daft-process-heading {
    max-width: 850px;
    margin: 0 auto 65px;
    text-align: center;
}

.daft-process-heading h2 {
    margin: 0 0 14px;
    color: #080808;
    font-size: clamp(38px, 4vw, 64px);
    line-height: 1.1;
}

.daft-process-heading p {
    margin: 0;
    color: #5f6268;
    font-size: 19px;
    line-height: 1.6;
}

.daft-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 42px;
}

/* Numaraların arkasındaki yatay çizgi */
.daft-process-grid::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 32px;
    left: 6.5%;
    right: 6.5%;
    height: 1px;
    background: #cfcfcf;
}

.daft-process-item {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.daft-process-number {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    margin: 0 auto 34px;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #f5f7fa;
    font-size: 34px;
    line-height: 1;
    box-shadow: 0 0 0 6px #fff;
}

.daft-process-card {
    position: relative;
    min-height: 350px;
    padding: 42px 25px 35px;
    border: 1px solid #ececec;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.daft-process-card:hover {
    transform: translateY(-7px);
    border-color: #dedede;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

/* Kartlar arasındaki oklar */
.daft-process-item:not(:last-child) .daft-process-card::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 46%;
    right: -29px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    background: transparent;
}

.daft-process-icon {
    width: 135px;
    height: 135px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
}

.daft-process-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.daft-process-card h3 {
    margin: 0;
    color: #111;
    font-weight: 700;
    line-height: 1.25;
}

.daft-process-divider {
    width: 48px;
    height: 1px;
    margin: 25px 0 22px;
    background: #bcbcbc;
}

.daft-process-card p {
    margin: 0;
    color: #60646b;
    font-size: 16px;
    line-height: 1.65;
}

/* Küçük ve sade renk detayları */
.daft-process-item:nth-child(odd) .daft-process-number {
    color: var(--primary);
    border-color: #e8a3a3;
}

.daft-process-item:nth-child(even) .daft-process-number {
    color: #277f89;
    border-color: #a9ccd0;
}

.daft-process-item:nth-child(odd) .daft-process-divider {
    background: var(--primary);
}

.daft-process-item:nth-child(even) .daft-process-divider {
    background: #277f89;
}

.daft-process-item:nth-child(odd) .daft-process-icon .accent {
    fill: var(--primary);
    stroke: var(--primary);
}

.daft-process-item:nth-child(even) .daft-process-icon .accent {
    fill: #277f89;
    stroke: #277f89;
}

@media (max-width: 1199px) {
    .daft-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 35px;
    }

    .daft-process-grid::before {
        display: none;
    }

    .daft-process-item:nth-child(n) .daft-process-card::after {
        display: none;
    }

    .daft-process-number {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .daft-process-section {
        padding: 60px 0;
    }

    .daft-process-heading {
        margin-bottom: 45px;
    }

    .daft-process-heading h2 {
        font-size: 38px;
    }

    .daft-process-heading p {
        font-size: 16px;
    }

    .daft-process-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .daft-process-item {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        align-items: start;
        gap: 15px;
    }

    .daft-process-number {
        width: 52px;
        height: 52px;
        margin: 20px 0 0;
        font-size: 27px;
        box-shadow: none;
    }

    .daft-process-card {
        min-height: auto;
        padding: 30px 22px;
    }

    .daft-process-icon {
        width: 90px;
        height: 90px;
        margin-bottom: 22px;
    }

    .daft-process-card h3 {
        font-size: 23px;
    }

    .daft-process-divider {
        margin: 18px 0;
    }

    .daft-process-card p {
        font-size: 16px;
    }
}

.flat-seller .grid-layout {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.flat-seller .card-product {
    width: 100%;
    min-width: 0;
}

.flat-seller .card-product-wrapper {
    overflow: hidden;
    border-radius: 16px;
}

.flat-seller .product-img {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.flat-seller .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.flat-seller .card-product-info {
    padding-top: 14px;
}

.flat-seller .card-product .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .flat-seller .grid-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 575px) {
    .flat-seller {
        padding: 60px 0;
    }

    .flat-seller .flat-title {
        margin-bottom: 24px;
    }

    .flat-seller .grid-layout {
        gap: 16px;
    }

    .flat-seller .card-product .title {
        font-size: 15px;
    }

    .flat-seller .view-more-button {
        margin-top: 20px;
    }

    .flat-seller .btn-loadmore {
        width: 100%;
    }
}

/* Nasıl Çalışıyoruz */
.daft-process-grid {
    display: grid;
}

/* Mobil yatay kaydırma */
@media (max-width: 767px) {
    .daft-process-section .container {
        padding-right: 0;
    }

    .daft-process-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 5px 20px 20px 0;

        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
    }

    .daft-process-grid::-webkit-scrollbar {
        display: none;
    }

    .daft-process-item {
        flex: 0 0 82%;
        min-width: 280px;
        scroll-snap-align: start;
    }

    .daft-process-card {
        height: 100%;
    }
}/* ==================================================
   DAFT HEADER VE STICKY HEADER
================================================== */

#header.daft-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    width: 100%;
    background: #fff;

    transform: none !important;
    translate: none !important;
    opacity: 1 !important;
    visibility: visible !important;

    transition:
        box-shadow 0.3s ease,
        padding 0.3s ease;
}

/* Temanın aşağı scroll sırasında header gizlemesini engeller */
#header.daft-header.header-hide,
#header.daft-header.header-hidden,
#header.daft-header.nav-up,
#header.daft-header.scroll-down,
#header.daft-header.is-hidden {
    top: 0 !important;
    transform: none !important;
    translate: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Normal görünüm */
#header .daft-header-top {
    position: relative;
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .daft-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#header .daft-logo img {
    display: block;
    width: 400px;
    max-width: 42vw;
    height: auto;
    object-fit: contain;

    transition:
        width 0.3s ease,
        max-width 0.3s ease,
        height 0.3s ease;
}

#header .daft-header-actions {
    position: relative;
    z-index: 3;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

#header .daft-menu-row {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#header .daft-navigation {
    width: 100%;
}

#header .daft-navigation .box-nav-ul {
    justify-content: flex-start !important;
}

/* ==================================================
   SCROLL SONRASI MASAÜSTÜ
================================================== */

@media (min-width: 992px) {

    #header.daft-header.is-sticky {
        display: grid !important;
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: 64px;
        align-items: center;
        width: 100%;
        padding: 0 40px !important;
        background: #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    }

    /*
     * Header top kapsayıcısını aradan çıkarır.
     * Logo ve sosyal medya butonları doğrudan
     * header grid sistemine dahil olur.
     */
    #header.is-sticky .daft-header-top {
        display: contents !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Logo solda */
    #header.is-sticky .daft-logo {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;

        transform: none !important;
        translate: none !important;

        grid-column: 1;
        grid-row: 1;

        justify-self: start;
        align-self: center;

        display: flex;
        align-items: center;
        justify-content: flex-start;

        margin: 0 !important;
        padding: 0 !important;
    }

    /* Menü tam ortada */
    #header.is-sticky .daft-menu-row {
        grid-column: 2;
        grid-row: 1;

        width: auto !important;
        min-height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    #header.is-sticky .daft-navigation {
        width: auto !important;
        margin: 0 !important;
    }

    #header.is-sticky .daft-navigation .box-nav-ul {
        width: auto;
        margin: 0 !important;
        padding: 0 !important;

        display: flex;
        align-items: center;
        justify-content: center !important;
        flex-wrap: nowrap;

        gap: 24px !important;
    }

    #header.is-sticky .daft-navigation .menu-item {
        padding: 0 !important;
        white-space: nowrap;
    }

    #header.is-sticky .daft-navigation .item-link {
        padding: 20px 0 !important;
        font-size: 14px;
        line-height: 1;
    }

    /* Sosyal medya ikonları sağda */
    #header.is-sticky .daft-header-actions {
        position: static !important;

        grid-column: 3;
        grid-row: 1;

        justify-self: end;
        align-self: center;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        align-items: center;
        justify-content: flex-end;

        gap: 9px;
    }

    #header.is-sticky .daft-social-link {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    #header.is-sticky .daft-social-link svg {
        width: 19px;
        height: 19px;
    }
}

/* Orta genişlikte menü boşluklarını azalt */
@media (min-width: 992px) and (max-width: 1199px) {

    #header.daft-header.is-sticky {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    #header.is-sticky .daft-navigation .box-nav-ul {
        gap: 14px !important;
    }

    #header.is-sticky .daft-navigation .item-link {
        font-size: 13px;
    }
}

/* ==================================================
   MOBİL
================================================== */

@media (max-width: 991px) {

    #header .daft-header-top {
        min-height: 78px;
    }

    #header .daft-logo img {
        width: 260px;
        max-width: 45vw;
        height: auto;
    }

    #header.is-sticky {
        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
    }

    #header.is-sticky .daft-header-top {
        min-height: 64px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #header.is-sticky .daft-social-link {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    #header.is-sticky .daft-social-link svg {
        width: 18px;
        height: 18px;
    }
}

/* ==================================================
   SCROLL SONRASI MASAÜSTÜ — logo yerinde küçülür
================================================== */

#header .daft-logo img {
    display: block;
    width: 400px;
    max-width: 42vw;
    height: auto;
    transform-origin: center center; /* yerinde küçülsün, kaymasın */
    transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
}

@media (min-width: 992px) {
    #header.daft-header.is-sticky {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    }

    /* Logo satırının yüksekliğini daralt, logo hâlâ ortada */
    #header.is-sticky .daft-header-top {
        min-height: 64px;
    }

    #header.is-sticky .daft-logo img {
        transform: scale(0.45); /* 400px * 0.45 ≈ 180px görünür genişlik */
    }

    /* Menü satırını da biraz daralt istersen */
    #header.is-sticky .daft-menu-row {
        min-height: 48px;
    }

    #header.is-sticky .daft-navigation .item-link {
        padding: 14px 0;
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header.is-sticky .daft-logo img {
        transform: scale(0.25);
    }
}

@media (max-width: 991px) {
    #header.is-sticky .daft-header-top {
        min-height: 64px;
    }

    #header.is-sticky .daft-logo img {
        transform: scale(0.34);
    }
}