:root {
  --color-text: #000;
  --color-text-white: #fff;
  --red-color: #db002f;
  --red-label-color: #d8002f;
  --btn-border-red-color: #c6002b;
  --btn-bg-color: #282828;
  --currency-dark-color: #0c0003;
  --btn-hero-bg-color: #1a0004;
  --section-bg-gray-color: #f4f4f4;
  --img-default-bg-color: #e5e5e5;
  --light-gray: #717171;
  --dark-gray: #424242;
  --shape-gray-color: #f5f5f5;
  --prefooter-bg-color: #2e2e2e;
  --white-color: #fff;
  --bottom-footer-text: #525252;
  --footer-border-color: #eb093a;
  --btn-color-dark-transparent: #1a00048f;
  --main-light-gray: #f8f8f8;
  --add-red: #c8002b;
  --add-red-darker: #ba002b;
  --add-pink: #ffb4b4;
  --add-dark: #292929;
  --add-gray: #ececec;
  --gray-button: #4b4b4b;
  --menu-transp-bg: rgba(0, 0, 0, 0.8);
  --btn-border-dark-grey: #2b2b2b;
  --breadcrumbs-text-color: #b0b0b0;
  --section-bg-gray-lighten-color: #f3f3f3;
  --section-bg-gray-darker-color: #e9e9e9;
  --tabs-inactive: #c7c7c7;
  --tabs-bg-content: #fbfbfb;
  --tabs-bg-btn-disabled: #5e5e5e;
  --main-light-gray-opacity: rgba(248, 248, 248, 0.5);
  --gray-color: #c7c7c7;
  --add-red-border: #c3002a;
  --box-color: #f1f1f1;
  --medium-gray: #303030;
  --column-border: #dc0030;
  --checkbox-bgcolor: #c8c8c8;
  --source-code-pro: "Source Code Pro", monospace;
  --pop-up-grey: #979797;
  --dark-grey-trans: rgba(66, 66, 66, 0.6);
  --color-gray-add: #838383;
  --newsletter-alert: #190e90;
  --hiring-number: #e8e9e9;
  --li-color: #db1d2f;
  --btn-border-dark: #2f2f2f;
  --dot-gray-dark: #3d3d3d;
  --offer-header-white: #eaeaea;
  --offer-header-white-100: #f2f2f2;
  --offset-col-bg: #ededed;
  --support-pack-bg: #fafafa;
  --support-features-bg: #e9e9e9;
  --btn-light-gray: #272727;
  --users-choice-bg: #313131;
  --expert-pattern-bg: #dedede;
  --newsletter-popup-bg: #f0f0f0;
  --green-color: #00b300;
  --igaming-bg: #181716;
  --igaming-hero-form: #181716;
  --white-half-opacity: rgba(255, 255, 255, 0.5);
  --case-study-archieve-single-description-color: #010001;
  --red-survey: #dc0432;
  --fast-track-btn-bg: #171717;
}

.section-our-fullstack {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1200px) {
  .section-our-fullstack {
    height: 90.625rem;
    padding-bottom: 0;
  }
}

.section-our-fullstack .container {
  padding: 0;
}

.section-our-fullstack__title {
  font-family: "Montserrat",sans-serif;
  color: var(--color-text);
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: -0.00625rem;
  margin-bottom: 1.875rem;
  padding: 0 .75rem;
  text-align: left;
}

@media (min-width: 1200px) {
  .section-our-fullstack__title {
    padding: 0;
    font-size: 2.5rem;
    line-height: 4.341875rem;
    letter-spacing: -0.06875rem;
    margin-bottom: 4.625rem;
  }
}

.section-our-fullstack__title strong {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
}

.section-our-fullstack__box-cont {
  display: flex;
}

.section-our-fullstack__column {
  display: none;
}

@media (min-width: 1200px) {
  .section-our-fullstack__column {
    display: inline-block;
    flex: 0 0 33.333333%;
    padding-right: .9375rem;
  }

  .section-our-fullstack__column:last-child {
    padding-right: 0;
  }
}

.section-our-fullstack__column-mobile {
  width: 100%;
}

@media (min-width: 1200px) {
  .section-our-fullstack__column-mobile {
    display: none;
  }
}

.section-our-fullstack__box {
  background: var(--main-light-gray);
  padding: 1.875rem .9375rem;
  margin-bottom: .9375rem;
  transition: all .4s ease;
  cursor: pointer;
  overflow-anchor: none;
}

@media (min-width: 1200px) {
  .section-our-fullstack__box {
    padding: 1.75rem;
    min-height: 12.75rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.section-our-fullstack__box--active {
  background: var(--red-label-color);
  cursor: pointer;
}

.section-our-fullstack__read-more {
  display: none;
}

.section-our-fullstack__box-number {
  color: var(--color-text-white);
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  font-size: .8125rem;
  letter-spacing: -0.061875rem;
  margin-bottom: 1.25rem;
  display: none;
}

@media (min-width: 1200px) {
  .section-our-fullstack__box-number {
    font-size: 1.8125rem;
    letter-spacing: -0.053125rem;
    line-height: normal;
    margin-bottom: 3.5rem;
  }
}

.section-our-fullstack__box-number--active {
  display: block;
}

.section-our-fullstack__box-title,
.section-our-fullstack .h3-style {
  margin: 0;
  color: var(--btn-bg-color);
  font-family: "Montserrat",sans-serif;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 2.3775rem;
  letter-spacing: -0.0625rem;
  transition: all .4s ease;
}

@media (min-width: 1200px) {
  .section-our-fullstack__box-title,
  .section-our-fullstack .h3-style {
    font-size: 1.9375rem;
    letter-spacing: -0.053125rem;
    line-height: normal;
    word-spacing: 31.25rem;
  }

  .section-our-fullstack__box-title span,
  .section-our-fullstack .h3-style span {
    word-spacing: normal;
    display: block;
  }
}

.section-our-fullstack__box-title.white,
.section-our-fullstack .h3-style.white {
  color: var(--color-text-white);
}

.section-our-fullstack__box-title--active,
.section-our-fullstack .h3-style--active {
  color: var(--color-text-white) !important;
}

.section-our-fullstack__box-text {
  margin: 1.5625rem 0 0 0;
  color: var(--color-text-white);
  font-family: "Montserrat",sans-serif;
  font-size: .875rem;
  line-height: 1.4375rem;
}

@media (min-width: 1200px) {
  .section-our-fullstack__box-text {
    font-family: "Montserrat",sans-serif;
    font-weight: 300;
    font-size: 1.375rem;
    letter-spacing: -0.0375rem;
    line-height: 2.5rem;
    margin: 3.5rem 0 0 0;
  }
}

.section-our-fullstack__box-text:last-of-type {
  margin-bottom: 1.5625rem;
}

@media (min-width: 1200px) {
  .section-our-fullstack__box-text:last-of-type {
    margin-bottom: 5.5rem;
  }
}
