/* Custom CSS */

/* Font Source Sans Pro */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
/* Font Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

body{
    overflow-x: hidden;
}

/* menu navbar */
.top-header{
    background: radial-gradient(100% 640.47% at 100% 0%, #54B8CB 0%, #54B8CB 0.01%, #3C84B8 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-bottom: rgb(255, 255, 255, 0.3) 1px solid;
}

.line-navbar{
    
}

.navbar .navbar-collapse ul li a{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF !important;
}

.navbar .navbar-collapse ul li .active::after{
    display: block;
    content: "";
    background: #FFFFFF;
    position: relative;
    top: 50px;
    height: 2px;
}

.button-log-reg a{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF !important;
    border: #FFFFFF 1px solid;
    transition: 250ms;
}

.button-log-reg a:hover{
    border: #FFFFFF 1px solid;
    transition: 250ms;
    background: rgba(52, 68, 75, 0.5);
}

.button-log-reg .register{
    color: #000 !important;
    background: #FFFFFF;
    transition: 250ms;
    border: #FFFFFF 1px solid;
}

.button-log-reg .register:hover{
    position: static;
    transition: 250ms;
    background: #92cbdf;
    color: #FFFFFF !important;
}

@media (max-width: 992px) {
    .navbar .navbar-collapse ul li .active::after{
        top: 0px !important;
        background: none;
    }

    .navbar .navbar-collapse ul li .active{
        color: #FFA75A !important;
    }

    .navbar-collapse{
        margin-top: 7px;
    }

    .button-log-reg a{
        margin-top: 25px;
    }
}

/* header */
.masthead{
    background: radial-gradient(100% 640.47% at 100% 0%, #54B8CB 0%, #54B8CB 0.01%, #3C84B8 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    padding: 171px 0;
}

.masthead-text h3{
    text-align: left;
    color: #FFFFFF;
    font-family: 'Source Sans Pro' !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 50px;
    text-transform: capitalize;
}

.masthead-text p{
    font-family: 'Source Sans Pro' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 130%;
    /* or 26px */
    color: #E3E3E3 !important;
}

.contact-wa a{
    text-decoration: none;
    color: #3C84B8;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    background-color: #FFFFFF;
    width: 222px;
    height: 33px;
    padding-left: 38px;
    border-radius: 5px;
    transition: 250ms;
    border: #FFFFFF 1px solid;
}

.contact-wa img{
    margin-right: 12px;
}

.contact-wa a:hover{
    transition: 250ms;
    background: rgba(52, 68, 75, 0.5);
    color: #FFFFFF !important;
    border: #FFFFFF 1px solid;
}

@media (max-width: 992px) {
    .masthead{
        padding: 0 !important;
    }

    .masthead-text h3{
        text-align: center;
    }

    .contact-wa a{
        padding-left: 0px;
    }
}

/* Section Feature */
#features h1{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 160%;
    /* identical to box height, or 58px */
}

.tab-content img{
    width: 90%;
    height: 360px;
    border-radius: 5px;
}

.tab-content .add-img{
    left: 271px;
    position: relative;
    top: -122px;
    border-radius: 5px;
}

.tab-content .add-img img{
    width: 300px !important;
    height: 145px !important;
}

@media (max-width: 992px){
    .tab-content img{
        width: 100%;
        height: 275px;
    }
}

.add-img-text{
    margin-top: -60px;
}

.tab-content .title h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.tab-content .title-section h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    /* or 121% */
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.tab-content .caption p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-right: 185px;
}

.nav-tabs{
    border: none !important;
}

.nav-tabs .nav-item .active{
    border: none;
    border-bottom: #3C84B8 2px solid !important;
}

.nav-tabs .nav-item .nav-link{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000;
    transition: 250ms;
    border: none;
    margin: 0 18px 0 18px;
}

.nav-tabs .nav-item .nav-link:hover{
    border: none !important;
    transition: 250ms;
    background-color: rgb(255, 255, 255, 0.5) !important;
    border-bottom: #3C84B8 2px solid !important;
}

.caption-alika p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.text-cap-1, .text-cap-2, .text-cap-3{
    border: 2px solid #418EBC;
    border-radius: 7px;
    margin-bottom: -5px;
    width: 67%;
    padding: 30px 60px 30px 60px;
}

.num{
    left: -13px;
    top: 18px;
    background: #3C84B8;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    line-height: 30px;
}

.num p{
    left: 0px;
    color: #FFFFFF;
}

.list-alika{
    margin-left: 50px;
}

.bg-light{
    background: #FFFFFF !important;
}

.bg-light .img-logo img{
    width: 136px;
    height: 136px;
}

.bg-light .img-logo{
    text-align: center;
}

.bg-light .title h4{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.bg-light .caption p{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

/* End Content */
.end-ctn .img-ctn img{
    width: 659px;
    height: 441px;
}

.end-ctn .text-ctn{
    padding: 50px;
}

.end-ctn .text-ctn h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    display: flex;
    align-items: center;
}

.end-ctn .text-ctn p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}

.end-ctn .text-ctn a{
    text-decoration: none;
    color: #00B4EB;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.end-ctn-footer{
    background: #F4F6F9;
}

.end-ctn-footer .title h3{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #3C84B8;
}

.end-ctn-footer .btn-start{
    text-align: center;
}

.end-ctn-footer .btn-start a{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 49px;
    background: #3C84B8;
    box-shadow: 0px 4px 16px rgba(68, 68, 68, 0.25);
    border-radius: 8px;
    color: #FFFFFF;
    width: 260px;
    height: 50px;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
}

/* Footer */
.footer{
    background: #021929;
}

.footer .badge-store ul li a img{
    margin-top: 20px;
    margin-left: -32px;
}

.footer .caption-badge h5{
    color: #FFFFFF;
    text-align: right;
    margin-right: -7px;
    margin-top: 35px;
}

.footer .title{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #FFFFFF;
}

.footer .address{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #FFFFFF;
}

.footer .contact-65 .row .col-sm-10{
    margin-left: -10px;
    margin-bottom: -10px;
}

.footer .contact-65 .row a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
}

.footer .direct-link .title h5{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer .direct-link ul li a{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: 250ms;
}

.footer .direct-link ul li a:hover{
    transition: 250ms;
    color: #FFA75A;
}

.footer .direct-link ul li{
    margin-bottom: 10px;
    list-style: none;
    margin-left: -31px;
}

.footer .type-menu{
    text-align: left;
    color: #FFFFFF;
}

.title-type h5{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.type-menu p{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
}

.copyright{
    text-align: right;
    color: #FFFFFF;
}

.copyright h5{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

/* Price Content */
.tab-content .card-price{
    background: linear-gradient(180deg, #C9ECFE 0%, #FFFFFF 100%);
    border-radius: 10px;
}

.tab-content .card-price .caption-price {
    width: 350px;
    position: relative;
    top: -210px;
    left: 33px;
}

.card-price .caption-price p{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #717171;
}

.card-price .btn-trial {
    text-align: right;
}

.card-price .btn-trial a{
    text-decoration: none;
    position: relative;
    top: -213px;
    right: 30px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    width: 164px;
    display: inline-block;
    height: 30px;
    background: linear-gradient(180deg, #FFFFFF 0%, #31ABED 0.01%);
    border-radius: 15px;
}

.card-detail{
    margin: 47px;
}

.card-detail .title h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #232933;
    margin-bottom: 20px;
}

.card-detail .caption h4{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24.6px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #2B2A35;
    margin-bottom: 20px;
}

.card-detail .list-detail h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #2B2A35;
}

.card-detail .list-detail ul li{
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #626B79;
    list-style: none;
    margin-left: -32px;
}

.title-compare h3{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #012F50;
    margin-top: 60px;
    margin-left: 30px;
}

.row-fitur{
    background: #D5D5D5;
    height: 50px;
    margin: 0px;
}

.row-fitur h3{
    line-height: 52px;
    margin-left: 19px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    color: #012F50;
}

.title-fitur{
    background: #A9A9A9;
    height: 50px;
}

.title-fitur h3{
    line-height: 52px;
    margin-left: 31px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #012F50;
}

.row-caption p{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 25px;
    color: #012F50;
    margin-left: 31px;
    margin-top: 22px;
}

.row-caption img{
    position: relative;
    left: 125px;
}

/* Hardware */
.btn-reg-price .register:hover{
    background: #9fb0e6;
}

.btn-reg-hard .register:hover{
    background: #e7aeae;
}

.card-hardware h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 47px;
    height: 55px;
}

.card-hardware{
    padding: 50px;
}

.card-hardware a{
    border-radius: 5px;
    background: #FFC70B;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    width: 190px;
    height: 40px;
    text-decoration: none;
    box-shadow: 0px 4px 16px rgba(68, 68, 68, 0.25);
}

/* Bisnis */
.btn-reg-bisnis .register:hover{
    background: #c7a8e4;
}

.bisnis-1 img, .bisnis-2 img{
    width: 240px;
    height: 230px;
    position: relative;
    left: -67px;
    top: 37px;
}

.bisnis-1 .title h3, .bisnis-2 .title h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
}

.bisnis-1 .caption p, .bisnis-2 .caption p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.bisnis-2{
    margin-left: 70px;
}

/* Company */
.year p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 56px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #339ABB;
}

.row-company .caption{
    background: #339ABB;
    border-radius: 10px;
    height: 123px;
}

.row-company .caption p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 20px 10px 20px 10px;
}

.row-company .col-md-3{
    height: 562px;
}

.line-company::before{
    display: block;
    content: "";
    height: 5px;
    position: relative;
    background: #339ABB;
    top: 398px;
}

.row-company .circle-1::before{
    left: 40px;
    display: block;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 100%;
    position: relative;
    background: #339ABB;
    top: -83px;
}

.row-company .circle-2::after{
    left: 113px;
    display: block;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 100%;
    position: relative;
    background: #339ABB;
    top: 38px;
}

.row-company .circle-3::after{
    left: 42px;
    display: block;
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 100%;
    position: relative;
    background: #339ABB;
    top: 62px;
}
