* {
    padding: 0;
    margin: 0;
}


.event-details-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #212121;
    text-align: left;
    font-size: 16px;
    color: #f8f8f8;
    font-family: Rubik;
    overflow-y: auto; 
    opacity: 0;
    left: 100%;
}

.back-button2{
    position: absolute;
    left: 5%;
    top: 5%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
}

.back-button2:active{
    opacity: 50;
}


.gradient-7 {
    position: fixed;
    border: 0px red solid;
    top: 0;
    z-index: 2;
    margin: auto;
    width: 100vw;
    height: 150px;
    background: rgb(22,22,22);
    background: linear-gradient(180deg, rgba(22,22,22,1) 0%, rgba(0,0,0,0) 100%);
}

.gradient-8 {
    position: fixed;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background: rgb(22,22,22);
    background: linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(0,0,0,0) 100%);
    width: 100vw;
    height: 160px;
    opacity: 0.8;
}

.event-image1 {
    position: relative;
    display: block;
    width: 85%;
    top: 8em;
    border-radius: 10px;
    margin: auto;

}


.text-container12 {
    position: relative;
    left: 8%;
    top: 10em;
    width: 80%;
}

.event-date3 {
    width: 321px;
    min-height: 20px;
    font-size: 17px;
    font-family: Rubik;
    font-style: italic;
    color: #c4f275;
    text-align: left;
    height: 8px;
    line-height: 10px;
    
}

.event-name {
    width: 321px;
    font-size: 22px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: Rubik;
    color: #f8f8f8;
    text-align: left;
    display: -webkit-inline-box;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    border: 0px solid red;
    height: 20px;
}

.event-venue3 {
    width: 321px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 300;
    font-family: Rubik;
    color: #f8f8f8;
    text-align: left;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 10px;
    border: 0px red solid;
}

.text-container13 {
    position: relative;
    left: 8%;
    top: 12em;
    width: 83%;
    border: 0px red solid;
}

.event-heading {
    width: 230px;
    display: block;
    position: relative;
    font-size: 25px;
    font-weight: 500;
    font-family: Rubik;
    color: #f8f8f8;
    align-items: center;
    height: 40px;   
}

.descrip3 {
    width: 100%;
    text-align: justify;
    overflow: hidden;
    font-weight: 300;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 23px;
}

.descrip3.show-all {
    overflow: visible; /* Makes Expansion visible */
    text-overflow: clip; /* Remove ellipsis */
    -webkit-line-clamp: unset; /* Reset Webkit line clamp */
  }


#toggle-text-clamp {
    position: relative;
    background-color: transparent;
    border: none;
    color: #c4f275;
    font-size: 16px;
    top: 8px;
    font-style: italic;
}

#toggle-text-clamp:active {
    color: rgba(236, 203, 245, 0.9);
}




.image-container3 {
    position: relative;
    border: 0px solid red;
    width: 150px;
    height: 150px;
    margin: auto;
    display: inline-block;
}

.image-container4 {
    position: relative;
    top: 14em;
    width: 85%;
    margin: auto;
    border: 0px solid red;
    display: flex;
    justify-content: center;
}

.info1, .info2{
    object-fit: cover;
    /* Use background-size to control how the image is positioned within the container */
    background-size: contain;
    width: 100%; /* Set width to 100% of the container */
    height: 100%; /* Set height to 100% of the container */
    /* Remove default image styles (optional) */
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 20px;
}

.artist {
    position: absolute;
    border: 0px solid red;
    bottom: 6%;
    left: 8%;
    font-size: 20px;
    font-weight: 400;
}

.event-venue4 {
    position: absolute;
    bottom: 6%;
    left: 8%;
    font-weight: 400;
    width: 85%;
}

.event-heading2 {
    width: 230px;
    display: block;
    position: relative;
    font-size: 25px;
    font-weight: 500;
    font-family: Rubik;
    color: #f8f8f8;
    align-items: center;  
    left: 8%;
    top: 11em;
    width: 83%;
}

.event-wrap1 {
    position: relative;
    top: 18em;
    width: 85%;
    height: 23em;
    margin: auto;
    border: 0px red solid;

}

.event-container2  {
    font-family: Rubik;
    position: relative;
    margin: auto;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    height: 7em;
    color: #f8f8f8;
    background-color: transparent;
    border-radius: 20px;
}

.event-container2:active {
    background-color: #1b1b1b;
    opacity: 0.5;
    z-index: 1;
    top: 3px;
}

.event2 {
    min-width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #323232;
    margin-bottom: 200px;
}


.image-container5 {
    position: absolute;
    left: 6%;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    height: 50%;
    display: flex;
    width: 4.5em;
    height: 4.5em;
    border: 0px red solid;
    margin: auto;
    border-radius: 10px;
    
}

.text-container14 {
    position: absolute;
    width: 80%;
    margin-top: auto;
    margin-bottom: auto;
    top: 22%;
    bottom: 0;
    left: 28%;
}


.event-container2 {
    border: none;
}


.event-date4 {
    position: relative;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 60%;
    text-align: left;
}

.timezone3 {
    position: relative;
    font-size: 13px;
    display: flex;
    color: #c4f275;    
    align-items: center;
    width: 120px;
    height: 15px;


}

.event-venue5 {
    position: relative;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 200;
    display: flex;
    align-items: center;
    width: 120px;
    height: 15px;
    border: 0px solid red;

}

.highlight-date-box3 {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    left: 80%;
    margin: auto;
    box-shadow: 2px 16px 40px rgba(12, 12, 12, 0.15);
    border-radius: 50%;
    background-color: rgba(236, 203, 245, 0.9);
    width: 50px;
    height: 50px;
    display: inline-block;
}

.month3 {
    position: relative;
    top: 18%;
    font-size: 13px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 700;
    font-style: bold;
    color: #2e2e2e;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 38px;
    height: 13px; 
}

.date3 {
    position: relative;
    top: 18%;
    font-size: 20px;
    line-height: 17px;
    margin: auto;
    text-transform: capitalize;
    font-weight: 600;
    color: #1c1c1c;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 22px;  

}

.button-wrap5 {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: 85%;
    width: 100%;
    max-width: 380px;
    height: 70px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212121;
    border-radius: 40px;
    border: 0px;
    background-color: #c4f275;
    box-shadow: 7px 10px 86px 4px rgba(36,36,36,0.26);
    -webkit-box-shadow: 7px 10px 86px 4px rgba(36,36,36,0.26);
    -moz-box-shadow: 7px 10px 86px 4px rgba(36,36,36,0.26);    
}

.button-wrap5:active {
    top: 90%;
}


.button-text1{
    position: relative;
    margin: auto;
    font-weight: 500;
    font-family: rubik;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 27.2px;
}

.button-text2{
    position: relative;
    margin: auto;
    font-weight: 600;
    font-family: rubik;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 40%;
    height: 27.2px;
}

