header,
footer {
  width: 100%;
}
header {
  background: linear-gradient(
    to right,
    rgb(135, 128, 139, 0.5),
    rgb(178, 171, 178)
  );
  overflow: visible;
  position: relative;
  z-index: 1000;
  padding: 1.5rem 0;
}
.login-footer-dev {
  flex: 0 0 auto;
}
.login-footer-dev {
  padding: 80px 0 30px;
  font-family: Arial, sans-serif;
  position: relative;
  background: linear-gradient(135deg, #000000, rgb(135, 128, 139));
  color: #ffffff;
}
svg {
  width: 30px;
  height: 30px;
}
.pricing-package-dev::before {
  top: 0;
  z-index: -1;
  content: "";
  left: 0;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(36, 48, 94, 0.95),
    rgba(26, 35, 72, 0.97)
  );
  width: 100%;
  position: absolute;
}
.pricing-package-dev h2 {
  transform: translateY(0);
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #ffffff;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  font-size: calc(34px * 1.1);
  font-weight: 700;
  text-align: center;
}
.pricing-package-dev .premium-plan-dev {
  letter-spacing: 0.2px;
  font-weight: 400;
  margin: 0 auto 50px;
  line-height: 1.6;
  color: rgb(255, 255, 255, 0.5);
  font-size: calc(12px * 1.05);
  max-width: 80%;
  text-align: center;
}
.pricing-package-dev .learn-fees-dev li {
  height: 100%;
  display: flex;
}
.pricing-package-dev .rate-choice-dev::before {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  height: 5px;
  top: 0;
  background: linear-gradient(90deg, rgb(178, 171, 178), rgb(135, 128, 139));
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  transform: translateY(-5px);
}
.pricing-package-dev .rate-choice-dev:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.18),
    0 5px 15px rgba(0, 0, 0, 0.08);
}
.pricing-package-dev .rate-choice-dev:hover::before {
  transform: translateY(0);
}
.pricing-package-dev .lesson-plans-dev {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing-package-dev .rate-choice-dev h4 {
  font-weight: 600;
  font-size: calc(23px * 1.1);
  position: relative;
  color: #ffffff;
  transition: color 0.3s ease;
  padding-bottom: 15px;
  letter-spacing: 0.3px;
  margin: 0 0 20px;
}
.pricing-package-dev .rate-choice-dev:hover h4::after {
  background-color: rgb(178, 171, 178);
  width: 60px;
}
.pricing-package-dev .deal-grid-dev {
  font-size: calc(23px * 1.15);
  margin-top: auto;
  position: relative;
  color: rgb(178, 171, 178);
  letter-spacing: 0.5px;
  display: block;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
  padding: 15px 0 0;
  font-weight: 700;
}
.pricing-package-dev .rate-choice-dev:hover .deal-grid-dev {
  transform: translateY(-3px);
  color: rgb(135, 128, 139);
}
.pricing-package-dev .rate-choice-dev:hover .deal-grid-dev::before {
  width: 40px;
  opacity: 1;
}
.course-beneficiaries-dev {
  background-color: rgb(206, 205, 192);
  overflow: hidden;
  position: relative;
  padding: 100px 20px;
  z-index: 1;
}
.course-beneficiaries-dev .master-study-dev {
  border-radius: 22px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  padding: 50px;
  max-width: 900px;
}
.course-beneficiaries-dev h3::after {
  bottom: -15px;
  content: "";
  background: linear-gradient(
    90deg,
    rgb(178, 171, 178, 0.5),
    rgb(135, 128, 139),
    rgb(178, 171, 178, 0.5)
  );
  transform: translateX(-50%);
  border-radius: 10px;
  width: 60px;
  position: absolute;
  height: 3px;
  left: 50%;
}
.course-beneficiaries-dev ul li::before {
  background: linear-gradient(
    45deg,
    transparent,
    rgb(135, 128, 139, 0.5),
    rgb(178, 171, 178, 0.5),
    transparent
  );
  -webkit-mask-composite: xor;
  border-radius: 22px;
  inset: 0;
  padding: 2px;
  position: absolute;
  transition: opacity 0.4s ease;
  opacity: 0.4;
  mask-composite: exclude;
  content: "";
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
}
.course-beneficiaries-dev ul li:hover {
  box-shadow:
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  transform: translateY(-5px);
}
.course-beneficiaries-dev ul li:hover svg {
  transform: scale(1.05);
  fill: rgb(178, 171, 178);
}
.course-beneficiaries-dev ul li:hover svg path {
  fill: rgb(178, 171, 178);
}
.course-beneficiaries-dev ul li::after {
  z-index: -1;
  border-radius: 22px;
  background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
  transition: opacity 0.3s ease;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  top: 0;
}
#privacyTermsModal-dev {
  display: none;
}
#privacyTermsModal-dev:checked ~ .cookie-message-alert-dev {
  visibility: hidden;
  opacity: 0;
}
.cookie-message-alert-dev p {
  color: #000000;
  max-width: 500px;
  font-size: 18px;
}
.track-prefs-dev {
  margin-right: 20px;
  flex-shrink: 0;
}
.track-prefs-dev svg,
.track-prefs-dev svg path {
  width: 80px;
  height: 80px;
  fill: rgb(178, 171, 178);
}
.cookie_button.cookie-visitor-dev {
  background: rgb(178, 171, 178);
}
.cookie_button.visitor-confirm-dev {
  background: rgb(135, 128, 139);
}
.privacy-notify-dev:hover {
  border: 2px solid #ffffff;
}
.cookie-message-alert-dev p a {
  text-decoration: underline;
  font-weight: 700;
  color: rgb(178, 171, 178);
}
.grid-container-dev .privacy-notify-dev {
  color: #ffffff;
  background: rgb(178, 171, 178);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  border: none;
}
.sign-up-for-updates-dev::before {
  width: 100%;
  z-index: 1;
  content: "";
  animation: bg-shift 30s linear infinite;
  position: absolute;
  top: 0;
  opacity: 0.08;
  left: 0;
  background:
    linear-gradient(
      135deg,
      transparent 25%,
      rgb(178, 171, 178, 0.5) 25%,
      rgb(178, 171, 178, 0.5) 50%,
      transparent 50%
    ),
    linear-gradient(
      45deg,
      rgb(135, 128, 139, 0.5) 25%,
      transparent 25%,
      transparent 50%,
      rgb(135, 128, 139, 0.5) 50%
    );
  height: 100%;
  background-size: 100px 100px;
}
.sign-up-for-updates-dev p {
  line-height: 1.6;
  font-size: 24px;
  padding-top: 1.5rem;
  font-family: Arial, sans-serif;
  grid-column: 1 / span 5;
  position: relative;
  color: #000000;
  grid-row: 1;
  font-weight: 700;
}
.sign-up-for-updates-dev .input_holder {
  gap: 1rem;
  position: relative;
  flex-direction: column;
  grid-column: 7 / span 6;
  grid-row: 1;
  display: flex;
}
.sign-up-for-updates-dev .input_holder:hover::before {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.1)
  );
}
.sign-up-for-updates-dev .fresh-start-dev {
  transition: all 0.3s ease;
  width: 100%;
  color: #000000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  font-family: Arial, sans-serif;
  border-radius: 10px;
  background: #ffffff;
  font-size: 12px;
  padding: 1.2rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.sign-up-for-updates-dev .fresh-start-dev::placeholder {
  opacity: 0.6;
  color: #000000;
}
.sign-up-for-updates-dev .join-wrap-dev::before {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background: rgb(135, 128, 139);
  z-index: -1;
  left: 0;
  top: 0;
}
.sign-up-for-updates-dev .join-wrap-dev:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.mentorship-experience-dev {
  overflow: hidden;
  padding: 5rem 0;
  position: relative;
  background: linear-gradient(135deg, rgb(206, 205, 192) 0%, #ffffff 100%);
}
.mentorship-experience-dev::after {
  z-index: 0;
  left: -5%;
  width: 40%;
  height: 70%;
  content: "";
  position: absolute;
  filter: blur(50px);
  background: linear-gradient(
    -45deg,
    rgb(178, 171, 178, 0.5) 0%,
    rgb(135, 128, 139, 0.5) 100%
  );
  bottom: -10%;
  transform: rotate(10deg);
  opacity: 0.3;
}
.mentorship-experience-dev .learner-views-dev {
  grid-template-columns: 1fr;
  backdrop-filter: blur(10px);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(255, 255, 255, 0.85);
  gap: 2rem;
  transform: perspective(1000px) rotateY(-2deg);
  display: grid;
  padding: 2rem;
  border-left: 4px solid rgb(135, 128, 139);
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.08),
    0 5px 15px rgba(0, 0, 0, 0.05);
}
.mentorship-experience-dev .picture-frame-dev:hover {
  transform: rotate(0deg) scale(1.03);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.mentorship-experience-dev .name {
  color: #000000;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
}
.mentorship-experience-dev .learner-views-dev:hover .name::after {
  width: 70%;
}
.mentorship-experience-dev .job-skills-dev {
  font-size: 17px;
  color: #000000;
  padding-left: 1.5rem;
  margin: 0;
  line-height: 1.7;
  position: relative;
  border-left: 2px solid rgb(135, 128, 139, 0.5);
}
.company-info-dev {
  z-index: 1;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(90deg, #000000 0%, rgb(178, 171, 178) 100%);
}
.company-info-dev::after {
  height: 100%;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 40px,
    rgba(255, 255, 255, 0.02) 40px,
    rgba(255, 255, 255, 0.02) 80px
  );
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  content: "";
  position: absolute;
}
.company-info-dev .container {
  margin: 0 auto;
  z-index: 2;
  padding: 0 20px;
  position: relative;
  max-width: 1000px;
}
.company-info-dev .master-study-dev::before {
  top: 0;
  position: absolute;
  height: 5px;
  content: "";
  left: 0;
  width: 100%;
  background: rgb(178, 171, 178);
}
.company-info-dev .learn-legacy-dev {
  padding-bottom: 30px;
  transition: transform 0.5s ease;
  align-items: center;
  flex-direction: column;
  grid-area: director;
  border-bottom: 1px solid rgba(rgb(178, 171, 178), 0.1);
  transform: translateY(0);
  gap: 30px;
  display: flex;
}
.company-info-dev .guide-approach-dev {
  padding: 15px;
  background: rgb(206, 205, 192);
  margin: 0 auto;
  max-width: 300px;
  border-left: 4px solid rgb(178, 171, 178);
  text-align: center;
}
.company-info-dev .pro-learning-dev {
  color: #000000;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 15px;
  display: inline-block;
  margin: 0 0 10px 0;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
}
.company-info-dev .learn-expert-dev {
  font-weight: 300;
  margin: 0;
  font-size: 16px;
  color: #000000;
}
.company-info-dev .study-lab-dev::before {
  top: 0;
  width: 4px;
  background: rgb(178, 171, 178);
  height: 100%;
  content: "";
  left: 0;
  position: absolute;
}
.company-info-dev .study-lab-dev svg {
  width: 60px;
  height: 60px;
  fill: rgb(178, 171, 178);
  transition: transform 0.4s ease;
}
.company-info-dev .text-body-wrap-dev {
  margin: 0 auto;
  border: 1px solid rgba(rgb(178, 171, 178), 0.1);
  grid-area: text;
  max-width: 700px;
  position: relative;
  animation-delay: 0.3s;
  opacity: 0;
  animation: slideUp 0.8s ease-out forwards;
  transform: translateY(20px);
  padding: 30px;
}
.company-info-dev h2::after {
  background: rgb(178, 171, 178);
  width: 80px;
  transform: translateX(-50%);
  left: 50%;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  animation: pulseWidth 3s ease-in-out infinite;
}
.privacy-chamber-dev::before {
  top: 0;
  left: 0;
  background: radial-gradient(
    circle at 70% 30%,
    rgb(135, 128, 139, 0.5) 0%,
    transparent 70%
  );
  width: 100%;
  content: "";
  height: 100%;
  z-index: 0;
  position: absolute;
}
.privacy-chamber-dev .container {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  transform: perspective(1000px) rotateX(0.5deg);
  z-index: 1;
  padding: 2rem;
  margin: 0 auto;
  max-width: 1200px;
  backdrop-filter: blur(8px);
}
.privacy-chamber-dev h1::after {
  left: 0;
  background: linear-gradient(
    90deg,
    rgb(178, 171, 178) 0%,
    rgb(135, 128, 139) 100%
  );
  height: 4px;
  transition: transform 0.5s ease;
  content: "";
  transform-origin: left;
  bottom: 0;
  width: 80px;
  position: absolute;
}
.privacy-chamber-dev h3 {
  font-size: calc(28px * 0.85);
  position: relative;
  font-weight: 600;
  margin: 2rem 0 1.2rem;
  color: #000000;
  padding-left: 0.8rem;
  border-left: 2px solid rgb(135, 128, 139);
}
.privacy-chamber-dev p {
  transition: transform 0.3s ease;
  color: #000000;
  line-height: 1.8;
  font-size: 12px;
  margin-bottom: 1.5rem;
  position: relative;
}
.privacy-chamber-dev strong::after {
  transform-origin: left;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform 0.3s ease;
  background-color: rgb(178, 171, 178, 0.5);
  transform: scaleX(0);
  content: "";
  bottom: 0;
  height: 1px;
}
.privacy-chamber-dev ul::before {
  left: 0;
  height: 100%;
  top: 0;
  content: "";
  border-radius: 10px 0 0 10px;
  width: 4px;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgb(178, 171, 178),
    rgb(135, 128, 139)
  );
}
.privacy-chamber-dev li:last-child {
  margin-bottom: 0;
}
.privacy-chamber-dev li:hover {
  transform: translateX(5px);
}
.privacy-chamber-dev li:hover::before {
  background: linear-gradient(
    135deg,
    rgb(178, 171, 178) 0%,
    rgb(135, 128, 139) 100%
  );
  transform: scale(1.5);
}
.privacy-chamber-dev span {
  line-height: 1.8;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
  border-left: 3px solid rgb(135, 128, 139, 0.5);
  font-size: 12px;
  transition: all 0.3s ease;
  display: block;
  padding: 1rem 1.5rem;
  color: #000000;
  margin-bottom: 1.5rem;
}
.program-outcomes-dev::before {
  background:
    radial-gradient(
      circle at 10% 20%,
      rgb(178, 171, 178, 0.5) 0%,
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgb(135, 128, 139, 0.5) 0%,
      transparent 40%
    );
  opacity: 0.4;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  height: 100%;
  left: 0;
  content: "";
}
.program-outcomes-dev h2::after {
  border-radius: 10px;
  bottom: -15px;
  background: rgb(178, 171, 178);
  position: absolute;
  width: 120px;
  left: 0;
  height: 6px;
  content: "";
}
.program-outcomes-dev .picture-frame-dev::after {
  top: 0;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgb(178, 171, 178, 0.5) 0%,
    transparent 100%
  );
}
.program-outcomes-dev .text_main_holder {
  margin-top: 1rem;
  gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .text_main_holder {
    display: flex !important;
    flex-direction: column !important;
  }
}

.program-outcomes-dev .text_main_holder > div::before {
  left: 0;
  background: linear-gradient(90deg, rgb(178, 171, 178) 0%, transparent 100%);
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  opacity: 0.1;
  z-index: 1;
  transition: width 0.4s ease;
  border-radius: 28px;
  top: 0;
}
.program-outcomes-dev .text_main_holder svg {
  z-index: 2;
  transition: transform 0.3s ease;
  width: 3rem;
  flex-shrink: 0;
  margin-right: 1.5rem;
  height: 3rem;
  position: relative;
}
.program-outcomes-dev .text_main_holder > div:hover svg path {
  fill: rgb(135, 128, 139);
}
.opening-board-dev {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background: rgb(178, 171, 178);
  width: 100%;
  height: 100vh;
}
.opening-board-dev .start-page-dev {
  top: 0;
  z-index: 1;
  width: 100%;
  perspective-origin: center;
  height: 100%;
  position: absolute;
  perspective: 1000px;
  left: 0;
}
.opening-board-dev .start-page-dev::after {
  position: absolute;
  z-index: 3;
  background: linear-gradient(
    to bottom,
    rgb(178, 171, 178) 0%,
    transparent 30%,
    transparent 70%,
    rgb(178, 171, 178) 100%
  );
  left: 0;
  width: 100%;
  content: "";
  top: 0;
  height: 100%;
}
.opening-board-dev .edu-lead-dev {
  position: relative;
  width: 20%;
  transition: transform 0.5s ease;
  overflow: hidden;
  height: 100%;
  transform-origin: center;
  backface-visibility: hidden;
}
.opening-board-dev .edu-lead-dev:nth-child(even) {
  animation: slide-even 15s ease-in-out infinite alternate;
}
.opening-board-dev .edu-lead-dev::before {
  mask-image: repeating-conic-gradient(
    from 0deg,
    transparent 0deg 5deg,
    #fff 5deg 10deg
  );
  z-index: 2;
  left: 0;
  position: absolute;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  top: 0;
  content: "";
  mask-size: 20px 20px;
  background: rgba(0, 0, 0, 0.5);
}
.opening-board-dev .text-body-wrap-dev::before,
.opening-board-dev .text-body-wrap-dev::after {
  width: 150%;
  position: absolute;
  z-index: -1;
  content: "";
  background: conic-gradient(
    from 0deg,
    transparent,
    rgb(178, 171, 178, 0.5),
    transparent
  );
  height: 150%;
  top: -25%;
  left: -25%;
  animation: rotate-bg 12s linear infinite;
}
.opening-board-dev .text-body-wrap-dev h1::before {
  left: 0;
  height: 100%;
  position: absolute;
  width: 8px;
  content: "";
  border-radius: 10px;
  background: rgb(178, 171, 178);
  top: 0;
}
.opening-board-dev .text-body-wrap-dev .support-list-dev {
  text-decoration: none;
  z-index: 1;
  color: #ffffff;
  border-radius: 13px;
  overflow: hidden;
  font-size: 14px;
  padding: 15px 35px;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  background: rgb(178, 171, 178);
}
.opening-board-dev .text-body-wrap-dev .support-list-dev:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.opening-board-dev .text-body-wrap-dev .support-list-dev:hover::before {
  height: 100%;
}
.contact-form-box-dev {
  z-index: 1;
  position: relative;
  padding: 100px 0;
}
.contact-form-box-dev::before {
  position: absolute;
  z-index: -1;
  background-color: rgb(206, 205, 192);
  opacity: 0.9;
  inset: 0;
  content: "";
}
.contact-form-box-dev .reach-map-dev {
  background: rgb(135, 128, 139);
  padding: 0;
  position: relative;
}
.contact-form-box-dev .reach-map-dev h3 {
  margin: 0;
  padding: 30px;
  background: rgb(135, 128, 139);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.contact-form-box-dev .reach-map-dev div:hover {
  background-color: rgb(178, 171, 178);
}
.contact-form-box-dev .reach-map-dev div:last-child {
  border-bottom: none;
}
.contact-form-box-dev .reach-map-dev div svg path {
  fill: #ffffff;
}
.contact-form-box-dev .reach-map-dev div span {
  font-size: 12px;
  color: #ffffff;
}
.contact-form-box-dev .reach-map-dev div span a:hover {
  opacity: 0.8;
}
.contact-form-box-dev .request-support-dev h3 {
  margin-bottom: 30px;
  position: relative;
  font-size: 24px;
  color: #000000;
  text-align: center;
  font-weight: 700;
}
.contact-form-box-dev .request-support-dev form {
  width: 100%;
}
.contact-form-box-dev .request-support-dev input[type="text"],
.contact-form-box-dev .request-support-dev input[type="email"] {
  color: #000000;
  transition: border-color 0.3s ease;
  background-color: #ffffff;
  border: none;
  width: 100%;
  font-size: 12px;
  border-radius: 0;
  height: 55px;
  border-bottom: 2px solid rgb(206, 205, 192);
  padding: 0 20px;
  margin-bottom: 25px;
}
.contact-form-box-dev
  .request-support-dev
  .reach-widget-dev
  input[type="checkbox"] {
  height: 22px;
  border: 2px solid rgb(206, 205, 192);
  margin-top: 2px;
  appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 10px;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  width: 22px;
}
.contact-form-box-dev .request-support-dev .reach-widget-dev label {
  line-height: 1.6;
  color: #000000;
  font-size: 15px;
}
.contact-form-box-dev .request-support-dev .reach-widget-dev label a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: rgb(135, 128, 139);
}
.contact-form-box-dev .request-support-dev .support-list-dev::before {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.7s ease;
  height: 100%;
  content: "";
  top: 0;
  position: absolute;
  width: 100%;
  left: -100%;
}
.contact-form-box-dev .request-support-dev .support-list-dev:hover {
  background-color: rgb(178, 171, 178);
}
.course-program-info-dev {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  justify-content: center;
  perspective: 1000px;
  background-color: rgb(206, 205, 192);
  position: relative;
  align-items: center;
}
.course-program-info-dev {
  padding: 3rem 0;
}
.course-program-info-dev .master-study-dev {
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  position: relative;
  width: 100%;
  grid-row: 2;
  display: grid;
}
.course-program-info-dev .program-path-dev {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.course-program-info-dev .knowledge-guide-dev {
  display: flex;
  width: 500%;
  height: 100%;
  animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}
.course-program-info-dev .knowledge-guide-dev {
  width: 600%;
  animation-duration: 20s;
}
.course-program-info-dev .program-path-dev:hover .knowledge-guide-dev {
  animation-play-state: paused;
}
.course-program-info-dev .lesson-map-dev img {
  transition:
    filter 0.5s ease,
    transform 0.5s ease;
  filter: grayscale(0.5) brightness(0.7);
  transform: scale(1.05);
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.course-program-info-dev .pro-skills-dev {
  border-radius: 4px;
  padding: 40px;
  z-index: 5;
  border: 1px solid rgba(rgb(178, 171, 178), 0.3);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  transform: translateY(0);
  grid-column: 3 / 11;
  background: rgba(15, 15, 20, 0.75);
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
.course-program-info-dev .pro-skills-dev {
  padding: 30px 20px;
}
.course-program-info-dev .pro-skills-dev::after {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgb(135, 128, 139) 50%,
    transparent 100%
  );
  height: 2px;
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  right: 0;
}
.course-program-info-dev .pro-skills-dev:hover::before,
.course-program-info-dev .pro-skills-dev:hover::after {
  transform: scaleX(1);
}
.course-program-info-dev .pro-skills-dev:hover::before {
  transform: scaleX(1);
}
.course-program-info-dev .pro-skills-dev h3::before {
  position: absolute;
  height: 100%;
  top: 0;
  content: "";
  left: 0;
  background: rgb(178, 171, 178);
  width: 4px;
}
.course-program-info-dev .pro-skills-dev h3::after {
  width: 30px;
  background: rgb(135, 128, 139);
  left: 20px;
  position: absolute;
  height: 1px;
  bottom: -10px;
  content: "";
}
.course-program-info-dev .pro-skills-dev .support-list-dev {
  overflow: hidden;
  margin-left: 20px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid rgb(178, 171, 178);
  background-color: transparent;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 30px;
  letter-spacing: 2px;
}
.course-program-info-dev .pro-skills-dev .support-list-dev:hover::before {
  left: 0;
}
.gratContent-dev {
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgb(206, 205, 192) 0%,
    rgb(178, 171, 178, 0.5) 100%
  );
  padding: 5rem 0;
  position: relative;
}
.gratContent-dev::after {
  width: 20rem;
  content: "";
  animation: pulse 8s infinite ease-in-out;
  z-index: 0;
  filter: blur(30px);
  position: absolute;
  bottom: -5rem;
  left: -5rem;
  border-radius: 50%;
  background: linear-gradient(
    45deg,
    rgb(178, 171, 178, 0.5) 0%,
    transparent 70%
  );
  height: 20rem;
}
.gratContent-dev h2::after {
  height: 0.3rem;
  bottom: -1rem;
  width: 6rem;
  transform: scaleX(0);
  background: linear-gradient(
    90deg,
    rgb(178, 171, 178) 0%,
    rgb(135, 128, 139) 100%
  );
  transform-origin: left;
  left: 0;
  position: absolute;
  content: "";
  animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}
.gratContent-dev .master-study-dev::before {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #ffffff 60%,
    rgb(135, 128, 139, 0.5) 150%
  );
  position: absolute;
  content: "";
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.gratContent-dev li::before {
  content: "";
  left: 0;
  position: absolute;
  width: 0.6rem;
  transform: rotate(45deg) scale(0);
  animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: rgb(178, 171, 178);
  height: 0.6rem;
  top: 0.5rem;
}
header .container {
  max-width: 1200px;
  padding: 0 1.5rem;
  margin: 0 auto;
  position: relative;
}
header .nav-page-dev {
  gap: 1.5rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .head-nav-dev::after {
  content: "";
  bottom: 0;
  position: absolute;
  height: 2px;
  opacity: 0.6;
  transition:
    width 0.3s ease,
    opacity 0.3s ease;
  background: #ffffff;
  width: 50%;
  transform: translateX(-50%);
  left: 50%;
}
header .head-nav-dev:hover svg {
  transform: translateY(-5px);
}
header .top-base-dev::before {
  z-index: -1;
  box-shadow:
    0 4px 30px rgba(0, 0, 0, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  content: "";
  top: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  border-radius: 30px;
}
header .top-prime-dev::before {
  position: absolute;
  transition: opacity 0.3s ease;
  background: #ffffff;
  width: 100%;
  z-index: -1;
  border-radius: 10px;
  top: 0;
  content: "";
  left: 0;
  transform: translateY(100%) scale(0.8);
  opacity: 0;
  height: 100%;
}
header .top-prime-dev:hover {
  color: rgb(178, 171, 178);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.login-footer-dev::before {
  pointer-events: none;
  top: 0;
  background: radial-gradient(
    circle at 10% 20%,
    rgb(135, 128, 139, 0.5) 0%,
    transparent 50%
  );
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
}
.login-footer-dev .container {
  z-index: 2;
  position: relative;
}
footer .footer-clients-dev {
  grid-template-columns: 1fr;
  gap: 40px;
  display: grid;
}
footer .msg-block-dev:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
footer .info_item {
  display: flex;
  flex: 1 1 220px;
  align-items: center;
}
footer .info_item svg {
  fill: rgb(178, 171, 178);
  height: 20px;
  width: 20px;
  margin-right: 12px;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 0 3px rgb(178, 171, 178, 0.5));
}
footer .info_item a:hover {
  color: rgb(178, 171, 178);
  text-shadow: 0 0 8px rgb(178, 171, 178, 0.5);
}
footer .text_main_holder {
  grid-template-columns: 1fr;
  display: grid;
  gap: 40px;
  margin-top: 20px;
}
footer .head-master-dev svg {
  filter: drop-shadow(0 0 5px rgb(178, 171, 178, 0.5));
  transition: filter 0.3s ease;
  margin-bottom: 10px;
  height: 50px;
  width: auto;
}
footer .compliance-dev {
  font-size: 14px;
  opacity: 0.8;
  max-width: 300px;
  color: #ffffff;
  line-height: 1.5;
}
footer .top-base-dev:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
footer .top-base-dev::before {
  opacity: 0;
  right: -2px;
  top: -2px;
  background: linear-gradient(
    45deg,
    rgb(178, 171, 178),
    transparent,
    rgb(135, 128, 139),
    transparent
  );
  content: "";
  bottom: -2px;
  z-index: -1;
  position: absolute;
  transition: opacity 0.5s ease;
  left: -2px;
  border-radius: calc(17px + 2px);
}
footer .top-base-dev h5::after {
  width: 50px;
  transition: width 0.3s ease;
  content: "";
  left: 0;
  background: rgb(178, 171, 178);
  bottom: -1px;
  height: 2px;
  position: absolute;
}
footer .page-header-dev a::before {
  content: "";
  background-color: rgb(178, 171, 178);
  left: 0;
  position: absolute;
  height: 6px;
  border-radius: 50%;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    background-color 0.3s ease;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  width: 6px;
  opacity: 0.7;
}
footer .subscribe_holder {
  overflow: hidden;
  position: relative;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 17px;
  background: linear-gradient(135deg, rgb(135, 128, 139, 0.5), #000000);
}
footer .subscribe_holder h5 {
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
footer .subscribe_holder h5::after {
  height: 2px;
  background: linear-gradient(90deg, rgb(178, 171, 178), transparent);
  width: 100%;
  left: 0;
  bottom: -5px;
  content: "";
  position: absolute;
}
footer .input_holder input[type="email"] {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  padding: 14px 16px;
}
footer .input_holder input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
footer .join-wrap-dev::before {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  content: "";
  left: -100%;
  top: 0;
  position: absolute;
  transition: left 0.7s ease;
  width: 100%;
  height: 100%;
}
footer .join-wrap-dev:hover::before {
  left: 100%;
}
footer .idea-pool-dev {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding-top: 20px;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .pricing-package-dev {
    padding: 80px 0;
  }
  .pricing-package-dev .premium-plan-dev {
    max-width: 90%;
  }
  .pricing-package-dev .learn-fees-dev {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 768px) {
  .pricing-package-dev {
    padding: 60px 0;
  }
  .pricing-package-dev h2 {
    font-size: calc(34px * 0.9);
  }
  .pricing-package-dev .premium-plan-dev {
    margin-bottom: 40px;
    font-size: 12px;
    max-width: 100%;
  }
  .pricing-package-dev .learn-fees-dev {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
  .pricing-package-dev .rate-choice-dev {
    max-height: none;
  }
  .pricing-package-dev .rate-choice-dev p {
    margin-bottom: 25px;
    font-size: calc(12px * 0.95);
  }
}
@media screen and (max-width: 768px) {
  .course-beneficiaries-dev {
    padding: 50px 15px;
  }
  .course-beneficiaries-dev .master-study-dev {
    padding: 30px 20px;
    backdrop-filter: blur(8px);
  }
  .course-beneficiaries-dev h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 35px;
  }
  .course-beneficiaries-dev ul {
    gap: 15px;
  }
  .course-beneficiaries-dev ul li {
    padding: 20px 15px;
  }
  .course-beneficiaries-dev ul li svg {
    height: 35px;
    width: 35px;
    margin-bottom: 12px;
  }
  .course-beneficiaries-dev::before {
    animation-duration: 60s;
  }
  .course-beneficiaries-dev ul li::before {
    padding: 1px;
  }
}
@media (max-width: 768px) {
  .sign-up-for-updates-dev {
    padding: 3rem 1.5rem;
  }
  .sign-up-for-updates-dev .master-study-dev {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
  .sign-up-for-updates-dev p {
    font-size: 22px;
    grid-column: 1;
    grid-row: 1;
  }
  .sign-up-for-updates-dev .input_holder {
    grid-row: 2;
    grid-column: 1;
  }
  .sign-up-for-updates-dev .join-wrap-dev {
    width: 100%;
    align-self: stretch;
    min-width: auto;
  }
}
@media (min-width: 992px) {
  .mentorship-experience-dev .learner-views-dev {
    padding: 4rem;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
  }
  .mentorship-experience-dev .picture-frame-dev {
    width: 280px;
    height: 350px;
  }
  .mentorship-experience-dev .name {
    font-size: calc(20px + 0.2rem);
  }
  .mentorship-experience-dev .job-skills-dev {
    padding-left: 2.5rem;
    font-size: calc(17px + 0.2rem);
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  .mentorship-experience-dev .container {
    padding: 0 2rem;
  }
  .mentorship-experience-dev .learner-views-dev {
    transform: perspective(1500px) rotateY(-3deg);
    padding: 5rem;
    grid-template-columns: 350px 1fr;
    gap: 4rem;
  }
  .mentorship-experience-dev .picture-frame-dev {
    height: 400px;
    width: 320px;
  }
}
@media screen and (max-width: 992px) {
  .company-info-dev {
    padding: 80px 0;
  }
  .company-info-dev .master-study-dev {
    gap: 35px;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 480px) {
  .company-info-dev {
    padding: 40px 0;
  }
  .company-info-dev .master-study-dev {
    padding: 30px 20px;
    gap: 25px;
  }
  .company-info-dev .learn-legacy-dev .picture-frame-dev {
    height: 180px;
    width: 150px;
  }
  .company-info-dev .pro-learning-dev {
    font-size: calc(24px * 0.9);
  }
  .company-info-dev .learn-expert-dev {
    font-size: calc(16px * 0.9);
  }
  .company-info-dev .study-lab-dev svg {
    height: 50px;
    width: 50px;
  }
  .company-info-dev h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 20px;
  }
  .company-info-dev p {
    font-size: calc(16px * 0.9);
  }
}
@media (max-width: 576px) {
  .privacy-chamber-dev {
    padding: 1.5rem 0.8rem;
  }
  .privacy-chamber-dev .container {
    padding: 1rem;
  }
  .privacy-chamber-dev h1 {
    font-size: calc(45px * 0.7);
  }
  .privacy-chamber-dev h2 {
    font-size: calc(28px * 0.7);
    padding-left: 0.8rem;
  }
  .privacy-chamber-dev h3 {
    font-size: calc(28px * 0.6);
  }
  .privacy-chamber-dev h4 {
    font-size: calc(28px * 0.5);
  }
  .privacy-chamber-dev ul {
    padding: 1rem;
  }
  .privacy-chamber-dev li {
    padding-left: 1.5rem;
  }
  .privacy-chamber-dev p,
  .privacy-chamber-dev li,
  .privacy-chamber-dev span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
  }
  .privacy-chamber-dev span {
    padding: 0.8rem 1rem;
  }
}
@media (max-width: 768px) {
  .program-outcomes-dev {
    padding: 7rem 0 20rem;
  }
  .program-outcomes-dev .master-study-dev {
    display: flex;
    flex-direction: column;
  }
  .program-outcomes-dev h2 {
    margin-right: 2rem;
    margin-left: 2rem;
    font-size: 33px;
    width: auto;
  }
  .program-outcomes-dev .text-body-wrap-dev {
    padding: 0 2rem;
    width: auto;
  }
  .program-outcomes-dev .picture-frame-dev {
    right: auto;
    position: relative;
    top: auto;
    margin: 2rem auto 0;
    height: 300px;
    clip-path: none;
    width: 90%;
    border-radius: 28px;
  }
  .program-outcomes-dev .text_main_holder > div {
    padding: 1.8rem 2rem;
  }
}
@media (max-width: 1200px) {
  .opening-board-dev .text-body-wrap-dev {
    padding: 3rem;
    max-width: 550px;
  }
}
@media (max-width: 992px) {
  .opening-board-dev {
    min-height: 550px;
    height: auto;
  }
  .opening-board-dev .text-body-wrap-dev {
    max-width: 500px;
    padding: 2.5rem;
  }
  .opening-board-dev .text-body-wrap-dev h1 {
    font-size: calc(48px * 0.9);
  }
}
@media (max-width: 576px) {
  .opening-board-dev {
    min-height: unset;
  }
  .opening-board-dev .text-body-wrap-dev {
    padding: 1.5rem;
  }
  .opening-board-dev .text-body-wrap-dev h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 2rem;
  }
  .opening-board-dev .text-body-wrap-dev p {
    font-size: calc(18px * 0.9);
    margin-bottom: 2rem;
  }
  .opening-board-dev .text-body-wrap-dev .support-list-dev {
    padding: 12px 25px;
    width: 100%;
  }
  .opening-board-dev .edu-lead-dev::before {
    mask-size: 15px 15px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .opening-board-dev {
    height: auto;
    min-height: 100vh;
  }
  .opening-board-dev .text-body-wrap-dev {
    max-width: 500px;
    padding: 1.5rem;
  }
  .opening-board-dev .text-body-wrap-dev h1 {
    margin-bottom: 1.5rem;
  }
  .opening-board-dev .text-body-wrap-dev p {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-box-dev .reach-map-dev {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-form-box-dev .reach-map-dev h3 {
    grid-column: 1 / -1;
  }
  .contact-form-box-dev .reach-map-dev div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .contact-form-box-dev .reach-map-dev div:nth-child(2n) {
    border-right: none;
  }
  .contact-form-box-dev .reach-map-dev div:nth-last-child(1),
  .contact-form-box-dev .reach-map-dev div:nth-last-child(2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-box-dev {
    padding: 60px 0;
  }
  .contact-form-box-dev .request-support-dev {
    padding: 40px 25px;
  }
  .contact-form-box-dev .reach-map-dev h3 {
    font-size: calc(24px + 2px);
    padding: 25px 20px;
  }
  .contact-form-box-dev .reach-map-dev div {
    padding: 15px 25px;
  }
}
@media (max-width: 1200px) {
  .course-program-info-dev .pro-skills-dev {
    grid-column: 2 / 12;
  }
}
@media (max-width: 991px) {
  .course-program-info-dev {
    padding: 4rem 0;
  }
  .course-program-info-dev .pro-skills-dev {
    grid-column: 1 / 13;
    margin: 0 20px;
  }
}
@media (max-width: 480px) {
  .course-program-info-dev {
    padding: 2rem 0;
  }
  .course-program-info-dev .pro-skills-dev {
    padding: 25px 15px;
  }
  .course-program-info-dev .pro-skills-dev h3 {
    font-size: calc(33px * 0.8);
    padding-left: 15px;
  }
  .course-program-info-dev .pro-skills-dev p {
    padding-left: 15px;
  }
  .course-program-info-dev .pro-skills-dev .support-list-dev {
    margin-left: 15px;
    padding: 10px 20px;
  }
}
@media (max-width: 576px) {
  .gratContent-dev {
    padding: 3rem 0;
  }
  .gratContent-dev h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 2rem;
  }
  .gratContent-dev h2::after {
    width: 5rem;
    bottom: -0.75rem;
    height: 0.25rem;
  }
  .gratContent-dev .master-study-dev {
    padding: 1.5rem;
  }
  .gratContent-dev .container {
    padding: 0 1.5rem;
    transform: none;
  }
  .gratContent-dev::before {
    display: none;
  }
  .gratContent-dev li {
    padding-left: 1.5rem;
  }
  .gratContent-dev li::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.4rem;
  }
  .gratContent-dev span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
  }
}
@media (max-width: 480px) {
  header {
    padding: 0.8rem 0;
  }
  header .nav-page-dev {
    gap: 0.8rem;
  }
  header .head-nav-dev svg {
    width: 140px;
  }
  header .top-base-dev {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
}

header .top-base-dev > * {
    flex: 0 0 auto;
}
  header .top-base-dev::-webkit-scrollbar {
    height: 3px;
  }
  header .top-base-dev::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  header .top-prime-dev {
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
    font-size: calc(14px - 3px);
  }
}
@media (max-width: 767px) {
  footer .login-footer-dev {
    padding: 60px 0 30px;
  }
  footer .msg-block-dev {
    gap: 15px;
    flex-direction: column;
    padding: 20px;
  }
  footer .info_item {
    width: 100%;
  }
  footer .top-base-dev,
  footer .subscribe_holder {
    padding: 20px;
  }
  footer .subscribe_holder h5,
  footer .top-base-dev h5 {
    font-size: calc(18px - 2px);
  }
  footer .subscribe_holder p,
  footer .page-header-dev a {
    font-size: calc(15px - 2px);
  }
  footer .idea-pool-dev {
    margin-top: 30px;
  }
}
@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bg-shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}
@keyframes pulseWidth {
  0%,
  100% {
    width: 80px;
  }
  50% {
    width: 120px;
  }
}
@keyframes carousel-3d {
  0%,
  18% {
    transform: translateX(0) translateZ(0);
  }
  20%,
  38% {
    transform: translateX(-20%) translateZ(0);
  }
  40%,
  58% {
    transform: translateX(-40%) translateZ(0);
  }
  60%,
  78% {
    transform: translateX(-60%) translateZ(0);
  }
  80%,
  98% {
    transform: translateX(-80%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
@keyframes button-shimmer {
  0% {
    transform: translateX(-100%);
  }
  20%,
  100% {
    transform: translateX(100%);
  }
}
@keyframes rotate-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes carousel-slide {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-20%);
  }
  45% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(-40%);
  }
  70% {
    transform: translateX(-40%);
  }
  75% {
    transform: translateX(-60%);
  }
  95% {
    transform: translateX(-60%);
  }
  100% {
    transform: translateX(-80%);
  }
}
@keyframes slideInTitle {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}
@keyframes borderRotate {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 300% 0%;
  }
}

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