*{
    margin: 0;
    padding: 0;
}
.heroSection{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}


.firstVideo{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
}
.secondVideo{
    width: 25vw;
    height: 0vh;
    overflow: hidden;
    position: absolute;
}
.thirdVideo{
    width: 25vw;
    height: 0vh;
    position: absolute;
    overflow: hidden;
    margin-left: 25vw;
}
.fourVideo{
    width: 25vw;
    height: 0vh;
    position: absolute;
    overflow: hidden;
    margin-left: 50vw;
}
.fiveVideo{
    width: 25vw;
    height: 0vh;
    position: absolute;
    overflow: hidden;
    margin-left: 75vw;
}
.firstVideo img{
position: absolute;
}
.f_videoOverlap{
    height: 100vh;
    width: 100vw;
    background-color: black;
    z-index: 99;
    position: absolute; 
   
}
.secondVideo{
    z-index: 999;
}
.vid{
    z-index: -111;
    position: absolute;
}
.text{
    position: absolute;
    z-index: 999999999999999999999999;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.mainHeading{
    /* font-family: "Playfair Display", serif; */
  font-size: 8rem;
  font-weight: 400;
  font-style: normal;
  color: white;
 margin-bottom: 50px;
 margin-left: 30px;
}
.inner{
    display: flex;
}
.heading{
    width: 70vw;
}
.para{
    width: 25vw;
    padding-right:80px;
    color: white;
    margin-top: 100px;

}
.para{
    text-align: right;
}

.mainh{
    position: absolute;
    z-index: 999999999999999999999999999999999999999;
    height: 100vh;
    display: flex;
   flex-direction: row;
    justify-content: center;
    width: 100vw;
}
.innerh{
    margin: auto;
}
.mainHeadingh{
    /* font-family: "Playfair Display", serif; */
  font-size: 8rem;
  font-weight: 400;
  font-style: normal;
  color: white;
opacity: 0;
}
.secondSection{
    width: 100vw;
    height: 100vh;
    display: flex;
}
video{
    /* width: 100vw !important; */
    height: 100vh;
}

.left,.right{
  
    width: 48vw;
    height: 80vh;
    display: flex;
    
}
.left{
   

    justify-content: center;
    
}
.mainsecond h1{
    font-family: "Playfair Display", serif;
    font-size: 4rem;
    font-weight: 600;
}
.mainsecond{
    text-align: center;
    padding-top: 50px;
    width: 100vw;
    overflow-x:hidden  ;
}
.secondSection{
    margin-top: 50px;
}
p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.thirdSection{
    height: 100vh;
}

.thirdSection h1{
    font-family: "Playfair Display", serif;
    font-size: 4rem;
    font-weight: 600;
}
.artists-image-wrap{
    background-color: rgb(241 241 241);
    padding: 20px;
    border-radius: 20px;
    /* color: white; */
}
.h2black{
    color: black !important;

}
td{
    max-width: 10vh;
}
td p{
    color: white;
}
.para p{
    color: white;
    margin-top: -20px;
}

.preloaders {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
  }
  
  .loaders {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
  }
  @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
  .hover{
    position: absolute;
    /* border: 2px solid red; */
    z-index: 99999999999999999999999999999999999999999999999999999999999999;
    width: 100vw;
    height: 100vh;
    display: flex;
  }
  .hover-cursor{
    position: absolute;
    /* border: 2px solid red; */
    z-index: 999999999999999999999999999999999;
    width: 100vw;
    height: 100vh;
    display: flex;
  }
  .first_hover,.second_hover,.third_hover,.four_hover{
    width: 25%;
    height: 100vh;
    /* border: 2px solid green; */
    padding-top: 40px;
  }
  .cursor-outline, .cursor-dot {
    opacity: 0;
}

.cursor-outline {
    border-radius: 50px;
    position: absolute;
    width: 80px;
    height: 80px;
    border: solid 1px #fff;
    mix-blend-mode: difference;
  pointer-events: none;
}

/* Visible when running fancy.js */
.cursor-dot {
    mix-blend-mode: difference;
    border-radius: 50px;
    position: absolute;
     width: 80px;
    height: 80px;
    background-color: white;
    border: solid 1px #fff;
    pointer-events: none;
}
.about-section{
    width: 100vw;
    overflow: hidden;
}
body{
    width: 100vw;
    overflow-x: hidden !important;
}

.thirdVideo{
    opacity: 1 ;
    height: 0vh;
}
.f_videoOverlap{
    opacity: 0;
}
.thirdVideo,.fourVideo,.fiveVideo{
    z-index: 999;
}
.about-section{
    background-color: black;
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 110%;
    min-height: 125%;
}

#myVideo1,#myVideo2{
    min-height: 155%;
}
.heroSection,.hover-cursor{
    overflow-x:hidden ;
    width: 100vw;
    /* border: 2px solid red; */
}
.mobi{
    display: none;
}
@media(max-width:789px){
    .mobi{
        display: block;
    }
    .first_hover, .second_hover, .third_hover, .four_hover {
        width: 100%;
        height: 18vh;
       
        padding-top: 0px;
        padding-left: 20px;
        position: absolute;
        margin-top: 65vh;
        text-align: center;
        transition: opacity 1s ease-in-out, z-index 0s 1s;
        /* border: 2px solid red; */
    }
    .hover-cursor{
        display: block;
    }
    .text{
        display: none;
    }
    .mainHeadingh{
        opacity: 1;
    }
  .des{
    display: none !important;
  }
  .mobi{
    display: inline-block;
    color: var(--white-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-normal);
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .schedule-table tr{
    display: flex;
    flex-direction: column;
  }
  .schedule-table td{
    max-width: 100%;
   
  }
  .section-overlay{
    display: none;
  }
  .schedule-table .pop-background-image {
   
    height: 40vh;
}
.icon {
    display: inline-block;
    height: 2.5em;
    width: 1.3em;
    border: 0.2em solid white;
    border-radius: 1em;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.icon::before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0.3em;
    height: 0.3em;
    width: 0.3em;
    background-color: white;
    border-radius: 50%;
    animation: move-down 2s infinite;
}
.vari {
    position: absolute;
    width: 100vh;
    height: 100vh;
    background: linear-gradient(to top, rgba(0, 0, 0,1), transparent);
}

@keyframes move-down {
    80% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(1.6em);
        opacity: 0;
    }
}
.icon{
    opacity: 0;
    transition: 0.3s;
}
video{
    height: 100vh;
}
#div1,#div2,#div3,#div4{
    opacity: 0;
}

.secondVideo,.thirdVideo,.fourVideo,.fiveVideo{
    width: 100vw;
    height: 18vh;
    margin-top: 65vh;
    margin-left: 0vh;
    opacity: 0 ;
}
}