html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    /* font-family: Arial, sans-serif; */
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #5428DC;
    color: white;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #5427ddb0;
    color: white;
    position: fixed;
    width: 100%;
    top: 0;
    box-sizing: border-box;
    z-index: 1;
    transition: background-color 2s ease;
    backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
    header {
        background-color: #5428DC;
    }
}

.mobile-only {
    display: none;
}

.bg-wrapper {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 2000px;
    z-index: -1;
    top: 0;
}

.bg-svg {
    position: absolute;
}

main {
    max-width: 1400px;
    margin: 130px auto 30px auto;
}

@media (max-width: 768px) {
    main {
        margin: 80px auto 30px auto;
    }
}

.logo {
    font-size: 1.5em;
    display: flex;
    align-items: center;
}

.logo svg {
    margin-right: 10px;
}

nav {
    font-size: 0.8em;
    position: relative;
}

.hamburger {
    display: none;
    font-size: 2em;
    cursor: pointer;
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.nav-links li {
    display: inline;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    margin: 0 10px;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        background-color: #333;
        position: absolute;
        top: 50px;
        right: 0;
        width: 150px;
    }

    .nav-links a {
        font-size: 17px;
    }

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

    #nav-links {
        border-radius: 10px;
        margin: 0px;
        padding: 10px;
        background-color: #333333;
        box-shadow: 0px 2px 9px 0px #000000ab;
        backdrop-filter: blur(10px);
    }

    .nav-links li {
        text-align: center;
        padding: 10px 0;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: initial;
    }
}

/* Two-column flex layout styles */
.two-column-flex {
    display: flex;
    justify-content: space-between;
    width: 86.66%;
    margin: 0 auto;
}

.two-column-flex .column {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    width: calc(50% - 10px);
}

.two-column-flex .inner-div {
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(20px);
    padding-bottom: 20px;
}

.how-it-works-item1 {
    height: 350px;
}

.how-it-works-item2 {
    height: 420px;
}

.how-it-works-item3 {
    height: 420px;
}

.how-it-works-item4 {
    height: 350px;
}

@media (max-width: 1300px) {
    .how-it-works-item1 {
        height: 390px;
    }

    .how-it-works-item2 {
        height: 460px;
    }

    .how-it-works-item3 {
        height: 460px;
    }

    .how-it-works-item4 {
        height: 390px;
    }
}

@media (max-width: 768px) {
    .how-it-works-item1 {
        height: initial;
    }

    .how-it-works-item2 {
        height: initial;
    }

    .how-it-works-item3 {
        height: initial;
    }

    .how-it-works-item4 {
        height: initial;
    }
}

/* Flex row styles */
.flex-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.team-container .flex-row {
    align-items: flex-start;
}

.top-row {
    margin-top: 50px;
}

.flex-row .flex-div {
    min-width: 300px;
    width: 40%;
}

.flex-row .team-div {
    /* height: 300px; */
    min-width: 300px;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: row;
}

.team-container .flex-row {
    padding: 30px;
}

.team-div img {
    border-radius: 20px;
    width: 100px;
    height: 100px;
    margin-right: 30px;
}

@media (max-width: 1300px) {
    .flex-row .team-div {
        width: calc(50% - 10px);
    }

    .team-div img {
        width: 80px;
        height: 80px;
    }

    .team-desc {
        font-size: 16px;
    }

    .team-container .flex-row {
        padding: 25px;
    }
}

.team-role {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.56px;
    margin-top: 10px;
    margin-bottom: 0;
}

.team-name {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 5px;
}

.team-desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}

@media (max-width: 1000px) {
    .flex-row .team-div {
        width: calc(50% - 5px);
    }

    .team-div img {
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }

    .team-role {
        font-size: 12px;
        margin-top: 5px;
    }

    .team-name {
        font-size: 27px;
    }

    .team-desc {
        font-size: 15px;
        margin-top: 20px;
    }

    .team-container .flex-row {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .team-div img {
        width: 50px;
        height: 50px;
        margin-right: 16px;
    }

    .team-role {
        font-size: 13px;
    }

    .team-name {
        font-size: 27px;
    }

    .team-desc {
        font-size: 15px;
    }

    .team-container .flex-row {
        padding: 16px;
    }

    .flex-row {
        flex-direction: column;
        align-items: center;
    }

    .flex-row .flex-div {
        width: 80%;
        /* Adjust width for mobile */
        margin-bottom: 20px;
        /* Add space between stacked divs */
    }

    .flex-row .team-div {
        margin-bottom: 50px;
    }

    .flex-row .flex-div:last-child {
        margin-bottom: 0;
        /* Remove bottom margin from the last div */
    }

    .two-column-flex {
        flex-wrap: wrap;
        width: 80%;
    }

    .two-column-flex .column {
        width: 100%;
    }
}


/* ______________________________________________________________________
 * Pricing divs
 */

.flex-row .pricing-div {
    height: 520px;
    min-width: 210px;
    width: 32%;
    border-radius: 30px;
    background: #4D1CC5;
    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}

.flex-row .big-pricing-div {
    height: 530px;
    min-width: 210px;
    width: 32%;
}

.big-pricing-div .big-pricing-inner {
    border: 1px solid #2A087C;
    background: linear-gradient(180deg, #561FDD 0%, #4118A5 100%);
    padding: 35px 30px 35px 30px;
}

.big-pricing-inner {
    border: 1px solid #2A087C4F;
    border-radius: 30px;
    box-shadow: 0px 100px 80px 0px rgba(26, 6, 48, 0.07), 0px 41.778px 33.422px 0px rgba(26, 6, 48, 0.05), 0px 22.336px 17.869px 0px rgba(26, 6, 48, 0.04), 0px 12.522px 10.017px 0px rgba(26, 6, 48, 0.04), 0px 6.65px 5.32px 0px rgba(26, 6, 48, 0.03), 0px 2.767px 2.214px 0px rgba(26, 6, 48, 0.02);
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



/* ______________________________________________________________________
 * Pricing text
 */

.plan-name {
    text-transform: uppercase;
    line-height: 130%;
    letter-spacing: 0.76px;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
}

.plan-price {
    font-size: 54px;
    font-weight: 700;
    line-height: 95%;
    margin-top: 50px;
    display: inline-block;
}

.plan-contact-us {
    font-size: 32px;
}

.plan-email {
    font-size: 18px;
    font-weight: 400;
}

.plan-price-sub {
    display: inline-block;
    font-weight: 500;
    font-size: 21px;
}

.plan-feature {
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
}

.plan-feature:not(:last-child) {
    border-bottom: 1px solid #D9CAFF;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.plan-annually {
    font-size: 90%;
    margin-top: 5px;
    font-weight: 200;
}

.monthly-price {
    font-style: italic;
    font-size: 90%;
    text-align: center;
    font-weight: 200;
    padding-top: 10px;
}

.abbrev {
    display: none;
}

.unabbrev {}

@media (max-width: 1300px) {
    .flex-row .pricing-div {
        height: 540px;
    }

    .flex-row .big-pricing-div {
        height: 550px;
    }

    /*
    .plan-price {
        display: block;
    }

    .plan-price-sub {
        display: block;
    }
    */

    .plan-feature {
        font-size: 15px;
    }
}

@media (max-width: 1000px) {
    .big-pricing-inner {
        padding: 24px;
    }

    .big-pricing-div .big-pricing-inner {
        padding: 29px 20px 29px 20px;
    }

    .flex-row .pricing-div {
        height: 550px;
    }

    .flex-row .big-pricing-div {
        height: 560px;
    }

    .plan-price {
        font-size: 38px;
    }

    .plan-price-sub {
        font-size: 18px;
    }

    .plan-contact-us {
        font-size: 24px;
    }

    .plan-email {
        font-size: 15px;
    }

    .plan-feature {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .big-pricing-inner {
        padding: 30px;
    }

    .big-pricing-div .big-pricing-inner {
        padding: 30px;
    }

    .flex-row .pricing-div {
        height: 440px;
    }

    .flex-row .big-pricing-div {
        height: 480px;
    }

    .plan-price {
        font-size: 54px;
    }

    .plan-price-sub {
        font-size: 21px;
    }

    .plan-contact-us {
        font-size: 32px;
    }

    .plan-email {
        font-size: 18px;
    }
}


/* ______________________________________________________________________
 * Section classes
 */

.section-title {
    text-align: center;
    margin: 60px 0 45px 0;
    font-size: 2em;
    font-weight: 700;
}

.section-div {
    width: 86.666%;
    margin: auto;
}

.section-div .flex-row {
    justify-content: space-between;
}

@media (max-width: 768px) {
    .section-div {
        width: 80%;
    }

    .section-div .pricing-div {
        width: 100%;
    }

    .section-div .team-div {
        width: 100%;
        min-width: initial;
    }
}

.over-glass {
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.under-glass {
    border-radius: 10px;
    opacity: 0.25;
    width: 200%;
    height: 300%;
    position: absolute;
    z-index: -1;
}

.team-container {
    position: relative;
}

.team-glass {
    border-radius: 10px;
    opacity: 0.25;
    background: url(img/rectangle5.jpg) lightgray 50% / cover no-repeat;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.glass1 {
    background: url(img/rectangle5.jpg) lightgray 50% / cover no-repeat;
}

.glass2 {
    background: url(img/rectangle5.jpg) lightgray 50% / cover no-repeat;
    transform: scale(1.2) rotate(180deg);
}

.glass3 {
    background: url(img/rectangle5.jpg) lightgray 50% / cover no-repeat;
    transform: scale(1.5) translate(10px, 20px) rotate(10deg);
}

.glass4 {
    background: url(img/rectangle5.jpg) lightgray 50% / cover no-repeat;
    transform-origin: 50% 50%;
    transform: translate(-25%, -33%) rotate(90deg);
}

.contact-container {
    text-align: center;
    margin-bottom: 50px;
}

.contact-container p {
    margin: 0;
}

a.contact-email {
    color: white;
    text-decoration: none;
    font-weight: 700;
}


/* ______________________________________________________________________
 * Text div classes
 */

.box-icon {
    margin: 20px 0 0 20px;
    transform: scale(0.9);
}

.box-subtitle {
    height: initial;
    text-transform: uppercase;
    margin: 50px 20px 0 20px;
    font-size: 18px;
    font-weight: 400;
}

.box-text {
    height: initial;
    margin: 20px;
    font-size: 26px;
}

@media (max-width: 1000px) {
    .box-text {
        font-size: 21px;
    }
}


/* ______________________________________________________________________
 * Headline classes
 */

.headline {
    font-size: 2.5em;
    font-weight: 700;
}

@media (max-width: 1000px) {
    .headline {
        font-size: 2.2em;
    }
}

.headline-topline {
    display: flex;
    align-items: baseline;
    overflow: hidden;
}

.subheadline {
    font-size: 21px;
}

.rotating-text {
    height: 1em;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    top: 0;
    animation: rotate-headline 8s infinite;
    animation-timing-function: cubic-bezier(.65, -0.45, .35, 1.45);
}

@keyframes rotate-headline {

    0%,
    12% {
        top: 0;
    }

    22%,
    45% {
        top: -1.4em;
    }

    55%,
    78% {
        top: -2.8em;
    }

    88%,
    100% {
        top: -4.2em;
    }
}


/* ______________________________________________________________________
 * Font classes
 */

.quicksand {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* ______________________________________________________________________
 * Guide sketch
 */

.guide-sketch-container {
    position: relative;
    height: 330px;
}

.guide-sketch-container>div {
    border-radius: 10px;
}

#guide-sketch-box1 {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 0 40px 0;
    box-sizing: border-box;

    background: rgba(255, 255, 255, 0.89);
    box-shadow: 0px 102.703px 82.162px 0px rgba(0, 0, 0, 0.07), 0px 42.907px 34.325px 0px rgba(0, 0, 0, 0.05), 0px 22.94px 18.352px 0px rgba(0, 0, 0, 0.04), 0px 12.86px 10.288px 0px rgba(0, 0, 0, 0.04), 0px 6.83px 5.464px 0px rgba(0, 0, 0, 0.03), 0px 2.842px 2.274px 0px rgba(0, 0, 0, 0.02);
}

#guide-sketch-settings {
    margin-left: auto;
    margin-right: 10%;
    background: white;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 7px 16px;
    border-radius: 25px;
    border: 4px solid #4e8dcd;
}

.guide-sketch-whitebar {
    height: 10px;
    background: white;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
}

#guide-sketch-box2 {
    background-color: #D1BFF7;
    position: absolute;
    top: 0;
    left: 0;

    color: #1e69b5;
    font-weight: 500;
    font-size: 18px;
    padding: 22px;
    box-sizing: border-box;
}

.guide-sketch-arrow {
    position: absolute;
    left: calc(80% - 160px);
}

@media (max-width: 1000px) {
    #guide-sketch-box2 {
        font-size: 16px;
        max-width: calc(82% - 110px);
    }

    #guide-sketch-box2 svg {
        width: 20px;
    }

    #guide-sketch-settings {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    #guide-sketch-box2 {
        font-size: 18px;
    }

    #guide-sketch-box2 svg {
        width: 25px;
    }

    #guide-sketch-settings {
        font-size: 12px;
    }
}

#guide-sketch-box3 {
    width: 60%;
    height: 40%;
    position: absolute;
    top: 60%;
    left: 40%;

    background: #4e8dcd;
    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 30px;
    box-sizing: border-box;
}

#guide-sketch-step {
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

@media (max-width: 1000px) {
    #guide-sketch-box3 {
        width: 75%;
        left: 25%;
    }
}


/* ______________________________________________________________________
 * Policy page classes
 */


.policy-outer {
    margin: 60px;
}

.policy-outer a {
    color: white;
}


#how-it-works{
    margin-bottom: 25px;
}
.video-btn {
    cursor: pointer;
    width: 300px;
    height: 175px;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
    margin-bottom: 45px;
    position: relative;
}

.video-btn .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url("img/videobg.png") no-repeat center;
    background-size: cover;
    transition: opacity 0.3s ease;
    border: 5px solid #fff;
    box-sizing: border-box;
}

.video-btn .play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/playbutton.png") no-repeat center;
    background-size: 60px 60px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-btn:hover .video-bg {
    opacity: 0.3;
}

.video-btn:hover .play-btn {
    opacity: 1;
}

.overlay {
    position: fixed;
    /* Stay in place */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dim the background */
    display: none;
    /* Hidden by default */
    z-index: 9999;
    /* Ensure it's on top */
}

.overlay-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    width: 85%;
    /* Adjust as needed */
    max-width: 1024px;
    /* Limit width on larger screens */
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}

/* Style the Vimeo player container as needed */
#vimeoPlayer {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio - adjust if needed */
    position: relative;
}

#vimeoPlayer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1{
    margin: 0;
}