:root { --primary-color: #ada497;  --secondary-color:#606848; --passive-color:#e0e0e0; --dark-color:#353535; --gap:30px; --margin : 80px 0;}
body {font-family: 'Quicksand', sans-serif;background: #f8f8ff;} body.ovh {overflow: hidden;}
a {text-decoration: none;color: var(--secondary-color);} a:hover {color: var(--primary-color);}
img , svg {max-width: 100%;height: auto; } a {text-decoration: none;}  h1 {font-size: 30px;}h2 {font-size: 28px;} h3 {font-size: 26px;} h4 {font-size: 24px;} h5 {font-size: 22px;} h6 {font-size: 20px;}
.btn {background: var(--primary-color);border-radius: 5px;border: unset; color: #fff;box-shadow: unset!important;transition: 0.3s ease all;}
.btn:hover { color: #fff; transition: 0.3s ease all}
.breadcrumb-item + .breadcrumb-item::before {color: #fff; content: "\00BB";}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {border-color: var(--primary-color);}
.form-control:focus {box-shadow: unset;border-color: var(--primary-color);}
#back-to-top {opacity: 0;visibility: hidden;z-index: 7; position: fixed; right: 15px; bottom: -15px; font-size: 40px; color: var(--secondary-color); line-height: 1;cursor: pointer;transition: 0.3s ease all;}
#back-to-top.show {opacity: 0.5;visibility: visible;bottom: 15px; transition: 0.3s ease all;}
#back-to-top.show:hover {opacity:1;transition: 0.3s ease all;}
#sticky-wp {position: fixed; right: 15px;  bottom: 75px; font-size: 26px; background: #41c351; color: #fff; display: none;line-height: 1; align-items: center; justify-content: center; width: 50px;height: 50px;border-radius: 50%;box-shadow:0 0 0 transparent;transition: 0.3s ease all;}
#sticky-wp:hover {box-shadow:0 0 30px -3px var(--passive-color);transition: 0.3s ease all;}
.cookies {position: fixed;z-index: 9999;max-width: 370px;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.95rem;}
.cookies .card-body .agree {display: block;margin-top: 10px;}

.contactButtons {position: fixed;bottom: 10px;right: 10px;z-index: 99999;display: flex;flex-direction: column;gap: 10px;}
.contactButtons a {width: 51px;height: 50px;background: #606848;text-align: center;padding: 5px;color: white;border-radius: 5px;}
.contactButtons a > i {font-size: 25px;}

header {position: sticky;background: #fff; padding: 10px 0; top: 0;left: 0;width: 100%;z-index: 6;box-shadow: 0 0 10px -5px black;transition: 0.3s ease all;}
header #ikon {fill: #575556;}
header #Path_2 {fill: #e30613;}
header #Logo ,header.bg-white #Logo {fill: #575556;}
header #slogan , header.bg-white #slogan {fill: #e30713;}
header .logo{flex: 1;min-width: 130px;}
header .right{flex: 1;}
header .right ul{display: flex;gap: 0 20px;list-style: none;justify-content: flex-end;align-items: center; font-size: 20px;margin: 0;padding: 0;}
header .right li.lang{margin-left: 15px;position: relative;font-size: 14px;}
header .right li.lang::before {content: ""; position: absolute; left: -15px;top: calc(50% - 6px); width: 0; height: 12px; border-left: 1px solid var(--passive-color);}
header .logo svg {max-height: 60px;transition: 0.3s ease all;}
header.sticky  {background: #fff;box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);transition: 0.3s ease all;}
header.bg-white {position: sticky; background: #fff;box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);transition: 0.3s ease all;}
header a , header.bg-white a{color: var(--secondary-color);transition: 0.3s ease all;}
header a:hover , header.bg-white a:hover {color: var(--primary-color);transition: 0.3s ease all;}
header .container {position: relative; display: flex;flex-wrap: wrap; gap: 10px; justify-content: space-between;align-items: center;}
#menu {flex: 6;}
#menu .mobilMenu {display: none;}
#menu > ul {display: flex;flex-wrap: wrap;justify-content: center; gap: 0 40px;margin: 0;padding: 0;}
#menu ul li {list-style: none;}
#menu ul li a{display: block;font-weight: 500;padding: 15px 0;}
#menu > ul > li.acilir > a::after{content: "\f282";display: inline-block;font-size: 14px;padding-left: 5px; 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;}
#menu ul li.acilir li:hover > a{color: var(--dark-color);}
#menu ul li.acilir{position: relative;}
#menu ul li.acilir .sub{position: absolute;visibility: hidden; opacity: 0; left: 0; margin: 0; padding: 10px; background: var(--primary-color); border-radius: 5px; min-width: 200px; box-shadow:0 10px 15px -10px rgb(0,0,0,0.5);transform: translateY(30px); transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
#menu ul li.acilir .sub a {padding: 0;font-weight: 500;}
#menu ul li.acilir:not(.mega) .sub a {padding: 5px;line-height: 20px;}
#menu ul li.acilir .sub a {color: #fff;}
#menu ul li:hover > a{color: var(--primary-color);}
#menu ul li.acilir:hover .sub{visibility: visible; opacity: 1;transform: translateY(0px);transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
#menu ul li.mega{position: unset;}
#menu ul li.mega .image {flex: 2;height: max-content;border-radius: 5px;overflow: hidden;border: 1px solid var(--passive-color);}
#menu ul li.mega .image img{width: 100%;aspect-ratio: 4 / 3;object-fit: cover;}
#menu ul li.mega .sub{display: flex;flex-wrap: wrap;gap: 30px;width: 100%;background: #fff;padding: 30px;border-radius: 5px;}
#menu ul li.mega .sub > ul {flex: 5;display: grid;grid-template-columns: repeat(3 , 1fr); gap: 10px 30px;height: max-content; padding: 0;}
#menu ul li.mega .sub > ul > li {height: max-content;}
#menu ul li.mega .sub > ul > li > a {font-weight: 500;color: var(--primary-color);padding: 5px;}
#menu ul li.mega .sub > ul > li ul {margin: 0;padding: 0;}
#menu ul li.mega .sub > ul > li ul a {color: var(--secondary-color);font-size: 15px;padding: 3px 5px;}
#menu ul li.mega .sub ul li:hover > a {color: var(--primary-color);}
#menu ul li.acilir .sub ul > li:hover > a {padding-left: 10px;}

.searchForm { position: fixed; left: 0; top: -100%;opacity: 0;z-index: 10; visibility:hidden; background: var(--primary-color); flex-wrap: wrap;width: 100%; height: 50%; display: flex;align-items: center;justify-content: center;transition: 0.3s ease all;}
.searchForm.show {top: 0;opacity: 1;visibility: visible;transition: 0.3s ease all;}
.searchForm .boxseconadry {max-width: 600px; width: 100%;position: relative;}
.searchForm .box .title { font-size: 30px;display: block;margin-bottom: 30px; color: #fff;}
.searchForm .box .close { color: #fff;font-size: 30px; position: absolute; right: 0; top: -40px; width: 30px; height: 30px;display: flex; align-items: center;justify-content: center; cursor: pointer; }
.searchForm .form-group {position: relative;}
.searchForm .form-group .form-control {padding: 10px 40px;}
.searchForm .form-group .btn {position: absolute;right: 0;top: 0;background: var(--secondary-color);height: 100%; padding: 0 15px; border-radius: 0 5px 5px 0;}
.searchForm .form-group::before {content: "\f52a"; display: flex;font-display: 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; position: absolute; left: 0;  top: 0;  height: 100%; z-index: 2; align-items: center; padding: 0 10px; color: gray;}

.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: normal !important;font-variant: normal;text-transform: none;line-height: 1;vertical-align: -.125em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-slider .slick-arrow.slick-prev::before {content: "\f284";}
.slick-slider .slick-arrow.slick-next::before {content: "\f285";}
.slick-arrow.slick-disabled {opacity: 0.2; }

.homeSlider .slider  {height: calc(100vh - 75px);}
.homeSlider .slider:not(.slick-slider) .item:nth-child(n+2) { display: none;}
.homeSlider .slider div:not(.desc) {height: 100%;}
.homeSlider .slider .item img {width: 100%; height: 100%;object-fit: cover;filter: brightness(0.5);}
.homeSlider .slider .item {position: relative;}
.homeSlider .slider .item::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: 2;}
.homeSlider .slider .item .desc{display: none; position: absolute;left: 0%;top: calc(50% + 40px);-webkit-transform: translate(0, -50%); transform: translate(0, -50%);width: 100%;z-index: 3;color: #fff;}
.homeSlider .slider .item .desc span.b{overflow: hidden;text-overflow: ellipsis;margin-bottom: 30px; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;width: 100%;max-width: 450px;font-size: 46px; font-weight: 600; line-height: 60px;opacity: 0;-webkit-opacity: 0;transition: .3s ease all; -moz-transition: .3s ease all;-webkit-transition: .3s ease all;}
.homeSlider .slider .item .desc p.b{font-size: 20px; opacity: 0; max-width: 450px;font-weight: 300;margin-bottom: 15px; -webkit-opacity: 0;  overflow: hidden;text-overflow: ellipsis;  display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;transition: .3s ease all; -moz-transition: .3s ease all;-webkit-transition: .3s ease all;}
.homeSlider .slider .item .desc .btn{width: max-content;position: relative;overflow: hidden; padding: 8px 24px; opacity: 0;-webkit-opacity: 0;display: block; transition: .3s ease all; -moz-transition: .3s ease all;-webkit-transition: .3s ease all;}
.homeSlider .slider .item .desc .btn span{position: relative;z-index: 2;display: flex;align-items: center;gap: 10px;}
.homeSlider .slider .item .desc .btn i{padding-left: 0px;font-size: 16px;transition: .3s ease all; -moz-transition: .3s ease all;-webkit-transition: .3s ease all;}
.homeSlider .slider .item .desc .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;}
.homeSlider .slider .item .desc .btn:hover{padding: 8px 14px 8px 24px;  transition: .3s ease all; -moz-transition: .3s ease all;-webkit-transition: .3s ease all;}
.homeSlider .slider .item .desc .btn:hover i{padding-left: 10px;transition: .3s ease all; -moz-transition: .3s ease all;-webkit-transition: .3s ease all;}
.homeSlider .slider .item .desc .btn:hover::before{width: 100%;transition: .3s linear all; -moz-transition: .3s linear all;-webkit-transition: .3s linear all;}
.homeSlider .slider.slick-slider .desc {display: block;}

@keyframes yukariKay { 0% {  opacity: 0;-webkit-opacity: 0; -webkit-transform: translateY(300px); transform: translateY(300px); } 100% { opacity: 1; -webkit-opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}}
@-webkit-keyframes yukariKay { 0% {  opacity: 0;-webkit-opacity: 0; -webkit-transform: translateY(300px); transform: translateY(300px); } 100% { opacity: 1; -webkit-opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}}

.homeSlider .slider .slick-active .desc span.b { animation-name: yukariKay; animation-duration: 2s; opacity: 1;  -webkit-opacity: 1;}
.homeSlider .slider .slick-active .desc p.b { animation-name: yukariKay; animation-duration: 2.5s;  opacity: 1; -webkit-opacity: 1;}
.homeSlider .slider .slick-active .desc .btn { animation-name: yukariKay; animation-duration: 3s;  opacity: 1; -webkit-opacity: 1;}

.homeSlider .slider .slick-arrow {position: absolute; top: 100%;z-index: 2;opacity: 0;visibility: hidden;  -webkit-transform: translate(0, -50%);transform: translate(0, -50%);width: 40px;height: 40px;color: #fff;border: unset;transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
.homeSlider .slider:hover .slick-arrow {top: calc(50% + 40px);opacity: 1;visibility: visible;transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
.homeSlider .slider .slick-arrow:hover {background: #fff;color: var(--primary-color);}
.homeSlider .slider .slick-next{right: 70px;border-radius: 0 5px 5px 0;}
.homeSlider .slider .slick-prev{right: 120px;border-radius: 5px 0 0 5px;}
.homeSlider .slider .slick-dots {position: absolute;right: 30px; list-style: none;top: calc(50% + 40px); -webkit-transform: translate(0, -50%);transform: translate(0, -50%);margin: 0; padding: 0; display: flex;flex-wrap: wrap;gap: 10px; width: 8px;}
.homeSlider .slider .slick-dots li {display: block; list-style: none;}
.homeSlider .slider .slick-dots li button{display: block;width: 8px;height: 16px;border-radius: 4px; font-size: 0; padding: 0; border: unset; background: #fff;transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
.homeSlider .slider .slick-dots li.slick-active button{height: 24px;background: var(--primary-color); transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}

.minSlider {position: absolute; bottom: 0; right: 0;padding:0 0 15px 15px;  z-index: 2;max-width: 650px;border-radius: 10px 0 0 0;}
.minSlider .slick-list {border-radius: 15px 0 0 15px;}
.minSlider::before {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: calc( 100% - 30px);background: var(--primary-color);border-radius: 10px 0 0 0;}
.minSlider .item{display: flex;flex-wrap: wrap;background: #fff;border-radius: 0 0 0 15px;margin-top: 30px;}
.minSlider .item .image{flex: 4;min-width: 150px;margin-top: -30px;border-radius: 10px;overflow: hidden;position: relative;aspect-ratio: 45 / 35;}
.minSlider .item .image img {width: 100%;height: 100%;object-fit: cover;}
.minSlider .item .image::before {content: "";position: absolute; left: 0; top: 0;width: 100%; height: 100%; background: rgba(2, 0, 72, 0.4); background: linear-gradient(0deg, rgba(2, 0, 72, 0.7) 0%, rgba(2, 0, 72,0.2) 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-line-clamp: 2;-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)}

.bigTitle {position: relative; display: block; margin:0 auto 20px auto;width: max-content;font-size: 32px;line-height: 32px;font-weight: 500;}
.bigTitle::before {content: "";position: absolute; bottom: -5px; left: 0; right: 0; width: 50%; border-bottom: 2px solid var(--primary-color); margin: auto; opacity: 0.4;transition:0.3s ease all;}
.bigTitle::after {content: "";position: absolute; bottom: -10px; left: 0; right: 0; width: 25%; border-bottom: 2px solid var(--primary-color); margin: auto; opacity: 0.2;transition-duration: .5s;transition-delay: .3s;}
section:hover .bigTitle::before {width: 75%; opacity: 1; transition:0.3s ease all;}
section:hover .bigTitle::after {width: 40%; opacity: 0.5;transition-duration: .5s;transition-delay: .3s;}

.homeWorks {margin: var(--margin);}
.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;}

.productGroups {margin: var(--margin);}
#productNav {border: unset;justify-content: center; gap: 0 30px;margin-bottom: 30px;}
#productNav .nav-link{border: unset;border-radius: 0;background: unset; color: var(--secondary-color);border-bottom: 2px solid #f0f0f0; padding: 10px 20px;font-size: 18px;min-width: 150px; transition: 0.3s ease all;}
#productNav .nav-link.active {color: var(--primary-color);border-color: var(--primary-color); transition: 0.3s ease all}
.head {text-align: center;max-width: 750px; margin: 0 auto 50px auto;}
.head span{margin-bottom: 10px;display: block;font-size: 36px;line-height: 40px; font-weight: 500;}
.head p{margin: 0;}

.products {display: grid; gap: var(--gap); grid-template-columns: repeat(5, 1fr);}
.products .product{border-radius: 20px;border: 1px solid #e8e8ff;position: relative; overflow: hidden;}
.products .product .image , .products .product .text{width: 100%; height: 100%;-webkit-backface-visibility: hidden;  backface-visibility: hidden;}
.products .product .image {transition: transform 0.8s;transform-style: preserve-3d;}
.products .product .image img {width: 100%; height: 100%;object-fit: cover; }
.products .product .text {display: flex;flex-wrap: wrap; padding: 5px; justify-content: center;overflow: hidden; flex-direction: column;border-radius: 20px;text-align: center; position: absolute; background-color: var(--primary-color);top: 0;left: 0; color: white; transform: rotateY(180deg);transition: transform 0.8s;  transform-style: preserve-3d;}
.products .product .text .b{display: block;margin-bottom: 15px; font-size: 24px;line-height: 30px; position: relative;z-index: 3;}
.products .product .text .show{font-weight: 300; position: relative;z-index: 3;}
.products .product .text::before{content: ""; z-index: 1; position: absolute; transition-duration: .7s;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.2s ease-in all;-webkit-transition: 0.2s ease-in all;-moz-transition: 0.2s ease-in all;}
.products .product .text::after{content: ""; z-index: 2; position: absolute; transition-duration: .7s;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.4s ease-in all;-webkit-transition: 0.4s ease-in all;-moz-transition: 0.4s ease-in all;}
.products .product:hover .image {transform: rotateY(180deg);}
.products .product:hover .text {transform: rotateY(0deg);}
.products .product:hover .text::before{bottom: 0;transition: 0.2s ease-in all;-webkit-transition: 0.2s ease-in all;-moz-transition: 0.2s ease-in all;transition-duration: .7s;}
.products .product: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;transition-duration: .7s;}

.newsSlider.products .product {margin: 10px;max-width: 100%;}

.workSpaces {margin: var(--margin);}
.spaces {display: flex;justify-content: center; width: 100%;max-width: 800px; margin: auto; aspect-ratio: 8 / 5;padding: 10px 0;gap: 10px;flex-direction: row;align-items: stretch;}
.spaces .space {position: relative; flex-grow: 1;border-radius: 35px; overflow: hidden;max-width: 70px;transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95);cursor: pointer;}
.spaces .space.active {flex-grow: 10000;max-width: 100%;cursor: unset;}
.spaces .space .image{position: relative;overflow: hidden;width: 100%; height: 100%;}
.spaces .space .text { position: absolute;left: 10px;bottom: 10px;z-index: 2; display: flex;align-items: center; gap: 10px;width: calc(100% - 20px); overflow: hidden;}
.spaces .space .text .desc {max-width: calc(100% - 60px);white-space: nowrap;opacity: 0;visibility: hidden;transition-delay: 0.3s; transition-duration: 0.3s;}
.spaces .space .text .desc a{display: block;color: #fff;}
.spaces .space .text .b {font-size: 20px;line-height: 20px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.spaces .space .text p {margin: 0;font-size: 14px;}
.spaces .space.active .text .desc {opacity: 1;visibility: visible;transition-delay: 0.3s; transition-duration: 0.3s;}
.spaces .space .text .icon {flex-shrink: 0; background: #fff;display: flex; width: 50px;height: 50px;justify-content: center;align-items: center;border-radius: 50%;font-size: 22px;color: var(--primary-color); }
.spaces .space .image img{width: 100%; height: 100%;object-fit: cover; object-position: left top;transition: 1s ease all;-webkit-transition: 1s ease all;-moz-transition: 1s ease all;}
.spaces .space .image::before { content: ""; position: absolute;left: 0; top: 0; width: 100%;height: 100%; background: rgba(2, 0, 72, 0.5); background: linear-gradient(0deg, rgba(2, 0, 72, 0.8) 0%, rgba(2, 0, 72,0) 50%); z-index: 2;}

.spaces .space:hover {box-shadow: 0 5px 15px -10px var(--passive-color);transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
.spaces .space:not(.active):hover .image::before{background: linear-gradient(0deg, rgba(231, 72, 40) 0%, rgba(2, 0, 72,0) 50%); transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}

footer {padding: 15px 0px; background: #606848;}
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: 400;}
footer .boxes .box span.b {display: block;font-weight: 600; font-size: 18px;margin-bottom: 20px;position: relative;width: max-content;}
footer .boxes .box span.b::before{content: ""; width: 25%; height: 0;border-bottom: 2px solid #fff; 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;color: #fff;width: max-content; transition: 0.3s ease all;}
footer .boxes a:hover{color: #dedede; transition: 0.3s ease all;}
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 {display: flex;flex-wrap: wrap;font-size: 24px;gap: 20px;margin-top: 20px;}
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: #fff; font-size: 12px;}

.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(--secondary-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;}

.homeNews {margin: var(--margin);}
.newsSlider {display:grid;grid-template-columns: repeat(3 , 1fr);gap: var(--gap);padding: 15px 50px;}
.newsSlider.slick-slider {display: block;}
.news .new{border-radius: 10px;overflow: hidden;box-shadow: 0 0 10px -7px var(--passive-color);transition: 0.3s ease all;}
.newsSlider .new:nth-child(n+4) {display: none;}
.newsSlider.slick-slider .new{display: block;margin:0 15px 15px 15px;}
.news .new .image { overflow: hidden; position: relative;}
.news .new .image::before {content: "";position: absolute; left: 0;top: 0; width: 100%; height: 100%; background: rgba(2, 0, 72, 0.3);background: linear-gradient(0deg, rgba(2, 0, 72, 0.7) 0%, rgba(2, 0, 72,0.2) 100%); z-index: 2;}
.news .new .image img{aspect-ratio: 5 / 4;width: 100%;height: 100%;object-fit: cover;transform: scale(1);transition: 1s ease all;-webkit-transition: 1s ease all; -moz-transition: 1s ease all;}
.news .new .title {padding: 10px;color: var(--secondary-color);font-size: 15px;}
.news .new .title small{display: block;}
.news .new .title .b{height: 46px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news .new:hover {background: var(--primary-color); box-shadow: 0 10px 15px -10px var(--passive-color);}
.news .new:hover .image::before {opacity: 0.5;}
.news .new:hover .title{color: #fff;}
.news .new:hover .image img{transform: scale(1.1);transition: 1s ease all;-webkit-transition: 1s ease all; -moz-transition: 1s ease all;}

.newsSlider .slick-arrow {color: #fff;width: 40px;height: 40px;position: absolute;top: calc(50% - 20px);z-index: 2;box-shadow: 0 0 15px -5px transparent;border-radius: 5px;transition: 0.3s ease all;}
.newsSlider .slick-arrow:hover {background: var(--secondary-color);}
.newsSlider .slick-prev {left: 0;}
.newsSlider .slick-next {right: 0;}
.homeNews .btn {position: relative; overflow: hidden;display: block; width: max-content;padding: 10px 20px; margin: 0 auto 15px auto; }
.homeNews .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;}
.homeNews .btn span {position: relative; z-index: 2; display: flex; align-items: center; gap: 10px;}
.homeNews .btn i { padding-left: 0px;font-size: 14px; transition: .3s ease all; -moz-transition: .3s ease all; -webkit-transition: .3s ease all; }
.homeNews .btn:hover {color: #fff;padding: 10px 10px 10px 20px;transition: .3s ease all;  -moz-transition: .3s ease all; -webkit-transition: .3s ease all;}
.homeNews .btn:hover::before {width: 100%; transition: .3s linear all;-moz-transition: .3s linear all; -webkit-transition: .3s linear all; }
.homeNews .btn:hover i {padding-left: 10px; transition: .3s ease all;-moz-transition: .3s ease all;-webkit-transition: .3s ease all;}

.whyErmet {margin: 150px 0 50px 0; background: var(--primary-color); color: #fff;overflow: unset; }
.whyErmet .box{display: grid;grid-template-columns: repeat(2 , 1fr);width: 100%; gap: var(--gap);align-items: center;}
.whyErmet .box .left span.b{display: block;margin-bottom: 20px;font-size: 36px; font-weight: 500;}
.whyErmet .box .left p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.whyErmet .box .left .btn {width: max-content;position: relative;overflow: hidden;padding: 15px 30px;background: #fff;color: var(--primary-color); display: block; transition: .3s ease all;-moz-transition: .3s ease all; -webkit-transition: .3s ease all; }
.whyErmet .box .left .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;}
.whyErmet .box .left .btn span {position: relative; z-index: 2; display: flex;align-items: center; gap: 10px; }
.whyErmet .box .left .btn i {padding-left: 0px; font-size: 14px; transition: .3s ease all; -moz-transition: .3s ease all; -webkit-transition: .3s ease all; }
.whyErmet .box .left .btn:hover {color: #fff;padding: 15px 20px 15px 30px; transition: .3s ease all; -moz-transition: .3s ease all;-webkit-transition: .3s ease all; }
.whyErmet .box .left .btn:hover i {padding-left: 10px;  transition: .3s ease all; -moz-transition: .3s ease all;-webkit-transition: .3s ease all;}
.whyErmet .box .left .btn:hover::before {width: 100%; transition: .3s linear all;-moz-transition: .3s linear all; -webkit-transition: .3s linear all;}
.whyErmet .box .video{position: relative; margin: -50px 0 15px 0; overflow: hidden; border-radius: 15px;}
.whyErmet .box .video img{width: 100%;height: 100%;object-fit: cover;transform: scale(1); filter: blur(5px); transition: 1s ease all;}
.whyErmet .box .video a {display: block;position: relative;width: 100%;height: 100%;}
.whyErmet .box .video a::before {content: ""; position: absolute; left: 0;  top: 0; width: 100%;  height: 100%; background: rgba(2, 0, 72, 0.5); background: linear-gradient(0deg, rgba(2, 0, 72, 0.8) 0%, rgba(2, 0, 72,0.3) 100%);  z-index: 2; }
.whyErmet .box .video span {display: flex; align-items: center; justify-content: center; font-size: 40px; position: absolute; width: 100px; height: 100px;left: 50%; top: 50%;  transform: translate(-50%,-50%); z-index: 2;background: #ffffff; border-radius: 100%; transition: 0.3s ease all;  color: var(--primary-color); }
.whyErmet .box .video span::before { content: ""; position: absolute; opacity: 0.5; left: -15px; top: -15px;  width: calc(100% + 30px); height: calc(100% + 30px); border: 3px solid #fff; border-radius: 50%; transition: 0.3s ease all; }
.whyErmet .box .video span::after {content: "";position: absolute; left: -15px; top: -15px;width: calc(100% + 30px); height: calc(100% + 30px);border: 3px solid #fff; border-radius: 50%; }
.whyErmet .box .video:hover img{transform: scale(1.1);filter: blur(0); transition: 1s ease all;}
.whyErmet .box .video:hover span {background: var(--primary-color);color: #fff;}
.whyErmet .box .video:hover span::before {width: calc(100% + 50px); height: calc(100% + 50px); left: -25px; top: -25px; transition: 0.3s ease all; }

#hidrolikHesap{width: 100%;max-width: 500px;border-left: 5px solid var(--primary-color);}
#hidrolikHesap .form-floating{margin-bottom: 20px;}
#hidrolikHesap .btn-lg{display: block; margin: auto; width: 100%; max-width: 150px;}
#hidrolikHesap #result{margin: 30px 0;}
#hidrolikHesap #result td{padding: 10px;}
.kuvvetHesabi { padding: 40px 0;margin: var(--margin); background: var(--primary-color);color: #fff;}
.kuvvetHesabi .container {display: flex;align-items: center;justify-content: space-around;}
.kuvvetHesabi .container .left span{font-size: 24px;font-weight: 300;}
.kuvvetHesabi .container .right .btn {background: #fff;color: var(--primary-color);position: relative;overflow: hidden;}
.kuvvetHesabi .container .right .btn span{position: relative;z-index: 2;}
.kuvvetHesabi .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;}
.kuvvetHesabi .container .right .btn:hover {color: #fff;}
.kuvvetHesabi .container .right .btn:hover::before {width: 100%;}

.homeBrands {margin: 30px 0;}
.homeBrands .brand{border-radius: 10px;background: #fff; margin: 10px;position: relative; overflow: hidden;box-shadow: 0 0 10px -6px var(--passive-color); transition: 0.3s ease all;}
.homeBrands .brand img {filter: grayscale(1);transition: 0.3s ease all;}
.brandSlider .slick-arrow {color: #fff;width: 40px;height: 40px;position: absolute;bottom: -40px; z-index: 2;  box-shadow: 0 0 15px -5px transparent;border-radius: 5px;transition: 0.3s ease all;}
.brandSlider .slick-arrow:hover {background: var(--secondary-color);}
.brandSlider .slick-prev {left: calc(50% - 45px);}
.brandSlider .slick-next {left: calc(50% + 5px);}
.homeBrands .brand:hover {box-shadow: 0 5px 15px -10px var(--passive-color); transition: 0.3s ease all;}
.homeBrands .brand:hover img {filter: grayscale(0);transition: 0.3s ease all;}
.homeBrands .btn {position: relative;overflow: hidden; display: block;padding: 10px 20px;width: max-content;margin: 10px auto;}
.homeBrands .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;}
.homeBrands .btn span {position: relative; z-index: 2; display: flex; align-items: center; gap: 10px;}
.homeBrands .btn i {padding-left: 0px; font-size: 14px;transition: .3s ease all; -moz-transition: .3s ease all;-webkit-transition: .3s ease all;}
.homeBrands .btn:hover {color: #fff; padding: 10px 10px 10px 20px;transition: .3s ease all; -moz-transition: .3s ease all;-webkit-transition: .3s ease all;}
.homeBrands .btn:hover::before {width: 100%;transition: .3s linear all; -moz-transition: .3s linear all; -webkit-transition: .3s linear all;}
.homeBrands .btn:hover i {padding-left: 10px; transition: .3s ease all; -moz-transition: .3s ease all; -webkit-transition: .3s ease all;}

.pageTop {position: relative;overflow: hidden; padding: 30px 0 90px 0;color: #fff;text-align: center; background: url('../img/bg.jpg') no-repeat;background-size: 100%;position: relative;background-attachment: fixed;}
.pageTop::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: var(--primary-color);opacity: 0.9;}
.pageTop .container {position: relative;z-index: 2;}
.pageTop .breadcrumb {justify-content: center; margin: 0;}
.pageTop .breadcrumb .breadcrumb-item{color: #fff;}
.pageTop .breadcrumb .breadcrumb-item a{color: #fff;}

.pageDetails {margin: -60px 0 30px 0;position: relative;z-index: 3;}
.pageDetails .box {display: flex;flex-wrap: wrap;gap: var(--gap);background: #fff;border-radius: 10px;padding: var(--gap);box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);}
.pageDetails .box .left {flex: 1;min-width: 200px;}
.pageDetails .box .left .image {position: relative;overflow: hidden;border-radius: 5px; box-shadow: 0 0 5px -3px black; transition: 0.3s ease all; margin-bottom: 15px;}
.pageDetails .box .left .pageMenu {display: block;padding: 0;margin: 0;}
.pageDetails .box .left .pageMenu li{display: block; list-style: none;font-weight: 500;margin-bottom: 3px;border-radius: 5px;overflow: hidden;}
.pageDetails .box .left .pageMenu li.active{background: var(--primary-color);padding: 10px;color: #fff;}
.pageDetails .box .left .pageMenu li a{display: block;color: var(--secondary-color);background: #f8f8ff;padding: 10px;}
.pageDetails .box .left .pageMenu li:hover a {background: var(--primary-color); color: #fff;}
.pageDetails .box .right {flex: 4;}

.pageDetails .contactPage .box {gap: calc(var(--gap) * 2);}
.pageDetails .contactPage span.b {display: block;width: max-content;color: var(--secondary-color); font-size: 22px;font-weight: 400;margin-bottom: 10px;position: relative;}
.pageDetails .contactPage .rightBox {width: calc(50% - var(--gap));}
.pageDetails .contactPage .rightBox ul { margin: 0 0 30px 0;padding: 0; list-style: none;}
.pageDetails .contactPage .rightBox ul:last-child { margin: 0;}
.pageDetails .contactPage .rightBox ul.il li {margin-bottom: 5px}
.pageDetails .contactPage .rightBox ul.il li i{width: 26px;display: inline-block;font-size: 18px; color: var(--primary-color);}
.pageDetails .contactPage .rightBox ul.sos {display: flex;flex-wrap: wrap;gap: 30px;}
.pageDetails .contactPage .rightBox ul.sos a{display: block;color: var(--primary-color); font-size: 24px;}
.pageDetails .contactPage .rightBox ul.sos li:hover a {color: var(--secondary-color);}
.pageDetails .contactPage .contactForm {flex: unset; width: 100%;max-width: 550px;margin: 30px auto; box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);padding: 30px;border-radius: 10px;}
.pageDetails .contactPage .contactForm .form-floating {margin-bottom: 15px;}
.pageDetails .contactPage .contactForm .btn {border-radius: 5px;padding: 10px;width: 100%;max-width: 150px;margin: 10px auto;display: block;}
.pageDetails .contactPage .contactForm .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;}
.pageDetails .contactPage .contactForm .btn i {  padding-left: 0px; font-size: 14px; transition: .3s ease all;-moz-transition: .3s ease all;-webkit-transition: .3s ease all;}
.pageDetails .news {display: grid;grid-template-columns: repeat(3 , 1fr); gap: var(--gap);}
.pageDetails .contactPage .maps {width: calc(50% - var(--gap));min-height: 350px; border-radius: 10px; overflow: hidden;box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.2);}
.pageDetails .contactPage .maps iframe{width: 100%;height: 100%;border: unset;}

.gallery span.b {display: block;font-size: 20px;margin-bottom: 15px;}
.gallery .images {display: grid;grid-template-columns: repeat(5 , 1fr); gap: 20px;}
.gallery .images .image {position: relative; aspect-ratio: 4 / 3;box-shadow: 0 0 11px -10px black;overflow: hidden;border-radius: 5px;}
.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: 0.3s ease all;}
.gallery .images .image a::after {content: "\f62c";display: inline-block;line-height: 1; font-display: block;font-family: bootstrap-icons !important;font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; font-size: 30px;position: absolute; left: 0;right: 0; top: 0; margin: auto; width: max-content; text-align: center;  color: #fff; z-index: 3;opacity: 0;  visibility: hidden;transition-delay: 0.1s; transition-duration: 0.3s;}
.gallery .images .image img{width: 100%;height: 100%;object-fit: cover;transition: 0.3s ease all;}
.gallery .images .image:hover a::before { opacity: 0.5; visibility: visible;transition: 0.3s ease all; }
.gallery .images .image:hover a::after {opacity: 1; visibility: visible; top: calc(50% - 15px); transition-delay: 0.1s; transition-duration: 0.3s; }

.references {width: 100%;}
.references .gallery .images .image img {filter: grayscale(1);object-fit: contain;}
.references .gallery .images .image a::before , .references .gallery .images .image a::after {display: none;}
.references .gallery .images .image:hover img {filter: grayscale(0);}

.pageDetails .news .new .image::before {background: linear-gradient(0deg, rgba(2, 0, 72, 0.4) 0%, rgba(2, 0, 72,0) 100%);}
.pageDetails .news .new .title b{height: auto;}
.pageDetails .news .new:hover .image::before {background: linear-gradient(0deg, rgba(2, 0, 72, 0.1) 0%, rgba(2, 0, 72,0) 100%);}

.productDetails .box .left {flex: 3;}
.productDetails .box .left .slider{border: 1px solid #e8e8ff;border-radius: 10px;overflow: hidden;}
.productDetails .box .left .slider .slick-dots {position: absolute;left: 0;right: 0;bottom: 10px;margin: auto;padding: 0;display: flex;flex-wrap: wrap;gap: 10px;width: max-content;}
.productDetails .box .left .slider .slick-dots li { display: block;list-style: none;}
.productDetails .box .left .slider .slick-dots li button {display: block; width: 10px;height: 10px; border-radius: 5px; font-size: 0; padding: 0; border: unset;  background: var(--secondary-color);transition: 0.3s ease all; -webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all; }
.productDetails .box .left .slider .slick-dots li.slick-active button {width: 20px;background: var(--primary-color);transition: 0.3s ease all; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; }
.productDetails .box .left .slider .item img {width: 100%;height: 100%;object-fit: cover;aspect-ratio: 9 / 7;}

@media (max-width: 1200px) {
    :root{ --gap:20px;--margin: 60px 0; }
    .container {max-width: calc(100% - 30px);}
    #menu > ul {gap: 0 30px;}
    #menu ul li a {padding: 5px 0; }
    .homeSlider .slider .item .desc span.b {margin-bottom: 15px; font-size: 38px; line-height: 50px; }
    .homeSlider .slider .item .desc p.b {font-size: 18px;}
    .minSlider {max-width: 550px;padding: 0 0 10px 10px;}
    .minSlider .item .desc {padding: 15px; }
    .minSlider .slick-arrow { bottom: 20px;}
    .bigTitle {font-size: 22px;line-height: 22px;}
    #productNav .nav-link {font-size: 16px;min-width: max-content; }
    .head span {font-size: 30px;line-height: 34px;}
    .whyErmet .box .left span.b {font-size: 30px;}
    .whyErmet .box .left .btn {padding: 10px 20px; }
    .whyErmet .box .left .btn:hover {padding: 10px 10px 10px 20px; }
    .newsLetter .container .left span.b {font-size: 30px;}
    .homeWorks .works .work i {font-size: 36px;width: 50px; height: 50px; }
    .homeWorks .works .work:hover i { font-size: 44px; }
    .homeWorks .works .work .title { font-size: 18px;}
    .products .product .text .b {font-size: 22px;}
    footer .boxes .left .logo {width: auto;height: 60px;}

}

@media (max-width: 992px) {
    :root {--gap: 15px; --margin: 40px 0; }
    header .container {position: unset;}
    #menu {order: 2;margin-left: 30px;flex: unset;position: unset;}
    #menu .mobilMenu {display: flex;justify-content: flex-end;align-items: center; position: relative;width: 24px;height: 18px;}
    header.sticky .mobilMenu span ,header.bg-white .mobilMenu span {color: var(--secondary-color);}
    .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 > ul {position: absolute;left: 0; background: var(--primary-color);top: 70px; width: 100%;visibility: hidden; height: 0; display: block; padding:20px 30px;overflow: auto;transition: 0.3s ease all; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; }
    header.sticky #menu > ul {top: 60px;}
    #menu.show > ul {height: calc(100vh - 70px);visibility: visible;transition: 0.3s ease all; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; }
    header.sticky #menu.show > ul {height: calc(100vh - 60px);}
    #menu > ul > li > a {font-size: 18px; color: #fff;padding: 15px 0;margin: auto;}

    #menu > ul > li > a::before {display: none;}
    #menu > ul > li:hover > a {color: var(--dark-color); }
    #menu ul li.mega {position: relative; }
    #menu ul li.mega .sub .image {display: none;}
    #menu ul li.mega .sub > ul {grid-template-columns: repeat(2 , 1fr); gap: 0 20px;}
    #menu ul li.acilir .sub {display: none;background: unset;margin-bottom: 20px; position: relative;opacity: 1;visibility: visible; transition: unset; -webkit-transition: unset; -moz-transition: unset;transform: translateY(0px); -webkit-transform: translateY(0px); box-shadow: none; padding: 0;width: 100%!important; max-width: 100%;}
    #menu ul li.acilir .sub a {color: #fff;}
    #menu ul li.mega .sub li.acilir > a {font-weight: 500; color: var(--secondary-color);}
    #menu ul li.mega .sub li.acilir li > a {color: #fff;border: unset;}
    #menu ul li.mega .sub > ul > li > a {color: #fff;}
    #menu ul li.mega .sub > ul > li {border-bottom: unset;}
    #menu ul li.mega .sub ul li:hover > a {color: var(--dark-color);}
    #menu ul li.acilir .sub li:hover > a {padding-left: 5px;}

    #menu ul li.acilir.show .sub {display: block;}
    #menu ul li.acilir:hover .sub { transition: unset; -webkit-transition: unset; -moz-transition: unset;}
    #menu ul li.acilir > a::after {position: absolute;right: 0;color: #fff; font-size: 16px;transform: rotate(-90deg); margin-top: 5px;transition: 0.3s ease all;}
    #menu ul li.acilir.show > a::after {transform: rotate(0deg);transition: 0.3s ease all;}

    .head span {font-size: 26px;line-height: 30px; }

    .minSlider {position: relative;max-width: 700px; padding: 15px;margin: 15px auto;}
    .minSlider::before {border-radius: 10px; }
    .minSlider .item { border-radius: 0 10px 10px 15px;}
    .newsSlider { padding: 0; }
    .newsSlider.slick-slider .news {margin: 0 10px 10px 10px;}
    .whyErmet .box .left {padding: 15px 0;}
    .whyErmet .box .left span.b { font-size: 26px;margin-bottom: 10px;}
    .whyErmet .box .left .btn {padding: 10px 20px;}
    .whyErmet .box .video span { width: 80px;height: 80px;}
    .whyErmet .box .left .btn:hover {padding: 10px 10px 10px 20px;}
    .newsLetter .container {gap: 0;}
    .newsLetter .left + .gallery {order: -1;}
    .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; }

    .spaces .space {grid-template-columns: repeat(1 , 1fr);}
    .spaces .space .text::before ,.spaces .space .text::after{display: none;}
    .spaces .space:nth-child(n+3) .image {order: 0;}
    #productNav {flex-wrap: nowrap;overflow: auto hidden;justify-content: flex-start;}
    .pageDetails .news {grid-template-columns: repeat(2 , 1fr);}
    body * {scrollbar-width: none;}
    body *::-webkit-scrollbar { display: none;}
    #productNav .nav-link {padding: 10px;min-width: 100px;width: max-content;}
    .products {grid-template-columns: repeat(3 , 1fr);}
    .gallery .images {grid-template-columns: repeat(5 , 1fr);gap: 15px;}
    footer .boxes .box {flex: unset; width: calc(50% - calc( var(--gap) / 2));}
    .pageDetails .contactPage .maps {position: relative;overflow: hidden; height: max-content; }
    .pageDetails .contactPage .maps iframe{position: absolute;}


}

@media (max-width: 768px) {
    h1 {font-size: 22px;} h2 {font-size: 21px;} h3 {font-size: 20px;}h4 {font-size: 19px;} h5 {font-size: 18px;}h6 {font-size: 17px;}
    .container {max-width: 100%;padding: 0 15px;}
    .head {margin: 0 auto 30px auto;}
    #menu ul li.mega .sub ul {grid-template-columns: repeat(1 , 1fr);}
    .homeSlider .slider {height: auto; min-height: 50vh; }
    .homeSlider .slider .item img {min-height: 350px;}
    .homeSlider .slider .item .desc span.b { margin-bottom: 10px; font-size: 30px;  line-height: 40px; }
    .homeSlider .slider .item .desc p.b {font-size: 16px; margin-bottom: 10px;}
    .homeSlider .slider .item .desc .btn {padding: 5px 15px;font-size: 16px;}
    .homeSlider .slider .item .desc .btn:hover { padding: 5px 5px 5px 15px; }
    .minSlider {max-width: calc(100% - 30px);}
    .products {grid-template-columns: repeat(1 , 1fr);}
    .homeWorks .works .work .text {padding: 10px;}
    .homeWorks .works .work i {font-size: 30px; width: 40px;height: 40px;}
    .homeWorks .works .work:hover i {font-size: 36px; }
    .head span {font-size: 20px; line-height: 24px;}
    .whyErmet {margin: 90px 0 30px 0;}
    .whyErmet .box {grid-template-columns: repeat(1 , 1fr);gap: 0;}
    .whyErmet .box .left {order: 2;text-align: center;}
    .whyErmet .box .left .btn{margin: auto;}
    .whyErmet .box .left span.b {font-size: 20px; }
    .whyErmet .box .video span { width: 60px;height: 60px;}
    .gallery .images {grid-template-columns: repeat(4 , 1fr); gap: 10px; }
    .spaces .space .text p {display: none;}
    .spaces .space .text .b {white-space: normal; -webkit-line-clamp: 2;}

    .kuvvetHesabi .container {flex-wrap: wrap;text-align: center;gap: 15px; }
    .newsLetter .container .left {text-align: center; }
    .newsLetter .container .left form{text-align: left; }
    .pageDetails .box .left ,.pageDetails .box .right {flex: unset; width: 100%;}
    .pageDetails .box .left .pageMenu { position: relative; top: unset; display: flex;flex-wrap: wrap; gap: 5px 10px;overflow: auto;}
    .pageDetails .box .left .pageMenu li {flex-shrink: 0;}
    footer .boxes .box {flex: unset; width: calc(50% - 8px);}
    .pageTop {background-size: cover;padding: 20px 0 70px 0;}
    .pageTop .breadcrumb {flex-wrap: nowrap; overflow: auto;justify-content: unset;width: 100%;}
    .pageTop .breadcrumb .breadcrumb-item {flex-shrink: 0;}
    .searchForm .form-group .form-control { font-size: 15px;}


}

@media (max-width: 576px) {
    :root { --gap: 10px;--margin: 30px 0;}
    header .right ul {gap: 0 15px;}
    header .right ul li:not(.lang , .search) {display: none;}
    header .right li.lang {margin-left: 0;}
    header .right li.lang::before {display: none;}
    #menu {margin-left: 15px; }
    #menu > ul {top: 60px;}
    #menu.show > ul {height: calc(100vh - 60px);}
    .homeSlider .slider .slick-dots {right: 10px;top: calc(50% + 35px); }
    .homeSlider .slider .item .desc{ top: unset;transform: unset;-webkit-transform: unset; bottom: 15px; }
    .homeSlider .slider .item .desc span.b { max-width: calc(100% - 30px);font-size: 24px;line-height: 30px;}
    .homeSlider .slider .item .desc p.b {max-width: calc(100% - 30px);line-height: 20px;}
    .searchForm {padding: 30px 15px 0 15px; height: auto;}
    .searchForm .box {padding: 20px;}
    .searchForm .box .title { font-size: 26px;margin-bottom: 15px;}
    .searchForm .box .close {top: 0;}
    .minSlider .slick-list {border-radius: 15px;}
    .minSlider .item {display: block;}
    .minSlider .item .image , .minSlider .item .desc {flex: unset;width: 100%;}
    .minSlider .item .image {aspect-ratio: 4 / 3; }
    .minSlider .item .desc { padding: 5px 10px 10px 10px; }
    .minSlider .item .desc b.b {margin-bottom: 0; font-size: 16px; }
    .minSlider .slick-arrow { bottom: calc(50% - 20px);width: 40px;height: 40px; }
    .minSlider .slick-prev {left: 0;}
    .minSlider .slick-next {left: unset;right: 0;}

    .productGroups .container {padding: 0;}
    #productTab{padding: 0 15px;}
    #productNav {padding: 5px 15px;gap: 0 20px;}

    .bigTitle {font-size: 20px;line-height: 20px;}
    .head span { font-size: 18px;line-height: 22px;margin-bottom: 5px;}
    .head p {margin: 0; font-size: 14px;}
    .products .product .text {border-radius: 15px;}

    .workSpaces .container {padding: 0;}
    .workSpaces .spaces {display: flex;overflow: auto hidden;justify-content: unset;padding: 10px 15px;-webkit-overflow-scrolling: touch;scroll-snap-type: x mandatory;}
    .workSpaces .spaces .space{display: block;min-width: 80%;scroll-snap-align: start;border-radius: 15px; flex-grow: unset;}
    .spaces .space .text .icon {width: 40px;height: 40px;}
    .spaces .space .text .b {font-size: 16px; }
    .spaces .space .text .desc {opacity: 1;visibility: visible;}

    .kuvvetHesabi .container .left span {font-size: 18px;}
    .homeWorks .container {padding: 0;}
    .homeWorks .works {flex-wrap: nowrap; overflow: auto;padding: 10px 15px;}
    .homeWorks .works .work {flex: unset;min-width: 60%;border-radius: 15px;}
    .homeWorks .works .work .desc{font-size: 15px;}

    .newsSlider.slick-slider .new { margin: 0 5px 5px 5px;}
    .homeBrands .brand {margin: 5px;}
    footer .boxes .box { width: 100%;text-align: center;}
    footer .boxes a {margin: auto;text-align: center;}

    footer .boxes .left .sos {justify-content: center;}
    footer .boxes .box span.b {margin: 0 auto 20px auto;}
    footer .boxes .box span.b::before { right: 0;margin: auto;}

    .gallery .images {grid-template-columns: repeat(3 , 1fr); gap: 10px; }
    .newsLetter .gallery .item {padding: 5px;}
    .pageDetails .container {padding: 0 5px;}
    .pageDetails .box {padding: 15px;}
    .pageDetails .contactPage .maps {width: 100%; min-height: 250px;}
    .pageDetails .contactPage .rightBox {width: 100%;}
    .pageDetails .spaces {flex-wrap: wrap; max-width: 100%;aspect-ratio: unset;padding: 0;}
    .pageDetails .spaces .space{flex-grow: unset;border-radius: 15px;max-width: 100%;}
    .pageDetails .box .left {flex: unset;width: 100%; }
}
