@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
body {
    font-family: "Inter", serif;
    background: #333;
    font-size: 14px;
    color: #fff;
}
.home_hero {
    padding: 40px 0 50px 0;
    text-align: center;
    background: #00102D;
    margin-bottom: 50px;
  }
.page_hero {
    margin: 70px auto 70px auto;
    text-align: center;
}
.home_title {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
  }
  .home_description {
    font-size: 16px;
    line-height: 24px;
    color: #eee;
    margin: 0;
  }
.page_title {
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
.page_description {
    font-size: 20px;
    line-height: 28px;
    color: #adb7be;
}
.page_backgroud {
    position: absolute;
    top: 93px;
    left: 0;
    width: 100%;
    height: 500px;
}
.page_backgroud img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.12;
}
.navbar-dark {
    background-color: #000;
    padding: 10px 0;
}
.navbar-brand .logo-dark {
    height: 65px;
}
.page_backgroud:after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(66%, transparent),
        to(#333)
    );
    background: linear-gradient(transparent 66%, #333);
}
.page_catalog {
    margin-bottom: 24px;
}
.catalog {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.catalog .category-card {
    -webkit-box-flex: 0;
    flex: 0 0 calc(33% - 24px);
    margin: 0 12px 24px;
    overflow: hidden;
}
.category_preview {
    position: relative;
    background: #181818;
    border-radius: 12px 12px 0 0;
}
.category_preview img {
    border-radius: 12px 12px 0 0;
}
.category_inner {
    position: relative;
    padding: 20px;
    background: #181818;
    border-radius: 0 0 12px 12px;
}

.card-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 700;
}
.card-title a {
    color: #e3e3e3;
}
.card-text {
    color: #999;
    font-size: 13px;
}
.note{
    font-size: 18px;
  color: #f7ff09;
  text-align: center;
  line-height: 27px;
  font-weight: 500;
}

.btn-primary {
    color: #fff;
    background-color: #0887be;
    border-color: #0887be;
    box-shadow: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #016e9c;
    border-color: #016e9c;
    box-shadow: none;
}
.btn-info {
    color: #fff;
    background-color: #00a36e;
    border-color: #00b178;
    box-shadow: none;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    color: #fff;
    background-color: #007c55;
    border-color: #007c55;
    box-shadow: none;
}
.btn-warning {
    color: #000;
    background-color: #ffd200;
    border-color: #ffd200;
    box-shadow: none;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    color: #000;
    background-color: #d3ac00;
    border-color: #d3ac00;
    box-shadow: none;
}
.btn-secondary {
    color: #fff;
    background-color: #f55050;
    border-color: #f55050;
    box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    color: #fff;
    background-color: #c01d1d;
    border-color: #c01d1d;
    box-shadow: none;
}
.avatar-xs {
    width: 36px;
    height: 36px;
}
.technical-section {
    display: flex;
    justify-content: space-between;
}
.page_product {
    margin-bottom: 24px;
}
.product {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.product .product-card {
    -webkit-box-flex: 0;
    flex: 0 0 calc(33% - 24px);
    margin: 0 12px 24px;
    overflow: hidden;
}
.product_preview {
    position: relative;
    background: #181818;
    border-radius: 12px 12px 0 0;
}
.product_preview img {
    border-radius: 12px 12px 0 0;
}
.product_inner {
    position: relative;
    padding: 20px;
    background: #181818;
    border-radius: 0 0 12px 12px;
}
.product-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 14px;
    font-weight: 500;
    margin-top: 0;
    line-height: 28px;
}
.product-title a {
    color: #dedede;
}
.product-title a:hover {
    color: #fff;
    text-decoration: underline;
}
footer {
    background: #000;
    padding: 30px;
}
footer p {
    font-size: 13px;
    color: #8c8c8c;
}
.product-detail-section .page_title {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    padding: 24px 0;
}
.product-detail-section blockquote {
    color: #e1e1e1;
    font-style: normal;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
  }
.product-detail-section {
    margin: 20px 0 50px 0;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #424242;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.media:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mr-2 {
    margin-right: 0.75rem;
}
.product-info {
    background: #222;
    border: 1px solid #444;
    padding: 25px;
    border-radius: 6px;
    min-height: 645px;
}
.text-technology {
    color: #f3f3f3;
    margin: 0;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 500;
}
.title-additional {
    font-size: 20px;
    font-weight: 500;
    color: #ccc;
    text-align: center;
    padding: 12px 0;
}
.gallery-slider {
    width: 80%;
    margin: auto;
}
.gallery-slider img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.title-addional {
    font-size: 22px;
    font-weight: 400;
    color: #e4e4e4;
    padding: 20px 0 12px 0;
}
.dripicons-chevron-left{
    background: #000;
    opacity: 1;
    padding: 6px 16px 9px 12px;
    border-radius: 100px;
    font-size: 26px;
}
.dripicons-chevron-right{
    background: #000;
    opacity: 1;
    padding: 6px 12px 9px 16px;
    border-radius: 100px;
    font-size: 26px;
}
.technology_dev{
    background: #222;
    padding: 30px;
    border: 1px solid #4f4f4f;
    border-radius: 16px;
}
.stack-title {
    font-size: 30px;
    font-weight: 600;
    color: #eee;
    padding: 15px 0 15px 0;
    text-align: center;
  }
.review-title{
    font-size: 30px;
    font-weight: 600;
    color: #eee;
    padding: 15px 0 15px 0;
    text-align: center;
}
.technology_dev h4{
    margin: 0;
    color: #e3e3e3;
    font-size: 18px;
    padding: 15px 0 7px 0;
}
.technology_dev p{
    margin: 0;
    color: #999;
    font-size: 13px;
}
.testimonial .card {
    background: #222;
    padding: 20px;
    border: 1px solid #4f4f4f;
    border-radius: 4px;
    box-shadow: none;
    min-height: 208px;
    margin-bottom: 13px;
  }
.testimonial .card h4{
    margin: 0;
    font-size: 22px;
    color: #e3e3e3;
    padding: 0 0 8px 0;
    font-weight: 600;
}
.testimonial .card h5{
    margin: 0;
    font-size: 14px;
    color: #1898cf;
    padding: 0;
    font-weight: 400;
    font-style: italic;
}
.testimonial .card img {
    height: 15px;
    margin-right: auto;
    margin-top: 13px;
  }
.testimonial .card p {
    margin: 12px 0 0 0;
    color: #999;
    font-size: 13px;
  }
  .testimonial{
    background: #111;
  padding: 25px 0;
  margin-top: 30px;
  }
  .home_hero ul {
    flex-direction: row;
    justify-content: center;
    margin: 0;
      margin-left: 0px;
    padding: 35px 0 25px 0;
  }
  .home_hero ul li {
    margin: 0 15px 0 15px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
  }
  .home_hero a {
    font-size: 16px;
    padding: 12px;
    cursor: pointer;
  }
.award-list{
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.awards{
    -webkit-box-flex: 0;
    flex: 0 0 calc(33% - 24px);
    margin: 0 12px 24px;
    overflow: hidden;
}
.award-section{
    max-width: 600px;
    margin: 0 auto;
}
@media (max-width: 575px) {
    .home_hero {
        padding: 30px 0 30px 0;
        text-align: center;
        background: #00102D;
        margin-bottom: 40px;
      }
      .home_title {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 30px;
        color: #fff;
      }
      .home_description {
        font-size: 13px;
        line-height: 22px;
        color: #eee;
      }
      .home_hero {
        text-align: left;
      }
      .home_hero ul {
        flex-direction: column;
        padding: 25px 0 10px 0;
      }
      .home_hero ul li {
        margin: 0 0 10px 0;
        font-size: 16px;
      }
      .home_hero a {
        font-size: 14px;
        padding: 10px;
        width: 100%;
      }
      .page_catalog {
        margin-bottom: 15px;
      }
      .stack-title {
        font-size: 20px;
        padding: 0 0 7px 0;
      }
      .technology_dev {
        padding: 20px;
      }
      .technology_dev img{
        width: 70px;
      }
      .review-title {
        font-size: 20px;
        padding: 0 0 7px 0;
      }
      .testimonial {
        padding: 20px 0;
        margin-top: 20px;
      }
      .testimonial .card {
        min-height: auto;
        margin-bottom: 0px;
      }
      .testimonial .card h4 {
        font-size: 18px;
      }
      .note {
        font-size: 15px;
        line-height: 22px;
      }
    .navbar-dark .navbar-toggler{
        color: #eee;
        border: none;
        border-radius: 0;
        font-size: 26px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
      }
      .navbar-nav{
        margin-top: 15px;
      }
      .platform{
        margin-bottom: 8px;
        height: 40px;
      }
    .dripicons-chevron-right {
        padding: 3px 9px 8px 11px;
        font-size: 18px;
      }
      .dripicons-chevron-left {
        padding: 3px 11px 8px 9px;
        font-size: 18px;
      }
    .navbar-brand .logo-dark {
        height: 50px;
    }
    .navbar-dark {
        padding: 5px 0;
    }
    .page_hero {
        margin: 30px auto 30px auto;
        text-align: left;
    }
    .page_title {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 30px;
    }
    .page_description {
        font-size: 14px;
        line-height: 22px;
    }
    .catalog .category-card {
        flex: 0 0 calc(100%);
        margin: 0 0px 20px 0;
    }
    .category_inner {
        padding: 15px;
    }
    .card-title {
        font-size: 18px;
    }
    .product .product-card {
        flex: 0 0 calc(100%);
        margin: 0 0px 20px 0;
    }
    .product_inner {
        padding: 15px;
    }
    .product-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .order-1 {
        order: 2 !important;
    }
    .order-2 {
        order: 1 !important;
    }
    .product-detail-section {
        margin: 0 0 0 0;
    }
    .product-detail-section .page_title {
        font-size: 20px;
        line-height: 30px;
        padding: 15px 0;
    }
    .product-info {
        padding: 20px;
        margin-bottom: 20px;
    }
    .text-technology {
        padding: 15px 0 20px 0;
        font-size: 16px;
    }
    .font-15 {
        font-size: 13px !important;
    }
    .product-info {
        min-height: auto;
      }
      .btn {
        padding: 7px;
        font-size: 13px;
      }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .page_title {
        margin-bottom: 13px;
        font-size: 36px;
        line-height: 44px;
      }
      .page_description {
        font-size: 18px;
        line-height: 24px;
      }
      .card-title {
        font-size: 20px;
      }
      .page_hero {
        margin: 60px auto 60px auto;
      }
      .product_inner {
        padding: 18px;
      }
      .product-title {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 24px;
      }
      .product-detail-section .page_title {
        font-size: 30px;
        line-height: 36px;
        padding: 20px 0;
      }
      .product-info {
        min-height: 555px;
      }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .dripicons-chevron-right {
        padding: 4px 11px 9px 14px;
        font-size: 24px;
      }
      .dripicons-chevron-left {
        padding: 4px 14px 9px 11px;
        font-size: 24px;
      }
    .page_title {
        margin-bottom: 11px;
        font-size: 32px;
        line-height: 38px;
      }
      .page_description {
        font-size: 16px;
        line-height: 22px;
      }
      .category_inner {
        padding: 15px;
      }
      .card-title {
        font-size: 18px;
      }
      .page_hero {
        margin: 50px auto 50px auto;
      }
      .product_inner {
        padding: 15px;
      }
      .product-title {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 24px;
      }
      .product-detail-section .page_title {
        font-size: 28px;
        line-height: 34px;
        padding: 18px 0;
      }
      .product-info {
        padding: 20px;
      }
      .text-technology {
        padding: 10px 0 15px 0;
        font-size: 16px;
      }
      .product-detail-section blockquote {
        margin-top: 15px;
      }
      .product-info {
        min-height: 465px;
      }
      .btn{
        padding: 6px;
        font-size: 13px;
      }
      .font-15 {
        font-size: 14px !important;
      }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .dripicons-chevron-right {
        padding: 4px 10px 9px 13px;
        font-size: 20px;
      }
      .dripicons-chevron-left {
        padding: 4px 13px 10px 10px;
        font-size: 20px;
      }
    .page_title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 30px;
      }
      .page_description {
        font-size: 15px;
        line-height: 22px;
      }
      .category_inner {
        padding: 15px;
      }
      .card-title {
        font-size: 18px;
      }
      .page_hero {
        margin: 40px auto 40px auto;
      }
      .product_inner {
        padding: 15px;
      }
      .product-title {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 24px;
      }
      .product-detail-section .page_title {
        font-size: 24px;
        line-height: 30px;
        padding: 15px 0;
      }
      .product-info {
        padding: 20px 15px;
      }
      .text-technology {
        padding: 8px 0 15px 0;
        font-size: 14px;
      }
      .catalog .category-card {
        flex: 0 0 calc(50% - 20px);
        margin: 0 10px 20px;
      }
      .product .product-card {
        flex: 0 0 calc(50% - 20px);
        margin: 0 10px 20px;
      }
      .font-15 {
        font-size: 13px !important;
      }
      .mt-1 {
        margin-top: 0.475rem !important;
      }
      .btn{
        padding: 5px;
        font-size: 13px;
      }
      .title-addional {
        font-size: 18px;
        padding: 16px 0 8px 0;
      }
      .product-info {
        min-height: 345px;
      }
      .home_hero {
        padding: 30px 0 30px 0;
        margin-bottom: 30px;
      }
      .home_title {
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 36px;
      }
      .home_description {
        font-size: 14px;
        line-height: 22px;
      }
      .home_hero ul {
        padding: 30px 0 25px 0;
      }
      .home_hero ul li {
        margin: 0 4px 0 4px;
        font-size: 15px;
        font-weight: 600;
      }
      .home_hero a {
        font-size: 14px;
        padding: 10px 20px;
      }
      .stack-title {
        font-size: 24px;
        padding: 10px 0 12px 0;
      }
      .technology_dev h4 {
        font-size: 16px;
        padding: 15px 0 7px 0;
      }
      .technology_dev {
        padding: 20px;
      }.technology_dev img {
        width: 75px;
      }
      .review-title {
        font-size: 24px;
        padding: 10px 0 12px 0;
      }
      .testimonial {
        padding: 20px 0;
        margin-top: 25px;
      }
      .testimonial .card h4 {
        font-size: 18px;
      }
      .testimonial .card {
        padding: 15px;
        min-height: 213px;
        margin-bottom: 10px;
      }
      .navbar-dark .navbar-toggler{
        color: #eee;
        border: none;
        border-radius: 0;
        font-size: 26px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
      }
      .navbar-nav{
        margin-top: 15px;
      }
      .platform{
        margin-bottom: 8px;
        height: 60px;
      }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .home_hero {
        padding: 30px 0 30px 0;
        margin-bottom: 30px;
      }
    .dripicons-chevron-right {
        padding: 3px 9px 8px 11px;
        font-size: 18px;
      }
      .order-2{
        margin-top: 20px;
      }
      .title-addional {
        font-size: 18px;
        padding: 16px 0 8px 0;
      }
      .dripicons-chevron-left {
        padding: 3px 11px 8px 9px;
        font-size: 18px;
      }
      .product-info {
        min-height: auto;
      }
    .page_title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 30px;
      }
      .page_description {
        font-size: 15px;
        line-height: 22px;
      }
      .category_inner {
        padding: 15px;
      }
      .card-title {
        font-size: 18px;
      }
      .page_hero {
        margin: 40px auto 40px auto;
      }
      .product_inner {
        padding: 15px;
      }
      .product-title {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 24px;
      }
      .product-detail-section .page_title {
        font-size: 24px;
        line-height: 30px;
        padding: 15px 0;
      }
      .product-info {
        padding: 20px 15px;
      }
      .text-technology {
        padding: 20px 0;
        font-size: 14px;
      }
      .catalog .category-card {
        flex: 0 0 calc(50% - 20px);
        margin: 0 10px 20px;
      }
      .product .product-card {
        flex: 0 0 calc(50% - 20px);
        margin: 0 10px 20px;
      }
      .font-15 {
        font-size: 13px !important;
      }
      .mt-1 {
        margin-top: 0.475rem !important;
      }
      .home_title {
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 36px;
      }
      .home_description {
        font-size: 14px;
        line-height: 22px;
      }
      .home_hero ul {
        padding: 30px 0 25px 0;
      }
      .home_hero ul li {
        margin: 0 4px 0 4px;
        font-size: 15px;
        font-weight: 600;
      }
      .home_hero a {
        font-size: 14px;
        padding: 10px 20px;
      }
      .stack-title {
        font-size: 24px;
        padding: 10px 0 12px 0;
      }
      .technology_dev h4 {
        font-size: 16px;
        padding: 15px 0 7px 0;
      }
      .technology_dev {
        padding: 20px;
      }.technology_dev img {
        width: 75px;
      }
      .review-title {
        font-size: 24px;
        padding: 10px 0 12px 0;
      }
      .testimonial {
        padding: 20px 0;
        margin-top: 25px;
      }
      .testimonial .card h4 {
        font-size: 18px;
      }
      .testimonial .card {
        padding: 15px;
        min-height: 253px;
        margin-bottom: 10px;
      }
      .navbar-dark .navbar-toggler{
        color: #eee;
        border: none;
        border-radius: 0;
        font-size: 26px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
      }
      .navbar-nav{
        margin-top: 15px;
      }
      .platform{
        margin-bottom: 8px;
        height: 50px;
      }
  }
