section {
    padding: 4rem;
}

#mainNav .navbar-brand  {
    color: #483d8b;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link {
    color: #483d8b;
}

#mainNav.navbar-shrink .navbar-brand {
    color: #6a8af9;
}

#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #6a8af9;
}

#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link.active ,#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover {
     color: #6a8af9 !important;
 }

 header .masthead {
    min-height: 48rem !important;
    height: 48rem;  
}

.masthead .container .row {
    /* margin-top: 5rem; */
}

.text-tagline {
    font-family: 'Rubik', sans-serif;
    font-size: 2.5rem !important;
    margin-top: 5rem;
}

header.masthed p {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

.btn-primary {
    background-image: linear-gradient(135deg, #f78ca0, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
    border: none;
}

.image-developer {
    overflow: hidden;
    max-height: 40rem;
    /* margin-top: 1rem; */
}

.image-developer img {
    width: 100%;
}

.section-heading {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #293b5f;
    padding-top: 5rem;
    
}

hr.light {
   border-color: #c4c2c2;
}

.text-line {
    
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    position: relative;
    color: rgba(84, 94, 111, 1);
    line-height: 24px;
    font-size: .9rem;
    padding-top: .5rem;
}

.feature {
    padding-bottom: 2rem !important;
}

.about-features {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    position: relative;
    color: rgba(84, 94, 111, 0.8);
    line-height: 24px;
    font-size: .9rem;
    padding-top: .5rem;
}

.card-features {
    padding-left: 5rem;
}

.features {
    float: left;
    /* border: 1px solid rgba(84,94,111,.04); */
    box-shadow: 0 2px 3px 0 rgba(84,94,111,.04), 0 6px 13px 0 rgba(84,94,111,.08);
    margin: 15px 10px;
    /* margin-bottom: 10px; */
    border-radius: 10px;
    min-height: 220px;
}

.green {
    background-image: linear-gradient( 135deg, #98d99e 0%, #71c177 100%);
    margin-top: 5rem;
}

.blue {
    background-image: linear-gradient( 135deg, #91daff 0%, #80b7ff 100%);
}

.purple {
    background-image: linear-gradient( 135deg, #cd7fe5 0%, #6453a9 100%);
    margin-top: 8rem;
}

.lightblue {
    background-image: linear-gradient( 135deg, #3bc3f3 0%, #35e9ce 100%);
    margin-top: -2rem;
}

.lightpurple {
    background-image: linear-gradient( 135deg, #a6a1ff 0%, #747cfd 100%);
    margin-top: -6rem;
}

.pink {
    background-image: linear-gradient(135deg, #f78ca0, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
}


.text-muted {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    position: relative;
    color: rgba(255, 255, 255, 1) !important;
    font-size: .85rem;
    
}

.card-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 1.3rem;
    font-size: 1rem;
    letter-spacing: .5px;
    text-transform: capitalize;
     color: rgba(255, 255, 255, 1);
     margin-bottom: 0.75rem !important;
}

.card-features .col-lg-4 {
    max-width: 30%;
}

.features img {
    width: 40px;
    height: 36px;
   
}


.nav-title {
    color: #33334f;
    padding: 0;
    margin-top: 1rem;
    font-size: 1rem;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

a img {
    width: 40px;
    height: 28px;
    margin-right: 1rem;
}


.colorIcons {
    width: 48px;
    height: 48px;
    float: left;
}

.tab-content p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}

.code {
    background-image: url('../img/code.png');
    /* background-position: center; */
    background-size: cover;
}

.code .snippet {
    overflow: hidden;
    /* background-image: url('../img/snippet.png'); */
    background-size: cover;
  
}

.code .snippet img {
    width: 100%;
    border-radius: 10px;
}

ul li {
    list-style: none;
}

.list-group {
    margin-left: 4rem;
    margin-top: 1.5rem;
}

.list-group li {
    padding-top: 1rem;
    font-size: .9rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: rgba(84, 94, 111, 0.7);
}

.services {
    background-image: url('../img/services.png');
    /* background-position: center; */
    background-size: cover;
}

.services .container {
    padding-top: 0;
    margin-top: 0;
}

.service-card {
    border: 1px solid rgba(84,94,111,.04);
    box-shadow: 0 2px 3px 0 rgba(84,94,111,.04), 0 6px 13px 0 rgba(84,94,111,.08);
    border-radius: 10px;
    background-color: #ffffff;
}

.service-card .service-icon {
    /* background-color: #f2f3fe; */
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: auto;
    margin-top:     .5rem;
}

.service-card .service-icon img {
    margin-top: .9rem;
}

.service-card .service-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 1rem;
    font-size: 1rem;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #2e2e48;
    margin-bottom: 0 !important;
}

.service-card .text-service {
    font-size: .9rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: rgba(84, 94, 111, 0.7);
    padding: .5rem .5rem 1rem .5rem;
}

hr {
    border-color:  rgba(0,0,0,.1);
}
.process {
   padding-bottom: 10rem;
}

 #svgIcons {
    /* filter: brightness(100); */
}

.nav-pills .nav-link, .nav-tabs .nav-link {
    font-family: 'Rubik', sans-serif;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #f78ca0 !important;
    background-image: linear-gradient(135deg, #f78ca0, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
    font-family: 'Rubik', sans-serif;
}

a:hover {
    color: #9c9ca7;
}

a {
    color: #9c9ca7;
}

.technology {
    background-image: url('../img/tech.png');
   
    background-size: cover;
    padding-bottom: 8rem !important;
}
.technology .container {
    padding-top: 0;
    margin-top: 0;
}

.tech-heading {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #293b5f;
    padding-top: 1rem;
}

.tech-card {
    border: 1px solid rgba(84,94,111,.04);
    box-shadow: 0 4px 6px 0 rgba(84,94,111,.04), 0 6px 13px 0 rgba(84,94,111,.08);
    border-radius: 10px;
    background-color: #ffffff;
}

.tech-card .tech-icon {
    /* background-color: #f2f3fe; */
    width: 40px;
    height: 40px;
    border-radius: 30px;
    margin: auto;
    margin-top: .5rem;
}

.tech-card .tech-icon img {
    margin-top: .5rem;
}

.tech-card .tech-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    margin-top: .6rem;
    font-size: .9rem;
    padding: 0 .5rem;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: rgba(84,94,111,.8);
    margin-bottom: .6rem !important;
}

#contact {
    background-image: linear-gradient(65deg, #3d3d59, #37376e);
    padding: 0rem !important;
}

.footer-text {
    color: #ffffff;
    padding-left: 5rem;
    font-family: 'Roboto', sans-serif;

}

.footer-link {
    color: #9a9a9a;
    padding-left: 5rem;
    font-family: 'Rubik', sans-serif;
    font-size: .85rem;
    line-height: 0;
}

.nav-tabs .nav-link.active {
    background-color: #fbf9ff;
    color: #007bff;
    /* font-family: 'Rubik', sans-serif; */
    border-bottom-color: rgb(250, 249, 255);
}

.collapse-card {
    border-radius: 15px;
    padding: 24px 30px 18px;
    margin-top: 2rem;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 2px 3px 0 rgba(84,94,111,.04), 0 6px 13px 0 rgba(84,94,111,.08);
    border: 1px solid rgba(84,94,111,.04);
}

.collapse-card .nav-title {
    padding-left: 64px;
    margin-top: 0;
}

.collapse-card-desc {
    margin-top: 8px!important;
    font-size: 1rem;
    color: rgba(84,94,111,.4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: 'Roboto', sans-serif;
    margin-left: 15px;
    padding-left: 15px;
    line-height: 1.5;
}

.is-open .nav-title {
    color: #6a8af9;
}

.is-open .collapse-card-desc {
    
    white-space: normal;
    text-overflow: initial;
    color: rgba(84,94,111,.8);
    line-height: 1.5;
}


.collapse-card .nav-title:hover, .collapse-card:hover > .nav-title {
    color: #6a8af9;
}

@media (min-width: 768px){
header.masthead p {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}
}

@media (min-width: 992px) {
    header .masthead {
        height: 48rem;
        min-height: 48rem;  
    }
}

@media (max-width: 575.98px) {
   
    section {
        padding: 4rem 1rem;
    }
   
    .image-developer {
        display: none;
    }

    .text-tagline {
        margin-top: 0;
    }

    .section-heading {
        padding-top: 2rem;
        text-align: center;
    }

    .text-line {
        text-align: center;
    }

    .feature {
        padding-bottom: 4rem !important;
    }
    
    .card-features {
        padding-left: 0rem;
    }
     
    .card-features .col-lg-4 {
        max-width: 100%;
    }

    .features {
        min-height: 180px;
        margin-top: 1rem;
    }
    
    .list-group {
        margin-left: 0rem;
        margin-top: 1rem;
    }

    .nav-pills .nav-link {
        text-align: center;
        font-size: 1rem;
    }

    .colorIcons {
        width: 28px;
        height: 28px;
        float: left;
        margin-right: 1rem;
    }

    .nav-title {
        line-height: 1.64;
        margin-top: 2rem;
    }

    
.collapse-card .nav-title {
    padding-left: 15px;
    line-height: 2;
}

.collapse-card-desc {
      margin-left: 0px;
     padding-left: 0px;

}
}
