/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: >0.3%,last 6 version,not dead
*/
/* ---------- HERO SECTION START ---------- */
.main-hero {
    position: relative;
    background-color: #141414;
    padding-top: 8rem;
}

.main-hero .column {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: var(--spacing);
}

.main-hero h1 {
    line-height: 1.45;
    margin-bottom: 1.375rem;
    max-width: 600px;
}

.main-hero p {
    font-size: 0.93rem;
    line-height: 1.5;
    font-style: italic;
    max-width: 575px;
}

.main-hero .buttons-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: auto;
}

@media (max-width: 995px) {
    .main-hero {
        padding-top: 4.5rem;
    }
}
.matrix-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7;
}

.main-hero .cta {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

.ide-box {
    display: flex;
    flex-direction: column;
    background-color: var(--black);
    font-size: 1.5rem;
    border-radius: 0.5rem;
} 
.ide-top {
    flex: 0 0 auto;
    color: var(--light);
    line-height: 1;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: var(--spacing-sm) var(--spacing);
    border-bottom: 2px solid var(--dark-gray);
}
.ide-text {
    flex: 1 1 auto;
    overflow: auto;
    color: #FFFFEF;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: var(--spacing);
    margin-bottom: 1.5rem;
}
#cursor {
    display: inline-block;
    width: 1px;
    height: 1.8rem;
    background: #d4d4d4;
    margin-bottom: -8px;
    margin-left: 2px;
    -webkit-animation: blink 1s step-end infinite;
            animation: blink 1s step-end infinite;
}
@-webkit-keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
.green-code {
    color: #00A376;
}
.blue-code {
    color: #006A8E;
}
.code-text {
    color: #EEF386;
}
.bracket {
    color: #F6EB61;
}
.indented-code {
    padding-left: 2.5rem;
}

.main-hero .reviews {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    margin-top: 1.5rem;
}

.main-hero .reviews .item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.49rem;
    border-radius: 0.16rem;
}

.main-hero .reviews .item img {
    height: 1.8rem;
    width: auto;
}

.main-hero .reviews .item .details {
    font-size: 0.7rem;
    line-height: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: auto;
}

.main-hero .reviews .item .details span {
    font-size: 0.6rem;
    background-color: #fff;
    color: var(--secondary);
    padding: 0.02rem 0.1rem 0.01rem;
    border-radius: 0.16rem;
}

.main-hero .reviews .item .stars {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 0.22rem;
    margin-left: -0.02rem;
}

.main-hero .reviews .item .stars img {
    height: 0.85rem;
    width: auto;
}

@media (max-width: 913px) {
    .reorder-h > div:first-child{
        order: 2;
    }
    .grid-res {
        grid-template-columns: 1fr;
    }
    .main-hero .reviews {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .main-hero .reviews::-webkit-scrollbar {
        display: none;
    }
    .main-hero .column {
        padding-bottom: 0;
    }
}

@media (max-width: 850px) {
    .ide-box {
        font-size: 1rem;
    }
    .indented-code {
        padding-left: 1.6rem;
    }
    #cursor {
        height: 1.3rem;
        margin-bottom: -6px;
    }
}

@media (max-width: 600px) {
    .mar-top-toggle {
        margin-top: 0.3rem;
    }
    .main-hero .reviews {
        justify-content: start;
    }
}

/* ---------- HERO SECTION END ---------- */
/* Others */
.clnts-img {
    aspect-ratio: 3 / 2;
    width: 100%;
    margin-top: var(--spacing);
    border-radius: 0.5rem;
}
.inline-card {
    display: flex;
    gap: var(--spacing);
    background-color: var(--light-gray);
    border: none;
    border-radius: 1rem;
    padding: var(--spacing);
}
.inline-card svg {
    height: 3.5rem;
    width: 3.5rem;
    margin: 0;
}
@media (max-width: 956px) {
    .inline-card {
        flex-direction: column;
        gap: 0;
    }
}
/* Articles */
.slider-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: var(--spacing-sm);
    margin: -1.15rem 4px var(--spacing);
}
.slider-header .slider-title h2 {
    margin: 0;
}
.slider-arrow {
    width: 2.5rem;
    height: 2.5rem;
    flex: none;
    cursor: pointer;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    opacity: 0.6;
}
.slider-arrow:hover,
.slider-arrow:focus {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
}
@media (max-width: 554px) {
    .slider-arrow {
        display: none;
    }
}
.card-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: var(--spacing);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 4px 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.card-slider::-webkit-scrollbar {
    display: none;
}
.slider-item {
    scroll-snap-stop: always;
    height: 100%;
    background-color: #fff;
    padding: var(--spacing);
    border-radius: 1rem;
    transition: all 0.2s ease;
}
.slider-item:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 555px) {
  .card-slider {
    grid-auto-columns: calc((100% - var(--spacing)) / 2);
  }
}
@media (min-width: 913px) {
  .card-slider {
    grid-auto-columns: calc((100% - 2*var(--spacing)) / 3);
  }
}
@media (min-width: 1228px) {
  .card-slider {
    grid-auto-columns: calc((100% - 3*var(--spacing)) / 4);
  }
}
.art-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    color: var(--black);
    border-radius: 1rem;
    
}
.art-cat-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    position: absolute;
    list-style: none;
    top: var(--spacing-sm);
    left: var(--spacing-sm);
    margin: 0;
    padding: 0;
}
.art-cat {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--primary);
    line-height: 1;
    font-size: 0.6rem;
    font-weight: 500;
    padding: 0.35rem 0.45rem;
    background-color: rgba(255, 255, 255, 0.96);
    border-radius: 0.16rem;
}
.art-date {
    position: absolute;
    bottom: var(--spacing-sm);
    right: var(--spacing-sm);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    line-height: 1;
    font-size: 0.72rem;
    padding: 0.35rem 0.45rem;
    background-color: var(--primary);
    border-radius: 0.16rem;
}
.art-card img {
    aspect-ratio: 4/2.5;
    width: 100%;
    border-radius: 0.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-filter: saturate(0.5);
            filter: saturate(0.5);
    transition: all 0.2s ease;
}
.art-card:hover img {
    -webkit-filter: saturate(1);
            filter: saturate(1);
}
.art-card h3 {
    overflow-wrap: normal;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-word;
    margin: 0;
    line-height: 1.35;
    transition: all 0.2s ease;
}
.art-card:hover h3 {
    color: var(--primary);
}
.art-card p {
    margin: 0.3rem 0 0;
    line-height: 1.35;
}