*{
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

/*navbar*/
.navbar-osiris {
    margin-top: 25px;
}
.navbar-osiris .nav-osiris .nav-link {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 37px;
    color: #34364A;
}
.navbar-osiris .nav-osiris {
    margin-left: auto;
}
.btn-primary {
    border-radius: 50px;
    font-weight: 500;
    color: #34364A;
    border: 1px solid #EDF1FA;
    background-color: #EDF1FA;
}
.button-search {
    margin-right: 15px;
}
.btn-primary:hover {
    border: 1px solid #EDF1FA;
    color: #34364A;
    background-color: #EDF1FA;
    opacity: 0.6;
}

/*Hero*/
.section-hero {
    margin-bottom: 50px;
    margin-top: 50px;
}
.page-hero {
    height: 560px;
    position: relative;
    border-radius: 40px;
    padding: 30px;
    background-color: #F6F8FD;
}
.hero-text {
    z-index: 3;
    position: absolute;
}
.hero-title {
    z-index: 3;
    font-weight: bold;
    font-size: 45px;
    line-height: 76px;
    color: #34364A;
}
.hero-subtitle{
    z-index: 2 ;
    font-weight: 400;
    font-size: 22px;
    line-height: 37px;
    color: #34364A;
}
.action-hero{
    margin-top: 30px;
}
.btn-secondary {
    border: 1px solid #335EF7;
    background-color: #335EF7;
    font-weight: 400;
    font-size: 16px;
    line-height: 37px;
    color: #FFFFFF;
}
.btn-secondary:hover {
    opacity: 0.6;
    background-color: #335EF7;
    border: 1px solid #335EF7;
}
.btn-catalog {
    background-color: #E5E9F2;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-left: 10px;
    border-radius: 5px;
}
.hero-image img {
    z-index: 0 !important;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 640px;
}
.hero-info{
    border-radius: 0px 100px 0px 10px;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #FFFFFF;
}
.hero-info .nav-item {
    padding-top: 10px;
}
.hero-info .nav-link{
    margin-top: 10px;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #34364A;
    margin-bottom: -10px;

}
.hero-info .nav-link p {
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 37px;
    color: #5D5D64;
}

/*Content type*/
.content-type {
    margin-bottom: 40px;
    margin-top: 150px;
}

.image-type-active .img-type {
    transition: width 1ms ease 3ms;
    width: 450px;
}
.image-type-active .img-type::after{
    width: 100px;
}
.type-info {
    position: relative;
}
.type-info .line {
    margin-bottom: 10px;
    width: 160px;
}
.text-type-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;   
    color: #34364A;   
}
.text-type-subtitle {
    margin-top: 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 37px;
    color: #5D5D64;
}
.type-variant {
    content: "";
    display: table;
    clear: both;
}
.type-variant .nav-link img {
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    width: 65px;
}
.type-variant .nav-link img:hover {
    opacity: 0.6;
}
.type-variant {
    margin-bottom: 20px;
}

/*Content features*/
.content-features {
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #F6F8FD;
    margin-top: 130px;
    margin-bottom: 40px;
}
.features-header{
    text-align: center;
    margin-top: 20px;
}
.features-slug {
    margin-bottom: -5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #22C59A;
}
.features-title{
    font-weight: bold;
    font-size: 36px;
    line-height: 96px;
    text-align: center;
    color: #34364A;
    margin-bottom: -10px;
}
.features-subtitle{
    font-weight: normal;
    font-size: 16px;
    line-height: 37px;
    text-align: center;
    color: #5D5D64;
}
.features-body {
    margin-top: 100px;
}
.features-body .card {
    background: #FFFFFF;
    border-radius: 60px;
    border: 0px;
}
.features-body .card-body {
    padding: 40px;
}
.features-body .card-img {
    margin-bottom: 15px;
    width: 60px;
}
.features-body .card-title{
    font-weight: bold;
    font-size: 23px;
    line-height: 40px;
    color: #34364A;
}
.features-body .card-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #5D5D64;
}

/*Content articel*/
.content-articel {
    margin-top: 160px;
}
.content-articel .post-articel-active a, .post-articel a {
    text-decoration: none;
    opacity: 1;
    transition: opacity 200ms ease 10ms;
}
.content-articel a:hover {
    opacity: 0.6;
}
.content-articel .card {
    border: 0px;
}
.content-articel-title{
    font-weight: bold;
    font-size: 36px;
    line-height: 96px;
    color: #34364A;
    margin-bottom: 20px;
}
.content-articel .card-title{
    font-weight: bold;
    font-size: 21px;
    line-height: 35px;
    color: #34364A;
}
.content-articel .card-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: #5D5D64;
}

/*Content customer*/
.content-customer {
    margin-top: 160px;
    margin-bottom: 30px;
}
.customer-text{
    margin-bottom: 20px;
}
.customer-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
    color: #34364A;
}
.customer-subtitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 37px;
    color: #5D5D64;
}
.content-customer .btn-primary {
    background-color: #E5E9F2;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-left: 10px;
    border-radius: 5px;
}


/*Content subcribe*/
.content-subcribe {
    margin-top: 100px;
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #F6F8FD;
    position: relative;
}
.illustration-subcribe img {
    z-index: 0;
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.subcribe {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 600px;
}
.subcribe-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 20px;
    color: #34364A;
}
.subcribe-subtitle {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #5D5D64;
    margin-bottom: 30px;
}


/*Section footer*/
.section-footer {
    background-color: #383638;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-subtitle, .footer-text {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #bdbdbd;
}
.section-footer .nav-link {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #bdbdbd;
}
.section-footer .nav-item h1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    color: #FFFFFF;
}
@media (max-width:768px) {
    /*hero*/
    .page-hero {
        height: 640px;
    }
    .hero-title{
        font-size: 35px;
        line-height: 60px;
    }
    .hero-info .nav-link {
        font-size: 23px;
    }

    /*content type*/
    .text-type-title {
        font-size: 30px;
        line-height: 46px;   
    }
    .text-type-subtitle {
        font-size: 16px;
        line-height: 30px;
    }
    .image-type-active{
        margin-bottom: 35px;
    }
    
    /*Content customer*/
    .content-customer {
        margin-top: 30px;
    }
    .illustration-customer {
        margin-bottom: 35px;
    }

    /*Content subcribe*/
    .subcribe {
        width: 100%;
    }

    /*Section footer*/
    .section-footer .nav {
        margin-left: -13px;
        margin-top: 20px;
    }
}
@media (max-width:576px) {
    /*hero*/
    .page-hero {
        height: 560px;
    }
    .hero-title {
        font-size: 25px;
        line-height: 50px;
    }
    .hero-subtitle {
        line-height: 34px;
        font-size: 18px;
    }
    .hero-info .nav-link {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        font-size: 15px;
        line-height: 10px;
    }
    .hero-info .nav-link p {
        font-size: 11px;
        line-height: 30px;
    }
    .btn-secondary {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .btn-catalog{
        font-size: 13px;
        margin-left: 0px;
    }

    /*content features*/
    .features-title{
        margin-top: 20px;
        line-height: 46px;
        margin-bottom: 10px;
    }
    .features-body .card {
        margin-bottom: 20px;
    }

    /*content articel*/
    .content-articel-title{
      line-height: 49px;
    }
    .post-articel-active {
        margin-top: 20px;
    }
    .post-articel {
        margin-top: 40px;
    }
    .post-articel .card {
        margin-bottom: 50px !important;
    }
}
@media (max-width:345px) {
    /*hero*/
    .page-hero {
        height: 670px;
    }
    .hero-info .nav-link {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        font-size: 13px;
        line-height: 30px;
    }
    .hero-info .nav-link p {
        font-size: 10px;
        line-height: 10px;
    }
    
}