*{
    padding: 0;
    margin: 0;
    font-family: "Inter";
}

body {overflow-x: hidden;}

nav {
    background-color: aliceblue;
    position:fixed;
    top:0;
    width: 100%;
    height: 11vh;
    z-index: 2;
    text-align: center;
}

nav ul {
    justify-content: center;
    display: flex;
    flex-direction: row;
    text-decoration: none;
}

nav li {
    padding-top: 45px;
    padding-left: 50px;
    padding-right: 50px;
    list-style: none;
}

nav li a{
    color: #344051;
    text-decoration: none;
}
.nav-img {
    height: 11vh;
}


.vidio-container {
    height: 100%;
    position: relative;
}

#myVideo {
    margin: 0;
    position: relative;
    right: 0;
    bottom: 0;
  }

.content{
    margin: 0;
    color: white;
    position:absolute;
    top:40%;
    left:17%;
    z-index:1;
    font-size: 5rem;
}

.content p {
    font-size: 1rem;
    text-align: center;
}

.sponsor-bar{
    position: relative;
    top: -5px;
    padding: 0;
    margin: 0;
    height: 150px;
    background-color: #222427;
}

.sponsors img {
    margin-top: 25px;
    margin-right: 150px;
    margin-left: 150px;
    height: 100px;
}

.collection-container {
    width: 100%;
    display: grid;
    grid-template-columns: 500px 1fr 1fr 1fr;
}

.collection-txt {
    font-size: 4rem;
    margin: auto 0;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    margin-left: 50px;
    text-align: center;

}

.shopnow-btn {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 3;
    height: 30px;
    width: 150px;
    font-size: 1.5rem;
    background-color: rgb(187, 25, 138);
    color: aliceblue;
    border-radius: 5px;
    padding: 10px 10px;
    margin-left: 325px;
    margin-top: 400px;
    text-align: center;
}

.img-container{
    height: 600px;
    margin-left: 25px;
    display: flex;
    justify-content: flex-end;
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
}
