

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox için */
input[type="number"] {
  -moz-appearance: textfield;
}
body {
  font-size: 16px;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#header .logo {
  max-height: 90px;
  width: auto;
  height: auto;
}

#header a {
  color: white;
  font-size: 1em;
  margin: auto;
}

.headerCallUs {
  border: 2px solid #508af8;
  border-radius: 35px;
  padding: 7px 20px;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.headerCallUs .headerCallUsIcon {
  margin-right: 15px;
}

.headerCallUs .headerCallUsIcon img {
  max-height: 25px;
  object-fit: contain;
}

.headerCallUsText {
  display: flex;
  flex-direction: column;
  line-height: 1em;
}

.headerCallUsText span:first-of-type {
  font-size: 0.7em;
}

.headerCallUsText span:last-of-type {
  font-size: 1em;
  color: #508af8;
  font-weight: bold;
}

#slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #04115b;
}

#slider .slide {
  position: relative;
  overflow: hidden;
}

#slider .slide .gradients {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#slider .main-slider {
  height: 100%;
  width: 100%;
  position: relative;
}

#slider .main-slider .slide {
  position: relative;
}

#slider .slide video {
  width: 100%;
  top: 0;
  margin-left: -10%;
  z-index: 1;
  object-fit: cover;
  max-height: 900px;
  object-position: bottom;
  width: 110%;
  height: 100%;
}

#slider .gradients .right-to-left {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 2;
  right: 0;
  background: rgb(4, 17, 91);
  background: linear-gradient(
    270deg,
    rgba(4, 17, 91, 1) 15%,
    rgba(2, 0, 36, 0) 100%
  );
}

#slider .gradients .bottom-to-top {
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 2;
  right: 0;
  bottom: 0;
  background: rgb(4, 17, 91);
  background: linear-gradient(
    0deg,
    rgba(4, 17, 91, 1) 15%,
    rgba(2, 0, 36, 0) 100%
  );
}

#slider .gradients .top-to-bottom {
  display: none;
  position: absolute;
  width: 100%;
  height: 25%;
  z-index: 2;
  left: 0;
  top: 0;
  background: rgb(4, 17, 91);
  background: linear-gradient(
    180deg,
    rgba(4, 17, 91, 1) 15%,
    rgba(2, 0, 36, 0) 100%
  );
}

#slider .slide .sliderText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#slider .slide .slickArrows {
  position: absolute;
  right: -50px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
}

#slider .slide .slickArrows .left img {
  transform: rotate(180deg);
}

#slider .slide .slickArrows .right,
#slider .slide .slickArrows .left {
  border: 1.5px solid white;
  padding: 12px;
  border-radius: 23px;
}

.defaultButton {
  color: #ffffff;
  text-align: right;
  font-family: "Kanit", sans-serif;
  border: 1.5px solid #3d6af8;
  border-radius: 25px;
  padding: 10px;
  text-decoration: unset;
  font-weight: 300;
  /* font faily open sans regular */
  font-family: "Open Sans", sans-serif;
  min-width: 185px;
  text-align: center;
  display: inline-block;
}

.defaultButton img {
  margin-top: unset !important;
}

#promo .defaultButton img {
  margin-top: unset !important;
  margin-left: 10px;
}

.textContainer h3,
.textContainer p {
  color: #ffffff;
  text-align: right;
  font-family: "Kanit", sans-serif;
}

.textContainer .defaultButton {
  float: right;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.textContainer h3 {
  font-size: 4.5em;
  font-weight: bold;
  letter-spacing: -3px;
}

.textContainer p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
}

#header {
  position: absolute;
  background: transparent;
  z-index: 99;
  width: 100%;
}
#promo {
  z-index: 99;
  background: #04115b;
  margin-top: -1px;
}

#promo .container-width {
  max-width: 1440px;
}

#promo .container {
  background: #000a48;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#promo .iconBoxes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#promo .iconBoxes .iconBox {
  border: 2px solid #2c46de71;
  background: rgb(4, 16, 92);
  background: linear-gradient(
    137deg,
    rgba(4, 16, 92, 1) 0%,
    rgba(3, 14, 83, 1) 100%
  );
  padding: 30px 20px;
  width: 100%;
  max-width: 300px;
  transform: translateY(-50%);
  z-index: 5;
  border-radius: 23px;
  box-shadow: 0px 3px 50px #2e79ff29;
  align-self: stretch;
  justify-content: space-between;
  transition: all 0.3s;
}
#promo .iconBoxes .iconBox .iconBoxImages img {
  object-fit: contain;
  transition: all 0.3s;
}
#promo .iconBoxes .iconBox .iconBoxImages img:first-of-type {
  width: 110px;
  max-height: 80px;
}
#promo .iconBoxes .iconBox .iconBoxImages {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#promo .iconBoxes .iconBox .iconBoxImages img:nth-of-type(2) {
  width: 18px;
}
#promo .iconBoxes .iconBox .iconBoxTexts {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#promo .iconBoxes .iconBox .iconBoxTexts p:first-of-type {
  font-size: 3em;
}
#promo .iconBoxes .iconBox .iconBoxTexts p {
  font-size: 5em;
  margin-bottom: 0px;
  font-family: "Kanit", sans-serif;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}

#promo .iconBoxes .iconBox:hover {
  box-shadow: 0px 3px 50px #2e79ff29;
  transform: translateY(-50%) scale(1.05);
  cursor: pointer;
}

#promo .iconBoxes .iconBox:hover img {
  transform: scale(1.1);
}
#promo .promoImage {
  position: relative;
}

#promo .promoImage img {
  max-width: 100%;
  margin-top: -150px;
}

#promo .promoImage .promoText {
  position: absolute;
  top: 0;
  right: 0;
}
#promo .promoImage .promoText p {
  max-width: 390px;
  text-align: right;
  line-height: 0.8em;
  font-family: "Kanit", sans-serif;
  font-size: 4em;
  color: white;
}

#promo .promoImage .promoText .mainPromoTitle {
  font-family: "Kanit", sans-serif;
  color: #1f8fff;
  font-weight: bold;
  line-height: 1.1em;
  text-align: right;
  display: block;
}

#promo .promoImage .promoText .mainPromoTitle span {
  font-size: 1.9em;
  color: #1f8fff;
}
#promo .promoAlterText {
  transform: translateY(-100%);
}

#promo .promoAlterText p {
  font-size: 1em;
  /* font family open sans */
  font-family: "Open Sans", sans-serif;
}

#languageDropdown {
  background: transparent;
  color: white;
  border: unset;
  outline: unset;
  font-weight: bold;
}

#languageDropdown:after {
  display: none;
}

.languageArea {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .languageArea .dropdown-menu .dropdown-item {
  color: black;
}

#what {
  background: rgb(5, 26, 95);
  background: linear-gradient(
    290deg,
    rgba(5, 26, 95, 1) 0%,
    rgba(20, 48, 153, 1) 100%
  );
  position: relative;

  padding: 100px 0px;
}

#what .patternImage {
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 10%;
  opacity: 0.4;
}

#what h2 {
  font-size: 6em;
  color: white;
  font-family: "Kanit", sans-serif;
  line-height: 1em;
  margin-bottom: 0.5em;
}

#what span {
  font-size: 1.5em;
  display: block;
  font-weight: bold;
}

#what p {
  color: #a2d0ff;
}
#what .videoArea {
  position: absolute;
  top: -50%;
  right: 0;
  width: auto;
}
#what .videoArea img {
  max-height: 400px;
  width: auto;
}

#what ul {
  list-style-type: none;
}

#what ul li:before {
  content: "";
  color: #1f8fff;
  font-weight: bold;
  display: inline-block;
  height: 34px;
  width: 34px;
  background-image: url("../check.png");
  object-fit: contain;
  left: 0;
  top: 0;
  position: absolute;
}

#what ul li {
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 45px;
  position: relative;
  min-height: 32px;
  margin-top: 1em;
}

#what .defaultButton {
  color: #000a48;
  background-color: white;
  border: unset;
  margin-top: 1em;
}

#products {
  background-color: #000a48;
  padding-top: 10em;
}

#products .products-slider .slide-element {
  border: 1px solid #2436a2;
  background: rgb(0, 10, 72);
  background: linear-gradient(
    213deg,
    rgba(0, 10, 72, 1) 0%,
    rgba(4, 17, 100, 1) 100%
  );
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  border-radius: 20px;
}

#products .products-slider .slide-element img {
  max-width: 100%;
  max-height: 65px;
  max-width: 120px;
  height: 100%;
  object-fit: contain;
  height: 200px;
}

#products .products-slider .slick-slide {
  margin: 0 20px;
}
/* the parent */
#products .products-slider .slick-list {
  margin: 0 -20px;
}

#products .products-arrow {
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

#products .products-arrow.left {
  transform: rotate(180deg);
}

#products .products-arrow img {
  cursor: pointer;
}

#products .product-slider-holder {
  margin-bottom: 5em;
}

#products #filter-area h4 {
  font-size: 2.5em;
  font-family: "Kanit", sans-serif;
  color: white;
  margin-bottom: 1em;
}

.filterBox .btn-link {
  padding: 0px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-link .icon {
  transition: transform 0.2s ease;
  display: inline-block;
}
.btn-link[aria-expanded="false"] .icon {
  transform: rotate(-90deg);
}
.filterBox .form-check-input {
  background: unset;
  border-radius: 3px;
  border: 1px solid #707070;
}

.filterBox .form-check-label {
  color: white;
}

.filterBox input[type="checkbox"] {
  appearance: none;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

/* Checkbox seçildiğinde */
.filterBox input[type="checkbox"]:checked {
  background-color: #142cc3;
  border: 1px solid #1648f0;
}

/* Checkbox içindeki tik işareti */
.filterBox input[type="checkbox"]:checked::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS42OTUiIGhlaWdodD0iMTAuMzg0IiB2aWV3Qm94PSIwIDAgMTEuNjk1IDEwLjM4NCI+CiAgPHBhdGggaWQ9IlBhdGhfMjQ1NTciIGRhdGEtbmFtZT0iUGF0aCAyNDU1NyIgZD0iTTgzLjgzMSw5NC43NDJsMS43LTIuMzdxMS42NDQtMi4zLDMuMjg5LTQuNTlhMS4xMjMsMS4xMjMsMCwwLDEsMS4yNjEtLjU0MSwxLjEsMS4xLDAsMCwxLC42NiwxLjc1Yy0uOTQ4LDEuMy0xLjg3NSwyLjYxNy0yLjgxLDMuOTI2LS45OTQsMS4zOTEtMi4wMDUsMi43Ny0yLjk3Miw0LjE4YTEuMiwxLjIsMCwwLDEtMS43ODguMTY5Yy0xLjE3Ny0xLjE3Ny0yLjM1OS0yLjM1LTMuNTI3LTMuNTM2YTEuMTEzLDEuMTEzLDAsMCwxLC4wMTgtMS42NTIsMS4wODUsMS4wODUsMCwwLDEsMS42MjQuMDQ1cTEuMTgyLDEuMTcyLDIuMzU0LDIuMzU0YTIuMjcsMi4yNywwLDAsMSwuMTkzLjI2NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc5LjI4NCAtODcuMjAzKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");

  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.filterBox {
  padding-bottom: 35px;
  border-bottom: 1px solid #2437a27f;
}

.productBox {
  background-color: #041061;
  border: 1px solid #4d66ff;
  padding: 2em 1em;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: unset;
  cursor: pointer;
}

.productBox .productText {
  color: white;
}

.productBox .productText h5 {
  font-size: 1.5em;
  margin-bottom: 0px;
}

.productBox .productText .p {
  font-size: 1em;
}

.productBox .productImage img {
  max-height: 290px;
  object-fit: contain;
  margin-bottom: 15px;
}

#footer {
  background-position: center;
  background-color: #000a48;
  position: relative;
  overflow: hidden;
}
#topFooter {
  padding: 150px 0px;
}

#bottomFooter {
  background: #123096;
  padding: 10px 0px 60px 0px;
  position: relative;
  z-index: 9;
}

.footerInput {
  border: 1px solid #142cc3;
  background-color: #020e5d;
  border-radius: 28px;
  width: 100%;
}

.footerInput input {
  /* reset input */
  background: unset;
  border: unset;
  outline: unset;
  color: #122390;
  font-size: 0.75em;
  padding: 5px 25px 5px 10px;
}

.footerInput form {
  display: flex;
  flex-direction: row;
  padding: 5px;
  justify-content: space-between;
}

/* change placeholder color */
.footerInput input::placeholder {
  color: #122390;
}

.footerInput button {
  background-color: #142cc3;
  border: unset;
  border-radius: 28px;
  padding: 5px 15px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.footerInput button img {
  max-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .footer-call-us {
  color: white;
  font-size: 1.5em;
  font-family: Kanit, sans-serif;
  line-height: 1em;
}

#footer .phoneIco {
  background-color: #142cc3;
  border-radius: 28px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#footer .phoneIco img {
  height: 20px;
}

#footer .divider {
  /* font family open sans  */
  font-family: "Open Sans";
  color: white;
  margin: 0px 20px;
  font-weight: 300;
  font-size: 1em;
}

#bottomFooter ul {
  list-style-type: none;
}
#bottomFooter ul li {
  margin-bottom: 5px;
}
#bottomFooter ul a {
  color: white;
  text-decoration: none;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 0.8em;
}

#bottomFooter .headerCallUs {
  border: unset;
}

#bottomFooter .headerCallUs .headerCallUsText span:first-of-type {
  color: white;
}

.footerIco {
  max-width: 100%;
}

.footerLanguage {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

.testDiv {
  clip-path: polygon(
    0.37% 35.92%,
    0.37% 37.53%,
    0.37% 94.93%,
    78.21% 36.88%,
    78.21% 36.88%,
    78.53% 36.65%,
    78.84% 36.53%,
    79.16% 36.52%,
    79.47% 36.61%,
    79.78% 36.81%,
    80.09% 37.12%,
    80.4% 37.53%,
    80.71% 38.05%,
    81.01% 38.68%,
    81.3% 39.41%,
    100.37% 89.69%,
    99.88% 35.92%
  );
  background-color: #123096;
  width: 100%;
  /* height: 500px; */
  transform: rotate(180deg);
  height: 100%;
  width: 104%;
  left: -3px;
  bottom: 0;
  position: absolute;
}

.modal-content {
  background-color: transparent;
}

.modal-body {
  background: #041061;
  border: 1px solid #4d66ff;
  border-radius: 40px;
  padding: 50px 30px;
}
.modalProduct img {
  max-width: 100%;
}
.modalProduct h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.modalProduct .headerCallUs * {
  color: white !important;
}

.modalProduct .headerCallUs img {
  filter: brightness(0) invert(1);
  min-height: 40px;
}
.modalProduct .headerCallUs span {
  font-size: 1.25em;
  margin-bottom: 15px;
}

.modalProduct .headerCallUs {
  padding: 20px 20px 10px 20px;
  border-radius: 100px;
  background-color: #1f8fff;
  border-color: #1f8fff;
  margin-top: 15px;
}
.modalProduct .headerCallUs span:last-of-type {
  font-size: 1.5em;
}

.modalProductText * {
  color: white;
  font-size: 0.975em;
}
.accordion-item {
  border: unset !important;
  background-color: #021061;
}
.accordion-item * {
  color: white;
}
.accordion-header {
  border-bottom: 1px solid #677dff;
}
.accordion-item .accordion-button {
  background: #031061;
  border: unset;
  outline: unset;
  color: #677dff;
}

.accordion-button::after {
  background-image: url("../arrow-down-qua.png");
  transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../arrow-down-qua.png");
  transform: unset;
}
.modalClose {
  background: #901414;
  border: 3px solid #ff3939;
  border-radius: 25px;
  position: absolute;
  top: -50px;
  right: 0;
  color: white;
  padding: 7px;
  text-align: center;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
}

.modal-dialog {
  top: 50px;
}

.accordion-button:focus {
  box-shadow: unset;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

#copyright {
  background-color: #082174;
  padding: 5px 0px;
}

#copyright p {
  color: white;
  text-align: center;
  margin-bottom: 0px;
}
#banner {
  height: 485px;
  background-image: url("../about.png");
  position: relative;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-position: center;
}

#banner:after {
  content: "";
  background-image: url("../gradient.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

#banner h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 2.5em;
}

#banner .breadcrumb-item {
  font-family: "Open Sans", sans-serif;
  color: #5f667f;
  text-decoration: unset;
  position: relative;
  margin-left: 15px;
}

#banner .breadcrumb-item:before {
  content: ".";
  color: #5f667f;
  position: absolute;
  top: -20%;
  left: -5%;
}

#banner .breadcrumb-item.active:before {
  font-weight: bold;
}

#banner .breadcrumb-item:first-of-type {
  margin-left: 0px;
}
#banner .breadcrumb-item:first-of-type:before {
  content: "";
}

#banner .breadcrumb-item a {
  text-decoration: unset;
  color: #5f667f;
}

#banner .breadcrumb-item.active {
  font-weight: bold;
}

#banner .bannerText {
  margin-bottom: 25px;
}

#aboutText {
  background-color: #000947;
  padding-top: 75px;
}

.pageList,
.pageList ul,
.pageList li {
  list-style: unset;
  list-style-type: none;
  padding-left: 0px;
}

.pageList .activePage {
  color: white;
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pageList .activePage span {
  border: 1px solid white;
  padding: 0px 11px;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageList .activePage span img {
  height: 5px;
  /* make image white */
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
}
/* page list not first type */

.pageList li {
  padding: 15px 5px;
}

.pageList li:not(:last-of-type) {
  border-bottom: 1px solid #508bf8a3;
}
.pageList li a {
  text-decoration: unset;
  color: #508af8;
  transition: all 0.3s;
}
.pageList li a:hover {
  color: white;
}

.aboutTextHolder {
  color: white;
}

.navbar-nav .nav-item {
  margin-right: 20px;
}

.form-line button {
  background-color: #2d71f2;
  color: white;
  padding: 10px 20px;
  border: unset;
  border-radius: 30px;
  margin-top: 15px;
}

.uncolored {
  display: block;
}

.colored {
  display: none;
}

.light .uncolored {
  display: none;
}

.light .colored {
  display: block;
}

.light #header a {
  color: #5a5a5a;
}

.light .languageArea #languageDropdown {
  color: #5a5a5a;
}

.light .languageArea #languageDropdown img {
  filter: brightness(35%);
}

#contactSection {
  background-color: #f2f2f2;
  padding-top: 120px;
  min-height: 300px;
  z-index: 2;
  position: relative;
}

#contactSection .collapseRow {
  transform: translateY(100px);
}

#contactSection h2 {
  font-size: 3em;
  color: #2c2c2c;
}

#contactSection b {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

#contactSection p {
  color: #2c2c2c;
  font-size: 0.75em;
  opacity: 0.35;
  margin: 1.5em 0px;
}
#contactSection .contactBoxes .contactBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 40px;
  position: relative;
}
#contactSection .contactBoxes .contactBox span {
  position: absolute;
  background: #43a0f6;
  color: white;
  font-size: 8px;
  padding: 0px 3px;
  border-radius: 100%;
  bottom: 0;
}
#contactSection .contactBoxes .contactBox a,
#contactSection .contactBoxes .contactBox p {
  text-decoration: unset;
  color: #2c2c2c;
  opacity: 0.75;
  font-size: 0.9em;
}

#contactSection .contactBoxes .contactBox a:hover {
  text-decoration: unset;
  color: #2c2c2c;
}
#contactSection .contactBoxes .contactBox img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  margin-right: 15px;
}

.contactFormHeader h3 {
  color: #04115b;
  font-weight: bold;
  font-size: 1.75em;
  margin-bottom: 0px;
}

.contactFormHeader h3 span {
  color: #439ff6;
}

#contactSection .contactFormHeader p {
  margin: 0px;
  font-size: 0.75em;
}

#contactSection .contactForm {
  background: white;
  border-radius: 40px;
  padding: 35px;
}

#contactSection .contactForm .contactFormInner {
  margin-top: 2em;
}

#contactSection .contactForm input.form-control {
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  font-size: 0.75em;
  min-height: 50px;
}

#contactSection .contactForm input.form-control::placeholder {
  color: #c9c9c9;
}

#contactSection .form-line {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
}

#contactSection .form-line .form-group {
  flex-grow: 1;
  flex-basis: 0;
}

#contactSection .form-line textarea {
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  font-size: 0.75em;
  width: 100%;
  min-height: 250px;
  padding: 10px;
}

#contactSection .contactForm textarea::placeholder {
  color: #c9c9c9;
}

#contactSection .contactForm label {
  color: #888888;
  font-size: 0.75em;
}
.kvkk-container {
  max-height: 100px;
  overflow-y: scroll;
  padding: 0px 15px;
  margin-bottom: 15px;
  margin-top: 35px;
}

.kvkk-content {
  padding-right: 10px;
}

/* Webkit tarayıcılar için scrollbar stilleri (Chrome, Safari, yeni Edge) */
.kvkk-container::-webkit-scrollbar {
  width: 2px; /* Scrollbar genişliğini azalttık */
  background-color: #bcbcbc;
}

.kvkk-container::-webkit-scrollbar-thumb {
  background-color: #000000;
  height: 50px; /* Scrollbar yüksekliği */
}

/* Firefox için scrollbar stilleri */
.kvkk-container {
  scrollbar-width: thin;
  scrollbar-color: #000000 #bcbcbc;
}

/* IE ve Edge için scrollbar stilleri */
.kvkk-container {
  -ms-overflow-style: none;
}

.kvkk-container::-ms-scrollbar {
  width: 2px; /* IE ve Edge için de genişliği azalttık */
}

.kvkk-container::-ms-scrollbar-thumb {
  background-color: #000000;
  height: 50px;
}

.kvkk-container::-ms-scrollbar-track {
  background-color: #bcbcbc;
}

/* Scrollbar'ı sola taşımak için */
.kvkk-container {
  direction: rtl;
}

.kvkk-content {
  direction: ltr;
}

.kvkk-content {
  color: #888888;
  font-size: 0.75em;
}

#contactFooter {
  position: relative;
  overflow: hidden;
}

#contactFooter iframe {
  margin-left: -50%;
}

#contactFooter img.contactPattern {
  position: absolute;
  bottom: -27%;
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
}

.bottomContactFooter img {
  max-height: 30px;
}

.bottomContactFooter {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  bottom: 15px;
  gap: 15px;
}

.ui-slider-horizontal {
  height: 2px;
  background: #000a48;
}
.ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #142cc3;
  border: none;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  background: #142cc3;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #142cc3;
  font-weight: normal;
  color: #454545;
  border: 2px solid #1648f0;
  transform: translateY(-3px);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #142cc3;
  font-weight: normal;
  color: #454545;
  border: 2px solid #1648f0;
  transform: translateY(-3px);
}

.ui-widget.ui-widget-content {
  border: unset;
}

.ui-slider-horizontal {
  height: 2px;
  background: #09286e;
}
.ui-slider .ui-slider-range {
  background-color: #1648f0;
}

#minLitre,
#maxLitre {
  background: transparent;
  border: 1px solid #ffffff57;
  color: white;
}
#minLitre:placeholder,
#maxLitre:placeholder {
  color: white !important
}

.filterButtons {
  display: flex;
  gap: 15px;
}
.filterButtons button {
  max-width: 45%;
}

.filterButtons button:first-of-type {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 10px;
  outline: unset;
  border: unset;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #000A48;
}

.filterButtons button {
  background-color: transparent;
  border-radius: 30px;
  padding: 10px;
  outline: unset;
  border: unset;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  border: 1px solid #B2B2B2;
  color: white;
}

.list-items {
  display: none;
}

#productContainer.list-view .list-items {
  display: block;
}

.list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #4d66ff;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
  background: #041061;
}

.list-item:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.list-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-right: 20px;
}

.list-item .item-details {
  flex-grow: 1;
}

.list-item .item-details h5 {
  margin: 0 0 5px;
  font-size: 18px;
  color: white;
}

.list-item .item-details p {
  margin: 0;
  font-size: 14px;
  color: white;
}

.list-item .view-details {
  background: #142CC3;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.list-item .view-details:hover {
  background: #0e1e8a;
}

.catalogViews {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.catalogViews span {
  padding: 5px;
  border-radius: 9px;
  display: inline-block;
  display: flex;
  cursor: pointer;
}


.catalogViews span.active {
  border: 1px solid #ffffff57;
}
.catalogViews img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.rtl .textContainer *
{
  text-align: left;
}

.rtl .textContainer .defaultButton {
  float: left;
}

#slider .slide.rtl .slickArrows {
  right: unset;
  left: -50px;
}

/* RESPONSIVE START */

@media (max-width: 1440px) {
  .testDiv {
    left: -192px;
    width: 140%;
  }
}

@media (max-width: 1024px) {
  .textContainer h3 {
    font-size: 2.5em;
    letter-spacing: 2px;
  }
  #slider .slide .slickArrows {
    right: unset;
  }

  #slider .slide.rtl .slickArrows {
    right: 20px;
    left: unset;
}

  #header .headerCallUs {
    display: none;
  }
  #what .videoArea {
    position: relative;
    top: unset;
    right: unset;
    margin: auto;
    margin-top: 100px;
  }

  #products .products-slider .slide-element img {
    max-width: 100%;
    max-height: 47px;
    max-width: auto;
    height: 100%;
    object-fit: contain;
    height: 100px;
  }
  #products .products-slider .slide-element {
    min-height: 100px;
  }
  .productBox .productImage img {
    max-height: 130px;
  }
  .productBox .productText h5 {
    font-size: 1em;
  }
}

@media (max-width: 992px) {
  #header a {
    margin: unset;
  }
  .footerLanguage {
    justify-content: flex-start;
  }
  #contactSection .collapseRow {
    transform: translateY(0px);
    padding-bottom: 50px;
  }
  #contactFooter img.contactPattern {
    display: none;
  }

  .bottomContactFooter {
    background: #113097;
    padding: 15px 0px;
    bottom: 0;
  }
  #banner {
    max-height: 350px;
  }
  #header .logo {
    max-height: 50px;
  }
  .testDiv {
    display: none;
  }
  #promo .iconBoxes .iconBox .iconBoxTexts p {
    font-size: 3em;
  }
  #promo .iconBoxes .iconBox .iconBoxTexts p:first-of-type {
    font-size: 2.5em;
  }
  #promo .iconBoxes .iconBox .iconBoxTexts {
    margin-top: 10px;
  }

  #promo .iconBoxes .iconBox {
    padding: 15px 20px;
  }
  #promo .iconBoxes {
    gap: 10px;
    margin-bottom: 100px;
  }

  #what ul {
    margin: 50px 0px;
  }

  #promo .promoAlterText {
    transform: unset;
    padding: 50px 0px;
  }
  .textContainer h3 {
    font-size: 2.5em;
    letter-spacing: 0px;
  }

  #products .products-arrow {
    display: none;
  }

  #what .videoArea img {
    max-width: 100%;
  }
  #promo .promoImage .promoText p {
    font-size: 2em;
  }

  #slider {
    height: unset;
  }

  #promo .iconBoxes .iconBox {
    transform: unset;
    margin-top: 50px;
  }

  #promo .iconBoxes .iconBox:hover {
    transform: translateY(-10%) scale(1.05);
  }
  .modalProduct {
    margin-bottom: 25px;
  }
  .modalProduct .headerCallUs span:last-of-type {
    font-size: 1.25em;
  }
  .modalProduct .headerCallUs {
    padding: 10px;
  }
  .modalProduct .headerCallUs span {
    font-size: 1em;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #slider .slide .slickArrows {
    left: 0;
    right: unset;
  }

  #promo .iconBoxes .iconBox .iconBoxTexts p:first-of-type {
    font-size: 1.5em;
  }

  #promo .iconBoxes .iconBox .iconBoxTexts p {
    font-size: 2em;
  }
}

@media (max-width: 576px) {
  #promo .iconBoxes {
    flex-direction: column;
  }

  #promo .iconBoxes .iconBox {
    margin: auto;
  }

  #promo .iconBoxes .iconBox:first-of-type {
    margin-top: 50px;
  }
  #slider .slide .slickArrows {
    left: 20px;
  }

  .textContainer h3 {
    font-size: 1.5em;
  }
  .textContainer p {
    font-size: .9em;
  }

  .defaultButton {
    font-size: .75em;
  }

  .slick-slide .slickArrows img {
    height: 7px;
  }
  #slider .slide .slickArrows .right, #slider .slide .slickArrows .left {
    border: 1.5px solid white;
    padding: 7px;
    border-radius: 23px;
}
  #what h2 {
    font-size: 2.5em;
  }
  #slider {
    height: unset;
    padding-top: 50px;
}
#slider .gradients .top-to-bottom {
  display: block;
}
}

@media(max-width:480px) {
  #slider .slide .slickArrows {
    left: 10px;
  }
  .defaultButton {
    padding: 5px 10px;
    min-width: 130px;
  }
  
}

@media(max-width:450px) {
  #promo .promoImage .promoText p {
    font-size: 1em;
  }
}
@media(max-width:380px) {
  .modalProduct .headerCallUs span {
    font-size: .75em !important;
    margin: 0px !important;
  }
  .modalProduct .headerCallUs img {
    min-height: 25px;
}
}
@media(max-width:350px) {
  #slider {
    height: 350px;
    padding-top: 90px;
  }
  .textContainer p {
    font-size: .75em;
  }
}
/* RESPONSIVE END */
@media screen and (min-width: 2400px) {
  #slider .slide video {
    max-height: 1100px;
  }
}


@media screen and (min-width: 2800px) {
  #slider .slide video {
    max-height: 1400px;
  }
}
