body {
    font-size: 21px;
    line-height: 30px;
    background-color: #FAF8F6;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #0D0E1D;
    font-family: "Inter", serif;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000628;
    font-weight: 700;
}

h1,
.h1 {
    font-size: 120px;
    line-height: 1em;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 90px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 40px;
    }
}


h2,
.h2 {
    font-size: 70px;
    line-height: 1.07em;
    letter-spacing: -2px;
}

@media (max-width: 1349px) {
    h2 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 36px;
    }
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

p:last-child {
    margin: 0;
}




/*---------------------------------------------------
HEADER SECTION
----------------------------------------------------*/
header.uxora-header-section {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    transition: all 0.4s;
}

header.uxora-header-section.sticky-menu {
    top: 0;
    background-color: #fff;
    filter: drop-shadow(0px 4px 80px rgba(0, 0, 0, 0.2));
}

.uxora-menu {
    width: 100%;
    text-align: center;
}

.uxora-menu ul li {
    margin: 0 20px;
    display: inline-block;
}

.uxora-menu ul li:first-child {
    margin-left: 0;
}

.uxora-menu ul li:last-child {
    margin-right: 0;
}

.uxora-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #000628;
}

.uxora-header-btn-wrap {
    text-align: right;
    order: 3;
}

.uxora-header-btn {
    padding: 7px 35px !important;
}

.uxora-header-btn img {
    margin-right: 10px;
}

/*---------------------------------------------------
HERO SECTION
----------------------------------------------------*/
.uxora-hero-section {
    padding-top: 190px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
}

.uxora-hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 1115px;
    margin: 0 auto;
}

.uxora-hero-content p {
    margin-bottom: 50px;
}

.uxora-default-btn {
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    padding: 14px 45px;
    transition: all 0.4s;
    display: inline-flex;
    border-radius: 3px;
    align-items: center;
    background-color: #5523E8;
}

.uxora-default-btn img {
    margin-right: 10px;
}

.btn-hover {
    display: inline-flex;
    transition: all 0.4s;
}

.btn-hover:hover {
    transform: scale(.97) !important;
}

.uxora-default-btn.white {
    color: #0119FF !important;
    background-color: #fff;
}

.uxora-section-title {
    padding-bottom: 80px;
}

.uxora-section-title.center {
    text-align: center;
    margin: 0 auto;
}

.uxora-section-title.center.max-730 {
    max-width: 730px;
}

.uxora-section-title h2 {
    margin: 0;
}

.uxora-section-title p {
    margin-top: 20px;
}

.uxora-section-title.light h2,
.uxora-section-title.light p {
    color: #fff;
}


.hero-thumb {
    margin-top: 50px;
}

/* demos section */
.uxora-demos-section {
    padding: 130px 0 90px;
}

.uxora-demo-info {
    text-align: center;
    margin-top: 50px;
}

.uxora-demo-info ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 60px;
    justify-content: center;
}

.uxora-demo-info ul li {
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.uxora-demo-info ul li img {
    padding-right: 20px;
}

.uxora-demos-wrap {
    border-radius: 10px;
    margin-bottom: 40px;
    transition: all 0.4s;
    overflow: hidden;
}

.uxora-demos-wrap:hover {
    transform: translateY(-10px);
}

.uxora-demos-item {
    position: relative;
    padding: 10px 10px 0;
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);

}
.uxora-demos-item img{
    transition: all 0.4s;
}
.uxora-demos-wrap:hover .uxora-demos-item img{
    filter: blur(3px);
}
/* .uxora-demos-item::before{
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(250, 248, 246, 0.2);
    backdrop-filter: blur(2px)
} */
.uxora-demo-title {
    text-align: center;
    margin-top: 30px;
}

.uxora-demo-title h3 {
    font-size: 24px;
    margin: 0;
}

/* inner section */
.uxora-inner-section {
    z-index: 0;
    padding: 190px 0;
    position: relative;
}

.uxora-inner-section::before {
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 6, 40, 0.9);
}

.uxora-inner-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.uxora-inner-content h2 {
    color: #FAF8F6;
}

/* tools section */
.uxora-tools-section {
    padding: 130px 0;
}

.uxora-tools-column {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.uxora-tools-item img {
    width: 100%;
}

.uxora-tools-content h2 {
    margin-bottom: 20px;
}

.uxora-tools-data {
    padding-left: 25%;
}

.uxora-video-thumb {
    padding-top: 80px;
    position: relative;
}

.uxora-popup-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* content section */
.uxora-content-section {
    padding-bottom: 106px;
}

.uxora-content-item {
    margin-bottom: 24px;
}

.uxora-section-title.max-600 {
    max-width: 620px;
}

.uxora-section-title.max-860 {
    max-width: 860px;
}


.uxora-content-section2 {
    padding: 130px 0 20px;
}

/* feature section */
.uxora-feature-section {
    padding: 130px 0 106px;
    background-color: #EDE7E2;
}

.uxora-feature-item {
    margin-bottom: 24px;
}

.uxora-feature-item img {
    width: 100%;
}

/* footer section */
footer.uxora-footer-section {
    padding: 130px 0;
    background-size: cover;
    text-align: center;
}

.uxora-footer-content p {
    max-width: 1040px;
    margin: 0 auto 50px;
}

/* top scroll */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.04);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #0D0E1D;
    /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.top-arrow {
    position: absolute;
    top: 7px;
    left: 17px;
}

.top-arrow img {
    width: 20px;
}

/* cursor */

.cursor {
    position: fixed;
    pointer-events: none;
    opacity: 0;
}

.cursor-bee {
    top: -15px;
    left: -13px;
    z-index: -1;
}

.cursor-eye {
    top: -50px;
    left: -50px;
    z-index: 9999;
    width: 120px;
    height: 120px;
    display: flex;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #5523E8;
}



/* preloader */

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #000628;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-inner {
    display: block;
    width: 45px;
    height: 45px;
}

.preloader-inner span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 37px;
    height: 37px;
    margin: 4px;
    border: 4px solid transparent;
    border-radius: 50%;
    animation: preloader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.preloader-inner span:nth-child(1) {
    animation-delay: -0.1s;
}

.preloader-inner span:nth-child(2) {
    animation-delay: -0.2s;
}

.preloader-inner span:nth-child(3) {
    animation-delay: -0.3s;
}

@-webkit-keyframes preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive */

@media (max-width: 1399px) {
    .hero-thumb {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .w_50 {
        width: 50%;
    }

    .uxora-menu {
        margin-top: 30px;
    }

    .uxora-section-title {
        padding-bottom: 60px;
    }

    .uxora-demos-section {
        padding: 100px 0 0;
    }

    .uxora-inner-section,
    .uxora-tools-section,
    footer.uxora-footer-section {
        padding: 100px 0;
    }

    .uxora-tools-column {
        margin-top: 40px;
    }

    .uxora-feature-section {
        padding: 100px 0 76px;
    }
}

@media (max-width: 767px) {
    .uxora-demos-section {
        padding: 80px 0 40px;
    }

    .uxora-inner-section,
    .uxora-tools-section,
    footer.uxora-footer-section {
        padding: 80px 0;
    }

    .uxora-feature-section {
        padding: 80px 0 56px;
    }
}


@media (max-width: 575px) {
    .uxora-header-btn {
        padding: 7px 20px !important;
    }

    .uxora-tools-column {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1199px) {
    .uxora-tools-data {
        padding-left: 10%;
    }
}

@media (max-width: 991px) {
    .uxora-tools-data {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .uxora-video-thumb {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .uxora-video-thumb {
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    .uxora-content-section {
        padding-bottom: 76px;
    }
}

@media (max-width: 767px) {
    .uxora-content-section {
        padding-bottom: 56px;
    }
}

@media (max-width: 991px) {
    .uxora-content-section2 {
        padding: 100px 0 80px;
    }
}

@media (max-width: 767px) {
    .uxora-content-section2 {
        padding: 80px 0 60px;
    }
}

.custom {
    padding-top: 100px !important;
}





/* offcanvas menu */
.main-menu {
  display: block; 
}
.offcanves-menu{
    display: none;
}
.offcanves-menu {
  width: 300px;
  background: #ffffff;
  height: 100%;
  position: fixed;
  z-index: 111;
  padding: 62px 0;
  margin-left: -300px;
  transition: .3s;
  padding-right: 0px;
}
.offcanves-menu ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-right: 25px;
}
.offcanves-menu ul li:last-child {
    border-bottom: 0px;
}
.offcanves-menu ul li a {
    padding: 13px 15px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000628;
    transition: all 0.4s; 
}
.offcanves-menu ul li a:hover {
    color: #3066F0;
}
.offcanves-menu.active {
      margin-left: 0px;
      z-index: 1111;
}

.off-menu span.menubar {
      font-size: 28px;
      cursor: pointer;
      transition: all linear 0.3s;
      color: #000;
 }

.off-menu {
    float: right;
}

.close {
      position: absolute;
      right: 20px;
      top: 20px;
      color: #000628;
      font-size: 20px;
      padding: 5px 15px;
      border: 1px solid #000628;
      transition: all linear 0.3s;
      cursor: pointer;
}
  .close:hover {
        color: #000628;
        border-color: #000628;
}

.offcanvas-overlay {
      width: 100%;
      height: 100%;
      background: #000;
      position: fixed;
      z-index: 0;
      visibility: hidden;
      opacity: 0;
      transition: .5s;
 }

.offcanvas-overlay.active {
      opacity: .3;
      z-index: 111;
      visibility: visible;
 }

.menu-bar {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    color: #000;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}
.menu-bar img{
    width: 24px;
}

@media (max-width: 991px) {
    .menu-bar {
        display: block;
    }

    .offcanves-menu{
    display: block;
    }

    .uxora-menu{
        display: none;
    }
    
}
@media (max-width: 767px) {

    .mobile-none{
        display: none;
    }

    .uxora-hero-section{
        padding-top: 140px;
    }
}




/* offcanvas menu */