@import url('./animations.css');
@import url('./editorjs.css');

:root {
    --primary-color: #093afc;
    --primary-rgb: 9, 58, 252;
    --secondary-color: #062ece;
    --secondary-rgb: 255, 0, 36;
    --passive-color: #f6f7ff;
    --light-color: #66768c;
    --dark-color:  #0f172a;
    --primary-gradient: linear-gradient(135deg, #1a365d 0%, #2d5aa0 100%);
    --secondary-gradient: linear-gradient(90deg,var(--primary-color) 0%, var(--secondary-color) 100%);
    --footer-primary: #758799;--footer-secondary: #15304c;--footer-bg: #02021a;
    --gap: 30px;
}

::selection {background-color: var(--primary-color); color: #fff; }
body {font-family: "Inter", sans-serif;line-height: 1.4; color: var(--dark-color); overflow: hidden auto;}
img {max-width: 100%;color: transparent;}
h1 {font-size: 2.3rem;}
h2 {font-size: 2.1rem;} 
h3 {font-size: 1.9rem;} 
h4 {font-size: 1.7rem;} 
h5 {font-size: 1.5rem;} 
h6 {font-size: 1.3rem;}
h1, h2, h3, h4, h5, h6 {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;}

.btn {border-radius: 25px;background: var(--primary-color);border: unset;padding: 10px 30px;color: #fff;box-shadow: unset !important;transition: 0.3s ease all;}
.btn:hover { background: var(--secondary-color);color: #fff;}

.btn-primary {background: transparent;border: 1px solid;padding: 10px 30px;color: var(--primary-color);box-shadow: unset !important;transition: 0.3s ease all;}
.btn-primary:hover { background: var(--primary-color);color: #fff; border-color: var(--primary-color);}

.btn-wp {display: flex;align-items: center;gap: 10px; width: fit-content; background-color: #25D366;color: white;font-size: 16px;font-weight: 500;padding: 12px 24px;border-radius: 24px;text-decoration: none;box-shadow: 0 2px 8px var(--dark-color);transition: all 0.3s ease;border: none;cursor: pointer;}
.btn-wp:hover {background-color: #128C7E;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);transform: translateY(-2px);color: #fff;}
.btn-wp:active {transform: translateY(0);box-shadow: 0 2px 6px var(--dark-color);}
.btn-wp i {font-size: 18px;}

.cookies { position: fixed; z-index: 9; max-width: 370px; width: 100% ; 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;}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {border-color: var(--primary-color);}

#back-to-top {display: none;position: fixed;color: #fff; right: 15px;bottom: 15px;background: rgba(var(--primary-rgb), 0.5);font-size: 24px;padding: 10px;border-radius: 10px;cursor: pointer;transition: 0.3s ease all;z-index: 5;}
#back-to-top:hover {background: rgba(var(--primary-rgb), 1);}
#back-to-top.show {display: block;}

.container {max-width: 1300px;}
.container-fluid {max-width: 1900px;padding: 0 15px; margin: 0 auto;}

header {position: sticky;padding: 15px 0;width: 100%; top: 0;z-index: 4;background: #fff;box-shadow: 0 0 30px -30px var(--dark-color);transition: 0.5s ease all;}
header > .container {display: flex;gap: 50px; align-items: center;justify-content: space-between;position: relative;z-index: 1;}
header ul {margin: 0;padding: 0;list-style: none;}
header .logo img {width: auto;height: 50px;transition: 0.3s ease all;}

header.sticky {padding: 10px 0; box-shadow: 0 0 30px -20px var(--dark-color);}
header.sticky .logo img {filter: unset;} 

#menu .mobilMenu {display: none;}
#menu > .menu {display: flex;flex-wrap: wrap;height: 50px;gap: 0 5px; 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;gap: 10px; color: var(--dark-color); align-items: center; position: relative;z-index: 1;padding: 0 20px; height: 100%;transition: 0.3s ease all;}
#menu .menu > li.drop-down > a > i {display: none;}
#menu .menu > li:hover > a {background: rgba(var(--primary-rgb), 0.1);color: var(--primary-color);border-radius: 15px;}

.sticky #menu .menu > li > a {color: var(--dark-color);}

#menu .menu .drop-down:not(.mega, .mega2){position: relative;}
#menu .menu .drop-down .sub-item {opacity: 0; visibility: hidden; position: absolute;left: 0;top: 100%; background:var(--passive-color);padding: 10px;border-radius: 10px;min-width: 200px; box-shadow: 0 5px 30px -25px var(--dark-color);}
#menu .menu .drop-down .sub-item::before {content: "";position: absolute;inset: 0;z-index: -1;top: -20px; }
#menu .menu .drop-down .sub-item ul > li > a {display: block;border-radius: 10px; line-height: 1;padding: 15px;background: transparent;transition: 0.3s ease all;}
#menu .menu .drop-down .sub-item ul > li:hover > a {background: rgba(var(--primary-rgb), 0.1);color: var(--primary-color);}


/* Mega Menü Tablı */
#menu .menu .drop-down.mega2 .sub-item {display: grid;grid-template-columns: 1fr 3fr;gap: 30px;}
#menu .menu .drop-down.mega2 .sub-item .nav-link {padding: 0; }
#menu .menu .drop-down.mega2 .sub-item .nav-link.active {background: transparent;}
#menu .menu .drop-down.mega2 .sub-item .nav-link a{background: #fff;color: var(--secondary-color);line-height: unset;}
#menu .menu .drop-down.mega2 .sub-item .nav-link.active a{background: rgba(var(--primary-rgb), 0.2);color: var(--primary-color);}
#menu .menu .drop-down.mega2 .sub-item .tab-content {flex: 1;background: #fff;border-radius: 10px;}
#menu .menu .drop-down.mega2 .sub-item .right {display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;padding: 20px;}
#menu .menu .drop-down.mega2 .sub-item .right .item {display: block;padding: 0;background: transparent;}
#menu .menu .drop-down.mega2 .sub-item .right .image{position: relative;z-index: 1;overflow: hidden;border-radius: 10px;box-shadow: 0 0 5px -4px var(--dark-color);}
#menu .menu .drop-down.mega2 .sub-item .right .image::before {content: "";position: absolute;width: 200%;height: 0%;left: 50%;top: 50%;background: rgba(255,255,255,0.3);transform: translate(-50%,-50%) rotate(-45deg);z-index: 1;}
#menu .menu .drop-down.mega2 .sub-item .right .image img{width: 100%;height: 100%;aspect-ratio: 5 / 3;object-fit: cover; transition: 1s ease all;}
#menu .menu .drop-down.mega2 .sub-item .right .text{padding: 10px;font-weight: 500;}

#menu .menu .drop-down.mega2 .sub-item .right .item:hover{background: var(--passive-color);}
#menu .menu .drop-down.mega2 .sub-item .right .item:hover .image::before {height: 250%;transition: all 600ms linear !important;background-color: transparent;}
#menu .menu .drop-down.mega2 .sub-item .right .item:hover .image img{ transform: scale(1.05);object-position: bottom;}
/* Mega Menü Tablı */

#menu .menu .drop-down:hover .sub-item {z-index: 1; top: calc(100% + 20px);opacity: 1;visibility: visible;transition: 0.5s ease all;}
#menu .menu .drop-down:is(.mega, .mega2) .sub-item{width: 100%;}
#menu .menu .drop-down:is(.mega, .mega2) .sub-item .nav {gap: 5px;}
#menu .menu .drop-down:is(.mega, .mega2) .sub-item ul .more a {display: flex;align-items: center;background: var(--primary-color);color: #fff;padding: 30px 15px;text-align: center;justify-content: center;gap: 15px;}
#menu .menu .drop-down:is(.mega, .mega2) .sub-item ul .more:hover a {background: var(--secondary-color);}

header .language {display: flex;gap: 10px;}


.home-slider{position: relative;z-index: 1;padding-bottom: 30px;}
.home-slider::after {content: ""; position: absolute; inset: 0;z-index: -1;  background: url('../img/slider-bg.jpg') no-repeat;background-size: cover;background-position: center;opacity: 0.3;}
.home-slider:not(.slick-slider) .item:nth-child(n+2) { display: none;}
.home-slider div { height: 100%;}
.home-slider .item { position: relative; z-index: 1; border: unset;overflow: hidden;}
.home-slider .item .container { display: grid;grid-template-columns: repeat(2, 1fr);gap: 50px; padding: 30px 15px; align-items: center;}
.home-slider .item .image {padding: 10px;border-radius: 15px;background: #fff; box-shadow: 0 0 30px -25px var(--dark-color);}
.home-slider .item img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover;border-radius: 15px;}
.home-slider .item video { width: 100%; height: 100%; object-fit: cover;}
.home-slider .item .text {display: flex;flex-direction: column;height: fit-content;padding: 30px; }
.home-slider .item .date span  {background: var(--primary-color);color: #fff;line-height: 1;font-size: 14px;padding: 5px 10px;border-radius: 10px;}
.home-slider .item .title { display: block;margin-top: 10px; font-size: 2.3rem; font-weight: 600; margin-bottom: 30px; transform: translate(0, 50px);opacity: 0;}
.home-slider .item .desc { display: block;font-size: 20px; font-weight: 300; color: var(--light-color); transform: translate(0, 50px);opacity: 0;}
.home-slider .item .go {margin-top: 20px; opacity: 0; transform: translate(0, 50px);}
.home-slider .item .btn { position: relative;font-size: 18px; background: var(--primary-color);padding: 10px 30px;border-radius: 25px; padding-right: 40px; border: unset;}
.home-slider .item .btn i { position: absolute; right: 10px; top: 50%; line-height: 1; transform: translate(0, -50%); transition: 0.5s ease all;}


.home-slider .slick-active .title {opacity: 1; transform: translate(0, 0); transition-delay: 0.6s; transition-duration: 0.6s;}
.home-slider .slick-active .desc {opacity: 1; transform: translate(0, 0); transition-delay: 1s; transition-duration: 0.8s;}
.home-slider .slick-active .go { opacity: 1; transition-delay: 1.2s; transition-duration: 1.4s; transform: translate(0px, 0);}

.home-slider .item .btn:hover { background: var(--secondary-color);}
.home-slider .item .btn:hover i { right: -5px;}

.home-slider .slick-dots { position: absolute; bottom: 10px; width: fit-content; margin: auto; padding: 0 15px; left: 0; right: 0; display: flex; list-style: none; gap: 10px;}
.home-slider .slick-dots li {padding: 10px;border-radius: 50%;border: 1px solid transparent;transition: 0.3s ease all;cursor: pointer;}
.home-slider .slick-dots button {display: block;padding: 0;font-size: 0;width: 8px;height: 8px;background: var(--bs-gray-300);border-radius: 50%;border: unset;}
.home-slider .slick-dots .slick-active ,.home-slider .slick-dots li:hover{border-color: var(--primary-color);}
.home-slider .slick-dots li:is(.slick-active, :hover) button {background: var(--primary-color);}



section {margin: 50px 0;}
section .head {margin: 0 auto 30px auto;text-align: center;} 
section .head.text-left {margin: 0 auto 30px 0;text-align: left;} 
section .head .big-title {line-height: 1;letter-spacing: 1.5px;border-radius: 20px;background: var(--bs-gray-200);padding: 10px 15px;font-size: 14px;display: inline-block;color: var(--light-color);margin-bottom: 5px;}
section .head .description{display: block;font-size: 30px;font-weight: 600;color: var(--dark-color);transition-duration: .5s;margin: 0;}
section .head.text-left .big-title::before{right: unset;}


.home-about  {margin: 0; padding:50px 0;background: linear-gradient(270deg, var(--primary-color) 0%, var(--primary-color) calc(50% - 15vw), transparent calc(50% - 15vw), transparent 100%); background-position: right; background-size: 0;background-repeat: no-repeat;}
.home-about.aos-animate {background-size: 100%;}
.home-about .container {display: grid; grid-template-columns: repeat(2 , 1fr); align-items: center; gap: 100px;padding: 0;}
.home-about .left {flex: 1;}
.home-about .left .clearfix {font-size: 22px;color: var(--light-color);font-weight: 200;}
.home-about .image::after {content: "";background-image: radial-gradient(#FFF 1px , rgba(0,0,0,0) 2px);background-size: 1rem 1rem;position: absolute;right: -40px;bottom: -30px;width: 160px;height: 160px;z-index: -1;opacity: 0.7;animation: leftRightTop 8s infinite;}
.home-about .image img {width: 100%;object-fit: cover;border-radius:5px;}

.home-works {background: var(--passive-color);padding: 50px 0;}
.works {display: grid;grid-template-columns: repeat(3, 1fr);gap: 50px;align-items: center;}
.works .item {display: grid;gap: 30px;}
.works .work {display: flex;gap: 30px;padding: 10px;border-radius: 10px;background: transparent;box-shadow: 0 0 30px -25px transparent;transition: 0.3s ease all;}
.works .work .icon {display: flex; font-size: 26px; justify-content: center;align-items: center;flex-shrink: 0;background: var(--dark-color);width: 50px;height: 50px;color: #fff;border-radius: 10px;}
.works .work:nth-child(even) .icon {background: var(--primary-color);}
.works .work .text {}
.works .work .text .title{display: block;margin-bottom: 5px;}
.works .work .text .desc{color: var(--light-color);font-size: 14px;}
.works .work:hover {background: #fff;box-shadow: 0 0 30px -25px var(--dark-color);}

section.home-companies {justify-content: normal;padding: 70px 0;margin: 0; background: var(--passive-color);background: linear-gradient(0deg,rgb(246, 247, 255, 0) 0%, rgb(246, 247, 255, 0.8) 25%, var(--passive-color) 50%, rgb(246, 247, 255, 0.8) 75%, rgb(246, 247, 255, 0) 100%);}
section.home-companies .container{display: grid;grid-template-columns: 4fr 3fr;gap: 100px;}

.company-search .text{color: var(--bs-gray-600);margin-bottom: 50px;}
.company-search form {width: 100%;}
.company-search #search-input {display: flex;flex-wrap: wrap;position: relative;margin-bottom: 30px;}
.company-search #search-input::before {content: "\f52a";display: inline-block;font-family: bootstrap-icons !important;position: absolute;top: 50%;left: 15px;transform: translate(0 , -50%);color: var(--bs-gray-400);font-size: 20px;}
.company-search #search-input .form-control {flex: 1;border-radius: 30px 0 0 30px;padding: 12px 50px;}
.company-search #search-input .btn {padding: 0;width: 80px;background: var(--primary-color); flex-shrink: 0;border-radius: 0 30px 30px 0;}
.company-search #search-input .btn:hover {background: var(--light-color);}
.company-search form .btn-search {width: 100px;}
.company-search form .btn-search .spinner-grow {width: 16px;height: 16px;}

.company-search form .advancedSearch{padding: 0;margin: 0; display: flex;justify-content: space-between; gap: 10px;}
.company-search form .advancedSearch .form-check-input {position: absolute;left: -99999px;}
.company-search form .advancedSearch label::before {content: "\f270";display: block;font-family: bootstrap-icons !important;font-style: normal;color: var(--bs-green);opacity: 0.3;transition: 0.3s ease all; font-size: 22px;position: absolute;left: 0px;top: 50%;transform: translate(0 , -50%);line-height: 1;}
.company-search form .advancedSearch .form-check-input:checked + label::before {opacity: 1;}
.companyPage .company-search form .advancedSearch .btn {margin: 0 0 0 auto;}
.companyPage .company-search form .searchItems .box {background: #fff;padding: 15px;border-radius: 15px;}

.company-search form .searchItems {display: none;width: 100% !important;margin-bottom: 30px;}
.company-search form .searchItems .box {display: grid;grid-template-columns: repeat(3 , 1fr);gap: 20px;}
.company-search form .searchItems .box .form-select {border-radius: 20px;height: 40px;padding-left: 15px;}
.company-search form .searchItems .switch {display: grid;gap: 5px; align-self: end;}
.company-search form .searchItems .switch .form-check {margin: 0;}

.companyPage .company-search {max-width: 700px;margin: 50px auto;}  

#autoComplete {display: none;gap: 5px; position: absolute;top: 100%;background: #fff;left: 20px;margin: 0;width: calc(100% - 60px);padding: 10px;border-radius: 10px;box-shadow: 0 10px 20px -15px var(--dark-color);list-style: none;z-index: 54;max-height: 300px;overflow: auto;}
#autoComplete.show {display: grid;}
#autoComplete a {display: flex;gap: 10px;background: var(--passive-color);align-items: center; border-radius: 5px;padding: 5px;}
#autoComplete a img {width: 40px;height: 40px;object-fit: contain;background: #fff;}
#autoComplete a span {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
#autoComplete li:hover a {color: var(--primary-color);}

.company-stats {background: var(--light-color);padding: 50px 0;margin:0 ;}
#stats {display: grid;grid-template-columns: repeat(4, 1fr); gap: 30px;}
#stats .item {display: grid;height: fit-content;gap: 10px;padding:20px;background: #fff;border-radius: 10px;box-shadow: 0 0 20px -15px transparent;text-align: center;transition: 0.4s ease all;}
#stats .number {display: flex;justify-content: center; font-size: 2em;gap: 10px;align-items: center;}
#stats .number .title {font-size: 1.5em; font-weight: 600;line-height: 1;}
#stats .desc{color: var(--light-color);}
#stats .counter-digit {display: inline-block; overflow: hidden; height: 1em; text-align: center; line-height: 1em; }
#stats .counter-digit-inner {transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);display: flex;flex-direction: column;align-items: center;}
#stats .digit {height: 1.2em;}
#stats .item:hover {box-shadow: 0 0 30px -20px var(--light-color);}


.home-news{background: var(--passive-color);padding: 50px 0;margin: 0;}
.home-news .container{position: relative;}
.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); height: 100%; transition: 0.3s ease all;}
.news .new .image{position: relative;z-index: 1;overflow: hidden;border-radius: 10px;}
.news .new .image::before {content: "";z-index: 0;position: absolute;background: var(--dark-color);opacity: 0;transition: 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 .text{display: block;padding: 20px 15px;}
.news .new .description {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;margin: 10px 0;}
.news .new .date{display: block;margin-bottom: 5px;color: var(--light-color);}
.news .new .title{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news .new:hover a{color: var(--primary-color); 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;}

.home-news .news .new:nth-child(2) {grid-column: span 2;grid-row: 2 span;height: 100%;}
.home-news .news .new:nth-child(2) .title {font-size: 24px;}

.brands {display: grid;grid-template-columns: repeat(7 , 1fr); gap: 10px;}
.brands.slick-slider {display: block;}
.brands.slick-slider .slick-track {padding: 10px 0; display: flex;gap: 20px;}
.brands .item {padding: 5px; box-shadow: 0 0 20px -15px rgb(0,0,0,0.4);cursor: pointer; transition: 0.3s ease all;}
.brands .item img{display: block;width: 100%; height: 100;aspect-ratio: 4 / 3; object-fit: contain; transition: 0.3s ease all;}
.brands .item:hover{box-shadow: 0 10px 20px -15px var(--dark-color);}

.home-project{padding: 50px 0;position: relative;z-index: 1;}
.home-project::before {content: "";position: absolute;left: 0;right: 0;margin: auto; top: 0;width: 100%;height: 100%;max-width: 900px; z-index: -1; opacity: 0.2; background: url('../img/dunya.svg') no-repeat;background-position: center;background-size: contain;}

.home-project .stats ul { display: grid; grid-template-columns: repeat(4 , 1fr); gap: var(--gap);  list-style: none; max-width: 800px;margin: auto;padding: 0; }
.home-project .stats ul li {text-align: center;}
.home-project .stats ul li .number{font-size: 26px;font-weight: 600;}
.home-project .stats ul li i {display: block;font-size: 50px;color: var(--secondary-color);margin-bottom: 15px;}
.home-project .stats ul li p {display: block;margin: 0;line-height: 1.2;}

.home-project .contactLinks {margin: 50px auto 0 auto;max-width: 800px;text-align: center;font-size: 18px;animation: fadeIn 1s;}
.home-project .contactLinks p{margin-bottom: 5px;}
.home-project .contactLinks .links {  display: flex; align-items: center; justify-content: center; gap: 20px; font-size: 14px;  }

.home-products {position: relative;z-index: 1;margin: 0;padding: 50px 0;}
.home-products::before {content: "";position: absolute; opacity: 0.1; inset: 0;background: url('../img/product-bg.jpg') no-repeat; background-size: cover;}

#product-nav {border: unset;justify-content: center; gap: 0 30px;margin-bottom: 30px;}
#product-nav .nav-link{border: unset;border-radius: 0;background: unset;color: var(--bs-gray-600);border-bottom: 2px solid #f0f0f0;padding: 10px;font-size: 20px;min-width: 80px;transition: 0.3s ease all;}
#product-nav .nav-link.active {color: var(--primary-color);border-color: var(--primary-color); transition: 0.3s ease all}

.products {display: grid;   grid-template-columns: repeat(auto-fit, minmax(250px, calc(100%/3 - (20px * 2) / 3 ))); gap: 20px;justify-content: center;}
.products .product{border-radius: 5px;background: #fff;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;overflow: hidden; border-bottom: 1px solid var(--passive-color);}
.products .product .image::before {content: "";position: absolute;width: 200%;height: 0%;left: 50%;top: 50%;background: rgba(255,255,255,0.3);transform: translate(-50%,-50%) rotate(-45deg);z-index: 1;}
.products .product .image::after {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: 4 / 3;  object-fit: cover;transition: 1s ease all; }
.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;color: var(--light-color);font-size: 14px;}
.products .product .text .title{display: block;margin-bottom: 5px;color: var(--dark-color);font-weight: 500;}
.products .product:hover{box-shadow: 0 5px 25px -20px var(--dark-color);}
.products .product:hover .image img {transform: scale(1.05);}
.products .product:hover .image .show{opacity: 1;visibility: visible;top: 50%;transition-delay: 0.1s;transition-duration: 0.3s;}
.products .product:hover .image::before {height: 250%;transition: all 600ms linear !important;background-color: transparent;}
.products .product:hover .image::after {opacity: 0.2;visibility: visible;}

.products.slick-slider {display: block; padding: 0 60px;}
.products.slick-slider .slick-list {margin: 0 -15px;}
.products.slick-slider .product {margin:15px;}

.products.slick-slider .slick-arrow::before { display: inline-block; font-family: bootstrap-icons !important; font-size: 20px;}
.products.slick-slider .slick-next::before { content: "\f285";}
.products.slick-slider .slick-prev::before { content: "\f284";}
.products.slick-slider .slick-arrow.slick-disabled { opacity: 0.3;}

.products.slick-slider .slick-arrow {position: absolute;z-index: 1; overflow: hidden;font-size: 0;box-shadow: 0 0 30px -15px var(--dark-color);background: transparent;color: var(--primary-color);border-radius:10px;width: 44px;height: 44px;transition:0.3s ease all;-webkit-transition:0.3s ease all;-moz-transition: 0.3s ease all;top: 50%;transform: translate(0 , -50%);border:1px solid;}
.products.slick-slider .slick-arrow:hover { background: var(--primary-color); color: #fff;}
.products.slick-slider .slick-prev { left: 0;}
.products.slick-slider .slick-next { right: 0;}

.products.slick-slider .slick-dots {margin: 0;padding: 0;list-style: none;display: flex;gap: 10px;justify-content: center;}
.products.slick-slider .slick-dots li button{border: 1px solid var(--primary-color);font-size: 0;background: transparent;width: 14px;height: 14px;display: block;border-radius: 7px;transition: 0.3s ease all;}
.products.slick-slider .slick-dots .slick-active button{width: 32px;background: var(--primary-color);}

.home-service {padding: 50px 0;background: var(--primary-color);margin:0 ;}
.home-service .head .description {color: #fff;  }
.services {display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;}
.services .service {height: 100%; background: #fff;border-radius: 15px;padding: 30px ;text-align: center;box-shadow: 0 0px 30px -25px var(--dark-color);transition: all 0.3s ease;}
.services .service .icon{padding: 20px; width: 80px;height: 80px;margin: 0 auto 30px;background: var(--primary-color);border-radius: 50%;display: flex;align-items: center;justify-content: center;transition: 0.3s ease all;}
.services .service .icon img{filter: brightness(0) invert(1);}
.services .service .text{}
.services .service .text .title{display: block; font-size: 1.4rem;font-weight: 600;margin-bottom: 1rem;color: var(--primary-color);}
.services .service .text .description{font-size: 15px;margin: 0;color: var(--bs-gray-600);}

.services .service:hover {box-shadow: 0 10px 30px -25px var(--dark-color);}
.services .service:hover .icon {padding: 15px;}

.home-fast-contact .box{padding: 30px; background: var(--bs-gray-100); display: flex;gap: 30px; align-items: center;justify-content: space-between;border-radius: 80px;box-shadow: 0 0 30px -28px #000;max-width: 1200px;margin: auto;}
.home-fast-contact .box .left{display: flex;gap: 80px;}

.home-fast-contact .box .left .icon{display: flex;justify-content: center;align-items: center;flex-shrink: 0; position: relative;z-index: 1; width: 80px;height: 80px;background: #128C7E;border-radius: 50%;}
.home-fast-contact .box .left .icon::before {content: "";position: absolute;z-index: -1; inset: 0; border-radius: 50%;background: #128C7E;margin: 10px;transition: 5s ease;-webkit-animation: waves 2.5s infinite;animation: waves 2.5s infinite; -webkit-animation-delay: 0.1s;animation-delay: 0.1s;}
.home-fast-contact .box .left .icon::after {content: "";position: absolute;z-index: -1; inset: 0; border-radius: 50%;background: #128C7E;margin: 10px;transition: 5s ease; -webkit-animation: waves 2.5s linear 0.7s infinite;animation: waves 2.5s linear 0.7s infinite;}
.home-fast-contact .box .left .icon :is(svg, img){width: 40px;height: 40px;fill: #fff;}
.home-fast-contact .box .left .icon i{font-size: 40px;color: #fff;}

.home-fast-contact .box .left .title{display: block; margin-bottom: 10px; font-size: 24px;font-weight: 600;color:  #000;}
.home-fast-contact .box .left .description{color: var(--bs-gray-600);margin: 0;}

.home-fast-contact .box .buttons{display: flex;gap: 15px;text-wrap: nowrap;}
.home-fast-contact .box .buttons .btn {font-size: 18px;}

.home-blogs .container { position: relative;}
.blogs { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); width: 100%;}

.home-blogs .blogs.slick-slider { display: block;margin-bottom: 100px;}
.home-blogs .blogs.slick-slider .slick-track {margin: 0;}
/* .home-blogs .blogs .slick-track { display: flex; gap: 20px; padding: 0 0 20px 0;} */
.home-blogs .blogs.slick-slider .slick-list{margin: 0 -10px;}
.home-blogs .blogs.slick-slider .blog {margin: 10px;}

.home-blogs .blogs.slick-slider .blog { height: auto;}
.home-blogs .blogs.slick-slider .blog a { height: 100%;}
.home-blogs .slick-arrow::before { display: inline-block; font-family: bootstrap-icons !important; font-size: 20px;}
.home-blogs .slick-next::before { content: "\f285";}
.home-blogs .slick-prev::before { content: "\f284";}
.home-blogs .slick-arrow.slick-disabled { opacity: 0.3;}

.home-blogs .slick-arrow {position: absolute;z-index: 1; overflow: hidden;font-size: 0;box-shadow: 0 0 30px -15px var(--dark-color);background: transparent;color: var(--primary-color);border-radius:10px;width: 50px;height: 50px;transition:0.3s ease all;-webkit-transition:0.3s ease all;-moz-transition: 0.3s ease all;top: 50%;transform: translate(0 , -50%);border:1px solid;}
.home-blogs .slick-arrow:hover { background: var(--primary-color); color: #fff;}
.home-blogs .slick-prev { left: 0;}
.home-blogs .slick-next { right: 0;}

.blogs .blog a { display: block; background: #fff; height: 100%; border-radius: 10px; box-shadow: 0 0 20px -18px var(--dark-color); transition: 0.3s ease all;}
.blogs .blog .image { position: relative; z-index: 1; overflow: hidden; border-radius: 10px;}
.blogs .blog .image img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover;}
.blogs .blog .image::before { content: ""; z-index: 0; position: absolute; background: var(--dark-color); opacity: 0; transition: 0.3s ease all; inset: 0;}
.blogs .blog .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;}
.blogs .blog .text { display: block; padding: 20px 15px;}
.blogs .blog .date {display: inline-block;margin-bottom: 5px;background: var(--primary-color);color: #fff;line-height: 1;font-size: 14px;padding: 5px 10px;border-radius: 10px;}
.blogs .blog .title {  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;margin-bottom: 5px;}
.blogs .blog .description {display: block;font-size: 14px;color: var(--bs-gray-600);margin-bottom: 10px;}
.blogs .blog:hover a { color: var(--primary-color); box-shadow: 0 10px 20px -18px var(--dark-color);}
.blogs .blog:hover .image::before { opacity: 0.5;}
.blogs .blog:hover .image::after { opacity: 1; right: 20px; transition-delay: 0.2s; transition-duration: 0.3s;}


.contact-form {display: grid;grid-template-columns: repeat(2 , 1fr);gap: 30px;}
.contact-form .btn {padding: 10px 30px;background: #fff;color: var(--primary-color);}
.contact-form .item.full {grid-column: 2 span;}


.home-partners {position: relative;z-index: 1; padding: 50px 0; margin: 0;background: linear-gradient(90deg, var(--passive-color), 0%,var(--passive-color) 35%,transparent 35%,transparent 100%);background-size: 0;background-repeat: no-repeat;}
.home-partners::before{content: "";position: absolute;inset: 0;background: url('../img/contact-bg.jpg') no-repeat;background-size: cover;background-attachment: fixed;opacity: 0.1;z-index: -1;}
.home-partners.aos-animate {background-size: 100%;}
.home-partners .container {display: flex;flex-wrap: wrap;align-items: center; gap: 15px 60px;}
.home-partners .home-contact  {flex:3;}
.home-partners .home-contact .big-title::before{background: #fff;}
.home-partners .home-contact .description {color: var(--passive-color);}


.home-partners .partners{flex: 5;overflow: hidden;}
.home-partners .references {grid-template-columns: repeat(4, 1fr); transition-delay: 0.5s;}

.references {display: grid;grid-template-columns: repeat(5 , 1fr);gap: 30px;}
.references .reference {overflow: hidden;position: relative;border-radius: 5px;}
.references .reference::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;}
.references .reference::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;}
.references .reference img {padding: 10px; 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;}
.references .reference:hover img {filter: grayscale(0);}
.references .reference:hover::before , .references .reference:hover::after{opacity: 1;visibility: visible;width: 50px;height: 50px; transition: 0.3s ease all;}


.home-partners .contact {display: grid;gap: 10px;list-style: none;margin: 0;padding: 0;}
.home-partners .contact li{display: flex;gap: 10px;font-size: 18px;}
.home-partners .contact li span {display: block;width: 80px;font-weight: 600;color: var(--primary-color);}

#iletisim {padding: 50px 0;margin: 0; background: var(--primary-gradient); text-align: center;color: #fff;}
#iletisim .head .big-title::before {background: #fff;}
#iletisim .head .description  {color: #cbd8e3;}
#iletisim .contact-box {display: flex;gap: 30px;justify-content: space-around;}
#iletisim .contact-box .item {flex: 0 0 200px;}
#iletisim .contact-box .item .icon {font-size: 30px;margin-bottom: 15px;}
#iletisim .contact-box .item .title{display: block;font-size: 18px;margin-bottom: 5px;}
#iletisim .contact-box .item .desc{color: #fff;}

#bize-yazin {max-width: 800px;margin: 0 auto 50px auto;background: rgba(255,255,255,0.1);padding: 50px;border-radius: 15px;}
#bize-yazin .form-check-label,
#bize-yazin a {color: #fff;}
#bize-yazin form {display: grid;grid-template-columns: repeat(2, 1fr);color: var(--dark-color);gap: 20px;color: var(--dark-color);}
#bize-yazin form .full,
#bize-yazin form .form-check, form .alert-message {grid-column: 1 / -1;}
#bize-yazin form .btn {display: block;color: #fff;border:1px solid #fff;width: 100%;max-width: 150px;margin: auto;background: transparent;}
#bize-yazin form .btn:hover {background: var(--light-color);}


.map-iframe iframe {width: 100%;height: 100%;aspect-ratio: 3 / 1;border-radius: 15px;}
.contact-page {padding: 50px 0;background: linear-gradient(270deg, var(--passive-color) 0%, var(--passive-color) calc(40% - 100px), transparent calc(40% - 100px), transparent 100%);margin: 50px 0 0 0;}
.contact-page .container {display: flex;flex-wrap: wrap;gap: 50px;}
.contact-page .container .left {flex: 4;}
.contact-page .container .left b.b {display: block;font-size: 24px;margin-bottom: 15px;}
.contact-page .container .left {font-size: 18px;font-weight: 300;text-align: justify;}
.contact-page .container .right {flex: 3;}

.contact-page .title {display: block;margin-bottom: 5px;color: var(--dark-color);font-weight: 600;font-size: 30px;}
.contact-page .desc {}
.contact-page ul {margin: 0;padding: 0;list-style: none;}
.contact-page .sos {display: flex;flex-wrap: wrap;gap: 30px;}
.contact-page .sos a {display: block;color: var(--primary-color);font-size: 24px;}
.contact-page .sos li:hover a {color: var(--secondary-color);}
.contact-page .con {display: grid;gap: 5px;}
.contact-page .con span {display: flex;gap: 5px;color: var(--dark-color);}
.contact-page .con span i {width: 30px;color: var(--primary-color);flex-shrink: 0;}

.contact-page #bize-yazin {background: var(--primary-color);}

#sticky-links {display: grid;gap: 10px; position: fixed;right: -115px;top: 50%;z-index: 4;list-style: none;padding: 0;margin: 0;transform: translate(0 , -50%);}
#sticky-links li {transform: translate(0 ,0);transition: 0.3s ease all;}
#sticky-links li img{border-radius: 10px 0 0 10px;}
#sticky-links li:hover {transform: translate(-115px ,0);}



footer .top {background: var(--primary-color);color: #fff;text-align: center;padding: 20px 0;}
footer .top .b {display: block;font-size: 20px;margin-bottom: 10px;}
footer .top ul {display: flex;flex-wrap: wrap; gap: var(--gap); margin: 0;padding: 0;justify-content: center;}
footer .top ul a {display: block; color: #fff;}
footer .top ul a i {font-size: 14px;}
footer .top ul li:hover a {color: var(--primary-color);}

footer .bottom{padding: 0px; background:#fff; position: relative; z-index: 1;}
footer .bottom .container {position: relative;padding: 40px 60px;}
footer .footer-top {margin: 15px 0;}
footer .boxes {display: flex;flex-wrap: wrap; gap: var(--gap);color: var(--dark-color);font-size: 15px;}
footer .boxes .box {flex: 1;}
footer .boxes .box span.b {display: block;font-weight: 600; font-size: 18px;margin-bottom: 20px;position: relative;width: max-content;}
footer .boxes a{display: block;color: var(--dark-color);width: max-content;max-width: 100%;padding: 3px 0; transition: 0.3s ease all;}
footer .boxes a:hover{color: var(--primary-color); transition: 0.3s ease all;}
footer .boxes ul{margin: 0;padding: 0;list-style: none;}
footer .boxes .logo img{width: auto; height: 50px;}
footer .boxes p {font-size: 14px;color: var(--light-color);margin: 0;}
footer .boxes .left .social {display: flex;flex-wrap: wrap;font-size: 24px;gap: 20px;margin-top: 20px;}
footer .boxes .contact {display: grid;gap: 10px; margin: 15px 0;}
footer .boxes .contact li {display: flex;gap: 10px;}
footer .boxes .contact li i{color: var(--primary-color);}
footer .boxes .right li a{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
footer .box.full {flex: unset;display: flex;flex-wrap: wrap; gap: 20px; justify-content: space-between; width: 100%; border-top: 2px solid var(--passive-color);padding-top: 20px;}
footer .box.full ul {display: flex;font-size: 14px;gap: 0 40px;}


.categories {display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;}
.categories .category {display: block;padding: 0;background: transparent;}
.categories .image{position: relative;z-index: 1;overflow: hidden;border-radius: 10px;}
.categories .image::before {content: "";position: absolute;width: 200%;height: 0%;left: 50%;top: 50%;background: rgba(255,255,255,0.3);transform: translate(-50%,-50%) rotate(-45deg);z-index: 1;}
.categories .image img{width: 100%;height: 100%;aspect-ratio: 4 / 3;object-fit: cover; transition: 1s ease all;}
.categories .text{padding: 10px;font-weight: 500;}

.categories .category:hover{background: var(--passive-color);}
.categories .category:hover .image::before {height: 250%;transition: all 600ms linear !important;background-color: transparent;}
.categories .category:hover .image img{ transform: scale(1.05);}



.page-top .bg{padding: 10px 0;background: rgb(var(--primary-rgb), 0.1);}
.page-top .container {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;gap: 20px;}
.page-top .big-title {font-size: 18px;margin: 0;}
.page-top .breadcrumb {justify-content: center;margin: 0;}
.page-top .breadcrumb .breadcrumb-item,

.breadcrumb .breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {color: var(--light-color);content: "\00BB";}

.page-detail {padding: 50px 0;}
.pages {display: grid;gap: 50px;max-width: 1200px;margin: 0 auto;}
.pages .page .box {display: grid;grid-template-columns: repeat(2, 1fr); align-items: center; gap: 30px;background: var(--bs-light-bg-subtle);color: var(--bs-gray-600);border-radius: 10px;box-shadow: 0 0 30px -30px var(--dark-color);transition: 0.3s ease all;}
.pages .page .box .image {padding: 15px;height: fit-content;}
.pages .page .box .image img {display: block;border-radius: 10px;width: 100%;height: 100%;aspect-ratio: 4 / 3;object-fit: cover;box-shadow: 0 0 5px -4px var(--dark-color);}
.pages .page .box .text {padding: 10px 50px;overflow: hidden;}
.pages .page .box .text .title {display: block;position: relative;color: var(--dark-color);margin-bottom: 15px;padding-bottom: 15px;font-size: 30px;}
.pages .page .box .text .desc {font-size: 18px;}
.pages .page .box .text .date {display: inline-block; background: var(--primary-color);color: #fff;line-height: 1;font-size: 14px;padding: 5px 10px;  border-radius: 10px;}
.pages .page .box .text .title::before {content: "";position: absolute;left: 0;display: block;width: 50px;height: 0;border-bottom: 1px solid var(--primary-color);bottom: 0px;}
.pages .page:nth-child(2n+1) .box .image {order: 2;}


.pages.files {grid-template-columns: repeat(auto-fit, minmax(250px, calc(100% / 2 - 25px)));margin: 30px auto;justify-content: center;}
.pages.files.file-1 {grid-template-columns: repeat(1 , 1fr);max-width: 100%;width: fit-content;min-width: 350px;}
.pages.files.file-3 {grid-template-columns: repeat(3, 1fr);gap: 30px;}
.pages.files.file-3 .page .box {padding: 15px;gap: 20px;}
.pages.files.file-3 .page .box .text .title {font-size: 18px;}
.pages.files.file-2 .page .box .text .title {font-size: 22px;}

.pages.files .page .box {display: flex;justify-content: space-between;padding: 20px;}
.pages.files .page .box .text {flex: 1;}
.pages.files .page .box .text .title {font-size: 24px;}
.pages.files .page .box .text, .pages.files .page .box .image {padding: 0;}
.pages.files .page:nth-child(2n+1) .box .image {order: unset;}
.pages.files .page .box .image img {width: 100%;height: auto; max-width: 100px;object-fit: unset;aspect-ratio: unset;}


.gallery .b {display: block;font-size: 28px;margin-bottom: 15px;font-weight: 600;}
.images {display: grid;grid-template-columns: repeat(4 , 1fr); gap: 15px;}
.images .image{display: block; box-shadow: 0 0 10px -8px var(--dark-color);border-radius: 10px;overflow: hidden; transition: 0.3s ease all;}
.images .image a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;z-index: 1;}
.images .image img {width: 100%;height: 100%;object-fit: cover;position: relative; aspect-ratio: 4 / 3;}
.images .image a::before{content: "";position: absolute;z-index: 1;inset: 0; background: var(--dark-color);opacity: 0;transition: 0.3s ease all;}
.images .image a::after{content: "\f3df";display: block;font-size: 24px;color: #fff;opacity: 0;visibility: hidden; position: absolute;left: 50%;top: 50%;transform: translate(-50% , -50%);z-index: 1; font-family: bootstrap-icons !important;font-style: normal;font-weight: normal !important;transition-delay: 0.1s;transition-duration: 0.3s;}
.images .image a.video::after{content: "\f7f7";font-size: 30px;}
.images .image:hover a::before{opacity: 0.4;}
.images .image:hover a::after{opacity: 1;visibility: visible;}

.gallery .images .image:nth-child(1) {grid-column: 2 span;grid-row: 2 span;}

.social {display: flex;flex-wrap: wrap;gap: 15px;}
.social li a {font-size: 18px;}





@media (max-width: 1366px) {

}

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

@media (max-width: 992px) {
    header  .language,
    header .social { display: none;}
    header .logo { z-index: 1;}
    header .logo img,header .logo svg { height: 50px;}
    header.sticky { background: #fff; box-shadow: 0 0 30px -20px var(--dark-color);}
   
    #menu .mobilMenu { display: flex; justify-content: flex-end; align-items: center; position: relative; width: 24px; height: 18px;}
    .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: var(--dark-color); top: 80px; width: 100%; visibility: hidden; height: 0; display: block; padding: 50px 20px 20px 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% - 80px); visibility: visible; transition: 0.3s ease all; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all;}
    .sticky #menu>ul { top: 70px; height: calc(100% - 70px);}
    #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: #fff; padding: 15px 0; margin: auto; text-align: center;}
    header.sticky #menu .menu>li>a { color: #fff;}
    #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(--primary-color);}
    #menu .menu .sub::before { display: none;}
    #menu .menu li.drop-down .sub-item { display: none; padding: 10px 0; width: 100% !important; 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.drop-down .sub-item ul { opacity: 1; visibility: visible; transform: unset;}
    #menu .menu li.drop-down .sub-item li { transform: unset; opacity: 1;}
    #menu .menu li.drop-down .sub-item li a { display: block; line-height: 1.3; padding: 5px 10px; color: #fff;}
    #menu .menu li.drop-down.show .sub-item { display: block;}
    #menu .menu>li.drop-down>a>i {display: flex;position: absolute;right: 5px;font-size: 16px;transform: rotate(-90deg);transition: 0.3s ease all;}
    #menu .menu>li.drop-down.show>a>i { transform: rotate(0deg); transition: 0.3s ease all;}
    #menu .menu li.drop-down:hover .sub-item { transition: unset; -webkit-transition: unset; -moz-transition: unset;}
    #menu .menu li.drop-down .sub-item li:hover>a { background: unset; color: var(--primary-color);}
    #menu .menu .mega .sub-item { padding: 0;}
    #menu .menu .mega .sub-item .container { display: block; max-height: unset; padding: 0;}
    #menu .menu .mega .sub-item .container>ul { grid-template-columns: repeat(2, 1fr); gap: 30px; transform: unset; visibility: visible; opacity: 1; width: 100%;}
    #menu .menu .mega .sub-item .container>.image { display: none;}
    #menu .menu .mega .sub-item .sub-child>ul>li ul { padding: 10px; margin-bottom: 10px;}
    #menu .menu .mega .sub-item>.left { display: block; padding: 0;}
    #menu .menu .mega .sub-item>.left>ul { display: block; opacity: 1; visibility: visible; transform: unset;}
    #menu .menu .mega .sub-item>.left>ul li>a { display: block; padding: 3px; color: var(--dark-color);}
    #menu .menu .mega .sub-item>.right { display: none;}
    header #menu .language,
    header #menu .social { display: flex; margin-top: 15px; padding-left: 0; border: unset; }
   
    #menu .menu>li>a,header .social>li>a { border-radius: 0;}
    #menu,header .social { flex: unset;}

    #menu .menu .drop-down.mega2 .sub-item {display: none;}
    #menu .menu .drop-down.show .sub-item {display: block;}
    #menu .menu .drop-down.mega2 .sub-item .nav{}
    #menu .menu .drop-down.mega2 .sub-item .nav-link a,#menu .menu .drop-down.mega2 .sub-item .nav-link.active a {background: transparent; color: #fff;padding: 5px 10px;}
    #menu .menu .drop-down.mega2 .sub-item .tab-content {display: none;}

   
    header .social>li>a {color: #fff;}
    header.sticky .mobilMenu span{ color: var(--dark-color);}
   
    .home-slider .item .container {grid-template-columns: repeat(1, 1fr);gap: 10px;  padding: 15px;}
    .home-slider .item .text {padding: 10px;}
    .home-slider .item .title {font-size: 1.3rem;margin: 10px 0;}
    .home-slider .item .desc {font: 15px sans-serif;}

    section .head .description {font-size: 20px;}

    #product-nav {gap: 5px;}
    #product-nav .nav-link {padding: 5px;font-size: 15px;}

    section .head {margin: 0 auto 20px auto;}
    section .head.text-left {margin: 0 auto 20px 0;}

}

@media (max-width: 768px) {
    .products.slick-slider {padding: 0;}
    .products.slick-slider .slick-list {margin: 0 -5px;padding-right: 25vw;}
    .products.slick-slider .product {margin: 5px;}

    .home-about {background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color) 150px, transparent 150px, transparent 100%);}
    .home-about .container {grid-template-columns: repeat(1 , 1fr);gap: 10px;padding: 15px;}
    .home-about .image {order: -1;}

    .works {grid-template-columns: repeat(2, 1fr);gap: 10px; align-items: unset;}
    .works .image {display: none;}
    .works .work {flex-direction: column;gap: 10px;padding: 5px;}

    .home-blogs .blogs.slick-slider {padding: 0;}

    #bize-yazin {flex: unset;}

    .references {gap: 10px;}

    footer .bottom .container {padding: 20px 15px;}
    footer .boxes .left .social {gap: 10px;}

    .categories,
    .products ,
    .blogs{grid-template-columns: repeat(2, 1fr);gap: 10px;}

    .pages .page .box {grid-template-columns: repeat(1 , 1fr); gap: 15px;}
    .pages .page .box .text {padding: 0;}
    .pages .page:nth-child(2n+1) .box .image,
    .pages .page .box .image {order: -1; padding: 0;}

    .services {grid-template-columns: repeat(2, 1fr); gap: 10px;}
    .services .service .text .title {font-size: 1.1rem;color: var(--dark-color);}

    .news {grid-template-columns: repeat(2, 1fr); gap: 10px;}
    .home-news .news .new:nth-child(2) {order: -1;}

    .home-news .news .new:nth-child(2) .title {font-size: 20px;}

    .page-top {display: none;}
    .page-detail {padding: 30px 0;}

}

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

    .contact-page {margin:15px 0;}
    .contact-page .title {font-size: 20px;}
    .contact-page .container .left {text-align: left;}
    
    .services {grid-template-columns: repeat(1, 1fr);}
}

