@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}
.event_landing_full_width {
    max-width: 1920px;
    margin: 0 auto;
}
.hero_section {
    background-image: url('../images/landing/hero_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.hero_section .hero_description {
    text-align: center;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero_section .hero_description img {
    width: 20%;
    margin: 0rem auto 3rem auto;
}

.hero_section .hero_description h1 {
    font-family: "Noto Sans", sans-serif;
    font-size: 4.875rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}

.hero_section .hero_description p {
    font-size: 2.375rem;
    color: #fff;
    font-weight: 400;
}

.listing_section {
    background: transparent linear-gradient(165deg, #052E4C 0%, #08383E 100%);
    /* padding-bottom: 4rem; */
}

.contact_us_img .contact_us_img_left p {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1rem;
}

.contact_us_img .contact_us_img_left p a {
    color: #ffa762;
}

.contact_us_img .contact_us_img_right {
    width: 90%;
    height: 100%;
    border-radius: 40px;
    position: relative;
    margin: 0 auto;
    margin-right: 0;
    margin-top: -5rem;
}

.contact_us_img .contact_us_img_right::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-image: url('../images/landing/contact_us_img_top.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -33px;
    left: -33px;
    opacity: .8;
    z-index: 9;
}

.contact_us_img .contact_us_img_right::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-image: url('../images/landing/contact_us_img_bottom.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    bottom: -15px;
    opacity: .8;
    border-radius: 40px;
}

.contact_us_img .contact_us_img_right img {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: relative;
}

.all_listing {
    margin-top: 5rem;
}

.all_listing .listing_heading {
    text-align: center;
    margin-bottom: 4rem;
    padding-top: 4rem;
}

.all_listing .listing_heading h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    /* letter-spacing: 2px; */
    font-family: "Noto Sans", sans-serif;
}

.all_listing .listing_heading h2 span {
    color: #49b3be;
}

.all_listing .listing_heading p {
    font-size: 1.5rem;
    color: #fff;
}

.all_listing .listing_tabs {
    margin-bottom: 3rem;
}

.all_listing .listing_tabs ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.all_listing .listing_tabs ul li a {
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
    border: 1px solid #3CD1AE;
    border-radius: 40px;
    padding: 10px 26px;
    transition: .4s ease-in-out;
    font-weight: 400;
    background: transparent;
}

.all_listing .listing_tabs ul li a:hover {
    background: transparent linear-gradient(125deg, #4CB8C4 0%, #3CD3AD 100%);
}

.all_listing .listing_tabs ul li .active{
    background: transparent linear-gradient(125deg, #4CB8C4 0%, #3CD3AD 100%);
}

.list_items .common_grid_twin {
    text-align: center;
    padding: 2rem;
    border-radius: 56px;
}

.list_items .common_grid_twin h3 {
    font-size: 4rem;
    font-family: "Pacifico", cursive;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.list_items .common_grid_twin p {
    font-family: "Noto Sans", sans-serif;
    font-size: 2.1rem;
    color: #fff;
    font-weight: 800;
    margin: 1.5rem 0 2rem 0;
}

.list_items .common_grid_twin ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 2rem;
}

.list_items .common_grid_twin ul li p{
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.list_items .common_grid_twin ul li img {
    width: 30px;
    height: 30px;
    margin-bottom: 1rem;
}

.list_items .common_grid_twin button {
    background: transparent linear-gradient(102deg, #00A9BC 0%, #246F5C 100%);
    font-size: 1.3rem;
    width: 50%;
    margin: 0 auto;
    border: none;
    outline: none;
    color: #fff;
    padding: 14px 0;
    border-radius: 30px;
    box-shadow: 0px 15px 20px #00000040;
}

.list_items .dark_pink button {
    background: transparent linear-gradient(282deg, #642B73 0%, #C6426E 100%) !important;
}

.dark_green {
    position: relative;
    z-index: 9;
}

.dark_green::after {
    content: '';
    background-image: url('../images/landing/dark_green.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}


.dark_pink {
    position: relative;
    z-index: 9;
}

.dark_pink::after {
    content: '';
    background-image: url('../images/landing/dark_pink.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.light_green {
    position: relative;
    z-index: 9;
}

.light_green::after {
    content: '';
    background-image: url('../images/landing/light_green.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.light_green button {
    background: transparent linear-gradient(103deg, #34C16C 0%, #289E56 100%) !important;
}

.purple button {
    background: transparent linear-gradient(102deg, #5F31B7 0%, #6B3F8E 100%) !important;
}

.purple {
    position: relative;
    z-index: 9;
}

.purple::after {
    content: '';
    background-image: url('../images/landing/purple.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.list_items .orange {
    background-image: url('../images/landing/orange.png');
}

.list_items .cyan {
    background-image: url('../images/landing/cyan.png');
}

.list_item_wide {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2rem;
    margin: 1.5rem 0;
}

.list_item_wide .list_item_wide_left h3 {
    font-size: 4rem;
    font-family: "Pacifico", cursive;
    color: #fff;
    font-weight: 300;
}

.list_item_wide .list_item_wide_left p {
    font-family: "Noto Sans", sans-serif;
    font-size: 2.1rem;
    color: #fff;
    font-weight: 800;
    margin: 1.5rem 0 2rem 0;
}

.list_item_wide .list_item_wide_left ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 2rem;
    background: transparent linear-gradient(106deg, #00a9bc1c 0%, #246F5C1c 100%);
    border-radius: 19px;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 1.5rem 2rem;
}

.list_item_wide .list_item_wide_left ul li p{
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.list_item_wide .list_item_wide_left ul li img {
    width: 30px;
    height: 30px;
    margin-bottom: 1rem;
}

.list_item_wide .list_item_wide_left button {
    background: transparent linear-gradient(103deg, #FB6B6B 0%, #FF8F4D 100%);
    font-size: 1.3rem;
    width: 50%;
    margin: 0 auto;
    border: none;
    outline: none;
    color: #fff;
    padding: 14px 0;
    border-radius: 30px;
    box-shadow: 0px 15px 20px #00000040;
}

.cyan .list_item_wide_left button {
    background: transparent linear-gradient(284deg, #0236AA 0%, #1CB5E0 100%) !important;
}

.list_item_wide .list_item_wide_left ul li {
    text-align: center;
}

.list_item_wide .list_item_wide_right {
    width: 100%;
    height: 100%;
}

.list_item_wide .list_item_wide_right img {
    width: 100%;
    height: 100%;
}

.list_event_cities .list_event_cities_common h3 {
    font-size: 4.5rem;
    font-weight: 900;
    /* font-family: "Noto Sans", sans-serif; */
    color: #fff;
}

.list_event_cities .list_event_cities_common p {
    font-size: 2.2rem;
    color: #fff;
}

.list_event_cities .list_event_cities_common {
    background-size: cover;
    background-repeat: no-repeat;
    height: 18rem;
    border-radius: 30px;
    padding: 1rem;
}

.list_event_cities .cities {
    background-image: url('../images/landing/cities.png');
}

.list_event_cities .attendees {
    background-image: url('../images/landing/attendies.png');
}

.list_event_cities .main_events {
    background-image: url('../images/landing/events.png');
}

.list_event_cities .events_border_only {
    border: 1px solid #48ADB7;
    border-radius: 40px;
    padding: 10px;
}

.attendees_saying_main {
    margin: 5rem 0;
}

.attendees_saying_main h4 {
    font-size: 2.375rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    /* font-family: "Noto Sans", sans-serif; */
}

.attendees_saying_main h4 span {
    color: #49b3be;
}

.attendees_saying_main .custom_row {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    margin: 0 auto !important;    
    padding-bottom: 1rem;
}

.attendees_saying_main .custom_row::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #002A34;
}

.attendees_saying_main .custom_row::-webkit-scrollbar
{
	height: 8px;
    border-radius: 10px;
	background-color: #002A34;
}

.attendees_saying_main .custom_row::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background: transparent linear-gradient(96deg, #4CB8C4 0%, #3CD3AD 100%) !important;
    height: 16px;
}

.attendees_saying_main .attendees_saying_common {
    background: #002A34;
    display: flex;
    /* align-items: center; */
    border-radius: 40px;
    padding: 1rem 1rem 0rem 1rem;
    margin-right: 1.5rem;
    height: 100%;
}

.attendees_saying_main .attendees_saying_common .attendees_saying_common_img {
    width: 30%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
}

.attendees_saying_main .attendees_saying_common .attendees_saying_common_img::before {
    content: '';
    height: 100%;
    width: 100%;
    background: #002A34;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: color;
}

.attendees_saying_main .attendees_saying_common .attendees_saying_common_img img {
    width: 100%;
}

.attendees_saying_main .attendees_saying_common .attendees_saying_common_description {
    width: 70%;
    padding: 0 2rem;
    position: relative;
}

.attendees_saying_main .attendees_saying_common .attendees_saying_common_description p {
    font-size: 1.5rem;
    color: #fff;
}

.attendees_saying_main .attendees_saying_common .attendees_saying_common_description h3 {
    font-family: "Pacifico", cursive;
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.attendees_saying_main .attendees_saying_common .attendees_saying_common_description h5 {
    font-size: 1.375rem;
    color: #47B3BE;
    z-index: 9;
    position: relative;
}

.attendees_saying_main .attendees_saying_common .attendees_saying_common_description .quote_right {
    width: 80px;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.attendees_container {
    width: 80%;
    margin: 0 auto;
}

.video_modal .modal-content {
    border: none;
    background: transparent;
}
.video_modal .modal-header {
    border: none;
    position: absolute;
    top: -30px;
    right: 10px;
    padding: 0 !important;
}

.video_modal .modal-header .btn-close {
    z-index: 9;
    filter: invert(1);
}
.video_modal .modal-body {
    padding: 0;
}

.video_modal.show .modal-dialog {
    width: 1000px !important;    
    align-content: center;
    height: 100%;
    max-width: unset !important; 
    overflow: hidden;   
}


.video_modal.show .modal-dialog .modal-content {
    width: 100%;
}
.video_modal {
    overflow: hidden;
}

.video_modal.show .modal-dialog video {
    width: 100%;
}

.event_video_section {
    margin-bottom: 10rem;
}

.event_video_section .video_section_description h5 {
    font-size: 2.375rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.event_video_section .video_section_description h5 span {
    color: #47B3BE;
}

.event_video_section .video_section_description p {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.event_video_section .video_section_description p span {
    color: #ffa762;
}

.event_video_section .video_section_main_video {
    width: 100%;
    position: relative;
}

.event_video_section .video_section_main_video img {
    width: 100%;
}

.video_play_btn {
    width: 100px !important;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 44%;
    padding: 1.5rem;
    border-radius: 50%;
    background: #0000005c;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.final_contact_section {
    background-color: #002A34;
    border-top: 1px solid #2C4548;
}


.final_contact_section .final_contact_section_left {
    width: 100%;
    margin-top: -8rem;
}

.final_contact_section .final_contact_section_left img {
    width: 100%;
}

.final_contact_section .final_contact_section_right p {
    font-size: 2.3rem;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    /* font-family: "Noto Sans", sans-serif; */
}

.final_contact_section .final_contact_section_right a {
    color: #fff;
    text-decoration: none;
    background: transparent linear-gradient(109deg, #4CB8C4 0%, #3CD3AD 100%);
    font-size: 2rem;
    padding: 1rem 3rem;
    border-radius: 40px;
}

.hero_section .hero_description h2 {
    font-size: 3.625rem;
    font-weight: 900;
    color: #fff;
}

.event_details_hero {
    background-image: url('../images/events-details/dallas_event_bg.png');
}

.event_details_hero .hero_description {
    justify-content: space-evenly;
    /* padding-bottom: 7rem; */
}

.hero_section .hero_description .logo_section img {
    width: 50%;
    margin: 0 auto 0 auto;
}

.hero_section .hero_description .address_zone {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-top: -3rem;
}

.hero_section .hero_description .address_zone ul {
    padding-left: 0;
    list-style: none;
    display: flex;
}

.hero_section .hero_description .event_details_place {
    width: 29%;
    margin: 0 auto 1rem auto !important;
}

.hero_section .hero_description .address_zone ul li {
    width: 33%;
    text-align: center;
}

.hero_section .hero_description .address_zone ul li p {
    font-size: 3rem;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 0;
}

.hero_section .hero_description .address_zone ul li span {
    width: 50px;
    height: 50px;
    display: inline-flex;
}

.hero_section .hero_description .address_zone ul li span img {
    width: 100%;
    height: 100%;
}

.register_btns .cart-controls {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #518286;
    padding: 10px 0;
    border-radius: 40px;
    width: 100%;
    justify-content: space-between;
}

.register_btns .cart-controls .delete_btn {
    color: #518286 !important;
    font-size: 2rem;
    font-weight: 600;
    background: transparent;
    border: none;
    width: 33%;
}

.register_btns .cart-controls .add_btn {
    color: #518286 !important;
    font-size: 2rem;
    font-weight: 600;
    background: transparent;
    border: none;
    width: 33%;
}
.register_btns .cart-count {
    min-width: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    width: 33%;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

.register_btns .register_only {
    width: 100%;
    height: 100%;
}

.register_btns .register_only a {
    color: #fff;
    background: transparent linear-gradient(107deg, #00A9BC 0%, #246F5C 100%);
    border-radius: 40px;
    font-size: 1.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95%;
}

.event_regester_section {
    background: #002A34;
    width: 90%;
    margin: 0 auto;
    margin-top: -5rem;
    z-index: 99;
    position: relative;
    padding: 2rem 2rem;
    border-radius: 40px;
}
/* 
.event_regester_section::before {
    content: '';
    background-image: url('../images/events-details/top_img_gradient.png');
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */

.event_regester_section .register_description p {
    font-size: 1.5rem;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.event_details_main {
    margin-top: 7rem;
}

.event_details_main .event_details_description h4 {
    font-size: 2.375rem;
    color: #fff;
    font-weight: 800;
}

.event_details_main .event_details_description h4 span {
    color: #47B3BE;    
}

.event_details_main .event_details_description p {
    font-size: 1.5rem;
    color: #fff;
}

.event_details_main .event_details_image {
    width: 100%
}

.event_details_main .event_details_image img {
    width: 100%;
}

.map_and_social {
    background-color: #002833;
    border: 1px solid #518286;
    border-radius: 40px;
    margin-top: 8rem;
}

.map_and_social .map_section {
    width: 100%;
}

.map_and_social .map_section img {
    width: 100%;
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.map_and_social .social_icons {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.map_and_social .social_icons h5 {
    font-size: 2.375rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.map_and_social .social_icons h5 span {
    color: #49B3BE;
}

.map_and_social .social_icons .common_social_icon {
    width: 100%;
    text-align: center;
}

.map_and_social .social_icons .common_social_icon img {
    max-width: 100%;
    margin-bottom: 1rem;
}

.map_and_social .social_icons .common_social_icon p {
    font-size: 1.3rem;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.event_details_footer {
    background-color: #002833;
    margin-top: 8rem;
}

.event_details_footer .event_details_footer_img {
    width: 100%;
}

.event_details_footer .event_details_footer_img img {
    max-width: 100%;
}

.event_details_footer .event_details_footer_description {
    padding: 2rem;
    align-content: center;
    height: 100%;
}

.event_details_footer .event_details_footer_description h5 {
    font-size: 2.375rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 2rem;
}

.event_details_footer .event_details_footer_description p {
    color: #fff;
    font-size: 1.5rem;
}

.event_details_footer .event_details_footer_description:nth-child(1) p {
    margin-bottom: 3rem;
}


.header_bg {
    background: transparent linear-gradient(117deg, #0F2027 0%, #203A43 49%, #2C5364 100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.landing_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}
.landing_header .landing_header_logo {
    width: 20%;
}
.landing_header .landing_header_logo img {
    width: 100%;
}
.landing_header ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.landing_header ul li a {
    display: flex;
    text-decoration: none;
    font-size: 22px;
    border-radius: 40px;
    color: #fff;
    padding: 4px 1.2rem;
    margin-left: 1rem;
}
.landing_header ul li .landing_register {
    border: 1px solid #fff;
}
.landing_header ul li .landing_contact {
    background: transparent linear-gradient(107deg, #4CB8C4 0%, #3CD3AD 100%);
}


/* Gallery Section */
/* .gallery_section .container {
	 box-sizing: border-box;
	 display: flex;
	 flex-flow: column wrap;
	 height: 80vh;
	 margin-bottom: 5vh;
	 text-align: center;
	 text-transform: uppercase;
	 width: 100%;
     margin: 0 auto;
}
.gallery_section .card {
	 align-items: center;
	 background: white;
	 background-size: cover;
	 background-position: center;
	 border: 5px solid white;
	 box-sizing: border-box;
	 color: white;
	 display: flex;
	 flex-grow: 0;
	 font-family: sans-serif;
	 font-size: 30px;
	 font-weight: bold;
	 height: 50%;
	 justify-content: center;
	 outline: 5px solid white;
	 text-shadow: 0 0 5px black;
}
.gallery_section .card:nth-child(6n - 5) {
	 height: 25%;
}
.gallery_section .card:nth-child(6n-4) {
	 height: 75%;
}
.gallery_section .card:nth-child(6n-3) {
	 height: 50%;
}
.gallery_section .card:nth-child(6n-2) {
	 height: 50%;
}
.gallery_section .card:nth-child(6n-1) {
	 height: 66.666%;
}
.gallery_section .card:nth-child(6n) {
	 height: 33.333%;
}
.gallery_section .background {
	 align-items: center;
	 display: flex;
	 flex-direction: column;
	 height: 100vh;
	 justify-content: center;
	 width: 100%;
} */

 
.container_gallery h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}
.show_more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    padding: 10px 1.5rem;
    border: 1px solid #518286;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
}


        /* MASONRY-STYLE GRID (WITH SAME SIZE IMAGES) */
        .gallery-container .masonry-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            grid-auto-rows: 250px; /* Fixed height (same as width) */
            gap: 15px;
        }
        /* RANDOMLY SPAN SOME ITEMS TO CREATE MASONRY EFFECT */
        .gallery-container .masonry-item {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        /* RANDOMLY MAKE SOME ITEMS TALLER (2x height) */
        .gallery-container .masonry-item:nth-child(3n) {
            grid-row: span 2; /* 2 rows (500px total) */
        }
        /* RANDOMLY MAKE SOME ITEMS WIDER (2x width) */
        .gallery-container .masonry-item:nth-child(5n) {
            grid-column: span 2; /* 2 columns (500px total) */
        }
        .gallery-container .masonry-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            cursor: zoom-in;
        }
        /* Modal Slider (Same as before) */
        #myModal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.9);
        }
        #myModal .modal-content {
            position: relative;
            margin: auto;
            width: 80%;
            max-width: 1000px;
            height: 80vh;
            top: 50%;
            transform: translateY(-50%);
        }
        #myModal .slide {
            display: none;
            width: 100%;
            height: 100%;
        }
        #myModal .slide.active { display: block; }
        #myModal .slide img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        #myModal .close {
            position: absolute;
            top: 20px;
            right: 30px;
            color: white;
            font-size: 40px;
            cursor: pointer;
        }
        #myModal .prev, #myModal .next {
            position: absolute;
            top: 50%;
            width: auto;
            padding: 16px;
            color: white;
            font-size: 24px;
            cursor: pointer;
            background: rgba(0,0,0,0.3);
            border: none;
        }
        #myModal .next { right: 0; }
        #myModal .prev { left: 0; }
        @media (max-width: 768px) {
            #myModal .masonry-gallery {
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
                grid-auto-rows: 150px;
            }
            #myModal .masonry-item:nth-child(3n) { grid-row: span 2; }
            #myModal .masonry-item:nth-child(5n) { grid-column: span 2; }
            #myModal .modal-content { width: 95%; height: 60vh; }
        }
/* .container_gallery .masonry_content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.container_gallery .masonry_content .marsonary_card {
    width: 32%;
    border-radius: 20px;
}

.container_gallery .masonry_content .marsonary_card img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.container_gallery .masonry_content .marsonary_card:nth-child(even) {
    height: 34vh;
}

.container_gallery .masonry_content .marsonary_card:nth-child(odd) {
    margin-top: -2rem;
} */

/* .container_gallery .masonry_content .marsonary_card:nth-child(1) {
    margin-top: 0;
}

.container_gallery .masonry_content .marsonary_card:nth-child(3) {
    margin-top: 0;
} */


       /* Modal Slider Styles */
        .gallery-modal .modal-dialog {
            max-width: 90vw;
            margin: 2rem auto;
        }
        
        .gallery-modal .modal-content {
            background: rgba(0, 0, 0, 0.9);
            border: none;
            border-radius: 0;
        }
        
        .gallery-modal .modal-body {
            padding: 0;
            position: relative;
        }
        
        .slider-container {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 60vh;
        }
        
        .slider-image {
            max-width: 100%;
            max-height: 80vh;
            object-fit: contain;
            border-radius: 8px;
        }
        
        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .slider-nav:hover {
            background: rgba(255, 255, 255, 1);
            transform: translateY(-50%) scale(1.1);
        }
        
        .slider-nav.prev {
            left: 20px;
        }
        
        .slider-nav.next {
            right: 20px;
        }
        
        .slider-nav svg {
            width: 20px;
            height: 20px;
            color: #333;
        }
        
        .gallery-close {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(255, 255, 255, 0.9);
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 20;
            transition: all 0.3s ease;
        }
        
        .gallery-close:hover {
            background: rgba(255, 255, 255, 1);
            transform: scale(1.1);
        }
        
        .gallery-close svg {
            width: 18px;
            height: 18px;
            color: #333;
        }
        
        .image-counter {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
        }
        
        /* Make masonry images clickable */
        .brick {
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .brick:hover {
            transform: scale(1.02);
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .gallery-modal .modal-dialog {
                margin: 1rem;
                max-width: 95vw;
            }
            
            .slider-nav {
                width: 40px;
                height: 40px;
            }
            
            .slider-nav.prev {
                left: 10px;
            }
            
            .slider-nav.next {
                right: 10px;
            }
            
            .gallery-close {
                top: 10px;
                right: 10px;
                width: 35px;
                height: 35px;
            }
            
            .slider-image {
                max-height: 70vh;
            }
        }


/* Gallery Page Styles */

.gallery_hero {
    background-image: url('../images/gallery/gallery_hero.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 36rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_hero .main_heading h1 {
    font-family: "Noto Sans", sans-serif;
    font-size: 3.875rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}

.main_gallery {
    background: transparent linear-gradient(151deg, #052E4C 0%, #08383E 100%);
    padding-top: 6rem;
    padding-bottom: 5rem;
}


.gallery_section .brick img, video {
    width: 100%;
}

.gallery_final_section {
    background-color: #002A34;
    color: #fff;
    padding: 5rem 0;
}

.gallery_final_section .gallery_final_image {
    width: 100%;
}

.gallery_final_section .gallery_final_image img {
    width: 100%;
}

.gallery_final_section .gallery_final_description {
    width: 80%;
}

.gallery_final_section .gallery_final_description h2 {
    font-size: 2.375rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
}

.gallery_final_section .gallery_final_description p {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 2rem;
}

.gallery_final_section .gallery_final_description a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent linear-gradient(109deg, #4CB8C4 0%, #3CD3AD 100%);
    color: #fff;
    font-size: 1.5rem;
    border-radius: 63px;
    text-decoration: none;
    padding: 12px 2.5rem;
    transition: background 0.3s ease;
}

.gallery_final_section .gallery_final_description a:hover {
    background: transparent linear-gradient(109deg, #3CD3AD 0%, #4CB8C4 100%);
}

.social_footer {
    background-color: #000;
}

.social_footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
    list-style: none;
}

.social_footer ul li {
    margin-right: 10px;
    display: flex;
}

.social_footer ul li a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
}

.social_footer ul li a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.social_footer ul li a:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    html {
        font-size: 75%;
    }

    .hero_section {
        height: 50vh;
        padding: 2rem 0;
    }

    .hero_section .hero_description h1 {
        font-size: 3.5rem;
    }

    .hero_section .hero_description img {
        width: 16%;
        margin: 0rem auto 1rem auto;
    }

    .all_listing .listing_tabs ul {
        display: none;
    }

    .hero_section .hero_description p {
        font-size: 2rem;
    }

    .listing_section {
        padding-top: 2rem;
    }

    .contact_us_img .contact_us_img_right::before,
    .contact_us_img .contact_us_img_right::after {
        display: none;
    }

    .contact_us_img .contact_us_img_right {
        margin-top: unset;
        width: 100%;
    }

    .all_listing {
        margin-top: 0rem;
    }

    .list_items .common_grid_twin {
        margin-bottom: 1.5rem;
    }

    .list_items .pe-0,
    .list_items .ps-0 {
        padding: unset !important;
    }
    .list_items .orange {
        border: 2px solid #c04e4b;
        border-radius: 34px;
        position: relative;
        background-position: center;
    }

    .list_items .cyan {
        border: 2px solid #19a3d8;
        border-radius: 34px;
        position: relative;
        background-position: center;
    }    

    .list_item_wide {
        background-repeat: no-repeat;
        background-size: 102% 101%;
        padding: 2rem;
        margin: 1.5rem 0;
        text-align: center;
        margin-top: 0;
    }

    .list_item_wide .list_item_wide_left h3 {
        font-size: 3rem;
    }

    .list_item_wide .list_item_wide_left p {
        font-size: 1.8rem;
    }

    .list_item_wide .list_item_wide_left button {
        margin-bottom: 2rem;
    }

    .list_event_cities .events_border_only {
        margin-bottom: 1.5rem;
    }

    .list_event_cities .ps-0,
    .list_event_cities .pe-0 {
        padding: unset !important;
    }

    .attendees_saying_main .attendees_saying_common {
        flex-wrap: wrap;
        width: 100%;
        padding: 13px 0;
    }

    .attendees_saying_main .attendees_saying_common .attendees_saying_common_img {
        width: 100%;
        margin-bottom: 1rem;
    }

    .attendees_saying_main .attendees_saying_common .attendees_saying_common_description {
        width: 100%;
    }

    .attendees_saying_main .col-lg-6 {
        width: 100% !important;
        flex: none;
        margin-right: 1.5rem;
    }

    .attendees_saying_main .attendees_saying_common .attendees_saying_common_img img {
        width: 70%;
    }

    .video_modal.show .modal-dialog {
        max-width: 98% !important;
    }

    .event_video_section .pe-0 {
        padding: unset !important;
    }

    .final_contact_section .final_contact_section_right p {
        font-size: 2rem;
        text-align: center;
    }

    .final_contact_section {
        padding-bottom: 3rem;
    }

    .final_contact_section_right {
        text-align: center;
    }

    .final_contact_section .final_contact_section_left {
        margin-bottom: 1rem;
    }

    .attendees_container {
        width: 100%;
        padding: 0 10px;
    }

    .contact_us_img_left {
        text-align: center;
        margin-bottom: 2rem;
    }

    .hero_section .hero_description h2 {
        font-size: 3rem;
        margin-bottom: 4rem;
    }

    .hero_section .hero_description .address_zone ul li p {
        font-size: 1.5rem;
    }

    .hero_section .hero_description .address_zone ul li span {
        height: 25px;
        width: 25px;
    }

    .event_regester_section {
        width: 100%;
        margin-top: 0;
    }

    .event_regester_section .register_description p {
        text-align: center;
    }

    .event_regester_section .register_description {
        margin-bottom: 2rem;
    }

    .register_btns .cart-controls {
        margin-bottom: 2rem;
    }

    .register_btns .register_only a {
        padding: 12px 0;
        height: 100%;
    }

    .event_details_main .col-lg-6 {
        padding: 0;
    }

    .map_and_social {
        margin-top: 2rem;
    }

    .map_and_social .map_section img {
        border-top-right-radius: 40px;
        border-bottom-left-radius: 0 !important;
    }

    .map_and_social .social_icons .col-md-4 {
        width: 50% !important;
    }

    .map_and_social .social_icons h5 {
        font-size: 2rem;
        margin-top: 1rem;
        text-align: center;
    } 
    
    .event_details_footer .col-md-4 {
        width: 100% !important;
    }

    .event_details_footer .pe-0,
    .event_details_footer .ps-0 {
        padding: unset !important;
    }

    .event_details_footer .event_details_footer_description {
        padding: 0;
        margin-top: 1rem;
        padding-bottom: 2rem !important;
        text-align: center;
    }
    
    .event_details_footer {
        padding-bottom: 1rem;
        margin-top: 2rem;
    }

    .event_details_footer .event_details_footer_description:nth-child(1) p {
        margin-bottom: 2rem;
    }

    .order_details {
        padding: 2rem 0;
        height: auto !important;
    }

    .order_details_main {
        padding: 1rem !important;
    }

    .order_details .order_details_checkout .alta_bg_logo {
        display: none;
    }

    .order_details h3 {
        font-size: 2rem !important;
        text-align: center;
    } 
    
    .order_details_main .col-lg-6 {
        margin-bottom: 3rem;
        padding: 0 !important;
    }

    .order_details_main .mb-3 {
        margin: 0 !important;
    }

    input[type=email] {
        margin-bottom: 3rem;
    }

    .order_details .order_details_checkout {
        margin-top: 2rem;
    }

    label {
        top: 11px !important;
    }

    .iti-mobile .iti--container {
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 44px;
        position: fixed;
        width: 90%;
        height: 53%;
    }  
    .gallery_final_section .gallery_final_description {
        width: 100%;
    }  
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    html {
        font-size: 75%;
    }

    .hero_section .hero_description img {
        width: 10%;
    }

    .hero_section .hero_description h1 {
        font-size: 3.875rem;
    }

    .hero_section .hero_description p {
        font-size: 1.7rem;
    }

    .event_details_main .event_details_image {
        text-align: center;
    }

    .event_details_main .event_details_image img {
        width: 75%;
    }

    label {
        top: 11px !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
    html {
        font-size: 75%;
    }

    .hero_section .hero_description img {
        width: 10%;
    }

    .hero_section .hero_description h1 {
        font-size: 3.875rem;
    }

    .hero_section .hero_description p {
        font-size: 1.7rem;
    }

    .event_details_main .event_details_image {
        text-align: center;
    }

    .event_details_main .event_details_image img {
        width: 75%;
    }

    label {
        top: 11px !important;
    }
}