@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500;600;700&display=swap');

/*
font-family: 'Josefin Sans', sans-serif;
*/

h1,h2,h3,h4,h5,h6{
    font-family: 'Josefin Sans', sans-serif;
    color: #173050;
}

p{
    font-size: 18px;
    color: #616161;
    font-weight: 400;
}

.mr-5{
    margin-right: 5px;
}

.mr-10{
    margin-right: 10px;
}

.ml-15{
    margin-left: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-35{
    margin-bottom: 35px;
}

.my-25{
    margin-top: 25px;
    margin-bottom: 25px;
}

.pl-50{
    padding-left: 50px;
}

.bg_gray{
    background: #f6f9fd;
}

.sec_mar{
    margin-top: 120px;
    margin-bottom: 120px;
}

.sec_pad{
    padding-top: 120px;
    padding-bottom: 120px;
}

.sec_heading{
    margin-bottom: 80px;
}

.sec_heading .sub_title{
    color: #ed374d;
    font-size: 24px;
    font-weight: 800;
}

.main_title2{
    color: #173050;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}

.sec_heading .main_title{
    color: #173050;
    font-size: 53px;
    margin-top: 35px;
    font-weight: 700;
}

.sideLink {
    position: fixed;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 100;
}

.scl_link {
    display: block;
}

.telegram_link {
    margin-top: 15px;
    text-align: center;
}

@media(min-width: 993px){
    nav.navbar.bootsnav ul.nav>li>a{
        color: #fff;
    }
    nav.navbar.bootsnav.sticked ul.nav>li>a{
        color: #000;
    }
}

.top_area{
    position: relative;
}

.banner_shape {
    position: absolute;
    right: 0;
    top: 0;
}

.banner_shape img{
    width: 100%;
}

.features-box{
    text-align: center;
}
.features_pack_heading{
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.single_features {
    display: flex;
    align-items: center;
    align-items: flex-start;
    margin: 15px 0;
}

.single_features h4{
    font-size: 20px;
    font-weight: 700;
}

.app_area_inner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.demo_btn {
    font-size: 16px;
    padding: 15px 35px;
    line-height: 25px;
    background-color: #37a000;
    color: #fff;
}

.demo_btn:focus,
.demo_btn:hover {
    background-color: #2cb717;
    color: #fff;
}

.live_btn {
    padding: 5px 20px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    background: #fff;
    font-size: 16px;
}
.live_btn:focus,
.live_btn:hover {
    background: #4fc03d;
    color: #fff;
}

.banner_img_part {
    position: relative;
    transition-duration: 0.4s;
    text-align: center;
}
.banner_img_part img {
    transition-duration: 0.4s;
    max-width: 100%;
}
.banner_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.banner .banner_inner h1 {
    font-size: 63px;
    font-weight: 800;
    margin: 0;
}
.banner .banner_inner p {
    font-size: 18px;
    line-height: 25px;
    margin: 25px 0;
}
.banner_inner .demo_btn {
    padding: 15px 40px;
    margin-bottom: 15px;
}
.banner_inner .live_btn {
    padding: 15px 40px;
    margin-bottom: 15px;
    margin-left: 5px;
    background: #e80622;
    border: 1px solid #e80622;
}

.max-width-80{
    max-width: 80px;
}

/*------------- Product features --------------*/
/*
.product-features{
    padding: 50px 0;
}
*/
.playstore_img{
    max-width: 380px;
    margin-left: auto;
}
.product-features.appstore{
    padding: 120px 0;
}
.product-row {
    margin-bottom: 70px;
    align-items: center;
    display: flex;
}
.product-row:last-child {
    margin-bottom: 0;
}
.features_inner .features-box {
    text-align: center;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
    transition-duration: 0.3s;
}
.features_inner .features-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-4px);
}
.features_inner .features-box img {
    margin-bottom: 20px;
}

.features_list li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 400;
    color: #616161;
}
.features-btn{
    line-height: 45px;
    background-color: #56b747;
    min-width: 185px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
}
.features-btn2{
    line-height: 45px;
    background: #e80622;
    border: 1px solid #e80622;
    min-width: 185px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
}
.features-btn:focus,
.features-btn:hover {
    background-color: #229c0f;
    color: #fff;
}
.banner_inner .live_btn:focus,
.banner_inner .live_btn:hover,
.features-btn2:focus,
.features-btn2:hover {
    color: #fff;
    background: #fd0202;
    border: 1px solid #fd0202;
}
.content-text.p-l {
    padding-left: 50px;
}
.content-text.p-r {
    padding-right: 50px;
}
.content-text .feature-title {
    font-size: 40px;
    line-height: 50px;
    color: #173050;
    font-weight: 700;
    margin: 0 0 20px;
}
.content-text .feature-title span {
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
.features-icon{
    margin-bottom: 25px;
}

/*-------------- Screenshot Area Css--------------*/
.screenshot_area {
    background: #2a2f36;
    padding: 80px 0;
}

.screenshot_area .section-title h2,
.screenshot_area .section-title p {
    color: #fff;
}

.screenshot_slider .owl-item img {
    opacity: 0.2;
    transition-duration: 1s;
}

.screenshot_slider .owl-item.active.center img {
    opacity: 1;
}

.screenshot_slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.screenshot_slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 3px;
    background: #737373;
}

.screenshot_slider .owl-dots .owl-dot.active {
    background: #fff;
}

.screenshot_area .sec_heading h2 {
    color: #fff;
}

.package {
    border: 1px solid #e1e1e1;
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
}

.package .panel {
    box-shadow: none;
}

.package_price {
    background: #56b747;
    padding: 10px;
    width: 230px;
    position: absolute;
    top: 0;
    left: -70px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.business .package_price {
    background: #ff9600;
}

.package_price h2 {
    transform: rotate(45deg) translateX(-8px);
    color: #fff;
}

.pack_title {
    color: #56b747;
    font-weight: 700;
    font-size: 36px;
}

.package.business .pack_title {
    color: #ff9600;
}

.btn-package {
    border: 2px solid #56b747;
    background: #56b747;
    padding: 18px 50px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin: 0 15px;
}

.package .panel .panel-title a:hover,
.package .panel .panel-title a:focus {
    text-decoration: none;
}

.package .panel-body {
    padding: 15px 0;
    margin: 0 15px;
}

.package.business .btn-package {
    border: 2px solid #ff9600;
    background: #ff9600;
}

.package .panel-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}

.btn-package:hover,
.btn-package:focus {
    background: #37a000;
    color: #fff;
}

.panel-title>a:before {
    float: right !important;
    font-family: 'themify';
    content: "\e61a";
    padding-right: 0;
    font-size: 13px;
    color: #6d6d6d;
}

.panel-title>a.collapsed:before {
    content: "\e622";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.block-mega-menu p{
    font-size: 15px;
}

@media(min-width: 1500px){
    .app-area .container,
    .container-xl {
        width: 1470px;
    }
    .banner{
        padding: 100px 0;
    }
}

@media (max-width: 1199px){
    .d-block-lg{
        display: block;
    }
    
    .isshue_image{
        margin-top: 70px;
        margin-bottom: 70px;
    }
    
    .banner .banner_inner h1{
        font-size: 40px;
    }
    
    .banner_shape{
        z-index: -1;
    }
    
}
@media (max-width: 991px){
    .wrap-reverse-md{
        flex-wrap: wrap-reverse;
    }
    
    .d-block-md{
        display: block;
    }
    
    .mt-md-50{
        margin-top: 50px;
    }
    
    .content-text.p-l{
        padding-left: 0;
    }
    
    .banner_shape{
        top: 0;
    }
    
    .banner_inner{
        flex-wrap: wrap-reverse;
    }
    
    .banner_img_part{
        margin-bottom: 45px;
    }
    .playstore_img {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .features-btn,
    .features-btn2 {
        line-height: 45px;
        min-width: 160px;
        font-size: 16px;
        margin-top: 15px;
    }
    
    .appstore .content-text.p-r{
        padding-right: 0;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px){    
    .mt-sm-50{
        margin-top: 50px;
    }
    
    .sec_heading .main_title{
        font-size: 40px;
    }
    
    .sec_mar {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .product-features,
    .sec_pad{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .sec_heading {
        margin-bottom: 50px;
    }
}

@media (max-width: 560px){
    .sec_heading .main_title{
        font-size: 30px;
    }
    .main_title2 {
        font-size: 35px;
        line-height: 40px;
    }
    .content-text .feature-title {
        font-size: 35px;
        line-height: 40px;
    }
    .features_pack_heading {
        max-width: 400px;
    }
}

@media (max-width: 420px){    
    .banner_inner .live_btn {
        margin-left: 0;
        min-width: 188px;
    }
}