body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.display {
  font-family: "Playfair Display", serif;
  line-height: 2em;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

nav {
  display: inline;
  list-style: none;
}
nav li {
  display: inline;
}

.headerTop {
  background-color: #202124;
  border-bottom: 1px solid #2c2d32;
  padding: 6px 0px;
}
.headerTop .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerTop .container a {
  color: #50535a;
  margin-left: 18px;
  font-size: 1em;
}
.headerTop .container a:hover {
  color: #9c9fa7;
}
.headerTop .container .bi-instagram {
  margin-left: 0px;
  color: #aab2ba;
  font-size: 17px;
}
.headerTop .container .bi-instagram span {
  margin-left: 10px;
  font-size: 14px;
}
.headerTop .container .active {
  color: #9c9fa7;
}

.header {
  background-color: #202124;
  border-bottom: 1px solid #2c2d32;
}
.header .container {
  display: grid;
  grid-template-columns: 30% auto;
  align-items: center;
}
.header .container .bar {
  display: none;
}
.header .container .logo {
  width: 300px;
  margin: 36px 0px;
}
.header .container .menuBar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .container .menuBar a {
  color: #efefef;
  padding: 0px 48px;
  border-right: 1px solid #383a3f;
}
.header .container .menuBar a:last-child {
  border: none;
  padding-right: 0px !important;
}
.header .container .menuPage {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
.header .container .menuPage a {
  line-height: 1.2em;
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
}
.header .container .menuPage a span {
  display: block;
  font-size: 14px;
}
.header .container .menuPage a span span {
  font-size: 12px;
  opacity: 0.6;
}
.header .container .menuPage a i {
  font-size: 22px;
}
.header .container .social a {
  border: none;
}
.header .container .social a i {
  font-size: 22px;
}

.productMenu {
  background-color: #efefef;
}
.productMenu .container {
  display: flex;
  align-items: center;
}
.productMenu .container nav {
  margin: 16px 0px;
}
.productMenu .container nav li {
  display: inline;
}
.productMenu .container nav li a {
  display: inline-block;
  padding: 0px 24px;
  border-right: 1px solid #d6d6d6;
  font-size: 1.1em;
}
.productMenu .container nav li:last-child a {
  border: none;
}
.productMenu .container nav li:first-child a {
  padding-left: 0px;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 24px 0px;
}
.products .thumbFrame {
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
  position: relative;
}
.products .thumbFrame a {
  margin: 0px !important;
}
.products .thumbFrame a .thumbnail {
  margin: 0px !important;
  border-radius: 0px;
  transition: all 0.2s;
}
.products .thumbFrame a .thumbnail:hover {
  transform: scale(1.1);
}
.products .thumbFrame .kredi {
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: #feeb1a;
  color: black;
  padding: 0px 6px;
  border-radius: 3px;
}
.products .content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.products .content h3 {
  font-size: 16px;
  line-height: 1.6em;
  margin: 0px;
  margin-top: 12px;
  height: 90px;
}
.products .content .fiyatlar {
  border: 1px solid #efefef;
  padding: 10px 12px;
  border-radius: 0px 0px 6px 6px;
  font-size: 1.1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .content .fiyatlar i {
  color: #9ca6af;
}
.products .content .fiyatlar span span {
  font-weight: 300;
  color: #5b6670;
}
.products .content .icons {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 6px;
  align-items: center;
  border-top: 1px solid #efefef;
  padding: 12px 6px;
}
.products .content .icons span {
  display: flex;
  align-items: center;
}
.products .content .icons span img {
  width: 16px;
  margin-right: 12px;
}

.ilantop {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.ilantop div {
  padding: 12px 16px;
  border-radius: 5px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 20px;
}
.ilantop div i {
  font-size: 1.3em;
  margin-right: 12px;
  color: green;
}

.properties {
  padding: 24px;
  border: 1px solid #efefef;
  border-radius: 5px;
  box-shadow: 0px 0px 40px rgba(32, 33, 36, 0.1);
}
.properties .property {
  display: grid;
  grid-template-columns: 5fr 2fr;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #efefef;
}
.properties .property:last-child {
  border: none;
}
.properties .propertyheader h1 {
  font-size: 1.7em;
  line-height: 1.5em;
  font-weight: 600;
}
.properties .propertyheader h3 {
  display: grid;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  line-height: 1em;
}
.properties .propertyheader h3 span {
  font-size: 0.8em;
  color: #5b6670;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.properties .propertyheader h3 span i {
  font-size: 0.7em;
  margin-right: 6px;
}

.pageHeader {
  background-color: #202124;
  color: white;
  text-align: center;
  height: auto;
  padding: 24px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageHeader .container {
  text-align: left;
}
.pageHeader .container h1 {
  font-weight: 300;
  font-size: 2em;
  line-height: 1.4em;
  max-width: 400px;
  margin: 0px;
}

.pageGorsel {
  margin-top: -90px;
}

.cover {
  height: 80vh;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: flex-end;
}
.cover .container {
  margin-bottom: 100px;
  max-width: 960px;
}
.cover .container h2 {
  color: white;
  margin-bottom: 20px;
}
.cover .container .arama {
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}
.cover .container .arama .nav-tabs {
  border: none;
}
.cover .container .arama .tab-pane {
  background-color: white;
  color: #202124;
  padding: 12px 16px;
  border-radius: 0px 4px 4px 4px;
}
.cover .container .arama .tab-pane .ara {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 70px;
  gap: 12px;
}
.cover .container .arama .nav-link {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  color: white;
  margin-right: 2px;
}
.cover .container .arama .active {
  background-color: white;
  color: #202124;
}

.share {
  display: flex;
  align-items: center;
  border: 1px solid #e2e5e8;
  border-radius: 20px;
  height: 40px;
  margin: 25px 0px;
  box-shadow: 0px 0px 30px rgba(32, 33, 36, 0.1);
}
.share i {
  width: 45px;
  height: 45px;
  border-radius: 40px;
  background-color: #25d366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: -5px 0px;
  margin-left: -5px;
  margin-right: 12px;
}

.pageContent {
  padding: 24px 0px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.pageContent h1 {
  font-size: 32px;
  font-weight: 400;
  position: relative;
  margin-bottom: 24px;
}
.pageContent h3 {
  line-height: 1.5em;
  font-size: 1.5em;
  margin: 24px 0px;
}
.pageContent p {
  line-height: 1.7em;
}
.pageContent .addtocart {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.pageContent .addtocart .btn {
  padding: 12px 24px;
}

.teklifFixed {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9991;
}
.teklifFixed .container {
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 24px;
}
.teklifFixed .container .teklif {
  background-color: rgba(255, 248, 178, 0.8);
  border: 1px solid #feef4d;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  color: #202124;
  padding: 12px;
  border-radius: 6px 6px 0px 0px;
  z-index: 99999999999;
  position: relative;
  display: grid;
  grid-template-columns: 50px auto auto;
  align-items: center;
  gap: 12px;
  box-shadow: 0px 0px 20px rgba(32, 33, 36, 0.1);
}
.teklifFixed .container .teklif .photo {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
}
.teklifFixed .container .teklif .text h3 {
  font-size: 1em;
  margin: 0px;
}
.teklifFixed .container .teklif .text span {
  font-size: 1em;
  display: block;
  margin-top: 2px;
}
.teklifFixed .container .teklif .butonlar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: center;
}
.teklifFixed .container .teklif .butonlar a {
  border-left: 1px solid #b1a301;
  text-align: center;
}
.teklifFixed .container .teklif .butonlar a:first-child {
  border: none;
}
.teklifFixed .container .teklif .butonlar a i {
  font-size: 1.4em;
}
.teklifFixed .container .teklif .butonlar a .bi-telephone-outbound {
  font-size: 1.3em;
}

.footer {
  background-color: #202124;
  padding: 48px 0px;
}
.footer .footerMenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer .footerMenu .logo {
  width: 200px;
  opacity: 0.5;
  transition: all 0.2s;
}
.footer .footerMenu .logo:hover {
  opacity: 1;
}
.footer .footerMenu nav li {
  display: block;
}
.footer .footerMenu nav li a {
  color: rgba(239, 239, 239, 0.7);
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 300;
}
.footer .footerMenu nav li a:hover {
  color: #efefef;
}
.footer .footerMenu .akan {
  height: 18px;
  margin-left: 12px;
}

.akanarea {
  text-align: right;
}

.footerBottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #2c2d32;
  margin-top: 100px;
  color: #686b75;
  font-size: 12px;
}
.footerBottom .kredikart {
  width: 300px;
}

.footerFixed {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 12px;
  z-index: 1111;
}
.footerFixed .container {
  padding: inherit;
  display: block;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  text-align: right;
}
.footerFixed .container .teklifAl {
  display: none;
  grid-column: 1/span 2;
  background-color: orange;
  padding: 12px 24px;
  color: black;
  border: none;
}
.footerFixed .container .teklifAl:hover {
  color: black;
}
.footerFixed .container .others {
  display: none;
}

.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;
}
.owl-carousel .item {
  height: 70vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.owl-carousel .item::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel .item h1 {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 50px;
}
.owl-carousel .item h1 a {
  color: white;
}
.owl-carousel .item h1 .btn-warning {
  color: black;
  margin-top: 12px;
  font-family: "Poppins";
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: none;
}

.galeriMacbook {
  display: block;
}

.galeriiPhone {
  display: none;
}

.headerSide {
  display: block;
}

.headerMobile {
  display: none;
}

.contactGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-bottom: 24px;
  padding-top: 24px;
}

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

@media (max-width: 600px) {
  .teklifFixed .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .galeriMacbook {
    display: none;
  }
  .galeriiPhone {
    display: block;
    margin-bottom: 24px;
  }
  .headerSide {
    display: none;
  }
  .headerMobile {
    display: block;
    font-size: 1.9em !important;
    line-height: 1.4em;
    font-weight: 600 !important;
  }
  .contactGrid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footerFixed {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 12px;
    z-index: 11111111111;
  }
  .footerFixed .container {
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .footerFixed .container .teklifAl {
    display: block;
    grid-column: 1/span 2;
    background-color: white;
  }
  .footerFixed .container .others {
    display: block;
  }
  .akanarea {
    text-align: center;
    margin-top: 40px;
  }
  .akanarea span {
    display: block;
  }
  .akanarea img {
    margin: auto;
    width: inherit;
  }
  .offcanvas-bottom {
    height: auto;
    width: 100%;
  }
  .talepCanvas {
    height: 80vh;
    width: 100% !important;
    padding: 0px;
    padding-bottom: 120px;
  }
  .talepCanvas iframe {
    width: 100%;
    height: 100%;
  }
  .headerTop {
    background-color: #202124;
    border-bottom: 1px solid #2c2d32;
    padding: 12px 5px;
  }
  .headerTop .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headerTop .container a {
    color: #50535a;
    margin-left: 18px;
    font-size: 1.2em;
  }
  .headerTop .container a:hover {
    color: #9c9fa7;
  }
  .headerTop .container .bi-instagram {
    margin-left: 2px;
  }
  .headerTop .container .active {
    color: #9c9fa7;
  }
  .header .container {
    display: grid;
    grid-template-columns: auto;
    text-align: center;
  }
  .header .container .logo {
    width: 90%;
    margin: 24px auto;
  }
  .header .container .social {
    display: none;
  }
  .header .container .sepet i {
    font-size: 26px;
  }
  .header .container .sepet span {
    font-size: 18px;
  }
  .header .menuPage {
    display: none !important;
  }
  .products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    padding: 12px 0px;
  }
  .products .content {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: start;
  }
  .products .content h3 {
    font-size: 14px;
    margin: 0px;
    text-align: left;
    height: auto;
    padding: 12px 0px;
  }
  .products .content .text-end {
    text-align: center !important;
  }
  body {
    overflow-x: hidden;
  }
  .productMenu {
    padding-left: 12px;
    overflow: auto;
    white-space: nowrap;
  }
  .footer .footerMenu {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer .footerMenu .logo {
    width: 170px;
  }
  .footer .footerMenu nav {
    margin-top: 40px;
  }
  .footer .footerBottom {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    padding-bottom: 20px;
  }
  .footer .footerBottom img {
    margin: auto;
  }
  .footer .footerBottom .text-end {
    text-align: center !important;
  }
  .footer .footerBottom .text-end img {
    margin-left: 12px;
  }
  .pageContent {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 12px 0px;
  }
  .pageContent .right {
    order: 1;
  }
  .pageContent .left {
    order: 2;
  }
  .pageContent .content {
    padding: 12px;
  }
  .pageContent .content .display {
    line-height: 1.8em;
    font-size: 1.3em;
  }
  .pageContent .addtocart {
    display: grid;
    grid-template-columns: 1fr;
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 0px;
    z-index: 11;
  }
  .pageContent .addtocart .btn {
    border-radius: 6px;
    background-color: #C69B52;
    border: none;
  }
  .pageHeader {
    background-color: #202124;
    color: white;
    text-align: center;
    height: auto;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pageHeader .container {
    text-align: left;
  }
  .pageHeader .container h1 {
    font-weight: 300;
    font-size: 1.7em;
    max-width: 400px;
    line-height: 1.4em;
    margin: 0px;
  }
  .pageGorsel {
    margin-top: 0px;
  }
  .owl-carousel .item {
    height: 50vh;
  }
  .owl-carousel .item h1 {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    font-family: "Playfair Display";
    font-weight: 800;
    font-size: 40px;
  }
  .owl-carousel .item h1 a {
    color: white;
  }
  .owl-carousel .item h1 .btn-warning {
    color: black;
    margin-top: 12px;
    font-family: "Poppins";
  }
}/*# sourceMappingURL=style.css.map */