@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Poppins", sans-serif;
}
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #9926f0;
  text-decoration: underline;
}
a:hover {
  color: #7a1ec0;
}
img,
svg {
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
}
button,
[type="button"] {
  -webkit-appearance: button;
  appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}
textarea {
  resize: vertical;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #cc93f8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(153, 38, 240, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(153, 38, 240, 0.25);
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #9926f0;
  border-color: #9926f0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #8220cc;
  border-color: #7a1ec0;
}
.btn-primary:focus {
  color: #fff;
  background-color: #8220cc;
  border-color: #7a1ec0;
  box-shadow: 0 0 0 0.25rem rgba(168, 71, 242, 0.5);
}
.btn-primary:active {
  color: #fff;
  background-color: #7a1ec0;
  border-color: #731db4;
}
.btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 71, 242, 0.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #9926f0;
  border-color: #9926f0;
}
.collapse:not(.show) {
  display: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #9926f0;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: #7a1ec0;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-flex {
  display: flex !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.w-100 {
  width: 100% !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-white {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
@media (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center !important;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
}
.btn-rounded {
  position: relative;
  padding: 0.8375rem 4.375rem 0.8375rem 1.25rem;
  font-weight: 700;
  margin: 0;
  border: 0.1rem solid rgba(255, 255, 255, 0.6);
  background-color: #fff;
  display: block;
}
.btn-rounded span {
  position: absolute;
  background-color: #9926f0;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.btn-rounded span i {
  color: #fff;
  font-size: 1rem;
  line-height: 2.5rem;
}
.btn-rounded:hover {
  background: linear-gradient(
    to right,
    rgba(153, 38, 240, 0.95),
    rgba(209, 34, 227, 0.95)
  );
  color: #fff;
}
.btn-rounded:hover span {
  background-color: rgba(0, 0, 0, 0.6);
}
.display-2 {
  margin-bottom: 1rem;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.display-2--intro {
  display: inline-block;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.display-2--description {
  font-size: 1rem;
  display: block;
  margin-top: 1.2rem;
  text-transform: none;
}
@media (min-width: 992px) {
  .display-2--description {
    font-size: 1.4rem;
    display: inline-block;
  }
}
.heading-line::before {
  content: "";
  width: 10rem;
  height: 0.1rem;
  display: block;
  margin: 0 auto;
  background-color: #9926f0;
}
.heading-line::after {
  content: "";
  width: 2rem;
  padding-top: 0.5rem;
  height: 0.2rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  background-color: #9926f0;
}
.display-3 {
  font-family: "Poppins", sans-serif;
}
.display-3--title {
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  background-image: linear-gradient(to right, #9926f0, #d122e3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .display-3--title {
    font-size: 1.8rem;
  }
}
.border-right {
  border-right: 0;
}
@media (min-width: 576px) {
  .border-right {
    border-right: 0.1rem solid #dee2e6;
    height: 100%;
  }
}
.gradient {
  background: linear-gradient(
    to right,
    rgba(153, 38, 240, 0.95),
    rgba(209, 34, 227, 0.95)
  );
}
.menu {
  background: linear-gradient(
    to right,
    rgba(153, 38, 240, 0.95),
    rgba(209, 34, 227, 0.95)
  );
}
.menu li {
  padding: 2px 0rem;
}
.menu li a {
  color: #fff;
  padding: 0 0.7rem;
  text-transform: capitalize;
  font-weight: 600;
}
.menu li:hover {
  color: #fff;
}
.intro-section {
  background: linear-gradient(
    to right,
    rgba(153, 38, 240, 0.95),
    rgba(209, 34, 227, 0.95)
  );
  padding: 10rem 0 0 0;
  width: 100%;
  height: 100%;
}
.intros .video-box {
  position: relative;
}
.services {
  position: relative;
  padding: 1rem 0;
}
.services__content {
  padding: 1rem;
  margin-top: 0;
}
.services__content p {
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .services__content p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .services__content {
    margin-top: 5rem;
  }
}
.services__content .icon {
  font-size: 1.5rem;
  color: #9926f0;
}
@media (min-width: 992px) {
  .services__content .icon {
    font-size: 2.5rem;
  }
}
.services__pic {
  max-width: 100%;
}
.portfolio {
  padding: 4rem 0;
}
.portfolio-box {
  position: relative;
  width: 100%;
  height: 18.5rem;
  overflow: hidden;
  margin-bottom: 1.2rem;
  border-top: 0.5rem solid #c685f7;
}
.portfolio-box img {
  width: 100%;
  height: 100%;
}
.portfolio-box .portfolio-info {
  background-color: rgba(153, 38, 240, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.portfolio-box .portfolio-info .caption {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portfolio-box .portfolio-info .caption h4 {
  text-transform: uppercase;
  display: block;
}
.portfolio-box:hover img {
  transform: scale(1.5);
  transition-duration: 1s;
  transition-property: all;
}
.portfolio-box:hover .portfolio-info {
  opacity: 1;
  visibility: visible;
  transition-duration: 1s;
  transition-property: all;
}
.get-started {
  padding: 4rem 0;
  background-color: #e9ecef;
}
.cta-info {
  padding: 3rem;
  margin: 1rem 0;
}
.cta-info__list {
  position: relative;
  list-style-type: none;
  display: block;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 0.7rem;
}
.cta-info__list li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 600;
  margin-right: 0.5rem;
  font-size: 1.2rem;
}
.form {
  padding: 3rem;
}
.form button {
  border: none;
  color: #fff;
  text-transform: capitalize;
}
.footer {
  padding-top: 1rem;
  background-color: #151414;
}
.contact-box {
  position: relative;
}
.contact-box__icon {
  width: 2rem;
  stroke: #9926f0;
  padding-top: 0.5rem;
}
@media (min-width: 576px) {
  .contact-box__icon {
    width: 4rem;
  }
}
.contact-box__info {
  padding: 0.4rem;
  font-weight: 600;
}
.contact-box__info--title {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .contact-box__info--title {
    font-size: 1.4rem;
  }
}
.contact-box__info--subtitle {
  font-size: 0.8rem;
  color: #6c757d;
  text-decoration: none;
}
@media (min-width: 576px) {
  .contact-box__info--subtitle {
    font-size: 1rem;
  }
}
.footer-bottom__copyright {
  color: #6c757d;
  font-weight: 400;
}
.back-to-top {
  position: fixed;
  width: 3rem;
  height: 3rem;
  right: 1.875rem;
  bottom: 1.875rem;
  z-index: 9999;
}
.back-to-top i {
  color: #fff;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-img-profile {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
   
}
.video-box {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
}
.navbar-brand .brand-text {
  font-family: inherit;
  color: #ffffff;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: -0.5px;
}
.services__pic img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer,
  .footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 60px 20px 0 20px !important;
    box-sizing: border-box !important;
  }
  footer div {
    width: 100% !important;
    margin-bottom: 0px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  footer svg,
  .footer svg {
    font-size: 45px !important;
    width: 45px !important;
    height: 45px !important;
    max-width: 45px !important;
    max-height: 45px !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
  }
}
.contact-box__info--title {
  word-break: break-word;
  display: block;
}
.contact-box__icon svg {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
/*! CSS Used from: http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/css/fontawesome.css */
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-bezier-curve:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-phone-alt:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2)
    format("woff2");
  unicode-range:
    U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC,
    U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2)
    format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJbecmNE.woff2)
    format("woff2");
  unicode-range:
    U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC,
    U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJnecmNE.woff2)
    format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecg.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2)
    format("woff2");
  unicode-range:
    U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC,
    U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2)
    format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2)
    format("woff2");
  unicode-range:
    U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC,
    U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2)
    format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2)
    format("woff2");
  unicode-range:
    U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC,
    U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2)
    format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2)
    format("woff2");
  unicode-range:
    U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC,
    U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2)
    format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2)
    format("woff2");
  unicode-range:
    U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC,
    U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2)
    format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/webfonts/fa-regular-400.eot");
  src:
    url("http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/webfonts/fa-regular-400.eot?#iefix")
      format("embedded-opentype"),
    url("http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/webfonts/fa-regular-400.woff2")
      format("woff2"),
    url("http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/webfonts/fa-regular-400.woff")
      format("woff"),
    url("http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/webfonts/fa-regular-400.ttf")
      format("truetype"),
    url("http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/webfonts/fa-regular-400.svg#fontawesome")
      format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/webfonts/fa-solid-900.eot");
  src:
    url("http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/webfonts/fa-solid-900.eot?#iefix")
      format("embedded-opentype"),
    url("http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/webfonts/fa-solid-900.woff2")
      format("woff2"),
    url("http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/webfonts/fa-solid-900.woff")
      format("woff"),
    url("http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/webfonts/fa-solid-900.ttf")
      format("truetype"),
    url("http://127.0.0.1:5501/PORTAFOLIO/patrix-1.0.0/assets/webfonts/fa-solid-900.svg#fontawesome")
      format("svg");
}

/* AÑADIDO */
/* 1. Hace que en escritorio el menú se empuje a la derecha */
@media (min-width: 992px) {
  .navbar-collapse {
    justify-content: flex-end !important;
  }
}

/* 2. Para móvil: apila los elementos a la derecha uno debajo del otro */
@media (max-width: 991.98px) {
  .navbar-collapse {
    text-align: right;
  }
  .navbar-collapse .navbar-nav {
    align-items: flex-end !important;
  }
}

/* menu alineado  */

@media (max-width: 991.98px) {
  /* Solo aplica flex cuando el menú está abierto (.show) */
  .navbar-collapse.show {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    text-align: right;
  }

  /* La lista alinea sus enlaces a la derecha */
  .navbar-collapse .navbar-nav {
    align-items: flex-end !important;
    width: 100%;
  }

  /* El botón de WhatsApp queda abajo alineado a la derecha */
  .navbar-collapse > a {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

/* TELEPORT DE WA */
@media (max-width: 991.98px) {
  /* Mientras se está abriendo/cerrando la animación de Bootstrap */
  .navbar-collapse.collapsing {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    opacity: 0; /* Oculta el parpadeo de golpe */
    overflow: hidden;
  }

  /* Cuando ya está totalmente abierto (.show) */
  .navbar-collapse.show {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    text-align: right;
    opacity: 1; /* Aparece limpio directamente en su lugar */
    transition: opacity 0.2s ease-in-out;
  }

  .navbar-collapse .navbar-nav {
    align-items: flex-end !important;
    width: 100%;
  }

  .navbar-collapse > a {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

/* Previene el zoom out y desbordamiento en móviles */
html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Forzar SVGs e imágenes a respetar el ancho de pantalla */
svg,
img {
  max-width: 100% !important;
  height: auto;
}

/* Control específico para la ola de la intro */
.intro-section svg {
  width: 100% !important;
  height: auto !important;
}

.display-2--description {
  font-size: 1.2rem;
  color: #ffffff !important; /* Fuerza a que sea blanco y legible */
  font-weight: 400;
}

/* --- ESPACIADOS FORZADOS PARA SOBRE MÍ --- */
.about-me-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.about-me-section h2 {
  margin-bottom: 1.5rem !important;
}

.about-me-section p.lead {
  margin-bottom: 2.5rem !important;
  line-height: 1.6;
}

.about-me-section .row.g-3 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* Controlar tamaño de la imagen en Sobre Mí */
.about-me-section .img-fluid {
  max-width: 320px; /* Ajusta este valor (280px, 300px, 350px) a tu gusto */
  height: auto;
  margin: 0 auto;
  display: block;
}

/* --- PROCESO DE TRABAJO --- */
.process-section {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.process-card {
  background-color: #ffffff;
  border-radius: 16px;
  transition:
    transform 0.3s ease,
    shadow 0.3s ease;
}

/* Efecto suave al pasar el mouse */
.process-card:hover {
  transform: translateY(-5px);
}

/* Círculo con el número de paso */
.process-number {
  width: 50px;
  height: 50px;
  background-color: rgba(131, 16, 195, 0.1); /* Morado claro traslúcido */
  color: #8310c3; /* Ajusta al morado de tu marca */
  font-weight: 800;
  font-size: 1.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* --- PORTFOLIO IMPROVEMENTS --- */
.portfolio-box {
  background-color: #d9d9d9;
  border-radius: 12px;
  position: relative;
}

/* Etiqueta / Tag Flotante */
.portfolio-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: rgba(131, 16, 195, 0.9); /* Morado principal */
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  z-index: 5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.portfolio-box img {
  height: 260px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.portfolio-box:hover img {
  transform: scale(1.03);
}

/* Estilo de etiqueta flotante */
.portfolio-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #8310c3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Evita que el modal rompa el diseño mientras está oculto */
.modal {
  display: none;
}

/* Tags del Portfolio */
.portfolio-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #8310c3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Lightbox Nativo */
.custom-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.custom-lightbox.active {
  display: flex;
}

.custom-lightbox-content {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  max-width: 90%;
  max-height: 90vh;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.custom-lightbox-content img {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 8px;
  object-fit: contain;
}

.custom-lightbox-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #333;
}

.custom-lightbox-close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

/* Cambia el ícono al desplegar la respuesta */
details[open] .faq-icon {
  transform: rotate(45deg);
  display: inline-block;
  transition: transform 0.2s ease;
}

details summary::-webkit-details-marker {
  display: none;
}

/* Correcciones para pantallas móviles */
@media (max-width: 768px) {
  /* Le da fondo sólido al menú para que no se transparente el texto de abajo */
  .navbar {
    background-color: #8310c3 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  }

  /* Empuja el contenido del Hero hacia abajo para que no quede aplastado */
  .intro-section, 
  #home, 
  header + section {
    padding-top: 110px !important;
  }
}

/* Reduce y centra la foto principal en teléfonos */
@media (max-width: 768px) {
  /* Busca cualquier imagen dentro de la sección principal (hero) y le baja el tamaño */
  header img, 
  .intro-section img, 
  #home img {
    max-width: 65% !important;
    width: 65% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto 0 auto !important;
  }
}
