/*!
 * © 2026 Post Ajans | www.postajans.com.tr
 * Developer: Berat Celik
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  /* Colors: */
  --color-E30613: #E30613;
  --color-2B2B2B: #2B2B2B;
  --color-C1C1C1: #C1C1C1;
  --color-333333: #333333;
  --color-F8F8F8: #F8F8F8;
  --color-AFAFAF: #AFAFAF;
  --color-808080: #808080;
  --color-D9D9D9: #D9D9D9;
  --color-ECECEC: #ECECEC;
  --color-C8C8C8: #C8C8C8;
  --color-860008: #860008;
  --color-FCFCFC: #FCFCFC;
  --color-3C3C3C: #3C3C3C;
  --color-6C6C6C: #6C6C6C;
  --color-A5A5A5: #A5A5A5;
  --color-767676: #767676;
  --color-EEEEEE: #EEEEEE;
  --color-fff   : #fff;

  --gradient-one  : linear-gradient(93deg, var(--color-2B2B2B) 0%, var(--color-E30613) 100%);
  --gradient-two  : linear-gradient(90deg, var(--color-E30613) 0%, #F92733 46.15%, #7D030A 100%);
  --gradient-three: radial-gradient(327.37% 82.83% at 20.94% 36%, #F1F1F1 0%, var(--color-fff) 100%);
  --gradient-four : radial-gradient(327.37% 82.83% at 20.94% 36%, #333 0%, #444 100%);
  --gradient-five : linear-gradient(90deg, #E30613 0%, #7D030A 100%);
  --gradient-six  : radial-gradient(327.37% 82.83% at 20.94% 36%, var(--color-F1F1F1) 0%, var(--color-fff) 100%);
  --gradient-seven  : linear-gradient(89deg, var(--color-E30613) 0%, var(--color-785042) 143.3%);;
}

body{ font-family: "Poppins", sans-serif !important; }
a {text-decoration: none !important;}

/*** Properties ***/
.site-container { width: 85%; margin: 0 auto;}
.site-margin{margin-top: 5%; margin-bottom: 5%;}
.site-padding{padding-top: 7%; padding-bottom: 7%;}
.menu-padding{padding-top: 150px;}
/*** Properties End ***/

/* ======================== */
/* FONT-SIZE START */
/* ======================== */
/* .fs-256 { font-size: clamp(64px, 13.33vw, 256px);}
.fs-108 { font-size: clamp(36px, 5.6vw, 108px);}
.fs-96  { font-size: clamp(32px, 5vw, 96px);}
.fs-72  { font-size: clamp(28px, 3.75vw, 72px);}
.fs-64  { font-size: clamp(24px, 3.33vw, 64px);}
.fs-60  { font-size: clamp(22px, 3.1vw, 60px);}
.fs-55  { font-size: clamp(20px, 2.85vw, 55px);}
.fs-48  { font-size: clamp(18px, 2.5vw, 48px);}
.fs-42  { font-size: clamp(17px, 2.2vw, 42px);}
.fs-36  { font-size: clamp(16px, 1.9vw, 36px);}
.fs-32  { font-size: clamp(15px, 1.66vw, 32px);}
.fs-30  { font-size: clamp(14px, 1.56vw, 30px);}
.fs-24  { font-size: clamp(13px, 1.25vw, 24px);}
.fs-20  { font-size: clamp(12px, 1.04vw, 20px);}
.fs-16  { font-size: clamp(11px, 0.83vw, 16px);}
.fs-14  { font-size: clamp(10px, 0.73vw, 14px);}
.fs-12  { font-size: clamp(9px, 0.62vw, 12px);} */

.fs-256 { font-size: clamp(72px, 13vw, 256px); }
.fs-108 { font-size: clamp(42px, 5.6vw, 108px); }
.fs-96  { font-size: clamp(38px, 5vw, 96px); }
.fs-72  { font-size: clamp(32px, 3.8vw, 72px); }
.fs-64  { font-size: clamp(30px, 3.3vw, 64px); }
.fs-60  { font-size: clamp(28px, 3.1vw, 60px); }
.fs-55  { font-size: clamp(26px, 2.9vw, 55px); }
.fs-48  { font-size: clamp(24px, 2.5vw, 48px); }
.fs-42  { font-size: clamp(22px, 2.2vw, 42px); }
.fs-36  { font-size: clamp(20px, 1.9vw, 36px); }
.fs-32  { font-size: clamp(18px, 1.7vw, 32px); }
.fs-30  { font-size: clamp(18px, 1.56vw, 30px); }
.fs-24  { font-size: clamp(16px, 1.25vw, 24px); }
.fs-20  { font-size: clamp(15px, 1.05vw, 20px); }
.fs-16  { font-size: clamp(14px, 0.85vw, 16px); }
.fs-14  { font-size: clamp(13px, 0.75vw, 14px); }
.fs-12  { font-size: clamp(12px, 0.65vw, 12px); }
.fw-extra-bold{font-weight: 900 !important;}
.power-text{letter-spacing: clamp(4px, 0.83vw, 16px);}
/* ======================== */
/* FONT-SIZE END */
/* ======================== */

/* ======================== */
/* COLORS START */
/* ======================== */
.color-E30613{color: var(--color-E30613);}
.color-FCFCFC{color: var(--color-FCFCFC);}
.color-C1C1C1{color: var(--color-C1C1C1);}
.color-2B2B2B{color: var(--color-2B2B2B);}
.color-AFAFAF{color: var(--color-AFAFAF);}
.color-808080{color: var(--color-808080);}
.color-ECECEC{color: var(--color-ECECEC);}
.color-C8C8C8{color: var(--color-C8C8C8);}
.color-860008{color: var(--color-860008);}
.color-3C3C3C{color: var(--color-3C3C3C);}
.color-6C6C6C{color: var(--color-6C6C6C);}
.color-A5A5A5{color: var(--color-A5A5A5);}
.color-767676{color: var(--color-767676);}
.color-EEEEEE{color: var(--color-EEEEEE);}
.color-333333{color: var(--color-333333);}
.color-fff{color: var(--color-fff);}

.bg-E30613{background-color: var(--color-E30613);}
.bg-2B2B2B{background-color: var(--color-2B2B2B);}
.bg-C8C8C8{background-color: var(--color-C8C8C8);}
.bg-860008{background-color: var(--color-860008);}
.bg-3C3C3C{background-color: var(--color-3C3C3C);}
.bg-EEEEEE{background-color: var(--color-EEEEEE);}
.bg-F8F8F8{background-color: var(--color-F8F8F8);}


.bg-gradient-one{background: var(--gradient-one);}
.bg-gradient-two{background: var(--gradient-two);}
.bg-gradient-three{background: var(--gradient-three);}
.bg-gradient-four{background: var(--gradient-four);}
.bg-gradient-five{background: var(--gradient-five);}
.bg-gradient-six{background: var(--gradient-six);}
.bg-gradient-seven{background: var(--gradient-seven);}
/* ======================== */
/* COLORS END */
/* ======================== */

/* ======================== */
/* BUTTONS START */
/* ======================== */
.button-one {
  position: relative;

  padding:
    clamp(7px, 0.62vw, 12px)
    clamp(28px, 2.6vw, 30px);

  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

.button-one .text {
  transition: transform 0.4s;
}

.icon-wrap {
  position: absolute;

  right: clamp(10px, 0.78vw, 15px);

  width: clamp(16px, 1.04vw, 20px);
  height: clamp(16px, 1.04vw, 20px);
}

.icon-wrap i {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;

  transition: all 0.4s ease;
  opacity: 0;
}

.icon-wrap .up {
  transform: translateY(clamp(6px, 0.52vw, 10px));
}

.icon-wrap .down {
  transform: translateY(clamp(-10px, -0.52vw, -6px));
}

.button-one:hover .text {
  transform: translateX(clamp(-10px, -0.52vw, -6px));
}

.button-one:hover .icon-wrap i {
  opacity: 1;
}

.button-one:hover .icon-wrap .up {
  transform: translateY(clamp(2px, 0.16vw, 3px));
}

.button-one:hover .icon-wrap .down {
  transform: translateY(clamp(-3px, -0.16vw, -2px));
}


.border-fff{background-color: transparent; color: var(--color-fff); border: 1px solid var(--color-fff);}
.border-2B2B2B{background-color: transparent; color: var(--color-2B2B2B); border: 1px solid var(--color-2B2B2B);}

.fill-fff{background-color: var(--color-fff); color: var(--color-E30613); border: 1px solid var(--color-fff);}
.fill-333{background-color: var(--color-333333); color: var(--color-E30613); border: 1px solid var(--color-333333);}

.button-one:hover{background-color: var(--color-2B2B2B); color: var(--color-E30613); border: 1px solid var(--color-E30613);}


/* ======================== */
/* BUTTONS END */
/* ======================== */

/* ======================== */
/* MENU START */
/* ======================== */
.navbar {
  width: 85%;
  height: 100px;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed !important;
  z-index: 999;
  background: linear-gradient( to right, rgba(43, 43, 43, 0.90) 50%, rgba(227, 6, 19, 0.90) 100% );
  backdrop-filter: blur(4.900000095367432px);
}
.logo {width: 270px;}
.navbar .nav-item {padding: 0 15px; font-size: 16px; height: 100px; display: flex; align-items: center;}
.navbar .nav-link {color: var(--color-FCFCFC); font-weight: 400 !important; transition: all .4s !important;}
.navbar .nav-link:hover {color: var(--color-E30613) !important;}
.navbar .nav-link:focus {color: var(--color-E30613) !important;}


#navbarSupportedContent {position: relative;}
#navbarSupportedContent::before {
  content: "";
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='60' viewBox='0 0 30 60' fill='none'%3E%3Cpath d='M28.3662 0.681396L1.36621 29.6801L28.3662 58.6814' stroke='%23E30613' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
#navbarSupportedContent::after {
  content: "";
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='60' viewBox='0 0 30 60' fill='none'%3E%3Cpath d='M28.3662 0.681396L1.36621 29.6801L28.3662 58.6814' stroke='%23333333' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");  background-repeat: no-repeat;
  background-size: contain;
}

.dropdown-menu {
  position: absolute;
  z-index: 999 !important;
  top: 100px;
  left: 0;
  background: linear-gradient(180deg, rgba(43, 43, 43, 0.90) 0.03%, rgba(227, 6, 19, 0.90) 157.25%) !important;
  backdrop-filter: blur(4.900000095367432px) !important;
  border: 0 !important;
  transition: all .4s !important;
  border-radius: 0 !important;
  color: var(--color-fff) !important;
  /* max-height: 500px;
  overflow-y: auto;
  overflow-x: visible; */
}
.dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.35);
}
.dropdown-menu .dropdown-item {
  color: var(--color-fff) !important;
  padding: 10px 40px ;
}

.dropdown-item:focus,.dropdown-item:hover {
  transition: all .4s !important;
  color: var(--color-E30613) !important;
  background-color: transparent !important
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
  position: absolute;
  z-index: 10;
  min-width: 210px;
}


.dropdown-submenu {
  position: relative;
}

/* SAĞDA BAĞIMSIZ PANEL */
.submenu-dropdown {
  position: absolute;
  top: 0;
  left: 100%;   /* sağa taşır */
  min-width: 220px;

  background: linear-gradient(180deg, rgba(43, 43, 43, 0.90) 0.03%, rgba(227, 6, 19, 0.90) 157.25%);
  backdrop-filter: blur(5px);

  list-style: none;
  padding: 0;
  margin: 0;

  display: none;
  z-index: 9999;

  border: 0;
}
.dropdown-submenu:hover > .submenu-dropdown {
  display: block;
}




.dropdown.language .nav-link:hover{color: var(--color-2B2B2B) !important;}
.nav-item.dropdown:hover .language-dropdown {
  display: block !important;
  position: absolute;
  z-index: 10;
  min-width: 160px !important;
}
.language-dropdown .dropdown-item {
  color: var(--color-fff) !important;
  padding: 10px 30px;
  width: auto !important;
  text-align: center;
}
.navbar-toggler {
  padding: 0;
  line-height: 0;
  border: none !important;
  background-color: var(--color-E30613) !important;
  color: var(--color-fff) !important;
  border-radius: 50px !important;
  width: 40px !important;
  height: 40px !important;
}
.navbar-toggler:focus {box-shadow: none !important;}
/* ======================== */
/* MENU END */
/* ======================== */


/* ======================== */
/* SLIDER START */
/* ======================== */
.main-slider, .slider-item, .slider-item img, .slider-item video, .slider-area{ height: 100vh; overflow: hidden;}

.slider-img{ object-fit: cover; }
.slider-item video{ object-fit: cover; object-position: center center; width: 100vw}

.slider-content{position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.slider-bottom{
  bottom: 100px;
  width: 80%;
  right: 10%;
  left: 10%;
  z-index: 2;
  position: absolute;
  margin: 0 auto;
}
.slider-social-media{
  position: absolute;
  z-index: 2;
  right: 7%;
  bottom: 100px;
  background: linear-gradient(90deg, #464646 0%, #2B2B2B 100%);
  padding: 15px 25px;
  color: var(--color-fff);
}
.slider-social-media a{color: var(--color-fff); transition: color .4s; margin: 0 10px;}
.slider-social-media a:hover{color: var(--color-E30613);}

.slider-item{
  position: absolute;
  z-index: 2;
  left: 7%;
  bottom: -34%;
}
.slider-item img{
  width: 370px;
}
/* ======================== */
/* SLIDER END */
/* ======================== */

/* ======================== */
/* HOME CONTENTS START */
/* ======================== */

.corporate-area{position: relative;}
.corporate-guass{
  position: absolute; 
  z-index: 1;
  width: 750px;
  height: 100%;
  bottom: 0; right: 0;
  border: 1px solid #2B2B2B;
  background: radial-gradient(139.86% 130.58% at 139.73% 156.08%, #E30613 0%, #2B2B2B 100%);
}

.corporate-path{position: absolute; bottom: 0; right: 0; z-index: 2; opacity: .2;}
.category-path{position: absolute; bottom: 0; left: 0; z-index: 1; }
.home-path{position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 0; width: 100%;}

.marquee {overflow: hidden;width: 100%;}
.marquee-track {
  display: flex;
  gap: 100px;
  width: max-content;
  animation: scroll 20s linear infinite;
}
.marquee img {
  height: 50px;
  filter: grayscale(100%);
  transition: .4s;
}
.marquee img:hover {filter: grayscale(0);}
@keyframes scroll {
  from {transform: translateX(0);}
  to {transform: translateX(-50%);}
}


.textSlide {height: 150px; line-height: normal; overflow: hidden;}
/* ======================== */
/* HOME CONTENTS END */
/* ======================== */

/* ======================== */
/* CATEGORY START */
/* ======================== */
.category-card{background: var(--color-F8F8F8); border-radius: 12px; border: 1px solid rgba(227, 6, 19, 0.25); aspect-ratio: 13/18; transition: all .4s;}
.category-card:hover{background: radial-gradient(166.07% 128.27% at 115.77% 111.84%, #2B2B2B 0%, #E30613 100%);}
.category-card .fs-20{width: 95%;}
.c-img-area{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-img{
  height: 200px;
  width: 200px !important;
  object-fit: contain;
  z-index: 2;
}
.category-card .next-button{color: var(--color-E30613); transition: color .4s;}
.category-card span{opacity: 0; transition: opacity .4s;}
.category-card:hover span{opacity: 1;}
.category-card:hover .next-button, .category-card:hover .fs-20{color: var(--color-fff);}
/* ======================== */
/* CATEGORY END */
/* ======================== */

/* ======================== */
/* PAGE CONTENTS START */
/* ======================== */
.main-icon{width: 60px; height: auto; object-fit: contain; margin-top: 10px;}
.icon-wrapper{display: inline-flex;align-items: center;}

.text-gradient{
  background: var(--gradient-two);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-two{
  background: var(--gradient-five);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.counter-divider{width: 100%; height: 1px; background-color: var(--color-E30613);}

.short-line{width: 48px; height: 1px;}
.bold-line{width: 100%; height: 11px;}

.parallax{
  width: 100%;
  height: clamp(320px, 41.7vw, 800px);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.parallax-overlay{
  background: radial-gradient(327.37% 82.83% at 20.94% 36%, #333 0%, #444 100%);
  mix-blend-mode: soft-light;
  width: 100%;
  height: clamp(320px, 41.7vw, 800px);
  position: absolute;
  z-index: 2;
}

.service-card{
  border-radius: 16px;
  backdrop-filter: blur(20px);
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  padding: 30px;
}

/* #modelsArea .button-one{
  flex: 0 0 190px;
 } */

#modelsArea .button-one {flex: 1;}
.newsletter input{
  border-radius: 18px;
  width: 100%;
  padding: 15px 25px;
  border: 0;
}
.newsletter input:focus{
  box-shadow: 0;
  outline: 0;
}

.media-card{
  width: 100%;
  aspect-ratio: 1;
  border-radius: 32px;
  padding: 40px;
}
.media-card img{
  position: absolute;
  z-index: 2;
  width: 100%;
  /* aspect-ratio: 18/13; */
  height: 250px;
  object-fit: contain;
  left: 50%;
  bottom: -25%;
  transform: translateX(-50%);
}

.media-img-overlay{
  border-radius: 32px;
  mix-blend-mode: luminosity;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: rgb(211, 211, 211, .5);
  left: 0; top: 0;
  filter: grayscale(100%);
}
.stroke-text{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4D4D4D;
  font-size: clamp(64px, 15.36vw, 295px);
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
  letter-spacing: clamp(-6px, -0.73vw, -14px);
  color: transparent;
}
.page-nav-abstract{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: -10%;
}
.icon-wrap-right-text{margin-top: -40px;}

.contact-info i {
  color: var(--color-E30613) !important;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--color-2B2B2B);
  padding: 15px 25px;
  border-radius: 10px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border: 1px solid var(--color-E30613);
  outline: none;
}

.contact-info a {
  transition: all .4s;
  color: var(--color-E30613);
}

.contact-info a:hover {
  color: var(--color-354248);
}
/* ======================== */
/* PAGE CONTENTS END */
/* ======================== */


/* ======================== */
/* FOOTER START */
/* ======================== */
.footer-logo{width: 325px; height: auto; object-fit: contain;}
.group-logo{height: 30px; object-fit: contain; margin-left: 40px;}
/* ======================== */
/* FOOTER END */
/* ======================== */


/* ======================== */


/* ======================== */
/* BANNER START */
/* ======================== */
.banner-area{
  width: 100%;
  height: 50vh;
  background: radial-gradient(225% 220% at -50% 197%, #E30613 0%, #2B2B2B 100%);
  position: relative;
  overflow: hidden;
}

.banner-path img{max-width: 100%; position: absolute; bottom: 0;}

.page-container{
  margin-top: -15%;
  /* padding-bottom: 25%; */
  position: relative;
  z-index: 2;
}
.corporate.banner-area{height: 70vh; background: radial-gradient(225% 220% at -50% 197%, #E30613 0%, #2B2B2B 100%);}
.corporate.page-container{margin-top: -25%;}
/* ======================== */
/* BANNER START */
/* ======================== */

/* ======================== */
/* CORPORATE START */
/* ======================== */
.corporate-img{
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.text-slide-area{height: 700px; display: flex; align-items: center;}
.text-slide-gradient{
  background: radial-gradient(225% 220% at -50% 197%, #E30613 0%, #2b2b2b31 100%);
  position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 1; width: 100%; height: 100%;
}
.corporate-text{color: var(--color-fff);}
.corporate-logo-1{width: 240px;}
.corporate-logo-2{width: 150px;}
/* ======================== */
/* CORPORATE END */
/* ======================== */

/* ======================== */
/* PRODUCTS START */
/* ======================== */
.category-list-card{
  background-color: var(--color-E30613);
  padding: 30px 40px;
}
.product-card{background-color: var(--color-EEEEEE); width: 100%; aspect-ratio: 1; transition: all .4s; position: relative;}
.product-card:hover{background-color: var(--color-2B2B2B);}

.product-card img{width: calc(100% - 20px); max-width: 350px; aspect-ratio: 1; object-fit: contain; display: block; margin: auto; padding: 20px 0;}

.product-title{
  color: var(--color-2B2B2B);
  transition: all .4s;
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 15px;
  margin: 0;
}
.product-card:hover .product-title, .product-list-card:hover .product-title{color: var(--color-E30613);}

.product-list-card{
  background-color: var(--color-EEEEEE);
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  transition: all .4s;
}
.product-list-card:hover{background-color: var(--color-2B2B2B);}
.product-list-card img{width: 250px; height: 250px; max-width: 350px; aspect-ratio: 1; object-fit: contain; padding: 20px 0;}

.has-sub {
  position: relative;
}
.sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  background-color: var(--color-E30613);
  color: var(--color-fff);
  padding: 20px 0;
  /* border-radius: 10px; */
  list-style: none;
  min-width: 300px;
  z-index: 999;
}

.has-sub:hover > .sub-category {
  display: block;
}

.has-sub::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 15px;
  height: 100%;
}
.sub-category li a{
  padding: 10px 35px;
  position: relative;
  color: var(--color-00295d) !important;
}
.sub-category li i{opacity: 0; transition: .3s;}
.sub-category li a:hover i{opacity: 1;}
.has-sub:hover > .sub-category {display: block;}
/* ======================== */
/* PRODUCTS END */
/* ======================== */

/* ======================== */
/* PRODUCT DETAILS START */
/* ======================== */
.p-detail-img-card{
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  border: 1px solid rgba(236, 236, 236, 0.93);
  background: var(--color-fff);
  padding: 50px;
}
.p-detail-img-card img{
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
/* ======================== */
/* PRODUCT DETAILS END */
/* ======================== */

/* ======================== */
/* QUALITY PAGE STAR */
/* ======================== */
.quality-card{
  width: 100%;
  height: 72px;
  border-radius: 12px;
  background: var(--color-E30613);
  display: flex; align-items: center;
  transition: all .4s;
  color: var(--color-fff);
}
.docs-icon{
  background-color: #AC161F; width: 48px; height: 48px; 
  border-radius: 4px; 
  display: flex; align-items: center; justify-content: center; 
  margin: 0 10px;
  color: var(--color-fff);
  flex-shrink: 0;
}
.quality-card:hover{background: var(--gradient-two);}
.quality-card:hover .text-gradient{background: transparent; -webkit-text-fill-color: white;}
/* ======================== */
/* QUALITY PAGE END */
/* ======================== */

/* ======================== */
/* CAREER PAGE START */
/* ======================== */
.career-card{
  width: 100%;
  height: auto;
  aspect-ratio: 4/2;
  position: relative;
  padding: 30px 0;
}
.career-card-line{
  width: 100%;
  height: 2px;
  background: var(--gradient-one);
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.icon-area{
  width: 75px;
  height: 75px;
}
.icon-area img{
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.career-area{
  height: 400px;
}

.career-form input,
.career-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
  transition: all .3s ease;
  background: #fff;
}
.career-form input:focus,
.career-form textarea:focus {
  border-color: var(--color-E30613);
  box-shadow: 0 0 0 3px rgba(222, 148, 122, 0.15);
}

.career-form input::placeholder,
.career-form textarea::placeholder {
  color: #999;
  font-size: 13px;
}

.career-form textarea {resize: none;}

.career-form input[type="file"] {
  padding: 10px;
  background: #fff;
  cursor: pointer;
}

.career-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--color-E30613);
  cursor: pointer;
}
.career-logo{width: 100px;}
/* ======================== */
/* CAREER PAGE END */
/* ======================== */

/* ======================== */
/* PRODUCTION PAGE END */
/* ======================== */
.production-img{
  width: 100%;
  height: 620px;
  object-fit: cover;
}
/* ======================== */
/* PRODUCTION PAGE END */
/* ======================== */