/* body {
    background: white; */
    /*
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    */
    /* font-family: "Montserrat", sans-serif;
} */


/* UPDATE */
/* img {
    vertical-align: middle;
    border-style: none;
} */

#depositInfo {
    margin-top: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.party-page-container {
    /* background-color: blanchedalmond; */
    height: auto;
    max-width: 1200px;
}

.party-component-list {
    margin-bottom: 12px;
}

/*
.party-component-button {
    width: 100px;
    height: 40px;
    background-color: aqua;
}
*/

.party-component-button {
    display: flex;
    width: 100px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 0px;
    background-color: #141414;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

.party-component-button:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.party-component-price-button-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.party-component {
    background-color: white;
    width: 220px;
    padding: 20px;
    height: 500px;
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.party-component-price {
    /*margin-right: 20px;*/
    font-size: 24px;
    font-weight: 700;
}

.party-component-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
}

.party-component-subtitle {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
    color: rgb(145, 145, 145) ;
}

.no-bullet {
    list-style: none;
    padding: 0;
    margin: 0;
}


ul.party-list li {
    font-size: 18px;
    margin-bottom: 6px;
}

.bottom {
    position: absolute;
    bottom: 0;
}

.party-component-container-flex {
    max-width: 1200px;
    margin: auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 0fr);
    justify-content: center;
}

.party-component-colour {
    height: 50px;
    margin-bottom: 20px;
    background-color: #916f5a;
    border-radius: 8px;
}

.party-component-colour--bronze {
    background-image: linear-gradient(20deg, #cd7f32, #8b4513);
}

.party-component-colour--silver {
    background-image: linear-gradient(20deg , #c0c0c0, #a3a3a3);
}

.party-component-colour--gold {
    background-image: linear-gradient(20deg, #ffd700, #e6c200);
}

.party-component-colour--plat {
    background-image: linear-gradient(20deg, #e5e4e2, #c7c6c4);
}

.party-component-colour--thirteen {
    background-image: linear-gradient(20deg, #295ce7, #fa4898);
}

.party-component-colour--coco {
    background-color: #0e1e3a;   
}

.party-component-colour--arcade {
    background-image: linear-gradient(20deg, #3500D3, #FF005D, #FFDC00);
}

.party-component-colour--five {
    background-image: linear-gradient(20deg, #ff9be1, #9cbfff);
}

.party-component-colour--character {
    background-image: linear-gradient(20deg, #ffdd1e, #F299BD);
}


.party-video-container {
    width: 100%;
    position: relative;
    /* background-color: aqua; */

    display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  }
  
  .video-container video {
    width: 100%;
    height: auto;
  }

 .party-section-title {
    margin: auto;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    padding-top: 130px;
    padding-bottom: 10px;
 }
  
 .party-section-subtitle {
    margin: auto;
    text-align: center;
    font-size: 20px;
    padding-bottom: 55px;
    max-width: 700px;
 }

 .party-section-subtitle--extra {
    margin: auto;
    text-align: center;
    font-size: 20px;
    padding-bottom: 55px;
    max-width: 1200px;
 }





 .testimonial-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .testimonial {
    flex: 1 1 auto;
    max-width: calc(33.33% - 40px);
    padding: 20px;
    /* border: 1px solid #ccc; */
    background-color: rgba(255, 255, 255, 0.5); /* Set a semi-transparent background color */
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    backdrop-filter: blur(5px); /* Apply a blur effect to simulate glass */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
  }

  .party-quote {
    width: 50px;
    height: auto;
    margin-bottom: 20px; 

  }
  
  @media (max-width: 768px) {
    .testimonial {
      flex-basis: 100%;
      max-width: 100%;
      margin-right: 0;
    }
  }
  

@media (max-width: 955px) {
    /* body {
        background: red;
    } */

    .party-component-container-flex {
        max-width: 1200px;
        margin: auto;
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(2, 0fr);
        justify-content: center;
    }
}

@media (max-width: 485px) {
    /* body {
        background: blue;
    } */

    .party-component-container-flex {
        max-width: 1200px;
        margin: auto;
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(1, 0fr);
        justify-content: center;
    }

    .party-component {
        width: 280px;
        padding: 25px;
        height: calc(auto + 40px);;
    }
    
    .party-component-list {
    margin-bottom: 12px;
}

}

/* NOW THE MAIN PARTY OPTIONS ADDONS PART */

.addon-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(250px + 0px));
    gap: 20px;
    justify-content: left;
    padding-top: 15px;
}

.addon-component {
    background-color: dimgrey;
    height: 300px;
    width: 250px;
    border-radius: 8px;
    padding: 20px;
    background-color: white;

    position: relative;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);

    cursor: pointer;
}

.addon-component.clicked {
    outline: 4px solid var(--black-almost);
    /*background-color: rgba(74, 135, 252, 0.2);*/
}

.addon-component input[type="checkbox"]:checked {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: lightgrey;
}

.addon-checkbox {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 20px;
    height: 20px;
    border: 2px solid lightgrey;
    border-radius: 4px;
    cursor: pointer;
}

.addon-component-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.addon-component-price {
    color: rgb(145, 145, 145);
    font-size: 16px;
}

.addon-component-content {
    position: relative;
    z-index: 1;
}

.addon-component img {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  max-width: 500%; /* Adjust the maximum width as desired */
  max-height: 60%; /* Adjust the maximum height as desired */
  width: auto;
  height: auto;
}


/* for auto included */
.addon-component-checked {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: lightgrey;
}

@media (max-width: 640px) {

    
    .addon-component img {
        display: none;
    }
        
    .addon-component {
        height: auto;
        width: 140px;
        padding: 10px;
    }

    .addon-container {
        grid-template-columns: repeat(auto-fit, calc(140px));
        gap: 10px;
        justify-content: left;
        padding-top: 15px;
    }

    
    }




