:root {
  --yellow: #f19620;
  --dark: #131313;
  --section-title: 3.625rem;
  --card-title: 1.75rem;
  --header-paragraph: 1.125rem;
}

.px-6 {
  padding-inline: 3.5rem;
}

.p-form {
  padding: 3.2rem 5.8rem 3.2rem 5.8rem;
}

.p-card {
  padding: 3.125rem 3.125rem 1.6rem 3.125rem;
}

.p-3card {
  padding: 3.125rem 3.125rem 3.125rem 3.125rem;
}

#consumerAjax .p-3card {
  width: 100%;
  margin: 0;
}

.consumer img {
  height: 420px !important;
}

.p-career {
  padding: 2.5rem 4.1875rem 2.5rem 4rem;
  background-color: var(--dark);
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.me--5 {
  margin-inline-end: 0rem;
}

.ms--5 {
  margin-inline-start: 0rem;
}

.ms--6 {
  margin-inline-start: -0rem;
}

.bg-black {
  background-color: #000;
}

.w-15 {
  width: 17.5%;
  height: 3rem;
}

.navbar {
  z-index: 10;
}

.nav-link {
  position: relative;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
/* .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(
    to bottom right,
    var(--yellow),
    #fff,
    #a7a9ac
  );
  border-radius: 25px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
} */
.nav-link:focus {
  color: var(--yellow);
  /* border-bottom: 1px solid white; */
}
.nav-link:focus::before {
  opacity: 1;
}
.nav-link:hover {
  color: var(--yellow);
  /* border-bottom: 1px solid white; */
}
.nav-link:hover::before {
  opacity: 1;
}
.dropdown-toggle:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

.search-item {
  padding: 0.55rem 0.5rem 0.5rem 0.5rem;
  cursor: pointer;
}

.icon i {
  transition: all 0.3s ease-in-out;
}
.icon i:hover {
  color: var(--yellow);
}
.icon:focus::after {
  opacity: 0;
}
.icon:hover::after {
  opacity: 0;
}

.header__content {
  z-index: 1;
  top: 50%;
}
.header__content h1 {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-size: var(--section-title);
  text-transform: uppercase;
  color: white;
  width: 45%;
}
.header__content p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: var(--header-paragraph);
  width: 32.5%;
}

.text p {
  margin-bottom: 0;
}

.mouse_scroll {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 24px;
  z-index: 1;
  overflow-y: hidden;
  cursor: pointer;
}
.mouse_scroll:hover .mouse {
  transition: all 0.3s ease-in-out;
  border: 2px solid var(--yellow);
}
.mouse_scroll:hover .wheel {
  transition: all 0.3s ease-in-out;
  background: var(--yellow);
  border: 2px solid var(--yellow);
}
.mouse_scroll:hover .m_scroll_arrows {
  transition: all 0.3s ease-in-out;
  border-right: 2px solid var(--yellow);
  border-bottom: 2px solid var(--yellow);
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  -webkit-transform: none;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  border-radius: 8px;
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
  animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: alternate;
  animation-delay: alternate;
  margin-top: 1px;
}

.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -6px;
}

.overlay-1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  transform: rotate(-180deg);
}

.overlay-2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.section-3c {
  background: black;
}
.section-3c .col-xl-4 {
  width: 29%;
}
.section-3c h1 {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-size: var(--section-title);
  text-transform: uppercase;
  text-align: right;
}
.section-3c p {
  position: relative;
  font-family: "Roboto";
  font-weight: 400;
  font-size: var(--header-paragraph);
  z-index: 1;
}

.section-4c {
  background-color: black;
}
.section-4c .category {
  background-repeat: no-repeat;
  background-size: cover;
  height: 435px;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.section-4c .category:nth-last-child(1) {
  margin-inline-end: 0 !important;
}
.section-4c .category::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(
    to bottom right,
    var(--yellow),
    #fff,
    #a7a9ac
  );
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.section-4c .category::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.2;
}
/* .image-col::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* background: #000000;
  opacity: 0.4; */
*/ .section-4c .category .content__container {
  z-index: 1;
}
.section-4c .category .content__container h3 {
  overflow-y: hidden;
  font-size: 1.9rem;
  font-family: "Poppins";
  font-weight: 600;
  width: 70%;
  transition: all 0.3s ease-in-out;
}
.section-4c .category .content__container span {
  font-family: "Poppins";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}
.section-4c .category:hover::before {
  opacity: 0.6;
}
.section-4c .category:hover::before {
  opacity: 0.6;
}
.section-4c .category:hover .content__container h3 {
  color: black;
}
.section-4c .category:hover .content__container span {
  color: black;
}

.section-2c {
  background: #000;
}
.section-2c .image-col {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 320px;
}
.section-2c h1 {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-size: var(--section-title);
  text-transform: uppercase;
}
.section-2c p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: var(--header-paragraph);
}

.section-2c .col-md-7 {
  border-inline-start: 1rem solid black;
  padding-inline-end: 2rem !important;
}

.form-container {
  background: var(--dark);
}
.form-container .form-control {
  border-radius: 0;
  background-color: var(--dark);
  border: 1px solid #5c5c5c;
  font-family: "Roboto";
  font-size: var(--header-paragraph);
  color: white;
}
.form-container .form-control:focus {
  box-shadow: none !important;
}
.form-container .form-control::placeholder {
  color: white;
  opacity: 0.3;
}
.form-container .form-select {
  border-radius: 0;
}
.form-container .form-select .select--placeholder {
  display: none;
}
.form-container .form-select:invalid {
  color: rgba(255, 255, 255, 0.3);
}

.btn {
  background-color: var(--yellow);
  color: white !important;
  font-size: var(--header-paragraph);
  font-weight: 700;
  font-family: "Roboto";
  text-transform: uppercase;
  border-radius: 0;
  border: none !important;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: black;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.btn:hover::after {
  opacity: 0.4;
}
.btn:focus {
  box-shadow: none !important;
}
.btn:hover {
  color: #000 !important;
}

.section-location {
  position: relative;
  background-color: #000;
}
.section-location .img-1 {
  width: 100%;
}
.section-location .img-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: fade-out 1s ease-out both;
  animation: fade-out 1s ease-out both;
}
.section-location .content__container {
  z-index: 1;
}
.section-location .content__container h1 {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-size: var(--section-title);
  text-align: right;
  text-transform: uppercase;
}

.section-location .location {
  /* -webkit-animation: fade-out 1s ease-out both;
  animation: fade-out 1s ease-out both; */
}
.section-location .location .blob {
  background: var(--yellow);
  border-radius: 50%;
  margin: 10px;
  height: 10px;
  width: 10px;
  box-shadow: 0 0 0 0 rgb(241, 150, 32);
  transform: scale(1);
  animation: pulse 1s infinite;
}
.section-location .location span {
  font-size: 0.8rem;
  color: var(--yellow);
  position: absolute;
  bottom: -11px;
  white-space: nowrap;
}
.section-location:hover .location {
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.section-location:hover .img-2 {
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.footer {
  background: #000;
  font-family: "Roboto";
}
.footer .row {
  background-color: var(--dark);
}
.footer .row .row-1 {
  padding-inline: 0;
}
.footer .row .row-1 .social-media {
  margin: 0;
  padding: 0;
}
.footer .row .row-1 .social-media li {
  padding-inline-end: 1rem;
}
.footer .row .row-1 .social-media li i {
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.footer .row .row-1 .social-media li i:hover {
  color: var(--yellow);
  cursor: pointer;
}
.footer .row .row-1 .social-media li:nth-last-child(1) {
  padding-inline-end: 0rem;
}
.footer .row .row-2 {
  padding-inline: 0;
}
.footer .row .row-2 .links {
  padding-left: 0rem;
}
.footer .row .row-2 .links .link:hover {
  color: var(--yellow);
}
.footer .row .row-2 p {
  color: #7d7d7d;
}
.footer .row .row-3 {
  padding-inline: 0;
}
.footer .row .row-3 p {
  margin: 0;
}
.footer .row .row-3 img {
  width: 80%;
}

.menu-section .card {
  background-color: #131313;
  width: 49%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.menu-section .card img {
  width: 100%;
}
.menu-section .card h3 {
  font-size: var(--card-title);
  font-family: "Roboto";
  text-transform: uppercase;
  margin-bottom: 0;
}
.menu-section .card i {
  font-size: 2.8rem;
  display: none;
}

.contact .card {
  background-color: #131313;
  width: 32%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.contact .card h3 {
  font-size: 1.875rem;
  font-family: "Roboto";
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.contact .card i {
  font-size: 1.2rem;
  margin-inline-end: 0.5rem;
}
.contact .card span {
  font-family: "Roboto";
  font-size: 1.25rem;
}

.sub-menu .p-3card {
  background-color: #131313;
}
.sub-menu .card {
  width: 24%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0;
  background-color: #131313;
  border-radius: 0;
}
.sub-menu .card img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  object-position: center;
}
.sub-menu .card h3 {
  font-size: 1.15rem;
  font-family: "Roboto";
  text-transform: uppercase;
  background-color: white;
  color: rgb(51, 51, 51);
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.sub-menu .btn {
  height: 3rem;
}
.sub-menu .col-2 .form-check-input {
  background-color: #000;
  border-radius: 0;
  border: 2px solid white;
}

.sub-menu .col-2 .form-check-label {
  font-family: "Roboto";
  font-size: 20px;
}
.sub-menu .col-2 span {
  font-family: "Roboto";
  font-size: 20px;
}
.sub-menu .col-10 span {
  font-family: "Roboto";
  font-size: 20px;
}

hr {
  height: 2px !important;
  color: white;
}

#button {
  height: 3rem;
  width: 15%;
}

.internal-form .p-form {
  padding: 4.18rem 14.125rem 4.18rem 14.125rem;
}
.internal-form .btn {
  height: 3rem;
}

.internal-2c .me--5 {
  margin-inline-end: -1.5rem;
}
.internal-2c .ms--5 {
  margin-inline-start: -1.5rem;
}
.internal-2c p {
  z-index: 1;
  position: relative;
}

.see-more span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding-top: 2rem;
  transition: all 0.3s ease-in-out;
}
.see-more span:hover {
  color: var(--yellow);
}

.swiper {
  width: 100%;
  height: 100%;
  background-color: #131313;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
  padding-bottom: 0rem;
}
.mySwiper2 .swiper-slide {
  height: 40vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 2rem;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  color: white !important;
}

.article-card {
  width: 50%;
}
.article-card .image {
  width: 40%;
  max-width: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-inline-end: 1rem;
}
.article-card .article-content {
  width: 50%;
}
.article-card .article-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 81px;
}
.article-card .article-content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.article-card .btn {
  width: 55%;
}

.careers h1 {
  width: 30%;
  margin-bottom: 1.5rem;
}

.p-career img {
  width: 50%;
  height: 18vw;
  object-fit: cover;
  object-position: center;
}
.p-career h2 {
  font-family: "Roboto";
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.p-career span {
  text-transform: none !important;
  color: #bebebe !important;
  margin-bottom: 0.4rem !important;
}
.internal-careers .p-career img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0.5rem;
}

.text-section p {
  padding: 3.4rem 2rem 3.4rem 2rem;
  background-color: var(--dark);
  margin-bottom: 0;
}

.product {
  padding-top: 15rem;
}
.product span {
  font-family: "Roboto";
  font-size: 20px;
}
.product hr {
  margin-top: 0.25rem;
}
.product .p-product {
  padding: 3.125rem 3.625rem 3.125rem 3.625rem;
  background-color: var(--dark);
}
.product .p-product .content {
  width: 60%;
}
.product .p-product .content h5 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-family: "Roboto";
}
.product .p-product .content span {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(241, 150, 32, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(241, 150, 32, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(241, 150, 32, 0);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1270px) {
  .header__content h1 {
    font-size: 3rem;
  }
  .header__content p {
    font-size: 1rem;
    width: 35%;
    margin-bottom: 0;
  }
  .section-3c h1 {
    font-size: 3.4rem;
  }
  .section-4c .category .content__container {
    z-index: 1;
  }
  .section-4c .category .content__container h3 {
    font-size: var(--card-title);
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .px-xl-7 {
    padding-inline: 6rem !important;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --section-title: 3rem;
    --header-paragraph: 1rem;
  }
  .px-lg-6 {
    padding-inline: 3.5rem !important;
  }
  .header__content h1 {
    font-size: var(--section-title);
  }
  .header__content p {
    font-size: var(--header-paragraph);
    width: 35%;
    margin-bottom: 0;
  }
  .section-3c h1 {
    font-size: var(--section-title);
    width: 90%;
  }
  .section-4c .category {
    height: 380px;
  }
  .section-4c .category .content__container h3 {
    width: 90%;
  }
  .contact .card h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .section-3c .col-xl-4 {
    width: 100%;
  }
  .section-3c .justify-content-md-end {
    margin-inline-end: 0 !important;
    justify-content: flex-start !important;
  }
  .section-3c .col-md-9 {
    border-inline-start: 1rem solid black;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --section-title: 2.75rem;
    --header-paragraph: 0.9rem;
  }
  .px-lg-6 {
    padding-inline: 2rem !important;
  }
  .p-form {
    padding: 2.8rem 3.5rem 2.8rem 3.5rem;
  }
  .p-3card {
    padding: 1.8rem 1.8rem 1.8rem 1.8rem;
  }
  .p-card {
    padding: 2rem 2rem 1.4rem 2rem;
  }
  .internal-form .p-form {
    padding: 4.18rem 10rem 4.18rem 10rem;
  }
  .me--5 {
    margin-inline-end: -2.5rem;
  }
  .navbar-toggler {
    display: block !important;
  }
  .navbar {
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .navbar .nav-link {
    padding-inline-start: 1rem;
  }
  .navbar .search-item i {
    padding-inline-start: 1rem;
  }
  .dark-bg {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .search-item {
    padding: 0;
    cursor: pointer;
  }
  .header__content {
    top: 40%;
  }
  .header__content h1 {
    width: 50%;
  }
  .header__content p {
    width: 40%;
    margin-bottom: 0;
  }
  .mouse {
    height: 36px;
    width: 18px;
  }
  .internal-2c .me--5 {
    margin-inline-end: 0rem;
  }
  .internal-2c .ms--5 {
    margin-inline-start: -0rem;
  }
  .m_scroll_arrows {
    width: 12px;
    height: 12px;
  }
  .section-3c h1 {
    width: 100%;
  }
  .section-4c .category {
    height: 420px;
    width: 48% !important;
    margin-bottom: 1.5rem;
  }
  .section-4c .category:nth-child(even) {
    margin-inline-end: 0 !important;
  }
  .section-4c .category .content__container h3 {
    width: 90%;
  }
  .section-2c .col-6 {
    padding: 0;
  }
  .footer .row .row-2 .links {
    width: 65% !important;
  }
  .contact .card h3 {
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
  }
  .article-card {
    width: 100%;
  }
  .sub-menu .card {
    width: 49%;
  }
  .sub-menu .card img {
    width: 100%;
    height: 320px;
  }
  .sub-menu .card h3 {
    font-size: 1.3rem;
    font-family: "Roboto";
    text-transform: uppercase;
    background-color: white;
    color: rgb(51, 51, 51);
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .consumer img {
    height: 480px !important;
  }
  .pagination {
    flex-wrap: wrap;
  }
  .product .p-product img {
    width: 50%;
    height: 380px;
  }
  /* .image-col::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.2;
  } */
  .section-3c .justify-content-md-end {
    justify-content: center !important;
  }
  .section-3c .justify-content-md-end h1 {
    text-align: center !important;
  }
  .section-3c .col-md-9 {
    border-inline-start: 0rem solid black;
  }
}
.internal-header .internal-header__content {
  -webkit-transform: translate(0%, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  :root {
    --section-title: 2rem;
    --header-paragraph: 0.8rem;
    --card-title: 1.85rem;
  }
  .px-lg-6 {
    padding-inline: 1rem !important;
  }
  .pb-6 {
    padding-bottom: 3rem;
  }
  .pt-6 {
    padding-top: 3rem;
  }
  .internal-form .p-form {
    padding: 1rem 4rem 1rem 4rem;
  }
  .internal-form .btn {
    height: 2.5rem;
    width: 35%;
  }
  .header__content {
    top: 35%;
  }
  .header__content h1 {
    width: 70%;
    margin-bottom: 0;
  }
  .header__content p {
    width: 60%;
  }
  .mouse_scroll {
    width: 14px;
  }
  .mouse {
    height: 20px;
    width: 10px;
    margin-inline-start: 3px;
  }
  .m_scroll_arrows {
    width: 8px;
    height: 8px;
  }
  .section-3c h1 {
    text-align: left;
  }
  .section-4c .category {
    height: 550px;
    width: 100% !important;
    margin-bottom: 1.5rem;
    margin-inline-end: 0 !important;
  }
  .section-4c .category .content__container h3 {
    width: 90%;
  }
  .section-2c {
    background: #000;
  }
  .section-2c .image-col {
    height: 300px;
  }
  .footer h5 {
    font-size: 1rem;
  }
  .footer li,
  .footer p,
  .footer span {
    font-size: var(--header-paragraph);
  }
  .footer .row-3 a {
    width: 35%;
  }
  .footer .row-3 a img {
    width: 100%;
  }
  .footer .row-3 p {
    padding-top: 0.2rem;
  }
  .contact .card {
    width: 95%;
  }
  .p-career img {
    width: 100%;
  }
  .p-career {
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  }
  .p-career .btn {
    width: 35% !important;
    height: 2rem;
  }
  .p-card {
    padding: 1.6rem 1.6rem 1.2rem 1.6rem;
  }
  .sub-menu .card {
    width: 49%;
  }
  div#consumerAjax .card {
    width: 31%;
  }
  div#consumerAjax .card h3 {
    font-size: 1rem;
  }
  .mySwiper {
    padding: 1rem;
  }
  .gallery .p-form {
    padding: 1.5rem 3rem 1.5rem 3rem;
  }
  #button {
    height: 2.5rem;
    width: 25%;
  }
  .section-2c .image-col {
    /* height: 380px; */
    margin-inline-start: -0rem;
  }
  .w-15 {
    width: 30%;
    height: 2.5rem;
  }
  .sub-menu .col-12 .form-check {
    width: 100%;
  }
  .sub-menu .col-12 span {
    width: 100%;
  }
  .sub-menu .form-check-label {
    font-size: 0.8rem;
  }
  .product .p-product {
    padding: 1.5rem 1.8rem 1.5rem 1.8rem;
  }
  .article-card img {
    width: 100%;
    height: 320px;
  }
  .see-more span {
    font-size: 16px;
  }
  .section-2c .image-col {
    margin-bottom: 1rem;
  }
  .section-2c .col-12 {
    padding: 0 !important;
    width: 92%;
  }
  .section-2c .row {
    width: 100%;
    margin: 0;
  }
  .section-2c .col-md-7 {
    border-inline-start: 0rem solid black;
    width: 100%;
  }
  .section .col-md-5 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sub-menu .card {
    width: 100%;
  }
  :root {
    --section-title: 1.6rem;
    --header-paragraph: 0.75rem;
    --card-title: 1.4rem;
  }
  .pt-6 {
    padding-top: 2rem;
  }
  .p-form {
    padding: 1.4rem 1.8rem 1.4rem 1.8rem;
  }
  .p-card {
    padding: 1rem 1rem 0.8rem 1rem;
  }
  .internal-form .p-form {
    padding: 1rem 2rem 1rem 2rem;
  }
  .navbar {
    padding: 0 1rem 0 1rem !important;
  }
  .navbar .navbar-brand img {
    width: 60%;
  }
  .navbar .navbar-toggler {
    padding: 0;
  }
  .header__content {
    top: 25%;
  }
  .header__content h1 {
    width: 80%;
    margin-bottom: 0;
  }
  .header__content p {
    width: 80%;
  }
  .internal-header {
    height: 244px;
  }
  .internal-header img {
    height: 100%;
  }
  .internal-header .internal-header__content h1 {
    margin-bottom: 0;
  }
  .section-location .location .blob {
    margin: 0px;
    height: 10px;
    width: 10px;
  }
  .section-location .location span {
    font-size: 0.8rem;
  }
  .mouse_scroll {
    margin-top: 0 !important;
  }
  .section-4c .category {
    height: 460px;
  }
  .footer .row-1 a {
    width: 50%;
  }
  .footer .row-1 a img {
    width: 100%;
  }
  .footer .row-1 .social-media li i {
    font-size: 1rem !important;
  }
  .footer .row-2 .w-25 {
    width: 30% !important;
  }
  .contact .card {
    width: 85%;
  }
  .contact .card h3 {
    font-size: 1.1rem;
  }
  .internal-form .btn {
    height: 3rem;
    width: 50% !important;
  }
  .p-career {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
  .p-career h2 {
    font-size: 1.35rem;
  }
  .p-career .btn {
    width: 45% !important;
  }
  .p-3card {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  }
  .mySwiper {
    padding: 0rem;
    padding-bottom: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .gallery .p-form {
    padding: 1rem 2.5rem 1rem 2.5rem;
  }
  .menu-section .card h3 {
    font-size: 1.2rem;
  }
  #button {
    height: 2rem;
    width: 35%;
  }
  .section-2c .image-col {
    height: 300px;
  }
  .w-15 {
    width: 45%;
    height: 2.5rem;
    border-left: 1rem solid black !important;
  }
  .consumer img {
    height: 400px !important;
  }
  .sub-menu .col-12 .form-check {
    width: 47.5%;
  }
  .product .p-product {
    padding: 1rem 1.2rem 1rem 1.2rem;
  }
  .product .p-product img {
    width: 90%;
    height: 380px;
  }
  .article-card .image {
    width: 100%;
    height: 45vw;
    margin-inline: auto;
    margin-bottom: 0.5rem;
    max-width: 400px;
  }
  .article-card .article-content {
    width: 100%;
  }
  .see-more span {
    font-size: 14px;
  }
}
