
@import 'index/base';
@import 'index/components';
@import 'index/utilities';
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;900&display=swap'); 

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
    Arimo,
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  color: #a1a1aa;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 540px){
  .container{
    max-width: 540px;
  }
}

@media (min-width: 720px){
  .container{
    max-width: 720px;
  }
}

@media (min-width: 960px){
  .container{
    max-width: 960px;
  }
}

@media (min-width: 1140px){
  .container{
    max-width: 1140px;
  }
}

@media (min-width: 1320px){
  .container{
    max-width: 1320px;
  }
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-theme-color{
  --tw-bg-opacity: 1;
  background-color: rgba(100, 92, 255, var(--tw-bg-opacity));
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-center{
  background-position: center;
}

.bg-right-top{
  background-position: right top;
}

.bg-top{
  background-position: top;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-cover{
  background-size: cover;
}

.border-transparent{
  border-color: transparent;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.border{
  border-width: 1px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-center{
  align-items: center;
}

.content-start{
  align-content: flex-start;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.order-first{
  order: -9999;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-none{
  line-height: 1;
}

.mx-3{
  margin-left: 12px;
  margin-right: 12px;
}

.mx-4{
  margin-left: 16px;
  margin-right: 16px;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-2{
  margin-bottom: 8px;
}

.mb-3{
  margin-bottom: 12px;
}

.mb-4{
  margin-bottom: 16px;
}

.mr-5{
  margin-right: 20px;
}

.mb-5{
  margin-bottom: 20px;
}

.ml-5{
  margin-left: 20px;
}

.mb-6{
  margin-bottom: 24px;
}

.mb-8{
  margin-bottom: 32px;
}

.mb-9{
  margin-bottom: 36px;
}

.mb-10{
  margin-bottom: 40px;
}

.mb-15{
  margin-bottom: 60px;
}

.mb-18{
  margin-bottom: 72px;
}

.mt-25{
  margin-top: 100px;
}

.mr-auto{
  margin-right: auto;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.p-8{
  padding: 32px;
}

.py-3{
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-3{
  padding-left: 12px;
  padding-right: 12px;
}

.py-4{
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-5{
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-5{
  padding-left: 20px;
  padding-right: 20px;
}

.py-8{
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-8{
  padding-left: 32px;
  padding-right: 32px;
}

.py-18{
  padding-top: 72px;
  padding-bottom: 72px;
}

.pr-5{
  padding-right: 20px;
}

.pt-8{
  padding-top: 32px;
}

.pb-13{
  padding-bottom: 52px;
}

.pt-16{
  padding-top: 64px;
}

.pt-19{
  padding-top: 76px;
}

.pb-19{
  padding-bottom: 76px;
}

.pt-25{
  padding-top: 100px;
}

.pb-25{
  padding-bottom: 100px;
}

.pt-120{
  padding-top: 120px;
}

.pb-120{
  padding-bottom: 120px;
}

.pt-150{
  padding-top: 150px;
}

.pt-200{
  padding-top: 200px;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.left-0{
  left: 0px;
}

.left-150{
  left: 150px;
}

.-left-25{
  left: -100px;
}

.-bottom-110{
  bottom: -110px;
}

.top-1\/2{
  top: 50%;
}

.top-full{
  top: 100%;
}

*{
  --tw-shadow: 0 0 #0000;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-xl:focus{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-theme-color{
  --tw-text-opacity: 1;
  color: rgba(100, 92, 255, var(--tw-text-opacity));
}

.text-body-color{
  --tw-text-opacity: 1;
  color: rgba(91, 101, 126, var(--tw-text-opacity));
}

.w-0{
  width: 0px;
}

.w-full{
  width: 100%;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.transform{
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
}

*:focus, button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-offset: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  font-weight: 800;
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgba(22, 36, 71, var(--tw-text-opacity));
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
  font-family: 'Arimo', sans-serif;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a, button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.main-btn {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 92, 255, var(--tw-bg-opacity));
  border-radius: 9999px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  z-index: 10;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  padding: 18px 38px;
  font-size: 18px;
}

.main-btn:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-hover {
  overflow: hidden;
  position: relative;
}

.border-btn {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(100, 92, 255, var(--tw-border-opacity));
  border-style: solid;
  border-width: 2px;
  --tw-text-opacity: 1;
  color: rgba(100, 92, 255, var(--tw-text-opacity));
}

.border-btn:hover {
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(100, 92, 255, var(--tw-text-opacity));
}

.btn-hover::after {
  border-radius: 9999px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  padding: 50%;
  content: '';
  background: rgba(0, 0, 0, .05);
}

.btn-hover:hover::after {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scroll-top {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 92, 255, var(--tw-bg-opacity));
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: fixed;
  right: 32px;  
  bottom: 32px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 44px;
  z-index: 20;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.scroll-top:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* ============ navbar ============= */

.navbar-area {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  z-index: 20;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.sticky {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  position: fixed;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.collapse.show {
  display: block;
}

.show .navbar-nav .nav-item a {
  --tw-text-opacity: 1;
  color: rgba(22, 36, 71, var(--tw-text-opacity));
}

.toggler-icon {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 92, 255, var(--tw-bg-opacity));
  display: block;
  position: relative;
  transition-duration: 300ms;
  height: 2px;
  width: 30px;
  margin: 6px 0;

}

.sticky .toggler-icon {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 36, 71, var(--tw-bg-opacity));
}

.active>.toggler-icon:nth-child(1) {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-rotate: 45deg;
  top: 7px;
}

.active>.toggler-icon:nth-child(2) {
  opacity: 0;
}

.active>.toggler-icon:nth-child(3) {
  top: -8px;
  transform: rotate(135deg);
}

.navbar-nav .nav-item a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.75rem;
  padding-top: 8px;
  padding-bottom: 0px;
  position: relative;
  --tw-text-opacity: 1;
  color: #0f172a;
  z-index: 10;
  
}

@media (min-width: 960px){
  .navbar-nav .nav-item a{
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 3.75rem;
   
    
  }
}

.navbar-nav .nav-item a::before {
  content: '';
  --tw-bg-opacity: 1;
  background-color: rgba(100, 92, 255, var(--tw-bg-opacity));
  border-radius: 1rem;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 12px;
  width: 0px;
  z-index: -10;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  
  
}

@media (min-width: 960px){
  .navbar-nav .nav-item a::before{
    bottom: 8px;

  }
}

.navbar-nav .nav-item a.active::before, .navbar-nav .nav-item a:hover::before{
  width: 100%;

}

.sticky .navbar-nav .nav-item a {
  --tw-text-opacity: 1;
  color: rgba(22, 36, 71, var(--tw-text-opacity));

}

/* ================= hero =============== */

.hero-content .main-btn {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.scroll-bottom {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: none;
  align-items: center;
  justify-content: center;
  height: 52px;
  position: absolute;
  left: 0px;
  bottom: -80px;
  width: 52px;
}

@media (min-width: 960px){
  .scroll-bottom{
    display: flex;
  }
}

/* ============== feature ============= */

.feature-icon {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 92, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  line-height: 1;
  margin: auto;
  margin-bottom: 32px;
  --tw-text-opacity: 1;
  color: rgba(100, 92, 255, var(--tw-text-opacity));
  width: 130px;
  font-size: 65px;
}

.feature-icon-2 {
  font-size: 65px;
}

/* ============== about ============ */

.about-img .shape-1 {
  position: absolute;
  left: -72px;
  top: 50%;
  z-index: -10;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-translate-y: -50%;
}

.about-img .shape-2 {
  position: absolute;
  bottom: 0px;
  right: 52px;
  z-index: -10;
}

.about-img-2 .shape-1 {
  position: absolute;
  right: -72px;
  top: 50%;
  z-index: -10;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-translate-y: -50%;
}

@media (min-width: 960px){
  .about-img-2 .shape-1{
    right: 0px;
    width: 75%;
  }
}

.about-img-2 .shape-2 {
  position: absolute;
  bottom: 0px;
  left: 52px;
  z-index: -10;
}

@media (min-width: 960px){
  .about-img-2 .shape-2{
    width: 75%;
  }
}

.about-feature li {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(22, 36, 71, var(--tw-text-opacity));
}

.about-feature li::before {
  content: '';
  box-shadow: 0px 14px 15px rgba(78, 110, 241, 0.26);
  --tw-bg-opacity: 1;
  background-color: rgba(100, 92, 255, var(--tw-bg-opacity));
  border-radius: 9999px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 16px;
}

/* ============= testimonial =========== */

.testimonial-active-wrapper .shape {
  position: absolute;
  z-index: -10;
}

.testimonial-active-wrapper .tns-controls {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.testimonial-active-wrapper .tns-controls button {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(91, 101, 126, var(--tw-border-opacity));
}

.testimonial-active-wrapper .tns-controls button:hover{
  --tw-border-opacity: 1;
  border-color: rgba(100, 92, 255, var(--tw-border-opacity));
}

.testimonial-active-wrapper .tns-controls button{
  border-radius: 9999px;
  border-style: solid;
  border-width: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin-left: 8px;
  margin-right: 8px;
  --tw-text-opacity: 1;
  color: rgba(91, 101, 126, var(--tw-text-opacity));
}

.testimonial-active-wrapper .tns-controls button:hover{
  --tw-text-opacity: 1;
  color: rgba(100, 92, 255, var(--tw-text-opacity));
}

.testimonial-active-wrapper .tns-controls button{
  width: 44px;
}

.quote {
  box-shadow: 0px 0px 26px rgba(155, 155, 155, 0.16);
  --tw-bg-opacity: 1;
  background-color: rgba(100, 92, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-radius: 9999px;
  border-style: solid;
  border-width: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  position: absolute;
  right: -48px;
  top: 50%;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100px;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-translate-y: -50%;
}

/* ============== pricing ============= */

.pricing-nav li button {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 92, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 28px;
  padding-right: 28px;
  --tw-text-opacity: 1;
  color: rgba(91, 101, 126, var(--tw-text-opacity));
}

.pricing-nav li button.active {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 92, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pricing_content .tab-pane {
  display: none;
}

.pricing_content .tab-pane.active {
  display: block;
}

.single-pricing {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 1.5rem;
  margin-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 44px;
  padding-bottom: 44px;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pricing-header {
  --tw-border-opacity: 1;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity));
  border-bottom-width: 1px;
  margin-bottom: 44px;
  padding-bottom: 36px;
  text-align: center;
}

.pricing-feature li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 16px;
}

.pricing-feature li i {
  font-weight: 700;
  margin-right: 16px;
  opacity: 0.3;
  --tw-text-opacity: 1;
  color: rgba(22, 36, 71, var(--tw-text-opacity));
}

.pricing-feature li i.active {
  opacity: 1;
  --tw-text-opacity: 1;
  color: rgba(100, 92, 255, var(--tw-text-opacity));
}

.pricing-btn {
  text-align: center;
}

.pricing-btn .main-btn {
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 44px;
  padding-right: 44px;
}

/* ============== footer ================== */

.subscribe-form .main-btn {
  border-radius: 1rem;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 4px;
  right: 4px;
  
}

@media (max-width: 575px) {
  .subscribe-form .main-btn {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 36px;
    padding-right: 36px;
    position: static;
    --tw-text-opacity: 1;
    color: rgba(100, 92, 255, var(--tw-text-opacity));
    
  }

  .subscribe-form .main-btn.btn-hover {
    position: relative;
  }
}

.socials li a {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  --tw-text-opacity: 1;
  color: rgba(22, 36, 71, var(--tw-text-opacity));
  width: 40px;
}

.socials li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(100, 92, 255, var(--tw-text-opacity));
  transform: scale(1.1);
}

.links li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.links li a:hover {
  padding-left: 8px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 255, var(--tw-text-opacity));
}

@media (min-width: 540px){
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:pr-13{
    padding-right: 52px;
  }

  .sm\:w-10\/12{
    width: 83.333333%;
  }
}

@media (min-width: 720px){
  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:px-13{
    padding-left: 52px;
    padding-right: 52px;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pt-260{
    padding-top: 260px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-9\/12{
    width: 75%;
  }
}

@media (min-width: 960px){
  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:order-last{
    order: 9999;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-6{
    margin-bottom: 24px;
  }

  .lg\:ml-11{
    margin-left: 44px;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:px-3{
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:py-170{
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pb-200{
    padding-bottom: 200px;
  }

  .lg\:pt-260{
    padding-top: 260px;
  }

  .lg\:static{
    position: static;
  }

  .lg\:-bottom-13{
    bottom: -52px;
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-1\/12{
    width: 8.333333%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }
}

@media (min-width: 1140px){
  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:pr-18{
    padding-right: 72px;
  }

  .xl\:w-6\/12{
    width: 50%;
  }

  .xl\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (min-width: 1320px){
  .\32xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:px-10{
    padding-left: 40px;
    padding-right: 40px;
  }

  .\32xl\:pl-13{
    padding-left: 52px;
  }

  .\32xl\:pr-25{
    padding-right: 100px;
  }

  .\32xl\:pr-120{
    padding-right: 120px;
  }

  .\32xl\:pb-120{
    padding-bottom: 120px;
  }
}


