:root {
    --x: 45deg;
    --primary-clr: #3d4cf2;
    --secondary-clr: #F5E960;
    --primary-devtom: #a5f9c5;
    --secondary-devtom: #fb4a4f;
    --body-clr: linear-gradient(45deg, #172121 2%, #000411 100%);
    --gradient-clr: linear-gradient(225deg, #073B4C 2%, #132E32 100%);
    --bg-dark: #07070A;
    --font-light: #F7F7FF;
    --font-dark: #2E2C2F;
    --light-glass-clr: rgba(255, 255, 255, 0.1);
    --lighter-glass-clr: rgba(255, 255, 255, 0.2);
    --glass-clr: rgba(0, 0, 0, 0.25);
    --darker-glass-clr: rgba(0, 0, 0, 0.75);
    --slightly-dark-clr: rgba(0,  0, 0, 0.6);
    --border: 0.1rem solid rgba(255, 255, 255, 0.35);
    --small-radius: 0.5rem;
    --normal-radius: 1rem;
    --ease-out: cubic-bezier(0.5, 1, 0.89, 1);
    --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);
    --small-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.6);
    --shadow:  0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.6);
    --normal-reflection: below 0.5rem linear-gradient(transparent, transparent, #000);
}

@font-face {
    font-family: General;
    src: url(../fonts/General.ttf);
}

@font-face {
    font-family: Headers;
    src: url(../fonts/Headers.ttf);
}

@font-face {
    font-family: Devtom;
    src: url(../fonts/DT.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-family: General;
    color: var(--font-light);
    font-size: 10px;
    letter-spacing: 1.2px;
    font-weight: 300;
}

::-webkit-scrollbar {
    width: 0.5rem;
    background: var(--font-dark);
    opacity: 0.5;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(transparent, var(--primary-clr));
    border-radius: var(--font-dark);
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(transparent, var(--secondary-clr));
}

body {
    position: relative;
    background: var(--body-clr);
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 100vh;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
small,
span {
    pointer-events: none;
    user-select: none;
    font-weight: 300;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    user-select: none;
}

.body-container {
    position: relative;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 10;
}

.body-container::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background-color: transparent;
    background-image: 
        linear-gradient(
            0deg,
            transparent 24%,
            rgba(255, 255, 255, 0.1) 25%,
            rgba(255, 255, 255, 0.1) 26%,
            transparent 27%,
            transparent 74%,
            rgba(255, 255, 255, 0.1) 75%,
            rgba(255, 255, 255, 0.1) 76%,
            transparent 77%,
            transparent
        ),
        linear-gradient(
            90deg,
            transparent 24%,
            rgba(255, 255, 255, 0.1) 25%,
            rgba(255, 255, 255, 0.1) 26%,
            transparent 27%,
            transparent 74%,
            rgba(255, 255, 255, 0.1) 75%,
            rgba(255, 255, 255, 0.1) 76%,
            transparent 77%,
            transparent
        );
    background-size: 10rem 10rem;
    /* animation: driftGrid 30s linear infinite; */
    z-index: -1;
    filter: blur(1px); 
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.05); 
    opacity: 0.6;
    pointer-events: none;
}

@keyframes driftGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -10rem;
    }
}


/* loader */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--body-clr);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5%;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
    z-index: 20000;
} 

.loader {
  position: relative;
  width: 10rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-reflect: var(--normal-reflection);
}

.loader-83 {
  width: 100%;
  height: 100%;
  position: relative;
}

.loader-83::before {
  position: absolute;
  content: "";
  left: calc(-50% + 6rem);
  top: calc(50% - 1.8rem);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--font-light);
  background-image: radial-gradient(
      circle 8px at 18px 18px,
      #263238 100%,
      transparent 0
    ),
    radial-gradient(circle 4px at 18px 0px, #263238 100%, transparent 0),
    radial-gradient(circle 4px at 0px 18px, #263238 100%, transparent 0),
    radial-gradient(circle 4px at 36px 18px, #263238 100%, transparent 0),
    radial-gradient(circle 4px at 18px 36px, #263238 100%, transparent 0),
    radial-gradient(circle 4px at 30px 5px, #263238 100%, transparent 0),
    radial-gradient(circle 4px at 30px 5px, #263238 100%, transparent 0),
    radial-gradient(circle 4px at 30px 30px, #263238 100%, transparent 0),
    radial-gradient(circle 4px at 5px 30px, #263238 100%, transparent 0),
    radial-gradient(circle 4px at 5px 5px, #263238 100%, transparent 0);
  background-repeat: no-repeat;
  -webkit-animation: rotationBack 3s linear infinite;
  animation: rotationBack 3s linear infinite;
}

.loader-83::after {
  content: "";
  left: calc(-50% + 9.4rem);
  top: calc(50% - 1.2rem);
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  background-image: radial-gradient(
      circle 5px at 12px 12px,
      #263238 100%,
      transparent 0
    ),
    radial-gradient(circle 2.5px at 12px 0px, #263238 100%, transparent 0),
    radial-gradient(circle 2.5px at 0px 12px, #263238 100%, transparent 0),
    radial-gradient(circle 2.5px at 24px 12px, #263238 100%, transparent 0),
    radial-gradient(circle 2.5px at 12px 24px, #263238 100%, transparent 0),
    radial-gradient(circle 2.5px at 20px 3px, #263238 100%, transparent 0),
    radial-gradient(circle 2.5px at 20px 3px, #263238 100%, transparent 0),
    radial-gradient(circle 2.5px at 20px 20px, #263238 100%, transparent 0),
    radial-gradient(circle 2.5px at 3px 20px, #263238 100%, transparent 0),
    radial-gradient(circle 2.5px at 3px 3px, #263238 100%, transparent 0);
  background-repeat: no-repeat;
  animation: rotationBack 4s linear infinite reverse;
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.loader-txt {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.loader-txt span {
  font-family: Headers;
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.loader-txt span:nth-child(1) {
  color: var(--primary-clr);
}

.loader-txt span:nth-child(2) {
  color: var(--secondary-clr);
}


/* scroll-to-top */
#progress {
    position: fixed;
    background: var(--primary-clr);
    bottom: 2rem;
    right: 2.5%;
    height: 2.25rem;
    width: 2.25rem;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0.5rem 0rem var(--primary-clr);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
  }
  
  #progress-value {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.75rem;
    width: 1.75rem;
    background: var(--body-clr);
    border-radius: 50%;
  }
  
  #progress-value svg {
    width: 1.4rem;
    height: 1.4rem;
    fill: var(--secondary-clr);
  }


 /* navigation */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem; 
    border-bottom: var(--border);
    background: var(--glass-clr);
    backdrop-filter: blur(0.5rem);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container {
    position: relative;
    max-width: calc(1600px - 7.5%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-list {
    display: flex;
}

.nav-list li {
    position: relative;
    line-height: 6rem;
}

.sub-menu > li {
    line-height: 3.5rem;
}

.sub-menu > li a {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    cursor: pointer;
}

.nav-list a {
    display: block;
    font-family: Headers;
    color: var(--font-light);
    font-size: 3rem;
    padding: 0 1.5rem;
    letter-spacing: 0.2rem;
    font-weight: 300;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.nav-list a i {
    font-size: 1.6rem;
}

.nav-list a:hover {
    opacity: 0.6;
}

.sub-menu {
    position: absolute;
    display: block;
    width: 22.5rem;
    background: rgba(0,0,0,0.7);
    border-top: 0.25rem solid var(--secondary-clr);
    z-index: 100;;
    opacity: 0;
    visibility: hidden;
    top: 12rem;
    transition: all 0.45s ease;
}

.sub-menu::before {
    position: absolute;
    content: "";
    top:-2rem;
    left: 1.5rem;
    border: 1rem solid transparent;
    border-bottom-color: var(--secondary-clr);
}

.sub-menu .sub-menu {
    top:0;
    left: 130%;
    border-top: none;
    border-left: 0.25rem solid var(--primary-clr);
}

.sub-menu .sub-menu::before {
    top: 0.9rem;
    left: -2rem;
    border: 1rem solid transparent;
    border-right-color: var(--primary-clr);
}

.menu-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 6rem;
    height: 6rem;
    z-index: 1000;
    display:none;
}

.nav-list li:hover:hover > .sub-menu {
    top: 6rem;
    opacity: 1;
    visibility: visible;
}

.sub-menu li:hover:hover > .sub-menu {
    top: 0;
    opacity: 1;
    left: calc(100% + 0.75rem);
    visibility: visible;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .hamRotate.active {
    transform: rotate(45deg);
  }

  .line {
    fill:none;
    stroke:var(--font-light);
    transition: stroke 600ms, stroke-dasharray 300ms, stroke-dashoffset 300ms;
    stroke-width:5.5;
    stroke-linecap:round;
  }

  .ham6.active .line {
    stroke: var(--secondary-clr);
  }

  .ham6 .top {
    stroke-dasharray: 40 172;
  }

  .ham6 .middle {
    stroke-dasharray: 40 111;
  }

  .ham6 .bottom {
    stroke-dasharray: 40 172;
  }

  .ham6.active .top {
    stroke-dashoffset: -132px;
  }

  .ham6.active .middle {
    stroke-dashoffset: -71px;
  }

  .ham6.active .bottom {
    stroke-dashoffset: -132px;
  }

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Headers;
    letter-spacing: 0.2rem;
    color: var(--primary-clr);
    font-weight: 900;
    transition: 0.3s;
}

.inner-logo {
    position: relative;
    width: calc(100% - 4rem);
    display: flex;
    flex-direction: column;
}

.logo span:nth-child(1) {
  font-size: 2.5rem;
}

.logo span:nth-child(2) {
    color: var(--secondary-clr);
    font-size: 1.6rem;
    transition: 0.3s;
}

.logo svg {
    width: 6rem;
    height: 6rem;
    margin-right: 1rem;
    fill: var(--font-light);
    margin-left: 1rem;
    transition: 0.3s;
}

.logo:hover {
    transform: scale(0.95);
    color: var(--secondary-clr);
}

.logo:hover span:nth-child(2) {
    color: var(--primary-clr);
}

.logo:hover svg {
 opacity: 0.6;
}


 /* footer section */
 footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5rem 2.5%;
    background: linear-gradient(to bottom, transparent, var(--bg-dark));
    backdrop-filter: blur(1rem);
    border-top: 0.1rem solid var(--lighter-glass-clr);
  }

  .footer-container {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-gap: 3rem;
  }

  .foot-cnt {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background: var(--light-glass-clr);
    padding: 3rem 2rem;
    border: 0.1rem solid var(--light-glass-clr);
    border-radius: var(--normal-radius);
    box-shadow: var(--shadow);
  }

  .foot-head {
    position: relative;
    font-family: Headers;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    margin-left: 1rem;
    height: fit-content;
  }

  .foot-head::before {
    position: absolute;
    content: "";
    top: 0;
    left: -1.5rem;
    width: 0.5rem;
    height: 100%;
    background: var(--primary-clr);
  }

  .foot-p {
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    line-height: 2.75rem
  }

  .foot-socials {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 5rem);
  }

  .foot-socials li a {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    /* background: var(--light-glass-clr);
    border: var(--border);
    border-radius: var(--small-radius);
    box-shadow: var(--small-shadow); */
    -webkit-box-reflect: var(--normal-reflection);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
  }

  .foot-socials li a i {
    color: var(--secondary-clr);
    font-size: 2rem;
    transition: 0.3s ease-in-out;
  }

  /* .foot-socials li a:hover {
    background: var(--primary-clr);
  } */

  .foot-socials li a:hover i {
    color: var(--font-light);
  }

  .foot-support,
  .foot-quick,
  .foot-contact {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .foot-support li a,
  .foot-quick li a {
    color: var(--font-light);
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    opacity:0.6;
    transition: 0.3s ease-in-out;
  }

  .foot-support li a:hover,
  .foot-quick li a:hover {
    opacity: 1;
  }

  .foot-contact li {
    position: relative;
    width: 100%;
    display: flex;
    gap: 1rem;
    transition:0.3s ease-in-out;
  }

  .foot-contact li span {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .foot-contact li span i {
    font-size: 1.4rem;
    color: var(--secondary-clr);
    transition: 0.3s ease-in-out;
  }

  .foot-contact li a {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    color: var(--font-light);
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }

  .foot-contact li:hover span i {
    color: var(--font-light);
  }

  .foot-contact li:hover  a {
    color: var(--secondary-clr);
  }

  .copyright {
    position: relative;
    width: 100%;
    padding: 2rem 5rem;
    background: var(--bg-dark);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .copy-p {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    text-align: center;
    line-height: 2.5rem;
  }

  .copy-p a {
    pointer-events: auto;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-family: Devtom;
    font-size: 1.2rem;
    color: var(--primary-devtom);
  }

  .copy-p a span {
    color: var(--secondary-devtom);
    transition: 0.3s ease-in-out;
  }

  .copy-p a:hover {
    color: var(--secondary-devtom);
  }

  .copy-p a:hover span {
    color: var(--primary-devtom);
  }


  /* general stuff */
  .home-sec {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 6rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6rem;
    padding: 4rem 2.5%;
  }

  .home-sec > img {
    filter: sepia(100%);
    transition: 0.3s ease-in-out;
  }

  .home-sec:hover > img {
    filter: sepia(0);
  }

  .img-sec {
    min-height: 40rem;
    background-image: url("../images/home/operator.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: sepia(100%);
    transition: 0.3s ease-in-out;
  }

  .img-sec:hover {
    filter: sepia(0);
  }

  .blanket {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--slightly-dark-clr);
  }

  .home-cnt {
    position: relative;
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-head {
    position: relative;
    width: fit-content;
    font-family: Headers;
    font-size: 6rem;
    letter-spacing: 0.2rem;
  }

  .home-head-small {
    position: relative;
    width: fit-content;
    font-size: 2.5rem;;
    font-weight: 900;
    letter-spacing: 0.2rem;
  }

  .home-head-small::before {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    width: 50%;
    height: 0.5rem;
    background: var(--font-light);
  }

  .head-p {
    position: relative;
    width: fit-content;
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 4rem;
    width: 60%;
  }

  .home-inner-cnt {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 4rem;
  }

  .service-cnt {
    flex: 1;
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid var(--font-light);
    padding: 1rem;
    &:first-child {
      margin-left: 0;
    }
    &:last-child {
      margin-right: 0;
    }
  }

  .inner-p {
    position: relative;
    width: fit-content;
    text-align: center;
    font-family: Headers;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }

.home-btns {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.home-socials {
  margin-top: 8rem;
}

.home-btn {
  position: relative;
  display: block;
  padding: 1rem 2rem;
  min-width: 20rem;
  text-align: center;
  color: var(--font-light);
  font-family: Headers;
  letter-spacing: 0.4rem;
  background: var(--primary-clr);
  border: 0.1rem solid var(--font-light);
  font-size: 2.5rem;
  font-weight: 900;
  transition: 0.3s ease-in-out;
  z-index: 10;
}

.home-btn:hover {
  background: var(--secondary-clr);
  color: var(--font-dark);
  border: 0.1rem solid var(--font-dark);
}

.gen-sec {
  position: relative;
  width: 100%;
  height: auto;
  margin: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}

.at-the-top-sec {
  margin-top: 8rem;
}

.at-the-btm-sec {
  margin-bottom: 8rem;;
}

.img-sec-cnt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  width: 95%;
  height: 100%;
  padding: 4rem 0;
}

.img-head {
  position: relative;
  width: fit-content;
  font-family: Headers;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 6rem;
}

.stars {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.stars i {
  font-size: 3rem;
}

.home-wrapper {
  position: relative;
  width: 95%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.more-courses {
  position: relative;
  font-family: Headers;
  font-size: 2rem;
  color: var(--font-light);
  letter-spacing: 0.2rem;
  opacity: 0.8;
  padding: 0.5rem;
  border: var(--border);
  border-radius: var(--small-radius);
  transition: 0.3s ease-in-out;
}

.more-courses:hover {
  opacity: 1;
  color: var(--secondary-clr);
  border: 0.1rem solid var(--secondary-clr);
}

.inner-img {
  position: absolute;
  top: 50%;
  left: -7.5rem;
  transform: translateY(-50%);
  width: 25rem;
  height: 25rem;
  box-shadow: var(--shadow);
}

.inner-wrapper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0);
  transition: 0.3s ease-in-out;
}

.applied-cnt {
  position: relative;
  width: 95%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.applied-ind {
  position: relative;
  flex: 1;
  flex-basis: 33.33%;
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--font-light);
  padding: 1rem;
  &:first-child {
    margin-left: 0;
  }
  &:last-child {
    margin-right: 0;
  }
}

.applied-ind .blanket {
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.applied-ind:hover .blanket {
  opacity: 1;
}

.ind-head {
  position: relative;
  z-index: 10;
  font-family: Headers;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  text-align: center;
  opacity: 0;
  transition: 0.3s ease-in-out
}

.applied-ind:hover .ind-head {
  opacity: 1;
}

.bottom-sec {
  position: relative;
  width: 100%;
  min-height: 40rem;
  margin-top: 4rem;
  margin-bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 4rem 2.5%;
  background-image: url("../images/home/contact.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: sepia(100%);
  transition: 0.3s ease-in-out;
}

.bottom-sec:hover {
  filter: sepia(0);
}

.icon-bx {
  position: relative;
  width: 15rem;
  height: 15rem;
  border: 0.6rem solid var(--font-light);
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-bx i {
  font-size: 10rem;
}

.content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}


/* applications page */
.apply-sec {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 26rem);
  margin-bottom: 8rem;
}

.applicationform {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 7rem 5rem;
  width: 95%;
  height: auto;
  background: var(--glass-clr);
  box-shadow: var(--small-shadow);
  border: var(--border);
  backdrop-filter: blur(0.5rem);
  border-radius: var(--small-radius);
}

.apply-form {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  flex-direction: column;
}


  /* contact page */
  .contact-sec {
    position: relative;
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - 6rem);
    padding: 8rem 0;
}

.contact-cnt {
    position: relative;
    min-width: 110rem;
    min-height: 60rem;
    display: flex;
    z-index: 100;
}

.application-cnt {
  justify-content: center;
  align-items: center;
}

.contactinfo {
    position: absolute;
    top: 4rem;
    width: 35rem;
    height: calc(100% - 8rem);
    background: var(--light-glass-clr);
    z-index: 1;
    padding: 4rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    box-shadow: var(--small-shadow);
    border-radius: var(--small-radius);
    backdrop-filter: blur(0.5rem);
}

.gen-head {
    position: relative;
    font-family: Headers;
    font-size: 3.5rem;
    text-align: left;
    letter-spacing: 0.1rem;
    background: linear-gradient(to right, #F7F7FF, #F5E960);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    color: transparent;
    width: fit-content;
}

.gen-head::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 0.35rem;
    bottom: -0.5rem;
    left: 0;
    background: var(--font-light);
}

.download-head {
  font-size: 2.5rem;
}

.download-head::before {
  width: 100%;
  background: var(--primary-clr);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
}

.contact-socials {
  margin-top: 3rem;
}

.contact-info li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    transition: 0.3s ease-in-out;
}

.contact-info li i {
    font-size: 1.6rem;
    color: var(--secondary-clr);
    transition: 0.3s ease-in-out;
}

.contact-info li:hover i {
    opacity: 0.75;
}

.contact-info li a { 
    font-size: 1.6rem;
    color: var(--font-light);
    letter-spacing: 0.1rem;
    transition: 0.3s ease-in-out
}

.contact-info li:hover a {
    opacity: 0.75;
}

.contactform {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 7rem 5rem;
    padding-left: 25rem;
    margin-left: 15rem;
    width: calc(110rem - 15rem);
    height: auto;
    background: var(--darker-glass-clr);
    box-shadow: var(--small-shadow);
    border: var(--body-clr);
    backdrop-filter: blur(0.5rem);
    border-radius: var(--small-radius);
}

.formBx {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 3rem;
}

.inputBx {
    position: relative;
    margin-bottom: 3.5rem;
}

.inputBx.w50 {
    width: 47%;
}

.inputBx.w50.fichwa {
  display: none;
}

.inputBx.w100 {
    width: 100%;
}

.inputBx input,
.inputBx select,
.inputBx textarea {
    position: relative;
    font-family: General;
    width: 100%;
    resize: none;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: var(--font-light);
    letter-spacing: 0.1rem;
    border: none;
    outline: none;
    background: none;
    border-bottom: 0.1rem solid var(--primary-clr);
    z-index: 10;
}

.inputBx select {
  background: transparent;
}

.inputBx select option {
  background: var(--font-dark);
}

.inputBx textarea {
    height: 12rem;
    overflow-y: auto;
}

.inputBx span {
    position: absolute;
    left: 0;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    color: var(--font-light);
    letter-spacing: 0.1rem;
    transition: 0.3s ease-in-out;
    user-select: none;
    pointer-events: none;
}

.inputBx input:focus ~ span,
.inputBx input:valid ~ span,
.inputBx textarea:focus ~ span,
.inputBx textarea:valid ~ span,
.inputBx .captcha-question {
    transform: translateY(-2.75rem);
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    opacity: 0.6;
    font-weight: 500;
}

.inputBx .risen-up,
.inputBx input:focus ~ .risen-up, 
.inputBx input:valid ~ .risen-up  {
  transform: translateY(-2.75rem);
  font-size: 1.6rem;
  color: var(--font-light);
  font-weight: 600;
  opacity: 0.6;
}

.form-help-text {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  opacity: 0.6;
  color: #fce588;
}

.field-error {
  color: var(--secondary-devtom);
  font-size: 1.4rem;
  user-select: none;
  pointer-events: none;
}

.submit-btn {
  position: relative;
  border: none;
  background: none;
  padding: 1rem 2rem;
  width: 15rem;
  text-transform: uppercase;
  font-family: Headers;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  color: var(--font-light);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.submit-btn.longer-btn {
  width: 20rem;
}

.submit-btn.smaller-btn {
  width: 10rem;
  font-size: 1.8rem;
}

.submit-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--secondary-clr);
  transition: 0.5s ease-in-out;
  transition-delay: 0.5s;
}

.submit-btn:hover::before {
  left: 100%;
}

.submit-btn div:nth-child(odd) {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.2rem;
  background: var(--secondary-clr);
  transition: 0.5s ease-in-out;
}

.submit-btn div:nth-child(1) {
  top: 0;
  left: 50%;
}

.submit-btn div:nth-child(3) {
  bottom: 0;
  right: 50%;
}

.submit-btn:hover div:nth-child(1) {
  top: 0;
  left: -50%;
}

.submit-btn:hover div:nth-child(3) {
  bottom: 0;
  right: -50%;
}

.submit-btn div:nth-child(even) {
  position: absolute;
  display: block;
  width: 0.2rem;
  height: 100%;
  background: var(--secondary-clr);
  transition: 0.5s ease-in-out;
}

.submit-btn div:nth-child(2) {
  top: 50%;
  left: 0;
}

.submit-btn div:nth-child(4) {
  bottom: 50%;
  right: 0;
}

.submit-btn:hover div:nth-child(2) {
  top: -50%;
  left: 0;
}

.submit-btn:hover div:nth-child(4) {
  bottom: -50%;
  right: 0;
}

.submitted {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 4rem;
    gap: 4rem;
}

.submit-gif {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    position: relative;
}

.submit-gif img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: var(--shadow);
    object-fit: cover;
}


/* media sec */
.top-sec {
  position: relative;
  width: 100%;
  min-height: 20vh;
  margin-top: 6rem;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gen-top {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: 100%;
  padding: 2rem 0;
}

.top-head {
  position: relative;
  font-family: Headers;
  font-size: 6rem;
  letter-spacing: 0.2rem;
  width: fit-content;
  margin-left: 1rem;
}

/* #cursor {
  background: var(--primary-clr);
  line-height: 6rem;
  margin-left: 1rem;
  animation: blink 0.8s infinite;
  width: 0.5rem;
  height: 6rem;
} */

.top-head::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% + 1rem);
  height: 3.5rem;
  background: repeating-linear-gradient(
      -45deg,
      #f5c400,
      #f5c400 1rem,
      #111 1rem,
      #111 1.2rem
  );
  opacity: 0.6;
  z-index: -1;
  border-radius: var(--small-radius);
}

@keyframes blink {
  0% {background: transparent}
  50% {background: var(--primary-clr)}
  100% {background: transparent}
}


.card-sec {
  position: relative;
  width: 100%;
  margin-bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}

.faq-sec {
  justify-content: flex-start;
  align-items: flex-start;
}

.card-cnt {
  position: relative;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
}

.spaced-out {
  justify-content: space-between;
}

.gallery-cnt {
  position: relative;
  width: 47%;
  height: 50rem;
  background: var(--glass-clr);
  backdrop-filter: blur(1rem);
  border: var(--border);
  border-radius: var(--small-radius);
  box-shadow: var(--small-shadow);
  overflow: hidden;
}

.act-card {
  position: relatve;
  width: 40rem;
  height: 35rem;
  background: var(--glass-clr);
  backdrop-filter: blur(1rem);
  border: var(--border);
  border-radius: var(--small-radius);
  box-shadow: var(--small-shadow);
  overflow: hidden;
}

.img-cnt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

.gallery-img {
  height: 80%;
}

.img-cnt img,
.gen-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-title-cnt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: var(--darker-glass-clr);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-title {
  position: relative;
  font-family: Headers;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
   width: 100%;
   height: 50%;
   padding: 2rem 1rem;
   display: flex;
   justify-content: center;
   align-items: flex-start;
   flex-direction: column;
   gap: 4rem;
}

.gallery-content {
  height: 20%;
}

.gallery-p {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  opacity: 0.5;
}

.pagination {
  position: relative;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.pagination a {
  font-family: Headers;
  font-size: 1.8rem;
  color: var(--font-light);
  font-weight: 700;
  letter-spacing: 0.2rem;
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  transition: 0.3s ease-in-out;
}

.pagination a:hover {
  opacity: 1;
}

.current {
  font-size: 2rem;
  font-weight: 700;
  color: var(--font-dark);
  background: var(--secondary-clr);
  opacity: 1;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--small-radius);
}

.no-stuff-cnt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30rem;
  gap: 0.5rem;
  box-shadow: var(--small-shadow);
  border-radius: var(--small-radius);
  border: var(--border);
  padding: 1rem;
}

.no-stuff-img {
  position: relative;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
}

.no-stuff-cnt p {
  width: calc(50% + 4.5rem);
}

.gen-p {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  line-height: 3rem;
}


/* course section */
.course-cnt {
  position: relative;
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}

.c-image-cnt {
  position: relative;
  width: 45%;
  height: 50rem;
  border-radius: var(--small-radius);
  box-shadow: var(--small-shadow);
  overflow: hidden;
}

.c-content-cnt {
  position: relative;
  width: 45%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}

.c-inner-cnt {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}

.course-p {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 3rem;
}

.course-ul {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.course-li {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}

.course-li i {
  font-size: 1.8rem;
}

.course-li p{
  position: relative;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  opacity: 0.7;
}


/* faqs page */
.faq-cnt {
  position: relative;
  width: 95%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}

.larger-gap {
  gap: 4rem;
}

.faq {
  position: relative;
  width:60%;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid var(--font-light);
  transition: 0.3s ease-in-out;
}

.faq.open {
  border-bottom: 0.2rem solid var(--primary-clr);
}

.faq-question {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
}

.faq-line {
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 2.5rem;
  background-color: var(--secondary-clr);
  opacity:0;
  user-select: none;
  pointer-events: none;
  transition:0.3s ease-in-out;
}

.faq.open .faq-line {
  opacity: 1;
}

.faq-query,
.policy-head {
  position: relative;
  width: fit-content;
  font-size: 2.5rem;
  font-family: Headers;
  letter-spacing: 0.2rem;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}

.policy-head {
  color: var(--primary-clr);
}

.policy-head span {
  font-size: 3.5rem;
  color: var(--font-light);
}

.faq.open .faq-query {
  color: var(--primary-clr);
  margin-left: 1.25rem;
  opacity: 1;
}

.faq-icon {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.faq-icon i {
  font-size: 2rem;
  color: var(--secondary-clr);
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

.faq.open .faq-icon i {
  color: var(--font-light);
  transform: rotate(180deg);
  opacity: 1;
}

.faq-answer {
  position: relative;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;;
  transition: max-height 0.6s ease-in-out;
}

.faq.open .faq-answer {
  max-height: 100rem;
  animation: fade 1.2s ease-in-out;
}

@keyframes fade{
  from {
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0rem);
  }
}


/* terms and conditions and privacy policy pages */
.policy-cnt {
  position: relative;
  width: 60%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}

.divider {
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  height: 0.2rem;
  background: var(--secondary-clr);
}

.inner-link {
  position: relative;
  cursor: pointer;
  pointer-events: all;
  color: var(--font-light);
  opacity: 0.7;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}

.inner-link:hover {
  opacity: 1;
  color: var(--secondary-clr);
}


/* about page */
.image-wrapper {
  position: relative;
  width: 45%;
  height: 50rem;
}

.wrapper-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 85%;
  transform: translate(-50%, -50%);
  filter: sepia(100%);
  mix-blend-mode: overlay;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.course-cnt:hover .wrapper-img {
  filter: sepia(0%);
}

.course-cnt:hover .inner-wrapper-img {
  filter: sepia(100%);
}

.image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(45deg, rgba(255,255,255,0.1) 0, rgba(255,255,255,0.1) 2px, transparent 2px, transparent 5px);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.columned {
  flex-direction: column;
  gap: 4rem;
}

.columned-reverse {
  flex-direction: column-reverse;
  gap: 4rem;
}

.choose-card {
  position: relative;
  width: 30rem;
  height: 30rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  border: var(--border);
  border-radius: var(--small-radius);
}

.choose-card svg {
  width: 20rem;
  height: 20rem;
}

.choose-card svg path {
  fill: none;
  stroke-width: 0.25;
  stroke: var(--primary-clr);
  transition: 0.3s ease-in-out;
}

.choose-card svg polygon {
  fill: var(--primary-clr);
  transition: 0.3s ease-in-out;
}

.choose-card:nth-child(4) svg path {
  stroke-width: 1.5;
}

.choose-card:hover svg path {
  stroke: var(--secondary-clr);
}

.choose-card:hover svg polygon {
  fill: var(--secondary-clr);
}

.cho-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cho-content span {
  font-size: 2rem;
  text-align: center;
  gap: 0.2rem;
}

.warning-p,
.small-p {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: var(--secondary-devtom);
  line-height: 3rem;
}

.small-p {
  color: var(--primary-devtom)
}

.centered {
  justify-content: center;
  align-items: center;
}


/* error page */
.error-cnt {
  position: relative;
  width: 95%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.face {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  text-align: center;
}

.eyes,
.mouth {
  position: relative;
  font-size: 20rem;
  color: var(--font-light);
  opacity: 0.7;
}

.eyes {
  text-shadow: 0.3rem 0 0 var(--bg-dark);
  animation: eye-blink 3s infinite;
}

@keyframes eye-blink {
  95% {
    color: var(--font-light);
    text-shadow: 0.3rem 0 0 var(--bg-dark);
  }
  100% {
    color: var(--bg-dark);
    text-shadow: 3px 0 0 var(--font-light);
  }
}

.error-txt {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -8rem;
}
.the-error {
  position: relative;
  font-family: Headers;
  font-size: 15rem;
  letter-spacing: 2.5rem;
}

.not-found {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}


  /* responsiveness */
@media(max-width:1200px) {
  .contact-cnt {
      width: 90%;
      min-width: auto;
      margin: 2rem;
      box-shadow: var(--shadow);
  }

  .contactinfo {
      top: 0;
      height: 55rem;
      position: relative;
      box-shadow: none;
  }

  .contactform {
      position: relative;
      width: calc(100% - 35rem);
      padding-left: 0;
      margin-left: 0;
      padding: 4rem;
      height: 55rem;
      box-shadow: none;
  }

  .applicationform {
    padding: 4rem;
  }
}

@media (max-width: 991px) {
  .nav-list {
      position: absolute;
      top: 100vh;
      height: calc(100vh - 6rem);
      flex-direction: column;
      width: 100%;
      background: linear-gradient(to left , var(--darker-glass-clr), #000);
      transition: 0.3s ease-in-out;
      overflow-y: scroll;
      overflow-x: hidden;
  }

  .nav-list > li {
      line-height: 6rem;
  }

  .sub-menu {
      position: initial;
      margin-left: 1rem;
      border-top: none;
      border-left: 0.25rem solid var(--secondary-clr);
      max-height: 0;
      width: 100%;
  }

  .sub-menu::before {
      display: none;
  }

  .nav-list li:hover > .sub-menu {
      opacity: 1;
      visibility: visible;
      max-height: initial;
  }

  .menu-icons  {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .nav-list.is-active {
      top: 6rem;
  }

  .logo {
    font-size: 1rem;
  }

.footer-container {
    grid-template-columns: repeat(2, 1fr);
}

.copyright {
    padding: 2rem 5%;
}

.contact-cnt {
  width: 95%;
}
.contact-cnt {
  display: flex;
  flex-direction: column-reverse;
  margin: 4rem 0;
}

.contactform,
.applicationform {
  width: 100%;
  height: auto;
  padding: 4rem 2rem;
}

.contactinfo {
  width: 100%;
  height: auto;
  padding: 4rem 2rem;
  justify-content: center;
}

.spaced-out {
justify-content: center;
}

.gallery-cnt {
width: 80%;
}

.course-cnt {
flex-direction: column-reverse;
}

.course-cnt.columned {
  flex-direction: column;
}

.c-image-cnt,
.image-wrapper,
.c-content-cnt,
.faq,
.policy-cnt  {
width: 100%;
}
}

@media (max-width: 770px) {
    .footer-container {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .card-cnt {
      align-items: center;
      justify-content: center;
    }

    .gallery-cnt {
      width: 100%;
    }

    .gallery-img {
      height: 70%;;
    }

    .gallery-content {
      height: 30%;
    }

    .c-image-cnt,
    .image-wrapper {
      width: 100%;
      height: 40rem;
    }

    .home-cnt,
    .head-p  {
      width: 100%;
    }
}

@media(max-width:650px) {
    .inputBx.w50 {
        width: 100%;
    }

    .top-head {
      font-size: 5rem;
    }

    #cursor {
      height: 4.5rem;
      width: 0.3rem;
    }

    .act-card,
    .choose-card {
      width: 100%;
    }

    .img-head {
      font-size: 3rem;
      line-height: 4.5rem;
    }
}

@media(max-width:500px) {
  .applied-ind {
    flex-basis: 100%;
  }
}