@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@300;400;500;600;700&display=swap');

body{
  margin: 0;
  padding: 0;
  font-family: 'Red Hat Text', sans-serif !important;
  font-size: 18px;
  color: #5E646D;
}
.header_sec {
    position: sticky;
    width: 100%;
    z-index: 11;
    background: #fff;
    top: 0;
}
.event_itm_btn button a {
    color: white;
}
.ticket_btn button a {
    color: white;
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 76px);
}
video {
  min-width: 100%;
  min-height: calc(100vh - 76px);
}
.sec5_con .btn_sec {
    text-align: left;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.home_banner {
    position: relative;
}
.overlay {
    width: 100%;
    height: calc(100vh - 76px);
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.1;
    z-index: 1;
}

.home_banner_con {
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

h1, h2, h3, h4, h5, h6{font-weight: 700;color: #030A15;}
.heading_type1 {
    font-size: 80px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.home_banner_in .subheading_type1 {
    margin-bottom: 40px;
}
.home_banner_in .heading_type1{
  color: #fff;
}
.subheading_type1 {
    font-size: 25px;
}
.home_banner_in {
    max-width: 80%;
    margin: 0 auto;
}
input[type="submit"]{box-shadow: unset !important;}
.btn_primary, input[type="submit"].btn_primary {
    background: #8F3D59;
    color: #fff;
    outline: 0;
    border: 0;
}
.btn_primary:hover, .btn_primary:focus, input[type="submit"].btn_primary:hover, input[type="submit"].btn_primary:focus {
    background: #A05A70;
    color: #fff;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  background: #A05A70;
    color: #fff;
}
.btn, input[type="submit"].btn {
    font-size: 17px;
    padding: 19.35px 35px;
    font-weight: 500;
}
.subacribe_bar_itm input[type="submit"].btn {
    padding: 16.35px 35px;
}
.container-fluid {
    padding: 0 70px;
}
.header_sec .nav-link {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.header_sec .nav-item {
    margin: 0 12px;
}
.header_sec .nav-link:hover {
    color: #8F3D59;
}
.navbar-right .btn {
    padding: 9.9px 20px;
    font-size: 19px;
}
.btn_border {
    border: 1px solid #8F3D59;
    color: #8F3D59;
}
.btn_border:hover {
    border: 1px solid #8F3D59;
    color: #fff;
    background: #8F3D59;
}
.navbar-right {
    margin-left: 70px;
}
.padding_section {
    padding: 70px 0;
}
.heading_type2 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.1;
}
.sec4_in .heading_type2{
    font-size: 40px;
}

.sec4_in .heading_type2 img{
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0;
}

.search_bar, .subacribe_bar {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.subacribe_bar{
    margin-bottom: 6px;
}
.form-control, .form-control:focus{
  box-shadow: unset;
  outline: 0;
}
.search_bar_itm:last-child {
    flex: 0 0 100px;
}
.search_bar_itm, .subacribe_bar_itm {
    width: 100%;
}
.subscribe-mailchimp-form {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.subacribe_bar .subacribe_bar_itm.-type-submit {
    flex: 0 0 100px;
}
.search_bar_itm .btn, .subacribe_bar_itm .btn {
    padding: 17px 33px;
    min-height: 60px;
    border-radius: 0;
    min-width: 100px;
}
.subacribe_bar_itm .btn {
    border-radius: 6px;
}
.form-control {
    border-color: #CED4DA;
    font-size: 16px;
    padding: 15px 30px;
    min-height: 60px;
}
.search_bar_itm .form-control {
    border-radius: 0;
    border: transparent;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #6C757D;
}

::placeholder {
  color: #6C757D;
}
 img {max-width: 100%;}
 .event_itm_img img, .advice_itm_img img{width: 100%;transition: all .5s;}
 .event_itm:hover .event_itm_img img, .advice_itm:hover .advice_itm_img img{transition: all 1s;transform: scale(1.15);}

 .event_itm, .advice_itm {
    box-shadow: 0px 5px 50px #0000001F;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    position: relative;
    background: #fff;
}
.event_itm_img, .advice_itm_img {
    position: relative;
    overflow: hidden;
    padding-bottom: 70%;
}
.event_itm_img img, .advice_itm_img img {
    width: 100%;
    position: absolute;
    object-fit: cover;
    min-height: 100%;
}
.event_itm_type {
    position: absolute;
    top: 0;
    background: #8F3D59;
    padding: 5px;
    right: 10px;
    border-radius: 0 0 6px 6px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail_page .event_itm_type {
    position: absolute;
    top: 0px;
    background: #8F3D59;
    padding: 5px;
    /*left: 20px; */
    right: 0px;
    border-radius: 0 0 6px 6px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event_itm_featured {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
    background: #8F3D59;
    padding: 5px 18px 5px 14px;
    border-radius: 6px;
    width: auto;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* @media(max-width: 480px){} */

.detail_page .event_itm_featured {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
    background: #8F3D59;
    padding: 5px 18px 5px 14px;
    border-radius: 6px;
    width: auto;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event_itm_featured .event_itm_featured_title {
    margin-left: 6px;
    font: 400 16px 'Red Hat Text', sans-serif;
    color: #fff;
}

.event_itm_featured img {
    height: 24px;
    width: 24px;
}

.navbar-brand {
    padding: 0;
}
.header_sec .navbar {
    padding: 12.95px 0;
}
.event_meta {
    box-shadow: 0px 5px 15px #0000000D;
    border-radius: 5px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    background: #fff;
}
.event_meta_itm {
    font-size: 14px;
    color: #757575;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 5px;
    white-space: nowrap;
}
/*.event_meta_itm:nth-child(2) {
    justify-content: center;
}
.event_meta_itm:nth-child(3) {
    justify-content: end;
}*/
.event_meta_ic {
    flex: 0 0 18px;
}
.event_meta_ic img {
    width: 100%;
}
.event_itm_con {
    padding: 25px 30px 30px;
}
.heading_type3 {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec11_form_in .heading_type3 {
    -webkit-line-clamp: 2;
    font-size: 18px;
}
.heading_type3 a {
    color: #000;
    text-decoration: none;
}
.heading_type3 a:hover {
    color: #8F3D59;
}
.event_itm_mt {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.event_itm_location {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #454A52;
    font-size: 14px;
}
.event_itm_prc {
    display: flex;
    gap: 7px;
    font-weight: 500;
    width: 25%;
    justify-content: flex-end;
}
.event_itm_prc_in {
    color: #8F3D59;
}
.event_itm_prc_dis {
    text-decoration: line-through;
}
.event_itm_con p {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.event_itm_location span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85% !important;
}
.event_itm_btn .btn {
    font-size: 15px;
    padding: 12px 20px;
}
.event_itm_btns_meta {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.event_itm_male {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 8px;
}
.event_itm_male::after {
    content: "";
    margin: 0 20px 0 12px;
    width: 1px;
    height: 20px;
    background: #707070;
    display: inline-block;
}
.event_itm_male:last-child::after {
    display: none;
}
.event_itm_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px dashed #DFD9D9;
    padding-top: 20px;
    margin-top: 20px;
}
.btn_sec {
    text-align: center;
    margin-top: 40px;
}
.bg_gray{background: #F7F7F7;}
.sec2_video video {
    width: 900px;
    min-width: unset;
    min-height: unset;
    max-width: 100%;
}
.sec2_video {
    text-align: center;
}
.heading_sec .heading_type2 {
    margin-bottom: 15px;
}
.heading_sec {
    margin-bottom: 35px;
}
.sec2_itm {
    border: 1px solid #CED4DA;
    height: calc(100% - 30px);
    margin-top: 30px;
    padding: 30px 40px;
    background: #fff;
}
.sec2_itm_ic {
    display: flex;
    gap: 20px;
    align-items: center;

}
.sec2_itm_ic img {
    height: 49px !important;
}
.sec11_img_slider_itm {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}


.sec11_img_slider_itm img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.para {
    margin-bottom: 0;
    font-size: 17px;
    color: #5E646D;
    margin-top: 15px;
}
.sec2_itms {
    margin-top: 30px;
}
.sec3_sld_itm {
    background: #fff;
    border: 1px solid #CED4DA;
}
.sec3_sld_itm_con {
    text-align: center;
    padding: 40px;
}
.sec3_sld_itm_img {
    position: relative;
    overflow: hidden;
    padding-bottom: 77%;
}
.sec3_sld_itm_img img {
    width: 100%;
    position: absolute;
    object-fit: cover;
    min-height: 100%;
}
.sec3_sld_itm_img img {
    transition: all .5s;
}
.sec3_sld_itm:hover .sec3_sld_itm_img img {
    transition: all 1s;
    transform: scale(1.3);
}
.quote_s {
    position: absolute;
    right: 15px;
    top: 15px;
}
.sec4_sld_meta {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.sec4_sld_meta_img {
    flex: 0 0 70px;
    max-width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.sec4_sld_itm {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 15px #ddd;
    position: relative;
    height: 370px;
}
.sec4_sld_stars {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}
.sec4_slider .item {
    padding: 15px;
}
.sec4_sld_meta_cn span {
    color: #8F3D59;
    font-size: 15px;
}
.sec4_sld_meta_cn .heading_type3 {
    margin-bottom: 4px;
    font-size: 20px;
}
.sec4_sld_para {
    margin-top: 40px;
}
.sec4_sld_para .para {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}
.owl-theme .owl-nav [class*=owl-] {
    font-size: 0;
    margin: 0;
    padding: 0;
    background-color: #fff !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-theme .owl-nav [class*=owl-].owl-next{
  background-image: url('../img/right_arrow.svg');
  width: 55px;
  height: 55px;
  right: -28px;
}
.owl-theme .owl-nav [class*=owl-].owl-prev{
  background-image: url('../img/left_arrow.svg');
  width: 55px;
  height: 55px;
  left: -28px;
}
.owl-theme .owl-nav .disabled {
    opacity: 0;
}
.footer_sec {
    background: #242E3A;
    color: #CED4DA;
    font-size: 17px;
}
.video_thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 900px;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    max-width: 100%;
}
.footer_sec_bottom p {
    margin: 0;
    text-align: center;
}
.footer_sec_bottom {
    border-top: 1px solid #525C68;
    padding: 20px 0;
}
.sec15_itm_con a, .sec15_itm_con p {
    color: #454A52;
}
.sec15_itm_con a:hover {
    color: #8F3D59;
}
.footer_sec_top {
    padding: 40px 0 30px;
}
.footer_sec_logo {
    margin-bottom: 30px;
}
.social_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}
.social_links ul li a {
    background: #3A434E;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.social_links .-type-youtube img {
    width: 18px;
}
.footer_sec_itm .social_links {
    margin-top: 30px;
}
.footer_sec_itm .heading_type3 {
    margin-bottom: 30px;
    color: #fff;
}
.footer_links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_links li {
    margin-top: 20px;
}
.footer_links a:hover, .footer_links a:focus{
  color: #fff;
}
.footer_links a {
    text-decoration: none;
    color: #CED4DA;
    display: flex;
    gap: 10px;
}
.footer_link_img {
    align-items: flex-start;
    justify-content: center;
    padding-top: 3px;
    flex: 0 0 24px;
    display: flex;
}
.footer_links li:nth-child(2) .footer_link_img{
    padding-top: 8px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    text-align: center !important;
}
.footer_sec_padding {
    padding-left: 70px;
}
.social_links ul li a:hover {
    background: #8f3d59;
}
.banner_sec {
    background: #242E3A;
    height: 375px;
    padding: 70px 0;
}
.entry-hero-container-inner {
    background: #e6e6e6 !important;
}
.entry-hero.page-hero-section .entry-header {
    min-height: 120px !important;
}
.single-content {
    margin-top: 0 !important;
}
.entry-content-wrap {
    padding: 0 !important;
}
.entry.single-entry {
    box-shadow: unset !important;
}
.content-area {
    margin: 60px 0 !important;
}
.banner_sec {
    position: relative;
}
.banner_sec_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.banner_sec_img img {
    height: 100%;
    display: none;
}
.banner_sec_in {
    max-width: 540px;
}
.banner_sec_con {
    display: flex;
    height: 100%;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
.main_heading {
    font-size: 45px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
.banner_sec_in p {
    margin: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 10px;
    color: #CED4DA;
    content: ">";
    font-family: monospace;
}
.breadcrumb_sec {
    position: absolute;
    top: 15px;
    font-size: 16px;
}
.breadcrumb-item.active {
    color: #CED4DA;
}
.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.breadcrumb-item a:hover {
    color: #CED4DA;
    border-bottom: 1px solid #CED4DA;
}
.form-group {
    margin-bottom: 30px;
    position: relative;
}
.form-group label {
    margin-bottom: 8px;
    color: #454A52;
    font-weight: 500;
}
.sec_form_in {
    max-width: 800px;
    margin: 0 auto;
}

/* The custom_checkbox_itm */
.custom_checkbox_itm {
    display: inline-flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom_checkbox_itm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom_checkbox_itm .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #CED4DA;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.custom_checkbox_itm:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox_itm input:checked ~ .checkmark {
    background-color: #8f3d59;
    border: 1px solid #8f3d59;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom_checkbox_itm .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_checkbox_itm input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox_itm .checkmark:after {
    left: 7px;
    top: 2.5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom_checkbox_itm label.custom_checkbox {
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}
.custom_checkbox_itm {
    margin: 10px 0;
}
a, .custom_checkbox a, .form-group a{text-decoration: none;color: #8F3D59;}
a:hover, .custom_checkbox a:hover, .form-group a:hover{color: #A05A70;}
.sec5_in .row {
    align-items: center;
}
.sec5_con {
    padding-left: 50px;
}
.sec5 + .sec5 .sec5_in .row {
    flex-direction: row-reverse;
}
.sec5 + .sec5 .sec5_in .row .sec5_con {
    padding-left: 0;
    padding-right: 50px;
}
.sec2_value_ic {
    width: 160px;
    height: 160px;
    margin: 0 auto 30px;
    background: #F6F9FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sec2_values .row [class*="col-"]:first-child .sec2_value_ic {
    border: 1px solid #88304e;
}
.sec2_values .row [class*="col-"]:nth-child(2) .sec2_value_ic {
    border: 1px solid #88304e;
}
.sec2_values .row [class*="col-"]:nth-child(3) .sec2_value_ic {
    border: 1px solid #92425d;
}
.sec2_values {
    margin-top: 30px;
    text-align: center;
}
.sec2_value_ic img{
  transition: all 1s;
}
.sec2_value:hover .sec2_value_ic img{
  transition: all 1s;
  transform: scale(.8);
}
.sec2_values .row [class*="col-"] .sec2_value{
  max-width: 90%;
  margin: 30px 0 auto;
    text-align: center;
}
.sec6 {
    background: transparent linear-gradient(91deg, #88304e 0%, #88304e 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    display: none;
}
.sec6_in .heading_type2 {
    color: #fff;
}
.sec6_con {
    text-align: center;
    font-size: 16px;
}
.sec7_sld_itm_img {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 26px;
}
.sec7_sld_itm_img img {
    width: 100%;
    height: 100%;
}
.sec7_sld_itm p {
    font-size: 16px;
}
.sec7_sld_itm {
    text-align: center;
    background: #fff;
    padding: 25px;
}
.sec8_sld_itm {
    display: flex;
    justify-content: center;
}
.owl-stage {
    display: flex;
    align-items: center;
}
.sec10_meta {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    margin-top: 50px;
    margin-bottom: 25px;
}
.sec10_meta img{width: 20px;}
.sec10_meta_ic {
    display: flex;
    align-items: center;
}
.list_type1 {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.list_type1 li {
    background-image: url('../img/check-mark.svg');
    background-size: 24px;
    background-repeat: no-repeat;
    padding-left: 34px;
    margin-top: 20px;
    flex: 0 0 50%;
}
p {
    line-height: 1.8;
}
.sec11_name {
    display: flex;
}
.sec11_name_ic {
    /*background: #8F3D59;*/
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 15px;
    margin-top: 9px;
    flex: 0 0 44px;
    position: relative;
}
.sec11_meta {
    display: flex;
    gap: 10px;
}
.sec11_meta_itm {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    line-height: 1;
}
.sec11_meta_ic img {
    width: 16px;
}
.sec11_meta_itm::after {
    content: "|";
    margin: 0 10px;
}
.sec11_meta_itm:last-child::after {
    display: none;
}
.sec11_meta {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.sec11_name .heading_type2 {
    margin-bottom: 0;
}
.sec11_name {
    margin-bottom: 15px;
}
.sec11_img_slider {
    margin: 35px 0;
}
.heading_type4 {
    font-size: 35px;
    margin-bottom: 20px;
}

.insta_sec_in .heading_type4 {
    margin-bottom: 4px;
}

.insta_sec.-type-contact-us {
    padding-top: 0;
}

.ticket_itm_meta_nm .value-button {
    display: inline-flex;
    border: 1px solid #CED4DA;
    margin: 0px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ticket_itm_meta_nm .value-button:hover {
  cursor: pointer;
}

.ticket_itm_meta_nm form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.ticket_itm_meta_nm form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.ticket_itm_meta_nm form #input-wrap {
  margin: 0px;
  padding: 0px;
}

.ticket_itm_meta_nm input#number, .ticket_itm_meta_nm input#number1 {
    text-align: center;
    border: none;
    border-top: 1px solid #CED4DA;
    border-bottom: 1px solid #CED4DA;
    margin: 0px;
    width: 40px;
    height: 35px;
}

.ticket_itm_meta_nm input[type=number]::-webkit-inner-spin-button,
.ticket_itm_meta_nm input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ticket_itm_meta_nm {
    display: flex;
}
.ticket_itm_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 10px 0;
}
.sec11_form {
    margin-top: -200px;
}
.sec11_form_in {
    box-shadow: 0px 5px 50px #0000001F;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    padding: 40px;
    z-index: 1;
    width: calc(100% - 30px);
}
.ticket_itm label {
    font-weight: 400;
}
.ticket_itm_meta_prc {
    font-weight: 500;
    color: #030A15;
}
.ticket_price_total {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.ticket_price_s {
    font-weight: 500;
    color: #030A15;
    font-size: 22px;
}
.ticket_btn {
    margin-top: 25px;
}
.ticket_btn .btn {
    width: 100%;
}
.sold_out {
    color: #8f3d59;
}
.limited {
    color: #FFA043;
}
.available {
    color: #33AD5C;
}


.custom_rasdio_itm{position: relative;}
.custom_rasdio_itm [type="radio"]:checked, .custom_rasdio_itm [type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
}
.custom_rasdio_itm [type="radio"]:checked + label,
.custom_rasdio_itm [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.custom_rasdio_itm [type="radio"]:checked + label:before, .custom_rasdio_itm [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #CED4DA;
    border-radius: 100%;
    background: #fff;
}
.custom_rasdio_itm [type="radio"]:checked + label:after, .custom_rasdio_itm [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #8F3D59;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom_rasdio_itm [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom_rasdio_itm [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custom_rasdio_itm label {
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}
.custom_rasdio_itms {
    display: flex;
    gap: 30px;
}
.sec12_guest hr {
    margin: 25px 0;
}
.sec12_timer_s {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 15px 15px 15px 30px;
    margin-bottom: 30px;
    align-items: center;
}
.sec12_timer_s p {
    margin: 0;
}
#timer {
    display: flex;
    gap: 10px;
}
.timer_dv {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.timer_sn{  
    background: #fff;
    padding: 5px;
    width: 44px;
    height: 30px;
    font-weight: 500;
}
.timer_nm{font-size: 13px;margin-top: 7px;line-height: 1;}
.sec12_form {
    padding: 40px;
    margin-left: 30px;
}
.price_itm {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin: 12px 0;
    font-weight: 500;
    color: #454A52;
}
.sec12_form hr{margin: 15px 0;}
.sec12_form hr {
    margin: 25px 0;
}
select.form-control {
    background-image: url('../img/Down_Arrow_selectbox.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

#accordionExample {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.accordion-item {
    border: 0;
    background: #F7F7F7;
}
.accordion-button, button.accordion-button, .accordion-button, button.accordion-button[aria-expanded="false"] {
    color: #303030;
    background-color: #E1E2E3;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 35px;
    box-shadow: unset !important;
    outline: 0 !important;
}
.accordion-button:not(.collapsed), button.accordion-button:not(.collapsed) {
    color: #303030;
    background-color: #F7F7F7;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 35px;
}
.accordion-body{
  padding: 0 30px 30px 30px;
}
.accordion-body-in {
    border-top: 1px solid #8F3D59;
    padding: 30px 0 0 0;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../img/down_red.svg');
}
.accordion-button::after {
    background-image: url('../img/down_red.svg');
    width: 20px;
    height: 11px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.advice_itm_con {
    padding: 30px;
}
.advice_itm_con .heading_type3 {
    -webkit-line-clamp: 2;
    line-height: 1.4;
    margin-bottom: 15px;
}
.advice_itm_con p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn_more {
    border-bottom: 1px solid #8F3D59;
    color: #8F3D59;
}
.btn_more:hover {
    border-bottom: 1px solid #a05170;
    color: #a05170;
}
.advice_meta {
    display: flex;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #CED4DA;
    padding-top: 20px;
    margin-top: 25px;
    line-height: 1;
}
.advice_meta_ic img {
    width: 18px;
    margin-top: -4px;
}
.sec15_itm {
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.sec15_itm_ic {
    background: #fff;
    display: inline-flex;
    flex: 0 0 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.sec15_itm_con p {
    margin: 0;
    font-weight: 500;
}
.padding_5{padding: 50px 0;}
.ads_s {
    margin-bottom: 50px;
}
.dash_sec_in {
    display: flex;
}
.sidebar_s {
    flex: 0 0 364px;
}
.sidebar_itms {
    background: #fff;
    width: calc(100% - 30px);
    padding: 40px;
}
.sidebar_itms ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar_itms ul li {
    margin-bottom: 35px;
    position: relative;
}
.sidebar_itms ul li:last-child {
    margin-bottom: 0;
}
.sidebar_itms ul li a {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #454A52;
}
.sidebar_ic {
    flex: 0 0 45px;
}
.sidebar_ic img {
    filter: grayscale(1);
}
.sidebar_itms ul li a:hover, .sidebar_itms ul li a.active{
    color: #8F3D59;
}
.sidebar_itms ul li a:hover .sidebar_ic img, .sidebar_itms ul li a.active .sidebar_ic img{
    filter: unset;
}
.sidebar_itms ul li a.active::before {
    content: "";
    height: 2px;
    width: 33px;
    position: absolute;
    right: -40px;
    top: 10px;
    transition: all .5s;
    background: #8F3D59;
}
.dashboard_meta_itm {
    background: #FFFFFF;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.dashboard_meta_ic {
    background: #8F3D59;
    width: 123px;
    height: 123px;
    margin: 0 auto 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.content_s {
    flex: 0 0 calc(100% - 364px);
}
.dashboard_meta_con span {
    font-size: 45px;
    font-weight: 500;
    color: #030A15;
    line-height: 1;
}
.my_event_itms {
    background: #fff;
    padding: 20px;
}
.my_event_row {
    display: flex;
    align-items: center;
}
.my_event_head {
    background: #F7F7F7;
    color: #030A15;
    font-weight: 500;
}
.my_event_itm {
    font-size: 16px;
    display: flex;
    width: 100%;
    align-items: center;
}
.my_event_body .my_event_itm_in {
    padding: 0px 10px 0 10px;
}
.my_event_itm_in{padding: 20px 10px;}
.my_event_itm .btn {
    padding: 11px 14px;
    font-size: 16px;
}
.my_event_star {
    display: flex;
    gap: 5px;
}
.my_event_itm label.custom_checkbox {
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
    width: 20px;
    height: 20px;
    font-size: 0;
}
.my_event_itm .custom_checkbox_itm {
    margin: 0;
    position: relative;
    padding: 0;
    float: right;
}
.my_event_itm:first-child, .my_event_body .my_event_itm:first-child {
    padding-left: 20px;
    /* flex: 0 0 calc(100% - 418px); */
}
.my_event_itm:first-child .my_event_itm_in:first-child, .my_event_body .my_event_itm_in:first-child .my_event_itm:first-child {
    flex: 0 0 185px;
    padding-left: 0px;
}
.my_event_itm:nth-child(2) .my_event_itm_in:first-child, .my_event_body .my_event_itm:nth-child(2) .my_event_itm_in:first-child {
    flex: 0 0 225px;
}
.my_event_itm:nth-child(2) .my_event_itm_in:nth-child(2), .my_event_body .my_event_itm:nth-child(2) .my_event_itm_in:nth-child(2) {
    flex: 0 0 137px;
}
.my_event_itm:last-child, .my_event_body .my_event_itm:last-child {
    flex: 0 0 0px;
    padding-right: 0px;
    justify-content: end;
}
.my_event_itm:first-child .my_event_itm_in:nth-child(2), .my_event_body .my_event_itm:first-child .my_event_itm_in:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.matches_list_user_nm {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.my_event_body .my_event_itm {
    padding: 0;
    margin-top: 20px;
}
.my_event_itm.my_event_itm_in {
    padding-top: 0px;
}
.premium_sec{background: #D8BFC8;}
.navbar-right .btn.dropdown-toggle {
    padding: 0;
    margin: 0;
    background: unset !important;
    border: 0 !important;
    outline: 0 !important;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.navbar-right .btn.dropdown-toggle:after {
    display: none;
}
.navbar-right .dropdown-item {
    display: flex;
    color: #454A52;
    font-size: 15px;
    padding: 10px 25px;
    line-height: 1;
    align-items: center;
}
.navbar-right .dropdown-item.active, .navbar-right .dropdown-item:hover {
    background: #F7F7F7;
    color: #8F3D59;
}
.navbar-right .sidebar_ic {
    flex: 0 0 32px;
}
.navbar-right .sidebar_ic img {
    max-width: 20px;
    max-height: 20px;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 200px;
}
.navbar-right .dropdown-item.active .sidebar_ic img, .navbar-right .dropdown-item:hover .sidebar_ic img{
    filter: unset;
}
.message_s {
    background: #fff;
    display: flex;
}
.message_sidebar {
    flex: 0 0 340px;
}
.message_search {
    padding: 27px 30px;
    border-bottom: 2px dashed #707070;
}
.messenger_itm a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 30px;
    border-bottom: 1px solid #C2C2C2;
}
.messenger_itm_img {
    flex: 0 0 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.messenger_itm_img img {
    width: 100%;
    height: 100%;
}
.messenger_itm_con p {
    color: #303030;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}
.messenger_itm_con span {
    color: #6C757D;
    font-size: 13px;
}
.messenger_itm:last-child a{border: 0}
.message_info {
    border-left: 1px solid #ABABAB;
    flex: 0 0 calc(100% - 340px);
    position: relative;
}
.message_info_header_user {
    display: flex;
    align-items: center;
    gap: 15px;
}
.message_info_header {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding: 25px 30px;
    border-bottom: 2px dashed #707070;
}
.message_search .form-control {
    min-height: 50px;
    padding: 12px 25px;
}
.message_body {
    padding: 30px;
}
.message_footer textarea {
    width: 100%;
    padding: 23.7px 70px 23.7px 30px;
    resize: none;
    box-shadow: unset !important;
    outline: 0;
    margin: 0 !important;
    border: 0 !important;
}
.btn_send {
    position: absolute;
    border: 0;
    background: transparent !important;
    top: 30px;
    right: 30px;
    padding: 0;
}
.message_itm{
    margin: 30px 0;
}
.message_itm .message_cn {
    background: #F7F7F7;
    padding: 10px 15px;
    border-radius: 10px;
    max-width: 70%;
    width: auto;
}
.message_itm:first-child{margin-top: 0;}
.message_itm:last-child{margin-bottom: 0;}
.message_cn p {
    margin: 0;
    word-break: break-word;
    line-height: 1.3;
}
.messenger_itm_back {
    display: none;
}
.chat_back{
    display: none;
  }
.btn-close{cursor: pointer;}
.message_time {
    font-size: 13px;
}
.message_itm.message_send {
    text-align: right;
    display: flex;
    flex-direction: column;
}
.message_itm.message_received {
    text-align: left;
    display: flex;
    flex-direction: column;
}
.message_itm.message_send .message_cn {
    margin-left: auto;
}
.message_itm.message_received .message_cn {
    margin-right: auto;
}
.message_send .message_time {
    text-align: right;
    padding-right: 15px;
    margin-top: 5px;
}
.message_received .message_time {
    padding-left: 15px;
    margin-top: 5px;
}
.message_footer {
    border-top: 2px dashed #707070;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.message_body {
    padding: 30px;
    height: calc(100vh - 340px);
    overflow: auto;
}
.messenger_itms {
    height: calc(100vh - 228px);
    overflow: auto;
}
.messenger_itm a.active{
    background: #F7F7F7;
}

/* width */
.message_body::-webkit-scrollbar, .messenger_itms::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

/* Track */
.message_body::-webkit-scrollbar-track, .messenger_itms::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.message_body::-webkit-scrollbar-thumb, .messenger_itms::-webkit-scrollbar-thumb {
  background: #8F3D59; 
}

/* Handle on hover */
.message_body::-webkit-scrollbar-thumb:hover, .messenger_itms::-webkit-scrollbar-thumb:hover {
  background: #F7F7F7; 
}

.updateprofile_s {
    background: #fff;
    padding: 40px;
}
.updateprofile_s .sec_form_in {
    max-width: 100%;
}
.matches_list_user_img {
    flex: 0 0 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}
.matches_list_user {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}
.matches_s {
    background: #fff;
    padding: 40px;
}
.matches_list_itm {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.matches_list_bnts {
    display: flex;
    gap: 15px;
}
.matches_list_bnts .btn {
    font-size: 14px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    min-width: 130px;
    justify-content: center;
    line-height: 1.2;
}
.matches_list_itm {
    margin-bottom: 20px;
}
.matches_list_itm:last-child {
    margin-bottom: 0px;
}
html[lang="en"] {margin-top: 0 !important;}
html[lang="en"] body {background: none;}
input[type="text"].form-control, input[type="email"].form-control, input[type="url"].form-control,
input[type="password"].form-control, input[type="search"].form-control, input[type="number"].form-control,
input[type="tel"].form-control, input[type="range"].form-control, input[type="date"].form-control,
input[type="month"].form-control, input[type="week"].form-control, input[type="time"].form-control,
input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="color"].form-control,
textarea.form-control {
    border-radius: 8px;
    padding: 15px 30px;
}
.search_bar_itm input[type="text"].form-control{
    border-radius: 0px;
}
html[lang="en"] {margin-top: 0 !important;}
html[lang="en"] body {background: none;}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus,
input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus,
textarea.form-control {
    border-color: #8F3D59 !important;
}
.banner_sec::before {
	background-image: url('https://itsadate.club/wp-content/themes/itsdate/img/abt-bnr-bg.png') !important;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    height: 100%;
    background-position: right -61px !important;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.navbar-right-itm .btn img{display: none;}
.cross_menu{display: none;}
.banner_sec::before {
    background-image: url('https://itsadate.club/wp-content/themes/itsdate/img/abt-bnr-bg.png');
    background-repeat: repeat;
    display: inline-block;
    content: "";
    height: 100%;
    background-position: left center;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sec2_itms_mobile{display: none;}
.event_itm_location span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.sec11_meta_ic {
    flex: 0 0 16px;
    margin-top: 3px;
}
.breadcrumb {
    margin: 0;
}
.side_bar_mobile, .cross_sidebar{display: none;}
.sec12_form .custom_checkbox_itm {
    width: 100%;
}
.match_radio{position: relative;}
.match_radio label {
    font-size: 14px;
    padding: 12px 11px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    min-width: 130px;
    justify-content: center;
    border: 1px solid #8F3D59;
    color: #8F3D59;
    border-radius: 6px;
    text-align: center;
    line-height: 1.2;
}
.match_radio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.match_radio input[type="radio"]:checked+label{
      background: #A05A70;
      color: #fff;
}
.message_info_header p {
    white-space: nowrap;
}

.rate {
    height: 40px;
    padding: 0 10px;
    line-height: 1;
}
.w-70{width: 70%;max-width: 200px;}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.modal-body.modal_rating {
    padding: 40px 0;
}
.rate:not(:checked) > label {
    float: right;
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 40px;
    color: #6c757d;
    line-height: 1;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc107;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #ffc107;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #ffc107;
}
.modal_rating_in {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
}
.modal_rating_in .form-group {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
}
.event_itms .row .row {
    justify-content: center;
}
.field-icon {
    position: absolute;
    right: 27px;
    top: 57px;
    cursor: pointer;
}
input[type="password"] {
    padding-right: 54px !important;
}

#freq-content{position:relative}

.custom-play {
    position: absolute;
    left: calc(50% - 34.5px);
    top: calc(50% - 34.5px);
    right: 0;
    bottom: 0;
    background: url(../img/play-button.svg) center center no-repeat;
    z-index: 11;
    width: 69px;
    height: 69px;
    cursor: pointer;
}
.play-video.custom-play {
    background: url(../img/pause_icon.svg) center center no-repeat;
    display: none;
}
.heading_sec{
    width: 100%;
}
.heading_sec p {
    width: 100%;
    margin: 0 auto;
}
.sec2_con .sec2_video:hover .custom-play {
    display: block;
}
.sec3_sld .owl-stage-outer .owl-stage {
    display: flex;
    height: 100%;
    align-items: unset !important;
}
.owl-carousel.owl-drag .owl-item .item{
    height: 100% !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center !important;
}
#freq-content video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
#freq-content video::-webkit-media-controls-play-button {
  display: none !important;
}
#freq-content video::-webkit-media-controls-play-button {
  display: none !important;
}
#freq-content video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}
#freq-content video::-webkit-media-controls-play-button-container {
  display: none !important;
}
#freq-content video::-webkit-media-controls-play-button {
  display: none !important;
}
.subacribe_bar p {
    margin: 0;
}
.navbar-right .btn.dropdown-toggle img{height: 100%;width: 100%;}
.my_event_itms {
    position: relative;
}
.my_event_itm.my_event_itm_in.text-end {
    position: inherit !important;
    bottom: 15px;
    right: 15px;
    width: auto !important;
}
.how-sec p{
    font-size: 20px;
}
.gay-itm {
    background: #8F3D59;
}
.det-evnt .sec11_form_in .heading_type3{
    -webkit-line-clamp: 3;
}
.sec3_sld .item .sec3_sld_itm {
    height: 840px !important;
}
.status {
    padding: 9px 5px;
    font-size: 16px;
    background-color: #dcbac5;
    border: 1px solid #8f3d59;
    border-radius: 0.335rem;
    color: #8f3d59;
    font-weight: 700;
    text-align: center;
    width: 70%;
}
.my_event_itm_in a .status span {
    display: none;
}

.mobile-view{
    display: none;
        opacity: 0.8;

}
.sec11_img_slider {
    position: relative;
}
.sec11_img_slider .event_meta{display: none;}

.grecaptcha-badge{
    z-index:11120;
}


#popup_match_delete {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

#popup_match_delete .popup-content {
    position: relative;
    width: 400px;
    max-width: 90%;
    margin: 10% auto;
    background: #fff;
    padding: 40px 30px 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

#popup_match_delete .popup-title {
    margin-bottom: 30px;
    color: #333;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}

#popup_match_delete button {
    margin: 0 10px 20px;
    min-width: 130px;
    cursor: pointer;
    border-radius: 0.375rem;
}