#myBtnup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #00000075;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgb(0, 0, 0);
  background-color: transparent;
}

/* .bg {

  width: 100%;
  text-align: center;
}

.cover {
  width: 100%;
  height: auto;
} */

/* .title h1 {
  position: absolute;
  font-size: 110px;
  line-height: 120px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 10% 0;
  width: 100%;
}

.Send {
  font-size: 20px;
  padding: 0 10px;
}

.Quote {
  font-size: 20px;
  padding: 0 10px;
}

.containers {
  margin: 0;
  background-color: #000;
}

.shadow {
  box-shadow:
    inset 0 -3em 3em rgba(0, 0, 0, 0.1),
    0 0 0 2px rgb(190, 190, 190),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}

 */

/* .color-black {
  background-color: #000000;
} */

.image-back {
  padding: 80px 0;
  background-image: url(../images/Harabas-TM-300-Dropside.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.title-help {
  text-transform: uppercase;
  color: #ffff;
  font-weight: bold;
}

.bold {
  font-weight: 700;
  color: #000000;
}

.activeMM {
  background-color: #e1e1e1 !important;
}

/* ------------------------------start youtube video css---------------------- */

.title-specs {
  font-weight: 700;
  font-size: 44px;
  color: #212529;
  margin-bottom: 48px;
  font-family: Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .title-specs {
    font-size: 29px;
    margin-bottom: 20px;
  }
}

.cos-container {
  padding: 50px 100px;
}

.yt-container {
  display: flex;
  justify-content: center;
  /* centers horizontally */
  align-items: center;
  /* centers vertically if needed */
  padding: 20px;
  /* optional padding */
}

.responsive-iframe {
  position: relative;
  width: 100%;
  max-width: 990px;
  /* optional max width */
  aspect-ratio: 16 / 9;
  /* maintains aspect ratio */
  /* For older browsers, you can use padding-top trick instead of aspect-ratio: 16/9; */
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 786px) {
  .cos-container {
    padding: 20px 20px;
  }
  .container-form {
    width: 85% !important;
    margin: auto;
  }
}

/* -----------------------------end youtube video css---------------------- */

.get {
  justify-content: center;
  margin: auto;
  display: flex;
  padding: 30px 0;
}

.Send {
  font-size: 20px;
  padding: 0 10px;
}

.Quote {
  font-size: 20px;
  padding: 0 10px;
}

.containers {
  margin: 0;
  background-color: #000;
}

.shadow {
  box-shadow:
    inset 0 -3em 3em rgba(0, 0, 0, 0.1),
    0 0 0 2px rgb(190, 190, 190),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .title h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .get {
    padding: 15px 0;
  }
  .Send,
  .Quote {
    font-size: 16px;
    padding: 0 5px;
  }
  .activeMF {
    display: none;
  }
}

/* ---------------------------START UNIT CSS-------------------- */

.align-unit {
  display: GRID;
  justify-content: center;
  place-items: center;
}

.title-dis {
  font-family: Arial, sans-serif;
  font-size: 30px;
  color: #4d4d4d;
  font-weight: 600;
}

.model-unit {
  padding: 50px;
  width: 80%;
  height: auto;
}

.model-unit-plate {
  width: 50%;
  height: auto;
}

/* ---------------------start table csss ------------------ */

.thead-dark th {
  background-color: #585858 !important;
  color: #fff !important;
}

table {
  width: 100% !important;
  margin: auto;
  font-family: Arial, sans-serif;
  color: #212529 !important;
}

/* tbody tr td {
  text-align: center !important;
} */

/* ---------------------start section-special-offers css------------------  */

.title-card {
  font-weight: 600;
}

.section-special-offers {
  background-color: #585858;
}

.cards {
  width: 190px;
  height: 170px;
  padding: 20px;
  /* background: white; */
  border-radius: 10px;
  transition: border-radius 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  text-align: center;
  margin: auto;
}

.boxes {
  color: #fff;
  text-align: center;
}

.cards:hover,
.boxes:hover {
  color: #000000;
  transform: scale(1.2);
  background-color: #e1e1e1;
}

.row {
  width: 100% !important;
}

.active1 {
  background-color: #e1e1e1 !important;
  padding: 50px;
}

.hover {
  display: flex;
  margin: auto;
}

@media (max-width: 768px) {
  .model-unit {
    width: 100%;
    height: auto;
  }
  .model-unit-plate {
    width: 70%;
    height: auto;
  }
  .fronend-about h2 {
    font-size: 26px !important;
    margin: 0 !important;
  }
  .logo-reponsive {
    font-size: 20px !important;
  }
  .icon-bar a {
    padding: 9.5px !important;
  }
}

.container-gallery {
  margin-left: 50px;
  margin-right: 50px;
  max-width: 100% !important;
}

.fronend-about {
  font-size: 44px !important;
  display: grid;
  text-align: center;
  /* margin-bottom: 20px; */
  padding: 20px;
}

.fronend-about h2 {
  font-size: 44px;
  margin: -1rem 0;
}

.card {
  border: none !important;
}

.name-title {
  width: 50% !important;
  margin: auto;
}

.sticky-top {
  z-index: 3 !important;
}

.title-series {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.Vehicle {
  color: red;
  font-weight: 800;
}

.Related {
  color: #000;
  font-weight: 800;
}

.hover-related:hover {
  /* transform: scale(1.1); */
  transition: transform 1.3s ease;
  cursor: pointer;
  z-index: 1 !important;
  background-color: #ffffff;
  color: #000000;
}

.icon-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #fffafa;
  color: #000000;
}

.Promo {
  background: #000000;
  color: white;
}

.Shopping {
  background: #585858;
  color: rgb(255, 251, 251);
}

.Wrench {
  background: #000000;
  color: white;
}

.Gear {
  background: #585858;
  color: white;
}

.Phone {
  background: #000000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}


/* ---------------------ebd section-special-offers css------------------ */

.mat-input {
  position: relative;
  font-size: 15px;
}

.mat-input input {
  border-width: 0 0 1px;
  outline: none;
  background-color: #0000000a;
  border-radius: 4px 4px 0 0;
  padding: 1.8em 0.75em 0.75em;
  border-color: #8c8c8c;
  border-style: solid;
  font-size: inherit;
  transition: 0.1s;
  width: 100%;
}

.mat-input input:hover,
.mat-input input:focus {
  border-bottom-width: 2px;
  padding-bottom: calc(0.75em - 1px);
}

.mat-input input:hover {
  border-color: #121212;
}

.mat-input input:focus {
  border-color: #000000;
}

.mat-input label {
  position: absolute;
  top: 1.4em;
  left: 1em;
  pointer-events: none;
  transition: 0.2s;
  color: #0009;
  font-weight: 700;
}

.mat-input:has(input:focus) label {
  color: #000000;
}

.mat-input:has(input:focus) label,
.mat-input:not(:has(input:placeholder-shown)) label {
  top: 0.75em;
  font-size: 0.8em;
  font-weight: 700;
}

.mat-input input::placeholder {
  opacity: 0;
  transition: 0.2s;
  color: #aaa;
}

.mat-input input:focus::placeholder {
  opacity: 1;
}

textarea::placeholder {
  font-weight: 700;
}

.container-form {
  width: 55%;
  margin: auto;
}

label[for="honeypot"],
#honeypot {
  display: none;
  visibility: hidden;
}
