@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600&display=swap);
/*
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-right-12 {
  right: -3rem;
}
.-top-12 {
  top: -3rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-\[999999999\] {
  z-index: 999999999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-44 {
  height: 11rem;
}
.h-\[150vh\] {
  height: 150vh;
}
.h-\[300vh\] {
  height: 300vh;
}
.h-\[30rem\] {
  height: 30rem;
}
.h-\[60rem\] {
  height: 60rem;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.w-12 {
  width: 3rem;
}
.w-20 {
  width: 5rem;
}
.w-60 {
  width: 15rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[550px\] {
  width: 550px;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.place-content-center {
  place-content: center;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-12 {
  gap: 3rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-\[\#6C6C6C\] {
  --tw-border-opacity: 1;
  border-color: rgb(108 108 108 / var(--tw-border-opacity));
}
.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.bg-\[\#222222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400 {
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600 {
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-emerald-400 {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}
.to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-orange-400 {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}
.to-red-400 {
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pt-12 {
  padding-top: 3rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(0, 0, 0);
}


code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

/* .text-gray-900.dark-mode{
  color: white;
} */

.hover\:bg-neutral-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.group:hover .group-hover\:translate-y-\[0\%\] {
  --tw-translate-y: 0%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-\[40rem\] {
    height: 40rem;
  }

  .md\:h-\[80rem\] {
    height: 80rem;
  }

  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:text-center {
    text-align: center;
  }
}

@media (prefers-color-scheme: dark) {

  .dark\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  }
}
.quote-carousel {
    text-align: center;
    margin: 20px 0;
    font-size: 1.5rem;
    color: #333;
    transition: opacity 0.5s ease-in-out;
  }
  
  .quote-carousel h3 {
    font-style: italic;
    margin-bottom: 10px;
    color: #00004E;
    font-size: 1.8rem;
  }
  
  .quote-carousel p {
    font-weight: bold;
    color: #555;
  }

  

  @media screen and (max-width: 768px) {
    .quote-carousel h3 {
      font-size: 0.8em;

    }
    .quote-carousel p {
      font-size: 0.7em;
    }
    
  }
.popup-quote-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  
  .popup-quote-content {
    background:#00004e;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .popup-quote-content h3 {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-style: italic;
  }
  
  .popup-quote-content p {
    margin-bottom: 20px;
    font-weight: bold;
    color: #b5b5b5;
  }
  
  .popup-quote-content .popup-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background: #333;
    color: white;
    cursor: pointer;
  }
  
  .popup-quote-content .popup-btn:hover {
    background: #fbb32d;
    color: #333;
  }
  
/* .examhead h3 {
  color: #000;
}

.exam-columns {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  margin-bottom: 5%;
  
  
}

.exam-column {

  width: 48%;
  max-height: 60vh;
  overflow-y: auto;
  padding: 10px;
  z-index: 0;
  position: relative;

} */


/* .exam-column::-webkit-scrollbar {
  display: none;
} */

/* 
.available-exams-title, .attended-exams-title {
  color: #ffffff;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 20px;
}

.card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: calc(33.333% - 16px);
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
  
}

.card:not(.attended):hover {
  transform: scale(1.05);
}

.card.attended {
  cursor: not-allowed;
  opacity: 0.6;
}

.card.attended h3 {
  color: #000;
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-content h3 {
  color: #000;
}

.attended-label {
  margin-top: 10px;
  color: #888;
  font-size: 14px;
} */

/* .filter-container {
  margin-bottom: 20px;
  position: sticky;
  top: 0;
  background-color: #00004e;
  padding: 10px;
  z-index: 1;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} */

/* .filter-buttons,
.filter-dropdowns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.filter-buttons button,
.filter-dropdowns select {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  cursor: pointer;
}

.filter-buttons button:hover,
.filter-dropdowns select:hover {
  background-color: #e0e0e0;
}

.exam-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
} */

:root{
    --container: min(1440px, 100%);
    /* --color-main-promo-third: #ff7070; */
  --color-main: #a474ff;
  --color-main-second: #17f1d1;
  --color-main-third: #fff;
  /* --color-main-promo-third: #00004e; */
}

.btn-dash{
    display: inline-block;
    height: 3.5rem;
    width: 11.5rem;
    position: relative;
    border: none;
    border-radius: 999rem;
    cursor: pointer;
    overflow: hidden;
    background-color: transparent;
  }
  
  .btn-dash:hover .btn-dash__bg {
    transform: scale(.94);
  }
  
  .btn-dash:hover .btn-dash__text-out {
    transition: transform 1s cubic-bezier(.32,.99,.49,.99), opacity .4s;
    transform: translateY(-33.333333%);
    opacity: 0;
  }
  
  .btn-dash:hover .btn-dash__text-in {
    transition: 1s all cubic-bezier(.32,.99,.49,.99);
    transform: translateY(0);
    opacity: 1;
  }
  
  .btn-dash:hover .btn-dash__bg__layer-first,
  .btn-dash:hover .btn-dash__bg__layer-second,
  .btn-dash:hover .btn-dash__bg__layer-third {
    border-radius: 60% 60% 0 0;
    transform: translateY(1rem);
  }
  
  .btn-dash:hover .btn-dash__bg__layer-first {
    transition: transform 1s cubic-bezier(.19,1,.22,1) 200ms, border-radius .2s cubic-bezier(.19,1,.22,1) 270ms;
  }
  
  .btn-dash:hover .btn-dash__bg__layer-second {
    transition: transform 1s cubic-bezier(.19,1,.22,1) 300ms, border-radius .2s cubic-bezier(.19,1,.22,1) 470ms;
  }
  
  .btn-dash:hover .btn-dash__bg__layer-third {
    transition: transform 1s cubic-bezier(.19,1,.22,1) 380ms, border-radius .2s cubic-bezier(.19,1,.22,1) 670ms;
  }
  
  .btn-dash__text-out,
  .btn-dash__text-in {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    margin: auto;
    font-weight: 700;
    font-size: 1rem;
    z-index: 10;
    font-family: Poppins, system-ui;
  }
  
  .btn-dash__text-in {
    opacity: 0;
    transform: translateY(33.333333%);
  }
  
  .btn-dash__bg {
    height: inherit;
    width: inherit;
    transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    background-color: #fff;
    background-color: var(--color-main-third);
    border-radius: 999rem;
    overflow: hidden;
  }
  
  .btn-dash__bg__layer {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    translate: -50%;
    border-radius: 999rem 999rem 0 0;
    border: none;
    width: 120%;
    height: 200%;
    z-index: 20;
    transform: translateY(100%) translateX(0);
  }
  
  .btn-dash__bg__layer-first {
    background-color: #a474ff;
    background-color: var(--color-main);
  }
  
  .btn-dash__bg__layer-second {
    background-color: #17f1d1;
    background-color: var(--color-main-second);
  }
  
  .btn-dash__bg__layer-third {
    background-color: #fff;
    background-color: var(--color-main-third);
  }




.admin-dashboard-container {
    background-color: #f4f6f8;
    padding: 20px;
    max-width: 800px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .admin-dashboard-title {
    text-align: center;
    color: #333;
  }
  
  .admin-dashboard-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .admin-dashboard-label {
    font-weight: bold;
    color: #555;
  }
  
  .admin-dashboard-input,
  .admin-dashboard-textarea,
  .admin-dashboard-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
  }
  
  .admin-dashboard-textarea {
    height: 80px;
    resize: vertical;
  }
  
  .admin-dashboard-subject-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
  }
  
  .admin-dashboard-add-button,
  .admin-dashboard-submit-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    align-self: flex-start;
  }
  
  .admin-dashboard-add-button:hover,
  .admin-dashboard-submit-button:hover {
    background-color: #0056b3;
  }
  
  .admin-dashboard-add-button:focus,
  .admin-dashboard-submit-button:focus {
    outline: none;
  }
  
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: 9999;
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, 9999);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: 320px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  left: max(16px, env(safe-area-inset-left));
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  right: max(16px, env(safe-area-inset-right));
  right: var(--toastify-toast-right);
}
.Toastify__toast-container--bottom-left {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  left: max(16px, env(safe-area-inset-left));
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  right: max(16px, env(safe-area-inset-right));
  right: var(--toastify-toast-right);
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: auto;
    left: initial;
  }
}
.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  min-height: 64px;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 6px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  max-height: var(--toastify-toast-max-height);
  font-family: sans-serif;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
  overflow: hidden;
}
.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}
.Toastify__toast--stacked[data-collapsed=false] {
  overflow: visible;
}
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
  opacity: 0;
}
.Toastify__toast--stacked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}
.Toastify__toast--stacked[data-pos=top] {
  top: 0;
}
.Toastify__toast--stacked[data-pos=bot] {
  bottom: 0;
}
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
  transform-origin: top;
}
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
  transform-origin: bottom;
}
.Toastify__toast--stacked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: #121212;
  background: var(--toastify-color-dark);
  color: #fff;
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: #fff;
  color: var(--toastify-text-color-info);
  background: #3498db;
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: #fff;
  color: var(--toastify-text-color-success);
  background: #07bc0c;
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: #fff;
  color: var(--toastify-text-color-warning);
  background: #f1c40f;
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: #fff;
  color: var(--toastify-text-color-error);
  background: #e74c3c;
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: #bb86fc;
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: #3498db;
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: #07bc0c;
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: #f1c40f;
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: #e74c3c;
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: rgba(255, 255, 255, 0.7);
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
  z-index: 1;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: 6px;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp[data-hidden=true] {
  opacity: 0;
}
.Toastify__progress-bar--bg {
  opacity: 0.2;
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: #e0e0e0;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: #616161;
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #003a8b;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #003a8b;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
/* .form .register-form {
  display: none;
} */
/* .container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
} */
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

.lockimage{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2vh;
}
.lockimage img{
  width: 3.5vw;
}
.login-text{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2vh;
  color: rgb(143, 143, 143);
}
.login-page {
  width: 100vw;
  height: 100vh; /* fallback for old browsers */
  background: #003a8b;
  background: linear-gradient(90deg, #65a0f3 0%, #01357e 50%);
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

.showpasscontainer{
  display: flex;
  justify-content: left;
}

.showPassword-checkbox{
  height: 2.5vh;
  width: 2.5vw !important;
  margin-right: 0.5vw !important;
  margin-top: 0.3vh !important;
}
.created-templates-container {
    background-color: #f4f6f8;
    padding: 20px;
    max-width: 900px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .created-templates-title {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
  }
  
  .created-templates-list {
    list-style-type: none;
    padding: 0;
  }
  
  .created-templates-item {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }
  
  .created-templates-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .created-templates-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .created-templates-item-image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .created-templates-item-title {
    margin: 0 0 10px 0;
    color: #007bff;
  }
  
  .created-templates-item-description,
  .created-templates-item-plan {
    margin: 5px 0;
    color: #555;
  }
  
.template-questions-container {
  display: flex;
}

.side-panel {
  width: 200px;
  background-color: #f4f4f4;
  padding: 20px;
  border-right: 1px solid #ccc;
}

.subject-name {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.subject-name.active {
  background-color: #ddd;
  font-weight: bold;
}

.question-list {
  list-style-type: none;
  padding: 0;
}

.question-number {
  cursor: pointer;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.question-number.active {
  background-color: #ddd;
  font-weight: bold;
}

.main-content {
  flex-grow: 1;
  padding: 20px;
  max-width: 100vw;
    /* overflow: hidden; */
  flex-wrap: wrap;
}

/* @media print {

  
  @page {
    size: A4;
    margin: 0;
   
  }

 
  body {
    width: 210mm;
   
    height: 297mm;
   
    margin-top: 5mm;
    
    padding: 5mm;

    line-height: normal;
   
    font-size: 10pt;
    
    transform: scale(1);

    transform-origin: top left;

    box-sizing: border-box;
   
  }


  .two-column-container {
    display: flex;

    margin-bottom: 5mm;
   
  }

  .left-column {
    flex: 1;
  }

  .right-column {
   
    justify-content: flex-end;
    
    min-width: 200px;
 
  }

  .image-container {
    max-width: 100%;
  
  }

  .explanation-container {
    margin-top: 10px;
 
  }

  .option-image-container {
    margin-bottom: 10px;
  
  }

 
  img {
    max-height: 100mm;
   
    margin-bottom: 5mm;
    
  }

  
  .option-image {
    max-height: 50mm;
    
    margin-bottom: 5mm;
   
  }

  .math-equation {
    margin: 0;
    
  }

  .hide-on-print {
    display: none !important;
  
  }

  .show-on-print {
    display: block !important;
    text-align: center;
    
    margin: 0 auto;
   
  }
}

.show-on-print {
  display: none;
}

.hidden {
  display: none;
}


.disableCopy {
  user-select: none;

  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;

}

.two-column-container {
  display: grid;
  grid-template-columns: 80% 1fr; 
  gap: 10px;
}
.left-column {
  
  grid-column: 1; 
  padding: 10px; 
  min-width: 80%;
}

.right-column {
  
  grid-column: 2; 
  padding: 10px; 
  max-width: 20%; 
}




.explanation-container {
  margin-top: 5px;
}

.option-image-container {
  margin-bottom: 5px;

}

img {
  height: 100px;
}



.form-container {
  display: flex;
  flex-wrap: wrap;
}

.form-group select {
  width: 200px;
  
  flex: none;
}

.form-group {
  margin-right: 10px;
  margin-bottom: 10px;
  flex: 1 1 auto;
  
  min-width: 200px;
 
}

.link-style {
  background: none;
  border: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
} */
.template-detail-container {
    background-color: #f4f6f8;
    padding: 20px;
    max-width: 900px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .template-detail-title {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
  }
  
  .template-detail-subject {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  
  .template-detail-select-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
  }
  
  .template-detail-select-button:hover {
    background-color: #0056b3;
  }
  
  .template-detail-form {
    margin-top: 20px;
  }
  
  .template-detail-subtitle {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
  }
  
  .template-detail-question {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .template-detail-checkbox {
    margin-right: 10px;
  }
  
  .template-detail-question-text {
    color: #555;
  }
  
  .template-detail-submit-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
  }
  
  .template-detail-submit-button:hover {
    background-color: #0056b3;
  }
  
.question-container {
    margin: 20px;
    flex: 1 1;
}

.question-text {
    font-size: 16px;
    margin-bottom: 20px;
}

.options {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.options div {
    margin-bottom: 10px;
}

.navigation {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    flex-wrap: wrap;
}

.nav-btnSN {
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
}

.nav-btnSN:hover{
    background-color: #449D44;
    transition: 0.5s;
}



.nav-btnC {
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #fff;
    border-color: #000000;
    color: #000000;
    border: 0.1px solid ;
    border-radius: 4px;
    cursor: pointer;
}
.nav-btnC:hover{
    background-color: #E6E6E6;
    transition: 0.5s;
    color: #000;
}

.nav-btnSM {
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
}
.nav-btnSM:hover{
    background-color: #EC971F;
    transition: 0.5s;
}


.nav-btnM {
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
}
.nav-btnM:hover{
    background-color: #286090;
    transition: 0.5s;
}

.nav-btn.submit-btnS {
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    float: right;
}

.nav-btn.submit-btnS:hover {
    background-color: #449D44;
    transition: 0.5s;
}


.pannel-footer{
    margin-top: 15px;
    padding: 15px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
   
}

.nav-btnB {
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #fff;
    border-color: #000000;
    color: #000000;
    border: 0.1px solid ;
    border-radius: 4px;
    cursor: pointer;
}
.nav-btnN {
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #fff;
    border-color: #000000;
    color: #000000;
    border: 0.1px solid ;
    border-radius: 4px;
    cursor: pointer;
}

.nav-btnB:hover{
    background-color: #E6E6E6;
    transition: 0.5s;
    color: #000;
}
.nav-btnN:hover{
    background-color: #E6E6E6;
    transition: 0.5s;
    color: #000;
}

/* .navigationB{
    
    display: flex;
    text-align: center;
} */

@media only screen and (max-width: 750px) {
    .question-container{
        padding: 0px;
        margin: 0px;
    }
    .navigation{
        width: 90%;
        justify-content: left;
    }
    .nav-btnC{
        margin-left: 0.2px;
        border: 1px solid grey
    }


    .pannel-footer{
        display: flex;
        justify-content: space-between;
    }
    .nav-btnB{
        margin-right: 0px;
    }
    .jx-container[jax="CHTML"] {
        font-size: 15px !important;
    }

    .MathJax {
        font-size: 15px !important;
    }

    .CtxtMenu_Attached_0{
        font-size: 14px !important;
    }
  }
.sidebar {
    width: 200px;
    padding: 10px;
    background-color: #f9f9f9;
    border-left: 1px solid #ccc;
}

.status {
    margin-bottom: 20px;
    font-size: 14px;
}

.status div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.status-color {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    /* border-radius: 50%; */
}

.not-visited {
    background-color: #d3d3d3;
    padding: 15px 15px;
    border-radius: 3px;

}

.not-answered {
    
    width: 40px;
    height: 28px;
    background-color:rgba(255, 46, 46, 0.915);
    transform: perspective(50px) rotateY(45deg);
    margin-right: 0;
    
}

.ans{
    margin-top: 15px;
}

.answered {
    width: 40px;
    height: 28px;
    transform: perspective(50px) rotateY(45deg);
    background-color: #32cd32;
    margin-right: 0;
}

.marked-review {
    padding: 15px 15px;
    border-radius: 50px;
    background-color: #9370db;
    
}

.answered-marked-review {
    padding: 15px 15px;
    border-radius: 50px;
    
    background-color: #50209C;
}

.question-list {
    display: flex;
    flex-wrap: wrap;
}

.question-number {
    width: 30px;
    height: 30px;
    margin: 5px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.question-number.answered {
    background-color: #32cd32;
    color: #fff;
    width: 40px;
    height: 28px;
    transform: perspective(50px) rotateY(45deg);
    
    margin-right: 0;
}

.question-number.not-answered {
    width: 40px;
    height: 28px;
    background-color: rgba(255, 46, 46, 0.915);
    transform: perspective(50px) rotateY(45deg);
    margin-right: 0;
    color: #fff;
}

.question-number.not-visited {
    background-color: #d3d3d3;
}

.question-number.marked-review {
    padding: 15px 15px;
    border-radius: 50px;
    background-color: #9370db;
    color: #fff;
}

.question-number.marked-review-answered{
    padding: 15px 15px;
    border-radius: 50px;
    background-color: #50209C;
    position: relative;
    color: #fff;
}

.question-number.marked-review-answered::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #32cd32;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
}

/* Style for the current question */
.question-number.current-question {
    width: 40px;
    height: 28px;
    background-color: rgba(255, 46, 46, 0.915) !important;
    transform: perspective(50px) rotateY(45deg);
    margin-right: 0;
    
}

@media only screen and (max-width: 750px) {
    /* .current-question{
        
    } */

    .status{
        display: flex;
        flex-wrap: wrap;
        border: 2px solid grey;
        border-style: dashed;
        padding: 3vw;
        justify-content: space-between;
    }
    .sidebar{
        padding: 0px;
    }
  }
.headerQuestions {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #eaeaea;
    border-bottom: 1px solid #ccc;
}

.profile-photo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
}

.header-details {
    display: flex;
    flex-direction: column;
}

.header-item {
    margin: 5px 0;
    font-size: 14px;
    color: #333;
}

/* Main.css */
body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.main {
    display: flex;
    flex-direction: column;
    height: 100vh;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */    /* Konqueror HTML */      /* Firefox */       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently supported by Chrome and Opera */
}
/* Prevent copying */
::selection {
    background: none;
}

.main-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 100vw;
    /* overflow: hidden; */
    flex: 1 1;
}

.question-container {
    flex: 1 1;
    padding: 20px;
}

.sidebar {
    width: 300px;
}

.partContainer{
    display: flex;
    justify-content: left;
    margin: 1vw;
}

.partA,.partB{
    padding: 0.5vw 1.5vw;
    background-color: rgb(92, 92, 92);
    margin-right: 1vw;
    cursor: pointer;
    color : white;
    border-radius: 4px;
}

.selectedPart{
    background-color: rgb(95, 95, 255) !important;
    padding: 0.5vw 1.5vw;
    margin-right: 1vw;
    cursor: pointer;
    color : white;
    border-radius: 4px;
}

.partA:hover{
    background-color:rgb(95, 95, 255);
}

.partB:hover{
    background-color: rgb(95, 95, 255);
}
@media only screen and (max-width: 750px) {
    .question-container{
        padding: 0px;
        margin: 0px;
    }
    .sidebar{
        width: 100vw;
        margin-top: 2vh;
    }
    .jx-container[jax="CHTML"] {
        font-size: 15px !important;
    }

  }

:root {
    --scrollbar-color: #00004e;
    --scrollbar-hover-color: #006AFF;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif, 'Barlow Semi Condensed';

}

/* DropShadow:colour:#E9E9E9; */
/* blur: 48 */
/* color:#FFAC00 */
/* color:#FCE629 */


/* ------------scroll bar smoothness and animation---------- */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #d1e5ff;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#a78bfa, #818cf8);
    border-radius: 10px;
}





html,
body {
    /* height: 100%; */
    width: 100%;
    --tw-bg-opacity: 1;
    --background-color: #ffffff36;
    --text-color: #cccccc;
    --tw-gradient-to: rgba(167, 139, 250, 0);
    --tw-gradient-from: #a78bfa;
    --tw-gradient-to: #818cf8;
    --card-background-color: rgba(255, 255, 255, .015);
    --card-border-color: rgba(32, 90, 190, 0.936);
    --card-box-shadow-1: rgba(0, 0, 0, 0.05);
    --card-box-shadow-1-y: 3px;
    --card-box-shadow-1-blur: 6px;
    --card-box-shadow-2: rgba(0, 0, 0, 0.1);
    --card-box-shadow-2-y: 8px;
    --card-box-shadow-2-blur: 15px;
    --card-label-color: #ffffff;
    --card-icon-color: #D4D4D8;
    --card-icon-background-color: rgba(255, 255, 255, 0.08);
    --card-icon-border-color: rgba(255, 255, 255, 0.12);
    --card-shine-opacity: .1;
    --card-shine-gradient: conic-gradient(from 205deg at 50% 50%, rgba(16, 100, 185, 0) 0deg, #00004E 25deg, rgba(52, 211, 153, 0.18) 295deg, rgba(16, 185, 129, 0) 360deg);
    --card-line-color: #2A2B2C;
    --card-tile-color: rgba(16, 92, 185, 0.05);

    --card-hover-border-color: rgba(211, 221, 245, 0.2);
    --card-hover-box-shadow-1: rgba(0, 0, 0, 0.04);
    --card-hover-box-shadow-1-y: 5px;
    --card-hover-box-shadow-1-blur: 10px;
    --card-hover-box-shadow-2: rgba(0, 0, 0, 0.3);
    --card-hover-box-shadow-2-y: 15px;
    --card-hover-box-shadow-2-blur: 25px;
    --card-hover-icon-color: #ecf500;
    --card-hover-icon-background-color: rgba(52, 113, 211, 0.1);
    --card-hover-icon-border-color: rgba(52, 102, 211, 0.2);

    --blur-opacity: .01;

    &.light {
        --background-color: #FAFAFA;
        --text-color: #52525B;

        --card-background-color: transparent;
        --card-border-color: rgba(24, 24, 27, 0.08);
        --card-box-shadow-1: rgba(24, 24, 27, 0.02);
        --card-box-shadow-1-y: 3px;
        --card-box-shadow-1-blur: 6px;
        --card-box-shadow-2: rgba(24, 24, 27, 0.04);
        --card-box-shadow-2-y: 2px;
        --card-box-shadow-2-blur: 7px;
        --card-label-color: #18181B;
        --card-icon-color: #18181B;
        --card-icon-background-color: rgba(24, 24, 27, 0.04);
        --card-icon-border-color: rgba(24, 24, 27, 0.1);
        --card-shine-opacity: .3;
        --card-shine-gradient: conic-gradient(from 225deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #10B981 25deg, #EDFAF6 285deg, #FFFFFF 345deg, rgba(16, 185, 129, 0) 360deg);
        --card-line-color: #E9E9E7;
        --card-tile-color: rgba(16, 185, 129, 0.08);

        --card-hover-border-color: rgba(24, 24, 27, 0.15);
        --card-hover-box-shadow-1: rgba(24, 24, 27, 0.05);
        --card-hover-box-shadow-1-y: 3px;
        --card-hover-box-shadow-1-blur: 6px;
        --card-hover-box-shadow-2: rgba(24, 24, 27, 0.1);
        --card-hover-box-shadow-2-y: 8px;
        --card-hover-box-shadow-2-blur: 15px;
        --card-hover-icon-color: #18181B;
        --card-hover-icon-background-color: rgba(24, 24, 27, 0.04);
        --card-hover-icon-border-color: rgba(24, 24, 27, 0.34);

        --blur-opacity: .1;
    }
}


.landingpage-bg{
    
    background-image: url(/static/media/background.b5ca94aa4fadc276e8c4.png);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  /* position: relative; */
  background-size: contain;
  
}
.landingpage-opacity{
    background-color: rgba(255, 255, 255, 0.929);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(20px);

}

.floating-people-girl{
    position: absolute;
    top: -15%;
    left: -8%;
    width: 40%;
    z-index: 1;
    overflow: hidden;
 
    transform: scaleX(-1);
}

.floating-people {
    position: absolute;
    top: 30%;
    left: 60%;
    width: 40%;
    z-index: 1;
    overflow: hidden;
}

.contactus-img{
    position: absolute;
    top: -50%;
    left: -10%;
    width: 80%;
    z-index: 1;
    overflow: hidden;
}

@media (min-width: 1001px) and (max-width: 1160px){
    .contactus-img{
        top: -25%;
        left: -5%;
        width: 70%;
    }

}

@media screen and (max-width: 768px) {
    .contactus-img{
        display: none;
    }

    .floating-people-girl{
        position: absolute;
        top: 15%;
        left: -8%;
        width: 40%;
        z-index: 1;
        overflow: hidden;
     
        transform: scaleX(-1);
    }
    
    .floating-people {
        position: absolute;
        top: 35%;
        left: 60%;
        width: 40%;
        z-index: 1;
        overflow: hidden;
    }
    
}

@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.animator-hidden {
    display: none;
}




.animated-svg {
    animation: float 4s ease-in-out infinite;
    /* filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.278)); */
}

@keyframes float {
    0% {
        transform: translateY(0);

    }

    50% {
        transform: translateY(-10px);

    }

    100% {
        transform: translateY(0);

    }
}

.leg-part {
    animation: legMovement 2s ease-in-out infinite;
}

/* Example animation for legs and hands */
@keyframes legMovement {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-0.15deg);
        /* Slight rotation for a natural movement */
    }
}

@keyframes handMovement {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
        /* Small up-and-down movement */
    }
}

#leg {
    animation: legMovement 2s ease-in-out infinite;
}

#hand {
    animation: handMovement 2s ease-in-out infinite;
}

#page1 {
    height: 100vh;
    width: 100%;
    position: relative;
    /* background-color: #00004e; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient(circle at 50% 50%, #006AFF -5%, #00004e 90%);
}

#page1>h1 {
    color: white;
    font-size: min(6.5rem, 11vw);
    font-weight: 600;
    line-height: 8vw;
    margin-bottom: 2%;
    text-shadow: #003f96c9 0px 0px 20px;
}

#page1-3d-text {
    color: white;
    font-size: min(6.5rem, 11vw);
    margin: 0;
    line-height: 0;
    font-weight: 600;
    text-shadow: #003f96c9 0px 0px 20px;

}

.text-wrapper-page1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}












#blur-left {
    height: 100%;
    width: 20%;
    background: linear-gradient(to right, #0031A0, transparent);
    /* background: linear-gradient(to right, #00004e, transparent); */
    /* background-image: radial-gradient(circle at 50% 50%, #006AFF -5%, #00004e 90%); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#blur-right {
    height: 100%;
    width: 20%;
    /* background: linear-gradient(to right, transparent, #00004e); */
    background: linear-gradient(to left, #0031A0, transparent);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

/* Waves Styling */

.inner-header {
    height: 20vh;
    width: 100%;
    margin: 0;
    padding: 0;
    /* display: flex; */
}

.waves-container {
    
    width: 100%;
    overflow: hidden;
    height: 550px;

}

.waves {
    position: absolute;
    /* bottom: 150px; */
    top: 100%;
    transform: translateY(-100%);
    width: 100%;
    height: 190px;

}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}




/* .part-2 {
    position: relative;
    width: 100%;
    height: 70vh;
    background-color: #f06d6d;
    perspective: 600px;
}


.image-anim {
    position: absolute;
    left: 50%;
    top: -20vh;
    width: 53vw;
    transform: translate(-50%, 0%) rotateX(10deg);
} */
.part-2{
    position: relative;
    width: 100%;
    height: 100vh;
    /* background-color: #f06d6d; */
    perspective: 600px;
}


.image-anim{
    position: absolute;
    left: 50%;
    top: -20vh;
    width: 57vw;
    transform: translate(-50%, 0%) rotateX(10deg);
}


.part-2-video {
    position: absolute;
    left: 50%;
    top: -20vh;
    width: 57vw;
    transform: translate(-50%, 0%) rotateX(10deg);
    opacity: 0;
}


#part-2-playbtn {
    padding: 3vw 2.5vw;
    background-color: black;
    color: #fff;
    font-style: 1.3vw;
    position: fixed;
    text-transform: uppercase;
    border-radius: 50%;
    opacity: 0;
    scale: 0;
    z-index: 99;

}




/* about us */

#main2 {
    width: 100%;
    height: 100vh;
    background-color: #b54444;
}

.svg {
    width: 100%;
    height: 100vh;
    -webkit-mask-image: url(/static/media/icons8-adobe-500.4736c40980fd46a330f2.svg);
            mask-image: url(/static/media/icons8-adobe-500.4736c40980fd46a330f2.svg);
    -webkit-mask-size: 0%;
            mask-size: 0%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}

.svgimg {
    width: 100%;
    height: 100%;
    background-image: url(/static/media/pxfuel.26ede5834718981c10a9.jpg);
    background-size: cover;
    background-position: center
}








#page2 {
    /* height: 100vh; */
    /* width: 100vw; */
    background-color: #FFFFFF;
    position: relative;
}


#page4 {
    min-height: 100vh;
    width: 100%;
    /* background-color: #eb0000; */
    position: relative;

}

.p2-section {
    width: 100%;
    /* height: 72vh; */
    display: flex;
    justify-content: space-between;
    padding: 5rem 3rem;
    padding-bottom: 7rem;
    gap: 5rem;
}

.p2-sec-left {
    flex-basis: 30%;
    flex-grow: 1;
    padding-top: 2rem;
    /* background-color: aqua; */
    border-top: 2px solid #000;

}

.p2-sec-left h2,
.p2-sec-left p {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.p2-sec-left h2.animate,
.p2-sec-left p.animate {
    opacity: 1;
    transform: translateX(0);
}

.p2-sec-left h2 {
    font-size: 2.1rem;
    font-weight: 500;
    color: #000;
}

.p2-sec-left p {
    color: #000;
    margin-top: 2rem;
    font-size: 1.2rem;
    /* width: 80%; */
}


.p2-sec-right {
    position: relative;
    flex-basis: 65%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease-out, transform 1s ease-out;
}

.p2-sec-right.animate {
    opacity: 1;
    transform: translateX(0);
}

.p2-sec-right img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.p2-sec-right video {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    /* opacity: 0; */
    transition: opacity ease 0.1s;
}


@media screen and (max-width: 768px) {
    .p2-sec-right video {
        position: relative;
    }
}



.Loading-overlay{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 4;
    display: flex;
}

.bar{
    width: 20vw;
    height: 105vh;
    background: #1a1a1a;
}

.counter-load{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 10000;
    color: #bcbcc4;
    padding: 1.4rem 3.4rem;
    font-size: 5vw;
}


.preloader {
    display: flex;
    flex-direction: row; /* Stack texts vertically */
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .lets-crack-it {
    font-size: 2rem;
    margin: 1rem 0.4rem; /* Space out the texts */
    opacity: 0; /* Text starts invisible */
    transform: translateY(50px); /* Start below */
    color: #fff;
  }


#loader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #000;
    /* z-index: 99; */
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    gap: 10px
}

#loader>h3 {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
}





/* page 3 */

#page3 {
    /* min-height: 60vh; */
    /* width: 100vw; */
    /* background-color: #00004e; */
    background-color: #FFFFFF;
    position: relative;
    padding-block: 3rem 5rem;
    padding-inline: 2rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 240px);
    grid-gap: 32px;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.card {
    background-color: #ffffff36;
    background-color: var(--background-color);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05), 0px 8px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(32, 90, 190, 0.936);
    box-shadow: 0px var(--card-box-shadow-1-y) var(--card-box-shadow-1-blur) var(--card-box-shadow-1), 0px var(--card-box-shadow-2-y) var(--card-box-shadow-2-blur) var(--card-box-shadow-2), 0 0 0 1px var(--card-border-color);
    padding: 56px 16px 16px 16px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    transition: box-shadow .25s;


    &::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, .015);
        background-color: var(--card-background-color);
    }

    .icon {
        z-index: 2;
        position: relative;
        display: table;
        padding: 8px;

        &::after {
            content: '';
            position: absolute;
            inset: 4.5px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.08);
            background-color: var(--card-icon-background-color);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border: 1px solid var(--card-icon-border-color);
            -webkit-backdrop-filter: blur(2px);
                    backdrop-filter: blur(2px);
            transition: background-color .25s, border-color .25s;
        }

        svg {
            position: relative;
            z-index: 1;
            display: block;
            width: 24px;
            height: 24px;
            transform: translateZ(0);
            color: #D4D4D8;
            color: var(--card-icon-color);
            transition: color .25s;
        }
    }

    h4 {
        z-index: 2;
        position: relative;
        margin: 12px 0 4px 0;
        font-family: inherit;
        font-weight: 600;
        font-size: 14px;
        line-height: 2;
        color: #ffffff;
        color: var(--card-label-color);
    }

    p {
        z-index: 2;
        position: relative;
        margin: 0;
        font-size: 14px;
        line-height: 1.7;
        color: #cccccc;
        color: var(--text-color);
    }

    .shine {
        border-radius: inherit;
        position: absolute;
        inset: 0;
        z-index: 1;
        overflow: hidden;
        opacity: 0;
        transition: opacity .5s;

        &:before {
            content: '';
            width: 150%;
            padding-bottom: 150%;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            bottom: 55%;
            filter: blur(35px);
            opacity: .1;
            opacity: var(--card-shine-opacity);
            transform: translateX(-50%);
            background-image: conic-gradient(from 205deg at 50% 50%, rgba(16, 100, 185, 0) 0deg, #00004E 25deg, rgba(52, 211, 153, 0.18) 295deg, rgba(16, 185, 129, 0) 360deg);
            background-image: var(--card-shine-gradient);
        }
    }

    .background {
        border-radius: inherit;
        position: absolute;
        inset: 0;
        overflow: hidden;
        -webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
        mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);

        .tiles {
            opacity: 0;
            transition: opacity .25s;

            .tile {
                position: absolute;
                background-color: rgba(16, 92, 185, 0.05);
                background-color: var(--card-tile-color);
                animation-duration: 8s;
                animation-iteration-count: infinite;
                opacity: 0;

                &.tile-4,
                &.tile-6,
                &.tile-10 {
                    animation-delay: -2s;
                }

                &.tile-3,
                &.tile-5,
                &.tile-8 {
                    animation-delay: -4s;
                }

                &.tile-2,
                &.tile-9 {
                    animation-delay: -6s;
                }

                &.tile-1 {
                    top: 0;
                    left: 0;
                    height: 10%;
                    width: 22.5%;
                }

                &.tile-2 {
                    top: 0;
                    left: 22.5%;
                    height: 10%;
                    width: 27.5%;
                }

                &.tile-3 {
                    top: 0;
                    left: 50%;
                    height: 10%;
                    width: 27.5%;
                }

                &.tile-4 {
                    top: 0;
                    left: 77.5%;
                    height: 10%;
                    width: 22.5%;
                }

                &.tile-5 {
                    top: 10%;
                    left: 0;
                    height: 22.5%;
                    width: 22.5%;
                }

                &.tile-6 {
                    top: 10%;
                    left: 22.5%;
                    height: 22.5%;
                    width: 27.5%;
                }

                &.tile-7 {
                    top: 10%;
                    left: 50%;
                    height: 22.5%;
                    width: 27.5%;
                }

                &.tile-8 {
                    top: 10%;
                    left: 77.5%;
                    height: 22.5%;
                    width: 22.5%;
                }

                &.tile-9 {
                    top: 32.5%;
                    left: 50%;
                    height: 22.5%;
                    width: 27.5%;
                }

                &.tile-10 {
                    top: 32.5%;
                    left: 77.5%;
                    height: 22.5%;
                    width: 22.5%;
                }
            }
        }

        @keyframes tile {

            0%,
            12.5%,
            100% {
                opacity: 1;
            }

            25%,
            82.5% {
                opacity: 0;
            }
        }

        .line {
            position: absolute;
            inset: 0;
            opacity: 0;
            transition: opacity .35s;

            &:before,
            &:after {
                content: '';
                position: absolute;
                background-color: #2A2B2C;
                background-color: var(--card-line-color);
                transition: transform .35s;
            }

            &:before {
                left: 0;
                right: 0;
                height: 1px;
                transform-origin: 0 50%;
                transform: scaleX(0);
            }

            &:after {
                top: 0;
                bottom: 0;
                width: 1px;
                transform-origin: 50% 0;
                transform: scaleY(0);
            }

            &.line-1 {
                &:before {
                    top: 10%;
                }

                &:after {
                    left: 22.5%;
                }

                &:before,
                &:after {
                    transition-delay: .3s;
                }
            }

            &.line-2 {
                &:before {
                    top: 32.5%;
                }

                &:after {
                    left: 50%;
                }

                &:before,
                &:after {
                    transition-delay: .15s;
                }
            }

            &.line-3 {
                &:before {
                    top: 55%;
                }

                &:after {
                    right: 22.5%;
                }
            }
        }
    }

    &:hover {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04), 0px 15px 25px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(211, 221, 245, 0.2);
        box-shadow: 0px 3px 6px var(--card-hover-box-shadow-1), 0px var(--card-hover-box-shadow-2-y) var(--card-hover-box-shadow-2-blur) var(--card-hover-box-shadow-2), 0 0 0 1px var(--card-hover-border-color);

        .icon {
            &::after {
                background-color: rgba(52, 113, 211, 0.1);
                background-color: var(--card-hover-icon-background-color);
                border-color: rgba(52, 102, 211, 0.2);
                border-color: var(--card-hover-icon-border-color);
            }

            svg {
                color: #ecf500;
                color: var(--card-hover-icon-color);
            }
        }

        .shine {
            opacity: 1;
            transition-duration: .5s;
            transition-delay: 0s;
        }

        .background {

            .tiles {
                opacity: 1;
                transition-delay: .25s;

                .tile {
                    animation-name: tile;
                }
            }

            .line {
                opacity: 1;
                transition-duration: .15s;

                &:before {
                    transform: scaleX(1);
                }

                &:after {
                    transform: scaleY(1);
                }

                &.line-1 {

                    &:before,
                    &:after {
                        transition-delay: .0s;
                    }
                }

                &.line-2 {

                    &:before,
                    &:after {
                        transition-delay: .15s;
                    }
                }

                &.line-3 {

                    &:before,
                    &:after {
                        transition-delay: .3s;
                    }
                }
            }
        }
    }
}


#page3 h1 {
    color: #fff;
    font-size: min(4rem, 5vw);
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;

}


/* exam cards */


.examdiv{
    margin-bottom:5rem;
  
}

.Examcards {
    /* width: 90%; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    /* height: 80vh; */

    /* background-image: radial-gradient(circle at 50% 50%, #006AFF -5%, #00004e 90%); */
}

.Examcards-heading-highlight{
    
    font-size: 1.8rem;
    font-weight: 500;
}

.Offers-color{
    color: #0060EF;
    margin-left: .8rem;
}

.Examcard-content{
    font-size: 1.4rem;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 3rem;
    width: 60%;
    color: #4f545e;
}
.Examcard-content2{
    font-size: 1.4rem;
    text-align: justify;
    color: #4f545e;
    margin-bottom: 20px;
    line-height: 3rem;
    width: 60%;
}


.Examcard-container {
    /* grid w-full place-content-center bg-gradient-to-br from-indigo-500 to-violet-500 px-4 py-12 text-slate-900 */
    display: grid;
    width: 100%;
    place-content: center;
    justify-items: center;
    grid-template-columns: repeat(3, 366px);
    grid-gap: 3rem;
    padding: 4rem;
}

.Examcard-title {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    color: #000000;
}



.Examcard-back {
    /* relative h-96 w-72 rounded-xl bg-gradient-to-br from-indigo-300 to-violet-300 */
    position: relative;
    height: 35rem;
    width: 24rem;
    border-radius: 1rem;
    background-image: linear-gradient(135deg, #00004e 0%, #00004e 100%);
}


.Examcard-front {
    /* absolute inset-4 grid place-content-center rounded-xl bg-white shadow-lg */
    position: absolute;
    display: grid;
    inset: 1.5rem;
    border-radius: 1rem;
    background-color: #fff;
}

.Examcard-heading {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.Examcard-image {
    border-radius: 1rem;
}

.Examcard-para {
    text-align: justify;
    padding: 0 1rem;
}

@media screen  and (max-width: 768px) {

    .examdiv{
        margin-bottom:3rem;
        margin-top: 4rem;
      
    }

    .Examcard-container {
        grid-template-columns: none;
        gap: 2rem;
    }

    .Examcard-content{
        margin-bottom: 10px;
        width: 85%;
        line-height: 2.5rem;

    }
    .Examcard-content2{
        width: 85%;
        line-height: 2.5rem;
    }

    .Examcard-title {
        text-align: center;
        font-size: 3rem;

    }
    
    
}

@media (min-width: 769px) and (max-width: 1000px) {
    .Examcard-container {
        grid-template-columns: none;
        gap: 2rem;
    }

    .Examcard-content{
        margin-bottom: 10px;
        width: 85%;
        line-height: 2.5rem;

    }
    .Examcard-content2{
        width: 85%;
        line-height: 2.5rem;
    }

    .Examcard-title {
        text-align: center;
        font-size: 3rem;

    }
}

@media (min-width: 1001px) and (max-width: 1160px){
    .Examcard-container {
        grid-template-columns: repeat(3, 300px);
        grid-gap: 1rem;
    }
    .Examcard-back {

        height: 33rem;
        width: 22rem;
       
    }
    .Examcard-container {
        /* gap: 2rem; */
    }

    .Examcard-content{
        margin-bottom: 10px;
        width: 85%;
        line-height: 2.5rem;

    }
    .Examcard-content2{
        width: 85%;
        line-height: 2.5rem;
    }

    .Examcard-title {
        text-align: center;
        font-size: 3rem;

    }
}




/* Shuffle images */

/* w-full px-8 py-12 grid grid-cols-1 md:grid-cols-2 items-center gap-8 max-w-6xl mx-auto */

.shufflehero-main-left{
    width: 40%;
    margin-left: 10%;
}

.shuffleheropage {
    width: 100%;
    padding: 2rem 3rem;
    display: flex;
    flex-direction: row;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    /* gap: 8rem; */
    max-width: 110rem;
    margin: auto;

}



.shufflebetter {
    /* block mb-4 text-xs md:text-sm text-indigo-500 font-medium */
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    color: #00004e;


}

.shuffle-highlight{
    color: #0060EF;
    font-weight: 600;
    font-size: 1.6rem;
}

.AI-color{
    color: #0060EF;
}

.shufflecontent{
    /* width: 100%; */
    font-size: 1.4rem;
    text-align: justify;
    margin-bottom: 1rem;
    line-height: 2.5rem;
    width: 80%;
    color: #4f545e;
}



.shufflePara {
    /* text-base md:text-lg text-slate-700 my-4 md:my-6 */
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #7b7b7b;
}

.shufflechange {
    /* text-4xl md:text-6xl font-semibold */
    font-size: 4rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5rem;
    text-align: left;
}

.shuffleBtn {
    /* bg-indigo-500 text-white font-medium py-2 px-4 rounded transition-all hover:bg-indigo-600 active:scale-95 */
    background-color: #00004e;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.8rem 1.6rem;
    border-radius: 0.4rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}


/* grid grid-cols-4 grid-rows-4 h-[450px] gap-1 */
.shuffleheropageright {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    /* grid-row: 4; */
    height: 650px;
    width: 760px;
    grid-gap: 10px;
    gap: 10px;
    margin-right: 10%;
}

@media screen and (max-width: 768px) {
    .shuffleheropage {
        flex-direction: column;
    }

    .shufflechange {
        font-size: 3rem;
        text-align: center;
    }

    .shufflebetter{
        text-align: center;
    }

    .shuffleheropageright {
        padding: 3rem 1rem;
        width: 100%;
        margin: 0;
    }

    .shufflecontent{
        width: 100%;
        color: #4f545e;
    }

    .shufflehero-main-left{
        width: 100%;
        margin-left: 0;

    }
    
}

@media (min-width: 769px) and (max-width: 1160px) {
    .shufflehero-main-left{
        margin-left: 0;
    }

    .shuffleheropageright{
        margin-left: 10%;
        margin-right: 0;
    }
    .shufflecontent{
        width: 100%;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .shufflePara{
        font-size: 1rem;
    }
    .shuffle-highlight{
        font-size: 1.3rem;
    }
}




.page4 {
    /* min-height: 100vh; */
    /* width: 100vw; */
    /* background-color: #FEFEFE; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 2rem; */
    margin-top: 8rem;
}

.page4 video{
    width: 100%;
    transition: width 0.5s ease-in-out;
}

.page4.shrink-video video {
    width: 75.5%;
  }

/* bouncy cards features */

.BouncyCardsFeatures-section {
    /* mx-auto max-w-7xl px-4 py-12 text-slate-800 */
    margin: auto;
    max-width: 90rem;
    padding: 3rem 3rem;

}



.BouncyCardsFeatures-top {
    /* mb-8 flex flex-col items-start justify-between gap-4 md:flex-row md:items-end md:px-8 */
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    /* padding: 0 3rem; */
    flex-wrap: wrap;
}

.BouncyCardsFeatures-top-title {
    /* max-w-lg text-4xl font-bold md:text-5xl */
    max-width: 47rem;
    font-size: 45px;
    font-weight: 700;
}



.BouncyCardsFeatures-top-title-span {
    color: #94A3B8;
}



.BouncyCardsFeatures-top-button {
    /* whitespace-nowrap rounded-lg bg-slate-900 px-4 py-2 font-medium text-white shadow-xl transition-colors hover:bg-slate-700 */
    white-space: nowrap;
    border-radius: 0.5rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    background-color: #00004e;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}


.Bouncycards-1-col {
    /* mb-4 grid grid-cols-12 gap-4 */

    display: grid;
    /* grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto); */
    margin-bottom: 1rem;
    grid-template-areas:
        'card1 card2'
        'card3 card4'
    ;
    grid-template-columns: calc(60% - 1rem) calc(40% - 1rem);
    width: 100%;
    justify-content: space-between;

    grid-gap: 1rem;

    gap: 1rem;
}

.Bouncycards-1-col.reverse {
    grid-template-columns: calc(40% - 1rem) calc(60% - 1rem);

}

@media screen and (max-width: 768px) {
    .BouncyCardsFeatures-top-title {
        font-size: 3rem;
    }

    .Bouncycards-1-col {
        grid-template-columns: 100% !important;
        grid-template-areas:
            'card1'
            'card2'
            'card3'
            'card4'
        ;

    }
}

.Bouncecard {
    /* col-span-12 md:col-span-4 */
    /* group relative min-h-[300px] cursor-pointer overflow-hidden rounded-2xl bg-slate-100 p-8 */
    position: relative;
    min-height: 300px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1.2rem;
    color: #000;
    padding: 8px;

}

.Bouncycard-1 {
    /* grid-column: 1;
    grid-row: 1; */
    grid-area: card1;
}

.Bouncycard-2 {
    /* grid-column: 2;
    grid-row: 1;
    width: 115%; */
    grid-area: card2;

}

.Bouncycard-3 {
    /* grid-column: 1;
    grid-row: 1;
    width: 125%; */
    grid-area: card3;

}

.Bouncycard-4 {
    /* grid-column: 2;
    grid-row: 1;
    width: 93%;
    margin-left: 23%; */
    grid-area: card4;

}

.Bouncecard-group {
    /* group relative min-h-[300px] cursor-pointer overflow-hidden rounded-2xl bg-slate-100 p-8 */
    position: relative;
    min-height: 300px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1.2rem;
}

.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / 1);
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.Bouncecard-card-title {
    /* mx-auto text-center text-3xl font-semibold */
    margin: auto;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.Bouncycard-card-hover {
    transition: transform 0.25s ease-in-out;
}

.group:hover .Bouncycard-card-hover {
    transform: rotate(2deg) scaleY(1.1);
}

/* .Bouncycard-card-hoverScale:hover{
    
} */




.Bouncycard-card {
    /* absolute bottom-0 left-4 right-4 top-32 translate-y-8 rounded-t-2xl bg-gradient-to-br from-violet-400 to-indigo-400 p-4 transition-transform duration-[250ms] group-hover:translate-y-4 group-hover:rotate-[2deg] */

    position: absolute;
    /* bottom: 0; */
    left: 4rem;
    right: 4rem;
    top: 10rem;
    border-radius: 0.8rem;
    /* background: linear-gradient(90deg, #733FC8 0%, #00004E 100%); */
    padding: 9rem;
    transition: all 0.3s ease-in-out;

}

.Bouncy-violet {
    background-image: linear-gradient(to bottom right, #a78bfa, #818cf8);
}


/* achieve success */



.achieve-success-title{
    font-size: 5rem;
    font-weight: 800;
    color: #cfcfcf;
    text-transform: uppercase;
}





/* #page6 */

#page6 {
    width: 100%;
    /* margin-bottom: 8rem; */
    /* background-color: #ffffff; */

}

.contactus-heading{
    font-size: 4rem;
    font-weight: 600;
}

.Contactus-heading-highlight{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 50px;
}

.Help-color{
    color: #0060EF;
}

#page6>div {
    width: var(--container);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

form {
    .title {
        /* font-family: 'Pacifico', cursive; */
        color: #00004E;
        font-size: min(2.5rem, 3.6vw);
    }

    .form-control {
        background-color: #f2f6f8;
        border-radius: 2rem;
        border: none;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);


        &.thick {
            height: 3.3rem;
            padding: 0.5rem 2rem !important;
        }

        &:focus {
            background-color: #f2f6f8;
            border: none;
            box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
        }
    }

    .message .form-control {
        padding: .5rem 1.8rem;
        margin-bottom: 15px;
    }

    ::placeholder {
        font-family: 'Quicksand', sans-serif;
        font-weight: 600;
        font-size: 1.1rem;
        color: #838788;
        position: relative;
        left: 0;
    }

    input,
    textarea {
        font-family: 'Quicksand', sans-serif;
        color: #212529;
        font-size: 1.1rem;
        margin-top: 10%;
    }

    .icon {
        color: #57565c;
        height: 1.3rem;
        position: absolute;
        left: 1.5rem;
        top: 1.1rem;
    }
}

@media only screen and (max-width: 768px) {
    .contactus-heading{
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
    .contactus-para{
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .Contactus-heading-highlight {
        margin-top: 0;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .contactus-img{
        display: none;
    }
    #formcard{
        margin: auto;
    }
}

@media (min-width: 1001px) and (max-width: 1160px){
    
    #formcard{
        margin-right: 1rem;
    }
}


/* .btn.btn-primary {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    margin-top: 10%;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 3rem;
    border: 0;
    border-radius: 3rem;
    background-image: linear-gradient(131deg, #ffd340, #ff923c, #ff923c, #ff923c);
    background-size: 300% 100%;
    transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover:enabled {
    box-shadow: 0 0.5em 0.5em -0.4em #ff923cba;
    background-size: 100% 100%;
    transform: translateY(-0.15em);
} */

#page6 img {
    width: 50%;
    margin-left: -20%;
    margin-right: 10%;
    flex-grow: 1;
}

#formcard {
    background-color:  hsla(219, 100%, 50%, 0.756);
    z-index: 0;
    border-radius: 20px;
    padding: 2rem 3rem;
    margin-block: 5rem;
    margin-left: auto;
    width: min(50%, 420px);
}




.page8 {
    /* min-height: 100vh; */
    /* width: 100vw; */
    /* background-color: #FEFEFE; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 2rem; */
    margin-top: 8rem;
}

.page8 video{
    width: 100%;
    transition: width 0.5s ease-in-out;
}

.page8.shrink-video video {
    width: 70%;
  }

  @media screen and (max-width: 768px) {
    .page4.shrink-video video{
        width: 90%;
    }

    .page4{
        margin-top: 2rem;
    }

    .page8.shrink-video video {
        width: 90%;
      }

      .page8{
        margin-top: 3rem;
        margin-bottom: 4rem;
      }
  }


  @media (min-width: 769px) and (max-width: 1200px) {
    .page4.shrink-video video{
        width: 85%;
    }

    .page8.shrink-video video {
        width: 85%;
      }
  }



#pagecontext {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline: 1rem;
}



#pagepromo {
    width: 100%;
    height: auto;
    background-color: #fbb32d;
    text-align: center;
    background-image: radial-gradient(circle at 50% 50%, #FCE629 -4%, #FFAC00 40%);
}

#pagepromocont {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3%;
}

#pagepromo img {
    width: 130px;
}

#pagepromo h2 {
    font-size: 2rem;
}

#pagepromo h2:nth-last-child(1) {
    color: #006AFF;
    font-size: 3rem;
}

#pagepromo .btn-promo {

    margin: 2% 0 3% 0;
    font-size: 1.2rem;

}





/* follow us  */



.followus-text {
    width: 30%;
    /* margin-bottom: 10%; */
}


.followus-text-head {
    font-size: 4rem;
    font-weight: 600;
    margin-top: 0;
    padding: 0;
}

.followus-text-paragraph {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: justify;
    line-height: 2.5rem;
    color: #4f545e;
}

.Followus-IconRotate {
    /* grid h-36 w-52 place-content-center rounded-lg bg-neutral-700 text-6xl text-neutral-50 */
    display: grid;
    height: 8rem;
    width: 12rem;
    place-content: center;
    border-radius: 0.5rem;
    font-size: 6rem;
}

@media screen and (max-width:768px) {
    .followus-text {
        width: 100%;
        text-align: center;
    }

    .followus-text-head {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 769px) and (max-width: 1160px) {
    .followus-text{
        width: 46%;
    }
    .followus-text-head{
        font-size: 3rem;
    }

    .followus-text-paragraph{
        font-size: 1.3rem;
    }
}

/*--------- footer------- */

#foot {
    width: 100%;
    height: auto;
    background-color: #00004E;
    text-align: center;
}

.footer-landing {
    /* background: #00004E; */
    background-image: radial-gradient(circle at 50% 50%, #006AFF -5%, #00004e 90%);
    padding-top: 50px;
}

.footcontainer {
    margin: auto;
    display: flex;
    justify-content: center;
    width: var(--container);
}

.footer-content {
    width: 33.3%;
}

h3 {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.footer-content p {
    width: 290px;
    margin: auto;
    padding: 7px;
    color: #fff;
}

.footer-content ul {
    text-align: center;
}

.list {
    padding: 0;

}

.list li {
    width: auto;
    text-align: center;
    list-style-type: none;
    padding: 7px;
    position: relative;

}

.list li a {
    color: #fff;
}

.list li::before {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 100%;
    width: 0;
    height: 2px;
    background: #f18930;
    transition-duration: .5s;
}

.list li:hover::before {
    width: 70px;
}

.social-icons {
    text-align: center;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    text-align: center;
    padding: 5px;
}

.social-icons i {
    color: white;
    font-size: 25px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #fca212;
}

.social-icons i:hover {
    color: #fca212;
    transition: 0.5s;
}

.bottom-bar {
    /* background: #fca212; */
    background-image: radial-gradient(circle at 50% 50%, #FCE629 -10%, #FFAC00 30%);
    text-align: center;
    padding: 10px 0;
    margin-top: 50px;
}

.bottom-bar p {
    color: #00004E;
    margin: 0;
    font-size: 16px;
    padding: 7px;
}



#progress {
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 70px;
    width: 70px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #001a2e;
}





#main1 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: aquamarine;
    overflow: hidden;
}

#top {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 50vh;
    background-color: rgb(255, 255, 255);
    z-index: 9;
    overflow: hidden;
}

#center {
    position: relative;
    width: 100%;
    height: 100vh;
    transform-origin: center;
    background-color: rgb(0, 0, 0);
    transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
    overflow: hidden;
}

#bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50vh;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

#main1 h1 {
    font-family: Founder;
    font-size: 22vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#top-h1 {
    bottom: 50%;
}

#bottom-h1 {
    top: 0% !important;
}

.content {
    margin-top: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    color: #fff;
    gap: 4vh;
}

.content h4 {
    font-size: 1vw;
    font-family: Founder;
}

.content h3 {
    width: 22%;
    font-size: 3vw;
    font-family: CardinalR;
    text-align: center;
    font-weight: 400;
}

/* .content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7vw;
    height: 2vw;
    border-radius: 50px;
    background-color: #fff;
    color: #0d0d0d;
    font-family: Founder;
} */

.content h2 {
    font-size: 20vw;
    font-family: Founder;
}

.nav-mobile{
    width: 100%;
display: flex;
align-items: center;
    justify-content: space-between;
    padding: 2vw;
    padding-inline: 3vw;
}

.mm{
    margin-left: 70px;
}
:root {
    --container: min(1440px, 100%);
    font-size: min(3vw, 14px);
}


/* ------------scroll bar smoothness and animation---------- */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}








/* button {
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    width: fit-content;
} */

/* button:hover {

    background-image: radial-gradient(circle at 50% 50%, #FCE629 -10%, #FFAC00 50%);
    color: #fff;

    transition: 0.3s;
} */

.header-landing.about-us-active {
    box-shadow: inset 0 0 200px rgba(255, 255, 255, 0.381);
    background-image: none;

    /* display: none; */
    transition: background-image 0.5s ease, background-color 0.5s ease, color 0.3s ease;
    /* Adjust this to match the About Us section's background color */
}

.header-landing.about-us-active nav h1,
.header-landing.about-us-active .nav-part2-landing a {
    color: black;
    z-index: 9999;
    /* Adjust this to match the About Us section's text color */
}

.header-landing.about-us-active nav .btn {
    /* background-color: black;
    color: white; */
    transition: color 0.3s ease;

}

.header-landing-mob {
    display: none;
}

.header-landing {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-image: radial-gradient(circle at 50% 50%, #006AFF -5%, #00004e 90%);
    /* background-color: #00004e; */
    /* background-color: #006AFF; */
    z-index: 3;
    width: 100%;
    /* transition: background-image 0.3s ease, background-color 0.3s ease, color 0.3s ease; */
}

.header-landing nav {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
    padding: 1rem;
    align-items: Center;
    grid-template-columns: auto 1fr auto;
    width: min(1440px, 100%);
    width: var(--container);
    margin-inline: auto;
}

nav h1 {
    color: white;
}

.nav-part2-landing {
    display: flex;
    gap: 2rem;
    margin-inline: auto;
}

.nav-part2-landing a {
    position: relative;
    padding: 10px 0 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}





.RANKER-title {
    margin-top: 7rem;
    color: white;
    font-size: min(7.5rem, 11vw);
    font-weight: 600;
}

.ExamPortal-title {

    color: white;
    font-size: 6rem;
    font-weight: 600;
}


/* moving div  */

#moving-div {
    /* background-color: red; */
    margin-top: 10rem;
    position: relative;
    /* bottom: 3%; */
    white-space: nowrap;
    padding: 1rem;
    overflow: hidden;
    width: 50%;
}

.move_wrapper {
    display: flex;
}

#moving-div .move {
    display: inline-block;
    animation-name: mobe;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    display: flex;
}

@keyframes mobe {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }

}

#moving-div .move img {
    height: 2rem;
    margin: 0 1rem;
}


.container>* {
    width: min(1440px, 100%) !important;
    width: var(--container) !important;
    margin-inline: auto;
}

.page1_btn {
    display: none;
}

.form-group {
    width: 100%;
}

.form-group input,
.form-group textarea {
    width: 100%;
}

.form-group textarea {
    resize: none;
}

.Aboutus-for-mob {
    display: none;
}

.nav-part2-landing a:hover,
.nav-part2-landing a.active {
    color: #ffffff;
    /* Change this to your desired active color */
}

.nav-part2-landing a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    border-radius: 2px;
    left: 0;
    background-color: #fff;
    /* Underline color */
    transition: width 0.3s ease-in-out;
}

.nav-part2-landing a:hover::after,
.nav-part2-landing a.active::after {
    width: 100%;
}




.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 3;
}

.hamburger-bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 3px 0;
    transition: background-color 0.3s ease;
}


@media screen and (max-width:768px) {
    .nav-mobile{
        padding: 4vw;
    }
    

    .header-landing-mob {
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        justify-content: center;
        align-items: center;
        top: 0;
        width: 100%;
        z-index: 2;
        background-image: radial-gradient(circle at 50% 50%, #006AFF -5%, #00004e 90%);
        height: auto;
        /* padding:0 0 1rem; */
        /* Optional: Add padding to the sides */
    }

    .header-mob-logo {
        font-size: 2.2rem;
        font-weight: 600;
        /* margin-bottom: 5px; */
        /* text-align: center; */
    }

    .nav-part2-mob {
        display: flex;
        width: 100%;
        gap: 1.5rem;
        justify-content: space-between;
        font-size: 10px;
        color: #fff;
        transition: max-height 0.3s ease;
        max-height: 0;
        overflow: hidden;
    }

    .nav-part2-mob.open {
        max-height: 800px;
        display: flex;
        flex-direction: row;
        /* Adjust this as needed */
    }


    .landingpage-bg {

        background-image: url(/static/media/background.b5ca94aa4fadc276e8c4.png);
        -webkit-backdrop-filter: blur(50px);
                backdrop-filter: blur(50px);
        /* position: relative; */
        background-size: contain
    }

    .landingpage-opacity {
        background-color: rgba(255, 255, 255, 0.89);
        backdrop-filter: blur(1.5px);
        -webkit-backdrop-filter: blur(20px);

    }


    .header-landing {
        display: none;
    }

    .hamburger-menu {
        flex-direction: column;
        display: flex;
    }



    nav .btn {
        display: none;
    }

    #page1 {
        max-height: 650px;
        margin-top: -4rem;
    }


    #page1 .btn-mob {
        display: inline-block;
    }

    .RANKER-title {
        margin-top: 15rem;
        font-size: 3.8rem;
    }

    .ExamPortal-title {

        font-size: 2.8rem;
        margin-bottom: 3rem;
    }

    #moving-div {
        margin-top: 0rem;
        margin-bottom: 2rem;
        width: 80%;
        z-index: 0;
    }

    #moving-div .move img {
        height: 1rem;
        margin: 0 1rem;
    }

    .image-anim {
        width: 49vh;
    }

    .waves {
        /* top: 15vh; */
        height: 90px;
        /* min-height: 40px; */
    }

    .Aboutus-for-mob {
        display: block;
    }

    .Aboutus-for-desk {
        display: none;
    }



    #page2 {
        height: auto !important;
        padding-bottom: 0;
        padding-bottom: initial;
    }

    #page2 .p2-section {
        flex-wrap: wrap;
        padding: 2rem;
        height: auto;
    }

    #page2 .p2-section>* {
        width: 100%;
        flex-basis: 100%;
    }

    .part-2-video {
        /* top: -20vh; */
        width: 95vw;
    }

    .part-2 {
        height: auto !important;
        min-height: 50vh;
        /* Adjust this value as needed */
    }

    /* .pin-spacer {
        height: auto !important; 
      } */


    #page3 .grid {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }

    .page1_btn {
        display: block;
        margin-top: 6rem;
        margin-bottom: -6rem;
    }


    #page4 {
        min-height: 40vh;
        padding: 0.5rem;
    }

    #page6 {
        padding: 2rem;
    }

    #page6 img {
        display: none;
    }

    .form-group {
        margin-bottom: 3vh;
    }

    #formcard {
        width: min(100%, 380px) !important;
        margin: 0 !important;
        padding: 2rem !important;

    }

    #pagepromocont {
        flex-direction: column;
    }

    #pagepromocont img {
        width: 90px !important;
    }


    .footcontainer {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .footer-content {
        width: 100% !important;
    }



}


@media (min-width: 769px) and (max-width: 1000px) {

    .landingpage-bg {

        background-image: url(/static/media/background.b5ca94aa4fadc276e8c4.png);
        -webkit-backdrop-filter: blur(50px);
                backdrop-filter: blur(50px);
        /* position: relative; */
        background-size: contain
    }

    .nav-part2-landing {
        font-size: .8rem;
        gap: .8rem;
    }

    .btn{
        height: 2rem;
        width: 6rem;
    }

    .floating-people-girl {
        top: 1%;
    }

    .Ranker-logo {
        font-size: 1.8rem;
        margin-left: 1rem;
    }

    .RANKER-title {
        margin-top: 10rem;
        font-size: 5rem;
    }

    .ExamPortal-title {


        font-size: 4rem;
    }

    #moving-div {
        width: 70%;
    }

    .part-2 {
        height: auto !important;
        min-height: 85vh;
        /* Adjust this value as needed */
    }

    .part-2-video {
        width: 80vw;
    }

    .image-anim {
        width: 80vw;
    }
}


@media (min-width: 1001px) and (max-width: 1160px) {
    .Ranker-logo {
        font-size: 2rem;
        margin-left: 1rem;
    }

    .landingpage-bg {

        background-image: url(/static/media/background.b5ca94aa4fadc276e8c4.png);
        -webkit-backdrop-filter: blur(50px);
                backdrop-filter: blur(50px);
        /* position: relative; */
        background-size: contain
    }

    .RANKER-title {
        margin-top: 10rem;
        font-size: 6rem;
    }

    .ExamPortal-title {


        font-size: 5rem;
    }

    .part-2 {
        height: auto !important;
        min-height: 100vh;
        /* Adjust this value as needed */
    }

    .part-2-video {
        width: 80vw;
    }

    .image-anim {
        width: 80vw;
    }
}

/* -----------------theme buttons------------------ */

.header-buttons {
    display: flex;
    gap: 1rem;
    /* Space between the buttons */
    align-items: center;
    /* Align them vertically */
}

.theme-buttons {
    display: flex;
    gap: 0.5rem;
    /* Space between the theme buttons */
}

.theme-circle {
    width: 30px;
    /* Adjust the size */
    height: 30px;
    /* Adjust the size */
    border-radius: 50%;
    border: none;
    cursor: pointer;
    outline: none;
    transition: transform 0.2s ease;
    border: 3px solid #fff;
    /* Add a hover effect */
}

.theme-circle:hover {
    transform: scale(1.1);
    /* Slight zoom on hover */
}

.light-mode {
    background-color: #f8fae5;
    border: 3px solid rgb(131, 131, 131);
}

.dark-mode {
    background-color: #121212;
}


.tricolor-mode {
    background: linear-gradient(180deg, #FF9933, #FFFFFF, #138808);
    /* India's tricolor */
}
:root {

    --color-primary-100: #382bf0;
    --color-primary-200: #5e43f3;
    --color-primary-300: #7a5af5;
    --color-primary-400: #9171f8;
    --color-primary-500: #a688fa;
    --color-primary-600: #ba9ffb;

    /** CSS DARK THEME SURFACE COLORS */
    --color-surface-100: #121212;
    --color-surface-200: #282828;
    --color-surface-300: #3f3f3f;
    --color-surface-400: #575757;
    --color-surface-500: #717171;
    --color-surface-600: #8b8b8b;

    /** CSS DARK THEME MIXED SURFACE COLORS */
    --color-surface-mixed-100: #1a1625;
    --color-surface-mixed-200: #2f2b3a;
    --color-surface-mixed-300: #46424f;
    --color-surface-mixed-400: #5e5a66;
    --color-surface-mixed-500: #76737e;
    --color-surface-mixed-600: #908d96;


}




/* ---------------------dark mode-------------------------------- */


/* Dark Mode Styles */
.header-landing.dark,
.header-landing-mob.dark {
    background-image: radial-gradient(circle at 50% 50%, #121212 -5%, #1b1b1b 90%);
    color: #f5f5f5;
    /* Light color for text in dark mode */
}

/* Add more dark mode styles for other elements if needed */
.nav-part2-landing.dark {
    color: #f5f5f5;
    /* Adjust text color */
}


#page1.dark {
    background-image: radial-gradient(circle at 50% 50%, #121212 -5%, #1b1b1b 90%);
}


#blur-left.dark {
    background: linear-gradient(to right, #171717, transparent);
}

#blur-right.dark {
    background: linear-gradient(to left, #171717, transparent);

}


.part-2.dark {
    background-color: #282828;
    background-color: var(--color-surface-200);
}



.parallax.dark>use:nth-child(4) {
    fill: #282828;
    fill: var(--color-surface-200);
}

.page4.dark {
    background-color: #282828;
    background-color: var(--color-surface-200);
}


.steps-dark.dark {
    background-color: #282828;
    background-color: var(--color-surface-200);
}


.achieve-success>.svg-container.dark {
    background-color: #282828;
    background-color: var(--color-surface-200);
}


.examdiv.dark {
    background-color: #282828;
    background-color: var(--color-surface-200);
}


.Examcards.dark .Examcards-heading-highlight {
    color: rgb(223, 223, 223);
}

.Examcards.dark .Examcard-title,
.Examcards.dark .Examcard-content,
.Examcards.dark .Examcard-content2 {
    color: #fff;
}

.Features-dark.dark {
    background-color: #282828;
    background-color: var(--color-surface-200);
}

.features-container-dark.dark h3 {
    color: white;
}


.landingpage-opacity.dark {
    background-color: #282828;
    background-color: var(--color-surface-200);
}




.ml-4.dark .feature-name {
    color: white;
}

.shuffleheroleft.dark h3,
.shuffleheroleft.dark p {
    color: #fff;
}

.BouncyCardsFeatures-top-title.dark {
    color: #fff;
}

.BouncyCardsFeatures-context.dark {
    color: #fff;
}

.testimonials-slider-heading.dark h1 {
    color: #fff;
}

.testimonials-container.dark::before {
    background: linear-gradient(to right, #282828, transparent);
    background: linear-gradient(to right, var(--color-surface-200), transparent);
}

.testimonials-container.dark::after {
    background: linear-gradient(to left, #282828, transparent);
    background: linear-gradient(to left, var(--color-surface-200), transparent);
}

.page6-dark.dark h1 {
    color: #fff;
}

.FaqApp.dark h1 {
    color: #fff;
}

.followus-text.dark {
    color: #fff;
}

.followus-text.dark p {
    color: #fff;
}

.bg-white.dark{
    background-color: #282828;
    background-color: var(--color-surface-200);
}

.abt-desc-mob.dark .abt-desc-h2-mob{ 
    color: #fff;
}

.Aboutus-main.dark h1 {
    color: #fff;
}
.Aboutus-main.dark p {
    color: #cecece;
}


.footer-landing.dark {
    background-image: radial-gradient(circle at 50% 50%, #121212 -5%, #1b1b1b 90%);

}





.header-landing.tricolor,
.header-landing-mob.tricolor {
    background-image: radial-gradient(circle at 50% 50%, #ff9100 -5%, #ff6600 90%);
    color: #f5f5f5;
    /* Light color for text in dark mode */
}

#page1.tricolor {
    background-image: radial-gradient(circle at 50% 50%, #ff9100 -5%, #ff6600 90%);
}

#blur-left.tricolor {
    background: linear-gradient(to right, #FF7A00, transparent);
}

#blur-right.tricolor {
    background: linear-gradient(to left, #FF7A00, transparent);

}


/* -----------buttons------------*/
.btn__bg.tricolor .btn__bg__layer-first {
    background-color: #ff6600;
}

.btn__bg.tricolor .btn__bg__layer-second {
    background-color: #064e00;
}


.btn-promo__bg.tricolor .btn-promo__bg__layer-first {
    background-color: #ff6600;
}

.btn-promo__bg.tricolor .btn-promo__bg__layer-second {
    background-color: #064e00;
}


.btn-send__bg.tricolor .btn-send__bg__layer-first {
    background-color: #ff6600;
}

.btn-send__bg.tricolor .btn-send__bg__layer-second {
    background-color: #064e00;
}
/* ------------------------------------------------------ */

.parallax.tricolor>use:nth-child(3) {
    fill: #064e00;
}

.parallax.tricolor>use:nth-child(1) {
    fill: #ff9100;
}


.Examcards.tricolor .Examcards-heading-highlight {
    color: #00004e;
}

.Examcards.tricolor .Examcard-content,
.Examcards.tricolor .Examcard-title,
.Examcards.tricolor .Examcard-content2 {
    color: #00004e;
}

.features-container-dark.tricolor h3 {
    color: #00004e;
}

.ml-4.tricolor .feature-name {
    color: #00004e;
}

.shuffleheroleft.tricolor h3,
.shuffleheroleft.tricolor p {
    color: #00004e;
}

.BouncyCardsFeatures-top-title.tricolor {
    color: #00004e;
}

.BouncyCardsFeatures-context.tricolor {
    color: #00004e;
}

.testimonials-slider-heading.tricolor h1 {
    color: #00004e;
}

.page6-dark.tricolor h1 {
    color: #00004e;
}

.FaqApp.tricolor h1 {
    color: #00004e;
}

.followus-text.tricolor {
    color: #00004e;
}

.followus-text.tricolor p {
    color: #00004e;
}

.footer-landing.tricolor {
    background-image: radial-gradient(circle at 50% 50%, #147b06 -5%, #064e00 90%);

}

.bottom-bar.tricolor {
    background-image: radial-gradient(circle at 50% 50%, #1dca06 -5%, #064e00 90%);

}

.bottom-bar.tricolor p {
    color: #fff;
}
:root{
    --container: min(1440px, 100%);
    --color-main-promo-third: #ff7070;
  --color-main: #a474ff;
  --color-main-second: #17f1d1;
  --color-main-third: #fff;
  --color-main-promo-third: #00004e;
}

.btn, .btn-promo {
    display: inline-block;
    height: 3rem;
    width: 8rem;
    position: relative;
    border: none;
    border-radius: 999rem;
    cursor: pointer;
    overflow: hidden;
    background-color: transparent;
  }
  
  .btn:hover .btn__bg {
    transform: scale(.94);
  }
  
  .btn:hover .btn__text-out {
    transition: transform 1s cubic-bezier(.32,.99,.49,.99), opacity .4s;
    transform: translateY(-33.333333%);
    opacity: 0;
  }
  
  .btn:hover .btn__text-in {
    transition: 1s all cubic-bezier(.32,.99,.49,.99);
    transform: translateY(0);
    opacity: 1;
  }
  
  .btn:hover .btn__bg__layer-first,
  .btn:hover .btn__bg__layer-second,
  .btn:hover .btn__bg__layer-third {
    border-radius: 60% 60% 0 0;
    transform: translateY(1rem);
  }
  
  .btn:hover .btn__bg__layer-first {
    transition: transform 1s cubic-bezier(.19,1,.22,1) 200ms, border-radius .2s cubic-bezier(.19,1,.22,1) 270ms;
  }
  
  .btn:hover .btn__bg__layer-second {
    transition: transform 1s cubic-bezier(.19,1,.22,1) 300ms, border-radius .2s cubic-bezier(.19,1,.22,1) 470ms;
  }
  
  .btn:hover .btn__bg__layer-third {
    transition: transform 1s cubic-bezier(.19,1,.22,1) 380ms, border-radius .2s cubic-bezier(.19,1,.22,1) 670ms;
  }
  
  .btn__text-out,
  .btn__text-in {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    margin: auto;
    font-weight: 700;
    font-size: 1rem;
    z-index: 1;
    font-family: Poppins, system-ui;
    color: #00004e;
  }
  
  .btn__text-in {
    opacity: 0;
    transform: translateY(33.333333%);
  }
  
  .btn__bg {
    height: inherit;
    width: inherit;
    transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    background-color: #00004e;
    background-color: var(--color-main-promo-third);
    border-radius: 999rem;
    overflow: hidden;
  }
  
  .btn__bg__layer {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    translate: -50%;
    border-radius: 999rem 999rem 0 0;
    border: none;
    width: 120%;
    height: 200%;
    z-index: 20;
    transform: translateY(100%) translateX(0);
  }
  
  .btn__bg__layer-first {
    background-color: #a474ff;
    background-color: var(--color-main);
  }
  
  .btn__bg__layer-second {
    background-color: #17f1d1;
    background-color: var(--color-main-second);
  }
  

  .btn__bg__layer-third {
    background-color: #00004e;
    background-color: var(--color-main-promo-third);
  }



/* promo button */

.btn-promo{
    color: #fff;
    width: 11rem;
    height: 4rem;

}
.btn-promo:hover .btn-promo__bg {
    transform: scale(.94);
}

.btn-promo:hover .btn-promo__text-out {
    transition: transform 1s cubic-bezier(.32, .99, .49, .99), opacity .4s;
    transform: translateY(-33.333333%);
    opacity: 0;
}

.btn-promo:hover .btn-promo__text-in {
    transition: 1s all cubic-bezier(.32, .99, .49, .99);
    transform: translateY(0);
    opacity: 1;
}

.btn-promo:hover .btn-promo__bg__layer-first,
.btn-promo:hover .btn-promo__bg__layer-second,
.btn-promo:hover .btn-promo__bg__layer-third {
    border-radius: 60% 60% 0 0;
    transform: translateY(1rem);
}

.btn-promo:hover .btn-promo__bg__layer-first {
    transition: transform 1s cubic-bezier(.19, 1, .22, 1) 200ms, border-radius .2s cubic-bezier(.19, 1, .22, 1) 270ms;
}

.btn-promo:hover .btn-promo__bg__layer-second {
    transition: transform 1s cubic-bezier(.19, 1, .22, 1) 300ms, border-radius .2s cubic-bezier(.19, 1, .22, 1) 470ms;
}

.btn-promo:hover .btn-promo__bg__layer-third {
    transition: transform 1s cubic-bezier(.19, 1, .22, 1) 380ms, border-radius .2s cubic-bezier(.19, 1, .22, 1) 670ms;
}

.btn-promo__text-out,
.btn-promo__text-in {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    margin: auto;
    font-weight: 700;
    font-size: 1rem;
    z-index: 2;
    font-family: Poppins, system-ui;
}

.btn-promo__text-in {
    opacity: 0;
    transform: translateY(33.333333%);
}

.btn-promo__bg {
    height: inherit;
    width: inherit;
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    background-color: #00004e;
    background-color: var(--color-main-promo-third);
    border-radius: 999rem;
    overflow: hidden;
}

.btn-promo__bg__layer {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    translate: -50%;
    border-radius: 999rem 999rem 0 0;
    border: none;
    width: 120%;
    height: 200%;
    z-index: 20;
    transform: translateY(100%) translateX(0);
}

.btn-promo__bg__layer-first {
    background-color: #a474ff;
    background-color: var(--color-main);
}

.btn-promo__bg__layer-second {
    background-color: #17f1d1;
    background-color: var(--color-main-second);
}

.btn-promo__bg__layer-third {
    background-color: #00004e;
    background-color: var(--color-main-promo-third);
}


.btn-promo__btn>a:hover{
    color: #fff;
}

/* send----- */


.btn-send{
  display: inline-block;
  height: 3.6rem;
  width: 10rem;
  position: relative;
  border: none;
  border-radius: 999rem;
  cursor: pointer;
  overflow: hidden;
  background-color: transparent;
}

.btn-send:hover .btn-send__bg {
  transform: scale(.94);
}

.btn-send:hover .btn-send__text-out {
  transition: transform 1s cubic-bezier(.32,.99,.49,.99), opacity .4s;
  transform: translateY(-33.333333%);
  opacity: 0;
}

.btn-send:hover .btn-send__text-in {
  transition: 1s all cubic-bezier(.32,.99,.49,.99);
  transform: translateY(0);
  opacity: 1;
}

.btn-send:hover .btn-send__bg__layer-first,
.btn-send:hover .btn-send__bg__layer-second,
.btn-send:hover .btn-send__bg__layer-third {
  border-radius: 60% 60% 0 0;
  transform: translateY(1rem);
}

.btn-send:hover .btn-send__bg__layer-first {
  transition: transform 1s cubic-bezier(.19,1,.22,1) 200ms, border-radius .2s cubic-bezier(.19,1,.22,1) 270ms;
}

.btn-send:hover .btn-send__bg__layer-second {
  transition: transform 1s cubic-bezier(.19,1,.22,1) 300ms, border-radius .2s cubic-bezier(.19,1,.22,1) 470ms;
}

.btn-send:hover .btn-send__bg__layer-third {
  transition: transform 1s cubic-bezier(.19,1,.22,1) 380ms, border-radius .2s cubic-bezier(.19,1,.22,1) 670ms;
}

.btn-send__text-out,
.btn-send__text-in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #00004e;
  inset: 0;
  margin: auto;
  font-weight: 700;
  font-size: 1rem;
  z-index: 10;
  font-family: Poppins, system-ui;
}

.btn-send__text-in {
  opacity: 0;
  transform: translateY(33.333333%);
}

.btn-send__bg {
  height: inherit;
  width: inherit;
  transition: transform 1.5s cubic-bezier(.19,1,.22,1);
  background-color: #fff;
  background-color: var(--color-main-third);
  border-radius: 999rem;
  overflow: hidden;
}

.btn-send__bg__layer {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  translate: -50%;
  border-radius: 999rem 999rem 0 0;
  border: none;
  width: 120%;
  height: 200%;
  z-index: 20;
  transform: translateY(100%) translateX(0);
}

.btn-send__bg__layer-first {
  background-color: #a474ff;
  background-color: var(--color-main);
}

.btn-send__bg__layer-second {
  background-color: #17f1d1;
  background-color: var(--color-main-second);
}

.btn-send__bg__layer-third {
  background-color: #fff;
  background-color: var(--color-main-third);
}

/* mobile view btn */

.btn-mob{
    display: none;
    height: 3rem;
    width: 8rem;
    position: relative;
    border: none;
    border-radius: 999rem;
    cursor: pointer;
    overflow: hidden;
    background-color: transparent;
  }
  
  .btn-mob:hover .btn-mob__bg {
    transform: scale(.94);
  }
  
  .btn-mob:hover .btn-mob__text-out {
    transition: transform 1s cubic-bezier(.32,.99,.49,.99), opacity .4s;
    transform: translateY(-33.333333%);
    opacity: 0;
  }
  
  .btn-mob:hover .btn-mob__text-in {
    transition: 1s all cubic-bezier(.32,.99,.49,.99);
    transform: translateY(0);
    opacity: 1;
  }
  
  .btn-mob:hover .btn-mob__bg__layer-first,
  .btn-mob:hover .btn-mob__bg__layer-second,
  .btn-mob:hover .btn-mob__bg__layer-third {
    border-radius: 60% 60% 0 0;
    transform: translateY(1rem);
  }
  
  .btn-mob:hover .btn-mob__bg__layer-first {
    transition: transform 1s cubic-bezier(.19,1,.22,1) 200ms, border-radius .2s cubic-bezier(.19,1,.22,1) 270ms;
  }
  
  .btn-mob:hover .btn-mob__bg__layer-second {
    transition: transform 1s cubic-bezier(.19,1,.22,1) 300ms, border-radius .2s cubic-bezier(.19,1,.22,1) 470ms;
  }
  
  .btn-mob:hover .btn-mob__bg__layer-third {
    transition: transform 1s cubic-bezier(.19,1,.22,1) 380ms, border-radius .2s cubic-bezier(.19,1,.22,1) 670ms;
  }
  
  .btn-mob__text-out,
  .btn-mob__text-in {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    margin: auto;
    font-weight: 700;
    font-size: 1rem;
    z-index: 10;
    font-family: Poppins, system-ui;
  }
  
  .btn-mob__text-in {
    opacity: 0;
    transform: translateY(33.333333%);
  }
  
  .btn-mob__bg {
    height: inherit;
    width: inherit;
    transition: transform 1.5s cubic-bezier(.19,1,.22,1);
    background-color: #fff;
    background-color: var(--color-main-third);
    border-radius: 999rem;
    overflow: hidden;
  }
  
  .btn-mob__bg__layer {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    translate: -50%;
    border-radius: 999rem 999rem 0 0;
    border: none;
    width: 120%;
    height: 200%;
    z-index: 20;
    transform: translateY(100%) translateX(0);
  }
  
  .btn-mob__bg__layer-first {
    background-color: #a474ff;
    background-color: var(--color-main);
  }
  
  .btn-mob__bg__layer-second {
    background-color: #17f1d1;
    background-color: var(--color-main-second);
  }
  
  .btn-mob__bg__layer-third {
    background-color: #fff;
    background-color: var(--color-main-third);
  }




  @media (min-width: 769px) and (max-width: 1000px) {
    .btn{
      height: 3rem;
      width: 7rem;
  }
  }

/* .Bouncecard-card-title>p{
    margin: 0;
    padding: 0 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
} */

.Bouncecard-card-text{
    font-size: 1.5rem ;
    color: #000;
    text-align: center;

    line-height: 1.5;
    margin-top: 15px;

}

.Solution-color{
    color: #0060EF;
}

.BouncyCardsFeatures-context>.BouncyCard-highlight{
    color: #0060EF;
    font-weight: 500;
    font-size: 1.5rem;
}

.BouncyCardsFeatures-top>h2{
    font-size: 4rem;
    font-weight: 600;
    margin-top: 8%;
}

.BouncyCardsFeatures-context{
    font-size: 1.4rem;
    text-align: justify;
    margin-bottom: 1rem;
    line-height: 3rem;
    color: #4f545e;
}

.BouncyCardsFeatures-context>span{
    font-size: 1.8rem;
    color: #00004e;
}

.BouncyCardsFeatures-top-title{
    max-width: 78rem;
}

.goal-img{
    background-image: url(/static/media/dream-job-1.2313e5ac8524a5a5d5af.jpg);
    background-size: cover;
    background-position: bottom;
    opacity: 0.2;
    /* width: 100%; */
    /* height: 100%; */
    /* background-repeat: no-repeat; */

}

.study-img{
    background-image: url(/static/media/study-1.52fcde2f5273e462ed7c.jpg);
    background-size: cover;
    background-position: -500px 200px;
    opacity: 0.2;
    /* width: 100%; */
    /* height: 100%; */
    /* background-repeat: no-repeat; */
}

.time-img{
    background-image: url(/static/media/time.e6003d4c695173d804a8.jpg);
    background-size: cover;
    background-position: -500px 200px;
    opacity: 0.2;
}

.boost-img{
    background-image: url(/static/media/boosting.8c24e135cb4e20ddc3c4.jpg);
    background-size: cover;
    background-position: -25px 200px;
    opacity: 0.2;
}

.bouncy-card-opacity{
    opacity: 1;

}


@media screen and (max-width:768px) {

    .BouncyCardsFeatures-section {


        padding: 0 3rem 8rem 3rem ;
    
    }

    .BouncyCardsFeatures-top{
        padding: 0;
    }

    .BouncyCardsFeatures-top>h2{
        font-size: 3rem;
        
    }

    .BouncyCardsFeatures-context{
        line-height: 2.5rem;
    }


   .Bouncecard-group{
    min-height: 230px;
   }

   .Bouncecard-card-title{
    font-size: 2.1rem;
   }

    .Bouncecard-card-text{
        font-size: 1.2rem ;
        color: #000;
        text-align: center;
    
        line-height: 1.5;
        margin-top: 10px;
    
    }

    .Bouncycards-1-col{
        margin-bottom: -35px;
    }
    
    .goal-img{
        
        background-position: -20px 150px;
        opacity: 0.2;
    
    
    }
    
    .study-img{
       
        background-position: -480px 150px;
        opacity: 0.2;
      
    }
    
    .time-img{
       
        background-position: -480px 200px;
        opacity: 0.2;
    }
    
    .boost-img{
       
        background-position: -75px 200px;
        opacity: 0.2;
    }
    
    .bouncy-card-opacity{
        opacity: 1;
    
    }


}

@media (min-width: 769px) and (max-width: 1200px) {
    .Bouncycards-1-col {
       
        grid-template-columns: calc(57% - 1rem) calc(56% - 1rem);
        width: 93%;
       

    }

    .Bouncycards-1-col.reverse {
        grid-template-columns: calc(56% - 1rem) calc(57% - 1rem);
    }

    .Bouncecard-card-title {
        font-size: 27px;
    }

    .Bouncecard-card-text{
        font-size: 1.3rem;
    }

    .BouncyCardsFeatures-context{
        font-size: 1.2rem;
        line-height: 2.5rem;
    }

    .BouncyCardsFeatures-context>.BouncyCard-highlight{
        font-size: 1.3rem;
    }

}
header h1 {
  color: #eee;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.FaqApp {
  /* margin: 70px; */
  width: var(--container);
  margin-inline: auto;
}


.FaqApp-title {
  text-align: center;
  color: #000000;
  font-size: 4rem;
  font-weight: 600;
  margin-top: 30px;
}

.Questions-color{
  color: #0060EF;
}

.faqs {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 15px;
}

.faqs .faq {
  margin: 15px;
  padding: 15px;
  background: #fff;
  /* border-radius: 10px; */
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.faqs .faq .faq-question {
  position: relative;
  font-size: 21px;
  padding-right: 80px;
  transition: all 0.4s ease;
}

.faqs .faq .faq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  transition: all 0.2s ease;
}

.faqs .faq .faq-answer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  font-size: 1.1rem;
}

.faqs .faq.open .faq-question {
  margin-bottom: 15px;
  color: #0060EF;
}

.faqs .faq.open .faq-question::after {
  content: "-";

}


.faqs .faq.open .faq-answer {
  max-height: 1000px;
  opacity: 1;
}


@media screen and (max-width: 768px) {
  .FaqApp-title {

    font-size: 3rem;

  }

  .faq-question {
    font-size: 1.5rem;
  }
}
.counter-up{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    /* background-color: #FFFFFF; */
    /* margin: 10% 0; */
}


.counter-up-line{
    position: absolute;
    z-index: 0;
    width: 85%;
    height: 2px;
    background-color: #f0f0f0;
    /* box-shadow: 5px 5px 20px #6d6b6b6b; */
}

.counter-up-card{
    padding: 20px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    /* background-image: radial-gradient(circle at 50% 50%, #006AFF -5%, #00004e 90%); */
    box-shadow: 5px 5px 20px #6d6b6b6b;
    display: grid;
    grid-template-columns: repeat(4, 240px);
    grid-gap: 32px;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.counter-up-text{
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    font-family: 'CardinalR';
    /* color: #ffff; */
    color: #00004e;
}


.counter-up-text:hover{
    color: #fbb32d;
    transition: all 0.3s ease-in-out;
}
.counter-up-title{
    /* color: #fff; */
    color: #000;
    font-size: 2rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .counter-up-card {
        padding: 18px 18px 10px;
        grid-template-columns: repeat(4, 60px);
        grid-gap: 0px;
        width: 90%;
        justify-content: space-between;
        
    }
    .counter-up-text{
        font-size: 1.5rem;
    
    }
    .counter-up-title{
        /* color: #fff; */
        color: #000;
        font-size: 1rem;
       
    }


}

@media (min-width: 769px) and (max-width: 1000px) {

    .counter-up{
        height: 20vh;
    }
    .counter-up-card {
        padding: 18px 18px 10px;
        grid-template-columns: repeat(4, 147px);
        grid-gap: 0px;
        width: 90%;
        justify-content: space-between;
        
    }
    .counter-up-text{
        font-size: 2rem;
    
    }
    .counter-up-title{
        /* color: #fff; */
        color: #000;
        font-size: 1.3rem;
        text-align: center;
       
    }
}

@media (min-width: 1001px) and (max-width: 1160px){
    .counter-up{
        height: 20vh;
    }
    .counter-up-card {
        padding: 18px 18px 10px;
        grid-template-columns: repeat(4, 180px);
        grid-gap: 0px;
        width: 90%;
        justify-content: space-between;
        
    }
    .counter-up-text{
        font-size: 2.5rem;
    
    }
    .counter-up-title{
        /* color: #fff; */
        color: #000;
        font-size: 1.6rem;
        text-align: center;
       
    }
}
/* ------------scroll bar smoothness and animation---------- */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}



.Aboutus-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    /* padding: 0 20px; */
    z-index: 1;
}


.Aboutus-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.Aboutus-heading-highlight{
    margin-top: 5%;
    font-size: 1.8rem;
    font-weight: 500;
}

.Aboutus-heading{
    display: flex;
    justify-content: center;

    font-size: 4rem;
    font-weight: 600;
}

.Ranker-color{
    color: #0060EF;
    margin-left: .8rem;
}

.Aboutus-context{
    font-size: 1.3rem;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 3rem;
    width: 60%;
    color: #4f545e;
}

.Aboutus-context2{
    font-size: 1.3rem;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 3rem;
    width: 60%;
    color: #4f545e;
}

.Aboutus-highlight{
    font-size: 1.5rem;
    font-weight: 500;
    color: #0060EF;
}



.Aboutus-container1{
    display: flex;
    transition: background-color 0.3s ease;
  
}

.Aboutus-left {
    position: relative;
    width: 54%;
    z-index: 2;
}


.Aboutus-icon {

    width: 18%;
    /* height: 100% */
}

.Aboutus-text {
    margin: auto;
    width: 80%;
}

.Aboutus-info {
    height: 100vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    margin-left: 35%;
}

.info-first{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-second{
    margin-top: 45rem;
}

.Aboutus-title {
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
}

.Aboutus-para {
    text-align: left;
    color: black;
    font-size: 20px;
}



.Aboutus-right {
    width: 46%;
    height: auto;
}

.Aboutus-right-b1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 0;
}

.Aboutus-right-img {
    width: 31vw;
    height: 31vw;
    position: relative;
}


.Aboutus-right-img-item {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 80px;
    overflow: hidden;
}

.Aboutus-right-img-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width:768px) {

    .Aboutus-left {
        position: relative;
        width: 50%;
        z-index: 2;
    }
    .Aboutus-info {

        margin-left: 10%;
    }

    .Aboutus-icon {
        width: 28%;

    }

    .Aboutus-text {
        margin: auto;
        width: 100%;
    }

    .Aboutus-title {
        font-size: 2rem;
        font-weight: 600;
        text-transform: uppercase;
        color: black;
    }

    .Aboutus-para {
        text-align: left;
        color: black;
        font-size: 10px;
    }


    .Aboutus-right {
        width: 50%;
        height: auto;
    }

    .Aboutus-right-b1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: -webkit-sticky;
        position: sticky;
        width: 100%;
        height: 100vh;
        top: 0;
    }

    .Aboutus-right-img {
        width: 45vw;
        height: 60vw;
        position: relative;
    }


    .Aboutus-right-img-item {
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
        border-radius: 40px;
        overflow: hidden;
    }


}

@media (min-width: 769px) and (max-width: 1160px) {
    .Aboutus-context{
        width: 85%;
    }
    .Aboutus-context2{
        width: 85%;
    }

    .Aboutus-info{
        margin-left: 5%;
    }

    .Aboutus-title{
        font-size: 2.5rem;
    }

    .Aboutus-para{
        font-size: 15px;
    }

    .Aboutus-right{
        width: 62%;
    }

    .Aboutus-right-img{
        width: 50vw;
        height: 50vw;
    }
}


.p-edit{
    margin-top: 80%;
}

.btn-about-h{
    height: 1vh;
}

@media screen and (max-width:768px) {

    .p-edit{
        margin-top: 200%;
    }
    .abt-desc-mob{
        display: flex;
        flex-direction: column;
    }
    .abt-desc-h2-mob{
        text-align: center;
    }
    .abt-desc-p-mob{
        text-align: justify;
    }

    .Aboutus-heading-highlight{
        font-size: 1.8rem;
    }

    .Aboutus-heading{
        font-size: 3rem;
        
    }

    .Aboutus-context, .Aboutus-context2{
        width: 85%;
        line-height: 2.5rem;
    }

    .pb-24{
        padding-bottom: 2rem;
    }
    .abt-btn-section{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 10vh;
        margin-bottom: 0;
    }

    .abt-btn-section>button{
        height: 7vh;
        width: 72%;
    }

}
.cards-extra-css{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.14);
    background-color: aliceblue;
    display: flex;
    border-radius: 20px;
    height: 30vh;
}

.flex1{
    display: flex;
}

.gap{
    gap: 5rem;
}
.steps-to-attend-img{
    filter: blur(.5px);
}
.steps-to-attend-headline{
    display: flex;
    text-align: center;
    align-items: center;
    /* width: 10%; */
    

}

.steps-to-attend-heading{
    color: black;
    font-size: 10rem;
    font-weight: 700;
    text-transform: uppercase;
    /* margin-right: 50%; */
    width: 30%;
   
}

.all-the-best-headline{
    display: flex;
    text-align: center;
    align-items: center;
    width: 4%;
    
}

.all-the-best-heading{
    color: #0060EF;
    font-size: 10rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 50%;
    width: 2%;
}

.steps-to-attend-heading>span{
    color: #0060EF;
}

.steps-to-attend-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin: auto;
    width: 100%;
}

.steps-to-attend-title{
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #FFF;
}
.steps-to-attend-para{
    font-size: 2.8rem;
    font-weight: 500;
    justify-items: center;
    text-align: center;
    justify-content: center;
    color: #FFF;
    width: 60%;
    line-height: 3.5rem;
}

@media screen and (max-width: 768px) {

    /* .height-section{
        height: 200vh;
    } */
    .steps-to-attend-heading{
        font-size: 3rem;
    }
    .all-the-best-heading{
        font-size: 3rem;
    }

    .flex{
        display: flex;
        flex-direction: row;
    }

    .gap{
        gap: 2rem;
    }

    .width-card{
        width:350px;
        height: 25vh;
    }

    .steps-to-attend-para{
        font-size: 2rem;
        
    }

}
.testimonials-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 60vh;
    position: relative;
}

.testimonials-slider-heading {
    margin-top: 1rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.testimonials-slider-heading>h1 {
    font-size: 4rem;
    font-weight: 600;
    top: 2%;
}

.Are-saying-color {
    color: #0060EF;
}

.testimonials-slider {
    display: flex;
    justify-content: center;
    gap: 1.3rem;
    animation: slide 60s linear infinite;
}

.testimonials-card {
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 37vh;
    background-image: url(/static/media/testimonials.5bcb971e98d768e2bf0e.png);
    background-size: 97%;
    /* background-color: #1e6fea; */
    border-radius: 10px;
    flex-shrink: 0;
}

.testimonials-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    color: #f8fae5;
    background-color: #002C98;
    border-radius: 10px 10px 0px 0px;
}

.testimonials-card-top-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.testimonials-card-top-text>h1 {
    font-size: 2.2rem;
}

.testimonials-card-top-text>h3 {
    font-size: 1rem;
    font-style: italic;
    color: #f8fae5;
}


.testimonials-card-top-profile img {
    width: 80px;
    /* height: 200px; */
    border: 5px solid #f8fae5;
    border-radius: 50%;
}


.testimonials-card-top-inverted {
    display: flex;
    align-items: center;
    justify-items: top;
}

.inverted-img {
    width: 60px;
}


.testimonials-card-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
    color: #f8fae5;
    padding: 1.5rem;
    margin: auto;

}

.testimonials-card-bottom>p {
    font-size: 1.3rem;
    margin-bottom: .8rem;
    text-align: justify;

}

.testimonials-card-bottom img {
    width: 100px;
    top: 1rem;
    position: relative;
}



@keyframes slide {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}


/* .testimonials-slider {
    margin-top: 5rem;
    display: flex;
    gap: 4.5rem;
    animation: slide 60s linear infinite;
} */








/* Keyframes for infinite sliding */
/* @keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
} */

/* Pause animation on hover */
/* .testimonials-slider:hover {
    animation-play-state: paused;
} */

/* Scale card on hover */
/* .testimonials-card:hover {
    transform: scale(1.03);
} */



/* Mask effect for fading edges */
.testimonials-container::before,
.testimonials-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    pointer-events: none;
}

.testimonials-container::before {
    left: 0;
    background: linear-gradient(to right, #ffffff, transparent);
    z-index: 1;
}

.testimonials-container::after {
    right: 0;
    background: linear-gradient(to left, #ffffff, transparent);
}



@media screen and (max-width: 768px) {

    .testimonials-container {
        height: 45vh;
    }

    .testimonials-slider-heading>h1 {
        font-size: 3rem;
        left: 8%;
        z-index: 1;
    }


    .testimonials-card {
        width: 28%;
        height: 26vh;
        background-size: cover;
    }

    .testimonials-card-bottom>p {
        font-size: .8rem;
        color: #f8fae5;
        margin-bottom: .5rem;

    }
    .testimonials-card-bottom img {
        width: 65px
    }


    .testimonials-card-top {
        color: #f8fae5;
    }
    .testimonials-card-top-text>h1 {
        font-size: 1.5rem;
        color: #f8fae5;
    }
    .testimonials-card-top-text>h3 {
        font-size: .8rem;
        color: #f8fae5;
    }
    .testimonials-card-top-profile img {
        width: 60px;

    }
    .inverted-img {
        width: 40px;
    }


    .testimonials-container::before,
    .testimonials-container::after {

        display: none;

    }
}
/* bg-zinc-900 */


.features-highlight {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.features-heading {
    font-size: 4rem;
    font-weight: 600;
}

.features-color {
    color: #0060EF;
}

.feature-name {
    font-size: 1.5rem;
}

.feature-content {
    font-size: 1.1rem;
    line-height: 2.1rem;
    text-align: justify;
}


/* ---------dark theme---------- */

.features-heading{
    color: black;
}




@media screen and (max-width: 768px) {

    .features-highlight {
        text-align: center;
    }

    .features-heading {
        font-size: 3rem;
    }

    .feature-content {
        font-size: 1.2rem;
    }

    .flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }

    .mr-6{
        margin-right: 0;
    }

    .ml-6,
    .ml-5,
    .ml-7,
    .ml-4 {
        margin-left: 0 !important;
    }

    .mt-24 {
        margin-top: 3rem;
    }

    .mb-20 {
        margin-bottom: 0;
    }

    ul {
        margin: 25px;
    }

    .py-24 {
        padding-top: 0rem;
        padding-bottom: 3rem;
    }
}


@media (min-width: 769px) and (max-width: 1000px) {
    .features-highlight {
        text-align: center;
    }

    .lg {
        text-align: center;
    }

    .py-24 {
        padding-top: 4rem;
        padding-bottom: 0;
    }

    .md\:grid {
        gap: 2rem;
    }
    

    .ml-7,
    .ml-6,
    .ml-5 {
        margin-left: 0;
    }

    .ml-7,
    .ml-6,
    .mr-6 {
        margin-right: 1rem;
    }

    .ml-5,
    .ml-1 {
        margin-left: 1rem;
    }

    .max-w-2xl {
        max-width: 100%;
    }
}





@media (min-width: 1001px) and (max-width: 1160px) {
    .ml-7,
    .ml-6,
    .ml-5 {
        margin-left: 1rem;
    }

    

    
    .ml-6,
    .mr-6 {
        margin-right: 1rem;
    }

    .ml-5,
    .ml-1 {
        margin-left: 1rem;
    }

    .ml-7{
        margin-right: 0;
    }

    .py-24{
        padding-bottom: 2rem;
    }
}
.ipad-section {
    display: grid;
    height: 200vh;
    align-items: start;
    /* margin-bottom: 6rem; */
}


.svg-container {
    grid-area: 1/1;
    z-index: 10;
    background-color: #fff;
    mix-blend-mode: lighten;
}
.svg-container.dark {
 
    background-color: var(--color-surface-200);
 
}

.image-container.dark {
    background: radial-gradient(circle at 50% 50%, #000000 -5%, #000000 90%);
}
.image-container.tricolor {
    background-image:url(/static/media/flag.7e8bf5febdc042de9cdb.jpg);
    background-size: cover;
}

.text-container.tricolor p{
    color: #00004e;
}


@keyframes paint-line {
    to {
        stroke-dashoffset: 0;
    }
}

.svg-container path {
    stroke-dasharray: 9300;
    stroke-dashoffset: 0;
}

.image-container {
    background: radial-gradient(circle at 50% 50%, #006AFF -5%, #00004e 90%);
    grid-area: 1/1;
    height: 100dvh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}



.text-container {
    grid-area: 1/1;
    margin-top: 80dvh;
    z-index: 10;
    color: #fff;
    font-weight: 700;
    font-size: 5vw;
    text-align: center;
}

@keyframes fade-in {
    50% {
        opacity: 1;
    }
}

.text-container>p {
    margin-bottom: 20vh;
}

@supports (animation-timeline: view()) {
    .text-container>p {
        margin-bottom: 20vh;
        opacity: 0;
        animation: fade-in both linear;
        animation-timeline: view();
        animation-range: entry 10% cover 90%;
    }

    .svg-container path {
        stroke-dashoffset: 9300;
        animation: paint-line linear both;
        animation-timeline: view();
        animation-range: entry 25% entry 80%;
    }
}


@media screen and (max-width: 768px){

    .ipad-section{
        height: 180vh;
    }

    .text-container{
        margin-top: 65dvh;
    }

    .text-container>p{
        font-size: 3rem;
        margin-bottom: 25vh;
    }
    

    .let{
        padding: 0 1rem 0 1rem;
    }
    
}
/* Modal Overlay */
.modal-overlay {
    position: fixed; /* Fixed positioning keeps it in the same place */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensures it stays on top of other content */
  }
  
  /* Modal Content */
  .modal-content {
    background: white;
    padding: 6rem 2rem 6rem 2rem;
    border-radius: 10px;
    text-align: center;
    max-width: 600px;
    
    width: 80%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); /* Slight shadow for depth */
    position: fixed;
    z-index: 1001;
  }

  .modal-content h2{
    font-size: 3rem;
    font-weight: 600;
  }
  
  .modal-content p{
    font-size: 1.8rem;
  }
  /* Modal Close Button */
  .modal-close-btn {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .modal-close-btn:hover {
    background-color: #0056b3;
  }
  

  @media screen and (max-width:768px) {
    .modal-content {
        padding: 4rem 2rem 4rem 2rem;
        max-width: 600px;  
        width: 80%;
      }
    
      .modal-content h2{
        font-size: 2.6rem;
        font-weight: 600;
      }
      
      .modal-content p{
        font-size: 1.5rem;
      }
    
  }


  /* Modal Overlay */
  .terms-policy-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  


/* Modal Content */
.terms-policy-modal-content {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  max-width: 1184px;
  max-height: 90vh; /* Limit the height to 90% of the viewport height */
  width: 100%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); /* Slight shadow for depth */
  overflow-y: auto; /* Add vertical scroll if content overflows */
  position: relative;
}


/* Modal Header */
.terms-policy-modal-content h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Modal Description */
.terms-policy-modal-content p {
  font-size: 1.4rem;
  line-height: 1.6;
}

/* Modal Close Button */
.terms-policy-modal-close-btn {
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

/* Close Button Hover */
.terms-policy-modal-close-btn:hover {
  background-color: #0056b3;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .terms-policy-modal-content {
    padding: 1.5rem;
    max-width: 90%; /* Takes up more space on smaller screens */
    max-height: 80vh; /* Adjusted for smaller screens */
  }

  .terms-policy-modal-content h2 {
    font-size: 1.8rem;
  }

  .terms-policy-modal-content p {
    font-size: 1.2rem;
  }
}

/* ExamSummary.css */

::-webkit-scrollbar-track {
  background: #ffffff;
}

.exam-summary-container {
  font-family: Arial, sans-serif;
}

.exam-summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f0f0f0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.candidate-info {
  text-align: center;
  flex-grow: 1;
}

.candidate-info div {
  margin-bottom: 5px;
}

.timer {
  font-weight: bold;
}

main {
  text-align: center;
  padding: 40px 20px;
}

.summary-table {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-around;
  width: 100%;
  overflow-x: scroll;
  max-width: 1200px;
}

.summary-row > div {
  flex: 1 1;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}

.summary-value {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.confirmation {
  margin-top: 20px;
}

.confirmation p {
  font-size: 18px;
}

.buttons {
  margin-top: 20px;
}

.yes-button, .no-button {
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
}

.yes-button {
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
}

.no-button {
  background-color: #f44336;
  color: white;
  border: none;
  border-radius: 4px;
}

.results-row {
  text-align: justify;
}

.results-row-heading {
  font-size: 2rem;
  text-decoration: underline;
}

footer {
  background-color: #003366;
  color: white;
  text-align: center;
  padding: 10px;
}

/* Updated styles for results-table */
.results-table {
  text-align: left;
  margin-top: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  max-width: 1200px;
  margin: 20px auto;
}

.results-row {
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.results-row strong {
  font-weight: bold;
}

.results-row-heading {
  font-size: 2rem;
  text-decoration: underline;
  margin-bottom: 20px;
}

.results-row ul {
  list-style-type: none;
  padding: 0;
}

.results-row ul li {
  padding: 5px 0;
}


/* InstructionPage.css */
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.instruction-page-container {
  font-family: Arial, sans-serif;
  margin: 20px;

}

.headerInstruction {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-contentInstruction {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 20px 10px;
  background-color: #d3d3d3;
}

.language-selector {
  display: flex;
  align-items: center;
}

.language-selector label {
  margin-right: 10px;
}

.main-contentInstruction {
  margin-top: 20px;
  display: block;
  text-align: left;
  padding-left: 10vw;
  padding-right: 10vw;

}

.main-contentInstruction p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.general-instructions,
.navigating,
.answering,
.navigating-sections,
.important-note,
.confirmation-instruction {
  margin-top: 20px;

}

.general-instructions h3,
.navigating h3,
.answering h3,
.navigating-sections h3 {
  text-decoration: underline;
  color: #000;
  text-align: left;
}

ol {
  padding-left: 20px;
}

.status-symbol {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #000;
}

.not-visited {
  background-color: #d3d3d3;
  padding: 15px 15px;
  border-radius: 3px;
}

.not-answered {
  width: 40px;
  height: 28px;
  background-color: rgba(255, 46, 46, 0.915);
  transform: perspective(50px) rotateY(45deg);
  margin-right: 0;
}

.answered {
  width: 40px;
  height: 28px;
  transform: perspective(50px) rotateY(45deg);
  background-color: #32cd32;
  margin-right: 0;
}

.marked {
  padding: 15px 15px;
  border-radius: 50px;
  background-color: #50209C;
}

.answered-marked {
  padding: 15px 15px;
  border-radius: 50px;
  background-color: #9370db;
}

.down-arrow,
.up-arrow {
  font-size: 16px;
  font-weight: bold;
}

.save-next {
  font-weight: bold;
}

.mark-review {
  font-weight: bold;
}

.clear-response {
  font-weight: bold;
}

.important-note p {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(210, 23, 23);
  text-align: left;
}

.confirmation-instruction {
  display: flex;
  align-items: center;
}

.confirmation-instruction input {
  margin-right: 10px;
}

.proceed-button-container {
  margin-top: 20px;
  text-align: center;
}

.proceed-button {
  background-color: #5cb85c;
  color: white;
  padding: 12px 40px;
  border: 1px solid #4cae4c;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.proceed-button:hover {
  background-color: #449D44;
}

.important-note p {
  border-top: #0000003b solid 1px;
  border-bottom: #0000003b solid 1px;
  padding: 20px 0;
}

.confirmation-instruction label {
  border-bottom: #0000003b solid 1px;
  padding-bottom: 20px;
}

.symbols li{
 margin-top: 5px;
}
.dashHeader{
    height: 10vh;
    /* width: 100vw; */
    background-color:rgb(9, 9, 40);
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center;

}
.rankerText{
    font-weight: bold;
    font-size: 2rem;
    margin-left: 2vw;
    letter-spacing: 2px;
}

.dashright{
    display: flex;
    justify-content: center;
    margin-right: 2vw;
}

.dashnavoptions{
    margin-left: 1vw;
    margin-right: 1vw;
    color: rgb(214, 214, 214);
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    letter-spacing: 2px;
}

.dashnavoptions:hover{
    color: white;

}

.dashHeroPage{
    /* height: 90vh;
    width: 100vw;
    background-color: rgb(13, 13, 52); */
    height: 90vh; /* Full viewport height */
    width: 100%;  /* Full viewport width */
    background: 
        /* Linear gradient overlay */
        linear-gradient(to top, rgb(9, 9, 40), rgba(0, 0, 76, 0.742));
        /* Background image *
    background-size: cover; /* Cover the entire container */
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(238, 238, 238);
    text-align: center;
}

.bgg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.heroText{
    font-size: 4rem;
    font-weight: bold;
    color: rgb(222, 222, 222);
    letter-spacing: 2px;
}

.heroTextRed{
    font-size: 4rem;
    font-weight: bold;
    color: rgb(255, 140, 69);
    letter-spacing: 2px;
}

.icreasedFont{
    font-size: 8rem;
    color: rgb(18, 124, 255);
}


.heroLeft{
    text-align: left;
    animation-name: example;
    animation-duration: 1s;

}



.dashHeroPage{
    display: flex;
    justify-content: space-between;
    padding: 4vw;
}
.examcardsection{
    padding: 2vw;
    /* background-color: rgba(255, 255, 255, 0.742); */
    background: rgb(9, 9, 40);
    color: rgb(255, 254, 254);
    position: relative;
}

.examText{
    font-weight: bold;
   font-size: 3rem;
   color: #dbeaff;
   margin-bottom: 2vh;
   text-align: center;
}

.examHeader{
    display: flex;
    justify-content: center;
}

.ml{
    margin-left: 1.5vw;
    /* font-size: 1.5rem; */
    /* font-weight: 600; */
}
.underlineText{
    padding-bottom: 0.2vh;
    /* border-bottom: 3px solid #0060EF; */
    border-radius: 26px;
    border: 2px solid  #0060EF;
    background-color: #0060EF;
    color: white !important;
    padding: 0.4vw 1vw;

}

.examHeaderTitles{
     font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    color: rgb(255, 255, 255);
    padding: 0.4vw 1vw;;
}

.examHeaderTitles:hover{
    padding-bottom: 0.2vh;
    /* border-bottom: 3px solid #0060EF; */
    border-radius: 26px;
    border: 2px solid  #0060EF;
    background-color: #0060EF;
    color: white !important;
    padding: 0.4vw 1vw;
    transition: 0.5s;
}

.examCardHolder{
    margin-top: 10vh;
    margin-bottom: 10vh;
    width: 250px !important;
    margin-right: 2vw;
    height: auto;
    background: white;

}

.examButtonSection{
    text-align: center;
    margin-top: 1.5vh;
}

.examsImage{
    height: 200px;
    width: 100%;
}

.examContentArea{
    padding: 1vw;
    color: rgb(87, 87, 87);
}

.ExamTypes{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5vw;
}

.bold{
    font-weight: 600;
}

.mb{
    margin-bottom: 0.5vw;
}

.examTypeText{
    color: #0060efde;
}
.examTypeVal{
    color: rgb(255, 140, 69);
}
.mt{
    margin-top: 0.5vh;
}
.writeExam{
    background-color: #0060efde;
    padding: 1vw;
    color: white;
    letter-spacing: 2px;
    cursor: pointer;

}

.examCardHolder{
    margin-top: 10vh;
    margin-bottom: 10vh;
    width: 250px;
    height: auto;
    background: white;
    flex: 0 0 auto; 

}


.examsContainer{
    display:flex;
    justify-content: center;
    overflow-x: auto;
    width: 100%;
    gap: 1rem;
}
/* For WebKit browsers (Chrome, Safari) */

  /* Track */
  .examsContainer::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
  }
  
  /* Handle */
  .examsContainer::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scroll handle */
    border-radius: 6px; /* Rounded corners */
  }
  
  /* Handle on hover */
  .examsContainer::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color when hovering */
  }
  
  /* Track (part of the scrollbar not covered by the handle) */
  .examsContainer::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the track */
    border-radius: 6px; /* Rounded corners */
  }
  

.examsList{
    padding: 2vw;
    text-align: center;
}

.examWeprovide{
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb10{
    margin-bottom: 10vh;
}

.mb15{
    margin-bottom: 15vh;
}
.dash{
    width: 50px;
    height: 4px;
    background-color:rgb(255, 255, 255);
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
}



.jeetext{
    font-size: 2rem;
    letter-spacing: 3px;
    font-weight: 600;
}

.examslistholder{
    margin-bottom: 2vh;
}

.jeeExam{
    height: 15vw;
    width: 15vw;
    /* background: rgb(239, 159, 255); */
    background: 
        /* Linear gradient overlay */
        linear-gradient(to right, rgb(104, 0, 105),rgb(212, 0, 255));
    color: white;
    /* margin-top: -40vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.green{
    background: 
        /* Linear gradient overlay */
        linear-gradient(to right, rgb(0, 126, 57),rgb(0, 220, 44)) !important;
}

.orange{
    background: 
        /* Linear gradient overlay */
        linear-gradient(to right, hsl(43, 100%, 25%),rgb(255, 213, 0)) !important;
}

.examlistparent{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5vh;
    margin-bottom: 10vh;
}

.examsList{
    background: 
        /* Linear gradient overlay */
        linear-gradient(to bottom, rgb(9, 9, 40), rgb(9, 9, 40));
        color: white;
}

.mb{
    margin-bottom: 5vh;
}

.heroRight{
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkExams{
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 1vw 2vw;
    background: rgb(255, 140, 69);
    color: white;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s;
}

a:hover{
    color: white;
}

.checkExams:hover{
    background: rgb(254, 126, 46);
    font-size: 1.2rem;
}


:root {
  --container: min(1440px, 100%);
  --color-main: #a474ff;
  --color-main-second: #17f1d1;
  --color-main-third: #fff;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.css-1fiydd8 {
  width: 500px !important;
  border: none !important;
  outline: none !important;
}

* {
  box-sizing: border-box;
}

.dashContainer{
  height: 100vh;
  /* overflow: scroll; */
}


.btn {
  display: inline-block;
  /* height: 3rem;
  width: 8rem; */
  position: relative;
  border: none;
  border-radius: 999rem;
  cursor: pointer;
  overflow: hidden;
  background-color: transparent;
}

.btn:hover .btn__bg {
  transform: scale(.94);
}

.goToExam{
  display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
    margin: auto;
    font-weight: 700;
    font-size: 1rem;
    z-index: 10;
    font-family: Poppins, system-ui;
    background-color: #006aff;
    color: white;
    padding: 7px 13px;
    margin-top: 2vh;
    border-radius: 12px;
    outline: none;
    border: none;
}



.btn:hover .btn__text-out {
  transition: transform 1s cubic-bezier(.32, .99, .49, .99), opacity .4s;
  transform: translateY(-33.333333%);
  opacity: 0;
}

.btn:hover .btn__text-in {
  transition: 1s all cubic-bezier(.32, .99, .49, .99);
  transform: translateY(0);
  opacity: 1;
}

.btn:hover .btn__bg__layer-first,
.btn:hover .btn__bg__layer-second,
.btn:hover .btn__bg__layer-third {
  border-radius: 60% 60% 0 0;
  transform: translateY(1rem);
}

.btn:hover .btn__bg__layer-first {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1) 200ms, border-radius .2s cubic-bezier(.19, 1, .22, 1) 270ms;
}

.btn:hover .btn__bg__layer-second {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1) 300ms, border-radius .2s cubic-bezier(.19, 1, .22, 1) 470ms;
}

.btn:hover .btn__bg__layer-third {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1) 380ms, border-radius .2s cubic-bezier(.19, 1, .22, 1) 670ms;
}

.btn__text-out,
.btn__text-in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
  font-weight: 700;
  font-size: 1rem;
  z-index: 1;
  font-family: Poppins, system-ui;
}

.btn__text-in {
  opacity: 0;
  transform: translateY(33.333333%);
}

.btn__bg {
  height: inherit;
  width: inherit;
  transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
  background-color: #fff;
  background-color: var(--color-main-third);
  border-radius: 999rem;
  overflow: hidden;
}

.btn__bg__layer {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  translate: -50%;
  border-radius: 999rem 999rem 0 0;
  border: none;
  width: 120%;
  height: 200%;
  z-index: 20;
  transform: translateY(100%) translateX(0);
}

.btn__bg__layer-first {
  background-color: #a474ff;
  background-color: var(--color-main);
}

.btn__bg__layer-second {
  background-color: #17f1d1;
  background-color: var(--color-main-second);
}

.btn__bg__layer-third {
  background-color: #fff;
  background-color: var(--color-main-third);
}

.dashboard-main {
  height: 100vh;
  background: url(/static/media/glass-back.a31b72a2da9e56e561d8.jpg) no-repeat;
  background-size: cover;
  border: none;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: relative;
}

.navBar{
  display: flex;
  justify-content: right;
}

.navItemMob{
  color: white;
  padding: 5px 7px;
  font-size: 1.6rem;
  margin-bottom: 1vh;
  cursor: pointer;
  border-bottom: 1px solid white;
}

.mobileNav{
  width: 80vw;
  height: 100vh;
  background-color: rgb(4, 9, 69);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
}

.dashboard-container {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.dashboard {
  display: flex;
  height: 100vh;
  font-family: 'Arial', sans-serif;
  background: transparent;
}

.header-user-dash {
  display: flex;
  border-radius: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-image: radial-gradient(circle at 50% 50%, #006AFF -5%, #00004e 90%);
  width: 100%;
  transition: background-image 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  z-index: 2000;
}

.header-user-dash nav {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  padding: 1rem;
  align-items: center;
  grid-template-columns: auto 3fr auto;
  width: min(1440px, 100%);
  width: var(--container);
  margin-inline: auto;
}

.nav-part2 {
  display: flex;
  gap: 2rem;
  margin-inline: auto;
}

.nav-part2 a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  transition: color 0.3s ease;
}

.nav-part2 a:hover {
  color: #fbb32d;
  transition: 0.2s;
}

.sidebar1 {
  width: 350px;
  /* background-color: #f8f9fa; */
  display: flex;
  position: relative;
  flex-direction: column;
  /* justify-content: space-between; */
  padding: 20px;
  margin: 1rem 0px 1rem 0.8rem;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-image: radial-gradient(circle at 50% 50%, #006AFF -5%, #00004e 90%);
}

.sidebar1-footer{
  position: absolute;
  bottom: 2vh;
  width: 88%;
  float: center;
  color: rgb(190, 190, 190);
}

.sidebar1-header h1 {
  font-size: 3rem;
  color: #ffffff;
  border-bottom:1px solid #ffffff;
  padding-bottom: 15px;
}

.sidebar1-nav{
  margin-top: 6vh;
}

.sidebar1-nav ul {
  list-style: none;
  padding: 0;
}

.sidebar1-nav ul li {
  padding: 10px 10px;
  color: white;
  margin-bottom: 0.5vh;

}

.sidebar1-nav ul li:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 10px;


}

.nav-item {
  padding: 15px 0;
  color: #343a40;
  cursor: pointer;
  font-size: 1.2rem;
}

.nav-item.active {
  /* font-weight: bold; */
  background: rgb(255, 255, 255) ;
  padding: 10px;
  color: rgb(0, 0, 0);
  border-radius: 10px;
  
}

.sidebar1-footer {
  text-align: center;
}

.profile-pic {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.main-content-dash {
  flex: 1 1;
  padding: 1rem;
  overflow-y: auto;
}

.dev-cards-container {
  /* background-color: #fff; */
  border-radius: 20px;
  /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); */
  display: flex;
  margin-top: 1rem;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
}


.card1 {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 16px;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
  margin-bottom: 10px;
}

.card img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.card-content h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #343a40;
}

.card-content h2 {
  font-size: 14px;
  color: #868e96;
}

.productivity-chart {
  height: 200px;
  background-color: #f8f9fa;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.examhead h3 {
  color: #000;
}



.Main-section-container {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.exam-column {
  width: 74%;
  /* max-height: 60vh; */
  overflow-x: auto;
  padding: 10px;
  z-index: 0;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.sidebar2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0.5rem 1rem;
  background-color: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  width: 23%;
}


.exam-column::-webkit-scrollbar {
  height: 10px;
}

.exam-list::-webkit-scrollbar{
  width: 0px;
  height: 10px;
}

.exam-column::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.exam-column::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.exam-column::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.available-exams-title,
.attended-exams-title {
  margin-bottom: 0;
  color: #000000;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 20px;
}

.card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 16px;
  min-width: 210px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
  margin-bottom: 10px;
}

.card:not(.attended):hover {
  transform: scale(1.05);
}

.card.attended {
  cursor: not-allowed;
  opacity: 0.6;
}

.card.attended h3 {
  color: #000;
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-content h3 {
  color: #000;
}

.attended-label {
  margin-top: 10px;
  color: #888;
  font-size: 14px;
}

.filter-container {
  display: flex;
  margin-bottom: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* background-color: #00004e; */
  padding: 10px;
  z-index: 1;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filter-buttons,
.filter-dropdowns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.filter-buttons button,
.filter-dropdowns select {
  padding: 4px 25px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #9f9f9f;
  color: white;
  cursor: pointer;
}

.filter-buttons button:hover,
.filter-dropdowns select:hover {
  background-color: #e0e0e0;
}

.exam-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  overflow-y: scroll;
}

.footer-user-dash {
  width: 100%;
  border-radius: 20px;
  background-image: radial-gradient(circle at 50% 50%, #006AFF -5%, #00004e 90%);
}




/* mobview */

.section1-mob{
  display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .css-1fiydd8{
    width: 300px !important;
  }
.section1-mob{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: #ff0000; */
  width: 100%;
  height: 100%;
}

.exam-column {
  height: auto;
}


.welcome-mob{
  display: flex;
  height: 15%;
  align-items: center;
}
.welcome-mob>h1{
  padding: 20px;
  font-size: 2rem;
  color: #000000;
}
  .header-mob{
    display: flex;
    background-color: #fff;
    width: 100%;
    height: 10%;
    padding: 15px;
    justify-content: space-between;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .header-mob h1{
    
    font-size: 2.5rem;
  }

  .nav-item.active{
    border-radius: 0px;
    margin-bottom: 10px;
  }

  .span-dash{
    font-size: 1rem;
    margin-left: 0.4rem;
  }

  .dashboard-mob{
    width: 100%;
    background-color: #fff;
    height: 100%;
    border-radius: 30px 30px 0 0;
    box-shadow: 0px 4px 4px 6px rgba(0, 0, 0, 0.1);
  }

  .main-content-header-mob{
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;

    justify-content: center;
    margin: 10px;
  }

  .main-content-header-mob a.active{
    border-bottom: 3px solid #000;
    color: #000;
    font-weight: 600;
    
  }

  .main-content-body-mob{
    width: 100%;
    height: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #00004e;
  }


  /* .hamburgermenu{
    background-color: #000;
    border-radius: 50%;
  } */





  /* -------edit it later-------- */
  .header-user-dash{
    display: none;
  }
 
  .main-content-dash{
    display: none;
  }

  .dashboard {
    flex-direction: column;
  }

  .sidebar1 {
    display: none;
  }

 



  .footer-user-dash {
   display: none;
  }

  
}
/* 
@media (max-width: 1024px) {
  .nav-part2 {
    gap: 1rem;
  }

  .sidebar1 {
    margin: 1rem 0;
  }

  .main-content {
    padding: 1rem 0;
    display: none;
  }

  .Main-section-container {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .exam-column {
    width: 100%;
    display: none;
  }

  .footer-user-dash {
    display: none;
    padding: 1rem;
  }

  .sidebar2 {
    width: 100%;
    margin: 1rem 0;
    display: none;
  }
} */


@media only screen and (max-width: 1280px)  {
  
  .nav-part2 a{
    font-size: 14px !important;
    font-weight: 100 !important;
  }

  header h1{
    font-size: 20px;
  }
}

@media only screen and (max-width: 1155px)  {
  
  .nav-part2 a{
    font-size: 12px !important;
    font-weight: 100 !important;
  }

  header h1{
    font-size: 15px;
  }
}

@media only screen and (max-width: 965px)  {
  
  .nav-part2 a{
    font-size: 8px !important;
    font-weight: 100 !important;
  }

  header h1{
    font-size: 10px;
    
  }
  
  .nav-part2 a{
    font-size: 7px !important;
    font-weight: 100 !important;
  }

  header h1{
    font-size: 9px;
    
  }
}

@media only screen and (max-width: 1024px) {
  .sidebar2{
    width: 100%;
  }
  .Main-section-container{
    flex-direction: column;
  }
  .exam-column {
    width: 100%;
  }

  .sidebar1{
    width: 250px;
  }
  
}



.grid-cols-2{
    display: grid;
    grid-template-columns: repeat(4, 340px);
    grid-gap: 32px;
    position: relative;
    z-index: 1;
    justify-content: center;
}
.dashCards{
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    flex-wrap: wrap;
}

.cardBox{
    margin: 1vh;
    width: 250px;
    margin-left: 0px;
    padding: 1vh;
    z-index: 20;
    margin-right: 2vw;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    border: none;
    outline: none;
}

.w-full{
    height: 15vh;
}

.user-dash-cards{
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}


@media (max-width: 768px) {

    .hoverdev-mob{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px ;
        /* align-items: center; */
        width: 100%;
        height: 100%
    }
    .hoverdev-card-mob{
        max-width: 300px;
        max-height: 130px;
    }

}
