* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

@media screen and (max-width: 768px) {
	#wpadminbar {
  		display: none;
	}

}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    #wpadminbar {
    	display: none;
    }
	
    .boxed {
        max-width: calc(100vw - 40px) !important;
    }

    .boxed-layout {
        max-width: calc(100vw - 40px) !important;
    }

    main {
        margin-top: 60px !important;
    }
}

@font-face {
    font-family: 'Blacker Pro Text Book';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('../fonts/Blacker-Pro-Text-Book.woff2') format('woff2'),
    url('../fonts/Blacker-Pro-Text-Book.woff') format('woff'),
    url('../fonts/Blacker-Pro-Text-Book.ttf') format('truetype');
}
@font-face {
    font-family: 'Blacker Pro Text Book';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('../fonts/Blacker-Pro-Text-Bold.woff2') format('woff2'),
    url('../fonts/Blacker-Pro-Text-Bold.woff') format('woff'),
    url('../fonts/Blacker-Pro-Text-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Pangea';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('../fonts/Pangea-RegularWeb.woff2') format('woff2'),
    url('../fonts/Pangea-RegularWeb.woff') format('woff'),
    url('../fonts/Pangea-RegularWeb.ttf') format('truetype');
}
@font-face {
    font-family: 'Pangea';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('../fonts/Pangea-SemiBoldWeb.woff2') format('woff2'),
    url('../fonts/Pangea-SemiBold.woff') format('woff'),
    url('../fonts/Pangea-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Pangea';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('../fonts/Pangea-MediumWeb.woff2') format('woff2'),
    url('../fonts/Pangea-MediumWeb.woff') format('woff'),
    url('../fonts/Pangea-MediumWeb.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6, p, strong, span, a, li {
    font-family: Blacker Pro Text Book !important;
}

main {
    margin-top: 84px;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: white;
}

.boxed {
    max-width: 80%;
    margin: 0 auto !important;
}

.boxed-layout {
    max-width: 80%;
    margin: 0 auto !important;
}

.boxed-smaller {
    max-width: 70% !important;
    margin: 0 auto !important;
}

@media screen and (max-width: 768px) {
    .boxed {
        max-width: calc(100% - 40px) !important;
    }

    .boxed-layout {
        max-width: 90% !important;
    }

    .boxed-smaller {
        max-width: 90% !important;
    }

    main {
        margin-top: 65px;
    }
}


@media screen and (min-width: 1600px) {
    .boxed {
        max-width: 1440px !important;
    }

    .boxed-smaller {
        max-width: 1250px !important;
    }

    .boxed-layout {
        max-width: 1600px !important;
    }
}


/*@media screen and (min-width: 1200px) {*/
/*    .boxed {*/
/*        max-width: 1140px !important;*/
/*    }*/
/*}*/

header a:hover {
    background-color: transparent !important;
    color: white !important;
    border: none !important;
}

a:hover {
    transition: all .4s;
    background-color: #FA4752 !important;
    color: white !important;
    border: 1px solid #FA4752 !important;
}

.splide:hover .splide__arrow {
    opacity: 1 !important;
}

.splide:hover .splide__arrow:disabled {
    opacity: .1 !important;
}

.splide__arrow {
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    background-color: black !important;
    opacity: 0 !important;
    transition: all .4s;
}

.splide {
    transition: all .4s;
}

.splide__arrow:disabled {
    opacity: 0 !important;
}

.splide__arrow--prev {
    left: -6em !important;
}

.splide__arrow--next {
    right: -6em !important;
}

.splide__arrow > svg {
    fill: white !important;
}

#event-listing-view {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.heart-icon {
    font-size: 30px;
    color: white;
    transition: all .3s;
}

img {
    border-radius: 0px !important;
}

.otgs-development-site-front-end {
    display: none;
}

.cdp-copy-loader-overlay {
    display: none;
}

@media screen and (min-width: 1300px) and (max-width: 1680px) {
    .boxed {
        max-width: 80% !important;
    }

    .header-main-menu {
        padding: 0px 85px !important;
    }

    .boxed-layout {
        max-width: 95% !important;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .header-main-menu {
        padding: 0px 25px !important;
    }

    #search-input {
        max-width: 170px !important;
    }

    .footer {
        gap: 60px !important;
    }
}

@media  screen and (max-width: 768px) {
    .pagination img {
        display: none;
    }

    .pagination {
        gap: 5px !important;
    }

    .pagination a {
        font-size: 13px !important;
        padding: 5px !important;
    }
}

/* General Mobile Menu Styling */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 10000;
    padding: 40px !important;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.mobile-menu .wpml-ls-legacy-dropdown {
    position: absolute;
    right: 20px;
    top: 30px;
}

.mobile-mega-menu {
    padding: 40px !important;
}

/* Main Menu List */
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    top: 30px;
}

/* Individual Menu Item */
.mobile-menu-list li {
    padding: 0;
    /*border-bottom: 1px solid #ddd;*/
}

.mobile-menu-list a {
    font-size: 28px !important;
    color: black;
    font-weight: 900 !important;
    font-family: "Pangea" !important;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.3s ease;
}

.mobile-menu-list li.mobile-small-font a {
    font-size: 18px !important;
    font-weight: 300 !important;
}

.mobile-menu-list li.margin-top-40 {
    margin-top: 40px;
}

.mobile-menu-list a:hover {
    color: #FA4752;
}

/* Submenu Overlay */
.mobile-mega-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    /*padding: 20px;*/
    list-style: none;
    opacity: 0;
    visibility: hidden;
    /*transform: translateX(100%);*/
    transition: all .4s;
    display: none;
    flex-direction: column;
}

/* When active, show submenu */
.mobile-mega-menu.active {
    opacity: 1;
    z-index: 99999;
    width: 100%;
    height: 100%;
    visibility: visible !important;
    /*transform: translateX(0);*/
    left: -40px;
    top: -50px;
    display: flex !important;
}

/* Back Button */
.mobile-mega-menu .back-btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    margin-bottom: 15px;
    padding: 10px 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.mobile-mega-menu .back-btn:hover {
    color: #FA4752;
}

/* Hide submenus by default */
.mobile-mega-menu ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

/* Fade-in effect for submenus */
.mobile-mega-menu ul li {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.4s ease-in-out forwards;
}
/* Fade-in and slide-up animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 10000;
    padding: 20px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

/* Main Menu List */
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
}

/* Hide main menu when submenu is open */
.mobile-menu-list.hidden {
    /*opacity: 0;*/
    visibility: hidden;
}

/* Individual Menu Item */
.mobile-menu-list li {
    padding: 0px 0;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.4s ease-in-out forwards;
}

/* Staggered delay effect */
.mobile-menu-list li:nth-child(1) { animation-delay: 0.1s; }
.mobile-menu-list li:nth-child(2) { animation-delay: 0.2s; }
.mobile-menu-list li:nth-child(3) { animation-delay: 0.3s; }
.mobile-menu-list li:nth-child(4) { animation-delay: 0.4s; }
.mobile-menu-list li:nth-child(5) { animation-delay: 0.5s; }

/* Submenu Overlay */
.mobile-sub-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: flex;
    flex-direction: column;
}

/* When active, show submenu */
.mobile-sub-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Hide submenu when inactive */
.mobile-sub-menu ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

/* Animate submenu items one by one */
.mobile-sub-menu ul li {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.4s ease-in-out forwards;
}

.mobile-sub-menu ul li:nth-child(1) { animation-delay: 0.1s; }
.mobile-sub-menu ul li:nth-child(2) { animation-delay: 0.2s; }
.mobile-sub-menu ul li:nth-child(3) { animation-delay: 0.3s; }
.mobile-sub-menu ul li:nth-child(4) { animation-delay: 0.4s; }
.mobile-sub-menu ul li:nth-child(5) { animation-delay: 0.5s; }

/* Back Button */
.mobile-sub-menu .back-btn {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    margin-bottom: 15px;
    padding: 10px 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.mobile-sub-menu .back-btn:hover {
    color: #FA4752;
}

.mobile-menu .active-li {
   position: absolute;
   top: -10px;
   width: 100%;
}


.mobile-mega-menu .back-btn {
    font-size: 18px !important;
    font-weight: 300 !important;
    color: #FA4752 !important;
}

.capitalised > a {
    text-transform: uppercase !important;
}

.mobile-menu .wpml-ls-flag {
    display: none !important;
}

.mobile-menu .wpml-ls-display {
    font-size: 16px;
}

.mobile-menu .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.263' height='28.263' viewBox='0 0 16.263 28.263'%3E%3Cg fill='black'%3E%3Crect width='3' height='20' rx='1.5' transform='matrix(.70710678 -.70710678 .70710678 .70710678 0 2.121)'/%3E%3Crect width='3' height='20' rx='1.5' transform='matrix(-.70710678 -.70710678 .70710678 -.70710678 2.121 28.263)'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    border: none !important;
}


.mobile-menu .wpml-ls-sub-menu {
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    border-radius: 0px;
    left: initial;
    min-width: 150px;
}

.language-icon {
    height: 26px;
    width: 26px;
    position: absolute;
    top: 40px;
    right: 160px;
    z-index: 9999;
}

.search-icon {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 200px;
    z-index: 99999;
}

/* Full screen search popup */
.mobile-menu .search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show popup when active */
.mobile-menu .search-popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

/* Input field styling */
.mobile-menu .search-input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background-color: #EDEDED;
    border: 1px solid #EDEDED;
    border-radius: 0px;
    outline: none;
    margin-bottom: 15px;
}

/* Close button styling */
.mobile-menu .close-btn-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-menu form {
    width: calc(100% - 80px);
}

.mobile-menu .search-btn {
    height: 40px;
    width: 100%;
    border: none;
    border-radius: 0px;
    color: white;
    background-color: #FA4752;
    font-weight: bold;
    font-size: 18px;
}
