

.contact-sec .det { position: absolute; width: calc(100% - 30px); background: #fff; left: 15px; right: 15px; box-shadow: 0px 5px 14px 0px #00000014; border-radius: 10px; padding: 15px 25px; justify-content: space-between; display: flex; align-items: center; gap: 100px; top: -40px; z-index: 1;}
.contact-sec .det .soc-ic { display: flex; align-items: center; gap: 20px; width: 30%;}
.contact-sec .det .soc-ic a:hover { opacity: 0.5;}
.contact-sec .det .loct { width: 40%; font-size: 18px; color: #232323CC; display: flex; align-items: center;  justify-content: center; line-height: 20px; gap: 15px;}
.contact-sec .det .loct a {  width: 36px; height: 36px; background: #F5F5F5; display: flex; align-items: center; justify-content: center; border-radius: 7px; min-width: 36px; }
.contact-sec .det .loct span {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; font-size: 18px; line-height: 24px;}
.contact-sec .det .em-call { width: 30%; display: flex; flex-direction: column; align-items: flex-start; gap: 10px;}
.contact-sec .det .em-call p, .contact-sec .det .em-call p a {  font-size: 18px; line-height: 18px; color: #232323CC; display: flex; align-items: center;  justify-content: center; gap: 15px; margin: 0;}
.contact-sec .det .em-call p i.fas.fa-phone { transform: rotate(80deg);}
.contact-sec .det .em-call p a { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1;  -webkit-box-orient: vertical; }


.cmn-aff { padding: 70px 0; display: flex; flex-direction: column; gap: 50px;}
.ttl-aff { padding: 15px 30px; display: flex; justify-content: space-between; align-items: center; gap: 70px; background: #F6F6F6; border-radius: 7px; box-shadow: 0px 3px 12px 0px #0000000D;}
.ttl-aff h4 { font-size: 32px; color: #222222;}
.abt-us { display: flex; flex-direction: column; gap: 20px; font-size: 18px; line-height: 24px; margin: 0;}
.abt-us h6, .ttf-txt { font-size: 28px; font-family: 'sulphur_pointregular';}
.abt-us p { font-size: 18px; line-height: 24px; margin: 0;}
.abt-us ul, .abt-us ol { padding-left: 30px;}
.gray-bg { background: #f9f9f9;}
.service-sec { display: flex; justify-content: space-between; gap: 100px;}
.service-sec .service-img { width: 34%; display: flex; border-radius: 10px; overflow: hidden;}
.service-sec .service-img img{ width: 100%; height: 100%; object-fit: cover;}
.service-sec .service-cnt { width: calc(100% - 34%); display: flex; flex-direction: column; gap: 40px;}
.explore-service ul { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: flex-start;}
.explore-service ul li { width: 140px; height: 140px; border: 2px solid #4730BE4D; box-shadow: 0px 3px 12px 0px #0000001F; border-radius: 50%; overflow: auto; padding: 5px; display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative;}
.explore-service ul li img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.explore-service ul li button { width: 50px; height: 50px; background: #6246F0; position: absolute; display: flex;align-items: center; justify-content: center; border-radius: 50%; padding: 0; margin: 0; border: none; opacity: 0;}
.explore-service ul li button img { border-radius: inherit; object-fit: contain; width: 12px; height: auto;}
.explore-service ul li:before { width: 94%; height: 94%; position: absolute; content: ""; background:rgba(15, 0, 74, 0.7); border-radius: 50%; opacity: 0;}
.explore-service ul li:hover:before, .explore-service ul li:hover button { opacity: 1;}
.events-sec { background: #FFFAF5; background: #F6F6F6;}
.btn.filter-btn { background: transparent; border: 1px solid #5038C9; display: flex; align-items: center; gap: 8px; color: #5038C9; font-size: 16px; line-height: normal; font-family: 'sulphur_pointbold';}
.btn.filter-btn:after { display: none;}
.btn.filter-btn ~ .dropdown-menu { right: 0 !important; left: inherit !important; padding: 10px 15px; margin-top: 9px; min-width: 140px; border: none; box-shadow: 0px 3px 12px 0px #0000000D; border-radius:10px;} 
.btn.filter-btn ~ .dropdown-menu .form-check {padding-top: 7px; border-bottom: 1px solid #efefef; padding-bottom: 7px;}
.btn.filter-btn ~ .dropdown-menu .form-check:last-child { border: none;}
.events-card { border-radius: 7px; display: flex; flex-direction: column; overflow: hidden; background: #fff; box-shadow: 0px 6px 30px 0px #00000012; cursor: pointer; position: relative;}
.events-card .events-img { display: flex; height: 370px; width: 100%; align-items: center; justify-content: center; position: relative;}
.events-card .events-img:before { background: rgba(0, 0, 0, 0.3); position: absolute; width: 100%; height: 100%; content: "";}
.events-card .events-img img { width: 100%; height: 100%; object-fit: cover;}
.events-card .events-cnt { padding: 25px 30px;  display: flex; flex-direction: column; gap: 7px; align-items: flex-start; }
.events-card .events-cnt span { background: #5038C9; font-size: 15px; border-radius: 20px; color: #fff; padding: 6px 15px; line-height: 13px; text-transform: uppercase; letter-spacing: 1px;}
.events-card .events-cnt h6 { font-size: 26px; line-height: 28px; font-family: 'sulphur_pointbold';  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; margin-top: 10px;} 
.events-card .events-cnt p {  font-size: 16px; line-height: 18px; margin: 0; font-family: 'sulphur_pointbold'; color: #5038C9; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.events-card .evn-img-cnt { position: absolute; top: 0; display: flex; justify-content: space-between; width: 100%; padding: 15px;  align-items: center; z-index: 1;}
.events-card .evn-img-cnt .pr-vl { font-size: 16px; background: #fff; border: 1px solid #461888B2; box-shadow: 0px 3px 10px 0px #00000021; padding: 6px 16px; display: flex ; align-items: center; gap: 10px; border-radius: 14px; }
.events-card .evn-img-cnt .pr-vl strong { font-size: 28px; line-height: 30px; font-weight: normal; color: #461888;}
.events-card .evn-img-cnt .pr-vl strong small { font-size: 20px; font-family: 'sulphur_pointregular'; color: #461888;}
.events-card .evn-img-cnt .lik-dis .evnt-like { position: static;}
.events-card:before { position: absolute; top: 0; width: 100%; height: 100%; background: rgba(15, 0, 74, 0.7); content: "";  z-index: 1; opacity: 0; transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; }
.view-dt { position: absolute; bottom: 0; width: 100%; padding: 30px; background: #fff; display: flex; flex-direction: column; gap: 25px; z-index: 1; opacity: 0; transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;}
.view-dt .loct a { font-size: 16px; line-height: 20px; display: flex; gap: 10px; color: #222222CC; font-family: 'sulphur_pointbold';}
.view-dt .loct a i { position: relative; top: 3px;}
.view-dt .dl-cat { display: flex; flex-wrap: wrap; gap: 6px;}
.view-dt .dl-cat span { background: #EDF1F4; border-radius: 20px; padding: 5px 20px; font-size: 14px; font-family: "sulphur_pointbold"; border: 1px solid #EDF1F4;}
.view-dt .dl-cat span.more { border: 1px solid #552EED4D; background: #F5F3FF; color: #461888;}
.view-dt .dl-cat span.more:hover { background: #461888; color: #fff;}
.events-card:hover:before { opacity: 1;}
.events-card:hover .view-dt { opacity: 1;}
.coupons-sec { background: #F6F1EE;}
.cou-txt { min-height: 280px; padding: 30px 0;}
.cou-txt p { font-size: 21px; line-height: 26px; margin: 0;}
.menu-row { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 15px; margin: auto;}
.menu-img { width: 100%; height: 100%; border-radius: 8px; overflow: hidden;  position: relative; cursor: pointer;}
.menu-img img,
.menu-img video,
.menu-img iframe { width: 100%; height: 100%; object-fit: cover; display: block;}
.menu-img:first-child { grid-row: span 2;}
.menu-img .play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;  width: 50px;}
.review-sec { background: #f6f6f6;}
.review-card { box-shadow: 0px 5px 16px 0px #0000000D; background: #fff; padding: 30px; border-radius: 7px; display: flex; align-items: center; gap: 40px; opacity: 0.5;}
.review-card .user { width: 130px; height: 130px; border: 2px solid #4730BE4D; box-shadow: 0px 3px 12px 0px #0000001F; border-radius: 50%; overflow: auto; padding: 5px; display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative; min-width: 130px;}
.review-card .user img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.review-card .user-dt { display: flex; flex-direction: column; gap: 15px; width: calc(100% - 160px);}
.review-card .user-top { display: flex; justify-content: space-between; align-items: center; gap: 20px;}
.review-card .user-top .user-name { font-size: 22px; line-height: 24px;  font-family: "sulphur_pointbold"; }
.review-card .user-top .review-rating { display: flex; gap: 3px; color: #FFAD14;}
.review-card p.review-cnt { font-size: 16px; margin: 0; line-height: 20px; min-height: 40px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.review-card strong { font-size: 16px; margin: 0; line-height: 20px; color: #232323B2;}
.review-card .qu-ic { width: 29px; min-width: 29px;}
.review-sec .owl-carousel.owl-drag .owl-item.center .review-card { opacity: 1;}
.review-sec .owl-theme .owl-nav.disabled+.owl-dots { margin-top: 40px;}
.review-sec .owl-theme .owl-dots .owl-dot { width: 10px; height: 10px; border-radius: 50%; margin: 5px; overflow: hidden;}
.review-sec .owl-theme .owl-dots .owl-dot span { margin: 0; width: 100%; height: 100%; border-radius: 0;}
.review-sec .owl-theme .owl-dots .owl-dot.active { width: 40px; border-radius: 10px;}
.review-sec .owl-theme .owl-dots .owl-dot.active span { background:#461888 ;}

.rewards-sec { background: #FFFAF5;}
.rewards-card.events-card:before { display: none;}
.rewards-card.events-card { padding: 20px; box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12);}
.rewards-card.events-card .events-img { border-radius: 5px; overflow: hidden; height: 215px;}
.rewards-card.events-card .events-cnt { padding: 15px 0 5px; gap: 15px; position: relative;}
.rewards-card.events-card .events-cnt p { font-size: 14px; line-height: 18px; min-height: 55px; -webkit-line-clamp: 3; color: rgba(35, 35, 35, 0.8); font-family: 'sulphur_pointregular';}
.rewards-card.events-card .events-cnt span { padding: 0; background: transparent; color: #B38E4A; font-family: 'sulphur_pointbold'; display: flex; align-items: center; gap: 5px;}
.rewards-card.events-card .events-cnt .points { position: absolute; right: -15px; top: -15px; background: #461888; color: #fff; font-size: 14px; font-family: "sulphur_pointbold"; padding: 7px 10px; border: 1px dashed #fff; border-radius: 7px; line-height: 14px;}

.cmn-image-modal .owl-carousel .owl-stage {display: flex; align-items: center;}
.cmn-image-modal .owl-carousel .owl-nav button span { display: flex; font-size: 28px; color: #fff;}
.cmn-image-modal .owl-carousel .owl-nav button { width: 40px; height: 60px; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center;}
.cmn-image-modal .owl-carousel .owl-nav button.owl-prev { left: 10px;}
.cmn-image-modal .owl-carousel .owl-nav button.owl-next { right: 10px;}
.cmn-image-modal .owl-carousel .owl-nav button:hover { opacity: 1;}

.coupons-card { border-radius: 7px; display: flex ; flex-direction: column; overflow: hidden; background: #fff; box-shadow: 0px 6px 30px 0px #00000012; cursor: pointer; position: relative; }
.coupons-card:before { position: absolute; top: 0; width: 100%; height: 100%; background: rgba(15, 0, 74, 0.7); content: "";  z-index: 1; opacity: 0; transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; }
.coupons-card .coupons-img { display: flex; height: 370px; width: 100%; align-items: center; justify-content: center; position: relative; margin-bottom: 70px;}
.coupons-card .coupons-img img { width: 100%; height: 100%; object-fit: cover;}
.coupons-card .coupons-txt { background: url(../../../images/front/affiliate_theme/coupon-curve.png) no-repeat; background-size: cover; width: calc(100% - 20px); margin: auto; padding: 20px 15px; position: absolute; bottom: 13px; gap: 10px; display: flex ; flex-direction: column; left: 0; right: 0; border-radius: 0 0 5px 5px; overflow: hidden;}
.coupons-card .coupons-txt .coupons-top { display: flex; align-items: center; justify-content: space-between;}
.coupons-card .coupons-txt .coupons-top .tags { background: #FFB81F; font-size: 13px; border-radius: 20px; padding: 5px 15px; line-height: 12px; text-transform: uppercase; display: flex ; align-items: center; gap: 10px; color: #333333; font-family: 'sulphur_pointbold'; letter-spacing: 0.75px;}
.coupons-card .coupons-txt .coupons-top .tags.expired { background: #D83639; color: #fff;}
.coupons-card .coupons-txt .class-tag { padding: 0; background: transparent; color: #B38E4A; font-family: 'sulphur_pointbold'; display: flex; align-items: center; gap: 5px;  font-size: 16px; line-height: normal;}
.coupons-card .coupons-txt .class-tag img { width: auto;}
.coupons-card .coupons-txt h6 { font-size: 26px; line-height: 28px; font-family: 'sulphur_pointbold'; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1;  -webkit-box-orient: vertical;}
.coupons-card:hover .view-dt { opacity: 1;}
.coupons-card:hover:before{ opacity: 1;}
.coupons-sec .owl-carousel .owl-nav { position: absolute; top: -43px; right: 0; display: flex; justify-content: flex-end; gap: 10px;}
.coupons-sec .owl-carousel .owl-nav button { border: 1px solid #22222233; position: static; width: 34px; height: 34px; background: #fff;  font-size: 22px; margin: 0; display: flex; align-items: center; justify-content: center;}
.coupons-sec .owl-carousel .owl-nav button.owl-prev span {transform: rotate(180deg);}
.coupons-sec .owl-carousel .owl-nav button span { display: block; background: url(../../../images/front/affiliate_theme/arrow-blk.png) no-repeat; width: 14px; height: 12px; text-indent: -9999px;}
.coupons-sec .owl-carousel .owl-nav button:hover { background: #461888; opacity: 1; color: #fff;}
.coupons-sec .owl-carousel .owl-nav button:hover span { background: url(../../../images/front/affiliate_theme/arrow-white.png) no-repeat; width: 14px; height: 12px;}
.view-btn { border-radius: 5px; background: #fff; box-shadow: 0px 4px 14px 0px #0000000D; padding: 15px 40px; font-size: 20px; color: #222222; font-family: 'sulphur_pointbold'; display: flex; align-items: center; gap: 10px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}
.view-btn img {  transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}
.view-btn:hover { background: #461888; color: #fff;}
.view-btn:hover img { filter: invert(1);}

/* Masonry Photo Grid */
.grid { width: 100%;  margin: 50px auto;}
.grid-sizer,
.grid-item {  width: 18.7%;}
.grid-item { margin-bottom: 20px; border-radius: 12px; overflow: hidden;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  transition: transform 0.3s;}
.grid-item:hover { transform: scale(1.03);}
.grid-item img { width: 100%;  height: auto;  display: block;}

@media (max-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}
/* Masonry Photo Grid */

.affilate-bnr { margin-top: 83px; position: relative;}
.banner-slider .item {height: 750px;overflow: hidden; position: relative;}
.banner-slider .item:after { position: absolute; bottom: 0; content: ""; width: 100%; height: 100%; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20.16%, rgba(0, 0, 0, 0.4) 62.74%, rgba(0, 0, 0, 0.85) 88.46%);}
.banner-slider .item img, .thumbnail-slider.owl-carousel .owl-item img, .thumbnail-slider.owl-carousel .thumb-item video.video_mnu_blk, .thumbnail-slider.owl-carousel .owl-item iframe { width: 100%; height: 100%; object-fit: cover;}
.thumbnail-slider.owl-carousel { width: 1296px;  position: absolute; bottom: 80px; margin: 0 auto;  left: 0; right: 0; z-index: 11;}
.thumbnail-slider.owl-carousel .thumb-item { border-radius: 10px; overflow: hidden; border: 2px solid transparent; cursor: pointer; opacity: 0.5; height: 80px; position: relative;}
.thumbnail-slider.owl-carousel .thumb-item.active { opacity: 1; border-color: #d7bbff;}
.banner-slider .owl-nav.disabled+.owl-dots { position: absolute;left: 0; right: 0; margin: auto; z-index: 11; bottom: 20px; display: flex; align-items: center;  justify-content: center;}
.banner-slider .owl-dots .owl-dot { width: 10px; height: 10px; border-radius: 50%; margin: 5px; overflow: hidden;  background: rgba(255,255,255,0.2);}
.banner-slider .owl-dots .owl-dot span { margin: 0; width: 100%; height: 100%; border-radius: 0;}
.banner-slider .owl-dots .owl-dot.active { width: 40px; border-radius: 10px; background: #fff;}
.banner-slider .owl-dots .owl-dot.active span { background:#461888 ;}
.banner-cnt { position: absolute; bottom: 210px; left: 0; right: 0; z-index: 11;}
.banner-cnt .bnr-txt { display: flex; flex-direction: column; gap: 15px;}
.banner-cnt .bnr-txt .logo { width: 160px; height: 160px; border-radius: 12px; border: 2px solid #461888; background: #ffffff; overflow: hidden;}
.banner-cnt .bnr-txt .logo img { width: 100%; height: 100%; object-fit: cover;}
.banner-cnt .bnr-txt h1 { font-size: 44px; color: #ffffff; line-height: 48px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.banner-cnt .bnr-txt .rw-txt { display: flex; align-items: center;  gap: 15px;}
.banner-cnt .bnr-txt .rw-txt span { font-size: 18px; line-height: 20px; color: rgba(255, 255, 255, 0.8);}
.banner-cnt .bnr-txt .rw-txt span.rating { color: #FFBE0B; display: flex; align-items: center; gap: 5px;}
.banner-cnt .bnr-txt .rw-txt span.rating i { color: #FFBE0B; font-size: 14px; margin: 0;}
.banner-cnt .bnr-txt .rw-txt span.review { background: #fff; color: #461888; font-size: 16px; padding: 5px 10px; border-radius: 5px; line-height: 16px; cursor: pointer;  font-family: 'sulphur_pointbold';}
.banner-cnt .bnr-txt .rw-txt span:first-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px;}
.banner-cnt .bnr-txt .rw-txt .star-rating { display: flex; position: relative; top: 2px;}
/* Mobile height override */
@media (max-width: 768px) {
  .banner-slider .item {
    height: 400px;
  }
}


/* Dark theme css */
.dark-theme .cmn-aff, .dark-theme .coupons-card, .dark-theme .contact-sec .det { background: #232323;}
.dark-theme .coupons-sec, .dark-theme .cmn-aff.about-sec, .contact-sec { background: #2C2C2C;}
.dark-theme .review-sec, .dark-theme .rewards-sec, .dark-theme .events-sec .events-card, .dark-theme .events-card:hover .view-dt, .dark-theme .coupons-card:hover .view-dt  { background: #414040;}
.dark-theme .ttl-aff { background: #461888 !important;}
.dark-theme .ttl-aff h4, .dark-theme .events-card .events-cnt h6, .dark-theme .rewards-card.events-card .events-cnt p, .dark-theme .review-card p.review-cnt, .dark-theme .review-card .user-top, .dark-theme .cou-txt p, .dark-theme .contact-sec .det .loct, .dark-theme .contact-sec .det .em-call p, .dark-theme .contact-sec .det .em-call p a, .dark-theme .abt-us ul li h6, .dark-theme .view-dt .loct a {  color: #ffffff;}
.dark-theme .view-btn { background: #2C2C2C; color: #ffffff;}
.dark-theme .view-btn img, .dark-theme .btn.filter-btn img { filter: invert(1);}
.dark-theme .view-btn:hover { background: #461888 !important;}
.dark-theme .btn.filter-btn { color: #afc736; border-color: #afc736; filter: grayscale(1);}
.dark-theme .events-card, .dark-theme .review-card { background: #232323;}
.dark-theme .coupons-sec .view-btn { background: #52525233; color: #ffffff;}
.dark-theme .coupons-sec .view-btn:hover { background: #461888;}
.dark-theme .coupons-sec .owl-carousel .owl-nav button { background: #232323;  border: 1px solid #c1c1c133;}
.dark-theme .coupons-sec .owl-carousel .owl-nav button span {filter: invert(1);}
.dark-theme .coupons-sec .owl-carousel .owl-nav button:hover span { filter: none;}
.dark-theme .contact-sec .det { box-shadow: 0px 5px 14px 0px #FFFFFF14; }
.dark-theme .review-card strong, .dark-theme .rewards-card.events-card .events-cnt i.end-date, .dark-theme .abt-us { color: #ffffff;}
.dark-theme .btn.filter-btn ~ .dropdown-menu { background: #2c2c2c;}
.dark-theme .btn.filter-btn ~ .dropdown-menu .form-check {color: #fff; border-bottom: 1px solid #3b3b3b;}
.dark-theme .btn.filter-btn ~ .dropdown-menu .form-check:last-child { border: none;}
.dark-theme .events-card .evn-img-cnt .pr-vl { background: #414040;  color: #fff;}
.dark-theme .events-card .evn-img-cnt .lik-dis .evnt-like { background: #232323;}
.dark-theme .photo-tabs .nav-tabs .nav-link { background: #232323; color: #fff;}
.dark-theme .photo-tabs .nav-tabs .nav-link.active {background: transparent;  color: #fff; border: 1px solid;}



.sticky-links { position: fixed; right: 0; bottom: 12%; z-index: 11; display: flex;}
.sticky-links ul { display: flex ; flex-direction: column; gap: 7px; padding: 10px; border-radius: 7px; backdrop-filter: blur(3px); background: rgb(225 225 225 / 90%);  box-shadow: 0px 3px 12px 0px #0000000D;}
.sticky-links ul li { display: flex;}
.sticky-links ul li a { background: rgba(34, 34, 34, 0.7); color: #fff; border-radius: 7px; padding: 10px 7px; font-size: 16px; line-height: 16px; width: 100%; display: flex ; align-items: center; justify-content: center; box-shadow: 0px 6px 8px 0px #0000002B; }
.sticky-links ul li a:focus, .sticky-links ul li a:hover { background: #461888 ;}
.no-record-div.load-record { padding: 0; min-height: 230px;}
.no-record-div.load-record i img { filter: grayscale(1); opacity: 0.1;}
.no-record-div.load-record h4 { margin-top: 15px;}

.photo-tabs .nav-tabs { border: none; gap: 10px;}
.photo-tabs .nav-tabs .nav-link { cursor: pointer; border: none; background: #fff; color: #777777; font-size: 16px; border-radius: 7px; font-family: 'sulphur_pointbold';}
.photo-tabs .nav-tabs .nav-link.active { background-color: #461888; color: #fff;}




.thumbnail-slider.owl-carousel .thumb-item a.play-btn.play_video { position: absolute; top: 0; left: 0; display: flex ; align-items: center; justify-content: center; right: 0; bottom: 0; margin: auto; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.7);}
.thumbnail-slider.owl-carousel .thumb-item a.play-btn.play_video img { width: 30px; height: 30px;}

@media (max-width: 1199.98px) {
.rewards-card.events-card { padding: 15px;}
.events-card .events-cnt h6 { font-size: 24px; line-height: 26px; margin-top: 5px;}
.banner-slider .item { height: 600px;}
.contact-sec .det .em-call p, .contact-sec .det .em-call p a { font-size: 16px;}
.thumbnail-slider.owl-carousel { width: 100%; padding: 0 20px;}
.banner-cnt .bnr-txt { gap: 10px;}
.banner-cnt .bnr-txt .logo { width: 100px; height: 100px;}
.banner-cnt .bnr-txt h1 { font-size: 34px; line-height: 44px;}
.sticky-links { display: none;}
.contact-sec .det .soc-ic { gap: 10px;}
.thumbnail-slider.owl-carousel .thumb-item { height: 60px;}
.events-card .events-img, .coupons-card .coupons-img { height: 310px;}
.cmn-aff { padding: 50px 0;}
.events-card .events-cnt, .events-card .view-dt { padding: 20px 15px;}
.events-card .events-cnt span { font-size: 13px; line-height: 12px;}
.no-record-div p { text-align: center; font-size: 18px; line-height: 22px;}
.coupons-sec .owl-carousel .owl-nav { top: -40px;}
.ttl-aff { gap: 40px; padding: 15px 20px;}
.coupons-sec.cmn-aff { padding-top: 60px;}
.coupons-card .coupons-txt h6 { font-size: 20px; line-height: 22px;}
.review-card .user { width: 90px; height: 90px; min-width: 90px;}
.review-card { gap: 20px; padding: 20px;}
.review-card .user-dt { gap: 5px; width: 100%;}
.review-sec .owl-theme .owl-nav.disabled+.owl-dots { margin-top: 20px;}

}
@media (max-width: 991.98px) {
.rewards-card.events-card { margin-bottom: 30px;}
.view-btn { padding: 10px 30px; font-size: 18px;}
.banner-slider .item { height: 370px;}
.banner-cnt { bottom: 60px;}
.banner-cnt .bnr-txt .logo { width: 80px; height: 80px;}
.banner-cnt .bnr-txt h1 { font-size: 30px; line-height: 30px; margin-top: 10px;}
.contact-sec .det { position: static; width: 100%;  gap: 20px; align-items: flex-start; flex-wrap: wrap; margin: 30px 0;}
.contact-sec .det .soc-ic, .contact-sec .det .loct { width: calc(50% - 20px);  justify-content: flex-start;}
.contact-sec .det .em-call { width: 100%;}
.thumbnail-slider.owl-carousel { display: none !important;}
.cmn-aff.about-sec { padding: 0 0 20px;}
.abt-us p { font-size: 16px; line-height: 20px; margin: 0;}
.abt-us ul li p { font-size: 16px; line-height: 20px;}
.abt-us ul li h6 { font-size: 18px;}
.events-card { margin-bottom: 30px;}
.cmn-aff { padding: 40px 0;}
.cou-txt { min-height: auto;}
.cou-txt p { font-size: 20px;line-height: 22px; margin: 0;}
.no-record-div h4 { font-size: 24px; line-height: 26px;}
.ttl-aff { padding: 15px 20px;}
.review-card .user { width: 60px;  height: 60px; min-width: 60px;}
.review-card .qu-ic { display: none;}
.review-card p.review-cnt { line-height: 16px; min-height: 34px;}
.review-card strong { font-size: 14px;}
.cmn-aff.review-sec { gap: 25px;}
.contact-sec .det .loct span { font-size: 16px; line-height: 22px;}

}
@media (max-width: 767.98px) {
.affilate-bnr { margin-top: 58px;}
.banner-cnt .bnr-txt .logo { width: 60px; height: 60px;}
.banner-slider .item { height: 310px;}
#event_listing_row .col-lg-4:last-child .events-card { margin: 0;}
.events-card .events-cnt h6 { font-size: 20px; line-height: 24px; margin-top: 5px;}
.events-card .events-cnt p { font-size: 14px; line-height: 16px;}

}
@media (max-width: 575.98px) {
.banner-slider .item { height: 260px; } 
.contact-sec .det { flex-direction: column;}
.contact-sec .det .soc-ic, .contact-sec .det .loct { width: 100%;}
.abt-us ul {column-count: 1;}
.abt-us ul li p { line-height: 18px;}
.events-card, .rewards-card.events-card { margin-bottom: 15px;}
.ttl-aff { padding: 10px 20px;}
.events-card .evn-img-cnt .pr-vl strong { font-size: 20px;}
.events-card .evn-img-cnt .pr-vl { font-size: 14px;}
.coupons-card { margin-bottom: 100px;}
.coupons-sec .owl-carousel .owl-nav { top: inherit; justify-content: center; bottom: 20px;}
.ttl-aff h4 { font-size: 26px;}
.btn.filter-btn { font-size: 14px; padding: 5px 10px;}
.menu-row { grid-template-columns: repeat(2, 1fr); gap: 10px;}
.review-cnt.owl-carousel { padding: 0 20px;}
.review-card { gap: 15px; padding: 20px; flex-direction: column; align-items: flex-start;}
.grid-item { margin-bottom: 15px;}
.memories-aff .ttl-aff.shadow-none { flex-direction: column; gap: 10px;}
.photo-tabs .nav-tabs .nav-link { font-size: 14px; line-height: 16px;}
.grid { width: 100%; margin: 20px auto;}
.no-record-div { padding: 25px 10px;}

}