@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500;700&display=swap');
:root{
    --main-color: #ffffff;
    --secondary-color: #C58DDC;
    --very-light-color: #E8EDFA;
    --very-light-color-second: #F5F7FD;
    --text-color-mild: #AFBDE2;
    --text-color-light: #58627C;
    --text-color-dark: #2F3135;
    --text-color-blue: #4A90E2;
    --disabled-color: #ADB6D0;
    --main-button-color: #2463C7;
    /* --button-color: #8ab7dc; */
    --button-color: #fcfcfc;
    --border-color: #979797;
}
*,*::after,*::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
}
.f-2{
    font-weight: bold;
    color: #000 !important;

}
a,a:active,a:focus{
    text-decoration: none;
    color: inherit;
}
input{
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
input:focus{
    outline:none;
    border: none;
}
ul,li,ol{
    list-style: none;
}
/* slider reset */
.slick-track, .slick-track:focus, .slick-slide{
    outline: none;
    border: none;
}
.page-section{
    background-color: #ffffff;
}
.page-section:not(:first-of-type){
    position: relative;
    margin-top: -1px;
    padding-top: 120px;
    padding-left: clamp(12px, 5%, 100px);
    padding-right: clamp(12px, 5%, 100px);
    z-index: 2;
}
.seo-links.page-section{
    padding-bottom: 80px;
}
@media screen and (max-width: 768px){
    .page-section:not(:first-of-type){
        padding-top: 60px;
    }
}
.flex-section{
    display: flex;
}
.grid-section{
    display: grid;
}
.btn-primary{
    background: var(--button-color);
    border: solid 1px var(--border-color);
    border-radius: 48px;
    padding: 12px 44px !important;
}
.btn-secondary{
    background: transparent;
    border: solid 1px var(--main-color);
    border-radius: 48px;
    padding: 12px 44px;
}
.btn-primary-alt{
    color: #fff;
    background: var(--main-button-color);
    border: solid 1px var(--border-color);
    border-radius: 48px;
    padding: 12px 22px !important;
}
.btn-secondary-alt{
    background: transparent;
    border: solid 1px var(--border-color);
    border-radius: 48px;
    padding: 12px 22px;
}
.btn-on-white{
    display: inline-block;
    color: var(--text-color-light);
    border-color: var(--very-light-color);
}
.center-big-title{
    color: var(--text-color-light);
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;

 }
 .center-small-title{
    color: var(--text-color-light);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
 }
 /* --------------------------- */
/*1 ------- NAVBAR  */
#navigation{
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;
    padding: 12px 4rem;
    background: var(--button-color);
    transition: all ease-in-out 0.2s;
    z-index: 90;
}
/* #navigation.navbar-scrolled{
    background: linear-gradient(45deg, rgb(255, 0, 204) 0%, rgb(51, 51, 153) 100%);
} */
@media only screen and (max-width: 1140px){
    #navigation{
        padding: 12px 1rem;
    }
}
@media screen and (max-width: 991px){
    #navigation{
        position: fixed;
        margin: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color:var(--button-color);
        /* z-index: 90; */
    }
}
.logo-wrap{
    display: flex;
    align-items: center;
}
.logo-wrap .logo{
    height: 80px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    object-position: left center;
}
@media screen and (max-width: 1191px){
    .logo-wrap .logo{
        max-width: 140px;
    }
}
.logo-wrap .name{
    font-family: "Rubik", sans-serif;
    font-size: clamp(32px, 4vw, 62px);
    margin: 0 12px;
    color: var(--main-color);
}
.nav-links{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    transition: all ease-in-out 0.25s;
    white-space: nowrap;
}
.nav-link a{
    position: relative;
    padding: 0px 12px;
    color: var(--text-color-dark);
    opacity: 0.8;
    font-size: 18px;
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    z-index: 2;
}
.nav-link.btn-primary{
    position: relative;
    padding: 10px 22px !important;
}
.phone-num{
    font-size: 1.3em;
    margin-left: 1em;
    flex-shrink: 0;
}
.phone-num p{
    margin: 0;
    color: hsl(38, 100%, 55%);
    display: inline-flex;
    align-items: center;
    gap: 0.2em;
    white-space: nowrap;
}
@media screen and (max-width: 1220px){
    .nav-link a{
        font-size: 16px;
    }
    .phone-num{
        font-size: 1.2em;
    }
}
/* mobile  */
.burger{
    display: none;
}
.close-btn{
    display: none;
}
.burger span{
    display: block;
    width: 27px;
    height: 3px;
    margin: 4px;
    background-color: var(--text-color-dark);
}
@media only screen and (max-width: 991px){
    .nav-links{
        position: absolute;
        justify-content: space-evenly;
        height: 50vh;
        top: 0;
        right: 0;
        width: clamp(320px, 50%, 425px);
        /* padding-top: 65px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px; */
        flex-direction: column;
        opacity: 0;
        pointer-events: none;

    }
    .nav-links::before{
        content: '';
        height: 100%;
        position: absolute;
        width: 100%;
        padding-top: 65px;
        border-radius: 6px;
        background-color: var(--button-color);
    }
    .burger{
        margin-left: auto;
        display: block;
    }
    .close-btn{
        display: block;
        position: absolute;
        top: 14px;
        right: 21px;
        font-size: 44px;
        color: var(--text-color-dark);
    }
    .phone-num{
        margin-right: 0.5em;
        margin-left: 0.5em;
    }
}
.nav-links.active-nav{
    opacity: 1;
    pointer-events: all;
}
/* ------------------------ */
/* 2 --------- Landing  */
.parallax{
    background-image: url("https://ordermoon.com/resources/images/Bitmap.jpg");
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: hidden;
}
#moon-bg{
    /* position: relative; */
    width: 100%;
    overflow-x: hidden;
}
#moon-bg-image{
    position: absolute;
    top: 420px;
    width: clamp(340px, 100%, 1920px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
@media screen and (max-width: 576px){
    #moon-bg-image{
        top: 320px;
    }
}
#landing{
    padding-top: 8.75rem;
    overflow: hidden;
}
.go-far{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--main-color);
    margin-bottom: -50px;
}
.big-text{
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 72px;
    text-align: center;
}
@media only screen and (max-width: 991px){
    .big-text{
        width: 90%;
        font-size: 35px
    }
}
.sub-text{
    width: 70%;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 28px;
    text-align: center;
}
@media only screen and (max-width: 991px){
    .sub-text{
        width: 95%;
        font-size: 24px;
    }
}
.btn-group{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    padding: 4rem 0;
}
@media screen and (max-width: 576px){
    .btn-group{
        flex-direction: column;
    }
}
#app-info-slider{
    position: relative;
    z-index: 9;
}
#app-screen-section{
    position: relative;
    max-width: 190px;
    margin: 0 auto;
}
@media screen and (max-width: 576px){
    #app-screen-section{
        max-width: 170px;
    }
}
.slider-app{
    max-width: 190px;
    margin: 0 auto;
    margin-bottom: -90px;
    /* background-image: url(../images/iPhone_Screen.png); */
}
@media screen and (max-width: 768px){
    .slider-app{
        max-width: 170px;
        margin-bottom: 10px;
    }
}

.phone-screen-background{
    position: absolute;
    top: -8px;
    left: -13px;
    pointer-events: none;
    /* background-image: url(../images/iPhone_Screen.png); */
}
.phone-screenshot{
    position: relative;
    top: -4px;
}
.phone-screenshot img{
    border-radius: 10px;
}
@media screen and (max-width: 768px){
    .phone-screen-background{
        top: -12px;
        left: -19px;
    }
}
@media screen and (max-width: 576px){
    .phone-screen-background{
        top: -13px;
        left: -14px;
    }
}
.phone-screen-background img{
    width: 105%;
}
@media screen and (max-width: 576px){
    .phone-screen-background img{
        width: 106%;
    }
}
.phone-screenshot img{
    width: 100%;
}
#app-text-section{
    position: relative;
    padding-top: 120px;
    background-color: #ffffff;
    z-index: -1;
}
.slider-info{
    max-width: 1080px;
    position: relative;
    margin: 0 auto;
}

.slider-info .slick-next{
    right: 4%;
    transform: translate(-5%, 0%);
}
.slider-info .slick-previous{
    left: 4%;
    transform: translate(5%, 0%)
}
.slider-info .slick-arrow{
    position: absolute;
    top: 30%;
    font-size: clamp(1rem, 14vw, 5rem);
    transform: translate(-0, -30%);
    color: var(--text-color-dark);
    z-index: 12;
}
@media screen and (max-width: 768px){
    .slider-info .slick-arrow{
        top: -25%;
    }
}
.slide-info-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.app-slide-title{
    max-width: 75%;
    font-size: 52px;
    color: var(--text-color-dark);
    text-align: center;
}
@media screen and (max-width: 991px){
    .app-slide-title{
        font-size: 32px;
    }
}
.slide-info .app-slide-description{
    max-width: 75%;
    padding: 12px 6px;
    color: var(--text-color-light);
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    text-align: center;
}
.custom-dots{
    height: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.custom-dots li{
    width: 10px;
    height: 10px;
    margin: 12px 8px;
    border-radius: 50%;
    background-color: var(--very-light-color);
    transition: all ease-in-out 0.2s;
}
.custom-dots li .slide-index{
    display: none;
}
.slick-active .slide-index{
    display: block !important;
}
.custom-dots .slick-active{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 16px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}
@media screen and (max-width: 768px){
    .custom-dots{
        position: absolute;
        top: -30%;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* ----------------------- */
 /* -----3  DATA MANAGEMENT  */
 #data-management{
     grid-template-columns: 1fr 1fr;
     gap: 32px;
     row-gap: 84px;
     max-width: 1180px;
     margin-left: auto;
     margin-right: auto;
     place-items: center;
     position: relative;
     margin-top: -1px;
     padding-bottom: 60px;
     z-index: 10;
     background: #fff;
  }
 #data-management::before{
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 50%;
     width: 100vw;
     transform: translateX(-50%);
     background: #fff;
     z-index: -1;
 }
  @media only screen and (max-width: 991px){
      #data-management{
           grid-template-columns: 1fr;
           gap: 24px;
           row-gap: 36px;
           padding-top: 3.5rem;
           padding-bottom: 2.5rem;
       }
     #data-management > :nth-child(1){
         order: 2;
     }
     #data-management > :nth-child(2){
         order: 1;
     }
     #data-management > :nth-child(3){
         order: 3;
     }
     #data-management > :nth-child(4){
         order: 4;
     }
     #data-management > :nth-child(5){
         order: 6;
     }
     #data-management > :nth-child(6){
         order: 5;
     }
     #data-management > :nth-child(7){
         order: 7;
     }
     #data-management > :nth-child(8){
         order: 8;
     }
 }
 /* is now embeded video */
 .data-mp4-video{
   display: flex;
   align-items: center;
   width: 100%;
   overflow: hidden;
   border-radius: 28px;
 }
 .data-mp4-video video{
      object-fit: cover;
      width: 100%;
      height: auto;
      border-radius: 28px;
      transform: scale(1.11);
      transform-origin: center center;
  }
 .data-image-bg, .promo-video-wrap{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
 }
 .data-image-bg iframe, .promo-video-wrap iframe{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scale(1.05);
      transform-origin: center center;
  }
.data-image-bg video::-webkit-media-controls-start-playback-button{
    display: none;
}
#promo-video{
    background: #f5f5f7;
    padding-top: 0;
    padding-bottom: 110px;
}
.promo-cards-header{
    max-width: 850px;
    margin: 0 auto 54px;
    text-align: center;
}
.promo-cards-eyebrow{
    color: #7c8496;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.promo-cards-title{
    color: #111114;
    font-family: 'Rubik', sans-serif;
    font-size: clamp(34px, 5.4vw, 64px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.02;
}
.promo-card-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    grid-template-rows: repeat(2, minmax(360px, auto)) minmax(460px, auto);
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
}
.promo-card{
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7ed;
    border-radius: 28px;
}
.promo-card-large{
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: 742px;
}
.promo-card-grid > .promo-card:nth-child(2){
    grid-column: 2;
    grid-row: 1;
}
.promo-card-grid > .promo-card:nth-child(3){
    grid-column: 2;
    grid-row: 2;
}
.promo-card-copy{
    position: relative;
    z-index: 1;
    padding: 42px 44px 18px;
}
.promo-card-kicker{
    display: block;
    color: #2463C7;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.promo-card h3{
    color: #15161a;
    font-family: 'Rubik', sans-serif;
    font-size: clamp(27px, 3vw, 42px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
    max-width: 720px;
    margin-bottom: 18px;
}
.promo-card p{
    color: #58627C;
    font-size: 19px;
    line-height: 1.55;
    max-width: 660px;
}
.promo-card a{
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    color: #7db7ff;
    font-size: 18px;
    font-weight: 700;
}
.promo-card a:hover{
    text-decoration: underline;
}
.promo-card img{
    width: 100%;
    height: 100%;
    min-height: 220px;
    margin-top: auto;
    object-fit: cover;
    object-position: center;
}
.promo-card-large img{
    flex: 1;
    min-height: 420px;
}
.promo-card-dark{
    display: grid;
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    min-height: 470px;
    background: #111114;
    border-color: #111114;
}
.promo-card-dark .promo-card-copy{
    align-self: center;
    padding-bottom: 42px;
}
.promo-card-dark img{
    min-height: 100%;
}
.promo-card-dark .promo-card-kicker{
    color: #9bc7ff;
}
.promo-card-dark h3{
    color: #ffffff;
}
.promo-card-dark p{
    color: #d7dce7;
}
@media screen and (max-width: 991px){
    .promo-card-grid{
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }
    .promo-card-grid > .promo-card,
    .promo-card-grid > .promo-card:nth-child(2),
    .promo-card-grid > .promo-card:nth-child(3),
    .promo-card-grid > .promo-card-large,
    .promo-card-grid > .promo-card-dark{
        display: flex;
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: auto;
        width: 100%;
    }
    .promo-card-dark{
        flex-direction: column;
        grid-template-columns: none;
    }
    .promo-card-large img{
        flex: none;
        min-height: 300px;
    }
    .promo-card-dark img{
        min-height: 300px;
    }
}
@media screen and (max-width: 640px){
    #promo-video{
        padding-bottom: 70px;
    }
    .promo-cards-header{
        margin-bottom: 34px;
        text-align: left;
    }
    .promo-card-copy{
        padding: 30px 28px 12px;
    }
    .promo-card p{
        font-size: 17px;
    }
    .promo-card img{
        min-height: 230px;
    }
    .promo-card-large img,
    .promo-card-dark img{
        min-height: 230px;
    }
}
#promo-video-preview{
    background: #f5f5f7;
    padding-top: 0;
    padding-bottom: 110px;
}
.promo-preview-card{
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: clamp(28px, 5vw, 64px);
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 58px);
    background: #ffffff;
    border: 1px solid #e5e7ed;
    border-radius: 28px;
    overflow: hidden;
}
.promo-preview-eyebrow{
    color: #2463C7;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.promo-preview-copy h2{
    color: #111114;
    font-family: 'Rubik', sans-serif;
    font-size: clamp(32px, 4.3vw, 56px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.03;
    margin-bottom: 22px;
}
.promo-preview-copy p:last-child{
    color: #58627C;
    font-size: 20px;
    line-height: 1.55;
}
.promo-preview-video{
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    background: #111114;
    border-radius: 24px;
}
.promo-preview-video iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 991px){
    #promo-video-preview{
        padding-top: 0;
    }
    .promo-preview-card{
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 640px){
    #promo-video-preview{
        padding-bottom: 70px;
    }
    .promo-preview-card{
        padding: 24px;
    }
    .promo-preview-copy p:last-child{
        font-size: 17px;
    }
    .promo-preview-video{
        border-radius: 20px;
    }
}
.medium-title.light-text{
    color:var(--text-color-dark);
    font-weight: bold;
}
.light-text{
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color:var(--text-color-light);
}
.data-management-info{
    /* max-width: 650px; */
    width: 100%;
}
@media screen and (max-width: 991px){
    .data-management-info{
        margin-top: -0%;
    }
}
.data-management-info a{
    margin-top: 40px;
}
.small-title{
    font-size: 18px;
    margin: 12px 0;
}
.custom-paragraph{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 28px;
}
 /* ----------------------- */
 /* ---------------- 4 FEATURES  */
 #features{
    position: relative;
    padding-bottom: 90px;
    background: #ff00cc;
    background: -moz-linear-gradient(45deg,  #ff00cc 0%, #333399 100%);
    background: -webkit-linear-gradient(45deg,  #ff00cc 0%,#333399 100%);
    background: linear-gradient(in lch,45deg,  #ff00cc 0%,#333399 100%);
    z-index: 12;
 }
 #features::after{
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 100%;
    height: 100%;
    padding-bottom: 2rem;
    background: url('../images/cricle-bg-min.png');
    background-repeat: no-repeat;
    background-size: clamp(590px, 100%, 1580px);
    background-position: center clamp(500px, 100%, 900px);
    background-blend-mode: lighten;
    opacity: 0.25;
    z-index: 1;
}
.features-big-title{
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}
.features-small-title{
    margin: 12px auto;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.features-container{
    position: relative;
    display:flex;
    justify-content: center;
    margin-top: 4rem;
    padding-bottom: 5rem;
}
@media screen and (max-width: 768px){
    .features-container{
         flex-direction: column;
    }
}
.features-column{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    z-index: 2;
    /* justify-content: space-around; */
}
.screen-column{
    max-width: 305px;
}

.screen-column .screen-inside{
    /* max-width: 340px; */
    display: block;
    width: 100%;
}
.features-column .screen-border{
    max-width: 345px;
    width: 113.1%;
}
.features-screen-background{
    position: absolute;
    top: -14px;
    left: -22px;
    width: 100%;
}
@media screen and (max-width: 768px){
    .features-column{
        text-align: center;
    }
}
.features-align-left{
    text-align: left;
}
.features-align-right{
    text-align: right;
}
.feature-item{
    color: #fff;
    margin-left: auto;
    padding: 0 clamp(12px, 10%, 30px);
}
.feature-item-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
    margin-top: 60px;
}
@media screen and (max-width: 768px){
    .feature-item-title{
        margin-top: 18px;
    }
}
.feature-item-p{
    font-size: clamp(12px,1rem, 18px);
    line-height: 26px;
}
/* ---------------- 4.1 FEATURE CARDS  */
.feature-cards-section{
    background: #f5f5f2;
    /* margin-block: 32px; */
    padding-top: 64px;
    padding-inline: 16px;
    padding-bottom: 110px;
}
.feature-cards-header{
    max-width: 850px;
    margin: 0 auto 54px;
    text-align: center;
}
.feature-cards-eyebrow{
    color: #7c8496;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.feature-cards-title{
    color: #18191d;
    font-family: 'Rubik', sans-serif;
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.04em;
}
.feature-cards-subtitle{
    max-width: 680px;
    margin: 22px auto 0;
    color: #58627C;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.55;
}
.feature-card-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
}
.feature-card{
    min-height: 260px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #e6e8ee;
    border-radius: 28px;
    color: #18191d;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.feature-card:hover{
    border-color: #cdd3df;
    transform: translateY(-4px);
}
.feature-card-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 28px;
    background: #f0f2f6;
    border-radius: 18px;
    color: #2463C7;
    font-size: 23px;
}
.feature-card h3{
    color: #17181c;
    font-family: 'Rubik', sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 14px;
}
.feature-card p{
    color: #58627C;
    font-size: 17px;
    line-height: 1.55;
}
@media screen and (max-width: 991px){
    .feature-card-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 640px){
    .feature-cards-section{
        padding-bottom: 70px;
    }
    .feature-cards-header{
        margin-bottom: 34px;
        text-align: left;
    }
    .feature-card-grid{
        grid-template-columns: 1fr;
    }
    .feature-card{
        min-height: auto;
        padding: 28px;
        border-radius: 22px;
    }
}
/* -------------------- */
/* ----------------- 5 DOWNLOAD OUR APP  */

#download-our-app{
    background-image: url('https://ordermoon.com/resources/images/abstract-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
.download-container{
    display: flex;
    align-items: center;
}
.download-container .iphone-empty{
    width: 50%;
}
.download-container .big-title{
    color: var(--text-color-light);
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}
.download-container .small-title{
    margin: 12px 0px 24px 0;
    color: var(--text-color-light);
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.download-container p{
    color: var(--text-color-light);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}
.download-links-store{
    display: flex;
    justify-content: center;
    column-gap: 12px;
    width: 100%;
    margin: 3rem 0 12px 0;
}
 /* -------------------- */
 /* ------------- 6 HOW IT WORKS  */
 #how-it-works{
    /* background: #3023ae;
    background: -moz-radial-gradient(center, ellipse cover,  #3023ae 0%, #6c3fff 28%, #c86dd7 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #3023ae 0%,#6c3fff 28%,#c86dd7 100%);
    background: radial-gradient(ellipse at center,  #3023ae 0%,#6c3fff 28%,#c86dd7 100%); */
    margin-top: -200px;
    padding-bottom: 100px;
    color: #ffffff;
    background-image: url(../images/Tutorials-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
 }
 @media only screen and (max-width: 991px){
     #how-it-works{
         margin-top: 24px;
     }
 }
 .tutorial-columns{
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
 }
 .tutorial-item{
    display: flex;
    flex-direction: column;
    width: calc(100% / 4 - 24px);
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 30px;
 }
 .tutorial-how{
     display: flex;
 }
 .tutorial-how p{
    margin: 2rem 0;
    line-height: 32px;
 }
 .tutorial-info{
     margin-top: 18px;
 }
@media only screen and (max-width: 991px){
    .tutorial-columns{
        justify-content: center;
    }
    .tutorial-item{
        width: calc(75% - 24px)
    }
}
@media screen and (max-width: 768px){
    .tutorial-item{
        width: calc(100% - 24px);
    }
}
/* -------------------------------- */
/* extra new section */
#gallery img {
	width: 100%;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 1000ms;
}

#gallery ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
	max-width: 100%;
	width: 70rem;
}

#gallery figure {
	margin: 0;
	position: relative;
	overflow: hidden;
}

#gallery figure::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	background: rgba(0, 0, 0, 0.5);
	transform-origin: center;
	opacity: 0;
	transform: scale(2);
	transition: opacity 300ms;
}

#gallery figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	place-items: center;
	text-align: center;
	padding: 1rem;
	color: white;
	font-size: 1.2rem;
	z-index: 1;
	opacity: 0;
	transition: opacity 600ms, transform 600ms;
}

#gallery a:is(:hover, :focus) figure::after {
	opacity: 1;
}

#gallery a:is(:hover, :focus) figcaption {
	opacity: 1;
	transition: opacity 600ms;
}
@media screen and (max-width: 768px){
    #gallery ul {
        width: 100%;
    }
}
/* ------------ 7 What we offer  */
.offer-section{
    background: transparent;
    padding-bottom: 110px;
}
.offer-section-header{
    max-width: 980px;
    margin: 0 auto 54px;
}
.offer-section-eyebrow{
    color: #6e6e73;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.offer-section-header h2{
    max-width: 860px;
    color: #1d1d1f;
    font-family: 'Rubik', sans-serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.02;
    margin-bottom: 24px;
}
.offer-section-header p{
    max-width: 720px;
    color: #6e6e73;
    font-size: clamp(19px, 2.4vw, 24px);
    line-height: 1.42;
}
.offer-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
}
.offer-card{
    display: flex;
    flex-direction: column;
    min-height: 560px;
    padding: clamp(30px, 5vw, 56px);
    background: #ff00cc;
    background: -moz-linear-gradient(45deg,  #ff00cc 0%, #333399 100%);
    background: -webkit-linear-gradient(45deg,  #ff00cc 0%,#333399 100%);
    background: linear-gradient(45deg,  #ff00cc 0%,#333399 100%);
    border: 0;
    border-radius: 28px;
    text-align: left;
}
.offer-card:nth-child(1){
    padding-top: clamp(38px, 5.8vw, 68px);
}
.offer-card h3{
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
    margin-bottom: 30px;
}
.offer-card ul{
    margin-top: 0;
}
.offer-card li{
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 30px;
    padding: 0 0 0 42px;
    border-top: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.45;
}
.offer-card li::before{
    content: '\2713';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}
@media screen and (max-width: 991px){
    .offer-grid{
        grid-template-columns: 1fr;
    }
    .offer-card{
        min-height: auto;
    }
}
@media screen and (max-width: 640px){
    .offer-section{
        padding-bottom: 70px;
    }
    .offer-section-header{
        margin-bottom: 34px;
    }
    .offer-card{
        padding: 28px;
        border-radius: 22px;
    }
    .offer-card li{
        font-size: 16px;
    }
}
/* ------------ 7.1 Basic pricing  */
.pricing-basic-section{
    background: transparent;
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 110px;
}
.pricing-basic-card{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 28px;
    max-width: 560px;
    margin: 0 auto;
    padding: clamp(34px, 5vw, 64px);
    background: #ffffff;
    border: 1px solid #e5e7ed;
    border-radius: 28px;
}
.pricing-basic-eyebrow{
    color: #6e6e73;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.pricing-basic-card h2{
    color: #1d1d1f;
    font-family: 'Rubik', sans-serif;
    font-size: clamp(38px, 5.4vw, 65px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1;
    margin-bottom: 18px;
}
.pricing-basic-note{
    max-width: 420px;
    color: #6e6e73;
    font-size: 13px;
    line-height: 1.5;
}
.pricing-basic-action{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
}
.pricing-basic-price{
    color: #1d1d1f;
    font-family: 'Rubik', sans-serif;
    line-height: 1;
}
.pricing-basic-price span{
    font-size: clamp(47px, 6.3vw, 77px);
    font-weight: 700;
    letter-spacing: -0.055em;
}
.pricing-contact-btn{
    padding: 15px 28px;
    background: #2463C7;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
}
.pricing-contact-btn:hover{
    background: #184fa6;
}
@media screen and (max-width: 768px){
    .pricing-basic-card{
        grid-template-columns: 1fr;
    }
    .pricing-basic-action{
        align-items: flex-start;
        text-align: left;
    }
}
@media screen and (max-width: 640px){
    .pricing-basic-section{
        padding-bottom: 70px;
    }
    .pricing-basic-card{
        padding: 28px;
        border-radius: 22px;
    }
}
/* ------------ 7 Plan choices  */
#plans{
    /* put this section above the rest */
    z-index: 3;
}
 .plans-big-title{
    color: var(--text-color-light);
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;

 }
 .plans-small-text{
    color: var(--text-color-light);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
 }
.plan-choices-container{
    margin-top: 60px;
    margin-bottom: 60px;
}
.plan-choices{
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 24px;
}
@media only screen and (max-width: 768px){
    .plan-choices{
        flex-direction: column;
    }
}
.plan-option{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 290px;
    padding: 20px 18px;
    background-color: #fff;;
    border: solid 1px var(--very-light-color);
    border-radius: 5px;
    transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 768px){
    .plan-option{
        width: 100%;
        flex-grow: 1;
    }
}
.plan-option:hover{
    transform: scale(1.2);
    box-shadow: 0px 0px 5px 5px var(--very-light-color);
    z-index: 9;
}
.label-star{
    position: absolute;
    top:0;
    right: 0;
    padding: 6px;
}
.label-star::before, .label-star::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}
.label-star::before{
    border-width: 1.5em;
    border-right-color: #F5A623;
    border-top-color: #F5A623;
    border-radius: 6px;
}
.label-star::after{
    border-radius: 0.4em;
    border-width: 1.35em;
    border-right-color: #F5A623;
    border-top-color: #F5A623;
}
.label-star i{
    position: relative;
    color: #EFFF5B;
    font-size: 14px;
    z-index: 10;
}
.plan-type{
    font-size: 18px;
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: var(--text-color-light);
}
.plan-price{
    color: var(--text-color-blue);
    font-size: 39px;
    font-weight: regular;
}
.plan-price .smaller{
    font-size: 24px;
}
.plan-price .slash{
    color: var(--border-color);
}
.plan-price .per-month{
    color: var(--text-color-light);
}
.gray-line{
    max-width: 320px;
    width: 98%;
    height: 2px;
    margin: 8px auto 26px auto;
    border-top: solid 2px var(--very-light-color);
}
.plan-includes{
    font-size: 18px;
    color: var(--text-color-light);
}
.options-list{
    margin-top: 24px;
}
.options-list::before {
    content: "\2022";
    color: #6DC66A;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.options-list.not-included::before{
    content: '';
    color: var(--disabled-color);
}
.not-included{
    color: var(--disabled-color);
}
.plan-option a{
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
}
.support{
    display: flex;
    justify-content: center;
    column-gap: 24px;
    margin-top: 46px;
}
.support p{
    color: var(--text-color-light);
    font-size: 18px;
    font-weight: 500;
}
.support a{
    color: var(--text-color-blue);
}
.support a i{
    transform: rotate(-35deg);
}
/* ---------------------- */
/* ------------- 8 NEWSLETTER  */
#subscribe-form{
    display: flex;
}
.input-wrap{
    height: 58px;
    max-width: 820px;
    width: calc(100% - 12px);
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
    margin-top: 60px;
    border-radius: 8px;
}
#email-sub, .email-field{
    appearance: none;
    border: none;
    height: 100%;
    width: 90%;
    margin-right: -8px;
    padding: 2px 6px;
    color: var(--text-color-light);

    background: #E8EDFA;
    border-radius: 8px;
}
.subscribe-btn{
    color: #fff;
    background-color: var(--main-button-color);
    border-radius: 8px;
    padding: 10px 34px;
    border: none;
    white-space: nowrap;
}
@media only screen and (max-width: 991px){
    .subscribe-btn{
        font-size: 12px;
        padding: 5px 20px;
    }
}
/* ------------------------- */

.pre-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    width: 100%;
    background-color: var(--very-light-color-second);
}
.pre-footer p{
    margin-right: 24px;
    /* margin-bottom: 24px; */
}
@media screen and (max-width: 768px){
    .pre-footer{
        flex-direction: column;
        padding: 12px;
        text-align: center;
    }
    .pre-footer p{
        margin-bottom: 24px;
    }

}
/* ---------------- FAQ MODULE  */
.module-faq-1{
    background: #ffffff;
    padding-bottom: 110px;
}
.faq-module-inner{
    max-width: 980px;
    margin: 0 auto;
}
.faq-module-header{
    margin-bottom: 54px;
}
.faq-module-eyebrow{
    color: #6e6e73;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.faq-module-header h2{
    color: #1d1d1f;
    font-family: 'Rubik', sans-serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.02;
    margin-bottom: 24px;
}
.faq-module-header p{
    max-width: 780px;
    color: #6e6e73;
    font-size: clamp(19px, 2.4vw, 24px);
    line-height: 1.42;
}
.faq-list{
    border-top: 1px solid #d2d2d7;
}
.faq-item{
    border-bottom: 1px solid #d2d2d7;
}
.faq-item summary{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 82px;
    padding: 25px 56px 25px 0;
    color: #1d1d1f;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    font-size: clamp(21px, 2.2vw, 28px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.2;
    list-style: none;
}
.faq-item summary::-webkit-details-marker{
    display: none;
}
.faq-item summary::after{
    content: '+';
    position: absolute;
    top: 50%;
    right: 8px;
    color: #6e6e73;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}
.faq-item[open] summary::after{
    transform: translateY(-50%) rotate(45deg);
}
.faq-answer{
    max-width: 820px;
    padding: 0 56px 30px 0;
}
.faq-answer p{
    color: #424245;
    font-size: 19px;
    line-height: 1.58;
}
@media screen and (max-width: 640px){
    .module-faq-1{
        padding-bottom: 70px;
    }
    .faq-module-header{
        margin-bottom: 34px;
    }
    .faq-item summary{
        min-height: 72px;
        padding-right: 42px;
    }
    .faq-item summary::after{
        right: 0;
        font-size: 30px;
    }
    .faq-answer{
        padding-right: 0;
    }
    .faq-answer p{
        font-size: 17px;
    }
}
 /* FOOTER  */
#footer{
    padding: 2rem clamp(12px, 2%, 3rem);
    background-image: url(../images/footer-bg.jpg);
    background-color: var(--main-color);
    background-position: center;
    background-size: cover;
    background-blend-mode: color-burn;
}
.footer-wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 768px;
    margin: 0 auto;
}

.footer-moon {
    max-width: 270px;
    color: var(--text-color-mild);
}
.footer-moon p{
    color: var(--text-color-mild);
    font-size: 14px;
    line-height: 28px;
}
.footer-moon-logo-wrap{
    display: flex;
    align-items: center;
}
.footer-moon-logo-wrap .logo{
    height: 80px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}
.footer-moon-text{
    color: var(--text-color-dark);
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 34px;
    margin-left: 12px;
}
.footer-navigation{
    margin-left: auto;
    /* margin: 0 auto; */
}
.footer-nav-column{
    margin-left: auto;
    text-align: center;
}

@media screen and (max-width: 768px){
    .footer-wrap{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-navigation{
        margin-top: 24px;
        margin-left: 0;
    }
}
.nav-list{
    list-style: none;
}
.nav-title{
    position: relative;
    margin-top: 20px;
    color: var(--text-color-dark);
    font-weight: 500;
}
.get-in-touch:before{
    content: "";
    position: absolute;
    top: -20px;
    width: 100%;
    height: 3px;
    background: #fb499c;
    background: -moz-linear-gradient(top,  #fb499c 0%, #f52362 100%);
    background: -webkit-linear-gradient(top,  #fb499c 0%,#f52362 100%);
    background: linear-gradient(to bottom,  #fb499c 0%,#f52362 100%);


}
.footer-link{
    margin-top: 14px;
    color: var(--text-color-mild);
    font-size: 14px;
}
 /* GENERAL MEDIA QUERRY / GENERAL STYLES */


 .w-100{
     width: 100%;
 }

 @media only screen and (max-width: 991px){
     .d-md-none{
         display: none;
     }
 }
 @media screen and (max-width: 768px){
     .d-sm-none{
         display: none;
     }
 }
 button{
    font-size:18px;
 }



 /* modal box */
 #sign-up-form{
    position: fixed;
    top: 20%;
    left: 50%;
    width: 100%;
    max-width: 375px;
    /* height: 80vh;
    height: 80dvh; */
    display: grid;
    place-content: center;
    visibility: hidden;
    opacity: 0;
    z-index: 221;
    transition: all ease-in-out 0.2s;
    transform: translate(-50%, -20%);
}
#sign-up-form.open-modal{
    visibility: visible;
    opacity: 1;
}
.modal-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 220;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.2s;
}
.modal-overlay.show-overlay{
    opacity: 1;
    visibility: visible;
}
#send-phone{
    column-gap: 12px;
    align-items: center;
}
.modal-body{
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    padding: 16px;
    padding-bottom: 48px;
    border-radius: 8px;
}
.close-modal{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    margin-left: auto;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.form-control{
    position: relative;
}
.form-control small{
    position: absolute;
    bottom: -18px;
    left: 0;
    color: #979797;
}
.form-control input[type='tel']{
    border: none;
    appearance: none;
    /* // */
    position: relative;
    display: flex;
    width: 100%;
    height: 36px;
    border: 1px solid #C58DDC;
    border-radius: 8px;
    /* padding: 0; */
    margin: 18px auto; /* remove huge margin */
    padding: 10px 12px;
    font-family: 'Rubik',sans-serif;
    font-size: 20px;
    border-radius: 8px;
}
.modal-title{
    margin: 18px auto;
    margin-top: 0;
    text-align: center;
    width: 80%;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}
.modal-submit, .contact-me{
    border: none;
    appearance: none;
    padding: 8px 10px;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(45deg,  #ff00cc 0%,#333399 100%);
    background: linear-gradient(in lch, 45deg,  #ff00cc 0%,#333399 100%);
}
/* new contact me button */
.contact-me{
    border-radius: 30px;
    padding: 12px 18px;
}
/* loader css  */
.loader {
    width: 70px;
    height: 35px;
    bottom: -49px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
    /* background: linear-gradient(45deg,  #ff00cc 0%,#333399 100%);
    background: linear-gradient(in lch, 45deg,  #ff00cc 0%,#333399 100%); */
  }
  .loader:before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    border: 5px solid #0000;
    border-color: #000 #000 #0000 #0000;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotate 3s ease-in-out infinite;
    transform: rotate(-200deg);
  }
  @keyframes rotate {
    0% {
      border-width: 10px;
    }
    25% {
      border-width: 3px;
    }
    50% {
      transform: rotate(115deg);
      border-width: 10px;
    }
    75% {
      border-width: 3px;
    }
    100% {
      border-width: 10px;
    }
  }
