/*
! 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');
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800&display=swap");

@font-face {
  font-display: swap;
  font-family: "DM Serif Display";
  font-weight: 400;
  font-style: normal;
  src: url("../dist/serif-display.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "oaksan";
  font-weight: 400;
  font-style: normal;
  src: url("../dist/figtree-regular.woff2") format("woff2");
}

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

:root {
  --bs-primary: var(--bg-primary);
  --primary: #d97568;
  --secondary: rgb(189, 15, 71);
  --light: #F2F8FE;
  --bg-primary: #7c3aed;
  --bg-secondary: #2563eb;
  --bg-third: #ec4899;
  --gradient-primary: linear-gradient(to right, var(--bg-third), var(--bg-primary), var(--bg-third)) !important;
  --bg-gradient: linear-gradient(90deg, var(--bg-third), var(--bg-secondary));
  --bg-gradient-flip: linear-gradient(90deg, var(--bg-secondary), var(--bg-third));
  --bg-gradient-reverse: linear-gradient(180deg, var(--bg-secondary), var(--bg-third));
  --bg-gradient2: radial-gradient(circle, var(--bg-primary) 30%, var(--bg-secondary) 90%);
  --bg-radial: radial-gradient(circle, var(--bg-primary) 0%, var(--bg-third) 100%);
  --bg-theme: linear-gradient(90deg, rgb(124 58 237 / 85%), rgba(236 72 153 / 75%));
  --box-shadow: 0 0 13px 0 var(--bg-secondary);
  --navy: #07142f;
  --navy2: #0b214f;
  --blue: #2563eb;
  --cyan: #06b6d4;
  --purple: #7c3aed;
  --pink: #ec4899;
  --orange: #f97316;
  --green: #22c55e;
  --text: #12213f;
  --muted: #667085;
  --soft: #f4f8ff;
  --white: #fff;
  --shadow: 0 25px 70px rgba(7, 20, 47, .16);
  --radius: 28px;
  --bg-color: #ffffff;
  --text-color: #222222;
  --card-color: #f5f5f5;
  --button-bg: rgba(124, 58, 237, .16);
  --button-text: #ffffff;
  --border: #dddddd;
  --toggle-bg: rgb(124, 58, 237);
  --light-bg: rgba(124, 58, 237, .20);
}

body.bg-dark {
  --bg-color: #121212;
  --text-color: #ffffff;
  --card-color: #1f1f1f;
  --button-bg: #ffffff;
  --button-text: #121212;
  --border: #333333;
  --toggle-bg: #fff;
  --light-bg: #fff;
}

::before,
::after {
  --tw-content: '';
}

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: 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 */
}

html,
body {
  overflow-x: clip;

}

body {
  margin: 0;
  /* 1 */
  font-family: "oaksan", 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;
  font-family: "Raleway", sans-serif;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "Raleway", sans-serif;
  ;
  font-display: swap;
  font-weight: 700 !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-primary);
}

.text-secondary {
  color: var(--bg-secondary);
}

.text-third {
  color: var(--bg-third);
}

.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;
  font-family: "oaksan", serif;
}

/*
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;
  }

  .steps-sec ul li {
    position: unset !important;
    flex: 0 0 100%;
    padding: 25px 0px;
  }

  .steps-sec ul li:nth-child(1):before,
  .steps-sec ul li:nth-child(2):before,
  .steps-sec ul li:nth-child(3):before {
    display: none !important;
  }
}

@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) {}

@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;
}

.top-\[14\%\] {
  top: 14%;
}

.top-\[50\%\] {
  top: 50%;
}

.right-6 {
  right: 1.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-8 {
  bottom: 4.5rem;
}

.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-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-10 {
  z-index: 10;
}

.z-11 {
  z-index: 11;
}

.z-20 {
  z-index: 20;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-auto {
  margin: auto !important;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.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;
}

.ml-5 {
  margin-left: 1.25rem;
}

.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-6 {
  margin-left: 1.5rem;
}

.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;
}

.w-10 {
  width: 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-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.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 {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.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-gradient-reverse {
  background: var(--bg-gradient-reverse) !important;
}

.bg-dark {
  background: #07142f !important;
}

.topbar-primary {
  background: linear-gradient(to right, var(--bg-secondary), var(--pink), var(--bg-primary)) !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-8 {
  border-width: 8px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-b-primary {
  border-bottom: 2px solid var(--bg-primary);
}

.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-primary);
}

.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-primary);
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.bg-light {
  background-color: #ec489a1c !important;
}

.bg-primary-one {
  background-color: var(--bg-primary);
}

.bg-third {
  background-color: var(--bg-third) !important;
}

.bg-secondary {
  background-color: var(--bg-secondary);
}

.bg-secondary-one {
  background-color: var(--bg-third);
}

.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-5 {
  padding-bottom: 1.25rem;
}

.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;
}

.pt-30 {
  padding-top: 10rem;
}

.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-primary);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-yellow-500 {
  color: var(--bg-secondary);
}

.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-primary);
}

.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: var(--bg-third);
  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-primary);
  color: var(--bg-primary);
  transition: 1s;
}

.form-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #b98a9b;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  --tw-bg-opacity: 1;
  background: rgba(124, 58, 237, .16);
  line-height: 1.5rem;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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-primary);
  --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-secondary);
}

.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-secondary);
}

.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\:mt-8 {
    margin-top: 2rem;
  }

  .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-4 {
    margin-left: 1rem;
  }

  .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\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .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 !important;
  }

  .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-\[50\%\] {
    width: 50%;
  }

  .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-6 {
    grid-template-columns: repeat(6, 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.5rem;
    line-height: 2.5rem;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\: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)));
  }

}

@media (min-width: 1280px) {

  .calculator {
    padding-left: 3rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .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% - 30px);
    left: 14px;
  }

  .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;
    font-size: 16px;
  }
}

@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-primary);
}

.nav-link.active svg {
  fill: var(--bg-primary);
}

.nav-link svg {
  fill: var(--bg-secondary);
}

/* .nav-link:hover {
  color: var(--bg-primary);
  --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));
} */

.nav-link {
  transition: .5s color ease-in-out;
  color: #000;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus {
  color: var(--bg-primary);
  transform: translateY(-5px);
}

.nav-link:hover:before,
.nav-link:active:before,
.nav-link:focus:before {
  opacity: 1;
  transform: translateY(-5px);
}

#menu-one li a:hover {
  color: var(--bg-primary);
}

/* 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-primary);
  border: 2px solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fs-2 {
  font-size: 2rem !important;
  font-weight: 600;
}

/* services */

.p-5 {
  padding: 2rem !important;
}

/* 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: 5px 0;
}

/*** testimonial End ***/

/* faqs */
.faqs .content {
  border-radius: 10px;
  background: #fff;
  border-left: 3px solid var(--bg-primary);
  border-right: 3px solid var(--bg-primary);
}

.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-primary);

}

.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 {
  /* color: #ffffff; */
  font-size: 0.95rem;
}

.footer .btn.btn-link,
.footer .contact-info a {
  display: block;
  margin-bottom: 5px !important;
  margin: 0 0px;
  padding: 5px 0;
  text-align: left;
  font-weight: normal;
  transition: .3s;
  font-size: 16px;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 10px 0 3px;
}

.footer .btn.btn-link:hover {
  color: var(--bg-third);
  padding: 5px;
  border-radius: 10px;
}

.footer .btn.btn-link:hover::before {
  margin: 0 10px;
}

.footer .btn-social.btn-square {
  color: var(--bg-secondary);
  border: 2px solid var(--bg-primary);
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}

.footer .btn-social.btn-square svg {
  fill: var(--bg-primary);
}

.footer .btn-social.btn-square:hover {
  color: #FFFFFF;
  background: var(--bg-primary);
  box-shadow: inset 0 0 7px 0px #000;
}

.footer .btn-social.btn-square:hover svg {
  fill: #FFFFFF;
}

.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-primary);
}

.internal-link {
  position: relative;
  display: inline-block;
  text-decoration: none;

  background: linear-gradient(90deg,
      var(--bg-primary),
      var(--bg-secondary),
      var(--bg-primary));
  background-size: 200%;
  background-position: 0%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  transition: background-position .6s ease;
}

.internal-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg,
      var(--bg-primary),
      var(--bg-secondary),
      var(--bg-primary));
  background-size: 200%;
  transform: translateX(-50%);
  transition: width .35s ease, background-position .6s ease;
}

.internal-link:hover {
  background-position: 100%;
}

.internal-link:hover::after {
  width: 100%;
  background-position: 100%;
}

.black-ground {
  background-color: #000;
}

.faq-internal-styling i {
  color: var(--bg-primary);
  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;
}

.openSlide {
  color: #000;
  padding: 0.75rem;
  margin-left: 1rem;
}

.white-background {
  background-color: #ffffff;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
}

/* Mobile devices */
@media (max-width: 576px) {

  .testi-video {
    width: 120px;
    height: 120px;
    position: absolute !important;
    top: 0px;
    border-radius: 50%;
  }

  .video-box {
    border-radius: 15px !important;
    justify-content: end !important;
    margin-top: 70px !important;
  }

  .testi_content {
    width: 100% !important;
  }

  .steps-sec ul li .box-wrap span.box {
    left: 25px !important;
  }

  .steps-sec ul li .box-wrap span.icon {
    left: 85px !important;
  }

  .steps-sec ul li .box-wrap .content-wrap p {
    width: 100% !important;
  }

  .writers .arrow-buttons {
    justify-content: center !important;
    bottom: 0% !important;
  }

  .writers .arrow-buttons .swiper-button-next,
  .writers .arrow-buttons .swiper-button-prev {
    position: static !important;
  }

  .process-box::before {
    content: none !important;
  }

  .footer {
    padding: 110px 0 18px !important;
  }

  .ocean {
    height: 90% !important;
  }

  .hero-card {
    padding: 20px !important;
  }

  .calculator {
    padding: 1rem !important;
  }

  .subject-expert .slide-in {
    flex: 0 0 100% !important;
  }

  .boton-elegante {
    width: 50% !important;
  }

  .client-comment {
    height: auto !important;
  }

  .profile-tag {
    padding: 0.25rem 0.35rem !important;
  }

  .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;

  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    box-shadow: 0px 0px 5px 3px var(--bg-third) !important;
    left: 6px !important;
    right: auto;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    box-shadow: 0px 0px 5px 3px var(--bg-third) !important;
    right: 6px !important;
    left: auto
  }

  .writer-right {
    padding: 1.5rem !important;
  }


}

.submit-query-button {
  background-color: var(--secondary);
  border: 1px solid #fff;
}

.submit-query-button:hover {
  background: linear-gradient(var(--bg-third) 1%, var(--bg-secondary) 100%);
}

.image-height {
  height: 500px !important;
}

.review-styling,
.login-page,
.register-page,
.forget-page {
  background: var(--light-bg);
  color: #000;
}

.review-styling img {
  /* border: 2px solid var(--bg-secondary); */
  border-radius: 10px;
  margin-top: -45px;
}

.review-styling hr {
  border-color: var(--bg-primary);
}

.box-img img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 9999px;
}

.ratings svg {
  fill: var(--bg-primary) !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);
  }
}

.icon-tada {
  animation-duration: 3s;
  animation-delay: 3s;
  animation-name: iconTada;
  animation-iteration-count: infinite;
}

@keyframes iconTada {
  0% {
    transform: scale(1);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.05) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale(1.05) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.heart {
  animation: beat .7s infinite alternate;
  transform-origin: center;
}

@keyframes beat {
  to {
    transform: scale(1.2);
  }
}

/* Pricing */
.pricing-sec .card {
  background: #fff;
  text-align: center;
  padding: 12px 12px 30px 12px;
  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-primary);
  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-primary);
}

@media screen and (max-width: 639px) {
  .timeline {
    grid-template-columns: 1fr;
  }

  .dots {
    display: none;
  }
}

.content h2 {
  margin: 15px 5px 0px 0px;
  background: var(--bg-primary);
  color: white;
  padding: 15px;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.arrow {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease-in-out;
  color: #00ffff;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.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-primary);
}


.active-steps {
  background: var(--bg-primary);
  color: #ffffff;
}

.back-to-top {
  position: fixed;
  background: var(--bg-primary);
  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-primary);
  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-primary);
  font-weight: 600;
}

.iti {
  width: 100%;
}

.rev-para {
  height: 180px;
}

.services-para {
  height: 175px;
}

/* mahwish */
.bg-theme {
  background: var(--bg-theme);
}

.topbar .fab {
  color: (var(--bg-primary));
}

.contact-btn {
  display: flex;
  font-weight: 500;
  padding: 0.1rem 6.5rem;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  border: 2px solid #a99bc2;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: var(--bg-primary);
  background: #fff;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
}

.contact-btn:hover {
  color: #fff;
  background: var(--bg-secondary);
}

.contact-btn .button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #fff;
  background-color: var(--bg-primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.contact-btn:hover .button__icon-wrapper {
  color: var(--bg-primary);
  background: #fff;
}

/* ------------------------- */

.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-secondary) 0%, var(--bg-primary) 100%);
}

.btn-slide:hover {
  background: linear-gradient(-135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}

.order-link {
  padding: 10px;
  text-align: center;
  color: white;
  background: var(--bg-secondary);
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

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-primary);
  transition: all 0.4s ease-in-out;
}

.order-submit:hover {
  background: var(--bg-secondary);
}

/* 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-secondary);
  border: 1px solid transparent;
  border-radius: 22px
}

.circleProcess:hover {
  box-shadow: inset 0px 0px 10px 0px var(--bg-primary);
}

.circleProcess:hover img {
  transform: scale(1.05);
}

.processItem .h5 {
  font-size: 3.4rem;
  font-weight: 800;
  color: var(--bg-secondary) !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-secondary) !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;
}

/* procedure sec */


.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-secondary);
}

.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-primary);
  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-primary);
}

.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-primary);
  content: "/";
}

.breadcrumb-item a:hover {
  color: var(--bg-primary);
}

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-primary);
}

.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-primary);
  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-primary);
  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-third);
  animation: spin 12s linear infinite;
}

.circle-lines::after {
  border: 3px dashed rgba(156, 39, 176, 0.4);
  transform: translate(-50%, -50%) scale(1.2);
  animation: spinReverse 18s linear infinite, pulse 6s ease-in-out 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);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: translate(-50%, -35%) scale(1.2) translateY(0);
    filter: drop-shadow(0 0 6px rgba(228, 183, 229, 0.4));
  }

  50% {
    transform: translate(-50%, calc(-50% + 10px)) scale(1.2);
    filter: drop-shadow(0 0 15px rgba(228, 183, 229, 0.8));
  }
}

/* New styling */

.boton-elegante {
  padding: 10px 30px;
  background-color: var(--bg-primary);
  color: #ffffff;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.4s ease;
  outline: none;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}

/* animated shine layer */
.boton-elegante::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.25) 0%,
      rgba(3, 3, 3, 0.2) 80%);
  transform: scale(0);
  animation: pulseEffect 2s infinite ease-in-out;
  opacity: 0;
}

@keyframes pulseEffect {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    transform: scale(3);
    opacity: 0;
  }

  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}

/* optional subtle button breathing effect */
.boton-elegante {
  animation: buttonFloat 1.5s ease-in-out infinite;
}

@keyframes buttonFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

.btn-order {
  display: block;
  height: 48px;
  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;
  background-color: var(--bg-primary);
}

.btn-order:hover {
  background-color: var(--bg-third);
}

/* Process section */
.shadow {
  box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .20) !important;
}

.swiper.process-slider {
  padding: 0;
}

#prev,
#prev-testimonial,
#next-testimonial,
#next {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 30px;
}

#next-testimonial .fa-arrow-right {
  color: var(--bg-primary);
}

.footer-list li:hover .footer-img img {
  transform: scale(1.1);
}

.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;
}

.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);
  }
}

.price-box {
  padding: 1.2rem;
}


/* From Uiverse.io by gharsh11032000 */
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0.45rem 2rem;
  border: 2px solid var(--bg-third);
  border-radius: 100px;
  font-size: 16px;
  /* background-color: inherit; */
  font-weight: 600;
  color: #000;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0.45rem 2rem;
  border: 2px solid #fff;
  border-radius: 6px;
  font-size: 16px;
  /* background-color: inherit; */
  font-weight: 600;
  color: #2c0d71;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg,
.animated-button2 svg {
  position: absolute;
  width: 24px;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1,
.animated-button2 .arr-1 {
  right: 8px;
}

.animated-button .arr-2,
.animated-button2 .arr-2 {
  left: -25%;
}

.animated-button .circle,
.animated-button2 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  /* transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); */
}

.animated-button .text,
.animated-button2 .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 6px;
  border: 2px solid;
  padding: 0.45rem 2rem;
}

.animated-button2:hover {
  box-shadow: 0 0 0 12px transparent;
  color: var(--bg-primary);
  border-radius: 100px;
  border: 2px solid #fff;
  padding: 0.45rem 2rem;
}

.animated-button:hover .arr-1,
.animated-button2:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2,
.animated-button2:hover .arr-2 {
  left: 4px;
}

.animated-button:hover .text,
.animated-button2:hover .text {
  transform: translateX(16px);
}

.animated-button:hover .circle,
.animated-button2:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
  z-index: -1;
}

.rev-box {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 18px;
  height: 206px;
  box-shadow: 0 7px 10px 0px rgb(143 163 30 / 40%), 0 4px 6px -4px rgb(0 141 91 / 40%);
  overflow: hidden;
}

.rev-box:hover {
  transform: scale(1.01);
}

.rev-links {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.card .table th,
.card .table td {
  border: none;
  text-align: center;
}

.pricing-sec tr.show-order:hover,
.pricing-sec tr.show-order:hover {
  background: linear-gradient(to right, var(--primary), var(--bg-secondary), var(--primary));
  color: white;
}

.show-order:hover .hidden {
  display: block;
}

/* Large devices (lg) - min-width: 1024px and max-width: 1279px */
@media (min-width: 1024px) and (max-width: 1500px) {}

/* Extra Large devices (xl) - min-width: 1280px and above */
@media (min-width: 1501px) {}

/******* banner masking ********/
.homepage-background {
  background: var(--bg-theme);
}

.banner-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../imgs/bg2.webp');
  left: -1.578331%;
}

.btn:focus,
.btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:after {
  content: "";
  background: #232237;
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 0;
}

.button_icon {
  padding: 12px;
  position: relative;
  border-radius: 25px;
  background: #fff;
}

.policies li a:hover {
  color: var(--bg-primary);
  text-decoration: underline;
}

.openSlide ol {
  list-style: auto;
  margin-left: 12px;
}

.openSlide ol li {
  margin-left: 5px;
  padding: 4px 0;
}

/* New styling */

.facts-points {
  padding: 16px;
  border-radius: 20px;
  color: #000;
  background: #fff;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
  border: 1px solid rgba(37, 99, 235, .08);
  animation: breathe 3s ease-in-out infinite alternate;
}

@keyframes breathe {
  to {
    transform: translateY(-5px)
  }
}

.bg-writers p {
  color: #000;
}

.why-law .nav-pills .process-link {
  border-bottom: 1px solid hsla(0, 0%, 44%, .31);
  border-radius: 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 0;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why-law .nav-pills .process-link .dem {
  align-items: center;
  background: #fff;
  border-radius: 25px;
  color: #000;
  display: flex;
  float: right;
  justify-content: center;
  padding: 5px;
  height: 20px;
  width: 20px;
}

.why-law .tab-content .box {
  background: #fff;
  border-radius: 25px;
  padding: 25px;
}

.process-link.active .dem {
  background: var(--bg-primary) !important;
}

.order-steps li {
  background: #ffffff;
  border-radius: 7px;
  padding: 10px 25px;
  margin-bottom: 10px;
  box-shadow: inset 0 0 0 1px var(--bg-third);
}

.order-steps li.active {
  background: linear-gradient(to right, var(--bg-third), var(--bg-secondary), var(--bg-third)) !important;
  color: #fff;
}

.heading_steps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.steps_count {
  background-color: var(--bg-primary);
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-weight: 800;
  display: flex;
  font-size: 20px;
}

.order-steps li.active .steps_count {
  background-color: #fff;
  color: var(--bg-primary);
}

.writer-right {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 2rem;
}

.profile-header {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.profile-image-large {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
}

.profile-degree {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--bg-primary);
  font-weight: 600;
  margin-bottom: 0.25rem;
  display: block;
}

.profile-tag {
  background-color: #dad7df;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 1em;
  margin: 7px 0;
  white-space: nowrap;
}

.profile-stats {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.writer-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0px;
}

.stat-row {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--bg-primary);
  font-weight: 600;
  background-color: #f2e1e7;
  border-radius: 6px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}

.slider-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dots .dot.active {
  background: var(--bg-primary);
  transform: scale(1.1);
}

/* swiper */
.cta-section {
  position: relative;
  margin-bottom: -150px;
  margin-top: -150px;
}

/* From Uiverse.io by mrhyddenn */
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 6px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}

.button::before,
.button::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid var(--bg-secondary);
  transition: all .15s ease;
}

.button::before {
  top: 0;
  border-bottom-width: 0;
}

.button::after {
  bottom: 0;
  border-top-width: 0;
}

.button:active,
.button:focus {
  outline: none;
}

.button:active::before,
.button:active::after {
  right: 3px;
  left: 3px;
}

.button:active::before {
  top: 3px;
}

.button:active::after {
  bottom: 3px;
}

.button_lg {
  position: relative;
  display: block;
  padding: 8px 15px;
  color: #fff;
  background-color: var(--bg-primary);
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.button_lg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #0f1923;
}

.button_lg::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background-color: #0f1923;
  transition: all .2s ease;
}

.button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: var(--bg-third);
  transform: skew(-15deg);
  transition: all .2s ease;
}

.button_text {
  position: relative;
}

.button:hover .button_sl {
  width: calc(100% + 15px);
}

.button:hover .button_lg::after {
  background-color: #fff;
}

/* From Uiverse.io by Creatlydev */

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--bg-primary);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.order-btn:hover {
  background-color: var(--bg-third);
}

.order-btn:hover .button__icon-wrapper {
  background: var(--bg-primary);
  color: #fff;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.order-btn:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.order-btn:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.cta-image {
  position: absolute;
  bottom: 0;
  left: 20%;
  transform: translateX(-50%);
  z-index: 2;
}

/* New style */

/* From Uiverse.io by nikk7007 */
.chat-btn {
  display: flex;
  align-items: center;
  padding: 0.6rem 1.5rem;
  margin: 0.4rem 0.3rem;
  background: var(--button-bg);
  border-radius: 20px;
  border: 1.8px solid var(--bg-primary);
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

.chat-btn::after,
.chat-btn::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: .5s ease-out;
  background-color: var(--bg-primary);
}

.chat-btn::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.chat-btn:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.chat-btn:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}

.chat-btn:hover {
  color: #fff;
}

.chat-btn svg {
  fill: #000;
}

.chat-btn:hover svg {
  fill: #fff;
}

.chat-btn:active {
  filter: brightness(.7);
  transform: scale(.98);
}

/* From Uiverse.io by dexter-st */
.btn-wrapper {
  --dot-size: 6px;
  --line-weight: 1px;
  --line-distance: 0.4rem 0.3rem;
  --animation-speed: 0.35s;
  --dot-color: var(--bg-secondary);
  --line-color: var(--bg-secondary);

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: var(--line-distance);
  background-color: #0000;
  transition: background-color 0.3s ease-in-out;
  user-select: none;
}

/* .btn-wrapper:has(.order-btn:hover) {
  animation: backround-color-change calc(var(--animation-speed) * 4) ease-in-out forwards;
} */

@keyframes backround-color-change {
  80% {
    background-color: #0000;
  }

  100% {
    background-color: #2d0d7156;
  }
}

.order-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 1.2rem;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  gap: 0.75rem;
  border-radius: 10rem;
  box-shadow:
    0 0 0px 1px #0003,
    0px 1px 1px rgba(3, 7, 18, 0.02),
    0px 5px 4px rgba(3, 7, 18, 0.04),
    0px 12px 9px rgba(3, 7, 18, 0.06),
    0px 15px 11px rgba(3, 7, 18, 0.08),
    0px 15px 10px rgba(3, 7, 18, 0.1);
  transition:
    background-color 0.2s ease-in-out,
    transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out,
    border-radius 0.3s ease-in-out,
    border-color 0.2s ease-in-out;
}

.order-btn:hover {
  background-color: #fff;
  transform: scale(1.05);
  border-radius: 10% / 200%;
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--pink), var(--purple));
}

.order-btn:active {
  background-color: #e5ff00;
  transform: scale(0.98);
  border-radius: 20% / 200%;
}

.btn-svg {
  margin-left: 0.5rem;
  height: 24px;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #dad8d8;
  fill: var(--bg-primary);
  transition: all 0.3s ease-in-out;
}

.order-btn:hover .btn-svg {
  stroke: var(--bg-secondary);
  fill: var(--bg-primary);
}

.order-btn:active .btn-svg {
  stroke: #0009;
  fill: #f1ff76;
}

/* Dots */
.dot {
  position: absolute;
  width: var(--dot-size);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--dot-color);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.btn-wrapper:has(.order-btn:hover) .dot.top.left {
  top: 50%;
  left: 20%;
  animation: move-top-left var(--animation-speed) ease-in-out forwards;
}

@keyframes move-top-left {
  90% {
    opacity: 0.6;
  }

  100% {
    top: calc(var(--dot-size) * -0.5);
    left: calc(var(--dot-size) * -0.5);
    opacity: 1;
  }
}

.btn-wrapper:has(.order-btn:hover) .dot.top.right {
  top: 50%;
  right: 20%;
  animation: move-top-right var(--animation-speed) ease-in-out forwards;
  animation-delay: calc(var(--animation-speed) * 0.6);
}

@keyframes move-top-right {
  80% {
    opacity: 0.6;
  }

  100% {
    top: calc(var(--dot-size) * -0.5);
    right: calc(var(--dot-size) * -0.5);
    opacity: 1;
  }
}

.btn-wrapper:has(.order-btn:hover) .dot.bottom.right {
  bottom: 50%;
  right: 20%;
  animation: move-bottom-right var(--animation-speed) ease-in-out forwards;
  animation-delay: calc(var(--animation-speed) * 1.2);
}

@keyframes move-bottom-right {
  80% {
    opacity: 0.6;
  }

  100% {
    bottom: calc(var(--dot-size) * -0.5);
    right: calc(var(--dot-size) * -0.5);
    opacity: 1;
  }
}

.btn-wrapper:has(.order-btn:hover) .dot.bottom.left {
  bottom: 50%;
  left: 20%;
  animation: move-bottom-left var(--animation-speed) ease-in-out forwards;
  animation-delay: calc(var(--animation-speed) * 1.8);
}

@keyframes move-bottom-left {
  80% {
    opacity: 0.6;
  }

  100% {
    bottom: calc(var(--dot-size) * -0.5);
    left: calc(var(--dot-size) * -0.5);
    opacity: 1;
  }
}

/* Lines */
.line {
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.line.horizontal {
  height: var(--line-weight);
  width: 100%;
  background-image: repeating-linear-gradient(90deg,
      #0000 0 calc(var(--line-weight) * 2),
      var(--line-color) calc(var(--line-weight) * 2) calc(var(--line-weight) * 4));
}

.line.top {
  top: calc(var(--line-weight) * -0.5);
}

.line.bottom {
  bottom: calc(var(--line-weight) * -0.5);
}

.line.vertical {
  width: var(--line-weight);
  height: 100%;
  background-image: repeating-linear-gradient(0deg,
      #0000 0 calc(var(--line-weight) * 2),
      var(--line-color) calc(var(--line-weight) * 2) calc(var(--line-weight) * 4));
}

.line.left {
  left: calc(var(--line-weight) * -0.5);
}

.line.right {
  right: calc(var(--line-weight) * -0.5);
}

.line.top {
  transform-origin: top left;
  transform: rotate(5deg) scaleX(0);
}

.btn-wrapper:has(.order-btn:hover) .line.top {
  animation: draw-top var(--animation-speed) ease-in-out forwards;
  animation-delay: calc(var(--animation-speed) * 0.8);
}

@keyframes draw-top {
  100% {
    transform: rotate(0deg) scaleX(1);
  }
}

.line.bottom {
  transform-origin: bottom right;
  transform: rotate(5deg) scaleX(0);
}

.btn-wrapper:has(.order-btn:hover) .line.bottom {
  animation: draw-bottom var(--animation-speed) ease-in-out forwards;
  animation-delay: calc(var(--animation-speed) * 2);
}

@keyframes draw-bottom {
  100% {
    transform: rotate(0deg) scaleX(1);
  }
}

.line.left {
  transform-origin: bottom left;
  transform: rotate(0deg) scaleY(0);
}

.btn-wrapper:has(.order-btn:hover) .line.left {
  animation: draw-left var(--animation-speed) ease-in-out forwards;
  animation-delay: calc(var(--animation-speed) * 2.4);
}

@keyframes draw-left {
  100% {
    transform: rotate(0deg) scaleY(1);
  }
}

.line.right {
  transform-origin: top right;
  transform: rotate(5deg) scaleY(0);
}

.btn-wrapper:has(.order-btn:hover) .line.right {
  animation: draw-right var(--animation-speed) ease-in-out forwards;
  animation-delay: calc(var(--animation-speed) * 1.4);
}

@keyframes draw-right {
  100% {
    transform: rotate(0deg) scaleY(1);
  }
}

.process-section {
  padding: 35px;
  border-radius: 20px;
  position: relative;
  background-size: 100% 100%;
  background-color: #ffffff;
  color: #000;
  border: 1px solid rgba(37, 99, 235, .10);
}

.process-section h3 {
  font-size: 1.5rem !important;
}

.process-title-icon {
  width: 60px;
  height: 60px;
  display: flex;
  flex-shrink: 0;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-secondary);
}

.process-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b98a9b;
  opacity: 0.7;
  font-size: 35px;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 100px;
}

.about ul {
  padding: 10px 0;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  padding: 0 16px;
}

.swiper,
.swiper-wrapper {
  position: relative;
  z-index: 1
}

.swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  width: 100%;
}

.writers-slider .swiper-slide {
  background: #fff;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
}

.services-slider .swiper-slide {
  padding: 25px;
}

.samples-slider .swiper-slide {
  padding: 12px;
}

.writers .arrow-buttons .swiper-button-prev {
  left: 80%;
}

.writers .arrow-buttons .swiper-button-next,
.writers .arrow-buttons .swiper-button-prev {
  align-items: center;
  background-color: var(--bg-primary);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-weight: 900;
  opacity: 1;
  height: 30px;
  justify-content: center;
  width: 30px;
  position: absolute;
  z-index: 2;
}

#next-testimonial,
#prev-testimonial,
#next-sample,
#prev-sample {
  cursor: pointer;
  align-items: center;
  background-color: var(--bg-primary);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-weight: 900;
  opacity: 1;
  height: 30px;
  justify-content: center;
  width: 30px;
  z-index: 2;
}

.writers .arrow-buttons {
  display: flex;
  justify-content: end;
  gap: 0.5rem;
  bottom: 24%;
  position: absolute;
  right: 0;
  width: 100%;
}

.writers .arrow-buttons .swiper-button-next {
  right: 12%;
}

.writers .arrow-buttons .swiper-button-prev {
  left: 82%;
}

.arrow-buttons-testimonial,
.arrow-buttons-samples {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.client-comment {
  margin: 12px 0;
  height: 260px;
}

.span-star {
  display: flex;
  gap: 0.25rem;
  min-width: 85px;
  font-size: 14px;
}

.writer-icon ul li {
  display: flex;
  gap: 0.5rem;
  font-size: 14px;
}

.process-btn li a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--white);
  padding: 8px;
  border-radius: 50px;
  margin-bottom: 25px;
  border: 5px solid #D9D9D9;
  position: relative;
}

.process-btn li a .after-color {
  content: '';
  position: absolute;
  height: 92px;
  width: 32%;
  background-color: transparent;
  z-index: 999;
  border-top: 3px solid #fc6301;
  border-right: 3px solid #fc6301;
  border-bottom: 3px solid #fc6301;
  border-top-right-radius: 60px;
  right: -8px;
  border-bottom-right-radius: 60px;
  transform: all .4s linear;
}

.process-btn li span:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  color: black;
  line-height: 18px;
  display: block;
  margin-bottom: 4px;
  z-index: 0;
}

.process-btn ul li a img {
  width: 60px;
  height: auto;
  background: #fc6301;
  padding: 10px;
  clip-path: circle();
}

.process-btn li a:hover .after-color {
  min-width: 394px;
  border-left: 3px solid #fc6301;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  transform: all .4s linear;
}

.reviews .review-box {
  border: 2px solid #dce9eb;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  text-align: center;
}

.reviews .review-box .quote-icon {
  background-color: #fff;
  border: 2px solid #dce9eb;
  border-radius: 50px;
  height: 50px;
  left: -20px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 10px;
  position: absolute;
  top: -15px;
  width: 50px
}

.reviews .review-box .img-fluid {
  margin: 0 auto
}

.subjects-slider {
  box-shadow: 0 0px 20px 4px rgb(229 231 251);
  height: 280px;
  padding: 35px;
  overflow-y: scroll;
}

.subject ul li {
  display: flex;
  height: 60px;
  border-radius: 40px;
  margin-bottom: 25px;
  background-color: #f2e1e7;
  padding-left: 20px;
  border: 2px solid transparent;
}

.subject ul li:hover {
  background-color: transparent;
  border: 2px solid var(--bg-primary);
  color: var(--white);
  box-shadow: rgba(189, 15, 71, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.subject ul li span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  width: 100%;
  line-height: 20px;
}

.subject ul li span object {
  max-width: 40px;
  max-height: 40px;
}

.features .tab-button {
  width: 93%;
  border-bottom: 4px solid rgb(189 15 71 / 40%);
  position: relative;
  font-size: 18px !important;
  font-weight: 600 !important;
  list-style: none;
  margin: 10px;
  padding: 15px 20px;
  transition: all 0.2s ease-in;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 15px;
}

button.tab-button.active {
  background: var(--bg-primary);
  color: #fff;
  border-bottom: 3px solid var(--bg-secondary);
}

.procedure-box {
  background: rgb(189 15 71 / 20%);
  border-top: 4px solid var(--bg-primary);
  border-bottom: 4px solid var(--bg-primary);
  box-shadow: 0px 0px 12px 1px #b0b0b0;
}

/* BTEC */

.badge {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(37, 99, 235, .08);
  color: var(--purple);
  font-weight: 900;
  margin-bottom: 20px;
  border: 1px solid rgba(37, 99, 235, .12);
}

.gradient-text {
  background: linear-gradient(90deg, var(--blue), var(--purple), var(--pink));
  -webkit-background-clip: text;
  color: transparent;
  background-size: 200%;
  animation: shine 4s linear infinite;
  font-weight: 700;
}

@keyframes shine {
  to {
    background-position: 200% center
  }
}

.hero-card {
  /* position: relative; */
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .82));
  border: 1px solid rgba(37, 99, 235, .13);
  border-radius: 36px;
  box-shadow: var(--shadow);
  padding: 26px;
  overflow: hidden;
  animation: cardFloat 6s ease-in-out infinite alternate
}

@keyframes cardFloat {
  to {
    transform: translateY(-18px)
  }
}

.hero-card:before {
  content: "";
  position: absolute;
  inset: -2px;
  background: conic-gradient(from 90deg, transparent, var(--cyan), transparent, var(--purple), transparent);
  opacity: .18;
  animation: spin 7s linear infinite;
  z-index: 0
}

.hero-card>* {
  position: relative;
  z-index: 1
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.calculator {
  color: #000;
  background: white;
  border-radius: 28px;
  padding: 24px;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .08);
}

.price-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff, #f5f3ff);
  margin: 16px 0;
  color: #000;
}

.floating-note {
  position: absolute;
  right: -18px;
  bottom: 35px;
  background: var(--navy);
  color: white;
  border-radius: 22px;
  padding: 16px 18px;
  box-shadow: 0 20px 50px rgba(7, 20, 47, .35);
  animation: pulseMove 2s ease-in-out infinite alternate;
}

@keyframes pulseMove {
  to {
    transform: translateX(-12px) scale(1.03)
  }
}

.floating-note b {
  display: block;
}

.floating-note span {
  font-size: 12px;
  color: #cbd5e1;
}

.process-box {
  color: #000;
  box-shadow: 0 0 5px 0 #8b8b8b;
  position: relative;
}

.process-box::before {
  content: "";
  width: 255px;
  height: 302px;
  border-radius: 0.5rem;
  position: absolute;
  z-index: -1;
  border: 1px solid #f2f2f2;
  background: linear-gradient(320deg, var(--bg-primary), var(--bg-secondary));
  top: -15px;
  left: -15px;
}

.layer-3 {
  -webkit-animation: layer-3 7s normal linear infinite;
  animation: layer-3 7s normal linear infinite;
  opacity: 0.5;
}

@keyframes layer-3 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }

  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

.layer-2 {
  -webkit-animation: layer-2 8s normal linear infinite;
  animation: layer-2 8s normal linear infinite;
  opacity: 0.5;
}

@keyframes layer-2 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }

  25% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }

  75% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.subject-expert .subject-carousel {
  margin-top: 20px;
  display: flex;
  overflow: auto;
  padding: 8px;
}

.subject-carousel::-webkit-scrollbar {
  height: 8px;
  background: rgba(124, 58, 237, .20);
  display: block;
  border-radius: 10px;
}

.subject-expert .slide-in {
  flex: 0 0 24.5%;
  margin-bottom: 10px;
}

.subject-expert .bg-white {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(124, 58, 237, .5) 0px 0px 24px;
}

.subject-expert .icons {
  height: 85px;
  width: 85px;
  display: block;
  margin: 0 auto;
}

.subject-expert p {
  color: #333;
  font-size: 15px;
  height: 240px;
  overflow-y: auto;
  margin: 15px 0;
}

.common-scrollbar::-webkit-scrollbar-track,
.common-scrollbar::-webkit-scrollbar,
.common-scrollbar::-webkit-scrollbar-thumb {
  display: none;
}

.common-scrollbar:hover::-webkit-scrollbar {
  width: 4px;
  height: 2px;
  background-color: #f6d9e3;
  display: block;
}

.common-scrollbar:hover::-webkit-scrollbar-thumb,
.subject-carousel::-webkit-scrollbar-thumb,
.testi_body p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
  background-color: var(--bg-primary);
  display: block;
}

.testi_header h6 {
  color: #000;
}

.video-box {
  background: var(--light-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto;
}

.testi-video {
  position: relative;
  overflow: hidden;
}

.testi_content {
  width: 65%;
  padding: 15px;
}

.testi_body p {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  height: 90px;
  overflow: auto;
  margin: 8px 8px 8px 0px;
}

.testi_body p::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  display: block;
  border-radius: 10px;
}

.testimonial {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.testimonial::after {
  content: "";
  width: 110%;
  height: 1050px;
  background: url("../imgs/sec2-bg.webp") 0 0/contain no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transform: rotateX(0)
}

/* footer and main page */

.page-bg {
  position: sticky;
  inset: 0;
  z-index: -3;
  background: radial-gradient(circle at 10% 5%, rgba(6, 182, 212, .22), transparent 30%), radial-gradient(circle at 90% 10%, rgba(124, 58, 237, .18), transparent 28%), linear-gradient(180deg, #f8fbff 0%, #fff 45%, #f5f9ff 100%)
}

.orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(12px);
  opacity: .6;
  z-index: -2;
  animation: floatOrb 12s ease-in-out infinite alternate
}

.orb.one {
  width: 160px;
  height: 160px;
  background: rgba(37, 99, 235, .20);
  left: 4%;
  top: 24%
}

.orb.two {
  width: 220px;
  height: 220px;
  background: rgba(236, 72, 153, .16);
  right: 3%;
  top: 50%;
  animation-delay: 2s
}

.orb.three {
  width: 140px;
  height: 140px;
  background: rgba(34, 197, 94, .16);
  left: 20%;
  bottom: 8%;
  animation-delay: 4s
}

@keyframes floatOrb {
  to {
    transform: translate3d(40px, -35px, 0) scale(1.08)
  }
}

.footer {
  position: relative;
  background-position: top;
  padding: 223px 0 18px;
}

.ocean {
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1b1b1b;
}

.wave {
  background: url(../imgs/wave.svg) repeat-x;
  position: absolute;
  top: -168px;
  width: 6400px;
  height: 200px;
  animation: 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite wave;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -145px;
  animation: 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -125ms infinite wave, 7s -1.25s infinite swell;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {

  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

.boxes {
  border-left: 4px solid var(--bg-primary);
  border-right: 4px solid var(--bg-primary);
  border-radius: 10px;
  background: #fff;
  color: #000;
  padding: 15px;
}

.features-list {
  background: white;
  color: #000;
  padding: 13px;
  border-radius: 10px;
  border-top: 3px solid var(--bg-primary);
  border-bottom: 3px solid var(--bg-primary);
}

#mode {
  background: var(--text-color);
  padding: 4px;
  box-shadow: 0px 0px 20px 0px var(--bg-primary);
}

#light-btn {
  color: var(--button-text);
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 26px;
  transition: 0.3s;
}

#theme-toggle:hover {
  opacity: 0.9;
}

body.bg-dark {
  color: #fff;
}

.questions h3 {
  color: #000;
}

#toggle-circle.active {
  transform: translateX(46px);
}

.samples-box {
  background: var(--text-color);
  color: var(--bg-color);
}

.slider_sideform {
  position: fixed;
  top: 30%;
  right: -15px;
  height: 380px;
  z-index: 99;
  transform: translateX(87%);
  transition: 1s;
}

.slider_sideform .calculator-btn {
  padding: 10px 15px;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 20%, 100% 100%, 80% 100%, 8% 100%, 0% 80%, 0% 10%);
  clip-path: polygon(0 0, 90% 0%, 100% 20%, 100% 100%, 80% 100%, 8% 100%, 0% 80%, 0% 10%);
  transition: transform .5s cubic-bezier(.895, .03, .685, .22);
  margin-right: 20px;
  background: #ad122d;
  background-image: -webkit-linear-gradient(#600a1818, #7a0d1f0c);
  box-shadow: inset 0px 0px 20px 20px rgb(0 0 0 / 46%);
  color: #fff;
  border-radius: 10px;
}

.slider_sideform span.wpcf7-not-valid-tip {
  font-size: 10px;
}

.slider_sideform .animate_sideform {
  transform: translateX(100%);
}

.slider_sideform .head1_wrap {
  top: 52%;
  padding: 1.025em 0.5em 1.1875em;
  border-radius: 7px;
  float: left;
  cursor: pointer;
  background: var(--bg-gradient-reverse);
  color: #ffffff;
  animation-name: pulse2;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  transition: all .2s ease-in-out;
  transition: all .5s ease
}

.slider_sideform .head1_wrap .heading1 {
  writing-mode: tb-rl;
  font-size: 20px;
  transform: rotateZ(180deg);
  color: #fff;
}

.slider_sideform .slider_sideform_form {
  padding: 18px;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  width: 330px;
  box-shadow: 0px 0px 20px 0px #8b8b8b;
}

.slider_sideform .slider_sideform_form br {
  display: none;
}

.slider_sideform .slider_sideform_form .form_head {
  color: #292929;
  font-weight: bold;
  font-size: 16px;
}

.slider_sideform .slider_sideform_form .row_field {
  /* width: 100%; */
  overflow: hidden;
  margin-bottom: 4px;
}

.slider_sideform .slider_sideform_form .row_field .right_margin {
  margin-right: 2%;
}

.slider_sideform .slider_sideform_form .row_field .col_field_full {
  width: 100%;
  float: left;
}

.slider_sideform .slider_sideform_form .row_field .submit_btn {
  display: table;
  padding: 4px 35px;
  color: #fff;
  background-color: #e01216;
  margin-top: 0px;
  border: none;
  float: right;
}

.slider_sideform .slider_sideform_form .row_field .field_wrapper {
  position: relative;
}

.slider_sideform .slider_sideform_form .row_field .field_wrapper .field_icon {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 13px;
  color: var(--bg-third);
}

.slider_sideform .slider_sideform_form .row_field .field_wrapper input,
.field_wrapper_phone input,
.field_wrapper select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cccccc;
  outline: none;
  font-size: 12px;
  padding: 4px 23px;
}

.slider_sideform .slider_sideform_form .row_field .field_wrapper textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cccccc;
  outline: none;
  font-size: 12px;
  padding: 4px 23px;
  height: 60px;
  resize: none;
}

.slider_sideform .slider_sideform_form .row_field .field_icon_phone {
  transform: rotateZ(90deg);
}


.steps-sec {
  overflow: hidden;
}

.steps-sec .img-wrap {
  position: relative;
  margin-top: 50px;
}

.steps-sec .img-wrap img {
  position: absolute;
  width: 1280px;
}

.steps-sec ul {
  height: 420px;
}

.steps-sec ul li {
  position: relative;
}

.steps-sec ul li:nth-child(2) {
  left: 300px;
  top: 190px;
}

.steps-sec ul li:nth-child(3) {
  left: 540px;
  top: 0px;
}

.steps-sec ul li:nth-child(4) {
  left: 900px;
  top: 170px;
}

.steps-sec ul li .box-wrap span img {
  max-width: 100%;
}

.steps-sec ul li .box-wrap span.box {
  top: 20px;
  left: -30px;
}

.steps-sec ul li .box-wrap span.box img {
  width: 200px;
}

.steps-sec ul li .box-wrap span.icon {
  top: 35px;
  left: 30px;
  ;
}

.steps-sec ul li .box-wrap span {
  position: absolute;
}

.steps-sec ul li .box-wrap .content-wrap {
  position: absolute;
  top: 130px;
}

.steps-sec ul li .box-wrap .content-wrap h3 {
  font-size: 20px;
  line-height: 47px;
  font-weight: 700;
}

.steps-sec ul li .box-wrap .content-wrap p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  width: 220px;
}

.steps-sec ul li:nth-child(4) .content-wrap .box-wrap p {
  width: 100%;
}

.steps-sec ul li:nth-child(2) .box-wrap span.icon {
  left: 30px;
  top: 40px;
}

.steps-sec ul li:before {
  content: '';
  position: absolute;
}

.steps-sec ul li:nth-child(1):before {
  top: -20px;
  left: 180px;
  height: 330px;
  width: 20px;
  background: #fff;
  transform: rotate(305deg);
}

.steps-sec ul li:nth-child(2):before {
  top: -150px;
  left: 180px;
  height: 240px;
  width: 20px;
  background: #fff;
  transform: rotate(232deg);
}

.steps-sec ul li:nth-child(3):before {
  top: -20px;
  left: 230px;
  height: 330px;
  width: 20px;
  background: #fff;
  transform: rotate(295deg);
}

.steps-sec ul li:nth-child(3) .content-wrap {
  left: 10px;
  top: 160px;
}

.steps-sec ul li:nth-child(3) span.icon {
  left: 20px;
  top: 30px;
}

@media only screen and (max-width: 1400px) {
  .steps-sec ul {
    margin: 50px 10px;
  }

}

@media only screen and (max-width: 1300px) {
  .steps-sec ul {
    margin: 50px 0 0 0;
    transform: scale(0.95);
  }
}

@media only screen and (max-width: 991px) {
  .steps-sec ul {
    transform: unset;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }

  .steps-sec ul li .box-wrap span.box {
    position: relative;
    top: -10px !important;
    left: 15px !important;
  }

  .steps-sec ul li .box-wrap span.icon {
    animation: unset;
    position: relative;
    left: 73px !important;
    top: -150px !important;
  }

  .steps-sec ul li .box-wrap .content-wrap {
    position: unset;
    margin-top: -90px;
  }
}

.iti.iti--container {
  color: #000;
}

#contact-form .contact-btn {
  padding: 0.1rem 3.85rem !important;
}