html {
    height: 100%;
}

body {
    /* background-color: rgb(41, 41, 41);
    background-image: url(../images/background.jpg); */
    background: rgba(65, 171, 72, 0.448);
    background: linear-gradient(349deg, rgba(65, 171, 72, 0.775) 0%, rgba(0, 119, 255, 0.496) 62%, rgba(255, 255, 255, 0.331) 91%)
                ,url(../images/background.jpg) no-repeat center center / cover;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container {
    background-color: rgba(0, 255, 255, 0);
    margin-left: auto;
    margin-right: auto;
    width: flex;
}

.container1 {
    /*background-color: rgba(219, 219, 219, 0.432);*/
    margin-left: auto;
    margin-right: auto;
    width: flex;
    position: relative;
}

header {
    background-color: rgba(255, 255, 255, 0);
    height: 118px;
    text-align: left;
    padding-top: 10px;
    position: relative;
}

.container2 {
    background-color: rgba(255, 255, 255, 0);
    height: inherit;
    width: auto;
    position: absolute;
    right: 0px;
    top: 0px;
}

.container2 h2 {
    text-align: right;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
}

nav {
    background-color: rgba(0, 0, 0, 0.10);
    width: 675px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 14px;
    clip-path: polygon(0 0S, 100% 0, 100% 100%, 0 100%);
}

nav a {
    color: black;
    font-size: 16px;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 50px;
    padding-right: 50px;
}

main {
    background-color: rgba(219, 219, 219, 0.432);
    height: 700px;
    padding-left: 25px;
    padding-bottom: 15px;
    text-align: left;
    width: 650px;
}

.main h2 {
    color: navy;
    font-size: xx-large;
}

.main p {
    color: black;
    font-size: larger;
}

.mainList {
    color: black;
    font-size: larger;
}

.red {
    color: rgba(255, 0, 0, 0.651);
    font-size: larger;
    font-weight: bold;
    text-decoration: underline;
}

.green {
    color:rgba(0, 128, 0, 0.801);
    font-size: larger;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

.blue {
    color: rgba(0, 0, 255, 0.712);
    font-size: larger;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

services{
    background-color: rgba(219, 219, 219, 0.432);
    height: 700px;
    padding-left: 25px;
    padding-bottom: 15px;
    text-align: left;
    width: 650px;
}

.services h2 {
    color: navy;
    font-size: xx-large;
}

.services p {
    color: black;
    font-size: larger;
}

.servicesList {
    color: black;
    font-size: larger;
}

.Sred {
    color: rgba(255, 0, 0, 0.651);
    font-size: larger;
    font-weight: bold;
}

.Sgreen {
    color:rgba(0, 128, 0, 0.801);
    font-size: larger;
    font-weight: bold;
}

.Sblue {
    color: rgba(0, 0, 255, 0.712);
    font-size: larger;
    font-weight: bold;
}

aside {
    background-color: rgba(255, 255, 255, .2);
    height: inherit;
    text-align: left;
    width: 300px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.aside h1 {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.aside h2 {
    color: rgba(206, 24, 24, 0.705);
}

.aside h4 {
    color: rgba(255, 255, 255, 0.918);
}

.aside label1 {
    margin-top: 0px;
    text-decoration: underline;
    font-size: 20px;
    width: 150px;
    height: 5px;
    display: inline-block;
}

.aside label {
    width: 160px;
    height: 5px;
    display: inline-block;
}

footer {
    background-color: #111;
    height: auto;
    padding-top: 15px;
    color: #fff;
}

.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-content p{
    margin: 10px auto;
    font-size: 14px;
}

.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials li{
    margin: 0 10px;
}

.socials a{
    text-decoration: none;
    color: #fff;
}

.socials a i{
    font-size: 1.1rem;
    transition: color .4s ease;
}

.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: #000;
    padding: 5px 0;
    text-align: center;
}

.footer-bottom p{
    font-size: 14px;
    word-break: 2px;
    text-transform: capitalize;
}

.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

h1 {
    margin-top: 10px;
    padding-top: 5px;
    color: white;
}

h2 {
    color: white;
}

h3 {
    margin: 0px;
    color: #fff;
}

h4 {
    height: 5px;
}

input {
    border-radius: 5px; width: 100px;
}

.btn{
    background-color: #181934;
    color:  #fff;
    border: 0;
    
  }
  .btn-sub{
    background-color: #2b6ba0;
    color:  #fff;
    border: 0;
    padding: 10px 30px;
    letter-spacing: 3px;
    text-transform: capitalize;
    margin-top: 10px;
    border: 1px solid white;
    display: flex;
    font-weight: bolder;
    
  }
  .button{
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    font-weight: bolder;
  }