@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

:root {
    --yellow-maize: #ffe959;
    --peach-navajo: #ffe1a6;
    --green-celadon: #b8ff9f;
    --lime-mindaro: #e4ff97;
    --mauve-plum: #ffa6f6;
    --lavender-periwinkle: #c7b9ff;
    --pink-mimi: #ffd2fc;
    --cyan-celeste: #a6faff;
    --cyan-mint: #d1f4ff;
    --snow-white: #ffffff;
    --black-diesel: #000000;
}

body {
    font-family: "Bricolage Grotesque", serif !important;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: black;
}

.bg-gc {
    background-color: var(--green-celadon) !important;
}

.bg-lm {
    background-color: var(--lime-mindaro) !important;
}

.bg-cc {
    background-color: var(--cyan-celeste) !important;
}

.bg-lp {
    background-color: var(--lavender-periwinkle) !important;
}

.bg-pn {
    background-color: var(--peach-navajo) !important;
}

.bg-mp {
    background-color: var(--mauve-plum) !important;
}

.bg-pm {
    background-color: var(--pink-mimi) !important;
}

.h-desktop-h-1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
}

.h-desktop-h-2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}

.h-desktop-h-3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

.h-desktop-h-4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
}

.h-desktop-h-5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
}

.h-desktop-h-6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}

.section-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.faq-ques {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.mobile-center {
    text-align: left;
}

@media (max-width: 767px) {
    .h-mobile-h-1 {
        font-size: 40px !important;
        font-weight: 700;
        line-height: 120%;
    }
    
    .h-mobile-h-2 {
        font-size: 36px !important;
        font-weight: 700 ;
        line-height: 120%;
    }
    
    .h-mobile-h-3 {
        font-size: 32px !important;
        font-weight: 700;
        line-height: 120%;
    }
    
    .h-mobile-h-4 {
        font-size: 24px !important;
        font-weight: 700;
        line-height: 140%;
    }
    
    .h-mobile-h-5 {
        font-size: 20px !important;
        font-weight: 700;
        line-height: 140%;
    }
    
    .h-mobile-h-6 {
        font-size: 18px !important;
        font-weight: 700;
        line-height: 140%;
    }

    .section-desc {
        font-size: 16px;
    }

    .faq-ques {
        font-size: 16px;
    }

    .mobile-center {
        text-align: center !important;
    }
}

.t-large-light {
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
}

.t-large-regular {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.t-large-medium {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.t-large-semi-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.t-large-bold {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.t-large-extra-bold {
    font-size: 20px;
    font-weight: 800;
    line-height: 150%;
}

.t-medium-light {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
}

.t-medium-regular {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.t-medium-medium {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.t-medium-semi-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.t-medium-bold {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.t-medium-extra-bold {
    font-size: 18px;
    font-weight: 800;
    line-height: 150%;
}

.t-regular-light {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

.t-regular-regular {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.t-regular-medium {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.t-regular-semi-bold {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.t-regular-bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.t-regular-extra-bold {
    font-size: 16px;
    font-weight: 800;
    line-height: 150%;
}

.t-small-light {
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
}

.t-small-regular {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.t-small-medium {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.t-small-semi-bold {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.t-small-bold {
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
}

.t-small-extra-bold {
    font-size: 14px;
    font-weight: 800;
    line-height: 150%;
}

.t-tiny-light {
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
}

.t-tiny-regular {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.t-tiny-medium {
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
}

.t-tiny-semi-bold {
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}

.t-tiny-bold {
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
}

.t-tiny-extra-bold {
    font-size: 12px;
    font-weight: 800;
    line-height: 150%;
}

.nav-container {
    position: fixed;
    border-bottom: 1px solid black;
    height: 73px;
    width: 100%;
    z-index: 999;
}

a.nav-padding {
    border-right: 1px solid black;
}

@media (max-width: 991px) {
    a.nav-padding {
        border-right: 0;
    }
}

button.nav-padding {
    background-color: transparent;
    border: 0;
    color: #000000;
}

.figmats-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.figmats-nav-items {
    display: flex;
}

.figmats-nav-items a:first-child {
    border-left: 1px solid black;
}

.figmats-nav-items a{
    border-right: 1px solid black;
}

@media (max-width: 767px) {
    a.nav-padding{
        border-right: 0;
    }

    .figmats-nav-items {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        display: none;
    }

    .hide-padding {
        padding: 0;
    }
}

.nav-padding {
    padding: 24px 20px;
}

.nav-padding2 {
    max-width: 540px;
    padding: 24px 40px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.figmats-nav-items a {
    padding: 24px 20px;
}

.nav-item:hover{
    background-color: var(--peach-navajo);
}

.nav-item.selected{
    background-color: var(--mauve-plum);
}

ul.navbar-nav {
    text-align: right;
}

.bb1 {
    border-bottom: 1px solid black;
}

.section-padding {
    padding: 112px 0px;
}

.section2-padding {
    padding: 80px 0px;
}

.section-row {
    gap: 0px;
    text-align: center;
    justify-content: space-around;
}

@media (max-width: 767px) {
    .section-padding {
        padding: 64px 0px;
    }

    .section2-padding {
        padding: 48px 0px;
    }

    .section-row {
        gap: 48px;
    }
}

.brutal-btn {
    display: block;
    width: fit-content;
    color: black;
    background-color: var(--yellow-maize);
    border: 1px solid black;
    padding: 12px 24px;
    transition: box-shadow 0.3s ease, transform 0.3s ease-out;
}

.brutal-btn-circle {
    padding: 12px;
    border-radius: 500px;
}

.brutal-btn:hover, .brutalist-btn:active {
    box-shadow: 4px 4px 0px black;
    transform: translate(-4px, -4px);
}

.t-input {
    padding: 12px;
    border: 1.5px solid black;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-80 {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .mb-24 {
        margin-bottom: 20px;
    }

    .mb-32 {
        margin-bottom: 24px;
    }
    
    .mb-40 {
        margin-bottom: 24px;
    }

    .mb-48 {
        margin-bottom: 32px;
    }

    .mb-64 {
        margin-bottom: 40px;
    }

    .mb-80 {
        margin-bottom: 48px;
    }

    .container {
        --bs-gutter-x: 2.5rem;
    }

    /* .row {
        --bs-gutter-x: 2.5rem;
    } */

    .logo_items img{
        margin-right: 24px !important;
    }

    .logo-img {
        height: 40px;
    }

    .sparkle-img {
        height: 28px;
    }
}

@keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
.logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}
  
.logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 20%;
    height: 100%;
    z-index: 2;
}
  
.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), var(--green-celadon));
}
  
.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), var(--green-celadon));
}
  
.logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
}
  
.logos:hover .logo_items {
    animation-play-state: paused;
}
  
.logo_items img{
    margin-right: 40px;
}

.tech-logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}
  
.tech-logos:before, .tech-logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 20%;
    height: 100%;
    z-index: 2;
}
  
.tech-logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), var(--cyan-celeste));
}
  
.tech-logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), var(--cyan-celeste));
}
  
.tech-logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
}
  
.tech-logos:hover .tech-logo_items {
    animation-play-state: paused;
}
  
.tech-logo_items img{
    margin-right: 80px;
}

.figmats-card-img {
    width: 100%;
    border: 1px solid black;
    border-bottom: 0;
}

.figmats-card-body {
    padding: 24px;
    background-color: white;
    border: 1px solid black;
}

.figmats-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.figmats-card-tag {
    padding: 4px 8px;
    background-color: var(--yellow-maize);
    border: 1px solid black;
    border-radius: 500px;
}

.stats-card {
    padding: 32px;
    background-color: var(--lavender-periwinkle);
    border: 1px solid black;
}

.testimonial-card {
    padding: 32px;
    background-color: var(--green-celadon);
    border: 1px solid black;
}

.pricing-card {
    padding: 32px;
    background-color: var(--pink-mimi);
    border: 1px solid black;
}

@media (max-width: 767px) {
    .figmats-card-body {
        padding: 24px 20px;
    }

    .pricing-card {
        padding: 32px 24px;
    }
}

.avatar-img {
    margin-right: 16px;
    width: 56px;
    height: auto;
    border-radius: 500px;
    border: 1px solid black;
}

.blog-avatar-img {
    margin-right: 16px;
    width: 48px;
    height: auto;
    border-radius: 500px;
    border: 1px solid black;
}

.mobile-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.splide__list {
    height: fit-content !important;
}

.splide__arrows {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.splide__arrow {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
}

.splide__arrow:hover {
    background-color: #f0f0f0;
}

.accordion-button::after {
    background-image: url("assets/plus.svg");
    height: 33px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("assets/minus.svg");
}

.accordion {
    --bs-accordion-border-radius: 0px !important;
    --bs-accordion-inner-border-radius: 0px;
    --bs-accordion-btn-icon-width: 32px;
    --bs-accordion-active-bg: var(--peach-navajo);
    --bs-accordion-bg: var(--cyan-celeste);
    --bs-accordion-active-color: black;
    --bs-accordion-border-color: black;
}

.accordion-item {
    background-color: transparent;
}
