:root {--primary-color: #eb1b23;--secondary-color: #773131;--passive-color: #f9f9f9;--light-color: #606983;--dark-color: #0A1928;--gap: 30px;}
::selection {background-color: var(--primary-color); color: #fff; }
body {font-family: 'Roboto', sans-serif;line-height: 1.4; color: var(--dark-color);background: var(--passive-color); overflow: hidden auto;}
img {max-width: 100%;color: transparent;}
h1 {font-size: 38px;}h2 {font-size: 34px;} h3 {font-size: 32px;} h4 {font-size: 28px;} h5 {font-size: 24px;} h6 {font-size: 20px;}
h1, h2, h3, h4, h5, h6 {color: var(--dark-color);margin-bottom: 15px;}
a {text-decoration: none;color: var(--dark-color);transition: 0.3s ease all;} a:hover {color: var(--secondary-color);transition: 0.3s ease all;}
.form-control:focus {box-shadow: unset;border-color: var(--primary-color);}
.form-check-input:checked {background-color: var(--primary-color);border-color: var(--primary-color);}
.btn {display: block;width: fit-content;border-radius: 22px;box-shadow: none; background: var(--primary-color);color: #fff; border: unset; padding: 8px 24px; font-weight: 300;transition: 0.3s ease all;}
.btn:hover { background: var(--secondary-color); color: #fff;}

.btn-all {border: unset;box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) , -2px -2px 5px #fff; background: var(--light-color);color: #fff;}
.btn-all:hover, .btn.btn-all:active {background: var(--footer-primary);color: #fff;}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after { border-color: var(--primary-color);}

#sticky-contact {position: fixed;right: 10px;bottom: 10px;z-index: 3;list-style: none;padding: 0;margin: 0;}
#sticky-contact > li > a {display: block;width: 50px;height: 50px; background: #ff0000;color: #fff;font-size: 30px;line-height: 1;border-radius: 10px; padding: 10px;opacity: 0.8;}
#sticky-contact ul {padding: 0 0 10px 0;margin: 0; display: grid;gap: 10px;position: absolute;opacity: 0;visibility: hidden; bottom: 100%;list-style: none;transition: 0.3s ease all;}
#sticky-contact ul li{transform: translateY(10px);opacity: 0;transition: 0.3s ease all;}
#sticky-contact ul li a {display: block;position: relative;text-align: center;border-radius: 10px; background: #ff0000;color: #fff;font-size: 30px;line-height: 1;padding: 10px;}
#sticky-contact > li:hover > a {opacity: 1;}
#sticky-contact li:hover ul , #sticky-contact.show li ul{opacity: 1;visibility: visible;}
#sticky-contact li:hover ul li , #sticky-contact.show li ul li{transform: translateY(0px);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%);}
#sticky-contact ul li:hover a::before, #sticky-contact ul li:hover a::after {opacity: 1;}

#back-to-top {display: none;}
#back-to-top.show {display: block;}
.cookies {position: fixed;z-index: 9999;max-width: 370px;width: 100% !important;bottom: 10px;left: 10px;border: unset; box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.5);}
.cookies .card-body {padding: 10px;font-size: 0.9rem;}
.cookies .card-body .agree {display: block;margin-top: 10px;}

.container-fluid {max-width: 1920px;}
.container {max-width: 1300px;padding: 0 15px;}

table {width: 100%; border-collapse: collapse; margin: 20px 0;font-size: 16px;text-align: left;}
th {background-color: #4CAF50;color: white;padding: 12px;border: 1px solid #ddd;}
td {padding: 12px;border: 1px solid #ddd;word-wrap: break-word;}
tr:nth-child(even) {background-color: #f2f2f2;}
tr:nth-child(odd) {background-color: #ffffff;}

table tr:first-child {background-color: #773131;color: white;font-weight: bold;}
table tr:first-child th, 
table tr:first-child td {padding: 14px; border: 1px solid #ddd;text-align: center;}


header {position: fixed;padding: 10px 0; width: 100%;z-index: 3;background: transparent;box-shadow: 0 0 0px 0px var(--dark-color);transition: 0.3s ease all;}
header .container{display: flex;gap: 20px;justify-content: space-between;align-items: center;}
header .logo img{width: auto;height: 70px; filter: brightness(99);}
header:is(.mega-hover, .sticky) {background: #fff;}
header.sticky {padding: 10px 0;box-shadow: 0 0 4px -35px var(--dark-color);}
header.sticky .container .logo a img {filter:none!important;}

header .right .top {display: flex;gap: 20px;padding: 0;margin: 0;list-style: none;justify-content: flex-end;}
header .right .top > li a{display: block;font-size: 15px;color: #fff;padding: 5px 0; font-weight: 500;}
header .right .top .lang{position: relative;font-size: 14px;z-index: 2;}
header .right .top .lang ul{border-radius: 10px; opacity: 0;visibility: hidden; list-style: none;position: absolute;padding: 5px;right: 0;background: #fff;box-shadow: 0 5px 30px -15px var(--dark-color);transition: 0.3s ease all;}
header .right .top .lang ul li a {display: block;padding: 10px 15px;color: var(--dark-color);white-space: nowrap;}
header .right .top .lang ul li:not(:last-child) a {border-bottom: 1px dashed #cacaca;}
header .right .top .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);}
header .right .top .lang:hover ul {opacity: 1;visibility: visible;}
header:is(.mega-hover, .sticky) .right .top > li a {color: var(--dark-color);}

header .right .top .search{margin-left: 15px;position: relative;font-size: 14px;}
header .right .top .search::before {content: ""; position: absolute; left: -15px;top: calc(50% - 6px); width: 0; height: 12px; border-left: 1px solid rgba(255, 255, 255, 0.4);}
header.sticky .right .top {display: none;}

#menu {display: flex;flex-wrap: wrap;align-items: center;}
#menu .mobilMenu {display: none;}
#menu > .menu {display: flex;flex-wrap: wrap;height: 44px;gap: 0 20px; flex: 1; justify-content: flex-end;align-items: center;margin: 0;padding: 0;transition: 0.3s ease all;}
#menu .menu > li {list-style: none;height: 100%;}
#menu .menu > li > a{display: flex;align-items: center;font-weight: 500; position: relative;z-index: 1;padding: 0 10px; color: #fff;height: 100%;}
#menu .menu > li a i {display: none;}
#menu .menu > li > a::before {content: "";position: absolute;inset: 5px 0;z-index: -1;border-radius: 10px;background: rgb(255,255,255);opacity: 0;}
#menu > ul > li.acilir > a::after {content: "\f282";display: inline-block;font-size: 14px;padding-left: 5px;font-family: bootstrap-icons !important;color: var(--primary-color);transform: scaleY(90%);transition-delay: 0.1s;transition-duration: 0.3s;}
header #menu > ul > li.acilir.show > a::after,
#menu > ul > li.acilir:hover > a::after  {transform: scaleY(-90%);} 
#menu .menu .acilir > .sub {display: none; position: absolute;padding: 20px 0; left: 0;top: 100%;width: 100%!important; background:var(--passive-color);max-height: calc(100vh - 100px);overflow: auto;box-shadow: 0 20px 50px -50px var(--dark-color);}
#menu .menu .acilir  .image .cover {border-radius: 10px;width: 100%;height: 100%;aspect-ratio: 4 / 3;object-fit: cover;}
#menu .menu .acilir .backdrop {position: fixed;inset: 100px 0 0 0;z-index: -1;cursor: pointer;backdrop-filter: blur(2px);opacity: 0;visibility: hidden;transition: 0s;}
#menu .menu .acilir.show .backdrop {opacity: 1;visibility: visible;transition:0s ease all;transition-delay: 0.2s;transition-duration: 0.1s;}
#menu .menu .acilir > .sub .container {display: grid;opacity: 0; visibility: hidden;align-items: unset;}
#menu .menu .acilir.show > .sub .container {opacity: 1;visibility: visible;}
#menu .menu .acilir > .sub .container ul{display: grid;gap: 20px;padding: 0;margin: 0;list-style: none;height: fit-content;}

#menu .menu .acilir.mega > .sub .container ul{grid-template-columns: repeat(5, 1fr);}
#menu .menu .acilir.mega > .sub .container ul li {border-radius: 10px;background: linear-gradient(0deg, rgb(133 0 0) 0%, rgb(255 0 0 / 20%) 100%);box-shadow:0 0 0 transparent; height: fit-content;border-bottom: 2px solid transparent; transition: 0.3s ease all;}
#menu .menu .acilir.mega > .sub .container ul li img {border-radius: 10px;width: 100%;height: 100%;aspect-ratio: 8 / 5;object-fit: contain;object-position: top;transition: 0.5s ease all; }
#menu .menu .acilir.mega > .sub .container ul li .title {position: relative; display: block;padding: 10px;}
#menu .menu .acilir.mega > .sub .container ul li .title span {overflow: hidden; color:white;text-align: center; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
#menu .menu .acilir.mega > .sub .container ul li:hover {background: #fff;box-shadow: 0 0 15px -15px var(--dark-color);border-color: var(--primary-color);}
#menu .menu .acilir.mega > .sub .container ul li:hover a{color: var(--primary-color);}
#menu .menu .acilir.mega > .sub .container ul li:hover span{color: #000;}
#menu .menu .acilir.mega > .sub .container ul li:hover img {object-position: bottom;transition: 1s ease all;}


#menu .menu .acilir.mega2 > .sub .container .nav {gap: 10px;}
#menu .menu .acilir.mega2 > .sub .container .nav .nav-link{padding: 0;border-radius: 10px;}
#menu .menu .acilir.mega2 > .sub .container .nav .nav-link .image{position: relative;}
#menu .menu .acilir.mega2 > .sub .container .nav .nav-link img{width: 100%;height: 100%;object-fit: cover;filter: grayscale(1); aspect-ratio: 3 / 1;border-radius: 10px;transition: 0.3s ease all;}
#menu .menu .acilir.mega2 > .sub .container .nav .nav-link span{display: block;line-height: 1;padding: 10px;font-weight: 600;border-radius: 10px;background: var(--primary-color);color: #fff; position: absolute;left: 10px;bottom: 10px;transition: 0.3s ease all;}
#menu .menu .acilir.mega2 > .sub .container .nav .nav-link.active{background: var(--primary-color);}
#menu .menu .acilir.mega2 > .sub .container .nav .nav-link.active span { background: #fff;color: var(--primary-color);}
#menu .menu .acilir.mega2 > .sub .container .nav .nav-link.active img {filter: grayscale(0);}

    
#menu .menu .acilir:not(.mega) > .sub .container {display: grid;grid-template-columns: 1fr 2fr;}
#menu .menu .acilir:not(.mega) > .sub .container .right {grid-auto-flow: column;padding-left: 30px;gap: 5px 20px; grid-template-rows: repeat(5 , 1fr);grid-template-columns: repeat(2, 1fr);}
#menu .menu .acilir:not(.mega) > .sub .container .right:hover li a {opacity: 0.5;}
#menu .menu .acilir:not(.mega) > .sub .container .right:hover li:hover a {opacity: 1;color: var(--primary-color);border-color: var(--primary-color);}
#menu .menu .acilir:not(.mega) > .sub .container .right a {display: block;padding: 15px 0;border-bottom: 1px solid var(--bs-gray-300);}

#menu .menu > li:hover > a::before, #menu .menu > li.show > a::before  {opacity: 0.1;}
header:is(.mega-hover, .sticky) #menu .menu > li a {color: var(--dark-color);}
header:is(.mega-hover, .sticky) #menu .menu > li > a::before {background: var(--dark-color);}

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

.homeSlider {opacity: 0;height: 100vh;transition-delay: 0.1s;transition-duration: 0.3s;}
.loaded .homeSlider {opacity: 1;}
.homeSlider:not(.slick-slider) .item:nth-child(n+2) { display: none;}
.homeSlider div{height: 100%;}
.homeSlider .item {position: relative;z-index: 1;border: unset; height: 100vh;}
.homeSlider .item img{width: 100%;height: 100%; object-fit: cover;}
.homeSlider .item video{width: 100%;height: 100%;object-fit: cover;}

.homeSlider .item .container {position: absolute;height: auto;left: 50%;top: 50%;transform: translate(-50% , -50%);z-index: 1;color: #fff;}
.homeSlider .item .text{max-width: 600px;}
.homeSlider .item::before {content: "";position: absolute;inset:0;background: var(--dark-color);background: radial-gradient(circle, rgba(0,0,0,0.6) 0%, var(--dark-color) 100%); opacity: 0.4;}
.homeSlider .item div:is(.title, .desc){overflow: hidden;width: 100%;margin-bottom: 15px;}
.homeSlider .item .title span {display: block;font-size: 50px;font-weight: 500;transform: translate(0, 100%);}
.homeSlider .item .title span b {display: inline-block;font-weight:300;position: relative;}
.homeSlider .item .title span b::before {content: "";position: absolute;inset: 90% 100% 0 0;border-radius: 8px; background: var(--secondary-color);z-index: -1;opacity: 0.9;}
.homeSlider .item .desc span {display: block;font-size: 20px;font-weight: 300;transform: translate(0, 100%);}
.homeSlider .item .go { opacity: 0; transform: translateY(100px);}
.homeSlider .item .btn {position: relative;font-size: 18px; background: transparent;color: #fff;padding-right: 40px;border: 1px solid rgba(255, 255, 255, 0.5);}
.homeSlider .item .btn i {position: absolute;right: 10px;top: 50%;line-height: 1; transform: translate(0, -50%);transition: 0.5s ease all;}
.homeSlider .item .btn:hover {background: var(--light-color);border-color: var(--light-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: 0.6s;}
.homeSlider .slick-active .desc span {transform: translate(0, 0);transition-delay: 0.7s;transition-duration: 0.8s;}
.homeSlider .slick-active .title span b::before {inset: 90% 0 0 0%; transition-delay: 1.2s;transition-duration: 0.4s;}
.homeSlider .slick-active .go {opacity: 1;transition-delay: 1s;transition-duration: 0.8s; transform: translateY(0px);}

.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: transparent;border-radius: 5px;border: 1px solid #fff;transition-delay: 0.3s;transition-duration: 0.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, 0.4);color: #fff; width: 44px;height: 44px;background: transparent;transition: 0.3s ease all;}
.slider .slick-arrow::before {display: block;font-family: bootstrap-icons !important;line-height: 1;font-size: 24px;}
.slick-prev::before {content: "\f284";}
.slick-next::before {content: "\f285";}
.slider .slick-arrow:hover {background: rgba(255, 255, 255, 0.1);}

.slider .container.arrows {display: grid;}
.slider .social {display: flex;justify-content: flex-end;}
.slider .social .items{position: absolute;margin: 0;padding: 0;list-style: none;display: grid;gap: 10px;top: 50%;transform: translate(0% , -50%);}
.slider .social a {display: flex;align-items: center;justify-content: center;width: 42px;height: 42px;border-radius: 50%;background: transparent;color: #fff; font-size: 18px;border: 1px solid rgba(255, 255, 255, 0.4);}
.slider .social li:hover a {background: #fff;color: var(--dark-color);}

.minSlider {position: absolute; bottom: 0; right: 0; z-index: 999999!important;max-width: 650px;border-radius: 10px 0 0 0;}
.minSlider .slick-list {border-radius: 15px 0 0 15px;}
.minSlider .item{display: flex;flex-wrap: wrap;background: #fff;margin-top: 30px;}
.minSlider .item .image{flex: 4;min-width: 150px;margin-top: -30px;overflow: hidden;position: relative;aspect-ratio: 45 / 35;}
.minSlider .item .image img {width: 100%;height: 100%;object-fit: contain;}
.minSlider .item .image::before {content: "";position: absolute; left: 0; bottom: 0;width: 100%; height: 84%; background: rgba(2, 0, 72, 0.4); background: linear-gradient(0deg, rgb(133 0 0 / 70%) 0%, rgb(255 0 0 / 20%) 100%);z-index: 2;}
.minSlider .item .desc{flex: 6;padding: 15px 15px 15px 30px;}
.minSlider .item .desc b.b{overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;color: var(--primary-color);font-size: 18px;margin-bottom: 5px;}
.minSlider .item .desc p{overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;;margin: 0;font-size: 14px;color: var(--secondary-color);}
.minSlider .slick-arrow {position: absolute;bottom: 30px; border: unset; z-index: 2; border-radius: 50%; width: 30px; height: 30px; background: #fff;color: var(--primary-color);box-shadow: 0 0 15px -5px var(--passive-color); transition: 0.3s ease all;}
.minSlider .slick-prev{left:43%;}
.minSlider .slick-next{left:calc(43% + 40px)}


section {margin: 60px 0;}
section .head{margin: 0 auto 80px auto;text-align: center;position: relative;z-index: 1;}
section .head::before {content: "";display: block; position: absolute;width: 80px;height: 2px;left: 50%;bottom: 0px; transform: translate(-50% , 0%); background: var(--primary-color); z-index: -1;opacity: 0;}
section .head::after {content: "";display: block; position: absolute;width: 50px;height: 2px;left: 50%;bottom: -20px; transform: translate(-50% , 0%); background: var(--primary-color); z-index: -1;opacity: 0;}
section .head.text-left{text-align: left;margin: 0 0 50px 0;}
section .head .bigTitle {display: block; font-size: 22px;font-weight: 400;color: var(--dark-color);transition-duration: .5s;}
section .head.text-left::before {left: 0;transform:unset;}
section .head.text-left::after {left: 0;transform:unset;}
section .head .desc{display: block;font-size: 20px;font-weight: 300; transition-duration: .8s;margin: 0;}
section .head .btn-all{position: absolute;right: 15px;top: 0;}
section.aos-animate .head::before {opacity: 0.6;bottom: -20px;transition-delay: 0.5s;transition-duration: 0.8s;}
section.aos-animate .head::after {opacity: 0.3;bottom: -30px;transition-delay: 0.8s;transition-duration: 0.8s;}


#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: 28px;min-width: 80px;transition: 0.3s ease all;}
#productNav .nav-link.active {color: var(--primary-color);border-color: var(--primary-color); transition: 0.3s ease all}

.products {display: grid; grid-template-columns: repeat(3 , 1fr);gap: 20px;justify-content: center;}
.products.pro2 {grid-template-columns: repeat(4 , 1fr);}
.products .product{border-radius: 5px;background: linear-gradient(0deg, rgb(133 0 0) 0%, rgb(255 0 0 / 20%) 100%);overflow: hidden;box-shadow: 0 0 20px -20px var(--dark-color);transition: 0.3s ease all;}
.products .product a{display: block;} 
.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(--dark-color);opacity: 0;z-index: 1; visibility: hidden;transition: 0.3s ease all;}
.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: 0.3s ease all;}
.products .product .image img {width: 100%; height: 100%; aspect-ratio: 5 / 3; object-fit: contain; }
.products .product .image .img2 {position: absolute;object-fit: contain;aspect-ratio: unset; padding: 20px;opacity: 0.2;}
.products .product .text {padding: 15px;color: var(--dark-color);text-align: center;}
.products .product .text .desc{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.products .product .text .title{display: block;margin-bottom: 5px;color: #fff;}
.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: 0.3s;}
.products .product:hover .image::before {opacity: 0.2;visibility: visible;}

.services {display: grid;grid-template-columns: repeat(4 , 1fr);gap: 20px;}
.services .service  {overflow: hidden;position: relative;border-radius: 10px; box-shadow: 0 0 10px -8px var(--dark-color);transition: 0.3s ease all;}
.services .service .image , .services .service a{display: block; width: 100%;height: 100%;}
.services .service .image img{width: 100%;height: 100%;object-fit: cover;border-radius: 0;}
.services .service.all a {display: flex;gap: 5px; justify-content: center; align-items: center;text-align: center;background: var(--primary-color);color: var(--dark-color);padding: 5px 15px; font-size: 18px;}
.services .service.all a i{padding-left: 0px;transition: 0.3s ease all;}
.services .service.all:hover a{padding-right: 10px;transition: 0.3s ease all;}
.services .service.all:hover a i{padding-left: 5px;transition: 0.3s ease all;}
.services .service .image::before{content: "";position: absolute;left: 0;top: 0;width: 0%;height: 100%;background: var(--dark-color);opacity: 0.6;transition: 0.3s ease all;}
.services .service .image::after{content: "";position: absolute;inset: 0;z-index: 0;background: linear-gradient(0deg, var(--dark-color) 0%, rgba(0,0,0,0) 100%);opacity: 0.4;}
.services .service .title {position: absolute;z-index: 2;top: 0; left: 0;padding: 15px; width: 100%;height: 100%; color: #fff;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: flex-end;background: rgba(0, 0, 0, 0.1);}
.services .service .title span {display: block;font-size: 24px;position: relative;padding-bottom: 5px;margin-bottom: 5px;line-height: 1.4;}
.services .service .title span::before {content: "";position: absolute; bottom: 0px; display: block; width: 60px;border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.services .service .title small{display: block;font-size: 18px;height: 0;overflow: hidden;transition: 0.3s ease all;}
.services .service:hover {box-shadow:0 10px 20px -15px var(--dark-color);transition: 0.3s ease all;}
.services .service:hover .image::before{width: 100%;transition: 0.3s ease all;}
.services .service:hover .title small{height: 26px;transition: 0.3s ease all;}

.homeServices .services {grid-template-columns: repeat(4, 1fr);grid-template-rows: repeat(4, 1fr); }
.homeServices .services .service{ grid-row:2 span;}
.homeServices .services .service:nth-child(1) { grid-row:4 span ;}
.homeServices .services .service:nth-child(4) { grid-row:3 span ;}
.homeServices .services .service.all { grid-row:1 span ;}
.homeServices .services .service.all a {color: #fff;}

.newsLetter { background: #fff;}
.newsLetter .container {display: flex ;flex-wrap: wrap; gap: 30px;align-items: center;}
.newsLetter .container .left span.b{display: block;margin-bottom: 20px;font-size: 36px;font-weight: 500;}
.newsLetter .container .left .p{display: block; margin-bottom: 50px;}
#newsletter {display: flex;flex-wrap: wrap;gap: 5px 20px; font-size: 14px;box-shadow: 0 0 10px -6px var(--passive-color);padding: 20px; border-radius: 15px;}
#newsletter .form-floating{margin-bottom: 15px;width: calc(50% - 10px); }
#newsletter .form-floating.full{width: 100%;}
#newsletter .form-check  {width: 100%;}
#newsletter .form-check label {color: var(--secondary-color);font-size: 14px;}
#newsletter .form-check label a{color: black;text-decoration: underline;}
#newsletter .btn {position: relative;overflow: hidden; display: block;padding: 10px 20px;}
#newsletter .btn::before {content: "";position: absolute; left: 0;top: 0; width: 0%; height: 100%; background: var(--secondary-color); transition: .3s linear all; -moz-transition: .3s linear all; -webkit-transition: .3s linear all;}
#newsletter .btn span {position: relative; z-index: 2; display: flex; align-items: center; gap: 10px;}
#newsletter .btn i {padding-left: 0px; font-size: 14px;transition: .3s ease all; -moz-transition: .3s ease all;-webkit-transition: .3s ease all;}
#newsletter .btn:hover {color: #fff; padding: 10px 10px 10px 20px;transition: .3s ease all; -moz-transition: .3s ease all;-webkit-transition: .3s ease all;}
#newsletter .btn:hover::before {width: 100%;transition: .3s linear all; -moz-transition: .3s linear all; -webkit-transition: .3s linear all;}
#newsletter .btn:hover i {padding-left: 10px; transition: .3s ease all; -moz-transition: .3s ease all; -webkit-transition: .3s ease all;}

.newsLetter .left {flex: 1; max-width: 650px;margin: 0 auto 0 0;}

.verticalGallery {transform: rotate(180deg);}
.verticalGallery .item img{transform: rotate(180deg);}
.newsLetter .gallery {position: relative; display: block;max-width: 180px;}
.newsLetter .gallery::before {content: "";width: 100%;height: 150px;position: absolute;left: 0;top: 0;z-index: 2;background: rgb(255,255,255,0.4);background: linear-gradient(0deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%); }
.newsLetter .gallery::after {content: "";width: 100%;height: 150px;position: absolute;left: 0;bottom: 0;z-index: 2;background: rgb(255,255,255,0.4);background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%); }
.newsLetter .gallery .item {padding: 15px 0;}
.newsLetter .gallery .item img {border-radius: 10px;}

.homeCatalog {position: absolute; bottom: 0; right: 0;padding:0 0 15px 15px;  z-index: 2;max-width: 450px;border-radius: 10px 0 0 0;}
.homeCatalog::before {content: "";position: absolute;background: var(--secondary-color);border-radius: 10px 0 0 0;z-index: -1;inset: 30px 0 0 0;}
.homeCatalog .item{display: grid;grid-template-columns: 1fr 3fr; background: #fff;border-radius: 0 0 0 15px;margin-top: 30px;}
.homeCatalog .item .image{margin-top: -30px;border-radius: 10px;overflow: hidden;position: relative;}
.homeCatalog .item .image img {width: 100%;height: 100%;object-fit: cover;}
.homeCatalog .item .image::before {content: "";position: absolute; left: 0; top: 0;width: 100%; height: 100%; background: var(--dark-color);opacity: 0.3; z-index: 2;}
.homeCatalog .item .desc{padding: 15px 15px 15px 30px;}
.homeCatalog .item .desc b.b{overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;color: var(--primary-color);font-size: 18px;margin-bottom: 5px;}
.homeCatalog .item .desc p{color: var(--light-color); overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;;margin: 0;font-size: 14px;}

.homeBanner {padding: 40px 0;margin: 0; background: var(--primary-color);background: linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 100%);color: #fff;}
.homeBanner .container {display: flex;font-size: 30px;font-weight: 300; justify-content: space-between;max-width: 800px;}
.homeBanner .container .btn {background: #fff;color: var(--primary-color);}
.homeBanner .container .btn:hover {background: var(--passive-color);}


.homeAbout {padding:50px 0;margin: 0; background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) 25%, transparent 25%, transparent 100%);background-size: 0;background-repeat: no-repeat;}
.homeAbout.aos-animate {background-size: 100%;}
.homeAbout .container {display: flex;flex-wrap: wrap;gap: var(--gap);padding: 0;}
.homeAbout .right {width: calc(60% - calc(var(--gap) / 2)); padding:0 50px;}
.homeAbout .right .text{text-align: justify;padding-right: 50px;transition-duration: 0.7s;}
.homeAbout .left{position: sticky;top: 80px; z-index: 1;width: calc(40% - calc(var(--gap) / 2)); animation-name: fadeInUp;animation-duration: 0.5s;height: fit-content;}
.homeAbout .left::before {content: "";position: absolute;right: 0;top: 0;width: 100%;height: 100%;background: #fff; transition: 1s ease all;transition-delay: 0.5s;}
.homeAbout .left::after {content: "";background-image: radial-gradient(#FFF 1px , rgba(0,0,0,0) 2px);background-size: 1rem 1rem;position: absolute;left: -40px;bottom: -30px;width: 60px;height: 60px;z-index: -1;opacity: 0.3;animation: leftRightTop 8s infinite;}
.homeAbout .left.aos-animate::before {width: 0%;} 
.homeAbout .left img {width: 100%;object-fit: cover;border-radius:5px;}

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

.homeBlogs {margin: 0;padding: 50px 0; background: #fff;}
.homeBlogs .container{position: relative;}
.blogs {padding: 0; display: grid;grid-template-columns: repeat(3 , 1fr);gap: 15px;}
.blogs .blog{display: block;box-shadow: 0 0 10px -8px var(--dark-color);transition: 0.3s ease all;}
.blogs .blog a{display: block;width: 100%;height: 100%;border-radius: 5px; overflow: hidden;position: relative;z-index: 1;}
.blogs .blog .title {padding:20px 15px; width: 100%;color: var(--dark-color);display: flex;flex-wrap: wrap;gap: 10px; flex-direction: column;justify-content: center;}
.blogs .blog .title span {display: block;font-size: 16px;font-weight: 600;position: relative;}
.blogs .blog .title .view {display: none;}
.blogs .blog img{width: 100%;height: 100%; aspect-ratio: 4 / 3; object-fit: contain;object-position:top; transition: 1s ease all;}

.blogs .blog:hover {box-shadow:0 10px 20px -15px var(--dark-color);transition: 0.3s ease all;}
.blogs .blog:hover .title .view {height: 36px;}
.blogs.slick-slider {display: block;padding-right: 100px;}
.blogs.slick-slider .blog{margin: 5px 10px 15px 10px;}
.blogs.slick-slider .slick-arrow::before {font-size: 20px;}
.blogs.slick-slider .slick-arrow {position: absolute;overflow: hidden; z-index: 2;right: 0px; border: 1px solid var(--dark-color);border-radius: 5px; opacity: 1;width: 40px;height: 44px;background: transparent;color: var(--dark-color);}
.blogs.slick-slider .slick-next {top: 0;}
.blogs.slick-slider .slick-prev {top: 50px;}
.blogs.slick-slider .slick-arrow.slick-disabled {opacity: 0.3;}

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


.homePartners {margin: 0;background: linear-gradient(90deg, #fff 0%, #fff 25%, transparent 25%, transparent 100%);}
.homePartners .container {display: flex;flex-wrap: wrap;gap: 15px 60px;}
.homePartners .homeContact{flex: 3;padding:50px 50px 50px 0;background: #fff;}
.homePartners .homeContact form{display: grid;grid-template-columns: repeat(2 , 1fr);gap: 20px;transition-delay: 0.3s;}
.homePartners .homeContact form .full {grid-column: 2 span;}

.homePartners .workPartners{flex: 5;padding: 50px 0;}
.homePartners .partners {margin-bottom: 30px;transition-delay: 0.5s;}
.partners {display: grid;grid-template-columns: repeat(5 , 1fr);gap: 10px;}
.partners .partner {overflow: hidden;position: relative;border-radius: 5px;}
.partners .partner::before {content:"";position: absolute;z-index: 1; display: block; width: 0px;height: 0px;top: 5px;right: 5px;border-style: solid;border-width: 2px 2px 0 0;border-color: var(--primary-color); opacity: 0;visibility: hidden; transition: 0.1s ease all;}
.partners .partner::after {content:"";position: absolute;z-index: 1; display: block; width: 0px;height: 0px;bottom: 5px;left: 5px;border-style: solid;border-width: 0 0 2px 2px;border-color: var(--primary-color); opacity: 0;visibility: hidden; transition: 0.1s ease all;}
.partners .partner img {width: 100%;height: 100%;aspect-ratio: 4 / 3;object-fit: contain; background: #fff; filter: grayscale(1);cursor: pointer; transition: 0.5s ease-in-out all;}
.partners .partner:hover img {filter: grayscale(0);}
.partners .partner:hover::before , .partners .partner:hover::after{opacity: 1;visibility: visible;width: 50px;height: 50px; transition: 0.3s ease all;}

.homePartners:hover .head .bigTitle::after {width: 15px;}
.workPartners:hover .head .bigTitle::after,.homeContact:hover  .head .bigTitle::after  {width: 45px;transition-delay: 0.2s;}

.homeVideos {margin: 0; background: #fff;padding: 50px;}
.videos {    display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;justify-content: center;}
.videos .video {width: 100%; overflow: hidden;position: relative;z-index: 1; border-radius: 10px;}
.videos .video a {display: block;width: 100%; height: 100%;}
.videos .video a::before {content: "";position: absolute;inset: 0;background: var(--dark-color);opacity: 0.4;}
.videos .video img{width: 100%;height: 100%;aspect-ratio: 16 / 9;object-fit: cover;}

.video .play{position: absolute;z-index: 3;width: 70px;height: 70px;top: 50%;border-radius: 100%;transform: translate(-50% , -50%);left: 50%;transition: 0.3s ease all;}
.video:hover .play{width: 80px;height: 80px;}
.video .play i {font-size: 34px;}
.video .play::before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: var(--primary-color);opacity: 0.9;z-index: -1;border-radius: 100%;transition: 0.3s ease all;}
.video .play span{display: flex;align-items: center;justify-content: center;font-size: 20px;color: #fff;width: 100%;height: 100%;border-radius: 100%;}
.video .play span::before{content: "";width:100%; height:100%;position: absolute;top: 0;left: 0;opacity: 0; animation: playAnimation 1s infinite linear ; border: 1px solid #fff;border-radius: 100%;}
.video .play span::after{content: "";width:100%; height:100%;position: absolute;top: 0;left: 0;opacity: 0; animation: playAnimation 1.5s infinite linear ; border: 1px solid #fff;border-radius: 100%;}

@keyframes leftRightTop {    0% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}    50%{-webkit-transform: translateY(10px);transform: translateY(10px);}    100%{-webkit-transform: translateY(-10px);transform: translateY(-10px);}}
@keyframes playAnimation { 0% {transform: scale(1);opacity: 1;}   100% {transform: scale(1.4);opacity: 0;}}


.files {display: grid;grid-template-columns: repeat(3 , 1fr);gap: 20px;}
.files .file {overflow: hidden;border-radius: 10px;box-shadow: 0 0 25px -30px transparent;transition: 0.3s ease all; }
.files .file:hover {box-shadow: 0 0 30px -25px var(--dark-color);}


.references {display: grid;grid-template-columns: repeat(6 , 1fr); width: 100%; gap: 10px;}
.references .reference {box-shadow: 0 0 20px -15px rgb(0,0,0,0.4);cursor: pointer; transition: 0.3s ease all;}
.references .reference img{ width: 100%;height: 100%;aspect-ratio: 2 / 1;object-fit: contain;background: #fff;padding: 5px;filter: grayscale(1);border-radius: 10px; transition: 0.3s ease all;}

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

.pageTop {padding:150px 0 0px 0;display: flex;flex-wrap: wrap;align-items: flex-end; position: relative;z-index: 1;background: url('../img/page-bg.jpg') no-repeat;background-attachment: fixed;background-size: cover;}
.pageTop::before{content: "";position: absolute;inset: 0;background: var(--dark-color);opacity: 0.9;}
.pageTop .container{position: relative;z-index: 1; background:var(--passive-color); border-radius: 10px 10px 0px 0px; padding-bottom: 20px; padding-top: 20px;}
.pageTop .container h1 {font-size: 34px; margin: 0; color: #333;}

#breadcrumb {margin-top: 10px;font-size: 14px;}
#breadcrumb .breadcrumb{margin: 0;}
#breadcrumb .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before , #breadcrumb .breadcrumb-item a{color: #333;}
.breadcrumb-item + .breadcrumb-item::before {content: "\00BB";}




.pageDetail {margin: 30px 0;width: 100%;}

.pageDetail.contactPage {margin: 50px 0 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 auto;}
.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 0;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, 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(--light-color);padding: 10px 15px;border-radius: 5px;background: #fff;}
.aboutPage .pageMenu li.active a{background: var(--primary-color);color: #fff;}
.aboutPage .pageMenu li:hover a {background: var(--primary-color); color: #fff;}

.aboutPage .container {display: flex;flex-wrap: wrap;gap: 40px;}
.aboutPage .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;}
.productDetail .container .left, .productDetail .container .right{flex: 1;}
.productDetail .slider {border-radius: 10px;}
.productDetail .slider img {background: #fff; width: 100%;height: 100%;aspect-ratio: 4 / 3;object-fit: contain;}
.productDetail .slider .slick-arrow {position: absolute;bottom: 10px;width: 40px;height: 40px;background: var(--primary-color);z-index: 1;border: unset;}
.productDetail .slider .slick-arrow.slick-prev {right: 55px;}
.productDetail .slider .slick-arrow.slick-next {right: 10px;}
.productDetail .slider .slick-arrow:hover {background: var(--secondary-color);}

.toWhatsapp {background: #11b519;color: #fff;display: flex;padding: 10px 20px;width: fit-content;border-radius: 10px;font-size: 18px;gap: 10px;font-weight: 300;}
.toWhatsapp:hover {background: var(--bs-green);color: #fff;}

.pageNews .container {display: flex;flex-wrap: wrap;gap: 40px;}
.pageNews .container .left {flex: 2;}
.pageNews .container .left .image img {border-radius: 10px;}
.pageNews .container .right {flex: 3;}


.news {display: grid;grid-template-columns: repeat(4 , 1fr); gap: var(--gap);width: 100%;}
.news .new a{display: block;background: #fff;border-radius: 10px; box-shadow: 0 0 20px -18px var(--dark-color);transition: 0.3s ease all;}
.news .new .image{position: relative;z-index: 1;overflow: hidden;border-radius: 10px;}
.news .new .image img {width: 100%;height: 100%;aspect-ratio: 4 / 3;object-fit: contain;object-position: top; }
.news .new .image::before {content: "";z-index: 0;position: absolute;background: var(--dark-color);opacity: 0;transition: 0.3s ease all;inset: 0;}
.news .new .image::after {content: "\f138"; position: absolute;color: #fff;font-size: 24px; z-index: 1; right: 50%;opacity: 0; bottom: 20px; display: inline-block;font-family: bootstrap-icons !important;font-style: normal;font-weight: normal !important;font-variant: normal;text-transform: none;line-height: 1;vertical-align: -.125em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transition:0.1s ease;}
.news .new .desc{display: block;padding: 20px 15px;}
.news .new .date{display: block;}
.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);}
.news .new:hover .image::before {opacity: 0.5;}
.news .new:hover .image::after {opacity: 1;right: 20px;transition-delay: 0.2s;transition-duration: 0.3s;}

.banner { padding: 40px 0;margin: var(--margin); background: var(--primary-color);color: #fff;}
.banner .container {display: flex; flex-direction:column;align-items: center;justify-content: space-around; gap:25px;}
.banner .container .left span{font-size: 24px;font-weight: 300;}
.banner .container .right .btn {background: #fff;color: var(--primary-color);position: relative;overflow: hidden;}
.banner .container .right .btn span{position: relative;z-index: 2;}
.banner .container .right .btn::before {content: ""; position: absolute; left: 0; top: 0; width: 0%;  height: 100%; background: var(--secondary-color); transition: .3s linear all; -moz-transition: .3s linear all; -webkit-transition: .3s linear all;}
.banner .container .right .btn:hover {color: #fff;}
.banner .container .right .btn:hover::before {width: 100%;}

.bigTitle {display: block;width: max-content;margin: 0 auto 20px auto;font-size: 30px;line-height: 30px;color: var(--secondary-color);font-weight:300;}
.bigTitle b{color: var(--primary-color);font-weight:600;}

.homeWorks {margin-top:25px; margin-bottom:25px;}
.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: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
.homeWorks .works .work .text::before{content: ""; z-index: 1; position: absolute; left: 0; bottom: -100%; width: 100%; height: 100%;background: rgba(0, 0, 0, 0.1);clip-path: polygon(0px 0px, 100% 100%, 100% 100%, 0% 100%);transition: 0.3s ease-in all;-webkit-transition: 0.3s ease-in all;-moz-transition: 0.3s ease-in all;}
.homeWorks .works .work .text::after{content: ""; z-index: 2; position: absolute; left: 0; bottom: -100%; width: 100%; height: 100%;background: rgba(0, 0, 0, 0.1);clip-path: polygon(0px 0px, 100% 100%, 100% 100%, 0% 100%);transition: 0.3s ease-in all;-webkit-transition: 0.3s ease-in all;-moz-transition: 0.3s ease-in all;}
.homeWorks .works .work .text > *{position: relative;z-index: 4;}
.homeWorks .works .work i{font-size: 40px;display: flex; margin: 0 auto 10px auto;width: 60px;color: var(--primary-color); height: 60px;justify-content: center;align-items: center;transition: 0.5s ease all;-webkit-transition: 0.5s ease all;-moz-transition: 0.5s ease all;}
.homeWorks .works .work .title{display: block;font-size: 20px;margin-bottom: 10px;}
.homeWorks .works .work .desc{display: block;margin: 0;font-weight: 300;}
.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: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
.homeWorks .works .work:hover i{font-size: 50px;color: #fff; transition: 0.5s ease all;-webkit-transition: 0.5s ease all;-moz-transition: 0.5s ease all;}
.homeWorks .works .work:hover .text::before{bottom: 0;transition: 0.3s ease-in all;-webkit-transition: 0.3s ease-in all;-moz-transition: 0.3s ease-in all;}
.homeWorks .works .work:hover .text::after{bottom: -50px;transition: 0.4s ease-in all;-webkit-transition: 0.4s ease-in all;-moz-transition: 0.4s ease-in all;}

.page-files {display: flex;flex-wrap: wrap; gap: 10px; margin:20px 0;padding: 0;list-style: none;}
.page-files li {flex: 1;min-width: calc(50% - 5px);}
.page-files li a {display: flex;justify-content: center; gap: 10px;align-items: center; background: var(--secondary-color); color: #fff;font-weight: 600; padding: 10px 15px;border-radius: 10px;}
.page-files li a i {font-size: 20px;}
.page-files li:hover a {background: var(--dark-color);}


footer {padding: 15px 0px; background: #f7f7f7;}
footer .footer-top {margin-top: 50px;}
footer .boxes {display: flex; flex-wrap: wrap;justify-content: space-around;gap: var(--gap);color: #4e555d;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 #333; transition: 0.3s ease all;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: 0.3s ease all;}
footer .boxes a{display: block;padding: 4px 0; color: #4e555d;width: fit-content; transition: 0.3s ease all;}
footer .boxes a:hover{color: #ff0000; transition: 0.3s ease all;}
footer .boxes ul{margin: 0;padding: 0;list-style: none;}
footer .boxes .left .logo {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 .left .sos img{border-radius: 5px;}
footer .boxes .right li:not(:last-child) {margin-bottom: 10px;}
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: #333; font-size: 12px;}



.form-bg {background: #fff;padding: 30px;border-radius: 10px;box-shadow: 0 0 30px -25px var(--dark-color);}
.ikForm {display: grid;grid-template-columns: repeat(2 , 1fr);margin: 0 0 50px 0; gap: 15px;}
.ikForm .full {grid-column: 2 span;}
.ikForm textarea{min-height: 100px;}
.ikForm .jobTitle {position: relative; grid-column: 2 span;font-weight: 500; display: block;color: var(--primary-color);text-align: center;font-size: 18px;padding-bottom: 5px;width: fit-content;margin:0 auto 15px auto;}
.ikForm .jobTitle::before {content: "";position: absolute;left: 0;right: 0;bottom: 0;width: 30px;height: 0;border-bottom: 4px solid var(--primary-color);opacity: 0.5; margin: auto;}
.ikForm hr {grid-column: 2 span;margin: 15px 0;display: block;background-color: var(--dark-color);}
.ikForm .file-input {position: relative;}
.ikForm .file-input label {position: absolute;cursor: pointer; left: 0;top: 0;display: flex;align-items: center;justify-content: center;padding: 5px; text-align: center; width: 100%;height: 100%;background: #fff;border: 1px solid var(--bs-border-color);border-radius: 5px;}
.ikForm .file-input label .fileName {display: block;line-height: 1;font-size: 12px;}
.ikForm .file-input label i {font-size: 20px;}
.ikForm .file-input input {position: absolute;left: -99999px;}

.pageDetail .d-flex .col img {display: inline-block;background: #fff;width: auto !important;height: fit-content !important;object-fit: contain;margin-bottom: 5px;}

.product-category {width: 100%; display: flex;flex-wrap: wrap;justify-content: center; gap: 30px;}
.product-category .item{width: calc(100% / 4 - 30px); display: block;background: #fff;border-radius: 10px;overflow: hidden;box-shadow: 0 0 20px -20px var(--dark-color);transition: 0.3s ease all;}
.product-category .item .title span{display: block; text-align: center;margin: 10px 5px;color: var(--primary-color);font-weight: 600;}
.product-category .item .image img{display: block; width: 100%;height: 100%;aspect-ratio: 4 / 2; object-fit: cover;}
.product-category .item:hover{box-shadow: 0 10px 20px -20px var(--dark-color);}


.product-categories {display: grid;grid-template-columns: repeat(2 , 1fr);margin: auto; width: 100%; max-width: 600px; gap: 20px;}
.product-categories .item{padding: 0;border-radius: 10px;}
.product-categories .item .image{position: relative;}
.product-categories .item img{width: 100%;height: 100%;object-fit: cover;filter: grayscale(0); aspect-ratio: 3 / 1;border-radius: 10px;transition: 0.3s ease all;}
.product-categories .item span{display: block;line-height: 1;padding: 10px;font-weight: 600;border-radius: 10px;background: var(--primary-color);color: #fff; position: absolute;left: 10px;bottom: 10px;transition: 0.3s ease all;}
.product-categories .item:hover{background: var(--primary-color);}
.product-categories .item:hover span { background: #fff;color: var(--primary-color);}
.product-categories .item:hover img {filter: grayscale(1);}


.products2 {padding: 20px 0; display: grid;grid-template-columns: repeat(8 , 1fr); grid-template-rows: repeat(4 , 1fr);gap: 15px;}

.products2 .product2{display: block; grid-column: 2 span; grid-row: 2 span; box-shadow: 0 0 10px -8px var(--dark-color);transition: 0.3s ease all;}
.products2 .product2 a{display: block;width: 100%;height: 100%;overflow: hidden;border-radius: 5px; position: relative;z-index: 1;}

.products2 .product2 .title {position: absolute;z-index: 2;top: 0; left: 0;padding: 15px; width: 100%;height: 100%; color: #fff;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: flex-end;}
.products2 .product2 .title span {display: block;font-size: 30px;font-weight: 600;position: relative;padding-bottom: 5px;margin-bottom: 5px;}
.products2 .product2 .title span::before {content: "";position: absolute; bottom: 0px; display: block; width: 60px;border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.products2 .product2 .title small{display: block;height: 0;overflow: hidden;transition: 0.3s ease all;}
.products2 .product2 .title small i{color: var(--passive-color);}
.products2 .product2:hover {box-shadow:0 10px 20px -15px var(--dark-color);transition: 0.3s ease all;}
.products2 .product2:hover .title small{height: 26px;transition: 0.3s ease all;}

.products2 .product2:not(.all) a::before{content: "";position: absolute;z-index: 1;width: 100%;height: 100%;top: 0px; left: 0px;opacity: 0.5;transition: 0.3s ease all;}
.products2 .product2 .image {height: 100%; background: linear-gradient(0deg, rgb(133 0 0) 0%, rgb(255 0 0 / 20%) 100%);}
.products2 .product2 img{width: 100%;height: 100%;object-fit: contain;}
.homeProduct2 .products2 .product2:nth-child(1){grid-row: 4 span;}
.homeProduct2 .products2 .product2:nth-child(4){grid-row: 3 span;}
.homeProduct2 .products2 .product2:nth-child(n + 11){display: none;}

.homeProduct2 .products2 .product2.all{grid-row: 1 span;display: block;}
.products2 .product2.all.all a {display: flex;justify-content: center;align-items: center;text-align: center;background: var(--primary-color);color: #fff;padding: 5px 15px; font-size: 18px;}
.products2 .product2.all.all a i{padding-left: 0px;transition: 0.3s ease all;}
.products2 .product2.all.all:hover a{padding-right: 10px;transition: 0.3s ease all;}
.products2 .product2.all.all:hover a i{padding-left: 5px;transition: 0.3s ease all;}

.products .product:hover {box-shadow:0 10px 20px -15px var(--dark-color);transition: 0.3s ease all;}


@media (max-width: 1366px) {

}

@media (max-width: 1200px) {
    :root{ --gap:20px; }
    
    
}

@media (max-width: 992px) {
    h1 {font-size: 22px;} h2 {font-size: 21px;} h3 {font-size: 20px;} h4 {font-size: 19px;} h5{font-size: 18px;} h6 {font-size: 17px;}
    header {position: sticky;top: 0;background: #fff; padding: 10px 0;box-shadow: 0 0 30px -20px var(--dark-color);}
    header .right .top{display: none;}
    header .logo img {height: 40px; filter:none;}

    #menu .mobilMenu {display: flex;justify-content: flex-end;align-items: center; position: relative;width: 24px;height: 18px;margin: 0 0 0 auto;}
    .mobilMenu span {display: block; width: 75%;height:0;color: var(--dark-color);border-bottom: 2px solid;transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
    .mobilMenu span::before {content: "";position: absolute;left: 0; top: 0;width: 100%;height: 0;border-bottom: 2px solid;transform: translateY(0);-webkit-transform: translateY(0);transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
    .mobilMenu span::after {content: "";position: absolute;left: 0; bottom: 0;width: 100%;height: 0;border-bottom: 2px solid;transform: translateY(0);-webkit-transform: translateY(0);transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}

    #menu.show .mobilMenu span {width: 0; transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
    #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.show .mobilMenu span {width: 0; transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
    #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 {font-size: 16px; position: fixed;left: 0; background: #fff;top: 60px; width: 100%;visibility: hidden; height: 0; display: block; padding:20px;overflow: auto;transition: 0.3s ease all; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; }
    #menu.show > ul {height: calc(100% - 60px);visibility: visible;transition: 0.3s ease all; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; }
    #menu > .menu > li {flex:unset;width: 100%;height: auto;transition-delay: unset !important;opacity: 1 !important;transform: unset !important;}
    #menu > .menu > li > a {position: relative; color: var(--dark-color);padding: 10px 0;margin: auto;justify-content: space-between;}
    #menu .menu .tel {margin: 30px 0 15px 0;}
    #menu > .menu > li.right a {border: unset !important;}
    #menu .menu .con a {width: 100%;max-width: 250px;}

    #menu > .menu > li:not(:last-child) > a { border-bottom: 1px solid var(--passive-color);}
    #menu > .menu > li a::before  {display: none;}
    #menu > .menu > li:hover > a {color: var(--secondary-color); }

    #menu .menu .sub::before {display: none;}
    #menu .menu li.acilir .sub {display: none;width: 100%!important;padding: 0; position: unset;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 ul {opacity: 1;visibility: visible;transform: unset;}
    #menu .menu li.acilir .sub li {transform: unset;opacity: 1;}
    #menu .menu li.acilir .sub li a{display: block;color: var(--dark-color);}
    #menu .menu li.acilir.show .sub {display: block;}
    #menu .menu > li.acilir > a > i {display: flex;width: 36px;height: 36px;border-radius: 50%; justify-content: center;align-items: center;background: var(--passive-color);position: absolute;right: 5px;color: var(--primary-color); font-size: 16px;transform: rotate(-90deg);transition: 0.3s ease all;}
    #menu .menu > li.acilir.show > a > i {transform: rotate(0deg);transition: 0.3s ease all;}

    #menu .menu li.acilir:hover .sub { transition: unset; -webkit-transition: unset; -moz-transition: unset;}
    #menu .menu li.acilir .sub li:hover > a {background: unset;color: var(--primary-color);}

    #menu .menu .mega .sub {padding: 0;}

    #menu .menu .acilir > .sub .container,#menu .menu .acilir:not(.mega) > .sub .container {display: block; padding: 0;}
    #menu .menu .acilir:not(.mega) > .sub .container .right {grid-template-rows: unset;grid-auto-flow: row;padding: 0;}
    #menu .menu .acilir:not(.mega) > .sub .container .right a {padding: 10px 0;}
    #menu .menu .acilir.mega > .sub .container ul {grid-template-columns: repeat(2, 1fr);gap: 5px;}
    #menu .menu .acilir:not(.mega2) > .sub .container  .image {display: none;}

    #menu .menu .acilir.mega > .sub .container ul li {border-radius: 0;border: unset;}
    #menu .menu .acilir.mega > .sub .container ul li .title span {text-align: left;}

    #menu .menu .acilir.mega2 > .sub .container .nav {grid-template-columns: repeat(2 , 1fr);}
    #menu .menu .acilir.mega > .sub .container ul li .title {padding: 10px 0;}


    #menu .menu .items {display: flex;gap: 20px;list-style: none;padding: 0;}
    #menu .menu .top{display: block;margin: 10px 0;}
    #menu .menu .top .lang ul {right: unset;left: 0;}
      
    #menu .menu .top .search {display: none;}
    #menu .menu .top a {color: var(--dark-color);}

    .slider .sos {display: none;}
    #menu .top-bar {display: flex;flex-wrap: wrap;justify-content: center;padding: 10px 0 0 0;}
    #menu .top-bar .search {flex: unset;width: 100%;}
    #menu .top-bar .search .form-group {width: 100%;background: var(--passive-color);}
    #menu .top-bar .search .form-group button {color: var(--dark-color);}
    #menu .top-bar .search input {color: var(--dark-color);}
    #menu .top-bar > li > a {color: var(--dark-color);opacity: 1;}
    #menu .top-bar > li.portal > a , .sticky #menu .top-bar > li.portal > a {color: #fff;}



    .homeSlider {height: 70vh;}
    .homeSlider .item {height: 100%;}
    .slider .arrow {display: none;}
    .homeSlider .item .desc span {overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
    .homeSlider .item .title span {font-size: 30px;}
    .homeSlider .item .desc span {font-size: 18px;}

    .news .new span.b {max-width: calc(100% - 10px);left: 5px; bottom: 5px;}
    footer .bottom .container { padding: 30px 15px;}

    .pageDetail #content {margin: 15px 0 !important;padding: 0 15px !important;}
    .pageDetail .container #content {padding: 0!important;}
    .gallery {grid-template-columns: repeat(5 , 1fr); gap: 10px; }

    .references {grid-template-columns: repeat(5 , 1fr);}

    footer .boxes {grid-template-columns: repeat(3, 1fr);gap: 15px;}
    section {margin: 40px 0;}

    #locationTab {margin: 15px 0;display: flex;gap: 10px ;overflow: auto;width: 100%;}

    .news, .companyPage .news, .news.news-2 {grid-template-columns: repeat(3 , 1fr);}

    .homeCatalog {position: relative;margin: 40px auto 0 auto;}

    #productNav .nav-link {font-size: 22px;}

    .homeAbout .right {padding: 0px 15px;}
    .homeAbout .right .text {padding-right: 0;}
    .homeAbout .right .text .desc p {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}

    .homePartners .container {gap: 15px;}


    .partners {grid-template-columns: repeat(4 , 1fr);}
    .blogs.slick-slider {padding-right: 60px;}

    .product-category {gap: 20px;}
    .product-category .item {width: calc(100% / 3 - 20px);}

    .productDetail .container {gap: 50px;}

    .homeVideos {padding: 15px 0;}
    .videos {gap: 15px; grid-template-columns: repeat(2, 1fr);}
    .videos .video{width: 100%;}


        .newsLetter .container {gap: 0;}
    .newsLetter .left + .gallery {order: 2;}
    .newsLetter .gallery::before {width: 120px;height: 100%;background: rgba(255, 255, 255, 0.4);background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);}
    .newsLetter .gallery::after {width: 120px;height: 100%;background: rgba(255, 255, 255, 0.4);background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);left: unset;right: 0;}
    .newsLetter .container .left {padding: 20px 0;margin: auto;}
    .newsLetter .container .left span.b {font-size: 26px; margin-bottom: 15px; }
    .newsLetter .container .left .p {margin-bottom: 20px;}
    .newsLetter .gallery { display: block;max-width: 100%;}
    .newsLetter .gallery .item {padding: 10px;}
    .newsLetter .gallery .item img {width: 100%;height: 100px;object-fit: cover; }

}

@media (max-width: 768px) {
    :root {--gap:15px;}
    body {margin-bottom: 50px;}
    .container {max-width: 100%;padding: 0 15px;}
    .homeWorks .container > .works {flex-direction:column!important;}

    #sticky-contact {background: #fff;bottom: 0;left: 0;right: 0;padding: 5px;box-shadow: 0 -10px 20px -20px var(--dark-color);display:none;}
    #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(0px);opacity: 1;position: relative;}
    #sticky-contact #back-to-top {order: 2;}
    #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 > li > a {display: none;}
    #sticky-contact ul li a {display: grid; padding: 0;background: transparent;color: #646982;border-radius: 0;font-size: 26px;}
    #sticky-contact ul li a::before {opacity: 1;background: transparent;position: relative;transform: unset;top: unset;right: unset;padding: 3px 0 0 0;font-size: 11px;display: block;order: 2;border-radius: 0;}
    #sticky-contact ul li a::after {display: none;}

    .homeSlider {height: 50vh;}
    .homeSlider .item .title span { font-size: 24px;}
    .homeSlider .item .desc span {font-size: 16px;}
    .slider .social .items {display: none;}

    .references {grid-template-columns: repeat(4 , 1fr);}

    .pageDetail #content .left, .pageDetail #content .right ,.pageDetail:is(.humanRes, .contactPage) #content .left{flex: unset;width: 100%;}

    .homeLocations .right {margin-top: 30px;}
    .gallery { grid-template-columns: repeat(4 , 1fr); }

    footer .top ul {gap: 5px 15px;  list-style: none; }

    footer .boxes {flex: unset;display: grid; width: 100%; grid-template-columns: repeat(2, 1fr);gap: 15px;}
    footer .boxes .box.full { grid-column: 2 span; }
    footer .sos {display: flex;}

    .homeCatalog .item .desc {padding: 10px;}   
    .products , .blogs , .news {grid-template-columns: repeat(2 , 1fr);gap: 15px;}  
    .products .product .text {padding: 10px;}
    
    .homeAbout {padding: 30px 0; background: transparent;}
    .homeAbout .container {display: block;padding: 0 15px;}
    .homeAbout :is(.left, .right) {flex: unset; position: relative;top: unset;width: 100%;padding: 5px 0;}

    .homePartners {background: #fff;}
    .homePartners .homeContact ,  .homePartners .workPartners {flex: unset;width: 100%;padding: 15px 0px;}


    section .head .bigTitle {font-size: 20px;}
    section .head .desc {font-size: 16px;}

    .pageTop {padding: 50px 0 0px 0;}
    .pageTop .container h1 {font-size: 26px;}
    .product-categories {grid-template-columns: repeat(1 , 1fr);}
    .pageTop .container {padding-bottom: 0;}
    #breadcrumb {display: none;}

    .aboutPage .container > div {flex: unset;width: 100%;max-width: 100%;}
    .aboutPage .left {order: 2;}

    .news .new .title {font-size: 16px;}
    .news .new .desc {padding: 10px; }

    .products2 {padding: 20px 0;display: grid;grid-template-columns: none!important;grid-template-rows: repeat(4, 1fr);

    .newsLetter .container .left {text-align: center; }
    .newsLetter .container .left form{text-align: left; }

    table {
        border: 0; /* Kenar çizgilerini kaldır */
    }

    thead {
        display: none; /* Başlıkları mobilde gizle */
    }

    tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    td {
        display: block;
        text-align: right;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 50%;
    }

    td::before {
        content: attr(data-label); /* Her hücreye etiket ekler */
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 10px;
        font-weight: bold;
        text-align: left;
    }

}





@media (max-width: 576px) {
    .cookies {max-width: calc(100% - 20px);}

    #menu .menu .acilir.mega2 > .sub .container .nav ,
    #menu .menu .acilir:not(.mega) > .sub .container .right, #menu .menu .acilir.mega > .sub .container ul {gap: 5px; grid-template-columns: repeat(1 , 1fr);}

    footer .boxes {grid-template-columns: repeat(1, 1fr);}
    footer .boxes .box.full {grid-column: 1 span;}

    .product-category {gap: 15px;}
    .product-category .item {width: calc(100% / 2 - 15px);}

    .pageDetail .clearfix table {display: block;overflow: auto;white-space:nowrap ;}

    .pageDetail .d-flex {flex-wrap: wrap;}
    .pageDetail .d-flex .col {flex: 0 0 100%!important;}

    .references {grid-template-columns: repeat(3 , 1fr);}

    .files {grid-template-columns: repeat(2 , 1fr);gap: 15px; }

    .videos .video{width: 100%; }
        .newsLetter .gallery .item {padding: 5px;}

    

}

