@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');


body{
    font-family: 'Open Sans', sans-serif !important;
}
.navbar-toggler{
    border: none;
}
.navbar .nav-link{
    font-weight: 300;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 1px;
    color: white !important;
}
.navbar .active{
    font-weight: 500 !important;
}
.nav-btn{
    background-color: #021B79 !important;
}
#js-text{
    font-size: 2.5em;
}
#js-text:after {
    content: '';
    margin-bottom: -2px;
    width: 1px;
    height: 1.1em;
    background: white;
    opacity: 0;
    display: inline-block;
    animation: blink 350ms linear infinite alternate;
}
.js-text {
    color: white;
    text-align: center;
    font-weight: bold;
    padding-top: 5em;
    padding-bottom: 10vh;
    height: 13em;
    width: 100%;
    /*transform: translate(-50%, -50%);*/
    background-position: center;
    background-size: cover;
    background-image: url("../assets/images/aaa.jpg");

}
@media (max-width: 1250px) {
    .js-text{
        padding-top: 5em;
        padding-bottom: 10vh;
    }

}

@media (max-width: 698px){
    #js-text{
        font-size: 2em;
        padding-left: 2em;
        padding-right: 2em;

    }

    #js-text:after{
        height: 1em;
    }
    .js-text{
        padding-top: 4em;

    }
}


@keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.order img{
    max-width: 100%;
}
.th-heading{
    font-weight: bold;
    font-size: 28px;
    color:  rgb(5,117,230);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.th-text{
    font-size: 20px;
}
.jumbotron{
    background-color: #e2e2e2;
}
.left{
    padding-right: 2em;
    padding-left: 2em;
    min-width: 8em !important;
    max-width: 8em !important;
    overflow: hidden;
    display: block;
    vertical-align: center;
}
.right{
    font-size: 1.1em;
    max-width: 15em;
    text-align: left ;
}
.icon{
    width: 72px;
}
.tech{
    padding-bottom: 2em;
}
.achieve .tech{
    justify-content: center;
}
@media (max-width: 698px){
    .left{
        padding-right: 1em;
        padding-left: 1em;
        min-width: 6em !important;
    }
}
/* BANNER CAROUSEL */
#banner_carousel .carousel-item img{
    object-fit: cover;
    max-height: 60vh;
}
@media screen and (max-width: 670px){
    #banner_carousel .carousel-item img{
        object-fit: cover;
        max-height: 120px;
    }
}
#banner_carousel a{
    color: white;
    text-decoration: none;
}
/* CONTACT FORM */
.contact-info{
    background-color: rgb(5,117,230);
    color: white;
}
.contact-info .company{
    font-size: 18px;
    letter-spacing: 0.5px;
}
.contact-info input, .contact-info textarea{
    border-radius: 1px;
    background-color: #e5e5e5;
}
.btn-orange{
    background-color: #E67605;
    color: white;
}
.contact-info a{
    color: white;
    text-decoration: none;
    transition: color 300ms;
}
.contact-info a:hover{
    color: orange;
}
.hidden{
    display: none;
}
/* PRICE BOX*/
.pricing{
    color: white;
}
#small-web{
    background-image: linear-gradient(30deg, #01ea33, #00c0fa);
}
#medium-web{
    background-image: linear-gradient(30deg, #015eea,  #00c0fa);
}
#big-web{
    background-image: linear-gradient(30deg, #ea0114, #f57402);
}
.price{
    font-size: 28px;
    font-weight: bold;
}
.card-header{
    border: none;
    background-color: transparent;
    font-size: 32px;
    font-weight: 550;
}

/* FOOTER */
.footer{
    color: white;
    text-align: center;
    background-color: rgb(5, 98, 230);
    height: auto;
}
.footer-link{
    color: white;
}
.footer-logo{
    width: 96px;
    height: 36px;
}
.footer-row{
    padding-top: 4em;
    padding-bottom: 4em;
}
.footer-small-logo{
    width: 35px;
    height: 35px;
}
.icon_src, .icon_src a{
    font-size: 12px;
    color: #007aff !important;
    text-decoration: none !important;
}