/*!
Theme Name: datacloud
Theme URI: https://datacloud.sh/
Author: Develop - Ekaterina Uteva, Design - Polina Loseva
Author URI: https://uteva.com
Version: 1.0.0
*/



@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400..800;1,400..800&display=swap');

:root {

    --font-family: "Mulish", sans-serif;
    --primary-color: #2E42FF; 
    --primary-120-color: #2839DE;
    --secondary-color: #39394A;
    --gray-color: #666687;
    --BGW-Black-100: #1B1A25;
}

* {
    box-sizing: border-box;
}
  
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: var( --font-family);
    font-weight: 400;
}


body {
    position: relative;
    margin: 0;
    color: var(--secondary-color);
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6, p {
    margin-block: 0;
}

h1 {
    font-size: 36px;
    line-height: 116%;
}

h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 128%;
}

h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
}

ul,
ol {
    padding-left: 18px;
    margin-block: 16px;
}

ul li,
ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

a {
    color: var(--primary-color);
}

.wp-block-quote {
    position: relative;
    border-radius: 12px;
    background:  #FFF;
    box-shadow: 0px 4px 16px 0px rgba(27, 26, 37, 0.04);
    padding: 24px;
    margin: 16px 0 24px;
}

.wp-block-quote:after,
.wp-block-quote:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 19px;
}

.wp-block-quote:before {
    left: 24px;
    top: -10px;
    background: url('./assets/icons/quote-top.svg') 100% no-repeat;
}

.wp-block-quote:after {
    right: 24px;
    bottom: -10px;
    background: url('./assets/icons/quote-bottom.svg') 100% no-repeat;
}

.wp-block-quote p {
    margin-bottom: unset;
}

img {
    width: 100%;
    height: auto;
    border: 0;
}

section {
    margin-block: 40px;
}

.btn {
    display: block;
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transition: linear 0.3s;
    padding: 20px 46px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.btn-dark {
    background: var(--secondary-color);
}

.btn-dark:hover {
    background: var(--gray-color);
}

.btn-blue {
    background: var(--primary-color);
}

.btn-blue:hover {
    background: var(--primary-120-color);
}

.btn.menu-btn {
    font-size: 18px;
    line-height: 133%;
    padding: 12px 24px;
}

button {
    border: none;
    box-shadow: none;
}

.container {
    width: 100%;
    padding-inline: 10px;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wp-block-table {
    border-spacing: 0;
    overflow-x: scroll;
}

.wp-block-table table {
    min-width: 550px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border-collapse: collapse;
    position: relative;
}

table tbody {
    display: table-row-group;
}

.wp-block-table thead:before {
    content: "";
    position: absolute;
    border-left: .9px solid rgba(46, 66, 255, 0.20);
    border-top: 1px solid rgba(46, 66, 255, 0.20);
    border-top-left-radius: 12px;
    height: 16px;
    width: 10px;
    top: 0;
    left: 0;
}

.wp-block-table thead:after {
    content: "";
    position: absolute;
    border-right: .9px solid rgba(46, 66, 255, 0.20);
    border-top: 1px solid rgba(46, 66, 255, 0.20);
    border-top-right-radius: 12px;
    height: 16px;
    width: 10px;
    top: 0;
    right: 0;
}

.wp-block-table tbody:before {
    content: "";
    position: absolute;
    border-left: .9px solid rgba(46, 66, 255, 0.20);
    border-bottom: 1px solid rgba(46, 66, 255, 0.20);
    border-bottom-left-radius: 12px;
    height: 16px;
    width: 10px;
    bottom: 0;
    left: 0;
}

.wp-block-table tbody:after {
    content: "";
    position: absolute;
    border-right: .9px solid rgba(46, 66, 255, 0.20);
    border-bottom: 1px solid rgba(46, 66, 255, 0.20);
    border-bottom-right-radius: 12px;
    height: 16px;
    width: 10px;
    right: 0;
    bottom: 0;
}

.wp-block-table thead {
    background: #F2F3FF;
    border: none;
}

.wp-block-table td, 
.wp-block-table th {
    border: 1px solid rgba(46, 66, 255, 0.20);
    padding: 10px 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.wp-block-table thead th {
    font-weight: 700;
}

.list-style-none {
    list-style: none;
    padding-left: unset;
    margin: unset;
}

.datacloud-header-main {
    position: relative;
}

.datacloud-header-main,
.archive.post-type-archive-api-catalog .datacloud-header-main,
.archive.tax-api-categories .datacloud-header-main {
    position: absolute;
    padding: 16px 6px;
    left: auto;
    right: auto;
    width: 100%;
    background: transparent;
}

.archive .datacloud-header-main,
.category .datacloud-header-main,
.api-ver1 .datacloud-header-main {
    position: relative;
    border-radius: 0px 0px 16px 16px;
    background: var(--BGW-Black-100, #1B1A25);
}

.datacloud-menu .menu,
.datacloud-menu .buttons {
    display: none;
}

.datacloud-page-header {
    border-radius: 0px 0px 24px 24px;
    overflow: hidden;
    text-align: center;
    background: url(./assets/images/bg.png) no-repeat;
    background-size: cover;
    padding-block: 140px 60px;
    margin-block: 0 40px;
}

.datacloud-page-header h1 {
    color: #fff;
    margin-block: 16px;
}

.datacloud-page-header h1 span {
    font-size: 46px;
    color: var(--secondary-color);
}

.datacloud-page-header p.text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 32px;
}

.datacloud-page-header .logo-items {
    margin-top: 56px;

}

.datacloud-page-header .logo-image {
    height: 42px;
    margin-inline: -10px;
    background: url(./assets/images/logos.svg) no-repeat;
    background-position: 4%;
    background-size: auto 42px;
}

.datacloud-page-header .logo-items p.text {
    font-size: 18px;
    font-weight: 700;
    line-height: 133%;
    margin-bottom: 16px;
}


.datacloud-api-catalog .wrapper {
    flex-direction: column;
    gap: 20px;
}

.datacloud-api-catalog h2 {
    margin-block: 20px;
    text-align: center;
}

.datacloud-api-catalog .card {
    position: relative;
    padding: 16px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(27, 26, 37, 0.04);
}

.datacloud-api-catalog .card .chips {
    position: absolute;
    right: 32px;
    top: 32px;
    border-radius: 8px;
    background: #E95E5E;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 6px;
}

.datacloud-api-catalog .card .image {
    border-radius: 24px;
    margin-bottom: 16px;
}

/* .datacloud-api-catalog .cards .card:first-child .image ,
.datacloud-api-catalog .cards .card:last-child .image {
    background: #D4FFD3;
}

.datacloud-api-catalog .cards .card:nth-child(2) .image ,
.datacloud-api-catalog .cards .card:nth-child(4) .image {
    background: #DDE0FF;
}

.datacloud-api-catalog .cards .card:nth-child(3) .image ,
.datacloud-api-catalog .cards .card:nth-child(5) .image {
    background: #C6F0FF;
} */

.datacloud-api-catalog .card .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.datacloud-api-catalog .card .text {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.datacloud-reviews h2 {
    display: flex;
    flex-direction: column;
}

.datacloud-reviews h2 span:last-child {
    color: #4A5BFA;
}

.datacloud-reviews .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(27, 26, 37, 0.04);
    height: 100%;
}

.datacloud-reviews .item .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 133%;
    margin-bottom: 24px;
}

.user-info img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    float: left;
    margin-right: 12px;
}

.user-info .name {
    font-size: 20px;
    font-weight: 700;
}

.user-info .job,
.user-info .date {
    color: #666687;
    font-size: 16px;
    font-weight: 400;
    line-height: 137%;
}

.datacloud-cta .content {
    background: url('./assets/images/cta-bg.png') 100% no-repeat;
    background-position: center;
    color: #fff;
    text-align: center;
    border-radius: 24px;
    padding: 40px 20px 36px;
}

.datacloud-cta .content h2 {
    margin-block: 0 8px;
}

.datacloud-cta .content .text {
    margin-block: 8px 24px;
}

.social {
    display: flex;
    gap: 32px;
    margin-block: 32px;
    list-style: none;
    padding-left: 0;
}

.social li a {
    display: inline-flex;
    border-radius: 8px;
    background: #F2F3FF;
    padding: 10px;
} 

.social li a svg {
    width: 26px;
    height: 26px;
}

.datacloud-footer .text {
    margin-block: 0 24px;
}

.datacloud-footer h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-block: 0 16px;
}

.datacloud-footer .wrapper .column:not(:first-child) {
    flex: 1 0 50%;
}

.datacloud-footer .datacloud-logo img {
    width: 210px;
}

.copyright {
    margin-block: 32px;
}

.menu {
    list-style: none;
    padding-left: 0;
}

.datacloud-footer .menu li a {
    display: inline-flex;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 137%;
    color: #1B1A25;
}

.datacloud-footer .menu li {
    margin-bottom: 22px;
}

.swiper {
    padding-block: 88px 20px;
    margin-top: -48px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next, 
.swiper-button-prev {
    position: absolute;
    top: 0;
    width: 47px;
    height: 47px;
    background: var(--primary-color);
    border-radius: 50%;
    padding: 10px;
    margin-top: unset;
}

.swiper-button-next svg, 
.swiper-button-prev svg {
    width: 26px;
    height: 26px;
}

.swiper-button-prev, 
.swiper-rtl .swiper-button-next {
    left: unset;
    right: 72px;
}

.datacloud-reviews .swiper-slide {
    height: auto;
}

section.blog-content {
    margin-block: unset;
}

.breadcrumbs,
.list-categories {
    margin-block: 24px;
}

.breadcrumbs a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 16px;
}

.breadcrumbs span {
    font-size: 16px;
    color: var(--BGW-Black-100);
}

.list-categories {
    list-style: none;
    padding-left: unset;
    display: inline-flex;
    gap: 16px;
}

.list-categories li a {
    display: block;
    border-radius: 12px;
    border: 2px solid #D1D1D3;
    background: #FFF;
    padding: 8px 12px;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.list-categories li a.active {
    color: #fff;
    border-color: var(--BGW-Black-100);
    background: var(--BGW-Black-100, #1B1A25);
}

.blog-content h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 62px;
}

.blog-content .cards.wrapper {
    gap: 20px;
}

.blog-content .cards .card,
.blog-content .cards .card:first-child,
.blog-content .cards .card:nth-child(2) {
    width: 100%;
}

.blog-content .card {
    padding: 12px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(27, 26, 37, 0.04);
}

.blog-content .card .card img {
    height: 264px;
    border-radius: 12px;
    opacity: 0.8;
    object-fit: cover;
    margin-bottom: 16px;
}

.blog-content .card .meta {
    display: inline-flex;
    gap: 12px;
    margin-block: 16px;
    align-items: center;
}

.blog-content .card .title {
    color: var(--BGW-Black-100);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}

.blog-content .card .meta .category a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: var(--BGW-Black-100);
    padding: 4px 8px;
    border-radius: 12px;
    border: 1px solid #666687;
}

.blog-content .card .meta .time {
    color: #666687;
    font-size: 16px;
    font-weight: 400;
}

.blog-content .card .name {
    color: var(--BGW-Black-100);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.blog-content .card {
    position: relative;
}

a.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blog-pagination {
    margin-block: 48px 100px;
    text-align: center;
}

.blog-pagination .nav-links {
    display: inline-flex;
    gap: 16px;
}

.blog-pagination .page-numbers {
    text-align: center;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid;
    width: 46px;
    height: 48px;
    text-decoration: none;
}

.blog-pagination span.page-numbers,
.blog-pagination a.page-numbers:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.blog-pagination a.page-numbers {
    color: var(--BGW-Black-100);
    border-color: #D1D1D3;
    background: #FFF;
}

.datacloud-post-header {
    margin-block: 0 40px;
    overflow: hidden;
    padding-top: 66px;
}

.datacloud-post-header .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    border-radius: 0px 0px 24px 24px;
    background: url('./assets/images/bg.png') no-repeat;
    background-size: cover;
    height: 570px;
}

.datacloud-post-header .breadcrumbs span,
.api-ver2 .breadcrumbs span {
    color: #fff;
}

.datacloud-post-header h1 {
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-block: 24px 50px;
}

.datacloud-post-content h2,
.datacloud-post-content h3 {
    margin-block: 24px 16px;
}

.datacloud-post-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
}

.post-category {
    display: none;
}

.related-posts h2 {
    margin-bottom: 30px;
}

.code-snippet {
    position: relative;
    border-radius: 16px;
    background: #2C2C2C;
    min-height: 287px;
    width: 100%;
}

.code-snippet .text {
    background: rgb(255 255 255 / 10%);
    padding: 19px 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    border-radius: 16px 16px 0 0;
}

.api-ver2 .code-snippet {
    background: var(--secondary-color);
}

pre {
    position: relative;
    margin-block: 0;
}

body pre code.hljs {
    padding: 0 24px;
    background: transparent;
}

pre svg {
    position: absolute;
    right: 16px;
    top: -47px;
    cursor: pointer;
}

.api-header {
    margin-bottom: 32px;
}

.api-header .image {
    width: 100%;
    margin-bottom: 24px;
}

.api-header .text {
    margin-block: 16px;
}

.api-code .wrapper {
    gap: 24px;
}

.api-code {
    margin-top: 32px;
}

.api-ver2 .api-header .breadcrumbs {
    text-align: left;
}

.api-ver2 .api-header {
    height: 570px;
}

.api-ver2 .api-code {
    margin-top: -145px;
}

.api-ver2 .api-header {
    padding-top: 66px;
}

.datacloud-catalog h2 {
    text-align: center;
    margin-bottom: 40px;
}

.datacloud-catalog-list {
    position: relative;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(27, 26, 37, 0.06);
    width: 100%;
    padding: 24px;
}

.datacloud-catalog-list .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.datacloud-catalog-list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.datacloud-catalog-list ul li {
    width: 100%;
}

.datacloud-catalog-list ul a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    padding: 12px 16px;
    color: #666687;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    transition: all 0.3s;
}

.datacloud-catalog-list ul a.active,
.datacloud-catalog-list ul a:hover {
    border-radius: 8px;
    background: #F2F3FF;
}

.datacloud-catalog-list ul a.active .name {
    color: var(--primary-color);
}

.datacloud-catalog-list ul a .count {
    padding: 12px 16px;
    border-radius: 8px;
    background: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}

.datacloud-catalog-items {
    flex: calc(100% - 305px);
}

.datacloud-catalog .wrapper,
.datacloud-catalog-items .wrapper {
    gap: 20px;
}

.datacloud-catalog-items .wrapper {
    align-items: stretch;
}

.datacloud-catalog-items .item {
    position: relative;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(27, 26, 37, 0.04);
    padding: 16px;
    flex: 100%;
}

.datacloud-catalog-items .item .image {
    border-radius: 16px;
    background: #DDE0FF;
    padding: 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.datacloud-catalog-items .item .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
}

.hidden {
    display: none;
    visibility: hidden;
}

.clients-logo-images {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.clients-logo-images:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 105%;
    height: 100%;
    background: linear-gradient(90deg, #1C1B25 0%, rgba(28, 27, 37, 0.00) 21.13%, rgba(28, 27, 37, 0.00) 70.5%, #1C1B25 100%);
}

.clients-logo-images img {
    width: 120px;
    object-fit: cover;
}

@media screen and (min-width: 600px) {

    h1 {
        font-size: 56px;
        line-height: 62px;
    }

    h2 {
        font-size: 38px;
    }

    ol li,
    ul li,
    .datacloud-post-content p {
        font-size: 18px;
        font-weight: 500;
    }

    .datacloud-post-content p {
        line-height: 24px;
    }

    ol li,
    ul li {
        line-height: 30px;
    }

    section {
        margin-block: 60px;
    }

    .btn {
        display: inline-flex;
    }

    .container {
        padding-inline: 16px;
    }

    .datacloud-page-header {
        padding-block: 164px 40px;
    }
        
    .datacloud-page-header h1 span {
        font-size: 70px;
    }

    .datacloud-page-header p.text {
        font-size: 28px;
        line-height: 34px;
        margin-top: 16px;
    }

    .datacloud-page-header .logo-items p.text {
        margin-block: 76px 24px;
        font-size: 20px;
    }

    .datacloud-page-header .logo-image {
        height: 72px;
        background-size: 100% 72px;
    }

    .datacloud-api-catalog .wrapper {
        flex-direction: row;
    }
    
    .datacloud-api-catalog .card .title {
        font-size: 28px;
        line-height: 34px;
    }

    .datacloud-api-catalog .card .text {
        margin-bottom: 24px;
    }
    
    .datacloud-api-catalog .btn {
        display: block;
        padding: 16px 32px;
    }

    .datacloud-api-catalog .card {
        flex: 0 0 calc(100% / 2 - 10px);
    }

    .datacloud-reviews h2 {
        font-size: 46px;
        line-height: 52px;
    }

    .datacloud-cta .content {
        padding: 60px 40px;
    }

    .datacloud-cta .content .text {
        margin-block: 16px 32px;
        font-size: 18px;
    }

    .datacloud-footer .wrapper .column:first-child {
        flex: 1 0 45%;
        margin-right: 30px;
    }

    .datacloud-footer .wrapper .column:not(:first-child) {
        flex: 1 0 auto;
    }

    .social {
        margin-top: 48px;
    }

    .blog-content .cards .card,
    .blog-content .related-posts .cards .card {
        width: calc(100% / 2 - 10px);
    }

    .datacloud-post-header .background {
        height: 650px;
    }
    
    .datacloud-post-header h1 {
        margin-block: 48px 60px;
    }

    .api-ver1 .api-header {
        margin-block: 24px 48px;
    }

    .api-code {
        margin-top: 48px;
    }

    .api-header .image {
        width: 270px;
    }
    
    .api-ver1 .api-header .content {
        width: calc(100% - 300px);
    }

    .api-ver2 .api-header {
        padding-top: 96px;
        height: 650px;
    }

    .api-ver2 .api-code {
        margin-top: -210px;
    }

    .api-ver2 .api-header .content {
        margin-top: 46px;
    }

    .datacloud-catalog-items .item {
        flex: 0 0 calc(100% / 2 - 14px);
    }

    .datacloud-catalog-list .title {
        font-size: 24px;
        line-height: 28px;
    }

    .clients-logo-images img {
        width: 200px;
    }

    .clients-logo-images {
        gap: 80px;
    }
    
}

@media screen and (min-width: 1280px) {
    h1 {
        font-size: 70px;
        line-height: 76px;
    }

    h2 {
        font-size: 46px;
        line-height: 120%;
    }

    .container {
        max-width: 1175px;
        margin-inline: auto;
    }

    section {
        margin-block: 100px;
    }

    .btn.menu-btn {
        display: none;
    }

    .datacloud-header-main,
    .archive.post-type-archive-api-catalog .datacloud-header-main,
    .archive.tax-api-categories .datacloud-header-main  {
        padding: 24px 0;
    }

    .datacloud-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 60%;
    }

    .datacloud-menu .menu, 
    .datacloud-menu .buttons {
        display: flex;
        gap: 24px;
        margin-block: unset;
    }

    .datacloud-menu .buttons .btn {
        padding: 12px 24px;
        font-size: 18px;
    }

    .datacloud-menu .menu li a {
        padding: 12px 16px;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }

    .datacloud-footer {
        margin-top: 100px;
    }

    .datacloud-page-header h1 span {
        font-size: 80px;
    }

    .datacloud-page-header .logo-items p.text {
        margin-top: 136px;
    }

    .datacloud-page-header {
        padding-top: 220px;
    }

    .datacloud-api-catalog .card {
        flex: 0 0 calc(100% / 3 - 15px);
    }

    .datacloud-cta .content {
        padding: 80px 100px;
    }

    .datacloud-footer .text {
        max-width: 488px;
        width: 100%;
    }


    .home .datacloud-reviews {
        background: url('./assets/images/101-bg.svg') 100% no-repeat;
        background-position: 100% center;
        padding-block: 100px;
        margin-block: unset;
    }

    .home .datacloud-api-catalog {
        margin-bottom: unset;
    }

    .home .datacloud-cta {
        margin-top: unset;
    }

    .blog-content .cards .card {
        width: calc(100%/3 - 15px);
    }
    
    .blog-content .cards .card:first-child,
    .blog-content .cards .card:nth-child(2) {
        width: calc(100%/2 - 10px);
    }

    .blog-content .card .title {
        font-size: 24px;
        line-height: 28px;
    }

    .blog-content .related-posts .cards .card  {
        width: calc(100%/3 - 15px);
    }

    .datacloud-post-header {
        padding-top: 94px;
    }
    
    .datacloud-post-header h1 {
        margin-block: 48px 60px;
    }

    .datacloud-post-header .content {
        max-width: 996px;
        width: 100%;
        margin-inline: auto;
    }

    ul, ol {
        margin-bottom: 24px;
    }

    .datacloud-post-content h2,
    .datacloud-post-content h3 {
        margin-top: 48px;
    }

    .datacloud-post-content {
        margin-top: unset;
    }

    .datacloud-post-header .background {
        height: 800px;
    }

    .datacloud-post-header h1 {
        margin-top: 16px;
    }

    .post-category {
        display: block;
        text-align: center;
        margin-top: 94px;
    }

    .post-category a {
        display: inline-block;
        text-decoration: none;
        border-radius: 12px;
        border: 2px solid #D1D1D3;
        background: #FFF;
        padding: 8px 12px;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        color: var(--secondary-color);
    }

    .api-code .wrapper {
        gap: 20px;
    }

    .api-header .image {
        width: 500px;
    }

    .api-ver1 .api-header .content {
        width: calc(100% - 530px);
    }

    .api-header .text {
        margin-block: 24px;
    }

    .code-snippet:not(.api-one .code-snippet) {
        flex: 0 0 calc(100% / 2 - 10px);
    }

    .api-ver2 .api-header {
        height: 792px;
    }

    .api-ver2 .api-header .content {
        margin-top: 70px;
    }

    .api-ver2 .api-code {
        margin-top: -156px;
    }

    .datacloud-catalog-items .item {
        flex: 0 0 calc(100% / 3 - 14px);
    }

    .datacloud-catalog-list {
        max-width: 285px;
    }

    .datacloud-catalog-list .title {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 34px;
    }

    .clients-logo-images {
        gap: 40px;
    }

}

@media screen and (max-width: 600px) {

    section.blog-content {
        overflow: hidden;
    }

    .list-categories {
        overflow: scroll;
        overflow-y: hidden;
        width: 400px;
    }

    body .toggled .menu-sidebar-content {
        width: 100%;
        border-radius: unset;
    }
}

@media screen and (max-width: 991px) {
    .swiper .pagination {
        display: none;
    }
}

@media screen and (max-width: 1279px) {

    .dropdown-list.hide, .hide {
        display: none;
    }
    .dropdown-list {
        position: absolute;
        top: 90px;
        left: 0;
        right: 0;
        z-index: 2;
        padding: 16px;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0px 4px 16px 0px rgba(27, 26, 37, 0.06);
        height: 390px;
        overflow-y: scroll;
    }

    .catalog-list-mobile {
        position: relative;
    }

    .catalog-list-mobile:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        right: 0;
        top: 10px;
        background: url('./assets/icons/dropdown.svg') no-repeat;
        background-size: 100%;
    }

    .catalog-list-mobile.active:after {
        transform: rotate(180deg);
        top: -10px;
    }

    .mobile-menu {
        border-radius: 16px 0px 0px 16px;
        height: auto;
      }
    
      .toggled .menu-sidebar-content {
        height: 600px;
        top: 0;
        right: 0;
        outline: none;
        z-index: 2147483647;
        max-height: 100vh;
        min-width: 360px;
        visibility: visible;
        position: fixed;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
        animation: menu-loading-bar .4s ease-out;
        padding: 24px 16px;
        border-radius: 12px 0px 0px 12px;
        background: #FFF;
      }
    
      .hidden .menu-sidebar-content {
        animation: menu-close-bar .4s ease-out;
      }

      .menu-sidebar-content .buttons {
        margin-top: auto;
      }

      .menu-sidebar-content .btn {
        width: 100%;
        justify-content: center;
        margin-top: 16px;
      }

      .menu-sidebar-content .btn-dark {
        background: #F2F3FF;
        color: var(--primary-color);
      }

      .mobile-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
      }

      .mobile-menu li a {
        display: block;
        padding: 12px 16px;
        text-decoration: none;
        color: var(--BGW-Black-100);
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
      }
    
      @keyframes menu-loading-bar {
        from {
            transform: translateX(100%);
        }
    
        to {
            transform: translateX(0%);
        }
      }
    
      @keyframes menu-close-bar {
        from {
            transform: translateX(0%);
        }
    
        to {
            transform: translateX(100%);
        }
      }
    
      .backdrop {
        z-index: 2147483646;
        opacity: 0.7;
        background: var(--BGW-Black-100);
        top: 0;
        left: 0;
        width: 120vw;
        height: 100vh;
        overflow: hidden scroll;
        position: fixed;
        background-image: none;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
      }
    
      .backdrop-overscroll-blocker {
        width: 0;
        height: 101vh;
      }
}