/* page-banner */
/* banner */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.thanks_wrap {
	position: relative;
	height: 1000px;
}
.thanks_wrap .inner_wrap {
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 30px;
    flex-direction: column;
    gap: 50px;
    /* background: red; */
    width: 50%;
    margin: auto;
}
.thanks_wrap img {
	position: absolute;
    top: 1%;
    left: -49%;
    width: 194%;
    height: 101%;
    opacity: 0.06;
    object-fit: contain;
}
.products_inner_menu {
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 35px;
	padding: 21px 21px 21px 0px;
}

.products_inner_menu .d_flex {
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	gap: 15px;
	width: 100%;
}

.products_inner_menu .d_flex span {
	/* color: #000; */
	font-size: 13px;
}

.products_inner_menu .d_flex .title {
	border-bottom: 2px solid white;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}

.contact_btn_wrapper {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	left: 0;
}
.contact_btn_container {
	position: relative;
	width: 300px !important;
	text-align: center;
    background: rgb(0, 0, 0);
    width: 20%;
    padding: 20px;
    border-radius: 4px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact_btn_container::before {
    content: "";
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    /* top: 30px; */
    /* bottom: 0; */
    right: 60px;
    /* margin: auto 0; */
    transition: 0.3s;
    background: #b9b9b9;
  }
  .contact_btn_container::after {
    content: "";
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
	top: 29px;
    right: 71px;
    transition: 0.3s;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
.contact_btn_container:hover {
	transform: translateY(-10px);
	background: #323232;
	box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  }
.contact_btn_wrapper p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    position: relative;
    right: 5%;
}
.hp_contact .contact_btn_wrapper {
	margin-top: -41px;
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
/* new-products-css */
.products_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 15px;
	background: #ebebeb;
    padding: 20px;
	margin-bottom: 40px;
}
.products_wrapper img {
	width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    z-index: 1111;
}
.products_wrapper .inner_container {
	position: relative;
    display: flex;
    flex-direction: column;
	gap: 15px;
	padding-bottom: 20px;
}
.products_wrapper .inner_container .status {
	background-color: #8dcaef;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}
.products_subtitle {
	font-size: 26px;
	padding-bottom: 33px;
}
/* new-products-css */
.main-pages-banner-wrapper {
	position: relative;
	height: calc(60vh - 60px);
	margin-top: 60px;
	z-index: 2;
	/* background: black; */
}
.pages-banner-wrapper {
	position: relative;
	height: calc(45vh - 60px);
	z-index: 2;
	/* background: black; */
}
.banner-opacity {
	position: absolute;
	width: 100%;
	height: 60vh;
	background: #000;
}
.page-banner-title {
	position: absolute;
	z-index: 1;
	/* background: red; */
	height: 123px;
	top: calc(20vh - 60px);
	/* top: calc(27% + 60px); */
	left: 0;
	right: 0;
	bottom: 0;
}
.product-img-container {
	display: flex;
}
/* page-banner */
.title-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 33px;
	gap: 13px;
}
.footer-size {
	font-size: 13px;
}
/* map-wrapper */
.map-wrapper {
	width: 96%;
	margin: auto;
	display: flex;
	flex-direction: column;
	/* grid-template-columns: 50% 50%; */
	height: 100%;
	margin-top: 6rem;
	max-width: 1440px;
}
.map-text-wrap {
	display: flex;
	flex-direction: column;
	gap: 14px;
	font-size: 20px;
	font-weight: bold;
	font-weight: 300;
}
.map-text-wrap .address_line {
	padding: 12px;
    width: 94%;
    height: 66px;
    display: flex;
    height: 90px;
    gap: 20px;
    letter-spacing: 0px;
    align-items: center;
}
.address_line span {
	font-size: 16px;
}
.responsive-map-container {
	position: relative;
	width: 100%;
	height: 550px;
}

.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* map-wrapper */
/* .info_spreator {
	height: 150px;
} */
.info_th_ {
	font-weight: 500;
}

@media screen and (max-width: 673px) {
	.products_title_wrap {
		align-items: flex-start !important;
		flex-direction: column;
	}
}
@media screen and (max-width: 800px) {
	.thanks_wrap .inner_wrap {
		gap: 30px;
	}
	.thanks_wrap {
		/* height: 120vh; */
	}
	.products_inner_menu {
		width: 100%;
		grid-template-columns: 1fr 1fr;
		gap: 25px;
		padding: 20px;
	}
	.products_wrapper {
		grid-template-columns: 1fr 1fr;
	}
	.info_spreator {
		height: 20px;
	}
	.map-text-wrap {
		font-size: 16px;
	}
	.map-wrapper {
		display: flex;
		flex-direction: column;
		height: unset;
		margin-top: 0px;
		gap: 33px;
		padding: 5px;
	}
	.responsive-map-container iframe,
	.responsive-map-container object,
	.responsive-map-container embed {
		position: relative;
		height: revert-layer;
	}
}
.line {
	width: 200px;
	height: 6px;
	background: black;
}
.title-text {
	/* font-family: "CustomMincho", serif; */
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 2px;
}

/* sub-ttile */
.subtitle-wrapper {
	/* font-family: "CustomMincho", serif; */
	display: flex;
	align-items: center;
	padding: 33px 33px 33px 0px;
	margin: auto;
}
.subtitle-txt {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0px;
}
.sub-blue {
	width: 11px;
	height: 50px;
	background: #0599ff;
	margin-right: 12px;
}
/* sub-ttile */
/* arrow btn */
.arrow-btn-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	position: relative;
	/* width: 80%; */
	z-index: 11;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	transition: transform 0.1s ease-in-out;
	/* line-height: 3px; */
}
.arrow-btn-wrapper p {
	color: #000;
	font-size: 16px;
}

.arrow-btn-wrapper:hover {
	transform: translateX(10px); 
	transition: transform 0.3s ease;
}

.arrow-png {
	width: 140px;
	height: 14px;
}
/* arrow btn */
.blue_line_wrap {
	width: 7px;
	height: 46px;
	background: #0599ff;
}
/* email-template */
.email_wrapper {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: center;
}
.email_wrapper .email_container {
	text-align: left;
	background: black;
	border: 1px solid #fff;
	width: 75%;
	height: 100%;
	position: relative;
	z-index: 11;
	display: grid;
	color: #fff;
	grid-template-columns: 40% 45%;
	align-items: center;
	justify-content: space-around;
	border-radius: 20px;
    padding: 2.3em;
}
.email_content_wrap {
	display: flex;
	flex-direction: column;
	gap: 27px;
}
.email_title {
	font-size: 30px;
	margin-bottom: 14px;
}
.mt-14 {
	margin-top: 14px;
}
.email_text {
	font-size: 13px;
	line-height: 29px;
}
.email_layer {
    position: absolute;
    width: 75%;
    height: 99%;
    background: #0499ffb2;
    border-radius: 20px;
    top: 0;
    left: 50%;
    transform: translate(calc(-50% + 22px), 26px);
}
.input_wrap {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.custom-input-bottom {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	border: none;
	border-bottom: 2px solid #ffffff5c;
	background-color: transparent;
	outline: none;
	transition: border-color 0.3s ease;
}

.custom-input-bottom:focus {
	border-bottom-color: #0499ffb2;
}
.reset-pass-submit {
	text-align: right;
}
input, select, textarea{
    color: #ffffff;
	font-size: 16px;
}

.custom-submit-button {
	width: 153px;
	height: auto;
	padding: 15px;
	border-radius: 12px;
	box-shadow: none;
	background: #0499ffb2;
	border: none;
	color: #fff;
	cursor: pointer;
}
/* email-template */

/* products page */
.pages-four {
	display: flex;
	justify-content: center;
	gap: 35px;
	position: absolute;
	bottom: 26%;
	z-index: 11;
	width: 100%;
}
@media screen and (max-width: 800px) {
	.thanks_wrap .inner_wrap  {
		width: 100%;
	}
	.line {
		width: 10px;
	}
	.pages-four {
		position: relative;
	}
}
.img_wrapper {
	cursor: pointer;
	position: relative;
	width: 18%;
	height: 260px;
	background: #242424;
	color: #fff;
	box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.525);
}
.f_img {
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 111px;
}
.f_content {
	padding: 11px;
	font-size: 16px;
}
.blue_arrow {
	width: 22px;
}
.side_title {
	font-size: 16px;
	font-weight: bold;
}
.f_icons {
	position: absolute;
	bottom: 0;
	right: 15px;
}
.img_wrap {
	width: 260px;
	height: 260px;
}
.products_list_wrapper {
	width: 96%;
	margin: auto;
	position: relative;
	/* margin-top: 14rem !important; */
	width: 96%;
	margin: auto;
	max-width: 1440px;
	/* height: 900px; */
}
@media (min-width: 803px) and (max-width: 1342px) {
	
	.products_list_wrapper {
		height: 100%;
	}
}
.metal_work_wrapper {
	position: relative;
	/* margin-top: 3rem !important; */
	width: 96%;
	max-width: 1440px;
	margin: auto;
	/* height: 900px; */
}
.image_layout {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 16%;
	height: auto;
	margin: 25px 0px 25px 0px;
}
@media (min-width: 800px) and (max-width: 1100px) {
	.thanks_wrap .inner_wrap  {
		width: 100%;
	}
	.products_inner_menu {
		width: 100%;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		padding: 10px;
	}
	.pages-banner-wrapper {
		height: calc(45vh - 60px);
	}
	.image_layout {
		display: unset;
	}
	.img_ly2 {
		left: 0 !important;
	}
	.img_ly1 {
		left: 0 !important;
	}
	.layer_0 {
		width: 30px !important;
	}
}
.image_flex {
	position: relative;
	height: 100%;
	width: 100%;
}
.layer_0 {
	position: relative;
	width: 361px;
	height: 510px;
	background: #2496fa;
	box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.525);
	border: 1px solid rgba(0, 0, 0, 0.093);
}
.img_ly1 {
	position: absolute;
	left: 33%;
	top: 52%;
	width: 294px;
	height: 340px;
	box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.525);
}
.img_ly2 {
	position: absolute;
	width: 294px;
	height: 340px;
	left: -13%;
	top: -18%;
	box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.525);
}
.products_details {
	/* display: grid;
	grid-template-columns: 40% 60%; */
	align-items: center;
}
.list_wrap {
	position: relative;
	width: 96%;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 30px;
	background-color: #00000014;
}
.p_description {
	font-size: 16px;
	line-height: 32px;
	padding: 15px;
}
.p_description p {
	font-size: 16px;
}
.p_description .materail_wrap {
	display: flex;
	flex-direction: column;
	/* grid-template-columns: auto 1fr; */
}
.material_ {
	font-weight: bold;
}
.resin_wrapper {
	margin-top: 33px;
	height: 800px;
	background: black;
}
.resin_inner {
	width: 96%;
	margin: auto;
}
.others_wrapper {
	max-width: 1440px;
	width: 93%;
	margin: auto;
	/* height: 700px; */
}
.others_container {
	margin: auto;
	/* height: 431px; */
	display: grid;
	width: 96%;
	grid-template-columns: auto auto auto;
	gap: 27px;
	background: #00000008;
	align-items: center;
	padding: 30px;
}
.text_container {
	position: relative;
	height: 100%;
	padding: 15px;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	gap: 12px;
	border: 1px solid #0000001a;
	border-radius: 5px;
	box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 8%);
	margin-bottom: 5px;
}

.text_blur {
	position: absolute;
	height: 100%;
	width: 100px;
	background-color: #2496fa59;
	bottom: 0;
	right: 0;
}
.others_title {
	display: flex;
	gap: 11px;
	font-size: 24px;
	font-weight: bold;
	align-items: center;
}
.others_list_wrap {
	display: flex;
	flex-direction: row;
	gap: 30px;
	position: relative;
	/* height: 270px; */
	padding: 15px;
	/* background-color: #00000008; */
}
.img_one{
	height: 340px;
	width: 400px;
	/* object-fit: fill; */
	object-fit: cover;
}
.img_one_{
	height: 340px;
	width: 400px;
	object-fit: fill;
}
.others_content {
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 30px;
}
.products_title_wrap {
	width: 96%;
    margin: auto;
	display: flex;
	align-items: center;
}
.products_btn_ {
	position: absolute;
	bottom: 0;
	right: 3%;
}
/* products page */

/* factories */
.factories_wrapper {
	width: 96%;
	margin: auto;
	max-width: 1440px;
}
.factories_container {
	position: relative;
	display: grid;
	width: 90%;
	gap: 32px;
	grid-template-columns: 50% 50%;
}
.mf_img {
	position: relative;
	object-fit: cover;
	width: 100%;
}
.mf_title {
	padding: 23px 23px 23px 0px;
	font-size: 24px;
	font-weight: bold;
}
.ul_flex {
	display: flex;
	flex-direction: column;
	gap: 16px;
	list-style: none;
}
.ul_flex li {
	font-size: 16px;
}
.mf_list_wrap {
	position: relative;
	width: auto;
}
.mf_list_wrap .blur_manuf {
	position: absolute;
    bottom: 12%;
    width: 113%;
    object-fit: cover;
    opacity: 0.06;
}
.mf_blur {
	position: absolute;
	height: 229px;
	width: 263px;
	z-index: 11;
	background: #2496fa59;
	bottom: 0;
	right: 0;
	top: 43%;
}

.main-image button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 20px;
	transition: 0.3s ease;
}

.main-image .prev {
	left: 10px;
}

.main-image .next {
	right: 10px;
}

.main-image button:hover {
	background: rgba(0, 0, 0, 0.8);
}
/* factories */

/* page-service */

.head-container {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #71c3fa;
	color: white;
	margin: 0px 0px 50px 0px;
	display: flex;
	padding-inline: 20px;
	align-items: center;
	justify-content: space-around;
	/* padding: 21px; */
	gap: 40px;
	padding: 15px 0px 15px 15px;
	/* padding: 15px 0px 15px 0px; */
}

.head-container p {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.head_body {
	position: relative;
	width: auto;
	display: flex;
	gap: 10px;
	align-items: center;
	align-items: flex-end;
}

.head_body .type {
	position: absolute;
    bottom: -85%;
    right: -1%;
    font-size: 36px;
}

.head_body > p {
	font-size: 150px;
	height: fit-content;
	font-weight: bold;
	line-height: 95px;
}

.head_text {
	display: flex;
	flex-direction: column;
	/* margin-bottom: 30px; */
}

.head_jx {
	font-size: 50px;
	font-weight: bold;
}

.head_des {
	width: 52%;
	font-size: 16px;
	color: #000;
}

.head_img > img {
	width: 500px;
	height: auto;
	margin-top: -100px;
}

.product_space {
	width: 100%;
	height: 300px;
	position: relative;
}

.product_listing_container {
	width: 100%;
	height: 100%;
	display: flex;
	padding-bottom: 150px;
}

.product_sidebar_container {
	width: auto;
	height: 100%;
	background-color: #71c3fa;
	padding: 10px 0;
}
@media screen and (max-width: 800px) {
	.products_wrapper {
		padding: 12px;
	}
	.products_wrapper img {
		height: 200px !important;
	}
	.head_body {
		width: 80%;
	}
	.p_description p {
		font-size: 13px;
	}
	.factories_wrapper {
		width: unset;
		margin: 0px 25px;
	}
	.head_jx {
		font-size: 30px;
	}
	.head_body > p {
		font-size: 90px;
	}
	.product_sidebar_container {
		width: 68%;
	}
}
.product_listing {
	width: 80%;
	height: 100%;
}

.product_listing .listing {
	width: 100%;
	height: 100%;
	padding: 0 50px;
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	font-size: 13px;
}
.title_list {
	padding: 0 50px;
}
.list_item {
	width: 23%;
	padding: unset;
	/* position: relative;
	top: 18%; */
	/* width: 23%;
	padding: unset; */
}
@media screen and (max-width: 800px) {
	.head_body .type {
		position: relative;
		font-size: 30px;
	}
	.title_list {
		padding: 0 20px;
	}
	.contact_btn_container {
		width: 100% !important;
		margin: 0 14px;
	}
	.product_listing .listing {
		height: 700px;
		padding: 0 10px;
		overflow: scroll;
	}

	.list_item  {
		width: 100%;
		padding: 11px;
	}
}
.list_item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.status {
	background-color: #8dcaef;
	width: fit-content;
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
}

.sidebar_title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.all_title {
	height: 35px;
	margin: 10px 10px !important;
	font-size: 20px !important;
	font-weight: bold;
	padding: 15px 10px !important;
}

.category {
	padding: 10px 20px;
}

.category_title {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #0d0d0d;
	margin: 0;
}

.item {
	list-style: none;
	margin: 4px 0;
	font-size: 16px;
	transition: 0.4s;
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
}

.item:hover {
	background-color: #50b5f8c3;
}

.item.active {
	font-weight: bold;
	color: #030303; /* Change color */
	position: relative;
}

.item.active::after {
	content: "✔"; /* Active check icon */
	left: -20px;
	color: #ffffff;
	font-size: 16px;
}

.not_found {
	text-align: center;
	width: 100%;
	font-size: 40px;
	font-weight: bolder;
	color: #a7a7a7;
	padding-top: 100px;
}

/* page-service */

/* sample */
.sample_wrapper {
	position: relative;
	height: 100%;
	background: #242424;
	overflow: hidden;
	padding: 30px 0px 30px 0px;
}

.sample_inner {
	margin: auto;
	width: 83%;
	display: grid;
	grid-template-columns: 1fr 36%;
	justify-content: space-between;
}
.sample-main-title {
	font-family: "CustomMincho", serif;
	display: flex;
	height: 155px;
	/* background: palevioletred; */
	align-items: center;
	color: #fff;
	font-size: 37px;
	/* width: 101%; */
	text-transform: uppercase;
	font-weight: bold;
}
.sample_content_wrap {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 80%;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
/* sample */

/* news */
.news-wrapper_ {
	width: 96%;
	margin: auto;
	max-width: 1440px;
}
.news_title {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 11px;
	font-size: 20px;
	font-weight: bold;
}
.news_date {
	font-size: 16px;
	color: gray;
	font-weight: bold;
}
.news_content {
	font-size: 16px;
	line-height: 30px;
	width: 90%;
}
.new_blocks {
	position: relative;
	display: flex;
	align-items: center;
	gap: 33px;
	height: 200px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.374);
	border-top: 1px solid rgba(0, 0, 0, 0.374);
	cursor: pointer;
}
.news_image {
	width: 300px;
	height: 150px;
}
.left_arrow_ {
	position: absolute;
	right: 0;
}
.lf_arrow {
	width: 22px;
}
.video_wrapper {
	width: 96%;
	margin: auto;
	max-width: 1440px;
}
.video_container {
	position: relative;
	display: flex;
	gap: 70px;
}
.video_img_wrap {
	cursor: pointer;
	position: relative;
}
.video_blur {
	position: absolute;
	height: 200px;
	width: 58%;
	background: #2496fa59;
	right: -4%;
	top: 40%;
}
.video_image {
	width: 100%;
	height: 300px;
	object-fit: cover;
	position: relative;
	z-index: 11;
}
.video_title {
	font-size: 28px;
	font-weight: bold;
}
.video_content {
	font-size: 16px;
	line-height: 30px;
}
.youtube {
	position: absolute;
	z-index: 111;
	text-align: center;
	right: 43%;
	left: 43%;
	top: 50%;
	/* stroke-linecap: butt; */
	bottom: 50%;
}
/* news */

/* slider */
.slider-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
	background: #0680ff1a;
	padding: 12px;
	margin-bottom: 50px;
}

.slider {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.slider-track {
	display: flex;
	flex-direction: row;
	gap: 7px;
	transition: transform 0.4s ease-in-out;
}

.slider-track img {
	width: 210px;
	flex-shrink: 0;
	object-fit: cover;
}

.slider-btn {
	/* background-color: #333; */
	color: rgb(0, 0, 0);
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 30px;
}

.slider-btn:hover {
	background-color: rgba(85, 85, 85, 0.3);
}
.sidebar,
.menu-btn {
	display: none;
}
@media screen and (max-width: 800px) {
	.ul_flex li {
		font-size: 13px;
	}
	.item {
		font-size: 13px;
	}
	.head_des {
		font-size: 13px !important;
	}
	.head-container {
		padding: 15px 0px 15px 0px;
		flex-direction: column;
	}
	.others_list_wrap {
		display: flex;
		flex-direction: column;
		padding: 15px;
	}
	.list_wrap {
		padding: 10px;
	}
	.text_container {
		margin-bottom: 10px;
	}
	.img_one,
	.img_one_ {
		width: 100%;
	}
	.img_ly1 {
		bottom: 0;
		top: unset;
	}
	.img_ly2 {
		top: 0;
		bottom: unset;
	}
	.products_list_wrapper {
		margin-top: 0px !important;
	}
	.sample-main-title {
		font-size: 30px;
		margin: 11px 0px 11px 19px;
	}
	.news_title {
		font-size: 16px;
	}
	.title-text {
		font-size: 30px;
	}
	.subtitle-txt {
		font-size: 24px;
	}
	.text_blur {
		height: 95%;
	}
	.pages-four {
		display: grid;
		grid-template-columns: auto auto;
		bottom: 0;
		width: unset;
		gap: 12px;
	}
	.img_wrapper {
		width: 100%;
	}
	.products_list_wrapper {
		height: 100% !important;
		/* margin-top: 22rem !important; */
	}
	.metal_work_wrapper {
		margin-bottom: 57px;
		height: 100%;
	}
	.products_details {
		display: unset;
	}
	.others_wrapper {
		height: 100%;
	}
	.others_container {
		height: 100%;
		display: block;
		margin-bottom: 11px;
		padding: 12px;
	}
	.factories_container {
		display: unset;
	}
	.sample_inner {
		display: unset;
	}
	.new_blocks {
		display: block;
		height: 100%;
		margin-bottom: 18px;
	}
	.left_arrow_ {
		display: none;
	}
	.video_container {
		display: unset;
	}
	.news_image {
		width: 100%;
	}
	/* Sidebar */
	.sidebar {
		display: unset;
		margin-top: 60px;
		position: fixed;
		top: 0;
		right: -800px;
		width: 80%;
		height: 100%;
		background: linear-gradient(to bottom, #000000f5, #2c2c2cf0);
		color: white;
		transition: left 0.3s ease-in-out;
		padding-top: 60px;
		transition: all 0.5s;
	}

	/* Sidebar Links */
	.sidebar ul {
		list-style: none;
		padding: 0;
	}

	.sidebar ul li {
		padding: 15px;
	}

	.sidebar ul li a {
		color: white;
		text-decoration: none;
		display: block;
		font-size: 20px;
	}

	.sidebar ul li a:hover {
		background: #444;
	}
	
	/* Menu Button */
	.menu-btn {
		position: fixed;
		right: 0px;
		background: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		gap: 5px;
		padding: 10px;
		z-index: 1000;
	}

	/* Bars (for animated icon) */
	.bar {
		width: 30px;
		height: 4px;
		background: rgb(255, 255, 255);
		transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	}

	/* Active State (Menu Open) */
	.menu-btn.active .top {
		transform: translateY(8px) rotate(45deg);
	}

	.menu-btn.active .middle {
		opacity: 0;
	}

	.menu-btn.active .bottom {
		transform: translateY(-8px) rotate(-45deg);
	}
}

/* button-slider */

@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");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
	--left-position: 55%;
	--transition-time: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

/* carousel */
.carousel {
	width: 100%;
	height: 88%;
	overflow: hidden;
	position: relative;
}

.carousel .list .item {
	width: 280px;
	height: 250px;
	position: absolute;
	bottom: 150px;
	left: 100px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7);
	background-position: center;
	background-size: cover;
	z-index: 100;
	transform: translate(0, 0px);
	transition: all var(--transition-time);
}

.carousel .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(33, 33, 33, 0.5);
	z-index: 1;
}

.carousel .list .item:nth-child(1),
.carousel .list .item:nth-child(2) {
	/* top: 0px;
	left: 10%;
	border-radius: 20px;
	transform: translate(0, 0px);*/
	overflow: visible;
	width: 400px;
	height: 600px;
	left: 6%;
}

.carousel .list .item:nth-child(3) {
	left: calc(6% + 420px);
}

.carousel .list .item:nth-child(4) {
	transition-delay: 0.1s;
	left: calc(6% + 720px);
}

.carousel .list .item:nth-child(5) {
	transition-delay: 0.2s;
	left: calc(6% + 1020px);
}

.carousel .list .item:nth-child(6) {
	transition-delay: 0.3s;
	left: calc(6% + 1320px);
}

.carousel .list .item:nth-child(7) {
	transition-delay: 0.4s;
	left: calc(6% + 1620px);
}

.carousel .list .item:nth-child(8) {
	transition-delay: 0.5s;
	left: calc(6% + 1520px);
}

.carousel .list .item:nth-child(n + 8) {
	transition-delay: 0.5s;
	left: calc(100% + 1820px);
}

.list .item .content {
	position: absolute;
	text-align: left;
	color: #fff;
	z-index: 3;
	left: 0;
	top: 100%;
	transform: translateY(-100%);
	width: 600px;
	padding: 10px;
	transition: all var(--transition-time);
}

.content .title::before {
	content: "";
	display: block;
	height: 1px;
	width: 20px;
	background-color: #fff;
	margin-bottom: 10px;
}

.content .title {
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	transition: all var(--transition-time);
	position: relative;
}

.content .title::after {
	content: attr(data-item);
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: -20px;
	left: 0px;
	z-index: 2;
	font-weight: 400;
}

.content .name {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	transition: all var(--transition-time);
	margin-bottom: 10px;
	color: #d36e10;
}

.content .des {
	font-size: 16px;
	font-weight: 400;
	transition: all var(--transition-time);
	opacity: 0;
}

.list .item:nth-child(1) .content .title::before,
.list .item:nth-child(2) .content .title::before {
	width: 50px;
	height: 3px;
	margin-bottom: 20px;
}

.list .item:nth-child(1) .content .title::after,
.list .item:nth-child(2) .content .title::after {
	font-size: 20px;
	top: -40px;
	left: 15px;
}

.list .item:nth-child(1) .content .title,
.list .item:nth-child(2) .content .title {
	font-size: 30px;
	margin-bottom: 20px;
}

.list .item:nth-child(1) .content .name,
.list .item:nth-child(2) .content .name {
	font-size: 20px;
	margin-bottom: 20px;
}

.list .item:nth-child(1) .content .des,
.list .item:nth-child(2) .content .des {
	font-size: 16px;
	opacity: 1;
	display: block;
	width: 400px;
}

@keyframes animate {
	from {
		opacity: 0;
		transform: translate(0, 80px);
		filter: blur(33px);
	}

	to {
		opacity: 1;
		transform: translate(0);
		filter: blur(0);
	}
}

/* Carousel */

/* next prev arrows */

.arrows {
	position: absolute;
	bottom: 50px;
	left: 100px;
	width: calc(100% - var(--left-position) - 2%);
	z-index: 100;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: self-start;
}

.btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.arrows button {
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 50%;
	border: 2px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	background-color: transparent;
	outline: none;
	font-size: 25px;
	font-weight: bold;
	transition: all var(--transition-time);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.arrows button:hover {
	border: 2px solid #ffffff;
	color: #ffffff;
	background-color: transparent;
}

.slide-number {
	font-size: 25px;
	color: #ffffff;
	font-weight: 400;
	margin-left: 0;
	letter-spacing: 5px;
	opacity: 0;
	animation: animate 0.5s ease-in-out 0.3s 1 forwards;
}

.progress-bar-container {
	width: 60%;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	overflow: hidden;
}

.progress-bar {
	height: 100%;
	width: 100%;
	background-color: #0599ff;
	transition: all var(--transition-time);
}

/* time running */
.carousel .timeRunning {
	position: fixed;
	z-index: 1000;
	width: 0%;
	height: 4px;
	background-color: #ffffff;
	left: 0;
	top: 0;
	animation: runningTime 7s linear 1 forwards;
}

.subscribe-btn {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 999;
}

.subscribe-btn svg {
	height: 60px;
	width: 60px;
}

@keyframes runningTime {
	from {
		width: 0%;
	}
	to {
		width: 60%;
	}
}

/* Manufacturing Base page */
.slider-container {
	width: 100%;
	margin: auto;
	text-align: center;
}

.main-image {
	width: 100%;
	height: 400px;
	position: relative;
}

.main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.5s ease;
}

.thumbnails {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.thumbnails .thumb {
	width: 100px;
	height: 60px;
	cursor: pointer;
	margin: 0 5px;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.thumbnails .thumb.active {
	opacity: 1;
	border: 2px solid #000;
}

.news_txt_wrap {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.section-title {
	position: absolute;
}



/* scroll */
.scroll_down {
    display: block;
    left: 0;
    right: 0;
    text-align: center;
	bottom: -22%;
    /* bottom: 0; */
    position: absolute;
}
@media screen and (max-width: 800px) {
	.scroll_down {
		bottom: -16%;
	}
}
.scroll_down p {
	font-size: 12px;
    letter-spacing: .1vw;
}

.scroll_down a{
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    letter-spacing: 2px;
    text-decoration: none;
}

.scroll_down .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 23px;
}

.scroll_down .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #000;
    border-radius: 50%;
    animation: ani-mouse 2.5s linear infinite;
}

@keyframes ani-mouse {
	0% {
	opacity: 0;
	top: 70%;
	}
	40% {
	opacity: 0;
	top: 30%;
	}
	70% {
	opacity: 1;
	top: 30%;
	}
	100% {
	opacity: 1;
	top: 70%;
	}
}
/* scroll-up */
.scroll_up{
	position: fixed;
	bottom: 16%;
	right: 6%;
	z-index: 2222;
	animation: arrowmove 2s ease-in-out infinite;
  }
  
  .scroll_up a{
	position: absolute;
    left: -33px;
    bottom: 6px;
    color: #0599ff91;
    font-size: 13px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    writing-mode: vertical-rl;
    text-decoration: none;
    text-transform: uppercase;
    height: 90px;
  }
  
  .scroll_up:before {
	content: "";
	position: absolute;
	bottom: 130px;
	right: -7px;
	width: 2px;
	height: 20px;
	background: #0599ff91;
	transform: skewX(-141deg);
  }
  
  .scroll_up:after{
	content:"";
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 2px;
	height: 145px;
	background:#0599ff91;
  }
  
  @keyframes arrowmove{
	 0%{bottom:15%;}
	 50%{bottom:16%;}
	 00%{bottom:15%;}
  }