body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #2A262E;
}

h1{
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    
}


.nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.nav-item{
    list-style: none;
    margin-right: 3em;
}

.nav-item a {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #2A262E;
    text-decoration: none;
    padding: 5px;
}

.nav-item:first-child {
    margin-right: auto;
    margin-left: 1em;
    
}


header {
    background-color: #2ED1C5;
    height: 5em;
    position: relative;
    bottom: 16px;
    padding: 30px;  
}


.textbox{
    display: flex;
    background-color: #2A262E;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 2em 2em 2em 2em;
}

.textbox2{
    display: flex;
    background-color: #2A262E;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 2em;
    
    
}

.textboxright{
    justify-content: center;
    text-align: center;
    order: 3;
    position: relative;
    right: 2em;
    bottom: 3em;
}

.textboxleft{
    margin-right: 100px;
    justify-content: center;
    text-align: center;
    order: 1;
    position: relative;
    right: 23em;
    bottom: 6em;
}

.imageleft{
    position: relative;
    left: 3em;
    
}

.imageright{
   position: relative;
   left: 50em;
   bottom: 2em;
}

.video {
    background-color: black;
    width: 100%;
    height: 568px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 1em;
    overflow: hidden;
    
}

p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: white;
    text-decoration: none;
    padding: 5px;
    line-height: 30px;
    text-align: center;
}

.button {
    background-color: #C4C4C4;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    margin: 1em;
    font-size: 16px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    z-index: 1;
    position: relative;
    bottom: 97em;
    left: 45em;

    
}

.bg1 {
    width: 1518px;
    height: 144px;
    background-color: #2ED1C5;
    position: relative;
    bottom: 1em;
}


.bg2 {
    width: 1518px;
    height: 144px;
    background-color: #2ED1C5;
    
    
}

hr {
    opacity: 0.08;
}

.click:hover{
    background-color: #2A262E;
    color: white;
}

.center-text {
    position: relative;
    left: 8em;
    /* margin: auto; */
}

.center-div {
    margin: 5em 0 2em 0;
    
}

.flex-container {
	display: flex;
	justify-content: space-around;
	/* margin: 2em 10em 5em 15em; */
    margin: auto;
	flex-direction: row;
	flex-wrap: wrap;
	width: 55em;
	/* background-color: blue; */
	row-gap: 16px;
}

.margin {
    margin: 3em;
}