* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation bar */
.nav {
    width: 100%;
   height: 20vh;
    background: transparent;
}

.navrap {
    width: 100%;
    margin: auto;
    height: auto;
}

.logo {
    margin-top: 1%;
    position: static;
    margin-left: 40%;
}
.logo a{
    text-decoration: none;
}
.logo h1 {
    color: black;
    font-size: 38px;
}

.menu {
    margin-top: 3%;
    float: left;
}

.menu ul {
    padding-left: 70px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: black;
    text-decoration: none;
    padding: 15px;
    font-size: 14px;
    font-weight:bold;
    font-family: sans-serif;
}

.menu ul li a:hover {
    background-color: white;
    color: black;
    border-bottom: 2px solid black;
}


.first{
    margin-top: 0%;
    background-color: transparent;
    height: 98vh;
    position: relative;
    background-color: white;
}

.first video {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.first-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.first-text {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.first-text h1 {
    color: white;
    font-size: 28px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-bottom: 20px;
}

.para1{
    margin-top: 2%;
    width: 100%;
      height: 10vh;
      background-color: white;
      background-size: 100%;
  }
  
.para2{
    width: 55%;
    margin: auto;
    padding-top: 10px;
    padding-left: 2%;
}

.para2 p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
}
.para2 img{
    margin-top: 2%;
    width:7%;
    height: 7%;
    margin-left: 40%;
}

.firstwed {
    margin-top: 5%;
    background-color: white;
    height: 85vh;
    position: relative;
}

.firstwed img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 95%;
    width: 95%;
    object-fit: cover;
}

.firstwed-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.firstwed-text {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.firstwed-text h1 {
    color: white;
    font-size: 28px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-bottom: 20px;
}

.para3 {
    width: 100%;
    background-color: white;
    text-align: center;
    margin-top: 0%;
    
}

.para4 {
    width: 55%;
    margin: auto;
    
}

.para4 p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
    text-align: center;
    
}

.para4 img {
    margin-top: 2%;
    width: 7%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.red-row {
    display: flex;
    width: 100%;
    height: 120vh; 
}

.red-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.red-column img {
    width: 95%;
    height: 90%; 
    object-fit: contain; 
}

.red-column video {
    width: 95%;
    height: 90%; 
    object-fit: contain; 
}

.red1-row {
    display: flex;
    width: 100%;
    height: 90vh; 
}

.red1-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.red1-column img {
    width: 85%;
    height: 85%; 
    object-fit: contain; 
}
.red1-column video {
    width: 85%;
    height: 85%; 
    object-fit: contain; 
}


.para5{
    width: 100%;
      height: 10vh;
      background-color: white;
      background-size: 100%;
  }
  
.para6{
    width: 55%;
    margin: auto;
    padding-top: 10px;
    padding-left: 18%;
}

.para6 p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
}
.para6 img{
    margin-top: 2%;
    width:9%;
    height: 9%;
    margin-left: 21%;
}

.red2-row {
    margin-top: 4%;
    display: flex;
    width: 100%;
    height: 126vh; 
}

.red2-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.red2-column img {
    width: 110%;
    height: 110%; 
    object-fit: contain; 
}

.para7{
    margin-top: 2%;
    width: 100%;
      height: 10vh;
      background-color: white;
      background-size: 100%;
  }
  
.para8{
    width: 55%;
    margin: auto;
    padding-top: 10px;
    padding-left: 2%;
}

.para8 p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
}
.para8 img{
    margin-top: 2%;
    width:7%;
    height: 7%;
    margin-left: 40%;
}


.secondwed{
    margin-top: 5%;
    background-color: transparent;
    height: 80vh;
    position: relative;
    background-color: white;
}

.secondwed img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 95%;
    width: 95%;
    object-fit: cover;
}

.secondwed-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.secondwed-text {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.secondwed-text h1 {
    color: white;
    font-size: 28px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-bottom: 20px;
}

.para9{
    width: 100%;
      height: 10vh;
      background-color: white;
      background-size: 100%;
  }
  
.para10{
    width: 55%;
    margin: auto;
    padding-top: 10px;
    padding-left: 2%;
}

.para10 p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
}
.para10 img{
    margin-top: 2%;
    width:7%;
    height: 7%;
    margin-left: 40%;
}


.con-row {
    margin-top: 4%;
    display: flex;
    width: 100%;
    height: 126vh; 
}

.con-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.con-column img {
    width: 110%;
    height: 110%; 
    object-fit: contain; 
}

.con1-row {
    display: flex;
    width: 100%;
    height: 90vh; 
}

.con1-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.con1-column img {
    width: 80%;
    height: 80%; 
    object-fit: contain; 
}
.con1-column video {
    width: 80%;
    height: 80%; 
    object-fit: contain; 
}

.para11{
    width: 100%;
      height: 10vh;
      background-color: white;
      background-size: 100%;
  }
  
.para12{
    width: 55%;
    margin: auto;
    padding-top: 10px;
    padding-left: 2%;
}

.para12 p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
}
.para12 img{
    margin-top: 2%;
    width:7%;
    height: 7%;
    margin-left: 40%;
}

.thirdwed{
    margin-top: 5%;
    background-color: transparent;
    height: 90vh;
    position: relative;
    background-color: white;
}

.thirdwed img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 95%;
    width: 95%;
    object-fit: cover;
}

.thirdwed-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.thirdwed-text {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.thirdwed-text h1 {
    color: white;
    font-size: 28px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-bottom: 20px;
}

.para13{
    width: 100%;
      height: 10vh;
      background-color: white;
      background-size: 100%;
  }
  
.para14{
    width: 55%;
    margin: auto;
    padding-top: 10px;
    padding-left: 2%;
}

.para14 p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
}
.para14 img{
    margin-top: 2%;
    width:7%;
    height: 7%;
    margin-left: 40%;
}

.wh-row {
    margin-top: 4%;
    display: flex;
    width: 100%;
    height: 110vh; 
}

.wh-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.wh-column img {
    width: 100%;
    height: 100%; 
    object-fit: contain; 
}


.whplay{
    margin-top: 5%;
    background-color: transparent;
    height: 98vh;
    position: relative;
    background-color: white;
}

.whplay video {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 90%;
    width: 90%;
    object-fit: cover;
}

.whplay-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.wh1-row {
    display: flex;
    width: 100%;
    height: 90vh; 
}

.wh1-column {
    background-color: white;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.wh1-column img {
    width: 95%;
    height: 95%; 
    object-fit: contain; 
}


.para15{
    width: 100%;
      height: 10vh;
      background-color: white;
      background-size: 100%;
  }
  
.para16{
    width: 55%;
    margin: auto;
    padding-top: 10px;
    padding-left: 2%;
}

.para16 p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
}
.para16 img{
    margin-top: 2%;
    width:7%;
    height: 7%;
    margin-left: 40%;
}



.store{
    margin-top: 8%;
    background-color: transparent;
    height: 65vh;
    position: relative;
    background-color: black;
}

.store img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 90%;
    width: 100%;
    object-fit: cover;
}

.store-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.store-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.store-text h1 {
    color: white;
    font-size: 28px;
    font-family: sans-serif;
    font-weight: bolder;
    margin-bottom: 20px;
}

.store-text a {
    text-decoration: none;
    display: inline-block;
    color: white;
    font-size: 15px;
    border: 2px solid white;
    padding: 15px 55px;
}


/* footer */
.foot{
    width: 100%;
    height: 70vh;
    background: rgb(33, 33, 33);
    border-top: 5px solid rgb(33, 33, 33);
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 15px;
    padding-top: 50px;
}
.final ul{
    margin-top: 15px;
}
.final ul p{
    font-weight: bold;
    color: rgb(111, 111, 111);
    font-size: 16px;
}
.final ul a{
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: white;
} 
