* {
    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 img {
    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{
    text-align: justify;
    margin-top: 2%;
    width: 100%;
      height: 18vh;
      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: 38%;
}

.heri{
    margin-top: 4%;
    background-color: white;
    height: 108%;
    position: relative;
}

.heri img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 80%;
    width: 80%;
}

.heri-container {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}

.heri-text {
    margin-top: 20px; 
}

.heri-text h1 {
    background-color: white;
    color: black;
    font-size: 28px;
    font-family:'Times New Roman', Times, serif;
    font-weight: bolder;
    margin-bottom: 0px; 
}

.para3{
    margin-top: 2%;
    text-align: justify;
    width: 100%;
      height: 10vh;
      background-color: white;
      background-size: 100%;
  }
  
.para4{
    width: 55%;
    margin: auto;
    padding-top: 10px;
    padding-left: 2%;
}

.para4 p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
}
.para4 img{
    margin-top: 2%;
    width:7%;
    height: 7%;
    margin-left: 40%;
}


.min-row {
    margin-top: 0.5%;
    display: flex;
    width: 100%;
    height: 126vh; 
}

.min-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.min-column img {
    width: 90%;
    height: 90%; 
    object-fit: contain; 
    
}

.min-column video {
    width: 90%;
    height: 90%; 
    object-fit: contain; 
}

.para5{
    text-align: justify;
    margin-top: 1%;
    width: 100%;
      height: 65vh;
      background-color: white;
      background-size: 100%;
  }
  
.para6{
    width: 55%;
    margin: auto;
    padding-top: 10px;
    padding-left: 2%;
}
.para6 h1{
    margin-left: 32%;
    font-size: 28px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    align-content: center;
}
.para6 p {
    margin-top: 3%;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
}
.para6 img{
    margin-top: 2%;
    width:7%;
    height: 7%;
    margin-left: 40%;
}



.min1-row {
    display: flex;
    width: 100%;
    height: 100vh; 
}

.min1-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.min1-column img {
    width: 80%;
    height: 80%; 
    object-fit: contain; 
}
.min1-column video{
    width: 80%;
    height: 80%; 
    object-fit: contain; 
}

.max-row {
    display: flex;
    width: 100%;
    height: 126vh; 
}

.max-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.max-column img {
    width: 90%;
    height: 90%; 
    object-fit: contain; 
    
}

.para7{
    text-align: justify;
    margin-top: 2%;
    width: 100%;
      height: 70vh;
      background-color: white;
      background-size: 100%;
  }
  
.para8{
    width: 55%;
    margin: auto;
    padding-top: 10px;
    padding-left: 2%;
}
.para8 h1{
    margin-left: 32%;
    font-size: 28px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    align-content: center;
}
.para8 p {
    margin-top: 3%;
    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%;
}

.abag-row {
    margin-top: 0.5%;
    display: flex;
    width: 100%;
    height: 60vh;
}

.abag-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.abag-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.abag-column img {
    width: 70%;
    height: auto; 
    object-fit: contain;
}

.abag-text {
    margin-top: 20px; 
}

.abag-text h1 {
    background-color: white;
    color: black;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-bottom: 0;
    text-align: center;
}


.max1-row {
    display: flex;
    width: 100%;
    height: 85vh; 
}

.max1-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.max1-column img {
    width: 80%;
    height: 80%; 
    object-fit: contain; 
}


.inter{
    margin-top: 4%;
    background-color: white;
    height: 108%;
    position: relative;
}

.inter video{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 80%;
    width: 90%;
}

.inter-container {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}

.inter-text {
    margin-top: 20px; 
    height: 65px;
}

.inter-text h1 {
    background-color: white;
    color: black;
    font-size: 28px;
    font-family:'Times New Roman', Times, serif;
    font-weight: bolder;
    margin-bottom: 0px; 
}

.inter-head {
    margin-top: 3%;
    background-color: white;
    height: 5vh;
    position: relative;
}

.inter-caption {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.inter-caption h1 {
    color: black; 
    font-size: 23px;
    font-family: sans-serif;
    font-weight: light;
    margin-bottom: 20px;
}


.win-row {
    display: flex;
    width: 100%;
    height: 130vh; 
}

.win-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.win-column img {
    width: 90%;
    height: 90%; 
    object-fit: contain; 
    
}

.win1-row {
    display: flex;
    width: 100%;
    height: 85vh; 
}

.win1-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.win1-column img {
    width: 90%;
    height: 90%; 
    object-fit: contain; 
}


.win1-column video {
    width: 90%;
    height: 90%; 
    object-fit: contain; 
}



.inter2-head {
    margin-top: 3%;
    background-color: white;
    height: 5vh;
    position: relative;
}

.inter2-caption {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.inter2-caption h1 {
    color: black; 
    font-size: 23px;
    font-family: sans-serif;
    font-weight: light;
    margin-bottom: 20px;
}


.sum-row {
    display: flex;
    width: 100%;
    height: 130vh; 
}

.sum-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.sum-column img {
    width: 90%;
    height: 90%; 
    object-fit: contain; 
    
}
.sum-column video {
    width: 90%;
    height: 90%; 
    object-fit: contain; 
}

.sum1-row {
    display: flex;
    width: 100%;
    height: 85vh; 
}

.sum1-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.sum1-column img {
    width: 90%;
    height: 90%; 
    object-fit: contain; 
}


.sum1-column video {
    width: 90%;
    height: 90%; 
    object-fit: contain; 
}



.last{
    margin-top: 0%;
    background-color: transparent;
    height: 100vh;
    position: relative;
    background-color: white;
}

.last img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.last-container {
    position: relative;
    height: 100%;
    width: 100%;
}


.inter-row {
    margin-top: 5%;
    display: flex;
    width: 100%;
    height: 85vh; 
}

.inter-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 0;
}

.inter-column img {
    width: 90%;
    height: 90%; 
    object-fit: contain; 
}


.inter-column video {
    width: 90%;
    height: 90%; 
    object-fit: contain; 
}


.para9{
    text-align: justify;
    margin-top: 2%;
    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%;
}





.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;
} 
