@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("index-queries.css");
@import url("hakkimizda.css");
@import url("urunler.css");
@import url("monitor.css");
@import url("oranlama.css");
@import url("cookie.css");

* {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  /* min-height: 100vh;
  margin: 0; */
  /* display: grid; */
  /* grid-template-rows: auto 1fr auto; */
  /* background-color: aliceblue; */
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

html {
  font-family: roboto;
}

header {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1;
  opacity: 1;
}

.header-container {
  align-items: center;
  width: 70%;
  margin: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
}

li {
  display: inline;
  margin: 5px;
}

ul {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

h2 {
  margin-bottom: 2px;
  margin-top: 5px;
  text-shadow: 2px 2px 5px lightcyan;
}

h3 {
  margin-bottom: 2px;
  margin-top: 5px;
  margin-bottom: 10px;
  /* font-style: italic;
  text-shadow: 2px 2px 8px gray; */
}

p {
  margin-top: 5px;
}

.header-links:hover {
  color: black;
  transition-duration: 0.6s;
}

.header-links::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2d3036de;
  transition: transform 0.4s ease-out;
  transform-origin: bottom left;
}

.header-links:hover::after {
  transform: scaleX(1);
}

.dys-header-logo {
  width: 350px;
  vertical-align: middle;
}

.dys-header-yazi {
  display: flex;
  font-weight: 700;
  font-style: italic;
  font-size: 1.6em;
  margin-left: 5px;
  flex-direction: column;
  justify-content: space-around;
}

.dys-header-alt {
  font-size: 0.6em;
}

.header-links-cont {
  margin-left: auto;
}

.header-links-cont ul {
  font-size: 1.2rem;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
  vertical-align: middle;
  border-radius: 5px;
}

.material-symbols-outlined:hover {
  color: aliceblue;
  background-color: black;
  transition-duration: 1s;
}

.image-cont {
  text-align: center;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  margin-bottom: 25px;
  box-sizing: border-box;
  width: 100%;
  /* background: aliceblue; */
}

.mySlides {
  display: none;
}

.sliding-images {
  /* height: 84vh; */
  width: 70%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 2px 2px 5px gray, -2px -2px 5px gray;
}

.intro-slide img {
  /* height: 84vh; */
  width: 70%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 2px 2px 5px gray, -2px -2px 5px gray;
}

.intro-slide {
  display: none;
}

.about-cont {
  width: 70%;
  margin: auto;
  margin-bottom: 30px;
}

.hakkimizda {
  border-radius: 10px;
  box-shadow: 2px 2px 5px gray, -2px -2px 5px gray;
  padding: 10px;
  background-color: #faf7f3;
}

.urun-cont {
  display: grid;
  margin: auto;
  width: 70%;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-content: center;
  border-radius: 10px;
  /* box-shadow: 2px 2px 5px gray, -2px -2px 5px gray; */
  gap: 5px;
  /* background-color: #f0f5f9; */
}

.urun-baslik {
  grid-column: 1 / span 3;
  text-align: center;
  margin-top: 5px;
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: red;
}

.urun-baslik h2 {
  font-size: 28px;
}

.urun-card {
  text-align: center;
  /* border: 2px solid black; */
  border: 1px solid gray;
  border-top: 5px solid red;
  border-radius: 7px;
  box-shadow: 2px 2px 8px lightgray;
  width: 92.5%;
  background-color: lightgray;
  transition: all 0.3s ease-out;
  margin: 10px;
}

.urun-card:hover {
  background-color: bisque;
  transform: scale(1.02);
  box-shadow: 2px 2px 8px gray, -2px -2px 8px gray;
}

.urun-card img {
  width: 95%;
  /* object-fit: cover; */
  border-radius: 5px;
  margin: 5px;
}

#dv-photo {
  object-fit: contain;
}

.product-images {
  object-fit: cover;
  /* width: 100%; */
  height: 25vh;
  border-radius: 10px;
  box-shadow: 2px 2px 5px gray, -2px -2px 5px gray;
}

.product-images-kopukekip {
  object-fit: contain;
  /* width: 100%; */
  height: 25vh;
  /* border-radius: 10px; */
  /* box-shadow: 2px 2px 5px gray, -2px -2px 5px gray; */
}

.product-images-yanginekip {
  object-fit: contain;
  /* width: 100%; */
  height: 25vh;
  /* border-radius: 10px; */
  /* box-shadow: 2px 2px 5px gray, -2px -2px 5px gray; */
}

.product-images-monitor {
  object-fit: contain;
  /* width: 100%; */
  height: 25vh;
  /* border-radius: 10px; */
  /* box-shadow: 2px 2px 5px gray, -2px -2px 5px gray; */
}

.product-images-valves {
  object-fit: contain;
  /* width: 100%; */
  height: 25vh;
  /* border-radius: 10px; */
  /* box-shadow: 2px 2px 5px gray, -2px -2px 5px gray; */
}

.product-images-transparent {
  object-fit: contain;
  /* width: 100%; */
  height: 25vh;
  border-radius: 10px;
}

.product-images-firedos {
  object-fit: contain;
  /* width: 100%; */
  height: 25vh;
  border-radius: 10px;
}

.product-images-pompali {
  object-fit: contain;
  /* width: 100%; */
  height: 25vh;
  border-radius: 10px;
}

.fa-bars {
  font-size: 35px;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  color: rgb(2, 2, 46);
}

.fa-bars:hover {
  cursor: pointer;
  background-color: lightgray;
  color: white;
}

.fa-circle-arrow-up {
  font-size: 30px;
  display: inline;
  color: rgb(166, 166, 241);
  z-index: 99;
  position: fixed;
  right: 0px;
  bottom: 20px;
}

.fa-circle-arrow-up:hover {
  color: rgb(73, 73, 243);
}

footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  /* height: 250px; */
  align-content: center;
  border-bottom: 2px solid black;
  background-color: lightgray;
}

.footer-cont {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  justify-content: center;
  /* align-items: center; */
  justify-items: center;
  width: 70%;
  margin: auto;
}

.footer-cont2 {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 70%;
  margin: auto;
}

.footer-cont2 div {
  margin: 10px;
}

.footer-logo img {
  width: 100px;
  margin: 10px;
  text-align: center;
}

.footer-yazi {
  display: none;
}

.footer-yazi-ust {
  margin-top: 25px;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  padding: 3px;
  /* margin-right: 25px; */
}

.footer-yazi-alt {
  font-weight: 700;
  font-style: italic;
  font-size: 1.1rem;
  padding: 3px;
}

.giris-video {
  display: block;
  width: 70%;
  margin: 10px auto 20px auto;
  border-radius: 10px;
  box-shadow: 2px 2px 8px gray;
}

.footer-yazi-adres {
  font-weight: 400;
  font-size: 14px;
}

.footer-links {
  font-size: 1.05rem;
}

.footer-links:hover {
  color: red;
  transition: all 0.6s;
}

.footer-linkdevam {
  margin-left: 120px;
  font-size: 1.3rem;
}

.footer-ul li {
  display: list-item;
}

.footer-ul li a {
  color: black;
  transition: all 0.2s ease-out;
}

.footer-ul li a:hover {
  font-weight: 700;
  text-shadow: 2px 2px 8px gray;
  text-decoration: underline;
  /* font-size: 1.05em; */
}

#gizli {
  display: none;
}

.fa-square-linkedin,
.fa-square-facebook {
  font-size: 28px;
  margin-top: 10px;
}

.fa-square-linkedin {
  color: #0077b5;
}

.fa-square-facebook {
  color: #4267b2;
}

.language {
  display: inline-block;
  margin-left: 10px;
}

.language img {
  position: relative;
  display: inline-block;
  margin: 3px;
}

.tr-flag:hover .tooltiptext {
  visibility: visible;
}

.tr-flag img {
  /* visibility: hidden; */
  width: 35px;
  height: 20px;
  box-shadow: 2px 2px 8px black;
}

.en-flag img {
  /* visibility: hidden; */
  width: 35px;
  height: 20px;
  box-shadow: 2px 2px 8px black;
}

#urun-contid {
  margin-top: 15px;
}

.partners-cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: auto;
  width: 70%;
  margin-bottom: 25px;
  margin-top: 25px;
  justify-items: center;
  align-items: center;
  gap: 20px;
  border: 1px solid lightgray;
  border-top: 5px solid red;
  border-radius: 10px;
  box-shadow: 2px 2px 5px gray, -2px -2px 5px gray;
  background-color: white;
  padding: 15px 0px;
  box-sizing: border-box;
}

.partners-cont h3 {
  grid-column: 1 / span 4;
  text-align: center;
  margin: 0;
  padding-top: 5px;
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: red;
  font-size: 28px;
}

.partners-albany img:hover,
.partners-angus img:hover,
.partners-claval img:hover,
.partners-firedos img:hover,
.partners-maleco img:hover,
.partners-spp img:hover,
.partners-williams img:hover,
.partners-pw img:hover,
.partners-protek img:hover,
.partners-giacomini img:hover,
.partners-rosenbauer img:hover,
.partners-weflo img:hover {
  transform: scale(1.1);
  transition: all 0.8s;
}

.partners-albany img {
  width: 245px;
  object-fit: contain;
  padding: 10px;
}

.partners-angus img {
  width: 190px;
  object-fit: contain;
  padding: 15px;
}

.partners-claval img {
  width: 110px;
  object-fit: contain;
  padding: 15px;
}

.partners-firedos img {
  width: 180px;
  object-fit: contain;
  padding: 15px;
}

.partners-maleco img {
  width: 225px;
  object-fit: contain;
  padding: 15px;
}

.partners-spp img {
  width: 125px;
  object-fit: contain;
  padding: 15px;
}

.partners-williams img {
  width: 185px;
  object-fit: contain;
  padding: 15px;
}

.partners-pw img {
  width: 170px;
  object-fit: contain;
  padding: 15px;
}

.partners-protek img {
  width: 135px;
  object-fit: contain;
  padding: 15px;
}

.partners-giacomini img {
  width: 225px;
  object-fit: contain;
  padding: 15px;
}

.partners-rosenbauer img {
  width: 275px;
  object-fit: contain;
  padding: 15px;
}

.partners-weflo img {
  width: 160px;
  object-fit: contain;
  padding: 15px;
}

.logos-cont h3 {
  grid-column: 1 / span 4;
  text-align: center;
  margin: 0;
  padding-top: 5px;
  font-size: 1.5rem;
}

.logos-cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: auto;
  width: 70%;
  margin-bottom: 25px;
  margin-top: 25px;
  justify-items: center;
  align-items: center;
  gap: 20px;
  border: 2px solid;
  border-radius: 10px;
  box-shadow: 2px 2px 5px gray, -2px -2px 5px gray;
  background-color: #f0f5f9;
  padding: 15px;
  box-sizing: border-box;
}

#altintel-logo img {
  width: 90px;
  object-fit: contain;
}

#Averydennison-logo img {
  width: 180px;
  object-fit: contain;
}

#Aygaz-logo img {
  width: 170px;
  object-fit: contain;
}

#Aytemiz-logo img {
  width: 150px;
  object-fit: contain;
}

#Botas-logo img {
  width: 100px;
  object-fit: contain;
}

#Bp-logo img {
  width: 105px;
  object-fit: contain;
}

#Castrol-logo img {
  width: 185px;
  object-fit: contain;
}

#Camsan-logo img {
  width: 185px;
  object-fit: contain;
}

#Guzel-logo img {
  width: 155px;
  object-fit: contain;
}

#Hayat-logo img {
  width: 200px;
  object-fit: contain;
}

#Likit-logo img {
  width: 150px;
  object-fit: contain;
}

#Lukoil-logo img {
  width: 175px;
  object-fit: contain;
}

#Limas-logo img {
  width: 185px;
  object-fit: contain;
}

#Opet-logo img {
  width: 135px;
  object-fit: contain;
}

#Poas-logo img {
  width: 100px;
  object-fit: contain;
}

#Shell-logo img {
  width: 90px;
  object-fit: contain;
}

#Solventas-logo img {
  width: 190px;
  object-fit: contain;
}

#Selsil-logo img {
  width: 120px;
  object-fit: contain;
}

#Tupras-logo img {
  width: 170px;
  object-fit: contain;
}

#Socar-logo img {
  width: 170px;
  object-fit: contain;
}

#Star-logo img {
  width: 150px;
  object-fit: contain;
}

#Petkim-logo img {
  width: 110px;
  object-fit: contain;
}

.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

.kvkk-links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: auto;
  /* border-top: 1px solid black; */
}

.cookies,
.gizlilik,
.kullanim {
  text-align: center;
  margin: 5px;
  padding: 10px;
}

.cookies a:hover,
.gizlilik a:hover,
.kullanim a:hover {
  color: blue;
  transition: all 0.5s;
}

.iletisim-baslik {
  text-align: center;
  margin-top: 15px;
  font-size: 1.35rem;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.322);
  grid-column: 1 / span 2;
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: red;
  margin-bottom: 10px;
}

.iletisim-cont {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  width: 70%;
  margin: auto;
  margin-bottom: 70px;
  margin-top: 50px;
  border: 2px solid gray;
  border-top: 7px solid red;
  box-shadow: 2px 2px 8px lightgray;
  border-radius: 10px;
  background: lightgray;
}

.info-cont {
  display: grid;
  grid-template-columns: auto auto;
  margin: 20px;
  justify-content: start;
}

.info-cont-iletisim {
  margin: 25px;
}

.info-cont-sosyal {
  margin: 20px;
}

.adres-baslik {
  font-weight: 700;
  color: rgb(5, 5, 49);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.322);
}

.adres-yazi {
  margin-bottom: 5px;
}

.maps-frame {
  margin: 15px;
}

.maps-frame iframe {
  height: 500px;
}

/* Temel stil (kurumsal, sade) */
:root {
  --bg: #ffffff;
  --text: #111;
  --accent: #c21a1a; /* logonuzun kırmızı tonuna uyarlayın */
  --muted: #666;
  --card: #f7f7f7;
  --maxw: 900px;
  --radius: 10px;
  /* font-family: Inter, "Helvetica Neue", Arial, sans-serif; */
}

h1 {
  margin: 0;
  font-size: 1.6rem;
}
p.lead {
  color: var(--muted);
  margin-top: 6px;
}

.card {
  background: var(--card);
  padding: 20px;
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  margin-bottom: 18px;
}
h2 {
  margin-top: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
}
th,
td {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  text-align: left;
}
th {
  background: #fff;
  font-weight: 600;
}

.btn {
  padding: 8px 12px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}
.btn-accept {
  background: var(--accent);
  color: white;
}
.btn-decline {
  background: #eee;
  color: var(--text);
}
.btn-settings {
  background: transparent;
  border: 1px solid #ddd;
  color: var(--text);
}
.toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.switch {
  width: 44px;
  height: 24px;
  background: #e6e6e6;
  border-radius: 999px;
  position: relative;
  cursor: pointer;
}
.switch .knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  transition: all 0.18s;
}
.switch.on {
  background: var(--accent);
}
.switch.on .knob {
  left: 23px;
}

.container-gizlilik {
  width: 70%;
  margin: auto;
  background-color: rgba(211, 211, 211, 0.486);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px lightgray;
  margin-top: 15px;
  margin-bottom: 25px;
}

.serit {
  display: flex;
  width: 70%;
  margin: auto;
  /* margin-top: 5px;
  margin-bottom: 5px; */
  align-items: center;
  justify-content: flex-end;
}

.serit a {
  color: white;
  font-weight: 400;
  margin-right: 12px;
  transition: all 0.5s;
}

.serit a:hover {
  color: black;
}

.serit-cont {
  background: #571313;
  background: linear-gradient(
    90deg,
    rgba(87, 19, 19, 1) 0%,
    rgba(199, 28, 28, 1) 50%,
    rgba(232, 100, 100, 1) 100%
  );
}

#partner-bottom-margin {
  margin-bottom: 200px;
}

#sosyal-media {
  margin: 0;
}

#sosyal-media-footer {
  margin: 15px;
}

#sosyal-media-footer .fa-brands {
  font-size: 40px;
}

#footer-maps-frame iframe {
  margin: 15px;
  border-radius: 5px;
  box-shadow: 2px 2px 8px gray;
}

.sign-adres {
  margin-right: 3px;
}

#gizli-telefon-sign,
#gizli-telefon-yazi {
  display: none;
}

#info-cont-logo {
  grid-template-columns: auto;
}

@media (max-width: 494px) {
  .dys-header-yazi {
    font-size: 0.8em;
  }

  .dys-header-logo {
    width: 200px;
    vertical-align: middle;
  }

  .fa-bars {
    font-size: 25px;
  }

  .urun-cont {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container-gizlilik,
  .sliding-images,
  .intro-slide img,
  .giris-video {
    width: 100%;
  }

  .footer-cont,
  .serit {
    width: 100%;
  }

  .kvkk-links {
    width: 100%;
  }
  .logos-cont {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .partners-cont {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .partners-cont h3 {
    grid-column: 1 / span 1;
  }
  .urun-baslik {
    grid-column: 1 / span 1;
    text-align: center;
    margin-top: 5px;
  }

  .about-cont {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }

  .iletisim-cont {
    width: 100%;
  }

  footer {
    width: 100%;
  }

  .tr-flag img {
    width: 27px;
    height: 15px;
  }

  .en-flag img {
    width: 30px;
    height: 15px;
  }

  .iletisim-cont {
    grid-template-columns: 1fr;
  }

  .iletisim-baslik {
    grid-column: 1 / span 1;
  }

  .footer-cont {
    grid-template-columns: auto auto auto;
    scale: 0.7;
  }

  #footer-maps-frame {
    display: none;
  }
}

@media (min-width: 495px) and (max-width: 634px) {
  .about-cont {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }

  .iletisim-cont {
    width: 90%;
  }

  .sliding-images,
  .intro-slide img,
  .giris-video {
    width: 100%;
  }

  .urun-cont,
  .serit {
    display: grid;
    width: 90%;
    grid-template-columns: 1fr;
  }

  .container-gizlilik {
    width: 90%;
  }

  .footer-cont {
    width: 90%;
  }

  .kvkk-links {
    width: 90%;
  }

  .logos-cont {
    display: grid;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .partners-cont {
    display: grid;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .partners-cont h3 {
    grid-column: 1 / span 1;
  }

  .logos-cont h3 {
    grid-column: 1 / span 1;
  }

  .urun-baslik {
    grid-column: 1 / span 1;
    text-align: center;
    margin-top: 5px;
  }

  .header-container {
    width: 90%;
  }

  .iletisim-cont {
    grid-template-columns: 1fr;
  }

  .iletisim-baslik {
    grid-column: 1 / span 1;
  }

  .footer-cont {
    grid-template-columns: auto auto auto;
    scale: 0.95;
    /* justify-items: start; */
    /* text-align: left; */
  }

  /* .info-cont {
    margin: 0;
  } */

  #footer-maps-frame {
    display: none;
  }
}

@media (min-width: 635px) and (max-width: 749px) {
  .urun-cont {
    display: grid;
    grid-template-columns: 1fr;
    width: 85%;
  }

  .sliding-images,
  .intro-slide img,
  .giris-video {
    width: 100%;
  }

  .container-gizlilik {
    width: 85%;
  }

  .footer-cont {
    width: 85%;
  }

  .iletisim-cont {
    width: 85%;
  }

  .kvkk-links {
    width: 85%;
  }

  .urun-baslik {
    grid-column: 1 / span 1;
    text-align: center;
    margin-top: 5px;
  }

  .about-cont,
  .serit {
    width: 85%;
  }

  .partners-cont {
    display: grid;
    grid-template-columns: 1fr;
    width: 85%;
  }

  .partners-cont h3 {
    grid-column: 1 / span 1;
  }

  .logos-cont {
    display: grid;
    grid-template-columns: 1fr;
    width: 85%;
  }

  .logos-cont h3 {
    grid-column: 1 / span 1;
  }

  .logos-cont {
    grid-template-columns: 1fr;
    width: 85%;
  }

  .logos-cont h3 {
    grid-column: 1 / span 1;
  }

  .header-container {
    width: 85%;
  }

  .iletisim-cont {
    grid-template-columns: 1fr;
  }

  .iletisim-baslik {
    grid-column: 1 / span 1;
  }

  .footer-cont {
    grid-template-columns: auto auto auto;
  }

  #footer-maps-frame {
    display: none;
  }
}

@media (min-width: 750px) and (max-width: 915px) {
  .urun-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 85%;
  }

  .sliding-images,
  .intro-slide img,
  .giris-video {
    width: 100%;
  }

  .container-gizlilik {
    width: 85%;
  }

  .iletisim-cont {
    width: 85%;
  }

  .serit {
    width: 85%;
  }

  .kvkk-links {
    width: 85%;
  }
  .urun-baslik {
    grid-column: 1 / span 2;
    text-align: center;
    margin-top: 5px;
  }

  .about-cont {
    width: 85%;
  }

  .partners-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 85%;
  }

  .partners-cont h3 {
    grid-column: 1 / span 2;
  }
  .logos-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 85%;
  }

  .logos-cont h3 {
    grid-column: 1 / span 2;
  }

  .header-container {
    width: 85%;
  }
  .footer-cont {
    grid-template-columns: auto auto auto;
    width: 85%;
  }

  /* #info-cont-logo {
    grid-column-start: 1;
    grid-column-end: 3;
  } */

  .footer-yazi {
    display: block;
  }

  #footer-maps-frame {
    display: none;
  }
}

@media (min-width: 916px) and (max-width: 1400px) {
  .urun-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 85%;
  }

  .sliding-images,
  .intro-slide img,
  .giris-video {
    width: 85%;
  }

  .container-gizlilik {
    width: 85%;
  }

  .iletisim-cont {
    width: 85%;
  }

  .serit {
    width: 85%;
  }

  .kvkk-links {
    width: 85%;
  }

  .urun-baslik {
    grid-column: 1 / span 2;
    text-align: center;
    margin-top: 5px;
  }

  .about-cont {
    width: 85%;
  }

  .partners-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 85%;
  }

  .partners-cont h3 {
    grid-column: 1 / span 2;
  }

  .logos-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 85%;
  }

  .logos-cont h3 {
    grid-column: 1 / span 2;
  }

  .header-container {
    width: 85%;
  }

  .footer-cont {
    grid-template-columns: auto auto auto auto;
    width: 95%;
  }
  #footer-maps-frame iframe {
    scale: 0.9;
  }
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .partners-cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .partners-cont h3 {
    grid-column: 1 / span 3;
  }

  .logos-cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logos-cont h3 {
    grid-column: 1 / span 4;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes fade {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
