*{
    font-family: "Poppins", sans-serif;
}
img {
    height: auto;
    max-width: 100%;
}
header .et_pb_row.et_pb_row_0_tb_header
 {
    width: 100%;
}
.av-spec-listing{
    background-color: #fff;
    padding: 30px 15px;
}
.av-spec-listing .av-spec-listwrapper{
    max-width: 1320px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}
/*menu listing section--*/
/* title section--*/
.spcl-main-head {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: #000000bf;
    margin: 0px 0px 0px;
}

.av-spec-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.version-div{
    display: none;
}
.version-list {
    display: flex;
    background-color: #f5f5f5;
    padding: 0px 0px;
    border-radius: 50px;
}
.version-list a {
    padding: 6px 15px;
    margin: 0px;
    list-style: none;
    background-color: whitesmoke;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    color: #000;
}
.us-version.active {
    background-color: #f78d06;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    padding-right: 18px !important;
}
.in-version {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 5px !important;
}
/*title code end--*/
/*listing design--*/
.av-listing-wrap {
    margin: 20px 0px;
}
.listing-section {
    position: relative;
    margin-bottom: 20px;
}
.listing-section-inner {
    display: flex;
    background-color: #ffffff;
    /*box-shadow: 0 0 10px 0 rgb(195 195 195 / 47%);*/
    box-shadow: 0 0 10px 0 rgb(195 195 195);
    border-radius: 15px;
}
.listing-section-inner img {
    border-radius: 10px;
}
.listing-content {
    padding: 15px 20px 15px 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    flex-basis: 75%;
    position: relative;
}
.live-button {
    width: auto;
    background-color: #fe0000;
    border-radius: 4px;
    margin-right: 10px;
    border: none;
    padding: 2px 5px;
}
.live-button a {
    padding: 4px 8px;
    text-decoration: none;
    display: inline-block;
}
.live-text {
    padding-left: 1px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.date-section {
    padding: 0;
    display: inline-block;
}
.dsk-date {
    padding-left: 7px;
    font-weight: 500;
    font-size: 15px;
}
.dsk-spcl-head {
    font-size: 23px;
    padding: 12px 40px 8px 0px;
    line-height: 30px;
    margin: 0px;
    color: #212529;
    letter-spacing: -1px;
    position: relative;
}
.dsk-spcl-head a {
    color: #212529;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}
.sub-head {
    font-size: 17px;
    font-weight: 500;
    color: #3c4043;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.listing-section .para {
    color: #484848;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.join-now {
    background-color: #f78d06;
    border-radius: 9px;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    padding: 13px 34px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: 0.5s;
}
.join-now:hover {
    color: #000;
    transition: 0.5s;
}
.live-btn img {
    vertical-align: middle;
}
/*special offer design--*/
.ribbon{
  position: relative;
  display: block;
  z-index: 0;
}
.ribbon1 {
  position: absolute;
  top: -28px;
  right: 10px;
}
.ribbon1 a{
    text-decoration: none;
}
span.ribbon1:before {
   height: 4px;
   width: 1px;
   left: -5px;
   top: 10px;
   border-radius: 0px;
   background: #6a3388;
   z-index: -1;
   transform: rotate( 202deg );
}
span.ribbon1:before {
  position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 53px solid transparent;
    border-top: 13px solid #6b3589;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px;
  width: 185px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #fff;
  background-image: linear-gradient(to right, #e72f96, #dd36a8, #d040b9, #bf4bc8, #a955d7);
}
span.ribbon1:after {
    height: 4px;
    width: 0px;
    left: 138.5px;
    top: 10px;
    border-radius: 0px;
    background: #6a3388;
    z-index: -1;
    transform: rotate( 159deg );
}
.ribbon1:after {
  position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-right: 51px solid transparent;
    border-top: 10px solid #6a3388;
}
.ribbon1{
    text-decoration: none;
}
/*special offer ends--*/
.live-txt-mob, .content-mob{
    display: none;
}
/*Overall Media Query--*/
@media(max-width: 991px){
    .live-button {
        margin-bottom: 20px;
    }
    .para{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .date-section {
        display: block;
        margin-top: 10px;
    }
}
@media (max-width: 840px){
  .events-cta{ overflow-x: scroll;}
  .events-link-flex {width: 150%; margin-bottom: 20px;}
  .dsk-spcl-head{font-size: 20px;}
}
@media(max-width: 767px){
    .av-spec-listing{
        padding: 15px;
    }
    .ribbon1 {
        top: -50px;
        right: 0;
        display: block;
        left: -20px;
        margin: 0 auto;
    }
    span.ribbon1:before, span.ribbon1:after {
        content: none;
    }
    .listing-content {
        padding-top: 0px;
    }
    .ribbon {
        text-align: center;
        width: 100%;
        top: -30px;
        position: absolute;
    }
    .live-btn {
    }
    .live-button {
        display: inline-block;
        margin-bottom: 0;
    }
    .av-spec-title{
        display: block;
        margin:0;
    }
    .version-div {
        justify-items: end;
    }
    .para{
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
    }
     .spcl-feature-img {
        position: relative;
        flex-basis: 110px;
        text-align: center;
        border-radius:10px;
    }
    .live-button {
        display: none;
    }
    .listing-content {
        padding: 0;
        padding-right: 0px;
        display: block;
        flex-basis: calc(100% - 110px);
    }
    .content .join-now {
        display: none;
    }
    .listing-section-inner {
        box-shadow: none;
        display: block;
    }
    .listing-section {
        box-shadow: 0 0 10px 0 rgb(195 195 195);
        padding: 0;
        border-radius: 10px;
    }
    .sub-head {
        margin-bottom: 0px;
    }
    span.ribbon1 {
        position: initial;
    }
    .live-btn {
    }
    .ribbon1 span {
        padding: 6px;
        font-size: 15px;
        border-radius: 0;
        width: 100%;
    }
    .dsk-spcl-head {
        font-size: 15px;
        line-height: 1.4;
        padding: 5px 10px 0px;
    }
    .live-txt-mob {
        display: block;
        position: absolute;
        background-image: linear-gradient(to right, #e72f96, #dd36a8, #d040b9, #bf4bc8, #a955d7);
        padding: 3px 12px;
        font-size: 15px;
        color: #ffffff;
        border-top-left-radius: 5px;
        background: red;
        font-weight: 600;
        letter-spacing: 0.5px
    }
    .content-dsk {
        display: none;
    }
    .content-mob{
        display: block;
        margin-top: 0px;
        padding: 10px 10px;
    }
    .date-section {
        padding: 10px;
    }
}
@media(min-width:601px) and (max-width:767px){
    .ribbon1 span {
        padding: 3px;
        position: absolute;
        right: 0px;
    }
    .join-btn {
        text-align: right;
    }
}
@media (max-width: 600px){
    .events-cta{
        overflow-x: scroll;
        margin-bottom: 0;
        padding: 0px;
        padding-bottom: 10px;
    }
    .events-link-flex {
        width: 300%;
        margin-bottom: 0;
    }
    a.evets-cta-link { 
        font-size:15px 
    }
    .spcl-feature-img img{
        margin: 0 auto;
    }
    .dsk-spcl-head{
    }
    .sub-head{
        font-size: 14px;
        line-height: 1.4;
        color: #707070;
    }
    .join-now {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        padding: 8px;
        border-radius: 6px;
    }
    .live-button{
        margin-bottom: 10px;
    }
    .spcl-main-head {
        font-size: 20px;
    }
    .calendar-icon {
        width: 18px;
    }
    .dsk-date {
        padding: 0;
        font-size: 13px;
    }
     .ribbon1 span {
     }
}
@media(max-width: 350px){
    .listing-section-inner {
        display: block;
    }
    .spcl-feature-img {
        text-align: center;
        width: auto;
    }
    .live-txt-mob {
        left: -7px;
        top: -7px;
        border-radius: 2px;
    }
    .listing-content {
        padding: 0;
    }
    .para {
        display: none;
    }
    .join-now {
        margin-top: 5px;
    }
    span.ribbon1 {
        position: absolute;
        bottom: -5px;
        top: initial;
        left: 0px;
    }
}

/* Specials Events Navbar */
@media (min-width: 992px){
.otherevent-wrap {
  width: 100%;
  max-width: 1320px;
  padding: 0px 0px;
  margin: 0 auto;
    margin-bottom: 0px;
  display: table;
  position: relative;
}
}
.events-cta {
  margin-bottom: 10px;
}
.events-link-flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #6868f9;
}
a.evets-cta-link {
  color: rgba(0, 0, 0, .75);
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  border-radius: 15px 15px  0 0;
  background: transparent;
  position: relative;
  transition: background 0.5s ease-in-out;
  width: fit-content;
  padding: 7px 10px;
  margin: 10px 7px 0 0;
  transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
  display: flex;
  align-items: center;
  background: #fafaff;
  justify-content: center;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}

a.evets-cta-link:first-child {
  margin-left: 0;
}
a.evets-cta-link:last-child {
  margin-right: 0;
}
a.evets-cta-link.linkactive{margin-top: 0;background: #6868f9;color: #fff;}
.evets-cta-link span {
    padding: 0 7px;
    z-index: 1;
}
.evets-cta-link img {
    z-index: 1;
    border-radius: 15px 15px 0 0;
    padding-left: 2px;
    margin: 0 3px;
}
.evets-cta-link:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    transition: all .5s ease;
    z-index: 0;
    left: 0;border-radius: 5px;
}
.evets-cta-link:hover:before {
    width: 100%;
}

.otherevent-wrap.imag-wrap-sp a.evets-cta-link:hover {
        transform: scale(1.08);
    transition: all .5s ease;
    box-shadow: 1px 4px 4px #9f9fd5;
    z-index: 9;        color: #6868f9;
}
.otherevent-wrap.imag-wrap-sp a.evets-cta-link.linkactive:hover {
   transform: scale(1);
   box-shadow:none; color: #fff;
}
a.evets-cta-link.linkactive img, a.evets-cta-link:hover img {
    border-radius: 50%;
    background: #fff;box-shadow: 0px 1px 1px #b0b0ff;
}

.evets-cta-link.birthday-event {
 background: #fee6ed;
}
.evets-cta-link.birthday-event:hover:before {
 background: #ff739c;
}
.evets-cta-link.monthly-event {
  background: #cbe8ff;
}
.evets-cta-link.monthly-event:hover:before {
  background: #77c3ff;
}
.evets-cta-link.days-event {
  background: #e8ebb7;
}
.evets-cta-link.days-event:hover:before {
  background: #b5bb5e;
}
.evets-cta-link.yearlong-event {
  background: #d1f0c9;
}
.evets-cta-link.yearlong-event:hover:before {
  background: #86df6f;
}
.evets-cta-link.membership-event {
  background: #dae4f8;
}
.evets-cta-link.membership-event:hover:before{
  background: #7070cd;
}


@media (max-width: 1200px){
  a.evets-cta-link {
    font-size: 15px;
    padding: 5px;
  min-width: 95px;
}
.events-cta{overflow-x: scroll;padding-bottom: 0}
  .events-link-flex {width: 120%; margin-bottom: 20px;}
}
@media (max-width: 991px){
  .events-cta{overflow-x: scroll;padding-bottom: 0}
  .events-link-flex {width: 120%; margin-bottom: 20px;}
.evets-cta-link span {
    font-size: 13px; 
}
}
@media (max-width: 910px) {
    .events-link-flex {
        width: 140%;
        
    }
}
@media (max-width: 800px){
    .events-link-flex {width: 150%; }
}
@media (max-width: 700px){
    .events-link-flex {width: 170%; }
    .evets-cta-link img { width: 40px;}
}
@media (max-width: 600px){
  
  .events-link-flex{width: 180%;margin:0;padding:0; justify-content: left;} 


.evets-cta-link span {
    font-weight: 500;   font-size: 11px; 
}
}
@media (max-width: 500px){
  
  .events-link-flex{width: 200%;margin:0;padding:0;justify-content: space-between; } 
a.evets-cta-link{ border-bottom:none; }

  .evets-cta-link img {
            width: 33px; 
}
}
@media (max-width: 440px){
  
  .events-link-flex{width: 200%;}
      a.evets-cta-link {
        padding: 5px 0px;
        margin-right: 1px;
    }
.evets-cta-link span {
        font-size: 10px;
        padding-left: 2px;
        padding-right: 2px;
    }
  
}
@media (max-width: 399px){
  
  .events-link-flex{width: 200%;}
}
@media (max-width: 340px){
  
  .events-link-flex{width: 240%;}
  .evets-cta-link span {
    font-size: 10px;    
}

}
/* Specials Events Navbar End */