/*-- Variables --*/
:root {
  --color-primary: #059DFF;
  --color-primary-rgba: rgb(5, 157, 255);
  --color-primary-alt: #059DFF;
  --color-primary-light: #059DFF;
  --color-primary-lightest: #059DFF;
  --color-secondary: #FB5343;
  --color-tertiary: #6549D5;
  --color-tertiary-alt: #6549D5;
  --color-pink: #E33FA1;
  --color-light-green: #36C6F0;
  --color-primary-darker: #011827;
  --color-tertiary-darker: #150b40;
  --color-secondary-darker: #190301;
  --color-light-green-darker: #001f27;
  --color-pink-darker: #2f011d;
  --color-heading: #ffffff;
  --color-body: #acacac;
  --color-dark: #060606;
  --color-darker: rgba(6, 6, 6, 0.7);
  --color-darkest: rgba(0, 0, 0, 0.3);
  --color-black: #000000;
  --color-blacker: rgba(15, 15, 17, 0);
  --color-blackest: #0f0f11;
  --color-border: hsla(0,0%,100%,0.1);
  --color-lessdark: #1e1e1e;
  --color-gray: #65676B;
  --color-midgray: #878787;
  --color-light: #E4E6EA;
  --color-lighter: #CED0D4;
  --color-lightest: #F0F2F5;
  --color-white: #ffffff;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-yellow: #ffff00;
  --color-green: #10b981;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --color-extra01: #666666;
  --color-extra02: #606770;
  --color-extra03: #FBFBFD;
  --color-extra04: #1A1A1A;
  --color-extra05: #242424;
  --color-extra06: #292a2d;
  --border-width: 2px;
  --radius-small: 6px;
  --radius: 10px;
  --radius-big: 16px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --shadow-primary: 0 0 20px 5px rgba(251,83,67,0.2);
  --shadow-light: 1px 1px 6px rgba(0,0,0,0.25);
  --shadow-lighter: 4px 4px 20px 20px rgba(0,0,0,0.01);
  --transition: 0.3s;
  --transition-transform: transform .65s cubic-bezier(.23,1,.32,1);
  --font-primary: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
  --font-awesome: "Font Awesome 5 Pro";
  --font-size-b1: 18px;
  --font-size-b2: 16px;
  --font-size-b3: 14px;
  --font-size-b4: 12px;
  --line-height-b1: 1.67;
  --line-height-b2: 1.7;
  --line-height-b3: 1.6;
  --line-height-b4: 1.3;
  --h1: 56px;
  --h2: 44px;
  --h3: 36px;
  --h4: 24px;
  --h5: 18px;
  --h6: 16px;
}

.custom-slider-area {
  display: flex;
  align-items: center;
  height: 650px;
}
@media screen and (min-width: 1200px) {
  .custom-slider-area {
    height: calc(100vh - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .custom-slider-area {
    height: 750px;
  }
}
@media screen and (max-width: 350px) {
  .custom-slider-area {
    height: 650px;
  }
}
@media only screen and (max-width: 575px) {
  .custom-slider-area .h2 {
    font-size: 30px !important;
  }
}
.custom-slider-area.slider-style-1 .inner .display-two {
  font-size: 70px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-slider-area.slider-style-1 .inner .display-two {
    font-size: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-slider-area.slider-style-1 .inner .display-two {
    font-size: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-slider-area.slider-style-1 .inner .display-two {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .custom-slider-area.slider-style-1 .inner .display-two {
    font-size: 38px;
    margin-top: 75px;
  }
}
@media screen and (max-width: 350px) {
  .custom-slider-area.slider-style-1 .inner .display-two {
    font-size: 34px;
  }
}
.custom-slider-area.slider-style-1 .inner .header-caption span {
  font-size: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-slider-area.slider-style-1 .inner .header-caption span {
    font-size: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-slider-area.slider-style-1 .inner .header-caption span {
    font-size: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-slider-area.slider-style-1 .inner .header-caption span {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .custom-slider-area.slider-style-1 .inner .header-caption span {
    font-size: 34px;
  }
}
@media screen and (max-width: 350px) {
  .custom-slider-area.slider-style-1 .inner .header-caption span {
    font-size: 30px;
  }
}
.custom-slider-area.slider-style-1 .inner .description {
  font-size: 20px;
  padding-top: 15px;
}
@media screen and (max-width: 350px) {
  .custom-slider-area.slider-style-1 .inner .description {
    font-size: 18px;
    padding: 0;
  }
}
.custom-slider-area.slider-style-1 .banner-image {
  width: 80%;
}
@media (max-width: 768px) {
  .custom-slider-area.slider-style-1 .banner-image {
    width: 60%;
  }
}

.custom-feature .service__style--1 {
  display: flex;
  flex-direction: column;
}
.custom-feature .service__style--1 .description {
  font-size: var(--font-size-b2);
}

.code-sample {
  position: relative;
  padding: 48px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .code-sample {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .code-sample {
    padding: 20px;
  }
}
.code-sample .code-sample-top .description {
  font-size: var(--font-size-b2);
}

.about-style-4 .feature-list.custom-feature-list li .icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.about-style-4 .feature-list.custom-feature-list .title-wrapper .text {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: var(--font-size-b3);
}

/**
  * ---------------------------------------------
  * Custom Features
  * ---------------------------------------------
  */
.color-code-section {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.color-code-section .group {
  display: flex;
  align-items: center;
}
.color-code-section .group .color-code {
  width: 40px;
  height: 20px;
  margin-right: 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.color-code-section .group .color-code.io {
  background-color: var(--color-primary);
}
.color-code-section .group .color-code.json {
  background: linear-gradient(95deg, var(--color-primary) 15%, var(--color-tertiary) 45%, var(--color-pink) 75%, var(--color-secondary) 100%) 95%/200% 100%;
}

.custom-about-section .service .title {
  font-size: 2.4rem;
}

.slider-container {
  height: 2.5em;
  min-height: 2em;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-container {
    height: 5em;
  }
}
@media only screen and (max-width: 575px) {
  .slider-container {
    height: 8em;
  }
}
.slider-container .slider-texts {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  font-weight: bold;
  animation: slideUp 24s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  will-change: transform;
}
.slider-container .slider-texts div {
  line-height: 2em;
  /* allow breaking long words and keep box-sizing predictable */
  word-break: break-word;
  box-sizing: border-box;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-container .slider-texts div {
    height: 2.4em;
  }
}
@media only screen and (max-width: 575px) {
  .slider-container .slider-texts div {
    padding-right: 10px;
    height: 4.4em;
  }
}

@keyframes slideUp {
  0%, 13% {
    transform: translateY(0%);
  }
  16%, 29% {
    transform: translateY(-16.6%);
  }
  32%, 45% {
    transform: translateY(-33.3%);
  }
  48%, 61% {
    transform: translateY(-50%);
  }
  64%, 77% {
    transform: translateY(-66.6%);
  }
  80%, 93% {
    transform: translateY(-83.3%);
  }
  /* end at -100% so the appended clone of the first slide sits in place
     and the loop appears seamless when the animation restarts */
  100% {
    transform: translateY(-100%);
  }
}/*# sourceMappingURL=home.css.map */