.inline-link {
    background-color: #566c55;
    border-radius: 0.5rem;
    width: max-content;
    padding-inline: 0.5rem;
    font-weight: 400;
    font-size: calc(1rem + 0.1vw);
}

.inline-link,
.inline-link>i {
    /* color: black !important; */
}
/*VP QUOTE*/
.vp-quote {
    display: inline-flex;
    gap: 0.5rem;
}

.vp-quote .fa-quote-left {
    align-self: flex-start;
}

.vp-quote .fa-quote-right {
    align-self: flex-end;
}
/*VP QUOTE END*/
/* SECTION DARK */
.section-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-color-secondary-dark);
}
.section-dark *{
    color: white;
}
.section-dark{
    box-shadow: 0px 0px 10px 5px gray;
}
.section-dark .button-cta{
    background-color: var(--accent-color);
    background: var(--gradient-buttons-secondary);
    color: black;
    font-weight: 600;
}
.section-dark .button-cta::before{
    display: none;
}
.section-dark .line-divider{
    width: 100%;
    height: 0.15rem;
    background: linear-gradient(to right, transparent, var(--accent-color-dark) 10%, var(--accent-color) 30%, var(--accent-color-light) 50%, var(--accent-color) 80%, var(--accent-color-dark) 90%, transparent 100%);
}
/* SECTION DARK END */
/* VP BULLETS */
.vp-bullets {
    display: grid;
    place-content: center;
    gap: calc(1rem + 1vw);
}

.vp-bullets>div,
.vp-bullets-flex>div {
    display: inline-flex;
    gap: calc(1rem + 0.1vw);
    align-items: baseline;
    justify-content: flex-start;
}

.vp-bullets-3 {
    grid-template-columns: repeat(3, 1fr);
}
.vp-bullets-3>div{
    font-size: calc(1rem + 0.1vw);
}
.vp-bullets-4 {
    grid-template-columns: repeat(2, 1fr);
}

.vp-bullets-4>div,
.vp-bullets-flex>div {
    background-color: #00000010;
    padding: calc(1rem + 0.1vw);
    border-radius: 0.5rem;
    border: 1px solid #00000010;
}

.vp-bullets-4 h3 {
    font-family: "Poppins";
    font-weight: 400
}

.vp-bullets-4 p {
    text-align: left;
}

.vp-bullets-4 i.delta-icon {
    background-color: var(--accent-color-dark) !important;
}

@media screen and (max-width:800px) {
    .vp-bullets-3 {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:500px) {
    .vp-bullets-4 {
        grid-template-columns: 1fr;
    }
}

/* VP BULLETS END*/

.vp-custom-bg {
    background: #FEC7E6;
    flex-grow: 1;
}

@media screen and (max-width: 600px) {
    .vp-transition:first-of-type {
        margin-top: 3rem !important;
    }

    .vp-transition-image {
        scale: 1 1.2;
    }
}

/* wp trans end */
.text-dark {
    color: var(--font-color-dark) !important;
}
.section-dark .text-dark {
    color: white !important;
}

@keyframes underlineGrow2 {
    to {
        background-size: 100% 6%;
    }
}

.vp-underline {
    background:
        linear-gradient(to right, var(--accent-color));
    background-size: 0% 6%;
    background-position: 0 95%;
    background-repeat: no-repeat;
    animation: underlineGrow2 2s ease forwards !important;
    animation-delay: 2s !important;
}

.section-dark .vp-underline {
    background:
        linear-gradient(to right, var(--accent-color));
    background-size: 0% 5%;
    background-position: 0 95%;
    background-repeat: no-repeat;
}

/* FORM START */
input {
    outline: none;
    border: 0;
}

input,
.dynamic-select {
    background-color: var(--color-bg);
    border: 1px solid #bababa;
    padding: 0.2rem 0.4rem;
    border-radius: 0.3rem;
}

.dynamic-select-options,
.dynamic-select-option {
    background-color: var(--color-bg) !important;
}

.dynamic-selected,
.dynamic-select-option {
    /* color: white !important; */
}

.dynamic-select-option:hover {
    background-color: var(--color-link-hover) !important;
}

#vp-form .button-cta,
#vp-form .button-cta i {
    /* color: black !important; */
    white-space: nowrap;
}

#vp-form .button-cta i {
    display: none !important;
}

/* FORM END */

#v-player {
    width: calc(30rem + 15vw) !important;
    max-width: 95%;
    box-shadow: 0px 5px 20px 5px #4c4c4ccc;
}

h1,
h1 * {
    font-weight: 500;
    font-size: calc(1.2rem + 1.5vw);
    /* color: white; */
}

h1 {
    letter-spacing: -0.05rem;
    margin-inline: 0.5rem;
    text-align: center;
    margin-bottom: 0 !important;
}

.vp-subtitle,
.vp-subtitle * {
    font-weight: 300;
    font-size: calc(1rem + 0.8vw);
    /* color: white; */
    letter-spacing: -0.05rem;
    margin-inline: 0.5rem;
    text-align: center;
    margin-bottom: calc(0.5rem + 1vw) !important;
}

h2,
h2 * {
    font-family: "Inter", sans-serif !important;
    font-size: calc(1rem + 1.25vw);
    font-weight: 600;
    /* color: white; */
}

h2 {
    position: relative;
    letter-spacing: 0.05rem;
    margin: 1rem;
    margin-bottom: 2rem;
    text-align: center;
}
@media screen and (max-width: 800px) {
    h2 {
        margin-inline: 0.3rem;
    }
}

h3,
h3 * {
    font-size: calc(1rem + 0.5vw);
    font-weight: 500;
    text-align: center;
    margin: 0;
}

p,
p * {
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 500;
}

p {
    margin: 0;
    text-align: center;
}

#header-logo {
    display: grid;
    place-items: center;
}

#header-logo img {
    width: calc(12rem + 8vw);
}

.pill {
    background-color: var(--pill-background);
    color: var(--pill-color);
    padding: 0.2rem 0.6rem;
    border-radius: 9999px;
    margin-left: 0.3rem;
}

/* BUTTON CTA */
.button-cta {
    position: relative;
    text-align: center;
    font: var(--font-cta);
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: calc(0.5rem + 0.2vw);
    padding: 0.6rem;
    padding-inline: 1.5rem;
    background-color: var(--accent-color-secondary-dark);
    background: var(--gradient-buttons);
    /* border: 1px solid var(--accent-color-secondary); */
    border-radius: 0.5rem;
    transition: all 0.5s;
    margin-block: 2rem;
    cursor: pointer;
    /* box-shadow: 0px 0px 6px 1px inset var(--color-bg); */
    /* outline: 1px solid var(--border-color); */
    white-space: wrap;
    color: black;
}
.button-cta::before{
    content: '';
    position: absolute;
    inset: 5px;
    border-inline: 0.1rem solid var(--accent-color);
    border-radius: 0.5rem;
    transition: all 0.5s;
    z-index: -1;
}
.button-cta,
.button-cta i {
    color: var(--font-color-buttons);
}

.button-cta i.delta-icon {
    background-color: var(--font-color-buttons);
    width: 1rem;
    height: 1rem;
}

.button-cta:hover {
    scale: 1.05;
    /* box-shadow: 0px 0px 0px 0px inset transparent; */
    /* outline: 1px solid var(--border-color); */
}
.button-cta:hover:hover::before{
    scale: 0;
}

.button-cta.button-flat {
    background-color: var(--accent-color);
    background: var(--accent-color);
    box-shadow: unset;
}

/* BUTTON CTA END*/

/* SPAN CTA */
.span-cta {
    text-align: center;
    display: flex;
    gap: 0.5rem;
}

.span-cta,
.span-cta i {
    font-size: calc(0.9rem + 0.1vw)
}

/* SPAN CTA END*/
@media screen and (max-width: 400px) {
    .logo-inline-container {
        margin-block: 1rem !important;
    }

    h1 {
        margin: 0;
    }

    .vp-catchphrase {
        padding-inline: 0;
    }

}

@media screen and (min-width: 1200px) {
    section {
        width: 70%;
    }

    .vp-catchphrase::after {
        width: 70%;
        transform: translate(20%, 0);
    }

    header {
        width: 100%;
    }
}

.brand-border {
    border: 0;
    background-image: var(--accent-bg-image);
    padding: 0.25rem;
    border: var(--border);
    border-radius: 1rem;
}

.brand-bg {
    border-radius: 1rem;
    background-color: var(--color-bg);
}

/* SECTION PILL */
.section-pill {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    margin-top: 2rem;
    border-radius: 1rem;
    background: var(--color-bg);
    outline: 1px solid var(--border-color);
    max-width: 80%;
}

.section-dark .section-pill {
    background: white;
}
.section-dark .section-pill * {
    color: black !important;
}
.section-dark .section-pill * {
    /* color: var(--font-color-dark) !important; */
}

.section-pink .section-pill {
    background-color: #ffd9ef;
    border: 1px solid #ff239f;
}

/* SECTION PILL END */
.button-cta::after {
    border-radius: 0.4rem;
}

/* VIDEO STORY START */
.vp-quote {
    display: inline-flex;
    gap: 0.5rem;
}

.vp-quote .fa-quote-left {
    align-self: flex-start;
}

.vp-quote .fa-quote-right {
    align-self: flex-end;
}

.vp-story-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: calc(1rem + 1vw);
    place-items: center;
}

.vp-story-grid h3 {
    font-family: "Open Sans" !important;
}

.vp-story-grid img {
    border-radius: 0.5rem;
    width: calc(8rem + 5vw);
}

@media screen and (max-width: 800px) {
    .vp-story-grid {
        grid-template-columns: 1fr !important;
    }

    .vp-story-grid img {
        max-width: 80%;
    }
}

/* VIDEO STORY END */
