:root {
    --white: #ffffff;
    --black: #000000;
    --bg-white: #f4f4f4;
    --statics_number: #ff6701;
    --statics_text: #828282;
    --green_color: #ffc244;
    --black2: #484848;
    --bg2: #eaeaea;
    --blue: #2a3a92;
    --blue2: #1ba8e5;
    --grey: #bdaeb1;
    --font-10: 10px;
    --font-11: 11px;
    --font-12: 12px;
    --font-13: 13px;
    --font-14: 14px;
    --font-15: 15px;
    --font-16: 16px;
    --font-17: 17px;
    --font-18: 18px;
    --font-19: 19px;
    --font-20: 20px;
    --font-22: 22px;
    --font-24: 24px;
    --font-30: 30px;
    --font-35: 35px;
    --font-40: 40px;
    --font-45: 45px;
    --font-50: 50px;
}


/* classes for fonts  */

.font-10 {
    font-size: var(--font-10) !important;
}

.font-11 {
    font-size: var(--font-11) !important;
}

.font-12 {
    font-size: var(--font-12) !important;
}

.font-13 {
    font-size: var(--font-13) !important;
}

.font-14 {
    font-size: var(--font-14) !important;
}

.font-15 {
    font-size: var(--font-15) !important;
}

.font-16 {
    font-size: var(--font-16) !important;
}

.font-17 {
    font-size: var(--font-17) !important;
}

.font-18 {
    font-size: var(--font-18) !important;
}

.font-19 {
    font-size: var(--font-19) !important;
}

.font-20 {
    font-size: var(--font-20) !important;
}

.font-24 {
    font-size: var(--font-24) !important;
}

.font-30 {
    font-size: var(--font-30) !important;
}

.font-35 {
    font-size: var(--font-35) !important;
}

.font-40 {
    font-size: var(--font-40) !important;
}

.font-45 {
    font-size: var(--font-45) !important;
}

.font-50 {
    font-size: var(--font-50) !important;
}

.font-12em {
    font-size: 12em !important;
}

.fb-700 {
    font-weight: 700;
}

.fb-500 {
    font-weight: 500;
}


/* class for colors */

.color-white {
    color: var(--white) !important;
}

.color-black {
    color: var(--black) !important;
}

.color-bg-white {
    color: var(--bg-white) !important;
}

.color-black2 {
    color: var(--black2) !important;
}

.color-blue {
    color: var(--blue) !important;
}

.color-grey {
    color: var(--grey) !important;
}

.color-yellow {
    color: #fcee21;
}

.color-red {
    color: red;
}

.rounded-50 {
    border-radius: 50px;
}

.border-10 {
    border-radius: 10px !important;
}

.border_bt {
    border-top: 4px solid black;
    border-bottom: 4px solid black;
}

.rounded-pill {
    border-radius: 50rem !important;
}


/* class for background colors */

.bg-bg2 {
    background-color: var(--bg2);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-nav {
    background-image: linear-gradient(to right, #8145c9, #c673cf);
}

.bg-blue2 {
    background-color: var(--blue2);
}


/* features */

.rounded-10 {
    border-radius: 2rem;
    height: 320px;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Serif&display=swap');
@font-face {
    font-family: j9_Medium;
    src: url('../fonts/j9_Medium.ttf');
}

@font-face {
    font-family: j9_bold;
    src: url('../fonts/j9_bold.ttf');
}

@font-face {
    font-family: j9_light;
    src: url('../fonts/j9_light.ttf');
}

@font-face {
    font-family: j9_Regular;
    src: url('../fonts/j9_Regular.ttf');
}

@font-face {
    font-family: MyriadPro_Regular;
    src: url('../fonts/MyriadPro-Regular.otf');
}

.font-j9_Medium {
    font-family: j9_Medium;
}

.font-j9_bold {
    font-family: j9_bold;
}

.font-j9_light {
    font-family: j9_light;
}

.font-j9_Regular {
    font-family: j9_Regular;
}

.font-MyriadPro_Regular {
    font-family: MyriadPro_Regular;
}

body {
    font-family: j9_Regular;
    background-color: var(--bg-white);
    color: var(--white);
}


/* header */

.border-bottom {
    border-bottom: 2px solid white;
    margin-bottom: 1.5rem !important;
}

.headerBg {
    background: #904cca url("../images/header-bg.jpg") no-repeat center;
    background-size: cover;
    background-position: bottom;
    height: 700px;
}

.header,
.header .navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    color: var(--white);
}

.fixed-top .container {
    /* padding-left: 2rem !important;
    padding-right: 2rem !important; */
}

.btn-header {
    background-color: var(--green_color);
    color: var(--black);
    padding: 7px 20px 5px 20px;
    font-family: j9_Medium;
}

.nav-btn {
    border: 2px solid;
    padding: 0px 12px 0px 12px;
    font-family: j9_bold;
}

a {
    text-decoration: none !important;
}

.navbar-brand img {
    width: 200px;
}

.closebtn {
    position: absolute;
    top: 0.2rem;
    right: 1rem;
    font-size: 30px;
}


/* statics */


/* .staticsBg {
    background: #904cca url("../images/timer.png") no-repeat center;
    background-size: cover;
} */

.statics_number {
    color: var(--statics_number);
    font-size: 40px;
    font-family: j9_bold;
}

.statics_text {
    color: var(--statics_text);
    font-size: 18px;
    font-family: j9_Medium;
}


/* video */

.videoBG {
    background: #904cca url("../images/video-bg.jpg") no-repeat center;
    background-size: cover;
    background-position: top;
}

.video_div {
    background-color: var(--green_color);
    color: var(--black);
    padding: 30px 50px 30px 50px;
    border-radius: 4rem;
}

.video_text {
    font-size: var(--font-50);
}

.videoBG {
    position: relative;
    z-index: 2;
}

.videoBG::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 103% 100% 0% 0%;
    width: 100%;
    height: 34px;
    background-color: var(--bg-white);
    right: 0px;
    bottom: 0px;
    z-index: 3;
}


/* dashboard */

.dashboardBG {
    background-color: var(--bg2);
    z-index: 4;
    border-radius: 11% 11% 50px 50px;
    position: relative;
    top: -32px;
    /* padding-top: 11rem; */
    padding: 3rem 3rem 2rem 3rem;
}

.dashboard0-img {
    position: absolute;
    /* bottom: -6rem; */
}

.dashboard1-img {
    position: absolute;
    bottom: -4rem;
    left: 2rem;
}

.btn-dashboard {
    background-image: url('../images/button.png');
    padding: 1rem;
    border-radius: 1rem;
    color: var(--black);
    font-family: j9_bold;
}

.dashboard-container {
    position: relative;
}


/* mobile  */

.mobileBG {
    background-color: var(--bg2);
    border-radius: 50px 50px 0px 0px;
}

.mobileIMG {
    position: absolute;
    left: 5rem;
}

.btn-mobile {
    background-image: url('../images/button.png');
    background-image: linear-gradient(to right, #e29326, #fcee21);
    padding: 1rem;
    border-radius: 1rem;
    border: 2px solid var(--black);
    color: var(--black);
    font-family: j9_Medium;
    position: relative;
    top: -3.5rem;
    font-size: var(--font-50);
}

.border-0 {
    border: 0px;
}

.width-65 {
    width: 65%;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    padding: 0px 10px !important;
}


/* forms */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #77787b !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #77787b !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #77787b !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #77787b !important;
}

.form-input {
    background-color: #f2f7fd;
    border: none;
    border-radius: 10px;
    height: 50px;
    /*font-family: 'j9_Medium';*/
    font-size: 14px;
    color: black !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--blue2) !important;
}

.custom-checkbox .custom-control-input:checked:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem var(--blue)
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem var(--blue)
}

.custom-checkbox .custom-control-input:active~.custom-control-label::before {
    background-color: var(--blue);
}

.custom-control-label::before {
    left: 0rem !important;
}

.custom-control-label::after {
    left: 0rem !important;
}

.countryCode {
    max-width: 150px;
}

.iti__country-list {
    /* width: 450px; */
    color: black !important;
    overflow-x: hidden;
    text-align: initial;
}

.iti {
    width: 100%;
    direction: initial;
}


/* footer */

.footerBG {
    background: url("../images/footer-bg-new.png") no-repeat center;
    background-size: cover;
    background-position: top;
}

.customNavigation {
    text-align: center;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: 10px;
    left: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: 10px;
    right: auto;
}

.swiper-button-next:after {
    content: '';
    padding: 14px -10px 29px 13px;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-right: 40px solid var(--blue);
}

.swiper-button-prev:after {
    content: '';
    padding: 14px -10px 29px 13px;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 40px solid var(--blue);
}

.cursor-pointer {
    cursor: pointer;
}

.messenger {
    position: fixed;
    z-index: 100;
    bottom: 50px;
    left: 100px;
}

.phoneNumber {
    color: var(--black) !important;
}

.phoneNumber:hover {
    text-decoration: underline !important;
}

#ToTop {
    position: fixed;
    z-index: 100;
    bottom: 50px;
    right: 100px;
}

.overlay,
.sideMenu {
    position: fixed;
    bottom: 0
}


/* #header-content {
    padding-top: 100px;
} */

.overlay {
    top: 0px;
    left: -100%;
    right: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    z-index: 998;
    transition: all ease 0.2s
}

.overlay.open {
    left: 0;
    right: 0
}

.sidebarNavigation {
    margin-bottom: 0;
    z-index: 999;
    justify-content: flex-start
}

.sidebarNavigation .leftNavbarToggler {
    margin-right: 10px;
    order: -1
}

.sideMenu {
    left: -100%;
    top: 0px;
    transition: all ease 0.5s;
    overflow: hidden;
    width: 100%;
    z-index: 999;
    max-width: 80%;
    margin-bottom: 0;
    padding: 1rem
}

.sideMenu.open {
    left: 0;
    display: block;
    overflow-y: auto
}

.sideMenu ul {
    margin: 0;
    padding: 0 15px
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250,232,33, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(251 233 32);
    background-color: #b665ce;
}

.custom-toggler.navbar-toggler:hover,
.custom-toggler.navbar-toggler:focus,
.custom-toggler.navbar-toggler:active {
    background-color: #b665ce;
}

.headerBg,
.videoBG,
.footerBG {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.header,
.video,
.footer {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

body {
    /* padding-top: 170px !important; */
}

.social_icons {
    width: 50px;
}

#navbarSupportedContent {
    height: auto !important;
}


/* Responsive */

@media (min-width: 1024px) and (max-width: 1280px) {
    /*  */
}

@media (min-width: 961px) and (max-width: 1024px) {
    /*  */
}


/* ipad */

@media (min-width: 768px) and (max-width: 1024px) {}

@media (max-width: 767px) {
    /* classes for fonts  */
    .font-10 {
        font-size: var(--font-10) !important;
    }
    .font-11 {
        font-size: var(--font-11) !important;
    }
    .font-12 {
        font-size: var(--font-10) !important;
    }
    .font-13 {
        font-size: var(--font-11) !important;
    }
    .font-14 {
        font-size: var(--font-12) !important;
    }
    .font-15 {
        font-size: var(--font-13) !important;
    }
    .font-16 {
        font-size: var(--font-14) !important;
    }
    .font-17 {
        font-size: var(--font-15) !important;
    }
    .font-18 {
        font-size: var(--font-16) !important;
    }
    .font-19 {
        font-size: var(--font-17) !important;
    }
    .font-20 {
        font-size: var(--font-18) !important;
    }
    .font-24 {
        font-size: var(--font-20) !important;
    }
    .font-30 {
        font-size: var(--font-23) !important;
    }
    .font-35 {
        font-size: var(--font-20) !important;
    }
    .font-40 {
        font-size: var(--font-22) !important;
    }
    .font-45 {
        font-size: var(--font-24) !important;
    }
    .font-50 {
        font-size: var(--font-35) !important;
    }
    .font-12em {
        font-size: 10em !important;
    }
    .headerBg {
        height: auto;
    }
    .dashboard1-img,
    .dashboard1-img,
    .mobileIMG {
        position: relative;
    }
    .dashboard0-img {
        position: relative;
        bottom: -2rem;
    }
    .btn-mobile {
        font-size: var(--font-14);
        top: -2rem;
    }
    h1 {
        font-size: var(--font-25);
    }
    .video_text {
        font-size: var(--font-25);
    }
    .dashboardBG {
        padding: 2rem 1rem 3rem 1rem;
    }
    .mobileIMG {
        left: auto;
    }
    .messenger {
        left: auto;
        right: auto;
    }
    #ToTop {
        left: auto;
        right: 0px;
    }
    .navbar-brand img {
        width: 150px !important;
    }
    .social_icons {
        width: 40px;
    }
    h2 {
        font-size: 1.3rem;
    }
}

@media (min-width: 320px) and (max-width: 480px) {}