body {
    font-family: "Urbanist", sans-serif;
}

main {
    display: block !important;
}

.container-sm .feature-extended {
    padding: 60px 0 !important;
}

.about-us-extended {
    padding: 80px 0;
}

:root {
    /*  change this for scaling  */
    --m: 16px;
    --red: #FF6565;
    --pink: #FF64F9;
    --purple: #6B5FFF;
    --blue: #4D8AFF;
    --green: #5BFF89;
    --yellow: #FFEE55;
    --orange: #FF6D1B;
  }
  .hero .button {
    border: calc(0.1 * var(--m)) solid transparent;
    position: relative;
    color: white !important;
    font-size: var(--m);
    border-radius: 888px;
    padding: calc(0.9 * var(--m)) calc(1.6 * var(--m));
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 230px !important;
    background: linear-gradient(#121213, #121213),
      linear-gradient(
        90deg,
        var(--orange),
        var(--yellow),
        var(--green),
        var(--blue),
        var(--purple),
        var(--pink),
        var(--red)
      );
    background-origin: border-box;
    background-clip: padding-box, border-box, border-box;
    background-size: 200%;
    /* animation: animate 4s infinite linear; */
  }
  .hero .button::before {
    content: "";
    background: linear-gradient(
      90deg,
      var(--orange),
      var(--yellow),
      var(--green),
      var(--blue),
      var(--purple),
      var(--pink),
      var(--red)
    );
    height: 30%;
    width: 60%;
    position: absolute;
    bottom: 0%;
    z-index: -5;
    background-size: 200%;
    animation: animate 2s infinite linear;
    filter: blur(calc(0.8 * var(--m)));
  }
  .hero .button,
  .hero .button::before {
    animation: animate 2s infinite linear;
  }
  @keyframes animate {
    0% {
      background-position: 0;
    }
    100% {
      background-position: 200%;
    }
  }

.hero {
    height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .hero-title {
    color: #2B1C12 !important;
    font-family: "Lora" !important;
}

.space-white {
    height: 36vh;
}

.hero-paragraph {
    color: #2B1C12;
    line-height: 170%;
    font-weight: 400;
    margin-bottom: 30px !important;
}

.site-header-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* .site-header-inner .button {
    position: absolute;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
} */

.img-center {
    display: flex;
    justify-content: center;
}

.img-center img {
    width: 92px;
    margin-bottom: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-cta {
    width: 100%;
    display: flex;
    justify-content: center;
}

.button {
    border-radius: 88px;
    background-color: #ffffff;
    transition: .3s ease-in-out;
    color: #2B1C12 !important;
    box-shadow: 0 0 12px rgba(188,96,255,.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.button:hover {
    background-color: #ffffff;
    opacity: .7;
}

.hero .button:hover {
    opacity: 1 !important;
}

.new-hero-bg {
    background: linear-gradient(45deg, #EFEBFE, #ffffff, #EFEBFE);
    background-size: 200% 200%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    top: 0px;
    position: absolute;
    animation: gradientMove 15s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.hero::after {
    display: none !important;
}

.new-hero-bg-layer {
    width: 100%;
    height: 120vh;
    top: 0px;
    position: absolute;
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,0));
    z-index: 1;
}

.video-preview {
    border-radius: 32px;
    border: 6px solid #2B1C12;
    width: 100%;
    height: 560px;
    background: #2B1C12;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 16px 30px rgba(1, 1, 1, .1);
}

.video-preview video {
    width: 100%;
    height: auto;
}

.site-header {
    height: 82px;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-items .nav-link {
    color: #2B1C12;
    padding: 20px 16px;
    transition: .2s ease-in-out;
    font-size: 16px;
    font-weight: 500;
}

/* .hero-cta a {
    border: 2px solid transparent;
    border-image: linear-gradient(45deg, red , yellow);
    border-image-slice: 1;
    border-radius: 10px !important; 
} */

.nav-items .nav-link:hover {
    text-decoration: none;
    opacity: .8;
}

.feature-extended-image {
    display: flex;
    justify-content: center;
    margin-top: 38px !important;
    margin-bottom: 0px !important;
}

.feature-extended-image dotlottie-player {
    width: 50%;
    height: auto;
    border-radius: 28px;
    border: 5px solid #000000;
    z-index: 88;
}

.feature-extended-image .circle-layer {
    width: 340px;
    height: 340px;
    border-radius: 100%;
    background-color: #f5f5f5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feature-extended-image video {
    width: 50%;
    height: auto;
    border-radius: 28px;
    border: 5px solid #2B1C12;
    z-index: 88;
}

.feature-extended {
    padding: 100px 0;
    justify-content: center !important;
}

.feature-extended-body h3 {
    font-family: "Lora" !important;
}


.feature-extended p {
    font-size: 20px;
    line-height: 180%;
}

.feature-middle {
    background: #FFEDD5;
    background-image: url(../images/new-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-middle .circle-layer {
    background: rgba(255, 255, 255, 0.2);
}

.site-footer {
    background: none;
}

.cta-inherit {
    background: linear-gradient(135deg, #f8fafc 0%, #f3f4f8 100%);
    width: 100%;
    border-radius: 40px;
    padding: 60px;
    overflow: hidden;
    background-size: 200% 200%;
    animation: ctaGradientMove 18s ease-in-out infinite;
}

@keyframes ctaGradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.cta-header {
    z-index: 88;
    position: relative;
}

.card-icon {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(188,96,255,.4);
    display: flex;
    justify-content: center;
    margin-bottom: 36px !important;
}

.card-icon img {
    width: 40px;
}

.banner-bg {
    background: url("../images/banner-new-cta.png");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
}

.cta-inherit h2 {
    color: #2B1C12 !important;
    font-family: "Lora" !important;
}

.cta-inherit p {
    color: #2B1C12 !important;
}

.cta-inherit .button {
    background: #ffffff;
    color: #3F3C36 !important;
}

.cta-inherit .button:hover {
    opacity: .8;
}

.site-footer-top {
    border: none;
}

.site-footer-inner::before {
    background: none;
}

.site-footer::before {
    background: none;
}

.footer-social-links svg {
    color: red;
}

.feature-extended-image {
    position: relative;
}

.site-footer-bottom {
    color: #2B1C12 !important;
    font-weight: 500;
}

.site-footer-bottom a {
    color: #2B1C12 !important;
    font-weight: 500;
}

.feature-extended .emoji-animation dotlottie-player {
    border: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-46%, -50%);
    z-index: 99;
    width: 80%;
}

.feature-extended p {
    font-size: 20px;
    color: #2B1C12 !important;
}

.mobile-responsive {
    display: none;
}

.footer-social-links a {
    width: 42px;
    height: 42px;
    background: #3F3C36;
    border-radius: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s ease-in-out;
}

.footer-social-links a:hover {
    background: #282622;
}

.footer-links a {
    transition: .2s ease-in-out;
}

.footer-links a:hover {
    text-decoration: none;
    color: #EA580C;
}

.button-for-mobile {
    display: none !important;
}

@media only screen and (min-wdith: 600px) {
    .mobile-responsive {
        display: none;
    }

    .about-us-extended .feature-extended-body {
        width: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
    .mobile-responsive {
        display: flex;
        justify-content: space-between;
        z-index: 9999999;
    }

    .cta-inherit {
        border-radius: 30px;
    }

    .mobile-responsive .img-center {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 55px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .button-for-desktop {
        display: none;
    }

    .video-preview {
        height: 270px;
    }

    .header-brand {
        display: none;
    }

    .cta-inherit {
        padding: 50px 24px;
    }

    .card-icon img {
        width: 46px;
        height: auto;
    }

    .card-icon-warp {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hero-title {
        font-size: 32px;
        line-height: 130%;
    }

    .hero-paragraph {
        font-size: 20px;
    }

    .feature-extended-image dotlottie-player {
        border-radius: 20px;
    }

    .feature-extended-image .circle-layer {
        width: 260px;
        height: 260px;
    }

    .feature-extended {
        padding: 60px 24px !important;
    }

    .feature-extended .card-icon {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .feature-extended .card-icon img {
        width: 30px;
    }

    .nav-items {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding: 12px 0px;
    }

    .nav-items .nav-link {
        display: block;
        width: 100%;
        color: #000000;
        padding: 12px 0;
    }

    .mobile-responsive button {
        outline: none;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 9999999;
    }

    .button-for-mobile {
        position: relative !important;
        display: block !important;
        background: #431407;
        color: #ffffff !important;
        width: 100%;
        max-width: 100% !important;
        margin: 12px 0;
    }

    .nav-items .nav-wrapper {
        background: #ffffff;
        transition: .3s ease-in-out;
        height: 0;
        overflow: hidden;
        border-radius: 16px;
        margin-top: 20px;
        box-shadow: 0 6px 20px rgba(0,0,0,.1);
        padding: 0 20px;
    }

    .toggle-line {
        display: block;
        width: 24px;
        height: 3px;
        background: #3F3C36;
        margin: 5px 0px;
        border-radius: 12px;
    }

    .toggle-open {
        height: 236px !important;
    }

    .cta-header p {
        font-size: 16px;
    }
}

.header a img {
    width: 80px;
}