/*-----------------------------------------------------------------------------------

    Template Name: Nafil NFT
    Version: 1.0.0

-----------------------------------------------------------------------------------*/
/* CSS Variables */
:root {
  --primary: #000000;
  --secondary: #ffffff;
  --gradient: #000000;
  --light: #FAFAFA;
  --white: #FFFFFF;
  --gray: #F7F7F7;
  --gray-100: #BEBBBB;
  --gray-200: #958D9B;
  --gray-300: #D2D3DC;
  --gray-400: #D0DDEF;
  --gray-500: #03C8CF;
  --dark: #0D0C22;
  --body-color: #6E6D7A;
  --transition: all 0.3s ease 0s;
  --font-family-base: Jost, sans-serif;
  --font-size-base: 16px;
  --font-weight-base: 400;
  --line-height-base: 1.625;
  --headings-font-family: Jost, sans-serif;
  --headings-font-weight: 400;
  --headings-line-height: 1.25;
}

/* Basic Style */
/* Typography Style */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  color: #6E6D7A;
  text-rendering: optimizeLegibility;
  speak: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  margin-top: 0;
  color: #0D0C22;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a,
button,
input {
  transition: var(--transition);
}

button,
input {
  font-family: "Jost", sans-serif;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-base);
  font-style: normal;
  line-height: var(--line-height-base);
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: var(--primary);
}

button,
input[type=submit] {
  font-family: "Jost", sans-serif;
  cursor: pointer;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

ul {
  margin-top: 0;
}
ul:last-child {
  margin-bottom: 0;
}

hr {
  border-top-width: 2px;
}

/* Section, Section Spacing (Padding & Margin) */
.section {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
}
.section-padding {
  padding: 110px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
}
.section-padding-top {
  padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-padding-top {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-top {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top {
    padding-top: 60px;
  }
}
.section-padding-top-0 {
  padding-top: 0;
}
.section-padding-bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-padding-bottom {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}
.section-padding-bottom-0 {
  padding-bottom: 0;
}
.section-margin {
  margin: 120px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-margin {
    margin: 110px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin {
    margin: 90px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin {
    margin: 60px 0;
  }
}
.section-margin-top {
  margin-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-margin-top {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-top {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-top {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-top {
    margin-top: 60px;
  }
}
.section-margin-top-0 {
  margin-top: 0;
}
.section-margin-bottom {
  margin-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-margin-bottom {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-bottom {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-bottom {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}
.section-margin-bottom-0 {
  margin-bottom: 0;
}

.text-gradient {
  background: #28282b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.text-gradient::after {
  background: #bbbbbb;
  bottom: 10px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  max-height: 6px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.mb-n40 {
  margin-bottom: -40px;
}

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

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

.mt-0 {
  margin-top: 0;
}

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

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
.container-two {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .container-two {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-two {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-two {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container-two {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container-two {
    max-width: 100%;
  }
}
.container-three {
  width: 100%;
  max-width: 1340px;
  margin: auto;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .container-three {
    max-width: 1225px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-three {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-three {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container-three {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container-three {
    max-width: 100%;
  }
}

.backdrop {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.backdrop.active {
  visibility: visible;
  opacity: 1;
}

/* VenoBox Style */
.vbox-close {
  top: 15px;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

.bg-gray {
  background-color: var(--gray);
}

/* Border */
.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* Tab */
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

/* Flex & Others */
.d-flex {
  display: flex;
}

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

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
}
.row > .col {
  padding: 0 15px;
  width: 100%;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.load-more-btn {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .load-more-btn {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .load-more-btn {
    margin-top: 40px;
  }
}
.load-more-btn button {
  background-color: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: 30px;
  padding: 14px 40px;
  letter-spacing: 0.4px;
}
.load-more-btn button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  transition: 0.4s;
}

/* Video Popup Style */
.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.popupbox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: popupbox;
}
@keyframes popupbox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.popupbox-content {
  max-width: 853px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.popupbox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.popupbox-hide {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: popupboxhide;
}
@keyframes popupboxhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.popupbox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 550px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  color: #FFFFFF;
  font-size: 30px;
}

.popupbox-close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) {
  .popupbox-content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) {
  .popupbox-content iframe {
    height: 320px !important;
  }
  .popupbox-close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) {
  .popupbox-content iframe {
    height: 220px !important;
  }
  .popupbox-close {
    bottom: 262px;
  }
}
/* Scroll Animation Style */
/**
* Fade animations:
* fade
* fade-up, fade-down, fade-left, fade-right
* fade-up-right, fade-up-left, fade-down-right, fade-down-left
*/
[data-sa^=fade][data-sa^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-sa^=fade][data-sa^=fade].scrolled {
  opacity: 1;
  transform: none;
}

[data-sa=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-sa=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-sa=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-sa=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-sa=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-sa=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-sa=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-sa=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

body[data-sa-duration="50"] [data-sa], [data-sa][data-sa][data-sa-duration="50"] {
  transition-duration: 50ms;
}
body[data-sa-delay="50"] [data-sa], [data-sa][data-sa][data-sa-delay="50"] {
  transition-delay: 0s;
}
body[data-sa-delay="50"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="50"].scrolled {
  transition-delay: 50ms;
}
body[data-sa-duration="100"] [data-sa], [data-sa][data-sa][data-sa-duration="100"] {
  transition-duration: 100ms;
}
body[data-sa-delay="100"] [data-sa], [data-sa][data-sa][data-sa-delay="100"] {
  transition-delay: 0s;
}
body[data-sa-delay="100"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="100"].scrolled {
  transition-delay: 100ms;
}
body[data-sa-duration="150"] [data-sa], [data-sa][data-sa][data-sa-duration="150"] {
  transition-duration: 150ms;
}
body[data-sa-delay="150"] [data-sa], [data-sa][data-sa][data-sa-delay="150"] {
  transition-delay: 0s;
}
body[data-sa-delay="150"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="150"].scrolled {
  transition-delay: 150ms;
}
body[data-sa-duration="200"] [data-sa], [data-sa][data-sa][data-sa-duration="200"] {
  transition-duration: 200ms;
}
body[data-sa-delay="200"] [data-sa], [data-sa][data-sa][data-sa-delay="200"] {
  transition-delay: 0s;
}
body[data-sa-delay="200"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="200"].scrolled {
  transition-delay: 200ms;
}
body[data-sa-duration="250"] [data-sa], [data-sa][data-sa][data-sa-duration="250"] {
  transition-duration: 250ms;
}
body[data-sa-delay="250"] [data-sa], [data-sa][data-sa][data-sa-delay="250"] {
  transition-delay: 0s;
}
body[data-sa-delay="250"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="250"].scrolled {
  transition-delay: 250ms;
}
body[data-sa-duration="300"] [data-sa], [data-sa][data-sa][data-sa-duration="300"] {
  transition-duration: 300ms;
}
body[data-sa-delay="300"] [data-sa], [data-sa][data-sa][data-sa-delay="300"] {
  transition-delay: 0s;
}
body[data-sa-delay="300"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="300"].scrolled {
  transition-delay: 300ms;
}
body[data-sa-duration="350"] [data-sa], [data-sa][data-sa][data-sa-duration="350"] {
  transition-duration: 350ms;
}
body[data-sa-delay="350"] [data-sa], [data-sa][data-sa][data-sa-delay="350"] {
  transition-delay: 0s;
}
body[data-sa-delay="350"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="350"].scrolled {
  transition-delay: 350ms;
}
body[data-sa-duration="400"] [data-sa], [data-sa][data-sa][data-sa-duration="400"] {
  transition-duration: 400ms;
}
body[data-sa-delay="400"] [data-sa], [data-sa][data-sa][data-sa-delay="400"] {
  transition-delay: 0s;
}
body[data-sa-delay="400"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="400"].scrolled {
  transition-delay: 400ms;
}
body[data-sa-duration="450"] [data-sa], [data-sa][data-sa][data-sa-duration="450"] {
  transition-duration: 450ms;
}
body[data-sa-delay="450"] [data-sa], [data-sa][data-sa][data-sa-delay="450"] {
  transition-delay: 0s;
}
body[data-sa-delay="450"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="450"].scrolled {
  transition-delay: 450ms;
}
body[data-sa-duration="500"] [data-sa], [data-sa][data-sa][data-sa-duration="500"] {
  transition-duration: 500ms;
}
body[data-sa-delay="500"] [data-sa], [data-sa][data-sa][data-sa-delay="500"] {
  transition-delay: 0s;
}
body[data-sa-delay="500"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="500"].scrolled {
  transition-delay: 500ms;
}
body[data-sa-duration="550"] [data-sa], [data-sa][data-sa][data-sa-duration="550"] {
  transition-duration: 550ms;
}
body[data-sa-delay="550"] [data-sa], [data-sa][data-sa][data-sa-delay="550"] {
  transition-delay: 0s;
}
body[data-sa-delay="550"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="550"].scrolled {
  transition-delay: 550ms;
}
body[data-sa-duration="600"] [data-sa], [data-sa][data-sa][data-sa-duration="600"] {
  transition-duration: 600ms;
}
body[data-sa-delay="600"] [data-sa], [data-sa][data-sa][data-sa-delay="600"] {
  transition-delay: 0s;
}
body[data-sa-delay="600"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="600"].scrolled {
  transition-delay: 600ms;
}
body[data-sa-duration="650"] [data-sa], [data-sa][data-sa][data-sa-duration="650"] {
  transition-duration: 650ms;
}
body[data-sa-delay="650"] [data-sa], [data-sa][data-sa][data-sa-delay="650"] {
  transition-delay: 0s;
}
body[data-sa-delay="650"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="650"].scrolled {
  transition-delay: 650ms;
}
body[data-sa-duration="700"] [data-sa], [data-sa][data-sa][data-sa-duration="700"] {
  transition-duration: 700ms;
}
body[data-sa-delay="700"] [data-sa], [data-sa][data-sa][data-sa-delay="700"] {
  transition-delay: 0s;
}
body[data-sa-delay="700"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="700"].scrolled {
  transition-delay: 700ms;
}
body[data-sa-duration="750"] [data-sa], [data-sa][data-sa][data-sa-duration="750"] {
  transition-duration: 750ms;
}
body[data-sa-delay="750"] [data-sa], [data-sa][data-sa][data-sa-delay="750"] {
  transition-delay: 0s;
}
body[data-sa-delay="750"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="750"].scrolled {
  transition-delay: 750ms;
}
body[data-sa-duration="800"] [data-sa], [data-sa][data-sa][data-sa-duration="800"] {
  transition-duration: 800ms;
}
body[data-sa-delay="800"] [data-sa], [data-sa][data-sa][data-sa-delay="800"] {
  transition-delay: 0s;
}
body[data-sa-delay="800"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="800"].scrolled {
  transition-delay: 800ms;
}
body[data-sa-duration="850"] [data-sa], [data-sa][data-sa][data-sa-duration="850"] {
  transition-duration: 850ms;
}
body[data-sa-delay="850"] [data-sa], [data-sa][data-sa][data-sa-delay="850"] {
  transition-delay: 0s;
}
body[data-sa-delay="850"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="850"].scrolled {
  transition-delay: 850ms;
}
body[data-sa-duration="900"] [data-sa], [data-sa][data-sa][data-sa-duration="900"] {
  transition-duration: 900ms;
}
body[data-sa-delay="900"] [data-sa], [data-sa][data-sa][data-sa-delay="900"] {
  transition-delay: 0s;
}
body[data-sa-delay="900"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="900"].scrolled {
  transition-delay: 900ms;
}
body[data-sa-duration="950"] [data-sa], [data-sa][data-sa][data-sa-duration="950"] {
  transition-duration: 950ms;
}
body[data-sa-delay="950"] [data-sa], [data-sa][data-sa][data-sa-delay="950"] {
  transition-delay: 0s;
}
body[data-sa-delay="950"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="950"].scrolled {
  transition-delay: 950ms;
}
body[data-sa-duration="1000"] [data-sa], [data-sa][data-sa][data-sa-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-sa-delay="1000"] [data-sa], [data-sa][data-sa][data-sa-delay="1000"] {
  transition-delay: 0s;
}
body[data-sa-delay="1000"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1000"].scrolled {
  transition-delay: 1000ms;
}
body[data-sa-duration="1050"] [data-sa], [data-sa][data-sa][data-sa-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-sa-delay="1050"] [data-sa], [data-sa][data-sa][data-sa-delay="1050"] {
  transition-delay: 0s;
}
body[data-sa-delay="1050"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1050"].scrolled {
  transition-delay: 1050ms;
}
body[data-sa-duration="1100"] [data-sa], [data-sa][data-sa][data-sa-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-sa-delay="1100"] [data-sa], [data-sa][data-sa][data-sa-delay="1100"] {
  transition-delay: 0s;
}
body[data-sa-delay="1100"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1100"].scrolled {
  transition-delay: 1100ms;
}
body[data-sa-duration="1150"] [data-sa], [data-sa][data-sa][data-sa-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-sa-delay="1150"] [data-sa], [data-sa][data-sa][data-sa-delay="1150"] {
  transition-delay: 0s;
}
body[data-sa-delay="1150"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1150"].scrolled {
  transition-delay: 1150ms;
}
body[data-sa-duration="1200"] [data-sa], [data-sa][data-sa][data-sa-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-sa-delay="1200"] [data-sa], [data-sa][data-sa][data-sa-delay="1200"] {
  transition-delay: 0s;
}
body[data-sa-delay="1200"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1200"].scrolled {
  transition-delay: 1200ms;
}
body[data-sa-duration="1250"] [data-sa], [data-sa][data-sa][data-sa-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-sa-delay="1250"] [data-sa], [data-sa][data-sa][data-sa-delay="1250"] {
  transition-delay: 0s;
}
body[data-sa-delay="1250"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1250"].scrolled {
  transition-delay: 1250ms;
}
body[data-sa-duration="1300"] [data-sa], [data-sa][data-sa][data-sa-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-sa-delay="1300"] [data-sa], [data-sa][data-sa][data-sa-delay="1300"] {
  transition-delay: 0s;
}
body[data-sa-delay="1300"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1300"].scrolled {
  transition-delay: 1300ms;
}
body[data-sa-duration="1350"] [data-sa], [data-sa][data-sa][data-sa-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-sa-delay="1350"] [data-sa], [data-sa][data-sa][data-sa-delay="1350"] {
  transition-delay: 0s;
}
body[data-sa-delay="1350"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1350"].scrolled {
  transition-delay: 1350ms;
}
body[data-sa-duration="1400"] [data-sa], [data-sa][data-sa][data-sa-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-sa-delay="1400"] [data-sa], [data-sa][data-sa][data-sa-delay="1400"] {
  transition-delay: 0s;
}
body[data-sa-delay="1400"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1400"].scrolled {
  transition-delay: 1400ms;
}
body[data-sa-duration="1450"] [data-sa], [data-sa][data-sa][data-sa-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-sa-delay="1450"] [data-sa], [data-sa][data-sa][data-sa-delay="1450"] {
  transition-delay: 0s;
}
body[data-sa-delay="1450"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1450"].scrolled {
  transition-delay: 1450ms;
}
body[data-sa-duration="1500"] [data-sa], [data-sa][data-sa][data-sa-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-sa-delay="1500"] [data-sa], [data-sa][data-sa][data-sa-delay="1500"] {
  transition-delay: 0s;
}
body[data-sa-delay="1500"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1500"].scrolled {
  transition-delay: 1500ms;
}
body[data-sa-duration="1550"] [data-sa], [data-sa][data-sa][data-sa-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-sa-delay="1550"] [data-sa], [data-sa][data-sa][data-sa-delay="1550"] {
  transition-delay: 0s;
}
body[data-sa-delay="1550"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1550"].scrolled {
  transition-delay: 1550ms;
}
body[data-sa-duration="1600"] [data-sa], [data-sa][data-sa][data-sa-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-sa-delay="1600"] [data-sa], [data-sa][data-sa][data-sa-delay="1600"] {
  transition-delay: 0s;
}
body[data-sa-delay="1600"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1600"].scrolled {
  transition-delay: 1600ms;
}
body[data-sa-duration="1650"] [data-sa], [data-sa][data-sa][data-sa-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-sa-delay="1650"] [data-sa], [data-sa][data-sa][data-sa-delay="1650"] {
  transition-delay: 0s;
}
body[data-sa-delay="1650"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1650"].scrolled {
  transition-delay: 1650ms;
}
body[data-sa-duration="1700"] [data-sa], [data-sa][data-sa][data-sa-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-sa-delay="1700"] [data-sa], [data-sa][data-sa][data-sa-delay="1700"] {
  transition-delay: 0s;
}
body[data-sa-delay="1700"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1700"].scrolled {
  transition-delay: 1700ms;
}
body[data-sa-duration="1750"] [data-sa], [data-sa][data-sa][data-sa-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-sa-delay="1750"] [data-sa], [data-sa][data-sa][data-sa-delay="1750"] {
  transition-delay: 0s;
}
body[data-sa-delay="1750"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1750"].scrolled {
  transition-delay: 1750ms;
}
body[data-sa-duration="1800"] [data-sa], [data-sa][data-sa][data-sa-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-sa-delay="1800"] [data-sa], [data-sa][data-sa][data-sa-delay="1800"] {
  transition-delay: 0s;
}
body[data-sa-delay="1800"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1800"].scrolled {
  transition-delay: 1800ms;
}
body[data-sa-duration="1850"] [data-sa], [data-sa][data-sa][data-sa-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-sa-delay="1850"] [data-sa], [data-sa][data-sa][data-sa-delay="1850"] {
  transition-delay: 0s;
}
body[data-sa-delay="1850"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1850"].scrolled {
  transition-delay: 1850ms;
}
body[data-sa-duration="1900"] [data-sa], [data-sa][data-sa][data-sa-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-sa-delay="1900"] [data-sa], [data-sa][data-sa][data-sa-delay="1900"] {
  transition-delay: 0s;
}
body[data-sa-delay="1900"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1900"].scrolled {
  transition-delay: 1900ms;
}
body[data-sa-duration="1950"] [data-sa], [data-sa][data-sa][data-sa-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-sa-delay="1950"] [data-sa], [data-sa][data-sa][data-sa-delay="1950"] {
  transition-delay: 0s;
}
body[data-sa-delay="1950"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="1950"].scrolled {
  transition-delay: 1950ms;
}
body[data-sa-duration="2000"] [data-sa], [data-sa][data-sa][data-sa-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-sa-delay="2000"] [data-sa], [data-sa][data-sa][data-sa-delay="2000"] {
  transition-delay: 0s;
}
body[data-sa-delay="2000"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2000"].scrolled {
  transition-delay: 2000ms;
}
body[data-sa-duration="2050"] [data-sa], [data-sa][data-sa][data-sa-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-sa-delay="2050"] [data-sa], [data-sa][data-sa][data-sa-delay="2050"] {
  transition-delay: 0s;
}
body[data-sa-delay="2050"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2050"].scrolled {
  transition-delay: 2050ms;
}
body[data-sa-duration="2100"] [data-sa], [data-sa][data-sa][data-sa-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-sa-delay="2100"] [data-sa], [data-sa][data-sa][data-sa-delay="2100"] {
  transition-delay: 0s;
}
body[data-sa-delay="2100"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2100"].scrolled {
  transition-delay: 2100ms;
}
body[data-sa-duration="2150"] [data-sa], [data-sa][data-sa][data-sa-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-sa-delay="2150"] [data-sa], [data-sa][data-sa][data-sa-delay="2150"] {
  transition-delay: 0s;
}
body[data-sa-delay="2150"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2150"].scrolled {
  transition-delay: 2150ms;
}
body[data-sa-duration="2200"] [data-sa], [data-sa][data-sa][data-sa-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-sa-delay="2200"] [data-sa], [data-sa][data-sa][data-sa-delay="2200"] {
  transition-delay: 0s;
}
body[data-sa-delay="2200"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2200"].scrolled {
  transition-delay: 2200ms;
}
body[data-sa-duration="2250"] [data-sa], [data-sa][data-sa][data-sa-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-sa-delay="2250"] [data-sa], [data-sa][data-sa][data-sa-delay="2250"] {
  transition-delay: 0s;
}
body[data-sa-delay="2250"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2250"].scrolled {
  transition-delay: 2250ms;
}
body[data-sa-duration="2300"] [data-sa], [data-sa][data-sa][data-sa-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-sa-delay="2300"] [data-sa], [data-sa][data-sa][data-sa-delay="2300"] {
  transition-delay: 0s;
}
body[data-sa-delay="2300"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2300"].scrolled {
  transition-delay: 2300ms;
}
body[data-sa-duration="2350"] [data-sa], [data-sa][data-sa][data-sa-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-sa-delay="2350"] [data-sa], [data-sa][data-sa][data-sa-delay="2350"] {
  transition-delay: 0s;
}
body[data-sa-delay="2350"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2350"].scrolled {
  transition-delay: 2350ms;
}
body[data-sa-duration="2400"] [data-sa], [data-sa][data-sa][data-sa-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-sa-delay="2400"] [data-sa], [data-sa][data-sa][data-sa-delay="2400"] {
  transition-delay: 0s;
}
body[data-sa-delay="2400"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2400"].scrolled {
  transition-delay: 2400ms;
}
body[data-sa-duration="2450"] [data-sa], [data-sa][data-sa][data-sa-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-sa-delay="2450"] [data-sa], [data-sa][data-sa][data-sa-delay="2450"] {
  transition-delay: 0s;
}
body[data-sa-delay="2450"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2450"].scrolled {
  transition-delay: 2450ms;
}
body[data-sa-duration="2500"] [data-sa], [data-sa][data-sa][data-sa-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-sa-delay="2500"] [data-sa], [data-sa][data-sa][data-sa-delay="2500"] {
  transition-delay: 0s;
}
body[data-sa-delay="2500"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2500"].scrolled {
  transition-delay: 2500ms;
}
body[data-sa-duration="2550"] [data-sa], [data-sa][data-sa][data-sa-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-sa-delay="2550"] [data-sa], [data-sa][data-sa][data-sa-delay="2550"] {
  transition-delay: 0s;
}
body[data-sa-delay="2550"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2550"].scrolled {
  transition-delay: 2550ms;
}
body[data-sa-duration="2600"] [data-sa], [data-sa][data-sa][data-sa-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-sa-delay="2600"] [data-sa], [data-sa][data-sa][data-sa-delay="2600"] {
  transition-delay: 0s;
}
body[data-sa-delay="2600"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2600"].scrolled {
  transition-delay: 2600ms;
}
body[data-sa-duration="2650"] [data-sa], [data-sa][data-sa][data-sa-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-sa-delay="2650"] [data-sa], [data-sa][data-sa][data-sa-delay="2650"] {
  transition-delay: 0s;
}
body[data-sa-delay="2650"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2650"].scrolled {
  transition-delay: 2650ms;
}
body[data-sa-duration="2700"] [data-sa], [data-sa][data-sa][data-sa-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-sa-delay="2700"] [data-sa], [data-sa][data-sa][data-sa-delay="2700"] {
  transition-delay: 0s;
}
body[data-sa-delay="2700"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2700"].scrolled {
  transition-delay: 2700ms;
}
body[data-sa-duration="2750"] [data-sa], [data-sa][data-sa][data-sa-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-sa-delay="2750"] [data-sa], [data-sa][data-sa][data-sa-delay="2750"] {
  transition-delay: 0s;
}
body[data-sa-delay="2750"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2750"].scrolled {
  transition-delay: 2750ms;
}
body[data-sa-duration="2800"] [data-sa], [data-sa][data-sa][data-sa-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-sa-delay="2800"] [data-sa], [data-sa][data-sa][data-sa-delay="2800"] {
  transition-delay: 0s;
}
body[data-sa-delay="2800"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2800"].scrolled {
  transition-delay: 2800ms;
}
body[data-sa-duration="2850"] [data-sa], [data-sa][data-sa][data-sa-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-sa-delay="2850"] [data-sa], [data-sa][data-sa][data-sa-delay="2850"] {
  transition-delay: 0s;
}
body[data-sa-delay="2850"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2850"].scrolled {
  transition-delay: 2850ms;
}
body[data-sa-duration="2900"] [data-sa], [data-sa][data-sa][data-sa-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-sa-delay="2900"] [data-sa], [data-sa][data-sa][data-sa-delay="2900"] {
  transition-delay: 0s;
}
body[data-sa-delay="2900"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2900"].scrolled {
  transition-delay: 2900ms;
}
body[data-sa-duration="2950"] [data-sa], [data-sa][data-sa][data-sa-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-sa-delay="2950"] [data-sa], [data-sa][data-sa][data-sa-delay="2950"] {
  transition-delay: 0s;
}
body[data-sa-delay="2950"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="2950"].scrolled {
  transition-delay: 2950ms;
}
body[data-sa-duration="3000"] [data-sa], [data-sa][data-sa][data-sa-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-sa-delay="3000"] [data-sa], [data-sa][data-sa][data-sa-delay="3000"] {
  transition-delay: 0s;
}
body[data-sa-delay="3000"] [data-sa].scrolled, [data-sa][data-sa][data-sa-delay="3000"].scrolled {
  transition-delay: 3000ms;
}

[data-sa] {
  pointer-events: none;
}
[data-sa].scrolled {
  pointer-events: auto;
}

/* Layout Style (Header & Footer) */
/* Header Style */
@keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.topbar {
  position: relative;
  background-color: #0D0C22;
  padding: 12px 0;
  transition: 0.5s;
}
@media only screen and (max-width: 575px) {
  .topbar {
    padding: 6px 0;
  }
}
.topbar.close {
  margin-top: -50px;
  opacity: 0;
  transition: 0.5s;
}
.topbar-inner-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar-inner-content p {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.83px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .topbar-inner-content p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 575px) {
  .topbar-inner-content p {
    font-size: 12px;
    letter-spacing: 0px;
    margin-right: 20px;
  }
}
.topbar-inner-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  background-color: transparent;
  padding: 0;
  border: 0px;
  transition: 0.5s;
}

.header-height {
  min-height: 119px;
}

.header {
  position: relative;
  transition: 0.3s;
  background-color: #FAFAFA;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header {
    margin-top: 0;
    padding: 20px 0;
  }
}
.header-sticky.is-sticky {
  position: fixed;
  margin-top: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  animation-fill-mode: both;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}
.header-inner > * {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  padding-right: 15px;
  padding-left: 15px;
}
.header-left {
  align-items: center;
  align-self: center;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-center {
    display: none;
  }
}
.header-right {
  display: flex;
  align-items: center;
  align-self: center;
  flex: 0 0 auto;
}
.header-logo {
  line-height: 1;
  display: flex;
}
.header-logo img {
  width: 100%;
}
.header-main-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-main-menu > ul {
  gap: 0 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1549px) {
  .header-main-menu > ul {
    gap: 0 32px;
  }
}
.header-main-menu > ul > li {
  position: relative;
}
.header-main-menu > ul > li > a {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18;
  position: relative;
  display: flex;
  text-transform: capitalize;
  gap: 7px;
}
.header-main-menu > ul > li > a .sub-menu-toggle {
  display: flex;
  align-self: center;
}
.header-main-menu > ul > li:hover > a {
  color: #000000;
}
.header-main-menu > ul > li .header-label {
  font-weight: 500;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  color: #FFFFFF;
  line-height: 1;
  position: absolute;
  display: block;
  top: -18px;
  right: -18px;
}
.header-main-menu > ul > li .header-label.label-primary {
  background: #000000;
}
.header-main-menu > ul > li .header-label.label-secondary {
  background: #ffffff;
}

.footer {
  background: #FAFAFA;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 5px 0px;
  position: relative;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.footer-inner-title {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.32;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-inner-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-inner-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-inner-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.footer-inner-group {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 17px;
  border: 3px solid #FFFFFF;
  padding: 20px 43px;
  gap: 0 50px;
  margin-top: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-inner-group {
    padding: 20px 35px;
    gap: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-inner-group {
    padding: 18px 35px;
    gap: 0 20px;
    margin-top: 30px;
  }
}
.footer-inner-group img {
  width: 100%;
}
.footer-shape {
  position: absolute;
  z-index: -1;
  border-radius: 100%;
}
.footer-shape-left {
  top: 0%;
  left: 0%;
}
@media only screen and (max-width: 767px) {
  .footer-shape-left {
    width: 40%;
  }
}
.footer-shape-right {
  bottom: 0%;
  right: 0%;
}
@media only screen and (max-width: 767px) {
  .footer-shape-right {
    width: 40%;
  }
}
.footer-bottom {
  padding: 30px 0;
  text-align: center;
  background: #fafafa;
}
.footer-bottom .copyright {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #6E6D7A;
}

.footer-inner-group .group-col {
  display: flex;
  justify-content: center;
}

/* Component/Modules Style */
/* Button Style */
.btn {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.445;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 14px 45px;
  transition: 0.3s;
  white-space: nowrap;
  color: #0D0C22;
  border: none;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid transparent;
  gap: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .btn {
    padding: 14px 35px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .btn {
    padding: 14px 30px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    padding: 12px 25px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.btn:hover, .btn:focus {
  color: #0D0C22;
}
.btn-sm {
  font-size: 14px;
  padding: 13px 23px;
}
.btn-primary {
  color: #FFFFFF;
  background: #000000;
}
.btn-primary span {
  color: #FFFFFF;
  z-index: 4;
  position: relative;
}
.btn-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-primary:focus, .btn-primary:hover {
  color: #FFFFFF;
}
.btn-primary:focus::before, .btn-primary:hover::before {
  opacity: 1;
}
.btn-secondary {
  color: #FFFFFF;
  background: #000000;
}
.btn-secondary span {
  color: #FFFFFF;
  z-index: 4;
  position: relative;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-secondary:focus, .btn-secondary:hover {
  color: #FFFFFF;
}
.btn-secondary:focus::before, .btn-secondary:hover::before {
  opacity: 1;
}
.btn-gradient {
  color: #FFFFFF;
  background: #000000;
}
.btn-gradient span {
  color: #FFFFFF;
  z-index: 4;
  position: relative;
}
.btn-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gradient:focus, .btn-gradient:hover {
  color: #FFFFFF;
}
.btn-gradient:focus::before, .btn-gradient:hover::before {
  opacity: 1;
}
.btn-light {
  color: #FFFFFF;
  background: #000000;
}
.btn-light:before {
  color: white;
}
.btn-light:focus, .btn-light:hover {
  color: #FFFFFF;
}
.btn-white {
  color: #FFFFFF;
  background: #000000;
}
.btn-white span {
  color: #FFFFFF;
  z-index: 4;
  position: relative;
}
.btn-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-white:focus, .btn-white:hover {
  color: #FFFFFF;
}
.btn-white:focus::before, .btn-white:hover::before {
  opacity: 1;
}
.btn-gray {
  color: #FFFFFF;
  background: #000000;
}
.btn-gray span {
  color: #FFFFFF;
  z-index: 4;
  position: relative;
}
.btn-gray:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gray:focus, .btn-gray:hover {
  color: #FFFFFF;
}
.btn-gray:focus::before, .btn-gray:hover::before {
  opacity: 1;
}
.btn-gray-100 {
  color: #FFFFFF;
  background: #000000;
}
.btn-gray-100 span {
  color: #FFFFFF;
  z-index: 4;
  position: relative;
}
.btn-gray-100:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gray-100:focus, .btn-gray-100:hover {
  color: #FFFFFF;
}
.btn-gray-100:focus::before, .btn-gray-100:hover::before {
  opacity: 1;
}
.btn-gray-200 {
  color: #FFFFFF;
  background: #000000;
}
.btn-gray-200 span {
  color: #FFFFFF;
  z-index: 4;
  position: relative;
}
.btn-gray-200:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gray-200:focus, .btn-gray-200:hover {
  color: #FFFFFF;
}
.btn-gray-200:focus::before, .btn-gray-200:hover::before {
  opacity: 1;
}
.btn-gray-300 {
  color: #FFFFFF;
  background: #000000;
}
.btn-gray-300 span {
  color: #FFFFFF;
  z-index: 4;
  position: relative;
}
.btn-gray-300:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gray-300:focus, .btn-gray-300:hover {
  color: #FFFFFF;
}
.btn-gray-300:focus::before, .btn-gray-300:hover::before {
  opacity: 1;
}
.btn-gray-400 {
  color: #FFFFFF;
  background: #000000;
}
.btn-gray-400 span {
  color: #FFFFFF;
  z-index: 4;
  position: relative;
}
.btn-gray-400:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gray-400:focus, .btn-gray-400:hover {
  color: #FFFFFF;
}
.btn-gray-400:focus::before, .btn-gray-400:hover::before {
  opacity: 1;
}
.btn-gray-500 {
  color: #FFFFFF;
  background: #000000;
}
.btn-gray-500 span {
  color: #FFFFFF;
  z-index: 4;
  position: relative;
}
.btn-gray-500:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gray-500:focus, .btn-gray-500:hover {
  color: #FFFFFF;
}
.btn-gray-500:focus::before, .btn-gray-500:hover::before {
  opacity: 1;
}
.btn-dark {
  color: #FFFFFF;
  background: #000000;
}
.btn-dark span {
  color: #FFFFFF;
  z-index: 4;
  position: relative;
}
.btn-dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-dark:focus, .btn-dark:hover {
  color: #FFFFFF;
}
.btn-dark:focus::before, .btn-dark:hover::before {
  opacity: 1;
}
.btn-body-color {
  color: #FFFFFF;
  background: #000000;
}
.btn-body-color span {
  color: #FFFFFF;
  z-index: 4;
  position: relative;
}
.btn-body-color:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-body-color:focus, .btn-body-color:hover {
  color: #FFFFFF;
}
.btn-body-color:focus::before, .btn-body-color:hover::before {
  opacity: 1;
}
.btn-primary-two {
  color: #FFFFFF;
  background-color: #03C8CF;
}
.btn-primary-two:focus, .btn-primary-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-secondary-two {
  color: #FFFFFF;
  background-color: #03C8CF;
}
.btn-secondary-two:focus, .btn-secondary-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-gradient-two {
  color: #FFFFFF;
  background-color: #03C8CF;
}
.btn-gradient-two:focus, .btn-gradient-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-light-two {
  color: #FFFFFF;
  background: #000000;
}
.btn-light-two:focus, .btn-light-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-white-two {
  color: #FFFFFF;
  background-color: #03C8CF;
}
.btn-white-two:focus, .btn-white-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-gray-two {
  color: #FFFFFF;
  background-color: #03C8CF;
}
.btn-gray-two:focus, .btn-gray-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-gray-100-two {
  color: #FFFFFF;
  background-color: #03C8CF;
}
.btn-gray-100-two:focus, .btn-gray-100-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-gray-200-two {
  color: #FFFFFF;
  background-color: #03C8CF;
}
.btn-gray-200-two:focus, .btn-gray-200-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-gray-300-two {
  color: #FFFFFF;
  background-color: #03C8CF;
}
.btn-gray-300-two:focus, .btn-gray-300-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-gray-400-two {
  color: #FFFFFF;
  background-color: #03C8CF;
}
.btn-gray-400-two:focus, .btn-gray-400-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-gray-500-two {
  color: #FFFFFF;
  background-color: #03C8CF;
}
.btn-gray-500-two:focus, .btn-gray-500-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-dark-two {
  color: #FFFFFF;
  background-color: #03C8CF;
}
.btn-dark-two:focus, .btn-dark-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-body-color-two {
  color: #FFFFFF;
  background-color: #03C8CF;
}
.btn-body-color-two:focus, .btn-body-color-two:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(0, 0, 0, 0.5);
  color: #000000;
  background: #FFFFFF;
}
.btn-primary-outline {
  background-color: transparent;
  border: 1px solid var(--primary);
}
.btn-primary-outline:focus, .btn-primary-outline:hover {
  border: 1px solid transparent;
  color: #FFFFFF;
}
.btn-primary-outline:focus::before, .btn-primary-outline:hover::before {
  opacity: 1;
}
.btn-primary-outline span {
  z-index: 4;
  position: relative;
}
.btn-primary-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-secondary-outline {
  background-color: transparent;
  border: 1px solid var(--secondary);
}
.btn-secondary-outline:focus, .btn-secondary-outline:hover {
  border: 1px solid transparent;
  color: #FFFFFF;
}
.btn-secondary-outline:focus::before, .btn-secondary-outline:hover::before {
  opacity: 1;
}
.btn-secondary-outline span {
  z-index: 4;
  position: relative;
}
.btn-secondary-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gradient-outline {
  background-color: transparent;
  border: 1px solid var(--gradient);
}
.btn-gradient-outline:focus, .btn-gradient-outline:hover {
  border: 1px solid transparent;
  color: #FFFFFF;
}
.btn-gradient-outline:focus::before, .btn-gradient-outline:hover::before {
  opacity: 1;
}
.btn-gradient-outline span {
  z-index: 4;
  position: relative;
}
.btn-gradient-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-light-outline {
  background-color: transparent;
  border: 1px solid var(--light);
}
.btn-light-outline:focus, .btn-light-outline:hover {
  border: 1px solid transparent;
  color: var(--secondary);
}
.btn-light-outline span {
  z-index: 4;
  position: relative;
}
.btn-light-outline:before {
  color: white;
}
.btn-white-outline {
  background-color: transparent;
  border: 1px solid var(--white);
}
.btn-white-outline:focus, .btn-white-outline:hover {
  border: 1px solid transparent;
  color: #FFFFFF;
}
.btn-white-outline:focus::before, .btn-white-outline:hover::before {
  opacity: 1;
}
.btn-white-outline span {
  z-index: 4;
  position: relative;
}
.btn-white-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gray-outline {
  background-color: transparent;
  border: 1px solid var(--gray);
}
.btn-gray-outline:focus, .btn-gray-outline:hover {
  border: 1px solid transparent;
  color: #FFFFFF;
}
.btn-gray-outline:focus::before, .btn-gray-outline:hover::before {
  opacity: 1;
}
.btn-gray-outline span {
  z-index: 4;
  position: relative;
}
.btn-gray-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gray-100-outline {
  background-color: transparent;
  border: 1px solid var(--gray-100);
}
.btn-gray-100-outline:focus, .btn-gray-100-outline:hover {
  border: 1px solid transparent;
  color: #FFFFFF;
}
.btn-gray-100-outline:focus::before, .btn-gray-100-outline:hover::before {
  opacity: 1;
}
.btn-gray-100-outline span {
  z-index: 4;
  position: relative;
}
.btn-gray-100-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gray-200-outline {
  background-color: transparent;
  border: 1px solid var(--gray-200);
}
.btn-gray-200-outline:focus, .btn-gray-200-outline:hover {
  border: 1px solid transparent;
  color: #FFFFFF;
}
.btn-gray-200-outline:focus::before, .btn-gray-200-outline:hover::before {
  opacity: 1;
}
.btn-gray-200-outline span {
  z-index: 4;
  position: relative;
}
.btn-gray-200-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gray-300-outline {
  background-color: transparent;
  border: 1px solid var(--gray-300);
}
.btn-gray-300-outline:focus, .btn-gray-300-outline:hover {
  border: 1px solid transparent;
  color: #FFFFFF;
}
.btn-gray-300-outline:focus::before, .btn-gray-300-outline:hover::before {
  opacity: 1;
}
.btn-gray-300-outline span {
  z-index: 4;
  position: relative;
}
.btn-gray-300-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gray-400-outline {
  background-color: transparent;
  border: 1px solid var(--gray-400);
}
.btn-gray-400-outline:focus, .btn-gray-400-outline:hover {
  border: 1px solid transparent;
  color: #FFFFFF;
}
.btn-gray-400-outline:focus::before, .btn-gray-400-outline:hover::before {
  opacity: 1;
}
.btn-gray-400-outline span {
  z-index: 4;
  position: relative;
}
.btn-gray-400-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-gray-500-outline {
  background-color: transparent;
  border: 1px solid var(--gray-500);
}
.btn-gray-500-outline:focus, .btn-gray-500-outline:hover {
  border: 1px solid transparent;
  color: #FFFFFF;
}
.btn-gray-500-outline:focus::before, .btn-gray-500-outline:hover::before {
  opacity: 1;
}
.btn-gray-500-outline span {
  z-index: 4;
  position: relative;
}
.btn-gray-500-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-dark-outline {
  background-color: transparent;
  border: 1px solid var(--dark);
}
.btn-dark-outline:focus, .btn-dark-outline:hover {
  border: 1px solid transparent;
  color: #FFFFFF;
}
.btn-dark-outline:focus::before, .btn-dark-outline:hover::before {
  opacity: 1;
}
.btn-dark-outline span {
  z-index: 4;
  position: relative;
}
.btn-dark-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-body-color-outline {
  background-color: transparent;
  border: 1px solid var(--body-color);
}
.btn-body-color-outline:focus, .btn-body-color-outline:hover {
  border: 1px solid transparent;
  color: #FFFFFF;
}
.btn-body-color-outline:focus::before, .btn-body-color-outline:hover::before {
  opacity: 1;
}
.btn-body-color-outline span {
  z-index: 4;
  position: relative;
}
.btn-body-color-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.btn-primary-hover:focus, .btn-primary-hover:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(55, 130, 247, 0.5);
  border: 1px solid transparent;
  background: var(--primary);
  color: #FFFFFF;
}
.btn-secondary-hover:focus, .btn-secondary-hover:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(55, 130, 247, 0.5);
  border: 1px solid transparent;
  background: var(--secondary);
  color: #FFFFFF;
}
.btn-gradient-hover:focus, .btn-gradient-hover:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(55, 130, 247, 0.5);
  border: 1px solid transparent;
  background: var(--gradient);
  color: #FFFFFF;
}
.btn-light-hover:focus, .btn-light-hover:hover {
  color: var(--secondary);
  background-color: var(--light);
}
.btn-white-hover:focus, .btn-white-hover:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(55, 130, 247, 0.5);
  border: 1px solid transparent;
  background: var(--white);
  color: #FFFFFF;
}
.btn-gray-hover:focus, .btn-gray-hover:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(55, 130, 247, 0.5);
  border: 1px solid transparent;
  background: var(--gray);
  color: #FFFFFF;
}
.btn-gray-100-hover:focus, .btn-gray-100-hover:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(55, 130, 247, 0.5);
  border: 1px solid transparent;
  background: var(--gray-100);
  color: #FFFFFF;
}
.btn-gray-200-hover:focus, .btn-gray-200-hover:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(55, 130, 247, 0.5);
  border: 1px solid transparent;
  background: var(--gray-200);
  color: #FFFFFF;
}
.btn-gray-300-hover:focus, .btn-gray-300-hover:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(55, 130, 247, 0.5);
  border: 1px solid transparent;
  background: var(--gray-300);
  color: #FFFFFF;
}
.btn-gray-400-hover:focus, .btn-gray-400-hover:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(55, 130, 247, 0.5);
  border: 1px solid transparent;
  background: var(--gray-400);
  color: #FFFFFF;
}
.btn-gray-500-hover:focus, .btn-gray-500-hover:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(55, 130, 247, 0.5);
  border: 1px solid transparent;
  background: var(--gray-500);
  color: #FFFFFF;
}
.btn-dark-hover:focus, .btn-dark-hover:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(55, 130, 247, 0.5);
  border: 1px solid transparent;
  background: var(--dark);
  color: #FFFFFF;
}
.btn-body-color-hover:focus, .btn-body-color-hover:hover {
  box-shadow: 0px 3px 15px 0.25px rgba(55, 130, 247, 0.5);
  border: 1px solid transparent;
  background: var(--body-color);
  color: #FFFFFF;
}

.hero {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero {
    padding: 0 0 100px;
  }
}
.hero-row {
  gap: 50px 0;
  align-items: center;
}
.hero-row > .col {
  flex: 1 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.hero-content {
  max-width: 650px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-content {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content {
    max-width: 420px;
  }
}
.hero-content-title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-content-title {
    font-size: 36px;
  }
}
.hero-content-title #text-slider {
  font-weight: 700;
  position: relative;
}
.hero-content-title #text-slider::after {
  background: #bbbbbb;
  bottom: 10px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  max-height: 6px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .hero-content-title #text-slider::after {
    max-height: 4px;
    bottom: 10px;
  }
}
.hero-content-text {
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 30px;
}
.hero-grouped-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-grouped-btn {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-grouped-btn {
    gap: 15px;
  }
}
.hero-images {
  position: relative;
}
.hero-images .left-image {
  position: absolute;
  left: -90px;
  top: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-images .left-image {
    left: -55px;
  }
  .hero-images .left-image img {
    width: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-images .left-image {
    left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-images .left-image {
    left: -40px;
  }
  .hero-images .left-image img {
    width: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-images .left-image {
    left: -20px;
  }
  .hero-images .left-image img {
    width: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-images .left-image {
    left: -20px;
  }
  .hero-images .left-image img {
    width: 50px;
  }
}
.hero-images .bottom-image {
  position: absolute;
  bottom: -70px;
  left: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-images .bottom-image {
    bottom: -55px;
  }
  .hero-images .bottom-image img {
    height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-images .bottom-image {
    bottom: -50px;
  }
  .hero-images .bottom-image img {
    height: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-images .bottom-image {
    bottom: -40px;
  }
  .hero-images .bottom-image img {
    height: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-images .bottom-image {
    bottom: -30px;
  }
  .hero-images .bottom-image img {
    height: 50px;
  }
}
.hero-addtext {
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .hero-addtext {
    top: 60px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-addtext {
    top: 40px;
    padding: 8px 15px;
  }
}
.hero-addtext p {
  font-size: 48px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 12px;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-addtext p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-addtext p {
    font-size: 30px;
  }
}
.hero-addtext p::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  background-image: linear-gradient(to right, #017BFF 58.33333%, rgba(0, 0, 0, 0) 0%);
  background-position: left bottom;
  background-size: 16px 100%;
  background-repeat: repeat-x;
}
.hero-addtext p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-image: linear-gradient(to bottom, #017BFF 58.33333%, rgba(0, 0, 0, 0) 0%);
  background-position: left top;
  background-size: 100% 16px;
  background-repeat: repeat-y;
}
.hero-addtext::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  height: 2px;
  background-image: linear-gradient(to right, #017BFF 58.33333%, rgba(0, 0, 0, 0) 0%);
  background-position: left bottom;
  background-size: 16px 100%;
  background-repeat: repeat-x;
}
.hero-addtext::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-image: linear-gradient(to bottom, #017BFF 58.33333%, rgba(0, 0, 0, 0) 0%);
  background-position: left top;
  background-size: 100% 16px;
  background-repeat: repeat-y;
}
.hero-addtext-top::before, .hero-addtext-top::after, .hero-addtext-bottom::before, .hero-addtext-bottom::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000000;
  position: absolute;
}
.hero-addtext-top::before {
  top: -5px;
  left: -5px;
}
.hero-addtext-top::after {
  top: -5px;
  right: -5px;
}
.hero-addtext-bottom::before {
  left: -5px;
  bottom: -5px;
}
.hero-addtext-bottom::after {
  bottom: -5px;
  right: -5px;
}
.hero .video {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1786px) {
  .hero .video {
    right: -12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .hero .video {
    right: -12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero .video {
    right: -36px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .video {
    right: -30px;
  }
}
@media only screen and (max-width: 575px) {
  .hero .video {
    right: -15px;
  }
}
.hero-shape-2 {
  position: absolute;
  bottom: 100px;
  left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-shape-2 {
    margin-left: 8px;
    bottom: 10px;
  }
  .hero-shape-2 img {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape-2 {
    margin-left: 8px;
    bottom: -10px;
  }
  .hero-shape-2 img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-shape-2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-shape-2 {
    display: none;
  }
}

.video-play-btn {
  height: 140px;
  width: 140px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .video-play-btn {
    height: 130px;
    width: 130px;
  }
  .video-play-btn svg {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .video-play-btn {
    height: 100px;
    width: 100px;
  }
  .video-play-btn svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .video-play-btn {
    height: 80px;
    width: 80px;
  }
  .video-play-btn svg {
    width: 20px;
    height: 20px;
  }
}
.video-play-btn:hover {
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.4);
}

/* Section Heading */
.section-heading {
  display: flex;
  margin-bottom: 50px;
  position: relative;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.section-heading .subtitle {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.09;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .section-heading .subtitle {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .section-heading .subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.section-heading .subtitle-two {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-bottom: 10px;
}
.section-heading .subtitle-three {
  font-family: "Jost", sans-serif;
  font-size: 90px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading .subtitle-three {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading .subtitle-three {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .subtitle-three {
    font-size: 38px;
  }
}
.section-heading .subtitle-four {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading .subtitle-four {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading .subtitle-four {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .subtitle-four {
    font-size: 30px;
  }
}
.section-heading .title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.25;
}
.section-heading .title:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .section-heading .title {
    font-size: 26px;
  }
}

.feature-one .section-heading {
  max-width: 730px;
}
.feature-one .feature-row {
  gap: 50px 0;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-one .feature-row {
    gap: 30px 0;
  }
}
.feature-one .feature-row > .col {
  flex: 1 0 25%;
  max-width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-one .feature-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-one .feature-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .feature-one .feature-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .feature-one .feature-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.feature-one-single {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 30px 12px 40px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 75px;
  height: 80px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-one-single {
    height: 74px;
    padding: 12px 30px 12px 30px;
  }
}
.feature-one-single img {
  width: 40px;
  flex-shrink: 0;
}
.feature-one-single .title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #0D0C22;
  line-height: 1.4;
  margin-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-one-single .title {
    font-size: 22px;
    margin-left: 18px;
  }
}
.feature-one-single:hover {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

/* Feature Two Style  */
.feature-two .feature-two-row {
  gap: 30px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-two .feature-two-row {
    gap: 30px 0;
  }
}
.feature-two .feature-two-row > .col {
  flex: 1 0 33.3333%;
  max-width: 33.3333%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-two .feature-two-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-two .feature-two-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .feature-two .feature-two-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .feature-two .feature-two-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.feature-two-single {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.13);
  padding: 20px 20px 0;
  transition: 0.6s;
}
.feature-two-single:hover {
  transition: 0.6s;
  transform: translateY(-5px);
  box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.15);
}
.feature-two-thumb {
  position: relative;
}
.feature-two-thumb a {
  display: block;
}
.feature-two-thumb svg {
  width: 16%;
  height: auto;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-two-content {
  padding: 30px 10px 40px;
}
@media only screen and (max-width: 767px) {
  .feature-two-content {
    padding: 20px 10px 30px;
  }
}
.feature-two-content .title {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.34;
}
@media only screen and (max-width: 767px) {
  .feature-two-content .title {
    margin-bottom: 10px;
  }
}
.feature-two .btn {
  margin-top: 60px;
}
.feature-two .feature-item {
  display: none;
}

/* Feature Three Style */
.feature-three-row {
  gap: 60px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-three-row {
    gap: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-three-row {
    gap: 40px 0;
  }
}
.feature-three-row > .col {
  flex: 1 0 33.3333%;
  max-width: 33.3333%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-three-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-three-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .feature-three-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .feature-three-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.feature-three .section-heading {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .feature-three .section-heading {
    margin: 0 auto 40px;
  }
}
.feature-three .section-heading .title {
  max-width: 530px;
  width: 100%;
  margin: 0 auto 20px;
}
.feature-three-thumb {
  transition: 0.6s;
  margin-bottom: 20px;
  border-radius: 10px;
}
.feature-three-thumb img {
  display: block;
  width: 100%;
}
.feature-three-single {
  transition: 0.6s;
}
.feature-three-single:hover .feature-three-thumb {
  transition: 0.6s;
  transform: translateY(-5px);
  transition: 0.6s;
  box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.15);
}
.feature-three-content .title {
  margin: 10px 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-three-content .title {
    margin: 10px 0 15px;
  }
}
.feature-three-content .text {
  max-width: 430px;
  width: 100%;
}
.feature-three-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-three-more-btn {
    margin-top: 40px;
  }
}
.feature-three-item {
  display: none;
}

.overview-row {
  gap: 30px 0;
  align-items: center;
}
.overview-row > .col {
  flex: 1 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overview-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .overview-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .overview-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.overview-step {
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  padding: 20px;
  position: relative;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .overview-step {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .overview-step {
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .overview-step {
    gap: 15px;
    padding: 10px;
  }
}
.overview-step_padding {
  padding: 10px;
  background-color: #D0E7FF;
  border-radius: 5px;
}
.overview-step__item {
  border-radius: 5px;
  height: 310px;
  width: 310px;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .overview-step__item {
    height: 270px;
    width: 270px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overview-step__item {
    height: 210px;
    width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-step__item {
    height: 210px;
    width: 210px;
  }
}
@media only screen and (max-width: 479px) {
  .overview-step__item {
    height: 150px;
    width: 150px;
  }
}
.overview-step__item .item-frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview-step__content {
  display: flex;
  flex-direction: column;
}
.overview-label {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 10px;
  color: #000000;
  margin-bottom: 30px;
  text-transform: uppercase;
  opacity: 0.7;
  line-height: 0.94;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .overview-label {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overview-label {
    font-size: 24px;
    letter-spacing: 6px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-label {
    font-size: 24px;
    letter-spacing: 6px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .overview-label {
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .overview-desc {
    font-size: 14px;
  }
}
.overview-desc a {
  color: #000000;
  word-break: break-all;
}
.overview-desc a:hover {
  color: #000000;
}

.installation-row {
  gap: 30px 0;
  align-items: center;
}
.installation-row > .col {
  flex: 1 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .installation-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .installation-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .installation-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .installation-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.installation-bg {
  background-color: #F7F7F7;
  padding: 30px 20px 30px 100px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1549px) {
  .installation-bg {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .installation-bg {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.installation-bg > .installation-col {
  flex: 1 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1549px) {
  .installation-bg > .installation-col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .installation-bg > .installation-col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .installation-bg > .installation-col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.installation-content .section-heading {
  padding-right: 20px;
  margin-bottom: 30px;
}
.installation-content .section-heading .title {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 20px 0;
  font-weight: 500;
}
.installation-video {
  position: relative;
}
.installation .video {
  position: absolute;
  left: 82px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .installation .video {
    left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .installation .video {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .installation .video {
    left: -20px;
  }
}
.installation .video .video-play-btn {
  width: 100px;
  height: 100px;
}
.installation .video .video-play-btn svg {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .installation .video .video-play-btn {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .installation .video .video-play-btn {
    width: 80px;
    height: 80px;
  }
}
.installation-image {
  background-color: #FFFFFF;
  width: 580px;
  height: 490px;
  position: relative;
  margin-right: 12px;
  margin-left: auto;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .installation-image {
    width: 440px;
    height: 380px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .installation-image {
    width: 410px;
    height: 350px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .installation-image {
    width: 100%;
    height: auto;
  }
}
.installation-image .large-image {
  position: relative;
  left: -60px;
  z-index: 5;
}
@media only screen and (max-width: 575px) {
  .installation-image .large-image {
    left: 41%;
    transform: translateX(-50%);
  }
}
.installation-image .circle-one {
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-color: rgba(110, 250, 204, 0.5);
  z-index: 2;
  position: absolute;
  display: flex;
  bottom: 80px;
  left: 30px;
}
@media only screen and (max-width: 575px) {
  .installation-image .circle-one {
    width: 100px;
    height: 100px;
    bottom: 30px;
  }
}
.installation-image .circle-two {
  width: 255px;
  height: 255px;
  border-radius: 100%;
  background-color: rgba(110, 250, 204, 0.5);
  z-index: 3;
  position: absolute;
  display: flex;
  top: 40px;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .installation-image .circle-two {
    width: 150px;
    height: 150px;
  }
}
.installation-form {
  position: relative;
  max-width: 566px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .installation-form {
    max-width: 100%;
  }
}
.installation-form .input-domain {
  width: 100%;
  border: 1px solid #000000;
  height: 70px;
  border-radius: 40px;
  padding: 0 215px 0 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .installation-form .input-domain {
    padding: 0 180px 0 25px;
  }
}
@media only screen and (max-width: 575px) {
  .installation-form .input-domain {
    padding: 0 150px 0 15px;
    height: 60px;
  }
}
.installation-form .input-domain::-moz-placeholder {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #0D0C22;
}
.installation-form .input-domain::placeholder {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #0D0C22;
}
.installation-form-domain {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #000000;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.installation-form-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  padding: 14px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .installation-form-btn {
    padding: 14px 16px;
  }
}
@media only screen and (max-width: 575px) {
  .installation-form-btn {
    padding: 12px 10px;
    font-size: 14px;
  }
}
.installation-form-btn span {
  display: flex;
  align-items: center;
}
.installation-form-btn svg {
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .installation-form-btn svg {
    margin-right: 8px;
  }
}

.installation-form-field .input-domain:valid + .installation-form-domain {
  display: none;
}

.choise {
  background: #FAFAFA;
  position: relative;
}
.choise-row {
  gap: 70px 0;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choise-row {
    gap: 50px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .choise-row {
    gap: 40px 0;
  }
}
.choise-row > .col {
  flex: 1 0 33.33333%;
  max-width: 33.33333%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choise-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choise-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .choise-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .choise-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.choise .section-heading {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .choise .section-heading {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .choise .section-heading {
    margin-bottom: 40px;
  }
}
.choise-single {
  display: flex;
  align-items: flex-start;
}
.choise-single-icon {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ECF3F2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .choise-single-icon {
    width: 80px;
    height: 80px;
  }
}
.choise-single-content {
  max-width: 350px;
  width: 100%;
  margin-left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .choise-single-content {
    margin-left: 20px;
  }
}
.choise-single-content .title {
  font-size: 26px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choise-single-content .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .choise-single-content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .choise-single-content .text {
    font-size: 18px;
  }
}

.related-video {
  background-color: #F7F7F7;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .related-video {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related-video {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .related-video {
    padding: 60px 0;
  }
}
.related-video-row {
  gap: 70px 0;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .related-video-row {
    gap: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .related-video-row {
    gap: 20px 0;
  }
}
.related-video-row > .video-col {
  flex: 1 0 75%;
  max-width: 75%;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .related-video-row > .video-col {
    flex: 1 0 66%;
    max-width: 66%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .related-video-row > .video-col {
    flex: 1 0 66%;
    max-width: 66%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related-video-row > .video-col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .related-video-row > .video-col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .related-video-row > .video-col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.related-video-row > .video-list-col {
  flex: 1 0 25%;
  max-width: 25%;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .related-video-row > .video-list-col {
    flex: 1 0 34%;
    max-width: 34%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .related-video-row > .video-list-col {
    flex: 1 0 34%;
    max-width: 34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related-video-row > .video-list-col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .related-video-row > .video-list-col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .related-video-row > .video-list-col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.related-video .large-video .videosrc {
  width: 100%;
  height: 660px;
  border: 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 768px) and (max-width: 991px) {
  .related-video .large-video .videosrc {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .related-video .large-video .videosrc {
    height: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .related-video .large-video .videosrc {
    height: 300px;
  }
}
.related-video .videolist {
  margin-left: 0;
  overflow-y: scroll;
  height: 625px;
  scrollbar-width: thin;
  scrollbar-color: #000000 #F7F7F7;
  padding: 5px 0;
}
.related-video .videolist::-webkit-scrollbar {
  width: 4px;
}
.related-video .videolist::-webkit-scrollbar-track {
  background: #F7F7F7;
}
.related-video .videolist::-webkit-scrollbar-thumb {
  background: #F7F7F7;
  border-radius: 4px;
  border: 3px solid #000000;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .related-video .videolist {
    height: 465px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .related-video .videolist {
    height: 304px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .related-video .videolist {
    height: 500px;
  }
}
.related-video .videolist-btn {
  display: flex;
  list-style: none;
  cursor: pointer;
  gap: 20px;
  background: #ffffff;
  border-radius: 5px;
  border: 0px;
  padding: 10px;
  position: relative;
  display: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 0 10px 20px 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .related-video .videolist-btn {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .related-video .videolist-btn {
    margin-bottom: 20px;
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .related-video .videolist-btn {
    margin-bottom: 15px;
    width: 95%;
  }
}
.related-video .videolist-btn:last-child {
  margin-bottom: 0;
}
.related-video .videolist-btn:hover .videolist-content .title {
  color: #000000;
  transition: 0.3s;
}
.related-video .videolist-btn.active .videolist-content .title {
  color: #000000;
  transition: 0.3s;
}
.related-video .videolist-thumb {
  flex-shrink: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
  -o-object-position: left;
     object-position: left;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .related-video .videolist-thumb {
    width: 110px;
    height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .related-video .videolist-thumb {
    height: 100px;
    width: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .related-video .videolist-thumb {
    height: 90px;
    width: 120px;
  }
}
@media only screen and (max-width: 479px) {
  .related-video .videolist-thumb {
    height: 80px;
    width: 110px;
  }
}
.related-video .videolist-content {
  display: flex;
  flex-direction: column;
  text-align: start;
}
.related-video .videolist-content .title {
  margin-bottom: 0px;
  color: #0D0C22;
  font-weight: 500;
  line-height: 1.4;
  transition: 0.3s;
  margin-bottom: 5px;
}
.related-video .videolist-content .time {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: rgb(110, 109, 122);
}
.related-video .videolist-load {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.related-video .videolist-load-more {
  background-color: transparent;
  border: 0px;
  padding: 0;
  color: #0D0C22;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 3px;
}
.related-video .videolist-load-more:hover, .related-video .videolist-load-more.show-loader, .related-video .videolist-load-more.loaded {
  color: #000000;
}
.related-video .videolist-load-more:hover::before, .related-video .videolist-load-more.show-loader::before, .related-video .videolist-load-more.loaded::before {
  border-color: #000000;
}
.related-video .videolist-load-more::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #0D0C22;
  bottom: 0;
  width: 100%;
  left: 0;
}
.related-video .shape-dotted-two {
  position: absolute;
  top: 10%;
  left: 20px;
  z-index: -1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .related-video .shape-dotted-two {
    display: none;
  }
}

.client-slider {
  overflow: hidden;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .client-slider {
    margin-bottom: 30px;
  }
}
.client-slider .section-heading .subtitle-three {
  margin-bottom: 20px;
}

.client-nav {
  display: none;
  gap: 10px;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .client-nav {
    display: flex;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.client-nav li {
  cursor: pointer;
  width: 12px;
  height: 12px;
  list-style: none;
  border-radius: 100%;
  background-color: #000000;
}

.client-activation {
  position: relative;
  max-width: 774px;
  width: 100%;
  margin: 0 auto;
}
.client-activation .client-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.client-activation .client-button button {
  width: 70px;
  height: 70px;
  border: 5px solid #f0f0f0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  position: relative;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .client-activation .client-button button {
    display: none;
  }
}
.client-activation .client-button button span {
  position: relative;
  z-index: 4;
  display: flex;
}
.client-activation .client-button button::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(135deg, #D36BE7 0%, #017BFF 100%);
  opacity: 0;
  transition: 0.5s;
  border-radius: 100px;
  z-index: 1;
}
.client-activation .client-button button:hover {
  color: #FFFFFF;
}
.client-activation .client-button button:hover::after {
  opacity: 1;
  transition: 0.5s;
}
.client-activation .client-button button.previous {
  left: -120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-activation .client-button button.previous {
    left: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-activation .client-button button.previous {
    left: -20px;
  }
}
.client-activation .client-button button.next {
  right: -120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-activation .client-button button.next {
    right: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-activation .client-button button.next {
    right: -20px;
  }
}

.single-client {
  padding: 70px;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  max-width: 774px;
  width: 100%;
  background-color: #000000;
  border-radius: 10px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translate(2%, 4%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-client {
    max-width: 542px;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .single-client {
    padding: 20px;
  }
}
.single-client-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .single-client-head {
    gap: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .single-client-thumb {
    width: 25%;
  }
}
.single-client-thumb img {
  border-radius: 100px;
}
.single-client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .single-client-info {
    gap: 10px;
  }
}
.single-client-meta {
  display: flex;
  flex-direction: column;
}
.single-client-meta .name {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
@media only screen and (max-width: 767px) {
  .single-client-meta .name {
    font-size: 18px;
  }
}
.single-client-meta .designation {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.single-client-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .single-client-rating {
    gap: 4px;
  }
}
.single-client-rating svg {
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .single-client-rating svg {
    width: 16px;
  }
}
.single-client .text {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .single-client .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .single-client .text {
    font-size: 14px;
  }
}
.single-client::after {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: "";
  background-color: rgba(35, 123, 255, 0.1);
  bottom: -10px;
  right: -10px;
  z-index: -3;
  transition: 2s;
}
@media only screen and (max-width: 767px) {
  .single-client::after {
    bottom: -5px;
    right: -5px;
  }
}
.single-client::before {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: "";
  background-color: rgba(35, 123, 255, 0.1);
  bottom: -20px;
  right: -20px;
  z-index: -4;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  .single-client::before {
    bottom: -10px;
    right: -10px;
  }
}
.single-client.active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
  position: relative;
  transform: none;
  z-index: 5;
}
.single-client.active::after {
  opacity: 1;
}
.single-client.active::before {
  opacity: 1;
}

.cost-table {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.13);
  margin-top: 60px;
  padding: 20px;
  position: relative;
}
.cost-table-inner {
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.cost-table table {
  border-collapse: collapse;
  width: 100%;
}
.cost-table table .price {
  color: #1DC74C;
}
@media only screen and (max-width: 767px) {
  .cost-table table {
    display: block;
    overflow-y: hidden;
    table-layout: fixed;
  }
}
.cost-table td, .cost-table th {
  padding: 12px 5px;
}
.cost-table td:first-child, .cost-table th:first-child {
  border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .cost-table td, .cost-table th {
    min-width: 150px;
  }
}
.cost-table td:nth-child(1), .cost-table th:nth-child(1) {
  text-align: start;
  padding-left: 50px;
  width: 30%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cost-table td:nth-child(1), .cost-table th:nth-child(1) {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cost-table td:nth-child(1), .cost-table th:nth-child(1) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cost-table td:nth-child(1), .cost-table th:nth-child(1) {
    position: sticky;
    width: 8rem;
    padding-left: 20px;
  }
}
.cost-table td:nth-child(2), .cost-table th:nth-child(2) {
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .cost-table td:nth-child(2), .cost-table th:nth-child(2) {
    width: 14rem;
  }
}
.cost-table td:nth-child(3), .cost-table th:nth-child(3) {
  text-align: center;
  width: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cost-table td:nth-child(3), .cost-table th:nth-child(3) {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cost-table td:nth-child(3), .cost-table th:nth-child(3) {
    width: 14rem;
  }
}
.cost-table th {
  background: #F3F6FA;
  color: #0D0C22;
  font-size: 22px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  line-height: 1.32;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .cost-table th {
    font-size: 18px;
  }
}
.cost-table td {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #0D0C22;
  padding: 16px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cost-table td {
    font-size: 16px;
  }
}
.cost-table td .highlight {
  color: #000000;
}
.cost-table td .new {
  position: relative;
  left: 0;
  top: -8px;
  color: #14BD43;
  font-size: 13px;
  background: #D2FADF;
  padding: 2px 10px;
  border-radius: 30px;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
}
.cost-table tfoot th {
  background: #F9FAFC;
}
@media only screen and (max-width: 767px) {
  .cost-table tfoot th {
    min-width: 150px;
  }
}
.cost-table tr:nth-child(2n) td {
  background: #F9FAFC;
}
.cost-table-footer th span {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cost-table-footer th span {
    font-size: 22px;
  }
}
.cost-table-footer th p {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #6E6D7A;
  letter-spacing: 2px;
}

.creation {
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .creation {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .creation {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .creation {
    padding: 40px 0 0;
  }
}
.creation-row {
  gap: 30px 0;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .creation-row {
    gap: 30px 0;
  }
}
.creation-row > .col {
  flex: 1 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creation-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creation-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .creation-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .creation-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.creation-images {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creation-images {
    height: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .creation-images {
    height: 563px;
  }
}
@media only screen and (max-width: 479px) {
  .creation-images {
    height: 410px;
  }
}
.creation-images .image-one {
  z-index: 2;
  position: relative;
  top: -90px;
  left: -35px;
}
.creation-images .image-one .creation-images-btn {
  position: absolute;
  top: 15%;
  right: 40%;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .creation-images .image-one .creation-images-btn {
    right: -17px;
  }
}
@media only screen and (max-width: 767px) {
  .creation-images .image-one .creation-images-btn {
    right: -17px;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1640px) {
  .creation-images .image-one {
    left: -12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .creation-images .image-one {
    width: 50%;
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creation-images .image-one {
    left: -15px;
    top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creation-images .image-one {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .creation-images .image-one {
    top: 0;
    width: 50%;
    left: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .creation-images .image-one {
    left: 0px;
  }
}
.creation-images .image-two {
  position: absolute;
  right: -50px;
  top: -60px;
  z-index: 2;
}
.creation-images .image-two .creation-images-btn {
  position: absolute;
  top: -18%;
  left: 13%;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .creation-images .image-two {
    right: -90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creation-images .image-two {
    right: -90px;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creation-images .image-two {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .creation-images .image-two {
    top: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .creation-images .image-two {
    right: -28px;
  }
}
.creation-images .image-three {
  position: absolute;
  z-index: 1;
  top: 17%;
  left: 27%;
}
@media only screen and (max-width: 767px) {
  .creation-images .image-three {
    top: 20%;
    left: 15%;
  }
}
.creation-images .image-four {
  position: relative;
  bottom: -40px;
  left: 82%;
}
.creation-images .image-four .creation-images-btn {
  position: absolute;
  top: -34%;
  left: -1%;
}
@media only screen and (max-width: 767px) {
  .creation-images .image-four {
    bottom: -100px;
    left: 75%;
  }
}
@media only screen and (max-width: 575px) {
  .creation-images .image-four {
    bottom: -138px;
    left: 68%;
  }
}
@media only screen and (max-width: 479px) {
  .creation-images .image-four {
    bottom: -70px;
    left: 65%;
    width: 37%;
  }
}
.creation-images .group-icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 15px;
  bottom: -60px;
  left: 16%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creation-images .group-icon {
    left: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creation-images .group-icon {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .creation-images .group-icon {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .creation-images .group-icon {
    bottom: 20px;
  }
}
.creation-images .group-icon .common-icon {
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
@media only screen and (max-width: 479px) {
  .creation-images .group-icon .common-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }
}
.creation-images .group-icon-1 {
  background: #FFF9E4;
}
.creation-images .group-icon-2 {
  background: #F0FDD7;
}
.creation-images .group-icon-3 {
  background: #FFEBE5;
  position: absolute;
  left: 105px;
  bottom: 0;
}
@media only screen and (max-width: 479px) {
  .creation-images .group-icon-3 {
    left: 88px;
  }
}
.creation-images .bg-shape-1, .creation-images .bg-shape-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.creation-images .bg-shape-1 svg, .creation-images .bg-shape-2 svg {
  color: rgba(110, 250, 204, 0.2);
}
@media only screen and (max-width: 479px) {
  .creation-images .bg-shape-1 svg, .creation-images .bg-shape-2 svg {
    width: 354px;
  }
}
.creation-images-btn {
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #28282b;
  position: absolute;
  font-size: 15px;
  text-transform: uppercase;
  border: 0px;
  border-radius: 20px;
  letter-spacing: 2.5px;
  font-weight: 600;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 18px 20px;
  line-height: 1;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .creation-images-btn {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 10px;
    letter-spacing: 1px;
  }
}
.creation-content {
  padding-left: 145px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .creation-content {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .creation-content {
    padding-left: 0px;
    margin-top: 30px;
  }
}
.creation-content .title {
  max-width: 535px;
  width: 100%;
  margin-bottom: 30px;
}
.creation-content-list {
  padding-left: 0;
  margin-bottom: 50px;
}
.creation-content-list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.creation-content-list li span {
  font-weight: 500;
}
.creation-content-list li:last-child {
  margin-bottom: 0;
}

/* Demo Filter Style */
.demo-filter-row {
  gap: 30px 0;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .demo-filter-row {
    gap: 30px 0;
  }
}
.demo-filter-row > .col {
  flex: 1 0 25%;
  max-width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .demo-filter-row > .col {
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-filter-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .demo-filter-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .demo-filter-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.demo-filter .section-heading {
  max-width: 774px;
  width: 100%;
  margin: 0 auto;
}
.demo-filter .section-heading .title {
  margin-bottom: 20px;
}
.demo-filter .demo-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin: 40px 0 80px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .demo-filter .demo-buttons {
    margin: 40px 0 60px;
    gap: 20px;
  }
}
.demo-filter .demo-buttons .btn {
  background: #F1F1F1;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  position: relative;
  padding: 5px 20px;
}
.demo-filter .demo-buttons .btn .label {
  font-weight: 400;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 10px;
  color: #FFFFFF;
  line-height: 1;
  position: absolute;
  display: inline-block;
  top: -10px;
  right: -5px;
  background-color: #000000;
  transition: 0.3s;
}
.demo-filter .demo-buttons .btn:hover, .demo-filter .demo-buttons .btn.active {
  background-color: #000000;
  color: #FFFFFF;
}
.demo-filter .demo-buttons .btn:hover .label, .demo-filter .demo-buttons .btn.active .label {
  background-color: #FFFFFF;
  color: #000000;
  transition: 0.3s;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.2);
}
.demo-filter .box {
  display: none;
}
.demo-filter .box.show {
  display: flex;
}
.demo-filter .box img {
  width: 100%;
}

.single-demo {
  position: relative;
  z-index: 5;
  width: 100%;
}
.single-demo-thumb {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.6s;
}
.single-demo-thumb a {
  overflow: hidden;
  width: 100%;
}
.single-demo-thumb a img {
  width: 100%;
}
.single-demo-content {
  text-align: center;
  padding: 20px 10px 20px;
}
.single-demo-content .name {
  font-size: 24px;
  font-weight: 500;
  color: #0D0C22;
}
.single-demo-content .name:hover {
  color: #000000;
}
.single-demo-content .label {
  font-weight: 500;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  color: #FFFFFF;
  line-height: 0.9;
  position: relative;
  display: inline-block;
  top: -12px;
  right: 0px;
  background-color: #000000;
}
.single-demo:hover .single-demo-thumb {
  box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.14);
  transition: 0.6s;
  transform: translateY(-5px);
}
.single-demo:hover .single-demo-content .name {
  color: #000000;
}
.single-demo.comingsoon .single-demo-thumb {
  position: relative;
}
.single-demo.comingsoon img {
  filter: blur(10px);
}
.single-demo.comingsoon .title {
  width: 120px;
  height: 120px;
  background: #28282b;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
}

/* Shop Demos Style */
.shop-pages {
  position: relative;
}
.shop-pages-row {
  gap: 30px 0;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .shop-pages-row {
    gap: 30px 0;
  }
}
.shop-pages-row > .col {
  flex: 1 0 33.33333%;
  max-width: 33.33333%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-pages-row > .col {
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-pages-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-pages-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .shop-pages-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.shop-pages .section-heading {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.shop-pages .section-heading .title {
  margin-bottom: 20px;
}
.shop-pages .shop-pages-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0 60px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .shop-pages .shop-pages-buttons {
    gap: 20px;
  }
}
.shop-pages .shop-pages-buttons .btn {
  background: transparent;
  font-weight: 500;
  font-size: 24px;
  color: #9F9F9F;
  position: relative;
  padding: 10px 50px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  text-transform: uppercase;
  gap: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .shop-pages .shop-pages-buttons .btn {
    padding: 5px 30px;
    font-size: 20px;
  }
}
.shop-pages .shop-pages-buttons .btn svg {
  opacity: 0;
  transition: 0.5s;
}
.shop-pages .shop-pages-buttons .btn:hover, .shop-pages .shop-pages-buttons .btn.active {
  color: #0D0C22;
}
.shop-pages .shop-pages-buttons .btn:hover svg, .shop-pages .shop-pages-buttons .btn.active svg {
  opacity: 1;
  transition: 0.5s;
}
.shop-pages .tab-pane {
  font-size: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.shop-pages .tab-pane.active {
  position: relative;
  font-size: 100%;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.6s;
  z-index: 99;
}

.chart-row {
  gap: 30px 0;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .chart-row {
    gap: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .chart-row {
    flex-wrap: wrap-reverse;
  }
}
.chart-row > .col {
  flex: 1 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chart-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chart-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .chart-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .chart-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.chart-image {
  position: relative;
  background-color: #FFFFFF;
  padding: 0px 35px 0;
  border: 5px solid #EDF4FF;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .chart-image {
    padding: 0 20px 0;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width: 575px) {
  .chart-image {
    padding: 0px 10px 0;
  }
}
.chart-image img {
  position: relative;
  bottom: -9px;
}
.chart-image-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 40px;
}
.chart-image-content .name {
  color: #6E6D7A;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .chart-image-content .name {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .chart-image-content .name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .chart-image-content .name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width: 575px) {
  .chart-image-content .name {
    font-size: 14px;
  }
}
.chart-image-content .line-text {
  display: flex;
  align-items: center;
  gap: 45px;
  padding-left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .chart-image-content .line-text {
    gap: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .chart-image-content .line-text {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .chart-image-content .line-text {
    gap: 15px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width: 575px) {
  .chart-image-content .line-text {
    gap: 10px;
  }
}
.chart-image-content .line-text li {
  list-style: none;
  padding-left: 25px;
  font-size: 32px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  color: #6E6D7A;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .chart-image-content .line-text li {
    padding-left: 20px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .chart-image-content .line-text li {
    padding-left: 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .chart-image-content .line-text li {
    padding-left: 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width: 575px) {
  .chart-image-content .line-text li {
    padding-left: 12px;
    font-size: 14px;
  }
}
.chart-image-content .line-text li:first-child::before {
  background-color: #24FF96;
}
.chart-image-content .line-text li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .chart-image-content .line-text li::before {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 479px), only screen and (max-width: 575px) {
  .chart-image-content .line-text li::before {
    width: 8px;
    height: 8px;
  }
}
.chart-image-shape {
  position: absolute;
  left: 51.7%;
  bottom: 0;
  transform: translateY(100%);
  transition-duration: 4s;
  transition-delay: 0s;
}
.chart-image-shape.chart-animation {
  transform: translateY(0);
  transition-duration: 4s;
  transition-delay: 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .chart-image-shape img {
    width: 73%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chart-image-shape img {
    width: 58%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chart-image-shape img {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .chart-image-shape img {
    width: 65%;
  }
}
@media only screen and (max-width: 575px) {
  .chart-image-shape img {
    width: 60%;
  }
}
@media only screen and (max-width: 479px) {
  .chart-image-shape img {
    width: 45%;
  }
}
.chart-image-counter {
  position: absolute;
  left: 46%;
  top: 44%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chart-image-counter {
    left: 44%;
    top: 42%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .chart-image-counter {
    left: 40%;
  }
}
@media only screen and (max-width: 479px) {
  .chart-image-counter {
    top: 46%;
    left: 36%;
  }
}
.chart-image-counter p {
  font-size: 12px;
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #474747;
  position: absolute;
  border: 0px;
  border-radius: 20px;
  font-weight: 500;
  box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  line-height: 1;
  z-index: 2;
}
.chart-content {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .chart-content {
    padding-left: 0px;
  }
}
.chart-content .section-heading {
  display: block;
  margin-bottom: 0px;
}
.chart-content .title {
  max-width: 535px;
  width: 100%;
  margin: 20px 0;
  display: block;
}
.chart-content .text {
  color: #18181B;
  font-size: 18px;
  line-height: 1.66;
}
.chart-content .btn {
  display: inline-block;
  margin-top: 10px;
}

.mobileview {
  background-color: #FAFAFA;
  position: relative;
  overflow: hidden;
}
.mobileview .section-heading {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.mobileview .section-heading .title {
  margin-bottom: 20px;
}
.mobileview-slider {
  margin-top: 60px;
}
.mobileview-single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobileview-single-bottom {
  margin-top: 50px;
}
.mobileview-single-bottom img {
  max-width: 150px;
}
.mobileview-shape {
  position: absolute;
}
.mobileview-shape1 {
  left: 0;
  bottom: 164px;
}
.mobileview-shape2 {
  right: 0;
  top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mobileview-shape2 {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .mobileview-shape2 {
    display: none;
  }
}

.faq .section-heading {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.faq .section-heading .title {
  margin-bottom: 20px;
}
.faq-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion {
  margin-top: 20px;
  max-width: 1045px;
  width: 100%;
  margin: 60px auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .accordion {
    margin: 40px auto;
  }
}
.accordion-item {
  background-color: #FAFAFA;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.accordion-item:last-child {
  margin-bottom: 0px;
}
.accordion-item button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 18px 70px 18px 30px;
  color: #000000;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #0D0C22;
  overflow: hidden;
}
.accordion-item button::before {
  position: absolute;
  content: "";
  width: 134px;
  height: 134px;
  border-radius: 100%;
  right: -15%;
  top: -120%;
  background-color: #00B2FF;
  transition: 0.6s;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .accordion-item button::before {
    top: -200%;
  }
}
.accordion-item button[aria-expanded=true] {
  background-color: #ECFFF9;
}
.accordion-item button[aria-expanded=true]::before {
  right: -67px;
  top: -73px;
  opacity: 1;
  transition: 0.6s;
}
.accordion-item button[aria-expanded=true] .icon {
  top: 18px;
  transform: none;
  right: 35px;
  width: 0px;
  height: 0px;
}
.accordion-item button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion-item button[aria-expanded=true] .icon::before {
  background: #FFFFFF;
}
.accordion-item button[aria-expanded=true] + .content {
  height: auto;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
  transition: 0.3s;
  padding: 20px 30px;
  border: 1px solid #f1f1f1;
  border-top: 0px;
  width: 100%;
}
.accordion-item button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 22px;
  height: 22px;
}
.accordion-item button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #000000;
}
.accordion-item button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #000000;
}
.accordion .content {
  font-size: 0px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  padding: 0 30px 0px;
  transition: 0.3s;
}
.accordion .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #6E6D7A;
}

.page-speed {
  position: relative;
}
.page-speed-row {
  gap: 30px 0;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .page-speed-row {
    gap: 30px 0;
  }
}
.page-speed-row > .col {
  flex: 1 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-speed-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-speed-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-speed-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .page-speed-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.page-speed .section-heading {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 0 0;
}
.page-speed .section-heading .title {
  margin-bottom: 20px;
  max-width: 500px;
}
.page-speed .section-heading .text {
  margin-bottom: 30px;
}
.page-speed-btn {
  display: flex;
  justify-content: flex-start;
}
.page-speed-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 580px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-speed-info {
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .page-speed-info {
    height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .page-speed-info {
    height: 320px;
  }
}
.page-speed-info img {
  display: block;
}
.page-speed-info .image-one {
  position: absolute;
  top: 0;
  left: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .page-speed-info .image-one {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .page-speed-info .image-one {
    left: -30px;
  }
}
.page-speed-info .image-one .content-number {
  color: #000000;
}
.page-speed-info .image-two {
  position: absolute;
  top: -25px;
  right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .page-speed-info .image-two {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .page-speed-info .image-two {
    right: -30px;
  }
}
.page-speed-info .image-two .content-number {
  color: #3AD2A0;
}
.page-speed-info .image-two .content-text {
  color: #FFFFFF;
}
.page-speed-info .image-three {
  position: absolute;
  bottom: -20px;
  left: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .page-speed-info .image-three {
    width: 50%;
  }
}
.page-speed-info .image-three .content-number {
  color: #3AD2A0;
}
.page-speed-info .image-four {
  position: absolute;
  bottom: 35px;
  right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .page-speed-info .image-four {
    width: 50%;
    right: -40px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-speed-info .image-four {
    right: -40px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .page-speed-info .image-four {
    right: -30px;
  }
}
.page-speed-info .image-four .content-number {
  color: #FFAA33;
}
.page-speed-info .image-five {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .page-speed-info .image-five {
    width: 18%;
    bottom: 50px;
  }
}
.page-speed-info .image-six {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .page-speed-info .image-six {
    left: 20px;
    width: 15%;
  }
}
.page-speed-info .image-seven {
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .page-speed-info .image-seven {
    width: 15%;
    top: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .page-speed-info .image-seven {
    top: 50px;
  }
}
.page-speed-info .image-eight {
  position: absolute;
  top: 50%;
  right: 150px;
  transform: translateY(-100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .page-speed-info .image-eight {
    right: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .page-speed-info .image-eight {
    right: 20px;
    width: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-speed-info .image-eight {
    right: 100px;
  }
}
.page-speed-info .image-nine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-speed-info .image-nine img {
  animation: leaves 1s ease-in-out infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .page-speed-info .image-nine {
    width: 40%;
  }
}
.page-speed-info .image-nine .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-speed-info .image-nine .content-number {
  color: #0CCD6B;
}
.page-speed-info .image-nine .content-text {
  margin-bottom: 10px;
  color: #0CCD6B;
}
.page-speed-info .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-speed-info .content-number {
  font-size: 48px;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-speed-info .content-number {
    font-size: 36px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-speed-info .content-number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-speed-info .content-number {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .page-speed-info .content-number {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.page-speed-info .content-text {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-speed-info .content-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page-speed-info .content-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .page-speed-info .content-text {
    font-size: 10px;
  }
}
.page-speed .shape-circle-2 {
  position: absolute;
  right: 0;
  top: -310px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-speed .shape-circle-2 {
    top: -220px;
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-speed .shape-circle-2 {
    top: -175px;
    width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .page-speed .shape-circle-2 {
    top: -90px;
    width: 38%;
  }
}
.page-speed .shape-circle-3 {
  position: absolute;
  left: 0;
  bottom: -150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-speed .shape-circle-3 {
    bottom: -70px;
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-speed .shape-circle-3 {
    bottom: -100px;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .page-speed .shape-circle-3 {
    bottom: -100px;
    width: 30%;
  }
}
@media only screen and (max-width: 479px) {
  .page-speed .shape-circle-3 {
    bottom: -30px;
    width: 30%;
  }
}

@keyframes leaves {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.example-row {
  gap: 50px 0;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .example-row {
    gap: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .example-row {
    gap: 40px 0;
  }
}
.example-row > .col {
  flex: 1 0 25%;
  max-width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .example-row > .col {
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .example-row > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .example-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .example-row > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.example .section-heading {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .example .section-heading {
    margin: 0 auto 40px;
  }
}
.example .section-heading .title {
  max-width: 530px;
  width: 100%;
  margin: 0 auto 20px;
}
.example-thumb {
  border-radius: 10px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
}
.example-thumb img {
  display: block;
  width: 100%;
}
.example-content-link {
  margin-top: 20px;
  color: #265FF0;
}
.example-content-link:hover {
  color: #D36BE7;
}
.example-content-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 10px 0;
  display: none;
}
.example-content-rating svg {
  color: #FFAC33;
  width: 20px;
}
.example-content-text {
  max-width: 300px;
  width: 100%;
  display: none;
}
.example-button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.example-single {
  transition: 0.3s;
}
.example-single:hover .example-thumb {
  transition: 0.6s;
  transform: translateY(-5px);
  transition: 0.6s;
  box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.15);
}

.demo-option {
  position: fixed;
  top: 0;
  left: 100%;
  background: #FFFFFF;
  height: 100%;
  width: 350px;
  max-width: calc(100% - 45px);
  z-index: 9999;
  transition: all 0.5s;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .demo-option {
    display: none;
  }
}
.demo-option.open {
  transform: translateX(-100%) translateX(15px);
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
}
.demo-option__toolbar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 65px;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 20px 0 0 20px;
  background: #FFFFFF;
  text-align: center;
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-option__toolbar {
    width: 50px;
  }
}
.demo-option__toolbar .toolbar-action {
  display: block;
  width: 20px;
  line-height: 1;
  background: none;
  border: 0;
  padding: 15px 0;
  color: #6E6D7A;
  border-bottom: 3px solid #EBEBEB;
  transition: 0.4s;
}
.demo-option__toolbar .toolbar-action:hover {
  color: #000000;
  transition: 0.4s;
}
.demo-option__toolbar .toolbar-action.contact path {
  transition: 0.4s;
}
.demo-option__toolbar .toolbar-action.contact:hover path {
  fill: #000000;
}
.demo-option__toolbar .toolbar-action:last-child {
  border-bottom: 0px;
}
.demo-option__panel {
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 55px;
}
.demo-option__header {
  padding: 40px 30px;
  text-align: center;
}
.demo-option__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #0D0C22;
  margin-bottom: 10px;
}
.demo-option__btn {
  height: 48px;
  line-height: 48px;
  padding: 0 28px;
  margin-top: 20px;
}
.demo-option__btn i {
  margin-right: 12px;
}
.demo-option__body {
  padding: 0 27px 27px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.demo-option-item a {
  border-radius: 5px;
  display: block;
}
.demo-option-item img {
  width: 100%;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: inherit;
}
.demo-option-item:hover img {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}/*# sourceMappingURL=style.css.map */