a[href="tel:+19292145178"] {
    display: none !important;
}
.contactform input.error, .contactform textarea.error{
    border-color:red;
}
.contactform input.error::placeholder, .contactform textarea.error::placeholder{
    color:red !important;
}
.contactform span {
    display: none;
}
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

* {
    font-family: "Plus Jakarta Sans", sans-serif;
}

ul {
    list-style: none;
    padding: 0;
}
.hero-section ul.list-item li {
    font-size: inherit;
    text-transform: capitalize;
}
.brand-list {
    margin: 2rem 0 0;
}
.hero-section .custom-content {
    padding: 15px;
    background: #000000a8;
    border-radius: 8px;
}

.brand-list {
    display: flex;
    align-items: baseline;
    gap: 22px;
}

.heading-4 {
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


/* hero css  */

.hero-section {
    background-image: url('/lp-2/assets/images/hero-bg.png');
    background-size: cover;
    background-position: top;
    height: 100%;
    padding: 9rem 0 5rem;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
    background-repeat: repeat-y;
    animation: scrollBackground 30s linear infinite;
    height: 720px;
}

.hero-section .custom-content p {
    width: 90%;
}

@keyframes scrollBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 150px;
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

/* why-choice-section */
.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;
}

.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;
}

.custom-btn.blue-btn {
    background: #101840;
    color: white;
}

.tag-content .custom-btn-hero-parent {
    margin-top: 2rem;
}

.custom-btn.transparent-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: "Plus Jakarta Sans", sans-serif;
    border-radius: 0;
}

.btn-parent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.white {
    color: white;
}

.heading-2 {
    font-family: "Plus Jakarta Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 1rem;
    text-wrap-style: balance;
}

.yellow {
    font-weight: 800;
    color: #F90;
}

p {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
    text-transform: capitalize;
}

.custom-btn {
    display: inline-flex;
    padding: 16.5px 20px;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: capitalize;
    border-radius: 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-height: 50px;
}

.yellow-btn {
    background: #F90;
    color: #000;
}

.custom-btn-hero-parent {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: start;
}

figure.brand-list {
    margin: 2rem 0 0;
}

figure {
    margin: 0;
}

.form-control:focus {
    border-color: #198754;
    box-shadow: none;
    color: white;
}

.py {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.black {
    color: black;
}

.heading-1 {
    font-family: "Plus Jakarta Sans";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tag-content {
    color: #232F3E;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.8px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.tags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

figure.h-icon {
    margin-bottom: 1rem;
}

.bottom-line {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 0;
}

.heading-3 {
    color: #232F3E;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

ul.list-item li {
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #232F3E;
    font-family: "Plus Jakarta Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    gap: 6px;
    width: 100%;
}

.bottom-line:before {
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 89%;
    height: 2px;
    content: "";
    background: #F90;
}

/* our services css  */
.our-services {
    background: var(--Dark, #232F3E);
}

.cenetered {
    text-align: center;
}

.main-heading {
    margin-bottom: 3rem;
}

.main-heading p {
    width: 55%;
    margin: auto;
}

.parent-card-services {
    border-radius: 10px;
    border: 0px solid #232F3E;
    background: #FFF;
    padding: 24px 16px;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-header-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0rem;
}

span.number {
    color: #E1E4E5;
    font-family: Exo;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.parent-card-services p {
    color: #232F3E;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* our services css  */

/* faq css  */

.accordion-item {
    margin: 0rem 0 17px;
    border: 0px solid red !important;
    border-radius: 8px;
}

.accordion-header {
    margin-bottom: 0rem;
    background: transparent;
}



.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-button {
    overflow: hidden;
    background: #232F3E;
    border-radius: 6px !important;
    color: white;
    font-weight: 400;
    font-size: 17px;
}

.accordion-body {
    background: #FF9900;
    color: #232F3E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 0;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.accordion-button:not(.collapsed) {
    color: black;
    font-weight: 600;
    background-color: #F90;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed)::after {
    filter: none;
}

.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: "Poppins", sans-serif;
    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: "Poppins", sans-serif;
    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: 100px;
}
.packages-section
.review-card {
    border-radius: 10px;
    border: 1px solid var(--Dark, #232F3E);
    background: #FFF;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10);
    padding: 0rem 25px 16px;
    margin: 3rem 0 2rem;
}

.review-card figure.client-profile {
    margin-top: -41px;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
}

.review-card p {
    color: #333;
    font-weight: 400;
}

.review-footer {
    border-top: 2px solid #232f3e9e;
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client-details p {
    margin: 0;
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.client-details h6 {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.review-card figure.client-profile img {
    border: 1px solid black;
    border-radius: 60px;
    overflow: hidden;
}

/* testimonials css  */

.testimonials {
    position: relative;
    z-index: 2;
}

.testimonials .hand-writing {
    position: absolute;
    left: 0;
    top: -167px;
    z-index: -1;
}

.testimonials .man-hand-writing {
    position: absolute;
    top: -218px;
    right: 0;
    z-index: -1;
}

.tags.yellow-tag p {
    color: white;
}

.tags.yellow-tag .dots {
    background: white;
}

.swiper.our-services-slider {
    padding: 1rem 0 3rem;
}

/* testimonials css */


/* packages css  */

.for-top-layers {
    position: relative;
    z-index: 1;
}

.for-top-layers .left-bubble-layers {
    position: absolute;
    left: 0;
    top: -110px;
    z-index: -1;
}

.for-top-layers .bubble-layers-3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.packages-card {
    border-radius: 6px;
    border: 1px solid #2E3031;
    background: #FFF;
    padding: 25px;
}

.packages-card .heading {
    color: #2E3031;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.packages-header .pricing {
    color: #2E3031;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.packages-card .packages-header .custom-btn.white-btn {
    border-color: black;
    border-width: 1.5px;
    width: 100%;
    font-weight: 600;
    margin: 1rem 0 2rem;
}

.packages-card ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    max-height: 520px;
}

span.pkg-details {
    color: #191D23;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90%;
}

.packages-card ul li {
    display: flex;
    align-items: start;
    gap: 10px;
}


.swiper-slide-active .packages-card {
    background: #232F3E;
}

.swiper-slide-active .packages-card .heading {
    color: white;
}

.swiper-slide-active .packages-card p {
    color: white;
}

.packages-card p {
    font-weight: 300;
    font-size: 15px;
    color: #2E3031;
}

.swiper-slide-active .packages-card .pricing {
    color: white;
}

.swiper-slide-active .packages-card .packages-header .custom-btn.white-btn {
    background: transparent;
    color: white;
    border-color: white;
}

.swiper-slide-active .packages-card ul span.pkg-details {
    color: white;
}

.swiper-slide-active .packages-card ul li .pkg-icon {
    background: white;
}

.packages-card ul li .pkg-icon {
    background: #F90;
    border-radius: 22px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* faq css */

.faqs-section {
    position: relative;
    z-index: 0;
}

.faqs-section figure.left-bubble-layers {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.faqs-section figure.bubble-layers-3 {
    position: absolute;
    right: 0;
    top: -120px;
    z-index: -1;
}

.swiper-slide-active .review-card {
    background: #232F3E;
}

.swiper-slide-active .review-card p {
    color: white;
}

.swiper-slide-active .review-card .client-details h6 {
    color: white;
}

.swiper-slide-active .review-card .review-footer {
    border-color: #ffffffad;
}

.address {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.parent-cta-banner.cta-3 .heading-2 {
    margin-bottom: 1rem;
}

.list-item-parent ul li span img {
    margin-bottom: 3px;
}

.footer-details-col figure {
    margin-bottom: 0rem;
}

.social-media-links figure {
    margin: 0;
}

span.swiper-pagination-bullet {
    border-radius: 250px;
    background: #000;
    width: 42.314px;
    height: 5px;
    flex-shrink: 0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF9900 !important;
}

.swiper.review-slider {
    padding-bottom: 2rem;
}


.swiper.packages-slider {
    padding-bottom: 4rem;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}

/* years of experience css */
.years-of-experience {
    border-radius: 100px;
    border: 11px solid #FFF;
    background: #F90;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.years-of-experience p {
    color: black;
    margin: 0;
    font-size: 13px;
    line-height: normal;
}

.years-of-experience p span {
    color: #1B1B1B;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}


figure.why-choose-body-img-right {
    position: relative;
    z-index: 0;
}

h2.heading-2 span.yellow {
    font-weight: 700;
}

.tags.white .tag-content {
    color: white;
}

.cenetered .tags {
    justify-content: center;
}

.card-services-slider {
    padding-bottom: 4rem;
}

.card-services-slider span.swiper-pagination-bullet {
    background: white;
    opacity: 1;
}

.parent-card-services .heading-4 {
    color: #232F3E;
    margin: 1rem 0;
}

.grey {
    color: #666;
}

.about-us-section ul.list-item li {
    font-weight: 600;
    font-size: 16px;
}

.child-about-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

span.number-line {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 88px;
    position: relative;
    z-index: 0;
    border-radius: 99px;
    background: rgba(244, 118, 41, 0.20);
    position: absolute;
    width: 100px;
    height: 100px;
    content: "";
    left: -30px;
    right: 0;
    top: -50px;
    bottom: 0;
}

.about-description p {
    font-size: 14px;
    line-height: normal;
}

.heading-5 {
    color: #232F3E;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.parent-about-us-list {
    display: flex;
    flex-direction: column;
    gap: 58px;
    padding-left: 40px;
}

.parent-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 2rem;
}

.cta-call-us {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.right-btn {
    display: flex;
    flex-direction: column;
}

.right-btn span:nth-child(01) {
    color: #F90;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.right-btn span:nth-child(02) {
    color: #232F3E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

span.number-line:after {
    width: 1.007px;
    height: 131.72px;
    border: 1px dashed #666;
    top: 48px;
    content: "";
    position: absolute;
    z-index: -2;
}

span.number-line:before {
    border-radius: 99px;
    background: #F90;
    width: 60px;
    height: 60px;
    position: absolute;
    content: "";
    z-index: -1;
}

.parent-numbers {
    position: relative;
    z-index: 0;
}

.parent-numbers {
    width: 170px;
}

.parent-about-us-list .child-about-us:nth-last-child(1) span.number-line:after {
    display: none;
}

.parent-counter .child-counter:nth-last-child(1)::before {
    display: none;
}


/* years-of-trusted-bg  */
.years-of-trusted {
    background-image: url('/lp-2/assets/images/years-of-trusted-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 687px;
    padding-bottom: 0;
    overflow-y: hidden;
    padding-top: 0;
    display: flex;
    align-items: end;
}


.custom-btn.yellow-btn-w {
    background: #F90;
    color: white;
}

.years-of-trusted .right-btn span:nth-child(02) {
    color: white;
}



.parent-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px 40px 0px 0px;
    padding: 2rem 3rem 2rem;
}

.parent-counter.yellow-bg {
    background: #F90;
}

.child-counter {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 0;
    width: 30%;
}

.child-counter p {
    display: flex;
    flex-direction: column;
}

span.counter-number {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    transition: all 1.5s ease-out;
}

.years-of-trusted .parent-counter {
    margin-top: 5rem;
}

.child-counter:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 1px;
    height: 60px;
    margin: auto;
    top: 0px;
    bottom: 0;
    right: 0px;
    background: rgba(255, 255, 255, 0.50);
}

figure.play-btn {
    margin-bottom: 2rem;
}

.publishing-partners-section {
    background: #232F3E;
}

/* about us css */
.parent-publishing-partners-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.child-publishing-partners-card {
    display: flex;
    width: 48%;
    height: 176px;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10.25px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    margin: 1rem 0 0rem;
}

.child-publishing-partners-card p {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.publishing-partners-section .right-btn span:nth-child(02) {
    color: white;
}

.parent-counter.white-bg {
    /* background-image: url('/lp-2/assets/images/bg-footer-cta.png'); */
    height: 100%;
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
    background-color: white;
}

.parent-counter.white-bg .child-counter :is(p, a) {
    color: black;
    margin: 0;
    text-decoration: none;
}

footer {
    background-image: url('/lp-2/assets/images/footer-bg.png');
    background-size: cover;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.parent-counter.white-bg {
    border-radius: 0px 0px 40px 40px;
}

footer .parent-cta-footer {
    margin-bottom: 4rem;
}

footer ul li a {
    text-decoration: none;
    color: white;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.parent-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    flex-direction:column;
}
.parent-bottom-footer p {
    margin-bottom: 10px;
}
.parent-bottom-footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}


.social-media-links {
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 12px;
    margin-top: 0rem;
}

.parent-bottom-footer p {
    margin: 0;
}


.bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin-top: 3rem;
}

.bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin-top: 0rem;
}

footer .heading-6.white {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 1.6rem;
}

footer ul li {
    margin-bottom: 10px;
}

.parent-counter.white-bg .child-counter:before {
    background: #232F3E;
}

.parent-counter.white-bg .child-counter p {
    width: 77%;
    font-weight: 500;
}

.footer-details-col.get-latest-news button {
    width: 100%;
}

.footer-details-col.get-latest-news input {
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #FFF;
    display: flex;
    width: 100%;
    height: 54px;
    padding: 17px 45px 17px 25px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.reviews-sec {
    background-color: #232F3E;
    padding-top: 3rem;
    padding-bottom: 0;
    background-image: url('/lp-2/assets/images/reviewa-bg.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
}

.blue-bg-foam .parent-foam {
    background: #232F3E;
}

.blue-bg-foam .parent-foam .form-heading span {
    color: #F90;
}

.blue-bg-foam .parent-foam button.btn.custom-btn {
    background: #F90;
    color: white;
}

.accordion-item {
    border: none !important;
    box-shadow: none !important;
}


/* review slider  */
.client-details span {
    color: white;
}

span.client-name {
    font-weight: 600;
    font-size: 28px;
}

span.client-role {
    font-size: 16px;
}

.client-details {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    gap: 6px;
}

.reviews-sec-parent {
    position: relative;
    z-index: 0;
    padding: 0px 6rem 0rem 0rem;
    width: 100%;
}

.review-slider-2-parent {
    position: absolute;
    width: 510px;
    top: 50%;
    right: 0px;
    left: 390px;
    display: inline-block;
    height: 80px;
    transform: rotate(90deg);
}

.review-slider-2-parent figure.client-pictures {
    transform: rotate(-90deg);
    border: 2px solid #232F3E;
    border-radius: 212px;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide {
    transform: translate(0px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(02) {
    transform: translate(-30px, 0px);
    z-index: -1;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(03) {
    transform: translate(-60px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(04) {
    transform: translate(-90px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(05) {
    transform: translate(-120px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(05) {
    transform: translate(-130px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(06) {
    transform: translate(-170px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide.swiper-slide-thumb-active figure.client-pictures {
    border-color: white !important;
    z-index: 999;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    z-index: 999;
}

.review-slider-child p {
    margin: 2rem 0;
    width: 100%;
}

.parent-slider-navbar {
    position: relative;
    z-index: 9999;
    top: -60px;
    left: -10px;
    width: 210px;
    display: flex;
    align-items: start;
    justify-content: start;
    height: 50px;
    text-align: start;
}

.reviews-sec-parent .swiper-slide {
    height: 370px;
}

.parent-slider-navbar:is(.swiper-button-next, .swiper-button-prev) {
    border: 2px solid white;
}

.swiper-button-next,
.swiper-button-prev {
    border: 1px solid white;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: 600;
}

span.swiper-pagination-current {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

span.swiper-pagination-total {
    color: #F90;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.swiper-pagination-fraction {
    color: #F90;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    z-index: -1;
}

.layers {
    position: relative;
    z-index: 0;
}

.top-layer-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.top-layer-2 {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.layers:before {
    background-image: url('/lp-2/assets/images/top-layer-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 774px;
    height: 306.01px;
    z-index: -1;
}

.layers:after {
    background-image: url('/lp-2/assets/images/top-layer-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 0;
    width: 774px;
    height: 306.01px;
    z-index: -1;
}

.parent-bottom-footer ul li {
    margin-bottom: 0;
}

.bg-layers {
    position: relative;
    z-index: 0;
}

.bg-layers:before {
    background-image: url('/lp-2/assets/images/string-layer-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    z-index: -1;
    width: 363.007px;
    height: 304.417px;
    -webkit-animation: horizontal-move-two 5s linear infinite;
    animation: horizontal-move-two 5s linear infinite;
}

.bg-layers:after {
    background-image: url('/lp-2/assets/images/string-layer-3.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    content: "";
    position: absolute;
    right: 0px;
    left: unset;
    bottom: 0px;
    z-index: -1;
    display: block;
    width: 690.193px;
    height: 861.296px;
    -webkit-animation: horizontal-move-two 5s linear infinite;
    animation: horizontal-move-two 5s linear infinite;
}

.publishing-partners-section.bg-layers:after {
    bottom: -100px;
    height: 100%;
}

.reviews-sec.bg-layers:after {
    display: none;
}

#videoContainer,
#content {
    transition: opacity 0.5s ease;
}

#playButton {
    cursor: pointer;
}

#videoContainer {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #ff9900;
    border-radius: 7px;
}

#video-modal {}

#video-modal .modal-header button.btn-close {
    position: absolute;
    z-index: 2;
    background-color: #F90;
    color: #F90;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    right: -10px;
    top: -10px;
    opacity: 1;
}

#video-modal .modal-header button.btn-close {}

#video-modal .modal-header {
    padding: 0;
    border: 0;
}

#videoContainer video {
    /* width: 100%; */
    height: auto;
    border-radius: 7px;
    border: 10px solid #F90;
    border-bottom-width: 4px;
    background: #F90;
    object-fit: cover;
    /* margin-top: -1px; */
    overflow: hidden;
}

div#videoContainer {}

#closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background: red;
    color: white;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

.parent-bottom-footer p span {
    font-weight: 500;
}

ul.list-item li {
    text-transform: lowercase;
}

.tag-content p.black {
    color: #232F3E;
}

.child-counter p {
    margin: 0;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.animate-charcter {
    background-image: linear-gradient(-225deg, #F57616 0%, #F57616 29%, #0B0D36 67%, #F57616 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;
    display: inline-block;
}

.elem {
    /* animation: animName 3s infinite; */
    animation-delay: 1s;
    animation-duration: 3s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: animName;
    animation-play-state: running;
    animation-range-end: normal;
    animation-range-start: normal;
    animation-timeline: auto;
    animation-timing-function: ease-in;
    transition: all 11s ease 10s;
}

@keyframes animName {
    0% {
        transform: rotate3d(1, 1, 1, 0deg) scale(1.1);
    }

    30% {
        transform: rotate3d(1, 1, 1, 5deg) scale(1.3);
    }

    100% {
        transform: rotate3d(1, 1, 1, 0deg) scale(1.1);
    }
}


/* hover effect  */
.custom-btn:before {
    content: "";
    width: 19%;
    height: 100%;
    left: 0;
    transition: all ease .2s;
    background: white;
    position: absolute;
    opacity: 0;
    z-index: -1;
    border-radius: 46px;
    border: 1px solid white;
}

.custom-btn:hover:before {
    width: 100%;
    opacity: 1;
    transition: all ease .2s;
    background: #ff9900;
}

.custom-btn:hover {
    transition: all ease .5s;
    border-color: black;
    color: black;
}

.custom-btn.transparent-btn:before{
    display: none;
}

.custom-btn.transparent-btn:hover{
    color: #ff9900;
    border: transparent;
}

@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);
    }
}

figure.about-center {
    animation: scroll-down 3s linear infinite;
}

@-webkit-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);
    }
}

.hero-section.box.show:before {
    opacity: 0.6;
    transition: all ease 5s;
}

.hero-section.box.show:after {
    opacity: 0.6;
    transition: all ease 5s;
}

figure.play-btn img {
    cursor: pointer;
}

.heading-1 span {
    display: block;
}

.parent-counter.white-bg .child-counter a {
    text-transform: lowercase;
}

label.error {
    color: #ff5656;
    text-align: start;
    width: 100%;
    font-size: 13px;
}

.loader {
    margin-top: 8px;
}

.loader img {
    width: 30px;
}

/* hover effect  */













/* modal css  */
.entry-box {
    transform: translate(0%, 3%);
}

a#entry-box_close {
    background: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
    width: 59px;
    height: 59px;
    display: block;
    line-height: 59px;
    color: #fff;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 999;
    text-decoration: none;
}

.entry-box .text-1 h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin-bottom: 12px;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 33px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: start;
    font-family: "Plus Jakarta Sans";
}

.entry-box .text-1 h1 span.red {
    color: white;
    text-transform: uppercase;
}

.col-sm-12.entry-right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.entry-box .text-1 p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.entry-box .text-1 p strong {
    text-transform: uppercase
}

.text-1 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.text-1:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(-28deg, #fff 0%, #F90 60%);
    border-radius: 100px;
}

.entry-box .form-control {
    /* min-height: 40px; */
    border-radius: 7px;
    background-color: rgba(250, 250, 250, .92);
    border-color: transparent;
    color: #060606;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 7px 6px;
    background: #fafafa !important;
    border: #dcdcdc 1px solid;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
}

.entry-box .form-control::placeholder {
    color: #000 !important;
}

.entry-box input::placeholder,
textarea::placeholder {
    color: #000 !important;
}

.entry-box button {
    border-radius: 5px;
    background-color: #3376ee;
    background: #F90;
    color: #fff;
    font-size: 18px;
    border: #ffffff 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 10px;
    letter-spacing: 1px;
    border-radius: 3px;
    outline: 0px none;
    width: 88%;
    display: inline-block;
}

.entry-box button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    cursor: pointer;
    width: 100%;
    /* margin: 2px 0 0; */
    font-family: "Plus Jakarta Sans";
}

.entry-box ul li {
    color: #111322;
    font-size: 16px;
    font-weight: 500;
    width: 49%;
    display: inline-block;
    margin-bottom: 4px
}

.entry-box ul li i {
    color: #eb0000
}

.form-group {
    margin-bottom: 1rem;
}

.form-btn {
    text-align: center
}

.two-title p {
    padding-bottom: 25px
}

#entry-popup .container {
    max-width: 1574px !important;
    width: 100%;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 15px !important;
}

.christmas-popup {
    position: absolute;
    left: -10px;
    top: 34px;
}

.loader {
    margin-top: 8px;
}

.loader img {
    width: 30px;
}

#entry-box_close {
    opacity: 1;
    background: linear-gradient(-28deg, #fff 0%, #F90 60%);
    width: 7px;
    height: 0px;
    /* display: block; */
    line-height: 0px;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    position: absolute;
    right: 4px;
    top: 9px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 22px;
}

.modal-header {
    padding: 0;
    border: none;
}

.modal-content {
    background: transparent;
    border: none;
}

.entry-box {
    /* background: url('/lp-2/assets/images/chris-pop-img.png'); */
    margin: 0px auto;
    border-radius: 10px;
    position: relative;
    height: auto;
    width: 100%;
    padding: 16px 0 6px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right;
    background-color: black;
}

.entry-box .form-control::placeholder {
    color: black !important;
    font-weight: 500;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

div#entry-popup .modal-dialog {
    max-width: 360px;
    margin: auto;
}

.modal-header {
    position: absolute;
    right: 0;
}

span.pkg-details strong {
    color: #F90;
}
.packages-section .swiper.packages-slider, .packages-section .swiper.packages-slider .swiper-wrapper, .packages-section .swiper.packages-slider .swiper-wrapper .swiper-slide{
    display: flex;
}
.swiper-wrapper{
    height:auto !important;
}
.faqs-section .parent-foam input.form-control:focus, .faqs-section textarea.form-control:focus{
    color:#fff !important;
}
.form-control:focus {
    color: #000;
    background-color: inherit;
    border-color: inherit;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.parent-foam textarea::placeholder, .parent-foam input::placeholder {
    color: #fff !important;
    font-weight: 500;
}

textarea.form-control {}

/* entry */

/* modal css  */

/* maquee */

.child-marquee {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
    gap: 16px;
    margin: 0rem 3rem;
}

.demo-text {
    align-items: center;
    gap: 100px;
    /* border-bottom: 2px solid #FF9900; */
    padding: 1rem 0;
    margin: 1rem 0 0;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    -webkit-animation: marquee 50s linear infinite;
    animation: marquee 100s linear infinite;
    margin-bottom: 0;
}

.child-marquee p {
    color: white;
    margin: 0;
}


@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}


figure.f-logo {
    margin-bottom: 1rem;
}
/* maquee */