@import url("https://fonts.googleapis.com/css2?family=Asap:wght@300&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Robato", sans-serif;
}

.main-header {
  width: 100%;
  background: transparent;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4);
}

.menu-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 15px;
}

.logo-wrap {
  width: 100px;
  min-height: 40px;
}

.logo-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}

/* =====================
            Mobile Nav closed
        ====================== */
.main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0vh;

  transition: height 0s ease-out 0.4s, opacity 0.2s ease-out 0.2s,
    padding-left 0.2s ease-in 0s;
  opacity: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 400;

  overflow: hidden;
  background-color: rgb(240, 240, 240);

  padding-left: 100%;
}

.nav-item {
  display: block;
  padding: 7px 10px;
  margin: 5px auto;
  color: rgb(0, 0, 0);
  font-size: 20px;
  width: 100%;
  text-align: center;
  z-index: 100;
}

.nav-item:first-of-type {
  margin-top: 20vh;
}

/* Hamburger btn */
.drop-trigger {
  /* Changing these will automatically adjust bars */
  height: 34px;
  width: 50px;

  /* For btn bars */
  position: relative;
  background: rgba(0, 0, 0, 0);
  transition: all 0.1s ease-out 0s;
  z-index: 450;
  border-width: 0;
  margin-left: auto;
}

/* Hamburger bars */
.drop-trigger .btn-bar {
  position: absolute;
  display: block;
  top: 20%;
  left: 50%;
  height: 4px;
  width: 60%;
  transition: all 0.4s ease-in 0s;
  background: rgb(250, 250, 250);
  margin: 0 auto;
  transform-origin: 50% 50%;
  transform: translateX(-50%) translateY(-0%) rotate(-0deg);
}

.btn-bar.middle {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.btn-bar.bottom {
  top: calc(80% - 3px);
}

/* Fills background of nav and is linked to the checkbox toggle */
.nav-revert {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}

/* Checkbox used for toggle */
#nav-tog {
  display: none;
}

/* =====================
            Mobile Nav open
        ====================== */
#nav-tog:checked~.drop-trigger .btn-bar {
  transition-timing-function: ease-out;
}

#nav-tog:checked~.drop-trigger .btn-bar {
  top: 50%;
  background: rgb(30, 30, 30);
}

#nav-tog:checked~.drop-trigger .btn-bar.top {
  transform: translateX(-50%) translateY(-50%) rotate(-315deg);
}

#nav-tog:checked~.drop-trigger .btn-bar.middle {
  transform: translateX(-50%) translateY(-50%) rotate(-225deg);
}

#nav-tog:checked~.drop-trigger .btn-bar.bottom {
  transform: translateX(-50%) translateY(-50%) rotate(-225deg);
}

#nav-tog:checked~.main-nav {
  transition: height 0s ease-in 0s, opacity 0.2s ease-in 0s,
    padding-left 0.23s ease-out 0.21s;
  opacity: 1;
  height: 100vh;
  padding-left: 0%;
}

/* ============================
            Large screen nav
        ============================= */
@media screen and (min-width: 800px) {

  /* Hides mobile-specific elements */
  .drop-trigger,
  .nav-revert {
    display: none;
  }

  .main-nav {
    height: auto;
    position: relative;
    padding-left: 0%;
    flex-direction: row;
    justify-content: flex-end;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
  }

  .nav-item:first-of-type {
    margin-top: 0;
  }

  .nav-item {
    font-size: 20px;
    margin: 0 25px;
    color: #000;
    width: auto;
    text-decoration: none;
    font-weight: lighter;
  }
}

/* NAVİGATİON BAR */

.nav-item {
  color: rgb(34, 34, 34);
  border-bottom: 2px solid transparent;
  /* Başlangıçta border-bottom şeffaf olacak */
  transition: border-bottom 0.5s ease-out;
}

.nav-item:hover {
  text-decoration: none;
  color: rgb(44, 44, 44);
  border-bottom: 2px solid;
}

.main-header {
  background-color: rgba(240, 248, 255, 0.151);
}

.anaekran {
  width: 100%;
  background-size: cover;
  /* Resmi div boyutuna uyacak şekilde ayarla */
  background-position: center;
  /* Resmi dikeyde ve yatayda ortala */
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.anaekran2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
  text-align: center;
  width: 100%;
  background-color: white;
  border-radius: 15px;
  padding-top: 50px;
  font-family: "Robato", sans-serif;
}

#red-text {
  color: #285585;
}

#title-text-separator {
  width: 5%;
  margin-top: 0.5%;
  border: solid 1px #285585;
}

.hakkinda-metin {
  font-family: "Robato", sans-serif;
  text-align: justify;
  width: 60%;
  color: black;
  font-size: 0.9vw;
  max-height: 40vh;
  overflow: hidden;
}

@media (max-width: 380px) {
  .hakkinda-metin {
    font-size: 2vw;
  }
}

@media (min-width: 381px) and (max-width: 540px) {
  .hakkinda-metin {
    font-size: 1.7vw;
  }
}

@media (min-width: 540px) and (max-width: 700px) {
  .hakkinda-metin {
    font-size: 1.5vw;
  }
}

@media (min-width: 700px) and (max-width: 1320px) {
  .hakkinda-metin {
    font-size: 1.1vw;
  }
}

.slider-wrapper {
  width: 60%;
  overflow: hidden;
  padding: 25px 20px 20px 20px;
  white-space: wrap;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 15px;
  filter: drop-shadow(10px 8px 6px #414040);
}

.res img {
  opacity: 0;
  transition: opacity 3s ease-in-out;
}

.res img.loaded {
  opacity: 1;
}

h4 {
  text-align: center;
  color: aliceblue;
}

p2 {
  display: inline-block;
  text-align: justify;
  font-size: 14px;
  color: aliceblue;
}

.prev {
  color: black;
  position: absolute;
  top: 45%;
  left: -10px;
  font-size: 1.5em;

  :hover {
    cursor: pointer;
    color: black;
  }
}

.next {
  color: black;
  position: absolute;
  top: 45%;
  right: 10px;
  font-size: 1.5em;

  :hover {
    cursor: pointer;
    color: black;
  }
}

.fact {
  vertical-align: top;
  display: inline-block;
  height: auto;
  width: 200px;
  background-color: rgba(152, 162, 169, 0);
  margin: 50px 25px 0px 5px;
  border-radius: 15px;
  box-shadow: 0 1.6px 3.6px rgba(0, 0, 0, 0.01),
    0 4.5px 10px rgba(0, 0, 0, 0.015), 0 10.9px 24.1px rgba(0, 0, 0, 0.02),
    0 36px 80px rgba(0, 0, 0, 0.03);
}

/* ÜRÜNLER */

.gallery_container {
  max-width: 70%;
  margin: 0px auto;
}

.gallery-item {
  display: flex;
  margin: 4rem 0 10rem 0;
  overflow: hidden;
  border-radius: 15px;
  height: 45vh;
}

.right-container {
  flex: 2.5;
  display: flex;
  justify-content: center;
  background-color: #c4c0c0;
  border-radius: 15px;
  align-items: center;
  margin: 0 auto;
}

.right-container a {
  width: 80%;
}

.right-container a img {
  max-width: 90%;
  transition: transform 400ms ease-out;
}

.left-container {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 4rem;
  color: #000;
  text-align: justify;
  font-family: "Robato", sans-serif;
}

.right-container,
.left-container {
  border: 1px solid #8b8e92;
  /* Border rengi ve kalınlığını ayarlayabilirsiniz */
  border-radius: 15px;
  /* İstenirse border köşelerine yuvarlaklık ekleyebilirsiniz */
  padding: 20px;
  /* İçeriğin container içindeki kenar boşluğunu ayarlamak için */
  box-sizing: border-box;
  /* Border ve padding değerleri toplam genişliği etkilesin */
}

.left-container h1 {
  color: #285585;
  margin: 10px 0 0 0;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.15);
}

.deneme {
  flex: 1;
}

.wrap-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  width: 140px;
  height: 45px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #b5b5b5aa;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  margin: 0px auto;
  margin-bottom: 20px;
}

.button:hover {
  background-color: #285585;
  box-shadow: 0px 15px 20px rgba(46, 122, 229, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

/* Ürünler Mobil uyum */
@media screen and (max-width: 1000px) and (min-width: 150px) {
  .gallery-item {
    height: 30vw;
  }

  .right-container a img {
    width: 100%;
  }

  .left-container p {
    display: none;
  }

  .left-container h1 {
    font-size: 3vw;
  }

  .button {
    height: 5vw;
    width: 18vw;
    font-size: 1.2vw;
  }

  .right-container {
    height: 100%;
  }

  .left-container {
    height: 100%;
  }
}

/* ÜRÜNLER */

/* FOOTER */

.site-footer {
  background-color: #3a3c41;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
  justify-content: center;
}

.row-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 70%;
  margin: auto;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
}

.footer-logo {
  width: 80px;
  margin-top: 5px;
  filter: grayscale(80%) brightness(50%);
}

.footer-logo:hover {
  filter: none;
}

.col-sm-12 {
  max-width: 200px;
}

.col-xs-6 {
  max-width: 200px;
  border-left: 1px solid rgb(86, 86, 86);
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: center;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}

.copyright-text {
  margin: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }

  .site-footer [class^="col-"] {
    display: block;
  }

  .row-footer {
    flex-direction: column;
  }

  .site-footer h6 {
    font-size: small;
    border: none;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #9428a4c2;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

.site-footer hr {
  width: 80%;
  height: 2px;
  border: none;
  margin: 0 auto;
  margin-bottom: 15px;
  background: linear-gradient(to right,
      rgba(13, 27, 99, 0),
      rgb(74, 88, 160) 50%,
      rgba(16, 38, 148, 0));
}

/* FOOTER */

/* ---------------------------Ürün Detay------------------------------ */
.resimBg {
  padding-top: 110px;
  width: 100%;
  height: 300px;
  background-color: #cacaca;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resimBg img {
  filter: drop-shadow(10px 8px 6px #717171);
  object-fit: contain;
  object-position: center;
  /* Veya istediğiniz bir pozisyon değeri */
  max-width: 20%;
  /* Resim, .resimBg'nin içinde taşmadan sığsın */
  max-height: 80%;
  margin: 0 20px;
}

.urun {
  width: 55%;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
}

.urun-baslik {
  display: flex;
  justify-content: center;
  color: #285585;
  margin: 20px;
}

.icon-container {
  display: flex;
  margin-top: 10px;
}

.icon-container i {
  margin: 4px 10px 0 0;
  color: #285585;
  font-size: 30px;
  padding: 15px;
}

.urun p {
  line-height: 1.75;
  text-align: justify;
}

@media (max-width: 770px) and (min-width: 520px) {
  .resimBg img:nth-child(2) {
    display: none;
  }

  .resimBg img:nth-child(1) {
    max-width: 80%;
    max-height: 80%;
  }

  .urun-baslik {
    font-size: 0.6em;
  }

  .urun {
    width: 80%;
  }

  .col-md-3 {
    border: none;
  }

  .drop-trigger {
    margin-right: 50px;
  }

  .drop-trigger .btn-bar {
    background: #373737;
  }
}

@media (max-width: 520px) {
  .resimBg img:nth-child(2) {
    display: none;
  }

  .resimBg img:nth-child(1) {
    max-width: 80%;
    max-height: 80%;
  }

  .urun-baslik {
    font-size: 0.6em;
  }

  .urun {
    width: 80%;
  }

  .col-md-3 {
    border: none;
  }

  .drop-trigger {
    margin-right: 50px;
  }

  .drop-trigger .btn-bar {
    background: #373737;
  }
}

@media (max-width: 1200px) and (min-width: 800px) {
  .yazi {
    max-height: 170px;
    margin-bottom: 20px;
  }

  .left-container h1 {
    font-size: 1.5em;
  }
}

@media (max-width: 800px) and (min-width: 560px) {
  .yazi {
    display: none;
  }

  .gallery-item {
    margin: 80px auto;
    max-width: 500px;
    align-items: center;
    border: 1px solid #a89a9a;
  }

  .left-container h1 {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .wrap-button {
    width: 100px;
  }

  .button {
    font-size: 8px;
    color: #000;
    height: 35px;
  }

  .gallery_container {
    margin: 0 auto;
    max-width: none;
  }

  .right-container {
    height: 100%;
  }
}

@media (max-width: 560px) {
  .yazi {
    display: none;
  }

  .gallery-item {
    margin: 80px auto;
    max-width: 400px;
    align-items: center;
    border: 1px solid #a89a9a;
  }

  .left-container h1 {
    font-size: 0.6em;
    margin-bottom: 20px;
  }

  .wrap-button {
    width: 80px;
  }

  .button {
    font-size: 7px;
    color: #000;
    height: 20px;
  }

  .right-container {
    flex: 8;
    width: 200px;
    height: 100%;
  }

  .gallery-image {
    width: 100%;
  }

  .right-container a img {
    max-width: none;
  }
}


.tum-pdf a {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 10px;
  background-color: #33353d;
  padding: 10px 15px;
}

.tum-pdf a {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

.whatsapp-iletesim a.whatsapp:hover {
  background-color: #00b624;
}