@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;
    overflow-x: hidden;
}
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;
}
@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: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;
    padding: 12px 4rem;
    background-color: var(--button-color);
    transition: all ease-in-out 0.2s;
}
@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{
    width: 70%;
}
.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;
}
.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-weight: 400;
    z-index: 2;
}
.nav-link.btn-primary{
    position: relative;
    padding: 10px 22px !important;
}
/* 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);
    }
}
.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);
}
.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: 340px;
    margin: 0 auto;
}
@media screen and (max-width: 576px){
    #app-screen-section{
        max-width: 280px;
    }
}
.slider-app{
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: -90px;
    /* background-image: url(../images/iPhone_Screen.png); */
}
@media screen and (max-width: 768px){
    .slider-app{
        margin-bottom: 10px;
    }
}

.phone-screen-background{
    position: absolute;
    top: -14px;
    left: -23px;
    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: -16px;
        left: -19px;
    }
}
.phone-screen-background img{
    width: 110%;
}
@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: 16px;
     place-items: center;
     position: relative;
     margin-top: -1px;
     padding-bottom: 60px;
     z-index: 10;
 }
 @media only screen and (max-width: 991px){
     #data-management{
         grid-template-columns: 1fr;
         padding-top: 3.5rem;
         padding-bottom: 2.5rem;
     }
 }
 /* is now embeded video */
 .data-image-bg, .promo-video-wrap{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    overflow: hidden;
 }
 .data-image-bg iframe, .promo-video-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }
.medium-title.light-text{
    color:var(--text-color-dark);
    font-weight: bold;
}
.light-text{
    font-family: 'Lato', 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;
}
/* -------------------- */
/* ----------------- 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;
	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 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-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;
    }

}
 /* 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{
    width: 100%;
}
.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;
}
@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{
    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%);
}
/* 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;
    }
  }
