/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@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: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.m-auto {
  margin: auto;
}

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

.mb-0 {
  margin-bottom: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.shrink {
  flex-shrink: 1;
}

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

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

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

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

.align-middle {
  vertical-align: middle;
}

.font-normal {
  font-weight: 400;
}

.leading-normal {
  line-height: 1.5;
}

.no-underline {
  text-decoration-line: none;
}

.outline {
  outline-style: solid;
}

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

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  background: url(../img/svg/shape_1.svg), #012b43;
}

.darker {
  background: transparent;
}

h1,
h2 {
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Rajdhani", sans-serif;
}

h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Poppins", sans-serif;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration-line: none;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  outline: none;
}

li {
  list-style: none;
}

p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255,255,255,0.5);
}

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

ul,
ol {
  margin: 0px;
  padding: 0px;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background: #267a03;
}

.preload-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  margin-top: -35px;
  margin-left: -35px;
}

#dream-load {
  z-index: 999;
  height: 70px;
  width: 70px;
  animation: dreamrotate 2400ms linear infinite;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(255,255,255,0.5);
}

#dream-load::before {
  position: absolute;
  inset: 7.5px;
  animation: dreamrotate 2700ms linear infinite;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(255,255,255,0.5);
  --tw-content: "";
  content: var(--tw-content);
}

#dream-load::after {
  position: absolute;
  inset: 1.25rem;
  animation: dreamrotate 1800ms linear infinite;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(255,255,255,0.5);
  --tw-content: "";
  content: var(--tw-content);
}

#dream-load {
  -webkit-animation: dreamrotate 2400ms linear infinite;
}

#dream-load:before {
  -webkit-animation: dreamrotate 2700ms linear infinite;
}

#dream-load:after {
  -webkit-animation: dreamrotate 1800ms linear infinite;
}

@keyframes dreamrotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.mt-15 {
  margin-top: 15px;
}

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

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-15 {
  margin-right: 15px;
}

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

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

@media (max-width: 767px) {
  .no-padding-right {
    padding-right: 15px;
  }

  .no-padding-left {
    padding-left: 15px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-50 {
  margin-left: 50px;
}

@media (max-width: 992px){
  .mt-s{
    margin-top: 30px !important
  }
}

@media (max-width: 767px){
  .mt-x{
    margin-top: 30px !important
  }
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-padding-0-70 {
  padding-top: 0px;
  padding-bottom: 70px;
}

.section-padding-100-85 {
  padding-top: 100px;
  padding-bottom: 85px;
}

.section-padding-0-100 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.box-shadow {
  position: relative;
  top: 0px;
  display: block;
  --tw-shadow: 0px 10px 27px 0px rgba(154,161,171,0.18);
  --tw-shadow-colored: 0px 10px 27px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-padding-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-padding-150-120 {
  padding-top: 150px;
  padding-bottom: 120px;
}

.section-padding-150-100 {
  padding-top: 150px;
  padding-bottom: 100px;
}

.section-padding-100-150 {
  padding-top: 100px;
  padding-bottom: 150px;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.section-heading h2 {
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 2px;
  -webkit-text-stroke: 2px #fbe354;
}

.section-heading p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 600px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 2;
}

#scrollUp {
  right: 30px;
  bottom: 130px;
  height: 1.25rem;
  width: 100px;
  --tw-rotate: -90deg;
  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));
  background-color: transparent;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

#scrollUp::before {
  position: absolute;
  right: 100%;
  top: 0.625rem;
  z-index: -200;
  height: 0.125rem;
  width: 30%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

#scrollUp {
  -webkit-transition-duration: 500ms;
  -webkit-transform: rotate(-90deg);
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.more-btn {
  position: relative;
  min-width: 200px;
  border-radius: 18px;
  background-size: cover;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  line-height: 60px;
  --tw-text-opacity: 1;
  color: rgb(13 20 47 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.more-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 34 / var(--tw-text-opacity));
}

.more-btn {
  font-family: "Rajdhani", sans-serif;
  background: #fff;
}

.more-btn.v2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #000;
}

/* ##### 2.0 Header Area CSS ##### */

.nav {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: 0 5px 40px 0 rgb(0 0 0 / 11%);
  border-bottom: 1px solid #36753b;
  background: #0a5003;
}

.nav .nav-header {
  display: inline;
}

.nav .nav-header > .nav-title {
  display: inline-block;
  padding: 0.625rem;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav .nav-btn {
  display: none;
}

.nav .nav-links {
  float: right;
  display: inline;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.nav .nav-links > a {
  display: inline-block;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.nav .nav-links > a:hover {
  --tw-text-opacity: 1;
  color: rgb(251 227 84 / var(--tw-text-opacity));
}

.nav #nav-check {
  display: none;
}

.logo-wrapper {
  position: relative;
  top: 5px;
}

.nav .copy-btn {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.nav .copy-btn:hover{
  color: rgb(59 130 34)
}

@media (max-width: 992px) {
  .nav .nav-btn {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    display: inline-block;
  }

  .nav .nav-btn > label {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    padding: 11px;
  }

  .nav .nav-btn > label:hover,
  .nav #nav-check:checked ~ .nav-btn > label {
    cursor: pointer;
    background-color: rgb(80 129 231 / 30%);
  }

  .nav .nav-btn > label > span {
    display: block;
    height: 0.625rem;
    width: 25px;
    border-top-width: 3px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .nav .nav-links {
    position: absolute;
    left: 0px;
    top: 50px;
    display: block;
    height: 0px;
    width: 100%;
    overflow-y: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
  }

  .nav .nav-links > a {
    display: block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .nav #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }

  .nav #nav-check:checked ~ .nav-links {
    margin-top: 1.25rem;
    height: calc(100vh - 250px);
    overflow-y: auto;
    border-radius: 20px;
    padding-top: 0.625rem;
  }

  .nav .copy-btn {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    margin-left: 30px;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1.25rem;
    padding-right: 2.5rem;
    max-width: 200px;
  }
}

/* ##### 3.0 Wellcome Area CSS ##### */

.hero-section {
  background: url("../img/bg-img/header2.html") no-repeat bottom center;
  position: relative;
  margin-top: 60px;
  display: flex;
  min-height: 730px;
  align-items: center;
  justify-content: center;
  background-size: cover;
  padding-bottom: 50px;
}

.hero-section.version1 {
  background: url(../img/bg-img/version1.png) no-repeat center;
  position: relative;
  min-height: 730px;
  background-size: cover;
  padding-bottom: 50px;
}

.hero-section.de-3 {
  background: url(../img/bg-img/counter-bg.png) no-repeat center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.hero-section.app {
  background: url(../img/bg-img/bg.png) no-repeat center bottom;
  min-height: 800px;
  background-size: cover;
  padding-bottom: 70px;
}

.hero-section.hero-bg {
  background: url(../img/bg-img/hero-bg.png) no-repeat center;
  position: relative;
  background-size: cover;
  padding-bottom: 50px;
}

.hero-section.jungle-bg {
  padding-bottom: 50px;
}

.hero-section.v2 {
  margin-top: 0px;
  padding-bottom: 120px;
}

@media (max-width: 991px){
  .hero-section.app,
    .hero-section.de-3{
    padding-bottom: 100px;
  }
}

@keyframes cloudwash {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-45%, 0, 0);
  }
}

.gradient-text {
  display: inline-block;
  background-image: linear-gradient(180deg,#28cc8b 0%,#28cc8b 100%);
  background-clip: text;
  font-family: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.gradient-text.blue {
  background-image: linear-gradient(180deg,#28cc8b 0%,#28cc8b 100%);
}

.welcome_area {
  position: relative;
  z-index: 1;
  height: 900px;
  width: 100%;
}

.welcome-content {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.has-shadow {
  border-radius: 10px;
  --tw-shadow: 0 9px 68px 0 rgba(62,57,107,0.2);
  --tw-shadow-colored: 0 9px 68px 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);
  -webkit-box-shadow: 0 9px 68px 0 rgba(62, 57, 107, 0.2);
}

@media (max-width: 767px) {
  .welcome-content {
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .welcome-content {
    margin-top: 150px;
    vertical-align: middle;
  }
}

.welcome-content h2 {
  margin-bottom: 1.25rem;
  font-size: 52px;
  font-weight: 500;
}

.welcome-content h1 {
  margin-bottom: 1.25rem;
  font-size: 100px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(21 68 126 / var(--tw-text-opacity));
  -webkit-text-stroke: 3px #fff;
}

.welcome-content h1.v2 {
  --tw-text-opacity: 1;
  color: rgb(251 227 84 / var(--tw-text-opacity));
  -webkit-text-stroke: 3px #fbe354;
}

.welcome-content h1.v2 span {
  --tw-text-opacity: 1;
  color: rgb(251 227 84 / var(--tw-text-opacity));
}

.welcome-content h1.v3 {
  font-size: 130px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-stroke: 6px #fff;
}

.b-stroke {
  -webkit-text-stroke: 3px #000 !important;
}

.welcome-content p {
  margin-bottom: 30px;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(21 68 126 / var(--tw-text-opacity));
  font-weight: 600 !important;
}

@media (max-width: 767px) {
  .welcome-content h1 {
    font-size: 40px;
  }

  .welcome-content h1.v3 {
    font-size: 45px;
    -webkit-text-stroke: 3px #fff;
  }
}

/* ##### Partners Area ##### */

.contract-add {
  position: relative;
  display: flex;
  border-radius: 10px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 35px;
  background: #0a5103;
}

.contract-add.v2 {
  background: #fff;
}

.contract-add button {
  margin-right: 0.625rem;
  border-radius: 5px;
  border-color: none;
}

.contract-add i {
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background: #fbe354;
}

.contract-add span {
  margin-top: 8px;
  word-break: break-all;
  font-size: 16px;
}

.tooltipy {
  position: relative;
  display: inline-block;
}

.tooltipy .tooltiptext {
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 150%;
  z-index: 1;
  margin-left: -75px;
  width: 140px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 5px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
}

.tooltipy .tooltiptext::after {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  --tw-content: "";
  content: var(--tw-content);
}

#myInput {
  display: none;
}

.tooltipy:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.social-lin {
  position: relative;
  display: inline-block;
  border-radius: 15px;
  padding: 15px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

.social-lin:hover {
  top: -5px;
}

.social-lin {
  background: #fbe354;
}

.right-box .social-lin {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.copy-btn {
  position: relative;
  min-width: 200px;
  border-radius: 18px;
  background-size: cover;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  line-height: 60px;
  --tw-text-opacity: 1;
  color: rgb(13 20 47 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.copy-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 34 / var(--tw-text-opacity));
}

.copy-btn {
  font-family: "Rajdhani", sans-serif;
  background: #fbe354;
}

.copy-btn i {
  display: inline;
}

.mask {
  -webkit-mask: radial-gradient(10px, #0000 98%, #000) 10000% 10000%/99.5% 99.5%;
}

.b-text {
  color: #000 !important;
}

.w-text{
  color: #fff !important;
}

.g-text{
  color: #d8d0d0 !important
}

.gr-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(58 145 2 / var(--tw-text-opacity));
  text-shadow: 2px 0.1em 0 hsl(116deg 78% 53%);
}

.bold {
  font-weight: 600;
}

.p-text {
  --tw-text-opacity: 1;
  color: rgb(138 43 226 / var(--tw-text-opacity));
}

.normal {
  font-weight: 500;
}

/* ##### About Us Area ##### */

.about-us-area {
  position: relative;
  z-index: 1;
}

.half-circle {
  position: absolute;
  left: 54%;
  bottom: 0px;
  z-index: 0;
  height: 450px;
  width: 450px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 100%;
  background: url(../img/bg-img/wavy.png);
}

.main-color {
  -webkit-text-fill-color: #fbe354;
  -webkit-text-stroke: #fbe354;
}

@media (min-width: 1200px) {
  .hedo-wrapper img {
    width: 110%;
    max-width: 110%;
  }

  .hedo-wrapper.v2 img {
    max-width: 110%;
  }

  .hedo-wrapper.v3 img {
    position: relative;
    z-index: 2;
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
  }

  .stage-wrap img {
    position: relative;
    z-index: 2;
    margin-top: -100px;
  }
}

@keyframes fadeInAndOut {
  0%   {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.moving-bg {
  position: relative;
  width: 160em;
  animation: cloudwash 15s linear infinite;
  overflow: hidden;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.25rem;
  padding-bottom: 15px;
  background: #9c62f5;
  visibility: inherit;
}

.moving-wave-top,
.moving-wave-bottom {
  position: relative;
  margin-top: -2.75rem;
  height: 2.75rem;
  width: 160em;
  animation: cloudwash 25s linear infinite;
  overflow: hidden;
  visibility: inherit;
  background: url(../img/core-img/wave-top.png);
}

.moving-wave-bottom {
  z-index: 2;
  margin-top: 0px;
  margin-bottom: -2.75rem;
  background: url(../img/core-img/wave-bottom.png);
}

.moving-bg.v2 {
  width: 63em;
  border-color: none;
  padding: 0px;
  background: transparent;
}

.marquee-block {
  display: inline-block;
  width: 24.5em;
}

.marquee-block p {
  margin-left: 0.625rem;
  margin-bottom: 0px;
  display: inline-block;
  padding-left: 5px;
  font-size: 22px;
  letter-spacing: 2px;
  font-family: "Rajdhani", sans-serif;
}

.marquee-block img {
  position: relative;
  top: -3px;
  max-width: 50px;
}

@media (max-width: 992px) {
  /* .moving-bg{display: none;} */
}

.jungle-bg {
  background: url(../img/bg-img/jungle1.png) no-repeat top center;
  position: relative;
  background-size: cover;
}

.trees-bg {
  background: url(../img/bg-img/version1.png) no-repeat center;
  position: relative;
  background-size: cover;
}

.abstract-bg {
  background: url(../img/bg-img/abstract.jpg) no-repeat center;
  position: relative;
  background-size: cover;
}

.trees-bg::before,
.jungle-bg::before,
.abstract-bg::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: hsl(140deg 95% 11% / var(--tw-bg-opacity));
  mix-blend-mode: multiply;
  --tw-content: "";
  content: var(--tw-content);
}

.abstract-bg::before {
  --tw-bg-opacity: 1;
  background-color: hsl(140deg 75% 35% / var(--tw-bg-opacity));
}

.green-bg {
  background: #267a03;
}

.greeny-bg {
  background: #c1f1ad;
}

.dgreen-bg {
  background: url(../img/core-img/shape.png) #0a5103 center center repeat;
}

.divider1 {
  background: url(../img/core-img/divider1.png) no-repeat center;
  position: relative;
  z-index: 2;
  margin-top: -35px;
  margin-bottom: -2.5rem;
  background-size: cover;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.left-box {
  background: url(../img/bg-img/wavy.png);
  position: relative;
  padding: 100px;
}

.left-box::before {
  background-position: 100%;
  background-position: top;
  background: url(../img/core-img/small-wave.png);
  position: absolute;
  left: 12%;
  top: 0px;
  height: 50px;
  width: 30.77%;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
  background-size: 100%;
}

.right-box {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #000;
}

.hanger-1 {
  position: absolute;
  right: 2.5rem;
  top: -2.5rem;
  width: 200px;
  transform-origin: top;
  animation: sway 4s infinite;
}

.hanger-2 {
  position: absolute;
  left: 7px;
  top: 90px;
  width: 300px;
  --tw-rotate: 5deg;
  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));
}

.offer-img {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 2;
  width: 100px;
  animation: dreamrotate 15s linear infinite;
}

.offer-text {
  position: absolute;
  right: -7px;
  top: 0px;
  z-index: 2;
  margin-bottom: 0px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 700 !important;
}

.bottom-head {
  position: absolute;
  top: -70px;
  left: 50%;
  z-index: 2;
  width: 150px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.c-left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 250px;
}

.c-right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 250px;
}

.stage-wrap {
  position: relative;
}

.stage-content {
  border-radius: 0 0 50px 50px;
  padding: 30px;
  text-align: center;
  background: url(../img/bg-img/wavy.png);
}

@media (max-width: 992px){
  .hanger-1,
    .hanger-2,
    .offer-img,
    .offer-text,
    .bottom-head,
    .c-left,
    .c-right
    {
    display: none;
  }
}

@keyframes sway  {
  0% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(3deg);
  }
}

.header-light {
  background: url(../img/bg-img/header-light.png) no-repeat center;
  background-size: cover;
}

.light-green {
  background: url(../img/bg-img/light-green.jpg) no-repeat center;
  background-size: cover;
}

.light-bg {
  background: url(../img/bg-img/light-bg.png) no-repeat center;
  background-size: cover;
}

.light-star {
  position: relative;
}

.light-star::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.05;
  --tw-content: '';
  content: var(--tw-content);
}

.light-star {
  background: #dafbea;
}

.light-star:before {
  background: url(../img/core-img/star.png) repeat center;
}

.wavy-border {
  position: relative;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wavy-border::before {
  position: absolute;
  top: -70px;
  left: 2.5rem;
  height: 8rem;
  width: 90px;
  --tw-content: '';
  content: var(--tw-content);
}

.wavy-border::after {
  position: absolute;
  top: -70px;
  right: 2.5rem;
  height: 8rem;
  width: 90px;
  --tw-content: '';
  content: var(--tw-content);
}

.wavy-border {
  background: #0a5103;
}

.wavy-border::before {
  background: url(../img/core-img/dapos-left.png);
}

.wavy-border::after {
  background: url(../img/core-img/dapos-right.png);
}

.step-number {
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Rajdhani", sans-serif;
  -webkit-text-stroke: 1px #fff;
}

.who-we-contant{
  position: relative
}

.who-we-contant h4 {
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 25px;
  font-size: 50px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(251 227 84 / var(--tw-text-opacity));
}

.who-we-contant h4::before {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 80%;
  width: 7px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '';
  content: var(--tw-content);
}

.who-we-contant h4 {
  font-family: "Rajdhani", sans-serif;
}

.who-we-contant h4::before {
  background: #fbe354;
}

.who-we-contant h4.v2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.who-we-contant h4.v3 {
  padding-left: 0px;
  font-size: 40px;
  line-height: 1.2;
}

.who-we-contant h4.v3::before {
  content: var(--tw-content);
  display: none;
}

.feature-img {
  border-radius: 250px 250px 0 0;
}

.feature-box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.feature-box::before {
  position: absolute;
  right: -33px;
  top: -21px;
  height: 100px;
  width: 100px;
  background-size: contain;
  opacity: 0.2;
  --tw-content: '';
  content: var(--tw-content);
}

.feature-box {
  background: #53c91a36;
  background: #267a03;
}

.feature-box::before {
  background: url(../img/icons/star.png) no-repeat;
}

.feature-box h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Rajdhani", sans-serif;
}

.feature-box p {
  margin-bottom: 0px;
  font-size: 15px;
}

.rotating-anim {
  animation: dreamrotate 15s linear infinite;
}

.darker .rotating-anim {
  border-radius: 50%;
  border-width: 4px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(38 122 3 / var(--tw-border-opacity));
}

.buy-option-wrap {
  overflow: hidden;
}

.buy-option {
  display: inline-block;
  min-width: 160px;
  border-radius: 15px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  background: #fff;
}

.buy-option img{
  display: inline
}

.buy-option h5 {
  margin: 0px;
  margin-left: 5px;
  display: inline;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: "Rajdhani", sans-serif;
}

.moving-bg.v2:hover {
  animation-play-state: paused;
}

.welcome-meter {
  position: relative;
  z-index: 1;
}

.comp-img {
  position: relative;
  width: 100%;
}

.compimg-wrapper {
  position: relative;
}

.box-shadow:hover {
  top: -3px;
  --tw-shadow: 0px 25px 36px 0px rgba(154,161,171,0.24);
  --tw-shadow-colored: 0px 25px 36px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
}

.gradient-t {
  position: relative;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.floating-anim {
  animation: floating2 7s infinite;
  -webkit-animation: floating2 7s infinite;
}

@keyframes floating2 {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    transform: rotateX(0deg) translateY(15px);
  }

  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}

.token-information {
  position: relative;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-top: 0px;
  margin-bottom: 0px;
}

.token-information a {
  position: relative;
  color: inherit;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.token-information a:hover {
  top: -5px;
}

.token-information li {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
  padding: 0px;
  padding-left: 70px;
}

.token-information span {
  position: absolute;
  left: 17px;
  top: 50%;
  height: 30px;
  width: 30px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 50%;
}

.token-information .one {
  border-width: 7px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 182 0 / var(--tw-border-opacity));
}

.token-information .two {
  border-width: 7px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(230 99 146 / var(--tw-border-opacity));
}

.token-information .three {
  border-width: 7px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(42 205 114 / var(--tw-border-opacity));
}

.token-information .four {
  border-width: 7px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(30 184 224 / var(--tw-border-opacity));
}

.token-information h6 {
  margin-bottom: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Rajdhani", sans-serif;
}

.token-information p {
  margin-bottom: 0px;
}

/* ##### Service Area CSS ##### */

.side-feature-list-item {
  display: flex;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.check-mark-icon {
  margin-right: 1rem;
  height: 50px;
  width: 50px;
}

.check-mark-icon.v2 {
  margin-right: 0.375rem;
  height: 35px;
  width: 35px;
}

.foot-c-info {
  font-weight: 600;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.step-block {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(251 227 84 / var(--tw-border-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 23px;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 0 20px rgb(0 0 0 / 40%) inset;
  --tw-shadow-colored: inset 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: #53c91a36;
}

.darker .step-block {
  border-color: none;
  background: #267a03;
}

.step-how-num {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  min-width: 108px;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.1;
  color: transparent;
  -webkit-text-stroke: 3px #fbe354;
}

.step-info h4 {
  margin-bottom: 0px;
  display: block;
  border-radius: 10px;
  font-size: 33px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
}

@media (max-width: 480px) {
  .step-block {
    display: block;
  }

  .step-how-num {
    margin-bottom: 0px;
  }
}

.main-timeline3 {
  position: relative;
  overflow: hidden;
}

.main-timeline3::before {
  position: absolute;
  left: 50%;
  top: 2.5rem;
  height: 100%;
  width: 0.625rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(149 149 149 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.main-timeline3 .timeline {
  position: relative;
  float: right;
  width: 50%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 100px;
  padding-right: 60px;
}

.main-timeline3 .timeline::before {
  position: absolute;
  left: -1.25rem;
  top: 42px;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-shadow: 0 0 1px 5px #8cc43d;
  --tw-shadow-colored: 0 0 1px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-content: "";
  content: var(--tw-content);
}

.main-timeline3 .timeline:before {
  background: #8cc43d;
}

.main-timeline3 .timeline-content {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 1.25rem;
  --tw-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
  --tw-shadow-colored: inset 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.main-timeline3 .timeline-content:hover {
  text-decoration-line: none;
}

.main-timeline3 .timeline-content {
  background: #e9e9e7;
}

.main-timeline3 .year {
  position: absolute;
  left: -1.25rem;
  top: 1.25rem;
  display: block;
  height: 50px;
  width: 80%;
  border-radius: 10px 10px 10px 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 50px;
  padding-right: 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 20px rgba(0,0,0,0.4) inset;
  --tw-shadow-colored: inset 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.main-timeline3 .year::before {
  position: absolute;
  bottom: -60px;
  left: 0px;
  border-left-width: 20px;
  border-top-width: 40px;
  border-bottom-width: 20px;
  border-style: solid;
  border-left-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(140 196 61 / var(--tw-border-opacity));
  border-bottom-color: transparent;
  --tw-content: "";
  content: var(--tw-content);
}

.main-timeline3 .year {
  background: #8cc43d;
}

.main-timeline3 .title {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}

.main-timeline3 .description {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgb(111 111 111 / var(--tw-text-opacity));
  font-size: 14px;
  line-height: 1.6;
}

.main-timeline3 .timeline:nth-child(2n) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 60px;
  padding-right: 100px;
  text-align: right;
}

.main-timeline3 .timeline:nth-child(2n)::before {
  left: auto;
  right: -1.25rem;
  content: var(--tw-content);
  --tw-shadow: 0 0 1px 5px #8cc43d;
  --tw-shadow-colored: 0 0 1px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.main-timeline3 .timeline:nth-child(2n):before {
  background: #8cc43d;
}

.main-timeline3 .timeline:nth-child(2n) .year {
  left: auto;
  right: -1.25rem;
  border-radius: 10px 10px 0;
  padding-right: 50px;
}

.main-timeline3 .timeline:nth-child(2n) .year::before {
  left: auto;
  right: 0px;
  border-right-width: 20px;
  border-style: solid;
  border-left-color: none;
  border-right-color: transparent;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(140 196 61 / var(--tw-border-opacity));
}

.main-timeline3 .timeline:nth-child(2n) .year {
  background: #8cc43d;
}

.main-timeline3 .timeline:nth-child(2) {
  margin-top: 140px;
}

.main-timeline3 .timeline:nth-child(odd) {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -140px;
  margin-bottom: 0px;
}

.main-timeline3 .timeline:nth-child(even) {
  margin-bottom: 60px;
}

.main-timeline3 .timeline:first-child,
.main-timeline3 .timeline:last-child:nth-child(even) {
  margin: 0px;
}

.main-timeline3 .timeline:nth-child(3n):before {
  --tw-shadow: 0 0 1px 5px #8cc43d;
  --tw-shadow-colored: 0 0 1px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: #8cc43d;
}

.main-timeline3 .timeline:nth-child(3n) .year {
  background: #8cc43d;
}

.main-timeline3 .timeline:nth-child(3n) .year:before {
  --tw-border-opacity: 1;
  border-top-color: rgb(140 196 61 / var(--tw-border-opacity));
}

.main-timeline3 .timeline:nth-child(4n):before {
  --tw-shadow: 0 0 1px 5px #8cc43d;
  --tw-shadow-colored: 0 0 1px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: #8cc43d;
}

.main-timeline3 .timeline:nth-child(4n) .year {
  background: #8cc43d;
}

.main-timeline3 .timeline:nth-child(4n) .year:before {
  --tw-border-opacity: 1;
  border-top-color: rgb(140 196 61 / var(--tw-border-opacity));
}

@media only screen and (max-width: 990px) {
  .main-timeline3:before {
    top: 8%;
  }

  .main-timeline3 .timeline {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 100px;
    padding-right: 0.625rem;
  }

  .main-timeline3 .timeline:nth-child(2n) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .main-timeline3:before {
    left: 0.75rem;
    top: 0px;
    width: 0.5rem;
    --tw-translate-x: 0px;
    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));
  }

  .main-timeline3 .timeline,
  .main-timeline3 .timeline:nth-child(even),
  .main-timeline3 .timeline:nth-child(odd) {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 60px;
    padding-right: 0px;
    text-align: left;
  }

  .main-timeline3 .timeline:before,
  .main-timeline3 .timeline:nth-child(2n):before {
    left: 0.375rem;
    top: 38px;
    height: 1.25rem;
    width: 1.25rem;
    border-width: 3px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .main-timeline3 .timeline:nth-child(2n) .year {
    left: -1.25rem;
    right: auto;
    border-radius: 10px 10px 10px 0;
  }

  .main-timeline3 .timeline:nth-child(2n) .year::before {
    left: 0px;
    right: auto;
    border-left-width: 20px;
    border-bottom-width: 20px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: none;
    content: var(--tw-content);
    border-bottom-color: transparent;
  }
}


/*
* ----------------------------------------------------------------------------------------
*  START Subscribe STYLE
* ----------------------------------------------------------------------------------------
*/

.subscribe {
  position: relative;
}

.subscribe .section-heading > p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.subscribe .section-heading {
  margin-bottom: 30px;
}

.subscribe .service-text {
  padding-top: 0px;
}

.subscribe .title-box {
  margin-bottom: 30px;
}

.subscribe-section {
  display: inline-block;
  border-radius: 20px;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 0.625rem;
  background: #fff;
}

.subscribe-section .input-wrapper {
  position: relative;
  display: inline-block;
}

.underlined {
  text-decoration-line: underline;
}

.subscribe-section input {
  position: relative;
  min-width: 350px;
  border-radius: 5px;
  border-color: none;
  padding: 0.625rem;
}

.subscribe-section input:focus {
  border-radius: 25px;
}

.subscribe-section input {
  background: transparent;
}

.subscribe-section input:focus {
  outline: none;
}

.subscribe-wrapper {
  box-sizing: border-box;
  border-radius: 20px;
  border-width: 3px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(251 227 84 / var(--tw-border-opacity));
  padding: 60px;
  background: #328e0591;
}

.darker .subscribe-wrapper {
  border-color: none;
  background: #267a03;
}

.sunscribe-lg {
  position: absolute;
  top: -253px;
  left: -5rem;
  display: block;
  max-width: 145%;
}

@media (max-width: 500px) {
  .subscribe-section input {
    min-width: 100%;
  }

  .subscribe-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subscribe-section {
    display: inherit;
  }
}

/* ##### Contact Area CSS ##### */

.group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.group input,
.group textarea {
  display: block;
  height: 55px;
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: none;
  border-bottom-color: rgba(255,255,255,0.2);
  background-color: transparent;
  padding: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group input:focus,
.group textarea:focus {
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: none !important;
}

.group label {
  pointer-events: none;
  position: absolute;
  left: 1.25rem;
  top: 18px;
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: ease;
  transition-timing-function: all;
  -webkit-transition: 0.5s ease all;
}

.group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.group .bar::before {
  content: var(--tw-content);
  left: 50%;
}

.group .bar::after {
  content: var(--tw-content);
  right: 50%;
}

.group .bar:before,
.group .bar:after {
  position: absolute;
  bottom: 0px;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: ease;
  transition-timing-function: all;
  --tw-content: '';
  content: var(--tw-content);
  -webkit-transition: 0.5s ease all;
}

.group textarea {
  height: 130px;
}

/* Form Active State */

.group input:focus ~ label,
.group textarea:focus ~ label,
.group input:valid ~ label,
.group textarea:valid ~ label {
  top: -17px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group input:focus ~ .bar:before,
.group textarea:focus ~ .bar:before,
.group input:focus ~ .bar:after,
.group textarea:focus ~ .bar:after {
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

input:required,
textarea:required {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* ##### Footer Area ##### */

.footer-area {
  position: relative;
  z-index: 1;
  padding: 0px;
}

.footer-content-area {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000;
}

.footer-content-area.demo {
  margin-top: 70px;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-logo img {
  width: 2.5rem;
}

.footer-side-thumbnail {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: top center;
  opacity: 0.3;
}

.copywrite_text > p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  line-height: 1.9;
}

.copywrite_text > p > a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-social-info a i {
  margin-right: 5px;
  height: 35px;
  width: 2.5rem;
  border-radius: 5px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 500ms;
  background: #fbe354;
}

.footer-social-info a i:hover {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(74 122 236 / var(--tw-text-opacity));
}

.contact_info_area .contact_info {
  text-align: left;
}

.contact_info_area .contact_info h5 {
  margin-bottom: 1.25rem;
  display: inline-block;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 227 84 / var(--tw-border-opacity));
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.contact_info_area .contact_info p {
  margin-bottom: 0px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity));
  line-height: 1.9;
}

.contact_info_area .contact_info a:hover p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .contract-add {
    display: block;
  }

  .contract-add h6 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .contract-add span {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    display: block;
  }
}

@media (max-width: 480px) {
  .contract-add span {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    display: block;
    word-break: break-all;
  }

  .section-heading p {
    font-size: 15px;
  }

  .welcome-content h1 {
    font-size: 35px;
  }

  .welcome-content h1.v3 {
    font-size: 40px;
    -webkit-text-stroke: 3px #fff;
  }

  .left-box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ##### Accordians CSS ##### */

.dream-faq-area dl {
  width: 100%;
}

.dream-faq-area dt {
  cursor: pointer;
  overflow: visible;
  border-radius: 10px 10px 0 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(../img/bg-img/wavy.png);
}

.dream-faq-area dd {
  margin: 0px;
  border-radius: 0 0px 10px 10px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: #fff;
}

.dream-faq-area dd p {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.font-lg{
  font-size:25px !important
}

/* ##### Button Effects ##### */

.main-color2 {
  color: #2f9902 !important;
}

.ms-color2 {
  color: #2f9902 !important;
  -webkit-text-stroke: 2px #2f9902 !important;
}

.ripple {
  position: absolute;
  z-index: -1;
  height: 0.25em;
  width: 0.25em;
  transform-origin: center 50%;
  animation: ripple 1.6s;
  border-radius: 50%;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 1.6s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: center 50%;
  -webkit-transition: opacity 1.6s;
  -webkit-animation: ripple 1.6s;
  animation-fill-mode: forwards;
}

.ripple-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@keyframes ripple {
  0% {
    transform: scale3d(0, 0, 0);
  }

  100% {
    transform: scale3d(50, 50, 50);
  }
}

/* ##### Light Version CSS ##### */

body.light-version {
  background: #fff !important;
}

.light-version p {
  font-weight: 500;
}

.light-version h2,
.light-version h3,
.light-version h6,
.light-version .growing-company p .counter,
.light-version .portfolio-menu button,
.light-version .post-meta p a,
.light-version .group label,
.light-version input:focus ~ label,
.light-version textarea:focus ~ label,
.light-version input:valid ~ label,
.light-version textarea:valid ~ label,
.light-version .copywrite_text > p > a {
  --tw-text-opacity: 1;
  color: rgb(251 227 84 / var(--tw-text-opacity));
}

.dream-faq-area dt {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.light-version .timelineBox {
  --tw-shadow: 0 2px 2px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 2px 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);
  background: #f2f4f8;
}

.light-version .welcome-content h2,
.light-version .cool_fact_detail h3,
.light-version .cool_fact_detail h2,
.light-version .cta-content h2,
.light-version .cta-content p,
.contact_info_area .contact_info h5 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.light-version .portfolio-menu button.active {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  --tw-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
  --tw-shadow-colored: 0 0 0 0.2rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.light-version .single-team-member {
  padding: 30px;
}

.light-version .single-team-member::after {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -5;
  height: 100%;
  width: 100%;
  background-color: -webkit-linear-gradient(to right,#846FF4 0%,#F17674 100%);
  background-image: linear-gradient(to right,#846FF4 0%,#F17674 100%);
  --tw-content: "";
  content: var(--tw-content);
}

.light-version .single-team-member.v2:after {
  background: #f4f9ff;
}

.light-version .trust-item {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.light-version #scrollUp {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.light-version .demo-video h2,
.light-version .subscribe .group label,
.light-version .subscribe .group input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.light-version .subscribe .group input {
  border-bottom-color: rgba(255,255,255,0.2);
}

.light-version .demo-video {
  overflow: hidden;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(238 238 238 / var(--tw-border-opacity));
  background: linear-gradient(to right, #4834d4, #341f97);
}

.light-version .demo-video p {
  color: rgba(255,255,255,0.7);
}

.light-version .our_services_area {
  padding-bottom: 70px;
}

.light-version #scrollUp:before {
  position: absolute;
  right: 100%;
  top: 0.625rem;
  z-index: -200;
  height: 0.125rem;
  width: 30%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.light-version .our_blog_area {
  background: #edf6fd;
}

.light-version .group input,
.light-version .group textarea {
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  background: rgb(215, 223, 239);
}

.light-version .group input:focus ~ .bar:before,
.light-version .group textarea:focus ~ .bar:before,
.light-version .group input:focus ~ .bar:after,
.light-version .group textarea:focus ~ .bar:after {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.light-version .client_slides .owl-dot {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.light-version .client_slides .owl-dot.active {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* demo page */

.demo-item {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  border-width: 10px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(11 165 19 / var(--tw-border-opacity));
  --tw-shadow: 0 2px 28px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 2px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.demo-item:hover {
  --tw-translate-x: 0px;
  --tw-translate-y: -9px;
  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));
  --tw-shadow: 0 1px 28px rgb(218 98 242 / 66%);
  --tw-shadow-colored: 0 1px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.demo-item {
  -webkit-box-shadow: 0 2px 28px rgba(0, 0, 0, 0.1);
  background: #fff;
}

@media (min-width: 1200px) {
  .demo .container {
    max-width: 1280px;
  }
}

.demo-item:hover {
  -webkit-transform: translate(0, -9px);
}

@media (min-width: 1200px) {
  .app-img {
    margin-left: -250px;
    max-width: 140%;
  }
}

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

.preview-demo {
  position: relative;
  display: inline-block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(103 58 183 / var(--tw-border-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.preview-demo:hover {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.preview-demo {
  background: #3a80fe;
}

.preview-demo i {
  margin-left: 0.625rem;
}

@media (min-width: 1200px){
  .container {
    max-width: 1240px !important;
  }
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

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

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

@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%;
  }

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

@media (min-width: 1024px) {
  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

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

html, body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
    width: 100%; /* Ensure the width is 100% of the viewport */
    max-width: 100%; /* Ensure the width doesn't exceed the viewport */
}

@media (max-width: 767px) {
    .container {
        width: 100%; /* Ensure the container fits within the viewport */
        padding-left: 15px; /* Add padding to prevent content from touching the edges */
        padding-right: 15px;
    }

    .hero-section, .welcome_area {
        width: 100%; /* Ensure these sections fit within the viewport */
        overflow: hidden; /* Prevent any overflow */
    }

    .welcome-content h1 {
        font-size: 40px; /* Adjust font size for mobile */
        line-height: 1.2; /* Adjust line height for better readability */
    }

    .welcome-content h1.v3 {
        font-size: 45px; /* Adjust font size for mobile */
        -webkit-text-stroke: 3px #fff; /* Adjust stroke for mobile */
    }
}

@media (max-width: 767px) {
    .moving-bg {
        width: 100%; /* Adjust the width to fit the viewport */
        animation: cloudwash 10s linear infinite; /* Adjust animation speed for mobile */
    }

    
}

@media (max-width: 767px) {
    .hanger-1, .hanger-2, .offer-img, .offer-text, .bottom-head, .c-left, .c-right {
        display: none; /* Hide elements that might cause overflow */
    }

    .left-box, .right-box {
        padding-left: 15px; /* Adjust padding for mobile */
        padding-right: 15px;
    }
}

@media (max-width: 500px) {
    .subscribe-section {
        width: 100%; /* Ensure it doesn't exceed the viewport width */
        max-width: 100%; /* Prevent stretching */
        padding-left: 15px; /* Add padding to prevent content from touching the edges */
        padding-right: 15px;
        box-sizing: border-box; /* Include padding in the element's width */
    }

    .subscribe-section input {
        width: 100%; /* Make the input fit within the container */
        min-width: auto; /* Remove fixed min-width */
        box-sizing: border-box; /* Include padding in the input's width */
    }

    .subscribe-wrapper {
        width: 100%; /* Ensure the wrapper fits within the viewport */
        padding-left: 15px; /* Adjust padding for smaller screens */
        padding-right: 15px;
        padding-top: 30px; /* Reduce padding for better spacing */
        padding-bottom: 30px;
        box-sizing: border-box; /* Include padding in the wrapper's width */
    }
}

@media (max-width: 500px) {
    .subscribe-section .input-wrapper {
        width: 100%; /* Ensure the input wrapper fits within the container */
        max-width: 100%; /* Prevent stretching */
    }
}

@media (max-width: 500px) {
    .subscribe-section input {
        min-width: auto; /* Remove fixed min-width */
        width: 100%; /* Make the input responsive */
    }
}