/*!
 * Designed by Post Ajans (https://www.postajans.com.tr)
 * Developer: Berat Çelik
 */
@font-face {
  font-family: 'Ford';
  src: url('../fonts/subset-FordF1-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Ford';
  src: url('../fonts/subset-FordF1-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Ford';
  src: url('../fonts/subset-FordF1-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Ford';
  src: url('../fonts/subset-FordF1-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ford';
  src: url('../fonts/subset-FordF1-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

:root {
  --primary-color: #DE1514 !important;
  --secondary-color: #A30121 !important;
  --text-color: #555555 !important;
  --text-color-pink: #FFBABA;
  --text-color-light: #CBCBCB;
  --white: #FFFFFF;
  --gray: #292929;
  --light-gray: #38383C;
  --border-color: #F2F2F2;
  --new-gray: #ededee; 
  --new-gray-dark: #b2b2b2; 
}

body {
  font-family: 'Ford', sans-serif !important;
}

a {
  text-decoration: none;
}

.default-container {
  width: 90%;
  margin: 0 auto;
}

/* Button */
.default-button {
  border-radius: 50px;
  border: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
  padding: 10px 25px 10px 25px;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  position: relative;
}
/* Button End */

/* Menu */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
/* Menüye hover geldiğinde dropdown'ı göster */
.nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  animation: fadeIn 0.3s ease-in-out;
  /* Menünün yavaşça görünmesini sağlar */
  position: absolute;
  /* Menü öğesinin doğru konumda görünmesini sağlar */
  top: 100%;
  /* Menü, ana öğenin altına yerleşecek şekilde ayarlanır */
  left: 0;
  z-index: 10;
  /* Menü üstte görünsün */
}

/* Menü ilk başta gizli olacak */
.dropdown-menu {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  /* Menünün, diğer öğelerin arkasında görünmemesini sağlar */
  top: 100%;
  /* Menü öğesinin doğru konumda açılmasını sağlar */
  left: 0;
  width: 100%;
  /* Menü genişliğini ana öğenin genişliğine eşit yapar */
}

/* İstenirse fadeIn animasyonu */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-toggler {
  padding: 0;
  line-height: 0;
  border: none !important;
  background-color: var(--white) !important;
  border-radius: 50px !important;
  width: 48px !important;
  height: 48px !important;
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar.scrolled {
  background-color: var(--new-gray);
}
.navbar.scrolled .nav-link{
  color: var(--primary-color) !important;
}
.navbar.scrolled .nav-item .default-button {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.navbar.scrolled .navbar-brand img {
  content: url('/storage/settings/February2025/X9Y3ReyATHiL8yRqHxnH.svg');
}
.navbar.scrolled.default-button{
  border: 1px solid var(--primary-color); 
  color: var(--primary-color);
}

.navbar.hidden {
  top: -150px;
  transition: all 0.3s;
}
.navbar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.navbar-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.nav-link {
  color: var(--white) !important;
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: 100 !important;
}
.nav-item {
  padding: 0 20px;
}
.dropdown-menu.flag {
  background-color: transparent !important;
  border: 1px solid var(--white);
  border-radius: 50px;
  min-width: 48px;
}
.dropdown-menu.flag a:hover {
  background-color: transparent;
}
.dropdown-item.lang{
  padding: 7px 0;
  margin: auto;
}
.language {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid var(--border-color);
  width: 48px;
  height: 48px;
  margin: auto;
}
.language img {
  display: block;
  margin: auto;
}
.navbar-menu-button {
  background-color: var(--white);
  border-radius: 50px;
  width: 48px;
  height: 48px;
  border: none;
}
.offcanvas{
  background-color: var(--gray) !important;
}
.offcanvas.offcanvas-start {
  width: 100% !important;
}
.mobile-menu li{
  padding-bottom: 35px;
}
.mobile-menu a{
  text-decoration: none;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.menu-social-icons{
  font-size: 33px;
  color: var(--white);
}
.menu-social-icon{
  color: var(--white);
  margin-right: 10px;
  text-decoration: none;
}
/* Menu */

/* Slider */
.carousel-item img {
  height: 100vh;
  max-height: 100vh;
  object-fit: cover;
}
.slider-video{
  height: 100vh;
  max-height: 100vh;
  object-fit: cover;
  height: 100vh;
  max-height: 100vh;
  object-fit: cover;
  object-position: center center; /* Ortalamak için */
  width: 100vw;
}
.carousel-item {
  position: relative;
}
.head {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  font-weight: bold;
  z-index: 5;
  font-size: 50px;
  line-height: 72px;
  color: var(--white);
  font-family: 'Ford', sans-serif !important;
  max-width: 30%;
}
.blur-text-box{
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  opacity: 1;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 2px solid var(--white);
  box-shadow: 15px 5px 35px 0px rgba(0, 0, 0, 0.1);
}
.head-left{
  left: 140px;
}
.head-right{
  right: 140px;
  text-align: end;
}
.head-right-top{
  right: 225px;
  top: 30%;
  text-align: end;
}
.head-left-top{
  left: 140px;
  top: 30%;
}
.head-special{
  top: 60%; max-width: 45%;
}
.slider-btn {
  position: absolute;
  top: calc(75% + 35px);
  left: 140px;
  z-index: 5;
  border: none;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid var(--border-color);
  width: 48px;
  height: 48px;
  background-color: transparent;
}
.slider-btn i {
  color: var(--white);
}
.next-btn {
  left: 200px;
}
.social-icons {
  position: absolute;
  top: calc(75% + 35px);
  padding: 10px;
  right: 140px;
  display: flex;
  gap: 20px;
  z-index: 5;
  font-size: 13px;
  color: var(--white);
}
.social-icon i {
  color: var(--white);
  transition: color 0.3s ease;
  font-size: 16px;
}
.carousel-divider {
  width: 85%;
  margin: auto;
  border: none;
  border-top: 2px solid var(--white);
  margin-top: 20px;
  z-index: 5;
  position: absolute;
  top: calc(85% + 35px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
/* Slider End */

/* Search Area */
.search-area {
  width: 100%;
  height: 180px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.search-image {
  position: absolute;
  top: 0;
  left: 250px;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 1;
}
.search-area-text {
  color: var(--text-color-pink);
  font-size: 27px;
  line-height: 72px;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search-area-text b {
  color: var(--white);
}
.search-box {
  border-radius: 36px;
  padding: 25px 40px;
  background-color: var(--secondary-color);
  border: none;
  color: var(--white);
  z-index: 5;
  width: 90%;
}
.search-box:focus {
  border: none;
  outline: none;
}
.search-box::placeholder {
  color: rgba(255, 255, 255, .5);
}
.search-button {
  background-color: transparent;
  border-radius: 50px;
  border: none;
  color: var(--gray);
  z-index: 2;
}
.search-button img{
  object-fit: cover;
}
/* Search Area End */

/* About Area */
.about-area {
  width: 100%;
  position: relative;
  height: 100%;
}

.about-title {
  font-size: 48px;
  color: var(--gray);
  line-height: 54px;
}

.about-title span {
  font-weight: bold;
  color: var(--primary-color);
}

.about-subtitle {
  font-size: 13px;
  color: var(--gray);
}

.about-description {
  color: var(--text-color-light);
  font-size: 16px;
  line-height: 36px;
}

.about-area .default-button {
  border: 1px solid var(--gray);
  color: var(--gray);
  padding: 15px 25px;
  transition: all 0.3s;
}

.about-area .default-button:hover {
  border: 1px solid var(--gray);
  color: var(--white);
  background-color: var(--gray);
  padding: 15px 25px;
}

.counter {
  font-size: 54px;
  font-weight: bold;
  line-height: 72px;
}

.desc {
  color: #D0D0D0;
  font-size: 18px;
  line-height: 24px;
}

.about-svg-background {
  position: absolute;
  bottom: -40%;
  left: -15%;
  width: 80%;
  z-index: -1;
}

.about-svg-background img {
  width: 100%;
  height: auto;
  object-fit: cover;
    bottom: 0;
}
/* About Area End */

/* Product Area */
.product-area .first-card {
  background-color: var(--primary-color);
  position: relative;
  padding: 0;
}

.product-area .second-card {
  background-color: var(--new-gray);
  position: relative;
  padding: 0;
}

.product-area .first-card .card-content,
.product-area .second-card .card-content {
  position: relative;
  z-index: 5;
  padding: 20px;
}

.product-area .first-card .product-image-left {
  padding: 40px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  /* clip-path: inset(0 50% 0 0); */
  object-fit: cover;
}

.product-area .second-card .product-image-right {
  padding: 40px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  /* clip-path: inset(0 0 0 50%); */
  object-fit: cover;
}

.product-uptitle {
  font-size: 13px;
  color: var(--white);
  line-height: 16px;
  padding: 0 30%;
}

.product-title {
  font-size: 60px;
  color: var(--white);
  line-height: 80px;
  font-weight: bold;
  padding: 0 30%;
}
.product-area .default-button{
  margin: 0 30%;
}
/* Product Area End */

/* Parallax */
.parallax-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 700px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 16px;
}
.parallax-text-container {
  position: absolute;
  bottom: 30px;
  left: 90px;
  max-width: 500px;
}
.parallax-icon-container{
  /* bottom: 30px;
  right: 90px; */
  top: calc(75% + 35px);
  right: 140px;
  position: absolute;
}
.parallax-text{
  font-size: 48px;
  color: var(--white);
  line-height: 64px;
}
/* Parallax End */

/* Production */
.production-title{
  font-size: 48px;
  color: var(--gray);
  line-height: 64px;
}
.production-title .light{
  font-weight: 300;
}
.production-title .medium{
  font-weight: 600;
}
.production-desc{
  font-size: 16px;
  line-height: 36px;
  font-weight: 300;
}
.production-area .default-button {
  border: 1px solid var(--gray);
  color: var(--gray);
  padding: 15px 25px;
  transition: all 0.3s;
}
.production-area .default-button:hover {
  border: 1px solid var(--gray);
  color: var(--white);
  background-color: var(--gray);
  padding: 15px 25px;
}
/* Production End */

/* Newsletter */
.newsletter-container{
  background-color: var(--primary-color);
  border-radius: 16px;
  padding: 40px 60px;
  margin-top: 10%;
}
.newsletter-title{
  font-size: 30px;
  line-height: 30px;
  color: var(--white);
}
.newsletter-container .default-button {
  border: 1px solid var(--gray);
  color: var(--gray);
  padding: 15px 25px;
  transition: all 0.3s;
  background-color: transparent;
  font-weight: 100;
}
.newsletter-container .default-button:hover {
  border: 1px solid var(--gray);
  color: var(--white);
  background-color: var(--gray);
  padding: 15px 25px;
}
.newsletter-container img{
  margin-top: -25%;
}
.newsletter-mail-box {
  border-radius: 36px;
  padding: 15px 40px;
  background-color: var(--secondary-color);
  border: none;
  color: var(--white);
  z-index: 5;
  width: 50%;
}
.newsletter-mail-box:focus {
  border: none;
  outline: none;
}

.newsletter-mail-box::placeholder {
  color: rgba(255, 255, 255, .5);
}
/* Newsletter End */

/* Info */
.info-title{
  font-size: 30px;
  line-height: 40px;
  color: var(--light-gray);
  font-weight: 600;
}
.info-text{
  font-size: 16px;
  line-height: 36px;
  color: var(--gray);
}
/* Info End */

/* Documents */
.docs-card{
  width: 100%;
  min-height: 400px;
  border-radius: 16px;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  padding: 40px;
}
.docs-card-v2{
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  border-radius: 16px;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  padding: 40px;
}
.docs-card-gray-bg{
  background-color: var(--gray);
}
.docs-card-red-bg{
  background-color: var(--primary-color);
}
.docs-card-secondary-bg{
  background-color: var(--secondary-color);
}
.docs-title {
  position: relative;
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
  z-index: 5;
}
.docs-card .default-button{
  /* bottom: 10%; */
  transform: translateY(230px);
}
.docs-card .docs-link{
  position: relative;
  /* top: 65%; */
  transform: translateY(210px);
}
.docs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  border-radius: 16px;
  z-index: 1;
}
.overlay-red{
  background-color: var(--primary-color);
}
.overlay-gray{
  background-color: rgba(41, 41, 41, .8);
}
/* Documents End */

/* Contact */
.contact-text{
  color: #1F1F1F;
  font-size: 30px;
  line-height: 57px;
  display: block;
  text-decoration: none;
  text-align: end;
}
/* Contact End */

/* Footer */
.footer-title{
  font-size: 18px;
  font-weight: 900;
}
.address{
  color: #B4B4B4;
  font-size: 18px;
  font-weight: lighter;
}
.footer-link{
  color: var(--text-color);
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  font-weight: 100;
}
.footer-social-media{
  text-align: end;
}
.social-media{
  color: var(--primary-color);
  font-size: 24px;
  padding-left:15px;
}
.go-to-top{
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 16px;
  padding: 20px;
  display: inline-block;
  text-decoration: none;
  text-align: end;
}
/* Footer End */

/* Copyright */
.copyright-text{
  color: #CBCBCB;
  font-size: 14px;
  font-weight: 100;
}
/* Copyright End */

/* Banner */
.banner{
  width: 94%;
  margin: 160px 0 160px auto;
  height: 225px;
}
.banner-image{
  border-radius: 16px 0px 0px 16px;
  width: 100%;
}
.banner-image img{
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 16px 0px 0px 16px;
}
.breadcrumb-area {
  background-color: var(--primary-color);
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
}

.breadcrumb-area p {
  margin: 0 27% 0 0;
}

.main-page,
.this-page {
  color: var(--white);
}

.main-page {
  font-size: 16px;
  font-weight: lighter;
}

.this-page {
  font-size: 24px;
  font-weight: bold;
}
/* Banner End */

/* Corporate */
.content-text{
  color: var(--text-color);
  font-size: 16px;
  line-height: 36px;
}
.content-area{
  background-color: #FAFAFA;
}
.file-box {
  position: relative;
}

.file-box img {
  width: 100%;
  object-fit: cover;
}

.file-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.file-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
  z-index: 2;
  cursor: pointer;
}
/* Corporate End */

/* Images Area */
.image-area-title{
  color: var(--gray);
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
}
.image-area-subtitle{
  color: var(--gray);
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}
/* Images Area End */

/* Products */
.categories-card{
  border-radius: 16px;
  background-color: #F8F8F8;
  min-height: 160px;
  transition: all 0.3s;
}
.categories-card:hover{
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.categories-card-img-box{
  width: 80px;
  height: 80px;
}
.categories-area a{
  text-decoration: none;
  color: var(--gray);
}
.p-category-title {
  font-size: 24px;
  color: var(--gray);
  padding: 0;
  margin: 0;
  font-weight: bold;
  word-break: break-word;
  /* Burada */
}
/* Products End */

/* Categories */
.product-area a {
  text-decoration: none;
  color: var(--gray);
}
.product-area a {
  text-decoration: none;
  color: var(--gray);
}
.product-card {
  border-radius: 16px;
  background-color: #F8F8F8;
  /* min-height: 480px; */
  transition: all 0.3s;
}
.p-product-title {
  font-size: 24px;
  color: var(--gray);
  padding: 0;
  margin: 0;
  font-weight: bold;
  word-break: break-word;
  /* Burada */
}
.product-no{
  font-size: 16px;
  font-weight: 200;
  color: var(--gray);
  line-height: 22px;
  padding: 0;
  margin: 0;
}
.product-text{
  bottom: 0;
}
.product-card img {
  width: 205px;
  height: 205px;
}
.product-card:hover {
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.categories-menu {
  border-radius: 16px;
  background-color: #F0F0F0;
  transition: all 0.3s;
}
/* Categories End */

/* Product Detail */
.product-image {
  border: 1px solid #CCCCCC;
  border-radius: 16px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-image img {
  width: 310px;
  height: 310px;
  object-fit: cover;
}
.product-area .default-button {
  border: 1px solid var(--gray);
  color: var(--gray);
  padding: 15px 25px;
  transition: all 0.3s;
  margin:0;
}
.product-area .default-button:hover {
  border: 1px solid var(--gray);
  color: var(--white);
  background-color: var(--gray);
  padding: 15px 25px;
}
/* Product Detail End */

/* Media */
.media-title{
  color: var(--gray);
  font-size: 32px;
  line-height: 43px;
  font-weight: bold;
  text-decoration: none;
}
.news-card img{
  /* height: 400px; */
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  aspect-ratio: 1.347;
}
.news-short-desc{
  font-weight: 200;
  color: var(--gray);
}
.catalog-image img {
  /* margin-top: -25%; */
  height: auto;
  width: 400px;
  max-width: 400PX;
}
.catalog .docs-card-v2 .default-button {
  border: 1px solid var(--white);
  color: var(--white);
  padding: 15px 25px;
  transition: all 0.3s;
  margin: 0;
}

.catalog .docs-card-v2 .default-button:hover {
  border: 1px solid var(--gray);
  color: var(--white);
  background-color: var(--gray);
  padding: 15px 25px;
}
/* Media End */

/* Contact */
.form-control{
  border: 1px solid #3E3E3E !important;
  border-radius: 16px !important;
  padding: 0.9rem 1.2rem !important;
}
.form-control:focus{
  box-shadow: none !important;
  /* box-shadow: rgba(222, 21, 20, 1) 0px 1px 0px !important; */
  border: 1px solid var(--primary-color) !important;
}
.contact input::placeholder{
  color: #3E3E3E;
}
.contact button{
  border: 1px solid var(--gray);
  color: var(--gray);
  padding: 15px 25px;
  transition: all 0.3s;
  margin: 0;
  background-color: transparent;
}
.contact button:hover{
  border: 1px solid var(--gray);
  color: var(--white);
  background-color: var(--gray);
  padding: 15px 25px;
}
.contact-title{
  font-size: 20px;
  line-height: 0;
}
.contact-link{
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: var(--gray);
  display: inline-block;
  margin: 10px 0;
}
/* Contact End */

.hideShowButton {
  padding: 10px 30px;
  border: none;
  color: var(--primary-color);
  transition: all .5s;
  background-color: var(--white);
  display: block;
}

.hideShowButton:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.certificate-image{
  width: 25%;
  margin: auto;
  display: block;
}