* {
   list-style: none;
    text-decoration: none;
}
.header-container {
  position: fixed;
  display: grid;
  grid-template-columns: 12.5vw 12.5vw 50vw 12.5vw 12.5vw;
  grid-template-rows: 50% 50%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0; 
  min-width: 100vw;
  max-width: 100vw;
  min-height: 10vh;
  max-height: 10vh;
  z-index: 10;
  background-color: rgb(16, 39, 159);
}

.banner-left {
  grid-column: 1 / 3;
  place-self: center;
  place-content: center;
  min-width: 100%;
  max-height: 100%;
}
.banner-left li {
  display: grid;
  grid-template-rows: auto;
}
.burger1a {
 grid-row: 2;
 place-self: center;
}
.burger1b {
 grid-row: 2;
  place-self: center;
}
.burger2a {
 grid-row: 3;
 place-self: center;
}
.burger2b {
 grid-row: 3;
 place-self: center;
}
.burger3 {
 grid-row: 4;
 place-self: center;
}
.burger4 {
 grid-row: 5;
 place-self: center;
}
.burger5 {
  grid-row: 6;
  place-self: center;
}
.burger6 {
  grid-row: 7;
  place-self: center;
}

.header-search-container {
  grid-column: 4 / 6;
  grid-row: 1 / 3;

  place-self: center;
  place-content: center;
  min-width: 100%;
  max-height: 10vh;

}
.header-search-container input {
  place-self: center;
  border-radius: 50px;
  min-width: 75%;
  max-height: 10vh;
  margin: 0;
  padding: 0;
  height: 2rem;
}
.header-search-container text {
  place-content: center;
}
.header-search-container button {
  position: absolute;
  right: 25px;
  background-color: white;
  color: black;
  border-radius: 50px;
  height: 100%;
  aspect-ratio: 1;
}
.search-input {
  flex: 1;
}
.header-search-container form {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.title_image{
 grid-column: 1 / 5;
  grid-row: 1 / 3;
  place-self: center;
  place-self: center;
  min-width: 100%;
  max-height: 100%;
}
.title_image img {
  place-self: center;
  place-content: center;
  max-height: 10vh;
  width: 80%;
}



body {
 position: relative;
 display: grid;
 grid-template-rows: 100px 1fr;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  display: grid;
  place-content: center;
  text-align: center;
  
  max-width: 100vw;
  min-height: 100vh;
  background-color: black;
  color: rgb(255, 0, 255);
  
}


.body-search-bar {
  max-height: 40px;

}


.form.searchform {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  width: 100vw;
}
.nav-container {
  position: relative;
  display: flex;
  place-self: center;
  place-content: center;
  min-width: 100vw;
  max-width: 100vw;
  max-height: 100px;
  margin: 0;
  padding: 0;
  border: 0;
}

.user-id {
  display: inline-flex;
  max-width: 100vw;
}

.signin.container {
  
  flex: 25%;
  min-width: 100%;
  place-self: center;
  place-content: center;
  

}

.signin-banner-padding { 
  display: flex;
  flex: 25%;
  justify-content: right;
  list-style: none;
  margin: 0;
  padding: 0; 
 }

.signin-banner-padding img {
  align-self: center;
  display: flex;
  max-height: 100px;
}
.signin-banner img {
  position: relative;
  display: block;
  max-height: 100px;
}
.signin-banner a {
  width: 100%;
  justify-self: center;
  display: inline-flex;
  color: #0eb067;
}
h1 {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
h3 {
  place-self: center;
  font-size: .9rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  width: 100%;
  max-width: 100vw;
}
h4 {
  display: block;
  place-self: center;
font-size: 2rem;
height: 100%;
  max-height: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}
h5 {
  margin: 0;
padding: 1rem;
  font-size: 2.5rem;
font-weight: 400;
 color: rgb(255, 0, 255);
}

p {
  font-size: 1.5 rem;
  text-align: center;
  
}



/*---------
.header-search-bar {
  width: 75%;
  flex: 25%;
  justify-self: center;
}  ---------------*/




.form-error {
  color: red;
}

.form-success {
  color: green;
}

.venue-signup-border {
  max-width: 50%;
}
.user-signup-border {
  justify-self: right;
  max-width: 50%;
}

/*-----------------------------------------------------------------------*/
.glow-container {
  /*----------------DONT PLACE PADDING HERE!!!!------------*/
  place-self: center;
  place-content: center;
  display: grid; /* Use Grid Layout */
  grid-template-columns: repeat(3, 1fr); /* Create 3 equal columns */
  
  gap: 3rem;
  width: 80%;
 

  margin: 3rem 0rem;
}



/*-------------------------------------------------------------------------*/
.signup-login-two-columns-container {
  grid-row: 2;
  place-self: center;
  display: grid; /* Use Grid Layout */
  grid-template-columns: repeat(2, 1fr); /* Create 3 equal columns */
  gap: 10%;
  max-width: 75%;
}

.signin-single {
  max-width: 20%;
  place-self: center;
  place-content: center;
}
.single-glow-frame {
  padding: 1rem;
  place-items: center;
  text-align: top;
  border-radius: 15px;

  min-width: 100%;
  max-width: 100vw;

  /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);  Glow effect */
  text-align: center; /* Center text */

  animation: glow 1.5s infinite alternate;
}
.single-glow-frame form {
  width: 90%;
}

.single-glow-frame a {
  margin: 1rem;
  justify-self: center;
  max-width: 0px;
}
.single-glow-frame img {
  display: grid;
  place-self: center;
  width: 75%;
}
.single-glow-border {
  place-items: center;
  justify-self: center;
  place-items: center;
  display: grid; /* Use Grid Layout */
  min-width: 15vw;
  max-width: 15vw;
}
.glow-border-logout {
  place-items: center;
}
/*
.glow-frame-logout {
  border-radius: 15px;
  padding: 0.25rem;
  max-width: 10%;
  box-shadow: 0 0 10px #ffffffcc; /* Glow effect */
 /* text-align: center;  */                        /* Center text /*

  animation: glow 1.5s infinite alternate; 
}
*/

.grid-wrap-banner img {
  max-height: 100px;
  height: 100vh;
  max-width: 100%;
  place-self: center;
  place-content: center;
}
.grid-wrap-banner a {
  place-self: center;
  place-content: center;
}

.signup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two equal columns */
  gap: 16px; /* Space between grid items */
}

form {
  width: 60%;

  font-family: Arial, Helvetica, sans-serif;

  flex-wrap: wrap;
  flex-direction: column;

  place-self: center;
  place-items: center;
}
.form-boarder {
  display: inline-flex;
  justify-self: center;
  max-width: 50%;
}

form input {
  width: 75%;
  padding: 6px 10px;
  margin-bottom: 4px;
  border-radius: 5px;
  background-color: #fff;
}

.login-status {
  
  position: relative;

place-self: center;
place-content: center;
  max-width: 100%;
  max-height: 100%;
 
}

.login-status li {

  position: inherit;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: auto;
  place-self: center;
  place-content: center;
  max-width: 100%;
  
}
.login-status li a {
  max-width: 100%;
   color: rgb(255, 0, 255);
}
.login-status text {
  place-self: center;
  max-width: 250px;
}
.login-status b {
  max-width: 100%;

}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  place-content: center;
  max-height: 5vh;
  min-height: 5vh;
  width: 100vw;
  max-width: 100vw;
  text-align: center;
  color: #fff;
  background-color: rgb(16, 39, 159);
  margin: 0;
  padding: 0;
  z-index: 10;
}
.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

}
#footer {
  
  bottom: 0;
  width: 100%;
}
.footer a {
  margin: 0.5rem;
   color: #fff;
  background-color: rgb(16, 39, 159);
}
.footer-left {
place-self: center;
  grid-column: 1;
  max-width: 100%;
}
.footer-center {
  grid-column: 2;
  place-self: center;
  
}
.footer-right {
  place-self: center;
  grid-column: 3;
   
}


/*---------------------------------
-----------------------------------
-----------------------------------
---------------------------------*/

@media screen and (orientation: portrait) {
  .main-page-image > div {
  margin-top: 3rem;
  margin-bottom: 3rem;
  }
 .header-search-container {
    display: none;
  }


.main-page-image {
  place-self: center;
  min-width: 100vw;
  max-width: 100vw;
  
}
.main-page-image img{
min-width: 100vw;
  max-width: 100vw;
}



.top-left{
display: none;
}
.top-right{
display: none;
}

.search-results {
    position: relative;
    place-self: center;
    max-width: 90vw;
}
.portrait-search-page {
  position: relative;
  display: grid;
  grid-row: 2;
margin: 3rem;
margin-bottom: 0;
max-width: 90vw;
}
}


@keyframes glow {
  from {
    box-shadow: 0 0 5px rgb(30, 0, 255), 0 0 10px rgb(30, 0, 255),
      0 0 10px rgb(255, 0, 255);
  }
  to {
    box-shadow: 0 0 5px rgb(255, 0, 255), 0 0 10px rgb(255, 0, 255),
      0 0 10px rgb(255, 0, 255);
  }
}

    @media screen and (max-width: 1100px) {
      html {
        font-size: 85%;
        
      }
      @media screen and (max-width: 1000px) {
        html {
          font-size: 75%;
        
        }
        @media screen and (max-width: 850px) {
          html {
            font-size: 65%;
         
          }
        
            
          }
        }
      }
    
 

.portrait-search-page {
  position: relative;
  display: grid;
  grid-row: 2;
margin: 3rem;
margin-bottom: 0;
max-width: 90vw;
}
.search-container {
  display: grid;
  grid-row: 3;

  place-self: center;
  gap: 6rem;

  max-height: 100%;
  max-width: 80%;
  
  place-content: center;
}

.off-screen-menu {
    background-color:  rgb(34, 37, 49);
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: absolute;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    transition: .3s ease;
     z-index: -10;
}
.off-screen-menu.active {
 
    right: 0;
    font-size: 5rem;
    
}
.off-screen-menu.active ul {
  place-self: center;
  height: 100%;
   display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.off-screen-menu.active ul li a {
  color: rgb(255, 0, 255);
}


/* nav */
nav {
  margin: 0;
    padding: 1rem;
    display: flex;
    background-color: rgb(34, 37, 49);
   
}



/* ham menu */
.ham-menu {
    height: 50px;
    width: 40px;
    margin-left: auto;
    position: absolute;
    display: grid;
     grid-row: 1 /3;
    grid-column: 4 / 6;
   
   
}
.ham-menu span {
    height: 5px;
    width: 100%;
    background-color: #6F86FF;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
    
}
.ham-menu span:nth-child(1) {
    top: 25%;
}
.ham-menu span:nth-child(3) {
    top: 75%;
}
.ham-menu.active span {
    background-color: white;
}
.ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
    opacity: 0;
    
}
.ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.body-container {
position: absolute;
display: grid;
grid-template-rows: 10vh auto auto 10vh;
overflow: auto;
min-width: 100vw;
min-height: 100vh;
max-width: 100vw;
max-height: 100vh;

}


.card {
  
  color: black;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 35px 235px 20px 20px 150px 35px 25px;
  min-width: 100%;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  
  
}

.card-grid-item-1 {
 
grid-row: 1;
grid-column: 1 / 5;
}
.card-grid-item-2 {

grid-row: 2;
grid-column: 1 / 5;
}
.card-grid-item-3 {
  place-self: center;
grid-row: 3 / 5;
grid-column: 1;
}
.card-grid-item-4 {
  place-self: center;
grid-row: 3 / 5;
grid-column: 2;
}
.card-grid-item-5 {
  place-self: center;
grid-row: 3 /5;
grid-column: 3;
}
.card-grid-item-6 {
  place-self: center;
grid-row: 3 / 5;
grid-column: 4;
}
.card-grid-item-7 {
    place-self: center;
grid-row: 7;
grid-column: 1;
}
.card-grid-item-8 {
    place-self: center;
grid-row: 7;
grid-column: 2;
}
.card-grid-item-9 {
    place-self: center;
grid-row: 7;
grid-column: 3;
}
.card-grid-item-10 {
    place-self: center;
grid-row: 7;
grid-column: 4;
}
.card-grid-item-11 {
grid-row: 5;
grid-column: 1 / 3;
}
.card-grid-item-12 {
grid-row: 5;
grid-column: 3 / 5;
}
.card-grid-item-13 {
    place-self: bottom;
grid-row: 6;
grid-column: 1;
}
.card-grid-item-14 {
    place-self: center;
grid-row: 6;
grid-column: 2;
}
.card-grid-item-15 {
    place-self: bottom;
grid-row: 6;
grid-column: 4;
}
.card-grid-item-16 {
    place-self: center;
grid-row: 6;
grid-column: 3;
}


.glow-frame {
  text-align: top;
  text-align: center;
 place-self: center;
  max-width: 100%;
  max-height: 100%;
  /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);  Glow effect */
   /* Center text */

  animation: glow 1.5s infinite alternate;
}
.glow-frame img {
  max-width: 100%;
  max-height: 100vh;
}

.glow-frame-text {
  background-color: none;
  font-size: 2rem;
  color: rgb(255, 0, 255);
  text-decoration: none;
}
.glow-frame a {
  text-decoration: none;
  display: flex;
  max-height: 100%;
}
.search-results {
  margin-top: 3rem;
  gap: 1.5rem;
  
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
    place-self: center;
    place-content: center;
    
}
.search-card-frame { 
 place-self: center;
 place-content: center;
  display: flex;
 max-height: 100%;
  min-width: 90vw;
  max-width: 420px;
}