/* .gradient-black-top {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
} */
body {
    caret-color: transparent;
}

@font-face {
    font-family: 'Micro Extend FLF';
    src: url('../fonts/MicroExtendFLF-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.micro-font {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

input:focus,
textarea:focus {
    caret-color: auto;
}

.about-image-active .yt-wrapper iframe {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 460px;
    border: none;
    display: block;
}

.about-card .nav-tabs .nav-link {
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #8a0008;
    font-size: 24px;
    font-weight: 600;
}

.about-card .nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
}

.about-title {
    margin-top: -45px;
    background-color: #8a0008;
    width: fit-content;
    padding: 8px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
}

.about-card {
    position: relative;
    /* left: -170px; */
    background-color: #8a0008;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 50px;
    /* width: calc(100% + 220px); */
    /*box-shadow: 0 0 20px #040404a8;*/
}

.about-page-image {
    position: sticky;
    top: 115px;
    height: calc(100vh - 115px);
    width: auto;
    object-fit: cover;
    object-position: top;
}

.about-image-active .slick-arrow i {
    top: -35px;
    transform: none;
    color: #000;
    /* bottom: -35px; */
    font-size: 25px;
    visibility: visible;
}

.about-image-active .slick-arrow i.l-a {
    right: 30px;
    left: auto;
}

.about-image-active .slick-arrow i.r-a {
    right: 0;
    left: auto;
}

.about-image-active .slick-dots {
    bottom: -40px;
    display: none !important;
}

.about-image-active .slick-dots li {
    background-color: #000;
}

.about-image-active .slick-dots li.slick-active {
    border-color: #000;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2969696'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #dee2e6 !important;
}

.banner-img {
    height: 80vh;
    object-fit: cover;
}

.bg-gray {
    background-color: #f5f5f5 !important;
}

.bg-main {
    background-color: #8a0008 !important;
}

.bg-favicon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    opacity: 0.03;
    z-index: -1;
}

.blog-right-sidebar-left-content {
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.blog-right-sidebar-left-content:hover {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Scrollu engellemek iÃ§in */
body.no-scroll {
    overscroll-behavior: contain;
    touch-action: none;
    /* mobilde kaydÄ±rmayÄ± engeller */
}

.black-button {
    display: block;
    width: fit-content;
    color: #000;
    border: 2px solid #000;
    background: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
}

/* Pseudo element ile sliding efekt */
.black-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: left 0.4s ease;
    z-index: -1;
}

/* Hover durumunda */
.black-button:hover::before {
    left: 0;
}

.black-button:hover {
    color: #fff;
}

.bg-black\/50 {
    background-color: #00000080;
}

.btn.btn-nav {
    padding: 5px !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
}

.btn.btn-nav:hover {
    background: linear-gradient(to bottom, #8a0008 10%, rgb(255 0 15) 50% 50%, #8a0008 90%);
}

.btn.btn-detail {
    padding: 13px 20px !important;
    border-radius: 50px !important;
    margin: 0 25px !important;
}

.btn.btn-detail:hover {
    background: linear-gradient(to bottom, #8a0008 10%, rgb(255 0 15) 50% 50%, #8a0008 90%);
}

.change-top {
    position: relative;
    top: -100px;
    box-shadow: 0 0 20px #fff;
}

.change-top .top-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /* border: 10px solid #fff; */
    background-color: #1c1c1c;
    z-index: 20;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    align-content: center;
    color: #fff;
    font-size: 60px;
    transition: background-color 0.3s linear;
}

.change-top .circle-text {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    /* daire yazÄ±sÄ± kapsayÄ±cÄ± geniÅŸliÄŸi */
    height: 300px;
    border-radius: 50%;
    pointer-events: none;
    color: #000;
    background-color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.change-top .circle-text span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 0 0;
}

.circle-text.rotate-loop {
    animation: circleSpin 10s linear infinite;
    transform-origin: center center;
    /* merkez etrafÄ±nda dÃ¶nsÃ¼n */
}

@keyframes circleSpin {
    from {
        transform: translateX(-50%) rotate(0deg);
    }

    to {
        transform: translateX(-50%) rotate(360deg);
    }
}

.category-slider-next-button {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    border: 5px solid #8a0008;
    color: #8a0008;
    font-size: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    box-shadow: 0 0 50px #ffffff87;
}

.category-small-slider {
    display: flex;
    height: 150px;
    width: 100%;
    background-color: #8a0008;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow-x: clip;
}

.category-small-slider .category-slider-container {
    /* width: 100%; */
    display: flex;
    gap: 50px;
    padding: 10px;
    transition: transform 0.5s ease;
}

.category-small-slider .category-slider-container .category-slider-item {
    /* flex: 0 0 auto; */
    height: 130px;
    width: 130px;
    border-radius: 50%;
    padding: 15px;
    text-align: center;
    transition: all 0.5s ease;
    /* boyut ve opacity iÃ§in */
    /* opacity: 0.5; */
    /* transform: scale(0.9); */
    cursor: pointer;
}

.category-small-slider .category-slider-container .category-slider-item.active {
    height: 190px;
    width: 190px;
    border: 10px solid #8a0008;
    background-color: #fff;
    opacity: 1;
    align-self: center;
    box-shadow: 0 0 30px #00000087;
    /* transform: scale(1.1); */
}

.category-small-slider .category-slider-container img {
    /* height: 130px;
    width: 130px; */
    height: 100%;
    background-color: transparent;
    align-content: center;
    object-fit: contain;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.category-big-slider h2 {
    position: absolute;
    right: 30px;
    text-align: end;
    top: 30px;
    font-size: 200px;
    line-height: 155px;
    letter-spacing: 25px;
    font-weight: 600;
    color: #fff;
    opacity: 0.5;
    width: 100%;
    /* transform: rotate(270deg) translate(50%, 145px);*/
}

.category-big-slider {
    padding: 20px !important;
    height: 75vh !important;
    background-color: #8a0008;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative !important;
    box-shadow: 0 0 20px #000;
}

.category-big-slider img {
    height: 75%;
    object-fit: contain;
    position: absolute;
    /* left: 50%; */
    top: 50%;
    transform: translate(-50%, -50%);
}

.category-slider,
.category-slider .slick-slide {
    height: 100vh;
    /* Her slayt tam ekran */
}

.category-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories-start,
.categories-end {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.categories-start .category:nth-child(2) {
    margin-left: 60px;
}

.categories-end .category:nth-child(2) {
    margin-right: 60px;
}

.categories-start .category,
.categories-end .category {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #e7000e 0%, #490105 100% 100%);
    /* border: 1px solid #4d4d4d; */
    border-radius: 50%;
    align-content: center;
    text-align: center;
    font-size: 21px;
    padding: 30px;
    color: #fff;
    /* box-shadow: inset 0 0 30px #000000; */
    cursor: pointer;
}

.categories-start .category.active,
.categories-end .category.active {
    background: #000;
    color: #f1f1f1;
}

.contact-span {
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
}

.contact-link:hover .contact-span {
    opacity: 1;
    visibility: visible;
}

.cursor-pointer {
    cursor: pointer;
}

.contact-info {
    /* box-shadow: 0 0 20px #f1f1f1; */
    padding: 15px;
    margin: 20px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.contact-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-iframe::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(245, 245, 245, 1) 0%,
            rgba(245, 245, 245, 0.9) 20%,
            rgba(245, 245, 245, 0) 100%);
}

.detay-button {
    width: 50%;
    background-color: #000;
    border-radius: 50px;
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    transition: all .5s ease;
}

.detay-button:hover,
.detay-button:focus {
    color: #fff;
    box-shadow: 0 0 10px #6f6f6f;
}

.duration-450 {
    -webkit-transition-duration: .45s;
    -moz-transition-duration: .45s;
    transition-duration: .45s;
}

.ease-2 {
    transition-timing-function: cubic-bezier(.77, .16, .09, .94);
}

.fixed-offer-button {
    position: fixed;
    right: -67px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    background-color: #8a0008;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
    z-index: 2;
    transition: all .5s ease;
}

.fixed-offer-button:hover {
    background-color: #000;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #8a0008;
    outline: 0;
    box-shadow: none
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
    line-height: 24px;
}

.fs-15 {
    font-size: 15px !important;
    line-height: 22px;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-50 {
    font-size: 50px;
}

.fs-78 {
    font-size: 78px;
}

.fs-100 {
    font-size: 100px;
}

.gradient-gray-top-to-bottom {
    background: linear-gradient(to bottom, #f1f1f1 30%, #ffffff 100%);
    color: white;
    padding: 20px;
    /* border-radius: 8px; */
}

.gradient-main-left-to-right {
    background: linear-gradient(to right, #8a0008 30%, #ffffff 100%);
    color: white;
    padding: 20px;
    border-radius: 8px;
}

.gradient-black-top {
    position: relative;
    /* display: inline-block; */
    /* veya block */
}

.gradient-black-top::before {
    /* content: ""; */
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 15rem;
    pointer-events: none;
    background-color: rgb(0 0 0 / 67%);
    mask-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0, transparent);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00000000));
    z-index: 1;
}

.hakkimizda-text {
    color: #cecece;
    font-size: 27px;
    line-height: 45px;
}

.header-left-border {
    border-left: 1px solid #8787871c;
}

.header-left-border a {
    margin-left: 20px;
}

.header-search-form form input,
.subscribe-form input {
    border: 0;
    border: 1px solid #8787871c;
    padding: 0;
    width: 100%;
    padding-left: 45px;
    margin: 0;
    color: #fff;
    padding-left: 0;
    padding-right: 35px;
    font-size: 14px;
    background-color: transparent;
    /* backdrop-filter: blur(20px); */
    box-shadow: none;
    height: 37px;
    text-indent: 10px;
    border-radius: 50px;
}

.header-search-form form input::-moz-placeholder {
    color: #f3f3f3;
    font-size: 14px;
}

.header-search-form form input::placeholder {
    color: #f3f3f3;
    font-size: 14px;
}

.sticky-menu .header .header-search-form form input::-moz-placeholder,
.header:hover .header-search-form form input::-moz-placeholder {
    color: #222;
    font-size: 14px;
}

.sticky-menu .header .header-search-form form input::placeholder,
.header:hover .header-search-form form input::placeholder {
    color: #222;
    font-size: 14px;
}

.subscribe-form input:focus,
.subscribe-form input:focus-visible {
    outline: none !important;
}

.sticky-menu .header .header-search-form form input,
.header:hover .header-search-form form input {
    color: #222;
}

.h-px {
    height: 1px;
}

.h-20px {
    height: 20px;
}

.h-300px {
    height: 300px;
}

.h-min {
    height: min-content;
}

.h-shop-cart-content {
    max-height: calc(100vh - 420px);
    overflow: auto;
}

.header-search-form form a {
    right: 10px;
    top: 5px;
    font-size: 18px;
    color: #f3f3f3;
}

.header-shopping-cart-details.open-shopping-info~body {
    overflow: hidden;
}

.h-100vh-250px {
    height: calc(100vh - 250px);
}

.h-100vh-325px {
    height: calc(100vh - 325px);
}

.h-100vh-380px {
    height: calc(100vh - 380px);
}

/* .home-banner-slider {
    left: -140px;
} */

.home-banner-slider .slick-prev,
.home-banner-slider .slick-next {
    background: transparent;
    border: none;
    color: #969696;
    font-size: 20px;
    line-height: 20px;
    width: 50px;
    height: 20px;
    /* border-radius: 50%; */
    position: absolute;
    bottom: -40px;
    /* transform: translateY(-50%); */
    z-index: 2;
}

.home-banner-slider .slick-prev {
    right: 45px;
    border-right: 1px solid #afafaf;
}

.home-banner-slider.slider-left .slick-prev {
    left: -5px;
    right: auto;
    border-right: 1px solid #000;
}

.home-banner-slider .slick-next {
    right: -5px;
}

.home-banner-slider.slider-left .slick-next {
    left: 45px;
    right: auto;
}

.home-banner-slider .slick-track {
    padding: 20px 5px;
}

.home-banner-slider .slick-slide {
    margin: 0 5px;
    /* SaÄŸ ve sol boÅŸluk */
}

.home-banner-slider .slick-list {
    margin: 0 -5px;
    /* Kenar boÅŸluklarÄ±nÄ± dengeler */
}

.home-banner-swiper-slider .slick-prev,
.home-banner-swiper-slider .slick-next {
    background: transparent;
    border: none;
    color: #969696;
    font-size: 20px;
    line-height: 20px;
    width: 50px;
    height: 20px;
    /* border-radius: 50%; */
    position: absolute;
    bottom: -20px;
    /* transform: translateY(-50%); */
    z-index: 2;
}

.home-banner-swiper-slider .slick-prev {
    right: 45px;
    border-right: 1px solid #afafaf;
}

.home-banner-swiper-slider.slider-left .slick-prev {
    left: -5px;
    right: auto;
    border-right: 1px solid #000;
}

.home-banner-swiper-slider .slick-next {
    right: -5px;
}

.home-banner-swiper-slider.slider-left .slick-next {
    left: 45px;
    right: auto;
}

.home-banner-swiper-slider .slick-track {
    padding: 20px 5px;
}

.home-banner-swiper-slider .slick-slide {
    margin: 0 5px;
    /* SaÄŸ ve sol boÅŸluk */
}

.home-banner-swiper-slider .slick-list {
    margin: 0 -5px;
    /* Kenar boÅŸluklarÄ±nÄ± dengeler */
}

.letter-spacing-20 {
    letter-spacing: 20px;
}

.left-20 {
    left: 20% !important;
}

.left-80 {
    left: 80% !important;
}

.left--140px {
    left: -140px;
}

.left-banner-slider {
    margin-left: 25px;
}

.line-bottom-button:hover i {
    margin-left: 10px !important;
}

.line-bottom-button:hover .scale-x-0 {
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}

.line-height-1 {
    line-height: 1;
}

.line-height-120px {
    line-height: 120px;
}

.line-height-normal {
    line-height: normal;
}

.main-menu .header-right ul li>a:hover::before {
    background: transparent;
}

.max-height-100vh-190px-scroll {
    max-height: calc(100vh - 190px);
    overflow: auto;
}

.max-height-100vh-335px-scroll {
    max-height: calc(100vh - 335px);
    overflow: auto;
}

.mega-menu #product-image {
    /* transition: opacity 5s ease; */
    /* 5sn yumuÅŸak geÃ§iÅŸ */
    /* opacity: 1; */
    object-fit: contain;
    max-height: 300px;
    margin: auto;
}

/* .mega-menu #product-image.fade-out {
    opacity: 0;
    GeÃ§iÅŸ baÅŸlarken gÃ¶rÃ¼nmez yap
} */

.main-menu .mega-menu ul>li .header-icon {
    opacity: 0;
    width: 0;
    transition: all.5s ease;
}

.main-menu .mega-menu ul>li:hover .header-icon {
    opacity: 1;
    width: 18px;
    margin-right: 5px;
}

.menu-design-two li {
    /* background-color: #f5f5f5; */
    padding: 20px;
    height: 280px !important;
    align-content: center;
    text-align: center;
    transition: all .5s ease;
}

.menu-design-two li:hover {
    background-color: #f5f5f5;
}

.menu-design-two li a {
    font-size: 30px !important;
    transition: all .5s ease;
}

.menu-design-two li:hover a {
    font-size: 18px !important;
}

.menu-design-two li img {
    width: 100%;
    height: 0;
    object-fit: contain;
    opacity: 0;
    transition: all .5s ease;
}

.menu-design-two li:hover img {
    opacity: 1;
    height: 200px;
}

.menu-right ul>li:hover>a::before {
    background: transparent;
}

.min-height-60px {
    min-height: 60px;
}

.marquee {
    /* overflow: hidden; */
    background-color: #8a0008;
    padding: 20px 0;
    font-weight: 600;
    font-size: 34px;
    text-transform: uppercase;
    transform: rotate(-5deg);
    opacity: .7;
    z-index: -1;
    position: relative;
}

.marquee__inner {
    display: flex;
    align-items: center;
    gap: 30px;
    white-space: nowrap;
    will-change: transform;
}

.marquee__line {
    flex-shrink: 0;
    color: #fff;
    margin-bottom: 0;
    font-family: "Micro Extend FLF", sans-serif;
}

.mt--125px {
    margin-top: -125px;
}

.new-product-container {
    height: 70vh;
}

.new-product {
    position: absolute;
    width: revert-layer !important;
    height: calc(100% - 120px) !important;
    top: 110px;
    left: 50%;
    transform: translateX(-50%) translateY(200px);
    opacity: 0;
    transition: transform 1.5s ease-out, opacity 0.6s ease-out;
}

/* GÃ¶rÃ¼nÃ¼r olduÄŸunda */
.new-product.visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    /* animation: floaty 4s ease-in-out infinite; */
}

/* YukarÄ±-aÅŸaÄŸÄ± ve hafif Ã¶lÃ§ek animasyonu */
@keyframes floaty {
    0% {
        transform: translateX(-50%) translateY(0) scale(1) rotate(5deg);
    }

    50% {
        transform: translateX(-50%) translateY(-30px) scale(1.05) rotate(5deg);
    }

    100% {
        transform: translateX(-50%) translateY(0) scale(1) rotate(5deg);
    }
}

.offer-form {
    /* box-shadow: 0 0 20px #f1f1f1; */
    padding: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0;
    /* background-color: #fff; */
    height: 100%;
}

/* Overlay */
#page-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9998;
    display: none;
    z-index: 12;
}

.pt-125px {
    padding-top: 125px;
}

.product-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.product-container .product {
    position: relative;
}

.product-container .product model-viewer {
    position: relative;
    z-index: 2;
}

.product-container .product::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 100%;
    background: radial-gradient(circle, rgb(255 255 255 / 25%) 0%, transparent 65%);
    border-radius: 50%;
    filter: blur(30px);
    /* yumuÅŸatma */
    z-index: -1;
    /* Ã¼rÃ¼nÃ¼n arkasÄ±nda olsun */
}

.product-container .product model-viewer {
    width: 75%;
    height: 455px;
    object-fit: contain;
    margin: auto;
}

.product-container .product-title {
    font-size: 30px;
}

.product-bottom {
    box-shadow: inset 0 0 30px 0 #8a000833;
    /* background-color: #8a000814; */
    padding: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: calc(100% - 190px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.product-card {
    width: 100%;
    /* box-shadow: 0 0 20px #b9b9b9; */
    border-radius: 15px;
    /* overflow: hidden; */
    transition: all.5s ease;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.product-card:hover {
    box-shadow: 0 0 20px #b9b9b9;
}

.product-card img {
    height: 250px;
    width: 100%;
    object-fit: contain;
    margin: auto;
    padding: 25px;
    transition: all .5s ease;
}

.product-card:hover img {
    transform: scale(1.2);
}

.product-card .product-contain {
    padding: 10px;
    background-color: #8a000814;
    /* box-shadow: inset 0 0 30px 0 #8a000833; */
    /* background-color: #fff; */
    /* border-top: 1px solid #8a0008; */
    /* margin-top: 10px; */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.product-card .product-contain h4 {
    font-size: 17px;
    margin-bottom: 10px;
    text-align: center;
    height: 50px;
    align-content: center;
}

.product-card .product-contain .product-button {
    background-color: #000000;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    border-radius: 50px;
    text-align: center;
}

#product-name {
    font-size: 18px;
    margin-bottom: 20px;
}

.product-sub,
.product-sub:focus {
    background-color: #fff;
    border: 1px solid #a1a1a1;
    color: #a1a1a1;
    font-size: 12px;
    /* text-decoration: underline; */
    transition: all .5s ease;
    border-radius: 5px;
    padding: 2px 5px
}

.product-sub:hover {
    box-shadow: 0 0 20px #f1f1f1;
    transform: scale(1.1);
}

.product-sub.active {
    border: 1px solid #8a0008;
    color: #8a0008;
    font-weight: 600;
    font-size: 14px;
    transform: none;
}

/* .product-sub,
.product-sub:focus {
    color: #6c757d;
    font-size: 13px;
    text-decoration: underline;
    transition: all .5s ease;
}

.product-sub:hover {
    transform: scale(1.1);
}

.product-sub.active {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transform: none;
} */

#product-image-next {
    display: none;
}

.right-slider {
    position: relative;
}

.tab-items {
    position: absolute;
    width: 100%;
    top: -25%
}

.tab-item {
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.5;
}

.tab-item img {
    max-width: 55px;
    transform: translateX(-50%);
    transition: transform 0.3s ease;
}

.tab-item.active {
    opacity: 1;
    transform: scale(1.5);
}

.tab-item.active img {
    transform: translateX(-50%);
    border-radius: 5px !important;
}

.tab-desc {
    display: none;
    color: #fff;
}

.tab-item.active .tab-desc {
    display: block;
}

.ingredients-image-wrapper img {
    transition: transform 0.5s ease, opacity 0.5s ease;
    object-fit: contain;
}

.ingredients-accordion-item .ingredients-list-category {
    color: #fff;
}

.ingredients-list-category {
    width: 100%;
    display: block;
    color: #969696;
    /* border: 1px solid #969696; */
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 15px;
}


.ingredients-list-category.active::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    margin-right: 5px;
}

.ingredients-accordion-item {
    width: 100%;
    display: block;
    background-color: #8a0008;
    /* color: #fff; */
    border: 1px solid #8a0008;
    border-radius: 50px;
    /* padding: 12px 20px; */
    font-size: 15px;
    overflow: hidden;
}

.ingredients-accordion-item.open {
    background-color: #8a0008;
    border-color: #8a0008;
    /* color: #fff; */
    border-radius: 15px;
}

.ingredients-accordion-item.open .ingredients-accordion-content {
    max-height: fit-content;
    /* iÃ§erik en fazla kaÃ§ px olabilir diye yÃ¼ksek bir deÄŸer seÃ§ */
    padding: 12px 20px;
    overflow: hidden;
}

.ingredients-accordion-content {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    background-color: #fff;
    padding: 0 20px;
    gap: 10px;
    max-height: 0;
    transition: all .3s ease;
}

.ingredients-accordion-content a {
    color: #222222;
    display: flex;
    gap: 5px;
    margin-left: 0;
    transition: all .5s ease;
}

.ingredients-accordion-content a.active {
    color: #8a0008;
    margin-left: 5px;
}

.ingredients-accordion-content a:hover {
    color: #8a0008;
    margin-left: 5px;
}

.product-image-wrapper img {
    transition: transform 0.5s ease, opacity 0.5s ease;
    object-fit: contain;
}

.product-accordion-item.open .product-list-category,
.product-accordion-item:hover .product-list-category {
    color: #fff;
}

.product-list-category {
    width: 100%;
    display: block;
    color: #000;
    /* border: 1px solid #969696; */
    border-radius: 50px;
    padding: 20px 20px;
    font-size: 15px;
    position: relative;
    padding-left: 85px;
}

.product-list-category img {
    height: 80px;
    width: 100px;
    object-fit: contain;
    position: absolute;
    left: -5px;
    top: -25px;
}

.product-list-category.active {
    /* background-color: #8a0008; */
    /* border-color: #8a0008; */
    /* color: #fff; */
}

/* .product-list-category.active::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    margin-right: 5px;
} */

.product-accordion-item {
    width: 100%;
    display: block;
    color: #000;
    border: 1px solid #969696;
    border-radius: 50px;
    /* padding: 12px 20px; */
    font-size: 15px;
    /* overflow: hidden; */
    transition: all .5s ease;
}

.product-accordion-item:hover {
    background-color: #8a0008;
    border-color: #8a0008;
    color: #fff;
}

.product-accordion-item.open {
    background-color: #8a0008;
    border-color: #8a0008;
    color: #fff;
    border-radius: 15px;
}

.product-accordion-item.open .product-accordion-content {
    max-height: fit-content;
    /* iÃ§erik en fazla kaÃ§ px olabilir diye yÃ¼ksek bir deÄŸer seÃ§ */
    padding: 12px 20px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}

.product-accordion-item .product-accordion-content {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    background-color: #fff;
    padding: 0 20px;
    gap: 10px;
    max-height: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .3s ease;
}

.product-accordion-item .product-accordion-content a {
    color: #222222;
    display: flex;
    gap: 5px;
    margin-left: 0;
    transition: all .5s ease;
}

.product-accordion-item .product-accordion-content a.active {
    color: #8a0008;
    margin-left: 5px;
}

.product-accordion-item .product-accordion-content a:hover {
    color: #8a0008;
    margin-left: 5px;
}

.product-modal-right {
    height: calc(100vh - 380px);
    margin-top: 120px !important;
}

.rlog-slider .project-card.project-card[active] {
    flex-basis: 60%;
}

.rlog-slider .project-card {
    flex: 0 0 7%;
}

.redist-slogan {
    padding: 20px 25px;
}

.redist-slogan p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #4d4d4d;
    /*font-style: italic;*/
}

.redist-slogan h4 {
    margin: 0;
    font-size: 22px;
    color: #000000;
}

.right--140px {
    right: -140px;
}

.row-gap-1 {
    row-gap: 0.5rem;
}

.row-gap-2 {
    row-gap: 1rem;
}

.row-gap-3 {
    row-gap: 1.5rem;
}

.row-gap-4 {
    row-gap: 2rem;
}

.row-gap-5 {
    row-gap: 2.5rem;
}

.row-gap-35px {
    row-gap: 35px;
}

section {
    opacity: 0;
    transform: translateY(100px);
    border-top-right-radius: 80%;
    border-top-left-radius: 80%;
    transition:
        opacity 1.5s ease,
        transform 1.5s ease,
        border-radius 1s ease;
    will-change: opacity, transform, border-radius;
}

section.in-view {
    opacity: 1;
    transform: translateY(0);
    border-radius: 0;
}

.series-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    background-color: #8a0008;
    opacity: 0;
    transition: all.5s ease;
}

.series li:hover .series-color {
    width: 3px;
    opacity: 1;
}

.scale-x-0 {
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(0) scaleY(0);
}

/* .series li {
    margin: 5px 0 !important;
}

.series li>a {
    padding: 5px !important;
    color: #000;
    varsayÄ±lan yazÄ± rengi
    background: linear-gradient(to right, #8a0008 0%, #8a0008 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease,
    color 0.3s ease;
    }

    .series li>a:hover {
        background-size: 100% 100%;
        color: #fff !important;
    }

*/
/* Ortak baÅŸlangÄ±Ã§ stilleri */
.slider-animate {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease;
}

/* SaÄŸdan gelecek */
.slider-right {
    transform: translateX(30px);
}

/* Soldan gelecek */
.slider-left {
    transform: translateX(-30px);
}

/* GÃ¶rÃ¼ndÃ¼ÄŸÃ¼nde */
.slider-animate.show {
    opacity: 1;
    transform: translateX(0);
}


.slide-down {
    transform: translateX(100%);
    opacity: 0;
}

.slide-from-top {
    transform: translateX(-100%);
    opacity: 0;
}

.slide-in {
    transform: translateX(0);
    opacity: 1;
}


.slide-up-on-scroll {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.slide-up-on-scroll.show {
    opacity: 1;
    transform: translateY(0);
}

.sidebar-image {
    width: 150px;
    height: 100px;
    /*height: -moz-available;*/
    object-fit: cover;
    border-radius: 5px;
}

.sidebar-desc {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #dee2e6;
}

.swiper-pagination-bullet-active {
    background: #8a0008 !important;
}

.sale-products-wrapper {
    position: relative;
}

.sale-products-wrapper .slick-prev,
.sale-products-wrapper .slick-next {
    position: static;
    /* top: 40px; */
    /* transform: translateY(-50%); */
    background: transparent;
    color: #000;
    border: none;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.sale-products-wrapper .slick-prev:hover,
.sale-products-wrapper .slick-next:hover {
    background: #8a0008;
    color: #fff;
}

.sale-products-wrapper .slick-prev {
    /* left: 0; */
}

.sale-products-wrapper .slick-next {
    /* right: -50px; */
}

.teklif-button {
    width: 50%;
    background-color: #8a0008;
    border-radius: 50px;
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    transition: all .5s ease;
    cursor: pointer;
}

.teklif-button:hover {
    box-shadow: 0 0 10px #6f6f6f;
    color: #fff;
}

.text-limit-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text-limit-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text-limit-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.top-125px {
    top: 125px;
}

.top-180px {
    top: 180px;
}

.menu-list {
    position: relative;
    text-align: left;
    max-height: 330px;
    overflow: auto;
    margin-right: 10px;
    height: 100%;
    align-content: center;
}

/* .menu-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #e7e7e7;
} */
.menu-list li {
    position: relative;
}

.menu-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #e7e7e7;
    transition: all ease .5s;
}

.menu-list li:hover::before {
    height: 100%;
    background-color: #8a0008;
}

/*#mobile-menu {*/
/*    backdrop-filter: blur(20px);*/
/*    padding: 0px 0;*/
/*    border-radius: 50px;*/
/*     border: 1px solid #6f6f6f; */
/*}*/

.back-blur {
    backdrop-filter: blur(10px);
}

#mobile-menu ul li:hover a {
    color: #fff;
}

#mobile-menu ul li:hover .header-search-form form a {
    color: #222;
}

#mobile-menu ul li .header-search-form a:hover {
    color: #000;
}

model-viewer {
    width: 100%;
    height: 300px;
    /* background-color: #222; */
}

.header-area:hover #mobile-menu,
.sticky-menu #mobile-menu {
    /* border-bottom: 1px solid #8a0008; */
}

.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.object-position-top {
    object-position: top;
}

.origin-left {
    transform-origin: left;
}

/* .slider-area .slick-slider.slider-active .single-slider:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #00000036;
    z-index: 0;
} */

.text-main {
    color: #8a0008;
}

.typewriter span {
    display: inline-block;
    opacity: 0;
    transform: translateY(-80px);
    /* YukarÄ±dan baÅŸlat */
    animation: fall 0.6s forwards;
    /* DÃ¼ÅŸme animasyonu */
}

@keyframes fall {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.vertical-image-active .slick-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}


.vertical-image-active .slick-dots li {
    background-color: #000;
}

.vertical-image-active .slick-dots li.slick-active {
    border-color: #000;
}

.vertical-image-active .slick-arrow i {
    top: auto;
    transform: none;
    color: #000;
    bottom: -35px;
    font-size: 18px;
    visibility: visible;
}

.vertical-image-active .slick-arrow i.l-a {
    left: 38%;
}

.vertical-image-active .slick-arrow i.r-a {
    right: 38%;
}

.vertical-image-active .slick-slide {
    margin: 10px;
    /* yatay slider iÃ§in saÄŸ/sol boÅŸluk */
}

.vertical-image-active.slick-vertical .slick-slide {
    margin: 10px 0;
    /* dikey slider iÃ§in Ã¼st/alt boÅŸluk */
}

.yt-wrapper iframe {
    width: -webkit-fill-available;
    width: -moz-available;
    height: calc(100vh - 350px);
    border: none;
    margin-top: 10px;
    display: block;
}

.ytp-pause-overlay-container {
    display: none;
}

.ytp-expand-pause-overlay .ytp-pause-overlay {
    display: none;
}

.w-fit {
    width: fit-content;
}

.w-100\+140px {
    width: calc(100% + 140px);
}

.w-250px {
    width: 250px;
}

.wh-20px {
    width: 20px;
    height: 20px;
}

/* 3d kategory  */

.row-gap-100px {
    row-gap: 100px;
}

.brands-section {
    overflow-x: hidden;
    padding-top: 150px;
    padding-bottom: 100px;
}

.product-card2 .category-title {
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-family: "Rowdies";
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    filter: drop-shadow(0px 1px 3px black);
    margin-bottom: 0;
}

.product-card2:hover .category-title {
    transform: translate3d(0%, -50px, 100px) scale(1.8);
}

.product-card2 .category-title {
    width: 100%;
    transition: transform 0.5s;
    width: 124px;
    position: absolute;
    bottom: 16px;
}

.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #fff;
    height: 400px;
    border-radius: 20px;
}

.page-title {
    box-shadow: 0 0 20px #272727;
    z-index: 0;
    position: relative;
}

.product-card2 {
    width: var(--card-width);
    height: var(--card-height);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 36px;
    perspective: 2500px;
}

.product-card2:hover .product-wrapper {
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px #46474866;
    -webkit-box-shadow: 2px 35px 32px -8px #46474866;
    -moz-box-shadow: 2px 35px 32px -8px #eaafba;
    border-radius: 20px;
}

.page-title-row span {
    color: #ffffff;
    font-size: 22px;
    margin: 0px 5px;
    position: relative;
    top: 1px;
}

.product-wrapper::before,
.product-wrapper::after {
    content: "";
    opacity: 0;
    width: 100%;
    height: 80px;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    border-radius: 20px;
}

.product-wrapper::before {
    top: -5px;
    height: 100%;
    background-image: linear-gradient(to top, transparent 45%, #5b5b5b 72%, #f5f5f5 100%);
    border-radius: 20px;
}

.product-card2:hover .product-wrapper::after {
    height: 120px;
}

.product-card2:hover .product-wrapper::before,
.product-wrapper::after {
    opacity: 1;
}

.product-card2:hover .category-product {
    opacity: 0;
    /* transform: translate3d(0%, -40%, 100px); */
}

.category-product {
    width: 80% !important;
    transition: all 0.5s;
    position: absolute;
    max-height: 300px;
    width: auto;
    z-index: 1;
    opacity: 1;
    bottom: 80px;
    object-fit: contain;
}

.category-3d-product {
    width: 100% !important;
    transition: all 0.5s;
    position: absolute;
    max-height: 356px;
    width: auto;
    z-index: 1;
    opacity: 0;
}

.product-card2:hover .category-3d-product {
    opacity: 1;
    transform: translate3d(0%, -60%, 100px);
}


/* Anasayfa - Proteam */
.map {
    margin-top: 3em;
    position: relative;
}

.map__markers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.map__marker {
    position: absolute;
    cursor: pointer;
}

.map__marker:after {
    animation: pulse 4s infinite ease-in-out;
    border-radius: 50%;
    border: 2px solid #8a0008;
    content: "";
    height: 2em;
    width: 2em;
    position: absolute;
    top: 0;
    left: 0;
    margin: -0.5em 0 0 -0.5em;
    opacity: 0.8;
}

@keyframes pulse {
    0% {
        transform: scale(-1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.5);
        /* dÄ±ÅŸarÄ± doÄŸru bÃ¼yÃ¼r */
        opacity: 0.2;
    }

    100% {
        transform: scale(-1);
        /* geri kÃ¼Ã§Ã¼lÃ¼r */
        opacity: 0.8;
    }
}

.map__marker:hover .map__marker-info {
    display: block;
}

.map__marker>a {
    background-color: #8a0008;
    border-radius: 50%;
    height: 1em;
    display: block;
    text-indent: -9999px;
    width: 1em;
}

.map__marker--chicago {
    left: 65%;
    top: 35%;
}

.map__marker--florida {
    left: 85%;
    top: 80%;
}

.map__marker--florida:after {
    animation-delay: 3s;
}

.map__marker--los-angeles {
    left: 51%;
    top: 60%;
}

.map__marker--los-angeles:after {
    animation-delay: 5s;
}

.map__marker--new-york {
    left: 80%;
    top: 31%;
}

.map__marker--san-francisco {
    left: 17%;
    top: 46%;
}

.map__marker--san-francisco:after {
    animation-delay: 3s;
}

.map__marker--seattle {
    left: 35%;
    top: 5%;
}

.map__marker--seattle:after {
    animation-delay: 5s;
}

.map__marker-info {
    display: none;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -2em);
    width: 230px;
    z-index: 1;
}

.map__marker-info-header {
    background-color: #8a0008;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    color: #fff;
    padding: 0.5em 1em;
}

.map__marker-info-main {
    background-color: #fff;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    color: #7e7e7e;
    padding: 0.5em 1em;
}

.map__marker-info h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}

.map__marker-info-inner {
    border-radius: 0.5em;
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    font-size: 0.875em;
}

.map__marker-info-inner:after {
    border-left: 0.75em solid transparent;
    border-right: 0.75em solid transparent;
    border-top: 1em solid #fff;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 0;
}

.animate {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes bounce-in {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.animate--bounce-in {
    animation-duration: 0.75s;
    animation-name: bounce-in;
}

/* Anasayfa - Yeni ÃœrÃ¼nler */
/* Swiper'Ä±n temel stilleri */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-slide model-viewer {
    width: 100%;
    height: 100%;
}

/* Oklar ve nokta navigasyonu iÃ§in Ã¶zel stiller */
.ms-btn-right,
.ms-btn-left {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: 700;
}

.ms-btn-left,
.ms-btn-right {
    position: relative;
    top: auto;
    transform: none;
    margin: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: black;
    /* Ok rengini siyah yapalÄ±m */
    transition: all .5s ease;
}

.ms-btn-left:hover,
.ms-btn-right:hover {
    transform: scale(1.1);
}

.ms-btn-left::after,
.ms-btn-right::after {
    font-size: 20px;
    font-weight: 900;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #8a0008;
    opacity: 1;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    /* biraz bÃ¼yÃ¼k tutarsan scroll sÄ±rasÄ±nda kayma boÅŸluk yapmaz */
    object-fit: cover;
    z-index: 0;
    transform: translateY(0);
    transition: transform 0.2s linear;
    filter: brightness(0.9);
}

/* KapsayÄ±cÄ±ya belirli bir yÃ¼kseklik verin */
.swiper-slide .ms-slide__image-container {
    width: 100%;
    /* GeniÅŸlik yÃ¼zdesi, sorun olmaz */
    height: 400px;
    /* Ã–rneÄŸin, ekran yÃ¼ksekliÄŸinin %80'i */
    /* ya da */
    /* height: 500px; */
    /* Veya sabit bir piksel deÄŸeri */
    overflow: hidden;
}

/* model-viewer'Ä±n geniÅŸlik ve yÃ¼ksekliÄŸi, kapsayÄ±cÄ±ya gÃ¶re ayarlanÄ±r */
.ms-slide__image-container model-viewer {
    width: 100%;
    height: 100%;
}

.bg-white\/50 {
    background-color: #ffffff50;
}

.ms-slide__link {
    font-weight: 600;
    /* padding: 5px 0 8px; */
    border-bottom: 2px solid #000;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    width: fit-content;
}

.newProductSlider .swiper-pagination-bullet {
    width: 25px;
    border-radius: 0;
    height: 3px;
    background-color: #a5a5a5;
    opacity: 1;
}

/* Anasayfa - Kategori */
.category-banner {
    width: 100%;
    height: calc(100vh - 610px);
    background-color: #dddddd;
    /* padding: 60px; */
    position: relative;
    /* border-radius: 20px; */
    align-content: center;
    overflow: hidden;

    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.5s ease, transform 0.8s ease;
}

.category-banner.in-view {
    opacity: 1;
    transform: translateY(0);
}

.category-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease
}

.category-banner:hover img {
    transform: scale(1.1);
}

.category-banner h3 {
    /* position: absolute; */
    bottom: 0;
    left: 50%;
    /* transform: translateX(-50%); */
    color: #000000;
    font-weight: 600;
    z-index: 0;
    font-size: 20px;
    text-align: center;
    /* background-color: #00000047; */
    width: 100%;
    margin-bottom: 0;
    padding: 20px;
}

.width-min-content {
    width: min-content;
}

.w-150px {
    width: 150px;
}

.w-190px {
    width: 190px;
}

.h-100px {
    height: 100px;
}

/* Anasayfa - Ä°nstagram */
.phone-center {
    left: 50%;
    top: calc(50% - 65px);
    transform: translate(-50%, -50%);
    width: 45%;
}

.instaSlider .swiper-pagination-bullet {
    width: 25px;
    border-radius: 0;
    height: 3px;
    background-color: #a5a5a5;
    opacity: 1;
}

.social-center {
    position: absolute;
    width: 125px;
    left: 50%;
    transform: translateX(-50%);
    /* top: -15%; */
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}

.z-1 {
    z-index: 1;
}
.viber-chat {
    position: fixed;
    bottom: 170px;
    right: 15px;
    background-color: #7360f2;
    z-index: 7;
    width: 60px;
    height: 60px;
    transform: translateX(-8px);
    align-content: center;
    display: inline-flex;
    border-radius: 50%;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: transform 0.5s !important;
}
.viber-chat:hover {
    width: auto;
    padding: 7px 17px;
    border-radius: 50px;
    transform: translateX(0);
}

.viber-chat img {
    filter: brightness(20);
    width: 35px;
    object-fit: contain;
}
.viber-chat span {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    transition: transform 0.5s !important;
}
.viber-chat:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.viber-chat p {
    color: #d9d3ff;
    white-space: nowrap;
}
.viber-chat .viber-tag {
    background-color: #9e90f7;
    border-radius: 20px;
    padding: 0 5px;
    font-size: 10px;
    white-space: nowrap;
}
.viber-chat h5 {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.wechat-chat {
    position: fixed;
    bottom: 170px;
    right: 15px;
    background-color: #18cc21;
    z-index: 7;
    width: 60px;
    height: 60px;
    transform: translateX(-8px);
    align-content: center;
    display: inline-flex;
    border-radius: 50%;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: transform 0.5s !important;
}
.wechat-chat:hover {
    width: auto;
    padding: 7px 17px;
    border-radius: 50px;
    transform: translateX(0);
}

.wechat-chat img {
    filter: brightness(20);
    width: 35px;
    object-fit: contain;
}
.wechat-chat span {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    transition: transform 0.5s !important;
}
.wechat-chat:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.wechat-chat p {
    color: #dcffde;
    white-space: nowrap;
}
.wechat-chat .wechat-tag {
    background-color: #6fe575;
    border-radius: 20px;
    padding: 0 5px;
    font-size: 10px;
    white-space: nowrap;
}
.wechat-chat h5 {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.whatsapp-box {
    position: fixed;
    bottom: 100px;
    right: 15px;
    background-color: rgb(45, 183, 66);
    z-index: 7;
    width: 60px;
    height: 60px;
    transform: translateX(-8px);
    align-content: center;
    display: inline-flex;
    border-radius: 50%;
    padding: 10px 17px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: transform 0.5s !important;
}
.whatsapp-box:hover {
    width: auto;
    padding: 7px 17px;
    border-radius: 50px;
    transform: translateX(0);
}

.whatsapp-box span {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    transition: transform 0.5s !important;
}
.whatsapp-box:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.whatsapp-box p {
    color: #b4e5bc;
    white-space: nowrap;
}
.whatsapp-box .wp-tag {
    background-color: #62c971;
    border-radius: 20px;
    padding: 0 5px;
    font-size: 10px;
    white-space: nowrap;
}
.whatsapp-box h5 {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.fz10 {
    font-size: 10px !important;
}
.fz32 {
    font-size: 32px !important;
}
.fz-40 {
    font-size: 40px;
}
.line-height-normal {
    line-height: normal !important;
}
@media (max-width: 1201px) {
    .logo img {
        width: 80px;
    }
}

@media (max-width: 1024px) {
    .fs-50 {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .about-card {
        left: auto;
        width: 100%;
    }

    .max-height-100vh-335px-scroll {
        max-height: 100%;
    }
}

@media (max-width: 768px) {
    .left--140px {
        left: 0;
    }

    .right--140px {
        right: 0;
    }

    .home-banner-slider .slick-prev,
    .home-banner-slider .slick-next {
        bottom: auto;
        top: 0;

    }

    .slider-animate {
        padding: 20px 0;
    }

    .home-banner-slider.slider-left .slick-next {
        right: -5px;
        left: auto;
    }

    .home-banner-slider.slider-left .slick-prev {
        right: 45px;
        left: auto;
    }

    .contact-map {
        /*row-gap: 20px;*/
    }

    .contact-info,
    .offer-form {
        padding: 20px;
    }

    .sidebar-image {
        width: 100px;
    }

    .rlog-slider .project-card[active] {
        min-height: auto;
    }

    .about-card {
        left: auto;
        padding: 20px;
        width: 100%;
        box-shadow: none;
        border: 0 !important;
    }

    .pl-80 {
        padding-left: 0;
    }

    .pr-80 {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50%;
    }

    .sidebar-desc {
        width: calc(100% - 150px);
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .py-sm-150px {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

}