#userPQR,
#suscribeService {
    width: 90%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #2C3039;
    padding: 50px;
}
.form-input-content,
.area-cont {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.area-cont {
    height: 120px;
}
.component-input {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.one-input .component-input,
.area-cont .component-input {
    width: 100%;
}
.component-input label {
    opacity: 0;
    transform: translate(40px,28px);
    font-size: 14px;
    color: #8A94A7;
    transition: all .3s cubic-bezier(1, 0, 0, 1);
}
.activeInput {
    opacity: 1 !important;
    transform: translate(0px,0px) !important;
    transition: all .3s cubic-bezier(1, 0, 0, 1);
}
.actv {
    box-shadow: 0 0 0 2.5px var(--font) !important;
    transition: all .3s cubic-bezier(1, 0, 0, 1);
    position: relative;
    z-index: 9;
}
.main-input,
.userComment {
    width: 100%;
    height: 40px;
    border: 0;
    padding: 5px 5px 5px 40px;
    background: var(--meta-gris);
    color: var(--background);
    font-size: 16px;
    outline: none;
    transition: all .3s cubic-bezier(1, 0, 0, 1);
    box-shadow: 0 0 0 0.5px var(--font);
}
.main-input::placeholder {
    color: #757575;
    font-size: 12px;
}
#user-name{
    background: var(--meta-gris) url(../elements/imgs/person.svg) 8px / 20px no-repeat;
}
#user-id {
    background: var(--meta-gris) url(../elements/imgs/idcard.svg) 8px / 20px no-repeat;
}
#user-phone {
    background: var(--meta-gris) url(../elements/imgs/phonenumber.svg) 8px / 20px no-repeat;
}
#user-email {
    background: var(--meta-gris) url(../elements/imgs/mail.svg) 8px / 20px no-repeat;
}
.userComment {
    height: 100%;
    padding: 10px;
}
.send-button {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 10px;
    background: var(--gris);
    color: var(--background);
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}
.opacityelement {
    opacity: 0;
}
.invalidInputField {
    box-shadow: 0 0 0 .5px #cf0039 !important;
    background: var(--background) url(../elements/imgs/errors.svg) 8px / 20px no-repeat !important;
}


.parentcard {
    width: 300px;
    padding: 20px;
    perspective: 1000px;
  }
  
  .cardx {
    padding-top: 50px;
    /* border-radius: 10px; */
    border: 3px solid var(--meta-gris);
    transform-style: preserve-3d;
    background: linear-gradient(135deg, #0000 18.75%, #2c303900 0 31.25%, #0000 0), repeating-linear-gradient(45deg, #20242b -6.25% 6.25%, #1d2026 0 18.75%);
    background-size: 60px 60px;
    background-position: 0 0, 0 0;
    background-color: #1d2026;
    width: 100%;
    box-shadow: #111316 0px 30px 30px -10px;
    transition: all 0.5s ease-in-out;
  }
  
  .cardx:hover {
    background-position: -100px 100px, -100px 100px;
    transform: rotate3d(0.5, 1, 0, 30deg);
  }
  
  .content-box {
    background: #1d2026d1;
    /* border-radius: 10px 100px 10px 10px; */
    transition: all 0.5s ease-in-out;
    padding: 60px 25px 25px 25px;
    transform-style: preserve-3d;
  }
  
  .content-box .card-title {
    display: inline-block;
    color: white;
    font-size: 25px;
    font-weight: 900;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 50px);
  }
  
  .content-box .card-title:hover {
    transform: translate3d(0px, 0px, 60px);
  }
  
  .content-box .card-content {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #f2f2f2;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 30px);
  }
  
  .content-box .card-content:hover {
    transform: translate3d(0px, 0px, 60px);
  }
  
  .content-box .see-more {
    cursor: pointer;
    margin-top: 1rem;
    display: inline-block;
    font-weight: 900;
    font-size: 9px;
    text-transform: uppercase;
    color: var(--meta-gris);
    /* border-radius: 5px; */
    background: white;
    padding: 0.5rem 0.7rem;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 20px);
  }
  
  .content-box .see-more:hover {
    transform: translate3d(0px, 0px, 60px);
  }
  
  .date-box {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 70px;
    width: 70px;
    background: #fe6e2e;
    border: 1px solid var(--meta-gris);
    /* border-radius: 10px; */
    padding: 10px;
    transform: translate3d(0px, 0px, 80px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 17px 10px -10px;
  }
  
  .date-box span {
    display: block;
    text-align: center;
  }
  
  .date-box .month {
    color: var(--meta-gris);
    font-size: 9px;
    font-weight: 700;
  }
  
  .date-box .date {
    font-size: 20px;
    font-weight: 900;
    color: var(--meta-gris);
  }
.iframe-container {
    width: 380px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 0 auto;
    border-radius: 0;
}
.iframe-container iframe {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    box-shadow: unset;
}

@keyframes autoRun3d {
    from {
      transform: perspective(800px) rotateY(-360deg);
    }
    to {
      transform: perspective(800px) rotateY(0deg);
    }
  }
  
  @keyframes animateBrightness {
    10% {
      filter: brightness(1);
    }
    50% {
      filter: brightness(0.1);
    }
    90% {
      filter: brightness(1);
    }
  }
  
  .card-3d {
    position: relative;
    width: 80%;
    height: 300px;
    transform-style: preserve-3d;
    transform: perspective(800px);
    animation: autoRun3d 20s linear infinite;
    will-change: transform;
    margin: 0 auto;
  }
  
  .card-3d div {
    position: absolute;
    width: 80px;
    height: 112px;
    background-color: rgb(199, 199, 199);
    border: solid 2px lightgray;
    border-radius: 0;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    animation: animateBrightness 20s linear infinite;
    transition-duration: 200ms;
    will-change: transform, filter;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .card-3d:hover {
    animation-play-state: paused !important;
  }
  
  .card-3d:hover div {
    animation-play-state: paused !important;
  }
  
  .card-3d div:nth-child(1) {
    transform: translate(-50%, -50%) rotateY(0deg) translateZ(150px);
    animation-delay: -0s;
  }
  
  .card-3d div:nth-child(2) {
    transform: translate(-50%, -50%) rotateY(36deg) translateZ(150px);
    animation-delay: -2s;
  }
  
  .card-3d div:nth-child(3) {
    transform: translate(-50%, -50%) rotateY(72deg) translateZ(150px);
    animation-delay: -4s;
  }
  
  .card-3d div:nth-child(4) {
    transform: translate(-50%, -50%) rotateY(108deg) translateZ(150px);
    animation-delay: -6s;
  }
  
  .card-3d div:nth-child(5) {
    transform: translate(-50%, -50%) rotateY(144deg) translateZ(150px);
    animation-delay: -8s;
  }
  
  .card-3d div:nth-child(6) {
    transform: translate(-50%, -50%) rotateY(180deg) translateZ(150px);
    animation-delay: -10s;
  }
  
  .card-3d div:nth-child(7) {
    transform: translate(-50%, -50%) rotateY(216deg) translateZ(150px);
    animation-delay: -12s;
  }
  
  .card-3d div:nth-child(8) {
    transform: translate(-50%, -50%) rotateY(252deg) translateZ(150px);
    animation-delay: -14s;
  }
  
  .card-3d div:nth-child(9) {
    transform: translate(-50%, -50%) rotateY(288deg) translateZ(150px);
    animation-delay: -16s;
  }
  
  .card-3d div:nth-child(10) {
    transform: translate(-50%, -50%) rotateY(324deg) translateZ(150px);
    animation-delay: -18s;
  }


.profile-card-container,.row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: auto;
    flex-wrap: wrap;
}
.profile-card {
    width: 200px;
}
.our-team {
    height: 290px;
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #15181d;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  
  .our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    z-index: 1;
    position: relative;
  }
  
  .our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #fd7134;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }
  
  .our-team:hover .picture::before {
    height: 100%;
  }
  
  .our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fd7134;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
  }
  
  .our-team:hover .picture img {
    box-shadow: 0 0 0 14px #15181d;
    transform: scale(0.7);
  }
  .our-team h3 {
    font-size: 18px;
    margin: 0;
  }
  .our-team .title {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
  }
  
  .our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fd7437;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  
  .our-team:hover .social {
    bottom: 0;
  }
  
  .our-team .social li {
    display: inline-block;
  }
.our-team .social li:nth-child(1){
    background: url(../dist/images/whatsapp.svg) center / 95% no-repeat;
}
.our-team .social li:nth-child(2){
    background: url(../dist/images/facebook.svg) center / 95% no-repeat;
}
.our-team .social li:nth-child(3){
    background: url(../dist/images/instagram.svg) center / 95% no-repeat;
}
.our-team .social li:nth-child(4){
    background: url(../dist/images/gmail.svg) center / 95% no-repeat;
}
  .our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }
  
  .our-team .social li a:hover {
    color: #fd7437;
    background-color: #2929291a;
    border-radius: 50%;
  }
   