* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.container-1 {
    max-width: 1100px;
    margin: auto;
}


header {
    background-image: linear-gradient(rgba(165, 216, 64, 0.2), rgba(165, 216, 64, 0.7));
    min-height: 100vh;
    border: 2px solid white;
}



.nav-bar {
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}

.icon {
    font-size: 30px;
    font-weight: bold;
    color: black;
    letter-spacing: 1.5px;
    cursor: pointer;
}


nav ul {
    list-style: none;
}

nav ul li {
    display: inline-block;

}

nav ul li a {
    text-decoration: none;
    padding: 5px 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: black;
    font-size: 1.1rem;
    font-weight: bold;
}

nav ul li a:hover {
    background-color: black;
    color: rgba(165, 216, 64);
}

.img {
    width: 200px;
    height: 230px;

}


.container {
    background-image: linear-gradient(rgba(237, 10, 36, 0.2) 50%, rgba(115, 64, 216, 0.2) 50%);
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
}


.card-items {
    max-width: 1100px;
    margin: auto;
    display: flex;
    min-height: 100vh;
    justify-content: space-between;
    align-items: center;
}



.row {
    display: flex;
    height: 100%;
    align-items: center;
}

.col {
    flex-basis: 50%;
}




.title {
    text-align: center;
}

.title h2 {
    font-size: 40px;
    padding-top: 40px;
}

.card h3 {
    font-size: 22px;
    margin-bottom: 20px;
    text-decoration: underline;
}


.card {
    position: relative;
    width: 320px;
    height: 350px;
    background-color: white;
    padding: 50px 30px;
    border-radius: 20px;
    box-shadow: 5px 2px 2px;
    border: 2px solid black;
}

.card p {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.card-1 {
    width: 250px;
    height: 300px;
    display: inline-block;
    background-color: rgb(49, 45, 45);
    padding: 25px 25px;
    border-radius: 20px;
    margin: 25px 10px;
    box-shadow: 5px 2px 2px;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;
    border: 2px solid black;
}

.card-1:hover {
    transform: translateY(-10px);
}

h1 {
    font-size: 22px;
    color: black;
}

.img-1 {
    background-image: url(img/dgset.jpg);
}

.img-2 {
    background-image: url(img/dgset2.png);
}

.img-3 {
    background-image: url(img/dgset3.webp);
}

.img-4 {
    background-image: url(img/40-kva-silent-diesel-generator.jpg);
}


.v {
    font-size: 70px;
    color: red;
}

.G {
    font-size: 50PX;
    color: red;
}

.c {

    color: red;
    font-size: 30px;
}


.container-3 {
    display: flex;
    background-image: linear-gradient(rgba(2, 124, 246, 0.2), rgba(245, 8, 162, 0.7));
    min-height: 100vh;
    border: 2px solid white;
}

.row-3 {
    display: flex;
    align-items: center;
    min-height: 100%;
    justify-content: space-between;
}


.col-3 {
    flex-basis: 45%;
}

.card-3 {
    min-height: 400px;
    background-color: yellowgreen;
    padding: 50px 40px;
    box-shadow: 5px 2px 2px;
    margin-right: 30px;
    margin-left: 30px;
    border: 2px solid black;
}


.card-4 {

    min-height: 400px;
    background-color: white;
    padding: 50px 40px;
    margin-right: 30px;
    margin-left: 30px;
    box-shadow: 5px 2px 2px;
    border: 2px solid black;
}

.col-3 h2 {
    margin-bottom: 20px;
    text-align: center;
    text-decoration: underline;
}

.col-3 p {
    font-size: 16px;
    letter-spacing: 0.5px;
}


.footer-distributed {
    background: #666;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
}

/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: black;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 15px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: lightseagreen;
    text-decoration: none;
    ;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}



.footer-distributed .footer-company-about span {
    display: block;
    color:black;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }


    .icon p{
        font-size: 9px;
        color: black;
        cursor: pointer;
        margin-top: -30px;
    }
    .v .G{
        font-size: 6px;
    }
    

    nav ul li a {
        font-size: 6px;
    }


    .card-1 {
        display: none;
    }

    .page{
        font-size: 20px;
        margin-top: 60px;
        margin-left: 120px;
        text-align: center;
        color:black;
    }
    header{
        min-height: 80vh;
    }


    .card-items {
        max-width: 1100px;
        margin-top: 20px;
        margin-left:60px;
        display: flex;
        flex-flow: row wrap;
        min-height: 100vh;

    }
    .card{
        margin-top: 20px;
    }

    .row-3{
        display: flex;
        flex-flow: row wrap;
        margin-top: 20px;
        margin-left: 60px;
    }
    .card-3{
        margin-top: 20px;
        margin-bottom: 20px;
    }

}


