/* New Css Start */
.meeting_imng_box, .meeting_imng_box img {
    width: 100%;
}
.meeting_imng_box{
    height: 350px;
}
.meeting_imng_box img{
    height: 100%;
    object-fit: cover;
}
.page_content_inner_wrapper {
    background: #fff;
    padding: 25px 0px;
}
.mb_25{
    margin-bottom: 25px;
}
.breadcrumbs_main_wrapper {
    margin-bottom: 20px;
}
.fc .fc-button-primary {
    background: #48c1cc;
    border-color: #48c1cc;
    border-radius: 0px;
    line-height: 1;
    padding: 5px 20px;
    font-size: 20px;
    text-transform: capitalize;
    border-right: 2px solid #fff;
}
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    padding: 7px 20px 13px;
}
.fc-header-toolbar .fc-toolbar-chunk:last-child button {
    padding: 8px 20px 13px;
}
.reservation_form_main_wrapper .form_title {
    line-height: 0.5;
    margin-bottom: 60px !important;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #725353;
    border-color: #725353;
    color: var(--fc-button-text-color);
}
.fc .fc-button-primary:disabled {
    background-color: #725353;
    border-color: #725353;
    color: var(--fc-button-text-color);
}
thead .fc-scrollgrid-sync-inner a {
    color: #fff;
    text-decoration: none;
}
thead .fc-scrollgrid-sync-inner {
    background: #725353;
}
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #725353;
}
.fc .fc-daygrid-day-number {
    font-size: 20px;
    font-weight: 600;
    color: #123336;
}
/* .reservation_form_main_wrapper .container {
    max-width: 90%;
}
*/
.fc-daygrid-event {
    border: 0px;
    border-radius: 0px;
    background: #725353;
    color: #fff;
}
.fc-daygrid-event-dot{
    border: calc(var(--fc-daygrid-event-dot-width) / 2) solid #4ac1cb 
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: transparent;
}
.fc-h-event .fc-event-title {
    line-height: 1.2;
}
.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
    padding: 1px 5px;
}
/* Loader Css Start */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 999999999;
}
.loader-main {
    position: relative;
    width: 80px;
    height: 50px;
}
.loader-main div {
    position: absolute;
    top: 17px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #46c1cd;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader-main div:nth-child(1) {
    left: 8px;
    animation: circle1 0.6s infinite;
}
.loader-main div:nth-child(2) {
    left: 8px;
    animation: circle2 0.6s infinite;
}
.loader-main div:nth-child(3) {
    left: 32px;
    animation: circle2 0.6s infinite;
}
.loader-main div:nth-child(4) {
    left: 56px;
    animation: circle3 0.6s infinite;
}
@keyframes circle1 {
    0% {
        transform: scale(0);
   }
    100% {
        transform: scale(1);
       /* Zoom level, adjust as needed */
   }
}
@keyframes circle2 {
    0% {
        transform: translate(0, 0);
   }
    100% {
        transform: translate(24px, 0);
       /* Zoom level, adjust as needed */
   }
}
@keyframes circle2 {
    0% {
        transform: translate(0, 0);
   }
    100% {
        transform: translate(24px, 0);
       /* Zoom level, adjust as needed */
   }
}
@keyframes circle3 {
    0% {
        transform: scale(0);
   }
    100% {
        transform: scale(1);
       /* Zoom level, adjust as needed */
   }
}
/* Loader Css End */
#videoModal .modal-dialog {
    max-width: 50%;
}
#videoModal .modal-body {
    padding: 0px;
    position: relative;
}
#videoModal .modal-dialog .modal-content {
    background: transparent;
    border: 0;
    padding: 0px;
}
#videoPlayer {
    width: 100%;
    display: block;
}
#videoModal .btn-close {
    background-image: none;
    opacity: 1;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #46c1cd;
    border-radius: 50px;
    position: absolute;
    right: -18px;
    top: -18px;
    padding: 3px;
    box-shadow: 0px 0px 0px 4px #48c1cc80;
}
.pricing_box h3 {
    font-weight: 600;
}
.passes_date_title {
    color: #3a2a2a !important;
    font-weight: 600;
}
.passes_date {
    color: #48c1cc;
}
.pass_qun_box button {
    border-radius: 0px;
    background: #725353;
    border-color: #725353;
    color: #fff;
}
#button-minus {
    margin-right: 10px;
}
#button-plus {
    margin-left: 10px;
}
.brown_bg {
    background: #3a2a2b;
    color: #fff;
}
.lag_btn {
    padding: 7px 16px 12px !important;
    background: transparent !important;
    color: #000 !important;
}
.author_btn{
    padding: 10px 34px 10px 8px !important;
    border-radius: 0px;
    background: #3a2a2a;
    border: 0px;
}
.auth_icon svg {
    fill: #fff;
}
.preview_form_boxes {
    display: flex;
    align-items: center;
}
.preview_form_boxes label {
    width: 40%;
    margin: 0px;
    font-size: 24px !important;
}
.preview_form_boxes input {
    border: 0px;
    padding: 0px;
    color: #24676c;
    font-size: 24px;
    width: 50%;
    margin-left: 20px;
}
/* .preview_main_wrapper {
    width: fit-content;
    margin: 0 auto;
}
*/
.preview_form .form-check-label {
    color: #3a2a2a !important;
    font-weight: 600;
}
.preview_form .form-check input {
    margin-right: 10px;
}
.preview_form .form-check {
    display: flex;
    align-items: center;
    margin: 0px;
}
.preview_fm_btn{
    background-color: #46c1cd;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    margin-top: 45px !important;
}
.preview_fm_btn:hover{
    background-color: #725353 !important;
    color: #fff !important;
}
.hd_btn_wrapper a {
    margin-right: 6px;
}
.dropdown-menu[data-bs-popper] {
    left: unset;
    right: 0;
    background: #48c1cc;
    border-radius: 0px;
    border: 0px;
}
.dropdown-menu .dropdown-item {
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
}
.fc-daygrid-day-frame {
    cursor: pointer;
}
.fc-toolbar-title {
    color: #3a2a2a;
    font-weight: 600;
}
#agreeterms_modal .btn-close {
    opacity: 1;
    background-color: #46c1cd;
    border-radius: 0px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
#agreeterms_modal .modal-header, #agreeterms_modal .modal-body {
    padding: 0px;
    border: 0px;
}
#agreeterms_modal .form_title {
    width: 100%;
    margin: 0px !important;
    line-height: 1;
}
#agreeterms_modal .modal-content {
    border-radius: 0px;
    padding: 10px 30px 30px;
}
.agree_content_wrapper p:last-child {
    margin-bottom: 0px !important;
}
.agree_content_wrapper p {
    color: #3a2a2a !important;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.agree_content_wrapper {
    margin-top: 20px;
}
#agreeterms_modal .modal-dialog {
    width: 50% !important;
    max-width: unset;
}
.barcode_img {
    width: 50% !important;
    margin: 0 auto;
    cursor: pointer;
}
.barcode_boxes {
    background: #48c1cc45;
    padding: 20px;
}
.ticket_title {
    margin: 0px;
    margin-top: 10px;
    font-size: 26px;
    font-weight: 600;
    color: #173336;
}
.barcode_boxes_main_wapper .col-md-3 {
    margin-bottom: 30px;
}
.barcode_main_wrapper {
    padding-bottom: 0px !important;
}
.barcode_sub_title {
    font-weight: 600;
}
.user_dashboard_main_wrapper .form_title {
    line-height: 0.5;
}
.user_dashboard_main_wrapper .form_title {
    line-height: 0.5;
    margin-bottom: 40px !important;
}
.user_dashboard_main_wrapper .page_content_inner_wrapper {
    padding: 25px;
}
.user_dashboard_main_wrapper .title {
    margin-bottom: 24px !important;
    font-size: 30px;
    font-weight: 600;
}
.dashboard_order_table_wrapper .table-dark th {
    background: #725353;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
}
.dashboard_order_table_wrapper tbody tr td {
    font-weight: 600;
    padding: 20px;
    vertical-align: middle;

}
.dashboard_order_table_wrapper .badge {
    padding: 7px 10px 10px;
    border-radius: 0px;
    font-weight: 600;
}
.order_pagination_wrapper .page-item {
    font-weight: 600;
}
.order_pagination_wrapper .page-item:first-child span {
    border-radius: 0px;
}
.order_pagination_wrapper .page-item:last-child a {
    border-radius: 0px !important;
}
.user_manu_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    background: #48c1cc1c;
    padding: 20px;
}
.user_menu_link {
    text-decoration: none;
    font-weight: 600;
    color: #123336;
    text-transform: capitalize;
    font-size: 22px;
    display: flex;
    align-items: center;
    background: transparent;
    border: 0px;
}
.user_menu_item:last-child {
    margin-bottom: 0px;
}
.user_menu_item {
    margin-bottom: 15px;
}
.user_icons {
    display: flex;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    transform: translateY(2px);
}
.user_menu_item.active_list {
    background: #fff;
    padding: 10px 10px 12px 10px;
}
.dashboard_order_table_wrapper .table{
    zoom: 0.7;
}
.order_pagination_wrapper .page-item a {
    padding: 10px 10px 12px 10px;
    background: #725353;
    color: #fff;
    border-color: #fff;
    border: 0px !important;
    border-radius: 0px !important;
    margin: 0px 10px;
}
.order_pagination_wrapper .page-item:first-child span {
    border-radius: 0px;
    padding: 10px 10px 12px 10px;
    border: 0px;
    background: #ebf8f9;
    font-weight: 600;
    color: #123336;
    opacity: 0.5;
    margin-right: 10px;
}
.order_pagination_wrapper .page-item:first-child a, .order_pagination_wrapper .page-item:last-child a{
    padding: 10px 10px 12px 10px;
    background: #ebf8f9;
    font-weight: 600;
    color: #123336;
    opacity: 1;
}
.order_pagination_wrapper .page-item.active a {
    background: #ebf8f9;
    font-weight: 600;
    color: #123336;
    opacity: 1;
}
.order_pagination_wrapper .page-item.disabled span {
    border-radius: 0px;
    padding: 10px 10px 12px 10px;
    border: 0px;
    background: #ebf8f9;
    font-weight: 600;
    color: #123336;
}
.date_hidden {
    opacity: 0.3;
}
.content_main_heading{
    font-size: 60px;
    font-family: "myriadpro-regular" !important;
    line-height: 0.5;
}
.content_main_wrapper {
    padding-bottom: 30px;
}
.content_main_wrapper p {
    font-size: 22px;
    font-weight: 100;
    line-height: 1.3;
    color: #563f3e;
    margin-top: 20px !important;
}
.mb_main_title_box {
    margin-bottom: 0px !important;
}
.mb_main_title {
    line-height: 0.8 !important;
    margin-bottom: 15px !important;
}
.barcode_boxes{
    background-image: url('../../../img/ticket_bg.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-color: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.barcode_left_box {
    width: 60%;
}
.ticket_logo {
    width: 150px;
    margin: 0 auto;
    display: block;
}
.barcode_content {
    width: 30%;
}
.barcode_left_box p {
    font-size: 22px;
    border-top: 1px solid #000;
    margin-top: 12px !important;
    border-bottom: 1px solid #000;
    padding-top: 6px;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    text-align: center;
}
.order_view_btn a {
    background-color: #46c1cd;
    display: flex;
    align-items: center;
    color: #123336;
    text-decoration: none;
    font-size: 20px;
    text-transform: capitalize;
    justify-content: center;
    padding: 2px 16px 6px 10px;
}
.view_icon {
    width: 26px;
    margin-right: 10px;
}
.barcode_img {
    width: 80% !important;
    margin: 0 auto;
    cursor: pointer;
    height: 50px;
    object-fit: cover;
}
.barcode_inner_content h5{
    font-weight: bold;
}
.barcode_left_box p strong {
    padding-right: 20px;
}
.us_menu_link svg {
    width: 20px;
    height: 20px;
}
.us_menu_link .dropdown-item {
    padding: 2px 0px 7px 12px;
}
.barcode_content .ticket_title{
    text-align: left !important;
    font-size: 20px;
}
.agree_link label {
    text-transform: capitalize;
}
.preview_main_wrapper .pro_form_img_box img {
    width: 100%;
    height: 33em;
    object-fit: cover;
}
.preview_form_wraper {
    padding: 50px;
}
.barcode_main_wrapper {
    box-shadow: none;
}

/* Meeting Section Css Start */
.meting_desc {
    margin-top: 30px !important;
}
.meeting_mian_wrapper .events_titles_wrap {
    padding: 0px !important;
}
.meeting_mian_wrapper .row {
    align-items: center;
    padding: 50px 0px;
    justify-content: center;
}
.meeting_btn_box a {
    display: inline-block;
    background: #3a2a2b;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    padding: 15px 50px 15px 50px;
}
.meeting_item_box:hover {
    transform: translateY(-10px);
    box-shadow: 7px 8px 9px #0000004a;
}
.meeting_item_box {
    background: #e6dfd8;
    transition: .5s ease-in-out;
}
.meeting_title {
    margin: 0px;
    color: #3a2a2b;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    padding: 4px 10px 10px 10px;
}
.event_meeting_item_img_box {
    height: 500px;
    overflow: hidden;
}
.event_meeting_item_img_box img {
    height: 100%;
    object-fit: cover;
}
.event_meeting_title {
    color: #3a2a2a;
    font-size: 34px;
    font-weight: 600;
}
.me_inne_main_wrapper .col-md-6, .me_inne_main_wrapper .col-md-12 {
    margin-bottom: 50px;
}
/* Meeting Section Css End */
/* .footer_menu ul {
    column-count: 2;
} */
.pay_order_btn button img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.pay_order_btn button {
    border: 0px;
    padding: 10px;
}
/* Hero Banner Video Css Start */
#videoPlayaer{
    object-fit: cover;
    object-position: top;
    aspect-ratio: 167 / 71.5;
}
.meeting_item_box a {
    text-decoration: none;
}
.main_footer_wrapper .row{
    align-items: flex-end;
}
.footer_menu .list-unstyled {
    margin-bottom: 0px !important;
}

.beach_slider_wrapper .row {
    gap: 10px;
    justify-content: space-between;
}
.beach_slider_wrapper .row.m-0 .col-md-3 {
    padding: 0px;
    width: 24.5%;
}
#galleryRow > .col-md-3 {
    will-change: transform;
}
.beach_slider_wrapper{
    overflow: hidden;
}

.gallery-grid{
    position: relative;
}
.gallery-grid > .tile{
    position: absolute;                /* JS places tiles via transform */
    will-change: transform;
    transition: transform 600ms ease;  /* smooth glide */
    contain: layout paint size;        /* perf isolation */
    touch-action: manipulation;
}

.meeting_mian_wrapper .col-md-6{
    width: 40%;
}

/* Image sizing: use aspect-ratio for consistent tiles */
.gallery-grid .col-md-3 {
  position: relative;
  aspect-ratio: 4 / 3;  
  overflow: hidden;
}
.gallery-grid .col-md-3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;     
}
.image_item:hover img {
    filter: brightness(1);
    opacity: 1;
}
.image_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    transition: .5s ease-in-out;
}
.image_item {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, .3);
}
/* Desktop: 4 per row (wide) */
@media (min-width: 992px) {
  .gallery-grid .col-md-3 {
    aspect-ratio: 7 / 8;
  }
}
/* Tablet: 2 per row (rectangle) */
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-grid .col-md-3 {
    aspect-ratio: 3 / 2;
  }
}
/* Tablet: thoda zyada vertical room */
@media (max-width: 767px) {
  .gallery-grid .col-md-3 {
    aspect-ratio: 1 / 1;  /* square */
    width: 49% !important;
    flex: unset !important;
  }
}

@media(max-width:575px){
    .barcode_main_wrapper{
        padding: 0px !important;
   }
}
/* New Css End */