@font-face {
    font-family: myFirstFont;
    src: url(Gilroy-Light.otf);
}


body {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #1d1d1d;
    z-index: 1;
}

.mc-logo__logo-title {
    color: #fff;
    font-size: 20px;
    z-index: 9;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
}

.nav1__link {
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.nav-1 {
    height: 70px;
    background-color: #2C2F33 !important;
    display: flex;
    align-items: center;
    z-index: 666;
}

.nav1__link--active {
    color: #ffffff !important;
    border-color: #1f71ec;
    width: fit-content;
}

.nav-link {
    color: #ffffff !important;
}

header, .view_mode {
    /* background: url(../images/Home1.jpg) no-repeat; */
    /* height: 80vh; */
    /* background-size: 100vw 82vh; */
    background-color: #1d1d1d;
    position: relative;
}

/*header::before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 106vh;*/
/*   */
/*    content: "";*/
/*}*/

img.img-fluid.phones {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55vw;
}

.price-pro {
    color: #fff;
    /* position: absolute; */
    /* transform: translate(-50%, -50%); */
    /* left: 50%; */
    /* top: 50%; */
    max-width: 450px;
    padding: 30px 19px 30px;
    background: rgba(51, 51, 51, .89);
    border: 1px solid #1f71ec;
    margin: 20px auto;
    z-index: 1;
    display: block;
    width: 500px;
}

.pricing__title {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
    z-index: 5555555;
}


.pricing__features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing__feature {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    padding-left: 30px;
    color: #fff;
}

.pricing__features li:before {
    content: "\2022";
    color: #1f71ec;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.price-pro li.list-inline-item {
    /* padding: 5px 18px 5px; */
    /* border: 1px solid #1f71ec; */
    /* position: relative; */
    /* margin: 6px 9px; */
}

.store {
    display: inline-block;
    width: 160px;
    height: 50px;
    /* margin-left: 10px; */
    margin-right: 10px;
    margin-bottom: 10px;
}

.store__icon {
    width: 100%;
    height: 100%;
}


div#navbarSupportedContent {
    /* background: #858b8f; */
    z-index: 555;
}

.money {
    display: flex;
}

.price-pro li.list-inline-item .card {
    border: 1px solid #1f71ec;
    background: transparent;
    width: 120px;
    margin-top: 10px;
}

.price-pro li.list-inline-item .card-header {
    background: #1f71ec;
    height: 40px;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    padding: 10px 5px;
}

.price-pro li.list-inline-item .card-body {
    background: transparent;
    padding: 19px;
}

img.img-fluid.logo {
    width: 80px;
    margin-right: 10px;
}

img.img-fluid.globus {
    width: 20px;
    left: 10px;
}

header h2 {
    color: #fff;
    margin-top: 50px;
    font-family: myFirstFont, sans-serif;
}

header p {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    font-family: myFirstFont, sans-serif;
}

img.img-fluid.bg-1 {
    margin-top: 100px;
}

.about-app__title {
    font-weight: 300;
    font-size: 35px;
    line-height: 56px;
    letter-spacing: .025em;
    margin-bottom: 30px;
    margin-top: 100px;
}

.about-app__sub-title {
    font-weight: 200;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .025em;
}

.about-app__sub-title, .about-app__title {
    text-align: center;
    color: #1d1d1d;
}

.about-app ul {
    margin-top: 50px;
}


.about-app ul.text-right li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #222729;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.about-app ul.text-right li {
    position: relative;
    list-style: none;
    padding-right: 30px;
}


.about-app ul.text-left li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #222729;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.about-app ul li.active::before {
    background-color: #1f71ec;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.about-app ul.text-left li {
    position: relative;
    list-style: none;
    padding-left: 30px;
}

.about-app ul li:not(:last-child) {
    margin-bottom: 60px;
}

img.ios_phone {
    position: absolute;
    z-index: -1;
    width: 300px;
    height: 598px;
}

.phone {
    position: relative;
    background-image: url('../images/Android/0.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 300px;
    height: 600px;
    margin: 50px auto;
}

.phone__body {
    /*position: absolute;*/
    /*top: 49%;*/
    /*left: 50%;*/
    /*width: 88%;*/
    /*height: 92%;*/
    /*overflow: hidden;*/
    /*border-radius: 12px;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    /*margin-top: -6px;*/

    position: absolute;
    top: 48.8%;
    left: 50%;
    width: 91%;
    height: 94.5%;
    overflow: hidden;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    margin-top: -6px;
    padding: 6px;
}

.phone__screen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 5px auto;
    display: block;
}

section#filterOptions {
    padding-bottom: 50px;
}


section#filterOptions a {
    color: black;
}


section#filterOptions li.active a {
    color: #1f71ec;
}

.blue {
    width: 100%;
    height: 10px;
    background: #2b56c6;
}


.pink {
    width: 100%;
    height: 10px;
    background: #FE5379;
}

img.img-fluid.bg-2 {
    margin-top: -100px;
}

.phone_2 {
    position: relative;
    background-image: url('../images/Android/0.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 300px;
    height: 600px;
    margin-top: 50px;
    margin: 50px auto;
}


.view-mode__desc, .view-mode__title {
    letter-spacing: 1px;
    color: #ccc;
}

.view-mode__title {
    font-weight: 300;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #ccc;
}

.view-mode__desc {
    font-weight: 200;
    font-size: 20px;
    line-height: 28px;
}

section#filterOptions_2 ul {
    padding: 15px;
}

section#filterOptions_2 li {
    position: relative;
    margin-left: 20px;
}

#filterOptions_2 ul li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #cccccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#filterOptions_2 ul li.active::before {
    background-color: #1f71ec;
}


#filterOptions_2 ul li.active a {
    color: #1f71ec;
}


#filterOptions_2 ul li a {
    color: #fff;
}

.video_block {
    padding-bottom: 100px;
}

.btn_watch {
    color: #fff;
    border: 1px solid #ddd;
    padding: 9px 12px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.btn_watch:hover {
    color: #858b8f;
}

button.btn.btn_watch span {
    margin-left: 5px;
}

.btn_watch {
    visibility: hidden;
}

@media only screen and (max-width: 469px) {
    .price-pro {
        position: relative;
        transform: unset;
        left: 0;
        top: 15px;
        max-width: unset;
        width: unset;
    }


    .money {
        display: inline-block;
    }
}

@media only screen and (max-width: 992px) {

    div#navbarSupportedContent {
        background: rgb(44, 47, 51);
        z-index: 555;
        width: 100vw;
        position: absolute;
        top: 70px;
        left: 0;
    }

    img.img-fluid.phones {
        position: unset;
        width: 80vw;
        display: block;
        margin: 20px auto -20px;
    }

    img.img-fluid.bg-1 {
        margin-top: unset;
    }

}


#contact {
    background-color: #383b40;
    height: 100%;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.edr:visited {
    text-decoration: none;
    color: white;
}

#serd {
    font-size: 12px;
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

#serdo {
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.edr, .edr:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;
}
#serd {
    font-size: 12px;
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
}
