*{
    border: none;
    margin: 0;
    scroll-behavior: smooth;
}

:root{
    --main-color: rgb(96, 221, 190);
    /* --text-main: white;
    --con-bg-color: #292929; */
    
    /* --main-color: rgb(255, 200, 0); */
    --text-main: #101010;
    --con-bg-color: #FAF9F6;
}

::-webkit-scrollbar{
    display: none;
}

@font-face{
    font-family: 'gemola';
    src: url(font/gemola-wooyn.ttf);

}

body{
    height: 100%;
    width: 100%;
    color: var(--text-main);
    background: url(img/bg2.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    /* background-size: 120%;     */
    overflow-x: hidden;
    /* overflow: hidden; */
    /* background-repeat: no-repeat; */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.bg{
    height: 110%;
    width: 100%;
    background: url(img/bg.png);
    background-position: center;
    background-size: 130%;
    overflow: hidden;
    /* filter: blur(6px); */
    z-index: -1;
    background-repeat: repeat-y;
    overflow-x: hidden;
}


.logo-container{
    backdrop-filter: blur(3px);
    z-index: 10;
    margin-top: -115vh;
    height: 110vh;
}
.logo{
    height: 100%;
    width: 100%;
    display: flex;
    background: url(img/swwararanjana24.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
}

.countdown{
    margin-top: -5vh;
    margin-bottom: 20vh;
    height: fit-content;
    width: 100%;
    background: var(--con-bg-color);
    border-radius: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 20px black;
}
.title-bg{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.venue-title{
    margin-top: 5vh;
    margin-bottom: 2vh;
    margin-left: 4.5vw;
    margin-right: 4.5vw;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: 'gemola';
    display: flex;
    flex-direction: column;
    
}
.venue{
    font-size: 1.3rem;
    font-family: "poppins", sans-serif;
    font-weight: 200;
    /* text-align: left; */
}

.date{
    font-size: 1.3rem;
    font-family: "poppins", sans-serif;
    font-weight: 200;
    /* text-align: right; */
}

.countdown-time{
  color: var(--text-main);
  /* background: #979DA2; */
  margin: 5vh;
  font-family: 'gemola';
  text-align: center;
  border-radius: 10px;
  padding: 2.3vh 2.3vh 2vh 2vh;

} 

.buybutton{
    color: var(--con-bg-color);
    background: var(--text-main);
    margin: 3vh;
    font-family: 'gemola';
    font-size: 2.4rem;
    text-align: center;
    font-weight: 100;
    cursor: pointer;
    border-radius: 10px;
    padding: .5rem;
    padding-inline: 1rem;
    transition: .3s ease-in-out;
    text-decoration: none;
    width: fit-content;
}
.buybutton:hover{
    text-decoration: none;
    color: var(--main-color);
    box-shadow: 0 0 20px var(--text-main);
}

#timer{
  font-size: 3rem;
  margin-inline: 1rem;
  font-weight: 500;
}
.countdown-time h1{
    font-size: 2rem;
    font-weight: 200;
}

.artists{
    flex-wrap: nowrap !important;
    width: 100%;
    height: fit-content;
    background: var(--con-bg-color);
    position: relative;
    border-radius: 0;
}
.artist-topic{
    width: 100%;
    height: 15vh;
    /* background: #000; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'gemola';
    font-size: 3rem;
    font-weight: 500;
}
.desc-bg1 .desc-bg2{
    background: var(--con-bg-color);
}
.desc-bg1{
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
}
.artist1{
    flex-wrap: nowrap !important;
    /* background: black; */
    height: auto;
    width: 50%;
    margin-bottom: 4vh;
    margin-left: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 400;
}
.artist1 img{
    flex-wrap: nowrap !important;
    width: 130%;
    height: auto;
    top: 0;
    z-index: below;
    /* margin-top: -20vh; */
}
.desc-bg2{
    margin-bottom: 5vh;
}
.artist2{
    flex-wrap: nowrap !important;
    /* background: black; */
    height: 40vh;
    width: 50%;
    margin-bottom: 4vh;
    margin-right: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 500;
}
.artist2 img{
    flex-wrap: nowrap !important;
    width: 150%;
    height: auto;
    top: 0;
    z-index: -10;
    /* margin-top: -25vh; */
}
.desc{
    /* background: #ff0000; */
    height: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem;
    font-size: 2.4rem;
    font-weight: 500;
    font-family: 'gemola';
}
.desc span{
    font-size: 1.1rem;
    margin-top: 3vh;
    margin-inline: 5vw;
    font-weight: 300;
    font-family: "poppins", sans-serif;
    z-index: 100;
}
.desc-bg2{
    width: 100%;
    /* background: #fff; */
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    height: fit-content;
    align-items: center;
}
.desc-bg1 .desc{
    max-width: 70vw;
}

.hails{
    background: var(--con-bg-color);
    background-image: url(img/hails.png);
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hails-topic{
    font-size: 4rem;
    font-family: 'gemola';
    text-shadow: 0 0 10px black;
}

.about{
    position: relative;
    background: var(--con-bg-color);
    width: 100%;
    height: fit-content;
}
.about-title{
    margin-top: 3vh;
    margin-left: 4.5vw;
    font-family: 'gemola';
    font-size: 3rem;
    /* background: #000; */
}

.about-dsc{
    height: fit-content;
    flex-wrap: wrap;
    display: flex;
    margin-inline: 5vw;
    margin-top: 2vh;
    margin-bottom: 3vh;
    font-family: "poppins", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    padding-left: 15vw;
    padding-right: 15vw;
    text-align: center;
}

.parallax{
    width: 100%;
    height: 40vh;
    background: var(--text-main);
    opacity: .3;
}

.gallery{
    width: 100%;
    height: fit-content;
    background: var(--con-bg-color);
    border-radius: 0;
}
.gallery-topic{
    font-size: 3rem;
    font-family: 'gemola';
    margin-left: 4.5vw;
    margin-top: 10vh;
    font-weight: 500;

}

.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin: 1rem;
    flex-wrap: wrap;
}
    
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 2 / 1 / 3 / 2; }
.div5 { grid-area: 2 / 2 / 3 / 3; }
.div6 { grid-area: 2 / 3 / 3 / 4; }
.div7 { grid-area: 3 / 1 / 4 / 2; }
.div8 { grid-area: 3 / 2 / 4 / 3; }
.div9 { grid-area: 3 / 3 / 4 / 4; }

.parent div{
    /* border: 2px solid black; */
    border-radius: 0px;
    transition: .3s ease-in-out;
    /* width: 30%; */
    height: auto;
    border-radius: 3px;
    flex-wrap: wrap;
    /* aspect-ratio: 16/9; */
}
.parent div:hover{
    transform: scale(1.015);
    box-shadow: 0 0 10px var(--text-main);
}
    
.div1 {
    /* grid-row: span 5 / span 5; */
    background: url(img/gallery/gallery1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16/9;

}

.div2 {
    /* grid-column: span 2 / span 2;
    grid-row: span 3 / span 3; */
    background: url(img/gallery/gallery2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 16/9;

}

.div3{
    /* grid-column: span 4 / span 4;
    grid-column-start: 2;
    grid-row-start: 5; */
    background: url(img/gallery/gallery3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16/9;

}

.div4 {
    /* grid-row: span 4 / span 4;
    grid-column-start: 5;
    grid-row-start: 1; */
    background: url(img/gallery/gallery4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16/9;

}

.div5 {
    /* grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 1; */
    background: url(img/gallery/gallery5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16/9;
}
.div6 {
    /* grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 3; */
    background: url(img/gallery/gallery6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16/9;

}

.div7 {
    /* grid-column: span 2 / span 2; */
    /* grid-column-start: 2;
    grid-row-start: 4; */
    background: url(img/gallery/gallery7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16/9;

}

.div8 {
    /* grid-column: span 2 / span 2; */
    /* grid-column-start: 2;
    grid-row-start: 4; */
    background: url(img/gallery/gallery8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16/9;

}

.div9 {
    /* grid-column: span 2 / span 2; */
    /* grid-column-start: 2;
    grid-row-start: 4; */
    background: url(img/gallery/gallery9.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16/9;

}
.photocredit{    
    font-family: "poppins", sans-serif;
    font-style: italic;
    color: rgb(97, 97, 97);
}
.buy-tickets{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background: #000; */
}
.buy-tickets h2{
    margin-top: 4rem;
    position: relative;
    font-size: 2rem;
    text-align: center;
    font-family: 'gemola';
}
.buy-tickets .buybutton{
    margin-bottom: 15vh;
}
        
.footer{
    /* margin-top: 10vh; */
    width: 100%;
    height: 33vh;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: var(--text-main);
    /* background: linear-gradient(45deg, black, white, white, white, white, black); */
    font-family: "gemola";
    flex-wrap: wrap;
    text-align: center;
    z-index: 999;
    /* border-radius: 5vh 5vh 0 0; */
}
.footerpanel-left{
    width: 50%;
    height: 100%;
    background: url(img/logo-noglow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(0.6);
}


.footerpanel-right{
    margin-top: 2vh;
    margin-inline: 10px;
    /* background: red; */
    color: var(--text-main);
}
.ftr-title{
    font-family: 'gemola';
    font-size: 3rem;
    font-weight: 400;
    color: var(--con-bg-color);

}

.footerpanel-right span{
  color: var(--con-bg-color);
}
.footer_content{
    font-family: "poppins", sans-serif;

}


.icons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 5rem;
    color: var(--con-bg-color);

}

.icons i{
    font-size: 1.5rem;
    padding: .5rem;
    border-radius: 25px;
    border: 3px solid var(--con-bg-color);
    text-align: center;
    margin: 0 10px 0 10px;
    transition: ease-in-out .3s;
}
  
.icons i:hover{
    transform: scale(1.1);
    box-shadow: 0 0 15px var(--con-bg-color);
    border: 3px solid var(--con-bg-color);
    background: var(--con-bg-color);
    color: var(--text-main);
}

.icons a {
    color: var(--con-bg-color);

}
.vertical-line{
    position: absolute;
    width: 7px;
    height: 6%;
    background: var(--con-bg-color);
    display: flex;
    border-radius: 20px;
    margin-left: -3vw;
}