/* #### Generated By: http://font.download #### */

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('../fonts/arial-webfont/ARIAL.woff') format('woff');
}


@font-face {
    font-family: 'Arial Narrow';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Narrow'), url('../fonts/arial-webfont/ARIALN.woff') format('woff');
}


@font-face {
    font-family: 'Arial Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Italic'), url('../fonts/arial-webfont/ARIALI 1.woff') format('woff');
}


@font-face {
    font-family: 'Arial Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Italic'), url('../fonts/arial-webfont/ARIALI.woff') format('woff');
}


@font-face {
    font-family: 'Arial Narrow Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Narrow Italic'), url('../fonts/arial-webfont/ARIALNI.woff') format('woff');
}


@font-face {
    font-family: 'Arial Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Medium'), url('../fonts/arial-webfont/ArialMdm.woff') format('woff');
}


@font-face {
    font-family: 'Arial Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Medium Italic'), url('../fonts/arial-webfont/ArialMdmItl.woff') format('woff');
}


@font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold'), url('../fonts/arial-webfont/ARIALBD 1.woff') format('woff');
}


@font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold'), url('../fonts/arial-webfont/ARIALBD.woff') format('woff');
}


@font-face {
    font-family: 'Arial Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Narrow Bold'), url('../fonts/arial-webfont/ARIALNB.woff') format('woff');
}


@font-face {
    font-family: 'Arial Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold Italic'), url('../fonts/arial-webfont/ARIALBI 1.woff') format('woff');
}


@font-face {
    font-family: 'Arial Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold Italic'), url('../fonts/arial-webfont/ARIALBI.woff') format('woff');
}


@font-face {
    font-family: 'Arial Narrow Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Narrow Bold Italic'), url('../fonts/arial-webfont/ARIALNBI.woff') format('woff');
}


@font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Black'), url('ARIBLK.woff') format('woff');
}


@font-face {
    font-family: 'Arial Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Black Italic'), url('../fonts/arial-webfont/ARIALBLACKITALIC.woff') format('woff');
}


@font-face {
    font-family: 'Arial Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Light Regular'), url('../fonts/arial-webfont/ARIALLGT.woff') format('woff');
}


@font-face {
    font-family: 'Arial CE Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE Regular'), url('../fonts/arial-webfont/ArialCE.woff') format('woff');
}


@font-face {
    font-family: 'Arial CE MT Black Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE MT Black Regular'), url('../fonts/arial-webfont/ArialCEMTBlack.woff') format('woff');
}


@font-face {
    font-family: 'Arial CE Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE Bold'), url('../fonts/arial-webfont/arialceb.woff') format('woff');
}


@font-face {
    font-family: 'Arial Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Light Italic'), url('../fonts/arial-webfont/ARIALLGTITL.woff') format('woff');
}


@font-face {
    font-family: 'Arial CE Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE Italic'), url('../fonts/arial-webfont/ArialCEItalic.woff') format('woff');
}


@font-face {
    font-family: 'Arial CE Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE Bold Italic'), url('../fonts/arial-webfont/ArialCEBoldItalic.woff') format('woff');
}


/* header css */

html {
    overflow-x: hidden;
}

body {
    font-family: Arial;
    color: #000;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
}

.parent-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    border: 0px solid #f90;
    /* background: #ffffff17; */
    backdrop-filter: blur(5px);
    padding: 0px 0px;
    /* box-shadow: 0 0px 14px #ff990087; */
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

/* header css */

/* hero section */

.hero-section {
    background-image: url('../images/hero-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    height: 740px;
    background-position: bottom;
    padding: 10rem 0 0rem;
}

header#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.parent-brands-logo {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.heading-1 {
    color: #FFF;
    font-family: Arial;
    font-size: 54px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: uppercase;
}

.white {
    color: white;
}

p {
    color: #FFF;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.custom-btn {
    border-radius: 5px;
    color: #FFF;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 24px;
    border: 1px solid #f90;
    box-shadow: 0 0px 14px #ff990087;
}

.custom-btn.yellow-btn {
    background: #FF9901;
    color: black;
}

.parent-btns {
    display: flex;
    gap: 2rem;
    align-items: center;
    /* margin: 0rem 0 0rem; */
}

.custom-foam {
    border-radius: 7px;
    border: 0px solid #F90;
    background: #fff;
    backdrop-filter: blur(2px);
    padding: 18px 18px 30px;
    /* background-image: radial-gradient(#232F3E, #ffffff2e); */
    /* background-size: 200% auto; */
    color: #fff;
    /* background-clip: text; */
    text-fill-color: transparent;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* animation: textclip 8s ease-in-out infinite; */
}

.form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 4px;
}

.custom-foam input,
.custom-foam textarea {
    border-radius: 5px;
    background: #FFF;
    width: 100%;
    border: none;
    color: #000;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 10px;
    border: 1px solid #FF9901;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.form-header img {
    width: 70px;
    height: 65px;
    flex-shrink: 0;
    aspect-ratio: 111/38;
    object-fit: contain;
    /* filter: brightness(0) invert(0); */
}

.heading-2 {
    font-family: Arial;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    /* 53.55px */
    text-transform: uppercase;
}

.custom-foam input::placeholder,
.custom-foam textarea::placeholder {
    color: #000;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.parent-input-box label {
    color: #000000;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px 0 0px;
    position: relative;
    bottom: -13px;
    left: 11px;
    background: white;
}

.parent-input-box {
    margin: 0px 0 0px;
}

.custom-foam input {
    height: 40px;
}

.custom-foam textarea {
    height: 80px;
}

.white-btn {
    background: #FF9901;
    color: black;
}

.custom-foam .custom-btn.white-btn {
    width: 100%;
    height: 40px;
    margin: 8px 0 0;
}

.hero-section .custom-content {
    width: 95%;
}

.transparent-btn {
    border-radius: 5px;
    border: 1px solid #242E3D;
    color: #FFF;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 12px 24px;
    display: flex;
    gap: 12px;
}

a {
    text-decoration: none;
}

.form-header .heading-2 {
    margin: 0;
}

figure {
    margin: 0;
}

.py {
    padding: 5rem 0 5rem;
}

.tags {
    color: #242E3D;
    font-family: Arial;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 119%;
    text-transform: capitalize;
    background-image: linear-gradient(-225deg, #000000 0%, #000000 29%, #FFE0B3 67%, #000000 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s linear infinite;
}

.black {
    color: #000;
}

.heading-3 {
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    text-transform: uppercase;
}

.heading-3-1 {
    font-family: Arial;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

ul.list-style {
    padding: 0;
    margin: 0 0 1.5rem;
    list-style-image: url('../images/arrow-tick.png');
    padding: 0rem 0rem 0rem 24px;
}

/* hero section */

/* our services */
.our-services-sec {
    background: white;
}

.py {}

.divided-headings {
    display: grid;
    align-items: center;
    gap: 5rem;
    grid-template-columns: 40% 53%;
}

.services-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgb(0 0 0 / 7%);
    position: relative;
    z-index: 0;
    text-align: center;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 270px;
}

span.numbers-tag {
    position: absolute;
    left: 12px;
    top: 4px;
    color: #f90;
    font-family: Arial;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 119%;
    text-transform: uppercase;
    opacity: 0.5;
    font-family: 'Arial Bold';
}

.content-card {
    margin: 12px 0 0;
}

.content-card p {
    height: 125px;
    overflow-y: auto;
    margin: 0;
}

.ghostwriting-solutions-slider {
    height: 590px;
    padding: 1rem 0px;
}

section {
    position: relative;
    z-index: 0;
}

figure.top-dimand-ring {
    position: absolute;
    top: 20px;
    left: 20px;
}

.main-heading.centered {
    text-align: center;
    margin: 0 0 1rem;
}

.portfolio-grand-parent a {
    color: black;
}

.portfolio-grand-parent a .heading-3 {
    margin: 12px 0 2px;
}

.portfolio-parent img {
    width: 100%;
}

.satisfied-video-sec {
    background: #FFE0B3;
    background-image: url('../images/video-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

figure.video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ffffff;
    box-shadow: 0 0px 14px #ff990087;
    border-radius: 10px;
}

.cta-parent {
    border-radius: 10px;
    background: #242E3D;
    padding: 1.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 3rem 0 0;
    border: 1px solid #ffffff;
    box-shadow: 0 0px 14px #ff990087;
}

h4.heading-2-1 {
    color: #FFF;
    font-family: Arial;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    text-transform: uppercase;
    margin: 0;
}

.cta-parent .custom-btn {
    white-space: nowrap;
}

.choice-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgb(0 0 0 / 4%);
    text-align: center;
    width: 100%;
    height: 180px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 20px 10px;
}

.swiper.process-slider {
    padding: 15px 0;
}


.cta-banner {
    background: #FFE0B3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 430px;
    background-image: url(../images/cta-bg-new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .parent-brands-logo {
        margin: 1.5rem 0 1.5rem;
    }
    
figure.book-mockups img {
    width: 98%;
}

.why-choice-us-sec span.numbers-tag {
    right: 12px;
    left: unset;
}

.why-choice-us-sec .services-card {
    height: 200px;
    text-align: start;
}

.why-choice-us-sec .ghostwriting-solutions-slider {
    height: 450px;
}

.why-choice-us-sec .content-card p {
    height: 100px;
}

.why-choice-us-sec .heading-3 {
    width: 85%;
}

/* faq css */

.faq-section {
    background: #FFE0B3;
    background-image: url('../images/faq-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion-item {
    border-radius: 10px !important;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin: 10px 0;
    border: 1px solid #f90;
    box-shadow: 0 0px 14px #ff990087;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

.accordion-body {
    padding-top: 0;
    color: #000;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.accordion-button:not(.collapsed) {
    color: black;
}

.accordion-button {
    color: #000;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    text-transform: uppercase;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.png');
}

.accordion-button::after {
    background-image: url('../images/plus.png');
}

figure.right-dimand-ring {
    position: absolute;
    right: 0;
    top: 0;
    animation: horizontal-move-two 5s linear infinite;
}

/* faq css */

/* testimonials-card css */
.testimonials-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 0px 30px 20px;
}


.testimonials-slider {
    padding: 3rem 9px 1rem;
}

.testimonials-slider p {
    color: black;
    height: 100px;
    overflow-y: auto;
    margin: 0 0 9px;
}

.client-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

span.quote {
    position: absolute;
    max-width: 130px;
    left: 140px;
    top: 80px;
    z-index: 0;
}

figure.cleint-1 img {
    margin-top: -3rem;
    margin-bottom: 10px;
}

span.client-name {
    color: #000;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    text-transform: uppercase;
}


.cta-banner-footer {
    border-radius: 10px;
    background: #242E3D;
    padding: 40px 50px;
    margin: -9rem 0 0rem;
}

.parent-cta-footer-bottom {
    display: grid;
    /* grid-template-columns: 60% 22%; */
    justify-content: space-between;
    align-items: center;
}

.parent-cta-footer-bottom p {
    margin: 0;
    text-align: center;
}

/* testimonials-card css */

/* footer css */
footer {
    background: #242E3D;
    margin: 0rem 0 0;
    padding: 4rem 0 0;
    border-top: 1px solid #f90;
    box-shadow: 0 0px 14px #ff990087;
}

ul.footer-anchar-list {
    padding: 0;
    margin: 0rem 0 0rem;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
}

.parent-footer {
    display: grid;
    grid-template-columns: 20% 64% 12%;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
    margin: 0rem 0 2rem;
    align-items: baseline;
    text-align: center;
}

.parent-footer .parent-btns {
    justify-content: end;
    text-align: end;
}

ul.footer-anchar-list li a {
    color: black;
    text-transform: capitalize;
}

ul.social-media-links {
    display: flex;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0 1rem;
}

.parent-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid white;
    padding: 1rem 0;
}

.parent-bottom-footer p {
    color: white;
    margin: 0;
}

.parent-bottom-footer ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.parent-bottom-footer ul li a {
    color: white;
}

.portfolio-sec .parent-btns {
    margin: 2rem 0 0;
}

figure.footr-logo {
    margin: 0 0 1rem;
}

/* footer css */

figure.top-dimand-ring {
    animation: horizontal-move-two 5s linear infinite;
}

@keyframes horizontal-move-two {
    0% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }

    50% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }

    100% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }
}

figure.book-mockups {
    animation-name: myanimation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes myanimation {
    0% {
        transform: scale(.7) rotate(15deg);
        opacity: .6;
    }

    50% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: scale(.7) rotate(15deg);
        opacity: .4;
    }
}


.animate-charcter {
    background-image: linear-gradient(-225deg, #ffffff 0%, #ffffff 29%, #f90 67%, #ffffff 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/*  */
.ml6 {
    position: relative;
}

.ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 2px;
    padding-right: 0em;
    padding-bottom: 0em;
    overflow: hidden;
    font-family: 700;
}

.ml6 .letter {
    display: inline-block;
    line-height: normal;
    font-weight: 700;
}

.why-choice-us-sec .content-card {
    margin: 0 0 0;
}



.frames-parent {
    position: relative;
    z-index: 0;
    height: 500px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.printer-left {
    position: absolute;
    left: 0;
    bottom: 60px;
    max-width: 140px;
    animation: scroll-down 4s linear infinite;
}

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

figure.printer-right {
    position: absolute;
    right: 0;
    animation: scroll-down 4s linear infinite;
}

.printer-main {
    position: absolute;
    left: 100px;
    right: 0;
    bottom: 0;
    bottom: 0;
    display: inline-block;
    width: 460px;
    z-index: 1;
}

.printer-paper p {
    margin: 0;
    font-size: 16px;
    line-height: normal;
    text-wrap-style: auto;
}

@keyframes down {
    0% {
        height: 0px;
        /* opacity: 1; */
        transform: translate(0px, 0px) rotate(0deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
        /* opacity: 0; */
        height: 240px;
    }
}

@keyframes down-alter {
    0% {
        height: 200px;
        /* opacity: 1; */
        transform: translate(0px, 0px) rotate(0deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
        /* opacity: 0; */
        height: 0px;
    }
}

.printer-paper p {
    background: #242E3D;
    width: 250px;
    position: absolute;
    bottom: 280px;
    left: 93px;
    text-align: center;
    padding: 10px;
    height: 240px;
    overflow: hidden;
    animation: down ease-out 20s infinite;
    animation-duration: 5s;
    animation-timing-function: ease-out;
    animation-duration: 25s;
}

.printer-paper-2 {
    background: #242E3D;
    width: 250px;
    position: absolute;
    left: 93px;
    text-align: center;
    padding: 10px;
    top: 136px;
    height: 240px;
    animation: down-alter ease-in 20s infinite;
    animation-duration: 5s;
    animation-timing-function: ease-in;
    animation-duration: 25s;
}


/* header css  */
.grand-parent-header {
    background: #FF9901;
    margin: 0px 0 6px;
    padding: 4px 0;
}

.parent-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-side-header-parent {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.left-side-header-parent .child-top-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.grand-parent-header * {
    color: #000000;
}

a.btn.custom-btn.black-btn {
    background: #FF9901;
    padding: 6px 16px;
    height: 34px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 6px;
    color: black;
    gap: 10px;
}

.right-side-header-parent {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.child-top-header.social-link {
    display: flex;
    gap: 1rem;
    height: 100%;
}

.child-top-header.social-link img {
    object-fit: cover;
    filter: brightness(0) invert(0) !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: none;
    box-shadow: none;
}

.our-process-sec {
    background: #FFE0B3;
    background-image: url(../images/process-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tags.white-tag{
    color: white !important;
    background-image: linear-gradient(-225deg, #fff 0%, #fff 29%, #FFE0B3 67%, #fff 100%);
}

.satisfied-video-sec ul.list-style li {
    color: white;
}

.satisfied-video-sec ul.list-style {
    list-style-image: url('../images/arrow-tick-w.png');
}


.left-footer p.black {
    color: white;
}

header#header .custom-btn img {
    filter: brightness(0) invert(0);
}

.custom-foam .custom-btn {
    width: 100%;
}


.custom-foam .form-check-input {
    width: 10px;
    height: 10px;
}

label.form-check-label {
    color: black;
    margin: 0;
    font-size: 13px;
}

.custom-foam .form-check {display: flex;/* align-items: baseline; */padding-top: 0;gap: 10px;margin: 0 0 12px;}

.parent-input-box.parent-input-box-last {
    margin: 0 0 6px;
}

.form-check-input:focus {
    border-color: #f90;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #f90;
}

.loader {
    text-align: center;
}

.grand-parent-header a:hover {
    color: #424242;
}

.grand-parent-header img {
    filter: brightness(1) invert(1);
}

figure.trusted-brands {
    width: 50%;
}

.swiper.process-slider span.numbers-tag {
    right: 6px;
    left: unset;
}


a.cta-btn {
    text-decoration: none;
    font-family: 'Arial';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

a.cta-btn img {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    padding: 0px;
    border-radius: 0px;
    /* width: 35px; */
    /* height: 45px; */
    flex-shrink: 0;
}

.parent-cta {
    text-align: start;
}

.parent-cta {
    display: flex;
    flex-direction: column;
}

a.cta-btn.green-cta .parent-cta span:nth-child(01) {
    color: #fff;
    font-weight: 600;
}

a.cta-btn.green-cta .parent-cta span:nth-child(02) {
    color: #fff;
}

.parentBtns {
    display: flex;
    gap: 2rem;
    align-items: center;
}


.custom-foam .form-check label.form-check-label {
    left: 0;
    bottom: 0;
}

.custom-foam p {
    margin: 0;
}

.parent-input-box.parent-input-box-last {
    margin: 0 0 2px;
}

nav.navbar {
    padding: 0;
}



/*new form css */

.parent-foam {
    border-radius: 15px 0px;
    border: 0px solid #FFF;
    background: #F90;
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: 0;
    animation: 1s linear infinite bf-animate;
    box-shadow: 0 0 1px 1px #000000, 0 0 1px 1px #000000 inset;
    filter: drop-shadow(0px 0px 1px #000000);
}

.parent-foam input,
textarea {
    width: 100%;
    color: white;
    padding: 10px 11px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.20) !important;
}


.form-heading {
    color: white;
}

.form-heading span {
    display: block;
}

.form-heading {
    color: #FFF;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 3rem;
    z-index: 0;
}

.form-heading span {
    color: #ffffff;
    font-family: Arial;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 8px;
}

.parent-foam input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.70) !important;
}

.parent-foam textarea {
    height: 100px;
    border: 1px solid white;
    color: white;
}

.parent-foam button.btn.custom-btn {
    width: 100%;
    color: #232F3E;
    border-radius: 4px;
    background: #FFF;
    font-weight: 600;
}

.form-heading::before {
    position: absolute;
    z-index: 1;
    border-bottom: 2px dashed #ffffff91;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    top: 102px;
}

.hero-section:after {
    opacity: 1;
    background: #000000;
    position: absolute;
    left: unset;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    transition: all ease 5s;
}


.hero-section.box.show:after {
    opacity: 0.8;
    transition: all ease 5s;
}

.hero-section.box.show:before {
    opacity: 0.8;
    transition: all ease 5s;
}

.hero-section:before
 {
    opacity: 1;
    background: #000000;
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    transition: all ease 5s;
}


@keyframes bf-animate {

    0%,
    100% {
        /* filter: drop-shadow(0px 0px 0px #101840); */
        box-shadow: 0 0 0px 0.7px #ffff, 0 0 0px 0.7px #ffff inset;
        transform: translateY(0px)
    }

    50% {
        /* filter: drop-shadow(0px 0px 1px #fff0d9); */
        box-shadow: 0 0 0px 0.7px #101840, 0 0 0px 0.7px #101840 inset;
        /* border-color: #fff; */
        transform: translateY(0px)
    }

    80% {
        /* filter: drop-shadow(0px 0px 1px #101840); */
        box-shadow: 0 0 0px 0.7px #ffff, 0 0 0px 0.7px #ffff inset;
        transform: translateY(0px)
            /* border-color: #ffffff00 */
    }
}


@keyframes horizontal-move-two {
    0% {
        transform: scale(1.1) rotate(5deg);
    }

    50% {
        transform: scale(1.0) rotate(0deg);
    }

    100% {
        transform: scale(1.1) rotate(5deg);
    }
}


span.yellow-color {
    color: #f90;
}


/*new form css */


/*disclaimer*/
.disclaimer p {
    margin: 0;
}

.disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #232f3e;
    border-bottom: 0px solid white;
    text-align: center;
    padding: 12px 10px;
}

.disclaimer p {
    color: white;
    text-align: center;
    font-size: 16px;
}

.disclaimer figure {
    display: flex;
    align-items: center;
}
/*disclaimer*/