:root {
  --dark-slate-blue: #4c4386;
  --midnight-blue: #0a0338;
  --dark-orchid: #bb1bff;
  --white: white;
  --deep-sky-blue: #02a9ff;
  --blue-violet: #a611fc;
  --black: #2c2c2c;
  --ca-brand: #85b09a;
  --ca-brand-light: #aecabc;
  --bright-purple: hsl(261deg 80% 48%);
}

html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(132deg, #85b09a, #a066cc, #485a69);
  background-size: 200% 200%;
  background-attachment: fixed;
  animation: Gradient 15s ease infinite;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.main-section {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  width: 50vw;
  height: auto;
  max-height: auto;
  max-width: 2000px;
  max-height: 2000px;
  margin-top: 4%;
  padding: 1%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.header-container {
  height: 80px;
  width: 40vw;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: flex-end;
}

/* Menu trigger button in the top-left corner */
.nav-trigger {
  position: absolute;
  bottom: calc(25%);
  right: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu-card {
  position: absolute;
  width: 30vw;
  height: 28vh;
  margin-top: 2.5%;
  box-sizing: border-box;
  background: rgba(217, 217, 217, 0.58);
  border: var(--ca-brand);
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  display: none;
  flex-direction: column;
  justify-content: top;
  padding: 1%;
  align-items: center;
  color: var(--ca-brand);
  z-index: 9999;
}

.menu-card:hover {
  border: 2px solid var(--ca-brand);
  transform: scale(1.05);
}

.menu-card:active {
  transform: scale(0.95) rotateZ(1.7deg);
}

/* Input inside the menu */
.menu-content input {
  width: 80%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Bottone menu navigazione*/

#menu-button {
  padding: 2rem 2.5rem;
  border: none;
  border-radius: 20px;
  background-color: #4c4386;
  color: white;
  cursor: pointer;
  position: absolute;
  font-size: 2rem;
}

.menu-content-button {
  padding: 17px 40px;
  border-radius: 50px;
  margin-top: 5%;
  cursor: pointer;
  border: 0;
  background-color: white;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s ease;
}

.menu-content-button:hover {
  letter-spacing: 3px;
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
}

.menu-content-button:active {
  letter-spacing: 3px;
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

.main-title {
  position: absolute;
  bottom: -1rem;
  margin: 0;
  left: 50%;
  transform: translatex(-50%);
  color: #0a0338;
  font-size: calc(1.5rem + 1vw);
  font-weight: 700;
  text-align: center;
  text-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);
}

.top-left-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(5rem + 1vw);
  height: auto;
  object-fit: contain;
}

/* SUBTITLE CARD*/

.subtitle {
  padding: 0.5rem;
  position: relative;
  width: 39vw;
  height: 15vh;
  border-radius: 38px;
  z-index: 1111;
  overflow: hidden;
  margin-bottom: 3rem;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 20px 20px 60px #bebebe, -15px -15px 50px #ffffff;
  background-color: #ffffff;
  border: rgba(255, 255, 255, 0);
  background-clip: padding-box;
}

.subtitle-fill {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(24px);
  overflow: hidden;
  display: flex;
  place-content: center;
  flex-direction: column;
  justify-content: center;
  word-wrap: break-word;
}

.subtitle-text {
  color: var(--dark-slate-blue);
  font-weight: 500;
  text-align: center;
  word-wrap: break-word;
  font-size: calc(1.2rem + 0.4vw);
  overflow: hidden;
}

.pattern {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: var(--ca-brand);
  opacity: 1;
  filter: blur(12px);
  animation: pattern-bounce 8s infinite ease;
}

@keyframes pattern-bounce {
  0% {
    top: -75px;
    left: -75px;
  }
  25% {
    top: -75px;
    left: calc(100% - 75px);
  }
  50% {
    top: calc(100% - 75px);
    left: calc(100% - 75px);
  }
  75% {
    top: calc(100% - 75px);
    left: -75px;
  }
  100% {
    top: -75px;
    left: -75px;
  }
}
/*END SUBTITLE CARD*/

/*  BEGINNING MIDDLE SECTION */

.middle-section {
  background-color: rgba(255, 255, 255, 0.75);
  width: 40vw;
  height: 50vh;
  margin: auto;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  overflow-y: auto;
}

.middle-section::-webkit-scrollbar {
  display: none;
}

.middle-section {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.middle-section:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.middle-title {
  color: var(--midnight-blue);
  text-align: center;
  font-size: calc(1.2rem + 0.8vw);
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}

/*SEZIONE CARD*/
/*Prima Card*/

.card {
  width: 90%;
  max-width: 700px;
  max-height: 200px;
  min-height: 300px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  background: #f5f5f5;
  padding: 1.8rem;
  margin: 5% auto;
  border: 2px solid #c3c6ce;
  transition: 0.3s ease;
  overflow: visible;
  margin-bottom: 40px;
  flex: 1 1 calc(33% -40px);
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.card-details {
  font-size: calc(0.8rem + 0.5vw);
  height: 100%;
  width: 100%;
  gap: 0.5em;
  display: flex;
  place-content: center;
  flex-direction: column;
  word-wrap: break-word;
}

.card-button {
  transform: translate(-50%, 125%);
  width: 40%;
  border-radius: 1rem;
  border: none;
  background-color: var(--ca-brand);
  color: #fff;
  font-size: calc(0.8rem + 0.5vw);
  padding: 0.5rem 1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.text-body {
  color: var(--dark-slate-blue);
  font-weight: 500;
  text-align: center;
  word-wrap: break-word;
  margin-top: 0.5rem;
  font-size: 1.6rem;
}

.text-title {
  color: var(--midnight-blue);
  font-size: calc(1.6rem + 0.6vw);
  font-weight: bold;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}

.card:hover {
  border-color: var(--ca-brand);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.card:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
}

/* INIZIO SOCIAL SECTION*/

.social-section {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  width: 50vw;
  height: 20vh;
  max-width: 2000px;
  max-height: 2000px;
  margin-top: 1%;
  padding: 1%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 0;
}

.social-card {
  width: fit-content;
  height: fit-content;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  gap: 20px;
}

/* for all social containers*/
.socialContainer {
  width: 100px;
  height: 100px;
  background-color: var(--dark-slate-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 0.3s;
  border-radius: 100px;
}
/* instagram*/
.containerOne:hover,
.containerOne:hover:active {
  background-color: #ee1d52;
  transition-duration: 0.3s;
  transform: scale(1.2);
}
/* Youtube*/
.containerTwo:hover,
.containerTwo:active {
  background-color: #ff0000;
  transition-duration: 0.3s;
  transform: scale(1.2);
}
/* TikTok*/
.containerThree:hover,
.containerThree:active {
  background-color: black;
  transition-duration: 0.3s;
  transform: scale(1.2);
}
/* Whatsapp*/
.containerFour:hover,
.containerFour:active {
  background-color: #25d366;
  transition-duration: 0.3s;
  transform: scale(1.2);
}

/* Facebook*/
.containerFive:hover,
.containerFive:active {
  background-color: #1877f2;
  transition-duration: 0.3s;
  transform: scale(1.2);
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 30px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* FINE SOCIAL SECTION*/

.policy-footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 5%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: calc(0.7rem + 0.4vw);
  font-weight: 300;
  overflow-y: auto;
}

/* Grouped Media Queries */

/* Phones in portrait */
@media screen and (orientation: portrait) and (max-width: 768px) and (max-aspect-ratio: 20/9) {
  html {
    margin: 0;
    padding: 0;
    background: var(--ca-brand);
    background-size: 200% 200%;
    height: 100%;
  }

  body {
    background: none;
    overflow-y: scroll;
    touch-action: manipulation;
    overflow-x: hidden;
  }

  .header-container {
    width: 85vw;
    height: 4rem;
    margin-bottom: 3%;
    overflow: visible;
  }

  .main-section {
    height: auto;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    width: 90vw;
    position: relative;
    box-shadow: 0 4px 8px var(--dark-slate-blue);
  }

  .top-left-logo {
    width: calc(3.5rem + 0.8vw);
  }

  .nav-trigger {
    position: absolute;
    bottom: calc(38%);
    right: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #menu-button {
    padding: 0.4rem 1rem;
    border: none;
    border-radius: 10px;
    background-color: #48a697;
    color: white;
    cursor: pointer;
    position: absolute;
    transition: font-size 0.3s ease;
    font-size: 2rem;
    margin-bottom: -10px;
    box-shadow: 0 5px 8px var(--dark-slate-blue, 0.1);
  }
  .menu-content-button {
    font-size: 1.2rem;
  }
  .main-title {
    font-size: calc(2rem + 1vw);
    bottom: -12%;
  }

  .menu-card {
    width: 85vw;
    height: 90vw;
    margin-top: 3.7%;
    padding-top: 8%;
  }

  .subtitle {
    width: 90%;
    height: 90%;
    margin: 4%;
    padding: 1.5%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 8px var(--dark-slate-blue, 0.2);
  }

  .subtitle-text {
    font-size: calc(1rem + 0.6vw);
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 5%;
  }

  .pattern {
    background-color: #48a697;
    height: 300px;
    width: 100px;
  }

  .middle-section {
    width: 90%;
    height: 90%;
    margin: 6%;
    padding: 2%;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 8px var(--dark-slate-blue, 0.1);
  }

  .middle-section:hover {
    transform: none;
    box-shadow: none;
  }

  .middle-title {
    font-size: calc(1.4rem + 1vw);
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .card {
    width: 95%;
    min-height: 250px;
    max-height: none;
    height: auto;
    margin: 1% auto;
    margin-bottom: calc(2.7rem);
    padding: 1.2rem;
    touch-action: auto;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
  }

  .card:hover {
    border-color: none;
    box-shadow: none;
  }

  .card-details {
    gap: 0rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
    width: 100%;
  }

  .card-button {
    transform: translate(-50%, 60%);
    width: 40%;
    font-size: calc(1.4rem + 0.6vw);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: #48a697;
  }

  .text-title {
    padding: 0%;
    font-size: calc(1.4rem + 0.6vw);
    text-transform: uppercase;
  }

  .text-body {
    font-size: calc(1rem + 0.6vw);
  }

  .card-pressed .card-button {
    opacity: 1;
    transform: translate(-50%, 50%);
  }

  .social-section {
    margin-top: 3%;
    width: 90vw;
    height: calc(10vh - 5vh);
    max-height: none;
    flex: 1;
    margin-bottom: 3rem;
    box-shadow: 0 4px 8px var(--dark-slate-blue, 0.1);
  }

  .policy-footer {
    font-size: 1rem;
    overflow-y: auto;
    position: relative;
  }

  .socialContainer {
    width: 52px;
    height: 52px;
  }

  .socialSvg {
    width: 17px;
  }

  .social-card {
    gap: 3.1vw;
  }
}

/* Phones in Landscape */
@media screen and (orientation: landscape) and (min-resolution: 190dpi) and (min-aspect-ratio: 9/20) {
  html {
    margin: 0;
    padding: 0;
    background: var(--ca-brand);
    background-size: 200% 200%;
    height: 100%;
  }

  body {
    background: none;
    overflow-y: scroll;
    touch-action: manipulation;
    overflow-x: hidden;
  }

  .header-container {
    width: 85vw;
    height: 4rem;
    margin-bottom: 3%;
    overflow: visible;
  }

  .main-section {
    height: auto;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    width: 90vw;
    position: relative;
    box-shadow: 0 4px 8px var(--dark-slate-blue);
  }

  .top-left-logo {
    width: calc(5rem + 0.8vw);
  }

  .nav-trigger {
    position: absolute;
    bottom: calc(38%);
    right: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #menu-button {
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 20px;
    background-color: #48a697;
    color: white;
    cursor: pointer;
    position: absolute;
    transition: font-size 0.3s ease;
    font-size: 2rem;
    box-shadow: 0 5px 8px var(--dark-slate-blue, 0.1);
  }

  .menu-content-button {
    padding: 17px 40px;
    border-radius: 50px;
    margin-top: 3%;
    cursor: pointer;
    border: 0;
    background-color: white;
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    letter-spacing: 1.5px;
    font-size: 2.3rem;
    transition: all 0.5s ease;
  }

  .main-title {
    font-size: calc(2.6rem + 1vw);
    bottom: -12%;
  }

  .menu-card {
    width: 85vw;
    height: 40vw;
    margin-top: 3.7%;
    padding-top: 8%;
  }

  .subtitle {
    width: 90%;
    height: 90%;
    margin: 4%;
    padding: 1%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 8px var(--dark-slate-blue, 0.2);
  }

  .subtitle-text {
    font-size: calc(1rem + 0.6vw);
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 5%;
  }

  .pattern {
    background-color: #48a697;
  }

  .middle-section {
    width: 90%;
    height: 90%;
    margin: 6%;
    padding: 2%;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 8px var(--dark-slate-blue, 0.1);
  }

  .middle-section:hover {
    transform: none;
    box-shadow: none;
  }

  .middle-title {
    font-size: calc(1.4rem + 1vw);
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .card {
    width: 95%;
    min-height: 250px;
    max-height: none;
    height: auto;
    margin: 1% auto;
    margin-bottom: calc(2.7rem);
    padding: 1.2rem;
    touch-action: auto;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
  }

  .card:hover {
    border-color: none;
    box-shadow: none;
  }

  .card-details {
    gap: 0rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
    width: 100%;
  }

  .card-button {
    transform: translate(-50%, 60%);
    width: 40%;
    font-size: calc(1.4rem + 0.6vw);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .text-title {
    padding: 0%;
    font-size: calc(1.4rem + 0.6vw);
    text-transform: uppercase;
  }

  .text-body {
    font-size: calc(1rem + 0.6vw);
  }

  .card-pressed .card-button {
    opacity: 1;
    transform: translate(-50%, 50%);
  }

  .social-section {
    margin-top: 3%;
    height: calc(10vh - 5vh);
    max-height: none;
    flex: 1;
    margin-bottom: 3rem;
    width: 90%;
    box-shadow: 0 4px 8px var(--dark-slate-blue, 0.1);
  }

  .policy-footer {
    font-size: 1rem;
    overflow-y: auto;
    position: relative;
  }

  .socialContainer {
    width: 90px;
    height: 90px;
  }

  .socialSvg {
    width: 35px;
  }

  .social-card {
    gap: 4vw;
  }
}

/*Tablet - Landscape*/
@media screen and (orientation: landscape) and (min-resolution: 190dpi) and (min-aspect-ratio: 3/4) {
  html {
    margin: 0;
    padding: 0;
    background-size: 200% 200%;
    height: 100%;
  }

  body {
    background: none;
    overflow-y: scroll;
    touch-action: manipulation;
    overflow-x: hidden;
  }
  .header-container {
    width: 82vw;
    height: 4rem;
    margin-bottom: 3%;
  }
  .main-title {
    font-size: calc(2.6rem + 1.7vw);
    bottom: -26%;
  }
  .menu-card {
    width: 40vw;
  }
  .main-section {
    height: auto;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    width: 90vw;
    position: relative;
  }
  .subtitle {
    width: 90%;
    height: 15vw;
    margin: 2%;
    padding: 0.6%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .subtitle-text {
    margin: 0;
  }

  .pattern {
    background-color: #48a697;
    height: 300px;
  }

  .middle-section {
    width: 90%;
    height: 90%;
    margin: 6%;
    padding: 2%;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .social-section {
    margin-top: 3%;
    width: 90vw;
    height: calc(10vh - 5vh);
    max-height: none;
    flex: 1;
    margin-bottom: 3rem;
  }
  .card-button {
    background-color: #48a697;
  }
}

/* Tablets - Portrait*/
@media screen and (orientation: portrait) and (min-width: 769px) and (max-width: 1024px) and (max-aspect-ratio: 4/3) {
  html {
    margin: 0;
    padding: 0;
    background: var(--ca-brand);
    background-size: 200% 200%;
    height: 100%;
  }

  body {
    background: none;
    overflow-y: scroll;
    touch-action: manipulation;
    overflow-x: hidden;
  }
  #menu-button {
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 20px;
    background-color: #48a697;
    color: white;
    cursor: pointer;
    position: absolute;
    transition: font-size 0.3s ease;
    font-size: 2rem;
    box-shadow: 0 5px 8px var(--dark-slate-blue, 0.1);
  }
  .header-container {
    width: 82vw;
    height: 4rem;
    margin-bottom: 3%;
    overflow: visible;
  }
  .main-title {
    font-size: calc(2.6rem + 1vw);
    bottom: -18%;
  }
  .main-section {
    height: auto;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    width: 90vw;
    position: relative;
    box-shadow: 0 4px 8px var(--dark-slate-blue);
  }
  .subtitle {
    width: 90%;
    height: 20vw;
    margin: 4%;
    padding: 0.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 8px var(--dark-slate-blue, 0.2);
  }
  .subtitle-text {
    margin: 0;
  }
  .middle-section {
    width: 90%;
    height: 90%;
    margin: 6%;
    padding: 2%;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 8px var(--dark-slate-blue, 0.1);
  }
  .middle-section:hover {
    box-shadow: 0 8px 16px var(--dark-slate-blue, 0.6);
  }
  .card {
    width: 95%;
    min-height: 250px;
    max-height: none;
    height: auto;
    margin: 1% auto;
    margin-bottom: calc(2.7rem);
    padding: 1.2rem;
    touch-action: auto;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
  }

  .card:hover {
    border-color: none;
    box-shadow: none;
  }

  .card-details {
    gap: 0rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
    width: 100%;
  }

  .card-button {
    transform: translate(-50%, 60%);
    width: 40%;
    font-size: calc(1.4rem + 0.6vw);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: #48a697;
  }
  .middle-title {
    font-size: calc(1.4rem + 2vw);
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .social-section {
    margin-top: 3%;
    width: 90vw;
    height: calc(10vh - 5vh);
    max-height: none;
    flex: 1;
    margin-bottom: 3rem;
    box-shadow: 0 4px 8px var(--dark-slate-blue, 0.1);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-resolution: 192dpi) {
}
