/*
! tailwindcss v3.1.2 | 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)
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

:root {
  --bs-light: #F2F2F2;
  --bs-secondary: #000000;
  --bs-white: #FFFFFF;
  --bs-primary: var(--bg-red);
  --primary: #4c2744;
  --secondary: #f3e8de;
  --light: #F2F8FE;
  --germany-black: #000000;
  --bg-red: #C8102E;
  --bg-blue: #0c1f4c;
  --bg-gradient: linear-gradient(90deg, var(--bg-red), var(--bg-blue));
  --bg-gradient-flip: linear-gradient(90deg, var(--bg-blue), var(--bg-red));
  --bg-gradient2: radial-gradient(circle, var(--bg-blue) 0%, var(--bg-red) 100%);
  --bg-radial: radial-gradient(circle, var(--bg-red) 0%, var(--bg-blue) 100%);
  --bg-gradient4: linear-gradient(135deg, var(--bg-red) 0%, #FF6A00 50%, ##0c1f4c 100%);
  --bg-gradient3: linear-gradient(180deg, var(--bg-red) 20%, #FF4500 50%, ##0c1f4c 100%);
  --bg-theme: linear-gradient(45deg, rgb(12 31 76 / 15%), rgb(207 20 43 / 15%));
  --box-shadow: 0 0 13px 0 var(--bg-blue);
  --z-tooltip: 10;
  --z-fixed: 100;

}

::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.
*/

html {
  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: "Baloo 2", sans-serif;
  /* font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  /* 4 */
}

/*
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.
*/
html,
body {
  overflow-x: clip;

}

body {
  margin: 0;
  /* 1 */
  font-family: 'Poppins', sans-serif !important;
  font-display: swap;
  line-height: inherit;
  background-color: #fff;
  /* 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;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "Bree Serif", serif;
  font-display: swap;
  font-weight: 500 !important;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.5rem;
}

.text-muted {
  color: #6c757d !important
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.text-primary {
  color: var(--bg-red);
}

.text-shadow {
  text-shadow: 0 0 5px rgb(255 255 255), 0 0 10px rgb(99 102 143 / 0.5);
}

.footer .text-primary {
  padding-top: 0rem;
  padding-bottom: 0rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75rem;
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder,
textarea:-ms-input-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;
}

*,
::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-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: ;
}

::-webkit-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-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: ;
}

::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-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: ;
}

.container {
  width: 100%;
}

@media (max-width: 767px) {
  .sm\:grid {
    display: grid;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }

}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }

}

@media (min-width: 1400px) {

  .cta-image img.mba {
    bottom: -132px;
  }

  .cta-image img.thesis {
    bottom: -140px;
  }

  .cta-image img.cipd {
    bottom: -141px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }

}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.left-\[10\%\] {
  left: 10%;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-4 {
  left: 1rem;
}

.bottom-\[4px\] {
  bottom: 4px;
}

.left-\[4px\] {
  left: 4px;
}

.left-\[14rem\] {
  left: 14rem;
}

.top-\[10\.15rem\] {
  top: 10.15rem;
}

.top-\[11rem\] {
  top: 11rem;
}

.top-\[8\.5rem\] {
  top: 8.5rem;
}

.-top-4 {
  top: -1rem;
}

.left-\[44\%\] {
  left: 44%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-11 {
  z-index: 11;
}

.z-20 {
  z-index: 20;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-15 {
  margin-top: 2.75rem;
}

.mt-14 {
  margin-top: 4rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-8 {
  margin-right: 2rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-40 {
  height: 10rem;
}

.h-\[44px\] {
  height: 44px;
}

.h-28 {
  height: 7rem;
}

.h-14 {
  height: 3.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-\[0\.35rem\] {
  height: 0.35rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-72 {
  height: 18rem;
}

.h-20 {
  height: 5rem;
}

.w-full {
  width: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-6 {
  width: 1.5rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-32 {
  width: 8rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-\[5\%\] {
  width: 5%;
}

.w-\[10\%\] {
  width: 10%;
}

.w-\[85\%\] {
  width: 85%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/4 {
  width: 25%;
}

.w-14 {
  width: 3.5rem;
}

.w-\[50\%\] {
  width: 50%;
}

.w-12 {
  width: 3rem;
}

.w-\[14rem\] {
  width: 14rem;
}

.w-\[15rem\] {
  width: 15rem;
}

.w-\[16rem\] {
  width: 16rem;
}

.w-\[17rem\] {
  width: 17rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: end;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-2> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-x-1> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.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)));
}

.space-y-1> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-x-3> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-x-5> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}


.sm\:space-y-0> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.sm\:space-x-2> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.sm\:divide-x> :not([hidden])~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}


.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.bg-gradient {
  background: var(--bg-gradient) !important;
}

.bg-radial {
  background: var(--bg-radial) !important;
}

.bg-gradient2 {
  background: var(--bg-gradient2) !important;
}

.bg-gradient-flip {
  background: var(--bg-gradient-flip) !important;
}

.bg-dark {
  background: var(--germany-black) !important;
}

.topbar-primary {
  box-shadow: inset 0px 0px 30px 15px var(--secondary);
  background: var(--bg-red) !important;
}

.border-2 {
  border-width: 8px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-8 {
  border-width: 8px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-transparent {
  border-color: transparent;
}

.border-primary-one {
  --tw-border-opacity: 1;
  border-color: var(--bg-red);
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(235 22 22 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: var(--bg-red);
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.bg-light {
  background-color: #f2f9f9 !important;
}

.bg-primary-one {
  background-color: var(--bg-red);
}

.bg-secondary-one {
  background-color: var(--bg-red);
}

.bg-\[\#8feede\] {
  --tw-bg-opacity: 1;
  background-color: rgb(143 238 222 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#34bda8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 189 168 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-\[\#292b33\] {
  --tw-bg-opacity: 1;
  background-color: rgb(41 43 51 / var(--tw-bg-opacity));
}

.bg-herobg {
  background-image: url('../../imgs/slider-1.jpg');
}

.bg-writersInUAE-bgimg {
  background-image: url('../../imgs/b22eeF.jpg');
}

.bg-writeMyEssay-bgimg {
  background-image: url('../../imgs/b2.jpg');
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.fill-yellow-500 {
  fill: #eab308;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-15 {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-\[0\.1rem\] {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.py-\[0\.5rem\] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[0\.3rem\] {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-16 {
  padding-left: 4rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.text-right {
  text-align: right;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-6xl {
  font-size: 3.5rem;
  line-height: 6rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-\[11\.75px\] {
  font-size: 11.75px;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[45px\] {
  line-height: 45px;
}

.leading-\[70px\] {
  line-height: 70px;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}

.text-primary {
  color: var(--bg-red);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-yellow-500 {
  color: var(--bg-blue);
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-\[\#120d27\] {
  --tw-text-opacity: 1;
  color: rgb(18 13 39 / var(--tw-text-opacity));
}

.text-primary-one {
  --tw-text-opacity: 1;
  color: var(--bg-red);
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(99 102 143/ 73%), 0 2px 4px -2px rgb(99 102 143/ 73%);
  --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);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(99 102 143 / 0.1), 0 4px 6px -4px rgb(99 102 143 / 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 {
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur {
  --tw-blur: blur(8px);
  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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background: var(--bg-gradient-flip);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background: black;
  --tw-text-opacity: 1;
  border-color: rgb(174 0 0);
  color: white;
}

.btn-sec {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(225 225 225 / var(--tw-text-opacity));
  border-radius: 20px;
}

.btn-sec:hover {
  border-color: var(--bg-red);
  color: var(--bg-red);
  transition: 1s;
}

.awd:hover {
  color: var(--bg-red);
}

.awd-circle:hover {
  background-color: var(--bg-red);
}

.form-select {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #0c1f4c;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  line-height: 1.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  /* outline: 2px solid transparent;
  outline-offset: 2px; */
  --tw-text-opacity: 1;
  color: rgb(9 14 52 / var(--tw-text-opacity));
}

.form-input {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: var(--bg-red);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.heading-primary {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.checked\:border-blue-900:checked {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.checked\:bg-blue-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
  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));
}

.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.hover\:bg-\[\#34bda8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 189 168 / var(--tw-bg-opacity));
}

.hover\:bg-primary-one:hover {
  --tw-bg-opacity: 1;
  background-color: var(--bg-blue);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-primary-one:hover {
  --tw-text-opacity: 1;
  color: var(--bg-blue);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.focus\:border-cyan-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.group:hover .group-hover\:block {
  display: block;
}

@media (min-width: 640px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:w-\[70\%\] {
    width: 70%;
  }

  .sm\:w-\[65\%\] {
    width: 65%;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\: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)));
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {

  .md\:left-\[35\%\] {
    left: 35%;
  }

  .md\:left-\[24rem\] {
    left: 24rem;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:min-h-\[15rem\] {
    min-height: 15rem;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex {
    display: flex;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\: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)));
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:font-semibold {
    font-weight: 600;
  }
}

@media (min-width: 1024px) {

  .nav-link {
    padding: 13px 22px;
  }

  .process-box {
    height: 305px;
  }

  .university .process-box {
    height: 320px;
  }

  .processItem.odd {
    position: relative;
    top: 1.5rem
  }

  .processItem.odds {
    position: relative;
    top: 3.8rem
  }

  .calculator {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-end {
    align-items: end;
  }

  .lg\:justify-end {
    justify-content: end;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:p-5 {
    padding: 2rem !important;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:ml-10 {
    margin-left: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:-left-\[2rem\] {
    left: -2rem;
  }

  .lg\:left-\[12rem\] {
    left: 12rem;
  }

  .lg\:left-\[10rem\] {
    left: 10rem;
  }

  .lg\:left-\[14rem\] {
    left: 14rem;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[65\%\] {
    width: 65%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-0 {
    gap: 0rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:space-x-8> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .lg\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }


  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:font-medium {
    font-weight: 500;
  }
}

@media (min-width: 1280px) {

  .calculator {
    padding-left: 3rem;
    padding-right: 1rem;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-\[30\%\] {
    width: 30%;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* My code */
@media(min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px
  }
}

@media(min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px
  }
}

@media(min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px
  }

  .nav-item.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }

  .nav-item.active::after {
    bottom: 1px;
    opacity: 1;
  }

}

@media(min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px
  }

  .nav-link {
    position: relative;
    padding: 10px 22px;
    font-weight: 600;
  }
}

@media(min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px
  }
}

.w-72 {
  width: 18rem;
}

.h-96 {
  height: 24rem;
}

.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));
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.nav-link.active {
  color: var(--bg-red);
}

.nav-link.active svg {
  fill: var(--bg-red);
}

.nav-link svg {
  fill: var(--bg-blue);
}

.nav-link:hover {
  color: var(--bg-red);
  --tw-translate-y: -0.25rem;
  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));
}

#menu-one li a:hover {
  color: var(--bg-red);
}

/* Our feature sec */
.feature .feature-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--bs-white);
  border-radius: 10px;
  transition: 0.5s;
}


.feature .feature-item .feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(99 102 143/ 73%);
}

.first-fold .feature-item.even {
  background: var(--bg-red);
  border-top-left-radius: 105px;
  border-bottom: 10px solid rgb(99 102 143/ 73%);
}

.first-fold .feature-item.even2 {
  background: var(--bg-red);
  border-top-right-radius: 105px;
  border-bottom: 10px solid rgb(99 102 143/ 73%);
}

.first-fold .feature-item.odd {
  border: 2px solid rgb(99 102 143/ 73%);
  /* border-bottom-right-radius: 105px; */
  border-top: 10px solid rgb(99 102 143/ 73%);
}


.second-fold .feature-item.even {
  border: 2px solid rgb(99 102 143/ 73%);
  border-bottom-left-radius: 105px;
  border-bottom: 10px solid rgb(99 102 143/ 73%);
}

.second-fold .feature-item.even2 {
  border: 2px solid rgb(99 102 143/ 73%);
  border-bottom-right-radius: 105px;
  border-bottom: 10px solid rgb(99 102 143/ 73%);
}

.second-fold .feature-item.odd {
  background: var(--bg-red);
  /* border-bottom-right-radius: 105px; */
  border-top: 10px solid rgb(99 102 143/ 73%);
}

.feature-icon i {
  font-size: 2.5em;
}

/* Counter */

.counter {
  position: relative;
  overflow: hidden;
}

.counter .counter-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.counter .counter-item .counter-item-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: var(--bg-red);
  border: 2px solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fs-2 {
  font-size: 2rem !important;
  font-weight: 600;
}

/* services */

.service-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.p-5 {
  padding: 2rem !important;
}

.service-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: var(--bs-primary);
  transition: 0.5s;
  z-index: 1;
}

.service-item:hover::after {
  width: 100%;
  height: 100%;
}


.service-item:hover .service-content,
.service-item:hover .service-btn {
  position: relative;
  z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
  transition: 0.5s;
}

.service-item:hover .service-content a:hover {
  color: var(--bs-secondary);
}

.service-item:hover .service-btn img {
  transform: rotate(360deg);
  color: var(--bs-primary) !important;
}

.service-item:hover .service-content p {
  color: var(--bs-white);
}

.service-item .service-btn {
  width: 90px;
  height: 90px;
  padding: 15px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bs-primary);
  transition: 0.9s;
}

.service-item .service-btn img {
  transition: 0.9s;
}

.service-item:hover .service-btn {
  background: var(--bs-white);
}

/* 2 image sec */
.about .about-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.about .about-img .img-1 {
  height: 85%;
  margin-right: 50px;
}

.about .about-img .img-2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  border-radius: 10px;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.right__content img:nth-child(2) {
  position: absolute;
  left: 40%;
  top: 20%;
  animation: img_animate 3s infinite alternate;
}

@keyframes img_animate {
  0% {
    transform: translate(-10px, -10px);
  }
}

/* Floating animation */
@keyframes float {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-20px) scale(1.05);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

/* Glow / pulse effect */
@keyframes glow {

  0%,
  100% {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }

  50% {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.6);
  }
}

.client-comment {
  margin-top: 35px;
}

.profile img {
  display: block;
  width: 25% !important;
}

.profile-img {
  position: relative;
}

.profile-img img {
  border: 1px solid var(--bg-blue);
  width: 100px !important;
  box-shadow: 2px 0px 10px 1px #000000;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.profile-img::before {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  z-index: 0;
  border-radius: 50%;
}

/* First circle */
.profile-img::before {
  background: linear-gradient(320deg, var(--bg-blue), var(--bg-red));
  top: -10px;
  left: -10px;
}

svg.bi.bi-star-fill {
  fill: #FFC107;
}

.profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.name-user {
  display: flex;
  flex-direction: column;
}

.name-user strong {
  color: #3d3d3d;
  font-size: 1.75rem;
  letter-spacing: 0.5px;
}

.name-user span {
  color: #979797;
  font-size: 0.8rem;
}

/*** testimonial End ***/

/* faqs */
.faq-box {
  border-radius: 20px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
}

.faqs .content {
  border-color: var(--bg-red);
  padding: 0px 8px;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-light {
  background-color: #f2f9f9;
  border-color: #f2f9f9;
}

.btn-light svg {
  fill: var(--bg-red);

}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/* .active {
  color: var(--bs-primary);
} */

.text-body {
  color: gray !important;
}

.footer p,
.footer span,
.footer a {
  color: #ffffff;
  font-size: 0.90rem;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  text-align: left;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: #fff;
  letter-spacing: 1px;
  box-shadow: none;
  background-color: var(--bg-red);
  padding: 4px 5px;
  border-radius: 10px;
}

.footer .btn.btn-square {
  color: #fff;
  border: 2px solid #fff;
}

.footer .btn.btn-square svg {
  fill: #fff;
}

.footer .btn.btn-square:hover {
  color: #FFFFFF;
  background: var(--bg-red);
}

.copyright {
  box-shadow: inset 0 10px 30px 0px var(--secondary);
}

.get-in-touch a:hover {
  color: #fff !important;
  font-weight: bolder;
}

/*** Testimonial Start ***/

.fa-star {
  --tw-bg-opacity: 1;
  color: rgb(235 22 22 / var(--tw-bg-opacity));
}

/*** Testimonial End ***/

.pricing {
  z-index: 20;
  position: relative;
}

.calculator-bg {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 3rem;
  border-radius: 20px;
  background-color: rgb(255 255 255 / 65%);
  box-shadow: 0 0 10px 0 var(--secondary);
}

.calculator-bg label {
  color: var(--secondary);
}

/* Procedure */

section.main-banner {
  margin: 0 auto;
  /* position: relative; */
}

section.main-banner .banner-image {
  height: 670px;
  left: 0;
  margin: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  section.main-banner img {
    display: none;
  }
}

.hero-styling {
  /* border: 5px solid black !important; */
  background-color: rgb(255, 255, 255, 0.7);
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom: 5px solid #000;
  border-top: 5px solid #000;
  /* border-bottom-left-radius: 100px; */
  padding: 10px 40px;
}

/* Only show background image on medium screens */
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-link {
    padding: 13px 22px;
  }
}

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .process-box {
    height: 330px;
  }
}

/* Only linear gradient on mobile */
@media (max-width: 767px) {
  .nav-link {
    padding: 13px 22px;
  }
}

.span-header {
  color: var(--bg-red);
}

.testimonial-styling {
  border: 5px solid #fff;
  border-radius: 5px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #F599AB;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dotTwo {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #F599AB;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activeOne,
.dot:hover,
.dotTwo:hover {
  background-color: red;
}

.footer-background {
  background-image: linear-gradient(rgb(235 22 22 / 60%), rgb(4 4 4 / 90%)), url('../../imgs/icon section.webp');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-top: 10px solid #fff;

}

.testimonials-background {
  background-image: url('../../imgs/testimonials1-background.webp');
  /* background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; */
}

.black-ground {
  background-color: #000;
}

.faq-internal-styling i {
  color: var(--bg-red);
  opacity: 0.8;
}

.features-styling {
  background-image: url('../../imgs/writer-background.webp');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.questions {
  background: var(--bg-theme);
}

.openSlide {
  padding: 0.5rem 0.75rem;
  margin-left: 3rem;
}

.white-background {
  background-color: #ffffff;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
}

.testimonial-inners {
  border: 5px solid #fff;
  padding: 10px 20px;
  background-color: #000;
  border-radius: 20px;
}

/* Mobile devices */
@media (max-width: 576px) {
  .margin-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-styling {
    background-color: #6c757d94;
  }

  .hide-on-mobile {
    display: none;
  }

  .padding {
    padding-top: 2rem;
    padding-bottom: 2rem;

  }

  .process-box::before {
    content: none !important;
  }

  .faqs {
    background-image: none;
  }

}

.sparkle-awd {
  font-weight: 600;
  color: var(--bg-red);
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.sparkle-awd:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.sparkle-awd::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background: var(--bg-gradient-flip);
  top: 20px;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.submit-query-button {
  background-color: var(--secondary);
  border: 1px solid #fff;
}

.submit-query-button:hover {
  background: var(--bg-blue);
}

.image-height {
  height: 500px !important;
}

.review-styling img {
  /* border: 2px solid var(--bg-blue); */
  border-radius: 10px;
  margin-top: -45px;
}

.box-img img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 9999px;
}

.ratings svg {
  fill: var(--bg-blue) !important;
  width: 1rem;
  height: 1rem;
  margin: 2px;
}

.tada {
  animation-duration: 2s;
  animation-delay: 1.2s;
  animation-name: tada;
  animation-iteration-count: infinite;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.heart {
  animation: beat .7s infinite alternate;
  transform-origin: center;
}

@keyframes beat {
  to {
    transform: scale(1.2);
  }
}


/* Testimonial */

#testimonial .testimonial {
  background: var(--bg-red);
  text-align: center;
  padding: 30px 25px 50px;
  margin: 0 15px 100px;
  position: relative;
  box-shadow: 0px 0px 6px 0px var(--bg-red);
}

#testimonial .testimonial:before,
#testimonial .testimonial:after {
  content: "";
  border-top: 45px solid var(--bg-red);
  border-right: 250px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}

#testimonial .testimonial:after {
  border-right: none;
  border-left: 250px solid transparent;
  left: auto;
  right: 0;
}

#testimonial .testimonial .icon {
  display: inline-block;
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
  opacity: 0.6;
}

#testimonial .testimonial .description {
  font-size: 15px;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}

#testimonial .testimonial .testimonial-content {
  width: 100%;
  position: absolute;
  left: 0;
}

#testimonial .testimonial .pic {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px var(--bg-red);
  overflow: hidden;
  z-index: 1;
  position: relative;
}

#testimonial .testimonial .pic img {
  width: 100%;
  height: auto;
}

#testimonial .testimonial .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin: 5px 0 5px 0;
}

#testimonial .testimonial .post {
  display: block;
  font-size: 14px;
  color: var(--bg-red);
}

#testimonial-slider .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

#testimonial-slider .owl-theme .owl-controls .owl-page span {
  width: 35px;
  height: 12px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid var(--bg-red);
  display: block;
  margin: 5px;
  opacity: 1;
}

#testimonial-slider .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

#testimonial-slider .owl-theme .owl-controls .owl-page.active span,
#testimonial-slider .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: var(--bg-red);
  border-color: #fff;
}

@media only screen and (max-width: 650px) and (min-width: 400px) {
  #testimonial-slider .testimonial:before {
    border-right: 325px solid transparent;
  }

  #testimonial-slider .testimonial:after {
    border-left: 325px solid transparent;
  }
}

/* Pricing */

.pricing-sec .card {
  background: #fff;
  text-align: center;
  padding: 15px 15px 30px 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px
}

.pricing-sec .card .top {
  height: 80px;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  background: var(--bg-red);
  padding: 10px 0 0 0;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 80%, 0 50%);
}

.pricing-sec table .bg-red:hover {
  color: var(--bg-red);
}

/* Features */
.features .title {
  text-align: center;
  background: var(--secondary);
  color: white;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  margin-bottom: 50px;
}

.head-div {
  position: relative;
}

.head-div::after {
  content: "";
  display: block;
  width: 5px;
  height: 80%;
  background: var(--secondary);
  position: absolute;
  left: calc(50% - 3px);
  bottom: 0;
  z-index: -1;
}

.timeline {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 30px;
  align-items: center;
  position: relative;
  padding: 0px 30px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 3px);
  width: 5px;
  height: 87%;
  background-color: var(--secondary);
  z-index: -1;
}

.dots {
  width: 12px;
  height: 12px;
  background: var(--secondary);
  border-radius: 50%;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* Horizontal dotted line */
.dots::before,
.dots::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(100vw / 15 - 10px);
  height: 2px;
  border-top: 3px dotted var(--secondary);
  z-index: 1;
}

.dots::before {
  right: 50%;
  margin-right: 10px;
}

.dots::after {
  left: 50%;
  margin-left: 10px;
}

.features .card {
  background: var(--secondary);
  color: white;
  padding: 20px;
  border-radius: 20px 0 0 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.features .card.right {
  border-radius: 0 20px 20px 0;
  flex-direction: row-reverse;
  text-align: right;
}

@media screen and (max-width: 639px) {
  .timeline {
    grid-template-columns: 1fr;
  }

  /* .timeline::before,
  .dots::before,
  .dots::after {
    display: none;
  } */

  .features .card,
  .features .card.right {
    border-radius: 20px;
    flex-direction: row;
    text-align: left;
  }

  .dots {
    display: none;
  }
}

.four-border-sec .content {
  border-color: var(--bg-red);
  border-left-width: 6px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 0 10px 2px #00000057;
}

.content h2 {
  margin: 15px 5px 0px 0px;
  background: var(--bg-red);
  color: white;
  padding: 15px;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

/* From Uiverse.io by jawad_8494 */
.order-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 20px;
  background: linear-gradient(145deg, #0f0f0f, #1c1c1c);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  color: #fff;
  letter-spacing: 0.5px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  z-index: 1;
}

.order-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, var(--bg-red), #ffffff, var(--bg-red));
  animation: rotate 4s linear infinite;
  z-index: -2;
}

.order-button::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--secondary);
  border-radius: inherit;
  z-index: -1;
}

.order-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
}

.order-button:hover .arrow {
  transform: translateX(6px);
}

.arrow {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease-in-out;
  color: #00ffff;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fancy-btn {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: var(--secondary);
  --tw-bg-opacity: 1;
  background-color: var(--bg-red);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  position: relative;
  transition: color 0.4s
}

.fancy-btn:hover {
  color: #eee
}


.pricing {
  z-index: 1 !important;
  position: relative;
}

.heart {
  animation: beat .7s infinite alternate;
  transform-origin: center;
}

@keyframes beat {
  to {
    transform: scale(1.2);
  }
}

.order-now-button {
  background-color: var(--bg-red);
}


.active-steps {
  background: var(--bg-red);
  color: #ffffff;
}

.back-to-top {
  position: fixed;
  background: var(--bg-red);
  justify-content: center;
  align-items: center;
  bottom: -17px;
  right: 90px;
  display: flex;
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  transform: scale(0.3);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 40%);
  z-index: 12;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.bg-primary {
  background: var(--bg-blue);
  color: #ffffff;
}

.d-block {
  display: block !important;
}

.breadcrumb-test {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: -1rem 1.5rem;
  border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item.active {
  color: var(--bg-red);
  font-weight: 600;
}

.iti {
  width: 100%;
}

.rev-para {
  height: 205px;
}

.services-para {
  height: 175px;
}

.image-box {
  /* width: 96px; */
  /* or adjust to fit your content */
  /* height: 96px;
  background: var(--bg-red);
  border-radius: 45% 50% 40% 60% / 60% 40% 60% 40%; */
  /* organic soft shape */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center; */
}

/* mahwish */
.bg-theme {
  background: var(--bg-theme);
}

.topbar .fab {
  color: (var(--bg-red));
}

.homepage-background {
  position: relative;
  z-index: 0;
  background: linear-gradient(45deg, rgb(12 31 76 / 15%), rgb(207 20 43 / 15%));
}

.click-btn {
  display: block;
  font-weight: 500;
  padding: 0.1rem 1.75rem;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  border: 2px solid;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: var(--bg-red);
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
}

.click-btn:hover {
  background: var(--bg-blue);
}

/* ------------------------- */

.btn-slide {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 260px;
  line-height: 50px;
  margin: 25px 0;
  padding: 0px;
  border-radius: 25px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.7);
  background: linear-gradient(135deg, var(--bg-blue) 0%, var(--bg-red) 100%);
}

.btn-slide:hover {
  background: linear-gradient(-135deg, var(--bg-blue) 0%, var(--bg-red) 100%);
}

.order-link {
  padding: 13px;
  text-align: center;
  color: white;
  background: var(--bg-blue);
  border-radius: 3px;
}

.button-animation {
  position: relative;
  color: #fff;
  background: var(--bg-red);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s;
}

.button-animation span {
  position: absolute;
  display: block;
}

.button-animation span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, transparent, var(--bg-blue));
  animation: btn-anim1 2s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.button-animation span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--bg-blue));
  animation: btn-anim2 2s linear infinite;
  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

.button-animation span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 6px;
  background: linear-gradient(270deg, transparent, var(--bg-blue));
  animation: btn-anim3 2s linear infinite;
  animation-delay: 0.5s;
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

.button-animation span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(360deg, transparent, var(--bg-blue));
  animation: btn-anim4 2s linear infinite;
  animation-delay: 0.75s;
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}

.button-animation:hover {
  background-color: rgb(217 0 0);
  color: #fff;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
}

/* logo slider */
.logo-slider-container {
  overflow: hidden;
  padding: 10px 0;
}

.logo-slider-track {
  display: flex;
  width: fit-content;
  animation: scroll-right 30s linear infinite;
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

.logo-slide {
  flex: 0 0 auto;
  width: 153px;
  min-width: auto;
  align-content: center;
  height: 100px;
  margin: 0 8px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 0 5px var(--bg-red);
}

/* CTA */
.cta-section {
  position: relative;
  z-index: 0;
  /* margin: 3rem 0rem; */
}

.cta-section .image1 {
  position: absolute;
  left: 0;
  top: 20px;
}

.cta-section .image2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.cta-section,
.cta-form {
  background: var(--bg-gradient-flip);
}

.cta-image img {
  position: absolute;
  bottom: -153px;
}

/* 4 paragraph */


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-item {
  width: 100%;
  border-radius: 5px;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  line-height: 1.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  /* outline: 2px solid transparent;
  outline-offset: 2px; */
  --tw-text-opacity: 1;
  color: rgb(9 14 52 / var(--tw-text-opacity));
}

.iti__selected-dial-code {
  color: black;
}

.order-submit {
  border-width: 1px;
  border-color: var(--secondary);
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  background: var(--bg-red);
  transition: all 0.4s ease-in-out;
}

.order-submit:hover {
  background: var(--bg-blue);
}

/* Procedure */

.ProcessSec {
  background: url('https://thesiswritingservices.de/_next/static/media/processBg.9375ddbf.webp');
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 0
}

.circleProcess {
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.circleProcess:before,
.counterItem:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  top: 6px;
  transform: rotate(17deg);
  right: 0;
  margin: auto;
  box-shadow: 0 0 10px rgba(221, 0, 0, .45);
  animation: rotatePulse 8s linear infinite;
}

@keyframes rotatePulse {
  0% {
    transform: rotate(17deg) scale(1);
    box-shadow: 0 0 10px rgba(221, 0, 0, .45);
  }

  50% {
    transform: rotate(197deg) scale(1.05);
    box-shadow: 0 0 20px rgba(221, 0, 0, .65);
  }

  100% {
    transform: rotate(377deg) scale(1);
    box-shadow: 0 0 10px rgba(221, 0, 0, .45);
  }
}

.circleProcess:before {
  background: var(--bg-blue);
  border: 1px solid transparent;
  border-radius: 22px
}

.circleProcess:hover {
  box-shadow: inset 0px 0px 10px 0px var(--bg-red);
}

.circleProcess:hover img {
  transform: scale(1.05);
}

.processItem .h5 {
  font-size: 3.4rem;
  font-weight: 800;
  color: var(--bg-blue) !important
}

.processItem .h6 {
  padding: 10px;
  margin-bottom: 0px;
}

.processItem {
  position: relative
}

.processarrow1 {
  position: absolute;
  top: 11px;
  right: -100px
}

.processarrow2 {
  position: absolute;
  bottom: -92px;
  right: -165px
}

.processarrow3 {
  position: absolute;
  top: -10px;
  right: -100px
}

.processItem.active .h5 {
  color: var(--bg-blue) !important
}

.processItem:hover .h5 {
  color: #0b3231
}

.processImg {
  position: absolute;
  top: 5.5rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: -1;
  width: 72%;
  margin: auto
}

.processFlow {
  z-index: 1;
  padding-bottom: 7.5rem;
  padding-top: 2rem;
}


/* Writers */
:root {
  --swiper-theme-color: #007aff
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 8px;
}

.swiper,
.swiper-wrapper {
  position: relative;
  z-index: 1
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  transform: translateZ(0);
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.swiper-pagination,
.process-pagination {
  /* position: absolute; */
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.professional-experts .professional-box .btn-dual-shade {
  border-radius: 0
}

.professional-experts .professional-box .team-box {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding: 25px 20px 40px 20px;
}

.professional-experts .professional-box .team-box .e-text {
  color: #000;
  font-size: 14px;
  font-weight: 400
}

.professional-experts .professional-box .team-box .c-text {
  color: #000;
  font-size: 13px;
  font-weight: 400
}

.professional-experts .professional-box .team-box .h6 {
  font-size: 15px
}

.professional-experts .professional-box .team-box .red {
  color: #000;
  font-size: 14px;
  font-weight: 700
}

.professional-experts .professional-box .team-box ul {
  display: flex;
  padding: 0
}

.professional-experts .professional-box .team-box ul li {
  border: 1px solid #ee9b00;
  border-radius: 8px;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  margin: 0 3px;
  padding: 6px
}

.professional-experts .professional-box .team-box .paragraph-box {
  background: #f5f5f5;
  border-radius: 7px;
  padding: 12px;
}

.professional-experts .professional-box .team-box .paragraph-box p {
  font-size: 12px;
  line-height: 20px;
}

.professional-experts .professional-box .team-box .paragraph-box .h6 {
  font-weight: 600
}

.professional-experts .professional-box .rate {
  display: inline;
  margin-left: 6px
}

.professional-experts .professional-box .rate i {
  color: var(--bg-blue) !important;
  padding: 0
}

.professional-experts .professional-box .info div.even {
  padding: 3px 12px;
}

.professional-experts .professional-writer-slider .demos,
.process-slider .process-pagination .demos {
  align-items: center;
  display: flex;
  justify-content: end;
  height: 11px;
}

.professional-experts .professional-writer-slider .swiper-pagination .swiper-pagination-bullet,
.process-slider .process-pagination .swiper-pagination-bullet {
  height: 10px;
  margin: 0 5px;
  width: 10px
}

.professional-experts .professional-writer-slider .swiper-pagination .swiper-pagination-bullet-active,
.process-slider .process-pagination .swiper-pagination-bullet-active {
  background: var(--bg-red);
  border-radius: 10px;
  width: 30px !important;
}

.professional-experts .professional-writer-slider .right-arrow {
  margin: 0 73px
}

.professional-experts .professional-writer-slider .right-arrow i {
  color: hsla(0, 0%, 50%, .612)
}

.professional-experts .professional-writer-slider .left-arrow {
  margin: 0 73px
}

.professional-experts .professional-writer-slider .left-arrow i {
  color: hsla(0, 0%, 50%, .612)
}

.professional-experts .professional-writer-slider .swiper-slide {
  margin: 12px 0;
}

@media (max-width: 480px) {

  .professional-experts .professional-box img {
    display: block !important;
    margin: 0 auto !important
  }

  .professional-experts .professional-box .box2 {
    margin-top: 30px !important
  }

  .professional-experts .professional-box .team-box:after,
  br {
    display: none
  }

  .professional-experts .professional-box {
    margin: 0
  }


}

@media (max-width: 575px) {


  .professional-experts .professional-box .box2 {
    margin-top: 30px
  }

  .professional-experts .professional-box .team-box:after,
  br {
    display: none
  }

  .professional-experts .professional-box {
    margin: 0
  }

}

@media (max-width: 767px) {

  .professional-experts .professional-box .box2 {
    margin-top: 30px
  }

  .professional-experts .professional-box .team-box:after,
  br {
    display: none
  }

  .professional-experts .professional-box {
    margin: 0
  }

}

@media (max-width: 992px) {

  .professional-experts .professional-box {
    margin: 0
  }

  .professional-experts .professional-box .team-box:after {
    display: none
  }

}

/* procedure sec */
.process-box {
  box-shadow: 0 0 5px 0 #8b8b8b;
  position: relative;
}

.university .process-box::before {
  content: "";
  width: 255px;
  height: 350px;
  border-radius: 0.5rem;
  position: absolute;
  z-index: -1;
  background: linear-gradient(320deg, #000, var(--bg-red));
  top: -15px;
  left: -15px;
}

.summary-line {
  background-color: rgba(255, 255, 255);
  height: 1px;
  width: 100%;
  max-width: 45px;
}

.summary-details li {
  padding: 5px 0;
}

.heart {
  animation: beat .7s infinite alternate;
  transform-origin: center;
}

@keyframes beat {
  to {
    transform: scale(1.2);
  }
}

.sitemap-ul li {
  padding: 8px 0;
}

.sitemap-ul li a:hover {
  color: var(--bg-blue);
}

.blogs-section {
  background-color: #f8f9fa !important;
}

.blogs-div {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  background: white;
  padding: 10px;
  border: 2px solid var(--bg-red);
  border-radius: 20px;
}

.recent {
  padding: 20px;
  border: 1px solid #e6e6e6;
}

.blogs-section {
  background-color: #f8f9fa !important;
}

input.file {
  padding: 0.3em 0.6em;
  width: 100%;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  background: none;
  color: rgba(0, 0, 0, 0.6);
}

.free-features {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.features-point {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.8;
  border-bottom: 2px solid #ecedee;
}

.free {
  color: var(--bg-red);
}

.paras p {
  margin-bottom: 1.1em;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  margin-top: 20px;
  border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding: 0rem .5rem;
  color: var(--bg-red);
  content: "/";
}

.breadcrumb-item a:hover {
  color: var(--bg-red);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}


th,
td {
  /* padding: 12px 16px; */
  border: 1px solid #ddd;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #F9F9F9;
}

tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}

th {
  font-weight: bold;
}

.blogs-page h1 {
  font-size: 2rem !important;
  /* Example size */
  font-weight: 600;
  color: var(--bg-red);
}

.blogs-page h2 {
  font-size: 1.75rem !important;
  font-weight: 600;
}

.blogs-page h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.blogs-page h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

.blogs-page h5 {
  font-size: 1rem;
  font-weight: 600;
}

.blogs-page h6 {
  font-size: 0.75rem;
  font-weight: 600;
}

.blog-description a {
  color: var(--bg-red);
  font-weight: 700;
}

.blog-description ol {
  list-style: decimal;
  margin-left: 25px;
}

.blog-description ul {
  list-style: disc;
  margin-left: 25px;
}

.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1))
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1))
}

.opacity-0 {
  opacity: 0
}

.peer\/tab-one:checked~.peer-checked\/tab-one\:block {
  display: block
}

.peer\/tab-three:checked~.peer-checked\/tab-three\:block {
  display: block
}

.peer\/tab-two:checked~.peer-checked\/tab-two\:block {
  display: block
}

.peer\/tab-one:checked~.peer-checked\/tab-one\:bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1))
}

.peer\/tab-three:checked~.peer-checked\/tab-three\:bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1))
}

.peer\/tab-two:checked~.peer-checked\/tab-two\:bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1))
}

.peer\/tab-one:checked~.peer-checked\/tab-one\:text-black,
.peer\/tab-two:checked~.peer-checked\/tab-two\:text-black,
.peer\/tab-three:checked~.peer-checked\/tab-three\:text-black {
  color: #000;
}

.tabs input {
  width: 2% !important;
}

.tabs label {
  transition: all 0.3s ease;
  /* smooth effect */
}

.tabs label:hover {
  background: var(--bg-red);
  color: white;
  cursor: pointer;
}

.pricing-tr th {
  text-align: center;
}

/* Stick image to bottom center */
.ctaGirl {
  position: absolute;
  bottom: 0;
  left: 20%;
  transform: translateX(-50%);
  z-index: 2;
}

/* Circle wrapper centered */
.circle-lines {
  position: absolute;
  bottom: 0;
  top: 40%;
  left: 20%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

/* Circle outlines */
.circle-lines::before,
.circle-lines::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.circle-lines::before {
  border: 3px dashed var(--bg-red);
  animation: spin 12s linear infinite;
}

.circle-lines::after {
  border: 3px dashed rgba(255, 0, 0, 0.4);
  transform: translate(-50%, -50%) scale(1.2);
  animation: spinReverse 18s linear infinite;
}

/* Animations */
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spinReverse {
  from {
    transform: translate(-50%, -50%) scale(1.2) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) scale(1.2) rotate(-360deg);
  }
}


/* New styling */

.btn-order,
.btn-chat {
  display: block;
  height: 48px;
  width: 200px;
  text-align: center;
  align-content: center;
  cursor: pointer;
  color: #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 15px;
  font-weight: 500;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.62);
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.first-cta .btn-order {
  padding-right: 10px;
  text-align: right;
  width: 290px;
}

.first-cta .btn-order:hover {
  padding-left: 10px;
  text-align: left;
}

.essay-cta .btn-order {
  padding-right: 10px;
  text-align: right;
  width: 230px;
}

.essay-cta .btn-order:hover {
  padding-left: 10px;
  text-align: left;
}

.personal-cta .btn-order {
  padding-right: 10px;
  text-align: right;
  width: 310px;
}

.personal-cta .btn-order:hover {
  padding-left: 10px;
  text-align: left;
}

.mba-cta .btn-order {
  padding-right: 10px;
  text-align: right;
  width: 270px;
}

.mba-cta .btn-order:hover {
  padding-left: 10px;
  text-align: left;
}

.btn-chat {
  border-radius: 40px;
}

.btn-order .icon,
.btn-chat .icon {
  position: absolute;
  top: 0;
  width: 47px;
  height: 47px;
  bottom: 0;
  background: #fff;
  transition: transform 0.5s ease;
}

.btn-order .icon {
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 0 5px 0 #7a7575;
}

.first-cta .btn-order:hover .icon {
  transform: translateX(233px);
}

.essay-cta .btn-order:hover .icon {
  transform: translateX(173px);
}

.personal-cta .btn-order:hover .icon {
  transform: translateX(253px);
}

.mba-cta .btn-order:hover .icon {
  transform: translateX(213px);
}

.btn-order:hover .icon {
  transform: translateX(153px);
}

.btn-chat:hover .icon {
  transform: translateX(-153px);
}

.btn-chat .icon {
  right: 0;
  border-radius: 50%;
}

.testimonial-content .btn-chat {
  width: 230px;
}

.testimonial-content .btn-chat:hover .icon {
  transform: translateX(-183px);
}

.writerVector {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='89' viewBox='0 0 88 89' fill='none'%3E%3Cpath d='M1.899 63.239C7.78675 83.7489 17.3943 93.5842 40.5024 86.1437L44.417 84.7919C67.0195 74.925 79.6321 58.4776 83.1131 51.4872C88.6267 42.5779 89.3794 29.8614 83.0087 21.2799C56.6114 -10.2704 18.2034 -4.30651 4.15608 24.8025C-1.82198 43.1771 0.25411 57.509 1.899 63.239Z' fill='%23C8102E'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 87.398px;
  height: 88.408px;
  position: absolute;
}

.writerImg {
  background-image: url("../img/writer-bg.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 9px;
  padding: 59px 0px;
}

.writerImg i {
  color: #ffd800;
}

.price-box h3 {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.priceBox-img img {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}


/* Process section */
.processBorder {
  background: linear-gradient(90deg, rgb(240 246 249) 49%, rgba(12, 31, 76, 1) 49%);
  padding: 7px 7px;
  border-radius: 50%;
  position: relative;
}

.processBorder::before {
  content: " ";
  height: 30px;
  width: 30px;
  background: #fff;
  position: absolute;
  bottom: -9px;
  left: 48%;
  border-radius: 50%;
  border: 3px solid var(--bg-red);
}

.processIcon {
  position: absolute;
  top: -23px;
  left: 38%;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
}

.processIcon img {
  border-radius: 50%;
}

.shadow {
  box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .20) !important;
}

.swiper.process-slider {
  padding: 0;
}

.processBox {
  background: linear-gradient(90deg, rgb(201 215 234) 0%, rgba(253, 254, 254, 1) 100%);
  padding: 55px 23px;
  border-radius: 50%;
}

.processCount span {
  padding: 13px;
  clip-path: circle();
  background: #fff;
  z-index: 2;
}

.processCount p {
  background: #fff;
  padding: 3px 10px;
  border-radius: 0px 20px 20px 0px;
  position: relative;
  left: -5px;
  z-index: 1;
  font-size: 15px;
}

.processBox p.detail {
  height: 100px;
  /* overflow-y: scroll; */
}


.processBox p.detail::-webkit-scrollbar {
  width: 5px;
}

.processBox p.detail::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background: rgba(200, 16, 47, 0.66);
  border-radius: 10px;
}

@media (min-width: 200px) and (max-width: 480px) {
  .processBorder {
    margin: 0px 29px;
  }

  .processBox {
    padding: 75px 30px;
  }
}

.subject-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  height: 170px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#prev,
#prev-testimonial,
#next-testimonial,
#next {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-red);
  color: var(--bg-blue);
  font-size: 16px;
  border-radius: 30px;
}

.testimonial-content span {
  background: var(--bg-red);
  /* font-weight: 600; */
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-radius: 9999px;
}

.testimonial-content {
  position: relative;
  z-index: 1;
}

.testimonial-content::before {
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
  content: "";
  background: var(--bg-blue);
  position: absolute;
  height: 100%;
  width: 50rem;
  z-index: -1;
  left: -9rem;
  top: 0;
}

.testimonial-box {
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  background: #fff;
  padding: 3rem 4rem;
}

.footer-list li:hover .footer-img img {
  transform: scale(1.1);
}

.content-styling {
  border: 1px solid #c9d7ea;
  box-shadow: 5px 5px 12px 0px #c9d7ea;
  padding: 20px;
  border-radius: 20px;
}

/* Hover glow & lift */
.content-styling:hover {
  border: 1px solid #ffd8d8;
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(255, 100, 100, 0.3);
}

.contact100-pic {
  transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  will-change: transform;
  width: 310px;
  padding-top: 55px;
}

.contact100-pic:hover {
  transform: perspective(300px) rotateX(-3.56deg) rotateY(-2.93deg) scale3d(1.05, 1.05, 1.05);
  will-change: transform;
}

.rotating-wrapper {
  position: relative;
  /* display: inline-block; */
  z-index: 0;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  background: var(--bg-gradient-flip);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  /* keep it behind the image */
  animation: spin 6s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}