@font-face {
  font-family: 'Peyda';
  src: url(fonts/PeydaFaNum-Regular.eot);
  src: url(fonts/PeydaFaNum-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/PeydaFaNum-Regular.otf) format('otf'),
       url(fonts/PeydaFaNum-Regular.svg#PeydaFaNum-Regular) format('svg'),
       url(fonts/PeydaFaNum-Regular.ttf) format('truetype'),
       url(fonts/PeydaFaNum-Regular.woff) format('woff'),
       url(fonts/PeydaFaNum-Regular.woff2) format('woff2');
       font-weight:normal;
       font-style:normal;
       font-display:swap;
}
@font-face {
  font-family: 'Peyda';
  src: url(fonts/PeydaFaNum-SemiBold.eot);
  src: url(fonts/PeydaFaNum-SemiBold.eot?#iefix) format('embedded-opentype'),
       url(fonts/PeydaFaNum-SemiBold.otf) format('otf'),
       url(fonts/PeydaFaNum-SemiBold.svg#PeydaFaNum-SemiBold) format('svg'),
       url(fonts/PeydaFaNum-SemiBold.ttf) format('truetype'),
       url(fonts/PeydaFaNum-SemiBold.woff) format('woff'),
       url(fonts/PeydaFaNum-SemiBold.woff2) format('woff2');
       font-weight:600;
       font-style:normal;
       font-display:swap;
}
@font-face{
  font-family: 'Peyda';
  src: url(fonts/PeydaFaNum-Bold.eot);
  src: url(fonts/PeydaFaNum-Bold.eot?#iefix) format('embedded-opentype'),
       url(fonts/PeydaFaNum-Bold.otf) format('otf'),
       url(fonts/PeydaFaNum-Bold.svg#PeydaFaNum-Bold) format('svg'),
       url(fonts/PeydaFaNum-Bold.ttf) format('truetype'),
       url(fonts/PeydaFaNum-Bold.woff) format('woff'),
       url(fonts/PeydaFaNum-Bold.woff2) format('woff2');
  font-weight:bold;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family: "Peyda";
  src: url(fonts/PeydaFaNum-ExtraBold.eot);
  src: url(fonts/PeydaFaNum-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(fonts/PeydaFaNum-ExtraBold.otf) format('otf'),
       url(fonts/PeydaFaNum-ExtraBold.svg#PeydaFaNum-ExtraBold) format('svg'),
       url(fonts/PeydaFaNum-ExtraBold.ttf) format('truetype'),
       url(fonts/PeydaFaNum-ExtraBold.woff) format('woff'),
       url(fonts/PeydaFaNum-ExtraBold.woff2) format('woff2');
  font-weight:800;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family: "Peyda";
  src: url(fonts/PeydaFaNum-Black.eot);
  src: url(fonts/PeydaFaNum-Black.eot?#iefix) format('embedded-opentype'),
       url(fonts/PeydaFaNum-Black.otf) format('otf'),
       url(fonts/PeydaFaNum-Black.svg#PeydaFaNum-Black) format('svg'),
       url(fonts/PeydaFaNum-Black.ttf) format('truetype'),
       url(fonts/PeydaFaNum-Black.woff) format('woff'),
       url(fonts/PeydaFaNum-Black.woff2) format('woff2');
  font-weight:900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family: "industry";
  src:url(fonts/Industry\ Bold.ttf) format('truetype');
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family: "SixCaps";
  src:url(fonts/SixCaps-Regular.ttf) format('truetype');
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family: "lexend";
  src:url(fonts/LexendDeca-Bold.ttf) format('truetype');
  font-style:normal;
  font-display:swap;
}
a {
  text-decoration: none !important;
}
*{
	line-height: normal;
	list-style: none;
	box-sizing: border-box;
  font-family: "Peyda";
}
:root{
  --white:#fff;
  --black:#000;
  --primary:#bb0b11;
  --hover:#950a0e;
}
body{
	font-size: 14px;
  font-family: "Peyda";
	background: #fff;
  overflow-x: hidden;
}
input:focus,
button:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
img::selection{
  background: none;
}
.jcen{
  justify-content: center;
}
ul,ol{
  margin: 0;
  padding: 0;
}
.jbet{
  justify-content: space-between;
}
.jend{
  justify-content: end;
}
.flex{
  display: flex;
}
.fc{
  flex-direction: column;
}
.ac{
  align-items: center;
}
.wrap{
  flex-wrap: wrap;
}
.g5{
  gap: 5px;
}
.g10{
  gap:10px;
}
.g15{
  gap: 15px;
}
.g20{
  gap: 20px;
}
.g30{
  gap: 30px;
}
.g40{
  gap: 40px;
}
.g50{
  gap: 50px;
}
.flex1{
  flex: 1;
}
.padd{
  padding: 50px 0;
}
.padd2{
  padding: 100px 0;
}
header{
  position: relative;
  z-index: 10;
  padding: 15px 0;
}
.menu-btn a{
  border: 1px solid #404040;
  transition: 0.4s all;
  width: 56px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-btn a:hover{
  background: var(--primary);
  border: 1px solid var(--primary);
}
.hero{
  height: 100vh;
  position: relative;
  margin-top: -102px;
  padding-top: 102px;
}
.hero::after{
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  background: linear-gradient(to bottom, #000 , rgba(0, 0, 0, 0.454) , transparent , rgba(0, 0, 0, 0.454) , #000);
  width: 100%;
  z-index: 2;
}
.hero video{
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header-contact-btn{
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
  color: #FAFAFA;
  white-space: pre-line;
}
.header-contact-btn span{
  font-size: 10px;
  color: #A3A3A3;
}
.mybtn{
  border: 1px solid var(--primary);
  background: var(--primary);
  padding: 15px;
  border-radius: 999px;
  color: #D4D4D4;
  min-width: 250px;
  transition: 0.6s all;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 56px;
}
.mybtn:hover{
  background: var(--hover);
  color: var(--white);
  gap: 20px;
  border: 1px solid var(--hover);
}
.header-left-btns{
  color: #404040;
}
.mybtn2{
  background: transparent;
  border: 1px solid #404040;
}
.mybtn2:hover{
  background: var(--primary);
  border: 1px solid var(--primary);
}
.vline{
  height: 25px;
  width: 1px;
  background: #404040;
}
.hero .container{
  height: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  z-index: 3;
  text-align: right;
  padding-bottom: 70px;
  position: relative;
}
.hero span{
  background: #fff5;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #F5F5F5;
  border-radius: 999px;
  padding: 5px 15px;
  border: 1px solid #fff5;
  width: fit-content;
}
.hero h1{
  color: var(--white);
  font-size: 70px;
  margin: 30px 0;
  font-weight: 900;
  width: 590px;
}
.hero p{
  margin-bottom: 50px;
  color: #D4D4D4;
  font-size: 18px;
  width: 450px;
}
.latest-products-slider-area{
  background: linear-gradient( to bottom , #FFFFFF , #9CABBA);
  padding: 50px 0;
}
.latest-products-slide{
  position: relative;
}
.latest-products-slide img{
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  transition: 0.4s all;
  transition-delay: 0.5s;
  opacity: 0.5;
  scale: 0.9;
}
.latest-products-slide img:hover {
  cursor: url('img/pr-cursor.svg'), pointer;
}
.latest-products-slide img:active {
  cursor: url('img/pr-cursor.svg') 15 15, pointer;
}
.latest-products-slide h2{
  font-weight: 700;
  font-size: 40px;
  color: #171717;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0;
  transition: 0.4s all;
  transition-delay: 0.5s;
}
.latest-products-slide h2 a{
  color: #171717;
  font-family: 'industry';
}
.latest-products-slide p{
  font-size: 18px;
  color: #525252;
  opacity: 0;
  margin-bottom: 20px;
  transition: 0.4s all;
  transition-delay: 0.5s;
}
.latest-products-slide ul{
  display: flex;
  gap: 5px;
  width: 358px;
  opacity: 0;
  transition: 0.4s all;
  transition-delay: 0.5s;
  flex-wrap: wrap;
}
.latest-products-slide ul li{
  color: #404040;
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  padding: 5px 15px;
  border-radius: 999px;
}
.latest-products-slide span{
  position: absolute;
  top: calc(50% - 55px);
  font-family: 'industry';
  font-size: 200px;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: linear-gradient(to top, #AEBAC7, #C6CFD7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: 100%;
  letter-spacing: 20px;
  text-align: center;
  opacity: 0;
  transition: 0.4s all;
  transition-delay: 0.5s;
}
.swiper-pag-dots-area{
  height: 200px;
  margin-top: -40px;
}
.swiper-pag-dots{
  position: sticky;
  width: fit-content;
  background: var(--white);
  border-radius: 999px;
  padding: 5px;
  margin: 0 auto;
  top: calc(100% - 60px);
  z-index: 10;
}
.swiper-btn{
  background: #0A0A0A;
  color: #fff8;
  border-radius: 999px;
  padding: 8px;
  transition: 0.4s all;
}
.swiper-btn:hover{
  background: var(--primary);
}
.swiper-dots{
  flex: 1;
  width: 100%;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-dots span{
  opacity: 0.1;
  transform: none!important;
  margin: 0 auto;
}
.swiper-pagination-bullet-active{
  background: #0A0A0A!important;
  opacity: 1!important;
}
.latest-products-slider{
  padding: 0 22%!important;
}
.latest-products-slider .swiper-slide-active h2,.latest-products-slider .swiper-slide-active ul,.latest-products-slider .swiper-slide-active p{
  opacity: 1;
}
.latest-products-slider .swiper-slide-active span{
  opacity: 0.4;
}
.latest-products-slider .swiper-slide-active img{
  opacity: 1;
  scale: 1;
}
.home-about-imgbox{
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3,1fr);
}
.home-about-imgbox img{
  height: auto;
  width: 100%;
}
.home-about span{
  display: block;
}
.home-about-area{
  padding: 300px 20px;
}
.home-about img{
  border-radius: 10px;
}
.home-about-imgbox img{
  transition: 1s;
}
.home-about-imgbox img:nth-child(1){
  margin-top: 90px;
}
.home-about-imgbox img:nth-child(2){
  margin-top: 130px;
}
.home-about-imgbox img:nth-child(3){
  margin-top: 50px;
}
.home-about-b2{
  margin-bottom: 100px;
}
.home-about-b2 img{
  width: 100%;
}
.home-about-b2-img{
  flex: 1;
}
.year-box{
  width: 212px;
  flex: none;
  background: #F1EFEB;
  padding: 30px 20px;
  border-radius: 10px;
  height: fit-content;
  text-align: center;
  position: sticky;
  top: 15px;
  font-size: 17px;
}
.year-box span{
  font-weight: bold;
  font-size: 70px;
  font-weight: 900;
  margin-bottom: 70px;
}
.year-box p{
  white-space: pre-line;
  margin: 0;
}
.ha-en-text{
  font-family: "SixCaps";
  text-transform: uppercase;
  font-size:170px;
  margin: 50px;
}
.stitle{
  border: 1px solid #E5E5E5;
  background: #FAFAFA;
  padding: 5px 10px;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 15px;
  color: #404040;
}
.mytitle2{
  font-weight: 900;
  font-size: 32px;
}
.mytitle{
  font-weight: 900;
  font-size: 45px;
}
.home-about-textbox p{
  font-size: 16px;
  color: #525252;
  padding-left: 60px;
  margin-top: 20px;
}
.mybtn3{
  min-width: inherit;
  width: 220px;
}
.home-video-slide-box{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.home-video-slide-box::after{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient( to bottom , transparent,#000);
  position: absolute;
  left: 0;
  top: 0;
}
.home-video-slide-box video{
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.home-video-info{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  padding: 30px;
  z-index: 10;
  color: var(--white);
}
.home-video-info p{
  color: #C4C4C4;
  font-size: 16px;
  width: 490px;
  max-width: 100%;
  margin: 0;
}
.home-video-info ul li{
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: #fff2;
  border-radius: 999px;
  padding: 5px 10px;
  border: 1px solid #fff5;
  color: var(--white);
}
.home-video-info h3{
  font-weight: 900;
  margin: 20px 0;
  font-size: 32px;
}
.home-video-slider{
  padding: 0 400px!important;
}
.mytext{
  color: #404040;
  font-size: 18px;
}
.home-videos ul.nav{
  width: fit-content;
  padding: 10px;
  background: #FAFAFA;
  border-radius: 999px;
  margin: 0 auto;
  font-size: 20px;
}
.home-videos ul li div{
  transition: 0.4s all;
  border-radius: 999px;
  padding: 8px 30px;
  color: #737373;
  cursor: pointer;
}
.home-videos ul li div.active{
  background: var(--white);
  color: #404040;
}
.home-map-counter{
  font-weight: 900;
  color: #D10A11;
  font-size: 60px;
  margin: 50px auto 0;
}
.home-map .mybtn{
  width: fit-content;
  margin: 40px auto 0;
  position: relative;
  z-index: 10;
}
.home-map-counter-text{
  color: #171717;
  font-size: 16px;
}
.home-map-bg{
  position: relative;
  margin-top: -30px;
}
.home-map-bg img{
  width: 100%;
}
.loc{
  position: absolute;
}
.lt{
  width: 40px;
  aspect-ratio: 1;
  background: #f7e6e6;
  left: 50%;
  top: 50%;
  position: absolute;
  border-radius: 999px;
  cursor: pointer;
  z-index: 20;
  animation: pulseOuter 2s infinite ease-out;
}
.lt2{
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  width: 25px;
  aspect-ratio: 1;
  background: #f6c1c1;
  animation: pulseInner 2s infinite ease-out;
}
@keyframes pulseOuter{
  0%{
      transform: translate(-50%,-50%) scale(.7);
      opacity:.8;
  }
  70%{
      transform: translate(-50%,-50%) scale(1.3);
      opacity:0;
  }
  100%{
      transform: translate(-50%,-50%) scale(.7);
      opacity:0;
  }
}
@keyframes pulseInner{
  0%{
      transform: translate(-50%,-50%) scale(.8);
      opacity:.8;
  }
  70%{
      transform: translate(-50%,-50%) scale(1);
      opacity:0;
  }
  100%{
      transform: translate(-50%,-50%) scale(.8);
      opacity:0;
  }
}
.lt3{
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  transform: translate(-50%,-50%);
  width: 8px;
  aspect-ratio: 1;
  background: red;
}
.loc1{
  top: calc(50% - 40px);
  left: calc(50% + 78px);
}
.loc2{
  top: calc(50% - -5px);
  left: calc(50% - 186px);
}
.loc3{
  top: calc(50% + 79px);
  left: calc(50% - 101px);
}
.loc4{
  top: calc(50% + 140px);
  left: calc(50% + 104px);
}
.loc5{
  top: calc(50% + 243px);
  left: calc(50% - 35px);
}
.loc6{
  top: calc(50% + 262px);
  left: calc(50% + 206px);
}
.loc-info{
  position: absolute;
  top: -250px;
  left: 50%;
  transform: translatex(-50%) scale(0.5);
  z-index: 50;
  border-radius: 20px;
  padding: 5px;
  background: var(--white);
  width: 250px;
  box-shadow: 0 0 10px 0 #0002;
  text-align: right;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.loc-info img{
  aspect-ratio: 16/9;
  object-fit:cover ;
  border-radius: 20px;
}
.loc-info span{
  display: block;
  margin: 10px 0;
  color: #404040;
}
.loc-info h3{
  font-weight: 600;
  color: #0A0A0A;
  font-size: 15px;
}
.loc-info a{
  color: var(--primary);
  display: flex;
  gap: 10px;
  align-items: center;
}
.loc:hover .loc-info{
  transform: translatex(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.marquee .swiper-slide {
  text-align: center;
  font-size: 33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.swiper.marquee-swiper {
  margin-top: 4rem;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    white 10%,
    white 90%,
    transparent 100%
  );
}
.marquee .swiper-wrapper.marquee-swiper {
  transition-timing-function: linear;
  align-items: center;
}
.swiper-slide.marquee-swiper {
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marquee img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.marquee-slider{
  position: relative;
}
.marquee-slider::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right , #fff, transparent,transparent, #fff);
  z-index: 10;
}
.machin-test{
  height: 200vh;
}
.machin-test-videobox{
  position: sticky;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.machin-test-videobox::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( to bottom , rgba(0, 0, 0, 0.843) , rgba(0, 0, 0, 0.007));
}
.machin-test-videobox video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  float: left;
}
.machin-test-info{
  padding-top: 150px;
  position: relative;
  height: 100vh;
  color: var(--white);
  z-index: 10;
  overflow: hidden;
}
.machin-test-info::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( to bottom , transparent , rgba(0, 0, 0, 0.708) ,rgba(0, 0, 0, 0.843));
  z-index: -1;
}
.machin-test-info h2{
  width: 790px;
  max-width: 100%;
  margin: 0 auto;
}
.machin-test-info p{
  width: 510px;
  max-width: 100%;
  margin: 0 auto 30px;
  color: #f8f8f5c3;
}
.machin-test-info .mybtn{
  width: fit-content;
  margin: 0 auto;
}
.machin-test-info-items{
  margin: 30px auto;
}
.machin-test-item{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.machin-test-item h3{
  font-size: 16px;
  margin: 0;
}
.blog-item{
  aspect-ratio: 1/1.3;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.blog-item::after{
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom , transparent , #000);
}
.blog-item-info{
  position: relative;
  z-index: 10;
  padding: 30px 30px 0;
  text-align: right;
  transform: translateY(43px);
  transition: 1s all;
}
.blog-item:hover .blog-item-info{
  transform: translateY(-30px);
}
.blog-item:hover .blog-item-permalink{
  opacity: 1;
}
.blog-item-info span{
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: #fff2;
  border-radius: 999px;
  padding: 5px 10px;
  border: 1px solid #fff5;
  color: var(--white);
  margin-bottom: 10px;
  display: block;
  width: fit-content;
}
.blog-item-info h3{
  font-size: 24px;
  font-weight: 900;
}
.blog-item-info h3 a{
  color: var(--white);
}
.blog-item-info p{
  color: #C7C7C7;
  font-size: 16px;
  margin-bottom: 30px;
}
.blog-item-permalink{
  display: flex;
  gap: 50px;
  align-items: center;
  color: var(--white);
  transition: 0.4s all;
  border-radius: 999px;
  width: fit-content;
  border: 1px solid var(--white);
  padding: 8px 13px;
  opacity: 0;
}
.blog-item-permalink:hover{
  background: var(--primary);
  border: 1px solid var(--primary);
}
.product-intro-box{
  background-image: url(img/ip.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 200vh;
  position: relative;
}
.product-intro-box::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom , #fff,transparent , #1F2121);
  width: 100%;
  height: 100%;
}
.product-intro-info{
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 10;
  color: var(--white);
}
.product-intro-info h2{
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}
.product-intro-info .mybtn{
  margin: 0 auto;
  width: fit-content;
}
footer{
  background: linear-gradient( to bottom , #1F2121 , #1A1A1A);
  padding: 100px 0 0;
  overflow-y: hidden;
  text-align: center;
}
footer .mytext{
  color: #ADADAD;
  font-size: 16px;
}
.fitems{
  margin-top: 30px;
}
.fitem{
  display: flex;
  gap: 10px;
  font-size: 16px;
  align-items: center;
  color: var(--white);
  font-weight: 600;
  border: 1px solid #fff2;
  background: rgba(255, 255, 255, 0.031);
  padding: 12px 20px;
  border-radius: 999px;
}
.fline{
  margin: 50px 0;
  height: 1px;
  background: linear-gradient( to right , #1D1D1D , #303030,#1D1D1D);
}
footer .row{
  text-align: right;
  color: var(--white);
}
footer .flinks{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .flinks li a{
  color: #A3A3A3;
  transition: 0.4s all;
  font-size: 16px;
  position: relative;
  display: block;
  width: fit-content;
  padding-bottom: 5px;
}
footer .flinks li a::after{
  height: 1px;
  content: "";
  width: 0;
  background: #DF5358;
  transition: 0.4s all;
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .flinks li a:hover::after{
  width: 100%;
}
footer .flinks li a:hover{
  color: var(--white);
}
.ftitle{
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 25px
}
.fsocial img:hover{
  filter: brightness(0) invert(27%) sepia(51%) saturate(2000%) hue-rotate(346deg);
  -webkit-filter: brightness(0) invert(27%) sepia(51%) saturate(2000%) hue-rotate(346deg);
}
.fentext{
  font-size: 220px;
  background: linear-gradient(to bottom, #2E2E2E, #2e2e2e24,#2e2e2e00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-family: "lexend";
  text-transform: uppercase;
  opacity: 0.7;
  margin: -50px auto -70px;
}
.hero-blog{
  padding: 150px 0;
}
.hero-blog .blog-item{
  aspect-ratio: 16/9;
}
.hero-blog p.mytext{
  font-size: 16px;
  width: 580px;
  margin: 0 auto;
  max-width: 100%;
}
.hero-blog h1{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.blog-slider-area{
  margin: 150px auto 0;
}
.hero-blog .blog-item-info p{
  width: 800px;
  max-width: 100%;
}
.hero-blog .blog-item-info {
  padding: 30px 50px;
  transform: translateY(50px);
}
.hero-blog .blog-item-info h3{
  width: 800px;
  max-width: 100%;
  font-size: 40px;
}
.blog-posts{
  padding: 100px 0 150px;
}
.blog-posts .row{
  gap: 24px 0;
}
.home-filters{
  margin: 50px 0;
}
.home-filters span{
  color: #737373;
}
.select-filter{
  background: #fff;
  border: 1px solid #D4D4D4;
  padding: 15px 20px;
  border-radius: 999px;
  appearance: none;
  gap: 20px;
  cursor: pointer;
  min-width: 200px;
  text-align: right;
  position: relative;
  justify-content: space-between;
}
.select-filter select{
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
#mainSelect {
  display: none !important;
}
.select-filter .selected-option {
  font-size: 14px;
  color: #333;
  flex: 1;
}
.select-filter svg {
  transition: transform 0.3s ease;
}
.select-filter.open svg {
  transform: rotate(180deg);
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #D4D4D4;
  border-radius: 15px;
  z-index: 100;
}
.select-filter.open .dropdown-menu {
  display: block;
}
.dropdown-menu li {
  padding: 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  margin-bottom: 5px;
  transition: background 0.2s;
  border-radius: 10px;
  text-align: right;
}
.dropdown-menu li:last-child{
  margin: 0;
}
.dropdown-menu li:hover{
  background: #eee7;
}
.dropdown-menu li.active-option {
  background: #eee7;
}
.single-thumbnail img{
  border-radius: 30px;
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}
.maincontent{
  width: 750px;
  margin: 0 auto;
  max-width: 100%;
}
.maincontent h2{
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 0;
}
.maincontent p{
  white-space: pre-line;
  color: #525252;
  font-size: 16px;
  line-height: 1.7;
  margin: 50px 0;
}
.maincontent img{
  width: 100%;
  border-radius: 25px;
}
.share-box{
  background: #fff;
  border: 1px solid #D4D4D4;
  padding: 15px 20px;
  border-radius: 999px;
  appearance: none;
  gap: 20px;
  cursor: pointer;
  min-width: 200px;
  text-align: right;
  position: relative;
  justify-content: space-between;
  transition: 0.4s all;
}
.share-box:hover{
  border: 1px solid #171717;
}
.share-box svg path{
  transition: 0.4s all;
}
.share-box:hover svg path{
  stroke: #171717;
}
.sline{
  margin: 50px 0 20px;
  height: 1px;
  background: linear-gradient( to right , #fff2 , #ccc,#fff2);
}
.hero-contact{
  background: linear-gradient( to bottom , #FFFFFf,#AEC2D0);
}
.contact-area{
  background: #1F2121;
  color: var(--white);
}
.contact-area .stitle{
  background: #171717;
  color: #D4D4D4;
  border: 1px solid #fff5;
}
.contact-area p{
  color: #D4D4D4;
}
.contact-form{
  width: 500px;
  margin: 70px auto 0;
  text-align: right;
  max-width: 100%;
}
.contact-form label{
  width: 100%;
  margin-bottom: 20px;
}
.contact-form span{
  display: block;
  color: #D4D4D4;
  font-size: 16px;
  margin-bottom:10px;
}
.contact-form input{
  border: 1px solid #404040;
  padding: 15px 20px;
  border-radius: 999px;
  transition: 0.4s all;
  width: 100%;
  background: none;
}
.contact-form input:focus,.contact-form textarea:focus{
  border: 1px solid #fff5;
}
.contact-form textarea{
  border: 1px solid #404040;
  padding: 15px 20px;
  border-radius: 20px;
  width: 100%;
  background: none;
  transition: 0.4s all;
}
.contact-form input[type=checkbox]{
  width: 20px;
  height: 20px;
  background: none;
  cursor: pointer;
  border-radius: 20px;
  accent-color: var(--primary);
}
.contact-form input[type=submit]{
  background: var(--primary);
  color: var(--white);
  font-size: 18px;
  margin-top: 30px;
  border: 1px solid var(--primary);
}
.contact-form input[type=submit]:hover{
  background: var(--hover);
}
.contact-item{
  display: flex;
  align-items: center;
  text-align: right;
  gap: 10px;
}
.ci-imgbox{
  border: 1px solid #E5E5E5;
  width: 56px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}
.contact-item h3{
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 5px;
}
.contact-item p{
  color: #525252;
  font-size: 11px;
}
.contact-img{
  width: 100%;
  border-radius: 999px;
  aspect-ratio: 16/7;
  margin: 150px 0;
}
.contact-location iframe{
  width: 100%;
  border-radius: 30px;
  height: 700px;
  margin-top: 70px;
}
.accordion-item{
  border: 0;
  cursor: pointer;
}
.plus-minus svg{
  width: 20px;
  height: 20px;
  color: #A3A3A3;
}
.acc-minus{
  display: none;
}
.acca-title{
  font-size: 18px;
  flex: 1;
  font-weight: 600;
  text-align: right;
}
.contact-accordion{
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
.contact-accordion .accordion-body{
  padding: 0 0 0 40px;
  text-align: right;
  color: #525252;
  font-size: 16px;
}
.accordion-item h3 div[aria-expanded="true"] .acc-minus{
  display: block;
}
.accordion-item h3 div[aria-expanded="true"] .acc-plus{
  display: none;
}
.accordion-item{
  padding: 20px;
  transition: 0.4s all;
  border-radius: 20px!important;
}
.accordion-item.active{
  background: #FAFAFA;
}







@media(max-width:1700px){
  .latest-products-slider{
    padding: 0 18% !important;
  }
}
@media(max-width:1455px){
  .latest-products-slide span{
    font-size: 150px;
  }
}
@media(max-width:1400px){
  .year-box span{
    font-size: 60px;
    margin-bottom: 35px;
  }
  .year-box{
    width: 170px;
  }
  .home-video-slider{
    padding: 0 200px!important;
  }
  .loc5 {
    top: calc(50% + 204px);
    left: calc(50% - 35px);
  }
  .loc6 {
    top: calc(50% + 233px);
    left: calc(50% + 190px);
  }
  .fentext{
    font-size: 190px;
  }
}
@media(max-width:1350px){
  .ha-en-text{
    font-size: 145px;
  }
}
@media(max-width:1200px){
  .latest-products-slider{
    padding: 0!important;
  }
  .ha-en-text{
    font-size: 110px;
  }
  .home-about-textbox p{
    padding: 0;
  }
  .year-box span{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .year-box{
    width: 150px;
  }
  .loc5 {
    top: calc(50% + 175px);
    left: calc(50% - 17px);
  }
  .loc6 {
    top: calc(50% + 200px);
    left: calc(50% + 174px);
  }
  .loc2 {
    top: calc(50% - 17px);
    left: calc(50% - 145px);
  }
  .loc4 {
    top: calc(50% + 105px);
    left: calc(50% + 92px);
  }
  .fentext{
    font-size: 160px;
    margin: -50px auto -30px;
  }
}