/* Imports */
/* Icons */
@import url("https://site-assets.fontawesome.com/releases/v6.0.0/css/all.css");
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --white: #fff;
    --black: #121212;
    --primary: #850389;
    --lemon-chiffon: rgb(133 3 137 / 40%);
    --dim-grey: #737373;
    --secondary: #373736;
}

::selection {
    background-color: var(--secondary);
    color: var(--white);
}

/* General Styling */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: "Poppins", sans-serif;
    overflow-wrap: break-word;
}

html {
    scroll-behavior: smooth;
}


body {
    overflow-x: clip;
    color: var(--black);
    line-height: 1.4;
}

a,
button {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
}

ul,
ol,
dl,
address,
label,
figure {
    margin-bottom: 0;
}

ul,
ol {
    padding-left: 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
}

section {
    position: relative;
    overflow: clip;
}

.padd-y {
    padding: 5rem 0;
}

.color-primary {
    color: var(--primary);
}

.color-secondary {
    color: var(--secondary);
}


/* LENIS */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* THEMEBTN */
.themeBtn {
    width: fit-content;
    display: block;
    text-align: center;
    background-color: var(--primary);
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0.7em 2.25em;
    border-radius: .5rem;
    outline: none;
    border: none;
}

.themeBtn:hover {
    transform: translateY(-10px);
}

/* HEADINGS */
.heading {
    font-size: 3.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.subHeading {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

/* HEADER */
.header {
    padding: 1rem 0;
    box-shadow: 0 1px 20px 0 #00000020;
    position: sticky;
    overflow-x: hidden;
}

.header-main__logo {
    width: 180px;
}

.header-main__logo>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* main_banner */
.main_banner {
    overflow: unset;
    padding-bottom: 40rem;
}

.main_banner_content h1 {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.main_banner_content p {
    max-width: 28em;
    margin: 0 auto 2rem;
}

.grid-item.is--customers-item {
    z-index: -1;
    justify-content: center;
    align-items: flex-start;
    height: 57.5rem;
    margin-bottom: 0;
    padding-left: 7.2vw;
    padding-right: 7.2vw;
    display: flex;
    position: absolute;
    inset: 7.0625rem 0 0%;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 4rem;
}

.cust-column_img {
    width: 12rem;
    margin-top: 34.25rem;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-bottom: 0;
}

.cust-column_img.is--first {
    margin-top: 18.5rem;
}

.customers-img {
    margin-top: .5rem;
    margin-bottom: .5rem;
    width: 100%;
    display: inline-block;
}

.cust-column_img.is--second {
    margin-top: 26.5rem;
}

.customers-hero_shape {
    margin-bottom: -2rem;
    position: absolute;
    inset: auto 0% 0%;
}

/* service_section */
.service_section {
    background-image: linear-gradient(#fafafa1a, #f5f5f5);
}

.service_card_img img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    border-radius: .5rem;
    margin-bottom: .5rem;
}

.service_card h4,
.service_more h4 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0;
}

.service_more {
    border-left: 1px solid #c4c4c4;
    padding-left: 1.5em;
    height: 100%;
}


.service_more h4 {
    color: #333;
    font-size: 1rem;
    margin: 0 0 .5rem;
}

.service_more li {
    margin-bottom: .5rem;
}

.service_more li a {
    color: #333;
    letter-spacing: -.011em;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    transition: all .2s;
}

.service_more .themeBtn {
    margin-top: 2rem;
}

/* quality_section */
.quality_section .row:not(:last-child) {
    margin-bottom: 4rem;
}

.quality_content .heading {
    margin-bottom: 2.25rem;
}

.quality_content .subHeading,
.work_content .subHeading {
    margin-bottom: 1rem;
}

.quality_content p,
.work_content p {
    color: #737373;
    line-height: 1.6;
}

.quality_content .themeBtn {
    margin: 2rem 0 0;
}

.quality_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
}

/* work_section */
.work_section {
    background-image: linear-gradient(#f5f5f580, #fafafa);
}

.work_section .row:not(:last-child) {
    margin-bottom: 2.25rem;
}

.work_content {
    display: flex;
    gap: 2.5rem;
}

.work_content span {
    background: rgb(133 3 137 / 50%);
    width: 48px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: .25rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.work_content .subHeading {
    font-size: 2rem;
}

/* testimonial_section */
.testimonial_section {
    background: #f7f7f7;
}

.testimonial_img img {
    width: 100%;
    height: 40rem;
    object-fit: cover;
}

.testimonial_content {
    padding: 2em 12em 2em 0;
}

.testimonial_content figure {
    background-color: var(--primary);
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.5rem;
    display: flex;
}

.testimonial_content figure img {
    filter: brightness(0) invert(1);
}

.testimonial_content h3 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: var(--black);
}

.testimonial_content h3 span {
    font-size: 2.25rem;
    color: var(--primary);
    line-height: 1.2;
    display: block;
}

.testimonial_content h4 {
    color: var(--black);
    font-size: 1.3125rem;
    line-height: 1.6;
}

.testimonial_content span {
    color: #737373;
    font-size: 1rem;
    line-height: 1.6;
}

/* faq_section */
.faq_accordion .accordion-item {
    border: none;
}

.faq_accordion .accordion-button {
    background: transparent;
    color: var(--black);
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #0000001a;
    padding: 1em 0;
}

.faq_accordion .accordion-button span {
    margin-right: 3rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
}

.faq_accordion .accordion-button h5 {
    color: var(--black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.faq_accordion .accordion-body {
    padding: 1em 2em 1em 4em;
    border-bottom: 1px solid #0000001a;
}

.faq_accordion .accordion-body p {
    color: #303030;
    line-height: 1.5;
}

/* lets_do */
.lets_do {
    background: var(--lemon-chiffon);
}

/* Footer Start */
.footer {
    background: var(--primary);
    padding: 3rem 0;
}

.footer--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.footer-links__contact {
    display: flex;
    align-items: center;
    gap: 6rem;
}

.footer--head a {
    font-size: 1.3125rem;
    font-weight: 600;
    color: var(--white);
}

.footer-links h3 {
    font-size: 1.3125rem;
    font-weight: 600;
    color: var(--white);
}

.footer-links ul {
    margin-top: 1rem;
}

.footer-links ul li a {
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
}

.footer-links ul li:not(:last-child) a {
    margin-bottom: 0.5rem;
}

.footer-links address {
    font-size: 1rem;
    font-weight: 800;
    color: var(--white);
}

.footer-links--top {
    border-block: 1px solid var(--white);
    padding-block: 2rem;
    margin-block: 2rem;
}

.footer-links--top ul {
    display: flex;
    gap: 0.75rem 4rem;
    flex-wrap: wrap;
}

.footer-download {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid var(--white);
    margin-top: 2rem;
    padding-top: 2rem;
}

.footer-download__app {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-download__app>div>h3 {
    color: var(--white);
    font-size: 2.25rem;
    font-weight: 800;
}

.footer-download__app>div>p {
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
}

.footer-download__payment h3 {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 800;
    text-align: right;
}

.footer-download__payment figure {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.footer-download__payment figure img {
    width: 45px;
}

/* Footer End */

/* Footer Mobile Start */
.footer-mbl {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.75rem 1rem;
    z-index: 9999;
    backdrop-filter: blur(20px);
}

.footer-mbl__list {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 100px;
    box-shadow: 0 0 20px 1px #00000020;
    padding: 1.5rem;
}

.footer-mbl__list li a {
    font-size: 1.75rem;
    color: #85038990;
    position: relative;
}

.footer-mbl__list li a.active {
    color: var(--primary);
}

.footer-mbl__list li a::before {
    content: '';
    width: 7px;
    aspect-ratio: 1;
    background: var(--primary);
    border-radius: 100%;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.footer-mbl__list li a.active::before {
    opacity: 1;
}

/* Footer Mobile End */

/* Fixed Buttons Start */
.whatsappBtn {
    background: #16BE45;
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    border-radius: 100px;
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 0 20px 1px #00000050;
}

.whatsappBtn i {
    font-size: 1.5rem;
}

.emailBtn {
    width: 60px;
    aspect-ratio: 1;
    background: var(--white);
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 100%;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: grid;
    place-items: center;
    box-shadow: 0 0 20px 1px #00000050;
}

/* Fixed Buttons End */

/* Popup Start */
.popupForm .modal-dialog {
    max-width: 600px;
}

.popupForm .modal-header {
    background: var(--primary);
}

.popupForm .modal-header h1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--white);
}

.popupForm .modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.popupForm .inputFields {
    gap: 1rem 0;
}

.inputField label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 0.25rem;
}

.inputField label span {
    font-size: 1.25rem;
    color: red;
}

.inputField :is(input, textarea, select) {
    width: 100%;
    border: 1px solid #00000050;
    border-radius: 0.5rem;
    outline: none;
    resize: none;
    padding: 0.5rem 0.75rem;
}

/* Popup End */

/* Mobile Css Start */
.show--mbl {
    display: none;
}

/* Mobile Css End */

/* Moments Start */
.moments-head {
    margin-bottom: 3rem;
}

.moments-cards>.row {
    gap: 1.5rem 0;
    margin-top: 2rem;
}

.moments-cards+.moments-cards {
    margin-top: 5rem;
}

.moments-card {
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
}

:is(.moments-card__img, .moments-card__img img) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease-in-out;
}

.moments-card .title {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--white);
    text-shadow: 0 0 10px var(--black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.moments-card .arrowBtn {
    width: 35px;
    aspect-ratio: 1;
    color: var(--white);
    background: var(--primary);
    border-radius: 100%;
    display: grid;
    place-items: center;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    transition: all 300ms ease-in-out;
}

.moments-card:hover .moments-card__img img {
    transform: scale(1.1);
}

.moments-card:hover .arrowBtn {
    transform: translateY(-10px);
}

/* Moments End */

/* Why Choose Start */
.why-choose {
    background: #f7f7f7;
}

.why-choose__head p {
    margin: 2rem 0 0;
}

.why-choose__cards {
    gap: 1.5rem 0;
    margin-top: 3rem;
}

.why-choose__card {
    height: 100%;
    background: var(--white);
    border-radius: 0.75rem;
    box-shadow: 0 0 20px 1px #00000020;
    padding: 2rem;
    transition: all 300ms ease-in-out;
}

.why-choose__cardImg {
    width: 50px;
    margin-bottom: 1rem;
}

.why-choose__cardImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-choose__card .title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.why-choose__card p {
    font-size: 1rem;
    margin: 0;
}

.why-choose__card:hover {
    transform: scale(1.05);
}

/* Why Choose End */

/* Portfolio Start */
.portfolio-imgs {
    gap: 1.5rem 0;
}

.portfolio-img {
    width: 100%;
    height: 270px;
    display: block;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px 1px #00000020;
    overflow: hidden;
}

.portfolio-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease-in-out;
}

.portfolio-img:hover img {
    transform: scale(1.1);
}

/* Portfolio End */

#google_translate_element .goog-te-combo {
    width: 130px;
}

.video_section {
    background: var(--black);
}

.video-card {
    width: 100%;
    height: 400px;
}

/* Packages Start */
.packages-card {
    background: var(--white);
    border-radius: 0.5rem;
    padding: 1rem;
}

.packages {
    background: var(--primary);
}

.packages-card .title {
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: underline !important;
    margin-bottom: 1rem;
}

.packages-card p {
    font-size: 1rem;
    font-weight: 600;
}

.packages-card__list {
    height: 350px;
    margin: 0 0 1rem 1.5rem;
}

.packages-card__list li {
    list-style: disc;
}

.packages-card__list li + li {
    margin-top: 0.5rem;
}
/* Packages End */

.client {
    padding: 1rem;
}

.client-img {
    width: 100%;
    height: 100px;
}

.client-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}