* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #f2f2f2;
}
.container, .container-fluid {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: medium;
    text-transform: uppercase;
    color: #f2f2f2;
}
.navbar-brand {
    margin-left: 15px;
}
.navbar-dark {
    background-color: #000000 !important;
}
.fixed-top {
    opacity: 0.9 !important;
    height: 50px;
    box-shadow: 2px 2px 5px #ffffff;
}
@media (max-width: 992px) {
    .fixed-top {
        padding: 5px 0px;
        height: auto;
    }
}
.uai-logo.scrolled {
    max-height: 45px;
}
.active {
    color: #ffffff;
    font-weight: 500;
}
@media (max-width: 992px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
}
.uai-logo {
    max-height: 75px;
}
@media (max-width: 576px) {
    .uai-logo {
        max-height: 45px;
    }
}
.uai-shape {
    max-height: 40px;
    display: none;
}
.logo {
    max-height: 75px;
}
.video {
    max-height: 800px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    background-image: linear-gradient(90deg, black, grey);
}
video {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    filter: brightness(50%);
}
.caption {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 35%;
}
.title {
    font-size: 3vw;
    text-transform: uppercase;
    letter-spacing: 3px;
}
@media only screen and (max-width: 992px) {
    .title {
        font-size: 5vw;
    }
}
.description {
    font-size: 2vw;
    font-weight: lighter;
    text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
    .description {
        font-size: 4vw;
    }
}
.shape {
    max-width: 21vw;
    margin-bottom: 0; 
}
@media only screen and (max-width: 992px) {
    .shape  {
        max-width: 45vw;
    }
}
.about {
    height: auto;
    background-image: url('../images/about.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 992px) {
    .about  {
        background-image: none;
        background-color: #000000;
    }
}
.center {
    text-align: center;
    margin: 0px auto;
    padding: 50px;
}
.counters {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 40px 20px;
	border-bottom: 3px #f2f2f2 solid;
    margin: 50px auto;
    display: grid;
	grid-template-columns: repeat(3, 1fr) 30px;
}
@media (max-width: 992px) {
	.counters {
		grid-template-columns: repeat(1, 3fr);
        background-color: #000000;
	}
}
.counter-value {
    font-size: 80px;
    display: inline;
}
.counter-text {
    font-size: 20px;
    font-weight: lighter;
}
.line-item {
    width: 80%;
    border-bottom: 1px #f2f2f2 solid;
    display: none;
    margin: 25px auto;
}
@media (max-width: 992px) {
    .line-item {
        display: block;
    }
}
.title-item {
    font-size: 3vw;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 50px auto 100px;
}
@media (max-width: 992px) {
    .title-item {
        font-size: 5vw;
        margin: 25px auto 50px;
    }
}
.text-item {
    height: 400px;
    margin: 0px;
    padding: 0;
    width: 100%;
}
@media (max-width: 992px) {
    .text-item {
        height: auto;
    }
}
.services {
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.item-section {
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 3px #f2f2f2 solid;
    padding: 40px;
}
@media (max-width: 992px) {
    .item-section {
        background-color: #000000;
    }
}
.item-paragraph {
    font-size: 1.2vw;
    font-weight: lighter;
}
@media (max-width: 992px) {
    .item-paragraph {
        font-size: 4vw;
    }
}
.item-text {
    font-size: 1.2vw;
    font-weight: lighter;
    padding: 20px;
    margin: auto;
}
@media (max-width: 992px) {
    .item-text {
        font-size: 4vw;
        margin: 15px auto;
    }
}
.module {
    position: relative;
    height: auto;
}
.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
    animation-duration: 0.6s;
}
.already-visible {
    transform: translateY(0);
    animation: none;
}
@keyframes come-in {
    to { transform: translateY(0); }
}
.row {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.col-lg-3 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.dark-title-item {
    font-size: 3vw;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 50px auto;
    color: #000000;
}
@media (max-width: 992px) {
    .dark-title-item {
        font-size: 5vw;
        margin: 60px auto 10px;
    }
}
.dark-menu-item {
    font-size: 2vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px auto 0px;
    color: #000000;
    padding: 50px 0px;
    box-sizing: border-box;
}
@media (max-width: 992px) {
    .dark-menu-item {
        font-size: 4vw;
        margin: 45px auto 0px;
        padding: 0px 0px 10px;
    }
}
.dark-item-paragraph {
    font-size: 1.2vw;
    font-weight: lighter;
    color: #000000;
    margin: 0px auto 20px;
    padding: 0px 20px;
    height: 200px;
    box-sizing: border-box;
}
@media (max-width: 992px) {
    .dark-item-paragraph {
        font-size: 4vw;
        padding: 10px 30px 20px;
        height: auto;
        margin: 5px auto;
    }
}
.dark-img {
    margin-top: 50px;
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center bottom;
    overflow: hidden;
}
.contact {
    text-align: center;
    margin: 0px auto;
    padding: 15px 0px 0px;
    height: auto;
    box-sizing: border-box;
    background-image: url('../images/contact.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
}
@media (max-width: 992px) {
    .contact {
        background-image: none;
        background-color: #000000;
    }
}
.facebook {
    width: 50px;
    padding: 0;
    margin: 0 auto;
    height: 50px;
    text-align: center;
}
#home {
    width: 100%;
    padding: 0;
    margin: 25px auto;
    text-align: center;
    background-color: #ffffff;
}
.image_off, #home:hover .image_on{
    display: none;
    max-height: 45px;
    margin: auto;
}
.image_on, #home:hover .image_off{
    display: block;
    max-height: 45px;
    margin: auto;
}
.wrapper {
    margin: 25px auto;
}
iframe {
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 450px;
}
.menu-item {
    font-size: 2vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px auto 0px;
    padding: 50px 20px;
}
@media (max-width: 992px) {
    .menu-item {
        font-size: 4vw;
        margin: 0px auto;
        padding: 20px 0px;
    }
}
.copyright {
    text-align: center;
    background-color: #000000;
    margin: 0;
    padding: 10px;
    width: 100%;
}
.copyright-paragraph {
    font-size: 1vw;
    font-weight: lighter;
}
@media (max-width: 992px) {
    .copyright-paragraph {
        font-size: 3vw;
    }
}
#myBtn, .copyright-link {
    color: #4d94ff;
}
#myBtn:hover, .copyright-link:hover {
    color: #3385ff;
    text-decoration: none;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}
@media (max-width: 992px) {
    .modal {
        padding-top: 20px;
    }
}
.modal-content {
    background-color: rgba(0,0,0,0.4);
    margin: auto;
    padding: 20px;
    border: none;
    width: 80vh;
    text-align: right;
}
@media (max-width: 992px) {
    .modal-content {
        width: 100%;
    }
}
.close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
#toTop {
    width: 75px;
    height: 75px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    background: none;
}
@media (max-width: 992px) {
    #toTop {
        width: 60px;
        height: 60px;
    }
}
.toTop {
    width: 100%;
}
.uaicosmeticauto {
    margin: 100px auto 50px;
    width: 450px;
}
@media only screen and (max-width: 992px) {
    .uaicosmeticauto {
        margin: 50px auto 25px;
        width: 100%;
        max-width: 250px;
    }
}
.uaicosmeticauto-white {
    margin: 100px auto 50px;
    width: 450px;
    display: block;
}
.uaicosmeticauto-dark {
    margin: 100px auto 50px;
    width: 450px;
    display: none;
}
@media only screen and (max-width: 992px) {
    .uaicosmeticauto-white {
        margin: 50px auto 25px;
        width: 100%;
        max-width: 250px;
        display: none;
    }
    .uaicosmeticauto-dark {
        margin: 50px auto 25px;
        width: 100%;
        max-width: 250px;
        display: block;
    }
}
.dark-title {
    font-size: 2vw;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000000;
}
@media only screen and (max-width: 992px) {
    .dark-title {
        font-size: 4vw;
    }
}
.dark-description {
    font-size: 1.5vw;
    font-weight: lighter;
    text-transform: uppercase;
    color: #000000;
}
@media only screen and (max-width: 992px) {
    .dark-description {
        font-size: 3vw;
    }
}
.background-filter::after {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    content: "";
    display: block;
    position: absolute;
    width: 100%; 
    height: 100%;
    top: 0;
}
.background-filter {
    position: relative;
}
.background {
    background-image: url('../images/uaicosmeticauto.jpg');
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #000000;
}
@media only screen and (max-width: 992px) {
    .background {
        background-image: none;
        background-color: #f2f2f2;
    }
}
.u-non-blurred {
    position: relative;
    z-index: 1;
}
.our-services {
    background-image: url('../images/servicii.jpg');
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #000000;
}
@media only screen and (max-width: 992px) {
    .our-services {
        background-image: none;
        background-color: #f2f2f2;
    }
}
.contact-us {
    text-align: center;
    margin: 0px auto;
    padding: 15px 0px 0px;
    background-color: #ffffff;
    height: auto;
    box-sizing: border-box;
    background-image: url('../images/contact-us.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 992px) {
    .contact-us {
        background-image: none;
        background-color: #f2f2f2;
    }
}
#myImg {
    max-height: 250px;
}
.content {
    max-width: 250px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}
.content:hover .overlay {
    opacity: 1;
    cursor: pointer;
}
.text {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.text:hover {
    color: #ffffff;
}
#popup {
    height: auto;
    width: 100%;
    background-color: #ffff66;
    position: fixed;
    padding: 25px;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
}
.dark-paragraph {
    font-size: 1.2vw;
    font-weight: lighter;
    color: #000000;
    margin: 15px auto;
    padding: 0px 35px;
    box-sizing: border-box;
}
@media (max-width: 992px) {
    .dark-paragraph {
        font-size: 4vw;
        padding: 20px 50px;
        height: auto;
    }
}
.dark-title {
    font-size: 3vw;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 15px auto;
    color: #000000;
    padding: 5px 35px;
}
@media (max-width: 992px) {
    .dark-title {
        font-size: 5vw;
        padding: 20px 50px;
    }
}
.dark-subtitle {
    font-size: 2vw;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 35px auto 5px;
    color: #000000;
    padding: 5px 35px;
}
@media (max-width: 992px) {
    .dark-subtitle {
        font-size: 4vw;
        padding: 20px 50px;
    }
}
.pret {
    text-align: center;
    margin: 0px auto;
    padding: 15px 0px;
    height: auto;
    box-sizing: border-box;
    background-color: rgba(0,140,186,0.8);
}
.price-btn {
    margin: 50px auto;
}
.info-btn {
    width: 80%;
}
.light-btn {
    bottom: 25px;
    margin: 25px auto;
    width: 80%;
}
.our-portfolio {
    text-align: center;
    margin: 0px auto;
    padding: 15px 0px 0px;
    background-color: #ffffff;
    height: auto;
    box-sizing: border-box;
    background-image: url('../images/portfolio.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 992px) {
    .our-portfolio {
        background-image: none;
        background-color: #f2f2f2;
    }
}
.rectificare {
    background-color: #f2f2f2;
    padding: 50px 0px;
    text-align: center;
}
.gallery {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
.column .img-gallery {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    max-width: 450px;
    cursor: zoom-in;
}
@media screen and (max-width: 992px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 576px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
.img-gallery {
    transition-timing-function: ease-in-out;
    transition: transform 0.5s;
}
.img-gallery:hover {
    transform: scale(1.5);
}
@media screen and (max-width: 992px) {
    .img-gallery:hover {
        transform: none;
        cursor: default;
    }
}
.our-video {
    background-color: #000000;
    height: auto;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.uai-video {
    width: 100%;
    margin: 80px auto 25px;
    height: auto;
}
.detailed-video {
    margin: 0px auto 25px;
    padding: 5px;
    width: 100%;
    max-height: 350px;
    height: auto;
}
@media screen and (max-width: 992px) {
    .detailed-video {
        width: 80%;
    }
}
.vid-div {
    margin: 25px auto;
    padding: 5px;
    height: auto;
}

















