:root {
    --white: #FFF;
    --brand-colour: #CC8EB0;
    --gray-font: #D0D0D0;
    --colors-bww: rgba(255, 255, 255, 0.10);
    --black: #000;
    --Text-Color: #767676;
    --gray: #4E4E4E;
    --card-colour: #F8F8F8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

.main {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.header-wrapper {
    width: 100%;
    position: relative;
    z-index: 999;
}

.header {
    width: 100%;
    padding: 14px 64px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(22px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header>a {
    display: inline-flex;
}

.header>a>img {
    width: 255px;
    height: auto;
    object-fit: cover;
}

.header nav ul {
    display: flex;
    gap: 24px;
}

.header nav a {
    color: var(--white);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.btn a {
    display: flex;
    padding: 2px 16px 2px 2px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 64px;
    border: 1px solid var(--brand-colour);
}

.btn a span {
    padding: 16px 24px;
    border-radius: 60px;
    background: var(--brand-colour);
    color: var(--white);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    display: inline-flex;
    transition: ease all 0.3s;
}

.btn a:hover span {
    background: #A85E85;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.menu-toggle span {
    width: 26px;
    height: 2px;
    background: #fff;
    display: block;
    transition: 0.3s ease;
}

.menu-overlay {
    display: none;
}

/* Hero Section */
.hero-section {
    width: 100%;
    height: calc(100vh + 64px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-image: url('../images/Hero-banner-desktop.png');
    background-size: cover;
    background-position: center;
    gap: 32px;
    padding: 0 150px;
    z-index: 99;
}

.hero-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(74deg, rgba(0, 0, 0, 0.90) 12.65%, rgba(0, 0, 0, 0.49) 41.31%, rgba(0, 0, 0, 0.00) 99.04%);
    z-index: 3;
}

.hero-section h2 {
    color: var(--white);
    font-family: "Bebas Neue";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -2px;
    text-transform: capitalize;
    max-width: 574px;
    margin-top: 50px;
    position: relative;
    z-index: 9;
}

.hero-section p {
    color: var(--gray-font);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    max-width: 482px;
    position: relative;
    z-index: 9;
}

.hero-section button {
    position: relative;
    z-index: 9;
}

.scroll {
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/Subtract.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 170px;
    height: 50px;
    z-index: 9;
}

.scroll img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    flex-shrink: 0;
}

/* Clinic Image */
.problem-section {
    width: 100%;
    padding: 126px 20px 100px;
    border-radius: 64px 64px 0 0;
    background: #000;
    margin-top: -64px;
    position: relative;
    z-index: 99;
}

.problem-section>div {
    width: 100%;
    max-width: 1201px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 72px;
}

.problem-section>div>div {
    width: 50%;
}


.clinic-img {
    max-width: 540px;
    border-radius: 64px;
}

.clinic-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 564px;
}

.problem-section h2 {
    color: var(--white);
    font-family: "Bebas Neue";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -2px;
    text-transform: capitalize;
    max-width: 585px;
    margin-bottom: 8px;
}

.problem-section h6 {
    color: var(--white);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.point-wrapper {
    display: flex;
    width: 100%;
    padding: 8px;
    align-items: center;
    gap: 16px;
    border-radius: 40px;
    margin-bottom: 16px;

    background:
        linear-gradient(#000, #000) padding-box,
        linear-gradient(to right,
            rgba(255, 255, 255, 0.35),
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0.05),
            transparent) border-box;

    border: 1px solid transparent;
}

.problem-section .point-wrapper:last-of-type {
    margin-bottom: 0;
}

.icon-wrapper {
    display: flex;
    width: 45px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 99px;
    background: var(--colors-bww);
}

.point-wrapper p {
    color: var(--white);

    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    flex: 1 0 0;
}

.problem-section>div>div>p {
    color: var(--gray-font);

    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    max-width: 482px;
    margin: 32px 0;
}

/* About Section */
.about-section {
    width: 100%;
    padding: 127px 50px 0 90px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.90) 100%), #CC8EB0;
    position: relative;
    overflow: hidden;
    display: flex;
}

.about-content {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 114px;
    position: relative;
    z-index: 99;
}

.about-section h6 {
    color: var(--white);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.5px;
}

.about-section h3 {
    color: var(--white);
    font-family: "Bebas Neue";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -2px;
    text-transform: capitalize;
}

.about-section p {
    color: var(--gray-font);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    max-width: 549px;
}

.about-point-wrapper {
    display: flex;
    width: 100%;
    padding: 8px;
    align-items: center;
    gap: 16px;
    border-radius: 40px;
    margin-bottom: 16px;
    position: relative;

}

.about-point-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    pointer-events: none;

    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.5) 0%,
            rgba(255, 255, 255, 0.2) 25%,
            rgba(255, 255, 255, 0.08) 45%,
            rgba(255, 255, 255, 0.02) 60%,
            transparent 75%);

    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);

    mask-composite: exclude;
    padding: 1px;
}


.about-section .about-point-wrapper:last-of-type {
    margin-bottom: 0;
}

.icon-wrapper {
    display: flex;
    width: 45px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 99px;
    background: var(--colors-bww);
}

.about-point-wrapper p {
    color: var(--white);

    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    flex: 1 0 0;
}

.about-img {
    width: 52%;
    display: flex;
    align-items: end;
    position: relative;
    z-index: 99;
}

.about-img>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 99;
}

.about-img-overlay {
    width: 75%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20%;
    border-radius: 525.132px;
    background: rgba(255, 255, 255, 0.05);
}

.about-img-border {
    width: 81%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17%;
    border-radius: 525.132px;
    border: 1px solid rgba(255, 255, 255, 0.10);
}


.left-glow {
    width: 427px;
    height: 427px;
    position: absolute;
    left: -200px;
    top: -124px;
    border-radius: 427px;
    background: rgba(204, 142, 176, 0.30);
    filter: blur(70px);
    z-index: 9;
}

.right-glow {
    width: 427px;
    height: 427px;
    position: absolute;
    right: -230px;
    top: 190px;
    border-radius: 427px;
    background: rgba(204, 142, 176, 0.30);
    filter: blur(70px);
    z-index: 9;
}

/* Why I created Business Injection */
.why-created {
    width: 100%;
    padding-right: 120px;
    display: flex;
    justify-content: flex-end;
    background: linear-gradient(0deg, #B0BCBD 0%, #B0BCBD 100%);
}

.why-created-content {
    width: fit-content;
    max-width: 584px;
    padding: 64px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.49);
    backdrop-filter: blur(23px);
}

.why-created-content h3 {
    color: var(--white);
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -2px;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
}

.why-created-content>p {
    color: var(--gray-font);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 393px;
}

.why-created-content>p:last-of-type {
    max-width: unset;
}

.why-created-content>div {
    margin: 16px 0;
}

.why-created-content>div p {
    color: var(--white);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.why-created-content>div>p {
    margin-bottom: 8px;
}

.offer-wrapper {
    display: flex;
    width: 100%;
    padding: 16px 20px;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(248, 248, 248, 0.10);
    margin-bottom: 8px;
}

.why-created-content>div>.offer-wrapper:last-of-type {
    margin-bottom: 0;
}

.circle-wrapper {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.circle {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}


.why-created-content .btn {
    margin-top: 38px;
}

.why-created-img {
    display: flex;
}

.why-created-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mentorship Is Different */
.mentorship-section {
    width: 100%;
    display: flex;
    padding: 150px 114px;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
}

.mentorship-content h3 {
    color: var(--black);
    font-family: "Bebas Neue";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -2px;
    text-transform: capitalize;
    max-width: 482px;
    margin-bottom: 8px;
}

.mentorship-content h4 {
    color: var(--black);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.mentorship-content p {
    color: var(--Text-Color);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    max-width: 463px;
}

.mentor-focus {
    margin: 32px 0;
}

.mentor-focus h6 {
    color: var(--gray);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.mentor-focus>div {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0 49px 49px 0;
    background: var(--card-colour);
    margin-bottom: 4px;
}

.mentor-focus>div:last-of-type {
    margin-bottom: 0;
}

.focus-icon {
    display: flex;
    width: 45px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    border-radius: 0 99px 99px 0;
    background: var(--white);
}

.focus-icon img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    object-fit: cover;
}

.mentor-focus>div h5 {
    color: rgba(0, 0, 0, 0.60);
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.mentorship-content>p:last-of-type {
    max-width: 520px;
}

.mentorship-img,
.mentorship-content {
    width: 100%;
}

.mentorship-img {
    display: flex;
    gap: 40px;
}

.mentorship-img>img {
    width: 50%;
}

.mentorship-img>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.mentorship-img>div>img {
    width: 100%;
}

.mentorship-img>img:last-child {
    width: 100%;
    border-radius: 20px;
    max-height: 670px;
    object-fit: cover;
    object-position: top;
}

.mentorship-img-mobile {
    display: none;
}

/* Apply Section */
.apply-section {
    width: 100%;
    padding: 150px 120px 150px 20px;
    background-image: url('../images/apply.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.apply-content {
    display: flex;
    width: fit-content;
    max-width: 460px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.apply-content h3 {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: -2px;
    text-transform: capitalize;
}

.apply-content p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.5px;
    margin: 14px 0 50px;
}

.apply-overlay {
    width: 427px;
    height: 427px;
    position: absolute;
    left: -165px;
    bottom: -35%;
    border-radius: 427px;
    background: rgba(204, 142, 176, 0.20);
    filter: blur(80px);
}

/* Pillars Section */
.pillar-section {
    display: flex;
    padding: 150px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
    background: linear-gradient(253deg, rgba(0, 0, 0, 0.90) 14.08%, rgba(0, 0, 0, 0.69) 37.86%, rgba(247, 125, 181, 0.3) 99%), #000;
}

.pillar-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pillar-heading {
    width: 100%;
}

.pillar-heading>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.pillar-heading h3 {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -2px;
    text-transform: capitalize;
}

.pillar-heading p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.5px;
    max-width: 629px;
}

.card-navigation {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navigation-mobile {
    display: none;
}

.previous-btn,
.navigation-number,
.next-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.navigation-divider {
    width: 24px;
    height: 1px;
    background: rgba(255, 255, 255, 0.11);
}

.navigation-number:hover {
    border: 1px solid var(--brand-colour);
    background: transparent;
}

.navigation-number.active {
    border: 1px solid var(--brand-colour);
    background: var(--brand-colour);
}

.navigation-number {
    border: 1px solid var(--colors-bww);
    background: var(--colors-bww);
    color: var(--white);
    font-family: "Bebas Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    transition: ease all 0.3s;
}

.pillar-card-wrapper {
    width: 100%;
    display: flex;
    gap: 32px;
    overflow: hidden;
}

.pillar-card-track {
    display: flex;
    gap: 32px;
    transition: transform 0.5s ease;
    will-change: transform;
}

.pillar-card {
    width: 45%;
    padding: 78px 52px;
    flex-shrink: 0;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(23px);
}

.pillar-card h6 {
    color: var(--brand-colour);
    font-family: "Bebas Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
}

.pillar-card h4 {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -2px;
    text-transform: capitalize;
}

.pillar-card>p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 24px 0;
}

.pillar-card div {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0 49px 49px 0;
    background: var(--borders-on-black, rgba(255, 255, 255, 0.10));
    margin-bottom: 4px;
}

.pillar-card div img {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    object-fit: cover;
}

.pillar-card div p {
    color: var(--white);
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.36px;
    max-width: 384px;
}

/* Contact Section */
.contact-section {
    width: 100%;
    padding: 55px 120px 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-image: url('../images/contact-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.contact-form {
    display: flex;
    width: fit-content;
    padding: 36px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    border: 3px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 9px 6px 40.9px 0 rgba(204, 142, 176, 0.10);
    backdrop-filter: blur(23.299999237060547px);
}

.contact-form p {
    color: var(--white);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
    max-width: 370px;
}

.contact-form form {
    width: 100%;
    display: flex;
    flex-direction: column;

}

.contact-form form input,
.contact-form form textarea {
    display: flex;
    height: 51px;
    padding: 12px 1px 10px 31px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.20);
    color: rgba(255, 255, 255, 0.80);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    border: none;
    outline: none;
    margin-bottom: 12px;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    color: rgba(255, 255, 255, 0.80);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.contact-form form textarea {
    resize: none;
}

#formMessage {
    display: none;
    margin: 0;
    font-weight: 400;
    font-family: Montserrat;
    color: green;
}

#formMessage.error {
    color: red;
}

#subscribeMessage {
    margin-top: 10px;
    font-size: 14px;
    font-family: Montserrat;
    color: #0a8a3c;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.contact-form form button {
    display: flex;
    height: 51px;
    padding: 2px 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 64px;
    border: 1px solid var(--brand-colour);
    background: var(--brand-colour);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    transition: ease all 0.3s;
}

.contact-form form button:hover {
    background: transparent;
}

.contact-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contact-content h3 {
    color: var(--white);
    font-family: "Bebas Neue";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -2px;
    text-transform: capitalize;
    max-width: 430px;
}

.contact-divider {
    width: 265px;
    height: 1px;
    background: #fff;
    margin: 36px 0 100px auto;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    padding: 8px;
}



.social-links a img {
    width: 100%;
    height: auto;
}

/* Footer */
.footer {
    display: flex;
    width: 100%;
    padding: 70px 120px 50px 120px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 64px;
    background: #040404;
    backdrop-filter: blur(29px);
}

.footer-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.quick-links {
    width: 100%;
    max-width: 526px;
}

.quick-links>img {
    width: 335px;
    height: 60px;
    object-fit: cover;
}

.footer-divider {
    width: 152px;
    height: 3px;
    background: rgba(255, 255, 255, 0.10);
    margin: 32px 0 60px;
}

.quick-links h6 {
    color: var(--white);
    font-family: "Bebas Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.quick-links a {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.60);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 18px;
}

.quick-links a:last-child {
    margin-bottom: 0;
}

.footer-social-links {
    display: flex;
    gap: 12px;
}

.footer-social-links>a {
    width: 36px;
    height: 36px;
    background: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.offer-letter {
    width: 100%;
    display: flex;
    max-width: 672px;
    padding: 52px;
    flex-direction: column;
    gap: 24px;
    border-radius: 24px;
    border: 3px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 9px 6px 40px 0 rgba(204, 142, 176, 0.10);
    backdrop-filter: blur(23px);
}

.offer-letter h3 {
    color: var(--white);
    font-family: "Bebas Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -2px;
    text-transform: capitalize;
}

.offer-letter p {
    color: var(--gray-font);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.5px;
}

.email-wrapper {
    display: flex;
    height: 64px;
    padding: 6px 8px 8px 31px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: rgba(255, 255, 255, 0.20);
}

.email-wrapper input {
    color: rgba(255, 255, 255, 0.80);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    flex: 1 0 0;
    border: none;
    outline: none;
    background: transparent;
}

.email-wrapper input::placeholder {
    color: rgba(255, 255, 255, 0.80);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.email-wrapper button {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 100px;
    background: var(--brand-colour);
}

.email-wrapper button img {
    width: 24px;
    height: 24px;
    transition: ease all 0.3s;
}

.email-wrapper button:hover img {
    transform: rotate(45deg);
}

.footer-copyright {
    width: 100%;
    display: flex;
    padding: 14px 0;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-copyright p {
    color: var(--white);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}

.footer-copyright p a {
    color: var(--brand-colour);
}