
 @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&family=Raleway:wght@300;400;500;600&display=swap');

h1,h2,h3,h4,h5,h6,p,ul,li,input,select{
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
 }

 .span-font-family{
    font-family: var(--bs-font-sans-serif);
 }

section{
    padding:30px 0px;
}
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
}

.vashi-top-2{
    display: flex;
}

.top-vashi-header{
    background: #212121;
    height: 44px;
    display: block;
}

.ml-1{
    margin-left: 1px;
}
.ml-2{
    margin-left: 2px;
}
.ml-3{
    margin-left: 3px;
}
.ml-14{
    margin-left: 14px;
}

a{
    text-decoration: none;
}

.logo{
    width: 130px;
}
.head-cont1{
    width: 37%;
    display: flex;
    align-items: center;
}
.head-cont2{
    width: 23%;
}
.head-cont3{
    width: 40%;
    display: flex;
    justify-content: end;
}

.nav-item-list {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    margin: 0;
}

.sub-header{
    display: flex;
    align-items: center;
    height: 80px;
}

.vashi-search input[type="search"] {
    height: 47px;
    border-radius: 22px;
    padding: 0px 24px;
    border:1px solid #000;
}
.vashi-search input[type="search"]:focus-visible{
    outline: none;
}

.calender-img{
    background: #000;
    padding: 6px;
    width: 41px;
    border-radius: 6px;
}

.calender-img1{
    background: #000;
    padding: 8px;
    width: 44px;
    border-radius: 6px;
    margin-bottom: 2px;
}


.nav-item-list li{
    padding: 0px 10px;
    border-right: 2px solid #000;
    position: relative;
}
.nav-item-list li a{
  color:#000;
  font-weight: 600;
  font-size:18px;
}

.nav-item-list li:last-child{
    border-right: none;
}

.search-icon {
    position: absolute;
    margin: 13px 0px 0px -24px;
}

.regiter-btn {
    border: none;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-weight: 600;
    margin: 0 10px;
    width: 40%;
    font-size: 18px;
}

.login-btn{
    border: none;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-weight: 600;
    margin: 0 10px;
    width: 30%;
    font-size: 18px;
}

.margin-rl-10{
    margin:0 10px;
}

.vashi-btn{
    border: none;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 15px;
}

.banner-content{
    padding: 100px 150px 0px 50px;
}


.carousel-content {
    height: 87vh;
    padding-top: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.fz-60{
    font-size: 60px;
}

.fz-20{
    font-size: 20px;
}
.sticky-header{
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
    transition: 0.3s;
}
.bg-none{
    background: none;
}

.carousel-indicators [data-bs-target] {

    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 50%;
}
.carousel-indicators .active {
    background: #000;
}

.vashi-search input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
  }
  
.vashi-search input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
  }
  
.vashi-search input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
  }
.vashi-filter{
    background: #F6F6F6;
    padding:20px 0px;
    border-bottom: 2px solid #dedede99;
    width: 100%;
    transition: 0.3s;
    z-index: 10;
}

.link-cl{
    color:#000;
}
.link-cl:hover{
    color:#000;
}

.vashi-filter select {
    width: 200px;
    height: 44px;
    border-radius: 4px;
}
.vashi-p{
    font-size: 24px;
    font-weight: 500;
}
.vashi-timer{
    margin-bottom: 2px;
}
.ml-10{
    margin-left:10px;
}
.price-span{
    font-weight: 600;
    font-size: 20px;
}

.text-strike{
    text-decoration: line-through;
}
.ml-2{
    margin-left:2px;
}
.image-frame img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}


.frame-content{
   padding:10px;
}
.vashi-content{
    box-shadow: 0 0 19px 2px #e2e2e2;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    position: relative;
}

.vashi-buttons{
    margin:10px 0px;
    display: flex;
    justify-content: space-between;
}

.vashi-icon-img{
    background: #000;
    padding: 8px;
    width: 40px;
    border-radius: 8px;
    margin-bottom: 2px;
    max-height:40px;
    object-fit: contain;
}

.icon-btns{
    display:flex;
}

.vashi-subscribe-btn{
    border: none;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 6px 30px;
}

.vashi--span{
    font-size: 13px;
}

.vashi--span span{
    font-size: 13px;
}

.vashi-label{ 
    font-size: 16px;
    font-weight: 500;
}
.w-60{
    width:60%;
}

.slick-slide img {
    display: inline !important;
}

.slick-initialized .slick-slide {
    display: block;
    margin: 15px;
}

.sticky-span {
    position: absolute;
    background: #0e0e0e61;
    color: #fff;
    padding: 2px 18px;
    margin-left: -71px;
    border-radius: 0px 6px;
    width: 71px;
    text-align: center;
}
.bottom-content {
    position: absolute;
    margin-top: -47px;
    width: 100%;
}

.ml-15{
    margin-left: 15px;
}

.mr-15{
    margin-right: 15px;
}

.frame-select{
    width: 130px;
    padding: 4px 8px;
}

.bg-trans-black{
    background: #060606a8;
}

.slick-prev-btn {
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 2px 1px #8b8b8ba8;
    top: 115px;
}

.slick-next-btn {
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 2px 1px #8b8b8ba8;
    top: 115px;
    right:0;
}

.fz-10{
    font-size:10px;
}

.fz-11{
    font-size:11px;
}
.fz-12{
    font-size:12px;
}
.fz-13{
    font-size:13px;
}
.fz-14{
    font-size:14px;
}
.fz-15{
    font-size:15px;
}
.fz-16{
    font-size:16px;
}
.fz-17{
    font-size:17px;
}
.fz-18{
    font-size:18px;
}
.fz-19{
    font-size:19px;
}
.fz-20{
    font-size:20px;
}

.fz-21{
    font-size:21px;
}

.fz-22{
    font-size:22px;
}

.fz-23{
    font-size:23px;
}

.fz-24{
    font-size:24px;
}

.fz-25{
    font-size:25px;
}

.fw-400{
    font-weight: 400;
}

.fw-500{
    font-weight: 500;
}

.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}

.footer-link li{
    font-size:21px;
    font-weight: 400;
}

.footer-cont-img{
    width:60px;
    padding:7px;
    border:1px solid #000;
}

.social-icons{
    list-style: none;
    display: flex;
    padding-left: 0;
}

.social-icons li{
    margin:0 10px
}
.ml-0{
    margin-left: 0 !important;
}

.mobile-tab-header{
    display:none;
}

#web-header{
    display: block;
}

.mobile-header{
   
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vashi-copyright {
    background: #000;
    padding: 10px;
}

footer{
    padding-top:30px;
    box-shadow: 0px -1px 6px 0px #cdcdcd;
}

.vashi-mobile-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #00000021;
    z-index: 100;
    top: 0;
}

.vashi-mobile-menu-items {
    background: #fff;
    position: absolute;
    right: 0;
    width: 31%;
    height: 100vh;
    padding: 20px;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
}

.mobile-menu-list li {
    margin:10px 0px;
}

.mobile-menu-list li a{
    color:#000;
    font-weight: 500;
    font-size: 20px;
}

.mobile-cont3{
    margin-top:10px;
    display: flex;
}

.vashi-mobile-menu{
    display: none;
}

.top-content{
    padding-top: 130px;
}

.event-details{
    display: flex;
    justify-content: space-between;
    margin:15px 0px;
    flex-wrap: wrap;
}
.mrb-4{
    margin-bottom: 4px;
}
.mr-10{
    margin-right: 10px;
}

.created-by {
    border-right: 4px solid #8C8C8C;
    padding-right: 20px;
}
.pl-20{
    padding-left:20px;
}
.sub-buttons label{
    border: 1px solid #000;
    width: 150px;
    padding: 6px 10px;
    text-align: center;
    border-radius: 3px;
}

.subscription{
    display: none;
}
.subscription:checked + label{
    background: #000;
    color:#fff;
}
.sub-buttons{
    display: flex;
    flex-wrap: wrap;
}
.sub-buttons div{
    margin:12px 10px;
}

.sub-buttons div:first-child{
    margin-left:0px;
}

.top-content1{
    padding-top: 124px;
}
.mb-w-20{
    width:20%;
}

.event-image{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.vashi-login {
    box-shadow: 0px 0px 17px 3px #dedddd;
    padding: 40px;
    border-radius: 2px;
}

.vashi-input {
    border: none;
    background: #f9f9f9;
    padding: 2px 8px;
    width: 100%;
    height: 44px;
    box-shadow: 0px 0px 1px 1px #cacaca;
    margin-bottom: 20px;
    border-radius: 3px;
}
.c-pointer{
    cursor: pointer;
}

.vashi-login-btn{
    border: none;
    border-radius: 3px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 15px;
    height: 44px;
}

.google-login{
    border: none;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 15px;
    height: 44px;
    background: #7E7E7E;
}
.password-eye {
    color: #7b7b7b;
    font-size: 20px;
    position: absolute;
    margin: -52px 0px 0px -39px;
    cursor: pointer;
}
.google-icon {
    width: 16px;
    margin-bottom: 4px;
}

.otp-input {
    border: none;
    background: #f9f9f9;
    padding: 2px 8px;
    width: 44px;
    height: 44px;
    box-shadow: 0px 0px 1px 1px #cacaca;
    margin: 10px;
    text-align: center;
}
.otp-box{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.resend-otp{
    display:none;
}

.w-47-input{
    width:47%;
}

.input-grp {
    display: flex;
    justify-content: space-between;
}

.dob{
    background-image: url('../images/date.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right;
    background-position-x: 92%;
}

.terms{
    width:20px;
    height: 20px;
}

.vashi-terms{
    display: flex;
    align-items: center;
}

.mlt-10{
    margin-left: 10px;
}

.profile-image {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
}

.edit-btn{
    border: none;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 6px 30px;
}
.edit-icon {
    width: 16px;
    margin-bottom: 5px;
    margin-right: 6px;
}
.vashi-card{
    padding: 30px;
    border: 1px solid #bbb;
    border-radius: 4px;
    background: #f9f9f9;
}
.table-card{
    padding: 20px;
    border: 1px solid #bbb;
    border-radius: 4px;
    background: #f9f9f9;
}

.ml-25{
    margin-left: 25px;
}
.user-profile{
    display: flex;
    align-items: center;
}
.user-details-table td{
    font-size: 18px;
    padding-bottom: 10px;
}

.user-details-table td:nth-child(even){
   font-weight: 600;
   width: 60%;
}
.user-details-table td:nth-child(odd){
    font-weight: 400;
    width: 40%;
 }

 .profile-btn {
    width: 100%;
    height: 44px;
    text-align: left;
    font-size: 18px;
    background: #f9f9f9;
    border:none;
    border-bottom: 1px solid #cacaca;
}

.side-btns{
    border: 1px solid #cacaca;
    border-radius: 3px;
    margin-bottom: 20px;
}

.edit-image-icon {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: -9px;
    bottom: -3px;
}

.profile-file{
    position: absolute;
    opacity: 0;
}
.vashi-edit-input{
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px #bbb;
    padding-left:20px;
    margin-bottom: 15px;
}

.edit-dob{
    background-image: url('../images/date.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right;
    background-position-x: 97%;
}
.update-btn{
    height: 50px;
    width: 40%;
    position: relative;
}

.update-btn::after,.update-btn::before{
    content: "";
    position: absolute;
    width:0%;
    height: 0px;
    background: #7E7E7E;
    opacity: 0.5;
    transition: 0.3s ease-in-out ;
}

.update-btn::after{
    right:0;
    bottom:0;
}
.update-btn::before{
    left:0;
    top:0;
    
}

.update-btn:hover::after,.update-btn:hover::before{
    width:100%;
    height: 50px;
}
.nav-item-list li:before{
    content: "";
    position: absolute;
    width:0;
    height: 3px;
    bottom: 0;
    background: linear-gradient(to right, #ffd7ef , #000);
    transition: 0.3s ease-in-out ;
}

.nav-item-list li:hover:before{
    width: calc(100% - 20px);
}

.vashi-image-date {
    width: 55px;
    background: #ebebeb9e;
    text-align: center;
    border-radius: 4px;
    height: 55px;
    position: absolute;
    margin: 10px;
    display: flex;
    flex-direction: column;
}
.vashi-fvrt-img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
}

.favorite-card{
    box-shadow: 0px 0px 16px 0px #c1c1c1;
    padding: 25px;
    border-radius: 3px;
}
.vashi-like{
    position: absolute;
    right: 10px;
    top: 0px;
}
.mb-mt-3{
    margin-top:0;
}
.mb-span-mt-10{
    margin-top: 0px;
    display: inline-block;
}

.progross-active span:before{
    content: "";
    position: absolute;
    width: calc(100% - 16px);
    height: 3px;
    bottom: 0;
    background:#000;
    transition: 0.3s ease-in-out ;
}

.progross-span{
    position: relative;
    padding:8px;
    cursor: pointer;
}

.progross-bar{
    width: 100%;
    height: 3px;
    background: #949494;
}
.progross-text{
    margin-bottom: 5px;
}
.vashi-shadow{
    box-shadow: 0px 0px 16px 0px #c1c1c1;
}
.desc{
    padding: 10px;
}

.invoice-btn {
    background: none;
    border: 1px solid #6b6b6b;
    padding: 4px 17px;
    border-radius: 3px;
}

.invoice-btn img {
    width: 12px;
    margin-bottom: 3px;
    margin-right: 6px;
   
}


.bundle-event-btn{
    border: none;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-size: 15px;
    width:30%;
    text-align: center;
    padding: 8px;
  
}
.hover-btn{
    position: relative;
    overflow: hidden;
}

.hover-btn::after,.hover-btn::before{
    content: "";
    position: absolute;
    width:0%;
    height: 0px;
    background: #7E7E7E;
    opacity: 0.3;
    transition: 0.3s ease-in-out ;
}

.hover-btn::after{
    right:0;
    bottom:0;
}
.hover-btn::before{
    left:0;
    top:0;
    
}

.hover-btn:hover::after,.hover-btn:hover::before{
    width:100%;
    height: 100%;
}

.desc-max {
    max-height: 72px;
    overflow: hidden;
}

.desc-max-modal{
    max-height: 40px;
    overflow: hidden;
}
.vashi-fvrt-img-modal{
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
}

.vashi-image-date-modal{
    width: 50px;
    background: #ebebeb9e;
    text-align: center;
    border-radius: 4px;
    height: 50px;
    position: absolute;
    margin: 6px;
    display: flex;
    flex-direction: column;
}

.close-modal-icon {
    position: sticky;
    border-radius: 50%;
    background: #b2b2b2;
    width: 30px;
    height: 30px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 10px;
    float: right;
}
.pr-10{
    padding-right: 10px;
}
.pl-10{
    padding-left: 10px;
}
.vashi-modal{
    border-radius: 20px;
    overflow: hidden;
}  
.top-10{
    top:10px;
}
.clear-float-right{
    clear:right
}
.help-card{
    box-shadow: 0px 0px 15px 2px #c6c6c6;
    padding: 30px;
    border-radius: 4px;
}
.faq-search{
    width: 100%;
    height: 44px;
    border-radius: 34px;
    padding-left: 50px;
    background-image: url(../images/ic_baseline-search.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: 17px;
    background-position-y: 7px;
}
.support-cont{
    display: flex;
}

.mb-ml-20{
    margin-left:20px;
}
.faq-input{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    border: 1px solid #a3a3a3;
    margin: 20px 0px;
    padding: 30px;
}
.height-100px{
    height: 100px;
}
.event-message{
    background: red;
    padding: 7px 1px;
    border-radius: 0px;
    border: none;
}

.fc .fc-daygrid-event {
    margin-top: 0px;
    z-index: 6;
}

.fc td{
    height: 120px;
}

.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: column;
    background: #000;
}
.fc .fc-daygrid-day-number {
    color: #fff;
}
.fc th {
    text-align: center;
    background: #000;
    border: 1px solid #0d0d0d;
    border-bottom: 1px solid #fff;
  
    
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 10px 0px;
    color: #fff;
}
.bg-light-green{
   background:#A0F8A9;
}
.bg-light-red{
    background:#F17070;
 }
 .bg-light-pink{
    background:#FDBAE3;
 }
 .fc-h-event .fc-event-title {
    color: #000;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end{
    margin-right: 0px; 
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start {
    margin-left: 0px; 
}
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0px;
    font-size: 16px;
    border: 1px solid #000;
    padding: 7px;
    border-radius: 3px;
}

.fc-today-button {
    display: none !important;
}
.fc-button-group{
    display: none !important;
}
.fc-toolbar-chunk{
    display:flex;
    align-items: center;
}
.vashi-banner-image{
    width: 70%;
}
.vashi-link{
    color:#000;
    cursor: pointer;
}
.vashi-link:hover{
    color: #767575;
}
.link-hover:hover{
    opacity: 0.7;
}
.vashi-mb-flx-cont-end{
    justify-content: end;
}
.sticky-class{
    position: sticky;
    top:-44px;
}
.sticky-filter{
    position: sticky;
    z-index: 10;
}
.event-banner{
    width: 100%;
    height: 345px;
    object-fit: cover;
}
.events-table table{
    text-align: center;
}
.recurring-upcoming-event{
    display: none;
}
.view-btn {
    border: none;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 20px;
}
.mb-ml-10{
    margin-left: 10px;
}
.container-fluid{
   padding: 0 20px;
}

@media screen and (max-width: 992px) {
    .mobile-tab-header{
        display:block;
    }

    #web-header{
        display: none;
    }

    .carousel-content {
        height: 40vh;
        padding-top: 130px;
        background-size: cover;
        background-repeat: no-repeat;
        
    }

    .banner-content {
        padding:10px;
    }

    .mob-font-20{
        font-size: 40px;
    }

    .mob-font-14{
        font-size: 20px;
    }
}

@media screen and (max-width: 768px){

    .mob-mr-10{
        margin:10px 0;
    }
    .w-res-label{
        width:25%;
    }

    .mb-my-3{
        margin:3px 0px;
    }
    .mb-mt-3{
        margin-top: 1rem;
    }

    .vashi-like {
        position: absolute;
        right: 0px;
       
    }
    
}

@media screen and (max-width: 576px){
    .top-vashi-header{
        display:none;
    }

    .mobile-width-p{
        width:100%;
    }

    .carousel-content {
        height: 52vh;
        padding-top: 70px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .banner-content {
        padding: 5px;
    }

    .mob-font-20{
        font-size: 20px;
    }

    .mob-font-14{
        font-size: 14px;
    }

    .vashi-mobile-menu-items {
        width: 80%;
    }

    .top-content {
        padding-top: 60px;
    }

    .top-content1{
        padding-top: 60px;
    }

    .sub-buttons label {
        width: 80px;
        padding: 5px 6px;
        font-size: 11px;
    }

    .sub-buttons div {
        margin: 12px 4px;
    }
    .mb-w-20 {
        width: 60%;
    }

    .w-40-input{
        width:100%;
    }

    .vashi-terms{
        display: block;
    }

    .terms{
        width:auto;
        height: auto;
    }
    .mlt-10{
        margin-left: 2px;
    }
    .update-btn{
        width:70%;
    }
    .vashi-subscribe-btn {
        border: none;
        border-radius: 5px;
        background: #000;
        color: #fff;
        font-size: 18px;
        padding: 6px 18px;
    }
    .support-cont{
        flex-direction: column;
    }   

    .mb-ml-20{
        margin-left:0px;
    }

    .fc-col-header {
        width:1000px !important;
    }
    .fc-scrollgrid-sync-table{
        width:1000px !important;
    }
    .fc .fc-scrollgrid-liquid {
        width:1000px !important;
    }
    .fc-dayGridMonth-view{
        overflow-y: auto;
    }
    .banner-inner-content{
        text-align: center;
    }
    .text-mob-center{
        text-align: center;
    }
    .vashi-banner-image{
        width: 35%;
    }
    .vashi-mb-flx-cont-end {
        justify-content: center;
    }
    .social-icons {
        justify-content: center;
    }
    .event-banner{
        height: 185px;
    }
    .mb-ml-10{
        margin-left: 0px;
    }
    .mb-span-mt-10{
        margin-top:10px;
          display: block;
    }
    
}

@media screen and (max-width: 380px){
    .carousel-content {
        height: 60vh;
        padding-top: 62px;
    }
    .vashi-banner-image{
        width: 30%;
    }

}








