* {
    padding: 0;
    margin: 0;
}


.home-page {
    min-width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    /* left: 100%; */
    background-color: #212121;
    text-align: left;
    font-size: 16px;
    color: #f8f8f8;
    font-family: Rubik;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
}


#menuIconContainer, #location-wrap{
    opacity: 100;
}

#text-wrapper2{
    opacity: 0;
    top: 0;
}

#tabsbelow {
    position: fixed;
    width: 100vw;
    height: 96px;
    bottom: -1px;
    border-radius: 30px 30px 0px 0px;
    background-color: #1a1a1a;
    border: 0px solid red;
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    justify-content: center;
    gap: 50px;
    z-index: 2;
    margin-bottom: 0;
} 



.gradient-1 {
    position: fixed;
    border: 0px red solid;
    top: 0;
    z-index: 2;
    margin: auto;
    width: 100vw;
    height: 160px;
    background: rgb(22,22,22);
    background: linear-gradient(180deg, rgba(22,22,22,1) 0%, rgba(0,0,0,0) 100%);
}

.gradient-2 {
    position: fixed;
    bottom: 0%;
    margin: auto;
    background: rgb(22,22,22);
    background: linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(0,0,0,0) 100%);
    width: 100vw;
    height: 135px;
    opacity: 0.8;
}

.location-wrap {
    z-index: 2;
    position: fixed;
    top: 53px;
    left: 75%;
    display: flex;
    border-radius: 18px;
    background-color: #f8f8f8;
    width: 66px;
    height: 33px;
}

.my {
    position: absolute;
    font-size: 13px;
    font-family: rubik;
    font-weight: 500;
    line-height: 24px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 4px;
    left: 17%;
    color: #2e2e2e;
    width: 23px;
    height: 19px;
}

.flags-my {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    left: 55%;
    width: 17px;
    height: 13px;
    object-fit: cover;
}

.menu-icon-child {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 41px;
    height: 41px;
}

.vector-icon {
    position: relative;
    left: 10px;
    width: 100%;
    height: 100%;
}

.menu-icon {
    z-index: 2;
    position: fixed;
    top: 47px;
    left: 17px;
    width: 41px;
    height: 41px;
}


.swiper-wrapper {
    border: red 0px solid;
}

.swiper {
    position: absolute;
    max-width: 380px;
    height: 35em;
    top: 10vh;  
    margin-bottom: 0;
    border: red 0px solid;
    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);    
}

.swiper-slide{
    position: relative;
    margin: auto;
    width: 100px;
    height: 100%;
    display: flex;
    border: 0px solid red;
    margin-bottom: 0;
}


.highlighted {
    position: relative;
    margin: auto;
    width: 90%;
    height: 530px;
    display: flex;
    border: 0px solid red;
}

.highlight1 {
    position: relative;
    border: 0px solid red;
    width: 387px;
    height: 85%;
    margin: auto;
    border-radius: 20px;
    background-color: #323232;
}

.image-container1 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 13%;
    left: 0;
    right: 0;
    height: 55%;
    border-radius: 10px;
}

.text-container4{
    position: absolute;
    width: 100%;
    line-height: 30px;
    top: 73%;
}

.event-container1 {
    border: none;
}

.event-date1 {
    position: relative;
    left: calc(50% - 148px);
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    align-items: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 301px;
    color: #f8f8f8;
}

.timezone1 {
    position: relative;
    left: calc(50% - 148px);
    font-size: 15px;
    display: flex;
    color: #c4f275;    
    align-items: center;
    overflow: hidden;
    width: 301px;
    height: 20px;

}

.event-venue1 {
    position: relative;
    left: calc(50% - 148px);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    display: flex;
    align-items: center;
    width: 301px;
    height: 20px;
    color: #f8f8f8;
}

.highlight-date-box1 {
    position: absolute;
    top: 60%;
    left: 66%;
    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: 78px;
    height: 79px;
    display: inline-block;
}

.month1 {
    position: relative;
    top: 25%;
    font-size: 18px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #2e2e2e;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 38px;
    height: 13px;
}

.date1 {
    position: relative;
    top: 33%;
    font-size: 30px;
    line-height: 17px;
    margin: auto;
    text-transform: capitalize;
    font-weight: 500;
    color: #1c1c1c;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 22px;
}

.upcoming {
    position: relative;
    top: 5vh;
    left: calc(50% - 175px);
    font-size: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 285px;
    height: 54px;
}


.upcoming-events {
    position: relative;
    min-height: 78vh;
    max-width: 90vw;
    margin: auto;
    margin-top: -18%;
    top: -100%;
    margin-bottom: 220px;
    border: 0px solid red;
}

.event-container1  {
    font-family: Rubik;
    position: relative;
    margin: auto;
    display: inline-block;
    width: 46%;
    height: 300px;
    margin: 6px;
    margin-bottom: 2%;
    color: #f8f8f8;
    background-color: transparent;
    border-radius: 20px;
    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);    
}

.event-container1:active {
    font-family: Rubik;
    position: relative;
    margin: auto;
    display: inline-block;
    width: 46%;
    height: 300px;
    margin: 6px;
    top: 3px;
    margin-bottom: 2%;
    color: #f8f8f8;
    border: 0px solid red;
    background-color: #1b1b1b;
    opacity: 0.5;
    z-index: 1;
    border-radius: 20px;
}

.event1 {
    min-width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #323232;
    margin-bottom: 200px;
}


.image-container2 {
    position: absolute;
    left: 8%;
    width: 85%;
    height: 85%;
    top: 9%;
    height: 50%;
    display: flex;
    margin: auto;
    border-radius: 10px;
    
}

.text-container5{
    position: absolute;
    width: 80%;
    line-height: 30px;
    top: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}


.event-date2 {
    position: relative;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    border: 0px solid red;
}

.timezone2 {
    position: relative;
    font-size: 14px;
    display: flex;
    color: #c4f275;    
    align-items: center;
    width: 120px;
    height: 20px;


}

.event-venue2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 200;
    display: flex;
    align-items: center;
    width: 120px;
    height: 20px;
    border: 0px solid red;

}

.highlight-date-box2 {
    position: absolute;
    top: 50%;
    left: 12%;
    margin: auto;
    box-shadow: 2px 16px 40px rgba(12, 12, 12, 0.15);
    border-radius: 50%;
    background-color: #ECCBF6;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.month2 {
    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; 
}

.date2 {
    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;  

}


/*.scrolling {
    position: absolute;
    top: 124px;
    left: 21px;
    width: 357px;
    height: 478px;
    font-size: 22px;
}

.highlight-date1 {
    position: absolute;
    top: 284px;
    left: 237px;
    box-shadow: 2px 16px 40px rgba(12, 12, 12, 0.15);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    background-color: rgba(236, 203, 245, 0.9);
    width: 78px;
    height: 79px;
}
.aug {
    position: absolute;
    top: 305px;
    left: calc(50% + 82px);
    font-size: 18px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #2e2e2e;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 38px;
    height: 13px;
}
.div4 {
    position: absolute;
    top: 322px;
    left: calc(50% + 81px);
    font-size: 30px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #1c1c1c;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 41px;
    height: 22px;
}
.highlight-frame1-parent {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
}
.highlighted1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 452px;
    overflow: hidden;
}
.songbyrd1 {
    position: absolute;
    top: 414px;
    left: calc(50% - 148px);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    color: inherit;
    display: -webkit-inline-box;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 301px;
    text-decoration: none;
}
.group-item {
    position: absolute;
    height: 68.58%;
    width: 88.57%;
    top: 7.52%;
    right: 5.71%;
    bottom: 23.89%;
    left: 5.71%;
    border-radius: 10px;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}
.highlighted2 {
    position: absolute;
    top: 0px;
    left: 395px;
    width: 350px;
    height: 452px;
    overflow: hidden;
}
.byrdland1 {
    position: absolute;
    top: 414px;
    left: calc(50% - 148px);
    text-transform: capitalize;
    font-weight: 300;
    display: -webkit-inline-box;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 301px;
}
.remi-wolf-big1 {
    position: absolute;
    top: 370px;
    left: calc(50% - 148px);
    font-size: 22px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 288px;
}
.highlighted3 {
    position: absolute;
    top: 0px;
    left: 790px;
    width: 350px;
    height: 452px;
    overflow: hidden;
    font-size: 14px;
}
.highlight-wrap {
    position: absolute;
    height: 95.61%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 4.39%;
    left: 0%;
    overflow: hidden;
}
.button-wrap5-icon {
    position: absolute;
    height: 2.72%;
    width: 19.33%;
    top: 97.28%;
    right: 41.46%;
    bottom: 0%;
    left: 39.22%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}



.upcoming-wrap {
    position: relative;
    top: 80%;
}


.event-frame1 {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background-color: #f8f8f8;
    opacity: 0.1;
}

.event-frame2 {
    position: relative;
    height: 390px;
    width: 162px;
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background-color: #f8f8f8;
    opacity: 0.1;
    border: 1px solid red;
}

.event-wrap1-child {
    position: relative;
    height: 50.88%;
    width: 86.31%;
    top: 5.61%;
    right: 6.55%;
    bottom: 43.51%;
    left: 7.14%;
    border-radius: 10px;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}
.chris-lake-black {
    position: absolute;
    top: 178px;
    left: calc(50% - 67px);
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    display: -webkit-inline-box;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 135px;
}
.brooklyn-army-terminal {
    position: absolute;
    top: 240px;
    left: calc(50% - 67px);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    display: -webkit-inline-box;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 135px;
}
.pm-est {
    position: absolute;
    top: 224px;
    left: calc(50% - 67px);
    font-size: 13px;
    display: flex;
    color: #c4f275;
    align-items: center;
    width: 135px;
    height: 8px;
}
.highlight-date4 {
    position: absolute;
    top: 130px;
    left: 20px;
    box-shadow: 2px 16px 40px rgba(12, 12, 12, 0.25);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    background-color: rgba(236, 203, 245, 0.9);
    width: 41px;
    height: 42px;
}
.jul {
    position: absolute;
    top: 141px;
    left: calc(50% - 53px);
    font-size: 10px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #2e2e2e;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.div {
    position: absolute;
    top: 150px;
    left: calc(50% - 54px);
    font-size: 17px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #1c1c1c;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



 .event-wrap1 {
    position: absolute;
    height: 20.61%;
    width: 43.08%;
    top: 50.33%;
    right: 51.79%;
    bottom: 29.07%;
    left: 5.13%;
}
.kevin {
    margin: 0;
}
.kevin-atwater-txt-container {
    width: 100%;
}
.kevin-atwater {
    position: absolute;
    top: 181px;
    left: calc(50% - 67px);
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 135px;
    height: 33px;
}
.songbyrd {
    position: absolute;
    top: 240px;
    left: calc(50% - 67px);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    color: inherit;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 135px;
    height: 8px;
    text-decoration: none;
}
.div1 {
    position: absolute;
    top: 150px;
    left: calc(50% - 52px);
    font-size: 17px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #1c1c1c;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event-wrap3 {
    position: absolute;
    height: 20.61%;
    width: 43.08%;
    top: 71.87%;
    right: 51.79%;
    bottom: 7.52%;
    left: 5.13%;
}
.event-wrap2-child {
    position: absolute;
    height: 50.88%;
    width: 86.31%;
    top: 5.61%;
    right: 7.14%;
    bottom: 43.51%;
    left: 6.55%;
    border-radius: 10px;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}
.sammy-virji-container {
    position: absolute;
    top: 178px;
    left: calc(50% - 68px);
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    display: -webkit-inline-box;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 135px;
}
.the-great-hall {
    position: absolute;
    top: 240px;
    left: calc(50% - 68px);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    display: -webkit-inline-box;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 135px;
}
.pm-est1 {
    position: absolute;
    top: 224px;
    left: calc(50% - 68px);
    font-size: 13px;
    display: flex;
    color: #c4f275;
    align-items: center;
    width: 135px;
    height: 8px;
}
.nov {
    position: absolute;
    top: 141px;
    left: calc(50% - 54px);
    font-size: 10px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #2e2e2e;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.div2 {
    position: absolute;
    top: 150px;
    left: calc(50% - 55px);
    font-size: 17px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #1c1c1c;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event-wrap2 {
    position: absolute;
    height: 20.61%;
    width: 43.08%;
    top: 50.33%;
    right: 5.13%;
    bottom: 29.07%;
    left: 51.79%;
    cursor: pointer;
}
.byrdland {
    position: absolute;
    top: 240px;
    left: calc(50% - 68px);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    color: inherit;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 135px;
    text-decoration: none;
}
.pm-edt1 {
    position: absolute;
    top: 224px;
    left: calc(50% - 68px);
    font-size: 13px;
    display: inline-block;
    color: #c4f275;
    width: 135px;
    height: 8px;
}
.event-wrap4 {
    position: absolute;
    height: 20.61%;
    width: 43.08%;
    top: 71.87%;
    right: 5.13%;
    bottom: 7.52%;
    left: 51.79%;
}
.jer-pollyanna {
    position: absolute;
    top: 358px;
    left: calc(50% - 148px);
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 500;
    display: -webkit-inline-box;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 301px;
}
.comet-ping-pong {
    position: absolute;
    top: 414px;
    left: calc(50% - 148px);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    display: -webkit-inline-box;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 301px;
}
.pm-edt2 {
    position: absolute;
    top: 399px;
    left: calc(50% - 148px);
    font-size: 15px;
    display: flex;
    color: #c4f275;
    align-items: center;
    width: 301px;
    height: 8px;
}
.group-child {
    position: absolute;
    height: 68.81%;
    width: 88.86%;
    top: 7.52%;
    right: 5.43%;
    bottom: 23.67%;
    left: 5.71%;
    border-radius: 10px;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}


.tabs-bar-icon {
    position: absolute;
    height: 6.44%;
    width: 100%;
    top: 55.46%;
    right: 0%;
    bottom: 38.11%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}*/






