.main{padding-top:0!important;}
p { line-height:var(--line-height-24);}


.home_slider{position:relative;width:100%;overflow:hidden;}
.swiper_caption{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:end;justify-content:center;padding-bottom:6rem;}
.swiper_caption::before{content:'';position:absolute;width:100%;height:30%;top:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,0) 31%,rgb(0 0 0 / 42%) 61%,rgb(0 0 0 / 61%) 100%);}
.sc_title{position:relative;max-width:45.8rem;}
.sc_title p{font-size:var(--font-38);color:var(--color-white);line-height:var(--line-height-46);font-weight:normal;clip-path:polygon(0 0,0 0,0 100%,0 100%);transition:clip-path 2s cubic-bezier(0.25,0.1,0.25,1);padding:2rem 2.5rem 2rem;background-color:var(--color-e3);margin:0;-webkit-transition:clip-path 2s cubic-bezier(0.25,0.1,0.25,1);-moz-transition:clip-path 2s cubic-bezier(0.25,0.1,0.25,1);-ms-transition:clip-path 2s cubic-bezier(0.25,0.1,0.25,1);-o-transition:clip-path 2s cubic-bezier(0.25,0.1,0.25,1);}
.swiper-slide-active .sc_title p{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);}
.sc_title a{display:inline-flex;padding:1.1rem 2.5rem;color:var(--color-white);font-size:var(--font-16);clip-path:polygon(0 0,0 0,0 100%,0 100%);transition:clip-path 3s cubic-bezier(0.25,0.1,0.25,1);background:#1B1918 0% 0% no-repeat padding-box;}
.swiper-slide-active .sc_title a{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);}
.sc_title a>img{margin-left:1.1rem;transition:all 0.5s ease;}
.sc_title a:hover{background-color:var(--color-black);}
.sc_title a:hover>img{transform:translateX(0.5rem);}
.home_banner .banner-item{display:grid;color:var(--color-white);position:relative;}
.home_banner .banner-item video.full_height{height:100vh;}
.home_banner .swiper-slide picture{clip-path:polygon(0 0,100% 0,100% 100%,100% 100%,0 100%);transition:.3s all;-webkit-transition:.3s all;-moz-transition:.3s all;-ms-transition:.3s all;-o-transition:.3s all;}
.home_banner .swiper-slide-active picture{animation-duration:1s;animation-name:clipin;animation-fill-mode:both;transition-delay:0s;animation-timing-function:linear;}

@keyframes clipin {
    from{-webkit-clip-path:polygon(0 0,0 0,0 0,0 0,0 0);opacity:1;clip-path:polygon(0 0,0 0,0 0,0 0,0 0);}
    30%{-webkit-clip-path:polygon(0 0,33% 0,33% 0,0 99%,0 100%);clip-path:polygon(0 0,33% 0,33% 0,0 99%,0 100%);}
    80%{-webkit-clip-path:polygon(0 0,100% 0,100% 0,81% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 0,81% 100%,0 100%);}
    to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,100% 100%,0 100%);}
 }
.swiper-slide-active .swiper_caption{opacity:1;}

@keyframes moveDown {
    0%{transform:translateY(-2rem);opacity:0;-webkit-transform:translateY(-2rem);-moz-transform:translateY(-2rem);-ms-transform:translateY(-2rem);-o-transform:translateY(-2rem);}
    100%{transform:translateY(0);opacity:1;}
}
@keyframes moveZoom {
    0%{transform:scale(0.5);opacity:0}
    100%{transform:scale(1);opacity:1}
}

.banner-item{position:relative;width:100%;height:100vh;overflow:hidden;}
.banner-item video{width:100%;height:100vh;object-fit:cover;object-position:bottom center;}




.home-swiper-nav { position: absolute; top: 80%; transform: translateY(-80%); z-index: 11; display: flex; flex-direction: column; gap: 0.2rem; right: -50%; transition: all .5s ease; }
.home_slider .swiper-button-prev,
.home_slider .swiper-button-next { width: 2.5rem; height: 2.5rem; transition: all .5s ease; }
.home_slider .swiper-button-prev { transform: rotate(0deg); }
.home_slider .swiper-button-prev:after,
.home_slider .swiper-button-next:after { font-size:var(--font-20); color: var(--bs-white); }
.home_slider:hover .home-swiper-nav { right: 2%; }


@media(max-width:1799px){
    .sc_title{max-width:40.3rem;}
    .swiper_caption{padding-bottom:5rem;}
}

@media(max-width:1199px){
    .swiper_caption{padding-bottom:4rem;}
    .sc_title p{padding:1rem 1.5rem 1rem;}
}
 
@media(max-width:991px){
    .sc_title{max-width:34.3rem;}
    .sc_title p{line-height:1.2;}
    .swiper_caption{padding-bottom:4rem;}
    .banner-item{height:auto;}
    :root {
    --font-Noto: "Noto Sans", sans-serif;
    --font-bai-jamjuree: "Bai Jamjuree", sans-serif;
    --font-montserrat: "Montserrat", sans-serif;
    --color-e3: #E30016;
    --color-f6: #F6F6F6;
    --color-ec: #ECECEC;
    --color-2d: #2D2D2D;
    --color-1a: #1A1A1A;
    --color-70: #707070;
    --color-f8: #F8F6F6;
    --color-b8: #b8b8b8;
    --color-fb: #FBFBFB;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-big-black: rgb(0, 0, 0, 16%);
    --leftminus124: -1.5rem;
    --rightminus124: -1.5rem;
    --font-217: 21.7rem;
    --font-131: 13.1rem;
    --font-122: 12.2rem;
    --font-120: 12rem;
    --font-212: 21.2rem;
    --font-94: 9.4rem;
    --font-80: 8rem;
    --font-76: 7.6rem;
    --font-72: 7.2rem;
    --font-66: 6.6rem;
    --font-62: 6.2rem;
    --font-60: 6rem;
    --font-56: 5.6rem;
    --font-52: 5.2rem;
    --font-48: 4.8rem;
    --font-46: 4.6rem;
    --font-42: 4.2rem;
    --font-40: 4rem;
    --font-38: 3.8rem;
    --font-36: 3.6rem;
    --font-34: 3.4rem;
    --font-32: 3.2rem;
    --font-30: 3rem;
    --font-28: 2.8rem;
    --font-26: 2.6rem;
    --font-25: 2.5rem;
    --font-24: 2.4rem;
    --font-20: 2.0rem;
    --font-22: 2.2rem;
    --font-21: 2.1rem;
    --font-18: 1.8rem;
    --font-16: 1.6rem;
    --font-16: 1.6rem;
    --font-15: 1.5rem;
    --font-14: 1.4rem;
    --font-13: 1.3rem;
    --font-12: 1.2rem;
    --font-11: 1.1rem;
    --font-10: 1rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --font-weight-bold: bold;
    --line-height-68: 1;
    --line-height-66: 1;
    --line-height-60: 1.27;
    --line-height-48: 1.3334;
    --line-height-46: 1.3;
    --line-height-44: 1.1;
    --line-height-40: 1.335;
    --line-height-36: 1.2;
    --line-height-35: 3.5rem;
    --line-height-30: 1.5;
    --line-height-26: 1.25;
    --line-height-24: 1.5;
    --line-height-23: 2.3rem;
    --line-height-21: 2.1rem;
    --line-height-18: 1.8rem;
    --line-height-17: 1.7rem;
    --line-height-16: 1.1;
    --line-height-1: 1;
}
}

@media(max-width:767px){
    .swiper_caption{padding-bottom:7rem;}
    .sc_title p{line-height:1.2;font-size:3rem;}
}

/* Yazaki About Start */
.about_home{padding-block: 10rem 11.5rem;}
.hmabout_left{padding-right:12.5rem;}
.about_wraper{position: relative;}
.about_home .about_wraper>h5{margin-bottom: 2rem;}
.about_home .about_wraper>h2{font-size: var(--font-36); font-weight: normal; color: var(--color-black);}
.about_wraper>a{margin-top: 3rem;}
.hmabout_left .border-line{ width:100%;position:relative;margin-top:4.9rem;height:0.3rem;background-color:var(--color-e3);}
.hmabout_swiper{position:relative;width:100%;margin-top:7rem; height: 100%;}
.hmabout_swiper .swiper-slide{height:100%;}
.hmabout_item{text-align: left; padding: 3.2rem 3.4rem 3rem 3.4rem; background-color: var(--color-f8); position: relative; overflow: hidden;height: 100%;}
.hmabout_item span{position:relative;display:block;width:100%;height:100%;}
/* bottom */
.hmabout_item::before{content:"";position:absolute;bottom:0;left:0;height:2px;width:0;background:var(--color-e3);transition:width 0.4s ease;}
.hmabout_item:hover::before{width:100%;}
.hmabout_item>figure{margin-bottom: 1.5rem;}
.hmabout_item>figure>img{width: auto; height: 5.5rem;}
.hmabout_item>p{font-weight:500;font-size:var(--font-16);line-height:1.35;width:100%;/*aspect-ratio:4 / 3;*/}
.hmabout_item>p>strong{display: block; font-weight:600;font-size:var(--font-36);line-height: 1.35; color: var(--color-e3);}
.hmabout_right{padding-left: 1.35rem;margin-right: -12.5rem;height: 100%;}
.hmabout_right>*{height: 100%;}
.hmabout_right>*>*{height: 100%;object-fit: cover;}







/*Yazaki About new section start*/
.about_home_section{padding-block:12rem;}
.about_home_section .sec_title{margin-bottom:7rem;}
.about_right{padding-left:9.1rem;height:100%;display:flex;align-items:center;}
.about_home_section .sec_title>h5{margin-bottom:2rem;}
.about_home_section .sec_title .read_more_btn{margin-top:3rem;}
.about_right .read_more_btn {display: none;}

.about_right>ul{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;gap:0.1rem;padding:0;margin: 0;list-style:none;width:100%;background:#DDDDDD;}
.about_right li{padding:4.1rem 2.1rem;position:relative;overflow:hidden;height:100%;text-align:center;background-color:var(--color-white);}
.about_right ul li>figure>img{width:auto;height:5.5rem;margin:0 auto;}
.about_right>figure{margin-bottom:1.5rem;}
.about_right li>p{font-weight:500;font-size:var(--font-18);line-height:1.35;width:100%;color:var(--color-black);}
.about_right li>p>strong{display:block;font-weight:600;font-size:var(--font-36);line-height:1.2;color:var(--color-e3);margin-block:1.5rem 1rem;}


@media(max-width:1799px){
    .about_home_section{padding-block:11rem;}
    .about_home_section .sec_title{margin-bottom:6rem;}
    .about_home_section .sec_title>h5{margin-bottom:1.8rem;}
    .about_home_section .sec_title>h2{margin-bottom:2.5rem;}
    .about_home_section .sec_title .read_more_btn{margin-top:2.5rem;}
    .about_right{padding-left:7.1rem;}
    .about_right li{padding:3.1rem 1.5rem;}
    .about_right ul li>figure>img {height: 5rem;}
}
@media(max-width:1550px) {
    .about_home_section{padding-block:10rem;}
    .about_home_section .sec_title{margin-bottom:5rem;}
    .about_home_section .sec_title>h5{margin-bottom:1.5rem;}
    .about_home_section .sec_title>h2{margin-bottom:2rem;}
    .about_home_section .sec_title .read_more_btn{margin-top:2rem;}
    .about_right{padding-left:6.1rem;}
    .about_right li{padding:2.5rem 1.2rem;}
    .about_right ul li>figure>img {height: 4.5rem;}
    .about_right li>p>strong {margin-block: 1rem .8rem;}
}
 
@media(max-width:1199px) {
    .about_home_section{padding-block:8rem;} 
    .about_home_section .sec_title{margin-bottom:4rem;}
    .about_home_section .sec_title>h5{margin-bottom:1rem;}
    .about_home_section .sec_title>h2{margin-bottom:1.5rem;}
    .about_home_section .sec_title .read_more_btn{margin-top:1.5rem;}
    .about_right{padding-left:3rem;}
    .about_right li{padding:2rem 0.8rem;}
    .about_right ul li>figure>img {height: 4rem;}
}
@media(max-width:991px) {
    .about_home_section{padding-block:6rem;}
    .about_right{padding-left:0;margin-top:2rem;}
    .suatain_grid{margin-top:4.5rem;grid-template-columns:auto 15.5rem;}
    
    
}

@media(max-width:767px) {
    .about_home_section{padding-block:4rem;}
    .about_home_section .sec_title{margin-bottom:3rem;}
}
@media(max-width:480px) {
 .about_right>ul {grid-template-columns: repeat(2, 1fr);}
}
@media(max-width:375px) {
    .about_home_section{padding-block:3rem;}
}



/* Home Product Start */
/* Product Area Start */
.home_product{position:relative;padding-block:8.5rem 10.2rem;z-index:1;}
.home_product::before{content:'';position:absolute;background-color:var(--color-f6);top:0;left:50%;width:100%;max-width:1711px;height:100%;z-index:-1;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%); }
.home_product .sec_title{margin-bottom:7.2rem;max-width:92%;}
.home_product .sec_title>h5{margin-bottom: 2rem;}
.home_product .sec_title>p{font-size: var(--font-18);line-height: var(--line-height-30);}
.productGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.6rem; }
.product_bx:nth-child(1) { animation-delay: .1s; animation-iteration-count: 1; animation-duration: 1800ms; }
.product_bx:nth-child(2) { animation-delay: .2s;animation-iteration-count: 1; animation-duration: 1800ms; }
.product_bx:nth-child(3) { animation-delay: .3s; animation-iteration-count: 1; animation-duration: 1800ms; }
.product_bx:nth-child(4) { animation-delay: .4s; animation-iteration-count: 1; animation-duration: 1800ms; }
.product_bx>figure {background-color:#e2e2e2;}
.product_bx>figure>img { transition: all 1s ease; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; }
.product_bx:hover>figure>img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.product_caption{padding-top: 3rem; padding-right: 9.9rem;}
.product_caption>h5{color: var(--color-black); margin-bottom: 1.5rem;}
.product_caption>.read_btn { margin-top: 3rem; border-left: 0.1rem solid var(--color-e3); padding-left: 1rem; line-height: 1.1; }
.product_note { width: 100%; height: auto; background: var(--color-e3); margin-top: 9rem; padding: 1.9rem 7.5rem 2.4rem 3.2rem; margin-bottom: 0; }
.product_note>p {font-size:var(--font-18); line-height: var(--line-height-24); color: var(--color-white); font-weight: 400; }
.testim_caption {padding-right: 2.1rem;height: 21rem;}
@media(max-width:1799px){
    .home_product {padding-block: 7.5rem 8.2rem;}
    .home_product::before {max-width: 1490px;}
    .home_product .sec_title{margin-bottom:5.2rem;}
    .home_product .sec_title>h2{margin-bottom:2.5rem;}
    .product_caption{padding-top:2.5rem;padding-right:7.9rem;}
    .product_caption>.read_btn{margin-top: 2.5rem;}
    .product_note{margin-top: 8rem;padding: 1.9rem 6.5rem 2rem 2.2rem;}
}
@media(max-width: 1550px) {
    .home_product{padding-block:6rem 6.7rem;}
    .home_product::before{max-width:1220px;}
    .home_product .sec_title{margin-bottom:4.5rem;max-width:97%;}
    .home_product .sec_title>h5{margin-bottom:1rem;}
    .home_product .sec_title>h2{margin-bottom:2rem;}
    .productGrid{gap:2rem;}
    .product_caption{padding-top:2rem;padding-right:6.9rem;}
    .product_caption>h5{margin-bottom: 1rem;}
    .product_note{margin-top:7rem;padding:1.4rem 5.5rem 1.6rem 1.8rem;}
}
@media (max-width:1199px) {
    .home_product { padding-block: 2.6rem 6.4rem; }
    .home_product .sec_title{margin-bottom:3.5rem;}
    .product_caption { padding-right: 4.9rem; }
    .product_caption>.read_btn { margin-top: 2rem; }
    .product_note { margin-top: 5rem; padding: 1.4rem 4.5rem 1.6rem 1.8rem; }
}
@media (max-width: 1199px) {
    .home_product{padding-block:5rem 5.7rem;}
    .product_caption{padding-right:1rem;}
}
@media (max-width: 991px) {
    .home_product{padding-block:4rem 4.7rem;}
    .productGrid{gap:1rem;}
    .product_caption{padding-right:0;}
    .testim_caption {height: 15rem;}
}
@media (max-width: 767px) {
    .home_product .sec_title>h5{margin-bottom: 1rem;}
    .productGrid{gap:2rem;grid-template-columns:repeat(1,1fr);}
}

/* Customer Area Start  */
.customer_sec{padding-block:12rem 8.1rem;}
.customer_sec .sec_title{margin-bottom:7.8rem;}
.customer_sec .sec_title>h5{margin-bottom:0;}
.customer_gird{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding-bottom:0;}
.customers_item{padding:0;}
.customers_item{border-right: 0.1em solid rgb(112 112 112 / 20%);border-bottom: 0.1em solid rgb(112 112 112 / 20%);padding-block:0 3.1rem ; padding-inline: 3.43rem;}
/* .customers_item:nth-child(1n){padding-left: 1.5rem;} */
.customers_item:nth-child(5n){border-right: 0;}
.customers_item:nth-child(6), .customers_item:nth-child(7), .customers_item:nth-child(8), .customers_item:nth-child(9), .customers_item:nth-child(10){border-bottom: 0;padding-block: 1.6rem 0;}
.customers_item img{aspect-ratio:auto;object-fit:contain; transition: 0.4s;}
.customers_item:hover img{ transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); }
.customers_item:before{display: none;}
@media(max-width:1799px){
    .customer_sec{padding-block:10rem 6.1rem;}
    .customer_sec .sec_title{margin-bottom:5.8rem;}
    .customers_item{padding-block:0 2.1rem;padding-inline:3rem;}
    .customers_item:nth-child(6),.customers_item:nth-child(7),.customers_item:nth-child(8),.customers_item:nth-child(9),.customers_item:nth-child(10){border-bottom:0;padding-block:1.4rem 0;}
}
@media(max-width:1550px) {
    .customer_sec{padding-block:8rem 4.1rem;}
    .customer_sec .sec_title{margin-bottom:4.8rem;}
    .customers_item{padding-block:0 2rem;padding-inline:2rem;}
    .customers_item:nth-child(6),.customers_item:nth-child(7),.customers_item:nth-child(8),.customers_item:nth-child(9),.customers_item:nth-child(10){border-bottom:0;padding-block:1rem 0;}
}
@media(max-width:991px) {
    .customer_sec{padding-block:6rem 3.1rem;}
    .customer_sec .sec_title{margin-bottom:3.8rem;}
    .customers_item{padding-block:0 1rem;padding-inline:1rem;}
}
@media(max-width: 1199px) {
    .customer_sec{padding-block:5rem 3.1rem;}
}


/* Testimonial Area Start */
.testimonial_sec{padding-top: 8.1rem;}
.testimonial_sec .testim_title{max-width:34%;width:100%;margin-bottom: 5.8rem;}
.testimonial_sec .testim_title>h5{margin-bottom: 4.7rem;}
.testim_title>h2{position:relative;margin:0;display:flex;align-items: center;gap:4.7rem;}
.testim_title>h2::before{display:inline-block;flex-shrink:0;content:'';position:relative;background:url(../images/quote-left.svg) no-repeat center / contain;width:7.6rem;height:6.6rem;}
.testim_wrapper{padding-block: 6rem 10rem;background-color: var(--color-f6);}
.testimbx{position: relative;}
.testim_swiper{width:100%;max-width:calc(100% - 12.4rem);margin-inline:auto 0;}
.testim_caption{padding-right:2.1rem;}
.testim_caption>p{line-height: 1.667;}
.testim_author{margin-block: 4rem 1rem;}
.testim_author>h5{color:var(--color-black);font-weight:600;margin-bottom:1rem;line-height:1.143;}
.testim_author>h6{font-weight:500;margin:0;}
.testim_logo{max-width:26.1rem;mix-blend-mode:darken;background-color:var(--color-f6);}
.testim_logo>img{mix-blend-mode:darken;}
.testim_border{margin-top:4.6rem;padding-top:2.5rem;border-top:0.1rem solid rgb(112 112 112 / 30%);}

:is(.swiper-button-prev.testim-prev,.swiper-button-next.testim-next){opacity: 0;visibility: hidden; bottom:auto; top:50%; left:1rem; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }
:is(.swiper-button-next.testim-next){left:auto;right: -3rem;}
.testimbx:hover>.swiper-button-prev.testim-prev, .testimbx:hover>.swiper-button-next.testim-next{opacity:1;visibility: visible;}
@media(max-width:1799px){
    .testimonial_sec{padding-top:6.1rem;}    
    .testimonial_sec .testim_title{margin-bottom:4.8rem;}
    .testimonial_sec .testim_title>h5{margin-bottom:3.7rem;}
    .testim_title>h2{gap: 3.5rem;}
    .testim_title>h2::before{width:6.6rem;height:5.6rem;}
    .testim_swiper {max-width: calc(100% - 10.4rem);}
    .testim_caption { padding-right:1.1rem;}
    .testim_wrapper {padding-block:5rem 8rem;}
    .testim_author{margin-block:3rem 1rem;}
    .testim_logo { max-width:25.1rem;}
}
@media(max-width:1550px){
    .testimonial_sec{padding-top:5.1rem;}
    .testimonial_sec .testim_title{margin-bottom:3.8rem;}
    .testimonial_sec .testim_title>h5{margin-bottom:2.7rem;}
    .testim_title>h2::before{width:5.4rem;height:4.5rem;}
    .testim_title>h2{gap:2rem;}
    .testim_swiper{max-width:calc(100% - 7.4rem);}
    .testim_caption{padding-right:0.1rem;}
    .testim_wrapper{padding-block:4rem 7rem;}  
    .testim_logo{max-width:22.1rem;} 
    .testim_border{margin-top:3.6rem;padding-top:2rem;}
}
@media(max-width:1199px) {
    .testimonial_sec{padding-top:3.1rem;}
    .testimonial_sec .testim_title>h5{margin-bottom:2rem;}
    .testimonial_sec .testim_title{margin-bottom:2.8rem;max-width:36%;}
    .testim_wrapper{padding-block:3rem 5rem;}
    .testim_swiper { max-width:calc(100% - 1.4rem);}
    .testim_caption{padding-right:0.2rem;}
    .testim_logo { max-width:19.1rem;}
    .testim_border{margin-top:2.6rem;}
    :is(.swiper-button-prev.testim-prev){left:-1rem;}
    :is(.swiper-button-next.testim-next){right: -1rem;}
}
@media(max-width:991px){
    .testimonial_sec .testim_title{margin-bottom:2.8rem;max-width:48%;}
    .testim_swiper{max-width:100%;}
    .testim_logo{max-width:18.1rem;}
}
/* People Area Start */
.home_people{position:relative;width:100%;padding-block:0;overflow:hidden;z-index:1;width: 100%;max-width: 2540px;margin-inline: auto; height:86.51vh;display:flex;align-items:end;justify-content:start;}
.home_people .full-width{width: 100%;}
.people_bg{position:absolute;z-index:-1;top:0;width:100%;height:100%;}
.people_wrapper {position:relative; margin-left: -8rem;padding: 7.1rem 9rem 5.8rem 8.4rem;z-index:1;max-width:66.3rem;background:rgb(27 25 24 / 76%) 0% 0% no-repeat padding-box;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);}
.people_wrapper::before{display: none;}
.people_caption{padding-right:0;}
.people_wrapper .ppl_title{position:relative;display:flex;align-items:center;gap:4.6rem;margin-bottom:2rem;}
.people_wrapper .ppl_title::after { content: ""; display: inline-block; position: relative; max-width: 0; height: 0.3rem; width: 75%; background-color:var(--color-e3); transition:all 2s ease ; -webkit-transition:all 2s ease ; -moz-transition:all 2s ease ; -ms-transition:all 2s ease ; -o-transition:all 2s ease ; }
.people_wrapper:has(.reveal-image) .ppl_title::after{max-width: 100%;width: 75%;}
.people_wrapper h5{color: var(--color-white);}
.people_caption h2{color: var(--color-white);}
.people_caption p { color: var(--color-white); font-size: var(--font-18); line-height: var(--line-height-24); font-weight: 400; }
.people_caption .btn_flex { margin-top: 5.4rem; display: flex; gap: 5.1rem; }
.people_caption .btn_flex>.read_btn { color: var(--color-white); font-weight: 600; letter-spacing: 0; }
.people_caption .btn_flex>.read_btn>img { filter:brightness(0) invert(1); -webkit-filter:brightness(0) invert(1); }
.people_caption .btn_flex>.read_btn:hover{ color:var(--color-e3); }
.people_caption .btn_flex>.read_btn:hover>img { filter:none;  -webkit-filter:none; }

@media(min-width:2540px){.home_people{height:100rem;}}

@media(max-width:1799px){
    .people_wrapper{padding:6.1rem 8rem 5.8rem 8.4rem;max-width:60.3rem;margin-left:-8rem;}
    .people_caption .btn_flex { margin-top: 4.4rem; gap: 3.1rem; }
}
@media(max-width:1550px){
    .people_bg { height: 100%; }
    .home_people {height: 71.51vh;}
    .people_wrapper{padding:4.1rem 4rem 4.8rem 6.4rem;max-width:50.3rem;margin-left:-6rem;}
    .people_caption .btn_flex { margin-top: 3.4rem; }
}
@media(max-width:1199px){
    .home_people{height:63.51vh;}
    .people_wrapper{padding:3.1rem 3rem 3rem 6.4rem;max-width:44.2rem;margin-left: 0;}
    .people_caption h2 { margin-bottom: 1.5rem;}
    .people_caption .btn_flex{margin-top:3rem;}
}

@media(max-width:1024px){
    .home_people{height:35vh;}
    .people_wrapper{margin-left: 0;padding: 3.1rem 4rem 3rem 3.4rem;}
}

@media(max-width:991px){
    .home_people{height:35vh;}
    .people_wrapper{margin-left: 0;padding: 3.1rem 4rem 3rem 3.4rem;}
}
/* Sustainability Start */
/* Sustainability Area Start */
.sustainabl_sec{position: relative;padding-block: 10.3rem 6rem;overflow: hidden;}
.full-width{max-width: 1920px;margin-inline: auto;}
.sustainabl_grid{display: grid;grid-template-columns: 72.7rem auto;}
.sustain_caption { padding-right: 7.2rem; display: flex; flex-direction: column;height: 100%; }
.sustain_caption>h5{color: var(--color-e3);margin-bottom: 1rem;}
.sustain_caption>h2{margin-bottom:3rem;padding-right:3rem;animation-duration: 1500ms;}
.sustain_caption>p { font-size: var(--font-18); line-height: var(--line-height-30); padding-right: 7rem; font-weight: 400; }
.sustain_caption>p:last-of-type{margin-bottom: 0;}
.sustain_caption>.read_btn{margin-top: 3rem; }
.suatain_grid{margin-top: 12.5rem;display: grid;grid-template-columns:auto 21.9rem;}
.suatain_left{position: relative;padding-inline: 0 4.4rem;}
.suatain_left .border-line{position: absolute;top: 0;left: 0; background-color:var(--color-e3);width: 0.5rem;height: 15rem;}
.suatain_left>ul{display: inline-block;padding: 0;margin: 0;}
.suatain_left>ul:after{display: none;}
.suatain_left>ul>li{position: relative;list-style: none;padding-left: 1.4rem; padding-bottom: 2rem;margin-bottom: 2rem;}
.suatain_left>ul>li:last-child{margin-bottom: 0;}
.suatain_left>ul>li::after{content:'';position:absolute;bottom:0;left:0;width:87%;height:0.1rem;background:rgb(112 112 112 / 15%);}
.suatain_left>ul>li>a{ display:flex; font-weight:500; align-items:center; justify-content:space-between;gap: 3rem; font-size:var(--font-21); line-height: 1.145; color:var(--color-black); text-decoration:none; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; }
.suatain_left>ul>li>a::after{content: '';position: relative;display: inline-block;background: url(../images/read-arrow.svg) no-repeat center / contain;width: 1.5rem;height: 1.2rem; transition: all 0.5s ease;}
.suatain_left>ul>li>a:hover{color: var(--color-e3);}
.suatain_left>ul>li>a:hover::after{ transform: translateX(0.5rem); -webkit-transform: translateX(0.5rem); -moz-transform: translateX(0.5rem); -ms-transform: translateX(0.5rem); -o-transform: translateX(0.5rem); }
.suatain_right{position: relative;}
.suatain_right>p{font-size: var(--font-18); line-height: var(--line-height-30);font-weight: bold; color: var(--color-black);margin-bottom: 2rem;}
.suatain_right>a{position: absolute;text-indent: -11111px;font-size: 0;top: 0;bottom: 0; left: 0;right: 0;}
.suatain_right:has(a:hover) .shine::before {-webkit-animation: shine 0.85s;animation: shine 0.85s;}
.suatain_figure{height: 100%;  margin-bottom: 0;}
.suatain_figure .image-container{height: 100%;padding: 0;}
.suatain_figure figure{height: 100%;}
.suatain_figure img{min-height:80rem;object-fit: cover;}
.suatain_grid{align-items: center;}
@media(max-width: 767px) {
    .customer_sec{padding-block:5rem 3.1rem;}
    .customer_gird{grid-template-columns:repeat(2,1fr); gap: 0.1rem; padding-inline: 1.6rem;}
    .customer_gird .customers_item{ background-color: #fff;}
    .testimonial_sec .testim_title {max-width: 100%;}
    .customers_item:nth-child(5n){border-right: 0.1em solid rgb(112 112 112 / 20%);}
    .customers_item:nth-child(6), .customers_item:nth-child(7), .customers_item:nth-child(8), .customers_item:nth-child(9), .customers_item:nth-child(10){border-bottom: 0.1em solid rgb(112 112 112 / 20%);}
    .customers_item:nth-child(6),  .customers_item:nth-child(2), .customers_item:nth-child(4), .customers_item:nth-child(6), .customers_item:nth-child(8), .customers_item:nth-child(10){border-right: none;}
    .customers_item:nth-child(9),  .customers_item:nth-child(10){border-bottom: none;}
    .customers_item {padding-block: 0;padding-inline: 0.5rem;}
    
}
@media(max-width:1799px){
    .sustainabl_sec{padding-block: 8.3rem 5rem;}
    .sustainabl_grid {grid-template-columns: 63.7rem auto;}
    .sustain_caption { padding-right: 6.2rem; }
    .sustain_caption>p{padding-right: 4.3rem;}
    .suatain_figure img{min-height: 72rem;}
    .suatain_grid{margin-top:10.5rem;grid-template-columns:auto 20rem;}
    .suatain_left{padding-inline:0 2.4rem;}
    .suatain_left>ul>li{padding-left:1.2rem;padding-bottom:1.8rem;margin-bottom:1.8rem;}
    .suatain_left>ul>li {margin-bottom: 2rem;}
    .suatain_left .border-line{height: 13.5rem;}
    .suatain_right>p{margin-bottom: 1.5rem;}
} 

@media(max-width:1550px){
    .sustainabl_sec{padding-block: 6.3rem 4rem;}    
    .sustainabl_grid{grid-template-columns: 55.7rem auto;}
    .sustain_caption { padding-right: 3.2rem; }    
    .sustain_caption>h5 {margin-bottom: 0.8rem; }
    .sustain_caption>p {padding-right: 3.7rem; }
    .sustain_caption>.read_btn { margin-top: 2.5rem; }
    .suatain_left{padding-inline:0 2.4rem;}
    .suatain_left>ul>li{padding-left:1rem;padding-bottom:1.5rem;margin-bottom:1.5rem;}
    .suatain_left .border-line { height: 11.5rem; }
    .suatain_grid{margin-top:8.5rem;grid-template-columns:auto 19.4rem;}
    .suatain_figure img{min-height:61.1rem;}
}
@media(max-width: 1199px) {
    .sustainabl_sec{padding-block: 5.3rem;}    
    .sustainabl_grid{grid-template-columns: 49rem auto;}
    .sustain_caption { padding-right: 3rem; }
    .sustain_caption>h2 { margin-bottom: 1.5rem; }
    .sustain_caption>p { padding-right: 0.5rem; }
    .sustain_caption>.read_btn { margin-top: 2rem; }
    .suatain_grid {margin-top:5.5rem;grid-template-columns:auto 14.5rem; }
    .suatain_left{padding-inline:0 3rem;}
    .suatain_left>ul>li{padding-left:1rem;padding-bottom:1.2rem;margin-bottom:1.2rem;}
    .suatain_figure img {min-height:48.8rem;}
}
@media(max-width:1024px) {
    .sustainabl_sec{padding-block:4.3rem;}
}
@media(max-width:991px){
    .sustainabl_grid{grid-template-columns:100%;gap:5rem;}    
    .sustain_caption>h2{padding-right: 0;}
    .sustain_caption{padding-right:0;}

}
/* News Area Start */
.news_sec{padding-block: 7rem 12.1rem;overflow: hidden;}
.news_sec .sec_title{margin-bottom: 4.8rem;}
.news_sec .sec_title>h5{margin-bottom: 0;}
.news_grid{display: grid;grid-template-columns: 47rem auto;gap: 2.5rem;}
.news_item:nth-child(1){background-color:var(--color-ec); transition: all 0.5s ease;}
.news_item {position: relative; overflow: hidden;}
.news_caption h6{font-size:var(--font-30);line-height:var(--line-height-40);font-weight:400;color:var(--color-1a);margin-bottom:0;}
.news_date{font-size:var(--font-14); line-height:var(--line-height-30); color:var(--color-black); font-weight:bold; display:inline-block; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.news_item .news_caption{position: relative; overflow: hidden;  transition: all 0.5s ease;}
.news_item .border-line{position:absolute;left: 3.8rem; bottom:4.2rem;height:0.5rem;width:12.5rem;background-color:var(--color-e3);}
.news_item:nth-child(1)>.news_caption {padding:3.5rem 6.2rem 8.5rem 3.8rem;display:flex;flex-direction:column;height:100%;gap:2rem;justify-content:start;}
.news_item:nth-child(1):has(a:hover){ background-color:var(--color-e3);}
.news_item:nth-child(1):has(a:hover)>.news_caption>*{color: var(--color-white);}
.news_caption>*{transition: all 0.5s ease;}
.news_item:nth-child(2){display: grid;margin-right:-9.2rem;}
.news_item:nth-child(2)>figure{grid-area: 1/1;margin: 0;}
.news_item:hover .shine::before { -webkit-animation: shine 0.85s; animation: shine 0.85s; }
.news_item:nth-child(2)>.news_caption{ z-index:10;grid-area:1 / 1;height:auto;width:auto;max-width:32.6rem;margin-top:auto;display:inline-block;padding:2.7rem 4.9rem 3.3rem 3.7rem;background-color:var(--color-white);}
.news_item:nth-child(2)>.news_caption>.news_date{ margin-bottom: 1.3rem;}
.news_item:nth-child(2)>.news_caption h6{ font-size:var(--font-18);line-height:var(--line-height-24);font-weight:normal;margin-bottom:0;}
.news_item>.news_caption>*{ transition: all 0.2s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
.news_item:nth-child(2):has(a:hover)>.news_caption{ background-color:var(--color-e3);}
.news_item:nth-child(2):has(a:hover)>.news_caption>*{ color: var(--color-white);}
.news_item .over_btn{ z-index: 10;}
@media(max-width:1799px){
   .news_sec{padding-block: 5rem 10.1rem;} 
   .news_grid { grid-template-columns: 39rem auto;gap: 2rem;}
   .news_item:nth-child(1)>.news_caption{padding:3.5rem 5.2rem 7.5rem 3.8rem;}
   .news_item:nth-child(2)>.news_caption{max-width:28.6rem;padding:2rem 4rem 2rem 3rem;}
} 
@media (max-width:1550px){
    .news_sec{padding-block:4rem 8.1rem;}
    .news_sec .sec_title{margin-bottom:3rem;}
    .news_grid{grid-template-columns:35rem auto;}
    .news_item:nth-child(1)>.news_caption{gap:2rem;padding:2rem 3.5rem 6.5rem 2.8rem;}
    .news_item:nth-child(2)>.news_caption{max-width:27.6rem;padding:2rem 3rem 2rem 3rem;}
    .news_item:nth-child(2){margin-right:-7.2rem;}
}
@media (max-width:1199px){
    .news_sec{padding-block:4rem 6rem;}
    .news_grid{grid-template-columns:30rem auto;}
    .news_item:nth-child(1)>.news_caption{padding:2rem 3.5rem 5.5rem 2.8rem;}
    .news_item .border-line{left:2.8rem;bottom: 2.2rem;}
    .news_item:nth-child(2){margin-right:-2.2rem;}
    .news_item:nth-child(2)>.news_caption{max-width:27.1rem;padding:2.5rem 5.1rem 3.5rem 2rem;}
}
@media(max-width:1024px){
    .news_item:nth-child(2)>.news_caption{max-width:25.1rem;padding:2rem 3rem 2rem 3rem;}
    .news_item:nth-child(2){margin-right:0;}
}
@media(max-width:991px){
.news_grid { grid-template-columns:26rem auto;}
.news_item:nth-child(2)>figure>img{height:100%;object-fit:cover;}
.home_banner .banner-item video {height: 92vh;}
.suatain_grid { grid-template-columns: auto 28.5rem; margin-top: 2.5rem;}
.suatain_left>ul>li { padding-bottom: 1.9rem;}
.about_home_section .sec_title{padding-inline: 2.1rem;}
.about_home_section .sec_title h5{font-size: var(--font-24);font-weight: bold;line-height: var(--line-height-30);font-family: var(--font-Noto);}
.about_home_section .sec_title>h2 {font-size: var(--font-21);line-height: var(--line-height-30);}
.about_home_section .sec_title>p{font-size: var(--font-13);line-height: 1.5;font-weight: normal;color: var(--color-black);font-family: var(--font-Noto);}
.about_home_section .sec_title .read_more_btn {margin-top: 2rem;}
.read_btn {font-size: var(--font-14);font-weight: bold;font-family: var(--font-Noto);line-height: 1.7;}
.about_home_section .sec_title {margin-bottom: 3.8rem;}
.home_product .sec_title>h5{font-size: var(--font-18);font-weight: bold;line-height: var(--line-height-30);font-family: var(--font-Noto);}
.home_product .sec_title>h2{font-size: var(--font-24);font-weight: bold;line-height: 1.21;font-family: var(--font-Noto);}
.home_product .sec_title>p {font-size: var(--font-13);line-height: 1.5;font-weight: normal;color: var(--color-black);font-family: var(--font-Noto);}
.home_product .sec_title {margin-bottom: 4rem;}
.product_caption>h5 {font-size: var(--font-18);font-weight: bold;line-height: var(--line-height-30);font-family: var(--font-Noto);}
.productGrid .product_caption>p{font-size: var(--font-14);line-height: 1.5;font-weight: normal;color: var(--color-black);font-family: var(--font-Noto);}
.testimonial_sec .testim_title h5{font-size: var(--font-18);font-weight: bold;line-height: var(--line-height-30);font-family: var(--font-Noto);}
.testim_title>h2 {gap: 2.1rem;font-size: var(--font-24);font-weight: bold;line-height: 1.2;font-family: var(--font-Noto);color: var(--color-black);}
.testim_caption>p{font-size: var(--font-14);line-height: 1.6;font-weight: normal;color: var(--color-black);font-family: var(--font-Noto);}
.testim_author>h5 {font-size: var(--font-16);font-weight: bold;line-height: var(--line-height-30);font-family: var(--font-Noto);color: var(--color-black);margin-bottom: 1rem;}
.testim_author>h6 {font-size: var(--font-14);font-weight: bold;line-height: var(--line-height-30);font-family: var(--font-Noto);color: var(--color-black);margin-bottom: 1rem;}
.sustain_caption>h5  {font-size: var(--font-18);font-weight: bold;line-height: var(--line-height-30);font-family: var(--font-Noto);}
.sustain_caption>h2 {font-size: var(--font-24);font-weight: bold;line-height: var(--line-height-30);font-family: var(--font-Noto);color: var(--color-black);margin-bottom: 2rem;}
.sustain_caption>p{font-size: var(--font-14);line-height: 1.4;font-weight: normal;color: var(--color-black);font-family: var(--font-Noto);}
.news_sec .sec_title>h5 {font-size: var(--font-18);font-weight: bold;line-height: var(--line-height-30);font-family: var(--font-Noto);}
.news_item:nth-child(1)>.news_caption {padding: 3.5rem 2.3rem 5.5rem 2.4rem;}
.news_caption h6{font-size: var(--font-24);font-weight: normal;line-height: var(--line-height-30);font-family: var(--font-Noto);}
.news_caption .news_date{font-size: var(--font-13);line-height: 1.5;font-weight: normal;color: var(--color-black);font-family: var(--font-Noto);}
.news_item:nth-child(2)>.news_caption h6{font-size: var(--font-16);font-weight: bold;line-height: 1.5;font-family: var(--font-Noto);color: var(--color-black);}
.news_grid .news_item:nth-child(2) .news_caption::after{content: "";position: absolute;left: 3rem;bottom: 0;width: 12.5rem;height: .5rem;background: #E30016;}
.news_grid .news_item:nth-child(2) .news_caption{position: relative;}
.about_home_section .read_more_btn{display: none;}
.about_home_section .about_right .read_more_btn{display: block;}
.about_right li:last-child{align-items: center;display: flex;justify-content: center;}

}









@media(max-width:728px){
    .suatain_grid {
        grid-template-columns: auto 21.5rem;
    }
}




@media(max-width:640px){
.suatain_grid{ display: block;}
.suatain_grid .suatain_right{ padding-top: 3rem;}
.news_grid{ display: block;}
.news_caption{ margin-bottom: 2rem; height: auto;}
.news_item:nth-child(2){ margin-top: 2rem;}
.sustainabl_sec {padding-block: 4rem 0;}
.people_wrapper .ppl_title {margin-bottom: 1rem;}
.people_caption h2 {margin-bottom: 0.5rem;}
.people_caption .btn_flex {margin-top: 2rem;gap: 1.1rem;}
.suatain_grid {margin-top: 3.5rem;}
.suatain_left>ul>li {padding-left: 0rem;}
 
}

.tes-top-btn{display: none;}
.mob-testBg {display: none;}
.suatain-mob-img {display: none;}
@media(max-width:575px){
/* .about_right>ul {grid-template-columns: repeat(1, 1fr);} */
/* .about_right ul li>figure>img {display: none;}
.about_right ul>li {text-align: left;}
.about_right li>p{display: flex; align-items: center;gap: 2rem;} */
.about_right li>p>strong{font-size: var(--font-42);font-weight: 800;line-height: 42px;font-family: var(--font-Noto)}
.about_home_section .sec_title>h2 {line-height: 1.3;}
.home_product {padding-inline: 1.6rem;}
.productGrid .product_bx {display: grid;grid-template-columns: 42.5% auto;gap: 2rem;align-items: center;}
.product_bx>figure {align-items: center;justify-content: center;display: flex;}
.productGrid .product_caption{padding: 0;}
.product_caption>h5{margin: 0;}
.productGrid .product_caption>p {font-size: var(--font-13);line-height: 1.4;}
.customer_sec .sec_title>h5 {font-size: var(--font-18);font-weight: bold;line-height: var(--line-height-30); font-family: var(--font-Noto);}
.testim_caption>p {font-size: var(--font-13);}
.testimonial_sec .container {padding-inline: 3rem;}
.product_bx{position: relative;}
.product_bx .read_btn{position: absolute;inset: 0;z-index: 10;display: block;opacity: 0;color: transparent;background: transparent;}
.product_bx .read_btn img{display: none;}
.product_caption>p{display: none;}
.testim_title>h2::before {width: 4.2rem;height: 3.6rem;}
.testim_logo {max-width: 100%;background: #fff;padding: 2.5rem 5rem;display: flex;align-items: center;justify-content: center;box-shadow: 0px 10px 57px #0000000F;}
.testim_logo>img {height: 14rem; max-width: 21.2rem;}
.testim_author {margin-block: 3rem 2rem;}
.tes-bottom-btn {display: none;}
.home_people {height: 100%;background: #474544;}
.people_wrapper{background: transparent;}
.sustainabl_sec .container{padding-inline:3.6rem;}
.suatain_left>ul>li>a {font-size: var(--font-14);line-height: 2.4rem;color: #E30016;font-family: var(--font-Noto);font-weight: bold;}
.suatain_left {padding-inline: 0;}
.testim_wrapper {padding-block: 3.7rem 5rem;}
.tes-top-btn{display: block;margin-bottom: 4rem;}
.testim_wrapper {background: linear-gradient(to bottom, var(--color-f6) 70%, #fff 30%);}
.mob-testBg {display: block;}
.people_bg {display: none;}
.people_caption h2{font-size: var(--font-24);font-weight: bold;line-height: 1.4; font-family: var(--font-Noto);margin-bottom: 3rem;}
.people_caption p {font-size: var(--font-13);font-weight: normal;font-family: var(--font-Noto);line-height: 1.5;}
.people_caption .btn_flex { margin-top: 3.5rem;gap: 3.5rem;}
.people_wrapper{padding: 3rem 2.3rem 4.3rem 2.3rem;}
.suatain_right {display: none;}
.suatain-desh-img {display: none;}
.suatain-mob-img {display: block;}
.sustainabl_sec {padding-block: 3rem 0;}
.sustain_caption>.read_btn {margin-block: 3rem 4.1rem;}
.suatain_grid {margin-top: 3.5rem;justify-content: center;align-items: center;display: flex;position: relative;}
.suatain_grid::after{content: '';position: absolute;left: -0.4rem;background: #E30016;height: 18rem;width: 0.5rem;top: -7rem;}
.suatain_left>ul>li::after{content: none;}
.suatain_left>ul>li{margin-bottom: 0;}
.suatain_left>ul>li:last-child{padding-bottom: 0;}
.news_sec {padding-block: 7rem 6rem;}
.news_sec .sec_title>h5 {padding-left: 2.3rem;}
.news_caption h6 {line-height: 1.2;}
.news_item:nth-child(2)>.news_caption h6 {margin-bottom: 1.5rem;}
.news_grid .news_item:nth-child(2) .news_caption{margin-bottom: 0;}
.suatain-mob-img .image-container { transform: scaleX(1.3);}
.suatain_figure img {min-height: 26rem;}
.news_item:nth-child(2)>figure {height: 32.5rem;object-fit: cover;}
.news_item:nth-child(2)>figure>img{object-fit: cover;}
.people_wrapper .ppl_title::after{content: none;}
.testimonial_sec .swiper-button-prev{display: none;}
.testimonial_sec .swiper-button-next{display: none;}
.testim_caption {height: 11rem;}
}
@media(max-width:420px){
.testim_caption {height: 20rem;}
}
@media(max-width:375px){ .suatain_grid::after {left: -1.4rem;}}

@media(max-width:360px){
.customer_sec{padding-block:3rem 3.1rem;}
.news_item:nth-child(1)>.news_caption {padding: 2rem 2.5rem 1.5rem 2.8rem;}
.about_right>ul {grid-template-columns: repeat(1, 1fr);}
.testim_title>h2 {font-size: var(--font-22); }
.home_product .sec_title>h2 {font-size: var(--font-21);}
}