/*------------------------------------------------------------------
* Project:        Eventen - Event Conference HTML Templates
* Author:         HtmlDesign Templates
* URL:            https://themeforest.net/user/htmldesigntemplates/portfolio
* Created:        06/26/2024
-------------------------------------------------------------------*/


/**Header content CSS**/
.main_header_area{
  z-index: 999;
}

.header-content{
  background-color: #f7f7f721 ;
}

.social-links i{
  height: 34px;
  width: 34px;
  line-height: 34px;
  transition:all 0.3s ease-in-out;
}

.social-links i:hover{
  background-color: #e91e63;
  border-color: #e91e63;
  color: #fff;
  transition:all 0.3s ease-in-out;
}

@media (max-width: 1200px) {
  .header-content, nav.navbar.navbar-expand-lg.py-2.navbar-sticky-in {
    display: none;
  }
}


/**Header menu CSS**/

.dropdown-menu{
  left: 0;
  transition:all 0.3s ease-in-out;
}


.dropdown-menu li:hover  a{
  background-color: #e91e63 ;
  color: #fff !important;
  transition: none;
}

.dropdown-menu li:first-child:hover a{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.dropdown-menu li:last-child:hover a{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.fixed-top {
  background-color: #1c1d66;
}

.menu-search .nav-item a.nav-link:hover {
  color: #e91e63 !important;
}

@media (min-width: 992px) {
  .dropdown-menu{
    display: block;
    opacity: 0;
    visibility:hidden;
  }

  .dropdown:hover>.dropdown-menu {
    opacity: 1 ;
    visibility: visible;
    transition:all .3s ease-in-out;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }

  .nav-item a{
    text-transform:uppercase;
  }
   
  .dropdown-menu a{
    text-transform: capitalize;
  }
}

@media (max-width: 1181px){
  .slicknav_menu, div#slicknav-mobile {
    display: block;
  }

  .menu-search, .dropdown-toggle::after, .navbar-nav {
    display: none;
  }

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
    color: #ffffff;
    position: absolute;
    top: -30px;
    left: 400px;
  }

  .slicknav_nav{
    border-radius: 20px;
    top: 70px;
    box-shadow: 0 0 15px #cccccc50;
    background-color: #f9f9f9;
    left: 0;
  }

  .slicknav_nav a{
    text-transform:capitalize;
    font-size: 16px;
    color: #777 !important;
  } 

  .navbar-brand img{
    width: 300% !important;
  } 

  .slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover{
    background-color: #E91E63;
    color: #fff !important;
  }

  .nav-link{
    padding: 12px 36px !important;
    margin: 0 !important;
  }

  .dropdown-menu>li>a{
    padding: 12px 45px !important;
    font-size: 15px;
    color: #777 !important;
    background-color: #f9f9f9;
    border-radius: 0;  
  
  }
  .nav-link:focus{
    color: #fff !important;
  }
 
  a.nav-link.dropdown-toggle:focus{
    color: #fff !important;
    background-color: #E91E63;
  }

  .dropdown-menu li:first-child:hover  a, .dropdown-menu li,   .dropdown-menu li:last-child:hover  a{
    border-radius: 0 ;
  }
  
  ul.dropdown-menu{
    margin: 0;
    border-radius: 0 !important;
  }

  .navbar li{
    border-top: 1px solid #B6B3C470;
  }

  .dropdown-menu li{
    border-color: #B6B3C470;
  }

  li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
    background: #e91e63;
    color : #fff !important;
  }

  li.nav-item.dropdown.slicknav_parent.slicknav_open > a span i {
    color: #fff !important;
  } 

 .slicknav_btn.slicknav_open:before:hover{
  color: #E91E63;
  }
}

@media (max-width: 990px) {
  .navbar-brand img{
      width: 100% !important;
  } 

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    left: 180px;
    top: -38px;
  }  

  .slicknav_nav {
    top: 80px;
    left: 20px;
  }
}

@media (max-width: 576px){
  .navbar-brand img{
    width: 40% !important;
    align-items: start;
  } 

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    top: -30px;
    left: -20px;
  }
  .slicknav_nav{
    top: 60px;
    left: 0;
  }
           
}

  
#search1{
  background-color: rgba(0, 0, 0, .87);
}

#search1 .form-control::placeholder{
  color: #fff;
}

#search1 .close{
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  transition:all 0.3s ease-in-out;
}

#search1 .close:hover{
  border-color: transparent;
  transition:all 0.3s ease-in-out;
}

#search1 .btn{
  background: none;
  top:41%;
  left: 45%;
  font-size: 14px;
}


/*Banner CSS*/
.banner{
  background-image: url(../images/background/header.png);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: 0% 0%;
}

.inner-banner{ padding-top: 150px;}


.countdown-inner span{
  color: #E91E63A1;
}

.banner-image{
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
 background-position: center ;
}

.banner-button .btn2:hover{
  background-color: #e91e63 ;
  border-color: #e91e63;
  transition:all 0.5s ease-in-out;
}

.wave{
  left: 0;
  line-height: 0;
  bottom: -1px;
}

.wave .elementor-shape-fill{
  fill: #f6e1e4;
  transform-origin: center;
  transform: rotateY(0deg);
}

.wave svg{
  width: calc(100% + 1.3px);
  left: 50%;
  transform: translateX(-50%);
} 

@media (max-width: 1200px){
  .inner-banner{
  padding-top: 50px;
 }

  .banner-left{
  padding-bottom: 100px;
 }
 
 .countdown-inner{
  padding: 20px !important;
 }

}

@media (max-width: 576px){
  .banner-event-info li{
    border: none !important;
  }

  .inner-banner{
    padding-top: 20px;
  }
}

/*Overview CSS*/
.event-info-icon i{
  width:60px;
  height:60px;
  line-height:60px;
  font-size: 30px;
  transition: all .4s ease-in-out;
}

.overview-event-info a:hover i{
  background-color: #3A4CB4;
  transition: all .5s ease-in-out;
}


@media (max-width: 1100px){
  .event-info-icon i{
    width:40px;
    height:40px;
    line-height:40px;
    font-size: 20px;
  }
}

@media (max-width: 992px){
  .event-info-icon i{
    width:60px;
    height:60px;
    line-height:60px;
    font-size: 30px;
  }

  .overview-event-info{
    position: relative !important;
  }

}

/**Partners CSS*/
.partner-img-box img:hover{
  opacity: 1 !important;
}

@media (max-width: 576px){
  .partner-img-box{
    border-bottom: 1px solid #00000014 !important; 
  }
  .border-sm-0 {
    border: 0 !important;
}
}

/*Feature CSS*/
.feature{
  background-image: url(../images/background/5.jpg);
  background-size:cover;
  background-position: top center;
}

.feature .overlay{
  background-image: linear-gradient(180deg, #E91E63 0%, #3A4CB4 100%);
}

.feature-box i{
  width:70px;
  height:70px;
  line-height:70px;
  font-size: 35px;
  transition: all .5s ease-in-out;
}

.feature-lists a:hover i{
  background-color: #3A4CB4;
  transition: all .5s ease-in-out;
}

@media (max-width: 576px){
 .counter-box {
  border-bottom: 1px solid #FFFFFF25  ;
  border-width: 0px 0px 1px 0px !important; 
  }

  .inner-counter{
    margin-bottom: 20px !important;
  }
}


/*Speakers CSS*/
.box-content,.speaker-box:after{
  width:100%;
  position:absolute;
  left:0;
  border-radius:25px; 
  transition: all ease-in-out .5s;
}

.speaker-box:after{
  content:"";
  height:100%; 
}
  
.speaker-box .social-link li a{
  width:30px;
  height:30px;
  line-height:30px;
  background-color: #a1a1a1;
  transition:all .3s ease-in-out
}

.speaker-box:hover:after{
  background:rgba(0,0,0,.7); 
  border-radius:25px; 
  transition: all ease-in-out .5s;
}

.box-content {
  transform: translateY(100%); 
  transition: transform .5s ease-out; 
}

.speaker-box:hover .box-content {
  transform: translateY(-20px);
}

@keyframes iconTranslateY {
  48% {
      -webkit-transform: translateY(50%);
      transform: translateY(50%)
  }

  49% {
      opacity: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
  }

  50% {
    opacity: 1;
  }
}

.social-link>li>a:hover>i {
  -webkit-animation: iconTranslateY .4s forwards; 
  animation: iconTranslateY .4s forwards; 
}

.speaker-box .social-link li a:hover{
  background:#1DA1F2;
  color: #fff;
}

.speaker-box .social-link li:last-child a:hover{background:#E60023;}

.speaker-box .social-link li:first-child a:hover{background:#1877F2;}

/*Ticket CSS*/
.ticket, .next-sponser{
  background-image: url(../images/background/1.jpg);
  background-repeat: no-repeat;
  background-size:cover;
}

.ticket .overlay, .next-sponser .overlay{
  background-image: linear-gradient(90deg, #24369C 0%, #C40F4C 100%);
}

.spin {
  transition: transform 0.8s;
}

h1:hover .spin, h2:hover .spin {
  transform: rotateY(360deg);
}


/*Schedules*/
.schedules{
  background-image: linear-gradient(90deg,#ffffff 50%, #F7F7F7 50%)
}

.schedule-day::after{
  position: absolute;
  font-family: "FontAwesome";
  font-size: 100px;
  color: #70707021;
  content: "\f073";
  top: -30%;
  left: -5%;
  z-index: -1;
}

.schedules img{
  height: 50px;
  width: 50px;
}

/* .schedule-box-title h5:hover, .speaker-box a:hover h6{
  color: #e91e63 !important;
  transition:all 0.3s ease-in-out;
} */

.schedule-bio-info p a:hover {
  color: #24369C;
  transition:all 0.3s ease-in-out;
}


@media (max-width: 576px){
  .schedule-day::after{
    left: 36%;
  }

  .schedule-title{
    margin-bottom: 75px !important;
  }

  .schedule-list{
    margin-bottom: 40px;
  }

  .schedules{
    padding-bottom: 60px;
  }
}


/* Pricing */
.pattern {
  top: -11px;
  left: 0;
}

.currency, .cents{
  font-size: 21px;
}

.dollor{
  font-size: 70px;
  line-height: .8;
}

@media (max-width: 1100px){
  .currency, .cents {
    font-size: 16px;
  }

  .dollor{
    font-size: 54px;
  }

  .pattern {
    top: -9px;
  }
}

@media (max-width: 990px){
  .pattern {
    top: -10px;
  }
}


@media (max-width: 576px){
  .currency, .cents {
    font-size: 12px;
  }

  .dollor{
    font-size: 42px;
  }

  .ticket-box-inner{
    margin-bottom: 30px;
  }

  .price-options{
    padding-bottom: 0 !important;
  }

  .pattern {
    top: -11px;
  }
}

  
/* Gallery */

.gallery {
  background-image: url(../images/background/6.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}

.lightgallery a:hover::after{
  background:rgba(0,0,0,0.5); 
}


.lg-toolbar .lg-close:after, .lg-toolbar .lg-download:after, .lg-outer .lg-toggle-thumb:after, .lg-next:before, .lg-prev:after{
  content: "\f00d" !important;
  font-family: "FontAwesome";
  font-size: 25px;
}

.lg-toolbar .lg-download:after{
  content: "\f063" !important;
}

.lg-outer .lg-toggle-thumb:after{
  content: "\f00e" !important;
}

.lg-next:before{
  content: "\f061" !important;
}

.lg-prev:after{
  content: "\f060" !important;
}

.grid-item {
  width: 33%;
}

@media (max-width: 576px){
  .grid-item {
    width: 100%;
  }
}

/*Testimonial*/

.bio-img{
  height: 70px;
  width: 70px;
}

.testimonial-content i{
  color: #f3efef;
  font-size: 70px;
  top:-30px;
}

.testimonial{
  background-image: url(../images/background/4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* FAQ */
.faq{
  background-image: url(../images/background/5.jpg);
  background-repeat: no-repeat;
  background-size:cover;
}

.accordion-button, .accordion-body{
  font-size: 16px;
  color: #707070;
}


.accordion-button:not(.collapsed), .accordion-button::after {
  color: #e91e63;
  background-color: #fff;
  box-shadow: none;
}

.accordion-faq>.accordion-item{
  border: 0;
}

.accordion-button:focus{
box-shadow: none;
}


.accordion-button:not(.collapsed)::after{
  background-image: none;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #e91e63;
  content: "\f068";
}

.accordion-button::after{
  background-image: none;
  font-family: "FontAwesome";
  color: #707070;
  content: "\f067";
  transition: none;
}



@media (max-width: 1100px){
  .accordion-button {
    font-size: 15px;
  }
}

@media (max-width: 576px){
  .accordion-button {
    font-size: 14px;
  }

  .box {
    width: 100%;
  }
}

/* Subscribe */
.subscribe{
  background-image: linear-gradient(90deg,#24369C 0%, #C40F4C 95%);
}

/* footer */

footer{
  background-image: url(../images/background/5.jpg);
  background-repeat: no-repeat;
  background-size:auto;
  background-position: top center;
}

footer .overlay{
  background-image: linear-gradient(90deg, #3A4CB4 0%, #C40F4C 100%);
}

.footer-socials a{
  width:40px;
  height:40px;
  line-height:40px;
  transition: all .5s ease-in-out;
}

.footer-socials a:hover {
  background-color: #e91e63 !important;
  color: #fff;
  opacity: 100%;
  transition: all .3s ease-in-out;
}

/*Back-to-top button  */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none
}

#back-to-top a {
  width: 50px;
  height: 50px;
  transition: all ease-in-out .5s;
}

#back-to-top a:hover{
  background-color: #223645;
}

#back-to-top a:after {
  position: absolute;
  content: '\f062';
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%)
}

/* ========================================= */
/*          About Us page CSS                */
/* ========================================= */

/* conference css */
.conference {
  background-image: url(../images/background/4.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.conference-left{
  background-image: url(../images/pattern/3.png);
  background-repeat: no-repeat;
  background-size: contain;
}


.conference .benifit-list-box:hover h5 {
  color: #e91e63;
  transition:all 0.3s ease-in-out;
}

.conference .benifit-list-box:hover a {
  color: #3A4CB4;
}

.list-box-icon i{
  font-size: 40px;
}

/* ========================================= */
/*          Speaker Detail page CSS          */
/* ========================================= */

/* speaker detail section */
.progress-bar{
   font-size: 14px;
}

.speaker-img img{
  height: 100px;
  width: 100px;
}

.speaker-socials a i{
  transition: all .4s ease-in-out;
}


.speaker-socials a:hover i {
  color: #fff;
  border-color: #e91e63;
}

.contact-icon i{
  font-size: 24px;
}

 
/* Event History section */
@media (max-width: 1100px){
  .event-list-box{
    padding: 20px !important;
  }
}

/* ========================================= */
/*            /Event-List Page CSS/          */
/* ========================================= */

/* Schedule-2 */

.schedule-2{
  background-image: linear-gradient(90deg,#F7F7F7 50%, #ffffff  50%)
}

.schedule-2 .schedule-icon i{
  font-size: 100px;
}


@media (min-width: 576px) and (max-width: 990px){
  .schedule-day1::after {
    left: 44%;
  }
}

/* ========================================= */
/*          /Event-Detail Page CSS/           */
/* ========================================= */

 /* /Event-Detail section CSS/ */ 

.qoutation i{
  font-size: 30px;
  transition: all .4s ease-in-out;
}

.qoutation i:hover, .organizer-bio-info p:hover{
  color: #e91e63 !important;
  background-color: #fff;
  transition: all .4s ease-in-out;
}

.sperator {
  height: 1px;
}

.organizers-box img{
  width: 50px;
  height: 50px;
}

.info-icon i{
  font-size: 24px;
  transition: all .3s ease-in-out;
}

.info-icon i:hover {
  color: #3A4CB4;
  transition: all .3s ease-in-out;
}

.contact-us-outer
{
  background-image: url(../images/background/3.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  z-index: 0;
}

.contact-us-outer .overlay {
  background-image: linear-gradient(180deg,#24369C 0%, #C40F4C 100%);
  border-radius: 25px;
}

/* ========================================= */
/*            /Pricing Page CSS/             */
/* ========================================= */

.ticket2 {
  background-image: url(../images/background/6.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}

.ticket-right{
  background-image: url(../images/pattern/3.png);
  background-size: contain;
  background-repeat: no-repeat;
 background-position: center ;
}


/* ========================================= */
/*              /Faq Page CSS/               */
/* ========================================= */

/* faq general css */

.general-ques-image{
  background-image: url(../images/pattern/3.png);
  background-size: contain;
  background-repeat: no-repeat;
 background-position: center ;
}

/* ========================================= */
/*         /Product-list Page CSS/           */
/* ========================================= */

/* Product List Section */
.sale{
top: 30px;
right: -25px;
}

.recent-product-box img {
  width: 75px;
  height: 75px;
  z-index: 1;
}

.social-media-links i{
  font-size: 18px;
}


.image-overlay, .image-overlay1{
  background-color: rgba(0,0,0,.7);
  background-blend-mode: overlay;
  /* background-size:auto; */
  position: absolute;
  height: 100%;
  width: 94%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition:all 0.5s ease-in-out;
}

.item:hover .image-overlay {
  opacity: .5;
}

.recent-product a:hover .product-detail h6{
  color: #e91e63 !important;
  transition:all 0.5s ease-in-out; 
}

@media (max-width: 996px){
  .image-overlay {
    width: 97%;
  }
}


/* ========================================= */
/*         /Book-Now Page CSS/               */
/* ========================================= */

/* ticket-booking section*/
.ticket-booking {
  background-image: url(../images/background/4.png);
  background-repeat: no-repeat;
  background-position: center center;
}


/* ========================================= */
/*         /product single Page CSS/         */
/* ========================================= */

/* Main product section css */
.price input {
  width: 54px;
}

.product-img-nav img{
  width: 115px;
  height: 115px;
}

.product-img-nav img:hover, .slick-current img{
  opacity: 1 !important;
}

.product-img-nav.slick-slide.slick-current.slick-center, .product-img-nav.slick-slide{
  width: 115px !important;
}

.slick-track{
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-list.draggable{
  padding: 0 !important;
}

@media (max-width: 576px) {
  .product-img-nav img{
    width: 100px;
    height: 100px;
  }
}

/* Releated produdct section css */

.related-product .sale{
  background-color: #b3af54;
  top: 10px;
  right: -35px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-bottom: 0 !important;
  color: #e91e63;
}

.related-product-info .nav-link{
  color: #707070;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}


/* ========================================= */
/*           /Error Page CSS/                */
/* ========================================= */

/* error section */
.error{
  background-image: url(../images/background/6.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}

.error .overlay {
  background-image: url(../images/pattern/3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center ;
  top: 0;
  left: 0;
  opacity: .1;
}

.inner-error h1 {
  font-size: 70px;
  -webkit-text-stroke: 2px #3A4CB4;
}

.line-icon {
  font-size: 20px;
}

.line-icon::before,
.line-icon::after {      
  width: 15%;
  height: 1px;
  border-top: 3px solid #e8e8e8; 
  display: inline-block;
  content: '';
  padding-top: 0.2em; 
  margin-left: 1%; 
  margin-right: 1%;
}

/* ========================================= */
/*       /search Result Page CSS/     */
/* ========================================= */

/* Search Result Section css */
.blog-info a small:hover {
  color: #24369C;
  transition: all .5s ease-in-out;
}


/* ========================================= */
/*         /coming soon Page CSS/            */
/* ========================================= */

/* coming-soon secton css */

.coming-soon{
  background-image: url(../images/background/1.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size:cover;
  overflow: visible;
}

.divider-pattern {
  background: repeating-linear-gradient(-55deg, #fff, #fff 1px, transparent 1px, transparent 6px);
}

.coming-soon span{
  font-size: 70px;
}

.coming-soon .overlay{
  background-image: linear-gradient(90deg,#24369C 0%, #C40F4C 100%);
  top: 0;
  left: 0;
  opacity: .7;
}

@media (max-width: 992px){
  .coming-soon span {
    font-size: 54px;
  }
  .coming-soon p{
    font-size: 14px;
  }
}

@media (min-width: 800px) and (max-width:996px){
  .coming-soon{
    height: 150vh !important;
  }
}

@media (max-width: 576px){
  .coming-soon span {
    font-size: 42px;
  }
}


/* ========================================= */
/*       /News list (Archives) Page CSS/     */
/* ========================================= */

/* News list secton css */

.organizer-image img {
  width: 80px;
  height: 80px;
}


.organizer-socials a{
  width:40px;
  height:40px;
  line-height:40px;
  transition: all .5s ease-in-out;
}

.organizer-socials a:hover {
  background-color: #e91e63;
  opacity: 100%;
  transition: all .3s ease-in-out;
  color: #fff;
  border-color: #e91e63;
}


.recent-post-list img {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  object-fit: cover;
}


/* ========================================= */
/*       /News Single  Page CSS/             */
/* ========================================= */


.qoutation img {
  width: 80px;
  height: 80px;
}

.navigation i {
  font-size: 20px;
}

.navigation a:hover h6 {
   color: #e91e63;
  transition: all .3s ease-in-out;
} 


/* ========================================= */
/*         /Contact us Page CSS/             */
/* ========================================= */

/* contact secton css */

.contact {
  background-image: url(../images/background/4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (min-width: 576px) and (max-width: 1100px){
  .contact-event-info {
    padding: 25px !important;
  }
}

/* ========================================= */
/*         /Homepage 2 Page CSS/             */
/* ========================================= */
.index2 .banner1 {
  background-image: url(../images/background/7.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 820px;
}

.index2 .banner1 .overlay {
  background-image: linear-gradient(180deg, rgb(36, 54, 156, .4) 0%, #C40F4C 90%);
  opacity: 1;
}

@media (min-width: 768px) {
  .index2 .banner1 h1 {
    font-size: 50px;
  }
}

@media (min-width: 996px) {
  .index2 .banner1 h1 {
    font-size: 90px;
  }
}

@media (max-width: 996px) {
  .index2 .banner1 .banner1-inner {
    margin-top: 50px !important;
  }
}

/* Ticker */
.index2 .ticker {
  background-color: #C40F4C;
}

.index2 .ticker .ticker-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 105%;
  margin-left: -10px;
}
.index2 .ticker .ticker-wrapper1 .ticker-inner {
  animation: ticker-scroll1 60s linear infinite;
}
.index2 .ticker .ticker-inner {
  display: inline-block;
  animation: ticker-scroll 60s linear infinite;
}
.index2 .ticker .ticker-inner ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 45px;
}
.index2 .ticker .ticker-inner ul li {
  font-size: 35px;
}
.index2 .ticker .ticker-inner ul li a {
  color: #fff;
}
.index2 .ticker .ticker-inner ul li a:hover {
  color: #F8669E;
}
.index2 .ticker .ticker-inner ul li i {
  color: #fff;
}
@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes ticker-scroll1 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* About Us */
.about-us .about-btn {
  background-image: radial-gradient(circle,rgb(51, 51, 105,.6) 0%, #C83F74 100%) !important ;
  cursor: pointer;
}

.about-btn:hover .spin-demo-main i {
  color: #ff4d4d;
  transition: all 0.3s ease;
}

.about-btn .spin-demo-main {
  display: grid;
  align-items: center;
  justify-items: center;
}

.about-btn .spin-demo-main i {
  position: absolute;
  font-size: 20px;
  rotate: -45deg;
  color: #fff;
  transition: all 0.3s ease;
}

.about-btn .spin-demo-main #rotatingText {
  animation-name: rotate-circle;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.about-btn .spin-demo-main .text {
  font-weight: 400;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  fill: #fff;
  font-size: 22px;
}

@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 996px)  {
  .index2 .countdown-inner .time {
    margin: auto !important;
  }
}


/* Speaker CSS */
.speaker .speaker-boxx .overlay {
  background-image: linear-gradient(180deg,rgb(196, 15, 76, 0)  65%,  rgb(36, 54, 156) 90%);
  opacity: .8;
}

/* Event Schedule */
.index2 .schedule {
    background-image: url(../images/background/5.jpg);
    background-size: cover;
    background-position: top center;
}

/* Pricing */
.pricing .contact-us .overlay {
  opacity: .9;
}

.pricing .contact-us .contact-icons i{
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 30px;
}

/* Faq */
.faq1 {
  background-image: url(../images/background/4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Testimonial */
.testimonial1 {
  background-image: linear-gradient(90deg, #ffffff 55%, #F7F7F7 55%);
}


/* ========================================= */
/*         /Homepage 3 Page CSS/             */
/* ========================================= */
.index3 .fixed-top {
  background-color: #0E2E46;
}

.index3 .banner {
  background-image: url(../images/background/8.jpg);
  border-bottom: 10px groove #E91E63A1;
}

.index3 .banner .overlay {
  background-image: url(../images/background/9.jpg);
  background-size: cover;
  opacity: 0.8;
  background-position: center;
}

/* About */
.index3 .overview .overview-img .overlay {
  background-image: url(../images/pattern/3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .5;
}

.index3 .overview {
  border-bottom: 10px groove #E91E63A1;
}

/* Schedule */
.index3 .schedule .schedule-title {
  background-image: linear-gradient(180deg, #C40F4C 0%, #0E2E46 100%);
}

.index3 .schedule .schedule-body {
  background-image: linear-gradient(180deg, #0E2E46 0%, #0E2E46 100%);
}

/* Feature */
.feature-box {
  cursor: pointer;
}

.feature-box i {
  font-size: 28px;
}

 .feature-box:hover i {
  background-color: #3A4CB4;
}

/* Video Banner */
.video-banner {
  background-image: url(../images/thumbnail/15.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.video-banner .overlay {
  background-image:  radial-gradient(at center center, #E91E63A1 0%, #0E2E46 100%);
  opacity: .8;
}

.playicon-wrapper a::after,
.playicon-wrapper a::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #e91e63;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #ff0000;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: 1;
}

.playicon-wrapper a::after {
  animation-delay: 1s;
}

.playicon-wrapper a i {
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}

.playicon-wrapper a:hover i {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size,20px) #ff0000;
        box-shadow: 0 0 0 var(--glow-size,20px) #ff0000;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #ff0000;
        box-shadow: 0 0 0 0 #ff0000;
        opacity: 0
    }
}

/* Gallery */
.index3 .gallery .gallerybox a .overlay {
  background-image: none;
  background-color: #00000080;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.index3 .gallery .gallerybox a:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}


/* Partners */
.index3 .partner {
  background-image: linear-gradient(180deg, #223645 0%, #0E2E46 100%);
}

.index3 .partner .overlay {
  background-image: url(../images/background/10.png);  
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  opacity: 0.2;
  mix-blend-mode: multiply;
}

/* Faq */
.index3 .faq .accordion-button::after {
  background-color: #223645;
  color: #fff;
}

.index3 .faq .accordion-button:not(.collapsed),.index3 .faq .accordion-button:not(.collapsed)::after{
  color: #e91e63 !important;
}

.index3 .faq .overlay {
  background-color:  #3A4CB4;
  opacity: .2;
  background-image: none;
}

/* ========================================= */
/*         /Homepage 4 Page CSS/             */
/* ========================================= */
.index4 .fixed-top {
  background-color: #0E2E46;
}

.index4 .banner .overlay {
  background-image: linear-gradient(180deg, #0E2E46 62%, #C40F4C 0%);
  opacity: 1;
}

@media (min-width: 1000px) {
  .index4 .banner h1 span {
    font-size: 70px;
  }
}

/* Countdown */
.index4 .countdown {
  background-image: linear-gradient(90deg, #C40F4C 35%, #223645 0%);
}

@media (max-width: 968px){
  .index4 .countdown {
    background-image: linear-gradient(90deg, #223645 35%, #223645 0%);
  }
}

/* Highlight */
.index4 .highlight .highlight-box .highlight-icon i {
  height: 76px;
  width: 76px;
  line-height: 76px;
  font-size: 34px;
}

/* Partner */
.index4 .partner .slick-prev,.index4 .partner .slick-next {
  background-color: transparent;
}

.index4 .partner .slick-prev:before,.index4 .partner .slick-next:before {
  color: #ededede6;
  font-size: 26px;
  font-weight: 600;
}

/* Feature */
.index4 .feature .overlay {
  background-color: #0E2E46;
  opacity: .3;
  background-image: none;
}

/* Pricing */
.index4 .pricing {
  background-image: linear-gradient(180deg, #C40F4C 0%, #0E2E46 100%);
}

.index4 .pricing .dollor {
  font-size: 54px;
}

/* Video Banner */
.index4 .video-banner {
  background-image: url(../images/speakers/11.jpg);
}

.index4 .video-banner .overlay {
  background-color: #223645;
  opacity: .8;
  background-image: none;
}

/* contact */
.index4 .contact {
  background-image: url(../images/background/5.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.index4 .contact .overlay {
  background-image: none;
  background-color: #3A4CB4;
  opacity: .2;
}

/* ========================================= */
/*          /Dashboard 4 Page CSS/           */
/* ========================================= */
.dashboard-box-icon i {
  height: 40px;
  width: 40px;
  font-size: 18px;
  line-height: 40px;
}

@media (max-width: 1200px) {
    .inner-banner {
        padding-top: 0px !important;
    }
}

@media (max-width: 576px) {
    .inner-banner {
        padding-top: 0px !important;
    }
}

.account-sidebar-nav .active {
  background-color: #e91e63 !important;
  color: #fff !important;
}

@media (max-width: 786px) {
  .index4 .slick-prev {
    left: 0;
  }

  .index4 .slick-next {
    right: 0;
  }
}

/* ========================================= */
/*           /Homepage 5 Page CSS/           */
/* ========================================= */
.index5 .banner {
  background-image: url(../images/background/11.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.index5 .banner .overlay {
  background-image: linear-gradient(90deg, #C40F4C 0%, #24369C 100%);
}

.index5 .banner-image {
  background-image: none;
}

.index5 .banner .banner-or {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .2);
  background: #fafaf8;
}

.index5 .banner .cta-box .btn:hover {
 background-color: #e91e63;
}

.index5 .banner .cta-box .btn1{
 background-color: #C40F4C;  
 color: #fff;
}

.index5 .banner .cta-box .btn1:hover{
  background-color: #e91e63;
}

@media (min-width: 992px) {
  .index5 .banner h1 span {
    font-size: 70px;
  }

  .index5 .banner .banner-right {
    padding-top: 100px;
  }
}

@media (max-width: 786px) {
  .index5 .banner .cta-box {
    width: 100% !important;
  }

  .index5 .about .about-inner {
    padding: 0 !important;
  }

  .index5 .schedule .schedule-box{
    padding: 30px !important;
  }
}



/* Counter CSS */
@media (max-width: 1200px) {
  .index5 .counter ul {
    gap: 10px;
  }
  .index5 .counter ul li:nth-child(even){
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
}

@media (max-width: 786px) {
  .index5 .counter ul li {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
}

/* Feature */
.index5 .feature .overlay{
  background-image: radial-gradient(at center center, #E91E63 0%, #3A4CB4 100%);
}


/* Speakers CSS */
.index5 .speaker-box .box-content{
  bottom: 100px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.index5 .speaker-box:hover .box-content {
  transform: translateY(-100px);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.index5 .speaker-box::after {
  top: 100%;
  border-radius: 0;
}

.index5 .speaker-box:hover::after{
  top: 0;
}

/* partner */
.index5 .partner-img .slide-box img {
  transition: all 0.3s ease-in-out;
}

.index5 .slick-current img {
  opacity: .75 !important;
}

.index5 .partner-img .slide-box:hover img {
  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
}

/* Countdown Banner */
.index5 .countdown-banner {
  background-image: url(../images/background/5.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.index5 .countdown-banner .overlay {
  background-image: url(../images/team/10.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  background-attachment: fixed;
}

.index5 .countdown-banner .time {
  height: 150px;
  width: 150px;
}

.index5 .countdown-banner .countdown-banner-inner{
  margin-left: 30%;
}

@media (max-width: 1400px) {
  .index5 .countdown-banner .countdown-banner-inner{
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .index5 .countdown-banner h2 span {
    font-size: 70px;
  }
}
/* Bullets mejorados */
.bullets-section ul li {
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bullets-section ul li:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 15px rgba(233, 30, 99, 0.2);
}

.bullets-section ul li i {
  transition: all 0.3s ease;
}

.bullets-section ul li:hover i {
  transform: scale(1.2) rotate(360deg);
}

.fw-500 {
  font-weight: 500;
}


body {
  background-color: #f6e1e4 !important;
}