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

.display {
  font-family: "Playfair Display", serif;
}

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: flex-end;
}
.headerTop .container a {
  color: #50535a;
  margin-left: 18px;
  font-size: 0.8em;
}
.headerTop .container a:hover {
  color: #9c9fa7;
}
.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;
  margin-left: -10px;
}
.header .container .menuBar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .container .menuBar a {
  color: #efefef;
  padding: 0px 24px;
  border-right: 1px solid #383a3f;
}
.header .container .menuPage {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 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;
}
.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 .content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.products .content h3 {
  font-size: 14px;
  margin: 0px;
  margin-top: 12px;
}

.pageContent {
  padding: 24px 0px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 45% auto;
  gap: 48px;
}
.pageContent h1 {
  font-size: 32px;
  font-weight: 400;
  position: relative;
  margin-bottom: 48px;
}
.pageContent h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #202124;
}
.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;
}

.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: 11;
}
.footerFixed .container {
  padding: inherit;
  display: block;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  text-align: right;
}
.footerFixed .container .teklifAl {
  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: 8px;
}

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

.owl-carousel {
  padding: 0px !important;
}
.owl-carousel .item {
  height: 80vh;
  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;
}

.contactGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

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

@media (max-width: 600px) {
  .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 {
    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 0px;
  }
  .headerTop .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .headerTop .container a {
    color: #50535a;
    margin-left: 18px;
    font-size: 1em;
  }
  .headerTop .container a:hover {
    color: #9c9fa7;
  }
  .headerTop .container .active {
    color: #9c9fa7;
  }
  .header .container {
    display: grid;
    grid-template-columns: auto auto;
  }
  .header .container .logo {
    width: 90%;
  }
  .header .container .social {
    font-size: 22px;
  }
  .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(2, 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: center;
  }
  .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: 70px;
  }
  .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;
    padding: 12px 0px;
  }
  .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;
  }
  .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 */