body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  padding: 0px;
}
body a {
  color: #5b6670;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
body a:hover {
  color: #63a7bd;
}
body .header {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 260px;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 1;
}
body .header::after {
  content: " ";
  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  width: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
body .header .logoArea {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 240px;
}
body .header .logoArea .logoBack {
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
}
body .header .logoArea .logo {
  width: 60%;
  position: relative;
  z-index: 2;
}
body .header .logoArea .bi-list {
  display: none;
}
body .header .logoArea .teklifMobile {
  display: none;
}
body .header .menus {
  margin: 24px auto;
  width: 100%;
  padding: 0px 24px;
}
body .header .menus a {
  display: block;
  text-decoration: none;
  height: 33.6px;
  transition: all 0.2s;
}
body .header .menus a i {
  transition: all 0.2s;
}
body .header .menus a:hover i {
  margin-right: 6px;
}
body .header .teklif {
  position: absolute;
  border-radius: 8px;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background-color: white;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .header .teklif a {
  text-decoration: none;
  margin: 0px;
}
body .header .teklif a i {
  font-size: 1.2em;
}
body .mobileMenu {
  display: none;
}
body .footer {
  position: fixed;
  right: 24px;
  top: 24px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 3px 40px rgba(32, 33, 36, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .footer hr {
  height: 1px;
  background-color: #468fa7;
  margin: 12px auto;
  width: 100%;
}
body .footer a {
  margin: 6px auto;
}
body .footer a i {
  font-size: 1.2em;
}
body .contentArea {
  min-height: 100vh;
  background-color: #efefef;
  padding: 24px;
}
body .contentArea .content {
  margin-left: 300px;
  min-height: 100vh;
  padding: 36px;
  margin-right: 70px;
  background-color: white;
  border-radius: 8px;
}
body .contentArea .content .listGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
body .contentArea .content .listGrid h3 {
  font-size: 1.1em;
  margin-top: 12px;
}
body .contentArea .content .listGrid .thumbnail {
  border-radius: 6px;
}
body .contentArea .content h1 {
  font-weight: 300;
  font-size: 2em;
  color: #468fa7;
  max-width: 700px;
  line-height: 1.5em;
}
body .contentArea .content h3 {
  font-size: 1.4em;
  line-height: 1.6em;
  font-family: "Playfair Display";
  margin-bottom: 24px;
}
body .contentArea .content p {
  line-height: 1.8em;
}

nav {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.horizontal {
  display: flex;
  align-items: center;
}

.projectHeader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100% !important;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .projectHeader {
    display: grid;
    grid-template-columns: column;
  }
}
.projectHeader .kategoriler {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
@media (max-width: 600px) {
  .projectHeader .kategoriler {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 24px;
  }
}
.projectHeader .kategoriler a {
  font-size: 0.6em;
  line-height: 1.4em;
  font-weight: 500;
}

.offcanvas-bottom {
  height: auto;
  width: 40%;
  margin: auto;
}

.talepCanvas {
  height: 90vh;
  width: 100%;
  padding: 0px;
  padding-bottom: 0px;
}
.talepCanvas iframe {
  width: 100%;
  height: 100%;
}

.thumbnail {
  padding-top: 75%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.square {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.radius {
  border-radius: 6px;
}

.productGallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.owl-carousel {
  padding: 0px !important;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 0;
}
.owl-carousel .item {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.owl-carousel .item::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 50%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}
.owl-carousel .item .slideContent {
  position: relative;
  z-index: 2;
  padding-left: 340px;
  font-size: 1.3em;
  padding-bottom: 48px;
}
.owl-carousel .item .slideContent h2 {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-family: "Playfair Display";
  font-size: 50px;
  max-width: 700px;
}
.owl-carousel .item .slideContent h2 a {
  color: white;
}
.owl-carousel .item .slideContent h2 .btn-warning {
  color: black;
  margin-top: 12px;
  font-family: "Poppins";
}
.owl-carousel .item .slideContent strong {
  background-color: #feeb1a;
  font-weight: inherit;
  display: inline-block;
  padding: 0px 6px;
  margin-left: -6px;
  border-radius: 3px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: none;
}

.galeriMacbook {
  display: block;
}

.galeriiPhone {
  display: none;
}

.headerSide {
  display: block;
}

.headerMobile {
  display: none;
}

.lightgallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
.lightgallery .firstIMG {
  grid-column: 1/span 5;
}

@media (max-width: 600px) {
  .header {
    position: absolute !important;
    height: 130px;
    width: 100% !important;
    overflow: hidden;
  }
  .header .logoArea {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .header .logoArea span {
    width: 50px;
  }
  .header .logoArea .logoBack {
    display: none;
  }
  .header .logoArea .logo {
    height: 120px !important;
    width: auto !important;
    margin: 0px !important;
  }
  .header .logoArea .bi-list {
    display: inline-block !important;
    font-size: 2em;
    width: 50px;
    text-align: left;
  }
  .header .logoArea .teklifMobile {
    display: block !important;
  }
  .header .menus {
    display: none;
  }
  .header .teklif {
    display: none !important;
  }
  .mobileMenu {
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    overflow: hidden;
    left: 0px;
    right: 0px;
    top: 130px;
  }
  .mobileMenu nav {
    padding: 24px;
  }
  .mobileMenu nav li a {
    display: block;
    height: 48px !important;
  }
  .mobileMenu .teklif {
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 12px 72px;
  }
  .mobileMenu .teklif i {
    font-size: 1.3em;
  }
  .offcanvas-bottom {
    width: 100%;
    padding: 24px;
  }
  .owl-carousel .item {
    margin: 0px !important;
  }
  .owl-carousel .item .slideContent {
    padding-left: 24px;
    padding-right: 72px;
    font-size: 1.1em;
  }
  .owl-carousel .item .slideContent h2 {
    font-size: 2em;
  }
  .footer {
    right: 24px;
    bottom: 24px;
    top: inherit !important;
  }
  .contentArea {
    min-height: 100vh;
    background-color: #efefef;
    padding: 12px !important;
  }
  .contentArea .content {
    margin-left: 0px !important;
    min-height: 100vh;
    padding: 24px !important;
    margin-right: 0px !important;
    margin-top: 130px;
    background-color: white;
    border-radius: 8px;
  }
  .contentArea .content .listGrid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 24px;
  }
  .contentArea .content .listGrid h3 {
    font-size: 1.1em;
    margin-top: 12px;
  }
  .contentArea .content .listGrid .thumbnail {
    border-radius: 6px;
  }
  .contentArea .content h1 {
    font-weight: 300;
    font-size: 2em;
    color: #468fa7;
    max-width: 700px;
    line-height: 1.5em;
  }
  .contentArea .content h3 {
    font-size: 1.4em;
    line-height: 1.6em;
    font-family: "Playfair Display";
    margin-bottom: 24px;
  }
  .contentArea .content p {
    line-height: 1.8em;
  }
}/*# sourceMappingURL=style.css.map */