@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&display=swap');

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.hero-sec {
    background: linear-gradient(0deg, rgba(0, 43, 54, 0.90) 0%, rgba(0, 43, 54, 0.90) 100%), url('../images/hero-bg.png') lightgray 0px 0px / 100% 154.839% no-repeat;
    height: auto;
    padding: 10rem 0 4rem;
}

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

header nav.navbar {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    /* opacity: 0.7; */
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(5px);
    padding: 12px 20px;
}

.heading-1 {
    color: #FFF;
    font-family: Khula;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}


figure.string-2 img {
    animation: vibration 1s infinite;
}

figure.string img {
    animation: vibration 1s infinite;
}

p {
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.outer-circle {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 2rem 0 0;
    justify-content: start;
    gap: 2rem;
}

.custom-btn {
    color: #000;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 40px;
    padding: 12px 24px 8px;
}

.custom-btn.yellow-btn {
    background: #f90;
}

figure {
    margin: 0 0 0;
}

.parent-right-header {
    text-align: end;
}

figure.string {
    position: absolute;
    right: 0;
    top: 0;
}

figure.string-2 {
    position: absolute;
    left: 0;
    bottom: 0px;
    transform: translate(-45px, 47px) rotate(-10deg);
    z-index: -1;
}

figure.arrow-hero {
    position: absolute;
    bottom: 70px;
    right: 855px;
    animation: vibe 1s linear 1s infinite;
}

@keyframes vibration {
    from {
        /* transform: rotate(1deg); */
        filter: brightness(1) hue-rotate(15deg);
    }

    to {
        /* transform: rotate(-1deg); */
        filter: brightness(0) hue-rotate(5deg) invert(1);
    }
}

.transparent-btn {
    border: 1px solid #FF9900;
    color: white;
}

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



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

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

a {
    text-decoration: none;
}



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

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

.tag {
    color: white;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.tag.black-tag {
    color: black;
}

.heading-2 {
    color: white;
    /* text-align: center; */
    font-family: Khula;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    /* 112.5% */
    text-transform: capitalize;
}

.black {
    color: black;
}

.services-content-parent {
    border-radius: 10px 10px 10px 10px;
    background: #FFF;
    box-shadow: 0 4px 4.4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 0;
    padding: 2rem 2rem 2rem;
    margin: -4rem 0 0 1rem;
}

figure.services-icon img {}

figure.services-figure img {
    width: 100%;
}

figure.services-icon {
    position: absolute;
    top: -27px;
    right: 0;
    border-radius: 10px 0 0 10px;
    background: #F90;
    padding: 8px 18px;
}

.heading-3 {
    color: #000;
    font-family: Khula;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.services-content-parent p {
    margin: 0;
    height: 90px;
    overflow-y: auto;
    padding-right: 11px;
}

figure.plus-sign {
    background: #F90;
    filter: drop-shadow(0 4px 11.4px rgba(0, 0, 0, 0.25));
    border-radius: 42px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -18px;
    left: 47%;
}

.services-card {
    position: relative;
    z-index: 0;
}

.parent-btn.centered-btn {
    justify-content: center;
}

.black-transparent-btn {
    color: black;
    border-color: #f90;
}

.services-slider {
    padding: 0rem 0 2.3rem;
}


figure.yellow-string {
    position: absolute;
    bottom: 0;
    left: 50px;
    animation: vibration 1s infinite;
}

.about-us-sec {
    background-image: url('../images/about-us-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.parent-get-the-most {
    display: flex;
    gap: 2.5rem;
    margin: 2rem 0rem 1rem 2rem;
}

.get-the-most-figure {
    display: flex;
    gap: 12px;
}

.get-the-most-figure .heading-3 {
    color: white;
    line-height: 28px;
}

.get-the-most-child p {
    color: white;
    margin: 0;
}

.parent-frams {
    position: relative;
    z-index: 0;
    height: 100%;
}

figure.ring-yellow {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 80px;
    animation: left-right 6s linear infinite;
}


@keyframes left-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

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

figure.above-frame {
    position: absolute;
    right: 30px;
    z-index: 1;
    @keyframes left-right {
    0% {
        -webkit-transform: translateX(0);
    transform: translateX(0);
    }

    50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    }

    100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    }
};
    animation: left-right 6s linear infinite;
}

figure.dots {
    position: absolute;
    right: -40px;
    bottom: 0px;
}

figure.bottom-frame {
    position: absolute;
    bottom: 0;
    z-index: 1;
    animation: scroll-down 6s linear infinite;
}


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

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

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

figure.about-us-figure {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.about-us-sec .parent-btn {
    margin: 2rem 0rem 1rem 2rem;
}

/* our process sec */
.process-card {
    border-radius: 273px;
    border: 2px dashed #002B36;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    height: 300px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 0;
}

figure.process-icon-1 {
    background: #f90;
    width: 80px;
    height: 80px;
    border-radius: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-card .heading-3 span {
    display: block;
}

.process-card .heading-3 {
    line-height: 28px;
    margin: 0;
}

.process-card p {
    margin: 0;
    width: 90%;
}

span.numbers-count {
    position: absolute;
    bottom: -4px;
    color: #000;
    font-family: Khula;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 0;
    text-transform: capitalize;
    display: inline-table;
}

.process-card:before {
    background-image: url('../images/arrow-process.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 330px;
    content: "";
    position: absolute;
    opacity: 0;
    display: inline-block;
}

.process-slider .swiper-slide:nth-child(odd) .process-card:before {
    opacity: 1;
    bottom: -50px;
    left: 150px;
}

.process-slider .swiper-slide:nth-child(02) .process-card:before {
    opacity: 1;
    top: -50px;
    left: 150px;
    transform: rotateX(180deg);
}

.process-slider .swiper-slide:nth-child(03) .process-card:before {
    opacity: 1;
}

.process-slider {
    padding: 3rem 0 3rem;
}

.process-slider .swiper-slide:nth-child(even) span.numbers-count {
    top: 4px;
}

/* our process sec */

/* cta-banner css */

.cta-banner {
    background-image: url('../images/cta-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

figure.big-hand {
    position: absolute;
    right: 0;
    bottom: 80px;
    animation: scroll-down 6s linear infinite;
}

a.anchar-btn {
    display: flex;
    gap: 1rem;
    color: #FFF;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    align-items: center;
}

/* cta-banner css */

/* generic-sec */

.generic-slider {
    height: 440px;
    padding: 5px 10px;
}

.generic-card {
    text-align: center;
    background: #FFF;
    filter: drop-shadow(0 4px 5.4px rgba(0, 0, 0, 0.25));
    border-radius: 812px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

figure.generic-icon {
    background: #ff990052;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 312px;
}

.faqs {
    background-image: url('../images/why-choice-us-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

/* generic-sec */

/* faq sec */

.fact-numbers {
    color: #FFF;
    text-align: center;
    font-family: Khula;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
}

figure.why-choice-us-right img {
    width: 100%;
}

figure.why-choice-us-right {
    margin: 0 0 1rem;
}

button.accordion-button {
    background: white;
}

.accordion-item {
    background: white;
    margin: 0px 0 16px;
    border: none;
    border-radius: 10px !important;
    overflow: hidden;
    outline: 1px solid #fff;
}

.accordion-body {
    background: white;
    margin: 0px;
    padding: 1.5rem 18px;
    margin-top: 0;
    color: #000;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.accordion-button:not(.collapsed) {
    color: black;
    background: #FF9900;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background-color: #FF9900;
    width: 40px;
    height: 40px;
    border-radius: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

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

button.accordion-button {
    padding: 16px 18px 16px;
    color: black;
    font-family: Khula;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border: 0px solid white;
    box-shadow: none;
    outline: none;
    transition: none !important;
}

figure.services-on {
    position: absolute;
    inset: 0;
    text-align: center;
    align-content: center;
}

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

figure.faq-img-1 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
}

.faq-right-images img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
}

.faq-right-images {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* faq sec */

/* packages css  */
.for-top-layers {
    position: relative;
}

.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: -2;
}

.packages-card {
    background: #FFF;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    margin: 0px;
}

.packages-card .heading {
    color: #2E3031;
    font-family: Khula;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}

.packages-header .pricing {
    color: #2E3031;
    font-family: "Work Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.packages-card .packages-header .custom-btn.white-btn {
    border-radius: 4px;
    width: 100%;
    font-weight: 600;
    margin: 1.4rem 0 2rem;
    justify-content: center;
    border: 1.5px solid #2E3031;
    display: flex;
    border-radius: 50px;
    background: #F90;
}

.packages-card ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow-y: auto;
    max-height: 390px;
    padding: 0;
}

span.pkg-details {
    color: #191D23;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90%;
}

.packages-card ul li {
    display: flex;
    align-items: start;
    gap: 10px;
}

.packages-card.active .heading,
.packages-card.active p,
.packages-card.active .pricing {
    color: white;
}

.packages-card.active .packages-header .custom-btn.white-btn {
    background: transparent;
    color: white;
    border-color: white;
}

.packages-card.active ul span.pkg-details {
    color: white;
}

.packages-card.active ul li .pkg-icon {
    background: white;
}

.packages-card p {
    margin: 0;
}

.custom-btn.white-btn {
    background: white;
    color: #2E3031;
}

.packages-card {
    position: relative;
    z-index: 0;
    transition: all ease 0.5s;
}

.packages-card ul li .pkg-icon {
    background: transparent;
    border-radius: 22px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packages-card:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0%;
    width: 100%;
    content: "";
    position: absolute;
    background: #57C9DD;
    background: #002B36;
    z-index: -1;
    transition: all ease 0.5s;
    opacity: 0;
    border-radius: 10px;
}

.packages-card.active:before {
    opacity: 1;
    height: 100%;
}

.tags p {
    color: #F90;
    text-align: center;
    font-family: "Lily Script One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.98px;
    text-transform: capitalize;
}

/* width */
.packages-card ::-webkit-scrollbar {
    width: 20px;
    width: 4px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 250px;
}

.packages-card ::-webkit-scrollbar-track {
    border-radius: 10px;
    border-radius: 250px;
    background: rgba(46, 48, 49, 0.1843137255);
}

.packages-card ::-webkit-scrollbar-thumb {
    background: rgba(87, 201, 221, 0.87);
    border-radius: 10px;
    width: 4px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 250px;
}

.packages-card.active ::-webkit-scrollbar-thumb {
    background: #000;
}

.packages-card ::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.packages-card.active ul li .pkg-icon {
    background: transparent;
}

/* Track */

.bg-layer-right {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
}

.about-us {
    position: relative;
    z-index: 0;
}

.parent-about-images {
    position: relative;
    z-index: 0;
}

.parent-about-images figure.right-img {
    position: absolute;
    right: -100px;
    top: 120px;
    animation: slideIn 10s linear infinite;
}

.reviews-sec {
    position: absolute;
    bottom: 16px;
    z-index: 2;
    width: 250px;
    height: 140px;
    right: -40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(207, 207, 207, 0.50);
    padding: 24px;
}

a.parent-ceo figure {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
}

a.parent-ceo figure figcaption strong {
    color: #333;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

a.parent-ceo figure figcaption span {
    color: #333;
    font-family: "Work Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-us .custom-content p {
    margin: 1rem 0 1rem;
}

.bg-layer-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.packages-slider {
    padding: 14px 10px;
}

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

.packages-card-header .heading-3 {
    color: black;
    margin: 0;
    font-family: Khula;
    font-weight: 600;
}

.packages-card.active:after {
    background: white;
}


.packages-card-header:after {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    border: 15px solid #002b3680;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: -37px;
    bottom: -20px;
    z-index: -2;
    background: transparent;
}

.packages-card-header:before {
    position: absolute;
    left: -42px;
    top: -10px;
    background: #F90;
    content: "";
    width: 75%;
    height: 58px;
    z-index: -1;
    border-radius: 52px;
    border-bottom-left-radius: 0;
}

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

.packages-card.active .heading-3.black {
    color: white;
}



.our-partners {
    background-image: url('../images/our-partners-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.banner-brands-card-slider figure {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.team-card {
    border-radius: 10px;
    background: white;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
    padding: 25px;
}

figure.team-figure img {
    width: 100%;
}

.team-content-parent p {
    margin: 0;
}

.team-content-parent .heading-3 {
    margin: 0;
}

figure.team-figure {
    margin: 0 0 6px;
}

.swiper-slide.swiper-slide-active .team-card {
    background: #f90;
}

.team-slider {
    padding: 10px 10px 10px;
}

/* review-section */

.review-section {
    background-image: url('../images/reviews-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.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: -45px;
    margin-bottom: 1rem;
    margin-left: 0rem;
}

.review-footer {
    border-top: 2px dashed #232f3e9e;
    padding-top: 14px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.client-details p {
    margin: 0;
    text-transform: capitalize;
}

.client-details h6 {
    color: #000;
    font-family: Poppins;
    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;
}

.client-details .heading-3 {
    line-height: 26px;
}

.faqs-two-sec .accordion-body {
    padding: 17px 0 1rem;
}

.faqs-two-sec .accordion-item {
    border-radius: 10px;
    border: 1px solid #000;
    padding: 0 2rem;
}

.faqs-two-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: 2px dashed #f90;
}

.faqs-two-sec button.accordion-button {
    padding: 14px 0 14px;
}

figure.rigth-side-string {
    position: absolute;
    bottom: 0;
    right: 50px;
    z-index: -1;
}

/* review-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: Khula;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    margin: 3rem 0 0;
    padding: 1.5rem 0 1rem;
    border-top: 1px dashed white;
}

.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: Khula;
    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: 0;
}

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

ul.footer-anchar-list li a {
    color: #FFF;
    font-family: Khula;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

ul.footer-anchar-list li.heading-3 {
    margin: 1.5rem 0 0;
    line-height: 20px;
}

.white {
    color: white;
}


.faq-parent.accordion {
    margin: 1.5rem 0 0;
}

/* footer css */

figure.generic-icon img {
    animation: 3s linear infinite bf-animate-rotate;
}


@keyframes bf-animate-rotate {

    0%,
    100% {
        transform: rotate(10deg) scale(1.0);
    }

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

    80% {
        transform: rotate(10deg) scale(1.0);
    }
}

span.numbers-count:before {
    position: absolute;
    z-index: -1;
    width: 42px;
    height: 42px;
    background: white;
    content: "";
    bottom: 0px;
    inset: -4px;
    bottom: -16px;
    top: unset;
    border-radius: 212px;
    box-shadow: 0 0 10px #e9e9e9;
}

.transparent-btn:hover {
    background: transparent;
    color: white;
    border-color: white;
}

.yellow-btn:hover {
    filter: brightness(1.1);
    background: #f90;
}




.parent-form input.form-control:focus {
    color: white!important;
}

.parent-form input:focus {
    color: white!important;
}

.parent-form input:focus, .parent-form textarea:focus {
    color: white !important;
}

.yellow-btn:hover {
    color: black;
    filter: brightness(1.1);
}

.black-transparent-btn:hover {
    border-color: #f90;
    color: black;
    background: #f90;
}