.p-md-5{
    padding: 3rem;
}
/*------------------------------------------------------------------------------------*/
#first-page{
    overflow: hidden;
}
#first-page #first-banner {
    position: relative;
    height: 904px;
}
#first-page .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 904px;
    overflow: hidden;
}
#first-page .animate_img{
    position: absolute;
    bottom: -11%;
    right: 0;
    z-index: 0;
}
#first-page .animate_img:after{
    display:block;
    content: "";
    position: absolute;
    right: -90px;
    top: -35px;
    width: 70rem;
    height: 100rem;
    background-color: #5a72e4;
    border-radius: 50px;
    transform: rotate(-30deg);
    z-index: -1;
}

#second-page .tabs,
#second-page .tabs .tab{
    height: 5rem;
}
#second-page .tabs .tab a{
    display: inline-block;
    width: auto;
    font-size: 1.71rem;
    color: #5a72e4;
    line-height: 5rem;
    height: 5rem;
}
@keyframes fadeOn{0%{background-color: #fff}to{background-color: #eee}}
#second-page .tabs .tab:hover,
#second-page .tabs .tab.active{
    cursor: pointer;
    animation: fadeOn 300ms linear forwards;
}
#second-page .tabs .tab .icon-lab{
    display: inline-block;
    width: 20%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% ;
}
#second-page .tabs .tab:first-child .icon-lab{
    max-width: 48px;
    background-image: url("../images/icon-sixstar.png");
}
#second-page .tabs .tab:last-child .icon-lab{
    max-width: 41px;
    background-image: url("../images/icon-money.png");
}
#second-page .product-item{
    margin: 4.5rem 0;
}
.tab-block .product-line{
    min-height: 850px;
}
#product-block1 .product-line{
    background: url("../images/bg-product-line1.png") center top no-repeat;
}
#product-block2 .product-line{
    height: 1000px;
    background: url("../images/bg-product-line2.png") 60% top no-repeat;
}
#second-page .card{
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: left;
}
#second-page .card p.font24{
    margin: 1em 0 0 2rem;
}
.card.horizontal .card-image{
    max-width: none;
}
.card.horizontal .card-image img{
    margin-top: -4rem;
}
#second-page .card .card-content{
    padding: 0.7rem 2rem 0 0.5rem;
}
#second-page .card .card-content li{
    line-height: 2.2rem;
}
@keyframes flash1{
    0%{opacity:1
    }
    70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)
    }
    to{opacity:1;-webkit-transform:scale(1);transform:scale(1)
    }
}
@-webkit-keyframes flash1{
    0%{opacity:1
    }
    70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)
    }
    to{opacity:1;-webkit-transform:scale(1);transform:scale(1)
    }
}
.product-feature{
    position: relative;
}
.product-feature .box-browser{
    max-width:1355px ;
    padding: 140px 55px 0 45px;
    position: absolute;
    left: auto;
    top: 0;
    z-index: 1;
    height: 100%;
}
.product-feature .bg-cover{
    position: relative;
    z-index: 0;
    border-radius: 18px;
}
.product-feature .bg-cover img{
    width: 100%;
}
.product-feature .box-browser .col div{
    height: 150px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url("../images/bg-item-wave1.png");
    background-position-y:-65px ;
    border-radius: 10px;
    margin-top: 100px;
}
.product-feature .box-browser .col.wave2{
    background-image: url("../images/bg-item-wave2.png");
}
.product-feature .box-browser .col p{
    padding: 2.5rem 1rem;
    line-height: 30px;
}
.product-feature .box-browser .box1{ background-position-x: -360px;}
.product-feature .box-browser .box2{ background-position-x: -673px;}
.product-feature .box-browser .box3{ background-position-x: -986px;}
.product-feature .box-browser .box4{ background-position-x: -1299px;}
.product-feature .box-browser .box5{ background-position-x: -235px;}
.product-feature .box-browser .box6{ background-position-x: -548px;}
.product-feature .box-browser .box7{ background-position-x: -861px;}
.product-feature .box-browser .box8{ background-position-x: -1174px;}
.tab-block .col-card{
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
}
.tab-block.animate .col-card{
    padding-left: 1rem;
    -webkit-animation: flash1 .7s linear .7s;
    animation: flash1 .7s linear .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.tab-block .col-card span{
    display: block;
    font-size: 1rem;
}
#product-block1 .col-card-a{padding-top: 22%;}
#product-block1 .col-card-b{padding-top: 27%;}
#product-block1 .col-card-c{padding-top: 12%;}
#product-block1 .col-card-d{padding-top: 3%;}
#product-block1 .col-card-e{padding-top: 1%;}

#product-block2 .col-card-a{padding-top: 30%;}
#product-block2 .col-card-b{padding-top: 27%;}
#product-block2 .col-card-c{padding-top: 2%;}
#product-block2 .col-card-d{padding-top: 3%;}
#product-block2 .col-card-e{padding-top: 13%;}
#product-block2 .col-card-f{padding-top: 1%;}

.tab-block.animate .col-card-b{animation-delay:1.4s;}
.tab-block.animate .col-card-c{animation-delay:2.1s;}
.tab-block.animate .col-card-d{animation-delay:2.8s;}
.tab-block.animate .col-card-e{animation-delay:3.5s;}
.tab-block.animate .col-card-f{animation-delay:4.2s;}

/* ------------------------------------- */
/* *. 7 - Features Styles .............. */
/* ------------------------------------- */
#features {
    position: relative;
    background-size: cover;
    color: #ffffff; }
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#features .overlay {
    opacity: 0.9;
}
#features .container {
    position: relative;
    z-index: 10;
}
#features .single-feature {
    padding: 0.5rem;
}
#features .reflection-text,
#features h5,
#features p,
#features a,
#features i {
    color: inherit;
}
#features .feature-left a {
    text-align: right;
    min-height: 148px;
    margin-bottom: 0;
}
#features .feature-left a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20%;
    width: 0;
    height: 2px;
    background-color: #0a0e0a;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out;
}
#features .feature-left a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -21%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0a0e0a;
    opacity: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}
#features .feature-right a {
    text-align: left;
    min-height: 148px;
    margin-bottom: 0;
    -webkit-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out;
}
#features .feature-right a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20%;
    width: 0;
    height: 2px;
    background-color: #0a0e0a;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out;
}
#features .feature-right a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -21%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0a0e0a;
    opacity: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}
#features .feature-link {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    overflow: visible;
}
#features .feature-link.active {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#features .feature-link.active i::after {
    -webkit-animation: rotateEffect 8s linear infinite;
    animation: rotateEffect 8s linear infinite;
    display: block;
}
#features .feature-link.active::after {
    opacity: 1;
    width: 30%;
}
#features .feature-link.active::before {
    opacity: 1;
}
#features .feature-link i {
    position: relative;
    margin: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 2rem;
    line-height: 4rem;
    background: rgba(0, 0, 0, 0.42);
}
#features .feature-link i::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed white;
    top: 0;
    left: 0;
    display: none;
}
@-webkit-keyframes rotateEffect {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateEffect {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
}
#features .images-slider .owl-features {
    max-width: 300px;
    margin: 0 auto;
    height: 600px;
}
.disabled{display:none;}
#features .mobile-main-wrap{
    padding-top: 7rem;
}
#features .feature-left,
#features .feature-right{
    padding-top: 5rem;
}

.gradient-color {
    background: #03001e;
    background: -moz-linear-gradient(left,#fc8b99,#541e95);
    background: -webkit-linear-gradient(right,#fc8b99,#541e95);
    background: linear-gradient(to left, #fc8b99,#541e95);
}
.reflection-text:not(.reflection-text-white)::after {
    background: url(../../images/line-break/line-break-18.svg) no-repeat;
}

.row .col.product-pcshow{
    padding-top: 3rem;
}
#screenshot{
    position: relative;
    margin: 3rem 0 5rem;
    padding: 0;
    background-color: #fff;
}
#screenshot .m3{
    padding: 0;
    height: 702px;
    border-right: 1px solid #acc4ec;
    margin-top: 0;
}
#screenshot .m9{
    padding: 1rem;
    border-top: 1px solid #acc4ec;
    border-bottom: 1px solid #acc4ec ;
    border-right: 1px solid #acc4ec ;
    height: 702px;
}
#screenshot .m3 ul{
    margin: 0;
    margin-right: -1px;
}
#screenshot .m9.owl-carousel .owl-item img{
    max-height: 670px;
    border: 1px solid #ccc;
    border-radius: 15px;
}
#screenshot .screenshot-link{
    padding: 40px 0 40px 116px;
    color: #666;
    border: 1px solid #e0e4e8;
    border-right: 1px solid #acc4ec;
    cursor: pointer;
    background-color: #eef2f6;
}
#screenshot .screenshot-link.active{
    color: #333;
    background-color: #fff;
    border-top: 1px solid #acc4ec;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #acc4ec ;
    border-left: 1px solid #acc4ec ;
}

/*no mobile*/
@media only screen and (min-width: 601px) {
    #first-page .title-wrap {
        width: 50%;
    }
}
/*mobile*/
@media only screen and (max-width: 600px) {
    #first-page #first-banner{
        height: 400px;
    }
    #first-page .banner-bg{
        display: none;
    }
    #first-page .animate_img{
        bottom: -35%;
    }
    #first-page .animate_img:after{
        display: none;
    }
    #first-page .title-wrap{
        padding: 6rem 0 0;
    }
    #second-page .tabs, #second-page .tabs .tab{
        height: 3rem;
    }
    #second-page .tabs .tab a{
        font-size: 1rem;
        line-height: 1rem;
        height: 2rem;
    }
    #second-page .first-tab{
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .product-feature .bg-cover{
        display: none;
    }
    .product-feature .box-browser{
        padding: inherit;
        position: relative;
    }
    .product-feature .box-browser .col div{
        margin-top: 0;
    }
    #screenshot{
        margin: 0;
        background: none;
    }
    #screenshot .m9{
        height: auto;
        border: none;
    }
    .tab-block .col-card{
        transform: none;
        opacity: 1;
    }
    .card.horizontal .card-image img{
        position: absolute;
        left: 0;
        top: 0;
    }
    .card.horizontal .card-stacked{
        display: inline-block;
    }
    #product-block2 .product-line{
        height: auto;
    }
    #product-block2 .col-card-a{
        padding-top: 0;
    }
}
