.fancybox__thumbs .carousel__slide .fancybox__thumb::after,
.form-check-input:checked,
.form-control:focus {
    border-color: var(--primary-color)
}

#sticky-contact,
.cookies {
    position: fixed;
    bottom: 10px
}

#menu .acilir .sub>ul,
#menu .menu .mega .sub ul,
#menu .menu .mega:hover .sub ul li ul {
    transform: translate(0, 20px);
    visibility: hidden
}

#menu>.menu,
#sticky-contact ul,
#sticky-contact ul li,
.btn,
.lighter,
a,
a:hover,
header,
header .logo img,
header .right .lang ul {
    transition: .3s
}

.btn,
.lighter {
    font-weight: 300
}

#menu .menu .mega .sub ul,
.products {
    grid-template-columns: repeat(5, 1fr)
}

footer,
header {
    padding: 15px 0
}

#stockTable thead,
#stockTable_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--bs-gray-300)
}

:root {
    --primary-color: #146bb2;
    --secondary-color: #df4509;
    --passive-color: #f6f7ff;
    --light-color: #606983;
    --dark-color: #0A1928;
    --footer-primary: #758799;
    --footer-secondary: #15304c;
    --gap: 30px;
    --container: 1300px;
    scroll-behavior: auto
}

::selection {
    background-color: var(--primary-color);
    color: #fff
}

body {
    font-family: Roboto, sans-serif;
    line-height: 1.4;
    color: var(--bs-gray-600);
    background: var(--passive-color);
    overflow: hidden auto
}

img {
    max-width: 100%;
    color: transparent
}

#menu .acilir .sub>ul>li>a,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color)
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px
}

a {
    text-decoration: none
}

a:hover {
    color: var(--secondary-color)
}

.form-control:focus {
    box-shadow: unset
}

.form-check-input:checked {
    background-color: var(--primary-color)
}

#menu .menu .mega .sub ul li:hover a,
.homeSlider .item .btn:hover,
.productDetail .slider .slick-arrow:hover {
    background: var(--secondary-color)
}

.btn {
    display: block;
    width: fit-content;
    border-radius: 10px;
    box-shadow: none !important;
    background: var(--primary-color);
    color: #fff;
    border: unset;
    padding: 8px 24px
}

.btn:hover,
.homeNews .slick-arrow:hover {
    background: var(--secondary-color);
    color: #fff
}

.btn-all {
    border: unset;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2), -2px -2px 5px #fff;
    background: #df4509;
    color: #fff
}

#sticky-contact ul li a,
#sticky-contact>li>a {
    display: block;
    border-radius: 10px;
    font-size: 30px;
    padding: 10px;
    line-height: 1;
    color: #fff
}

#menu .menu>li:hover>a,
.lighter {
    color: #000
}

#menu .acilir .sub>ul>li:hover>a,
.aboutPage .pageMenu li.active a,
.aboutPage .pageMenu li:hover a,
.btn-all:hover,
.btn.btn-all:active,
.homePro2 .pro2.slick-slider .slick-arrow:hover {
    background: var(--primary-color);
    color: #fff
}

.homeWorks .works .work .text::after,
.homeWorks .works .work .text::before {
    bottom: -100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
    left: 0
}

.tooltip {
    --bs-tooltip-bg: var(--secondary-color)
}

#sticky-contact {
    right: 10px;
    z-index: 3;
    list-style: none;
    padding: 0;
    margin: 0
}

#sticky-contact>li>a {
    width: 50px;
    height: 50px;
    background: var(--bs-green);
    opacity: .8
}

#sticky-contact ul {
    padding: 0 0 10px;
    margin: 0;
    display: grid;
    gap: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 100%;
    list-style: none
}

#sticky-contact ul li {
    transform: translateY(10px);
    opacity: 0
}

#sticky-contact ul li a {
    position: relative;
    text-align: center;
    background: #646982
}

#sticky-contact ul li:hover a::after,
#sticky-contact ul li:hover a::before,
#sticky-contact>li:hover>a,
.loaded .homeSlider {
    opacity: 1
}

#sticky-contact li:hover ul,
#sticky-contact.show li ul,
header .right .lang:hover ul {
    opacity: 1;
    visibility: visible
}

#sticky-contact li:hover ul li,
#sticky-contact.show li ul li {
    transform: translateY(0);
    opacity: 1
}

#sticky-contact ul li a::before {
    content: attr(data-text);
    opacity: 0;
    font-size: 16px;
    position: absolute;
    right: calc(100% + 5px);
    background: var(--dark-color);
    padding: 10px;
    top: 50%;
    transform: translate(0, -50%);
    white-space: nowrap
}

#sticky-contact ul li a::after {
    content: "";
    opacity: 0;
    position: absolute;
    left: -6px;
    top: 50%;
    border-color: transparent;
    border-style: solid;
    border-width: 8px 0 8px 5px;
    border-left-color: var(--dark-color);
    transform: translate(0, -50%)
}

#back-to-top,
#menu .mobilMenu,
.homeReferences .references .reference:nth-child(n+7),
.homeSlider:not(.slick-slider) .item:nth-child(n+2) {
    display: none
}

#back-to-top.show,
.homeNews .news.slick-slider,
.homePro2 .pro2.slick-slider .product:nth-child(n+5),
.homeReferences .references.slick-slider .reference:nth-child(n+7),
.news .new .date,
.products .product a,
.sos li a {
    display: block
}

.container {
    max-width: 1460px;
    padding: 0 15px
}

.cookies {
    z-index: 9999;
    max-width: 370px;
    left: 10px;
    border: unset;
    box-shadow: 0 0 50px -20px rgba(0, 0, 0, .5)
}

#menu .acilir .sub,
.lighter {
    width: fit-content;
    border-radius: 10px
}

.cookies .card-body {
    padding: 10px;
    font-size: .95rem
}

.cookies .card-body .agree {
    display: block;
    margin-top: 10px
}

header {
    width: 100%;
    background: 0 0;
    z-index: 4
}

header::before {
    content: "";
    position: absolute;
    inset: 0
}

header.bg-white {
    position: sticky;
    background: #fff
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header>.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
    position: relative
}

.pageTop .container,
header .logo {
    position: relative;
    z-index: 1
}

header .logo img {
    width: auto;
    height: 90px
}

#menu {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

#menu>.menu {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0
}

#menu .menu>li {
    list-style: none;
    height: 100%
}

#menu .menu>li:first-child {
    padding-left: 0
}

#menu .menu>li>a {
    display: flex;
    gap: 6px;
    padding: 10px 15px;
    align-items: center;
    position: relative;
    z-index: 1;
    font-weight: 500;
    color: #000;
    height: 100%
}

#menu .menu>li>a::before {
    content: "";
    position: absolute;
    inset: 2px 0;
    border-radius: 5px;
    background: #000;
    opacity: 0;
    transition: .3s
}

#menu .menu>li:last-child>a::before {
    inset: 0
}

#menu .menu>li:hover>a::before {
    opacity: .1
}

#menu .acilir .sub {
    position: absolute;
    opacity: 0;
    padding: 10px;
    background: #fff;
    min-width: 120px;
    max-width: 300px;
    transform: translate(0, -100%);
    z-index: -1
}

#menu .acilir:not(.mega),
#menu .menu .mega:hover .sub ul li,
.homeNews .container,
.homeSlider .item,
header .right,
header .right .top {
    position: relative
}

#menu .acilir .sub>ul {
    display: grid;
    gap: 5px;
    opacity: 0;
    transition: none
}

#menu .acilir .sub>ul>li>a {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    background: 0 0
}

#menu .menu>li:not(:nth-last-child(n+3)) .sub {
    left: unset;
    right: 0
}

#menu .acilir:not(.mega) .sub>ul>li {
    width: 100%;
    border-bottom: 1px solid #000
}

#menu .acilir:not(.mega) .sub>ul>li:hover {
    border-bottom: none
}

#menu .menu .mega .sub {
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0
}

#menu .menu .mega .sub ul {
    gap: 10px;
    width: 100%;
    opacity: 0;
    transition: none
}

#menu .menu .mega .sub ul li a {
    display: block;
    padding: 0 0 10px;
    background: var(--passive-color);
    text-align: center;
    overflow: hidden
}

#menu .menu .mega .sub ul .image,
footer .boxes .right li:not(:last-child) {
    margin-bottom: 10px
}

#menu .menu .mega .sub ul .image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1;
    object-fit: cover
}

#menu .menu .mega:hover .sub ul li ul {
    position: absolute;
    display: grid;
    padding: 5px 0 20px;
    gap: 5px;
    opacity: 0
}

#menu .menu .mega .sub ul ul li a {
    display: block;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    color: #fff
}

#menu .menu .mega:hover .sub ul li:hover ul {
    transform: translate(0);
    opacity: 1;
    visibility: visible
}

#menu .acilir:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0)
}

#menu .acilir:hover .sub ul {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition-delay: 0.1s;
    transition-duration: .6s
}

header .right {
    flex: 1;
    z-index: 1
}

header .right .top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
    justify-content: flex-end;
    z-index: 2
}

.sos li img,
footer .boxes .left .sos img,
header .right .top .sos img {
    border-radius: 5px
}

.lighter {
    display: block;
    box-shadow: none !important;
    background: 0 0;
    border: unset;
    padding: 8px 24px
}

header .right .top>li>a {
    display: block;
    color: #fff;
    line-height: 1
}

header .right .lang {
    font-size: 14px;
    margin-left: 15px;
    position: relative
}

header .right .lang::before {
    content: "";
    content: "";
    position: absolute;
    left: -15px;
    top: calc(50% - 6px);
    width: 0;
    height: 12px;
    border-left: 1px solid #cacaca
}

header .right .lang a {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    font-weight: 500
}

header .right .lang ul {
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    position: absolute;
    padding: 5px;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 20px -15px var(--dark-color)
}

header .right .lang ul li a {
    display: block;
    padding: 10px 15px;
    color: var(--dark-color);
    white-space: nowrap
}

header .right .lang ul li:not(:last-child) a {
    border-bottom: 1px dashed #cacaca
}

header .right .lang ul li.selected a::after {
    content: "\f26b";
    font-family: bootstrap-icons !important;
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
    color: var(--bs-green)
}

.slick-slider .slick-arrow {
    font-size: 0;
    padding: 0;
    background: var(--primary-color);
    border: unset
}

.slick-slider .slick-arrow::before {
    display: inline-block;
    font-size: 16px;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.homeNews .slick-prev::before,
.slick-prev::before,
.slick-slider .slick-arrow.slick-prev::before {
    content: "\f284"
}

.homeNews .slick-next::before,
.slick-next::before,
.slick-slider .slick-arrow.slick-next::before {
    content: "\f285"
}

.slick-arrow.slick-disabled {
    opacity: .2
}

.homeSlider {
    opacity: 0;
    height: 75vh;
    transition-delay: 0.1s;
    transition-duration: .3s
}

.homeSlider div {
    height: 100%
}

.homeSlider .item {
    z-index: 1;
    border: unset;
    height: 100%
}

.homeSlider .item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.homeSlider .item video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.homeSlider .item .container {
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    z-index: 1;
    color: #fff
}

.homeSlider .item .text {
    max-width: 600px;
    padding: 15px 0
}

.homeSlider .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dark-color);
    opacity: .3
}

.homeSlider .item div:is(.title, .desc) {
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px
}

.homeSlider .item .desc span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    transform: translate(0, 100%)
}

.homeSlider .item .title span {
    display: block;
    font-size: 40px;
    font-weight: 600;
    transform: translate(0, 100%)
}

.homeSlider .item .go {
    opacity: 0;
    transform: translateY(100px)
}

.homeSlider .item .btn {
    position: relative;
    font-size: 18px;
    background: 0 0;
    color: #fff;
    padding-right: 40px;
    border: 1px solid rgba(255, 255, 255, .5)
}

.homeSlider .item .btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 1;
    transform: translate(0, -50%);
    transition: .5s
}

.homeSlider .item .btn:hover {
    border-color: var(--secondary-color);
    color: #fff
}

.homeSlider .item .btn:hover i {
    right: -5px
}

.homeSlider .slick-active .title span {
    transform: translate(0, 0);
    transition-delay: 0.7s;
    transition-duration: .6s
}

.homeSlider .slick-active .desc span {
    transform: translate(0, 0);
    transition-delay: 0.7s;
    transition-duration: .8s
}

.homeSlider .slick-active .title span b::before {
    inset: 90% 0 0 0%;
    transition-delay: 1.2s;
    transition-duration: .4s
}

.homeSlider .slick-active .go {
    opacity: 1;
    transition-delay: 1s;
    transition-duration: .8s;
    transform: translateY(0)
}

.homeSlider .slick-dots {
    position: absolute;
    bottom: 20px;
    width: var(--container);
    margin: auto;
    padding: 0 15px;
    left: 0;
    right: 0;
    display: flex;
    list-style: none;
    gap: 10px
}

.homeSlider .slick-dots button {
    display: block;
    padding: 0;
    font-size: 0;
    width: 14px;
    height: 14px;
    background: 0 0;
    border-radius: 5px;
    border: 1px solid #fff;
    transition-delay: 0.3s;
    transition-duration: .3s
}

.homeSlider .slick-dots .slick-active button {
    border-color: var(--primary-color);
    width: 28px
}

.slider {
    position: relative;
    overflow: hidden
}

.slider .arrow {
    position: absolute;
    z-index: 1;
    display: flex;
    gap: 10px;
    bottom: 30px
}

.slider .slick-arrow {
    display: block;
    padding: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    width: 44px;
    height: 44px;
    background: 0 0;
    transition: .3s
}

.slider .slick-arrow::before {
    display: block;
    font-family: bootstrap-icons !important;
    line-height: 1;
    font-size: 24px
}

.files,
.news,
.products,
.references,
.slider .container.arrows {
    display: grid
}

.slider .slick-arrow:hover {
    background: rgba(255, 255, 255, .1)
}

section {
    margin: 50px 0
}

section .head {
    max-width: 850px;
    margin: 0 auto 30px;
    text-align: center
}

section .head.text-left {
    text-align: left;
    margin: 0 0 30px
}

section .head .bigTitle {
    position: relative;
    display: inline-block;
    font-size: 34px;
    font-weight: 400;
    width: fit-content;
    transition-duration: .5s;
    margin-bottom: 10px;
    color: var(--dark-color)
}

section .head .bigTitle::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: block;
    width: 15px;
    height: 0;
    transform: translate(-50%, 0);
    border-bottom: 6px solid var(--primary-color);
    opacity: .6;
    border-radius: 3px;
    transition: .3s
}

section .head.text-left .bigTitle::after {
    left: 0;
    transform: translate(0, 0)
}

section .head .desc {
    display: block;
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    transition-duration: .7s
}

section:hover .head .bigTitle::after {
    width: 45px
}

section .btn-all {
    margin: 30px auto 0
}

.homeWorks .works {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    padding-bottom: 15px
}

.homeWorks .works .work {
    flex: 4;
    border-radius: 30px 0;
    overflow: hidden;
    box-shadow: 0 0 10px -6px var(--passive-color)
}

.homeWorks .works .work .text {
    position: relative;
    padding: 20px;
    height: 100%;
    text-align: center;
    background: #fff;
    color: var(--secondary-color);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.homeWorks .works .work .text::before {
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in
}

.homeWorks .works .work .text::after {
    content: "";
    z-index: 2;
    position: absolute;
    width: 100%;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in
}

.homeWorks .works .work .text>* {
    position: relative;
    z-index: 4
}

.homeWorks .works .work i {
    font-size: 40px;
    display: flex;
    margin: 0 auto 10px;
    width: 60px;
    color: var(--primary-color);
    height: 60px;
    justify-content: center;
    align-items: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.homeWorks .works .work .title {
    display: block;
    font-size: 20px;
    margin-bottom: 10px
}

.homeWorks .works .work .desc {
    display: block;
    margin: 0;
    font-weight: 300
}

.homeAbout {padding:50px 0;margin: 0; }
.homeAbout .container {display: flex;flex-wrap: wrap;gap: var(--gap);padding: 0;}
.homeAbout .left {flex: 3; padding:0 15px;}
.homeAbout .left .text{text-align: justify;padding-right: 50px;transition-duration: 0.7s;}
.homeAbout .right{position: relative; flex: 3; animation-name: fadeInUp;animation-duration: 0.5s;height: fit-content;}
.homeAbout .right::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%; transition: 1s ease all;transition-delay: 0.5s;}
.homeAbout .right.aos-animate::before {width: 0%;} 
.homeAbout .right img {width: 100%;object-fit: cover;border-radius:5px 0 0 5px;}

@media (max-width: 768px) {
    .homeAbout .container {
      flex-direction: column;
    }
  
    .homeAbout .left,
    .homeAbout .right {
      flex: 1;
      width: 100%;
      padding:20px;
    }
  
    .homeAbout .left .text {
      padding-right: 0;
      text-align: left; /* Justify yerine sola hizalama */
    }
  
    .homeAbout .right img {
      border-radius: 5px; /* Mobilde köşe yuvarlama optimize edildi */
    }
  }
  
.homeWorks .works .work:hover {
    box-shadow: 0 10px 15px -10px var(--passive-color)
}

.homeWorks .works .work:hover .text {
    background: var(--primary-color);
    color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.homeWorks .works .work:hover i {
    font-size: 50px;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.homeWorks .works .work:hover .text::before {
    bottom: 0;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in
}

.homeWorks .works .work:hover .text::after {
    bottom: -50px;
    transition: .4s ease-in;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in
}

#productNav {
    border: unset;
    justify-content: center;
    gap: 0 30px;
    margin-bottom: 30px
}

#productNav .nav-link {
    border: unset;
    border-radius: 0;
    background: unset;
    color: var(--bs-gray-600);
    border-bottom: 2px solid #f0f0f0;
    padding: 10px;
    font-size: 18px;
    min-width: 80px;
    transition: .3s
}

#productNav .nav-link.active {
    color: var(--primary-color);
    border-color: var(--primary-color);
    transition: .3s
}

.products {
    gap: 20px;
    justify-content: center
}

.files,
.homeNews .news,
.news,
.products.pro2 {
    grid-template-columns: repeat(4, 1fr)
}

.products .product {
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 20px -20px var(--dark-color);
    transition: .3s
}

.products .product .image {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid var(--passive-color)
}

.products .product .image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--secondary-color);
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: .3s
}

.products .product .image .show {
    position: absolute;
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
    white-space: nowrap;
    color: var(--secondary-color);
    left: 50%;
    top: calc(50% + 30px);
    z-index: 2;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    font-weight: 600;
    border: 1px solid #fff;
    background: var(--passive-color);
    transition: .3s
}

.gallery .images .image a::after,
.news .new .image::after {
    line-height: 1;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0
}

.products .product .image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    object-fit: cover
}

.products .product .image .img2 {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
    object-fit: contain
}

.products .product .text {
    padding: 20px 15px;
    color: var(--dark-color)
}

.products .product .text .title {
    display: block;
    margin-bottom: 5px
}

.products .product:hover {
    box-shadow: 0 5px 25px -20px var(--dark-color)
}

.products .product:hover .image .show {
    opacity: 1;
    visibility: visible;
    top: 50%;
    transition-delay: 0.1s;
    transition-duration: .3s
}

.products .product:hover .image::before {
    opacity: .8;
    visibility: visible
}

.homePro2 .pro2.slick-slider {
    display: block;
    padding-bottom: 60px
}

.homePro2 .pro2.slick-slider .product {
    display: block;
    margin: 0 10px 20px
}

.gallery .images .image a::after,
.homeNews .slick-arrow::before,
.news .new .image::after {
    display: inline-block;
    font-family: bootstrap-icons !important
}

.homePro2 .pro2.slick-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 30px -15px var(--dark-color);
    background: #fff;
    color: var(--primary-color);
    border-radius: 10px;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 46px;
    height: 46px;
    border: unset;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.homeNews .slick-arrow.slick-disabled,
.homePro2 .pro2.slick-slider .slick-arrow.slick-disabled {
    opacity: .3
}

.homePro2 .pro2.slick-slider .slick-arrow::before {
    font-size: 24px;
    transform: translateY(0);
    transition: .3s
}

.homePro2 .pro2.slick-slider .slick-prev {
    left: calc(50% - 28px)
}

.homePro2 .pro2.slick-slider .slick-next {
    left: calc(50% + 28px)
}

footer {
    background: var(--footer-secondary)
}

footer .footer-top {
    margin: 15px 0
}

footer .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: var(--gap);
    color: #fff;
    font-size: 15px
}

footer .boxes .box {
    flex: 1;
    font-weight: 300
}

footer .boxes .box span.b {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    width: fit-content
}

footer .boxes .box span.b::before {
    content: "";
    width: 25%;
    height: 0;
    border-bottom: 2px solid #fff;
    transition: .3s;
    left: 0;
    bottom: -5px;
    display: block;
    position: absolute
}

footer .boxes .box.full {
    flex: unset;
    width: 100%
}

footer .boxes .box.full ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: disc;
    gap: 0 30px;
    font-size: 14px
}

footer .boxes .box:hover span.b::before {
    width: 75%;
    transition: .3s
}

footer .boxes a {
    display: block;
    padding: 4px 0;
    color: #fff;
    width: fit-content;
    transition: .3s
}

footer .boxes a:hover {
    color: var(--bs-gray-200);
    transition: .3s
}

footer .boxes ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer .boxes .left .logo {
    filter: brightness(0) invert(1);
    height: auto
}

footer .boxes .left .sos {
    align-items: center;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    gap: 20px;
    margin-top: 20px
}

footer .boxes .left .sos li a {
    padding: 0
}

footer .boxes .right li i {
    padding-right: 10px
}

footer .footer-bottom {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px
}

.sos li {
    line-height: 1
}

.news {
    gap: var(--gap);
    width: 100%
}

.homeNews .news {
    gap: var(--gap);
    margin-bottom: 30px;
    padding-right: 100px
}

.homeNews .news .slick-list {
    margin: 0 -10px
}

.homeNews .news.slick-slider .new {
    margin: 5px 5px 20px 10px;
    padding:10px;
}

.homeNews .slick-arrow {
    position: absolute;
    right: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    background: 0 0;
    border-radius: 10px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color)
}

.homeNews .slick-arrow::before {
    font-size: 20px
}

.homeNews .slick-next {
    top: 5px
}

.homeNews .slick-prev {
    top: 55px
}

.homeNews .news .new:first-child {
    transition-delay: 0.6s
}

.homeNews .news .new:nth-child(2) {
    transition-delay: 0.8s
}

.homeNews .news .new:nth-child(3) {
    transition-delay: 1s
}

.homeNews .btn {
    position: absolute;
    right: 15px;
    top: 105px;
    z-index: 1;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    padding: 20px 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px
}

.news .new a {
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px -18px var(--dark-color);
    transition: .3s
}

.news .new .image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px
}

.news .new .image::before {
    content: "";
    z-index: 0;
    position: absolute;
    background: var(--dark-color);
    opacity: 0;
    transition: .3s;
    inset: 0
}

.news .new .image::after {
    content: "\f138";
    position: absolute;
    color: #fff;
    font-size: 24px;
    z-index: 1;
    right: 50%;
    bottom: 20px;
    vertical-align: -.125em;
    transition: .1s
}

.news .new .desc {
    display: block;
    padding: 20px 15px
}

.news .new .title {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600
}

.news .new .desc p {
    margin: 0;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news .new:hover a {
    box-shadow: 0 10px 20px -18px var(--dark-color)
}

#stockTable_wrapper .dataTables_paginate .paginate_button.disabled,
.news .new:hover .image::before {
    opacity: .5
}

.news .new:hover .image::after {
    opacity: 1;
    right: 20px;
    transition-delay: 0.2s;
    transition-duration: .3s
}

.files {
    gap: 30px
}

.gallery .images,
.references {
    grid-template-columns: repeat(6, 1fr)
}

.files .file {
    overflow: hidden;
    border-radius: 10px
}

.references {
    width: 100%;
    gap: 10px
}

.references .reference {
    box-shadow: 0 0 20px -15px rgb(0, 0, 0, .4);
    cursor: pointer;
    transition: .3s
}

.references .reference img {
    filter: grayscale(1);
    border-radius: 10px;
    transition: .3s
}

.references .reference:hover {
    box-shadow: 0 10px 20px -15px var(--dark-color)
}

.references .reference:hover img {
    filter: grayscale(0)
}

.homeReferences {
    margin: 0;
    padding: 10px 0
}

.homeReferences .references.slick-slider {
    display: block;
    width: 100%
}

.references.slick-slider .reference {
    margin: 10px 10px 15px
}



@keyframes leftRightTop {
    0%,
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

#stockTable {
    border: unset;
    padding: 60px 0 20px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

#stockTable thead {
    color: var(--dark-color)
}

#stockTable thead tr th {
    border: unset;
    padding: 15px 20px 15px 15px;
    box-shadow: unset
}

#stockTable tbody tr td {
    padding: 5px 15px;
    box-shadow: unset;
    border: unset;
    border-bottom: 1px solid var(--bs-gray-300);
    background: #fff
}

#stockTable tbody tr td .btn {
    white-space: nowrap
}

#stockTable tbody tr td.sorting_1 {
    background: var(--bs-gray-100)
}

#stockTable_wrapper {
    max-width: 1000px;
    margin: auto
}

#stockTable_wrapper .dataTables_filter {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 300px
}

#stockTable_wrapper .dataTables_filter label {
    font-size: 0;
    width: 100%;
    display: block
}

#stockTable_wrapper .dataTables_filter label input {
    font-size: 16px;
    margin: 0;
    padding: 10px;
    border: unset;
    background: var(--bs-gray-200);
    width: 100%
}

#stockTable_wrapper .dataTables_length {
    color: var(--bs-gray-600);
    font-size: 14px
}

#stockTable_wrapper .dataTables_length select {
    font-size: 16px;
    border: unset;
    background: var(--bs-gray-100);
    padding: 10px
}

#stockTable_wrapper .dataTables_paginate {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    float: unset;
    justify-content: flex-end;
    margin: 0;
    padding: 0
}

#stockTable_wrapper .dataTables_paginate .paginate_button {
    display: block;
    padding: 10px;
    margin: 0;
    border: unset;
    background: var(--bs-gray-100)
}

#stockTable_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--bs-gray-200);
    color: var(--dark-color) !important
}

#stockTable_wrapper .dataTables_paginate span {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.homeContact {
    background: #df4509;
    padding: 50px 0
}

.homeContact .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 300
}

.homeContact .container .link {
    display: flex;
    gap: 15px
}

.homeContact .container .link .btn {
    font-size: 18px;
    background: #fff;
    color: var(--primary-color)
}

.homeContact .container .link .btn:hover {
    background: var(--bs-gray-200)
}

.pageTop {
    padding: 10px 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    background: url(../img/page-bg.jpg) 0 0/cover no-repeat;
    z-index: -1
}

.pageTop::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #146bb2;
    opacity: .9
}

.pageTop .container h1 {
    font-weight: 300;
    margin: 0;
    color: #fff
}

#breadcrumb {
    margin-top: 10px;
    font-size: 14px
}

#breadcrumb .breadcrumb {
    margin: 0
}

#breadcrumb .breadcrumb-item a,
#breadcrumb .breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\00BB"
}

.pagination {
    margin: 30px 0 0
}

.pagination .active>.page-link,
.pagination .page-link.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.pagination .page-link {
    color: #fff;
    outline: 0 !important;
    box-shadow: none !important
}

.gallery span.b {
    display: block;
    font-size: 20px;
    margin-bottom: 15px
}

.gallery .images {
    display: grid;
    gap: 20px
}

.gallery .images .image {
    position: relative;
    aspect-ratio: 4/3;
    box-shadow: 0 0 11px -10px #000;
    overflow: hidden;
    border-radius: 5px
}

.gallery .images .image:first-child {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 3;
    grid-row-end: 3
}

.gallery .images .image a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.gallery .images .image a::after {
    content: "\f62c";
    font-display: block;
    font-size: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: fit-content;
    text-align: center;
    color: #fff;
    z-index: 3;
    visibility: hidden;
    transition-delay: 0.1s;
    transition-duration: .3s
}

.gallery .images .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s
}

.gallery .images .image:hover a::before {
    opacity: .5;
    visibility: visible;
    transition: .3s
}

.gallery .images .image:hover a::after {
    opacity: 1;
    visibility: visible;
    top: calc(50% - 15px);
    transition-delay: 0.1s;
    transition-duration: .3s
}

.pageDetail {
    margin: 50px 0;
    width: 100%;
    z-index: 1;
    position: relative;
}

.pageDetail.contactPage {
    margin: 50px 0 0
}

.contactPage .map,
.contactPage .map iframe {
    width: 100%;
    border: unset;
    height: 350px
}

.contactPage .box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    max-width: 1200px;
    margin: 0 auto 50px
}

.contactPage .box .left {
    flex: 5
}

.contactPage .box .left .con {
    display: grid;
    gap: 15px
}

.contactPage .box .left .con li i {
    font-size: 20px;
    width: 30px;
    padding-right: 5px;
    color: var(--primary-color)
}

.contactPage .box .left .sos {
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    gap: 20px
}

.contactPage .box .right {
    flex: 4
}

.contactPage .bigTitle {
    display: block;
    margin-bottom: 20px;
    font-weight: 600
}

.contactPage ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

.contactPage #iletisimForm {
    display: grid;
    gap: 10px;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 30px -20px rgba(0, 0, 0, .59)
}

.contactPage #iletisimForm .btn {
    margin: 0 auto
}

.aboutPage .left {
    width: 100%;
    max-width: 250px
}

.aboutPage .pageMenu {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 5px
}

.aboutPage .pageMenu li a {
    display: block;
    color: var(--secondary-color);
    padding: 10px 15px;
    border-radius: 5px;
    background: #fff
}

.aboutPage .container,
.pageNews .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

.aboutPage .container .right,
.productDetail .container .left,
.productDetail .container .right {
    flex: 1
}

.pageDetail .detail .cover {
    float: left;
    width: 100%;
    margin: 0 30px 20px 0;
    max-width: 400px;
    border-radius: 10px
}

.productDetail .container {
    display: flex;
    flex-wrap: wrap;
    gap: 80px
}

.productDetail .container .left {
    overflow: hidden
}

.pageNews .container .left .image img,
.productDetail .slider {
    border-radius: 10px
}

.productDetail .slider .slick-arrow {
    position: absolute;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    z-index: 1;
    border: unset
}

.toCall,
.toWhatsapp {
    display: flex;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 10px;
    font-size: 18px;
    gap: 10px;
    font-weight: 300;
    color: #fff
}

.productDetail .slider .slick-arrow.slick-prev {
    right: 55px
}

.productDetail .slider .slick-arrow.slick-next {
    right: 10px
}

.toWhatsapp {
    background: #11b519
}

.toWhatsapp:hover {
    background: var(--bs-green);
    color: #fff
}

.toCall {
    background: #11bbe6
}

.toCall:hover {
    background: #13819c;
    color: #fff
}

.pageNews .container .left {
    flex: 2
}

.pageNews .container .right {
    flex: 3
}

@media (max-width:1200px) {
    :root {
        --gap: 20px
    }
    h1,
    section .head .bigTitle {
        font-size: 28px
    }
    h2 {
        font-size: 26px
    }
    h3 {
        font-size: 24px
    }
    h4 {
        font-size: 22px
    }
    .products .product .title span,
    .sectors .sector .title span,
    h5 {
        font-size: 20px
    }
    .homeSlider .item .text .desc span,
    h6 {
        font-size: 18px
    }
    .container {
        max-width: 100%;
        padding: 0 15px
    }
    .homeSlider .item .text .title span {
        font-size: 36px
    }
    .homeSlider .item .desc .go .btn,
    .products .product .title small,
    section .head .desc {
        font-size: 16px
    }
    .products .product .title .desc {
        display: none
    }
    .homeProducts {
        padding: 30px 0
    }
    section {
        margin: 30px 0
    }
    .references {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (max-width:992px) {
    #menu .top>li>a,
    #menu>.menu>li>a {
        color: var(--dark-color)
    }
    .homeSlider .item img {
        height: 100%
    }
    header {
        padding: 10px 0
    }
    #menu,
    header .right,
    header>.container {
        position: unset
    }
    header .logo {
        margin: 0
    }
    .container {
        padding: 0 15px
    }
    #menu .mobilMenu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        width: 24px;
        height: 18px;
        margin: 0 0 0 auto
    }
    #menu .menu li.acilir.show .sub,
    #menu>.menu,
    .mobilMenu span {
        display: block
    }
    .mobilMenu span {
        width: 75%;
        height: 0;
        color: #146bb2;
        border-bottom: 2px solid;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s
    }
    .mobilMenu span::after,
    .mobilMenu span::before {
        content: "";
        border-bottom: 2px solid;
        transition: .3s;
        left: 0;
        height: 0;
        position: absolute;
        width: 100%
    }
    .mobilMenu span::before {
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -webkit-transition: .3s;
        -moz-transition: .3s
    }
    .mobilMenu span::after {
        bottom: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -webkit-transition: .3s;
        -moz-transition: .3s
    }
    #menu.show .mobilMenu span {
        width: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s
    }
    #menu.show .mobilMenu span::before {
        transform: rotate(-45deg) translate(-2px, 8px);
        -webkit-transform: rotate(-45deg) translate(-2px, 8px)
    }
    #menu.show .mobilMenu span::after {
        transform: rotate(45deg) translate(-2px, -8px);
        -webkit-transform: rotate(45deg) translate(-2px, -8px)
    }
    #menu>.menu {
        position: absolute;
        left: 0;
        background: #fff;
        top: 60px;
        width: 100%;
        visibility: hidden;
        height: 0;
        padding: 20px 20px 70px;
        overflow: auto;
        transition: .3s linear;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear
    }
    #menu.show>ul {
        height: calc(100vh - 60px);
        visibility: visible;
        transition: .3s linear;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        top: 83px
    }
    #menu>.menu>li {
        flex: unset;
        width: 100%;
        height: auto;
        padding: 0;
        text-align: center;
        transition-delay: unset !important;
        opacity: 1 !important;
        transform: unset !important
    }
    #menu>.menu>li>a {
        font-size: 16px;
        padding: 15px 0;
        margin: auto
    }
    #menu .menu .tel {
        margin: 30px 0 15px
    }
    #menu>.menu>li.right a {
        border: unset !important
    }
    #menu>.menu>li:not(:last-child)>a {
        border-bottom: 1px solid var(--passive-color)
    }
    #menu .top .lang::before,
    #menu>.menu>li a::before,
    .pageDetail .content .left ul li a::before,
    .pageTop::after,
    .sectors .sector .title .desc,
    header .right>.top {
        display: none
    }
    #menu>.menu>li:hover>a {
        color: var(--secondary-color)
    }
    #menu .menu li.acilir .sub {
        width: 100% !important;
        background: unset;
        opacity: 1;
        visibility: visible;
        transform: unset;
        max-width: 100%;
        box-shadow: unset;
        transition: unset;
        -webkit-transition: unset;
        -moz-transition: unset
    }
    #menu .menu li.acilir .sub li {
        transform: unset;
        opacity: 1
    }
    #menu .menu li.acilir .sub li a {
        display: block;
        padding: 10px
    }
    #menu .menu li.acilir:hover .sub {
        transition: unset;
        -webkit-transition: unset;
        -moz-transition: unset
    }
    #menu .menu li.acilir>a::after {
        content: "\f282";
        display: inline-block;
        font-family: bootstrap-icons !important;
        position: absolute;
        right: 5px;
        color: var(--primary-color);
        font-size: 16px;
        transform: rotate(-90deg);
        transition: .3s
    }
    #menu .menu li.acilir.show>a::after {
        transform: rotate(0);
        transition: .3s
    }
    #menu .menu li.acilir .sub li:hover a {
        background: unset;
        color: var(--primary-color)
    }
    #menu .menu .mega .sub,
    #menu .menu li.acilir .sub {
        display: none;
        padding: 10px 0;
        position: unset
    }
    #menu .menu .mega .sub ul,
    #menu .menu .sub ul {
        transform: unset;
        visibility: visible;
        opacity: 1;
        transition: none
    }
    #menu .acilir:hover .sub ul {
        transition-delay: unset;
        transition-duration: unset
    }
    #menu .acilir .sub>ul>li>a {
        background: unset;
        color: var(--dark-color)
    }
    #menu .menu .mega .sub ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }
    #menu .menu .mega .sub ul li a {
        background: 0 0;
        padding: 0
    }
    #menu .top {
        display: none !important
    }
    #menu .top .lang {
        margin: 0 0 0 auto
    }
    .homeSlider {
        height: 80vh
    }
    .homeSlider .item .text {
        max-width: 500px;
        padding: 0
    }
    .homeSlider .item .text .title span {
        font-size: 30px
    }
    .homeSlider .item .btn,
    .homeSlider .item .desc .btn {
        font-size: 16px
    }
    .slider .catalog span {
        left: -32px;
        padding: 8px
    }
    section {
        margin: 30px 0
    }
    section .head,
    section .head.text-left {
        margin-bottom: 15px
    }

    .gallery,
    .homeContactproduct .gallery,
    .references {
        grid-template-columns: repeat(4, 1fr)
    }
    footer .boxes .box {
        flex: unset
    }
    .contactInfo ul,
    .pageDetail .content {
        gap: 20px
    }
    .contactInfo ul li {
        padding: 20px
    }
    .contactInfo ul li:nth-child(2) {
        margin-top: 15px
    }
    .pageDetail .content .left ul {
        display: flex;
        overflow: auto;
        padding-bottom: 10px;
        min-width: 180px
    }
    .pageDetail .content .left ul li {
        flex-shrink: 0;
        width: auto
    }
    .pageDetail .content .left ul li a {
        padding: 10px
    }
    .contactPage.pageDetail .content .left .con {
        display: grid;
        gap: 10px
    }
    .contactPage.pageDetail .content .left .con li a,
    .pageDetail .content .left .sos li a {
        padding: 0
    }
    .homeProducts .products {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: unset;
        aspect-ratio: unset
    }
    .homeProducts .products .product:first-child {
        grid-column: unset;
        grid-row: unset
    }
    .homeProducts .products .product:nth-child(2) {
        grid-column: unset
    }
    .homeSupport .container {
        gap: 15px
    }
    .homeSupport .homeContact {
        padding: 15px
    }
    .pageTop {
        padding: 100px 0 20px;
        height: auto
    }
    .pageTop .desc {
        margin: 20px auto 0;
        font-size: 16px
    }
    #productNav {
        overflow: auto hidden;
        padding: 5px 0;
        justify-content: unset;
        gap: 0 15px;
        flex-wrap: unset;
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 5px
    }
    #productNav li {
        width: 100%;
        background-color: #df4509
    }
    #productNav .nav-link {
        padding: 5px;
        font-size: 16px;
        color: #fff !important
    }
    .homeProducts .products,
    .news,
    .products,
    .products.pro2 {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px
    }
}

@media (max-width:768px) {
    :root {
        --gap: 15px
    }
    h1 {
        font-size: 24px
    }
    h2 {
        font-size: 23px
    }
    h3 {
        font-size: 22px
    }
    h4 {
        font-size: 21px
    }
    h5 {
        font-size: 20px
    }
    .homeSlider .item .text .desc span,
    .pageDetail .pages .page .box .text .title,
    h6 {
        font-size: 18px
    }
    #back-to-top {
        right: 10px
    }
    header {
        position: sticky;
        background: #fff;
        top: 0
    }
    header .full {
        justify-content: space-between;
        gap: 10px
    }
    #menu .acilir .sub>ul {
        display: block;
        text-align: left
    }
    #menu .menu .mega .sub ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
    .container {
        max-width: 100%;
        padding: 0 15px
    }
    .homeSlider {
        height: 50vh
    }
    .homeSlider .item .text .title span {
        font-size: 30px
    }
    .homeProducts .products,
    .news,
    .products,
    .products.pro2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .pageDetail .content .left,
    .pageDetail .content .right {
        flex: unset;
        width: 100%
    }
    .homeContactproduct {
        background: linear-gradient(0deg, #fff 0, #fff 0, var(--passive-color) 50%, var(--passive-color) 100%)
    }
    .contactInfo ul,
    .homeContactproduct .container,
    .pageDetail .pages.files {
        grid-template-columns: repeat(1, 1fr)
    }
    footer .boxes .box {
        width: 100%
    }
    footer .box.full {
        flex-wrap: wrap
    }
    .pageDetail .contactPage .con li {
        flex: unset
    }
    .references.slick-slider .reference {
        margin: 5px 5px 15px
    }
    .pageDetail {
        margin: 30px 0
    }
    .aboutPage .left {
        order: 2
    }
    .aboutPage .left,
    .aboutPage .right {
        max-width: 100%;
        flex: unset;
        width: 100%
    }
    .aboutPage .pageMenu {
        grid-template-columns: repeat(2, 1fr)
    }
    .pageDetail .pages {
        gap: 30px
    }
    .pageDetail .pages.files .box .text {
        padding: 10px
    }
    .news.slick-slider {
        padding-right: 60px
    }
    .news.slick-slider .new {
        margin: 0 10px 15px
    }
    .gallery {
        grid-template-columns: repeat(3, 1fr)
    }
    .searchPage {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width:576px) {
    header .logo img {
        width: auto;
        height: 70px;
    }
    .container {
        padding: 0 10px
    }
    .cookies {
        max-width: calc(100% - 20px)
    }
    .slider .arrow {
        width: 100%;
        justify-content: space-between;
        padding: 0 15px;
        bottom: 40%
    }
    .slick-next,
    .slick-prev {
        padding: 10px;
        background-color: #146bb2;
        color: #fff
    }
    .slick-next::before,
    .slick-prev::before {
        display: block;
        font-family: bootstrap-icons !important;
        line-height: 1;
        font-size: 14px
    }
    .homeSlider {
        height: 50vh
    }
    .homeSlider .item .container {
        padding: 10px;
        transform: unset;
        left: 0;
        top: unset;
        bottom: 0
    }
    .homeSlider .item div:is(.title,
    .desc) {
        margin-bottom: 10px
    }
    .homeSlider .item .text .title span {
        font-size: 26px
    }
    .homeSlider .item .text .desc span {
        font-size: 16px
    }
    .pageDetail .contactPage .con li,
    footer .boxes .center span.b {
        width: 100%
    }
    footer .boxes .center span.b::after {
        content: "+";
        padding-left: 5px;
        color: var(--passive-color);
        font-weight: 300
    }
    #sticky-contact ul li a::after,
    #sticky-contact>li>a,
    .pageDetail .contactPage .con li:not(:last-child)::before,
    .products .product .image .show,
    .products .product .title small,
    footer .boxes .box.two ul,
    footer .boxes .center ul {
        display: none
    }
    .pageTop h1,
    section .head .bigTitle {
        font-size: 24px
    }
    .footerBottom .container {
        gap: 5px
    }
    .footerBottom .container span {
        display: block;
        width: 100%;
        text-align: center
    }
    .homeSupport {
        background: 0 0
    }
    .new .title,
    .products .product .title,
    .references .reference .title,
    .sectors .sector .title {
        padding: 0
    }
    .news .new .desc,
    .products .product .text {
        padding: 10px;
        font-size: 15px
    }
    .products .product .text .title {
        margin-bottom: 0
    }
    .products .product .title span,
    .sectors .sector .title span {
        font-size: 16px;
        margin: 0;
        padding: 0
    }
    .homeSupport .homeContact {
        padding: 0;
        flex: unset;
        width: 100%;
        background: 0 0
    }
    .homeSupport .right {
        flex: unset;
        width: 100%;
        padding: 15px 0
    }
    .news .new .title {
        font-size: 15px;
        margin-bottom: 5px
    }
    .homeNews .btn {
        right: 10px;
        top: 80px
    }
    .homeNews .news .slick-list {
        padding-right: 20%
    }
    #sticky-contact {
        background: #fff;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px;
        box-shadow: 0 -10px 20px -20px var(--dark-color)
    }
    #sticky-contact ul {
        position: relative;
        background: #fff;
        padding: 0;
        opacity: 1;
        visibility: visible;
        grid-template-columns: repeat(4, 1fr);
        text-align: center
    }
    #sticky-contact ul li {
        transform: translateY(0);
        opacity: 1;
        position: relative
    }
    #sticky-contact ul li:not(#back-to-top):after {
        content: "";
        position: absolute;
        right: -5px;
        top: 0;
        width: 0;
        height: 100%;
        border-right: 1px solid var(--passive-color)
    }
    #sticky-contact ul li a {
        display: grid;
        padding: 0;
        background: 0 0;
        color: #646982;
        border-radius: 0;
        font-size: 26px
    }
    #sticky-contact ul li a::before {
        opacity: 1;
        background: 0 0;
        position: relative;
        transform: unset;
        top: unset;
        right: unset;
        padding: 3px 0 0;
        font-size: 11px;
        display: block;
        order: 2;
        border-radius: 0
    }
    #back-to-top.show {
        order: 2
    }
    .homeContact {
        padding: 30px 0;
        text-align: center
    }
    .homePro2 .pro2.slick-slider .product {
        margin: 0 5px 10px
    }
    .productDetail .container {
        gap: 20px
    }
    .productDetail .container .left,
    .productDetail .container .right {
        flex: auto;
        width: 100%
    }
    .references {
        grid-template-columns: repeat(3, 1fr)
    }
    #masaustu-logo {
        display: none !important
    }
}

@media (min-width:576px) {
    #mobil-logo {
        display: none !important
    }
}



@media (max-width: 767px) {
  .detailFlex {
    flex-direction: column;
  }

  .detailFlex .left,
  .detailFlex .right {
    flex: 1 1 100%;
    position: static;
  }
}
