* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

body {
    overflow-x: hidden;
}

#main-showcase {
    min-height: 430px;
    background: url("../images/cover main.jpg");
    background-position: center;
    background-size: cover;
}

#main-showcase h1 {
    margin-top: 50px;
    color: white;
}

#main-showcase a {
    margin-top: 40px;
}

nav a {
    text-decoration: none;
    color: black;
    transition: color 1s;
}

nav a:hover {
    color: white;
}

nav li {
    transition: background 1s, color 1s;
}

nav li:hover {
    background: #0D6EFD;
    color: whitesmoke;
}

#about-showcase h2 {
    font-size: 120%;
}

#about-showcase p {
    font-size: 110%;
}

#services img {
    height: 180px;
}

#form input {
    width: 100%;
    height: 33px;
    border: none;
    border-bottom: 3px solid #212529;
    transition: border-bottom 500ms;
}

#form textarea {
    width: 100%;
    border: none;
    border-bottom: 3px solid #212529;
}

#form input:hover {
    border-color: white;
    border-bottom: 3px solid white;
}

#home-submit {
    background: #212529;
    color: white;
}

#home-submit:hover {
    border: none;
    background: #3f4347;
}

#newsletter-wrap {
    border: 2px solid #212529;
    width: fit-content;
    margin: 0 auto;
}

#contact-newsletter {
    background: url("../images/contact-cover.jpg");
    color: white;
    background-size: cover;
}

#products-showcase img {
    height: 100px;
}

.product-card {
    color: black;
    text-decoration: none;
    transition: 500ms;
}

.product-card:hover {
    color: black;
    transform: scale(1.1, 1.1) translateY(-30px);

}

.product-card a {
    color: black;
    text-decoration: none;
}

.product-card a:hover {
    color: black;
}

div {
}

#it-bg {
    margin-top: 100px;
    height: 500px;
    width: 65%;
    position: absolute;
    right: 50px;
    top: 50px;
    background: url("../images/ai.jpg");
    background-position: center;
    background-size: cover;
}

#it-content {
    margin-top: 100px;
    position: absolute;
    bottom: 20px;
    left: 50px;
    background: lightslategray;
}



#about-side-display {
    background: url("../images/Blue-abstract-pattern-iphone-x.jpg");
    background-position: center;
    background-size: cover;
}

#oil-showcase {
    background: url("../images/shutterstock_717797560_offshore-oil-and-gas-field.jpg");
    background-position: center;
    background-size: cover;
    transition: background-size 1000ms;
}

#oil-showcase:hover {
    background-size: 170%;
}

#consulte-wallpaper{
    background: url("../images/new\ track.png");
    background-position: center;
    background-size: cover;
}