::-webkit-scrollbar-track {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #0003;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #081b57 !important;
    background-color: #fafafa !important;
    font-family: 'Poppins', sans-serif !important;
}

a {
    color: initial !important;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: initial !important;
}

p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

h1,
h2 {
    font-family: 'Poppins', sans-serif;
}

a,
p {
    font-family: 'Poppins', sans-serif;
}

a:hover {
    transition: 0.35s;
    transition-timing-function: cubic-bezier(0, -0.05, 0.99, 0.96) !important;
}

.text-orange-navigation:hover {
    color: #ff3a39 !important;
}

.border-orange {
    border: 2px solid #ff3a39 !important;
}

.no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.bg-gradient {
    background: rgb(2, 0, 36);
    background: linear-gradient(
        116.49deg,
        #0036df 0%,
        #7000ff 66.15%,
        #e700b7 100%
    ) !important;
    border-radius: 15px !important;
    padding: 1rem 2.5rem !important;
    transition: 0.35s;
    transition-timing-function: cubic-bezier(0, -0.05, 0.99, 0.96) !important;
    background-size: 200% auto;
    display: block;
}

.bg-gradient:hover {
    background-position: right center;
}

.text-gradient {
    color: rgba(255, 57, 57, 1) !important;
}

.btn-grad {
    background-image: linear-gradient(
        to right,
        #ff512f 0%,
        #f09819 51%,
        #ff512f 100%
    );
}

.btn-grad {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.6s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.link {
    color: #ff6850 !important;
    transition: color;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0, -0.05, 0.99, 0.96) !important;
}

.link:hover {
    color: #8b0154 !important;
}

.border-orange {
    border: 2px solid rgba(255, 57, 57, 1);
}

.hover-orange {
    transition: 0.35s;
    transition-timing-function: cubic-bezier(0, -0.05, 0.99, 0.96) !important;
}

.hover-orange:hover {
    color: #ff3a39 !important;
}

.text-orange {
    color: #ff3a39 !important;
}

.bg-orange {
    background: #ff3a39;
}

.border-orange {
    border: 2px solid #ff3a39;
}

.text-orange-navigation:hover {
    color: #ff3a39;
}

.bg-gray-tag {
    background-color: #c2c6ca;
}

.tab {
    overflow: hidden;
}

.tablinks {
    transition: all 0.3s ease;
}

.tablinks:hover {
    background-color: #f5f5f5;
}

.shadow-element {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.shadow-element:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.chip-tag {
    background-color: #ebe9e9;
    color: #000;
    transition: all 0.6s;
}

.chip-tag:hover {
    background-color: #ff3a39;
    color: #fff !important;
}

#select {
    cursor: default;
    color: #ffffff !important;
    background-image: linear-gradient(
        to right,
        rgba(255, 57, 57, 1) 0%,
        rgba(255, 119, 87, 1) 50%,
        rgba(255, 57, 57, 1) 100%
    );
    transition: 0.6s;
    background-size: 200% auto;
}

#select:hover {
    background-position: right center;
}

[aos='fade'] {
    opacity: 0;
    transition-property: opacity;
}

[aos='fade'].aos-animate {
    opacity: 1;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(
        0,
        -0.05,
        0.99,
        0.96
    ) !important;
    transition-timing-function: cubic-bezier(0, -0.05, 0.99, 0.96) !important;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(
        0,
        -0.05,
        0.99,
        0.96
    ) !important;
    transition-timing-function: cubic-bezier(0, -0.05, 0.99, 0.96) !important;
}
.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.gallery-image {
    flex: 1 1 100%;
}

.gallery-info {
    flex: 1 1.1 100%;
    text-align: right;
    align-items: flex-end;
}

.editor-image {
    flex: 1 1 100%;
}

.editor-info {
    flex: 1 1.4 100%;
    text-align: left;
    align-items: flex-start;
}

.elements-image {
    flex: 1 1 100%;
}

.elements-info {
    flex: 1 1 100%;
    text-align: right;
    align-items: flex-end;
}

.gallery-links {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
    flex-flow: row wrap;
}

.elements-links {
    margin-top: 6rem;
    margin-bottom: 1.5rem;
    flex-flow: row wrap;
}

.tabcontent {
    display: none !important;
}

.elementcontent {
    display: none;
}

.navegation {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: sticky;
    top: 0px;
    /* background-color: rgb(0, 255, 245, 0); */
    background-color: #c8fbf9;
    z-index: 99;
    align-items: center;
}

.header-home {
    padding-top: 232px;
    background-color: #c8fbf9;
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
}

.navegation-image {
    width: 180px;
    /* width: 120px; */
}

.navegation-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.navegation-image img {
    width: 100%;
    height: 100%;
}

.navegation-links {
    height: fit-content;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.navegation-links a {
    margin-right: 0.5rem;
}

.header-text {
    flex: 1 1 100%;
    position: relative;
    top: 18px;
    text-align: left;
}

.header-image {
    position: relative;
    flex: 1 1.3 100%;
}


.header-image img {
    position: absolute;
    top: -145px;
    left: -70px;
    max-width: 130%;
}

.elements-cards .e-c-grip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}

.content-hidden {
    opacity: 0 !important;
    position: absolute !important;
    top: 0px;
    width: 100%;
    z-index: -10;
}

.g-c-grip {
    opacity: 1;
    position: relative;
}

.e-c-grip .card-gallery {
    margin-right: 0px;
    margin-bottom: 0px;
}

.e-c-grip .card-gallery-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-gallery {
    max-width: 300px;
    background-color: #fff;
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    margin-right: 20px;
    margin-bottom: 24px;
    break-inside: avoid;
    border: 0.3px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition-property: transform, box-shadow, -webkit-transform,
        -webkit-box-shadow;
    transition-duration: 0.3s, 0.3s;
    transition-timing-function: ease-out, ease-out;
    transition-delay: 0s, 0s;
}

.card-gallery:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: 0px 3.8px 100px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3.8px 100px rgba(0, 0, 0, 0.18);
}

.card-gallery-link {
    padding: 14px;
    border-radius: 10px;
    grid-row: 1 / -1;
    grid-column: 1;
    box-sizing: border-box;
}

.card-gallery-link-image {
    max-width: 100%;
    border-radius: 10px;
    /* border: 1px solid rgb(212, 210, 210); */
}

.editor-videos {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
}

.custom-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px;
}

.pricing-cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pricing {
    max-width: 270px !important;
}

.show {
    top: 0 !important;
}

.footer-h-links {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-h-links-options a {
    margin-left: 1rem;
}

.titleMains {
    font-size: 3rem;
    font-weight: 600;
}

.gallery-cards {
    position: relative;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.elements-cards {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.gallery-title {
    flex-flow: row;
}

.editor-title {
    flex-flow: row;
}

.elements-title {
    flex-flow: row;
}
.header-home-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.02em;
}
.artify-new-header-title {
    font-size: 2rem !important;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
    max-width: 620px !important;
}
/* .artify-new-header-title > strong {
    background: linear-gradient(90deg, #1b4adc 0%, #7000ff 50%, #e700b7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
} */

@media screen and (max-width: 1355px) {
    .header-text {
        flex: 1 1 92% !important;
        flex: 1 1 86% !important;
    }
}




@media screen and (max-width: 1263px) {
    .main-home {
        margin-left: 0;
        margin-right: 0;
    }

    .elements-image {
        flex: 1 1.1 100%;
    }

    .header-image img {
        top: 0px;
        left: -10px;
        max-width: 115%;
    }


}

@media screen and (max-width: 1024px) {
    .header-image img {
        right: -50px;
    }

    /* .pricing-cards{
        grid-template-columns: repeat(2, 1fr);
    } */
}

@media screen and (max-width: 959px) {
    .main__editor {
        margin-bottom: 2rem;
    }

    .main__gallery {
        margin-bottom: 2rem;
    }

    /* .navegation {
        margin-bottom: 0;
    } */

    .elements-cards .e-c-grip {
        grid-template-columns: repeat(3, 1fr);
    }

    .header-image {
        flex: 1 1 100%;
    }


    .header-image img {
        position: inherit;
        left: 0;
        top: 0;
        max-width: 100%;
    }

    .gallery-image {
        flex: 1 1 100%;
    }

    .gallery-info {
        flex: 1 1 100%;
    }

    .editor-image {
        flex: 1 1 100%;
    }

    .editor-info {
        flex: 1 1 100%;
    }

    .elements-image {
        flex: 1 1 100%;
    }

    .elements-info {
        flex: 1 1 100%;
    }

    .navegation-links {
        padding: 2rem;
        margin-top: 75px;
        display: flex;
        flex-flow: column;
        justify-content: space-evenly;
        align-items: flex-start;
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 400px;
        z-index: 1;
        background-color: #c8fbf9;
    }
    .nav-btn-become-premium {
        display: flex !important;
    }
    .navegation {
        justify-content: space-between;
    }
    .navegation-links-end {
        margin-left: 0px !important;
        flex-direction: column;
        display: flex !important;
        align-items: flex-start;
    }
    .navegation-links-end__buttons {
        margin-bottom: 0.7rem;
    }
    .paragraphs-buttons-nav {
        margin-bottom: 0.5rem !important;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 25px;
        height: 2px;
        background-color: #333;
        margin: 7px 0;
        transition: 0.4s;
    }
    /* Rotate first bar */
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-8px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }
    /* Fade out the second bar */
    .change .bar2 {
        opacity: 0;
    }
    /* Rotate last bar */
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-6px, -7px);
    }
}

@media screen and (max-width: 768px) {
    .pricing {
        max-width: 100% !important;
    }

    .header-text {
        flex: 1 1 100%;
    }

    .header-home {
        padding-top: 125px !important;
    }

    .navegation-links a {
        margin-right: 0rem;
    }

    .navegation-button-mobile {
        display: flex;
    }

    .artify-new-header-title {
        font-size: 1.5rem !important;
        font-family: 'Poppins' !important;
        line-height: 1.3 !important;
        letter-spacing: -0.02em !important;
    }
    .header-home-title {
        font-size: 2rem;
    }

    .artify-new-header-subtitle {
        font-size: 0.9rem !important;
        font-weight: 400 !important;
        font-family: 'Poppins' !important;
        line-height: 1.5 !important;
    }
    .space-titles {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .gallery-info {
        align-items: center;
        text-align: center;
    }

    .editor-info {
        align-items: center;
        text-align: center;
    }

    .elements-info {
        align-items: center;
        text-align: center;
    }

    .main-home {
        margin-top: 0rem;
    }

    .main__gallery {
        margin-bottom: 0rem;
    }

    .main__editor {
        margin-bottom: 0rem;
    }

    .elements-links {
        margin-top: 4rem;
    }

    .gallery-title {
        flex-flow: column;
    }

    .editor-title {
        flex-flow: column-reverse;
    }

    .elements-title {
        flex-flow: column;
    }

    .editor-videos {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }

    .custom-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .elements-cards .e-c-grip {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .titleMains {
        font-size: 2.4rem;
    }

    /* .pricing-cards{
        display: flex;
        flex-flow: column wrap;
    } */

    .footer-h-links {
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }

    .footer-h-links-options {
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .footer-h-links-options a {
        margin-left: 0rem;
    }
}

@media screen and (max-width: 575px) {
    .gallery-cards {
        margin-left: 0;
        margin-right: 0;
    }

    .elements-cards {
        margin-left: 0;
        margin-right: 0;
    }

    .gallery-links {
        margin-top: 3rem;
        margin-bottom: 1.5rem;
        overflow-x: scroll;
        justify-content: flex-start;
        align-items: center;
        flex-flow: row;
    }

    .gallery-links a {
        min-width: max-content;
        height: fit-content;
    }

    .editor-videos {
        margin-top: 3rem;
    }

    .elements-links {
        margin-top: 3rem;
        overflow-x: scroll;
        justify-content: flex-start;
        align-items: center;
        flex-flow: row;
    }

    .elements-links a {
        min-width: max-content;
        height: fit-content;
    }

    .custom-cards {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
}

.contenedor {
    display: block;
    margin: 20px auto;
    width: 100%;
}
.reproductor {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer;
}
img.imagen-previa {
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}
div.youtube-play {
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    opacity: 0.7;
    position: absolute;
    background: url('https://cdn2.iconfinder.com/data/icons/social-icons-color/512/youtube-64.png')
        no-repeat;
}
div.youtube-play:hover {
    opacity: 1;
}
#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 300px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px !important;
    }

    .header-image img {
        max-width: 117%;
    }

    .editor-videos {
        margin-top: 5rem;
    }
}
.artify-nav__background {
    height: 95px;
    min-width: 100% !important;
    background-color: #c8fbf9;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.nav-btn-become-premium {
    margin-right: 1rem !important;
}
.btn-primary-gradient {
    background: linear-gradient(
        116.49deg,
        #0036df 0%,
        #7000ff 66.15%,
        #e700b7 100%
    ) !important;
    color: #fff !important;
    border: none !important;
}
.btn-secondary-gradient {
    background: linear-gradient(
        116.49deg,
        #7000ff 0%,
        #e700b7 47.4%,
        #ffa000 100%
    ) !important;
    color: #fff !important;
    border: none !important;
}

.artify-header__banner {
    position: relative;
    width: 100%;
    height: 250px !important;
    background: linear-gradient(90deg, #1b4adc 0%, #7000ff 50%, #e700b7 100%);
    border-radius: 15px !important;
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.banner-information__title {
    color: #ffffff;
}

.banner-information__subtitle {
    color: #f6f6f8;
}
.banner-information__subtitle-2 {
    color: #f6f6f8;
}

.banner-information__text {
    padding: 20px 60px;
}
.header-card {
    width: 100%;
    max-height: 280px;
    background: #ffffff;
    box-shadow: 0px 8px 25px -5px rgb(0 0 0 / 15%);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
.header-card:hover {
    cursor: pointer;
    transform: scale(1.02);
}
.heder-card-img {
    display: block;
    position: relative;
    border-radius: 15px;
    width: 100%;
    max-height: 156px;
    overflow: hidden;
    padding: 1rem 0rem 0.5rem 0rem;
}

.header-card-content {
    padding: 0.5rem 1rem;
}

.navegation-links-end {
    display: flex;
    margin-left: auto;
}
.navegation-links-end__buttons {
    height: 2.45rem;
    display: flex;
    align-items: center;
}
.nav-links-icon {
    font-size: 24px;
}
.paragraphs-buttons-nav {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
    line-height: 1.5 !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 5px;
    transition: background-color 200ms ease-in-out !important;
}
}
.is-borderless {
    border: none !important;
}

.is-hover-shadow-secondary:hover {
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.03),
        0px 15px 16px rgba(0, 0, 0, 0.04), 0px 24px 30px rgba(0, 0, 0, 0.08) !important;
}

.is-shadow-primary {
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.03);
}

.is-shadow-secondary {
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.03),
        0px 15px 16px rgba(0, 0, 0, 0.04), 0px 24px 30px rgba(0, 0, 0, 0.08);
}

.heading-bold-1 {
    font-size: 5rem;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.heading-bold-2 {
    font-size: 3.75rem;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 1.3;
    letter-spacing: -0.02em;
}
.heading-bold-3 {
    font-size: 3rem;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 1.3;
    letter-spacing: -0.02em;
}
.heading-bold-4 {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 1.3;
    letter-spacing: -0.02em;
}
.heading-bold-5 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.heading-bold-6 {
    font-size: 1.125rem;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.heading-regular-1 {
    font-size: 5rem;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.heading-regular-2 {
    font-size: 3.75rem;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 1.3;
    letter-spacing: -0.02em;
}
.heading-regular-3 {
    font-size: 3rem;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 1.3;
    letter-spacing: -0.02em;
}
.heading-regular-4 {
    font-size: 2.25rem;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 1.3;
    letter-spacing: -0.02em;
}
.heading-regular-5 {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.heading-regular-6 {
    font-size: 1.175rem;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.paragraphs-bold {
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 1.5;
}
.paragraphs-bold-small {
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 1.5;
}
.paragraphs-bold-extra-small {
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 1.25;
}
.paragraphs-regular {
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 1.5;
}
.paragraphs-regular-small {
    font-size: 0.875rem;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 1.5;
}
.paragraphs-regular-extra-small {
    font-size: 0.75rem;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 1.25;
}



.navegation {
    background-color: #FFFFFF;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100vw;
}

.navegation__container {
    display: flex;
    max-width: 100%;
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
    flex-direction: row;
    align-items: center;
}


a.paragraphs-buttons-nav:hover {
    background-color: #0001;
    color: black !important;
}

a.paragraphs-buttons-nav:focus {
    background-color: #00000029;
}

.is-radius-large {
    border-radius: 15px !important;
}

.button-gradient {
    position: relative;
}

.button-gradient::after {
    content: "";
    transition: background-color 200ms ease-in-out;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff0;
}

.button-gradient:hover::after {
    background-color: #fff4;
}

.header-card-content-title {
    font-size: 1rem;
    font-weight: 600;
}
.header-card-content-subtitle {
    font-size: 0.875rem;
    line-height: 1.2;
}

.button__book-demo:focus {
    outline: none;
}
.button__book-demo:hover {
    opacity: 0.8;
}
