@media (min-width: 1024px){
    .navbar.projects-header.no-background{
        background-color: #060816 !important;
        margin-top: 56px !important;
    }
    .projects-top-bar{
        background:  #060816 !important;
    }
}

.navbar{

    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    /* border: 1px solid rgba(255, 255, 255, 0); */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    /* border-radius: 12px; */
    /* padding: 1rem 2rem; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.ai-img{
	display: block !important;
	margin: auto;
	margin-bottom: 15px !important;
}
.projects-area{
    padding-top: 200px;
}
.contact-us-btn{
    border-radius: 50px;
}
.projects-area .services-content .item::after{
    background: none !important;
}
.projects-area .services-content .item::before{
    background: none !important;
}
.contact-form{
  text-align: -webkit-right;
}
.contact-btn{
    background: #3d8ec7;
    font-weight: 600;
    color: white;
    padding: 0.6rem 0.6rem;
    font-size: 15px;
    border-radius: 50px;
}
.form-control.is-invalid{
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
#hero {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero-text {
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.17);
    padding: 1rem 2rem;
    border-radius: 12px;
    display: inline-block;
    font-size: 3rem;
    font-weight: 600;
}

.hero-sub { color: #eee;
    font-size: 1.25rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    margin-top: 0.5rem;
}
