@import url(mainstyle.css);

*{
    scroll-behavior: smooth;
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;  
}
.btn-close {
    background-image: unset;
}
a{
    color: inherit;
    text-decoration: none;
} 
.nav-link{
    color: var(--nav-text);
    font-weight: 600;
}
.nav-item.active .nav-link, .nav-item:hover .nav-link{
    color: #FC226A;
}
::placeholder{
    color: var(--input-text) !important;
    opacity: 0.5 !important;
}

.head-content{
    width: 920px;
    margin: auto;
    max-width: 100%;
    text-align: center;
}

[data-festnova-theme="dark"] [data-logo="dark"],
[data-festnova-theme="light"] [data-logo="light"] {
    display: block;
}

[data-festnova-theme="dark"] [data-logo="light"],
[data-festnova-theme="light"] [data-logo="dark"] {
    display: none;
}

.icons-bg{
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--icon-text);
    background-color: var(--prime-bg);
}



/* Banner CSS */
#banner-slider{
    min-height: 600px;
}
.slide-1{
    background: linear-gradient(to right, #0d0d0da1 0%, #0d0d0da1 100%), url('../../assets/images/party1.webp')no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 600px;
}
.slide-2{
    background: linear-gradient(to right, #0d0d0da1 0%, #0d0d0da1 100%), url('../../assets/images/party2.webp')no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 600px;
}
.slide-3{
    background: linear-gradient(to right, #0d0d0da1 0%, #0d0d0da1 100%), url('../../assets/images/party3.webp')no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 600px;
} 
 .splide-container{ 
    width: 700px;
    max-width: 100%;   
    height:100%;
    position: relative; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* navigation styles */
.splide__arrow {
    background: var(--prime-bg);
    width: 55px;
    height: 55px;
    border-radius: 5px;
    opacity: 1;
}
.splide__arrow svg{
    font-size: 24px;
    fill: var(--white-text);  
}
.splide__pagination__page {
    background: #ffff;
    border: 0;
    display: inline-block;
    height: 14px;
    margin: 3px;
    opacity: 0.8;
    padding: 0;
    position: relative;
    transition: transform 0.5s ease;
    width: 14px;
}
.splide__pagination__page.is-active {
    background: var(--prime-bg);
    transform: scale(1.2);
    z-index: 1;
}

.splide__arrow--prev{
  top: unset;
  bottom: -10px !important;
  left: unset;
  right: 80px !important;
  box-shadow: unset;
}
.splide__arrow--next{
  top: unset;
  bottom: -10px !important;
  box-shadow: unset;
}
@media(max-width:992px){
    .banner-slider{
        min-height: 600px;
    }
    .splide__slide{
        min-height: 600px;
    } 
    .test-slide{
        min-height: unset;
    }
    .splide__arrow {
        width: 40px;
        height: 40px;
    }
    .splide__arrow--prev{ 
        left: calc(50% - 50px) !important;
    }
    .splide__arrow--next{ 
        right: calc(50% - 50px) !important; 
    }
    .banner-cont{
        min-height: 600px;
    }
}

@media(max-width:576px){
    .splide-container .fs-4{
        font-size: 16px !important;
    }
}

/* about section */
.about-img1{
    width: 550px;
    height: 550px; 
    border-radius: 50%;
    border: 8px solid whitesmoke;
    object-fit: cover;
}
.about-img2{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 8px solid whitesmoke;
    object-fit: cover;
    position: absolute; 
    right: calc(0% + 50px);
    top: 0;
}
.about-img3{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid whitesmoke;
    object-fit: cover;
    position: absolute; 
    right: calc(0% + 60px);
    bottom: 0;
}
.about-experience {
    background: linear-gradient(to right, #fc226a 0%, #8c52ff 100%);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    color: var(--white-text);
    position: absolute;
    left: calc(0% + 20px);
    bottom: calc(0% + 90px);
    padding: 40px 20px;
    border-radius: 10px;
    text-align: center;
}
.about-experience span {
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
}

@media(max-width:1200px){
    .about-img2{
        right: 200px;
        width: 150px;
        height: 150px;
    }

    .about-img3{
        right: 190px;
        width: 200px;
        height: 200px;
    }
    .about-experience{
        left: calc(0% + 160px);
        bottom: calc(0% + 90px);
    }
}

@media(max-width:992px){
    .about-img2{
        right: calc(0% + 100px);
        width: 150px;
        height: 150px;
    }

    .about-img3{
        right: calc(0% + 80px);
        width: 200px;
        height: 200px;
    }
    .about-experience{
        left: calc(0% + 50px);
        bottom: calc(0% + 70px);
    }
}

@media(max-width:768px){
    .about-img1{
        width: 500px;
        height: 500px;
    }
    .about-img2{
        right: calc(0% + 20px);
        width: 150px;
        height: 150px;
    }

    .about-img3{
        right: calc(0% - 20px);
        width: 200px;
        height: 200px;
    }
    .about-experience{
        left: calc(0% - 20px);
        bottom: calc(0% + 50px);
    }
}
@media(max-width:600px){
    .about-img1{
        width: 350px;
        height: 350px;
    }
    .about-img2{
        right: calc(0% + 40px);
        width: 120px;
        height: 120px;
    }

    .about-img3{
        right: calc(0% + 50px);
        width: 150px;
        height: 150px;
    }
    .about-experience{
        left: calc(0% + 40px);
        bottom: calc(0% + 10px);
        padding: 20px 10px;
    }
}


/* video section */
.video-bg{
    background: linear-gradient(to right, #0d0d0da1 0%, #0d0d0da1 100%), url('../../assets/images/video.jpg')no-repeat;
    background-size: cover;
    min-height: 500px;
} 
.video-container{
     min-height: 400px;
}
.video-main{
    /* d-flex flex-column justify-content-center" style="height: 600px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
}

.row-top{
    margin-top: -150px;
}

@media(max-width:767px){

    .row-top{
        margin-top: 0px !important;
    }
}

.bg-main{
    background: linear-gradient(to right, #e9d8d8da 0%, #efa7a7a8 100%), url('../../assets/images/event-card3.jpg');
    background-size: cover;
    background-position: center center;
}

.speaker-img img{
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
}

/* fun section */
.fun-bg{
    background:  linear-gradient(to right, #0d0d0d75 0%, #0d0d0d75 100%), url('../../assets/images/fun.png')no-repeat;
    background-size: cover;
    min-height: 400px;
} 
.fun-container{
     min-height: 300px;
}
.fun-main{
    /* d-flex flex-column justify-content-center" style="height: 600px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
}

.svg-bg{
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white-text) !important;
    background: linear-gradient(225deg, rgb(130, 205, 224) 0%, rgb(149, 201, 222) 16.667%, rgb(174, 200, 216) 33.333%, rgb(202, 201, 208) 50%, rgb(232, 206, 199) 66.667%, rgb(255, 213, 194) 83.333%, rgb(255, 221, 192) 100%);
}

/* slider */

.splide__slide { 
  padding: 20px; 
}
.testimonial-img{
    max-width: 75px;
    max-height: 75px;
    border-radius: 50%; 
    outline: 2px dashed var(--prime-border);
    outline-offset: 5px;
    overflow: hidden;
}
.testimonial-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* rating */
.star-rating {
  display: inline-block;
  font-size: 1.5rem;
  cursor: pointer;
  background-color: #fff;
}

.star {
  position: relative;
  display: inline-block;
  color: #ccc;
}

.star:before {
  content: '★';
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  color: gold;
}

.star.filled:before {
  width: 100%;
}

.star.half:before {
  width: 50%;
}


/* contact form */
.contact-bg{
    background: linear-gradient(to right, #0d0d0da1 0%, #0d0d0da1 100%), url('../../assets/images/contact.jpg')no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
} 
.contact-container{
     min-height: 400px;
}
.contact-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
}

.row-top{
    margin-top: -150px;
}

.contact-form{
    margin-top: -110px;
}

/* footer */
.footers-bg{
    background: linear-gradient(to right, #0d0d0da3 0%, #0d0d0da3 100%), url('../../assets/images/footer.png')no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 300px;
}

.footer-icons-bg{
    max-width: 15px;
    max-height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--icon-text);
    background-color: var(--prime-bg);
    padding: 3px;
}

#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px; 
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: 50px !important;
    min-width: unset;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center; 
}
#backtotop.show {
    opacity: 1;
    visibility: visible;
}
.error{
    color: red;
}
#newsletter div.error{
    position: absolute;
    bottom: -22px;
    left:20px;
}