.bg_color_1 {
    background-color: #0F388F;
}

.border-form-input {
    border: 1px solid #0B79E8;
}

.bg_color_3 {
    background-image: linear-gradient(to top, #0B79E8, #0F388F);
}

.f_color_1 {
    color: #0F388F;
}

.f_color_2 {
    color: #0B79E8;
}

.f_color_3 {
    color: #0a6dd1;
}

.togglemenu {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.5s;
}

.togglemenu span {
    width: 20px;
    height: 5px;
    background-color: #0F388F;
    margin: 2px;
    border-radius: 10px;
    transition: all 0.5s;
}

.tog-active span:nth-child(1) {
    transform: translate(100px);
    transition: all 0.5s;
}

.tog-active span:nth-child(2) {
    transform: translate(0px, 0px) rotate(45deg);
    transition: all 0.5s;
}

.tog-active span:nth-child(3) {
    transform: translate(0px, -9px) rotate(-45deg);
    transition: all 0.5s;
}

.transparent {
    /* color: transparent; */
    background-color: sf;
}

.pdg-5 {
    padding: 10px;
}

.bor-bottom {
    border: 1px solid transparent;
    border-bottom-color: #879bc7;
}

.c-start {
    border: 1px solid #879bc7;
    display: block;
    transition: all 0.5s;
}

.c-start:hover {
    background-color: #0B79E8;
    border: none;
    transition: all 0.5s;
}

.c-border {
    border: 1px solid #879bc7;
    display: block;
    transition: all 0.5s;
}

.c-border:hover {
    background-color: #0B79E8;
    border: none;
    transition: all 0.5s;
}


.menu {
    position: fixed;
    z-index: 1000;
}

.c-start2 {
    display: none;
}

.slider-main {
    background: url('../images/slider_img.png');
    height: 800px;
    width: 150%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.logo {
    width: 20%;
}

.submenu {
    margin-top: 35px;
    width: 60%;
}

.starter {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-sl {
    width: 30%;
    margin-top: 220px;
}

.loaduper {
    animation: loaduper 3s infinite;
}

@keyframes loaduper {
    0% {
        transform: translate(0, -2px);
        opacity: 0.5;
    }

    50% {
        transform: translate(0, 2px);
    }

    100% {
        transform: translate(0, -2px);
    }

}


.slider-text {
    width: 100%;
}

.photoslider {
    transform: translate(150px, 100px);
}

.photoslider2 {
    transform: translate(100px, 0px);
}

.about-slid {
    display: flex;
    flex-direction: row;
    text-align: center;
}

.about-slid-1 {
    width: 60%;
}

.about-slid-2 {
    width: 50%;
}

.icon-size svg {
    font-size: 50px;
}

.img_ani {
    transition: all 2s;
}

.img-a {
    transform: translate(50px);
}


.p-rel {
    position: relative;
}

.aboutimg1 {
    position: relative;
    transform: translate(200px, 0px);
    z-index: 91;
}


.aboutimg2 {
    position: relative;
    transform: translate(80px, -350px);
    z-index: 90;
}

.feucher {
    display: flex;
    flex-direction: row;
}

.feucher-1 {
    width: 30%;
}

.features-icon i {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 35px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 2;
}

.icon-feucher:hover {
    color: #0B79E8;
}

.feucher-2 {
    width: 70%;
}

.img-feucher {
    transform: translate(0px, 0px);
}

.icon-feucher {
    transform: translate(0, -55px);
}

.feucher-1::before {
    content: "";
    position: absolute;
    bottom: -150px;
    background: url('../images/f_app_bg.png') no-repeat;
    background-size: 400px 400px;
    margin-top: 20px;
    width: auto;
    height: 350px;
    z-index: -1;
}

.flaticon-chat:before {
    content: "123";
    color: #0F388F;
}

.border-btm {
    border-right: 3px solid #0B79E8;
    border-radius: 10rem;
    transition: all 1s;
}

.cardx {
    width: 300px;
    height: auto;
}

.boxs {
    width: 50%;
    height: auto;
}

.boxs-card {
    max-width: 50%;
    height: auto;
}

.plan {
    width: 300px;
    height: auto;
    background-color: #fff;
    border-radius: 5%;
    overflow: hidden;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.flexing{
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-title {
    width: 150%;
    height: 250px;
    background-color: #0B79E8;
    background-image: linear-gradient(to right, #0B79E8, #0F388F);
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    border-bottom: 10px solid #0B79E8;
    border-top-left-radius: 1%;
    border-top-right-radius: 1%;
    transform: translate(70px, 0);
    z-index: 2;

}

.plan-cirle {
    width: 150%;
    height: 50px;
    background-color: #fff;
    transform: translate(70px, 0px);
    border-bottom-left-radius: 30rem;
    border-bottom-right-radius: 30rem;
    border-bottom: 3px solid #0B79E8;
    border-left: 3px solid #0B79E8;
    border-right: 3px solid #0B79E8;
    z-index: 1;

}

.shape-1 {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    border-radius: 50%;
    border-radius: 50%;
    background: #0B79E8;
    box-shadow: -38px -38px 76px #0a71d8,
        38px 38px 76px #0c81f8;
    animation: tops 6s infinite;
    opacity: 0.5;

}

.shape-1::before {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translate(-25px, 25px);
    background: linear-gradient(145deg, #0a6dd1, #0c81f8);
    box-shadow: 20px 20px 100px #04305d,
        -20px -20px 100px #12c2ff;
    opacity: 1;
}

.shape-2 {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
    border-radius: 50%;
    background: #0B79E8;
    box-shadow: -38px -38px 76px #0a71d8,
        38px 38px 76px #0c81f8;
    opacity: 0.5;
    animation: tops2 6s infinite;
}

.shape-2::before {
    content: '';
    width: 55px;
    height: 55px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translate(-12px, 12px);
    background: linear-gradient(145deg, #0a6dd1, #0c81f8);
    box-shadow: 20px 20px 100px #04305d,
        -20px -20px 100px #12c2ff;
    opacity: 1;
}

.plan-tilte-text {
    width: 100%;
    height: 250px;
    position: absolute;
    transform: translate(15px, 0);
}

.plan-border {
    border-radius: 50rem 0 0 50rem;
    border-left: 5px solid goldenrod;
}

.plan-font {
    font-size: 35px;
}

.plan-description {
    width: 100%;
    height: auto;
    z-index: 2;
    padding: 15px;
}

.plan-buy {
    width: 100%;
    margin-top: 50px;
}

.plan-btn-buy {
    width: 100px;
    height: 40px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    background-image: linear-gradient(to right, #0B79E8, #0F388F);
    color: white;
    padding: 5px;
    border: none;
    outline: none;
    transform: translate(15px, 0);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background-color: #0B79E8 !important;
}

.border-shadow {
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);

}

.img-border {
    /* transform: translate(0,-50px); */
    padding: 2px;
    border: 2px solid #879bc7;
    border-top: 1px solid #fff;
    border-left: 1px;
    border-right: 1px;
}

.downloader {
    background-image: url(../images/download_bg.jpg);
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.downloader::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(11, 136, 253, .9)), color-stop(99%, rgba(46, 96, 213, .9)));
    background: -webkit-linear-gradient(right, rgba(11, 136, 253, .9) 0%, rgba(46, 96, 213, .9) 99%);
    background: -moz-linear-gradient(right, rgba(11, 136, 253, .9) 0%, rgba(46, 96, 213, .9) 99%);
    background: -o-linear-gradient(right, rgba(11, 136, 253, .9) 0%, rgba(46, 96, 213, .9) 99%);
    background: linear-gradient(-90deg, rgba(11, 136, 253, .9) 0%, rgba(46, 96, 213, .9) 99%);
    opacity: .9;
    z-index: -1;
}

.con-down {
    width: 100%;
    height: 400px;
    z-index: 1;
}

.img-watch {
    position: absolute;
    transform: translate(50px, -80px);
}

.down-btn button {
    width: 200px;
    height: auto;
    border: 1px solid #fff;
    background-color: transparent;
}

.app-div-2 {
    display: block;
}

.app-div-1 {
    width: 50%;
}

.down-svg2 {
    display: none;
}

.down-svg {
    display: block;
}

.down-svg4 {
    display: none;
}

.down-svg3 {
    display: block;
}

.down-btn button:hover {
    border: 1px solid #0F388F;
    transition: all 0.5s;
}

.btn-img-link {
    opacity: 0.5;
}

.btn-img-link:hover {
    opacity: 1;
    cursor: pointer;
}

.team-img div {
    text-align: center;
    margin: 5px;
}

.cover {
    width: 250px;
    height: 250px;
    position: relative;
    transition: all 0.5s;

}

.cover-img {
    position: absolute;
    transform: translate(-125px);
    opacity: 1;
    transition: all 0.5s;
}

.cover-description {
    width: 250px;
    height: 250px;
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
}

.cover:hover>.cover-img {
    opacity: 0.1;
    transition: all 0.5s;
}

.cover:hover>.cover-description {
    opacity: 1;
    transition: all 0.5s;
}

.info-background {
    background: url(../images/counter_bg.jpg);
    width: 100%;
    min-height: 300px;
    height: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

.respons-menu {
    display: none;
}

.resp-menu {
    width: 40%;
    padding: 5px;
    border-radius: 10%;
    margin-top: 40px;
    height: auto;
    position: fixed;
    background-color: #0a71d8;
    z-index: 999;
}

.info-background::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(11, 136, 253, .9)), color-stop(99%, rgba(46, 96, 213, .9)));
    background: -webkit-linear-gradient(right, rgba(11, 136, 253, .9) 0%, rgba(46, 96, 213, .9) 99%);
    background: -moz-linear-gradient(right, rgba(11, 136, 253, .9) 0%, rgba(46, 96, 213, .9) 99%);
    background: -o-linear-gradient(right, rgba(11, 136, 253, .9) 0%, rgba(46, 96, 213, .9) 99%);
    background: linear-gradient(-90deg, rgba(11, 136, 253, .9) 0%, rgba(46, 96, 213, .9) 99%);
    opacity: .8;
    z-index: -1;
}

.info-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 300px;
    height: auto;
}

.info-text div {
    margin: 10px 30px;
}

.footer1 {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #fff 40%, rgba(46, 96, 213, .9) 60%);

}

.footer-main {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.phone-map {
    width: 350px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 12%;
    overflow: hidden;
}

.player-wrapper {
    position: relative;
    padding-top: 56.25%
        /* Player ratio: 100 / (1280 / 720) */
}

.wrap-video {
    width: 250px;
    height: 250px;
    background-color: #0F388F;
}

.comment-video {
    border-radius: 20px;
    overflow: hidden;
    object-fit: contain;

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.controls .progress {
    cursor: pointer;
    width: 75.390625%;
}


.phone-mak {
    position: relative;
    z-index: 2;
    transform: translate(150px);
}

.smartphone {
    position: relative;
    width: 360px;
    height: 500px;
    margin: auto;
    border: 16px #0a71d8 solid;
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-radius: 36px;
}

.smartphone:before {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
}

.smartphone:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
}

.smartphone .content {
    width: 100%;
    height: 100%;
    background: white;
}

.maps {
    position: relative;
    z-index: 1;
    transform: translate(-95px);
    border-radius: 30%;
    background-attachment: fixed;
}

.from-ix {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-main-1 {
    width: 30%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-main-2 {
    width: 70%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    text-align: center;
}

.footer-sub {
    width: 50%;
    height: 100%;
    background: url(../images/form_content_bg.png);
    position: relative;
    background-position: center;
    text-align: center;
    background-size: cover;
    z-index: 1;
    padding: 120px 50px;

}

.footer-sub::after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0B79E8;
    position: absolute;
    opacity: 0.5;
    z-index: -1;
}





@keyframes tops {
    0% {
        transform: translate(-10px, 0px);
    }

    50% {
        transform: translate(-10px, 25px);
    }

    100% {
        transform: translate(-10px, 0px);
    }

}

@keyframes tops2 {
    0% {
        transform: translate(-280px, 50px);

    }

    50% {
        transform: translate(-280px, 0px);

    }

    100% {
        transform: translate(-280px, 50px);

    }

}


@media screen and (max-width: 680px) {

    .about-slid-2 {
        display: none;
    }

    .border-btm {
        border-radius: 1px;
    }

    .swiperboxtext {
        max-width: 250px;
    }

    .from-ix {
        flex-direction: column;
    }
}

@media screen and (max-width: 780px) {
    .feucher {
        flex-direction: column;
    }

    .feucher-1 {
        width: 100%;
    }

    .feucher-2 {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .boxs-card {
        max-width: 100%;
    }

    .boxs {
        width: 100%;
    }

}


@media screen and (max-width: 990px) {

    .photoslider,
    .col-phone,
    .submenu,
    .c-start {
        display: none;
    }

    .about-slid-2 {
        width: 100%;
    }

    .c-start2 {
        display: block;
    }

    .slider-main {
        height: 900px;
        width: 100%;
        background-size: cover;
    }

    .text-sl {
        width: 100%;
    }

    .starter {
        width: 20px;
        justify-content: end;
    }

    .c-start2 {
        margin-left: 30px;
    }

    .about-slid {
        flex-direction: column;
    }

    .about-slid-1 {
        width: 100%;
    }

    .aboutimg1 {

        transform: translate(-100px, 0);
    }

    .aboutimg2 {

        transform: translate(50px, 0);
    }

    .app-div-1 {
        width: 100%;
    }

    .app-div-2 {
        display: none;
    }

    .footer-main {
        flex-direction: column;
    }

    .footer-main-1 {
        width: 100%;
    }

    .footer-main-2 {
        width: 100%;
        flex-direction: column;
    }

    .footer-sub {
        width: 100%;
    }
}