body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.logo{
    width: 150px;
    height: 80px;
    cursor: pointer;
    margin-right: auto;
}


.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;  
}



.image-container {
    position: absolute;
    top: 7.72em;
    z-index: 1;
}

#flex-container {
    display: flex;
    justify-content: space-between;
    padding: 5em;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 50px;
    background-color: #2A262E;
    
    

}

/* .flex-items {
    width: 242px;
    height: 363px;
    background-color: white;

    
    
} */

.img-position {
    /* padding: 2em; */
    margin: 1.5em;
    width: 242px;
    height: 363px;
    border: 10px solid white;
    transition: transform .2s;
    
}


.img-position:hover{
    -ms-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    transform: scale(1.1); 
}

#button {
    transition: transform .2s;
    cursor: pointer;
}

#button:hover {
    -ms-transform: scale(1.2); 
    -webkit-transform: scale(1.2); 
    transform: scale(1.2); 
}

.bg {
    width: 100%;
    height: 100%;
    background-color: #2A262E;
    position: absolute;
    top: 43.2em;
}


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

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

h3 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: white;
    position: relative;
    bottom: 2em;
}

.choose {
    margin-left: 6em;
}

select {
    width: 20em;
    height: 2.3em;
    position: relative;
    bottom: 2em;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

option {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    
}

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

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

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