/*-- 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;
}

/**
  * ---------------------------------------------
  * IO vs JSON
  * ---------------------------------------------
  */
.custom-differences .list-style--1 {
  text-align: left;
  margin: auto !important;
  width: 75%;
}
.custom-differences .plan-offer-list {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.custom-differences .plan-offer-list li {
  padding-left: 10px;
  font-size: var(--font-size-b2);
}
.custom-differences .advance-pricing {
  background-color: transparent;
}
.custom-differences .advance-pricing .inner h3 {
  font-size: 2.8rem;
}
.custom-differences .advance-pricing .price-title {
  font-size: var(--font-size-b1);
  font-weight: normal;
  margin-bottom: 10px;
}
.custom-differences .advance-pricing .single-list {
  border-bottom: 1px dashed #484848;
  padding-bottom: 4px;
  scroll-behavior: smooth;
  scroll-margin-block-start: 110px;
}
.custom-differences .advance-pricing .single-list:last-child {
  border-bottom: none;
}
.custom-differences .advance-pricing .pricing-left {
  padding: 30px;
  border-radius: 10px;
}
.custom-differences .advance-pricing .pricing-right {
  background: var(--color-blackest);
  border-radius: 10px;
  padding: 30px;
}
.custom-differences .advance-pricing .pricing-right .price-title {
  margin-bottom: 0px;
}
.custom-differences .advance-pricing .pricing-right .plan-offer-list li {
  margin-left: 12px;
}
.custom-differences .color-code-section {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.custom-differences .color-code-section .group {
  display: flex;
  align-items: center;
}
.custom-differences .color-code-section .group .color-code {
  width: 40px;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
}
.custom-differences .color-code-section .group .color-code.io {
  background-color: var(--color-primary);
}
.custom-differences .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-differences .git-icon {
  filter: brightness(0) invert(1);
}

/**
  * ---------------------------------------------
  * IO vs JSON
  * ---------------------------------------------
  */
/**
  * ---------------------------------------------
  * Custom IO Slider Style
  * ---------------------------------------------
  */
.custom-io-slider {
  background-color: var(--color-darker);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-io-slider.slider-style-6 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .custom-io-slider.slider-style-6.height-650 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .custom-io-slider.slider-style-6 .inner .title {
    font-size: 4.4rem;
  }
}
.custom-io-slider.slider-style-6 .inner .title span {
  white-space: nowrap;
}
.custom-io-slider.slider-style-6 .inner .description {
  font-size: var(--font-size-b1);
  line-height: 30px;
  margin-bottom: 30px;
}
.custom-io-slider.slider-style-6 .inner .shape-image {
  right: -360px;
  top: 140px;
  transform: rotate(216deg);
}

.comparision-box quote {
  display: block;
  margin: 20px 0;
  border-left: 3px solid var(--color-gray);
  padding: 5px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.0666666667);
}
.comparision-box code {
  background-color: rgba(255, 255, 255, 0.0666666667);
  font-family: monospace;
  padding: 2px 4px;
  border-radius: 4px;
  color: var(--color-secondary);
}

/**
  * ---------------------------------------------
  * Custom IO Slider Style
  * ---------------------------------------------
  *//*# sourceMappingURL=io-vs-json.css.map */