@charset "UTF-8";
/** Web Site Special Variables **/
@import "../fonts/fontawesome/css/all.min.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  font-size: 14px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, img, li, div, button, input {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

strong {
  font-weight: 600;
}

.errorBox {
  display: none;
}

.succesData {
  font-size: 16px;
  color: #fff;
  background: #34bfa3;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.errorData {
  font-size: 16px;
  color: #fff;
  background: #c0392b;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.center {
  width: 90%;
  margin: 0 5%;
}

.clearfix {
  clear: both;
}

/**************/
html, body {
  margin: 0;
  height: 100%;
  min-height: 100%;
}

#container {
  min-height: 100%;
  height: 100%;
}
#container .searchContent {
  display: none;
  transition: 0.2s;
  position: fixed;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
}
#container .searchContent .content {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  background: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 5px 10px;
  width: 500px;
}
#container .searchContent .content input {
  padding: 20px;
  border: none;
  width: calc(100% - 50px);
  outline: none;
  font-size: 16px;
  font-weight: 600;
  background: none;
}
#container .searchContent .content button {
  padding: 15px 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #1078b2;
  border: none;
}
#container .searchContent .content button svg path {
  stroke: white;
}
#container .searchContent .content button:hover {
  background: #204b99;
}
#container header {
  position: fixed;
  top: 0px;
  left: 0;
  padding: 25px 0;
  width: 100%;
  background: none;
  z-index: 3;
  transition: background-color 0.7s;
}
#container header .container-fluid {
  --bs-gutter-x: 7.5rem;
}
#container header .logo {
  position: relative;
  z-index: 3;
  display: flex;
}
#container header .logo a {
  display: flex;
  width: 150px;
  height: 45px;
  margin: 10px 0;
  text-indent: -999999px;
  background: url("/assets/img/logo.png") no-repeat top center;
  background-size: 150px 45px;
}
#container header .logo a img {
  display: none;
  width: 150px;
  height: 45px;
}
#container header .line {
  display: none;
  width: 100%;
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  height: 1px;
  background: #ECECEC;
  z-index: 3;
}
#container header nav {
  position: relative;
  z-index: 1;
}
#container header .menu .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#container header .menu .nav-link:hover {
  color: #eee;
}
#container header .menu .nav-link.hovered {
  color: #75C7F4 !important;
}
#container header .nav-item .show:after {
  color: #FFFF00 !important;
}
#container header .nav-item.dropdown:hover {
  color: #1078b2;
}
#container header .dropdown-menu {
  border: none;
  padding-top: 62px;
  padding-bottom: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#container header .dropdown-menu li a {
  position: relative;
  color: #75C7F4;
  background: none;
}
#container header .dropdown-menu li a .show {
  position: absolute !important;
  inset: auto !important;
}
#container header .dropdown-menu li a:hover {
  background: none;
  color: #333;
}
#container header .dropdown-menu li a::after {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 16px;
  content: "\f105"; /* Font Awesome 'chevron-right' ikonu */
  font-family: "Font Awesome 5 Pro"; /* Font Awesome font-family */
  font-weight: 500; /* Font Awesome için gerekli font-weight */
  color: #75C7F4; /* İkonun rengi (isteğe göre düzenlenebilir) */
}
#container header .dropdown-menu:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100vw;
  background-color: #fff;
  z-index: -1;
}
#container header .dropdown-menu:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  transform: translateX(100%);
  width: 100vw;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  z-index: -1;
}
#container header .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 20px;
  border-bottom: 1px solid #ECECEC;
  color: #000;
  font-weight: 500;
}
#container header .dropdown-menu .dropdown-item:hover {
  color: #1078b2;
}
#container header .dropdown-menu .all {
  display: flex;
  flex-direction: row;
  width: 100% !important;
}
#container header .dropdown-menu .all a {
  width: 100% !important;
  font-size: 14px;
  padding: 5px 20px;
  font-weight: 700;
  color: #fff;
  background: #204b99;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#container header .dropdown-menu .all a:hover {
  color: #000;
  background: #d0ff00;
}
#container header .dropdown-menu .all a:after {
  display: none;
}
#container header .dropdown-menu li:last-child a {
  border: none;
}
#container header .right {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#container header .right .mobileMenu {
  display: none;
  flex-direction: row;
  background: none;
  color: #fff;
  border: none;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 10px;
}
#container header .right .mobileMenu svg {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-right: 1px solid #fff;
  padding-right: 5px;
  margin-right: 5px;
}
#container header .right .mobileMenu .svg1 {
  display: block;
}
#container header .right .mobileMenu .svg2 {
  display: none;
}
#container header .right .lang {
  position: relative;
  display: flex;
}
#container header .right .lang .active {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#container header .right .lang .active span {
  color: #fff;
  font-weight: bold;
  margin-left: 5px;
  font-size: 14px;
}
#container header .right .lang .active svg path {
  fill: white;
}
#container header .right .lang ul {
  display: none;
  position: absolute;
  top: 25px;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#container header .right .lang ul li a {
  color: #000;
  font-weight: 700;
}
#container header .right .lang ul li a:hover {
  color: #1078b2;
}
#container header .right .search {
  display: flex;
  margin-left: 10px;
}
#container header .right .search button {
  background: none;
  border: none;
}
#container header .right .search button svg path {
  stroke: white;
}
#container header .right .contact {
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 20px;
  background: #1078b2;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
#container header .right .contact:hover {
  background: #75C7F4;
}
#container header.menuHover, #container header.scrolled {
  background: #fff;
}
#container header.menuHover .logo a img, #container header.scrolled .logo a img {
  display: block;
}
#container header.menuHover .menu .nav-link, #container header.scrolled .menu .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
#container header.menuHover .line, #container header.scrolled .line {
  display: block;
}
#container header.menuHover .right .mobileMenu, #container header.scrolled .right .mobileMenu {
  color: #000;
}
#container header.menuHover .right .mobileMenu svg, #container header.scrolled .right .mobileMenu svg {
  border-right: 1px solid #000;
}
#container header.menuHover .right .mobileMenu .svg1, #container header.scrolled .right .mobileMenu .svg1 {
  display: none;
}
#container header.menuHover .right .mobileMenu .svg2, #container header.scrolled .right .mobileMenu .svg2 {
  display: block;
}
#container header.menuHover .right .lang .active span, #container header.scrolled .right .lang .active span {
  color: #000;
}
#container header.menuHover .right .lang .active svg path, #container header.scrolled .right .lang .active svg path {
  fill: black;
}
#container header.menuHover .right .search svg path, #container header.scrolled .right .search svg path {
  stroke: black;
}
#container .slider {
  position: relative;
  height: 100%;
  min-height: 100%;
  background: #204b99;
}
#container .slider .carousel-caption {
  position: absolute;
  display: flex !important;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  width: 100%;
  bottom: 100px;
  left: 0;
  right: 0;
}
#container .slider .carousel-caption h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
}
#container .slider .carousel-caption h1 {
  font-size: 60px;
  font-weight: 300;
  opacity: 0;
  --animate-duration: 1s;
  margin: 0;
  text-align: center;
  margin-top: -15px;
}
#container .slider .carousel-caption h1 span {
  color: yellow;
}
#container .slider .carousel-caption div.text {
  --animate-duration: 2s;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  width: 500px;
  margin: 20px 0;
}
#container .slider .carousel-caption a.btn-secondary-custom {
  --animate-duration: 3s;
  background: rgba(22, 41, 61, 0.5);
  color: #fff;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 18px;
  backdrop-filter: blur(15px);
  border: 1px solid #2e4052;
}
#container .slider .carousel-caption a {
  opacity: 0;
}
#container .slider .carousel-caption a i {
  margin-left: 20px;
}
#container .slider .carousel-item img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}
#container .slider .carousel-item video {
  object-fit: cover;
  height: 100vh;
  width: 100%;
  opacity: 0.35;
}
#container .slider .carousel-indicators {
  display: none;
}
#container .carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="29" height="71" viewBox="0 0 29 71" fill="none"%3E%3Cpath d="M14.4335 70.0959L13.7405 0.796875" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M14.4334 70.096L1 59.5679" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M14.4335 70.0958L27.6536 59.3011" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}
#container .carousel-control-next-icon {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="29" height="71" viewBox="0 0 29 71" fill="none"%3E%3Cpath d="M14.2489 1.00024L14.9419 70.2993" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M14.249 1.00007L27.6824 11.5282" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M14.2489 1.00038L1.02877 11.795" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}
#container .carousel-control-next, #container .carousel-control-prev {
  position: absolute;
  top: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
#container .carousel-control-next {
  right: 20px;
  left: auto;
  bottom: 200px;
}
#container .carousel-control-prev {
  right: 20px;
  left: auto;
  bottom: 100px;
}
#container .carousel-control-next-icon, #container .carousel-control-prev-icon {
  height: 5rem;
}
#container .carousel-item {
  transition: transform 0.6s ease-in-out;
}
#container .carousel-item-next.carousel-item-start,
#container .carousel-item-prev.carousel-item-end {
  transform: translateY(0);
}
#container .carousel-item-next,
#container .active.carousel-item-end {
  transform: translateY(-100%);
}
#container .carousel-item-prev,
#container .active.carousel-item-start {
  transform: translateY(100%);
}
#container .homeStatics {
  background: #FBFBFB;
}
#container .homeStatics .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  --bs-gutter-x: 15rem;
}
#container .homeStatics .container-fluid ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  list-style: none;
  padding: 90px 0;
  width: 100%;
}
#container .homeStatics .container-fluid ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  justify-items: center;
  width: 20%;
  padding: 20px 0;
}
#container .homeStatics .container-fluid ul li:last-child {
  width: 90px;
}
#container .homeStatics .container-fluid ul li span {
  font-size: 60px;
  color: #000;
  font-weight: 500;
}
#container .homeStatics .container-fluid ul li span::after {
  display: inline-block;
  margin-left: 0px;
  content: "+";
}
#container .homeStatics .container-fluid ul li p {
  font-size: 23px;
  font-weight: 400;
  color: #000;
  margin-top: 40px;
}
#container .homeProducts {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
#container .homeProducts .container-fluid {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 900px;
  --bs-gutter-x: 15rem;
}
#container .homeProducts .container-fluid .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#container .homeProducts .container-fluid .title h2 {
  font-size: 40px;
  font-weight: 400;
  color: #1078b2;
}
#container .homeProducts .container-fluid .title h3 {
  font-size: 55px;
  font-weight: 400;
  color: #1078b2;
  margin-top: -10px;
}
#container .homeProducts .container-fluid .title .text {
  width: 60%;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}
#container .homeProducts .container-fluid .title .more {
  --animate-duration: 3s;
  background: white;
  color: #1078b2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 18px;
  border: 1px solid #1078b2;
  margin: 20px 0;
}
#container .homeProducts .container-fluid .title .more i {
  margin-left: 20px;
}
#container .homeProducts .container-fluid .title .more:hover {
  background: #1078b2;
  color: #fff;
}
#container .homeProducts .container-fluid .productSlider {
  position: absolute;
  width: 100%;
  left: 7.5rem;
  bottom: 0;
}
#container .homeProducts .container-fluid #productSlider {
  position: relative;
  width: 100%;
}
#container .homeProducts .container-fluid #productSlider .slick-slide {
  position: relative;
  display: flex;
  height: 580px;
  margin-right: 30px;
  background: #D9D9D9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#container .homeProducts .container-fluid #productSlider .slick-slide h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-weight: 700;
  font-size: 18px;
  right: 100px;
  z-index: 3;
  color: #fff;
}
#container .homeProducts .container-fluid #productSlider .slick-slide:hover {
  opacity: 0.7;
}
#container .homeMission {
  position: relative;
  text-align: center;
  font-size: 40px;
  background: #f5f5f5;
  color: #1078b2;
  padding: 250px 0 100px 0;
  margin-top: -250px;
  z-index: 0;
}
#container .homeAbout {
  padding: 100px 0;
}
#container .homeAbout .container-fluid {
  position: relative;
  display: flex;
  flex-direction: column;
  --bs-gutter-x: 15rem;
}
#container .homeAbout .container-fluid .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#container .homeAbout .container-fluid .title h2 {
  font-size: 40px;
  font-weight: 400;
  color: #1078b2;
}
#container .homeAbout .container-fluid .title h3 {
  font-size: 55px;
  font-weight: 400;
  color: #1078b2;
  margin-top: -10px;
}
#container .homeAbout .container-fluid .title .text {
  width: 60%;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}
#container .homeAbout .container-fluid .title .more {
  --animate-duration: 3s;
  background: white;
  color: #1078b2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 18px;
  border: 1px solid #1078b2;
  margin: 20px 0;
}
#container .homeAbout .container-fluid .title .more i {
  margin-left: 20px;
}
#container .homeAbout .container-fluid .title .more:hover {
  background: #1078b2;
  color: #fff;
}
#container .homeSustainability {
  padding: 150px 0;
  background: url("/assets/img/sustainability.png") no-repeat top center;
}
#container .homeSustainability .container-fluid {
  position: relative;
  display: flex;
  flex-direction: column;
  --bs-gutter-x: 15rem;
}
#container .homeSustainability .container-fluid .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#container .homeSustainability .container-fluid .title h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
#container .homeSustainability .container-fluid .title h3 {
  font-size: 55px;
  font-weight: 500;
  color: #fff;
  margin-top: -10px;
}
#container .homeSustainability .container-fluid .title .text {
  width: 60%;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
#container .homeSustainability .container-fluid .title .more {
  --animate-duration: 3s;
  background: none;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 18px;
  border: 1px solid #fff;
  margin: 20px 0;
}
#container .homeSustainability .container-fluid .title .more i {
  margin-left: 20px;
}
#container .homeSustainability .container-fluid .title .more:hover {
  background: #d0ff00;
  color: #000;
  border: 1px solid #d0ff00;
}
#container .homeTabs {
  padding: 100px 0;
}
#container .homeTabs .container-fluid {
  --bs-gutter-x: 15rem;
}
#container .homeTabs .container-fluid .nav-tabs {
  margin: 0 100px;
}
#container .homeTabs .container-fluid .nav-item {
  width: 25%;
}
#container .homeTabs .container-fluid .nav-item button {
  width: 100%;
  color: #000;
  font-size: 20px;
  border: none;
  border-bottom: 2px solid #ECECEC;
  padding: 40px 0;
}
#container .homeTabs .container-fluid .nav-item button:hover, #container .homeTabs .container-fluid .nav-item button.active {
  border: none;
  border-bottom: 2px solid #204b99;
  color: #204b99;
}
#container .homeTabs .container-fluid .tabContent {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #204b99;
  padding: 100px;
  margin-top: 40px;
  color: #fff;
}
#container .homeTabs .container-fluid .tabContent h4 {
  font-size: 40px;
  font-weight: 400;
}
#container .homeTabs .container-fluid .tabContent .text {
  width: 60%;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  margin-top: 20px;
}
#container .homeTabs .container-fluid .tabContent img {
  display: none;
}
#container .homeOneProduct {
  padding: 150px 0;
  background: url("/assets/img/polypropylene.png") no-repeat top center;
}
#container .homeOneProduct .container-fluid {
  position: relative;
  display: flex;
  flex-direction: column;
  --bs-gutter-x: 15rem;
}
#container .homeOneProduct .container-fluid .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#container .homeOneProduct .container-fluid .title h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
#container .homeOneProduct .container-fluid .title h3 {
  font-size: 55px;
  font-weight: 500;
  color: #fff;
  margin-top: -10px;
}
#container .homeOneProduct .container-fluid .title .text {
  width: 60%;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
#container .homeOneProduct .container-fluid .title .more {
  --animate-duration: 3s;
  background: none;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 18px;
  border: 1px solid #fff;
  margin: 20px 0;
}
#container .homeOneProduct .container-fluid .title .more i {
  margin-left: 20px;
}
#container .homeOneProduct .container-fluid .title .more:hover {
  background: #d0ff00;
  color: #000;
  border: 1px solid #d0ff00;
}
#container .homeNews {
  padding: 100px 0 30px 0;
}
#container .homeNews .container-fluid {
  position: relative;
  display: flex;
  flex-direction: column;
  --bs-gutter-x: 15rem;
}
#container .homeNews .container-fluid .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#container .homeNews .container-fluid .title h3 {
  font-size: 40px;
  font-weight: 400;
  color: #1078b2;
  margin-top: -10px;
}
#container .homeNews .container-fluid .title .text {
  width: 60%;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}
#container .homeNews .container-fluid .title .more {
  --animate-duration: 3s;
  background: white;
  color: #1078b2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 18px;
  border: 1px solid #1078b2;
  margin: 20px 0;
}
#container .homeNews .container-fluid .title .more i {
  margin-left: 20px;
}
#container .homeNews .container-fluid .title .more:hover {
  background: #1078b2;
  color: #fff;
}
#container .homeNews .container-fluid .news {
  display: flex;
  flex-direction: row;
  margin: 70px 0;
  width: 100%;
  flex-wrap: wrap;
}
#container .homeNews .container-fluid .news li {
  margin: 0 15px;
  width: calc(25% - 30px);
}
#container .homeNews .container-fluid .news li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  color: #000;
  padding-bottom: 20px;
}
#container .homeNews .container-fluid .news li a:hover {
  opacity: 0.9;
}
#container .homeNews .container-fluid .news li a picture {
  width: 100%;
  height: 300px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#container .homeNews .container-fluid .news li a h3 {
  color: #204b99;
  font-weight: 700;
  font-size: 18px;
  width: 70%;
  height: 100px;
}
#container .homeNews .container-fluid .news li a time {
  color: #787878;
  font-weight: 400;
  font-size: 12px;
  margin: 10px 0;
}
#container .homeNews .container-fluid .news li a p {
  color: #787878;
  font-weight: 400;
  font-size: 12px;
}
#container .homeFooterText {
  font-size: 40px;
  color: #1078b2;
  padding: 20px 0;
}
#container .homeFooterText .container-fluid {
  --bs-gutter-x: 7.5rem;
}
#container footer {
  position: relative;
  margin-top: 50px;
  width: 100%;
  padding: 90px 0;
  overflow: hidden;
  background: #000;
}
#container footer .container-fluid {
  --bs-gutter-x: 7.5rem;
}
#container footer .container-fluid .content {
  display: flex;
  flex-direction: column;
}
#container footer .container-fluid .content .footerContent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(1) {
  width: 30%;
  display: flex;
  flex-direction: column;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(1) a.logo {
  width: 100%;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(1) a.logo img {
  max-height: 50px;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(1) .text {
  font-size: 14px;
  margin: 40px 0;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(1) ul.socials {
  display: flex;
  flex-direction: row;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(1) ul.socials li {
  display: flex;
  list-style: none;
  margin-left: 10px;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(1) ul.socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  color: #000;
  font-size: 20px;
  width: 40px;
  height: 40px;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(1) ul.socials li a:hover {
  background: #1078b2;
  color: #fff;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(1) p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(2) {
  width: 50%;
  padding: 0 13%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(2) ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  width: 40%;
  margin-right: 10%;
  margin-bottom: 50px;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(2) ul h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(2) ul li {
  display: flex;
  width: 100%;
  margin: 5px 0;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(2) ul li a {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(2) ul li a:hover {
  color: #1078b2;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(3) {
  display: flex;
  width: 20%;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(3) ul {
  width: 100%;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(3) ul li {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(3) ul li:first-child {
  padding-top: 0;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(3) ul li:last-child {
  border-bottom: none;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(3) ul li h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
#container footer .container-fluid .content .footerContent .footer-col:nth-child(3) ul li p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
}
#container .copyright .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  --bs-gutter-x: 7.5rem;
}
#container .copyright .container-fluid p {
  color: #888888;
  font-size: 14px;
}
#container .copyright .container-fluid .right {
  display: flex;
  flex-direction: row;
}
#container .copyright .container-fluid .right ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin-right: 10px;
}
#container .copyright .container-fluid .right ul li a {
  color: #888888;
  padding: 0 5px;
  font-size: 14px;
}
#container .copyright .container-fluid .right ul li a:hover {
  color: #000;
}
#container .subPage {
  margin-top: 115px;
  padding: 80px 0;
}
#container .subPage .container-fluid {
  display: flex;
  flex-direction: column;
  --bs-gutter-x: 15rem;
}
#container .subPage .container-fluid .pageHeader {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#container .subPage .container-fluid .pageHeader .img {
  width: 30%;
  height: 530px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#container .subPage .container-fluid .pageHeader .textContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(70% - 100px);
}
#container .subPage .container-fluid .pageHeader .textContent h2 {
  position: relative;
  font-size: 50px;
  font-weight: 400;
  color: #1078b2;
}
#container .subPage .container-fluid .pageHeader .textContent h2::before {
  transition: 0.2s;
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  right: -70px;
  background: #1078b2;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.3rem;
  margin-left: 1.5rem;
}
#container .subPage .container-fluid .pageHeader .textContent .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 34px;
}
#container .subPage .container-fluid .history {
  margin-top: 100px;
}
#container .subPage .container-fluid .history .historyYear .yearSwiper {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  justify-content: space-between;
}
#container .subPage .container-fluid .history .historyYear .yearSwiper .slick-list {
  margin-bottom: -41px;
  margin-top: -7rem;
  padding-top: 7rem;
}
@media only screen and (max-width: 1700px) {
  #container .subPage .container-fluid .history .historyYear .yearSwiper .slick-list {
    margin-bottom: -2.3vw;
  }
}
#container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide {
  list-style-type: none;
  display: inline-flex;
  align-items: center;
  height: 9vw;
  padding-left: 6px;
  outline: none;
  cursor: pointer;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  #container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide {
    height: 66px;
  }
}
@media only screen and (min-width: 2200px) {
  #container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide {
    height: 8.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide {
    height: 88px;
  }
}
#container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide.slick-current span {
  color: #1078b2 !important;
}
#container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide.slick-current span:before {
  opacity: 1;
  background: #1078b2;
}
#container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide span {
  transition: 0.3s;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  white-space: nowrap;
  position: relative;
  bottom: -0.8vw;
  display: block;
  color: #ccd5d9;
  font-size: 2.2vw;
  line-height: 1.1vw;
  font-weight: 600;
}
@media only screen and (min-width: 2500px) {
  #container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide span {
    bottom: -1.25vw;
  }
}
#container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide span:after {
  transition: 0.3s;
  content: "";
  background: #ccd5d9;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: -35px;
  transform: translateY(65%);
}
#container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide span:before {
  transition: 0.3s;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  background-size: contain;
  bottom: 50%;
  left: -42px;
  transform: translateY(58%) rotate(90deg);
  z-index: 1;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide span:before {
    margin-left: 4px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 1700px) {
  #container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide span {
    font-size: 39px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1100px) {
  #container .subPage .container-fluid .history .historyYear .yearSwiper .swiper-slide span {
    font-size: 30px;
  }
}
#container .subPage .container-fluid .history .arrowBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#container .subPage .container-fluid .history .arrowBox i {
  cursor: pointer;
  transition: 0.3s;
  width: 2.63vw;
  height: 2.63vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E30613;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #E30613;
}
@media only screen and (max-width: 1023px) {
  #container .subPage .container-fluid .history .arrowBox i {
    width: 32px;
    height: 32px;
    font-size: 17px;
  }
}
#container .subPage .container-fluid .history .arrowBox i.slick-disabled {
  pointer-events: none;
  opacity: 0.6;
}
#container .subPage .container-fluid .history .arrowBox i:hover {
  background: #fff;
  color: #E30613;
}
#container .subPage .container-fluid .history .arrowBox i.slideLeft {
  margin-right: 0.5rem;
}
#container .subPage .container-fluid .history .historyContent {
  max-width: 95%;
  margin: 0 auto;
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  #container .subPage .container-fluid .history .historyContent .cols {
    width: 100%;
  }
}
#container .subPage .container-fluid .history .historyContent picture {
  display: flex;
  align-items: center;
  height: 23vw;
  max-height: 440px;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (min-width: 2000px) {
  #container .subPage .container-fluid .history .historyContent picture {
    max-height: initial;
  }
}
@media only screen and (max-width: 1023px) {
  #container .subPage .container-fluid .history .historyContent picture {
    height: auto;
    max-height: initial;
  }
}
#container .subPage .container-fluid .history .historyContent .text {
  padding-left: 3vw;
  text-align: justify;
}
#container .subPage .container-fluid .history .historyContent .text h2 {
  font-weight: 700;
  color: #1078b2;
  letter-spacing: -3px;
  font-size: 2.2vw;
}
@media only screen and (max-width: 1700px) {
  #container .subPage .container-fluid .history .historyContent .text h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  #container .subPage .container-fluid .history .historyContent .text {
    padding-left: 0;
    margin-top: 1rem;
  }
}
#container .subPage .container-fluid .history .historyContent .text p {
  font-size: 0.9vw;
  line-height: 1.66vw;
  text-align: justify;
}
#container .subPage .container-fluid .history .historyContent .text p strong, #container .subPage .container-fluid .history .historyContent .text p b {
  font-weight: 600;
}
@media only screen and (max-width: 1700px) {
  #container .subPage .container-fluid .history .historyContent .text p {
    font-size: 17px;
    line-height: 30px;
  }
}
#container .subPageImgHeader {
  position: relative;
  margin-top: 115px;
  height: 400px;
  overflow: hidden;
}
#container .subPageImgHeader .container-fluid {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  height: 100%;
  --bs-gutter-x: 15rem;
}
#container .subPageImgHeader .container-fluid h1 {
  position: relative;
  margin-bottom: 60px;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  margin-top: auto; /* Bu özellik öğeyi en alta iter */
  line-height: 50px;
}
#container .subPageImgHeader .container-fluid h1 span {
  display: inherit;
  font-size: 40px;
}
#container .subPageImgHeader picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
#container .productCategories .container-fluid {
  display: flex;
  flex-direction: column;
  --bs-gutter-x: 15rem;
}
#container .productCategories .container-fluid .text {
  font-size: 16px;
  line-height: 34px;
  margin: 20px 0;
}
#container .productCategories .container-fluid ul.productList {
  display: flex;
  flex-direction: column;
}
#container .productCategories .container-fluid ul.productList li {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 40px 0;
}
#container .productCategories .container-fluid ul.productList li:nth-child(odd) {
  flex-direction: row;
}
#container .productCategories .container-fluid ul.productList li:nth-child(even) {
  flex-direction: row-reverse;
}
#container .productCategories .container-fluid ul.productList li picture {
  width: 50%;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#container .productCategories .container-fluid ul.productList li .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  width: calc(50% - 140px);
  padding: 70px;
}
#container .productCategories .container-fluid ul.productList li .content h2 {
  font-size: 34px;
  color: #1078b2;
}
#container .productCategories .container-fluid ul.productList li .content a {
  --animate-duration: 3s;
  background: white;
  color: #1078b2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 18px;
  border: 1px solid #1078b2;
  margin: 20px 0;
}
#container .productCategories .container-fluid ul.productList li .content a i {
  margin-left: 20px;
}
#container .productCategories .container-fluid ul.productList li .content a:hover {
  background: #1078b2;
  color: #fff;
}
#container .productCategories .container-fluid ul.products {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
#container .productCategories .container-fluid ul.products li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(33.3333333333% - 20px);
  height: 400px;
  margin: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#container .productCategories .container-fluid ul.products li:nth-child(3n+1) {
  margin-left: 0;
}
#container .productCategories .container-fluid ul.products li h3 {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 18px !important;
  text-align: center;
}
#container .productCategories .container-fluid ul.products li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 69%);
}
#container .productCategories .container-fluid ul.products li i {
  font-size: 64px;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 3;
}
#container .productCategories .container-fluid ul.products li picture {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#container .productCategories .container-fluid ul.products li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .productCategories .container-fluid ul.products li:hover h3 {
  bottom: 30px;
}
#container .productCategories .container-fluid ul.news {
  display: flex;
  flex-direction: row;
  margin: 70px 0;
  width: 100%;
  flex-wrap: wrap;
}
#container .productCategories .container-fluid ul.news li {
  margin: 0 15px;
  width: calc(25% - 30px);
}
#container .productCategories .container-fluid ul.news li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  color: #000;
  padding-bottom: 20px;
}
#container .productCategories .container-fluid ul.news li a:hover {
  opacity: 0.9;
}
#container .productCategories .container-fluid ul.news li a picture {
  width: 100%;
  height: 300px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#container .productCategories .container-fluid ul.news li a h3 {
  color: #204b99;
  font-weight: 700;
  font-size: 18px;
  width: 70%;
  height: 100px;
}
#container .productCategories .container-fluid ul.news li a time {
  color: #787878;
  font-weight: 400;
  font-size: 12px;
  margin: 10px 0;
}
#container .productCategories .container-fluid ul.news li a p {
  color: #787878;
  font-weight: 400;
  font-size: 12px;
}

#cookieAccept {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  z-index: 3;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
  animation: fadeIn 2s;
  width: 100%;
}
#cookieAccept .mobile {
  display: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#cookieAccept a {
  font-size: 12px;
  margin-right: 10px;
  color: #000;
}
#cookieAccept .buttons {
  display: flex;
  flex-direction: row;
}
#cookieAccept .buttons button {
  font-size: 14px;
  padding: 5px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-left: 10px;
  background: #1078b2;
  color: #fff;
  border: none;
}
#cookieAccept .buttons button:last-child {
  border: 1px solid #1078b2;
  color: #1078b2;
  background: none;
}
#cookieAccept .buttons button:hover:first-child {
  background: #000;
}
#cookieAccept .buttons button:hover:last-child {
  border: 1px solid #000;
  color: #000;
}

@media only screen and (max-width: 768px) {
  #cookieAccept {
    flex-direction: column;
  }
  #cookieAccept a {
    display: none;
  }
  #cookieAccept .mobile {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.page_404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 100%;
  min-height: 100%;
}
.page_404 img {
  width: 100%;
}
.page_404 h1 {
  font-size: 80px;
}
.page_404 .link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #1078b2;
  margin: 20px 0;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.page_404 .contant_box_404 {
  margin-top: -50px;
}

#contactpage .container-fluid {
  --bs-gutter-x: 15rem;
}

.contactContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.contactContent h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contactContent .subContent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  margin: 30px 0;
}
.contactContent .subContent .left {
  width: 50%;
  text-align: left;
}
.contactContent .subContent .left .frigFuar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contactContent .subContent .left .frigFuar img {
  width: 80px;
}
.contactContent .subContent .left .frigFuar h2 {
  color: #1078b2;
  padding: 15px 15px;
  margin: 0;
}
.contactContent .subContent .left .notice {
  font-weight: 600;
  padding: 15px 0;
}
.contactContent .subContent .left ul.contactInfo {
  padding: 0;
  list-style: none;
}
.contactContent .subContent .left ul.contactInfo li {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
}
.contactContent .subContent .left ul.contactInfo li span {
  width: 100px;
  text-align: left;
  font-weight: 800;
}
.contactContent .subContent .left ul.contactInfo li a {
  color: #000;
  text-align: left;
}
.contactContent .subContent .left ul.contactInfo li.boldText span, .contactContent .subContent .left ul.contactInfo li.boldText a {
  font-weight: 800;
  color: #1078b2;
}
.contactContent .subContent .left ul.socials {
  display: flex;
  flex-direction: row;
  padding: 0;
  padding-top: 15px;
  margin-top: 10px;
}
.contactContent .subContent .left ul.socials li {
  display: flex;
  list-style: none;
  margin-left: 10px;
}
.contactContent .subContent .left ul.socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #000;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
}
.contactContent .subContent .left ul.socials li a:hover {
  background: #1078b2;
  color: #fff;
}
.contactContent .subContent .contact-form {
  width: 50%;
  padding: 60px;
  background: #1078b2;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.contactContent .subContent .contact-form form {
  display: flex;
  flex-direction: column;
}
.contactContent .subContent .contact-form form .form {
  display: flex;
  flex-direction: column;
}
.contactContent .subContent .contact-form form .form div.frow {
  margin: 10px 0;
}
.contactContent .subContent .contact-form form .form div.frow input, .contactContent .subContent .contact-form form .form div.frow textarea {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 20px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.contactContent .subContent .contact-form form .form div.frow input::placeholder, .contactContent .subContent .contact-form form .form div.frow textarea::placeholder {
  font-weight: 600;
  color: #fff;
}
.contactContent .subContent .contact-form form .form div.frow textarea {
  height: 100px;
}
.contactContent .subContent .contact-form form .form-check-custom {
  font-size: 14px;
  color: #fff;
}
.contactContent .subContent .contact-form form .form-check-custom a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.contactContent .subContent .contact-form .send {
  margin: 0 0 10px 0 !important;
  padding: 10px 0;
  background: #fff;
  color: #1078b2;
  font-weight: 800;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.contactContent .subContent .contact-form .send:hover {
  opacity: 0.7;
}
.contactContent .map {
  width: 100%;
  height: 500px;
  margin-top: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 30px;
  background: #f3f3f3;
}
.contactContent .map #map {
  height: 100%;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.contactContent .map .marker {
  position: absolute;
  width: 24px; /* Pin boyutu */
  height: 24px; /* Pin boyutu */
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Ccircle cx="12" cy="12" r="10" fill="%23FF0000"/%3E%3Cpath d="M12 2c-5.522 0-10 4.478-10 10 0 5.524 10 12 10 12s10-6.476 10-12c0-5.522-4.478-10-10-10zm0 18c-4.418 0-8-3.582-8-8s3.582-8 8-8 8 3.582 8 8-3.582 8-8 8z" fill="%23FFFFFF"/%3E%3C/svg%3E');
  background-size: cover;
}

#contact {
  position: relative;
}
#contact .overlay {
  position: absolute;
  top: -150px;
  left: -60px;
  bottom: -60px;
  right: -60px;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.91);
  padding: 60px;
}
#contact .overlay i {
  font-size: 48px;
  color: green;
}
#contact .overlay h2 {
  color: #000;
}
#contact .overlay p {
  color: #000;
}

/************/
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #d23e2b;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 1px solid #d23e2b;
  padding: 4px 10px;
  border-radius: 3px;
  font-family: arial;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  font-size: 0;
  height: 1px;
  background: #d23e2b;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: 0;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: 0;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  background: 0 0;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  background: 0 0;
}

.formError .formErrorContent {
  width: 250px;
}

.formErrorContent {
  background: #ff0000 !important;
  border-color: #ff0000 !important;
}

.formError .formErrorArrow div {
  background: #ff0000 !important;
}

.grecaptcha-badge {
  display: none;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  top: -500px;
  left: -500px;
}

/*********/
#searchpage .container-fluid {
  --bs-gutter-x: 15rem;
}
#searchpage .container-fluid .search {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
#searchpage .container-fluid .search li {
  width: 100%;
  margin-top: 20px;
}
#searchpage .container-fluid .search li a {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  border-top: 2px solid #1078b2;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#searchpage .container-fluid .search li a h3 {
  font-weight: 700;
  color: #000;
  font-size: 18px;
}
#searchpage .container-fluid .search li a p {
  font-weight: 400;
  color: #646464;
  font-size: 16px;
  line-height: 25px;
}
#searchpage .container-fluid .search li a i {
  background: #1078b2;
  color: #fff;
  padding: 20px;
  margin-right: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/*********/
/* Fade efekti için */
.fade-in {
  display: flex !important;
  animation: fadeIn 0.3s ease-in;
}

.fade-out {
  animation: fadeOut 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#mobileMenu {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(16, 120, 178, 0.95);
}
#mobileMenu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
#mobileMenu ul li {
  display: flex;
  flex-direction: column;
}
#mobileMenu ul li a {
  color: #fff;
  padding: 5px 10px;
  font-weight: 800;
  font-size: 36px;
  text-align: center;
}
#mobileMenu ul li a:hover {
  color: #204b99;
}
#mobileMenu ul li ul {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 90px;
  color: #fff;
  background: #204b99;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
#mobileMenu ul li ul li a {
  font-size: 24px;
}
#mobileMenu ul li ul li a:hover {
  color: #1078b2;
}
#mobileMenu ul li ul .back {
  background: none;
  color: #fff;
  padding: 30px;
  border: none;
  font-size: 54px;
  text-align: left;
}
#mobileMenu .close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  background: #204b99;
  padding: 20px;
  z-index: 999;
}
#mobileMenu .close svg {
  width: 50px;
  height: 50px;
}
#mobileMenu .languageSelect {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #204b99;
}
#mobileMenu .languageSelect a {
  color: #204b99;
  font-size: 24px;
  padding: 20px;
  background: #75C7F4;
  margin: 10px 5px;
  font-weight: 800;
}

/*********/
@media only screen and (max-width: 1024px) {
  #container header nav {
    display: none;
  }
  #container header .right .mobileMenu {
    display: flex;
  }
  #container .homeStatics .container-fluid ul li {
    width: 25%;
  }
  #container .homeStatics .container-fluid {
    --bs-gutter-x: 7.5rem;
  }
  #container .homeProducts .container-fluid .title h3 {
    text-align: center;
    font-size: 32px;
  }
  #container .homeProducts .container-fluid .title .text {
    width: 90%;
  }
  #container .homeTabs .container-fluid .nav-tabs {
    margin: 0;
  }
  #container .homeTabs .container-fluid {
    --bs-gutter-x: 7.5rem;
  }
  #container .homeNews .container-fluid .news li {
    width: calc(50% - 30px);
  }
  #container header .container-fluid {
    --bs-gutter-x: 2.5rem;
  }
  #container .homeProducts {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #container .homeStatics .container-fluid {
    --bs-gutter-x: 0;
  }
  #container .homeProducts .container-fluid .productSlider {
    bottom: -30px;
  }
  #container .homeNews .container-fluid,
  #container .homeOneProduct .container-fluid,
  #container .homeSustainability .container-fluid,
  #container .homeAbout .container-fluid {
    --bs-gutter-x: 7.5rem;
  }
  #container .homeSustainability .container-fluid .title .text,
  #container .homeAbout .container-fluid .title .text,
  #container .homeOneProduct .container-fluid .title .text,
  #container footer .container-fluid .content .footerContent .footer-col:nth-child(2) ul {
    width: 100%;
  }
  #container .copyright .container-fluid .right,
  #container .copyright .container-fluid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #container .copyright .container-fluid .right ul {
    margin: 10px 0;
  }
  #contactpage .container-fluid,
  #container .subPageImgHeader .container-fluid,
  #container .productCategories .container-fluid,
  #container .subPage .container-fluid {
    --bs-gutter-x: 7.5rem;
  }
  #container .subPage .container-fluid .pageHeader {
    flex-direction: column;
  }
  #container .subPage .container-fluid .pageHeader .img,
  #container .subPage .container-fluid .pageHeader .textContent {
    width: 100%;
  }
  #container .productCategories .container-fluid ul.products li {
    width: calc(50% - 20px);
  }
  #container .productCategories .container-fluid ul.products li {
    margin: 10px !important;
  }
  #container .productCategories .container-fluid ul.productList li .content {
    padding: 0px;
    margin-left: 20px;
    width: 50%;
  }
  #container .productCategories .container-fluid ul.productList li picture {
    height: 350px;
  }
  .contactContent .subContent {
    flex-direction: column;
  }
  .contactContent .subContent .contact-form,
  .contactContent .subContent .left {
    width: 100%;
  }
  .contactContent .subContent .contact-form {
    margin-top: 20px;
  }
  #container .homeTabs .container-fluid .tabContent .text {
    width: 100%;
  }
  #container .homeTabs .container-fluid .tabContent {
    padding: 30px;
  }
  #container .homeTabs {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 500px) {
  #container header .right .lang,
  #container header .right .search,
  #container header .right .contact {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  #container .subPage .container-fluid .pageHeader .img {
    height: 300px;
  }
  #container .homeProducts .container-fluid,
  #container .homeTabs .container-fluid,
  #contactpage .container-fluid,
  #container .subPageImgHeader .container-fluid,
  #container .productCategories .container-fluid,
  #container .subPage .container-fluid {
    --bs-gutter-x: 2.5rem;
  }
  #container .slider .carousel-caption div.text {
    width: 100%;
    margin: 20px;
  }
  #container .homeStatics .container-fluid ul {
    flex-wrap: wrap;
    zoom: 0.7;
  }
  #container .homeStatics .container-fluid ul li p {
    text-align: center;
  }
  #container .homeStatics .container-fluid ul li:last-child,
  #container .homeStatics .container-fluid ul li {
    width: 100%;
    align-items: center;
  }
  #container .homeProducts .container-fluid .productSlider {
    bottom: -62px;
  }
  #container .homeFooterText,
  #container .homeMission {
    font-size: 26px;
  }
  #container .homeAbout .container-fluid .title {
    text-align: center;
  }
  #container .homeSustainability {
    padding: 80px 0;
  }
  #container .homeTabs .container-fluid .nav-tabs {
    display: flex;
    flex-direction: column;
  }
  #container .homeTabs .container-fluid .nav-item {
    width: 100%;
  }
  #container .homeNews .container-fluid .news li {
    width: calc(100% - 30px);
  }
  #container footer .container-fluid .content .footerContent .footer-col:nth-child(2) {
    display: none;
  }
  #container footer .container-fluid .content .footerContent .footer-col {
    width: 100%;
  }
  #container footer .container-fluid .content .footerContent .footer-col:nth-child(3),
  #container footer .container-fluid .content .footerContent .footer-col:nth-child(1) {
    width: 100%;
  }
  #container footer .container-fluid .content .footerContent {
    flex-direction: column;
  }
  #container footer .container-fluid .content .footerContent .footer-col:nth-child(3) {
    margin-top: 20px;
  }
  #container .copyright .container-fluid .right ul {
    flex-direction: column;
  }
  #container .copyright .container-fluid .right ul li {
    display: flex;
    text-align: center;
  }
  #container .copyright .container-fluid .right ul li a {
    width: 100%;
    padding: 5px;
  }
  #container .productCategories .container-fluid ul.products li {
    width: calc(100% - 20px);
  }
  .contactContent .subContent .contact-form {
    padding: 30px;
  }
  #container .homeMission {
    margin-top: -150px;
  }
  #container .homeProducts .container-fluid .productSlider {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
  #mobileMenu ul li a {
    font-size: 26px;
  }
  #container .subPageImgHeader .container-fluid h1 {
    font-size: 40px;
  }
  #container .subPageImgHeader .container-fluid h1 span {
    font-size: 30px;
  }
  #container .homeStatics {
    margin-top: 50px;
  }
  #container .carousel-control-next,
  #container .carousel-control-prev {
    display: none;
  }
  #container .productCategories .container-fluid ul.productList li {
    flex-direction: column !important;
  }
  #container .productCategories .container-fluid ul.productList li picture,
  #container .productCategories .container-fluid ul.productList li .content {
    width: 100%;
  }
  #container .productCategories .container-fluid ul.productList li picture {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
