/* @import url(//db.onlinewebfonts.com/c/0d78b12d6be09203d1fbeb76871a369a?family=Century+Gothic); */

@font-face {
  font-family: CenturyGothic;
  font-weight: bold;
  font-style: normal;
  src: url("../assets/fonts/CenturyGothic-Bold.woff");
  src: url("../assets/fonts/CenturyGothic-Bold.woff2");
}

@font-face {
  font-family: CenturyGothic;
  font-weight: bold;
  font-style: italic;
  src: url("../assets/fonts/CenturyGothic-BoldItalic.woff");
}

@font-face {
  font-family: CenturyGothic;
  font-weight: normal;
  font-style: normal;
  src: url("../assets/fonts/CenturyGothic-Bold.woff");
  src: url("../assets/fonts/CenturyGothic-Bold.woff2");
}

@font-face {
  font-family: CenturyGothic;
  font-weight: normal;
  font-style: italic;
  src: url("../assets/fonts/CenturyGothic-Italic.woff");
  src: url("../assets/fonts/CenturyGothic-Italic.woff2");
}


.image {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.seramikImage {
  height: 40vh;
  width: 100vw;
}

.product-image {
  width: 30vw;
}

#video{
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

.bg-image {
  width: 100vw;
}

#holder {
  position: fixed;
  top: 0px;
  left: 0px;
}
.scene1 {
  position: fixed;
  top: 0px;
  left: 0px;
}

.myContainer {
  perspective: 60px;
  perspective-origin: left;
}

.flip-panel {
  position: fixed;
  width: 100vw;
  height: 90vh;
  top: 0px;
  left: 0px;
  /* z-index: 5; */
}

.product {
  /* position: fixed; */
  position: fixed;
  top: 0px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-box: view-box;
  width: 23vw;
  /* perspective: 120px;
  perspective-origin: left;  */
}

.scene_mutfak {
  position: fixed;
  top: 0;
  z-index: 9;
}
.fixToTop {
  position: fixed;
  top: 0px;
  left: 0px;
}

.fixToBottom {
  position: fixed;
  bottom: -100vh;
  left: 0px;
}

#markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 200%;
}
.marker {
  width: 10px;
  min-height: 380px;
  /* background: #330000; */
  /* border-style: solid; */
  /* border-color: #ffffff; */
  /* border-width: 3px; */
  z-index: 9999;
}
.size0 {
  width: 10px;
  min-height: 300px;
  /* border-width: 3px; */
  z-index: 9999;
}
.size1 {
  width: 10px;
  min-height: 800px;
  /* border-width: 3px; */
  z-index: 9999;
}
.size2 {
  width: 10px;
  min-height: 1200px;
  /* border-width: 3px; */
  z-index: 9999;
}
.size3 {
  width: 10px;
  min-height: 2000px;
  /* border-width: 3px; */
  z-index: 9999;
}

.size4 {
  width: 10px;
  min-height: 2600px;
  /* border-width: 3px; */
  z-index: 9999;
}

div.centered {
  margin: auto;
  left: 20vw;
  width: 60vw;
}

body {
  color: #cdcdcd;
  /* font-family: "Avenir Next", "Avenir", sans-serif; */
  font-family: CenturyGothic, sans-serif !important;
  scroll-behavior: smooth;
}

h1.content {
  color: rgb(46, 46, 46);
  font-size:4vw;
}

h1.category {
  /* font-family: "Century Gothic"; */
  font-family: CenturyGothic, sans-serif !important;
  margin-top: 20px;
  font-size: 44px;
  letter-spacing: -1px;
  word-spacing: 2px;
  color: rgb(114, 114, 114);
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  cursor: pointer;
  /* text-shadow: 1px 1px 1px rgba(0.5, 0.5, 0.5, 0.6),
    1px -1px 1px rgba(0.5, 0.5, 0.5, 0.6), -1px 1px 1px rgba(0.5, 0.5, 0.5, 0.6),
    -1px -1px 1px rgba(0.5, 0.5, 0.5, 0.6); */
  /* 0px 0px 10px rgba(0.5,0.5,0.5, 0.5); */
}

h1.category:hover {
  color: rgb(223, 223, 223);
}

#welcomeDiv {
  width: 100%;
}

.product iframe {
  min-height: 540px;
  min-width: 300px;
  transform-origin: 0% 0%;
}

.product iframe:hover + h1.category {
  color: rgb(223, 223, 223);
}

.bringToFront {
  z-index: 99999;
}

#product-1 {
  transform: translate(15vw);
}

#product-2 {
  transform: translate(42vw);
}

#product-3 {
  transform: translate(70vw);
}

#product-4 {
  transform: translate(15vw);
}

#product-5 {
  transform: translate(42vw);
}

#product-6 {
  transform: translate(70vw);
}

#product-7 {
  transform: translate(24vw);
}

#product-8 {
  transform: translate(60vw);
}


@media screen and (max-width: 2600px) {
  #features-footer > #tasarla{
    min-width: 100vw;
    min-height: 110%;
  }

  #features-footer >  #footer {
    min-width: 100vw;
    min-height: 270px;
  }
}

@media screen and (max-width: 2000px) {
  #features-footer > #tasarla{
    min-width: 100vw;
    min-height: 110%;
  }

  #features-footer >  #footer {
    min-width: 100vw;
    min-height: 274px;
  }
}

@media screen and (max-width: 1200px) {

  #features-footer > #tasarla{
    min-width: 100vw;
    min-height: 650px;
  }

  #features-footer >  #footer {
    min-width: 100vw;
    min-height: 295px;
  }
}

@media screen and (max-width: 1200px) and (max-height: 800px) {

  #features-footer > #tasarla{
    min-width: 100vw;
    min-height: 650px;
  }

  #features-footer >  #footer {
    min-width: 100vw;
    min-height: 272px;
  }
}

@media screen and (max-width: 768px) {
  iframe {
    min-height: 600px;
  }
}

@media screen and (max-width: 600px) {
  #features-footer > #tasarla{
    /* min-width: 95vw; */
    /* min-height: 100vh; */
  }

  #features-footer >  #footer {
    min-width: 100vw;
    min-height: 600px;
  }

  h1.category {
    margin-left: -80px;
    margin-top: -110px;
    font-size: 20px;
  }

  .product iframe {
    transform: scale(0.75);
    transform-origin: center;
    min-height: 540px;
    min-width: 300px;
    transform-origin: 0% 0%;
  }

  #product-1 {
    transform: translate(15vw);
  }
  
  #product-2 {
    transform: translate(47vw);
  }
  
  #product-3 {
    transform: translate(80vw);
  }

  #product-4 {
    transform: translate(15vw);
  }
  
  #product-5 {
    transform: translate(47vw);
  }
  
  #product-6 {
    transform: translate(80vw);
  }

  #product-7 {
    transform: translate(30vw);
  }
  
  #product-8 {
    transform: translate(70vw);
  }
}

#presentation-content{
  transform: translate(0%, 100%);
}

#presentation-group{
  transform: translate(0%, 100%);
}

#mutfak-group{
  transform: translate(0%, 100%);
  z-index: -1;
}
