@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@media (min-width: 1025px) {
  .dzl {
    min-height: 400px;
    object-fit: cover;
  }
}
a:hover {
  text-decoration: unset !important;
}
.urun-img {
  text-align: center;
}
.body {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  background-color: #fff;
}
p {
  color: #6c6c6f;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323233;
  text-transform: uppercase;
}
.navbar-brand span {
  color: #fed136;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
}
.navbar-brand {
  color: #fff;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.nav-item.active {
  background-color: #efc4a3;
}
.navbar-nav .nav-item.active .nav-link:hover {
  color: #fff !important;
}
.navbar-nav .nav-item.active > a {
  color: #fff !important;
}
.navbar-collapse {
  flex-grow: 0 !important;
  padding: 0 !important;
}
.navbar-nav .nav-item .nav-link {
  font-size: 120%;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #efc4a3 !important;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  border-top: 3px solid #fed136;
}
.dropdown-item:hover {
  background-color: #fed136;
  color: #fff;
}
nav {
  -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
  -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
  transition: padding-top 0.3s, padding-bottom 0.3s;
  border: none;
}
.shrink {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #212529;
  border: 0 !important;
  padding: 0 !important;
}
.banner-text {
  padding: 200px 0 150px 0;
}
.banner-heading {
  font-family: "Oswald", sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 30px;
  color: #fff;
}
.banner-sub-heading {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 50px;
  color: #fff;
}
.btn-banner {
  padding: 5px 20px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.text-intro {
  width: 90%;
  margin: auto;
  text-align: center;
  padding-top: 30px;
}
.custom-navtoggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.carousel-caption.d-md-block {
  right: 0;
  top: 35%;
  left: 22%;
  text-align: left;
  text-shadow: unset !important;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
}
.carousel-caption > h4 {
  font-size: 48px;
}
.carousel-caption > p {
  font-size: 16px;
  letter-spacing: 1px;
}
.carousel-button {
  font-size: 16px;
  color: black;
  display: inline-block;
  border: 2px solid #151515;
  padding: 15px 25px 15px 25px;
  margin-top: 25px;
}
.show {
  visibility: visible !important;
  opacity: 1 !important;
}
.dropdown-submenu {
  position: relative;
}
.btn {
  font-size: 16px !important;
  padding: 10px 20px !important;
  border-radius: 5px !important;
}
.btn.btn-primary {
  background-color: #976f55 !important;
  border-color: #976f55 !important;
}
.dropdown-submenu > .dropdown-menu {
  top: -45px;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.dropdown-submenu a:hover {
  padding-left: 25px !important;
}
.contact i {
  color: #976f55;
  font-size: 60px;
  line-height: 1;
}
.contact .icon {
  padding-bottom: 10px;
}
section {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.capitalize {
  text-transform: capitalize;
}
.deco {
  display: inline-block;
  padding: 0 16px;
  letter-spacing: 0.075em;
}
.deco::before {
  left: 0;
}
.deco::after {
  right: 0;
}
.deco::before,
.deco::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  height: 1px;
  width: 25vw;
  background: #d7d7d7;
}
.deco2 {
  display: inline-block;
  padding: 0 16px;
  position: relative;
  letter-spacing: 0.075em;
}
.deco2::before {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.urunset {
  max-height: 525px;
  object-fit: scale-down;
}
.carousel-item.active {
  background-color: unset !important;
}
.deco2::after {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.deco2::before,
.deco2::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  height: 1px;
  width: 15vw;
  background: #d7d7d7;
}
.carousel-button:hover {
  background-color: #efc4a3;
  border-color: #efc4a3;
  transition: background 0.4s 0.4s, border-color 0.4s 0.4s, color 0.4s 0s;
  color: white;
}
.black {
  color: black;
  text-shadow: 1px 2px #000000;
}
.white {
  color: white;
  text-shadow: 1px 2px #000000;
}
.carousel-button.white {
  border-color: #fff;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 60px !important;
  height: 35px !important;
}
.urun-img img {
  max-height: 284px;
  min-height: 284px;
}
.breadcrumbs {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.breadcrumbs a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.breadcrumbs a:hover {
  color: #efc4a3 !important;
  transition: all 0.25s ease 0s;
  text-decoration: unset;
}
label {
  font-size: 16px;
  margin-bottom: 10px !important;
  display: block !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
/* mobile view */
@media (max-width: 767px) {
  .urun-img img {
    max-height: 150px !important;
    min-height: 150px !important;
    width: 100%;
  }
  .carousel-caption > h4 {
    font-size: 24px;
  }
  .dropdown-menu a {
    font-size: 15px;
  }
  .deco::before,
  .deco::after {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .carousel-caption {
    left: 0 !important;
    top: 0 !important;
    padding: 30px;
  }
  h4.black {
    font-size: 18px;
  }
  .carousel-button {
    margin-top: 0px;
    font-size: 12px;
    padding: 10px 18px 10px 18px;
  }
  .navbar {
    position: relative !important;
  }
  .navbar.fixed-top {
    top: 0 !important;
  }
  .navbar-collapse > .navbar-nav > .nav-item > .nav-link {
    padding: 0.7em 1em !important;
    font-size: 100%;
    font-weight: 500;
  }
  .banner-text {
    padding: 150px 0 150px 0;
  }
  .banner-heading {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .banner-sub-heading {
    font-size: 10px;
    font-weight: 200;
    line-height: 10px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .menu {
    background-color: white;
  }
  .fixed {
    max-width: 25% !important;
    margin-right: 25px;
  }
}
@media (max-width: 1024px) {
  .contact .col-md-4 {
    border: 1px solid #ededed;
    padding: 65px 25px 65px 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .carousel-indicators > .col-sm-2.col-md-3 > li {
    width: 150px !important;
  }
  .dropdown-menu {
    opacity: 0;
    padding: 22px !important;
    width: 270px;
    font-size: 14px !important;
    visibility: hidden;
  }
  .dropdown-menu.dil {
    width: auto !important;
  }
  .dropdown-menu a:hover {
    padding-left: 25px;
  }
  .dropdown-menu a:before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 34px;
    width: 3px;
    height: 21px;
    font-size: 0;
    line-height: 0;
    background: #efc4a3;
    transition: all 0.15s ease;
    visibility: hidden;
    opacity: 0;
  }
  .dropdown-menu a {
    transition: all 0.2s ease;
    font-family: poppins, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
      helvetica neue, Arial, sans-serif;
  }
  .dropdown-menu a:hover:before {
    visibility: visible;
    opacity: 1;
    transition: all ease 0.1s;
  }
  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: translate3d(0, 0, 0) !important;
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
    visibility: visible !important;
  }
  .dropdown-menu {
    transform: translate3d(0, 30px, 0);
    display: block !important;
  }
  .urnresm {
    max-width: 122px;
    max-height: 150px;
    object-fit: scale-down;
  }
  .sirketimiz {
    min-width: 852px;
  }
  .urunek {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .carousel-indicators > .col-sm-2.col-md-3 > li {
    width: 86px !important;
    position: relative !important;
    height: auto !important;
  }
  .gmap > .p-0.mobil-p {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mobil-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .paddingmobile-5 {
    padding: 3rem !important;
  }
  .banner-text {
    padding: 150px 0 150px 0;
  }
  .banner-sub-heading {
    font-size: 23px;
    font-weight: 200;
    line-height: 23px;
    margin-bottom: 40px;
  }
}
.navbar-nav .nav-item .nav-link {
  padding: 38px 28px 33px !important;
  font-size: 15.5px !important;
  transition: all 0.25s ease 0s;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000000 !important;
  font-family: "Oswald", sans-serif;
}
.fixed-top {
  top: 70px !important;
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  margin-bottom: 0px !important;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
h1 {
  font-family: "Oswald", sans-serif !important;
}
h2 {
  font-family: "Oswald", sans-serif !important;
}
.about h1 {
  font-size: 32px;
}
.about p {
  font-size: 15px;
}
.about li {
  font-size: 15px;
}
.shrink {
  background-color: white !important;
  top: 0 !important;
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}
.topfix {
  top: 0 !important;
}
footer {
  background-color: #585858;
}
footer p {
  color: #fff;
  font-size: 14px;
}
footer ul {
  list-style: none;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
footer a:hover {
  color: #efc4a3 !important;
  transition: all 0.25s ease 0s;
  text-decoration: unset;
}
footer a {
  color: white;
  text-decoration: unset;
}
footer li {
  padding-bottom: 7px;
}
footer i {
  font-size: 15px;
}
footer p {
  margin-bottom: 3px;
}
.headerdiger {
  top: 0 !important;
  padding: 0 !important;
  margin-top: 0 !important;
  border: 0 !important;
  position: relative !important;
  background: white !important;
}
.urunlerthumbnail {
  position: relative !important;
  padding: 0 !important;
  top: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  color: white !important;
  background-color: white !important;
  display: table !important;
}
.projelerthumbnail {
  position: relative !important;
  padding: 0 !important;
  top: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  color: white !important;
  background-color: white !important;
  display: table !important;
}
.projelerthumbnail li {
  width: auto !important;
  position: relative !important;
  height: auto !important;
  color: white !important;
  background-color: white !important;
}
.urunlerthumbnail li {
  width: auto !important;
  position: relative !important;
  height: auto !important;
  color: white !important;
  background-color: white !important;
}
.carousel-indicators .active {
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
}
/*.carousel-indicators .active {
	color: white !important;
    background-color: white !important;
}*/
@keyframes animatedBackground {
  25% {
    transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
  }
  75% {
    transform: translate3d(0, 0, 0) rotate(0.001deg);
  }
}
footer h2 {
  color: #efc4a3;
  margin-bottom: 40px;
}
.main-slider .carousel-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 1;
}
#animate-area {
  background-image: url(../img/entry-header.jpg);
  transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
  background-size: cover;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 150px);
  height: calc(100% + 150px);
  will-change: transform;
  animation: animatedBackground 100s linear infinite;
}
#animate-areas {
  background-image: url(../img/revizeurunler.jpg);
  transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
  background-size: cover;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 150px);
  height: calc(100% + 150px);
  will-change: transform;
  animation: animatedBackground 100s linear infinite;
}
.gmap iframe {
  width: 100%;
  max-height: 270px;
}
.entry-header {
  position: relative;
  padding: 140px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 5px;
  font-size: 50px;
  overflow: hidden;
  font-weight: 400;
}
.entry-header .entry-title {
  position: relative;
  top: 50%;
  z-index: 11;
}
.entry-header-title {
  color: white;
  font-size: 36px;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 0px;
}
.urunadi {
  background-color: #f07a20;
  padding: 5px;
  text-align: center;
  font-size: 19px;
  position: relative;
  color: white;
  width: 100%;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.urun-img:before {
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: rgba(48, 46, 46, 0.18);
  transition: inherit;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.urun-img:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1400px) AND (min-width: 1000px) {
  .urun-img img {
    max-height: 187px !important;
    min-height: 187px !important;
  }
}
@media (max-width: 999px) AND (min-width: 769px) {
  .urun-img img {
    max-height: 131px !important;
    min-height: 131px !important;
  }
}
.dropdown-menu {
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}
.modal-backdrop {
  background-color: #00000087;
}
.urun-img img {
  object-fit: contain;
}
.breadcrumb {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 150px 0 !important;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000087;
}
.breadcrumb h1 {
  font-size: 40px;
}
.breadcrumb ul {
  display: flex;
  li {
    position: relative;
    &:not(:first-child) {
      margin-left: 30px;
    }
  }
}
.breadcrumb ul li:not(:last-child):before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 15px;
  position: absolute;
  color: #fff;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.breadcrumb ul li a {
  color: #fff;
  font-size: 16px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left:unset;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: none;
}
.navbar-nav {
  margin: unset;
}
@media (max-width:991px) {
  .navbar-collapse {
    position: absolute !important;
    top: 100%;
    left: 0;        
    clip-path: inset(0px 0px -15px 0px);
    box-shadow: 0px -9px 18px rgba(0, 0, 0, 0.75);
    width: 100%;
    background: #FFF;
  }
  .navbar-nav>li {
      float:unset !important;
  }
      .navbar-collapse > .navbar-nav > .nav-item > .nav-link {
        padding: 0.7em 1em !important;
        font-size: 100%;
        font-weight: 500;
    }
  
  .navbar-nav {
    border-top: 3px solid #fed136;
    color: #fff;
    z-index: 1;
    margin-top: 5px;
    float:unset !important;
  }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 767.98px) {
  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.wrapper {
  min-height: 690px;;
}
@media (max-width:991px) {
  .navbar-expand-md .navbar-collapse {
    display: none !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  .collapse.show, .navbar-collapse.collapsing {
    display: block !important;
  }
}