@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
/* footer */
/* menu */

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/*** Animate ****/
@charset "UTF-8";
/* If media is above 991 */
/* If media is below 992 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
 :root {
  --primary-font:'Roboto', sans-serif;
  --light-color: #ffffff;
  --brand-primary: #000000;
  --brand-secondary: #d30000;
  --brand-third: #565656;
}
body{
  font-family: --primary-font;
  background: url(../images/main-banner.jpg) repeat fixed 0 0 / cover;
}
/*** Animate ****/
@charset "UTF-8";
*{

  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img{

  max-width: 100%;
}
/* If media is above 991 */
/*** WRAPPER ***/
/* If media is below 992 */
/* If media is below 992 */
/* If media is above 1199 */
/* If media is above 991 */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}

#slidetop {
  background: var(--brand-secondary); none repeat scroll 0 0;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.25);
  color: transparent;
  border-radius: 50%;
  bottom: 15px;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  padding: 6px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 40px;
  z-index: 99;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*Breadcrumb*/

.breadcrumb-container {
  /* If media is below 992 */
  background: url(../images/breadcrumb-img.jpg) no-repeat center center;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /******* Pagination *******/ }
  @media (max-width: 991px) {
  .breadcrumb-container {
    padding: 40px 0; } }
  .breadcrumb-container .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    text-align: center;
    padding: 0 15px; }
  .breadcrumb-container .breadcrumb .breadcrumb-title {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 5px;
    color: var(--light-color);
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px; }
  .breadcrumb-container .breadcrumb ul, .breadcrumb-container .breadcrumb ol {
    margin: 0;
    padding: 0; }
  .breadcrumb-container .breadcrumb li {
    display: inline-block;
    vertical-align: middle;
      color: var(--light-color); }
    .breadcrumb-container li a{
      color: var(--light-color);
    }
    .breadcrumb-container li a:hover{
      color: var(--brand-secondary);
    }
  .breadcrumb-container .breadcrumb li:after {
    content: "-";
      color: var(--light-color);
    margin: 0.3125rem; }
  .breadcrumb-container .breadcrumb li:last-child:after {
    display: none; }
    .breadcrumb-container .shape-1{
      position: absolute;
      right: 22%;
      top: 13%;
      z-index: -1;
    }
    .breadcrumb-container .shape-2{
        position: absolute;
        left: 6%;
        top: 42%;
        -webkit-animation: zoom-inout 3s infinite;
        animation: zoom-inout 3s infinite;
        z-index: -1;
    }
    .breadcrumb-container .shape-3{
      width: 48px;
      height: 48px;
      border: 4px solid var(--brand-secondary);
      border-radius: 50%;
      position: absolute;
      right: 7%;
      bottom: 28%;
      -webkit-animation: zoom-inout 3s infinite;
      animation: zoom-inout 3s infinite;
      z-index: -1;
    }

    @-webkit-keyframes zoom-inout {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(0.8);
      }
      100% {
        transform: scale(1);
      }
    }

    @keyframes zoom-inout {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(0.8);
      }
      100% {
        transform: scale(1);
      }
    }
#slidetop:before {
  content: "\f106";
  display: inline-block;
  color: var(--light-color);
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 26px;
}

#slidetop:after {
  display: none;
}

#slidetop:hover {
  background-color: var(--brand-primary);
}
#slidetop:hover:before {
  color: var(--light-color);
}


.owl-nav {
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  display: inline-block;
  border: 1px solid var(--brand-secondary);
  background-color: var(--brand-secondary);
  color: var(--brand-primary);
  border-radius: 50%;
  margin: 0 4px;
  width: 35px;
  height: 35px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.owl-nav .owl-prev:hover i:after,
.owl-nav .owl-next:hover i:after {
  color: var(--light-color);
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  height: 35px;
  width: 35px;
  line-height: 35px;
}

.owl-nav .owl-prev i:after,
.owl-nav .owl-next i:after {
  content: "\E314";
  display: inline-block;
  font-family: "material icons";
  font-size: 24px;
  color: var(--light-color);
  margin-left: -2px;
}

.owl-nav .owl-next i:after {
  content: "\E315";
  margin: 0;
}

#_desktop_top_menu {
  /* If media is below 992 */
  position: relative;
}

.event-inner{
  background: #fff;
  border-radius: 10px;
  margin: 0;
}
.home-title{
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  font-family: 'Playfair Display', serif;
  margin-bottom: 70px;
  position: relative;
  color: #000;
}
.event-section{
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.home-title::after{

  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 186px;
  height: 10px;
  bottom: -20px;
  text-align: center;
  margin: 0 auto;
  background: url(../images/seperator.png) no-repeat;

}
.event-block{
  padding: 50px 0;
}
.event-block .event-detail{
  margin-bottom: 30px;
}
.event-content{
  padding-left: 0;
}
.event-name{
  font-size: 20px;
  margin-bottom: 10px;
}
.event-date , .city-name{
  font-size: 17px;
  margin-bottom: 10px;
}
.event-date i, .city-name i{
  margin-right: 5px;
}
.event-content a{
  color: #000;
}
.city-img{
  padding-left: 0;
}
.city-img img{

  border-radius: 10px 0 0 10px;
}
.mobile-slider{
    display: none;
  }
@media (max-width: 991px) {
  .event-content{
    padding-top: 10px;
  }
  .city-img{
    padding: 0;
  }
  .event-inner{
    min-height: 530px;
  }
}
@media (max-width: 767px) {
  .event-inner{
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .desktop-slider{
    display: none;
  }
  .mobile-slider{
    display: block;
  }
  .event-inner {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .event-details-1 img{
      max-width: 70%;
      margin: 0 auto;
      text-align: center;
  }
  .event-details-img {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
.event-inner {
  width: 80%;
}
}
.slider-block{
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.slider-btn-desktop{
    position: absolute;
    left: 66%;
    top: 70%;
    transform: translateX(-50%);
    z-index: 10;
}


/* Mobile Banner */
@media (max-width: 767px){
   
    .desktop-slider{
        display:none;
    }

    .mobile-slider{
        display:block;
    }

    .slider-btn-desktop{
        left:52%;
        top:51%;
        transform:translateX(-50%);
    }

    
}
@media (max-width: 410px){
    .slider-btn-desktop .btn-primary{
        padding: 10px 20px;
        font-size: 15px;
    }
}

.slider-block .container{
  position: absolute;
  left: 0;
  right: 0;
}
.slider-content .slider-title, .slider-content .slider-subtitle{
  font-size: 50px;
  color: #fff;
  font-weight: 600;
}
.slider-block  .slider-content{
  text-align: center;
}
/*.slider-block::before {
  content: "";
  background: rgba(0,0,0,.5);
  position: absolute;
  left: 0x;
  top: 0;
  width: 100%;
  height: 100%;
}*/
.event-banner{
  margin-bottom: 30px;
}
.event-banner img{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.event-section{
  margin-bottom: 70px;
}
.gallery-block .gallery-inner{
  margin-bottom: 30px;
}
.gallery-block{
  margin-bottom: 50px;
}
.button-group{
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.btn-primary{
  padding: 16px 50px;
  border-radius: 5px;
  background: #fd94bf;
  text-decoration: none;
  font-size: 17px;
  border: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-subtitle{
  margin-bottom: 30px;
}
.btn-primary:hover{
  background: #00c6e5;
  text-decoration: none;
}
.master-title {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 15px;
  color: #fff;
}
.master-title a{
  color: #fff;
  text-decoration: none;
}
footer{
  background: #fd94bf;
  padding: 15px 0;
  color: #fff;
}
footer .row{
  align-items: center;
}
footer .row p{
  margin-bottom: 0;
}
.social-block {
  position: fixed;
  right: 40px;
  top: 50px;
  bottom: 0;
  z-index: 8888;
  text-align: right;
  width: 30%;
  height: 20%;
}
.social-block a{
    display:block;
    margin-bottom:10px;
}
.social-block .social-content{
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #000;
  padding: 10px 10px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.social-block a img{
  width: 12%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
}
@media (max-width: 1199px) {
    .btn-primary{
        padding: 16px 40px;
    }
}
@media (max-width: 991px) {
  .social-block a img{
    width: 30%;
  }
  .social-block .social-content{
    display: none;
  }

  footer{
    text-align: center;
  }
  .master-title{
    justify-content: center;
    text-align: center;
    margin-top: 10px;
  }
  .slider-content .slider-title, .slider-content .slider-subtitle{
    font-size: 35px;
  }
  .button-group .btn-primary{
    padding: 16px 15px;
  }
}
@media (max-width: 767px) {
   .slider-content .slider-title, .slider-content .slider-subtitle {
    font-size: 25px;
  }
  .home-title{
    font-size: 25px;
  }
  .event-section{
    font-size: 17px;
  }
  .button-group .btn-primary{
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .slider-block .container{
    top: 0;
  }
}
@media (max-width: 500px) {
  .slider-content .slider-title, .slider-content .slider-subtitle{
    font-size: 17px;
  }
  .slider-content .btn-primary{
    padding: 11px 30px;
  }
  .slider-subtitle{
    margin-bottom: 20px;
  }
}

.social-title{
    font-size: 28px;
    margin-bottom: 10px;
}
.social-blocks ul li{
    display:inline-block;
    vertical-align:middle;
}
.social-blocks ul li a{
    
    width: 40px;
  height: 40px;
  position: relative;
  display: block;
  line-height: 40px;
  text-align: center;
  color:#fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.social-blocks ul li.facebook a{
    background:#1776f0;
}
.social-blocks ul li.instagram a {
    background:#da3e81;
}
.social-blocks ul li.twitter a {
    background:#44b7ec;
}
.social-blocks ul li a:hover {
    background:#000;
}
.video-block{
    margin-bottom:70px;
}
.manufacturer-block{
  margin-bottom: 70px;
}
footer p{
  font-size: 14px;
}
.call-block{
  margin-bottom: 20px;
}
.call-block i, .email-block i, .add-block i{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fd94bf;
    color: #ffff;
    display: block;
    margin: 0 auto 20px;
    border-radius: 5px;
    font-size: 25px;
}
.email-block i{
  font-size: 22px;
}
.email-block, .call-block, .add-block{
  text-align: center;
  border: 1px solid #eee;
  padding: 20px 10px;
}
.call-block a, .email-block a, .add-block a{
  color: #000;
  font-size: 18px;
  padding-left: 3px;
}
.contact-block{
  margin-bottom: 70px;
}
.social-blocks{
  margin-bottom: 30px;
}
.event-details{
  margin-bottom: 30px;
}
.performer-block{
  margin-bottom: 70px;
}
.event-details img{
  border-radius: 10px;
}
.get-involved-form-wrap {
    text-align: left;
    padding: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-top: 20px;
}
.get-involved-form-wrap input {
    border-radius: 0px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.get-involved-form-wrap h5 {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-top: 30px;
    font-weight: 700;
    text-align: center;
}
.get-involved-form-wrap h5.get-involved-sub-title {
    text-align: center;
}
.checkbox-wrap input {
    border-radius: 0px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.technical-wrap .get-involved-sub-title {
    border: 1px solid #ccc;
    padding: 10px 0;
}
.technical-wrap p.technial-text {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    line-height: 1.5;
    border: 1px solid #ccc;
    padding: 10px 15px;
}
.technical-wrap input {
    height: 46px;
    margin-top: 20px;
}
.get-involved-bottom-section h5 input {
    height: auto;
}
.get-involved-bottom-section h5{
  text-align: left;
}
.brand-inner{
text-align:center;
margin-bottom:30px;
}
.schedule-block{
    margin-bottom:70px;
}
.schedule-img img{
    border-radius:10px;
}
.img-container {
  border-radius:10px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.img-container:hover {
  transform: scale(1.1);
  box-shadow: 10px 10px 8px grey;
}

.lightbox {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.75);
  transition: all 0.5s ease;
}

#lightbox-image {
  max-width: 90%;
  max-height: 90%;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
}

#close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}
.gallery-btn{
	margin: 0 auto;
    margin-top: 20px;
}
.brand-block p{
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    font-size: 20px;
    line-height: 25px;
}
.brand-block a{
    color:#000;
}
.sechedule-block{
  margin-bottom: 70px;
  text-align:center;
}
.sechedule-block .schedule-inner{
  margin-bottom: 30px;
}
.sechedule-block .schedule-inner img{
  border-radius: 20px;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
}
.sechedule-block .home-title{
    margin-bottom:40px;
}

.sechedule-block .schedule-inner img:hover {
  transform: scale(1.05);
}
.sechedule-block p{
    font-size:20px;
    margin-bottom: 30px;
}
.form-btn{
    text-align:center;
}
.form-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.form-btn a {
    text-decoration: none;
    padding: 12px 22px;
    background: #e67aa5; /* pink tone like your design */
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 200px;
}

.form-btn a:hover {
    background: #d45c8c;
    transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 992px) {
    .form-btn a {
        min-width: 180px;
        font-size: 14px;
        padding: 10px 18px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .form-btn {
        flex-direction: column;
        align-items: center;
    }

    .form-btn a {
        width: 90%;
        min-width: unset;
    }
}
.event-timing{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:20px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    background:#f9f9f9;
    max-width:500px;
    margin-bottom: 10px;
}

.event-icon{
    width:50px;
    height:50px;
    min-width:50px;
    border-radius:50%;
    background:#000;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.event-time-content h4{
    margin:0 0 10px;
    font-size:22px;
    color:#000;
}

.event-time-content ul{
    margin:0;
    padding:0;
    list-style:none;
    color:#000;
}

.event-time-content ul li{
    margin-bottom:8px;
    font-size:16px;
    line-height:1.5;
}