@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    src: local('Impact'), url('/fonts/impact.woff') format('woff');
}

:root {
  --black: #000;
  --white: #fff;
  --lightBlack: #464646;
  --grey: #959595;
  --darkRed: #c80e0e;
  --lightgrey: #6c6c6c;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--lightBlack);
  background: #fafafa;
}

figure {
  margin: 0;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
}

.upper {
  text-transform: uppercase;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 0 20px 0;
}

p a {
  text-decoration: none;
  color: inherit;
}

p a:hover {
  color: var(--darkRed);
}

ul li,
ol li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  color: var(--darkRed);
}

textarea {
  resize: none;
}
/* Common Style Start */


.main-title {
  color: var(--white);
  font-family: "impact";
  font-size: 60px;
  line-height: 60px;
}

.main-title * {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
}

.section-title {
  color: var(--lightBlack);
  font-family: "impact";
  font-size: 30px;
  line-height: 35px;
  padding-left: 20px;
  position: relative;
  display: inline-flex;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  background: var(--darkRed);
  width: 4px;
  height: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.section-title span {
  color: var(--darkRed);
}

.section-title * {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
}

.product-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}

.product-title * {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
}

.block-title {
  color: var(--darkRed);
  font-family: "impact";
  font-size: 32px;
  line-height: 40px;
}

.block-title * {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
}

.normal-title {
  color: var(--lightgrey);
  font-family: "impact";
  font-size: 36px;
  line-height: 42px;
}

.normal-title * {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
}

.product-title {
  font-size: 55px;
  padding-top: 12px;
}

/*btns*/

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding: 7px 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.btn-white {
  border: 0.5px solid var(--white);
  color: var(--white);
}

.btn-white:hover {
  color: var(--white);
  background: var(--darkRed);
}

.btn-white-bordered {
  border: 0.5px solid #7a7a7a;
  color: var(--white);
  padding: 8px 21px;
}

.btn-white-bordered:hover {
  border-color: var(--darkRed) !important;
  background: var(--darkRed) !important;
  color: var(--white) !important;
  /* box-shadow: 1px 2px 0px 0 rgb(200, 14, 14); */
}
.btn-white-bordered img {
  width: 26px;
  height: 30px;
  margin-right: 15px;
}

.btn-white-bordered:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.form-group button {
  margin-top: 30px;
}

/*btns*/

/* Common Style End */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
  position: relative;
  background: #fafafa;
  padding: 30px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.header .navbar {
  padding: 0;
  align-items: center;
  max-width: 1032px;
  margin: 0 auto;
}

.dropdown-toggle svg path {
  stroke: var(--black);
}

.header .navbar-brand {
  padding: 0;
  margin: 0;
  max-width: 135px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  opacity: 0.76;
}

.header .navbar-brand * {
  height: 100%;
  width: 100%;
}

.header .navbar-nav {
  width: 100%;
  max-width: 550px;
  margin: 0 0 0 auto;
}

.header .navbar-nav .nav-item.dropdown {
  margin: 0 auto 0 0;
}

.dropdown-menu {
  border-radius: 0px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
}

.header .navbar-nav .nav-item.dropdown .dropdown-toggle:focus {
  box-shadow: unset;
}

.header .navbar-nav .nav-item.dropdown .dropdown-toggle svg {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  width: 11px;
}

.header .navbar-nav .nav-item.dropdown .dropdown-toggle.show svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.header .navbar-nav .nav-item {
  margin: 0 35px 0 0;
  padding: 10px 0;
}

.header .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.header .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
  color: var(--lightBlack);
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  padding: 0px;
  border-bottom: 2px solid transparent;
}

.header .navbar-nav .nav-item .nav-link::after {
  display: none;
}

.header .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid #c80e0e !important;
}

.header .navbar-nav .nav-item .nav-link.dropdown-toggle.show {
  border-bottom: 2px solid #c80e0e;
}

.header .navbar-nav .nav-item .nav-link.dropdown-item {
  border-bottom: 0px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.header .navbar-nav .nav-item .nav-link.dropdown-item:hover,
.header .navbar-nav .nav-item .nav-link.dropdown-item.active {
  border-bottom: 0px !important;
  background: #dddd;
}

.header .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 20px;
}

.header .navbar-nav .dropdown .dropdown-item figure,
.header .navbar-nav .dropdown .dropdown-item img {
  width: 50px;
  height: 100%;
  margin-right: 10px;
}

.header .dropdown .dropdown-menu > *:last-child {
  border-top: 1px solid #e5e5e5;
}

.country-select select {
  color: var(--lightBlack);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  padding: 0;
  border: 0px;
  border: 0px;
  padding: 6px 34px 6px 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.country-select {
  position: relative;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  margin: 0 0 0 140px;
  border: 1px solid #7a7a7a;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
  padding: 4px 12px 4px 12px;
  max-width: 100px;
  width: 100%;
}

.country-select img {
  margin-right: 0px;
  max-width: 20px;
}

.country-select select:focus {
  outline: none;
}

.country-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 15px 6px 7px;
  border: none;
  cursor: pointer;
}

.country-select select option {
  width: 100%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background: #f2f2f2;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9" fill="none"><path d="M12.7776 1.28497L6.77759 7.28497L0.777588 1.28497" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat center;
  height: 10px;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 1px;
  width: 30px !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  background-size: 11px 14px !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg) !important;
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
  -moz-transform: translateY(-50%) rotate(180deg) !important;
  -ms-transform: translateY(-50%) rotate(180deg) !important;
  -o-transform: translateY(-50%) rotate(180deg) !important;
}

.select2-container--open .select2-dropdown--below {
  border: 0px;
  width: 129px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.select2-container--open .select2-dropdown {
  left: -28px !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #dddd !important;
  color: #3d3d3d !important;
}

.select2-dropdown--below {
  top: 7px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.8));
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.8));
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border: 0px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: -8px !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
  color: #000;
}
/*==========================Footer Start========================================*/
.footer {
  background: #2e2e2e;
  padding: 40px 0 20px 0;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  max-width: 160px;
  width: 100%;
  height: 100%;
}

.footer-wrap .footer-logo * {
  height: 100%;
  width: 100%;
}

.footer-right {
  display: flex;
}

.footer-block {
  display: flex;
  max-width: 600px;
}

.footer-block .footer-info {
  display: flex;
  font-size: 18px;
  line-height: 25px;
  color: var(--white);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-right: 2px solid #c80f0f;
  padding-right: 65px;
  margin-right: 65px;
}

.footer-block > *:last-child {
  border: none;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.footer-block .footer-info img {
  width: 25px;
  height: 25px;
  opacity: 0.4;
  margin-right: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.footer-block .footer-info span {
  white-space: nowrap;
}

.footer-block .footer-info:hover img {
  opacity: 1;
}

.social-icons ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  margin-right: 20px;
}

.social-icons ul > *:last-child {
  margin-right: 0;
}

.social-icons ul li img,
.social-icons ul li svg {
  height: 100%;
  width: 100%;
  max-width: 25px;
  opacity: 0.4;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.social-icons ul li a:hover img,
.social-icons ul li a:hover svg {
  opacity: 1;
}

.footer-copyright {
  margin: 35px 0 0 0;
}

.footer-copyright * {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: var(--grey);
}

/*==========================Footer End========================================*/

/*==========================Warranty start========================================*/

.title-center {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.warranty-inner {
  padding: 60px 0 80px 0;
  max-width: 770px;
  margin: 0 auto;
}

.warranty-description strong {
  color: #4f4f4f;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.warranty-description ul {
  margin: 0;
  padding: 0;
}

.warranty-description ul li {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 20px 0;
}

.warranty-description span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  display: inline-flex;
}

/*==========================Warranty End========================================*/

/*==========================Contact Start========================================*/

.contact-map {
  padding: 60px 0 80px 0;
  background: #fafafa;
}

.contact-map-img img {
  box-shadow: 6px 7px 10px 0 rgba(0, 0, 0, 0.4);
}

.contact-map-img {
  height: 100%;
  width: 100%;
}

.contact-map-img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contact-right ul li a img {
  max-width: 25px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  margin-right: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.contact-right ul {
  margin: 30px 0 0 0;
  padding: 0;
}

.contact-right ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

.contact-right ul li a {
  display: inline-flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.contact-right p strong {
  display: block;
  margin: 0 0 20px 0;
}

.contact-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 445px;
  margin: 0 0 0 auto;
}
.contact-us-form .row {
  flex-direction: column;
  align-items: center;
}

.contact-form {
  background: url(../images/contact/contact-form-banner.webp) no-repeat center;
  padding: 50px 0 70px 0;
  background-size: cover;
}

.contact-us-form {
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(7.5px);
  padding: 50px 100px 40px 100px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.contact-us-form .success-message {
  color: var(--white);
  text-align: center;
  visibility: hidden;
}

.contact-us-form .section-title {
  color: var(--white);
}

.contact-us-form .form-group label {
  margin: 0 10px 0 0;
  text-align: right;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  width: 54%;
}

.contact-us-form .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px 0;
}

.contact-us-form .form-group .form-control {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 29px;
  color: var(--white);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  max-width: 610px;
  width: 100%;
  border: 1px solid rgba(162, 162, 162, 1);
  background: transparent;
}

.contact-us-form .form-group .form-control:focus {
  box-shadow: none;
}

.textarea-msg {
  flex-direction: column;
}
.contact-us-form .form-group.textarea-msg .form-control {
  margin-top: 10px;
  max-width: 100% !important;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.contact-us-form .form-group.textarea-msg label {
  width: 100%;
  text-align: left;
}

.contact-us-form .btn-white {
  margin-top: 50px;
}

.contact-us-form .btn-white img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.contact-us-form .btn-white:hover img {
  filter: brightness(0) invert(1);
}

/*==========================Contact End========================================*/

/*==========================Home Start========================================*/

/*home banner*/
.home-banner-wrap {
  position: relative;
}

.home-banner-img * {
  height: 100%;
  object-fit: cover;
}

.home-banner-img {
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.home-banner-content {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width:100%;
}

.home-banner-inner .main-title {
  margin: 0 auto;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.9));
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.9));
}

.home-banner-inner .main-title span {
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  background: transparent;
  color: transparent;
  font-size: 40px;
  line-height: 50px;
}

.home-banner-inner .main-title strong {
  font-size: 40px;
  line-height: 50px;
}

.home-banner-bottom-content {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  text-align: center;
  width:100%;
}


.home-banner-bottom-content ul {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}

.home-banner-bottom-content ul li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid var(--white);
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: inherit;
  line-height: 20px;
  color: var(--white);
  list-style-type: none;
}

.home-banner-bottom-content ul > *:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0px;
}

.home-banner-bottom-content .normal-title {
  color: var(--white);
  margin-top: 20px;
}
/*home banner*/

/*features*/
.features-main {
  padding: 50px 0;
}

.features-inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.features-block {
  border-top: 1px solid #9999;
  border-left: 1px solid #9999;
  border-bottom: 1px solid #9999;
  border-right: 1px solid #9999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 171px;
  width: 100%;
  align-items: center;
  padding: 30px 10px;
  row-gap: 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  text-align: center;
  position: relative;
  margin-left: -1px;
}

.features-img {
  max-width: 75px;
  width: 100%;
  height: 100%;
}

.features-img * {
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.features-img {
  max-width: 75px;
}

.features-block .detail {
  margin: auto 0 0 0;
  font-size: 14px;
  line-height: 19px;
}

.features-block .detail * {
  margin: 0;
}

/*features*/

/*why vmeng*/

.why-vmeng-main {
  padding: 60px 0 60px 0;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.why-vmeng-inner {
  max-width: 770px;
  margin: 0 auto;
}

.why-vmeng-description .block-title {
  margin: 30px 0 10px 0;
  font-size: 25px;
  color: var(--darkRed);
}

.why-vmeng-description strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.vmeng-founder {
  margin: 60px 0 0 0;
}

.vmeng-founder img {
  max-width: 250px;
  margin: 0 auto 10px auto;
}

/*why vmeng*/

/*vmeng product collection*/
.product-collection-title .block-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: var(--lightgrey);
  color: #616161;
}

.product-collection-main .product-collection-title .detail {
  margin: 20px 0 40px 0;
}

.product-collection-title .section-title span {
  color: #c81010;
}

.product-collection-title .section-title {
  padding-left: 0px;
}

.product-collection-title .section-title::before {
  display: none;
}

.product-collection-title .detail {
  margin: 50px 0 37px 0;
  color: var(--lightBlack);
  font-size: 21px;
  line-height: 24px;
}

.product-collection-title .detail * {
  margin-bottom: 5px;
  font-weight: 300;
  color: #555;
}

.product-collection-title .detail svg {
  padding-left: 10px;
  margin: 0;
}

.product-collection-title .detail span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.product-collection-title .btn img {
  width: 26px;
  height: 30px;
  margin-right: 15px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.product-collection-title .btn {
  line-height: 24px;
  padding: 8px 21px;
  align-items: center;
  color: #4f4f4f;
}

.product-collection-block {
  display: flex;
  align-items: center;
}
.product-collection-wrap {
  padding: 60px 0;
}
.product-collection-img {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-product {
  text-align: center;
}

.about-product p {
  color: var(--lightBlack);
  font-weight: 300;
}

.about-product .normal-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 23px;
  line-height: 26px;
  color: var(--lightBlack);
}

.about-product .normal-title span {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

.about-product {
  margin-bottom: 40px;
}

.product-collection-img-wrp {
  width: 100%;
}

.product-collection-title {
  width: 40%;
}

.product-collection-description {
  width: 25%;
}

.product-collection-img-wrp {
  position: relative;
}

.gradient-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  width: 100%;
  height: 100%;
}

.product-collection-main > *:nth-child(odd) {
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.product-collection-main > *:nth-child(even) .gradient-bg {
  z-index: 1;
}
/*==========================Home End========================================*/

/*==========================Product Start========================================*/

/*product banner*/
.product-collection-slider .product-collection-img-wrp {
  position: unset;
}

.product-collection-slider-wrp {
  width: 50%;
}

.product-collection-slider-wrp .product-collection-img {
  position: relative;
}

.product-collection-slider-wrp .product-collection-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url(../images/products/gradient_spartan.svg) no-repeat;
  height: 100%;
  width: 100%;
  top: 54px;
  z-index: -1;
}

.product-slider-inner .product-collection-title {
  width: 28%;
  padding: 13px 0 0 40px;
  position: relative;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 44px 0 0 0;
  padding: 0;
}

.slick-dots li {
  list-style-type: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 15px;
  width: 15px;
  padding: 4px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.slick-dots > *:last-child {
  margin: 0;
}

.slick-dots li::before {
  border: 1px solid #424242;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 21px;
  width: 21px;
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
}

.slick-dots li.slick-active {
  background: #424242;
}

.slick-dots li button {
  display: none;
}

.product-slider-inner .product-collection-block {
  align-items: center;
}

.product-slider-main {
  padding: 80px 0;
  background: #fafafa;
}

.product-slider-main .block-title {
  color: #6c6c6c;
}

.product-slider-inner .product-collection-title::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 22px;
  background: url(../images/products/banner_side.svg) no-repeat;
  /* background-size: cover; */
  top: -10px;
}
/*product banner*/

/*technical specification*/
.technical-specification-left ul li {
  list-style-type: circle;
}

.technical-specification-left a {
  color: var(--darkRed);
}

.technical-specification-right table thead {
  background: #e1e1e1;
  border-bottom: 0.5px solid var(--lightgrey);
}

.technical-specification-right table tr {
  border-bottom: 0.5px solid var(--lightgrey);
}

.technical-specification-right table td {
  padding: 5px 25px;
}

.technical-specification-right table tbody tr > *:first-child {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.technical-specification-right table tbody tr > *:nth-child(even) {
  text-align: center;
}

.technical-specification-right {
  width: 100%;
  max-width: 610px;
  margin: 0 0 0 auto;
}

.technical-specification-right table {
  width: 100%;
}

.technical-specification-right tr th {
  padding: 8px;
  font-family: "impact";
  font-size: 25px;
  line-height: 28px;
  color: var(--darkRed);
  font-weight: lighter;
  text-align: center;
}

.technical-specification-right .btn {
  margin-top: 70px;
  color: #4f4f4f;
}

.technical-specification-main {
  padding: 60px 0 80px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

/*technical specification*/

/*top quality componants*/
.componants-block .brand-img {
  max-width: 200px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  opacity: 0.57;
}

.componants-block .brand-img * {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.componants-flx {
  display: flex;
  justify-content: center;
  margin: 0;
  align-items: center;
  column-gap: 7px;
}

.componants-flx img {
  max-width: 38px;
  height: 100%;
  width: 100%;
}

.componants-flx * {
  margin: 0;
}

.top-quality-componants-main {
  padding: 60px 0 80px 0;
}

.top-quality-componants-wrp {
  display: flex;
  column-gap: 46px;
  justify-content: center;
  row-gap: 30px;
  flex-wrap: wrap;
}

.componants-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.componants-flx p {
  font-size: 14px;
  line-height: 20px;
}
/*top quality componants*/

/*machine features*/
.machine-feature-block {
  position: relative;
}

.machine-feature-block .machine-feature-img {
  max-width: 380px;
  filter: drop-shadow(0 4px 8px rgb(122, 122, 122));
  -webkit-filter: drop-shadow(0 4px 8px rgb(122, 122, 122));
}

.machine-feature-block .machine-feature-img * {
  height: 100%;
  width: 100%;
}

.feature-name {
  position: absolute;
  top: 113px;
  padding: 7px 25px 7px 16px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 63.76%,
    rgba(253, 253, 253, 0) 100%
  );
  text-transform: uppercase;
}

.feature-name * {
  font-family: "impact";
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  margin: 0;
  letter-spacing: 0.7px !important;
}

.machine-feature-block {
  height: calc(100% - 30px);
  margin: 0 0 30px 0;
}

.machine-features-main {
  padding: 60px 0 80px 0;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
/*machine features*/

/*video-showcase*/
.video-text {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.video-showcase-main .title-center {
  margin-bottom: 30px;
}

.video-text a {
  color: var(--darkRed);
}

.video-showcase-block {
  position: relative;
}

.video-showcase-poster {
  filter: drop-shadow(0 4px 8px rgb(122, 122, 122));
  -webkit-filter: drop-shadow(0 4px 8px rgb(122, 122, 122));
}

.video-btn {
  background: rgba(250, 250, 250, 0.6);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.video-btn svg {
  height: 22px;
  width: 22px;
  right: -2px;
  position: relative;
}

.video-btn svg path {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.video-btn:hover {
  background: var(--darkRed);
}

.video-btn:hover svg path {
  fill: #fff;
}

.video-showcase-block {
  max-width: 380px;
  height: calc(100% - 30px);
  margin: 0 0 30px 0;
}

.video-showcase-block .video-showcase-poster * {
  max-width: 380px;
  height: 100%;
  width: 100%;
  filter: brightness(1) contrast(0.8) grayscale(1);
}

.vd-btn {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}

.video-showcase-main {
  padding: 60px 0 80px 0;
}
/*video-showcase*/

/*==========================Product End========================================*/

/*==========================Attachments Start========================================*/

.attachments-right {
  position: relative;
}

.attachments-inner > *:nth-child(odd) {
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.attachment-img {
  max-width: 535px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.attachments-main .title-center {
  padding: 60px 0px 20px 0px;
  margin: 0px;
}

.attachments-main .title-paragraph {
  text-align: center;
  font-size: 16px;
  padding-bottom: 30px;
}

.attachments-center {
  display: grid;
  align-items: center;
}

.attachments-wrap {
  padding: 40px 0;
}

.attachments-right .gradient-bg {
  top: 107px;
  height: auto;
  right: -45px;
  z-index: 1;
}

.attachments-left .detail {
  margin: 20px 0 30px 0;
  font-size: 14px;
  line-height: 26px;
}

.attachments-left table tbody tr {
  border-top: 0.5px solid var(--lightgrey);
}

.attachments-left table tbody tr:last-child {
  border-bottom: 0.5px solid var(--lightgrey);
}

.attachments-left table tbody tr > *:first-child {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.attachments-left table tbody tr td {
  padding: 5px 10px;
  color: #505050;
}
.attachments-left table {
  max-width: 500px;
  width: 100%;
}

.attachments-left table tbody tr > *:nth-child(even) {
  background: #f6f6f6;
  text-align: center;
}

.attachments-table {
  font-size: 14px;
  line-height: 30px;
}

.technical-specification-right table tbody tr > *:nth-child(even) {
  background: #f6f6f6;
  text-align: center;
}

.attachments-left .normal-title {
  font-size: 24px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 20px;
  color: #000000;
}

.attachments-left .normal-title span {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: var(--grey);
}

.attachments-left .normal-title p {
  font-size: 22px;
  padding-top: 10px;
  color: var(--lightBlack);
}

.attachments-main > *:last-child {
  border-bottom: 0px;
}

/*==========================Attachments End========================================*/

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}
