@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: "Golos Text", sans-serif;
    font-style: normal;
}

:root {
    --primary-color: #002B36;
    --secondary-color: #FFD109;
    --black-color: #000000;
    --white-color: #FFF;
    --purple-color: #240046;
}

body {
    color: var(--black-color);
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.custom-btn {
    padding: 16px 24px 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all ease-in-out 0.2s;
    border-radius: 10px;
    color: #000;
    text-align: center;
    font-family: "Golos Text", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.483px;
    text-transform: uppercase;
    border-radius: 123.276px;
}

.yellow-btn {
    background: var(--secondary-color);
}

.purple-btn {
    background: var(--purple-color);
    color: var(--white-color);
}

a {
    text-decoration: none;
}

p {
    color: #000;
    /* text-align: center; */
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.py-t {
    padding-top: 9rem;
    padding-bottom: 5rem;
}

p.white {
    color: white;
}

/* header css */

a {
    text-decoration: none;
}

.video-section {
    position: relative;
    z-index: 0;
    height: 100dvh;
}

.video-section video {
    height: 100dvh;
    width: 100%;
    object-fit: cover;
}


figure.video-logo-figure {
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: 1;
}

.video-section .container {
    position: relative;
    z-index: 0;
}

figure {
    margin: 0;
}

.py {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.main-heading.centered {
    text-align: center;
    width: 100%;
    margin: 0 0 2rem;
}

.tag {
    color: #000;
    font-family: "Golos Text", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    white-space: nowrap;
}

.heading-2 {
    /* color: #000; */
    /* text-align: center; */
    font-family: "Golos Text", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
}

.yellow-btn:hover {
    background: #ffbb4d;
    border-color: green;
}

.centered-top-btn {
    text-align: center;
    margin-top: 1.7rem;
}

.tag-parent {
    position: relative;
    z-index: 0;
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

span.tag-wings {
    width: 100%;
    height: 2px;
    top: 14px;
}

.tag-wings.tag-left {
    margin-right: auto;
}

.tag-wings.tag-right {
    right: 0;
    margin-left: auto;
}

.avail-sec .main-heading.centered p {
    width: 80%;
    margin: auto;
}

.trust-signal-inner {
    border-radius: 20px;
    background: #E5EDF7;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 3rem 0rem 2.5rem;
}

.trusted-partners-slider {
    padding: 0rem 1rem 1rem;
}

figure.trusted-partners {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
}

figure.stack-of-books {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: scroll-down 4s linear infinite;
}

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

figure.modern-pattern {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    animation: scroll-down 4s linear infinite;
}

.how-it-works-sec {
    background-image: url('../images/dots-bg.png');
    background-color: #1A5CB5;
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.tag-parent.white-tag span.tag-wings {
    background: white;
}

.tag-parent.black-tag span.tag-wings {
    background: #CFCFCF;
}

.tag-parent.white-tag .tag {
    color: white;
}

.white {
    color: white;
}


/* process sec css */

.process-sec {
    background-image: url('../images/dots-bg.png');
    background-color: #1A5CB5;
    background-size: cover;
    background-repeat: repeat;
    height: 100%;
    width: 100%;
}

.white {
    color: white;
}

.process-card {
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
}

.process-card .heading-3 {
    margin: 10px 0 6px;
}

.process-sec.radical:after {
    left: 160px;
    top: 120px;
}

.our-process-slider {
    padding: 0rem 0px 0rem;
}

span.for-numbers {
    background: #FFD003;
    width: 50px;
    height: 50px;
    color: #000;
    text-align: center;
    font-family: "Golos Text", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 222px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0 0rem;
    position: relative;
    z-index: 0;
    opacity: 1;
    transition: all ease 0.5s;
    left: -50px;
    top: 50px;
}

.our-process-slider .swiper-slide.active .for-numbers {
    opacity: 1;
    transition: all ease 0.5s;
}

.our-process-slider .swiper-slide:nth-child(even) .process-card {
    margin-top: 2rem;
}

figure.process-string {
    position: absolute;
    left: 170px;
    top: 90px;
}

figure.process-string img {
    height: 90px;
    width: 100%;
}

.our-process-slider .swiper-slide.active .for-numbers {
    background: #FFD109;
    color: black;
}

figure.process-icon {
    background: white;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 312px;
    margin: auto;
}

.heading-3 {
    color: #FFF;
    font-family: "Golos Text", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

/* process sec css */

/* this is for you */

.black {
    color: black;
    /* font-size: 18px; */
}

ul.for-you-list {
    list-style: none;
    padding: 1rem 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 90%;
    margin: auto;
}

ul.for-you-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #000;
    text-align: start;
    font-family: "Golos Text", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
}

.this-is-for-you-card {
    text-align: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 3.5rem 2rem 3rem;
    position: relative;
    z-index: 0;
    margin: 5rem 0 0;
}

.this-is-for-you-card h3.heading-3 {
    border-bottom: 1px solid #1A5CB5;
    padding-bottom: 1rem;
}

figure.this-is-for-you-icon {
    margin-top: -7rem;
}

figure.stack-of-books-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all linear .5s;
    animation: ball2 2.5s linear infinite alternate;
    z-index: -1;
}

figure.ring-ring {
    position: absolute;
    right: 190px;
    bottom: 30px;
    z-index: -1;
    animation: 3s linear infinite bf-animate;
}

figure.modern-pattern-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    animation: scroll-down 4s linear infinite;
}

figure.star-mark {
    position: absolute;
    top: 110px;
    left: 230px;
    transition: all 0.7s ease;
    animation: 2s linear infinite bf-animate;
}


@keyframes bf-animate {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #fff);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #265cb3);
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #fff);
    }
}


/* this is for you */

/* testimonial-sec css */

.testimonial-sec {
    background-image: url('../images/testimonial-bg.png');
    background-color: #1A5CB5;
    background-size: cover;
    background-repeat: repeat;
    height: 100%;
    width: 100%;
}

/* video player css */

.video-custom-play {
    position: relative;
    display: inline-block;
}

.video-custom-play:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 0;
}

.video-custom-play .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-size: 30px;
    border: 0px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgb(0 0 0 / 60%);
    background-image: url('../images/play-btn.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.video-custom-play:not(.is-video-playing) .video-play-icon:before {
    margin-left: 5px;
}

.video-custom-play.is-video-playing .video-play-icon {
    font-size: 25px;
    opacity: 0;
}

.video-custom-play.is-video-playing:hover .video-play-icon {
    opacity: 1;
}

.video-custom-play.is-video-playing .video-play-icon:before {
    content: "=";
    color: transparent;
}

.video-custom-play.is-video-playing:before {
    display: none;
}

.video-custom-play {
    width: 100%;
    height: 435px;
    border-radius: 10px;
    overflow: hidden;
}

.video-custom-play video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.testi-client {
    display: flex;
    justify-content: start;
    width: 94%;
    margin: auto;
    margin-top: 1rem;
    gap: 1rem;
}

.heading-4 {
    font-family: "Golos Text", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}

/* video player css */

/* testimonial-sec css */

/* faq sec */
.faq-parent.accordion .accordion-item:hover {
    background: #ffffff;
}

.accordion-button:hover {
    color: black;
}

.accordion-button:hover:before {
    filter: brightness(4.5) invert(1);
}

.accordion-item {
    border-radius: 12px !important;
    background: #FFF;
    overflow: hidden;
    margin: 0 0 20px;
    border-radius: 12px;
    border: 0px solid #240046;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 13px;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: inherit;
    box-shadow: none;
    /* border: none !important; */
    outline: none !important;
}

.accordion-body {
    /* padding-top: 0; */
    color: black;
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: math-auto;
    padding: 10px 0 0px;
}

:focus-visible {
    outline: 0;
}

.accordion-button {
    color: #000;
    font-family: "Golos Text", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    text-transform: uppercase;
    padding: 0px 0 0px 0px;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: inherit;
}

.accordion-button::after {
    background-image: url('../images/plus-faq.webp');
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
}

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

figure.ring-ring-2 {
    position: absolute;
    bottom: 2rem;
    left: 7rem;
    z-index: -1;
    animation: scroll-down 4s linear infinite;
}

.faq-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: 0px solid #000;
}

/* faq sec */

/* cta section */

.parent-cta-bg {
    background-image: url('../images/cta-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 340px;
    display: flex;
    align-items: center;
    padding: 0rem 3rem;
    position: relative;
    z-index: 0;
    border-radius: 22px;
    overflow: hidden;
}

.parent-cta-bg .row {
    align-items: center;
}

figure.woman-reading-book {
    position: absolute;
    right: 25px;
    top: 45px;
    z-index: -1;
}

.parent-cta-bg .main-heading {
    width: 74%;
}


.blue-btn {
    background: #004AAD;
    color: white;
}

figure.star-cta {
    position: absolute;
    right: 330px;
    top: 60px;
    transition: all 0.7s ease;
    animation: 2s linear infinite bf-animate;
    z-index: -1;
}

figure.curren-zew {
    position: absolute;
    right: 430px;
    bottom: 25px;
    z-index: -1;
    animation: 3s linear infinite bf-animate;
}

.parent-cta-bg .parent-btn {
    margin-top: 1.5rem;
}

/* cta section */


/* footer css */
footer {
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    padding: 5rem 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.parent-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    margin: 4rem 0 0;
    padding: 1.5rem 0 1.5rem;
    border-top: 2px dashed #FFD109;
}

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

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

.parent-bottom-footer ul li a {
    color: #FFF;
    font-family: "Golos Text", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

ul.footer-anchar-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
}

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

ul.footer-anchar-list li a {
    color: #FFF;
    font-family: "Golos Text", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

ul.footer-anchar-list li.heading-3 {
    margin-top: 1.5rem;
    font-size: 22px;
    font-weight: 700;
}

.white {
    color: white;
}

.parent-form.footer-form {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}

figure.string-2 {
    position: absolute;
    left: 680px;
    z-index: -1;
    top: 260px;
    animation: 3s linear infinite bf-animate;
}

.parent-form.footer-form input,
.parent-form.footer-form textarea {
    background: transparent;
    color: #FFF;
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    text-transform: capitalize;
    height: 50px;
    padding: 14px 18px;
    border-radius: 10px;
    border: 1px solid #FFF;
}

.parent-form.footer-form input::placeholder,
.parent-form.footer-form textarea::placeholder {
    color: #FFF;
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.parent-form.footer-form textarea {
    height: 140px;
}

.parent-form.footer-form .heading-3 {
    margin-bottom: 1rem;
}

.parent-form.footer-form .heading-3 button {
    width: 100%;
    display: flex;
}

.parent-form.footer-form .custom-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.social-links {
    display: flex;
    gap: 2rem;
    margin: 1.8rem 0 0;
}

.inner-hero-banner {
    background-image: url('../images/inner-banner-bg.png');
    background-color: #004AAD;
    background-size: contain;
    background-repeat: repeat;
    width: 100%;
    height: 470px;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    background-position: right;
    padding-bottom: 7rem;
    background-attachment: fixed;
}

/* footer css */

/* package css */
header {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    z-index: 4;
}

header .parent-right-bottom-header {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    padding: 15px 20px;
}

.cta-us-parent {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.cta-us-parent h4 {
    color: white;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.cta-details a {
    color: #FFF;
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

.heading-1 {
    color: #FFF;
    font-family: "Golos Text", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.parent-hero-content {
    width: 70%;
    margin: auto;
}


figure.ring-ring-banner {
    position: absolute;
    right: 60px;
    bottom: 40px;
    z-index: -1;
    transition: all 0.7s ease;
    animation: 2s linear infinite bf-animate;
}

figure.star-mark-banner {
    position: absolute;
    right: 230px;
    top: 160px;
    z-index: -1;
    animation: 3s linear infinite bf-animate;
}

figure.yellow-current-zew {
    position: absolute;
    left: 280px;
    bottom: 50px;
    z-index: -1;
    animation: 3s linear infinite bf-animate;
}

figure.quote-banner-banner {
    position: absolute;
    left: 530px;
    bottom: 80px;
}

figure.quote-banner-banner-2 {
    position: absolute;
    left: 700px;
    top: 200px;
}

figure.ring-ring-packages {
    position: absolute;
    bottom: 300px;
    left: 160px;
    z-index: -1;
    transform: rotate(45deg);
    animation: scroll-down 4s linear infinite;
}

.graph-arrow-parent {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 1rem 0 0;
    width: 90%;
}

.graph-arrow-parent p {
    margin: 0;
}

.custom-video-parent-inner {
    margin: 2rem 0 0;
}

.custom-video-parent-inner video {
    border-radius: 20px;
    border: 2px solid #FFD109;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 52.6%, rgba(0, 0, 0, 0.80) 85.93%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-card {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease;
}

.step-card:hover {
    transform: translateY(-10px);
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--secondary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 20px;
}

.package-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    transition: transform 0.3s ease;
    text-align: start;
    margin: 0.5rem 0 0;
}

.package-card:hover {
    transform: translateY(-10px);
}

.package-card.popular {
    border: 2px solid var(--secondary-color);
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary-color);
    color: white;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: 600;
}

.package-price {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0px 0;
}

.package-price small {
    font-size: 1rem;
    color: #666;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
    height: 260px;
    overflow-y: auto;
}

.feature-list li {
    padding: 10px 0;
    border-bottom: 0px solid #eee;
    color: #000;
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list i {
    /* color: var(--secondary-color); */
    margin-right: 10px;
}

.video-testimonial {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.video-testimonial iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.trust-logo {
    max-height: 60px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.trust-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}


#packages {
    background-image: url('../images/packages-bg.png');
    background-color: #004AAD;
    background-size: contain;
    background-repeat: repeat;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    background-position: right;
    /* padding-bottom: 7rem; */
    background-attachment: fixed;
}

.packages-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 0;
    width: auto;
    margin: 16px 0 40px;
}

.packages-card-header:before {
    position: absolute;
    left: -49px;
    top: -23px;
    background: #FFD109;
    content: "";
    width: 380px;
    height: 70px;
    z-index: -1;
    border-radius: 52px;
    border-bottom-left-radius: 0;
}

.packages-card-header:after {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    border: 14px solid #C39E00;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: -44px;
    bottom: -38px;
    z-index: -2;
    background: transparent;
}

.packages-slider {
    padding: 10px 10px 16px 20px;
}

.packages-card-header .heading-4 {
    margin: 0;
}

i.fa-check {
    background-image: url('../images/icons-pkg.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    background-position: center;
    /* margin: auto; */
}

figure.yellow-current-packages-2 {
    position: absolute;
    top: 140px;
    left: 230px;
    z-index: -1;
    animation: 3s linear infinite bf-animate;
}

figure.star-mark-packages-2 {
    position: absolute;
    right: 230px;
    top: 120px;
    z-index: -1;
    animation: scroll-down 4s linear infinite;
}

figure.ring-ring-packages-2 {
    position: absolute;
    right: 200px;
    bottom: 40px;
    z-index: -1;
    animation: scroll-down 4s linear infinite;
}

i.fa-times {
    background-image: url(../images/cross-mark-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    background-position: center;
    margin: auto;
}

td {}

.comparsion-table td {
    color: #000;
    font-family: "Golos Text", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 24px;
    /* 114.286% */
    text-transform: capitalize;
    /* padding: 16px 30px; */
    text-align: center;
}

td.fw-bold {}

.comparsion-table th {
    /* color: #000; */
    font-family: "Golos Text", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: #CEDDF0;
}

.comparsion-table table {
    background: #E5EDF7;
    border-color: #A8A8A8;
    border-radius: 10px;
    overflow: hidden;
}

.comparsion-table td,
.comparsion-table th {
    padding: 14px 18px;
}

.comparsion-table th {
    text-align: center;
    color: black;
}

.comparsion-table tr td:nth-child(01) {
    text-align: start;
}

.comparsion-table i.fa-check {
    margin: auto;
}

tr.pricing-row th {
    color: #000;
    text-align: center;
    font-family: "Golos Text", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

figure.comparison-book-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* package css */

/* cta banner css */
.cta-banner-sec {
    /* background-image: url('../images/cta-bg-straight.png'); */
}

.cta-bg-straight {
    background-image: url('../images/cta-bg-straight.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.cta-bg-straight .parent-cta-bg {
    padding: 0;
    background: no-repeat;
    overflow: unset;
}

.cta-bg-straight figure.curren-zew {
    left: -200px;
    z-index: 1;
    right: unset;
}

.cta-bg-straight figure.star-cta {
    right: -40px;
}

/* cta banner css */

/* checkout css */
.order-summary {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-radius: 10px;
    border: 1px solid #AAA;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 0;
}

.payment-form {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #AAA;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
}

.StripeElement {
    background-color: white;
    padding: 18px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
}

.StripeElement--focus {
    border-color: #667eea;
    box-shadow: 0 1px 3px 0 #cfd7ff;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.card-errors {
    color: #fa755a;
    font-size: 14px;
    margin-top: 10px;
}

.secure-badge {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list i {
    color: #28a745;
    margin-right: 10px;
}

.btn-primary-custom {
    background: #FFD109;
    padding: 20px 14px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    color: #000;
    text-align: center;
    font-family: "Golos Text", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.483px;
    /* 81.931% */
    text-transform: uppercase;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
    color: black;
}

.btn-primary-custom:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.payment-safty {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #AAA;
    background: rgba(255, 209, 9, 0.10);
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 22px 1rem;
    margin: 0px auto 30px;
    display: inline-flex;
    width: 100%;
}

.payment-safty p {
    margin: 0;
    color: #000;
    font-family: "Golos Text", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    text-transform: capitalize;
}

.tags-pakages {
    text-align: center;
    border-right: 0px solid #AAA;
    border-left: 0px solid #AAA;
    background: #FFD109;
    padding: 1rem 0;
}

.tags-pakages h4.heading-3 {
    margin: 0;
}

.package-description p {
    display: block;
    background-image: url('../images/bg-tag-lines.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 14px auto 0;
    padding: 20px 40px;
}

.package-description p {
    margin: 0;
    color: white;
    font-size: 20px;
}


.package-description {
    text-align: center;
    margin: 16px 0 0;
}

figure.offer-book-img {
    border-radius: 22.37px;
    background: linear-gradient(298deg, #121212 13.91%, #616769 89.44%);
    box-shadow: 6.711px 6.711px 11.185px 4.474px rgba(0, 0, 0, 0.30), 6.711px 6.711px 22.37px 12.304px rgba(0, 0, 0, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1.5rem auto;
    width: fit-content;
}

.price-tag {
    text-align: center;
}

.checkout-container {}

.order-summary ul.feature-list {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 1.5rem 0 0;
    padding: 9px 0 9px;
}

.order-summary .feature-list li {
    font-weight: 500;
    font-size: 21px;
}

.package-price-checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
    padding: 10px 0;
    margin: 0 0 1rem;
}

.additional-text p {
    margin: 0;
}

.packages-details-bottoms {
    padding: 0 3rem 0rem;
}


.form-group {
    border-radius: 5px;
    border: 1px solid #AAA;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 0px 0px 0px;
    overflow: hidden;
}

.form-group .form-label {
    color: #989898;
    font-family: "Golos Text", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    padding: 14px 18px;
    margin: 0;
}

.form-group input {
    border: none;
    border-top: 1px solid rgba(170, 170, 170, 0.67);
    border-radius: 0;
    padding: 14px 20px;
}

.form-control:focus {
    border-color: inherit;
    box-shadow: none;
}

.StripeElement {
    border: 0;
    box-shadow: none;
    border-top: 1px solid #aaa;
    border-radius: 0;
    margin-bottom: 0;
}

label.form-check-label {
    color: #989898;
    font-family: "Golos Text", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}


.secure-payment-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #aaa;
    padding-top: 1.3rem;
}

.left-side-ssl {
    display: flex;
    align-items: center;
    gap: 14px;
}

figure.payment-figure {
    display: flex;
    align-items: center;
    gap: 8px;
}

figure.payment-figure svg {
    width: 40px;
    height: 100%;
}

.grand-parent-pkg-container {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 3rem 3rem;
    position: relative;
    z-index: 0;
}

.order-summary-parent .tag-parent {
    margin-bottom: 1.5rem;
}

.order-summary-parent {
    width: 95%;
    margin: auto;
}

.grand-parent-pkg-container:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 4%;
    background: #CFCFCF;
    width: 2px;
    height: 92%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    z-index: -1;
}


.parent-upper-banks-cards {
    margin: 0 0 0rem;
}

.parent-upper-banks-cards figure.payment-figure {
    width: 100%;
    justify-content: start;
    gap: 3px;
}

.parent-upper-banks-cards figure.payment-figure svg {
    width: 29px;
}

label.form-label.accepeted-cards-parent-lable {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

figure.thank-you-shake-hand {
    position: absolute;
    left: 100px;
    bottom: 0;
}

figure.clapping-hands {
    position: absolute;
    right: 100px;
    top: 50px;
}

.expection-sec {
    background-image: url('../images/balls-bg.png');
    background-color: #004AAD;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    background-position: right;
    /* padding-bottom: 7rem; */
    background-attachment: fixed;
}

i.fa-check.yellow-check {
    background-image: url('../images/yellow-check-mark.png');
}

.expection-sec .feature-list li {
    color: white;
    border: 0;
    gap: 10px;
}

.expection-content {
    text-align: start;
}

.expection-content .feature-list {
    height: auto;
    margin-bottom: 0;
}

.expection-sec .feature-list li a {
    color: white;
}

.project-manager-container {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 42px;
}

.project-manager-parent {
    display: grid;
    grid-template-columns: 28% 70%;
    gap: 1rem;
    align-items: center;
}

.project-manager-details ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.project-manager-details ul li {
    border-top: 0px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 14px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.project-manager-details ul li p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.project-manager-details ul li * {
    margin: 0;
}

.project-manager-details ul li a {
    color: #000;
    font-family: "Golos Text", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.project-manager-details ul li .parent-contact-project-manager {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.project-manager-sec.reverse-details {
    background-image: url('../images/packages-bg.png');
    background-color: #004AAD;
    background-size: contain;
    background-repeat: repeat;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    background-position: right;
    background-attachment: fixed;
}

.project-manager-sec.reverse-details .project-manager-parent {
    grid-template-columns: 70% 28%;
}



.testimonials-card p {
    margin: 0;
}

/* checkout css */


/* animations */

@keyframes ball2 {
    0% {
        transform: translate(50px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes ball1 {
    0% {
        transform: translate(-200px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}


@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);
    }
}