﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
html,
body {
  font-family: "Roboto";
}

.container {
  max-width: 80% !important;
}

header {
  position: relative;
  overflow: hidden;
  z-index: 99;
  background: #00000082;
  padding: 10px;
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
header .logo {
  background: url(../IMG/Untitled-1.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  float: left;
}
header nav {
  float: right;
}
header nav a {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  transition: 400ms all;
  padding: 12px 0px;
}
header nav a:hover {
  color: #F65F11;
}
header nav a.active {
  color: #F65F11;
}
header nav a.active:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 auto;
  border-radius: 100px;
  background: #F65F11;
  margin-top: 6px;
}
header nav .social {
  float: right;
  margin-left: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  padding-left: 20px;
}
header nav .social a {
  margin-right: 12px;
}
header a {
  text-decoration: none !important;
}

main .slider-image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  background: #000;
  width: 100%;
  height: 750px;
  overflow: hidden;
}
main .slider-image > div {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 110%;
  margin-top: -70px;
  opacity: 0.4;
  filter: blur(20px);
  transition: 400ms all;
}
main .slider {
  position: relative;
  z-index: 99;
  padding: 90px 0px;
  display: inline-block;
  width: 100%;
}
main .slider .col-lg-10 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -162px;
  padding: 0px 35px;
  opacity: 0.6;
}
main .slider .col-lg-10 .owl-nav button {
  outline: none;
}
main .slider .col-lg-10 .owl-nav button.owl-next {
  float: right;
}
main .slider .col-lg-10 .owl-nav span {
  font-size: 150px;
  color: #fff;
}
main .slider .col-lg-10 .owl-dots {
  float: right;
  min-width: 100px;
  margin-top: -60px;
  margin-right: 50px;
  position: relative;
}
main .slider .col-lg-10 .owl-dots button {
  width: 60px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  display: block;
  float: left;
  margin-left: 10px;
  opacity: 0.2;
  outline: none;
}
main .slider .col-lg-10 .owl-dots button.active {
  opacity: 1;
  background: #F65F11;
}
main .slider img {
  border-radius: 10px;
}
main .slider .item:after {
  content: "";
  display: block;
  height: 350px;
  width: 100%;
  border-radius: 10px;
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  position: absolute;
  bottom: 0px;
  border-radius: 10px;
}
main .slider .info {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  margin-top: -303px;
  padding: 40px;
}
main .slider .info span {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 1px;
}
main .slider .info span:before {
  content: "";
  width: 5px;
  height: 60px;
  display: block;
  background: #F65F11;
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 9;
}
main .slider .info p {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 30px;
}
main .slider .info a {
  font-family: "Bebas Neue", cursive;
  display: inline-block;
  background: #F65F11;
  text-decoration: none;
  color: #fff;
  padding: 5px 70px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 21px;
}
main .slider .col-lg-2 {
  float: right !important;
}
main .slider .col-lg-2 a {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 31px;
  text-decoration: none !important;
  transition: 400ms all;
  position: relative;
  float: right;
  width: 100%;
}
main .slider .col-lg-2 a:hover {
  opacity: 0.5;
}
main .slider .col-lg-2 a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  margin-top: -57px;
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
main .slider .col-lg-2 a span {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  z-index: 9;
  margin-top: -40px;
  display: block;
  padding-left: 20px;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 25px;
}
main .slider .col-lg-2 a span:before {
  content: "";
  float: left;
  background: #f65f11;
  width: 3px;
  height: 86%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}
main .slider .col-lg-2 img {
  height: 100%;
  max-width: initial;
  width: initial;
}
main .social-media {
  margin-top: 70px;
  display: inline-block;
  width: 100%;
}
main .social-media h4 {
  font-size: 50px;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  margin-bottom: 30px;
}
main .social-media .filter {
  margin-bottom: 50px;
}
main .social-media .filter button {
  font-family: "Bebas Neue";
  border-radius: 5px;
  padding: 6px 40px;
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #efefef;
  outline: none;
}
main .social-media .filter button.active {
  border: 0px;
  background: #F65F11;
  color: #fff;
  position: relative;
}
main .social-media .filter button.active:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 10px #f65f11;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
main .social-media .images .imagesitem {
  margin-bottom: 20px;

}
main .social-media .images a {
  width: 100%;
  float: left;
  display: block;
  margin-right: 10px;
}
main .social-media .images a img {
  width: 100%;
}
main .referances {
  padding: 140px 0px;
  padding-bottom: 100px;
}
main .referances img {
  display: block;
  max-height: 200px;
  width: initial !important;
}
main .referances:before {
  content: "";
  background: #F8F8F8;
  width: 100%;
  display: block;
  height: 670px;
  transform: skew(0deg, -5deg);
  position: absolute;
}
main .referances h4 {
  font-size: 50px;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  margin-bottom: 30px;
}
main .referances div.container {
  padding: 200px 0px;
  position: relative;
}
main .referances .owl-nav {
  position: absolute;
  top: -125px;
  right: 0px;
  font-size: 70px;
}
main .referances .owl-nav button {
  outline: none;
  margin-left: 20px;
}
main .products {
  margin-top: 130px;
}
main .products h4 {
  font-size: 50px;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  margin-bottom: 30px;
}
main .products p {
  width: 70%;
  font-size: 20px;
  line-height: 35px;
  opacity: 0.5;
  font-weight: 300;
  margin-bottom: 70px;
}
main .products .product-item {
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}
main .products .product-item > img {
  width: 155px;
}
main .products .product-item > img + a {
  float: right;
  font-size: 25px;
  color: #000;
  opacity: 0.5;
  font-family: "Bebas Neue";
  text-align: right;
  text-decoration: none;
  margin-bottom: 15px;
}
main .products .product-item a {
  display: block;
  float: left;
  width: 33.3333333%;
  padding-right: 20px;
}
main .products .product-item a img {
  width: 100%;
}
main .interactive {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}
main .interactive .col-lg-12 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
main .interactive .col-lg-12 div.container {
  position: absolute;
  left: 50%;
  margin-left: -35%;
  top: 50%;
  margin-top: -300px;
}
main .interactive .col-lg-12 .interactive-inner {
  padding: 100px 0px;
  text-align: left !important;
  font-size: 20px;
  color: #ffffffba;
  font-weight: 300;
}
main .interactive .col-lg-12 .interactive-inner h5 {
  font-size: 70px;
  font-family: "Bebas Neue";
  color: #F65F11;
}
main .interactive .col-lg-12 .interactive-inner a {
  padding: 10px 30px;
  border-radius: 5px;
  background: #f65f11;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  margin-top: 40px;
  display: inline-block;
  font-family: "Bebas Neue";
}
main .interactive .col-lg-12 .col-lg-6 {
  text-align: center;
}
main .interactive .col-lg-12 .col-lg-6 img {
  width: auto;
  margin: 100px;
}
main .interactive img {
  width: 100%;
}

footer {
  display: inline-block;
  width: 100%;
  padding: 0px 0px;
  padding-bottom: 0px;
}
footer .col-lg-4 a {
  text-decoration: none;
}
footer .col-lg-4:first-child h4 img {
  margin-right: 20px;
  width: 37px;
  margin-bottom: -12px;
  position: relative;
  top: -10px;
}
footer .col-lg-4:first-child p {
  line-height: 30px;
  font-size: 17px;
}
footer .col-lg-4 h4 {
  margin-bottom: 40px;
}
footer .social-media img {
  width: 24px;
  margin-right: 15px;
}
footer .subfooter {
  display: inline-block;
  width: 100%;
  padding: 0px 15px;
  border-top: 1px solid #0000000d;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 50px;
}



@media only screen and (max-width: 1366px) {
  .upside > img {
    margin-top: 0px !important;
  }

  .upside .container h4 {
    font-size: 30px !important;
  }
  .upside .container h4 + span {
    font-size: 12px !important;
  }

  main .slider-image {
    max-height: 630px;
  }

  header nav a {
    font-size: 14px;
  }

  main .slider .col-lg-2 a span {
    font-size: 16px;
    padding-left: 10px;
  }

  main .slider .col-lg-10 .owl-dots button {
    width: 30px;
    height: 6px;
  }

  main .slider .col-lg-10 .owl-nav span {
    font-size: 90px;
  }

  main .slider .col-lg-10 .owl-nav {
    margin-top: -72px;
  }

  main .slider .info {
    position: absolute;
    bottom: -40px;
    z-index: 9;
    margin-top: -303px;
    padding: 80px;
  }

  main .slider .info span {
    font-size: 30px;
  }

  main .slider .info span:before {
    content: "";
    height: 42px;
  }

  main .slider .info p {
    font-size: 13px;
  }

  main .slider .info a {
    padding: 5px 40px;
    font-size: 15px;
  }

  main > div.container {
    max-height: 630px;
  }

  main .referances img {
    max-height: 120px;
  }
}
@media only screen and (max-width: 768px) {
    .upside {
        padding: 60px 0;
    }

    .upside > img {
        position: absolute;
        left: 0 !important; /* -60% yerine 0 */
        top: 0;
        width: 100% !important;
        height: auto !important;
    }

  .upside .container h4 {
    font-size: 30px ;
  }
  .upside .container h4 + span {
    font-size: 14px ;
  }

  .col-sm-12 {
    width: 100% !important;
    max-width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667% !important;
    max-width: 91.66666667% !important;
  }

  .col-sm-10 {
    width: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }

  .col-sm-9 {
    width: 75% !important;
    max-width: 75% !important;
  }

  .col-sm-8 {
    width: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }

  .col-sm-7 {
    width: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }

  .col-sm-6 {
    width: 50% !important;
    max-width: 50% !important;
  }

  .col-sm-5 {
    width: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }

  .col-sm-4 {
    width: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }

  .col-sm-3 {
    width: 25% !important;
    max-width: 25% !important;
  }

  .col-sm-2 {
    width: 16.66666667% !important;
    max-width: 16.66666667% !important;
  }

  .col-sm-1 {
    width: 8.33333333% !important;
    max-width: 8.33333333% !important;
  }

  .slider .col-lg-10 {
    padding: 0px;
    margin-bottom: 10px;
  }
  .slider .col-lg-2 {
    padding: 0px;
  }
  .slider .col-lg-2 a {
    width: 25% !important;
  }

  main .interactive .col-lg-12 .interactive-inner {
    padding: 170px 0px;
  }

  main .interactive .col-lg-12 .col-lg-6 img {
    margin: 180px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .social img {
    width: 12px;
  }

  header nav .social a {
    margin-right: 5px;
  }

  header nav a {
    font-size: 10px;
  }

  header nav .social {
    margin-left: 0px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .menu.d-none {
    display: block !important;
  }

  button.menu {
    width: 50px;
    height: 50px;
    float: right;
    border: 0px;
    background: url(../IMG/menu.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
  }

  header {
    overflow: initial;
    z-index: 9999;
  }
  header nav {
    display: none;
  }
  header nav.open-mobile {
    display: block;
    margin-top: 20px;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0px;
    z-index: 999;
    background: #232323;
  }
  header nav a {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  header .social {
    width: 100%;
    border: 0px !important;
    padding: 0px !important;
  }
  header .social a {
    width: 23%;
    margin: 0px !important;
  }

  main .slider-image {
    max-height: 740px;
  }

  main > div.container {
    max-height: 740px;
  }

  .slider .col-lg-2 a {
    height: auto !important;
    width: 50% !important;
  }
  .slider .col-lg-2 a img {
    width: 100%;
    height: auto !important;
  }

  .owl-dots {
    display: none;
  }

  main .slider .col-lg-10 .owl-nav {
    padding: 0px;
  }

  main .slider .info {
    padding: 30px;
    bottom: -3px;
  }

  main .slider .info p {
    margin-bottom: 10px;
    display: none;
  }

  main .slider .info span {
    font-size: 20px;
  }

  main .slider .info span:before {
    height: 30px;
  }

  main .slider .info a {
    padding: 2px 20px;
    font-size: 14px;
  }

  main .products .product-item a {
    width: 100%;
    margin-bottom: 20px;
  }

  .social-media .col-lg-4,
.social-media .col-lg-8 {
    padding: 0px;
  }

  main .slider .col-lg-10 .owl-nav span {
    font-size: 60px;
  }

  .interactive img {
    height: 100%;
    width: auto !important;
    max-height: 500px;
  }
  .interactive .container .col-lg-6:not(.interactive-inner) {
    display: none;
  }

  main .products .product-item > img + a {
    text-align: left;
  }

  main .referances img {
    max-height: initial;
    max-width: 100% !important;
  }

  main .products p {
    width: 100%;
  }

  main .slider .item:after {
    height: 100px;
  }
}
.col-xs-12 {
  width: 100% !important;
}

.col-xs-11 {
  width: 91.66666667% !important;
}

.col-xs-10 {
  width: 83.33333333% !important;
}

.col-xs-9 {
  width: 75% !important;
}

.col-xs-8 {
  width: 66.66666667% !important;
}

.col-xs-7 {
  width: 58.33333333% !important;
}

.col-xs-6 {
  width: 50% !important;
}

.col-xs-5 {
  width: 41.66666667% !important;
}

.col-xs-4 {
  width: 33.33333333% !important;
}

.col-xs-3 {
  width: 25% !important;
}

.col-xs-2 {
  width: 16.66666667% !important;
}

.col-xs-1 {
  width: 8.33333333% !important;
}

.lang {
  float: right;
  padding: 14px;
  border-left: 1px solid #ffffff1a;
  margin-left: 7px;
  padding-left: 15px;
}
.lang a {
  color: #fff;
  padding-right: 10px;
}

.upside {
    background-image: url(../IMG/Group%20115.png);
    background-size: cover; /* Görselin konteynıra göre orantılı büyümesi */
    background-position: center; /* Ortalı konum */
    background-repeat: no-repeat;
    padding: 100px 0; /* Yükseklik için iç boşluk */
    margin-bottom: 100px;
    text-align: center;
    color: white;
    min-height: 200px; /* veya ihtiyaca göre */
    padding: 100px 0;
}
.upside-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.upside > img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 0;
}
.upside .container {
    padding: 30px 20px;
    color: #fff;
    position: relative;
    z-index: 1;
}
    .upside .container h4 {
        font-size: 48px;
    }
.upside .container span {
  opacity: 0.6;
}

.bottomside {
  margin-bottom: 50px;
  width: 100%;
  display: inline-block;
}
.bottomside img {
  margin-right: 15px;
}
.bottomside .projectDetails div.col-lg-4 {
  margin-bottom: 25px !important;
}
.bottomside .projectDetails div.col-lg-4:hover .glassMagnify {
  opacity: 1 !important;
}
.bottomside .projectDetails div.col-lg-4:hover a > img {
  opacity: 0.7 !important;
}
.bottomside .projectDetails div.col-lg-4 h5 {
  font-size: 30px;
  font-family: "Bebas Neue";
  text-align: center;
}
.bottomside .projectDetails div.col-lg-4 p {
  font-size: 15px;
}
.bottomside .projectDetails div.col-lg-4 a[data-fancybox] {
  display: inline-block;
}
.bottomside .projectDetails div.col-lg-4 a[data-fancybox] > img {
  transition: 400ms all;
  opacity: 1;
}
.bottomside .projectDetails div.col-lg-4 a[data-fancybox] .glassMagnify {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 60px;
  margin-left: -30px;
  margin-top: -30px;
  margin-right: 0px !important;
  opacity: 0;
  z-index: 99;
  transition: 400ms all;
}
.bottomside .projectDetails div.col-lg-4 img {
  max-width: 100%;
}
.bottomside .contactDetails h4 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bottomside .contactDetails .info-contact {
  margin-bottom: 10px;
}

footer.subpage {
  padding-top: 60px;
  background: #F8F8F8;
}

.lightbox .lb-image {
  border: 0px;
}

.lb-outerContainer {
  border-radius: 0px;
}

.lb-data .lb-number {
  position: absolute;
  top: -35px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.lb-data .lb-caption {
  text-align: left;
  display: block;
  width: 100%;
  padding: 10px;
  padding-left: 0px;
}

.product-list{
	background-color: white;
	paddin: 3em;
}
.product-list .card{
	background-color: white;
	border-radius: 10px;
	padd: 1em;
	box-shadow: 5px 20px 10px #b2bec3;
	text-align: center;
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
}
.card .title{
	font-size: 18px;
	font-weight: bold;
}

.card img{
	max-width: 100%;
	border-radius: 5px;
}
.card .text{
	text-align: left;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
.buy-button {
	background-color: #F98724;
	border: none;
	padding: 1em;
	margin-bottom: 0.5em;
	border-radius: 5px;
	font-weight: bold;
	width: 100%;

	}
.buy-button:hover{
	box-shadow: 0px 5px 5px #b2b3c3;
	color: #B91F1F
}
.product-container{
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 40px;
}

.align-center{
	text-align: center;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.card {
  border: 1px solid #efefef;
  box-shadow: 0px 14px 10px -10px#0000000f !important;
  padding: 30px;
  height: 441px;
}
.buy-button {
  display: none;
}
.card .title {
  font-size: 15px;
  font-weight: bold;
  font-family: arial;
  font-weight: 300;
  background: #f65f11;
  color: #fff;
  border-radius: 5px;
  padding: 9px 0px !important;
  margin-bottom: 40px;
}
.card .text {
  text-align: left;
  margin-left: 2em;
  margin-bottom: 0.5em;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  margin: 0px;
}
.card img {
  max-width: 100%;
  width: initial;
  height: 201px;
  margin-bottom: 30px;
}
.orange-button {
  color: #f65f11;
  text-decoration: none !important;
}
.orange-button:hover {
  color: #F98724;
}

.col-lg-4.col-md-6 {
    position: relative; /* Mutlaka olmalı, caption bu kapsayıcıya göre konumlanacak */
    padding: 0; /* İstersen kaldırabilirsin */
}

.museum-caption {

    display: inline-block; /* istersen block da olabilir */
    margin-top: 8px; /* resim ile arasında boşluk */
    padding: 0; /* istersen az da padding ekleyebilirsin */
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
}
.projectDetails .row {
  margin-left: -12px;  /* soldan taşmayı kapatmak için */
  margin-right: -12px; /* sağdan taşmayı kapatmak için */
}

.projectDetails .row > [class*="col-"] {
  padding-left: 12px;  /* istediğiniz gutter yarısı */
  padding-right: 12px; /* istediğiniz gutter yarısı */
}
.image {
    position: relative;
}
.image img {
    display: block;
    width: 100%;
    height: auto;
}
.image a[href]:not(:has(img)) {
    display: none;
}
.image a:has(img) {
    display: inline-block;
}
.image a:not(:has(img)) {
    display: none;
}
.image a:not(:first-child) {
    display: none;
}

/*# sourceMappingURL=style.css.map 
     */