@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Palanquin+Dark:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


/* * {
    margin: 0;
    padding: 0;
} */

body {
    /* background-image: url('images/header.png');
    background-repeat: no-repeat; */
    background-color: #e8deff;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.container {
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 90%;
    width: 1200px;
    /* background-color: white; */
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}

.Were-Here-for-Our-Customers-in-a-Changing-World-Dynamic-Technology-Development {
    margin-left: 30px;
    margin-top: 470px;
    width: 700px;
    font-family: 'Open Sans';
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #8172ab;
}

.About-Us {
    margin-top: 20px;
    margin-left: 30px;
    width: 308px;
    font-family: 'Palanquin Dark';
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.43;
    letter-spacing: normal;
    text-align: left;
    color: #190e4b;
}


.At-Motus-Software-Technologies {
    width: 600px;
    margin-left: 30px;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: left;
    color: #190e4b;
    text-align: justify;
}

.Products {
    margin-right: 30px;
    font-family: 'Palanquin Dark';
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.43;
    letter-spacing: normal;
    text-align: right;
    color: #190e4b;
}

.BidMan-Proposal-Management-Software {
    margin-right: 30px;
    margin-left: 30px;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: right;
    color: #190e4b;
}

.BidMan-Proposal-Management-Software-Bold {
    font-weight: bold;
}

.References {
    margin-left: 30px;
    margin-top: 100px;
    font-family: 'Palanquin Dark';
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.43;
    letter-spacing: normal;
    text-align: left;
    color: #190e4b;
}

.ReferencesFont {
    font-family: 'Palanquin Dark';
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 5.63;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.line {
    width: 1px;
    height: 223px;
    background-color: #000;
}

.Contact-Us {
    margin-right: 30px;
    margin-top: 100px;
    font-family: 'Palanquin Dark';
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.43;
    letter-spacing: normal;
    text-align: right;
    color: #190e4b;
}

.Adres {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: left;
    color: #190e4b;
}

nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin-left: 30px;

    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: left;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #190e4b;
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s;
}

nav ul li a:hover {
    background-color: #8172ab;
}