/* Baisc */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  outline: none;
  text-decoration: none;
}

body {
  font-family: 'Work Sans', sans-serif;
  text-align: center;
  background-color: #fcfcfc;
}

html {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
p,
.title,
.title-card {
  margin-bottom: 15px;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
.title,
.title-card {
  font-weight: bold;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.5rem, 4vw + 1rem, 4rem);
}

h2 {
  font-size: clamp(2rem, 3vw + 1rem, 3rem);
  margin-bottom: 90px;
}

h3 {
  font-size: clamp(1.5rem, 2.25vw + 1rem, 2.25rem);
  color: #fcfcfc;
}

h4 {
  font-size: clamp(1.25rem, 1.5vw + 1rem, 1.75rem);
}

h5 {
  font-size: clamp(1.125rem, 0.625vw + 1rem, 1.5rem);
}

p {
  font-size: clamp(1.125rem, 0.42vw + 1rem, 1.375rem);
  font-weight: 500;
  padding: 5px;
}

.title {
  color: #fcfcfc;
  margin: 0 auto;
  padding: 0;
}

.title-card {
  padding: 5px;
  margin: 0 auto;
  color: #fcfcfc;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  width: 250px;
  text-align: center;
}

.faq {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  /* font-family: "Lora", serif; */
  letter-spacing: 1px;
  text-align: center;
}

.faq2 {
  /* font-family: "Roboto", sans-serif; */
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

ul > li {
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (min-width: 280px) and (max-width: 780px) {
  /* .text-holistic {
    margin: 25px auto;
    padding: 15px;
  } */
}

.container {
  margin: 0 auto;
}
/* End Basic */

/* Buttons */
.button {
  padding: 10px 15px;
  margin: 10px auto;
  border: #fcfcfc solid 1px;
  color: #fcfcfc;
  font-weight: bold;
  font-size: 20px;
}

.button:hover {
  border: none;
  background-color: #fcfcfc;
  color: #141414;
  text-decoration: none;
}

.button:active,
.button:link,
.button:visited {
  text-decoration: none;
}

.button-1 {
  padding: 10px 15px;
  margin: 20px auto;
  border: #141414 solid 1px;
  color: #141414;
  font-weight: bold;
  font-size: 20px;
}

.button-1:hover {
  border: none;
  background-color: #141414;
  color: #fcfcfc;
  text-decoration: none;
}

.button-1:active,
.button-1:link,
.button-1:visited {
  text-decoration: none;
}

#popup-open-btn,
#popup-open-btn-1,
#popup-open-btn-2 {
  padding: 10px 15px;
  border: #fcfcfc solid 1px;
  color: #fcfcfc;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

#popup-open-btn:hover,
#popup-open-btn-1:hover,
#popup-open-btn-2:hover {
  border: none;
  background-color: #141414;
  color: #fcfcfc;
  text-decoration: none;
}

.center-btn,
.center-btn-1,
.center-btn-2 {
  padding: 10px 15px;
  border: #141414 solid 1px;
  color: #141414;
  font-weight: bold;
  font-size: 20px;
}

.center-btn:hover,
.center-btn-1:hover,
.center-btn-2:hover {
  border: none;
  background-color: #141414;
  color: #fcfcfc;
  text-decoration: none;
}

.owl-dots {
  text-align: center;
  margin-top: 40px;
}

.owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  border: 2px solid #000 !important;
  transition: all 0.3s ease;
}

.owl-dot:hover,
.owl-dot.active {
  background-color: #000 !important;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
}

.owl-prev {
  left: 40px;
}

.owl-next {
  right: 20px;
}

/* Style the submit button with a specific background color etc */
input[type='submit'] {
  border: solid #000 1px;
  background-color: #fff;
  color: #000;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type='submit']:hover {
  background-color: #000;
  color: #fff;
  border: none;
}
/* End Buttons */

/* Social Icons */
.contact.fa-instagram,
.contact.fa-whatsapp {
  transition: color 0.2s;
  color: #000;
  border-radius: 50%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin: 10px 5px;
  padding: 0;
  border: solid 1px #000;
  font-size: 30px;
}

.contact.fa-instagram:hover,
.contact.fa-whatsapp:hover {
  color: #fcfcfc;
  background-color: #000;
  border: none;
  text-decoration: none;
}

.contact-1.fa-instagram,
.contact-1.fa-whatsapp {
  transition: color 0.2s;
  color: #fcfcfc;
  border-radius: 50%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin: 10px 5px;
  padding: 0;
  border: solid 1px #fcfcfc;
  font-size: 30px;
}

.contact-1.fa-instagram:hover,
.contact-1.fa-whatsapp:hover {
  color: #000;
  background-color: #fcfcfc;
  border: none;
}

.icon-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
/* End Social Icons */

/* Navbar */
.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

/* Hamburger line */
label {
  position: absolute;
  top: 30px;
  right: 0;
  left: 20px;
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  transition: 0.3s ease transform;
  cursor: pointer;
  z-index: 3;
}

label div {
  background-color: #141414;
  border: solid #fcfcfc 1px;
  margin-left: 0;
  margin-bottom: 6px;
  border-radius: 2px;
  transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom,
    0.3s ease background-color;
}

label div:first-child {
  width: 22px;
  height: 5px;
}

label div:nth-child(2) {
  width: 15px;
  height: 5px;
}

label div:last-child {
  width: 30px;
  height: 5px;
  margin-bottom: 0;
}

#menu_checkbox:checked + label {
  transform: translateY(-50%) rotateZ(-90deg);
}

#menu_checkbox:checked + label div {
  width: 6px;
  margin-left: 12px;
  margin-bottom: 3px;
  background-color: #fcfcfc;
}

/* Top and Bottom line hamburger */

.menu-wrap .hamburger > div:before,
.menu-wrap .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

.menu-wrap .hamburger > div:after {
  top: 10px;
}

/* Show menu */

.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu {
  background: url('./img/workout/pexels-cottonbro-4753988.jpg') no-repeat center
    center / cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .menu > div {
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

@media screen and (min-width: 270px) and (max-width: 750px) {
  .menu-wrap .menu > div {
    width: 100%;
    height: 100vh;
  }
}

.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #fcfcfc;
  padding: 0.5rem;
  font-weight: bold;
}

.menu-wrap .menu > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
  font-size: 45px;
  letter-spacing: 1px;
}

@media screen and (min-width: 270px) and (max-width: 750px) {
  .menu-wrap .menu > div > div > ul > li > a {
    font-size: 26px;
  }
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
  .menu-wrap .menu > div > div > ul > li > a {
    font-size: 26px;
  }
}

.menu-wrap .menu > div > div > ul > li > a:hover {
  background-color: #fcfcfc;
  color: #141414;
  border-radius: 8px;
  padding: 5px;
}
/* End NavBar */

/* Header */
.header {
  display: flex;
  /* justify-content: center; */
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url('./img/LA_MIA_PREFERITA.JPG') no-repeat center center / cover;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
  align-items: center;
  position: relative;
  overflow: hidden;
}

.header-img {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: column wrap;
  position: absolute;
  top: 40%;
  left: 10px;
}

.header__logo-box img {
  position: absolute;
  justify-items: end;
  top: 5px;
  right: 50%;
}

@media screen and (min-width: 280px) and (max-width: 750px) {
  .header-img {
    position: absolute;
    top: 35%;
    left: 0;
    text-align: center;
    margin: 0 auto;
  }
}
/* End Header */

/* About */
#about {
  margin-top: 80px;
}

.text-about {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.paola1-img img {
  width: 350px;
  height: 300px;
  border-radius: 8px;
  box-shadow: 5px 3px 5px #999;
}

@media screen and (min-width: 280px) and (max-width: 780px) {
  .paola-img {
    height: 280px;
  }
}
/* End About */

/* My holistic approach  */
#plans {
  margin-top: 80px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.cards-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-body {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  padding: 5px;
}

.card {
  width: auto;
  height: 250px;
  border-radius: 8px;
  box-shadow: 5px 3px 5px #999;
}

.card-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url('./img/Holistic/Self-Confidence\(550\ x\ 480\ px\).png') no-repeat
      center center / cover;
}
.card-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url('./img/Holistic/PROCRASTINATING\(550\ x\ 480\ px\).png') no-repeat
      center center / cover;
}
.card-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url('./img/Holistic/Old550x480.png') no-repeat center center / cover;
}

.center button {
  padding: 10px 20px;
  border: solid 1px #fcfcfc;
  color: #fcfcfc;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
}

.popup {
  position: fixed;
  top: 50%;
  left: 0px;
  width: 0%;
  height: 0%;
  transform: translateY(-50%);
  background: #fcfcfc;
  overflow: hidden;
  z-index: 2;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

.popup .content {
  padding: 30px 20px;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  opacity: 0;
}

.popup .content .popup-close-btn {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  color: #000;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
}

.popup .content .popup-close-btn:hover {
  background: #000;
  color: #fcfcfc;
}

.popup .content h5 {
  margin: 20px 0;
  color: #000;
  text-align: center;
}

.popup .content p {
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  font-size: 22px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}

.popup.active {
  animation: popupAnimation 1500ms ease-in-out forwards;
}

.popup.active .content {
  opacity: 1;
  transition: all 300ms ease-in-out 1500ms;
}

.popup-1 {
  position: fixed;
  top: 50%;
  left: 0px;
  width: 0%;
  height: 0%;
  transform: translateY(-50%);
  background: #fcfcfc;
  overflow: hidden;
  z-index: 2;
}

.content-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

.popup-1 .content-1 {
  padding: 30px 20px;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  opacity: 0;
}

.popup-1 .content-1 .popup-close-btn {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  color: #000;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
}

.popup-1 .content-1 .popup-close-btn:hover {
  background: #000;
  color: #fff;
}

.popup-1 .content-1 h5 {
  margin: 20px 0;
  color: #000;
  text-align: center;
}

.popup-1 .content-1 p {
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  font-size: 22px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}

.popup-1.active {
  animation: popupAnimation 1500ms ease-in-out forwards;
}

.popup-1.active .content-1 {
  opacity: 1;
  transition: all 300ms ease-in-out 1500ms;
}

.popup-2 {
  position: fixed;
  top: 50%;
  left: 0px;
  width: 0%;
  height: 0%;
  transform: translateY(-50%);
  background: #f9f9f9;
  overflow: hidden;
  z-index: 2;
}

.content-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

.popup-2 .content-2 {
  padding: 30px 20px;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  opacity: 0;
}

.popup-2 .content-2 .popup-close-btn {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  color: #000;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
}

.popup-2 .content-2 .popup-close-btn:hover {
  background: #000;
  color: #fff;
}

.popup-2 .content-2 h5 {
  margin: 20px 0;
  color: #000;
  text-align: center;
}

.popup-2 .content-2 p {
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  font-size: 22px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}

.popup-2.active {
  animation: popupAnimation 1500ms ease-in-out forwards;
}

.popup-2.active .content-2 {
  opacity: 1;
  transition: all 300ms ease-in-out 1500ms;
}

@keyframes popupAnimation {
  0% {
    width: 0%;
    height: 0%;
  }

  50% {
    width: 100%;
    height: 2px;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}
/* End My holistic approach  */

/* low incomers */
#low {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.container-low {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.paola-img-2 {
  height: 350px;
  border-radius: 8px;
  box-shadow: 5px 3px 5px #999;
}

@media screen and (min-width: 280px) and (max-width: 780px) {
  .paola-img-2 {
    height: 280px;
    margin-bottom: 20px;
  }
}
/* End low incomers */

/* Training Cards/Working Cards */
#train {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

.cards-train {
  display: flex;
  justify-content: center;
  align-items: center;
  border: red1px solid;
}

.cards {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 3px 5px #999;
  position: relative; /* Ensure position:relative for absolute positioning */
  padding: 0;
  margin: 5px 5px;
}

.cards img {
  height: 250px;
  width: 100%;
  border-radius: 10px 10px 0 0; /* Apply rounded corners to the top */
  object-fit: cover;
}

.card-title {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  margin: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  width: 250px;
  text-align: center;
}
/* End Training Cards/Working Cards */

/* Panel CallToAction */
.contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url('./img/2\ Paola\ Faraca.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  height: 550px;
  margin-top: 50px;
}

.cta {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.container-mex-call {
  background: rgba(0, 0, 0, 0.7);
  width: 720px;
  height: 400px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 15px;
}

@media screen and (min-width: 280px) and (max-width: 680px) {
  .container-mex-call {
    width: 100%;
    justify-content: space-evenly;
  }
}
/* End Panel CallToAction */

/* My Titles */
#titles {
  margin-top: 120px;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-evenly;
  align-items: center;
}

.container-logo-titles {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}

.titles {
  width: 100%;
  height: 150px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 8px;
}

@media screen and (min-width: 280px) and (max-width: 900px) {
  #titles {
    margin-top: 90px;
  }

  .container-logo-titles {
    flex-flow: column wrap;
    margin: 0;
  }

  .titles {
    margin: 6px auto;
  }
}

.titles-1 {
  background-image: url(./img/TitleLogo/AIF_JPG.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.titles-2 {
  background-image: url(./img/TitleLogo/CONI.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.titles-3 {
  background-image: url(./img/TitleLogo/ASI.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.titles-4 {
  background-image: url(./img/TitleLogo/Logotipo-CNB.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.titles-5 {
  background-image: url(./img/TitleLogo/EREPS_Personal-Trainer_LEVEL4.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.titles-6 {
  background-image: url(./img/TitleLogo/BODSPHERE\ LOGO.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* End My Titles */

/* Video 2 */
.contact-info-2 {
  position: relative;
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bg-video__content {
  height: 100%;
  width: 350px;
  object-fit: cover;
}

.bg-video__content-1 {
  height: 100%;
  width: 350px;
  object-fit: cover;
}

.container-mex-call-1 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  height: 100%;
  width: 450px;
  margin: 0 10px;
}

.container-mex-call-1 h3 {
  text-align: center;
  color: #000;
  padding: 10px 15px;
}

.container-mex-call-1 .contact-1.fa-whatsapp {
  /* background-color: #000; */
  border: solid 1px #000;
  color: #000;
}

.container-mex-call-1 .contact-1.fa-whatsapp:hover {
  background-color: #000;
  color: #f9f9f9;
}

@media screen and (min-width: 280px) and (max-width: 680px) {
  .bg-video__content,
  .bg-video__content-1 {
    width: 100%;
  }

  .container-mex-call-1 {
    width: 100%;
    margin: 0;
  }
}
/* End Video 2 */

/* Testimonials */
.container-testimonial {
  margin-top: 80px;
}

#testimonial-slider {
  display: block;
  position: relative;
  z-index: inherit;
}

@media screen and (min-width: 300px) and (max-width: 750px) {
  .testimonial {
    margin: 0 20px;
  }
}

.testimonial .testimonial-content {
  margin: 20px 10px 50px 10px;
  position: relative;
  border: solid 1px #000;
  border-radius: 8px;
}

.testimonial .testimonial-content:after {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 20px solid #000;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.testimonial .description {
  padding: 25px 35px;
  margin: 0;
  background: #fff;
  border-radius: 15px;
  font-size: 18px;
  color: #000;
  position: relative;
}

.testimonial .description:before,
.testimonial .description:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  position: absolute;
  border: solid 1px black;
}

.testimonial .description:before {
  content: '\f10d';
  top: -18px;
  left: 25px;
}

.testimonial .description:after {
  content: '\f10e';
  bottom: -18px;
  right: 25px;
}

.testimonial .testimonial-profile {
  display: table;
  padding: 15px;
  margin: 0 auto;
  position: relative;
}

.testimonial-profile {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 280px) and (max-width: 750px) {
  .testimonial .description {
    padding: 20px;
    font-size: 16px;
  }
  .testimonial .testimonial-profile {
    padding: 10px;
  }
  .testimonial .title {
    font-size: 14px;
  }
  .testimonial .post {
    font-size: 13px;
  }
  .pic img {
    height: 20vh;
  }
}
/* End Testimonials */

/* My Life*/
#follow-me {
  width: 100%;
  margin-top: 80px;
}

.container-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  display: block;
  overflow: hidden;
}

.carousel-1 {
  display: block;
  width: 100%;
  margin-top: 80px;
  white-space: nowrap;
  position: inherit;
  z-index: -1;
}

.owl-carousel {
  margin: auto 0;
}

.item-client {
  margin: 60px auto 0;
  width: 300px;
  height: 350px;
  border-radius: 8px;
  display: block;
  position: relative;
}

#client-1 {
  background-image: url('./img/life/AAD96B74-E916-44D9-9580-2BC1C52757A8\ \(1\)-New.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#client-2 {
  background-image: url('./img/life/358520382_1133024328086472_5709113962572581962_n\ \(1\)-New.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#client-3 {
  background-image: url('./img/life/d6f22ea9-e515-4bd1-9dca-c97a802e88a5.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#client-4 {
  background-image: url('./img/life/IMG_2959-New.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#client-5 {
  background-image: url('./img/life/IMG-20240609-WA0005.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#client-6 {
  background-image: url('./img/life/paola-brasil.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container-mex-follow {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.container-mex-follow h2 {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
/* End My Life */

/* FAQ Accordion */
.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
  /* padding-bottom: 60px; */
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-evenly;
}

.accordion-item {
  background: rgba(0, 0, 0, 0.7);
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: '\002B';
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-item-header.active::after {
  transform: rotate(45deg);
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 3px solid;
  border-image: linear-gradient(to right, transparent, #000, transparent) 1;
}
/* End of FAQ Accordion*/

/* Form */
#contact {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.contact-left {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 280px) and (max-width: 750px) {
  .container-contact {
    flex-flow: column wrap;
  }

  .contact-right img {
    margin-top: 20px;
    width: 100%;
  }
}

.contact-inputs {
  width: 400px;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 25px;
  font-weight: 500;
  color: #000;
  border-radius: 50px;
  border: #000 solid 1px;
}

.contact-left textarea {
  height: 140px;
  padding-top: 15px;
  border-radius: 20px;
}

.contact-inputs:focus {
  border: 2px solid #ff994f;
}

.contact-inputs::placeholder {
  color: #a9a9a9;
}

.subject select {
  width: 100%;
  width: 400px;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 25px;
  font-weight: 500;
  color: #666;
  border-radius: 50px;
  border: solid 1px #000;
}

@media screen and (min-width: 280px) and (max-width: 680px) {
  .contact-left {
    width: 100%;
  }

  .contact-inputs {
    width: 100%;
  }

  .subject select {
    width: 300px;
  }
}
/* End Form */

/* Footer */
#footer {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* height: 70vh; */
}

.contact-box-footer {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-evenly;
  align-items: center;
  width: 700px;
  height: 500px;
}

.social-links {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
}

.icon-box1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 10px auto;
}

.social-links a:link,
.social-links a:visited {
  text-decoration: none;
  border: 0;
  transform: color 0.2s;
}

.extra {
  color: #000;
}

.black {
  color: #141414;
}
/* End Footer */

/* Add smooth scrolling for better user experience */
html {
  scroll-behavior: smooth;
}
