*,
:before,
:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@keyframes fade {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
html {
  font-optical-sizing: auto;
  scroll-behavior: smooth;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.nav {
  columns: 2;
  flex-flow: wrap;
  place-content: center space-evenly;
  align-items: center;
  display: flex;
  position: relative;
}
.nav__logo {
  text-align: center;
  height: auto;
}
.nav__logo--img {
  width: 300px;
  height: auto;
}
.nav__bar {
  width: 50%;
}
.nav__bar__group {
  cursor: default;
  flex-flow: wrap;
  place-content: center space-evenly;
  margin: 0;
  padding: 0;
  display: flex;
}
.nav__bar__group__li {
  cursor: default;
  list-style-type: none;
  display: inline-block;
}
.nav__bar__group__li--item {
  color: #2a2a2a;
  filter: drop-shadow(0 0 #c6a66400);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}
.nav__bar__group__li--item:hover {
  color: #bfbab3;
  filter: drop-shadow(0 0 15px #8c8984) drop-shadow(0 0 15px #bfbab3);
  transform: translateY(-2px);
}
@media screen and (width<=768px) {
  .nav {
    columns: 2;
    flex-flow: column;
    place-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }
  .nav__bar {
    width: 100%;
  }
  .nav__bar__group {
    flex-flow: wrap;
    place-content: center;
    padding: 20px;
  }
  .nav__bar__group__li--item {
    margin: 5px;
  }
}
@media screen and (width<=700px) {
  .nav__bar__group {
    flex-flow: column;
    place-content: center;
    align-items: center;
  }
  .nav__logo--img {
    width: 80vw;
  }
}
.topbar {
  color: #fff;
  background-color: #000;
  flex-flow: wrap;
  place-content: center space-around;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}
.topbar__box {
  color: #bfbab3;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: flex;
}
.topbar__box__contact {
  margin-right: 10px;
}
.topbar__box__contact svg {
  color: #bfbab3;
  width: 22px;
  height: 22px;
  transition: all 0.3s;
}
.topbar__box__contact--button {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.topbar__box__contact--button:hover {
  color: #bfbab3;
}
.topbar__box__contact--img {
  color: #bfbab3;
  width: 20px;
  height: 20px;
}
.topbar__box__social {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: flex;
}
.topbar__box__social--button svg,
.topbar__box__social--button path {
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  fill: #bfbab3 !important;
}
.topbar__box__social--button svg:hover path,
.topbar__box__social--button path:hover path {
  fill: #fff !important;
}
@media screen and (width<=768px) {
  .topbar,
  .topbar__box {
    flex-direction: column;
  }
}
.slideshow-container {
  background-image: url(slide-bg3.394f13bf.svg);
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  max-height: 900px;
  margin: auto;
  display: flex;
  position: relative;
}
.slideshow-container a {
  text-decoration: none;
  display: block;
}
.slideshow-container a:hover {
  color: #2a2a2a;
}
.slideshow-container__btngroup {
  min-width: 1400px;
  max-width: 1400px;
  position: absolute;
}
.mySlides {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: none;
}
.mySlides__img {
  padding: 50px;
}
.mySlides__img img {
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  width: 600px;
  height: 500px;
}
.mySlides__content {
  width: 30%;
  padding: 2rem;
  font-size: 20px;
}
.prev,
.next {
  cursor: pointer;
  color: #8c8984;
  background-color: #2a2a2a;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.6s;
  position: absolute;
  top: 50%;
}
.prev {
  border-radius: 20px;
}
.next {
  border-radius: 20px;
  right: 0;
}
.prev:hover,
.next:hover {
  color: #000;
  background-color: #bfbab3;
}
.text {
  color: #f2f2f2;
  text-align: center;
  width: 100%;
  padding: 8px 12px;
  font-size: 15px;
  position: absolute;
  bottom: 8px;
}
.numbertext {
  color: #f2f2f2;
  padding: 8px 12px;
  font-size: 12px;
  position: absolute;
  top: 0;
}
.active {
  background-color: #717171;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.fade:not(.show) {
  opacity: 1;
}
@media screen and (width<=768px) {
  .mySlides__img {
    padding: 35px;
  }
  .mySlides__img img {
    width: 80vw;
    height: auto;
  }
  .mySlides__content {
    width: 100%;
  }
  .slideshow-container__btngroup {
    min-width: unset;
    width: 50vw;
    bottom: unset;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }
  .prev,
  .next {
    cursor: pointer;
    width: auto;
    position: relative;
    top: 0%;
  }
}
@media screen and (width>=768px) and (width<=1300px) {
  .slideshow-container__btngroup {
    min-width: 100%;
  }
  .mySlides__content {
    width: unset;
    color: #fff;
    font-size: 16px;
  }
}
.under {
  flex-flow: wrap;
  place-content: center space-evenly;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}
.under__header {
  text-align: center;
  width: 100%;
  padding: 10px;
  position: relative;
}
.under__header:hover:after {
  width: 130px;
}
.under__header:after {
  content: "";
  background-color: #bfbab3;
  width: 100px;
  height: 2px;
  transition: all 0.3s;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.under__box {
  text-align: center;
  width: 350px;
  margin-top: 50px;
  padding: 1rem;
  transition: transform 0.2s;
}
.under__box:hover {
  transform: scale(1.1);
}
.under__box a {
  color: #000;
  height: auto;
  text-decoration: none;
}
.under__box__icon {
  width: 100%;
}
.under__box__icon img {
  filter: drop-shadow(10px 10px 5px #a3a3a3);
  width: 80px;
  height: auto;
  position: relative;
}
.under__box__header {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
  position: relative;
}
.under__box__header h2 {
  font-size: unset;
}
.under__box__content {
  margin-top: 10px;
  font-size: 1.1rem;
}
@media screen and (width<=768px) {
  .under__box a {
    font-size: 12px;
  }
}
.whatsapp {
  color: #fff;
  object-fit: cover;
  z-index: 99999;
  border-radius: 5px;
  padding: 10px 15px;
  position: fixed;
  bottom: 10px;
  right: 50px;
}
.whatsapp a {
  color: #fff;
  text-align: center;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  overflow: hidden;
}
.whatsapp a:hover {
  opacity: 0.8;
}
.whatsapp a img {
  width: 100%;
  height: auto;
}
.whatsapp__popup {
  opacity: 0;
  color: #252525;
  text-align: center;
  background-color: #8c8984cc;
  border-radius: 5px;
  width: 175px;
  padding: 10px;
  font-weight: 600;
  position: absolute;
  bottom: 75px;
  right: -40px;
}
@media screen and (width<=768px) {
  .whatsapp {
    opacity: 0;
    display: none;
  }
}
.product-slider {
  width: 92%;
  max-width: 1200px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}
.product-slider:before,
.product-slider:after {
  content: "";
  pointer-events: none;
  width: 56px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.product-slider:before {
  background: linear-gradient(90deg, #ffffff8f, #f3f3f300);
  left: 0;
}
.product-slider:after {
  background: linear-gradient(270deg, #ffffff8f, #f3f3f300);
  right: 0;
}
.product-container {
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
  touch-action: none;
  overscroll-behavior: contain;
  gap: 70px;
  padding: 30px 10px;
  display: flex;
  overflow-x: auto;
}
.product-container::-webkit-scrollbar {
  display: none;
}
.product-container.dragging {
  scroll-behavior: auto;
  cursor: grabbing;
}
.product-card {
  height: 350px;
  color: inherit;
  background: #fff;
  border-radius: 14px;
  flex-direction: column;
  flex: 0 0 270px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 0 6px 18px #35353514;
}
.product-card img {
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
  border-radius: 10px;
  width: 100%;
  height: 190px;
}
.product-card h4 {
  margin-top: 12px;
  font-size: 15px;
}
.product-card,
.product-card * {
  -webkit-user-drag: none;
}
.contact {
  color: #fff;
  background-image: url(contact-bg3.5f911e80.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  position: relative;
}
.contact__box {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact__box__heading {
  width: 70%;
  position: relative;
}
.contact__box__heading:after {
  content: "";
  background-color: #bfbab3;
  width: 300px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.contact__box__content {
  width: 70%;
}
.contact__box--button {
  color: #fff;
  background-color: #8c8984;
  border-radius: 5px;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 0;
}
.contact__box--button:hover {
  color: #fff;
  background-color: #2e2e2e;
}
@media screen and (width<=768px) {
  .contact {
    height: 550px;
  }
  .contact__box {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    display: flex;
  }
  .contact__box__heading:after {
    width: 100px;
  }
  .contact__box__content {
    padding: 10px;
  }
  .contact__box--button {
    color: #c99226;
    position: unset;
    background-color: #fff;
    border-radius: 5px;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: all 0.3s;
  }
}
.main_page__box__heading {
  margin-top: 100px;
  margin-bottom: 15px;
  position: relative;
}
.main_page__box__heading h1 {
  text-align: center;
}
.main_page__box__heading h1:hover:after {
  width: 140px;
}
.main_page__box__heading h1:after {
  content: "";
  background-color: #bfbab3;
  width: 100px;
  height: 2px;
  transition: all 0.3s;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel {
  max-width: fit-content;
  margin: auto;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.carousel__group {
  text-align: center;
  filter: drop-shadow(10px 10px 10px #ccc);
  width: 200px;
  margin: 2rem;
  transition: transform 0.2s;
}
.carousel__group--img img {
  width: 100%;
  height: auto;
}
.carousel__group--heading {
  padding: 10px;
  position: relative;
}
.carousel__group--heading:before {
  content: "";
  background-color: #bfbab3;
  width: 20%;
  height: 1px;
  transition: all 0.3s;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel__group--button {
  color: #000;
  font-size: 1.1em;
  text-decoration: none;
  transition: color 0.2s;
}
.carousel__group--button:hover {
  color: #bfbab3;
}
.carousel__group:hover {
  transform: scale(1.1);
}
.carousel__group--content {
  text-align: center;
  color: #252525;
  margin: auto;
  padding: 10px;
  font-size: 1rem;
}
.carousel-inner {
  transition: transform 0.3s;
  display: flex;
}
.carousel-item {
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 100%;
  display: flex;
}
@media screen and (width<=768px) {
  .carousel-inner {
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    display: flex;
  }
}
.projects {
  margin: auto auto 50px;
}
.projects__boxgroup {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  margin-left: 60px;
  display: flex;
}
.projects__boxgroup__box {
  max-width: 450px;
  margin: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.projects__boxgroup--projebilgi {
  display: inline-block;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.projects__boxgroup--projebilgi h5 {
  color: #252525;
  padding: 5px 10px;
  font-size: 20px;
}

.projects__boxgroup__box img {
  width: 400px;
  max-width: 450px;
  height: 330px;
  object-fit: cover;
}

.projects__boxgroup__box:hover .projects__about {
  transform: scaleY(1);
}
.projects__header {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  padding: 20px;
}

.projects__header:hover:after {
  width: 130px;
}
.projects__header:after {
  content: "";
  background-color: #bfbab3;
  width: 100px;
  height: 2px;
  transition: all 0.3s;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.projects__about {
  transform-origin: bottom;
  background-color: #bfbab3;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(0);
  opacity: 0.95;
}
.projects__about--bolge {
  text-align: center;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 30px;
}
.projects__about--baslangicbitis {
  font-weight: 400;
  font-size: 20px;
}
@media screen and (width>=768px) and (width<=1420px) {
  .projects__boxgroup {
    margin-left: 0;
  }
}
@media screen and (width<=768px) {
  .projects__boxgroup {
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }
}
.footer {
  background-color: #a5a4a4;
  width: 100%;
}
.footer__group {
  color: #fff;
  flex-flow: wrap;
  place-content: center space-evenly;
  padding: 30px;
  display: flex;
}
.footer__group:not(:first-child) {
  align-items: flex-start;
}
.footer__group__box {
  text-align: center;
}
.footer__group__box--logo {
  height: 70px;
  margin-top: 30px;
}
.footer__group__box__heading {
  color: #000;
}
.footer__group__box__content {
  flex-flow: column wrap;
  place-content: center;
  align-items: flex-start;
  display: flex;
}
.footer__group__box__content--button {
  color: inherit;
  max-width: 200px;
  text-decoration: none;
  position: relative;
}
.footer__group__box__content--button:before {
  content: "";
  background-color: #000;
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: 40%;
  left: -10px;
  transform: translate(-50%);
}
.footer__group__box__content--button:hover {
  color: #000;
}
.footer__underbar {
  text-align: center;
  color: #bfbab3;
  background-color: #000;
  width: 100%;
  height: 30px;
}
.footer__underbar--text {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.footer__underbar--text:hover {
  color: #bfbab3;
}

.ilanbilgi {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.ilanbilgi__img {
  max-width: 900px;
  height: auto;
  text-align: center;
  padding: 1rem;
}
.ilanbilgi__img img {
  width: 100%;
  height: 525px;
}
.ilanbilgi__img__group {
  width: 100%;
  padding: 1rem;
  overflow: auto;
  height: 150px;
}
.ilanbilgi__img__group a {
  text-decoration: none;
  margin: 15px;
}
.ilanbilgi__img__group img {
  width: 100%;
  width: 150px;
  height: 100px;
}
.ilanbilgi__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  width: 600px;
}
.ilanbilgi__content__header {
  width: 100%;
  padding: 2rem;
  background-color: #a5a4a4;
}
.ilanbilgi__content__header h2 {
  text-align: center;
}
.ilanbilgi__content__bilgi {
  background-color: #c7c6c6;
  padding: 1rem;
  width: 100%;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ilanbilgi__content__bilgi p {
  font-weight: 600;
}
.blog {
  text-align: center;
}
.blog__header {
  padding: 2rem;
}
.blog__content {
  padding: 2rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.blog__content__box {
  padding: 3rem;
}
.blog__content__box--heading {
}
.blog__content__box__img {
  text-align: center;
  width: 100%;
}
.blog__content__box__img img {
  height: 400px;
}
.about {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  position: relative;
}
.about__header {
  text-align: center;
  width: 100%;
  padding: 15px;
  position: relative;
  margin-bottom: 25px;
}
.about__header:hover:after {
  width: 130px;
}
.about__header:after {
  content: "";
  background-color: #bfbab3;
  width: 100px;
  height: 2px;
  transition: all 0.3s;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__img img {
  height: 300px;
}
.about__content {
  padding: 1rem;
}
.about__content--p {
  font-size: 18px;
}
.contact_us_page__header {
  width: 100%;
  position: relative;
}
.contact_us_page__header::after {
  content: "";
  background-color: #bfbab3;
  width: 100px;
  height: 2px;
  transition: all 0.3s;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact_us_page__boxgroup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
.contact_us_page__boxgroup::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #bbbbbb;
  overflow: hidden;
}
.contact_us_page h1 {
  width: 100%;
  text-align: center;
  padding: 2rem;
}
.contact_us_page__box {
  background-color: #dbdbdb;
  width: 600px;
  padding: 2rem;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact_us_page__box__about {
  padding: 1rem;
}
.contact_us_page__box__about iframe {
  height: 300px;
  width: 500px;
}
.contact_us_page--form form button {
  background-color: #dbdbdb;
  text-align: center;
  padding: 1rem 3rem;
  margin: 5px;
  outline: 0;
  color: #fff;
  border: 0;
  transition: 0.2s background-color;
  border-radius: 5px;
  cursor: pointer;
}
.contact_us_page--form form button:hover {
  background-color: rgb(5.6140350877, 56.8421052632, 114.3859649123);
}
.contact_us_page--form form input {
  width: 100%;
  padding: 10px;
  margin: 5px;
  border: 0px solid rgb(8, 81, 163);
  border-radius: 5px;
}
.contact_us_page--form form input:focus:active,
.contact_us_page--form form input:focus {
  outline: 0;
}
.contact_us_page--form form textarea {
  width: 100%;
  margin-bottom: 1rem;
  width: 100%;
  padding: 10px;
  margin: 5px;
  border: 0px solid rgb(8, 81, 163);
  border-radius: 5px;
}
.contact_us_page--form form textarea:focus:active,
.contact_us_page--form form textarea:focus {
  outline: 0;
}
.red {
  color: red;
}
.green {
  color: rgb(2, 109, 2);
}
@media screen and (max-width: 768px) {
  .ilanbilgi__content {
    font-size: 4vw;
  }
  .ilanbilgi__img img {
    width: 100%;
    height: 200px;
  }
  .ilanbilgi__img__group img {
    width: 70px;
    height: 50px;
  }
  .ilangrup__ilanlar__box {
    width: 100%;
  }
  .ilangrup__ilanlar__box--bolge {
    font-size: 1rem;
  }
  .ilangrup__ilanlar__box--fiyat {
    font-size: 1rem;
  }
}
@media screen and (width<=768px) {
  .footer__group {
    color: #fff;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    display: flex;
  }
  .footer__group__box {
    padding: 15px;
  }
  .footer__underbar {
    height: unset;
  }
  .footer__group__box--logo {
    height: 50px;
  }
}
