body{
  /* background-color: var(--indexBodyColor) !important; */
  background: linear-gradient(155deg, var(--indexBodyColor), var(--indexBodyColorDark));
  min-height: 100vh;
}

@media all and (max-width: 790px) {
  #searchField {
    width: 90%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 0 auto;
    text-align: center;
    /*   gap: 1vw; */
  }

  #CTA-text{
    width:90%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:20px;
    padding: 20px;
  }

  #secondaryCTAtext{
    width:100%;
    height:min-content;
    text-align: center;

    padding-top: 20px;
  }

  #secondaryCTAtext h3{
   color:#D3A546;
  }

  #cardsContainer{
    max-width: 100%; 
    width: 70%;
    height:min-content;
    margin: 0 auto;
    padding:30px 0;

    flex-wrap: wrap;
    

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:50px;

    overflow-x: hidden;
  }

  .card{
     aspect-ratio: 3/1.35 !important; 
    width: 300px;
    max-width: 100%;
    height:135px;
    background-color: rgba(0,0,0,0.3);
    padding: 0 10%;
    text-align: center;
  /*   margin: 30px 0; */

    border: 1.5px solid #D3A546;
color:#D3A546;
   

    gap: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .card b > h4{
     color:white;
  }

  body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #cardsTitle{
    color:white;
    margin-top: 30px;
  }

  #dropdowns {
    width: 100%;

    position: relative;
  }

  #dropdown a {
    margin: 0 !important;
    padding: 0 !important;
    height: min-content !important;
    width: min-content !important;
  }

  .dropdown {
    /* for the button */
    width: 100%;
    margin: 0;

    height: 64px;

    background-color: white;
    border: solid rgba(0, 0, 0, 0.3); /* #2288ff */
    border-width: 0px 1px 1px 1px;

    transition: all 125ms;
  }

  .dropdown:hover {
    transition: all 125ms;
    background-color: #daf1ff;
    border-color: #2288ff; /* #2288ff */
  }

  #dropdowns_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0px;

    position: absolute;

    top: 0;
    left: 0;
  }

  a:last-child .dropdown {
    border-radius: 0px 0px 10px 10px;
  }

  input[type="text"]:focus {
    border-radius: 10px 10px 0 0;
  }

 
  #top-CTA {
    width: 100%;
    height: 500px;
    color: white;

    padding: 75px 0;

    background-image: url("/Assets/images/pizza_bg.png");

    background-position: center;
    background-repeat: no-repeat;
     background-size: cover; 

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #searchBar {
    position: relative;
  }

  #searchBar button {
    height:100% !important;
    position: absolute;
    right: 0;
    height: 48px;
    border-radius: 0px 300px 300px 0px;
  }

  #searchBar:focus-within button {
    border-radius: 0 10px 0 0;
  }

  footer{
    width:100%;
    height:min-content;

    display: flex;
    padding: 10% 5%;
    flex-direction: column;
    justify-content: space-between;
    gap:25px;
  }

  footer #contact1{
    width:100%;
        text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
  }

  footer #contact2{
    width:100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: blue; */
  }

  footer #contact2 > a{
    color:white !important;
    text-decoration: underline;
  }

  footer #contact{
    width:100%;
    height:min-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:white;

    gap:25px;
    padding: 0 20px;

    /* background-color: green; */
  }

  footer #downloadApp{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;

    gap:5px;
  }

  #download_images{
    height:min-content;
    display:flex;
    flex-direction: row;
    width:300px;
    justify-content: space-between;
  }

  #download_images a{
    width:45%;
    aspect-ratio: 924.54/273.94 !important;
    object-fit: fill;
  }

   #download_images img{
    width:100%;
    aspect-ratio: 924.54/273.94 !important;
    object-fit: fill;
  }

  #indexJoinLink{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color:#D3A546;
  
    text-decoration: underline;
  }
}


@media all and (min-width: 791px) {
  #searchField {
    width: 90%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 0 auto;
    text-align: center;
    /*   gap: 1vw; */
  }

  #CTA-text{
    width:90%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:20px;
    padding: 20px;
  }

   #secondaryCTAtext{
    width:100%;
    height:min-content;
    text-align: center;

    padding-top: 20px;
  }

  #secondaryCTAtext h3{
   color:#D3A546;
  }

  #cardsContainer{
    max-width: 100%; 
    width: 70%;
    height:min-content;
    margin: 0 auto;
    padding:30px 0;

    flex-wrap: wrap;
    

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:50px;

    overflow-x: hidden;
  }

  .card{
     aspect-ratio: 3/1.35 !important; 
    width: 300px;
    height:135px;
    background-color: rgba(0,0,0,0.3);
  /*   margin: 30px 0; */

    border: 1.5px solid #D3A546;
color:#D3A546;
   

    gap: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .card b > h4{
     color:white;
  }

  body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #cardsTitle{
    color:white;
    margin-top: 30px;
  }

  #dropdowns {
    width: 100%;

    position: relative;
  }

  #dropdown a {
    margin: 0 !important;
    padding: 0 !important;
    height: min-content !important;
    width: min-content !important;
  }

  .dropdown {
    /* for the button */
    width: 100%;
    margin: 0;

    height: 64px;

    background-color: white;
    border: solid rgba(0, 0, 0, 0.3); /* #2288ff */
    border-width: 0px 1px 1px 1px;

    transition: all 125ms;
  }

  .dropdown:hover {
    transition: all 125ms;
    background-color: #daf1ff;
    border-color: #2288ff; /* #2288ff */
  }

  #dropdowns_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0px;

    position: absolute;

    top: 0;
    left: 0;
  }

  a:last-child .dropdown {
    border-radius: 0px 0px 10px 10px;
  }

  input[type="text"]:focus {
    border-radius: 10px 10px 0 0;
  }

 
  #top-CTA {
    width: 100%;
    height: 500px;
    color: white;

    padding: 75px 0;

    background-image: url("/Assets/images/pizza_bg.png");

    background-position: center;
    background-repeat: no-repeat;
     background-size: cover; 

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #searchBar {
    position: relative;
  }

  #searchBar button {
    height:100% !important;
    position: absolute;
    right: 0;
    height: 48px;
    border-radius: 0px 300px 300px 0px;
  }

  #searchBar:focus-within button {
    border-radius: 0 10px 0 0;
  }

  footer{
    width:100%;
    height:155px;

    display: flex;
    padding: 0 max(10%);
    flex-direction: row;
    justify-content: space-between;
  }

  footer #contact1{
    width:max-content;
    /* background-color: red; */
  }

  footer #contact2{
    width:max-content;
    display: flex;
    flex-direction: column;
    /* background-color: blue; */
  }

  footer #contact2 > a{
    color:white !important;
    text-decoration: underline;
  }

  footer #contact{
    width:min-content;
    height:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color:white;

    gap:70px;
    padding: 0 20px;

    /* background-color: green; */
  }

  footer #downloadApp{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: white;

    gap:5px;
  }

  #download_images{
    height:min-content;
    display:flex;
    flex-direction: row;
    width:300px;
    justify-content: space-between;
  }

  #download_images a{
    width:45%;
    aspect-ratio: 924.54/273.94 !important;
    object-fit: fill;
   
  }

  #download_images a > img {
        width:100%;
    aspect-ratio: 924.54/273.94 !important;
    object-fit: fill;
  }

  #indexJoinLink{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color:#D3A546;

    text-decoration: underline;
  }
}

