.header {
  height: 130px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: fixed;
  z-index: 99999;
  transition: 0.3s;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.45);
}

/*--------------------------------------------------------Header Sticky-----------------------------------------------------*/

.header-small {
  height: 50px;
  box-shadow: 0 25.6px 57.6px 0 rgb(0 0 0 / 22%),
    0 4.8px 14.4px 0 rgb(0 0 0 / 18%);
}
.header-phone-top-small {
  transform: translateY(-50px);
}

.header-buttons-small {
  transform: translateY(-35px);
}

.logo-small {
  transform: scale(0.6);
}
.logo-text-small {
  transform: scale(0.8);
  transition: 0.3s ease-in-out;
}
.header-logo-text-small {
  transform: scale(0.6) translateX(-170px);
}

/*--------------------------------------------------------Header Sticky-----------------------------------------------------*/

/*--------------------------------------------------------MAIN-----------------------------------------------------*/
.header-main {
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 0 50px;
  /* padding-left: 0.5rem;
  padding-right: 0.5rem; */
}
.header-main-opacity {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header-main-body {
  height: 100%;
  width: 50%;
  /* padding: 0px 50px 0 50px; */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 5%;
}

.header-main-contents2 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.header-main-button {
  height: auto;
  width: auto;
  /* padding: 0 20px 0 0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-main-button li{
  list-style: none;
}
.header-main-phone {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header-main-logo {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header-button-main {
  opacity: 1;
  display: flex;
  position:relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------MAIN-----------------------------------------------------*/

/*--------------------------------------------------------BODY-----------------------------------------------------*/

.header-phone {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: auto;
  transition: 0.3s;
}
.header-logo {
  height: 100%;
  /* width: 20%; */
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header-logo img {
  height: 68px;
  width: 68px;
  transition: 0.3s ease-in-out;
}

.header-phone-top {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 0 0;
  margin: 10px;
  margin-bottom: 40px;
  transition: 0.3s;
  opacity: 1;
}
.header-main-button a {
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 550;
  color: #222222;
  text-align: center;
  text-decoration: none;
}

/*--------------------------------------------------------BODY-----------------------------------------------------*/

/*--------------------------------------------------------BACKGROUND-----------------------------------------------------*/

.header-background {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------BACKGROUND-----------------------------------------------------*/

/*--------------------------------------------------------COLOROVERLAY-----------------------------------------------------*/

/*--------------------------------------------------------COLOROVERLAY-----------------------------------------------------*/

/*--------------------------------------------------------IMAGE-----------------------------------------------------*/

.logo {
  background-image: url("../../../Images/MSI_ID_Logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;

  height: 120px;
  width: 120px;

  cursor: pointer;
  border: none;
  transition: 0.3s;
}

.header-phone-image {
  background-image: url("../../../Images/Icons/icons8/icons8-phone-64.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;

  height: 25px;
  width: 25px;
  padding: 10px;
  margin-left: 10px;
}
.header-address-image {
  background-image: url("../../../Images/Icons/icons8/icons8-gps-100.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100% 100%;

  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.LogIn-Image:hover {
  transform: scale(1.3);
}
/*--------------------------------------------------------IMAGE-----------------------------------------------------*/

/*--------------------------------------------------------BUTTONS-----------------------------------------------------*/

.dropdown-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  overflow: hidden;
  background-color: #f9f9f9;
  border-radius: 15px;
  height: 0;
  width: 350px;
  box-shadow: 0 6.4px 14.4px 0 rgb(0 0 0 / 13%),
    0 1.2px 3.6px 0 rgb(0 0 0 / 11%);
  padding: 0 16px;
  z-index: 1;
  top: 100%;
  right: 0;
  transition: 0.3s ease;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideIn;
  animation-timing-function: ease;
}

.dropdown-content.show {
  height: 200px;
  padding: 12px 16px 12px;
}

.dropdown-header:hover .dropdown-content {
  height: auto;
  padding: 12px 16px 12px;
  /* overflow: visible; */
}

.dropdown-header span {
  height: auto;
  width: auto;
  padding: 10px 10px 5px 10px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 550;
  color: #222222;
  /* margin-left: 10px; */
  /* border-radius: 5px; */
  transition: 0.1s;
  border-bottom: 5px solid transparent;
}

/* .dropdown-header span:hover {
    outline: none;
    box-shadow: 0px 5px 0px 0px #1787ff; */

    /* transition: 0.1s ease-in-out;
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-name: header_hover;
    animation-timing-function: ease; */
/* } */

.header-buttons {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: auto;
  transition: 0.3s;
}

.header-buttons .h-button {
  height: auto;
  width: auto;
  padding: 10px 15px 10px 15px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 550;
  color: #222222;

  transition: 0.1s;
  border-bottom: 5px solid transparent;
}

.h-button::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #1787ff;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .2s all ease-out;
}

.h-button:hover::after {
  transform: scale(0.9);
}

/* .h-button:hover {
border-bottom: 5px solid #1787ff;
} */

@keyframes header_hover {
  from {
    outline: 0px solid #1787ff;

  }
  to {
    outline: 1px solid #1787ff;
    box-shadow: 0 25.6px 57.6px 0 rgb(0 0 0 / 22%),
      0 4.8px 14.4px 0 rgb(0 0 0 / 18%);
  }
}


/*--------------------------------------------------------BUTTONS-----------------------------------------------------*/

/*--------------------------------------------------------TEXT-----------------------------------------------------*/
.header-logo-text {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 3rem;
  color: #222222;
  text-align: left;
  transition: 0.3s ease-in-out;
}
/* .logo-text {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 3rem;
  color: #222222;
  text-align: center;
  transition: 0.3s ease-in-out;
} */
.logo-text-small {
  cursor: pointer;
  position: absolute;
  left: 0;
}
.header-text {
  margin-top: 200px;

  font-family: "Frutiger";
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  height: auto;
  width: auto;
  color: white;
  text-align: left;
}
.phone-text {
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
  text-align: center;
}
.phone-text a {
  color: #222222;
  text-decoration: none;
}
/*--------------------------------------------------------TEXT-----------------------------------------------------*/

/*--------------------------------------------------------DROPDOWN-----------------------------------------------------*/

.header-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  transition: transform ease-in-out 0.3s;
}

.header-dropdown-content {
  list-style: none;
  position: absolute;
  top: 3.2em;
  width: 100%;
  left: 0;
  visibility: hidden;
  overflow: hidden;
}

.header-arrow.arrow-rotate {
  transform: rotate(180deg);
}

.product-dropdown-container {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  border-left: 0px solid #1787ff;
  transition: opacity 0.3s ease-in, transform 0.3s ease-out;
}
.product-dropdown-container:hover {
  transform: scale(1.1) translateX(10px);
}

.product-dropdown-container:hover .product-header-text {
  padding-left: 5px;
  border-left: 5px solid #1787ff;
}
/* .product-dropdown-container:hover a {
  color: #1787ff;
} */
.dropdown-header {
  position: relative;
  display: flex;
  /* padding: 0 10px 0 10px; */
}

@keyframes slideIn {
  from {
    opacity: 0;
    /* transform: translateY(-20px); */
  }
  to {
    opacity: 1;
    /* transform: translateY(0); */
  }
}




/*--------------------------------------------------------DROPDOWN 480PX-----------------------------------------------------*/

.dropbtn-res {
  color: white;
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 4%;
  left: 4%;
  z-index: 9999;

  padding:20px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 2px 1px rgba(0,0,0,0.09), 0 4px 2px rgba(0,0,0,0.09), 0 8px 4px rgba(0,0,0,0.09), 0 16px 8px rgba(0,0,0,0.09), 0 32px 16px rgba(0,0,0,0.09);
}
.dropbtn-res img{
  height:30px;
  width: 30px;
  pointer-events: none;
}
.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980b9;
}
.dropdown-content-res-absolute {
  height: auto;
  width: 50%;
  position: absolute;
  left: 0;
}

.dropdown-content-res {
  font-family: Montserrat;
  font-size: 1.1rem;
  position: fixed;
  overflow: hidden;
  display: none;
  background-color: #ffffff;
  padding: 10px 10px 10px 10px;
  height: 100%;
  width: 50%;
  z-index: 99999;
  box-shadow: 25px 0 20px -20px rgba(0, 0, 0, 0.45);
  animation: dropdown-slide-left 0.3s ease-in-out;
}

@keyframes dropdown-slide-left {
  from {
    transform: translateX(-1000px);
  }
  to {
    transform: translateX(0);
  }
}

.res-container {
  height: 10%;
  width: 100%;
  padding: 5px 20px 5px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 99999;
}

.res-active {
  height: 10%;
  width: 100%;
  padding: 5px 20px 5px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 99999;
box-shadow: -5px 0 0 0 #1787ff, -5px 0 0 0 white inset;

  /* border-left: 5px solid #1787ff; */
}
.res-container-exit {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.res-container i,
.res-container img {
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-content-res a {
  width: 100%;
  color: #222222;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.h2-button {
  color: #222222;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
}

.res-container:hover {
  box-shadow: -5px 0 0 0 #1787ff, -5px 0 0 0 white inset;

  /* border-left: 5px solid #1787ff; */
}

.dropdown-res a:hover {
  /* border-left: 5px solid #1787ff; */
  border: none;
  background-color: none;
  box-shadow: none;
}

.show {
  display: block;
}


.dropdown-logo .close{
  color: #1787ff;
  float: right;
  font-size: 20px;
  font-weight: bold;
  transition: 0.2s ease-in-out;
  position:absolute;
  top:10px;
  right:20px;
}

.dropdown-logo {
  height: 10%;
  gap: 10px;
  padding: 0 0 0 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dropdown-logo img {
  height: 30px;
  width: 30px;
}
.dropdown-logo p {
  font-family: Montserrat;
  font-size: 1em;
  font-weight: 700;
}
.dropdown-container {
  height: 60%;
}

.undraw-image-1 {
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.undraw-image-1 img {
  height: 300px;
  width: 300px;
}
/*--------------------------------------------------------DROPDOWN 480PX-----------------------------------------------------*/

/*--------------------------------------------------------IMAGE-----------------------------------------------------*/
.product-header-image-product {
  background-image: url("../../../Images/Icons/new-product.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  transform-origin: center;

  height: 50px;
  width: 50px;

  margin-right: 20px;
}
.product-header-image-referal {
  background-image: url("../../../Images/Icons/referal.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  transform-origin: center;

  height: 50px;
  width: 50px;

  margin-right: 20px;
}
.product-header-image-orderR {
  background-image: url("../../../Images/Icons/request.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  transform-origin: center;

  height: 50px;
  width: 50px;

  margin-right: 10px;
}
.product-header-image-contact {
  background-image: url("../../../Images/Icons/contact-mail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  transform-origin: center;

  height: 50px;
  width: 50px;

  margin-right: 20px;
}
.product-header-image-rate {
  background-image: url("../../../Images/Icons/rating.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  transform-origin: center;

  height: 50px;
  width: 50px;

  margin-right: 20px;
}
/*--------------------------------------------------------IMAGE-----------------------------------------------------*/
/*--------------------------------------------------------TEXT-----------------------------------------------------*/
.product-header-text {
  cursor: pointer;
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
border-left: 5px solid transparent;
  transition: 0.3s ease-in-out;
}
.product-header-text a {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #222222;
  text-align: left;
  text-decoration: none;
  font-family: Montserrat;
}
.product-header-text p {
  font-size: 0.9rem;
  color: gray;
  text-align: left;
  text-decoration: none;
  font-family: Montserrat;
}

#caret {
  transition: transform 0.3s ease;
}

.dropdown-header:hover #caret {
  transform: rotate(180deg);
}

/*--------------------------------------------------------TEXT-----------------------------------------------------*/

/*--------------------------------------------------------RESPONSIVE-----------------------------------------------------*/

@media only screen and (max-width: 1680px) {
  /* .header-logo-text {
    font-size: 3.5rem;
  } */
}
@media only screen and (max-width: 1536px) {
  .logo-text {
    font-size: 2.8rem;
  }

  .header-logo-text-small {
    transform: scale(0.6) translateX(-110px);
  }

  /* .header-buttons .h-button {
    padding: 5px;
  } */
  /* .header-logo-text {
    font-size: 2.5rem;
  } */
}
@media only screen and (max-width: 1570px) {
  /* .header-buttons .h-button {
    padding: 10px;
  } */
}

@media only screen and (max-width: 1440px) {
  .logo {
    height: 110px;
    width: 110px;
  }

  /* .header-buttons .h-button {
    padding: 5px;
  } */
  .header-logo-text {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 1400px) {
  .logo-text {
    font-size: 2.5rem;
  }
  .header-logo-text {
    /* display: none; */
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 1330px) {
  /* .header-buttons .h-button {
    padding: 0px;
  } */
  .header-logo-text {
    display: none;
  }
}

@media only screen and (max-width: 1366px) {
  .logo {
    height: 100px;
    width: 100px;
  }
  .logo-text {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 1280px) {
  .logo {
    height: 100px;
    width: 100px;
  }
  .logo-text {
    font-size: 2rem;
  }
  .header-logo-text {
    /* font-size: 2rem; */
  }
  .header-logo img {
    height: 80px;
    width: 80px;
  }
  .dropdown-header span,
  .header-buttons .h-button {
    font-size: 1rem;
  }
  /* .header-buttons .h-button {
    padding: 0px;
  } */
  .header-main-body {
    width: 40%;
  }
  .header-main-contents2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .logo-text-small {
    opacity: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .header-main {
    padding: 5px;
  }
  .logo-text-small {
    opacity: 1;
  }
  .header-logo img {
    height: 65px;
    width: 65px;
  }
  .header-main-body {
    padding: 0px 20px 0 20px;
  }
  .logo {
    height: 80px;
    width: 80px;
  }
  .logo-text {
    font-size: 1.5rem;
  }
  .dropdown-header span,
  .header-buttons .h-button {
    padding: 10px 20px 10px 20px;
  }
  /* .header-main-button a {
    font-size: 0.8rem;
  } */
  .header-logo-text {
    opacity: 0;
    /* font-size: 3rem; */
  }
  /* .phone-text,
  .dropdown-header span,
  .header-buttons .h-button {
    font-size: 0.8rem;
  } */
}

@media only screen and (max-width: 1023px) {
  /* .logo-text-small {
    opacity: 0;
  } */
}

@media only screen and (max-width: 994px) {
  /* .logo-text-small {
    opacity: 0;
  } */
  .header-logo-text {
    display: none;
  }
  .header-main-logo {
    justify-content: center;
  }
  .header-main-body {
    width: auto;
  }
  .header-main-contents2 {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .header {
    max-width: 820px;
    min-width: 10px;
    position: relative;
    display: none;
  }

  .header,
  .header-small {
    height: 150px;
    width: 100%;
  }
  .header-main-body {
    width: 100%;
    padding: 0px 10px 0 10px;
  }
  .header-main-logo {
    width: 90%;
  }
  .header-main-contents2 {
    width: 10%;
  }
  .logo,
  .logo-small {
    height: 50px;
    width: 50px;
    transform: scale(1);
  }
  .logo-text,
  .header-logo-text-small {
    font-size: 1em;
    transform: scale(1) translateX(0);
  }

  .header-logo-text {
    width: 100%;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-logo {
    width: 15%;
  }
  .header-main-button {
    display: none;
  }
  .dropbtn-res {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .header {
    max-width: 480px;
    min-width: 10px;
    position: relative;
  }

  .header,
  .header-small {
    height: 50px;
    width: 100%;
  }
  .header-main-body {
    width: 100%;
    padding: 0px 10px 0 10px;
  }
  .header-main-logo {
    width: 90%;
  }
  .header-main-contents2 {
    width: 10%;
  }
  .logo,
  .logo-small {
    height: 50px;
    width: 50px;
    transform: scale(1);
  }
  .logo-text,
  .header-logo-text-small {
    font-size: 1em;
    transform: scale(1) translateX(0);
  }
  .header-logo-text {
    width: 100%;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-main-button {
    display: none;
  }
  .dropbtn-res {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .dropdown-content-res {
    width: 100%;
    /* font-size: 0.8em; */
    padding: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .dropdown-content-res {
    width: 100%;
  }
}

/*--------------------------------------------------------RESPONSIVE-----------------------------------------------------*/

.header-aboutus {
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

/*--------------------------------------------------------MAIN-----------------------------------------------------*/
.header-aboutus-contents {
  height: 100%;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header-main-aboutus {
  height: 100%;
  width: 100%;
}
/*--------------------------------------------------------MAIN-----------------------------------------------------*/

/*--------------------------------------------------------BACKGROUND-----------------------------------------------------*/

.header-background-aboutus {
  background-image: url("../../../Images/pexels-matt-weissinger-10961360.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  object-position: 100% 80%;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  overflow: hidden;
}
/*--------------------------------------------------------BACKGROUND-----------------------------------------------------*/

/*--------------------------------------------------------COLOROVERLAY-----------------------------------------------------*/

.header-background-coloroverlay-aboutus {
  background: linear-gradient(
    -109.6deg,
    rgb(6, 183, 249, 0.7) 11.2%,
    rgb(25, 74, 236, 0.7) 91.1%
  );
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

/*--------------------------------------------------------COLOROVERLAY-----------------------------------------------------*/

/*--------------------------------------------------------TEXT-----------------------------------------------------*/
.header-aboutus-text {
  margin-top: 140px;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  height: auto;
  width: auto;
  color: white;
  text-align: center;
}

.header-aboutus-textbig {
  font-family: Montserrat;
  font-size: 3rem;
  font-weight: bolder;
  letter-spacing: 5px;
}

.header-aboutus-textbigger {
  width: auto;
  font-size: 3rem;
  letter-spacing: 5px;
}

.header-aboutus-textsmall {
  font-family: Montserrat;
  font-size: 1.5rem;
  letter-spacing: 3px;
}
/*--------------------------------------------------------TEXT-----------------------------------------------------*/

@media only screen and (max-width: 820px) {
  .header-aboutus {
    height: 150px;
  }
  .header-aboutus-text {
    margin-top: 0;
  }

  .header-aboutus-textbig {
    font-size: 1.5rem;
  }
  .header-aboutus-textsmall {
    font-size: 0.8rem;
  }
}

/*--------------------------------------------------------HEADER PRODUCTS-----------------------------------------------------*/

/*--------------------------------------------------------MAIN-----------------------------------------------------*/

/*--------------------------------------------------------MAIN-----------------------------------------------------*/

/*--------------------------------------------------------IMAGE-----------------------------------------------------*/

/*--------------------------------------------------------IMAGE-----------------------------------------------------*/

/*--------------------------------------------------------COLOROVERLAY-----------------------------------------------------*/

/*--------------------------------------------------------COLOROVERLAY-----------------------------------------------------*/

/*--------------------------------------------------------TEXT-----------------------------------------------------*/
.header-prod-left-text p {
  font-family: Montserrat;
  font-size: 3.5em;
  font-weight: bold;
  text-align: center;

  background: linear-gradient(
    109.6deg,
    rgb(6, 183, 249) 11.2%,
    rgb(25, 74, 236) 91.1%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*--------------------------------------------------------TEXT-----------------------------------------------------*/

@media only screen and (max-width: 1440px) {
  .header-prod-left-text {
    top: 16%;
    left: 20%;
  }
}

@media only screen and (max-width: 1024px) {
  .header-prod-left-text {
    top: 18%;
    left: 17%;
  }
}

.switch-prod-image {
  height: 50px;
  width: 50px;
}
