@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
    --gold: #daa520;
    --cream: #f8f8f8;
    --olive: #5a6a52;
    --ink: #1e1b1b;
    --muted: #3a3a3a;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    --radius: 20px;

    --shadowColor: rgba(218, 165, 32, 0.3);
    --baseColor: #656c7c;
    --baseSize: 16px;
    --pink: #ea4c89;
    --blue: #1769ff;
    --goldTick: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%23DAA520'/%3E%3C/svg%3E%0A");
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background: var(--cream);
}

h1,
h2,
h3,
.serif {
    font-family: "Butler", serif;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
}

/* Layout */
.container {
    max-width: 1180px;
    margin-inline: auto;
    padding: 0 20px;
}

section {
    padding: 70px 0;
}

/* Top Nav */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    backdrop-filter: blur(10px);
    background: rgba(255, 245, 236, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.nav-inner {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    max-width: 1300px;
}

.brand {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.brand .mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(145deg, var(--gold), var(--gold));
    box-shadow: var(--shadow);
}

.brand div {
    display: flex;
    align-items: flex-end;
    gap: 0px;
}

.brand div span {
    line-height: 1;
    margin-left: -15px;
}

.nav-links {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.nav-links a {
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 500;
}

.nav-links a:hover {
    background: #ffffffaa;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: var(--shadow);
}

.btn.primary {
    background: var(--gold);
    color: #fff;
}

.btn.primary:hover {
    background: var(--shadowColor);
}

.btn.ghost {
    background: #ffffff;
    color: var(--gold);
    border: 1px solid #e7e0da;
    display: flex;
    justify-content: center;
}

/* Hero */
.hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://images.unsplash.com/photo-1534237710431-e2fc6817c4d6?q=80&w=2000&auto=format&fit=crop")
        center/cover no-repeat;
    filter: blur(8px) brightness(0.6);
    transform: scale(1.1);
    z-index: -2;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.45),
        rgba(0, 0, 0, 0.2) 40%,
        rgba(255, 245, 236, 0.9) 85%
    );
    z-index: -1;
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%) scale(1.02);
    /* scale hides seam */
    object-fit: cover;
    /* z-index: -2; */
    filter: blur(0px) brightness(0.6);
}

.hero-inner {
    position: relative;
    z-index: 1;
    /* ensure text is above video + overlay */
    text-align: center;
    color: #fff;
    padding: 120px 0 80px;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(6px);
}

.hero h1 {
    font-size: clamp(38px, 7vw, 76px);
    line-height: 1.06;
    margin: 16px 0;
}

.hero p {
    max-width: 780px;
    margin: 0 auto 26px;
    font-size: clamp(16px, 2.2vw, 20px);
    opacity: 0.98;
}

.cta-row {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.wave {
    display: block;
    width: 100%;
    height: 90px;
    background: var(--cream);
    clip-path: path(
        "M0,64L80,58.7C160,53,320,43,480,53.3C640,64,800,96,960,101.3C1120,107,1280,85,1360,74.7L1440,64L1440,0L0,0Z"
    );
}

/* Section: Icons Grid */
.grid {
    display: grid;
    gap: 22px;
}

.grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 900px) {
    .grid.cols-2,
    .grid.cols-3,
    .grid.cols-4 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    .grid.cols-2,
    .grid.cols-3,
    .grid.cols-4 {
        grid-template-columns: 1fr;
    }
}

.card {
    background: linear-gradient(180deg, #fff, #f5f5f5);
    border: 1px solid #f0e4db;
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
}

.card h3 {
    margin: 6px 0 8px;
    font-size: 22px;
}

.muted {
    color: var(--muted);
}

.aquawhite {
    color: antiquewhite;
}

/* Timeline */
.timeline {
    position: relative;
    margin-top: 10px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 21px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(var(--gold), transparent);
}

.step {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 14px;
    padding: 12px 0;
}

.dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--gold), var(--gold));
    box-shadow: 0 0 0 4px var(--cream);
}

.step h4 {
    margin: 0 0 4px;
    font-size: 18px;
}

/* Gallery */
.gallery {
    display: flex;
    margin: 22px 0;
}

.gallery .videosection {
    width: 40%;
}

.gallery .imagesection {
    display: grid;
    width: 60%;
    gap: 14px;
    padding-left: 10px;
    grid-template-columns: 1fr 1fr;
}

.gallery img {
    border-radius: 16px;
    height: 100%;
    object-fit: cover;
}

.gallery .tall {
    grid-row: span 2;
}

@media (max-width: 900px) {
    .gallery {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .gallery {
        grid-template-columns: 1fr;
    }
}

/* Feature list */
.list {
    display: grid;
    gap: 10px;
    padding-left: 0;
}

.list li {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 18px;
    text-indent: -16px;
}

.tick {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--olive);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    flex-shrink: 0;
}

/* Quote */
.quote {
    background: linear-gradient(180deg, #fff, #fff8f2);
    border: 1px solid #f0e4db;
    border-radius: var(--radius);
    padding: 26px;
    box-shadow: var(--shadow);
    font-size: 18px;
}

/* CTA band */
.cta-band {
    background: linear-gradient(90deg, var(--gold), var(--gold));
    color: #fff;
    border-radius: var(--radius);
    padding: 28px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: var(--shadow);
}

.cta-band .actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Footer */
footer {
    padding: 60px 0 80px;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #f0e4db;
}

/* Helpers */
.kicker {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 700;
    font-size: 14px;
}

.section-title {
    font-size: clamp(28px, 4.6vw, 44px);
    margin: 0.2em 0 0.3em;
}

.lead {
    font-size: 18px;
    color: var(--muted);
}

.text-color {
    color: var(--gold);
}

.card-border {
    border: 1px solid var(--gold);
}

/* Base nav styling */
.nav {
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 14px 18px;
    backdrop-filter: blur(10px);
    background: rgba(255, 245, 236, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    display: flex;
    gap: 16px;
}

/* Mobile styles */
.nav-toggle {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--gold);
}

.footer-social {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}
.gallery .height {
    height: 400px;
    width: 100%;
}

.image-wrapper video {
    width: 100%;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        gap: 12px;
        position: absolute;
        top: 60px;
        right: 10px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 16px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-toggle {
        display: block;
    }

    .gallery {
        display: flex;
        flex-direction: column;
        margin: 22px 0;
    }

    .gallery .videosection {
        width: 100%;
        margin-bottom: 14px;
    }

    .gallery .imagesection {
        width: 100%;
        padding-left: 0;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .gallery .height {
        width: 100%;
        height: 300px;
    }

    .gallery .tall {
        height: 417px;
        width: 100%;
    }

    div.inline {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-direction: column !important;
    }

    section {
        padding: 30px 0px !important;
    }

    .success-stories {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .success-stories .success-right img {
        width: 90%;
        margin: auto;
    }

    .image-wrapper video {
        width: 90%;
        height: auto;
    }
}

@media (max-width: 1080px) {
    .invitation-card .videoandinvitaion {
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
    }

    .invitation-card .videoandinvitaion .videosection {
        width: 60% !important;
    }

    .image-wrapper {
        width: 55% !important;
    }

    .testimonial-container {
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .invitation-card .videoandinvitaion .videosection {
        width: 80% !important;
    }
}

div.inline {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
}

div.inline div {
    max-width: 780px;
    font-size: clamp(16px, 2.2vw, 20px);
    opacity: 0.98;
}

.plans {
    width: 96%;
    max-width: 1024px;
    margin: 0 auto;
}

.plans__container {
    padding: 1rem 0 2rem;
}

/* hero */
.plansHero {
    text-align: center;
    padding: 5rem 0 4.5rem;
    line-height: 1.21;
}

.plansHero__title {
    font-weight: 700;
    font-size: 2rem;
    margin: 0 0 1rem 0;
    color: #000;
}

.plansHero__subtitle {
    margin: 0;
}

/* plan item */
.planItem {
    --border: 1px solid #e6e6e6;
    --bgColor: #fff;
    --boxShadow: none;
    background-color: var(--bgColor);
    border: var(--border);
    border-radius: 1rem;
    box-shadow: var(--boxShadow);
    padding: 2rem 1.5rem;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.planItem:hover {
    transform: translateY(-5px);
}

.planItem__container {
    --direction: column;
    display: grid;
    grid-auto-flow: var(--direction);
    grid-auto-columns: 1fr;
    gap: 2rem;
}

.planItem .price {
    --priceMargin: 2rem 0;
}

.planItem--pro {
    --border: 0;
    --boxShadow: 0px 14px 30px rgba(204, 204, 204, 0.32);
}

.planItem--pro .label {
    --labelBg: #fdb72e;
    --labelColor: #fff;
}

.planItem--entp .card {
    --titleColor: #fff;
    --descColor: rgb(255 255 255 / 80%);
}

.planItem .button {
    margin-top: auto;
    text-align: center;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 200px;
    padding: 10px 0;
    background: var(--gold);
    color: var(--bgColor);
    font-weight: 900;
    text-align: center;
    transform: rotate(45deg);
    top: 30px;
    right: -55px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

/* button */
.button {
    text-decoration: none;
    --bgColor: white;
    --color: var(--gold);
    --outline: var(--pink);
    border-radius: 1rem;
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border: 0;
    line-height: inherit;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    background-color: var(--bgColor);
    color: var(--color);
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    user-select: none;
    border: 1px solid #e7e0da;
}

.button--pink {
    --bgColor: var(--gold);
    --color: #fff;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 10px var(--shadowColor);
}

.button:focus-visible {
    outline-offset: 2px;
    outline: 2px solid var(--outline);
}

/* card */
.card-plans {
    --titleColor: #000;
    --descColor: var(--baseColor);
}

.card__header {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.card__icon {
    width: 2.625rem;
    height: 2.625rem;
}

.card-plans h2 {
    color: var(--titleColor);
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    flex-grow: 1;
}

.card__desc {
    margin: 1.5rem 0 0;
    color: var(--descColor);
}

/* label */
.label {
    --labelColor: var(--baseColor);
    --labelBg: #e5e5e5;
    font-weight: 600;
    line-height: 1.25;
    font-size: 1rem;
    text-align: center;
    padding: 0.625rem 1.125rem;
    border-radius: 2rem;
    user-select: none;
    background-color: var(--labelBg);
    color: var(--labelColor);
}

/* price */
.price {
    --color: #000;
    --priceMargin: 0;
    display: flex;
    color: var(--color);
    align-items: center;
    gap: 0.5625rem;
    font-weight: 600;
    font-size: 2rem;
    margin: var(--priceMargin);
}

.price span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--baseColor);
}

/* featureList */
.featureList {
    --color: #000;
    --icon: var(--goldTick);
    --height: 0.875rem;
    margin: 0 0 2.75rem;
    padding: 0;
    font-weight: 500;
}

.featureList li {
    color: var(--color);
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.featureList li:before {
    content: "";
    background-image: var(--icon);
    background-size: cover;
    display: block;
    width: 1.125rem;
    height: var(--height);
}

.featureList li:last-child {
    margin-bottom: 0;
}

.featureList li.disabled {
    --color: #b1b8c9;
    --height: 1.125rem;
    --icon: var(--close);
}

/* symbol */
.symbol {
    --big: 2.625rem;
    --small: 1.5rem;
    --radius: 0.25rem;
    border: 2px solid var(--blue);
    width: var(--big);
    height: var(--big);
    border-radius: var(--radius);
    position: relative;
}

.symbol--rounded {
    --radius: 2rem;
}

.symbol:after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    border: 2px solid var(--pink);
    width: var(--small);
    height: var(--small);
    border-radius: var(--radius);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.success-stories {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.success-stories .success-left-container {
    /* flex: 1 1 300px; */
    /* min-width: 280px; */
}

.success-stories .success-right {
    /* flex: 0 0 300px; */
    /* min-width: 280px; */
}

.success-stories .success-right .success-right-content {
    position: relative;
    padding-bottom: 150%;
    overflow: hidden;
    border-radius: 12px;
}

.success-stories .success-right video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.success-stories .success-right img {
    border-radius: 12px;
}

/* responsive */
@media screen and (max-width: 640px) {
    .plans {
        max-width: 480px;
        width: 90%;
    }

    .planItem__container {
        --direction: row;
    }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
    :root {
        --baseSize: 12px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
    :root {
        --baseSize: 14px;
    }
}


.btn.vip {
    background: var(--gold);
    opacity: 0;
    transform: translateX(40px);
    animation: vipEnter 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    animation-delay: 0.5s;
    align-self: center;
}

@keyframes vipEnter {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.invitation-section {
    padding: 50px 20px;
}

.invitation-wrapper {
    margin: 0 auto;
}

.invitation-card {
    border-radius: 10px;
    background: linear-gradient(180deg, #fff, #f5f5f5);
    padding: 64px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.1);
}

.invitation-card .videoandinvitaion {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.invitation-card .videoandinvitaion .videosection {
    width: 50%;
}

.invitation-card .videoandinvitaion video {
    border-radius: 15px;
}

.invitation-card .paymenttab {
    margin-top: 50px;
}

/* subtle gold frame */
.invitation-card::before {
    border-radius: 10px;
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid var(--gold);
    pointer-events: none;
}

/* gold kicker */
.invitation-kicker {
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.12em;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 28px;
}

/* title with gold accent */
.invitation-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 32px;
}

.invitation-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        var(--gold),
        transparent
    );
    margin: 22px auto 0;
}

/* body text */
.invitation-body {
    font-size: 17px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 20px;
}

/* invitation points */
.invitation-details {
    margin: 40px 0;
    font-size: 16px;
    line-height: 2;
}

.invitation-details p {
    margin: 6px 0;
}

/* closing */
.invitation-closing {
    margin-top: 32px;
    font-style: italic;
    color: #555;
}

/* signature */
.invitation-signature {
    margin-top: 44px;
    font-size: 18px;
}

.invitation-signature span {
    display: block;
    margin-top: 6px;
    font-style: italic;
    color: var(--gold);
    font-weight: 600;
}

/* mobile */
@media (max-width: 640px) {
    .invitation-card {
        padding: 48px 28px;
    }

    .invitation-title {
        font-size: 28px;
    }
}

/* Contact Form Styles */
.contact-form {
    display: grid;
    gap: 16px;
}

.contact-form .input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-form input,
.contact-form textarea {
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #e8ded6;
    font-size: 16px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 2px solid var(--gold);
}

.contact-form textarea {
    margin-top: 8px;
    resize: vertical;
}

.contact-form button {
    background: var(--gold);
    color: #fff;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    justify-self: end;
}

.contact-form button:disabled {
    background: #be9633;
    cursor: not-allowed;
}

.contact-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.contact-form .error {
    color: red;
    font-size: 15px;
    font-weight: bold;
    display: none;
}

.contact-form .success {
    color: green;
    font-size: 15px;
    font-weight: bold;
    display: none;
}

/* Responsive for Mobile */
@media (max-width: 600px) {
    .contact-form .input-row {
        grid-template-columns: 1fr;
    }
}

.readmore {
    cursor: pointer;
    font-weight: 700;
}

.readmore:hover {
    color: #fdb600;
}

.bigcontainer {
    max-width: 1400px;
    margin-inline: auto;
    padding: 0 20px;
}

.testimonial-container {
    display: flex;
    margin: 0px auto;
    align-items: center;
    gap: 50px;
}

.testimonial-container .image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
}

.testimonial-container .profile-img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
    /* Placeholder for the user's image */
}

/* Content Styling */
.testimonial-container .content {
    flex: 2;
}

.testimonial-container .headline {
    font-family:
        "Playfair Display", serif; /* Use a Google Font or system Serif */
    font-size: 2.2rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 400;
}

.testimonial-container .body-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testimonial-container .author-name {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.authorandreadmore {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .testimonial-container {
        flex-direction: column-reverse;
        text-align: center;
        padding: 25px;
    }
    .testimonial-container .profile-img {
        width: 250px;
        height: 250px;
    }
    .testimonial-container .headline {
        font-size: 1.8rem;
    }
    .image-wrapper {
        width: 80% !important;
    }
}

.client-video {
    border-radius: 10px;
}

#success-stories {
    padding: 0px !important;
}

#sweden{
    margin-top: 70px;
}
@media screen and (max-width: 1080px) {
    #sweden{
        margin-top: 10px;
    }
}

@media (max-width: 1080px) { 
    #sweden .videoandinvitaion {
        flex-direction: column;
    }

    #sweden .button.button--pink {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}