* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  display: flexbox;
  align-items: flex-start;
  justify-content: space-between;
}


.top-banner {
  display: flex;
  flex-direction: row;
  max-height: 200px;
  max-width: 1920px;
  padding: 16px 24px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #e4c678 0%, #f2e5c2 50%, #e8d199 100%);
}

.top-bannercontent {
  display: flex;
  max-width: 1920px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.banner-text1 {
  color: #000;
  text-align: center;
  font-family: "Universal Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.text-light {
  color: #000;
  font-family: "Universal Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.Inventory {
  background: none;
  border: none;
  background-color: #000;
  color: #e2e3e3;
  padding: 5.25px 12px;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0px 2px 0px -1px #e2e3e3;
}

.page-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-container {
    width: 100vw;
    height: 89vh;
    background-image: url(./assets/Banner\ image.avif);  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4rem;


}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: auto;
  padding: 0px 48px;x
}

.logo {
    padding: 0 0 0 0px;
}

.menu-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  padding: 16px 24px;
}

ol,
ul {
  list-style-type: none;
}

.nav-item {
  background: none;
  border: none;
  background-color: transparent;
  font-family: "Universal Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  padding: 6px 18px;
  color: #f2f2f2;
  transition: color 0.33s ease, background-color 0.33s ease;
  cursor: pointer;
}

.nav-item:hover {
    background-color: #f2f2f2;
    color: #191c20;
    
}

.main-container {
    display: flex;
    height: 16rem;
    /* margin: auto; */
    flex-direction: column;
    align-items: center;
    align-self: stretch;

}

h1 {
    color: #FFF;
    text-align: center;
    font-family: "Universal Sans";
    font-size: 67.219px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 107.113% */
    
}

h2 {
    color: #FFF;
    font-family: "Universal Sans";
    font-size: 37.344px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 128.536% */
    
}

.divider {
    height: 1px;
    background-color: #FFF;

}

sup {
    font-size: 8px;
}

h3 {
    color: #FFF;
    text-align: center;
    font-family: "Universal Sans";
    font-size: 18.438px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 151.864% */
}

.button-group {
    display: flex;
    max-width: 528px;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin-top: 24px;
}

.primary-button {
    background: none;
    border: none;   
    display: flex;
    width: 252px;
    height: 40px;
    min-width: 204px;
    max-width: 528px;
    padding: 11.1px 90.04px 11.9px 90.03px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #3E6AE1;
    color: #FFF;
    text-align: center;
    font-family: "Universal Sans";
    font-size: 13.891px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px; /* 120.945% */

}

.secondary-button {
    background: none;
    border: none;
    display: flex;
    width: 252px;
    height: 40px;
    min-width: 204px;
    max-width: 528px;
    padding: 11.1px 88.76px 11.9px 88.75px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #f4f4f4;
    color: #393C41;
    text-align: center;
    font-family: "Universal Sans";
    font-size: 13.891px;
    ont-style: normal;
    font-weight: 500;
    line-height: 16.8px; /* 120.945% */

}

.bottom-banner {
    display: flex;
    padding: 14px 647.11px 14px 647.1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}