/*
Theme Name: MBL
Text Domain: MBL
Version: 1.0
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: mizan
Author URI: https://metasoft.com/
Theme URI: https://metasoft/themes/MBL/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

* {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --primary-color: #04a323;
  --primary-hover: rgb(126, 128, 124);
  --secondary-color: #7e807c;
  --tx-color: #4a4a4a;
  --secondary-tx-color: rgba(22, 26, 20, 0.1);
  --font-size-h1: 112px;
  --font-size-h2: 46px;
  --font-size-h3: 36px;
  --font-size-h4: 20px;
  --font-size-h5: 16px;
  --font-size-h6: 14px;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  color: rgba(255, 255, 255, 0.5);
  /* font-family: "Abel", sans-serif;
  font-weight: 400; */
  font-style: normal;
  overflow-x: hidden;

  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcfcff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.contain-wide {
  padding-right: 50px;
  padding-left: 50px;
}
.p0 {
  padding: 0 !important;
}
.bannde-wide {
  position: relative;
  margin: auto;
  /* padding: 0 50px; */
  width: 100%;
}
.header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  /* background-color: white; */
  display: flex;
  align-items: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  /* background: #ffffffa6; */
  background: #ffffffa1;
  box-shadow: 0 12px 48px -8px #00000029;
}
.herro-top {
  height: 70px;
  width: 100%;
  background: white;
}
.sourcing-quality {
  margin-top: 80px;
  margin-bottom: 80px;
}
.page-title {
  margin: 0 44px;
  color: var(--tx-color);
  text-align: center;
}
.page-title h2 {
  font-size: var(--font-size-h2);
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.page-title h6 {
  font-size: var(--font-size-h5);
  line-height: 1.5;
  color: var(--tx-color);
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
}
.sourcing-item {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  align-items: center;
  margin-top: 34px;
}
.sourcing-icon {
  width: 110px;
  max-width: 110px;
  height: 110px;
  max-height: 110px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: var(--primary-color);
}
.sourcing-tx {
  color: var(--tx-color);
  text-align: center;
}
.sourcing-tx h3 {
  font-size: 24px;
  margin-top: 24px;
  color: var(--tx-color);
  margin-bottom: 6px;
}
.sourcing-tx p {
  font-size: var(--font-size-h5);
  line-height: 1.5;
  font-weight: 400;
}
.icon {
  width: 50px;
  height: 53px;
  display: inline-block;
  background-repeat: no-repeat;
}
.sourcing {
  background-image: url("assets/image/icon/sourcing-expertise.png");
}
.quality-assurance {
  background-image: url("assets/image/icon/quality-assurance.png");
}
.technology-drive {
  background-image: url("assets/image/icon/technology-drive.png");
  width: 52px;
}

/* elevating */
.elevating-tx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.elevating-tx h2 {
  font-size: var(--font-size-h3);
  line-height: 1.4;
  margin: 0;
  color: var(--tx-color);
}
.elevating-tx p {
  font-size: var(--font-size-h5);
  line-height: 1.6;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
  color: var(--tx-color);
}
.elevating-list ul li {
  font-size: var(--font-size-h5);
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0px;
  color: var(--tx-color);
  margin-top: 16px;
}
.elevating-svg-wrap svg {
  margin: 0;
  padding: 0;
  border-style: dashed;
  border-width: 3px;
  border-color: #d1d1d1;
}
.design-innovation {
  margin-top: 64px;
}
.design-img {
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
}
.design-img img {
  width: 100%;
}
.product-showcase {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.product-showcase h2 {
  font-size: var(--font-size-h3);
  line-height: 1.5;
  margin: 0;
  color: var(--tx-color);
}
.product-showcase p {
  font-size: var(--font-size-h5);
  line-height: 1.6;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
  color: var(--tx-color);
}
.view-more-btn {
  background-color: #ffffff;
  color: var(--primary-color);
  border: 1px solid #a8a8a8;
  font-size: var(--font-size-h6);
  line-height: 1.5;
  font-weight: 600;
  padding: 10px 32px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0px;
  width: 204px;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  /* background-color: #04a323; */
}
.view-more-btn:hover {
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}
/* Start SVG */
.st0 {
  fill: #454c4d;
}
.st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.st2 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 5.9706, 11.9412;
}
.st3 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 6.0435, 12.0871;
}
.st4 {
  fill: #ffffff;
}
.st5 {
  fill: #c8ccd1;
}
.st6 {
  fill: #ffffff;
  stroke: #464f4f;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.st7 {
  fill: none;
  stroke: #464f4f;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.st8 {
  fill: none;
  stroke: #464f4f;
  stroke-miterlimit: 10;
}
.st9 {
  fill: #ffffff;
  stroke: #454e4e;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st10 {
  fill: #ffffff;
  stroke: #454e4e;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.st11 {
  fill: #ffffff;
  stroke: #454e4e;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
.st12 {
  fill: none;
  stroke: #454e4e;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.st13 {
  fill: none;
  stroke: #454e4e;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.st14 {
  fill: none;
  stroke: #454e4e;
  stroke-miterlimit: 10;
}
.st15 {
  fill: #ffffff;
  stroke: #454e4e;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
/* End SVG */
.supply-chain {
  margin-bottom: 84px;
}
.supply-chain .design-innovation {
  margin-top: 24px;
}
/* Start Footer */

.main-footer {
  background-color: #232733;
  padding: 80px 0;
}
.about-widget-tx h4 {
  font-size: var(--font-size-h4);
  color: white;
  margin-bottom: 30px;
}
.about-widget-tx p {
  font-size: var(--font-size-h6);
  line-height: 1.5;
  color: #ffffff;
  font-weight: 300;
  position: relative;
  margin-bottom: 26px;
}
.social-links {
  display: flex;
}
.social-links ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links ul li {
  margin-right: 15px;
}
.social-links ul li a {
  width: 47px;
  height: 47px;
  background-color: #3a3949;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links ul li a:hover {
  background: #7c2c4a;
  border-radius: 50%;
}
.social-ico {
  width: 35px;
  height: 35px;
  display: inline-block;
}
.social-ico.fb {
  background-image: url("assets/image/icon/fb.png");
}
.social-ico.linkdin {
  background-image: url("assets/image/icon/linkdin.png");
}
.social-ico.x {
  background-image: url("assets/image/icon/x.png");
}
.social-ico.instagram {
  background-image: url("assets/image/icon/instagram.png");
}
.links-widget h4 {
  font-size: var(--font-size-h4);
  color: white;
  margin-bottom: 30px;
}
.links-widget-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-widget-content ul li {
  margin-bottom: 16px;
}
.links-widget-content ul li a {
  font-size: var(--font-size-h6);
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.links-widget-content ul li a:hover {
  color: var(--primary-color);
}
.footer-border-bottom {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.footer-address h6 {
  font-size: var(--font-size-h6);
  line-height: 0;
  color: #fff;
  margin: 20px 0;
  font-weight: 300;
}
.footer-address h4 {
  font-size: var(--font-size-h5);
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.footer-bottom {
  background: #3a3949;
  color: #ffffff;
  text-align: center;
  padding: 28px 0;
  font-size: 14px;
  font-weight: 300;
}
#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 39px;
  font-size: 24px;
  background: #7e807c;
  color: white;
  border: none;
  cursor: pointer;
  display: none;
  transition: opacity 0.3s;
  transition: all 0.3s ease;
  z-index: 9999;
  padding: 0;
}
.top-icon {
  background-image: url("assets/image/icon/top.png");
  width: 33px;
  height: 18px;
  display: inline-block;
  opacity: 0.6;
  transform: scale(0.7);
}

#scrollToTopBtn:hover {
  background: #a54165;
  transition: all 0.3s ease;
}
#scrollToTopBtn:hover .top-icon {
  opacity: 1;
}
.building-legacy {
  margin-top: 80px;
  background-image: url("assets/image/engineering.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 44px 0;
  position: relative;
}
/* .building-legacy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
} */
.building-legacy-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: white;
}
.building-legacy-content h2 {
  font-size: var(--font-size-h3);
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.building-legacy-content p {
  font-size: var(--font-size-h5);
  line-height: 1.6;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
}
.download-btn {
  display: inline-block;
  margin-top: 20px;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 280px;
  transition: all 0.3s ease;
}
.download-btn:hover {
  background: var(--primary-color);
  color: white;
  transition: all 0.3s ease;
}
.pdf-icon {
  background-image: url("assets/image/pdf-icon.png");
  width: 54px;
  height: 30px;
  display: inline-block;
  background-size: cover;
}

.skyHolder {
  overflow: hidden;
  position: absolute;
  height: 396px;
  width: 100%;
  /* background: red; */
  z-index: 5;
  filter: blur(30px);
}
.sky {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 1000vw;
  background-image: url("assets/image/clouds.png");
  animation: skyMotion 100s alternate infinite;
}

@keyframes skyMotion {
  from {
    left: 0%;
  }
  to {
    left: -900vw;
  }
}

/* End Footer */
