::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #60aee0;
}

:root {
    --products-circle-bg: #f5f5f5;
}

input[type=number] {
    -moz-appearance: number-input !important;
    -webkit-appearance: number-input !important;
    appearance: number-input !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
    appearance: auto !important;
    opacity: 1 !important;
    display: inline !important;
    margin: 0;
}

.absolute-x-center {
    left: 50%;
    transform: translateX(-50%);
}

.absolute-y-center {
    top: 50%;
    transform: translateY(-50%);
}
.hover-partners {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-partners img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
}
.hover-partners img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hover-partners .overlay{
    background-color: transparent;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
}
.hover-partners:hover .overlay {
    background-color: rgba(1, 48, 94, .85);
}
.hover-partners .overlay .box {
    border: 5px solid transparent;
    display: table;
    height: 100%;
    -webkit-transition: border-color .4s;
    transition: border-color .4s;
    width: 100%;
}
.hover-partners:hover .overlay .box {
        border-color: #fdc716;
}
.hover-partners .overlay .box .link-button{
    padding: 9.5px 24px;
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0);
    -webkit-transition: .4s !important;
    transition: .4s !important;
    opacity: 0;
    background: #fdc716;
    display: inline-block;
    outline: 0;
    text-align: center;
}
.hover-partners:hover .overlay .box .link-button {
    opacity: 1;
    color: #fff;
    border: 2px solid #fdc716;
    -webkit-transform: translate3d(0, 0, 0);
    top: 50%;
    transform: translate3d(0, -50%, 0);
    position: relative;
}
.hover-partners .text-holder {
    padding-left: 60px;
    position: relative;
    padding-top: 30px; 
}


.header-social-icon a {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.homeSlider-item .banner-title {
    z-index: 0;
    transition: all .5s ease;
}

.homeSlider-item:hover .banner-title {
    z-index: 1;
}

.homeSlider-item .banner-title h1 {
    color: #fff;
    transition: all .5s ease;
}

.homeSlider-item:hover .banner-title h1 {
    color: #2b2e34;
}

.dist-img img {
    max-width: 200px;
    transition: .2s ease-in;
}

.dist-img:hover img {
    transition: .2s ease-in;
}

span.e-mail-icon {
    color: #fff;
    font-size: 25px;
    margin-right: .5rem;
}

.border-right-001 {
    border-right: 1px solid #343434;
}

.box-shadow-none {
    box-shadow: none !important;
}

.bg-gradient-main {
    background: linear-gradient(135deg, #000000 0%, #0b2d5c 33%, #0270d7 66%, #60aee0 100%);
}

.bg-light-main {
    background-color: #eff9ff;
}

.footer-card {
    box-shadow: 0 0 20px #00000061;
    width: auto;
    margin: auto;
    background-color: #fff;
    color: #000;
    padding: 9px 20px;
    margin-top: -15px;
    margin-bottom: -15px;
}

.ht-swiper-button-nav {
    position: static;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
    background-image: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #05103B;
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    top: 50%;
    z-index: 1;
}

.ht-swiper-button-nav:hover {
    background-color: #60aee0;
    border-color: #60aee0;
    color: #60aee0;
}

.swiper-static-nav-wrap .ht-swiper-button-next:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #DDDDDD;
}

.swiper-static-nav-wrap .ht-swiper-button-nav i {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.swiper-static-nav-wrap .ht-swiper-button-next {
    position: relative;
    right: 0px
}

.industry-icon__container {
    padding-top: 30px;
    margin-top: -30px;
}

.industry-icon__single-slide {
    text-align: center;
}

.service-details-tab__navigation-wrapper {
    border-bottom: 0;
}

.service-details-tab__navigation-wrapper .nav-link:hover,
.service-details-tab__navigation-wrapper .nav-link.active {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.service-details-tab__navigation-wrapper .nav-link:first-child {
    margin-left: 0;
}

.service-details-tab__navigation-wrapper .nav-link {
    padding: 7px 20px;
    font-size: 15px;
    font-weight: 700;
    background-color: #f7f7f7;
    color: #888;
    border: 1px solid transparent;
    border-bottom-color: #ddd;
    margin-left: 10px;
    border-radius: 0;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.swiper-wrapper.industry-icon__wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.kategori-nav-item {
    background-color: #fff !important;
    border: none !important;
    border-radius: 60px !important;
    color: #000 !important;
}

.kategori-nav-item.active:before {
    content: none !important;
}

.kategori-nav-item:hover::before {
    content: none !important;
}

.kategori-nav-item:hover {
    background-color: #adadad !important;
    color: #fff !important;
}

.kategori-nav-item.active {
    content: none !important;
    background-color: #60aee0 !important;
    color: #fff !important;
}

.kategori-nav-item img {
    width: 100%;
    height: 30px;
    object-fit: contain;
}

.incele-button {
    position: relative;
    padding-right: 10px;
    font-weight: 600;
}

.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.card-link:hover {
    text-decoration: none;
    color: inherit;
}

.store-card {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-bottom: 25px;
    height: 615px;
    transition: all 0.5s ease;
}

.store-card:hover {
    transform: translateY(-10px);
}

.store-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    transition: all 1.5s ease;
}

.store-card:hover .store-overlay {
    background: linear-gradient(to top, rgb(0 0 0 / 100%), #00000000);
}

.store-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: start;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    padding: 40px 30px;
    color: white;
    transition: all 0.3s ease;
}

.store-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    transform: translateY(20px);
    opacity: 0.9;
    transition: all 0.3s ease;
    line-height: normal;
}

.store-card:hover .store-title {
    transform: translateY(0);
    opacity: 1;
}

.store-swiper .swiper-pagination-bullet {
    background: #fff;
    border-color: #60aee0;
}

.store-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #60aee0;
    border-color: #6191b3ff;
}

.products-grid {
    row-gap: 5px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    align-content: center;
}

.products-grid .col-lg-4 {
    transition: transform 0.6s ease;
}

.products-grid .col-lg-4:nth-child(1) {
    transform: translateY(20px);
}

.products-grid .col-lg-4:nth-child(2) {
    transform: translateY(-5px);
}

.products-grid .col-lg-4:nth-child(3) {
    transform: translateY(20px);
}

.products-grid .col-lg-4:nth-child(4) {
    transform: translateY(20px);
}

.products-grid .col-lg-4:nth-child(5) {
    transform: translateY(-5px);
}

.products-grid .col-lg-4:nth-child(6) {
    transform: translateY(20px);
}

.product-bubble {
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 1;
    z-index: 0;
}

.product-bubble:hover {
    z-index: 1;
}

.bubble-circle {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    /*padding: 20px;*/
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.product-bubble:hover .bubble-circle {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom left, #c8dae6ff, #60aee0);
}

.product-image {
    width: 100%;
    height: calc(100% - 55px);
    object-fit: contain;
    transition: all 0.3s ease;
}

.product-info {
    opacity: 1;
    position: relative;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.product-bubble:hover .product-info {
    opacity: 1;
    pointer-events: auto;
}

.product-name {
    color: #000;
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.product-bubble:hover .product-name {
    color: #fff;
}

.products .interactive-banners-style-06 img {
    transform: scale(1.0);
    transition: all .5s ease;
}

.products:hover .interactive-banners-style-06 img {
    transform: scale(1.2);
}

.btn-inspect {
    background: white;
    color: #4a90e2;
    border: none;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.d-contents {
    display: contents;
}

.btn-inspect:hover {
    background: #1e3a5f;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.store-card-title {
    position: absolute;
    width: 33.33333333%;
    height: 255px;
    border-radius: 10px;
    background-color: #e8e8e8;
    z-index: 2;
    display: grid;
    align-content: center;
    margin-top: 40px;
}

.store-card-title-machine {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 3;
    top: -10px;
    right: 0px;
    border-top: 12px solid #60aee0;
}

.store-card-title-machine .machine-card {
    position: absolute;
    width: auto;
    height: auto;
    padding: 5px 20px;
    background-color: #ffffff;
    z-index: 2;
    display: flex;
    box-shadow: 0 0 20px #00000061;
    gap: 20px;
    align-content: center;
    align-items: center;
    top: -35px;
    right: 15px;
}

.store-card-title-machine .machine-card h2 {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 0 !important;
}

.store-card-title h2,
.store-card-title-machine h2 {
    color: #000;
}

.swiper-button-prev.bubble,
.swiper-button-next.bubble {
    position: static;
    line-height: normal;
    background-color: #60aee0;
    color: #fff;
    border-radius: 50px;
    padding: 8px 30px;
    width: auto;
    height: auto;
    display: grid;
    transform: none;
}

.swiper-button-prev.machine-list,
.swiper-button-next.machine-list {
    position: static;
    line-height: normal;
    background-color: #60aee0;
    color: #fff;
    border-radius: 50px;
    padding: 8px 30px;
    margin: 0;
    width: auto;
    height: auto;
    display: flex;
    gap: 10px;
    transform: none;
}

.swiper-button-prev.machine,
.swiper-button-next.machine {
    position: static;
    line-height: normal;
    background-color: #60aee0;
    color: #fff;
    border-radius: 50px;
    padding: 8px 30px;
    margin: 0;
    width: auto;
    height: auto;
    display: flex;
    gap: 10px;
    transform: none;
}

.swiper-button-prev.part,
.swiper-button-next.part {
    position: static;
    line-height: normal;
    background-color: #60aee0;
    color: #fff;
    border-radius: 50px;
    padding: 8px 30px;
    margin: 0;
    width: auto;
    height: auto;
    display: flex;
    gap: 10px;
    transform: none;
}

.swiper-button-prev.completed,
.swiper-button-next.completed {
    position: static;
    line-height: normal;
    background-color: #60aee0;
    color: #fff;
    border-radius: 50px;
    padding: 8px 30px;
    margin: 0;
    width: auto;
    height: auto;
    display: flex;
    gap: 10px;
    transform: none;
}

.floating-animation {
    animation: float 3s ease-in-out infinite;
}

.view-store-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: white;
    color: #333;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}

.store-card:hover .view-store-btn {
    transform: translateY(0);
    opacity: 1;
}

.view-store-btn:hover {
    background-color: #f8f9fa !important;
    color: #0056b3 !important;
}

.view-store-btn i {
    transition: all 0.3s ease 0.1s;
}

.view-store-btn:hover i {
    margin-left: 15px !important;
}

.offer-box {
    right: -15px;
    top: -15px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 15px;
    width: 25px;
    height: 25px;
    align-content: center;
    text-align: center;
    box-shadow: 0 0 20px #bdbdbd;
}

ul.menu-list-2 li a {
    font-size: 25px !important;
    line-height: unset !important;
    position: relative;
    padding: 0;
    color: #ddd;
}

ul.menu-list-2 li a:hover {
    color: #fff;
}

.padding-0-5rem {
    padding: 0 5rem;
}

.lumos-btn i {
    color: #fff;
}

.navbar .navbar-nav .nav-link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.sticky .navbar.header-light .header-language>a.lumos-btn {
    color: #fff !important;
}

.menu-list .menu-list-item>a.active {
    color: rgba(255, 255, 255, .5) !important;
}

.interactive-banners-style-07 .interactive-banners-box:hover .bg-gradient-midium-black-transparent {
    background: -moz-linear-gradient(to bottom, rgb(0 0 0 / 0%) 45%, rgb(0 0 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(20, 20, 20, 1)));
    background: -webkit-linear-gradient(to bottom, rgb(0 0 0 / 0%) 45%, rgb(0 0 0) 100%);
    background: -o-linear-gradient(to bottom, rgb(0 0 0 / 0%) 45%, rgb(0 0 0) 100%);
    background: -ms-linear-gradient(to bottom, rgb(0 0 0 / 0%) 45%, rgb(0 0 0) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 45%, rgb(0 0 0) 100%);
}

.lumos-btn {
    border-radius: 50px;
    padding: 15px;
    background: linear-gradient(to left, #60aee0 25%, #6f6f6e 50%, #60aee0 100%, #6f6f6e 100%);
    background-size: 200% auto;
    -webkit-background-clip: padding-box;
    animation: shine 3.5s linear infinite;
}


@keyframes shine {
    from {
        background-position: 200% right;
    }

    to {
        background-position: 200% center;
    }
}

.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-24 {
    font-size: 24px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.fz-30 {
    font-size: 30px !important;
}

.font-size-44px {
    font-size: 44px;
}

.h-50vh {
    height: 50vh !important;
}

.h-100vh {
    height: 100vh;
}

.h-100vh-header {
    height: calc(100vh - 150px);
}

.h-100vh-320px {
    height: calc(100vh - 320px);
}

.h-100vh-410px {
    height: calc(100vh - 410px);
}

.h-fit {
    height: fit-content;
}

.h-inherit {
    height: inherit;
}

.lms-001 {
    margin: 0 auto;
    margin-bottom: 4rem;
}

.mw-1-25rem {
    max-width: 1.25rem;
}

.mw-1-7rem {
    max-width: 1.7rem;
}

.mw-2rem {
    max-width: 2rem;
}

.btn-atikmakine {
    background: #60aee0;
    color: #fff;
    filter: drop-shadow(0 0 0.2rem #6f6f6e);
}

.btn-atikmakine:hover {
    background: #6f6f6e;
    color: #fff;
    filter: drop-shadow(0 0 0.2rem #6f6f6e);
}

.icon-special {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.text-ddd {
    color: #ddd;
}

.product-tabs .nav-link {
    width: 90px;
    height: 110px;
    padding: 8px;
    opacity: .6;
    text-align: center;
    border: 1px solid #e9e9e9;
}

.product-tabs .nav-link img {
    height: 100%;
    object-fit: contain;
}

.product-tabs.nav-pills .nav-link.active,
.product-tabs.nav-pills .show>.nav-link,
.product-tabs.nav-pills .nav-link:hover,
.product-tabs.nav-pills .show>.nav-link {
    background-color: #e9e9e9;
    opacity: 1;
}

.completed-product {
    width: fit-content;
    position: absolute;
    top: -25px;
    right: -25px;
}

.completed-product input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.completed-alert-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.completed-alert-info .completed-alert-card {
    border: 1px solid #60aee0;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

.completed-alert-info .completed-card {
    border: 1px solid #60aee0;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

.completed-product-card {
    border: 2px solid #fff;
}

.completed-product-card.active {
    border: 2px solid #60aee0;
}

.bg-atik {
    background-color: #60aee0 !important;
}

.bg-atik-2 {
    background-color: #6f6f6e !important;
}

.bg-black-hover:hover {
    background-color: #000 !important;
}

.text-atikmakine {
    color: #60aee0 !important;
}

.title-large-4 {
    font-size: 64px;
    line-height: 80px;
}

.border-radius-10px-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.border-radius-10px-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.about-text {
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    color: #1e1e1e;
}

.hakkimizda-text {
    color: #aeaeae;
    font-size: 36px !important;
    line-height: 50px !important;
}

.hakkimizda-text-banner {
    color: #aeaeae;
    font-size: 36px !important;
    line-height: 50px !important;
}

.hakkimizda-text span {
    display: unset;
    transition: color 0.5s ease;
}

.sub-title-link {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}

.sub-title-link:hover {
    color: #60aee0;
}

.header-search .search-form {
    height: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.header-search .search-form-box {
    position: relative;
    width: 100%;
    padding: 0px 20px;
}

.header-search .search-form .search-button {
    color: #ffffff;
    bottom: auto;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border: 1px solid #fff;
    background-color: #60aee0;
    border-radius: 6px;
    padding: 15px;
}

.header-search .search-form .search-input {
    color: #232323;
    border-bottom: 1px solid transparent;
    width: 100%;
}

.pdf .list {
    border-bottom: 1px solid #ececec;
    float: left;
    width: 100%;
}

.pdf .list a {
    display: block;
    color: #0c0c0c;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding: 30px 160px 30px 0px;
    text-decoration: none;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.pdf .list a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 00px;
    background-color: #60aee0;
    width: 75px;
    height: 7px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.pdf .list a:hover:before {
    width: 150px;
}

.pdf .list a span {
    position: absolute;
    right: 0px;
    top: 15px;
    font-size: 18px;
}

.pdf .list a i {
    background-color: #ececec;
    color: #60aee0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 27px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 0;
    margin-right: 15px;
    vertical-align: middle;
}

.desc_box {
    max-height: 350px;
    transition: max-height .5s ease;
    overflow: hidden;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 100%), #000, #000, rgb(0 0 0 / 0%)), linear-gradient(to left, black 8px, #00000000 6px);
}

.desc_box.expanded {
    max-height: 100% !important;
    mask-image: none;
}

.product-item img {
    transition: all .5s ease;
}

.product-item:hover img {
    transform: scale(1.1);
}

.section-space--bottom--40 {
    margin-bottom: 40px !important;
}

.section-title-area--style3 {
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}

.section-title-area {
    line-height: 1;
}

.section-title-area .title--left--style2--black2 {
    color: #1d1e1c;
}

.section-title-area .title--left--style2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.section-title-area .title {
    font-size: 2rem;
    line-height: 1;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.section-title-area .title--left--style2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 150px;
    height: 1px;
    background: #ddd;
}

.section-title-area .title--left--style2:after {
    height: 3px;
}

.section-title-area .title:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background-color: #60aee0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.searchResultBox {
    display: none;
}

.see-more-link {
    display: inline-block;
    position: relative;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    background-color: #6f6f6e;
    border: 2px solid #6f6f6e;
    border-radius: 50px;
    padding: 5px 10px;
    color: #fff;
    transition: background-color 0.5s ease;
}

.see-more-link:hover {
    color: #fff;
    cursor: pointer;
    background-color: #60aee0;
    border-color: #60aee0;
}

.product-plus-button {
    background-color: #00853f;
    color: #fff;
    border-radius: 50px;
}

.product-remove-button {
    background-color: #e54031;
    color: #fff;
    border-radius: 50px;
}

.transform-none {
    transform: none !important;
}

.offer-number {
    background: #fff;
    color: #000;
    width: 20px;
    height: 20px;
    line-height: 12px;
    border-radius: 50%;
    padding: 5px;
    display: inline-grid;
    position: relative;
    top: -5px;
}

.opacity-none {
    opacity: 1 !important;
}

.text-limit-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lms-link-icon {
    color: #60aee0;
    transition: .2s ease-in;
}

.max-height-scroll-175px {
    max-height: calc(100vh - 175px);
    overflow: auto;
}

.h-100vh--165px {
    height: calc(100vh - 165px) !important;
}

.h-100vh--255px {
    height: calc(100vh - 255px) !important;
}

.maxh-100 {
    max-height: 100% !important;
}

.maxh-100vh--165px {
    max-height: calc(100vh - 165px) !important;
}

.maxh-100vh--255px {
    max-height: calc(100vh - 255px) !important;
}

a.sub-title-link:hover i.lms-link-icon {
    transition: .2s ease-in;
    transform: rotate(45deg);
}

.urunler .accordion-toggle {
    position: relative;
    display: block;
}

.urunler .accordion-toggle::after {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.urunler .accordion-toggle[aria-expanded="false"]::after {
    content: '+';
}

.urunler .accordion-toggle[aria-expanded="true"]::after {
    content: '-';
}

.breadcrumb-favicon {
    position: absolute;
    top: -26px;
    right: 0px;
    width: 205px;
    opacity: 0.5;
}

.panel-heading.cat-hover {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.panel-heading.cat-hover:hover {
    padding-left: 22px;
}

.panel-heading.cat-hover:hover:before {
    opacity: 1;
}

.panel-heading.cat-hover:before {
    position: absolute;
    background-image: url(../images/logo/favicon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    width: 18px;
    height: 18px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
}

.background-favicon {
    background-image: url(../images/logo/favicon.svg);
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.text-overlap-style-05 {
    position: absolute;
    left: -5px;
    top: 0;
    font-size: 200px;
    line-height: 200px;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.white-space-nowrap {
    white-space: nowrap;
}

.products-title {
    font-size: 48px;
    line-height: 60px;
}

.hover-opacity {
    opacity: 0;
}

.interactive-banners-box:hover .hover-opacity {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.banner-img-field {
    opacity: 1;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    visibility: visible;
    transition-duration: .5s;
    transition-delay: .5s;
    padding-top: clamp(calc(0* 1px), calc(100 / 1920* 100* 1vw), calc(100* 1px));
    position: relative;
}

.banner-img-field .banner-img {
    transform: translate3d(0, 0, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    overflow: clip;
    max-width: 640px;
    width: 100%;
    height: auto;
    aspect-ratio: 640 / 250;
    margin-left: auto;
    margin-right: auto;
}

.banner-img-field .banner-img-shadow {
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 20px 60px 10px rgba(0, 0, 0, .5);
    transform: translate(-50%, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    max-width: 320px;
    width: 100%;
    height: auto;
    aspect-ratio: 320 / 0;
    left: 50%;
    position: absolute;
}

.full-contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
}

.gap-clamb-1 {
    gap: clamp(calc(30*1px), calc(60/1920*100*1vw), calc(60*1px));
}


.banner-title {
    justify-content: center;
    transform: translate(-50%, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    width: 100%;
    display: flex;
    left: 50%;
    position: absolute;
    padding-top: 25px;
}

.left-0 {
    left: 0px !important;
}

.left-15px {
    left: 15px !important;
}

.right-0 {
    right: 0px !important;
}

.right-auto {
    right: auto !important;
}

.slider-navigation-banner.swiper-button-next,
.slider-navigation-banner.swiper-button-prev {
    border: 2px solid rgba(0, 0, 0, .15);
    font-size: 40px;
    color: #1e1e1e;
    height: 80px;
    width: 80px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.slider-navigation-banner.swiper-button-next {
    right: 0;
}

.slider-navigation-banner.swiper-button-prev {
    left: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.slider-navigation-media.swiper-button-next,
.slider-navigation-media.swiper-button-prev {
    border: 2px solid #fff;
    color: #1e1e1e;
    text-align: center;
    height: auto;
    width: auto;
    right: 10px;
    border-radius: 999px;
    left: auto;
    background-color: transparent;
    padding: 15px 10px;
    align-items: center;
    margin-left: auto;
    justify-content: center;
    display: flex !important;
    transition: all .5s ease;
}

.slider-navigation-media.swiper-button-next i,
.slider-navigation-media.swiper-button-prev i {
    transform: rotate(90deg) translateX(0);
    color: #fff;
    transition: all .5s ease;
    pointer-events: auto;
    height: 100%;
    width: 100%;
}

.slider-navigation-media.swiper-button-next {
    top: calc(50% + 30px);
    transform: translateY(-50%);
}

.slider-navigation-media.swiper-button-prev {
    top: calc(50% - 30px);
    transform: translateY(-50%);
}

.slider-navigation-media.swiper-button-next:hover i {
    transform: rotate(90deg) translateX(5px);
}

.slider-navigation-media.swiper-button-prev:hover i {
    transform: rotate(90deg) translateX(-5px);
}

.swiper-button-previous-nav-4.swiper-button-prev.slider-navigation-nav,
.swiper-button-next-nav-4.swiper-button-next.slider-navigation-nav {
    border: 2px solid #fff;
    text-align: center;
    border-radius: 999px;
    height: auto;
    width: auto;
    padding: 10px;
    line-height: normal;
    top: calc(50% + 100px);
    right: auto;
    transform: rotate(90deg) translateY(-50%);
}

.swiper-button-previous-nav-4.swiper-button-prev.slider-navigation-nav {
    left: 20px;
}

.swiper-button-next-nav-4.swiper-button-next.slider-navigation-nav {
    left: 75px;
}

.swiper-button-previous-nav-4.swiper-button-prev.slider-navigation-nav i {
    color: #fff;
    transform: rotate(275deg) translateX(0);
    transition: all .5s ease;
}

.swiper-button-next-nav-4.swiper-button-next.slider-navigation-nav i {
    color: #fff;
    transform: rotate(275deg) translateX(0);
    transition: all .5s ease;
}

.swiper-button-previous-nav-4.swiper-button-prev.slider-navigation-nav:hover i {
    transform: rotate(275deg) translateX(-5px);
}

.swiper-button-next-nav-4.swiper-button-next.slider-navigation-nav:hover i {
    transform: rotate(275deg) translateX(5px);
}

.card-2 {
    background-color: #dbdbdb;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 0px 10px 0px #4d4d4d;
}

.card-2 img {
    border-radius: 10px;
}

.card-2 .card-2-icon {
    width: 35px;
    height: 35px;
    font-size: 27px;
    line-height: 47px;
    background-color: #60aee0;
    box-shadow: 0px 0px 10px 0px #747474;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transform: translate(50px, -50px);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.card-2:hover .card-2-icon {
    opacity: 1;
    transform: translate(0, 0);
}

.card-2 .card-2-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
    height: 100px;
    align-content: center;
}

.card-1 {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #d8d8d8;
}

.card-1 img {
    border-radius: 10px;
}

.card-1 .card-1-icon {
    width: 45px;
    height: 45px;
    font-size: 37px;
    line-height: 60px;
    background-color: #60aee0;
    box-shadow: 0px 0px 10px 0px #747474;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transform: translate(50px, -50px);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.card-1:hover .card-1-icon {
    opacity: 1;
    transform: translate(0, 0);
}

.card-1 .card-1-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
}

.w-fit {
    width: fit-content;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}
.grid-col-4fr-2fr-2fr-2fr {
    grid-template-columns: 4fr 2fr 2fr 2fr !important;
}
.text-787a7e {
    color: #787a7e !important
}

.large-slider {
    height: calc(100vh - 130px);
    overflow: hidden;
    box-shadow: 0px 0px 20px #4d4d4d;
    border-radius: 10px;
}

.list-style-type-none {
    list-style-type: none;
}

.right-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}

.small-slider {
    height: 250px;
    height: calc((100vh - 0px) / 2);
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    height: calc((100vh - 0px) / 2);
}

.image-grid .title-field {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
}

.image-grid .title-field p {
    line-height: 1.25;
    color: #000;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}

.image-grid .title-field .sub-title-link {
    color: #000;
}

.image-grid .title-field i {
    color: #000;
}

.products-circle-bg {
    padding: 20px;
    position: relative;
}

.products-circle-bg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background-color: var(--products-circle-bg);
    border-radius: 50%;
    z-index: -1;
}

.image-grid img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

.image-grid .img-box {
    height: inherit;
    overflow: hidden;
    border-radius: 10px;
}

.image-grid .img-box {
    transition: all .5s ease;
}

.image-grid .img-box:hover {
    scale: 1.02;
}

.justify-items-center {
    justify-items: center !important;
}

.slide-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.sub-title a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 1625px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        margin: 0 8px;
    }
}

@media (max-width: 1414px) {

    header .navbar .navbar-brand img,
    header.side-menu .logo img,
    header .sidebar-nav-menu .navbar-brand img {
        max-height: 80px;
    }

    .navbar>.container-lms .text-large {
        font-size: 15px;
        line-height: 16px;
    }
}

@media (max-width: 1373px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
        margin: 0 8px;
    }

    .header-social-icon a {
        font-size: 15px;
    }

    .lg-padding-0-1rem {
        padding: 0 1rem;
    }
}

@media (max-width: 1336px) {
    /* .navbar .navbar-nav .nav-link img {
        display: none;
    } */

    .menu-order {
        /* order: 5; */
        position: inherit !important;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 20px 15px 0 rgba(23, 23, 23, .05);
        max-height: calc(100vh - 65px);
    }

    .navbar-collapse.show {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    [data-mobile-nav-style=classic] .navbar-nav {
        display: block;
    }

    .navbar.navbar-dark .navbar-nav .nav-link,
    .navbar.navbar-light .navbar-nav .nav-link,
    .sticky .navbar.navbar-dark .navbar-nav .nav-link,
    .sticky .navbar.navbar-light .navbar-nav .nav-link,
    header.sticky .navbar.top-logo .navbar-nav .nav-link {
        color: #232323;
        padding: 9px 15px;
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .grid-col-xl-2fr-2fr {
        grid-template-columns: 2fr 2fr !important;
    } 


}

@media (min-width: 1336px) {
    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }


}

@media (max-width: 1108px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
        margin: 0 5px;
    }

    .mw-md-1-4rem {
        max-width: 1.4rem;
    }

    .store-card-title-machine .machine-card {
        position: static;
    }

    .padding-190px-top {
        padding-top: 150px;
    }
}

@media (max-height: 1080px) {
    .h-33xl-aspect-640-300 {
        aspect-ratio: 640 / 300;
    }

}

@media (min-width: 1025px) {
    .min-md-animate-fly-center {
        animation: flyCenter 2s ease-in infinite;
        animation-duration: 5000ms;
    }

    .min-md-animate-fly {
        animation: fly 2s ease-in infinite;
        animation-duration: 5000ms;
    }

    .indexHome-slider .swiper-button-disabled {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .md-hidden {
        display: none;
    }

    .md-pt-0 {
        padding-top: 0;
    }

    .grid-container {
        display: block;
    }

    .grid-container .large-slider {
        margin-bottom: 20px;
    }
}

@media (max-width:992px) {
    .order-first-lg {
        order: -1 !important
    }
}

@media (max-height: 930px) {
    .h-32xl-aspect-640-230 {
        aspect-ratio: 640 / 230;
    }

    .h-32xl-aspect-640-250 {
        aspect-ratio: 640 / 250;
    }
}

@media (max-height: 810px) {
    .xl-h-200px {
        height: 200px;
    }
}

@keyframes flyCenter {

    0%,
    100% {
        transform: translate3d(-50%, -50%, 0) scale(.95);
    }

    50% {
        transform: translate3d(-50%, calc(-50% +20px), 0) scale(1);
    }
}

@keyframes fly {

    0%,
    100% {
        transform: translateZ(0) scale(.95);
    }

    50% {
        transform: translate3d(0, -20px, 0) scale(1);
    }
}

.fz-12 {
    font-size: 12px !important;
}

.fz-40 {
    font-size: 40px !important;
}

.fz-45 {
    font-size: 45px !important;
}

.whatsapp-box {
    position: fixed;
    bottom: 95px;
    right: 6px;
    background-color: #2db742;
    z-index: 20;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px 13px;
    transition: transform .5s ease;
    transform: translateX(-8px);
    align-content: center;
}

.whatsapp-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(192 32 21);
    transform: translate(-50%, -50%) scale(1);
    animation: whatsappPulse 2s infinite;
    z-index: -1;
}

.whatsapp-box:hover::before {
    animation: none;
    opacity: 0;
}

.whatsapp-box span {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.whatsapp-box p {
    color: #b4e5bc;
    line-height: normal;
}

.whatsapp-box .wp-tag {
    background-color: #62c971;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 20px;
}

.whatsapp-box h5 {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.whatsapp-box:hover {
    width: auto;
    padding: 0px 17px;
    border-radius: 50px;
    transform: translateX(0);
}

.whatsapp-box:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

@keyframes whatsappPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.whatsapp-box-mobile {
    position: fixed;
    bottom: 2px;
    right: 5px;
    background-color: #2db742;
    z-index: 20;
    border-radius: 50px;
    width: 49%;
    height: 50px;
    padding: 0px 17px;
    transition: transform .5s ease;
    transform: translateX(0);
    align-content: center;
}

.whatsapp-box-mobile span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.whatsapp-box-mobile p {
    color: #b4e5bc;
}

.whatsapp-box-mobile .wp-tag {
    background-color: #62c971;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 20px;
}

.whatsapp-box-mobile h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.w-20px {
    width: 20px;
}



.phone-box {
    position: fixed;
    bottom: 160px;
    right: 6px;
    background-color: #60aee0;
    z-index: 20;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 12px 10px;
    transition: transform .5s ease;
    transform: translateX(-8px);
    align-content: center;
    border: 1px solid #fff;
}

.phone-box span {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.phone-box p {
    color: #b4e5bc;
    line-height: normal;
}

.phone-box .wp-tag {
    background-color: #3975b1;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 20px;
}

.phone-box h5 {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.phone-box:hover {
    width: auto;
    padding: 0px 17px;
    border-radius: 50px;
    transform: translateX(0);
}

.phone-box:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.phone-box-mobile {
    position: fixed;
    bottom: 2px;
    left: 5px;
    background-color: #000;
    z-index: 20;
    border-radius: 50px;
    width: 49%;
    height: 50px;
    padding: 0px 17px;
    transition: transform .5s ease;
    transform: translateX(0);
    align-content: center;
    border: 1px solid #fff;
}

.phone-box-mobile span {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.phone-box-mobile p {
    color: #b4e5bc;
}

.phone-box-mobile .wp-tag {
    background-color: #525252;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 20px;
}

.phone-box-mobile h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.haber_img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: top center;
    box-shadow: 0 0 20px #ddd;
}

.font-x-large {
    font-size: x-large;
}

.pt_4rem {
    padding-top: 4rem !important;
}

h2.cat_title, h3.cat_title {
    font-size: 24px !important;
    line-height: 0 !important;
    color: #60aee0;
}

.blog-details-text {
    color: #000;
}

.blog-details-text h2, .blog-details-text h3, .blog-details-text h4 {
    font-size: 24px !important;
    line-height: 0 !important;
}

.product_video_img {
    background-color: white;
    height: 300px;
    /* box-shadow: 0 0 20px #ddd; */
    object-fit: contain;
}

@media (max-width: 1056px) {

    header .navbar .navbar-brand img,
    header.side-menu .logo img,
    header .sidebar-nav-menu .navbar-brand img {
        max-height: 65px;
    }
}

@media (max-width: 768px) {
    .products-grid {
        align-content: center;
    }

    .store-card-title {
        width: 50%;
        height: 137px;
        margin-top: 20px;
    }

    .products-grid .col-lg-4 {
        transform: none !important;
    }

    .store-card.spare,
    .products-grid {
        height: 740px;
    }

    .store-card-title-machine {
        top: 0;
    }

    .store-card-title-machine .machine-card {
        top: -45px;
    }

    .hm2-footer-copyright {
        padding-bottom: 65px !important;
    }

    .about-text {
        font-size: 20px;
        line-height: 33px;
    }

    .catalog {
        transform: none !important;
    }

    .catalog img {
        margin-top: 30px;
    }

    #hakkimizda h1 {
        font-size: 24px;
        line-height: 47px;
        font-weight: 700 !important;
    }

    .hakkimizda-text-banner {
        font-size: 18px !important;
        line-height: 33px !important;
    }

    .max-height-none {
        max-height: max-content
    }

    .whatsapp-box-mobile h5,
    .phone-box-mobile h5 {
        font-size: 13px;
    }

    .whatsapp-box-mobile,
    .phone-box-mobile {
        padding: 0px 12px;
    }
}

@media (max-width: 575px) {

    .store-card.spare,
    .products-grid {
        height: 590px;
    }

    .store-card-title {
        width: 100%;
        height: 100px;
    }

    .image-grid {
        grid-template-columns: 1fr !important;
    }

    .image-grid {
        height: auto;
    }
    
    .swiper-button-prev.bubble, .swiper-button-next.bubble,
    .swiper-button-prev.machine, .swiper-button-next.machine,
    .swiper-button-prev.part, .swiper-button-next.part,
    .swiper-button-prev.machine-list, .swiper-button-next.machine-list{
        position: static;
        line-height: normal;
        background-color: #60aee0;
        color: #fff;
        border-radius: 50px;
        padding: 8px 20px;
        width: auto;
        height: auto;
        display: grid;
        transform: none;
        flex-wrap: wrap;
    }
    .store-card-title-machine .machine-card {
        gap:0px;
        flex-wrap: wrap;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}