/*
Theme Name: Mela Creative Studios
Author: Vlion Technologies
Author URI: https://vlion.in/
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: initial;
}

p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #212150;
    text-align: -webkit-auto;
}

.bg-pink {
    background-color: #ed1a77;
}

.bg-pink:hover {
    background-color: #f7921f;
}

.bg-yellow {
    background-color: #f7921f;
}

.bg-navy {
    background-color: #212150;
}

.bg-beige {
    background-color: #fdf6ed;
}

.bg-purple {
    background-color: #673084;
}

.bg-purple:hover {
    background-color: #f7921f;
}

.bg-blue {
    background-color: #03cbfe;
}

.bg-blue:hover {
    background-color: #f7921f;
}

.bg-charcoal {
    background-color: #292929;
}

.bg-charcoal:hover {
    background-color: #f7921f;
}

.text-pink {
    color: #ed1a77;
}

.text-yellow {
    color: #f7921f;
}

.text-navy {
    color: #212150;
}

.text-beige {
    color: #fdf6ed;
}

.text-purple {
    color: #673084;
}

.text-blue {
    color: #03cbfe;
}

.text-charcoal {
    color: #292929;
}

.barcode {
    gap: 4px;
}

.barcode span {
    width: 6px;
    height: 40px;
    background: #FDF6ED;
    display: block;
}

.barcode span:nth-child(2) {
    height: 30px
}

.barcode span:nth-child(3) {
    height: 50px
}

.barcode span:nth-child(4) {
    height: 35px
}

.barcode span:nth-child(5) {
    height: 45px
}

.barcode span:nth-child(6) {
    height: 28px
}

#changing-word {
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
    font-family: "Oswald", sans-serif;
    white-space: nowrap;
    transition: opacity 0.5s ease, transform 0.5s ease, color 0.5s ease;
}

.sustainability {
    color: #03CBFE;
}

.humanity {
    color: #ED1A77;
}

.possibility {
    color: #F7921F;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.1);
    transition: all .8s ease;
    z-index: 1;
}

.hero.video-show .bg-video {
    opacity: 1;
    transform: scale(1);
}

.secondSection {
    width: 100%;
    min-height: 100vh;
    padding: 120px 8%;
    box-sizing: border-box;
    background: #f5f5f5;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1.8;
    text-align: center;
}

/************************* CREATING CHANGE SECTION CSS *************************/
.section.tickets {
    height: 15vh;
    min-height: 100px;
}

.section.story {
    height: 60vh;
    min-height: 200px;
}

.creating-change {
    padding: 70px 0;
}

.creating-change h1 {
    font-size: 146px;
    line-height: 146px;
    font-weight: 500;
}

.creating-change h1 span {
    font-size: 136px;
    line-height: 136px;
    font-weight: 200;
    display: block;
}

.creating-change .part-2 {
    margin-top: 100px;
}

.creating-change .container.part-2 a {
    font-weight: bold;
}

.creating-change .container.part-2 a:hover {
    color: #F7921F;
}

.creating-change .container.part-2 img {
    padding-right: 170px;
}

/************************* CTA SECTION CSS *************************/
.cta-section {
    padding: 70px 0;
}

.cta-section .cta-img {
    width: 75%;
}

.cta-section p span a {
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .1px;
}

.cta-section .container.part-1 h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 60px;
    color: #FDF6ED;
}

.cta-section .container.part-2 {
    margin-top: 100px;
}

.cta-section .container.part-2 h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 40px;
}

.cta-section .container.part-2 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.Purpose {
    padding-right: 60px;
}

.People {
    padding-right: 50px;
    padding-left: 50px;
}

.Play {
    padding-right: 40px;
    padding-left: 50px;
}

/************************* PHILOSOPHY SECTION CSS *************************/
.philosophy-iext-link a {
    font-weight: 600;
    text-decoration: none;
}

.philosophy p {
    width: 85%;
    letter-spacing: 1px;
}

.right-barcode {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.scroll-slide .left {
    flex: 1;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.left p {
    font-size: 1.2rem;
}

.scroll-slide .right {
    flex: 1;
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.right-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.7s cubic-bezier(.77, 0, .18, 1);
}

.right-slide.active {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
}

.right-slide.prev {
    opacity: 0;
    transform: translateY(-100%);
    z-index: 1;
}

.right-slide p {
    font-size: 15px;
    line-height: 1.85;
    color: #c8d4e3;
}

/************************* WHAT WE DO SECTION CSS *************************/
.what-we-do {
    padding: 70px 0;
}

.what-we-do h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 25px;
}

.what-we-do h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 20px;
}

.what-we-do p {
    margin-bottom: 25px;
}

.what-we-do ul {
    padding-left: 20px;
}

.what-we-do .do-list {
    margin-bottom: 80px;
}

.what-we-do .btn-outline-dark {
    color: #fff;
    background-color: #673084;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
}

.what-we-do .btn-outline-dark:hover {
    background-color: #f7921f;
}

/************************* CREATIVE SECTION CSS *************************/
.creative-section h2 {
    font-size: 68px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 20px;
}

/************************* OUR WORK SECTION CSS ************************/
.our-work {
    padding: 70px 0;
}

.our-work h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 70px;
}

.our-work .work-bg {
    padding: 20px 30px !important;
}

.our-work h3 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: start;
}

.our-work .work-sdg {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.our-work .work-img {
    height: -webkit-fill-available;
}

.our-work .work-bottom .desktop {
    display: block;
    font-size: 25px;
    line-height: 35px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    color: #FDF6ED;
    text-decoration: none;
    text-align: start;
}

.our-work .work-bottom .mobile {
    display: none;
}

.ticket-wrapper {
    width: 100%;
    position: relative;
    box-shadow: 0px 11px 2px -1px rgba(0, 0, 0, 0.35);
    margin-bottom: 80px;
}

.ticket-image {
    width: 46%;
    position: relative;
}

.ticket-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.ticket-content {
    width: 54%;
    padding: 25px 50px 25px 30px;
    position: relative;
    background: #FDF6ED;
     display: flex;
            flex-direction: column;
            height: 100%;
}

.ticket-content h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
    color: #2b2b2b;
}

.ticket-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: start;
}

.sdg {
    font-size: 14px;
    line-height: 24px;
  
    text-align: start;
     margin-top: auto;
            padding-bottom: 50px;
}

.barcode-work {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 30px;
}

.cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 40px 18px 30px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    border-radius: unset;
}

.cta.pink {
    background: #e61e6e;
}

.cta.cyan {
    background: #11b5d9;
}

.ticket {
    display: flex;
    overflow: hidden;
    position: relative;
    height: 50vh;
    -webkit-mask: linear-gradient(#000 0 0), radial-gradient(circle 15px at left 22px, transparent 98%, black 100%), radial-gradient(circle 15px at right 22px, transparent 98%, black 100%), radial-gradient(circle 15px at center top, transparent 98%, black 100%), radial-gradient(circle 15px at center bottom, transparent 98%, black 100%);
    -webkit-mask-repeat: repeat-y, repeat-y, repeat-y, no-repeat, no-repeat;
    -webkit-mask-size: 100% 60px, 100% 60px, 100% 60px, 100% 100%, 100% 100%;
    mask: linear-gradient(#d50000 0 0), radial-gradient(circle 15px at left 22px, transparent 98%, black 100%), radial-gradient(circle 15px at right 22px, transparent 98%, black 100%), radial-gradient(circle 15px at center top, transparent 98%, black 100%), radial-gradient(circle 15px at center bottom, transparent 98%, black 100%);
    mask-composite: exclude;
    mask-size: 100% 60px, 100% 62px, 100% 62px, 92% 100%, 92% 100%;
}

.connector {
    width: 60px;
    height: 30px;
    background: #3d266a;
    border-radius: 0 0 60px 60px;
    margin: 0 auto;
}

/************************* OUR STORY SECTION CSS *************************/
.our-story {
    padding: 70px 0;
}

.our-story h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 30px;
}

.our-story .desktop {
    display: none;
}

/************************* OUR TEAM SECTION CSS *************************/
.our-team h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 20px;
}

.our-team .team-img {
    width: 80%;
}

.team-section,
.team-section p,
.team-section img {
    text-align: center;
    justify-items: center;
}

.team-section h5 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center !important;
}

.team-section p {
    font-weight: 400;
    font-size: 16px;
}

/************************* OUR CLIENTS SECTION CSS *************************/
.our-clients {
    padding: 70px 0;
}

#our-clients h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 60px;
}

.carousel img {
    max-height: 70px;
    margin-right: 1rem;
    overflow: hidden;
}

.carousel {
    padding: 0;
}

.carousel-inner {
    padding: 1em;
}

#our-clients .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 10px 40px 10px 40px;
}

#our-clients .btn h6 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0;
}

#our-clients h6 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: initial;
}

#our-clients .client-name p {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: start;
    font-weight: 600;
}

.client-card-header {
    padding: 25px 40px 0 40px;
}

.client-card-body {
    padding: 25px 40px 25px 40px;
}

#our-clients p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.carousel-control-prev {
    left: -35px;
}

.carousel-control-next {
    right: -35px;
}

.carousel .card {
    margin: 0 1em;
    border: 0;
    background-color: #FDF6ED;
    border-right: 3px solid #212150;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    min-height: 345px;
}

/************************* BE A CHANGE MAKER SECTION CSS *************************/
.maker-section {
    background-image: url(https://rkh.6da.myftpupload.com/wp-content/uploads/2026/04/team-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.change-maker .desktop {
    display: none;
}

.maker-section h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 30px;
	padding-left: 10px;
}

.maker-left {
    padding: 70px 0;
}

.maker-left a:hover {
    color: #f7921f;
}

.change-maker p {
    width: 95%;
	padding-left: 10px;
}

/************************* NAVIGATION BAR (HEADER) SECTION CSS *************************/
.navbar {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 15px 0;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.navbar-brand img {
    width: 16%;
}

.bg-navy {
    background: #212150;
}

.navbar {
    padding: 15px 0;
}

.navbar-nav {
    gap: 60px;
}

.nav-link {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 34px;
}

a.nav-link {
    display: flex;
    gap: 20px;
}

a.nav-link .desktop {
    display: none;
}

.image-toggler {
    border: none;
    background: transparent;
}

.ticket-dropdown {
    position: relative;
}

.ticket-menu {
    width: 240px;
    height: 298px;
    position: absolute;
    top: 65px;
    left: 0.4rem;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.ticket-dropdown:hover .ticket-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-bg {
    position: absolute;
    inset: 0;
}

.dropdown-bg svg {
    width: 100%;
    height: 100%;
}

.dropdown-content {
    position: relative;
    z-index: 2;
    padding: 50px 20px 70px;
    text-align: center;
}

.dropdown-content a {
    display: block;
    margin-bottom: 12px;
    color: #292929;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
}

.dropdown-content a:hover {
    color: #F7921F;
}

.barcode {
    height: 26px;
    margin-top: 18px;
    background: repeating-linear-gradient(to right, #e91e63 5px, transparent 5px 10px);
}

.navbar:hover .ticket-menu {
    opacity: 0;
    visibility: hidden;
}

.ticket-dropdown:hover .ticket-menu {
    opacity: 1 !important;
    visibility: visible !important;
}

.mobile-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.mobile-arrow {
    display: none;
    font-size: 20px;
    color: #fff;
}

.mobile-only-menu {
    display: none;
}

.mega-dropdown-overlay {
    display: none !important;
}

.arrow-btn {
    cursor: pointer;
    transition: transform 0.3s ease;
    display: block;
}

div#creating-change {
    scroll-margin-top: 50px;
}

section#our-philosophy {
    scroll-margin-top: 88px;
}

section#our-team {
    scroll-margin-top: 100px;
}

div#our-clients {
    scroll-margin-top: 100px;
}

section#our-work {
    scroll-margin-top: 100px;
}

div#what-we-do {
    scroll-margin-top: 100px;
}

/************************* FOOTER SECTION CSS *************************/
.footer-section {
    padding: 80px 0 10px 0;
    background-color: #212150;
}

.footer-bottom img {
    width: 20%;
}

.footer-section h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 40px;
}

.footer-section h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.footer-section a {
    text-decoration: none;
}

.footer-section a:hover {
    color: #f7921f !important;
}

.footer-bottom {
    padding: 20px 0 20px 0;
    margin-top: 30px;
    border-top: 1px solid #FDF6ED;
}

.footer-bottom p {
    color: #E4E7EC;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-top: 10px;
    padding: 0 15px;
    text-align: end;
}

.footer-bottom p a {
    color: #FDF6ED;
}

.footer-link {
    justify-items: end;
}

/************************* Responsive CSS *************************/
@media only screen and (min-width: 992px) {
    .navbar-nav .ticket-dropdown {
        position: relative;
    }

    .navbar-nav .ticket-dropdown .ticket-menu {
        position: absolute;
        top: calc(100% + 20px);
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }

    .navbar-nav .ticket-dropdown::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 30px;
        background: transparent;
        display: none;
    }

    .navbar-nav .ticket-dropdown:hover .ticket-menu,
    .navbar-nav .ticket-dropdown:hover::after {
        display: block;
    }

    .mega-dropdown-overlay {
        display: none !important;
        position: fixed;
        top: 77px;
        left: 0;
        right: 0;
        z-index: 9998;
    }

    .mega-dropdown-overlay.open {
        display: block !important;
    }

    .mega-panel {
        position: relative;
        width: 100%;
        height: calc(100vw * 525 / 1920);
        min-height: 260px;
        max-height: 286px;
        overflow: hidden;
    }

    .mega-panel-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 101%;
        z-index: 0;
        pointer-events: none;
        line-height: 0;
        font-size: 0;
    }

    .mega-panel-bg svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mega-panel::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
    }

    .mega-panel-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 5.5%;
        z-index: 1;
        display: flex;
        align-items: stretch;
        background-color: #fdf6ed;
        background-size: contain;
        box-shadow: 0px 8px 8px -1px rgba(0, 0, 0, 0.35);
    }

    .mega-panel-content>.container {
        margin: 0 auto;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 34px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        justify-content: center;
    }

    .mega-logo-col {
        flex: 0 0 160px;
        padding-top: 6px;
        margin-right: 20px;
    }

    .mega-logo-col img {
        height: auto;
        display: block;
    }

    .mega-nav-cols {
        flex: 1;
        display: flex;
        justify-content: space-around;
        max-width: 1170px;
    }

    .mega-nav-col {
        flex: 0 0 auto;
        padding: 0 10px;
        min-width: 150px;
    }

    .mega-col-heading {
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: block;
    }

    .mega-col-heading.blue {
        color: #03CBFE;
    }

    .mega-col-heading.pink {
        color: #ED1A77;
    }

    .mega-col-heading.orange {
        color: #F7921F;
    }

    .mega-col-heading.navy {
        color: #212150;
    }

    .mega-nav-col a.mega-nav-link {
        display: block !important;
        font-family: 'Oswald', sans-serif;
        font-size: 24px;
        line-height: 34px;
        font-weight: 300;
        letter-spacing: 0.05em !important;
        color: #292929 !important;
        text-decoration: none !important;
        padding: 4px 0 !important;
        transition: opacity 0.2s !important;
    }

    .mega-nav-col a.mega-nav-link:hover {
        color: #F7921F !important;
    }

    .mega-nav-social {
        display: flex;
        gap: 10px;
        margin-top: 20px;
        align-items: center;
    }

    .mega-nav-social a {
        color: #6b7280 !important;
        display: flex !important;
        align-items: center !important;
        text-decoration: none !important;
        transition: opacity 0.2s !important;
        padding-right: 10px;
    }

    .mega-nav-social a:hover {
        color: #F7921F !important;
    }

    .mega-close-col {
        flex: 0 0 auto;
        margin-left: auto;
        padding-top: 6px;
        padding-right: 6px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        cursor: pointer;
    }

    .mega-close-arrows {
        display: flex;
        gap: 4px;
        align-items: center;
    }

    .mega-close-arrows svg {
        width: 13px;
        height: 13px;
        fill: #212150;
        transition: opacity 0.2s;
    }

    .mega-close-col:hover .mega-close-arrows svg {
        opacity: 0.6;
    }
}

@media only screen and (max-width: 991px) {
    .mega-nav-social a {
        color: #6b7280 !important;
        display: flex !important;
        align-items: center !important;
        text-decoration: none !important;
        transition: opacity 0.2s !important;
        padding-right: 10px;
            }
        .mega-nav-social {
        display: flex;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 10px;;
        align-items: center;
    }
        .mega-nav-social a:hover {
        color: #F7921F !important;
    }
    .navbar-brand {
        display: contents;
    }

    a.nav-link {
        display: flex;
        gap: 20px;
    }

    .dropdown-content .barcode {
        display: none;
    }

    a.nav-link .mobile {
        display: block;
    }

    .mobile-toggle {
        margin-top: 20px;
    }

    #mainNav.collapse:not(.show) {
        display: block !important;
        max-height: 0 !important;
        overflow: hidden !important;
    }

    #mainNav.collapsing {
        display: block !important;
        height: auto !important;
        overflow: hidden !important;
        transition: none !important;
    }

    #mainNav {
        max-height: 0;
        transition: max-height 0.4s ease;
    }

    #mainNav.show {
        max-height: 100%;
        transition: max-height 0.4s ease;

    }

    .navbar-nav {
        gap: 5px;
    }

    .mobile-arrow {
        display: block;
    }

    .ticket-menu {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        transition: max-height .35s ease, opacity .35s ease, visibility .35s ease;
    }

    .ticket-dropdown.active .ticket-menu {
        opacity: 1;
        visibility: visible;
        max-height: 500px;
    }

    .navbar-nav .ticket-dropdown {
        opacity: 0;
        transform: translateY(-8px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .navbar-nav .ticket-dropdown.active {
        opacity: 1;
        transform: translateY(0);
    }

    .dropdown-content a {
        color: #FDF6ED;
        font-size: 18px;
    }

    .dropdown-bg {
        display: none;
    }

    .dropdown-content {
        padding: 0;
        text-align: start;
    }

    .mobile-only-menu {
        display: block;
    }

    .nav-item.align-content-center .arrow {
        visibility: hidden;
    }

    .ticket-dropdown:nth-child(1) .nav-link {
        color: #03CBFE !important;
    }

    .ticket-dropdown:nth-child(2) .nav-link {
        color: #ED1A77 !important;
    }

    .ticket-dropdown:nth-child(3) .nav-link {
        color: #F7921F !important;
    }

    .mega-dropdown-overlay {
        display: none !important;
    }

    .nav-item.align-content-center {
        display: none !important;
    }

    .ticket-menu {
        opacity: 1 !important;
        visibility: visible !important;
        max-height: none !important;
        overflow: visible !important;
        transition: none !important;
    }

    .navbar-nav .ticket-dropdown {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .scroll-slide {
        flex-direction: column;
        padding: 0 20px;
        gap: 0px !important;
    }

    .scroll-slide .left {
        justify-content: start;
    }

    .scroll-slide .left,
    .scroll-slide .right {
        width: 100%;
    }

    .scroll-slide .right {
        margin-top: 40px;
        height: 60vh;
    }

    .scroll-slide .right h3 {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    .scroll-slide .right svg {
        width: 34%;
    }

    .ticket {
        flex-direction: column;
    }

    .ticket-image,
    .ticket-content {
        width: 100%;
    }

    .ticket-content {
        padding: 40px;
    }

    .our-work h3 {
        font-size: 18px !important;
        line-height: 28px !important;
        margin-bottom: 0;
    }

    .creating-change p {
        margin-bottom: 20px;
    }

    .creating-change .part-2 img {
        padding-bottom: 30px;
    }

    .bar-svg svg {
        display: none;
    }

    .creating-change h1 {
        font-size: 90px !important;
        line-height: 100px !important;
        margin-bottom: 30px;
    }

    .creating-change h1 span {
        font-size: 82px !important;
        line-height: 90px !important;
    }

    .cta-section .cta-img {
        margin-top: 50px !important;
        margin-bottom: 0 !important;
        width: 100% !important;
    }

    .philosophy p {
        width: 100%;
    }

    .cta-section .col-xxl-5.col-xl-5.col-lg-5.col-md-12.col-sm-12.text-end {
        text-align: center !important;
    }

    .sdg-section img {
        width: 100% !important;
        margin-top: 50px;
    }

    .what-we-do {
        padding: 80px 0;
    }

    .what-we-do .btn-outline-dark {
        margin-bottom: 50px;
    }

    .what-we-do h3 {
        text-align: start;
        font-size: 38px !important;
        line-height: 48px !important;
    }

    .creative-section {
        padding: 150px 0;
    }

    .ticket {
        height: auto !important;
    }

    .ticket {
        flex-direction: column;
    }

    .ticket-image,
    .ticket-content {
        width: 100%;
    }

    .ticket-content {
        padding: 40px;
    }

    .ul.sdg.list-unstyled {
        margin-bottom: 100px;
    }

    .ticket-content p {
        margin-top: 30px;
    }

    .text-charcoal-p {
        margin-bottom: 60px !important;
    }

    .our-team h2 {
        text-align: center;
    }

    .our-clients h2 {
        font-size: 50px !important;
        line-height: 50px !important;
        margin-bottom: 30px !important;
        text-align: center;
    }

    #our-clients .btn {
        padding: 20px;
    }

    .client-card-header {
        padding: 25px 20px 0 20px;
    }

    .client-card-body {
        padding: 25px 20px 25px 20px;
    }

    .carousel .card {
        min-height: 520px !important;
    }

    .our-story img {
        margin-top: 50px;
    }

    .maker-left {
        padding: 70px 20px !important;
    }

    .our-team {
        padding: 20px 0 0 0;
    }

    .footer-bottom img {
        width: 70%;
    }

    .maker-section {
        background-image: none !important;
    }

    .hero-content h1 {
        font-size: 65px !important;
        line-height: 75px !important;
        text-align: start;
    }

    #changing-word {
        font-size: 70px !important;
        line-height: 80px !important;
        align-items: start;
    }

    .hero h1 {
        font-size: 60px;
        line-height: 80px;
    }

    .creating-change h1 {
        font-size: 85px !important;
        line-height: 95px !important;
        text-align: start !important;
        margin-bottom: 15px;
        display: flex;
        gap: 10px;
    }

    .creating-change {
        padding: 60px 0 40px 0;
    }

    .cta-section .container.part-1 h2 {
        margin-bottom: 15px;
    }

    .cta-section .cta-img {
        width: 80% !important;
    }

    .cta-section .container.part-2 h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
        margin-top: 40px;
    }

    .creating-change .part-2 {
        margin-top: 10px;
    }

    .People,
    .Play {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 12px;
        line-height: 22px;
    }

    .navbar-brand img {
        width: 27%;
    }

    a.nav-link .mobile {
        display: block;
    }

    .dropdown-content .barcode {
        display: none;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    .section {
        height: auto;
    }

    .scroll-container {
        padding: 120px 0;
    }

    .scroll-slide {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 40px 20px;
    }

    .scroll-slide .left,
    .scroll-slide .right {
        width: 100%;
    }

    .scroll-slide .left {
        margin-bottom: 30px;
    }

    .scroll-slide .left h2,
    .scroll-slide .right h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .scroll-slide .left p {
        font-size: 14px;
        line-height: 22px;
    }

    .scroll-slide .right p {
        font-size: 14px;
        line-height: 22px;
    }

    .bars {
        margin-top: 10px;
    }

    .bars span {
        width: 6px;
        height: 16px;
    }

    .creating-change h1 {
        font-size: 40px !important;
        line-height: 60px !important;
        text-align: start !important;
        margin-bottom: 15px;
        display: flex;
        gap: 10px;
    }

    .creating-change {
        padding: 50px 0 50px 0;
    }

    .creating-change h1 span {
        font-size: 40px !important;
        line-height: 60px !important;
    }

    .creating-change p {
        margin-bottom: 20px;
    }

    .cta-section .cta-img {
        margin-top: 40px !important;
        margin-bottom: 0 !important;
        width: 100% !important;
    }

    .philosophy p {
        width: 100%;
    }

    .creating-change .container.part-2 img {
        padding-right: 0px;
    }

    .sdg-section img {
        width: 100% !important;
        margin-top: 50px;
    }

    .what-we-do {
        padding: 50px 0;
    }

    .what-we-do h2,
    .creative-section h2,
    .maker-section h2 {
        font-size: 32px !important;
        line-height: 42px !important;
        text-align: start !important;
        margin-bottom: 15px !important;
    }

    .what-we-do p {
        margin-bottom: 15px;
    }

    .what-we-do .btn-outline-dark {
        margin-bottom: 50px;
    }

    .what-we-do .do-list {
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }

    .what-we-do h3 {
        text-align: start;
        font-size: 25px !important;
        line-height: 35px !important;
        margin-bottom: 10px;
    }

    .creative-section {
        padding: 150px 0;
    }

    .what-we-do ul {
        margin-bottom: 0;
    }

    .our-work {
        padding: 50px 0;
    }

    .ticket {
        height: auto !important;
    }

    .ticket {
        flex-direction: column;
    }

    .cta {
        padding: 5px 10px;
    }

    .cta svg {
        width: 45px;
        display: flex;
    }

    .our-work .work-bottom .mobile {
        display: block;
        font-size: 16px;
        line-height: 26px;
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        color: #FDF6ED;
        text-decoration: none;
        text-align: start;
    }

    .our-work .work-bottom .desktop {
        display: none;
    }

    .our-story .mobile {
        display: block;
        width: 100%;
    }

    .ticket-image,
    .ticket-content {
        width: 100%;
    }

    .ticket-wrapper {
        margin-bottom: 50px;
    }

    .ticket-content {
        padding: 10px 10px;
    }

    .ul.sdg.list-unstyled {
        display: none;
    }

    .ticket-content p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 55px;
    }

    .section.tickets {
        height: auto;
    }

    .text-charcoal-p {
        margin-bottom: 60px !important;
    }

    .our-story {
        padding: 50px 0 50px 0;
    }

    img.img-fluid.ticket-img {
        height: 100px;
        width: 100%;
        object-fit: cover;
    }

    .our-story h2 {
        font-size: 32px !important;
        line-height: 42px !important;
        margin-bottom: 20px !important;
    }

    .our-team h2 {
        font-size: 32px !important;
        line-height: 42px !important;
        margin-bottom: 0px !important;
        text-align: center;
    }

    .our-story img {
        margin-top: 20px;
    }

    .our-team {
        padding: 0;
    }

    .team-section h5 {
        font-size: 20px;
        line-height: 30px;
        text-align: center !important;
    }

    .team-section p {
        font-size: 12px;
        line-height: 22px;
    }

    .maker-section {
        background-image: none !important;
    }

    .hero-content h1 {
        font-size: 65px !important;
        line-height: 75px !important;
        text-align: start;
    }

    #changing-word {
        font-size: 50px !important;
        line-height: 60px !important;
        align-items: start;
    }

    .footer-logo {
        text-align: left !important;
    }

    .footer-link {
        justify-items: end !important;
    }

    .footer-bottom p {
        margin: 0;
        font-size: 15px;
    }

    .footer-bottom {
        padding: 15px 0 5px 0;
    }

    footer .img-fluid.rounded {
        padding: 20px 0;
    }

    .cta-section .container.part-1 h2 {
        font-size: 32px !important;
        line-height: 42px !important;
        margin-bottom: 15px !important;
    }

    .cta-section {
        padding: 50px 0;
    }

    .creating-change .container.part-1 {
        min-height: auto;
    }

    .cta-section .container.part-2 {
        margin-top: 20px;
    }

    .cta-section .container.part-2 h2 {
        font-size: 32px !important;
        line-height: 42px !important;
        margin-bottom: 10px !important;
        margin-top: 40px;
    }

    .creating-change .part-2 {
        margin-top: 10px;
    }

    .cta-section .container.part-2 p {
        font-size: 12px;
        line-height: 22px;
    }

    .People,
    .Play {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .our-work h2 {
        font-size: 32px !important;
        line-height: 42px !important;
        margin-bottom: 30px !important;
    }

    #our-clients h2 {
        font-size: 32px !important;
        line-height: 42px !important;
        margin-bottom: 40px !important;
        text-align: center;
    }

    .client-card-header {
        padding: 20px;
    }

    #our-clients .btn {
        padding: 10px 20px;
    }

    .client-card-header .bar-svg {
        display: none;
    }

    .change-maker p {
        width: 100%;
    }

    #our-clients h6 {
        font-size: 20px;
        line-height: 30px;
    }

    #our-clients .client-name p {
        font-size: 12px;
        line-height: 22px;
    }

    .client-card-body {
        padding: 20px;
    }

    #our-clients p {
        font-size: 14px;
        line-height: 24px;
    }

    #our-clients .btn h6 {
        font-size: 16px;
        line-height: 26px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        background-color: transparent;
        width: 1.5rem;
        height: 1.5rem;
    }

    .carousel-control-prev {
        left: -10px;
    }

    .carousel-control-next {
        right: -10px;
    }

    .carousel .card {
        border: none;
    }

    .ticket {
        mask: none;
    }

    .maker-left {
        padding: 0 20px;
    }

    .change-maker {
        padding: 60px 0px 0 0px;
    }

    .change-maker .mobile {
        display: block;
    }

    .footer-section h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 25px !important;
    }

    .footer-section {
        padding: 60px 0 10px 0;
    }

    .footer-section h6 {
        font-size: 16px;
    }

    .mobile-toggle {
        margin-top: 10px;
    }

    .dropdown-content a {
        margin: 0;
    }

    .navbar {
        padding: 20px 0;
    }

    .bg-video {
        opacity: 1 !important;
        transform: scale(1) !important;
        object-fit: cover;
    }

    .guided {
        display: none;
    }

    .label {
        font-size: 26px;
        line-height: 32px;
        display: none;
    }

    #changing-word {
        font-size: 32px;
        line-height: 40px;
    }

    .our-clients {
        padding: 50px 0 50px 0;
    }
}

@media only screen and (min-width: 768px) {
    .slider-item {
        flex: 0 0 33.3333%;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2) !important;
    }

    #our-clients .btn h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .carousel .card {
        min-height: 360px;
    }
}

@media only screen and (min-width: 576px) {
    .slider-item {
        flex: 0 0 50%;
    }

    .carousel-inner {
        display: flex;
        width: 100%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 1);
    }

}

@media only screen and (max-width: 576px) {
    .carousel .card {
        min-height: 390px !important;
    }

    .maker-left {
        padding: 0px 20px !important;
    }

}

@media only screen and (max-width: 1400px) {
    .carousel .card {
        min-height: 390px;
    }
}

@media only screen and (max-width: 1200px) {
    .carousel .card {
        min-height: 425px;
    }

    .creating-change h1 {
        font-size: 113px;
        line-height: 120px;
    }

    .creating-change h1 span {
        font-size: 105px;
        line-height: 115px;
    }

    .cta-section .container.part-1 h2,
    .cta-section .container.part-2 h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .what-we-do h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .what-we-do h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .Purpose {
        padding-right: 30px;
    }

    .People {
        padding-right: 30px;
        padding-left: 30px;
    }

    .Play {
        padding-right: 10px;
        padding-left: 30px;
    }

    .cta-section .cta-img {
        width: 85%;
    }

    .our-work h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 50px;
    }

    .our-work h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .our-work svg {
        width: 80%;
    }

    .our-work .work-bottom .desktop {
        font-size: 18px;
        line-height: 28px;
    }

    .sdg {
        margin-top: 40px;
    }

    .ticket {
        height: min-content;
    }

    .our-story h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 50px;
    }

    .our-team h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .our-clients h2 {
        font-size: 50px !important;
        line-height: 50px !important;
        margin-bottom: 30px !important;
    }

    .maker-section h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .change-maker .mobile {
        display: block;
    }

    .maker-section {
        background-image: none !important;
        padding: 0;
    }
}