/*
! tailwindcss v3.4.10 | 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 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[50px\] {
  bottom: 50px;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}

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

.my-\[100px\] {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-\[75px\] {
  margin-top: 75px;
  margin-bottom: 75px;
}

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

.mb-8 {
  margin-bottom: 2rem;
}

.ms-\[30px\] {
  margin-inline-start: 30px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-8 {
  height: 2rem;
}

.h-\[185px\] {
  height: 185px;
}

.h-\[516\.23px\] {
  height: 516.23px;
}

.h-full {
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

.h-9 {
  height: 2.25rem;
}

.w-28 {
  width: 7rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[350px\] {
  width: 350px;
}

.w-\[400px\] {
  width: 400px;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-9 {
  width: 2.25rem;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.min-w-\[400px\] {
  min-width: 400px;
}

.max-w-\[450\.045px\] {
  max-width: 450.045px;
}

.max-w-\[462\.243px\] {
  max-width: 462.243px;
}

.max-w-md {
  max-width: 28rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.cursor-pointer {
  cursor: pointer;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[5px\] {
  gap: 5px;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.self-stretch {
  align-self: stretch;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[57px\] {
  border-radius: 57px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-\[center_left_25\%\] {
  background-position: center left 25%;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[10px_20px\] {
  padding: 10px 20px;
}

.p-\[15px_20px\] {
  padding: 15px 20px;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[25px\] {
  padding: 25px;
}

.p-\[25px_20px\] {
  padding: 25px 20px;
}

.p-\[40px_30px\] {
  padding: 40px 30px;
}

.p-\[50px_20px\] {
  padding: 50px 20px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pt-\[150px\] {
  padding-top: 150px;
}

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

.text-start {
  text-align: start;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[33\.8px\] {
  line-height: 33.8px;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-1\.82px\] {
  letter-spacing: -1.82px;
}

.tracking-\[-2\.24px\] {
  letter-spacing: -2.24px;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.opacity-50 {
  opacity: 0.5;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@font-face {
  font-family: 'Inter';

  src: url('/src/Assets/Fonts/static/Inter_24pt-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

body,
html {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  background: #fff;
}

.colored-text {
  color: #4a68fe;
  /* font-family: Inter;
font-size: 64px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -4.48px; */
}

/* Custom CSS for the navbar */

.navBar {
  border-bottom: 1px solid #d7d7d7;
  background: rgba(255, 255, 255, 0.39);
  -webkit-backdrop-filter: blur(12.7px);
          backdrop-filter: blur(12.7px);
  /* Blur effect */
}

.navBar ul li {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.72px;
  opacity: 0.5;
}

.nav-btn {
  border-radius: 57px;
  background: #4a68fe;
  box-shadow: 3px 3px 4px 0px rgba(255, 255, 255, 0.3) inset;
}

.nav-btn span {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.72px;
}

.mobile-menu {
  z-index: 20;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
  /* Offscreen initially */
}

.mobile-menu.show {
  transform: translateX(0);
  /* Slide in when visible */
}

.mobile-menu button#menu-close {
  font-size: 1.5rem;
  font-weight: bold;
}

.heroSection {
  /* background: url(/src/Assets/HeroImg.png) no-repeat; */
  /* background-size: cover; */
  margin-top: -50px;
}

.heroHeadigns h1 {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -4.48px;
}

@media screen and (max-width: 1024px) {
  .heroHeadigns h1 {
    font-size: 44px;
    letter-spacing: -3.08px;
  }
}

.heroHeadigns p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .heroHeadigns p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
}

.heroHeadigns .hero-btn {
  border-radius: 57px;
  background: #4a68fe;
  box-shadow: 3px 3px 4px 0px rgba(255, 255, 255, 0.3) inset;
}

.heroHeadigns .hero-btn span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
}

.heroSubSection {
  border-radius: 17px;
  background: #4a68fe;
  margin-top: -120px;
}

.subSectionInner h1 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  /* font-weight: 500; */
  line-height: 130%;
  letter-spacing: -2.52px;
}

/* About Sectio */

.about-Btn {
  border-radius: 57px;
  background: #4a68fe;
  box-shadow: 3px 3px 4px 0px rgba(255, 255, 255, 0.3) inset;
}

.about-Btn span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
}

/* .aboutdiv h1 {
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -3.92px;
}

.imgAbout {
  background: url(/src/Assets/AboutImg.png) no-repeat;
  padding: 35px;
}


.AboutImgHeadings h1 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.68px;
}


.expHeading span {
  color: #fff;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -3.08px;
}





*/

/* Home Service Section */

.servicesSection {
  background: url(/src/Assets/ServicesBg.png) no-repeat;
  background-size: cover;
}

.servicesSection h1 {
  color: #fff;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -3.92px;
}

@media screen and (max-width: 1024px) {
  .servicesSection h1 {
    font-size: 32px;
    letter-spacing: -2.24px;
  }
}

.ServiceCardDiv {
  border-radius: 26px;
  background: linear-gradient(135deg, #f0f0f0 100%, #fff 0%);
  box-shadow: 3px 3px 4px 0px rgba(255, 255, 255, 0.3) inset,
    -3px -3px 4px 0px rgba(129, 129, 129, 0.5) inset,
    -81px 81px 162px 0px rgba(129, 129, 129, 0.2),
    81px -81px 162px 0px rgba(129, 129, 129, 0.2);
}

.ServiceCardDiv span {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 33.8px */
  letter-spacing: -1.82px;
}

@media screen and (max-width: 1024px) {
  .ServiceCardDiv span {
    font-size: 26px;
    letter-spacing: -1.82px;
  }
}

.ServiceCardDiv p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
  /* width: 303.056px; */
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .ServiceCardDiv p {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}

.ServiceBtn {
  border-radius: 57px;
  background: linear-gradient(135deg, #f2f2f2 100%, #fff 0%);
  box-shadow: 3px 3px 4px 0px rgba(255, 255, 255, 0.3) inset,
    -3px -3px 4px 0px rgba(122, 122, 122, 0.5) inset,
    -79px 79px 158px 0px rgba(122, 122, 122, 0.2),
    79px -79px 158px 0px rgba(122, 122, 122, 0.2),
    -79px -79px 158px 0px rgba(255, 255, 255, 0.9),
    79px 79px 198px 0px rgba(122, 122, 122, 0.9);
}

/* Carousel Code */

/* Custom CSS for smoother transition during drag */

body::-webkit-scrollbar,
.carousel-container::-webkit-scrollbar,
.financial-carousel-container::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none;
}

.carousel-container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.carousel-item {
  display: flex;
  /* width: 242px; */
  flex: 0 0 auto;
  /* padding: 15px;
  align-items: center;
  gap: 6px;
  border-radius: 11.4px;
  border: 0.6px solid #444;
  background: radial-gradient(
    433.32% 135.87% at 96% 3.85%,
    #242424 16.23%,
    #1c1c1c 100%
  ); */
}

.carousel-item:hover {
  border-radius: 20px;
  width: 200px;
  /* background: linear-gradient(
      242deg,
      rgba(255, 255, 255, 0) 44.91%,
      rgba(255, 255, 255, 0.2) 57.9%,
      rgba(255, 255, 255, 0) 74.67%
    ),
    linear-gradient(180deg, #9b62eb 0%, #6928c4 100%); */
  box-shadow: 0px 3.2px 3.2px 0px rgba(255, 255, 255, 0.25) inset;
}

@media (min-width: 640px) {
  .carousel-container {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  body::-webkit-scrollbar,
  .carousel-container::-webkit-scrollbar,
  .financial-carousel-container::-webkit-scrollbar,
  *::-webkit-scrollbar {
    display: none;
  }

  .carousel-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    /* padding: 25px;
    align-items: center;
    gap: 10px;

    border-radius: 19px;
    border: 1px solid #444;
    background: radial-gradient(
      433.32% 135.87% at 96% 3.85%,
      #242424 16.23%,
      #1c1c1c 100%
    ); */
  }

  .carousel-item:hover {
    border-radius: 20px;
    width: 420px;
    /* background: linear-gradient(
        242deg,
        rgba(255, 255, 255, 0) 44.91%,
        rgba(255, 255, 255, 0.2) 57.9%,
        rgba(255, 255, 255, 0) 74.67%
      ),
      linear-gradient(180deg, #9b62eb 0%, #6928c4 100%); */
    box-shadow: 0px 3.2px 3.2px 0px rgba(255, 255, 255, 0.25) inset;
  }
}

.carousel-item img {
  height: 500px;
}

/* #carousel {
  transition: transform 0.2s ease-in-out;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#carousel::-webkit-scrollbar {
  display: none;
}

.card {
  position: relative;
  overflow: hidden;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.card p {
  position: absolute;
  bottom: 10px;
  left: 15%;
  transform: translateX(-50%);
  color: white;

  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1rem;
  text-align: center;
} */

/* CTA  */

/* Background for CTA image */

.cta-bg {
  background-image: url('/src/Assets/CTAImg.png');
  /* Ensure to replace with correct path */
  background-size: cover;
  background-position: right center;
  border-radius: 26px;
}

/* SERVICES PAGE STARTS HERE */

.sectionTwoDivOne h1 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.8px;
}

@media screen and (max-width: 1024px) {
  .sectionTwoDivOne h1 {
    font-size: 26px;
    letter-spacing: -1.82px;
  }
}

.sectionTwoDivTwoCard {
  border-radius: 26px;
  background: linear-gradient(135deg, #f0f0f0 100%, #fff 0%);
  box-shadow: 3px 3px 4px 0px rgba(255, 255, 255, 0.3) inset,
    -3px -3px 4px 0px rgba(129, 129, 129, 0.5) inset,
    -81px 81px 162px 0px rgba(129, 129, 129, 0.1),
    81px -81px 162px 0px rgba(129, 129, 129, 0.1);
}

.sectionTwoDivTwoCard h4 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 28.6px */
  letter-spacing: -1.54px;
}

/* CONTACT FORM CSS */

.sectionThreeDivOne h1 {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.5px;
}

@media (min-width: 768px) {
  .sectionThreeDivOne h1 {
    font-size: 56px;
    letter-spacing: -3.92px;
  }
}

.formDiv input,
.formDiv select,
.formDiv textarea {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: linear-gradient(135deg, #f0f0f0 100%, #fff 0%);
}

.formBtn {
  color: white;
  border-radius: 57px;
  background: #4a68fe;
  box-shadow: 3px 3px 4px 0px rgba(255, 255, 255, 0.3) inset;
}

.CTAImg {
  background: url(/src/Assets/CTAImg.png) no-repeat;
}

.CTAHeadings h1 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.8px;
}

.pricingCard {
  border-radius: 16px;
  border: 1px solid #ddd;
  background: linear-gradient(135deg, #f0f0f0 100%, #fff 0%);
}

.pricingCard h4 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.92px;
}

.pricingCard h5 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 33.8px */
  letter-spacing: -1.82px;
}

.gradientBtn {
  border-radius: 57px;
  background: #4a68fe;
  box-shadow: 3px 3px 4px 0px rgba(255, 255, 255, 0.3) inset;
}

.gradientBtn span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
}

.pricingCardList li {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
}

.buttonDivPricing p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
}

.cardHeading {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -3.36px;
}

@media screen and (max-width: 1024px) {
  .cardHeading {
    font-size: 28px;
    letter-spacing: -1.96px;
  }
}

/* POlicies Section HERE */

.heroPolicy {
  background: #4a68fe;
}

.heroPolicy h1 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -4.48px;
}

@media screen and (max-width: 1024px) {
  .heroPolicy h1 {
    font-size: 44px;
    letter-spacing: -3.08px;
  }
}

.policyWords h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.44px;
}

@media screen and (max-width: 1024px) {
  .policyWords h3 {
    font-size: 20px;
    letter-spacing: -1.2px;
  }
}

.policyWords p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
}

@media screen and (max-width: 1024px) {
  .policyWords p {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
}

.policyWords ul li {
  list-style: disc;
}

.policyWords ul li span {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}

.policyWords ul li {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
}

@media screen and (max-width: 1024px) {
  .policyWords ul li {
    font-size: 16px;
    letter-spacing: -0.8px;
  }

  .policyWords ul li span {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
}

.hover\:h-\[300px\]:hover {
  height: 300px;
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[672px\] {
    height: 672px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[1240px\] {
    width: 1240px;
  }

  .md\:w-\[33\%\] {
    width: 33%;
  }

  .md\:w-\[500px\] {
    width: 500px;
  }

  .md\:w-\[602px\] {
    width: 602px;
  }

  .md\:w-\[646px\] {
    width: 646px;
  }

  .md\:w-\[780px\] {
    width: 780px;
  }

  .md\:w-\[850px\] {
    width: 850px;
  }

  .md\:w-\[862px\] {
    width: 862px;
  }

  .md\:w-\[900px\] {
    width: 900px;
  }

  .md\:w-\[958px\] {
    width: 958px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-\[0px\] {
    gap: 0px;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:gap-\[25px\] {
    gap: 25px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:p-\[0px_100px\] {
    padding: 0px 100px;
  }

  .md\:p-\[15px_100px\] {
    padding: 15px 100px;
  }

  .md\:p-\[35px\] {
    padding: 35px;
  }

  .md\:p-\[75px_0px\] {
    padding: 75px 0px;
  }

  .md\:p-\[75px_100px\] {
    padding: 75px 100px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:pr-\[400px\] {
    padding-right: 400px;
  }

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

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[44px\] {
    font-size: 44px;
  }

  .md\:text-\[56px\] {
    font-size: 56px;
  }

  .md\:tracking-\[-3\.92px\] {
    letter-spacing: -3.92px;
  }
}

@media (min-width: 1024px) {
  .lg\:my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
}
