body{ font-family: "Roboto Slab Regular"; font-size:14px; padding-top: 100px; color: #0F0F2D; margin:0 auto;  min-height:750px; height: 100%; background: #fff;overflow-x: hidden;}





@font-face {font-family: "Roboto Slab Regular";
src: url("../fonts/Roboto Slab Regular/Roboto Slab Regular.eot"); 
src: url("../fonts/Roboto Slab Regular/Roboto Slab Regular.eot?#iefix") format("embedded-opentype"), 
url("../fonts/Roboto Slab Regular/Roboto Slab Regular.woff2") format("woff2"), 
url("../fonts/Roboto Slab Regular/Roboto Slab Regular.woff") format("woff"), 
url("../fonts/Roboto Slab Regular/Roboto Slab Regular.ttf") format("truetype"), 
url("../fonts/Roboto Slab Regular/Roboto Slab Regular.svg#Roboto Slab Regular") format("svg"); 
}

@font-face {font-family: "Roboto Slab Light";
src: url("../fonts/Roboto Slab Light/Roboto Slab Light.eot"); 
src: url("../fonts/Roboto Slab Light/Roboto Slab Light.eot?#iefix") format("embedded-opentype"), 
url("../fonts/Roboto Slab Light/Roboto Slab Light.woff2") format("woff2"), 
url("../fonts/Roboto Slab Light/Roboto Slab Light.woff") format("woff"), 
url("../fonts/Roboto Slab Light/Roboto Slab Light.ttf") format("truetype"), 
url("../fonts/Roboto Slab Light/Roboto Slab Light.svg#Roboto Slab Light") format("svg"); 
}

/*.carousel-fade .carousel-inner .item { -webkit-transition-property: opacity; transition-property: opacity; }

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right { opacity: 0; transition:.8s linear; }

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1; }

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control { z-index: 2; }*/

::-webkit-scrollbar{width:10px;border:2px solid #fff;}
::-webkit-scrollbar-track{border:2px solid #fff;}
::-webkit-scrollbar-thumb{border:2px solid #fff;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
background: #F764A6; /* Old browsers */
}
::-webkit-scrollbar-thumb:hover{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
background: #F764A6; /* Old browsers */
}


      /*--------------------------- For Mozila Browser------------------------------------------*/

      @-moz-document url-prefix()
      {
      }


      /*--------------------------- For IE Browser------------------------------------------*/

      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
      {

      }        



/*ReusableProperties*/
a{ text-decoration:none !important;  transition:0.5s; color:inherit;}
a:focus{ outline:none !important;}
//span { display: block; }

.border-none{ border:none !important;}
.padding-none{ padding:0;}
.padding-left-none,{ padding-left:0;}
.padding-right-none{ padding-right:0;}
.padding-10{ padding:0 10px;}
.clear{ clear:both;}
ul{list-style: none;}
ul,header .navbar-collapse.collapse,.navbar-inverse a.navbar-brand ul.list-inline{ padding:0; margin: 0; }     
.forDesktop{display: block !important; }
.forMobile{display: none !important; }
.loader{position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 99999999; background: url(../images/Preloader1.gif) 50% 50% no-repeat rgb(255, 255, 255); }



/*scroll top*/

#scroll {
    position: fixed;
    right: 15px;
    bottom: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    display: none;
    z-index: 99999;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

/*header style*/

header{position: fixed;top: 0;width: 100%;z-index: 1024;padding: 15px 0;}
header.sticky{background: #fff;}

.zoom-in-zoom-out {

  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}


/*header css*/

header {
    background: #FFF7F7;
}
.nav-item a {
    color: #000;
    font-size: 16px;
}
.btn-primary {
    color: #fff;
    background-color: #F764A6;
    border-color: #F764A6;
    font-size: 14px;
}

/*banner*/
.slick-list {
    padding-left: 0px!important; // half partial
}
.banner {
    padding: 60px 0;
    padding-left: 9%;
}
.banner-item {
    border: 0.5px solid #95989A;
    border-radius: 10px;
    margin-right: 95px;
    margin-left: -65px;
}
.slick-slide img {
    display: block;
    border-radius: 10px;
    border-left: 0.5px solid #95989a;
}
.banner-content h4 {
    color: #F764A6;
    font-size: 20px;
}
.banner-content h3 {
    font-size: 34px;
}
.banner-content h5 {
    font-size: 16px;
    color: #979EA4;
}
.banner-content .btn-primary{
  font-size: 16px;
}
button.slick-next.slick-arrow:before {
    content: '\f054';
    font-family: FontAwesome;
    color: #4c4c4c;
    background: #fff;
    border-radius: 50%;
    padding: 15px 16px 15px 20px;
    font-size: 26px;
    box-shadow: 0 0 4px 2px #ccc;
}
button.slick-next.slick-arrow:hover:before{
  color: #000;
}
.slick-next {
    right: 150px;
    z-index: 1;
}
button.slick-prev.slick-arrow:before{
     content: '\f053';
    font-family: FontAwesome;
    color: #4c4c4c;
    background: #fff;
    border-radius: 50%;
    padding: 15px 20px 15px 16px;
    font-size: 26px;
    box-shadow: 0 0 4px 2px #ccc; 
}
button.slick-prev.slick-arrow:hover:before{
  color: #000;  
}
.slick-prev {
    z-index: 1;
}

/*upcoming Events*/

.card-body{
  transition: 2s;
  cursor: pointer;
    transition-delay: 5s;
}
.card-body h6 {
    color: #F764A6;
    font-size: 0.9rem;
}
.card-title {
    font-size: 1.3rem;
}
.card-text {
    color: #979EA4;
    font-size: 0.9rem;
}
.card-body:hover .btn-primary{
  display: block !important;
  cursor: pointer;
}
.min-height {
    height: 425px;
}
h3.secTitle:before {
    content: '';
    background: #f764a6;
    width: 60px;
    height: 4px;
    position: absolute;
    top: -10px;
}
h3.secTitle {
    position: relative;
    font-size: 30px;
    font-family: "Roboto Slab Light";
}



/*past events*/
.past-events .card {
    border: none;
}
.past-events .card-body {
    position: absolute;
    bottom: 0;
    padding: 1.5rem 1.5rem;
}
.past-events .card-body h6 {
    background: rgb(247 100 166 / 50%);
    border-radius: 16px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
        font-size: 0.8rem;
}
.past-events .card-body .card-title {
    color: #fff;
}
.past-events .card-text {
    color: #fff;
  }
.past-events {
    background: #FFF7F7;
    padding: 60px 0;
}
.past-events select.form-select {
    box-shadow: 0px 3px 12px #00000014;
    border-radius: 40px;
    width: 190px;
    margin: 0 0 0 auto;
    height: 50px;
    font-size: 16px;
        text-align: center;
            border: none;
}

/*======================== Book Event Page ========================*/

.shadow-box {
    box-shadow: 0px 0px 10px #2326291a;
    border-radius: 10px;
}
.breadcrumb-item {
    font-size: 16px;
    color: #3E7EFF;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #0F0F2D;
    content: var(--bs-breadcrumb-divider, ">");
    font-weight: 700;
}
.breadcrumb-item.active {
    color: #0F0F2D;
}
.event-banner-content h2 {
    font-size: 2.5rem;
    margin: 0;
}
.spot-booking-listing h4 {
    font-size: 18px;
}
.spot-booking-listing h5 {
    color: #979EA4;
    font-size: 15px;
}
.exactlocation .btn-primary {
    background: transparent;
    color: #f764a6;
}
.exactlocation .btn-primary:hover{
  background: #0b5ed7;
  color: #fff;
}

.overview h3 {
    font-size: 2rem;
    margin-bottom: 30px;
}
.overview-content-box h5 {
    color: #0F0F2D;
    font-size: 18px;
}
.overview .btn-primary {
    padding: 1rem 6rem !important;
}


/*Event Details*/


.event-details h3 {
    font-size: 32px;
}
.card-header h5 {
    margin: 0;
    font-size: 20px;
}
.card-header{
      padding: 0.7rem 2rem;
          background: #F4F3F8;
}
.card-body{
        padding: 1rem 2rem 1.3rem;
}
.card-body label.form-label {
    font-size: 14px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0F0F2D;
  font-size: 14px;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #0F0F2D;
  font-size: 14px;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #0F0F2D;
  font-size: 14px;
}
.form-select{
    color: #0F0F2D;
  font-size: 14px;
}
.another-guest {
    color: #F764A6;
    text-decoration: underline!important;
    font-size: 18px;
}
.event-details {
    padding-bottom: 30px;
}
.amount-box {
    border: 0.5px solid #707070;
    border-radius: 20px;
}
.amount-box h3 {
    color: #F764A6;
    text-transform: uppercase;
    font-size: 14px;
        margin-bottom: 15px;
}
.workshop-box h5 {
    font-size: 20px;
    color: #0F0F2D;
}
.workshop-box {
    border-bottom: 0.5px solid #707070;
}
.amount-list h6 {
    font-size: 14px;
}
.amount-list h5 {
    font-size: 18px;
}
.grand-total h5 {
    font-size: 18px;
}
.right-sidebar p {
    margin: 10px 0 0;
    font-size: 13px;
    text-align: center;
}

/*======================= booking confirmed ===========================*/

.booking-confirmed h2 {
    color: #43B978;
}
.booking-confirmed h2 span {
    vertical-align: text-bottom;
}
.booking-confirmed .card{
  background: url(../images/Subtraction-2.png);
  background-size: 100% 100%;
}
.card-top h6 {
    color: #F764A6;
}
.booking-confirmed .card-body {
    padding: 1.5rem 0rem 1.3rem;
}
.booking-confirmed .card-body h4 {
    font-size: 1.1rem;
}
.booking-confirmed .card-body h5 {
    color: #979EA4;
    font-size: 0.9rem;
}
.download-ticket {
    background: url(../images/Subtraction-3.png);
    background-size: 100% 100%;
    margin-left: -10px;
    z-index: 1;
    position: relative;
    height: 274px;
}
.download-ticket .d-flex {
    width: 190px;
    margin: 6px auto 0;
}
.guest-list table {
    text-align: center;
}
.table-responsive{
  overflow-x: initial;
}
.table>tbody td, .table>tbody th {
    border: none;
    border-bottom-width: 0px;
    padding: 13px 17px;
    font-size: 1rem;
}
tr.row {
    border: 0.5px solid #707070;
    border-radius: 10px;
    margin-bottom: 10px;
}
.table>tbody th {
    color: #F764A6;
    font-weight: 400;
}





/*====================== Media Quiries =========================*/

@media(max-width: 991px){
  .forDesktop{
  display: none !important;
}
.forMobile{
  display: block !important;
}
.sidenav{height:100%;width:0;position:fixed;z-index:1;top:0;right:0;    background-color: #F764A6;overflow-x:hidden;transition:0.5s;padding-top:60px;}
.sidenav a{padding:8px 8px 8px 32px;text-decoration:none;font-size:14px;color: #fff;display:block;transition:0.3s;text-transform:uppercase;}
.sidenav li{list-style:none; display: block;}
.sidenav a:hover{color:#f1f1f1;}
.sidenav .closebtn{position:absolute;top:0;right:25px;font-size:36px;margin-left:50px;}
.rightbig {color: #F764A6; }
.past-events select.form-select{
    width: -webkit-fill-available;
}
.upcoming-events {
    padding-top: 50px;
}
a.btn.btn-primary{
    display: block !important;
}
.banner-content h4,.card-body h6,.card-text{
  font-size: 12px;
}
.banner-content h3,.card-title {
    font-size: 18px;
}
.banner-content h5 {
    font-size: 12px;
}
h3.secTitle{
      font-size: 24px;
}
i.fa.fa-search {
    font-size: 20px;
    color: #f764a6;
}
body{
      padding-top: 90px;
}
header.sticky {
    background: #fff7f7;
}
.banner-content .btn-primary{
  padding: 10px !important;
}
ol.breadcrumb.mb-5 {
    margin-bottom: 1rem!important;
}
.breadcrumb-item{
  font-size: 14px;
}
.event-banner-content h2 {
    font-size: 1.7rem;
}
.event-banner-content h2 br{
  display: none;
}
.event-banner-content {
    padding: 15px !important;
} 
.event-banner-content .float-end,.event-banner-content .float-start {
    float: none !important;
}
.spot-booking-listing {
    padding: 15px !important;
}
.spot-booking-listing .d-flex {
    margin-bottom: 15px !important;
} 
.spot-booking-listing .float-end {
    float: none !important;
} 
.spot-booking-listing h4 {
    font-size: 16px;
}
.spot-booking-listing h5 {
    font-size: 13px;
}
.overview .shadow-box {
    padding: 15px !important;
}
.overview h3 {
    font-size: 1.7rem;
    margin-bottom: 15px;
}
.overview-content-box.my-5 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}
.event-details h3 {
    font-size: 24px;
}
.right-sidebar {
    margin-top: 20px;
}
.booking-confirmed h2 {
    margin-bottom: 1rem!important;
    font-size: 20px;
}
.booking-confirmed h2 span {
    vertical-align: middle;
}
.booking-confirmed .card {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
    background: #fff;
}
.booking-confirmed .card-body .d-flex {
    margin-bottom: 15px;
}
.download-ticket{
      background: #fbdeeb;
          margin-left: 0;
          height: initial;
              padding: 30px !important;
}
section.booking-confirmed .ps-0{
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
}
@media (min-width: 575px) and (max-width: 992px) {
    .breadcrumb-nav{
        padding-top: 7.5rem;
    }
}