*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

p {
  white-space: pre-wrap;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: Roboto;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}
.docs-a
{

}
/* Natural flow and rhythm in articles by default */
.flow > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container {
  margin: 0 auto;
  width: min(90%, 70rem);
}

.m-none {
  display: none;
}

header {
  padding: 1em 0;
  background-color: #000;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav {
  position: absolute;
  right: 0;
  top: 5.7em;
  background-color: #2F3743;
  padding: 2em;
  min-width: 185px;
}
header nav a {
  color: #979797;
  text-decoration: none;
  font-size: 14.5px;
  letter-spacing: 0.1em;
}
header nav .chosen {
  color: white;
}
header nav .language-selector-mobile-container {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
header nav .language-selector-mobile-container .language-selector-mobile {
  padding: 0;
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
header nav .language-selector-mobile-container .language-selector-mobile img {
  height: 24px;
  width: 24px;
}
header .nav-item:hover {
  color: #bdbdbd;
}
header .logo {
  display: inline-block;
}
header .menu {
  background: none;
  background-image: url(Assets/website/icons/Menu-icon.svg);
  height: 31px;
  width: 35px;
  outline: none;
  border: none;
}
#arrow-menu{
    visibility: hidden;
}
.ik-menu-li{
        display: none;
    }
#hr-check-menu{
/*	  	position: absolute;*/
  		left: 0;
	  	top: 0;
  		width: 100%;
  		z-index: 1;
		opacity: 0;
  		cursor: pointer;
		height: 40px;
	}
@media (max-width: 1008px) {
	#arrow-menu{
        content: "/2B9F";
    }
  .language-selector
  {
    display: none;
  }
  .ik-menu-li{
        display: inline-grid;
    }
  ul li ul:hover, ul li:hover > ul{
    position: relative;
    visibility: visible;
    display: grid;
    /*top:0px;*/
    /*left: 0px;*/
  }
  .nav-hrmain > label > span, .hr-appeal > .soc-med > label > span{
    color: #979797;
  }
  .nav-hrmain > label:hover > span, #nav-chck:hover, .hr-appeal > .soc-med > label:hover > span{
    color: #bdbdbd;
    cursor: pointer;
  }
  #nav-chck:not(checked) + .hr-appeal, #nav-chck:not(checked) + .hr-appeal > .soc-med > input:not(checked) > .hr-social,
  #nav-chck-1:not(checked) + .hr-social{
    visibility: hidden;
    display: block;
    position: relative;
  }
  #nav-chck:checked + .hr-appeal{
    visibility: visible;
    /*		width: 100px;*/
  }

  #nav-chck-1:checked + .hr-social, #nav-chck:checked + .hr-appeal :nth-child(2):checked .hr-social{
    visibility: visible;
    /*		width: 100px;*/
    /*top:-25px;*/
    /*left:200px;*/
  }
  /*.hr-appeal > li:before {*/
  /*  content: '\00a0';*/
  /*}*/
  .hr-appeal {
    left: 10px;
  }
  .hr-social{
    left: 10px;
  }
  .nav-lbl > span:after, .nav-lbl-1 > span:after{
    content: '\2B9F';
  }

}

#nav-chck, #nav-chck-1{
  opacity: 0;
  height: 0px;
  cursor: pointer;
}
@media (min-width: 1008px) {
  header .d-none {
    display: block;
  }
  .container > nav{
    visibility: visible;
    display: block;
  }
	.hr-div{
		width: 225px;
	}
	.nav-lbl, .nav-lbl-1{
		color: #979797;
		font-size: 15px;
/*		font-family: Roboto;*/
	}
	.nav-lbl > span:after{
		content: '\2B9F';
	}
	.nav-lbl-1 > span:after{
		content: '\2B9E'
	}
	.nav-lbl > span, .nav-lbl-1 > span{
		font-family: Roboto;
		letter-spacing: 1.5px;
	}
	.nav-hrmain{
		width: 185px;
	}
	#nav-chck:not(checked) + .hr-appeal{
		left: 0px;
        top: 0px;
	}
    .nav-hrmain > label > span:hover, .soc-med > label > span:hover
    {
      color: #bdbdbd;
      cursor:pointer;
    }
   #nav-chck:not(checked) + .hr-appeal, #nav-chck:not(checked) + .hr-appeal > .soc-med > input:not(checked) > .hr-social, #nav-chck-1:not(checked) + .hr-social{
        visibility: hidden;
        display: block;
        position: relative;        
	}
	#nav-chck:checked + .hr-appeal{
		visibility: visible;
/*		width: 100px;*/
	}
	#nav-chck-1:not(checked) + .hr-social{
        left: 0px;
        top: 10px;
	}
	#nav-chck-1:checked + .hr-social, #nav-chck:checked + .hr-appeal :nth-child(2):checked .hr-social{
		visibility: visible;
/*		width: 100px;*/
		top:-25px;
		left:200px;
	}
	
	.soc-med, .soc-twit{
		position: relative;
		top: 10px;
	}
	
	.hr-social{
		width: 200px;
	}
  header .menu {
    display: none;
  }
  header nav {
    display: block;
    background: none;
    position: inherit;
    padding: 0;
  }
  header nav .nav-list {
    gap: 1.5em;
  }
  header nav .nav-list a {
    font-size: 15px;
    text-decoration: none;
    color: #979797;
/*    padding: 0 5px;*/
  }
  header nav .nav-list .chosen {
    color: white;
    border-bottom: 2.5px solid #0160AD;
    padding-bottom: 0.5em;
  }
  header nav .nav-list .language-selector-container {
    display: block;
  }
  header nav .nav-list .language-selector-container .language-selector {
    padding: 0;
    border-radius: 50%;
    height: 24px;
    width: 24px;
  }
  header nav .nav-list .language-selector-container .language-selector img {
    height: 24px;
    width: 24px;
  }
  header nav .nav-list .language-selector-mobile-container {
    display: none;
  }
  header .nav-list {
    display: flex;
    flex-direction: row;
  }
/*
    }
    ul li ul:hover, ul li:hover > ul{
        visibility: visible;
        display: block;
    }
*/
}
ul li ul > li > a:hover{
  color: #bdbdbd;
}


button {
  outline: none;
  border: none;
}

section {
  padding: 2.2em 0;
}

#hero {
  margin-top: 93px;
  padding-top: 4em;
  padding-bottom: 0;
  background-color: #000;
  background-image: url(Assets/website/images/cnc.webp);
  background-size: auto 100vh;
  background-position: right -10em center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1008px) {
  #hero {
    background-position: left -6em center;
  }
}
#hero .title {
  color: white;
  font-weight: bold;
  line-height: 0.85;
  width: min(40ch, 39%);
  font-size: clamp(44px, 5vw, 50px);
  font-family: "Red Hat Display";
  margin-top: 0.5em;
}
#hero .description {
  font-family: Roboto;
  margin: 3em 0;
  color: #dedede;
  font-size: clamp(1em, 2vw, 1.125em);
  font-weight: 400;
  letter-spacing: 1.3px;
  max-width: 30ch;
  line-height: 1.1;
}
#hero .button {
  text-decoration: none;
  padding: 0.6em 1em;
  color: #c2212b;
  background: none;
  outline: 3px solid #c2212b;
  letter-spacing: 1.5px;
  font-size: 17.5px;
  font-weight: bold;
  margin-top: 3em;
  transition: background 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
}
#hero .button:hover, #hero .button:focus {
  color: white;
  background: #c2212b;
  border: none;
}
#hero .container-shortcut {
  width: min(95%, 85rem);
  margin: 0 auto;
  margin-top: min(15em, 21vw);
  display: flex;
  width: 90%;
  left: 5%;
}
#hero .products-shortcut,.docs-shortcut {
  margin-left: auto;
  width: max(11em, 18vw);
  background-color: rgba(27, 27, 27, 0.8);
  transition: transform 0.2s ease-in-out;
}
.docs-shortcut{
  margin-left: 0;
  display: inline-block;
}
#hero .products-shortcut:hover,.docs-shortcut:hover {
  transform: translateY(2vh);
}

.logo-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.logo-group * + * {
  padding-left: 0.6rem;
}
.logo-group img {
  width: min(9vw, 3em);
}
.logo-group h1 {
  font-size: clamp(2em, 4vw, 2.7em);
  font-weight: 500;
  font-family: "Red Hat Display";
  letter-spacing: 1.5px;
}

#products .title {
  font-weight: 400;
  letter-spacing: 1.5px;
}
#products .description {
  margin-top: 1.2rem;
  color: #737373;
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.1;
}
#products .products-showcase {
  box-shadow: -2px 4px 45px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 4em 0;
}
#products .products-showcase .showcase-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  background-color: #eee;
  padding: 2em;
  gap: 1em;
  flex: 1;
}
#products .products-showcase .showcase-grid div {
  border-radius: 50%;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  height: 10vw;
  width: 10vw;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}
#products .products-showcase .showcase-grid div img {
  padding-top: 14%;
}
#products .products-showcase .showcase-grid div.chosen {
  box-shadow: 0px 0px 4px 3px #75b0d8;
}
@media (min-width: 35rem) {
  #products .products-showcase {
    flex-direction: row;
  }
  #products .products-showcase .showcase-grid div {
    height: 5vw;
    width: 5vw;
    background: white;
  }
}
#products .products-showcase .showcase-image {
  overflow: hidden;
  position: relative;
  flex: 1;
}
#products .products-showcase .showcase-image img {
  width: 35em;
}
#products .products-showcase .showcase-image .left-arrow {
  background-image: url("Assets/website/icons/left-arrow-icon.svg");
  left: 15px;
}
#products .products-showcase .showcase-image .right-arrow {
  background-image: url("Assets/website/icons/right-arrow-icon.svg");
  right: 15px;
}
#products .products-showcase .showcase-image .arrow {
  position: absolute;
  top: 50%;
  height: 30px;
  width: 16px;
  cursor: pointer;
}

#sawdust-production, #welding-production, #lasering-production{
  opacity: 0;
}

.sawdust-header-div, .weld-header-div, .laser-header-div{
  background: linear-gradient(180deg, rgba(194, 33, 43, 0.87) 0%, #C2212B 100%);
  justify-content: center;
  display: grid;
  cursor: pointer;
}

.sawdust-header-div > span:nth-child(1), .weld-header-div > span:nth-child(1), .laser-header-div > span:nth-child(1){
  width: 100%;
  display: flex;
}

#sawdust-production-lbl,#weld-production-lbl, #laser-production-lbl
{
  cursor: pointer;
  font-size: 33px;
  width: 100%;
  display: flex;
  color: white;
  font-weight: bolder;
  font-family: "Red Hat Display";
  line-height: 2.0;
}

#sawdust-img, #weld-img, #laser-img {
  height: 65px;
  width: 65px;
  display: inline-flex;
  position: relative;
}

#production, #weld-production, #laser-production {
  background: linear-gradient(0deg, rgba(194, 33, 43, 0.87) 0%, #C2212B 100%), url(Assets/website/images/production-bg.webp);
  background-size: 100%;
  letter-spacing: 0.065em;
  transition: height 500ms;
  overflow-y: hidden;
  position: relative;
  height: 1px;
}
#production .title, #weld-production .title, #laser-production .title {
  color: white;
}
#production .cards, #weld-production .cards, #laser-production .cards {
  display: flex;
  gap: 1.5em;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  #production .cards, #weld-production .cards {
    flex-direction: column;
  }
}
#production .card-container, #weld-production .card-container, #laser-production .card-container {
  width: min(580px, 100%);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#production .card-container > * + *, #weld-production .card-container > * + *, #laser-production .card-container > * + * {
  margin-top: 1.5em;
}
#production .card, #weld-production .card, #laser-production .card {
  width: min(580px, 100%);
  background-color: white;
  padding: 2em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: auto;
  margin-right: auto;
}
#production .card .title, #weld-production .card .title, #laser-production .card .title {
  color: black;
  font-weight: 500;
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1;
}
#production .card .description-container, #weld-production .card .description-container,
#laser-production .card .description-container {
  margin-top: auto;
}
#production .card .description, #weld-production .card .description, #laser-production .card .description {
  font-size: clamp(12px, 2vw, 16px);
  line-height: 117%;
  color: #737373;
  display: flex;
  justify-content: space-between;
}
#production .card img, #weld-production .card img,  #laser-production .card img{
  margin-top: 1.5rem;
  bottom: 0;
}
#production, #weld-production, #laser-production{
  margin: 0;
  padding: 0;
}
#design {
  background: linear-gradient(135.36deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.93) 100%), url(Assets/website/images/products-bg.png), linear-gradient(180deg, #000000 0%, #000000 100%);
}
#design .design-detail {
  background: #1B1B1B;
  padding: 1.5em 1em;
}
#design .design-detail .logo-group {
  margin-bottom: 1.5em;
}
#design .design-detail .title {
  color: white;
}
#design .design-detail .description {
  font-weight: 300;
  font-size: clamp(12px, 2vw, 16px);
  line-height: 124.69%;
  letter-spacing: 0.065em;
  color: #FFFFFF;
}
#design .design-detail .carousel {
  margin: 2em auto;
}
#design .design-detail .carousel-cell {
  width: 287px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: gallery-cell;
}
#design .design-detail .carousel-cell img {
  width: 287px;
}

#quality {
  background: #c2212b;
}
#quality .title {
  color: white;
}
#quality .quality-detail {
  margin-top: 2em;
  padding: 3em;
  background: url(Assets/website/images/quality-bg-rotated.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -200px 0;
}
#quality .quality-detail .quality-flex {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5em;
}
#quality .quality-detail .quality-text {
  width: 50%;
}
@media (max-width: 58em) {
  #quality .quality-detail {
    background: white;
  }
  #quality .quality-detail .quality-flex {
    flex-direction: column;
  }
  #quality .quality-detail .quality-text {
    width: 100%;
  }
}
#quality .quality-detail img {
  width: 22em;
  box-shadow: 2px 1px 7px #dedede80;
}
#quality .quality-detail .title {
  font-size: clamp(1.1em, 3vw, 2em);
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #2E2E2E;
  margin-bottom: 1.5em;
}
#quality .quality-detail .description {
  font-weight: 300;
  font-size: clamp(12px, 2vw, 16px);
  line-height: 125.69%;
  letter-spacing: 0.065em;
}
#quality .quality-detail .subtitle {
  margin-top: 3em;
}
#quality .quality-detail .subtitle span {
  font-weight: 500;
}

#about-us {
  background: linear-gradient(158deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 100%), url(Assets/website/images/about-us-bg.png);
}
#about-us .logo-group {
  margin-bottom: 2.5em;
}
#about-us .about-us-detail {
  background: #1B1B1B;
  padding: 1.5em 1em;
  color: white;
}

#contact .logo-group {
  margin-bottom: 2.5em;
}
#contact .contact-container {
  display: flex;
  flex-direction: column;
}
#contact .contact-container iframe {
  min-height: 300px;
}
@media (min-width: 60rem) {
  #contact .contact-container {
    flex-direction: row;
    justify-content: space-between;
  }
  #contact .contact-container .contact-form {
    border-right: 2px solid black;
    padding-right: 5em;
  }
  #contact .contact-container .contact-info {
    margin-left: 5em;
    margin-top: 0;
  }
}
#contact h2 {
  font-size: clamp(1.55em, 5vw, 2em);
  letter-spacing: 0.05em;
}
#contact .contact-form {
  flex: 1 1 0px;
}
#contact .contact-form-group {
  display: flex;
  flex-direction: column;
  margin: 2em 0;
}
#contact input, #contact .message {
  border: none;
  background-color: #f3f3f3;
  padding: 0.75em;
}
#contact input::placeholder, #contact .message::placeholder {
  font-weight: 500;
  font-size: 12.613px;
  line-height: 103.19%;
  letter-spacing: 0.05em;
  color: #CFCFCF;
  vertical-align: top;
}
#contact .message {
  resize: none;
  height: 100px;
}
#contact button {
  background-color: #c2212b;
  color: white;
  padding: 0.6em 0.9em;
  font-size: 16.7615px;
  line-height: 103.19%;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-top: 5em;
}
#contact .contact-info {
  margin-top: 3em;
  background: url(Assets/website/images/contact-bg.svg) no-repeat;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 3em 1em;
  background-size: cover;
  gap: 2em;
  flex: 1 1 0px;
}
#contact .contact-info div {
  display: flex;
  width: min(23em, 60vw);
  margin: 0 auto;
}
#contact .contact-info div .icon {
  max-width: 40px;
}
#contact .contact-info div:first-of-type .icon {
  width: 10vw;
  max-width: 40px;
}
#contact .contact-info div:last-of-type .icon {
  width: 10vw;
}
#contact .contact-info p {
  display: block;
  font-size: clamp(0.71em, 3.5vw, 1em);
  text-align: left;
  width: 21ch;
  margin-left: auto;
  line-height: 1.2;
}

footer {
  background-color: black;
}
footer .container {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .trademark {
  font-size: 7.37725px;
  color: #D9DBE1;
  align-self: center;
}
footer .logo {
  width: 4em;
}
footer .social-media {
  display: flex;
  align-items: center;
  width: 60px;
  gap: 0.5em;
}
footer .social-media img {
  object-fit: contain;
  width: 39px;
}
/* Popup (arka plan) */
.modal {
    display: none; /* Varsayılan olarak gizlidir */
    position: fixed; /* Yerinde kal */
    z-index: 1; /* Üstte */
    left: 0;
    top: 0;
    width: 100%; /* Ful Genişlik */
    height: 100%; /* Ful Yükseklik */
    overflow: auto; /* Gerekirse kaydırmayı etkinleştir */
    background-color: rgb(0,0,0); /* Yedek renk */
    background-color: rgba(0,0,0,0.4); /* Siyah w / opaklık */
}

/* İçerik / Kutu */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* % 15 üstten ve ortalanmış */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Ekran boyutuna bağlı olarak daha fazla veya daha az olabilir */
}

/* Kapat Düğmesi */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */
