/*!
Template Name: Bitrader
Template URI: 
Author: The Tork
Author URI: 
Description: Description
Version: 2.0.0
Text Domain: Bitrader


Tags: Modernize Your Crypto, Forex, Stocks & Day Trading Business

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Global CSS
# Header CSS
# Page Header
# Banner
# Main
# Blog
# Blog Widget
# Contact Us
#Footer
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

/*
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

input,
textarea,
select {
  outline: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-size: 1rem;
  color: #0A0A09;
  font-family: "inter", sans-serif;
  background-color: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #0A0A09;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.3;
}
body h1 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  body h1 {
    font-size: 4rem;
  }
}
body h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  body h2 {
    font-size: 3rem;
  }
}
body h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  body h3 {
    font-size: 1.5rem;
  }
}
body h4 {
  font-size: 1.25rem;
}
body h5 {
  font-size: 1.125rem;
}
body h6 {
  font-size: 1rem;
}
body a > h1,
body a > h2,
body a > h3,
body a > h4,
body a > h5,
body a > h6 {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
body a {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  display: inline-block;
  text-decoration: none;
  color: #0A0A09;
}
body a:hover {
  color: #C4EF17;
}
body ul {
  padding: 0;
}
body input,
body textarea,
body select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff;
}

/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.footer-section .footer-middle .footer-middle-item-wrapper .footer__winner, .footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner, .tech__list, .header-form .form-container, .header-form, .menu, .header-wrapper .menu-area, .header-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.demos__item-thumb, .demos__item-inner, .demos__item, .default-btn, .footer-section .footer-middle .footer-middle-item-wrapper .useful-link, .footer-section .footer-middle .footer-middle-item-wrapper, .footer-section .footer-middle, .menu-item-has-children > a, .header-bar, .header-bottom, .header-top, .header-section.header-fixed .header-holder, .catmenu-item-has-children > a, .section-header-2 h2, .section-header-2, .section-header h2 {
  position: relative;
}

.demos__item-content, .demos__item-thumb img, .demos__item .mac-frame, .footer-section .footer-middle .footer-middle-item-wrapper .useful-link:before, .menu-item-has-children > a::before, .menu-item-has-children > a::after, .header-bar span, .header-section, .catmenu-item-has-children > a::before, .catmenu-item-has-children > a::after, .section-header-2:after, .section-header h2:after {
  position: absolute;
  content: "";
}

.feature, .demos__item-inner, .footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item, .banner, .footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6 a {
  overflow: hidden;
}

.header-bar {
  cursor: pointer;
}

.demos__item .mac-frame svg, .demos__item .mac-frame, .footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item img, .footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item, .header-bar span, .header-section.header-fixed, .header-section, .section-header-2:after, input,
textarea,
select {
  width: 100%;
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item img, .footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item {
  height: 100%;
}

.header-wrapper {
  justify-content: space-between;
}

.tech__list, .header-wrapper .menu-area, .header-wrapper {
  align-items: center;
}

.header-wrapper .logo a {
  display: block;
}

.default-btn, .header-bar span, .scrollToTop span {
  display: inline-block;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content .rating i {
  color: #C4EF17;
}

.feature__item-inner, .banner__content, .scrollToTop span, .section-header {
  text-align: center;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
input,
textarea,
select {
  padding: 10px;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

ul li {
  list-style: none;
  margin-inline-start: 0;
}

.color--theme-color {
  color: #6B7FFF;
}
.color--secondary-color {
  color: #191b48;
}

.bg--cover {
  background-size: cover;
  background-position: center;
}
.bg--fixed {
  background-attachment: fixed;
}
.bg--primary {
  background-color: #191b48;
}
.bg--gradient-primary {
  background-image: radial-gradient(circle, rgb(25, 27, 72) 0%, rgba(5, 6, 29, 0) 95%);
}
.bg--shade {
  background-color: rgba(214, 242, 254, 0.5);
}

.section-header {
  margin-bottom: 65px;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 85px;
  }
}
.section-header h2 {
  text-transform: uppercase;
}
.section-header h2:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  height: 25px;
  background-image: url(../images/shape/header.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -35px;
  left: 50%;
}
@media (min-width: 992px) {
  .section-header h2:after {
    width: 250px;
    bottom: -38px;
  }
}

.section-header-2 {
  margin-bottom: 65px;
  gap: 10px;
}
.section-header-2:after {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 0;
  bottom: -15px;
}
@media (min-width: 992px) {
  .section-header-2 {
    margin-bottom: 85px;
  }
}
.section-header-2 h2 {
  text-transform: uppercase;
}
.section-header-2 .section-header-content ul {
  margin-block-end: 0;
}

.padding-top {
  padding-top: 75px;
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 115px;
  }
}

@media (min-width: 992px) {
  .padding-lg-top {
    padding-top: 115px;
  }
}
.padding-bottom {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 120px;
  }
}

.bg-attachment {
  background-attachment: fixed;
}

.ls-2 {
  letter-spacing: 2px;
}

@media (min-width: 1200px) {
  .mr-xl-50-none {
    margin-right: -50px;
  }
  .ml-xl-50-none {
    margin-left: -50px;
  }
}
.rating-star li i {
  color: #C4EF17;
}

.theme-color {
  color: #C4EF17;
}

.cta {
  background-size: cover;
  background-position: center;
}
.cta__content h2,
.cta__content h6 {
  color: #fff;
  text-shadow: 3px 3px 3px 0.2 #0A0A09;
}
.cta__content h2 {
  color: #fff;
  margin-block-end: 15px;
}
.cta__content h2 span {
  color: #C9F322;
}
.cta__content h3 {
  color: rgba(255, 255, 255, 0.8352941176);
  font-weight: 400;
  max-inline-size: 34ch;
}

.cta-item {
  padding: 50px 25px;
}
@media (min-width: 992px) {
  .cta-item {
    padding: 70px 40px;
  }
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
}

.catmenu-item-has-children > a::after {
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 2px;
  background: #fff;
}
.catmenu-item-has-children > a::before {
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  width: 2px;
  height: 10px;
  background-color: #fff;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
@media (min-width: 992px) {
  .catmenu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  .catmenu-item-has-children > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    width: 2px;
    height: 10px;
    background-color: #fff;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
  }
}
@media (min-width: 992px) {
  .catmenu-item-has-children .menu-item-has-children a::after {
    right: 11px;
  }
  .catmenu-item-has-children .menu-item-has-children a::before {
    right: 15px;
  }
}
@media (min-width: 992px) {
  .catmenu-item-has-children .menu-item-has-children a:hover::after, .catmenu-item-has-children .menu-item-has-children a:hover::before {
    background: #fff;
  }
}
.catmenu-item-has-children.open > a:before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: #C4EF17;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  -moz-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    opacity: 0;
  }
}
.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 99;
}
.scrollToTop span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #0A0A09;
  background: #C4EF17;
  font-size: 1.25rem;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.scrollToTop span svg {
  fill: #0A0A09;
}
.scrollToTop span:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 20px 0px rgba(196, 239, 23, 0.5);
}

/*================*** Header Section Start Here     ***===================*/
.header-section {
  top: 0;
  left: 0;
  z-index: 99;
  background: transparent;
}
.header-section.header-fixed {
  position: fixed;
  background-color: #0A0A09;
  top: 0;
  left: 0;
  animation: fadeInDown 0.5s;
  -webkit-animation: fadeInDown 0.5s;
  -moz-animation: fadeInDown 0.5s;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.header-section.header-fixed .brand-logo h3 {
  color: #0A0A09;
}
.header-section.header-fixed .brand-logo h3 {
  color: #fff;
}

.header-top {
  z-index: 2;
  background-color: #C4EF17;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-top * {
  color: #C4EF17;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}

.header-wrapper {
  padding: 19px 0;
  width: calc(100% - 130px);
}
@media (min-width: 576px) {
  .header-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-wrapper {
    width: auto;
  }
}
@media (max-width: 575px) {
  .header-wrapper .logo {
    width: 100px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-wrapper .logo {
    width: 160px;
  }
}
.mobile-logo {
  max-width: 140px;
}
@media (min-width: 576px) {
  .mobile-logo {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  .menu {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.menu > li > a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 16px 22px;
  text-transform: uppercase;
}
.menu > li > a i {
  margin-right: 5px;
}
.menu > li > a:hover {
  color: #C4EF17;
}
@media (min-width: 992px) {
  .menu li {
    position: relative;
  }
  .menu li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 9;
    background: #191b48;
    width: 220px;
    padding: 0;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(196, 239, 23, 0.2);
    border: 1px solid rgba(196, 239, 23, 0.6);
  }
  .menu li .submenu li {
    padding: 0;
  }
  .menu li .submenu li a {
    padding: 10px 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid rgba(196, 239, 23, 0.3);
  }
  .menu li .submenu li a:hover, .menu li .submenu li a.active {
    background: #C4EF17;
    padding-left: 22px;
    color: #fff;
  }
  .menu li .submenu li:last-child a {
    border-bottom: none;
  }
  .menu li .submenu li .submenu {
    left: 100%;
    top: 20px;
    border-left: 3px solid #C4EF17;
  }
  .menu li:hover > .submenu {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
    visibility: visible;
  }
  .menu li:hover > .submenu a::before {
    right: 14px;
  }
  .menu li:hover > .submenu a::after {
    right: 10px;
  }
  .menu li:hover > .submenu a::after, .menu li:hover > .submenu a::before {
    background: #fff;
  }
  .menu li:hover > .submenu .submenu {
    transform: translateY(0px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu li a {
    padding: 10px 12px;
  }
}
@media (max-width: 991px) {
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: auto;
    max-height: 400px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    background: rgb(10, 22, 11);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .menu li {
    width: 100%;
    padding: 0;
  }
  .menu li a {
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .menu li a:hover {
    background: rgba(196, 239, 23, 0.6);
    color: #fff;
  }
  .menu li .submenu {
    padding-left: 20px;
    display: none;
  }
  .menu li .submenu li {
    width: 100%;
  }
  .menu li .submenu li a {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .menu.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.header-bar {
  width: 25px;
  height: 20px;
  margin-inline-start: 30px;
}
.header-bar span {
  height: 3px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: #fff;
  left: 0;
}
.header-bar span:first-child {
  top: 0;
}
.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}
.header-bar span:last-child {
  bottom: 0;
}
.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -moz-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  -o-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}
.header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -moz-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  -o-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}
@media (max-width: 575px) {
  .header-bar {
    width: 15px;
    height: 16px;
  }
  .header-bar span {
    height: 2px;
    width: 20px;
  }
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -moz-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    -o-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    -moz-transform: rotate(-45deg) translate(4px, -6px);
    -ms-transform: rotate(-45deg) translate(4px, -6px);
    -o-transform: rotate(-45deg) translate(4px, -6px);
    transform: rotate(-45deg) translate(4px, -6px);
  }
}

.menu-item-has-children > a.active::after, .menu-item-has-children > a.active::before {
  background-color: #fff !important;
}
.menu-item-has-children > a::after {
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.menu-item-has-children > a::before {
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  width: 2px;
  height: 10px;
  background-color: #fff;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
@media (min-width: 992px) {
  .menu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  .menu-item-has-children > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    width: 2px;
    height: 10px;
    background-color: #fff;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
  }
}
.menu-item-has-children:hover > a:before {
  transform: rotate(90deg);
  opacity: 0;
}
.menu-item-has-children.open > a:before {
  transform: rotate(90deg);
  opacity: 0;
}

.header-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.header-form.active {
  visibility: visible;
  opacity: 1;
}
.header-form -color-lay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
.header-form -color-lay .cross {
  position: absolute;
  color: #fff;
  cursor: pointer;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #C4EF17;
}
.header-form .form-container {
  margin: 15px;
  max-width: 700px;
  width: 100%;
  padding: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
}
.header-form .form-container button {
  width: 120px;
  height: 60px;
  background: #C4EF17;
  border: none;
  outline: none;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.header-form .form-container input {
  width: calc(100% - 120px);
  height: 60px;
  border: none;
  outline: none;
  padding: 20px;
}
@media (max-width: 575px) {
  .header-form .form-container {
    padding: 1px;
    margin: 10px;
  }
  .header-form .form-container button {
    width: 100px;
    font-size: 14px;
    font-weight: 400;
  }
  .header-form .form-container input {
    width: calc(100% - 100px);
  }
}

/*================*** Header Section End Here     ***===================*/
.section-header {
  margin-bottom: 65px;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 85px;
  }
}
.section-header h2 {
  text-transform: capitalize;
}
.section-header h2:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  height: 5px;
  background-image: linear-gradient(90deg, rgba(255, 180, 0, 0) 0%, #C4EF17 45%, rgba(255, 180, 0, 0) 100%);
  bottom: -20px;
  left: 50%;
}
@media (min-width: 992px) {
  .section-header h2:after {
    width: 250px;
    bottom: -20px;
  }
}

.banner {
  padding-block-start: 110px;
  padding-block-end: 320px;
}
@media (min-width: 576px) {
  .banner {
    padding-block-start: 110px;
    padding-block-end: 350px;
  }
}
@media (min-width: 768px) {
  .banner {
    padding-block-start: 110px;
    padding-block-end: 370px;
  }
}
@media (min-width: 992px) {
  .banner {
    padding-block-start: 180px;
    padding-block-end: 350px;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding-block-start: 180px;
    padding-block-end: 350px;
  }
}
@media (min-width: 1440px) {
  .banner {
    padding-block-start: 180px;
    padding-block-end: 410px;
  }
}
@media (min-width: 1440px) {
  .banner__thumb img {
    max-width: none;
  }
}
.banner__content h1 {
  color: #6B7FFF;
  text-shadow: 3px 3px 3px 0.2 #0A0A09;
}
.banner__content h2 {
  margin-block-end: 40px;
  color: #fff;
  line-height: 1.4;
  text-shadow: 3px 3px 3px 0.2 #0A0A09;
  font-weight: 400;
}
.banner__content p {
  margin-block-end: 50px;
  line-height: 30px;
  max-inline-size: 35ch;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .banner__content p {
    max-inline-size: 45ch;
  }
}

.tech__list {
  gap: 10px;
}

.banner-section {
  background-size: cover;
  background-position: center;
  padding-block: 150px;
}
@media (min-width: 768px) {
  .banner-section {
    padding-block: 200px;
  }
}

@media (min-width: 1200px) {
  .banner-content {
    margin-bottom: -250px;
  }
}
.banner-content h1 {
  margin: 0;
  text-shadow: 1px 2px 2px #0A0A09, 3px 4px 0 #C4EF17;
}
.banner-content .default-button {
  padding: 0 2rem;
}
.banner-content p {
  font-size: calc(1.275rem + 0.3vw);
  font-family: "inter", sans-serif;
  text-transform: uppercase;
  margin-block-end: 30px;
}
@media (min-width: 1200px) {
  .banner-content p {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .banner-thumb {
    padding: 50px 0;
  }
}
.banner-thumb .banner-thumb-img {
  animation: rotating 15s linear infinite;
}
@media (max-width: 991px) {
  .banner-thumb .banner-thumb-img {
    width: 35%;
  }
}

.footer-section {
  background-color: #191b48;
  background-size: cover;
}
@media (min-width: 992px) {
  .footer-section {
    position: relative;
  }
}
.footer-section .footer-middle {
  background-size: cover;
  background-position: center;
}
.footer-section .footer-middle .footer-middle-item-wrapper {
  z-index: 9;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item {
  margin-bottom: 40px;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-title h4 {
  margin-bottom: 25px;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .footer-abt-img {
  margin-bottom: 15px;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget {
  margin-bottom: 12px;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget:last-child {
  margin-bottom: 0;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner {
  align-items: center;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-thumb {
  width: 80px;
  overflow: hidden;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-thumb a img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content {
  width: calc(100% - 80px);
  padding-inline-start: 20px;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6 {
  margin-block-end: 5px;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content p {
  margin: 0px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content p b {
  margin-left: 5px;
  font-weight: 500;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget:hover .lab-thumb a img {
  transform: scale(1.1) rotate(-5deg);
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget:hover .lab-content h6 a {
  color: #C4EF17;
}
.footer-section .footer-middle .footer-middle-item-wrapper .useful-linklist {
  column-count: 2;
}
.footer-section .footer-middle .footer-middle-item-wrapper .useful-linklist li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-section .footer-middle .footer-middle-item-wrapper .useful-link {
  padding-inline-start: 10px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.footer-section .footer-middle .footer-middle-item-wrapper .useful-link:before {
  content: "\ea69";
  font-family: "IcoFont";
  left: -5px;
}
.footer-section .footer-middle .footer-middle-item-wrapper .useful-link:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer__winner {
  gap: 10px;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.footer-section .footer-bottom .footer-bottom-content {
  padding: 38px 0;
}
.footer-section .footer-bottom .footer-bottom-content p {
  margin: 0;
}
.footer-section .footer-bottom .footer-bottom-content p a {
  color: #fff;
  font-weight: 500;
}
.footer-section .rating i {
  font-size: 0.875rem;
}

.footer p a {
  color: #6B7FFF;
  font-weight: 600;
}

.default-btn {
  font-size: 0.875rem;
  color: #0A0A09;
  font-weight: 500;
  padding-inline: 1.125rem;
  line-height: 3rem;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  border-radius: 8px;
  background: #C4EF17;
  line-height: 40px;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 576px) {
  .default-btn {
    font-size: 1rem;
    line-height: 45px;
  }
}
@media (min-width: 992px) {
  .default-btn {
    line-height: 50px;
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .default-btn {
    line-height: 60px;
    padding-inline: 2.125rem;
  }
}
.default-btn span {
  color: inherit;
}
.default-btn:hover {
  transform: translateY(-5px);
  color: #0A0A09;
}

.text-btn {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  color: #5e6089;
  text-transform: capitalize;
}
.text-btn:hover {
  color: #0A0A09;
}

button {
  outline: none;
  border: none;
}

.demos {
  overflow: hidden;
  --thumb-height: 390px;
}
@media (min-width: 576px) {
  .demos {
    --thumb-height: 500px;
  }
}
@media (min-width: 768px) {
  .demos {
    --thumb-height: 360px;
  }
}
@media (min-width: 992px) {
  .demos {
    --thumb-height: 498px;
  }
}
@media (min-width: 1200px) {
  .demos {
    --thumb-height: 598px;
  }
}
@media (min-width: 1440px) {
  .demos {
    --thumb-height: 700px;
  }
}
.demos__item {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.demos__item--2 .demos__item-inner {
  padding-block-start: 0;
}
.demos__item--2 .demos__item-thumb {
  height: 378px;
}
@media (min-width: 576px) {
  .demos__item--2 .demos__item-thumb {
    height: 287px;
  }
}
@media (min-width: 768px) {
  .demos__item--2 .demos__item-thumb {
    height: 390px;
  }
}
@media (min-width: 992px) {
  .demos__item--2 .demos__item-thumb {
    height: 334px;
  }
}
@media (min-width: 1200px) {
  .demos__item--2 .demos__item-thumb {
    height: 408px;
  }
}
@media (min-width: 1600px) {
  .demos__item--2 .demos__item-thumb {
    height: 410px;
  }
}
@media screen and (min-width: 1900px) {
  .demos__item--2 .demos__item-thumb {
    height: 490px;
  }
}
.demos__item--2:hover .demos__item-thumb img {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.demos__item .mac-frame {
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #323435;
}
.demos__item .mac-frame svg {
  height: 30px;
}
.demos__item .mac-frame__rect1, .demos__item .mac-frame__rect2 {
  fill: #323435;
  width: 100%;
  height: 30px;
}
.demos__item .mac-frame__circle {
  fill: #323435;
}
.demos__item-inner {
  padding-block-start: 30px;
  border: 1px solid #323435;
  border-radius: 0.75rem;
}
.demos__item-thumb {
  display: block;
  height: var(--thumb-height);
}
.demos__item-thumb img {
  transition: transform 0.3s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.demos__item-content {
  display: grid;
  place-items: center;
  bottom: -25px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.demos__item-content > a {
  background-color: #C4EF17;
  padding: 0.75rem 2rem;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  color: #0A0A09;
  border-radius: 99px;
}
.demos__item-content > a:hover {
  color: #0A0A09;
}
.demos__item:hover .demos__item-thumb img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.demos--light .section-header h2 {
  color: #0A0A09;
}

.feature__item {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2.5rem 1.5rem;
  min-height: 100%;
}
.feature__item-thumb {
  margin-block-end: 25px;
}
.feature__item-content h5 {
  margin-block-end: 15px;
}
.feature__item-content p {
  max-inline-size: 30ch;
  margin-inline: auto;
}

/*# sourceMappingURL=style.css.map */
