*, *::before, *::after, button:focus {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

img, picture, svg, video, canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
}

textarea {
  resize: vertical;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

@media (min-width: 1200px) {
  html body {
    background-image: url(../assets/images/backcontainer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-container {
    box-sizing: border-box;
  }
  .burger {
    display: none;
  }
  .mainNav {
    display: block;
    z-index: 90;
  }
  .hCarousel {
    display: none;
  }
  header nav {
    transition: all 0.2s ease;
  }
  header nav ul a {
    border: 0.15rem solid whitesmoke;
    backdrop-filter: blur(0.2rem);
    -webkit-backdrop-filter: blur(0.2rem);
    text-shadow: 0.2rem 0.2rem 0.5rem black;
    box-shadow: 0.2rem 0.2rem 0.5rem black;
  }
  header nav ul a:hover {
    color: black;
    background-color: whitesmoke;
    text-decoration: none;
    transform: scale(1);
  }
  header nav ul a {
    transition: all 0.2s ease;
  }
  header.active {
    border-bottom: 0.2rem solid #C79A3A;
    background-color: whitesmoke;
    color: black;
    background: whitesmoke;
    top: 0;
  }
  header.active nav {
    padding-left: 0vw;
  }
  header.active nav a {
    text-shadow: none;
    box-shadow: none;
    border: 0.15rem solid black;
  }
  header.active nav a:hover {
    color: none;
    text-decoration: none;
  }
  main .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, transparent 20%);
    pointer-events: none;
    z-index: 0;
  }
  main .hero {
    background-image: url("../assets/images/BannerMarioBuffa.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 16/5;
    padding: 1rem;
  }
  main div.services {
    grid-template-columns: repeat(3, 1fr);
    padding: clamp(1rem, 2vw, 3rem) clamp(0.5rem, 6vw, 12rem);
    gap: clamp(5rem, 8vw, 13rem);
    background: linear-gradient(to top, transparent, white 60%), url(../assets/images/bg-pattern3.png);
  }
  main div.services .service {
    flex-direction: row !important;
    gap: clamp(0.5rem, 2vw, 4rem);
  }
  main .contact-actioncall {
    background: linear-gradient(135deg, rgba(10, 145, 198, 0.5), rgba(13, 31, 58, 0.5));
    padding-block: clamp(1rem, 5vw + 2rem, 4rem);
    background: linear-gradient(300deg, rgba(13, 31, 58, 0.9), rgba(0, 0, 0, 0.349)) !important;
    background-image: none;
  }
  main .stats {
    flex-direction: row;
    padding-block: clamp(2rem, 4vw + 0.5rem, 5rem);
    padding-inline: 0;
  }
  main .festo-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: linear-gradient(to bottom, whitesmoke, transparent), url("../assets/images/bg-pattern3.png");
  }
  main .services2 {
    background: linear-gradient(to top, whitesmoke 10%, transparent), url("../assets/images/bg-pattern3.png");
  }
  main .services2 .service-card {
    grid-template-columns: repeat(3, 1fr);
  }
  main .services2 .service-card .card svg {
    width: clamp(4rem, 6vw, 8rem);
  }
  main .services2 .service-card .card .moreInfo {
    padding-block: clamp(1rem, 1.1vw, 1.5rem);
  }
  main .services2 .service-card .card div {
    display: flex;
    flex-direction: row;
    min-height: clamp(5rem, 11vw, 12rem);
    gap: clamp(1rem, 2vw, 2rem);
    padding-inline: clamp(1.5rem, 2vw, 3rem);
    padding-block: clamp(0.5rem, 1vw, 2rem);
  }
  main .services2 .service-card .card div span {
    padding-block: clamp(1rem, 1.5vw, 2rem);
  }
  main .products {
    background-color: whitesmoke;
  }
  main .products .cards-container {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(2rem, 4vw + 0.2rem, 5rem);
    padding-inline: clamp(5rem, 7vw, 9rem);
  }
  main .products .cards-container .card {
    width: auto;
    height: auto;
  }
  #reviews .clients-reviews b {
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
    word-wrap: break-word;
    font-size: clamp(4rem, 5vw + 0.1rem, 6rem);
    padding-inline: clamp(10rem, 11vw, 12rem);
  }
  footer {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  footer .card {
    align-items: start !important;
  }
}
body {
  background-image: url(../assets/images/bg-pattern3.png);
  background-attachment: fixed;
}

.whatsapp-ico {
  box-sizing: border-box;
  display: inline-block;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 97;
  cursor: pointer;
}

.burger-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  color: rgba(245, 245, 245, 0.795);
  font-weight: 600;
  background: radial-gradient(rgba(0, 0, 0, 0.192), rgba(0, 0, 0, 0.884));
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  transition: all 0.3s ease-in;
}
.burger-menu .menu-header {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: clamp(0.5rem, 1vw, 2rem);
  box-sizing: border-box;
  margin-bottom: clamp(3rem, 8vw, 5rem);
}
.burger-menu .menu-header .close-menu {
  min-width: clamp(2rem, 4vw, 5rem);
  cursor: pointer;
  opacity: 0.8;
}
.burger-menu .menu-header .logo {
  display: flex;
  font-size: clamp(0.8rem, 1vw, 0.5rem);
  font-weight: 300;
  align-items: center;
  color: rgba(255, 255, 255, 0.562);
}
.burger-menu .menu-header .logo img {
  max-width: calc(clamp(2rem, 4vw, 5rem) + 0.4rem);
}
.burger-menu nav {
  height: 100%;
  padding: clamp(1rem, 1.8vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.burger-menu nav ul {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: clamp(2rem, 5vw, 3rem);
}
.burger-menu nav a {
  width: -moz-min-content;
  width: min-content;
}
.burger-menu nav a:hover {
  color: white;
  text-decoration: none;
}
.burger-menu nav a:active {
  transform: scale(1.1);
}
.burger-menu nav a {
  padding-inline: clamp(1rem, 2vw, 4rem);
  padding-block: clamp(3rem, 5vw, 8rem);
}
.burger-menu nav li {
  width: -moz-min-content;
  width: min-content;
  border-radius: 2rem;
  background: radial-gradient(rgba(0, 0, 0, 0), transparent);
  transition: all 0.4s ease-out;
}
.burger-menu nav li:active {
  transform: scale(1.02);
}
.burger-menu nav li:hover {
  transform: translateX(10%);
  background: radial-gradient(rgba(0, 0, 0, 0.24), transparent);
}

.inactive {
  opacity: 0;
  z-index: -1;
  transform: scale(0.9);
}

.disabled {
  display: none;
  transform: translateY(-100%);
}

.pre-header {
  color: rgba(255, 255, 255, 0.637);
  padding-inline: clamp(1rem, 1.8vw, 2rem);
  position: fixed;
  display: flex;
  justify-content: space-between;
  padding-inline: clamp(1rem, 1.8vw, 2rem);
  top: 0;
  left: 0;
  right: 0;
  text-shadow: 0.1rem 0.1rem 0.3rem black;
  font-size: clamp(0.2rem, 3vw, 1rem);
  font-weight: 600;
  z-index: 99;
  padding-top: 0.2rem;
  transition: all 200ms;
}
.pre-header a {
  display: flex;
  gap: clamp(0.15rem, 1.5vw, 2rem);
  transition: all 200ms ease;
}
.pre-header a:hover {
  color: white;
  transform: scale(1.05);
}
.pre-header a:active {
  color: white;
  transform: scale(0.7);
}
.pre-header svg {
  width: clamp(1.1rem, 2vw, 3rem);
}

header {
  position: fixed;
  color: white;
  top: var(--preHeader-height);
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(0.2rem, 0.5vw, 1rem) clamp(1rem, 3vw, 4rem);
  gap: clamp(1rem, 3vw, 4rem);
  transition: all 200ms;
  border-bottom: 0.2rem solid none;
}
header.active {
  border-bottom: 0.2rem solid #C79A3A;
  background-color: whitesmoke;
  color: black;
  background: whitesmoke;
  top: 0;
}
header.active nav {
  transform: translateY(0.5rem);
}
header.active nav a:hover {
  filter: invert(100%);
}
header.inactive {
  transform: translateY(-100%);
}
header.header-top-item {
  flex-basis: 100%;
}
header.header-bottom-item {
  flex: 0 1 auto;
}
header .logo {
  max-width: clamp(4rem, 5vw, 8rem);
}
header button svg {
  width: clamp(2rem, 10vw, 3rem);
  height: auto;
}
header nav {
  display: none;
  flex: 0 10 auto;
  min-width: 0;
  width: 100%;
  padding-left: 13vw;
}
header nav a {
  border: 0.15rem solid white;
  padding: clamp(0.1rem, 1vw, 1rem) clamp(0.3rem, 3vw, 4rem);
  font-size: clamp(0.6rem, 0.4rem + 0.8vw, 1.1rem);
  font-weight: 600;
}
header ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: clamp(0.1rem, 2vw, 5rem);
}

body .hCarousel {
  position: relative;
}
body .hCarousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, transparent 30%);
  pointer-events: none;
  z-index: 0;
}
body .hCarousel .carousel-item img {
  display: block;
  width: 100%;
}

.hero {
  aspect-ratio: 12/13;
  background-image: url("../assets/images/herobg-mobile.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: left;
  border-bottom: 0.2rem solid #C79A3A;
}
.hero .hero-content {
  text-align: left;
  color: white;
  text-shadow: 0 0 0.5rem black;
}

.services {
  display: grid;
  text-align: center;
  grid-template-columns: 1fr;
  padding: clamp(2rem, 5vw, 5rem) clamp(0.5rem, 6vw, 12rem);
  gap: clamp(2rem, 3vw, 8rem);
  background: linear-gradient(to top, transparent, white 60%), transparent;
}
.services .service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 4vw, 4rem);
  min-width: clamp(1rem, 10vw, 10rem);
  opacity: 60%;
  transition: all 0.2s ease;
}
.services .service:hover, .services .service:active {
  opacity: 100%;
}

.contact-button {
  color: black;
  font-weight: 700;
  background-color: white;
  border-radius: 0.3rem;
  align-self: center;
  font-size: clamp(1em, 1.1vw, 1.3rem);
  letter-spacing: 0.02rem;
  border: clamp(0.15rem, 0.2vw + 0.05rem, 0.3rem) solid white;
  box-shadow: 0.2rem 0.2rem 0.5rem black;
  text-shadow: none;
  transition: all 100ms ease-in;
  padding-block: clamp(0.7rem, 0.7vw + 0.01rem, 1rem);
  padding-inline: clamp(2rem, 3vw + 0.5rem, 4rem);
  margin-block: clamp(5rem, 1vw, 20rem);
}
.contact-button:hover {
  background-color: transparent;
  transform: scale(1.05);
  color: white;
  backdrop-filter: blur(0.3rem);
}
.contact-button:active {
  transform: scale(0.95);
  color: white;
  backdrop-filter: blur(0.1rem);
}

.contact-actioncall {
  width: 100%;
  color: white;
  border-block: 0.2rem solid #C79A3A;
  background: linear-gradient(300deg, rgba(13, 31, 58, 0.9), rgba(0, 0, 0, 0.233)), url(../assets/images/backcontainer.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.contact-actioncall div {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: clamp(2rem, 2vw + 1rem, 5rem) clamp(2rem, 7vw, 10rem);
  text-shadow: 0.3rem 0.3rem 0.3rem black;
}
.contact-actioncall div h4 {
  font-size: clamp(1em, 1.4vw + 0.2rem, 3rem);
}
.contact-actioncall div b {
  align-self: center;
  border: clamp(0.2rem, 0.3vw + 0.01rem, 0.5rem) solid rgba(199, 154, 58, 0.5);
  backdrop-filter: blur(0.1rem);
  margin-bottom: 0.5rem;
  letter-spacing: clamp(0.1rem, 0.2vw, 0.4rem);
  padding-block: clamp(1rem, 1.2vw + 0.1rem, 3rem);
  padding-inline: clamp(0.7rem, 1vw + 0.2rem, 3rem);
  font-size: clamp(2.1em, 4vw + 0.2rem, 6rem);
  box-shadow: 0.2rem 0.2rem 0.5rem black;
  text-shadow: 0.2rem 0.2rem 0.1rem black, 0.1rem 0.1rem 0.7rem white;
  transition: all 300ms ease-out;
}
.contact-actioncall div b:hover, .contact-actioncall div b:active {
  backdrop-filter: blur(0.2rem);
  transform: scale(1.04);
  box-shadow: 0.5rem 0.5rem 0.7rem rgba(0, 0, 0, 0.7);
  border: clamp(0.2rem, 0.3vw + 0.01rem, 0.5rem) solid #C79A3A;
}
.contact-actioncall div p {
  font-weight: 400;
  font-size: clamp(0.8em, 1vw + 0.02rem, 3rem);
  padding-inline: 1.5rem;
}

.stats {
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: clamp(1rem, 5vw, 5rem);
  border-bottom: 0.02rem solid #C79A3A;
  background: linear-gradient(135deg, #0a91c6, #0d1f3a);
  padding-block: clamp(2rem, 2vw, 3rem);
  padding-inline: clamp(3rem, 4vw, 5rem);
}
.stats .card-stat {
  display: flex;
  flex-direction: column;
  background-color: #0d1f3a;
  border-radius: 0.8rem;
  padding-block: clamp(1rem, 1.2vw, 1.5rem);
  padding-inline: clamp(3rem, 5vw, 7rem);
}
.stats .card-stat b {
  color: #C79A3A;
  font-size: clamp(2rem, 2.5vw, 4rem);
}
.stats .card-stat span {
  font-size: clamp(1.1rem, 1.2vw + 0.4rem, 1.8rem);
}

.festo-info {
  padding-block: clamp(4rem, 8vw, 10rem);
  padding-inline: clamp(1rem, 5vw, 7rem);
  padding-bottom: 0;
}
.festo-info .title {
  padding: 1rem;
  padding-bottom: clamp(1.5rem, 2vw, 3rem);
  border: none;
}
.festo-info img {
  width: clamp(15rem, 20vw, 20rem);
}
.festo-info p {
  padding-inline: clamp(1.2rem, 1.8vw, 2rem);
  font-size: clamp(0.9rem, 1vw, 1.4rem);
}
.festo-info a {
  color: #0a91c6;
  font-size: clamp(1.2rem, 2vw, 1.9rem);
  padding-bottom: 2rem;
}
.festo-info .carousel {
  margin-top: 4rem;
  box-shadow: 0.2rem 0.2rem 1rem black;
}
.festo-info .distributors {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 2rem;
}
.festo-info .distributors img {
  max-width: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.2s ease;
}
.festo-info .distributors img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.title {
  font-size: clamp(2rem, 2.5vw, 3rem);
  color: #0a91c6;
  border-bottom: 0.2rem solid #0a91c6;
  padding-bottom: clamp(1rem, 4vw, 3rem);
  padding-inline: clamp(1rem, 3vw, 2rem);
  padding-inline: clamp(1rem, 1.8vw, 2rem);
}

.title2 {
  color: white;
  display: flex;
  height: 100%;
  align-items: center;
  font-size: clamp(2rem, 3vw, 3.5rem);
  border-block: 0.2rem solid #C79A3A;
  background: linear-gradient(135deg, #0a91c6, #0d1f3a);
  padding-block: clamp(4rem, 6vw, 8rem);
  padding-padding-inline: clamp(5rem, 7vw, 9rem);
}

.services2 {
  padding-block: 10.5rem;
}
.services2 #service-card-container {
  padding-block: clamp(1rem, 4vw + 1rem, 7rem);
}
.services2 .service-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1.5rem;
}
.services2 .service-card svg {
  width: clamp(4rem, 6vw, 8rem);
}
.services2 .service-card .card {
  background-color: rgba(13, 31, 58, 0.9);
  margin-inline: clamp(1rem, 1.8vw, 2rem);
  border-radius: 0.5rem;
  color: white;
  padding-inline: clamp(1.2rem, 2vw, 4rem);
  padding-block: clamp(1rem, 2vw, 2rem);
}
.services2 .service-card .card div {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.1rem solid rgba(245, 245, 245, 0.466);
  border-radius: 0.5rem;
  padding-inline: clamp(2rem, 1vw, 4rem);
  padding-block: clamp(0.5rem, 1vw, 2rem);
}
.services2 .service-card .card div span {
  padding-block: clamp(1rem, 2vw, 2.5rem);
}
.services2 .service-card .festo-card {
  background-color: black;
}

.products .cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 2rem;
  padding-inline: clamp(2rem, 9vw, 12rem);
  padding-block: clamp(3rem, 6vw, 8rem);
}
.products .cards-container .card {
  color: white;
  background-color: #0d1f3a;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0.2rem 0.2rem 0.8rem black;
  width: 20rem;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
}
.products .cards-container .card .image-container {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: clamp(13rem, 22vw, 23rem);
  background-color: white;
}
.products .cards-container .card .image-container img {
  transform: scale(1.05);
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s ease;
}
.products .cards-container .card .image-container img:hover {
  transform: scale(1.1);
}
.products .cards-container .card .image-container img:active {
  transform: scale(0.9);
}
.products .cards-container .card a {
  background-color: #0d1f3a;
  color: white;
  text-align: center;
  width: 100%;
  padding-block: clamp(0.5rem, 1vw, 1.5rem);
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: 700;
}
.products .cards-container .card span {
  background-color: #0d1f3a;
  color: white;
  text-align: center;
  width: 100%;
  padding-block: 0.5rem;
  font-size: clamp(1rem, 1.2vw, 1.8rem);
  font-weight: 700;
}
.products .cards-container .all-products {
  transition: all 0.2s ease-in-out;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20rem;
  padding-inline: 1rem;
  padding-block: 3rem;
}
.products .cards-container .all-products:hover {
  background-color: #0d1f3a;
  transform: scale(1.02);
}
.products .cards-container .all-products:active {
  background-color: rgb(75.6901408451, 131.338028169, 214.8098591549);
  transform: scale(0.95);
}
.products .cards-container .all-products label {
  background-color: transparent;
}
.products .cards-container .all-products svg {
  width: 7rem;
  margin: auto;
}
.products .cards-container .all-products .all-products-label {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}

#reviews {
  background: linear-gradient(175deg, #0a91c6, rgb(3.9, 9.3, 17.4));
  padding-inline: clamp(1rem, 1.8vw, 2rem);
  padding-block: clamp(4rem, 5vw, 10rem);
}
#reviews b {
  color: #C79A3A;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.548);
  font-size: clamp(2rem, 3vw, 4rem);
  padding-inline: clamp(2rem, 3vw, 4rem);
}
#reviews .title {
  color: white;
  border-bottom-color: white;
  font-weight: 700;
}
#reviews .card {
  background-color: transparent;
  color: white;
  border: 0.2rem solid #C79A3A;
  border-radius: clamp(1.2rem, 1.4vw, 1.8rem);
  padding-inline: clamp(0.5rem, 1vw, 3rem);
  padding-block: clamp(0.5rem, 0.5vw, 3rem);
}
#reviews .card svg {
  max-width: clamp(2rem, 2.2vw + 0.1rem, 3rem);
}
#reviews .card strong {
  font-size: clamp(1.1rem, 1.4vw, 1.5rem);
  padding-inline: clamp(2rem, 2.2vw, 3rem);
  padding-bottom: clamp(0.5rem, 1vw, 1.5rem);
}
#reviews .card p {
  font-style: italic;
}
#reviews aside {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: clamp(1rem, 2vw, 4rem);
}
#reviews .clients-reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 3rem;
  padding-block: clamp(4rem, 5vw, 8rem);
}

.about-us {
  color: white;
  display: flex;
  flex-direction: column;
  text-shadow: 0.2rem 0.3rem 0.3rem black;
  background: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(../assets/images/abt-usbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: clamp(4rem, 10vw, 15rem);
  padding-inline: clamp(1rem, 15vw + 1rem, 20rem);
  padding-bottom: 4rem;
}
.about-us h2 {
  margin-inline: 0;
  filter: brightness(105%);
}

footer {
  background-color: #0d1f3a;
  color: whitesmoke;
  display: grid;
  gap: clamp(0.5rem, 2vw + 0.1rem, 2.5rem);
  grid-template-columns: repeat(2, 1fr);
  padding-inline: clamp(1rem, 2vw, 4rem);
  padding-block: clamp(1rem, 2vw, 4rem);
}
footer .card {
  overflow: hidden;
  display: flex;
  padding: clamp(1rem, 1.8vw, 2rem);
  padding-block: clamp(2rem, 4vw + 0.1rem, 4.5rem);
  background-color: rgb(21.038028169, 50.1676056338, 93.861971831);
  font-size: clamp(0.8rem, 1vw + 0.01rem, 1.1rem);
}
footer .logoCard {
  background-color: whitesmoke;
  color: black;
  font-size: clamp(0.8rem, 1vw + 0.01rem, 1.1rem);
}
footer span {
  align-self: flex-start;
  width: 100%;
  border-left: 0.2rem solid coral;
  padding-inline: clamp(1rem, 1.8vw, 2rem);
  font-weight: 800;
  font-size: clamp(1.1rem, 1.2vw + 0.01rem, 1.4rem);
}
footer .social-media-buttons {
  display: flex;
  flex-direction: column;
  padding-block: clamp(1rem, 1.2vw, 1.5rem);
  gap: clamp(0.9rem, 1vw + 0.1rem, 1.2rem);
  font-weight: 500;
}
footer .social-media-buttons svg {
  width: clamp(1rem, 2vw, 3rem);
  filter: invert(1);
}
footer .social-media-buttons .social-media-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
footer .social-media-buttons .social-media-icon span {
  border: none;
  margin: auto;
  font-weight: 500;
  font-size: clamp(0.8rem, 1vw + 0.01rem, 1.1rem);
}
footer ul {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  gap: clamp(1rem, 1.2vw, 1.4rem);
}/*# sourceMappingURL=mobile.css.map */