#commonHeader,
.heading-menu,
#customers,
#allFea,
.btmBar,
#meCommonFooterNew,
#scroll {
    display: none;
}

header.events-page.menu {
    /* position: sticky; */
    /* top: 0; */
    z-index: 99999;
    background: #0f2149;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
}

header.events-page.menu .flex {
    width: 85%;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

header.events-page.menu .flex .prdlogo img {
    width: 230px;
}

header.events-page.menu .flex .prdmenu .prdmenu-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    grid-gap: 55px;
}

header.events-page.menu .flex .prdmenu .prdmenu-logo-wrapper a {
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
}

.events.banner h1 {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    max-width: 500px;
    margin: 0px auto;
    padding: 47px 0px 23px;
    z-index: 3;
}

.events.banner {
    position: relative;
    padding: 0px 0px 200px 0px;
}

.events.banner:before {
    content: "";
    position: absolute;
    background-image: url(../20-years/images/events-hero-banner.png);
    width: -webkit-fill-available;
    height: 930px;
    top: -110px;
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
}

.events.banner:after {
    content: "";
    position: absolute;
    background-image: url(../20-years/images/events-hero-banner-2.png);
    width: -webkit-fill-available;
    height: 500px;
    background-size: cover;
    z-index: 1;
    top: 319px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.events.banner .image {
    width: 420px;
    height: 450px;
    align-content: center;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.events.banner .image .front {
    content: "";
    position: absolute;
    background-image: url(../20-years/images/events-shield-content-1.png);
    width: 420px;
    height: 450px;
    background-size: contain;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    backface-visibility: hidden;
    /* Hides the back of the element when facing away */
    display: flex;
    justify-content: center;
    align-items: center;
}

.events.banner .image .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    /* animation: flip 40s infinite linear; */
    z-index: 1;
    top: 0px;



    /* Key for 3D effect */
    transition: transform 0.8s ease-in-out;
    /* Smooth flip animation */
}

@keyframes flip {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.events.banner .image:hover .image-wrapper {
    /* animation: flip 4s 1 linear; */
    transform: rotateY(180deg);
}

.events.banner .image .image-wrapper:hover {
    /* animation: flip 4s 1 linear; */
}

.events.banner .image .back {
    content: "";
    position: absolute;
    background-image: url(../20-years/images/events-shield-content-2.png);
    width: 420px;
    height: 450px;
    background-size: contain;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-position: top;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.events.photos ul {
    display: flex;
    grid-gap: 24px;
    margin: auto;
    flex-wrap: nowrap;
    max-width: unset;
    align-items: flex-start;
    justify-content: unset;
    float: left;
}

.events.photos ul li {
    width: 300px;
    height: 250px;
    overflow: hidden;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.events.photos ul li img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    border-radius: 16px;
    object-fit:cover;
}

.events.photos ul:hover {
    animation-play-state: paused;
}

.events.photos h2,
.events.hear h2,
.events.celebration h2,
.events.thanks h2 {
    color: #231F20;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0px auto 50px;
    z-index: 2;
    position: relative;
    text-align: center;
}

.events.thanks h2 {
    font-weight: 400;
    margin: 0px auto 24px;
    font-family: "Zoho Puvi";
    /* 60px */
}

.events.celebration h2 {
    width: 600px;
    margin: 0px auto;
}

.events.photos {
    padding: 60px 0px 0px;
    overflow: hidden;
}

.events.photos .photos-wrapper .photos-list:nth-child(1) {
    animation: marquee-item 50s linear infinite;
}

.events.photos .photos-wrapper .photos-list:nth-child(2) {
    display: inline;
    animation: marquee-item2 50s linear infinite;
    left: 24px;
}

.events.photos .photos-wrapper .photos-list {
    position: absolute;
    top: 0;
    left: 0;
}

.events.photos .photos-wrapper {
    min-height: 540px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.events.photos .photos-wrapper .photos-list:nth-child(3) {
    top: 280px;
    animation: marquee-item-bottom1 50s linear infinite;
}

.events.photos .photos-wrapper .photos-list:nth-child(4) {
    top: 280px;
    animation: marquee-item-bottom2 50s linear infinite;
    left: -24px;
}

.events.photos .flex:hover {
    animation-play-state: paused;
}

@keyframes marquee-item {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee-item2 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes marquee-item-bottom1 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes marquee-item-bottom2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.events.hear:before {
    content: "";
    position: absolute;
    background-image: url(../20-years/images/events-hear-background.svg);
    width: -webkit-fill-available;
    height: 1200px;
    background-size: cover;
    top: -140px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-position: top center;
    z-index: 1;
}

.events.hear .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    z-index: 1;
    position: relative;
    gap: 20px;
    width: 1200px;
    margin: auto;
}

.events.hear .flex .card-wrapper.active .card {
    width: 600px;
    transition: width 350ms ease;
}

.events.hear .flex .card-wrapper.active {
    pointer-events: none;
}

.events.hear .flex .card-wrapper.fade-out .card {
    transition: width 350ms ease;
}

@keyframes fadeInWithWidth {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes center-animate {
    0% {
        width: 180px;
    }

    100% {
        width: 600px;
    }
}

.events.hear .flex .card-wrapper .card {
    width: 180px;
    /* padding: 20px 0px 0px 0px; */
    background: url(../20-years/images/events-hear-card-background.jpg);
    border-radius: 16px;
    background-blend-mode: exclusion, normal;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    cursor: pointer;
    position: relative;
}

.events.hear .flex .card-wrapper:nth-child(4) {
    right: 0px;
    position: absolute;
}

.events.hear .flex .card-wrapper:nth-child(4).active {
    position: relative;
    right: 0px;
}

.events.hear .flex .card-wrapper .card .image {
    width: 180px;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}

.events.hear .flex .card-wrapper.active .card .image {
    width: 350px;
    border-radius: 0px 0px 0px 16px;
}

.events.hear .flex .card-wrapper .card .image img {
    width: auto;
    height: 100%;
    position: absolute;
    left: -120px;
    border-radius: 16px;
}

.events.hear .flex .card-wrapper .card .image img[alt="Mathi"] {
    left: -100px;
}

.events.hear .flex .card-wrapper.active .card .image img {
    left: -100px;
    border-radius: 0px 0px 0px 16px;
}

.events.hear .flex .card-wrapper .card .image img[alt="Ananth"] {
    left: -94px;
}

.events.hear .flex .card-wrapper .info .first-name {
    color: #231F20;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin: 0px;
}

.events.hear .flex .card-wrapper .info {
    margin: 15px 0 0;
}

.events.hear .flex .card-wrapper .info .last-name {
    color: #231F20;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin: 0px;
}

.events.hear .flex .card-wrapper .info .designation {
    color: #231F20;
    font-size: 17px;
    font-weight: 300;
    line-height: 150%;
    margin: 0px;
    max-width: 180px;
}

.events.hear .flex .card-wrapper.active .info .designation {
    max-width: none;
}

.events.hear .flex .card-wrapper .card .content {
    display: none;
    /* transition: opacity 1s ease-in-out; */
    opacity: 0;
    /* animation: fade-out 4s 1s ease-out forwards; */
}

.events.hear .flex .card-wrapper.active .card .content {
    display: block;
    max-width: 370px;
    left: 210px;
    position: absolute;
    opacity: 1;
    /* animation: fade-in 1s ease-in forwards; */
    top: 40px;
}

@keyframes fade-in {
    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.events.hear .flex .card-wrapper .card .content h3,
.events.hear .flex .card-wrapper .card .content p {
    color: #FFF;
}

.events.hear .flex .card-wrapper .card .content h3 {
    color: #FFF;
    font-family: "Zilla Slab";
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    margin: 10px 0px 20px;
}

.events.hear .flex .card-wrapper .card .content p {
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 150%;
}

.events.hear {
    padding: 50px 0px 60px;
    position: relative;
    overflow: hidden;
}

.events.footer-wrap {
    padding: 0px 0px 0px;
    position: relative;
    margin: 20px 0px 0px;
    background: linear-gradient(0deg, #FFFAE7 0%, #FFF 100%);
    top: 0px;
}

.events.footer-wrap .wrapper {
    z-index: 3;
    position: relative;
    margin: 0px auto 0px;
    text-align: center;
    color: #FFF;
    padding: 50px 0px 80px;
}

.events.footer-wrap .wrapper img {
    width: 295px;
}

.events.footer-wrap:after {
    /* content:""; */
    background: url(../20-years/images/events-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 240px;
    width: -webkit-fill-available;
    z-index: 2;
    top: 70px;
}

.events.footer-wrap:before {
    content: "";
    background-image: url(../20-years/images/events-footer-bottom.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    z-index: 2;
    top: -250px;
    background-position: top;
}

.events.location:before {
    background-image: url(../20-years/images/events-banner-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 400px;
    width: -webkit-fill-available;
    z-index: 2;
    top: -42%;
    background-position: top;
    /* content: ""; */
}

.events.footer-wrap .wrapper p {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    margin: 10px 0px 0px;
}

.events.post {
    position: relative;
    z-index: 2;
    background: linear-gradient(0deg, #FFFAE7 0%, #FFF 100%);
    bottom: -20px;
}

.events.post .flex {
    display: flex;
    width: 900px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    z-index: 2;
    position: relative;
    margin: auto;
    top: 140px;
    padding: 32px;
    gap: 48px;
}

.events.post .flex h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.events.post .flex h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 20px 0px 15px;
}

.events.post .flex h3.date {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 4.5%;
    /* 1.08px */
    text-underline-offset: 35%;
    /* 8.4px */
    text-underline-position: from-font;
}

.events.post .flex p {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 25.5px;
    /* 25.5px */
    margin: 15px 0px 16px 0;
}

.events.post .flex .address img {
    width: 100%;
    height: 100%;
}

.events.post .flex .address .stamp {
    width: 84px;
    height: 104px;
    position: relative;
    top: -20px;
    right: -320px;
}

.events.post .flex .iframe {
    width: 460px;
    height: 410px;
}

.events.post .flex .address {
    width: 390px;
    position: relative;
    z-index: 99999;
}

.events.post:before {
    content: "";
    background-image: url(../20-years/images/events-postcard.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 620px;
    width: 1100px;
    z-index: 2;
    top: 78px;
    margin: auto;
    left: 0;
    right: 0;
}

.events.celebration .card {
    padding: 32px;
    min-width: 316px;
    min-height: 450px;
    align-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.events.celebration .card.blue img {
    margin: 0 0 24px 0px;
}

.events.celebration .card.blue h4 {
    color: #FFF;
    text-align: center;
    font-family: "Zoho Puvi";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
}

.events.celebration .card.normal {
    border-radius: 16px;
    border: 2px solid #A77628;
    background: linear-gradient(227deg, #ECE6E4 18.16%, #F0EBEA 22.36%, #FBFAF9 35.83%, #FFF 45.93%, #FBFAF9 54.35%, #F1ECEB 64.45%, #ECE6E4 68.66%, #ECE6E4 88.86%, #D9D4C7 98.11%, #D0CCBA 102.32%);
    box-shadow: 4px 4px 16px 0 #FFF inset;
    margin: 0px 0px 0px 160px;
}

.events.celebration .card[data-name="networking"] {
    margin: 0 160px 0 0px !important;
}

.events.celebration .card.normal.content {
    margin: 0px;
    cursor: pointer;
    align-content: flex-start;
}

.events.celebration .card.normal.content h4 {
    color: #231F20;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
}

.events.celebration .card.normal.content p {
    color: #231F20;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    /* 25.5px */
    margin: 8px 0px 15px 0px;
}

.events.celebration .card.normal h3 {
    color: #231F20;
    text-align: center;
    font-family: "Zilla Slab";
    font-size: 32px;
    font-weight: 300;
    line-height: 150%;
    /* 48px */
    margin: 0px;
}

.events.celebration .card.blue {
    background: url(../20-years/images/events-celebration-card.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    cursor: pointer;
    border: 2px solid #A77628;
    border-radius: 16px;
}

.events.celebration .card {
    animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.events.celebration .card.hide {
    animation: fade-out-bck 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fade-out-bck {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }
}

.events.celebration .card.blue:after {
    content: "";
    position: absolute;
    background: url(../20-years/images/events-add-circle.svg);
    width: 32px;
    height: 32px;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: auto;
}

.events.celebration .card.normal.content:after {
    content: "";
    position: absolute;
    background: url(../20-years/images/events-minus-cirlce.svg);
    width: 32px;
    height: 32px;
    bottom: 32px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}

.events.celebration .flex {
    /* width: 100%; */
    margin: auto;
    text-align: center;
    display: flex;
    gap: 20px;
    padding: 0 20px;
}

.events.celebration {
    margin: 100px 0px 20px;
    position: relative;
    height: 200vh;
    z-index: 1;
}

.events.celebration:before {
    content: "";
    background-image: url(../20-years/images/events-celebration-background-2.png);
    width: -webkit-fill-available;
    position: absolute;
    height: 900px;
    top: -100px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.events.celebration:after {
    content: "";
    background-image: url(../20-years/images/events-celebration-background.svg);
    position: absolute;
    width: -webkit-fill-available;
    height: 270px;
    top: -50px;
    background-size: contain;
    background-repeat: repeat;
    z-index: 1;
    background-position: top center;
}

 .parallax {
    width: 100%;
    margin: auto;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 2em;
    color: white;
    text-align: center;
    position: sticky;
    top: 30px;
    overflow: hidden;
    flex-wrap: wrap;
}

.events.thanks {
    position: relative;
    padding: 40px 0px 90px;
}

.events.thanks .people-list {
    /* position: relative; */
    z-index: 2;
    height: inherit;
    width: inherit;
}

.events.thanks .people-list li {
    position: absolute;
    border-radius: 149.721px;
    border: 1px solid #FEDD60;
    background: #FFF;
    z-index: 1;
    animation: 20s infinite floating;
}

@keyframes floating {

    0%,
    100%,
    50% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(5px, 10px)
    }

    75% {
        transform: translate(-5px, 10px)
    }
}

.events.thanks .people-list li:nth-child(1) {
    bottom: 0%;
    left: 7%;
}

.events.thanks .people-list li:nth-child(2) {
    bottom: 31%;
    left: 23%;
}

.events.thanks .people-list li:nth-child(3) {
    top: 31%;
    right: 23%;
}

.events.thanks .people-list li:nth-child(4) {
    bottom: 13%;
    right: 25%;
}

.events.thanks .people-list li:nth-child(5) {
    bottom: 32%;
    right: 6%;
}

.events.thanks .people-list li:nth-child(6) {
    top: 1%;
    right: 10%;
}

.events.thanks .people-list li:nth-child(7) {
    top: 30%;
    left: 20%;
}

.events.thanks .people-list li:nth-child(8) {
    top: 1%;
    left: 10%;
}

.events.thanks .image {
    text-align: center;
    z-index: 2;
    position: relative;
    width: 660px;
    height: 127px;
    margin: auto;
}

.events.thanks .image img[alt="thanks"] {
    width: 652px;
    height: 127px;
}

.events.thanks .image .content-list {
    position: absolute;
    top: -10px;
    left: 220px;
    width: 450px;
}

.events.thanks .image .content-list h2 {
    font-weight: 600;
    margin: 0px;
    opacity: 0;
    width: 430px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #231F20;
    overflow: hidden;
    white-space: nowrap;
    font-size: 36px;
    text-align: left;
}

.events.thanks .image .content-list h2:nth-child(1) {
    top: 45px;
    left: 0px;
    width: 200px;
    animation: shring-animation 5s steps(20, end) forwards;
    opacity: 0;
}

.events.thanks .image .content-list h2:nth-child(2) {
    top: -10px;
    left: 0px;
    width: 220px;
    animation: shring-animation 5s steps(20, end) forwards;
    opacity: 0;
}

.events.thanks .image .content-list h2:nth-child(3) {
    top: -65px;
    left: 0px;
    width: 360px;
    animation: shring-animation 5s steps(20, end) forwards;
    opacity: 0;
}

@keyframes shring-animation {
    0% {
        background-position: 0 0;
        opacity: 0;
        width: 0;
    }

    1% {
        background-position: 0 0;
        opacity: 1;
        border-right: 1px solid orange;
    }

    25% {
        background-position: 150px 0;
        opacity: 1;
        border-right: 1px solid orange;
    }

    30% {
        background-position: 350px 0;
        opacity: 1;
        border-right: 1px solid orange;
    }

    35% {
        background-position: 400px 0;
        opacity: 1;
        border-right: 1px solid orange;
    }

    95% {
        background-position: 400px 0;
        opacity: 1;
        border-right: 1px solid orange;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blinkingCursor {
    from {
        border-right-color: rgba(0, 0, 0, 0.75);
    }

    to {
        border-right-color: #000
    }
}

@keyframes type {
    0% {
        width: 0;
    }

    1%,
    99% {
        border-right: 1px solid orange;
    }

    100% {
        border-right: none;
    }
}

.events.thanks h3 {
    color: #231F20;
    text-align: center;
    font-family: "Zilla Slab";
    font-size: 30px;
    font-weight: 300;
    line-height: 150%;
    /* 45px */
    max-width: 530px;
    margin: 24px auto 30px;
}

.events.thanks:before,
.events.thanks:after {
    content: "";
    position: absolute;
    background-image: url(../20-years/images/events-lines.png);
    width: -webkit-fill-available;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    top: -110px;
    background-position: top;
}

.events.thanks:after {
    transform: rotate(180deg);
    top: 390px;
}

.events.location {
    position: relative;
    padding: 0px 0px 15px;
}

.events.location .location-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: auto;
    top: -40px;
    padding: 0 0 120px;
    overflow: auto;
}

.events.location .location-wrapper .flex::-webkit-scrollbar {
    display: none;
}

.events.location .flex {
    /* display: flex; */
    /* justify-content: center; */
    /* position: relative; */
    /* width: 100%; */
    /* max-width: unset; */
    /* margin: auto; */
    /* text-align: center; */
    /* align-items: flex-start; */
    /* overflow: auto; */
}

.events.location .flex .location-info {
    height: 220px;
    text-align: left;
    align-content: end;
    margin: 40px 0px 0px 75px;
    transition: transform 0.5s ease;
    width: 240px;
    transform: scale(0.8);
}

.events.location .flex .location-info.swiper-slide-active .date span, .events.location .flex .location-info.swiper-slide-active .place span {
    font-size: 28px;
    font-weight: 600;
}

.events.location .flex .location-info.current .place span {
    font-weight: 500;
}

.events.location .flex .location-info .date span,
.events.location .flex .location-info .place span {
    font-size: 20px;
    color: #231F20;
    font-style: normal;
    font-weight: 500;
    font-family: "Zoho Puvi";
}

.events.location .flex .location-info .place span {
    line-height: 33px;
}

.events.location .flex .location-info.current .place span {
    line-height: 46px;
}

.events.location .flex .location-info .date {
    position: relative;
    background: #FFFAE7;
    padding: 6px 12px;
    width: fit-content;
}

.events.location .flex .location-info.swiper-slide-active .date {
    left: 50px;
}

.events.location .flex .location-info .place {
    position: absolute;
    top: -19px;
    left: -9px;
    width: 105px;
    text-align: left;
    height: 37px;
}

.events.location .flex .location-info.swiper-slide-active .place {
    width: 147px;
    height: 50px;
    top: -38px;
    left: 36px;
}

.events.location .flex .location-info.completed .date:before {
    content: "COMPLETED";
    position: absolute;
    bottom: -20px;
    color: #231F20;
    font-family: "Zoho Puvi";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    text-transform: uppercase;
}

.events.location .flex .location-info.upcoming .date:before {
    content: "UPCOMING";
    position: absolute;
    bottom: -20px;
    color: #231F20;
    font-family: "Zoho Puvi";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    text-transform: uppercase;
}

.events.location .flex .location-info .date:after {
    content: "";
    position: absolute;
    background-image: url(../20-years/images/events-location-icon.svg);
    width: 24px;
    height: 24px;
    left: -30px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

.events.location .flex .location-info.swiper-slide-active .date:after {
    width: 33px;
    height: 32px;
    left: -40px;
}

.events.location .flex .location-info .image .location-image {
    height: 160px;
    width: 290px;
}

.events.location .flex .location-info .image {
    position: relative;
}

.events.location .flex .location-info .image:before {
    content: "";
    position: absolute;
    background-image: url(../20-years/images/events-location-flag.svg);
    width: 107px;
    height: 198px;
    left: -22px;
    top: -33px;
    background-size: cover;
}

.events.location .flex .location-info.swiper-slide-active .image:before {
    width: 152px;
    height: 225px;
    left: 20px;
    top: -49px;
}

.events.location .flex .location-info .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.events.location .flex .location-info.swiper-slide-active .image .location-image {
    width: 290px;
    height: 145px;
    margin: 0 0 5px;
    left: 30px;
    position: relative;
}

.events.location .location-wrapper::-webkit-scrollbar {
    display: none;
}

.events.celebration .flex::-webkit-scrollbar {
    display: none;
}

.events.location .info-board {
    z-index: 2;
    position: relative;
    top: -168px;
    text-align: center;
}

.events.location .info-board-image {
    position: relative;
}

.events.location .info-board-image:before {
    content: "";
    position: absolute;
    background-image: url(../20-years/images/events-info-board.png);
    height: 157px;
    width: 335px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    top: -120px;
    background-repeat: no-repeat;
    background-size: contain;
}

.events.location label.next {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-family: "Zoho Puvi";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 21px */
    letter-spacing: 2.8px;
    text-transform: uppercase;
    border-radius: 8px 8px 0 0;
    background: #FFDF76;
    padding: 4px 8px;
}

.events.location div.next {
    position: relative;
    top: 4px;
}

.events.location .next-event {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 20px 0px;
    vertical-align: middle;
}

.events.location .next-event .location-name span,
.events.location .next-event .events-date span {
    color: #231F20;
    font-family: "Zoho Puvi";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
}

.events.location .next-event .location-name img,
.events.location .next-event .events-date img {
    margin: 0 10px 0px 0px;
}

.events.location:after {
    content: "";
    position: absolute;
    background-image: url(../20-years/images/events-location-banner.png);
    width: -webkit-fill-available;
    height: 570px;
    top: -110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.country-container {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    background: #FFE8BA;
    width: 200px;
    position: relative;
    z-index: 3;
}

.country-container .country-main {
    margin: 8px;
    max-width: 350px;
    width: 200px;
    border-radius: 10px;
    background: #FFE8BA;
    position: relative;
    z-index: 3;
}

@media(max-width:34em) {
    .country-container .country-main {
        min-width: 150px;
        width: auto;
    }
}

.country-main select {
    display: none !important;
}

.country-main .dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.country-main .dropdown-select:focus {
    background-color: #fff;
}

.country-main .dropdown-select:hover {
    background-color: #fff;
}

.country-main .dropdown-select:active,
.country-main .dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.country-main .dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.country-main .dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.country-main .dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.country-main .dropdown-select.open .option {
    cursor: pointer;
}

.country-main .dropdown-select.wide {
    width: 100%;
}

.country-main .dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.country-main .dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
    height: 220px;
    cursor: pointer;
}

.country-main .dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.country-main .dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
}

.country-main .dropdown-select .dd-searchbox {
    width: 90%;
    padding: 0.5rem;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    outline: none;
}

.country-main .dropdown-select .dd-searchbox:focus {
    border-color: #12CBC4;
}

.country-main .dropdown-select .list ul {
    padding: 0;
    position: relative;
    z-index: 4;
}

.country-main .dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
    z-index: 99999;
    position: relative;
    margin: 0px 4px;
}

.country-main .dropdown-select .option:hover,
.country-main .dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.country-main .dropdown-select .option.selected {
    font-weight: 600;
    color: #1b1fd0;
    background: #f2f6ff;
    border: 1px solid #1b1fd0;
    border-radius: 6px;
}

.country-main .dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.country-main .dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.country-main .dropdown-select a:hover {
    color: #666;
}




.slider-nav {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 28px;
    padding: 6px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.40);
    z-index: 3;
}

.nav-dot.active {
    width: 39px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #FEDD60;
}

.nav-dot {
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: background-color 0.5s;
    border: none;
    padding-inline: 0px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.50);
}

.events.location .location-info {
    flex: 0 0 auto;
    opacity: 0.7;
    position: relative;
}

.events.location .location-info.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    width: 300px;
}

.events.location .location-info.active~.location-info {
    /* transform: scale(0.8) translateX(0); */
}

.events.location .location-info.past {
    transform: scale(0.8);
}

.events.location .location-info:nth-child(1) {
    margin: 40px 0px 0px 0px;
}

.events.location .flex [data-active="1"] {
    transform: translateX(0);
}

.events.location .flex [data-active="2"] {
    transform: translateX(-150%);
}

.events.location .flex [data-active="3"] {
    transform: translateX(-300%);
}

.events.location .flex [data-active="4"] {
    transform: translateX(-450%);
}

.events.location .location-info.completed {
    /* transform: translateX(-100%) scale(0.8); */
}

.parallax {
    /* height: 200vh; */
    /* position: relative; */
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    gap: 28px;
    padding: 6px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.40);
    width: fit-content;
    margin: auto;
    right: 0;
    bottom: 20px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: background-color 0.5s;
    border: none;
    padding-inline: 0px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.50);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #FEDD60;
}

@media(max-width:1024px) {
    .events.post:before {
        width: 100%;
        background-color: #fff0d3;
        background-image: none;
    }

    .events.post .flex {
        width: 90%;
        padding: 30px;
        justify-content: center;
        gap: 20px;
    }

    .events.post .flex .iframe {
        width: 45%;
    }

    .events.post .flex .address {
        width: 45%;
    }

    .events.location:before {
        top: -162px;
    }

    .events.thanks .people-list li:nth-child(7) {
        left: 10%;
    }

    .events.thanks .people-list li:nth-child(3) {
        right: 10%;
    }

    .events.hear .flex {
        width: 97.7%;
        gap: 15px;
    }

    .events.hear .flex .card-wrapper.active .card {
        width: 500px;
    }

    .events.hear .flex .card-wrapper .card {
        width: 150px;
    }

    .events.hear .flex .card-wrapper {
        width: 150px;
    }

    .events.hear .flex .card-wrapper.active {
        width: 500px;
    }

    .events.hear .flex .card-wrapper .card .image {
        width: 160px;
    }

    .events.hear .flex .card-wrapper:nth-child(4) {
        position: relative;
    }

    .events.hear .flex .card-wrapper .card .image img {
        left: -139px;
    }

    .events.hear .flex .card-wrapper .card .image img[alt="Ananth"] {
        left: -110px;
    }
}

@media(max-width:600px){
    .events.thanks .image{
        width: 100%;
    }
    .events.thanks .image img[alt="thanks"]{
        width:95%;
    }
    .events.thanks .image .content-list{
        left: 35%;
        height: 100px;
        width: auto;
    }
    .events.thanks .image .content-list h2{
        font-size: 30px;
    }
    .events.thanks .image .content-list h2:nth-child(1){
        top: 40px;
    }
    .events.thanks .image .content-list h2:nth-child(3){
        font-size: 24px;
        top: -35px;
        width: 230px;
    }
    .events.thanks .image .content-list h2:nth-child(2){
        top: 0px;
    }
    .events.post .flex{
        flex-wrap:nowrap;
        padding: 15px;
    }
    .events.banner .image .front,.events.banner .image .back{
        width:300px;
    }
    .events.post .flex .iframe{
        display:none;
    }
    .events.post .flex .address{
        width:90%;
    }
    .events.post .flex .address .stamp{
        right: 0px;
    }
    .events.location .flex .location-info{
        margin-right:40px  !Important;
    }
    .events.banner .image{
        width:100%;
    }
    .events.banner h1{
        width: 81%;
    }
    .events.hear .flex .card-wrapper.active{
        width:100%;
    }
    .events.hear .flex .card-wrapper.active .card{
        width: 100%;
    }
    .events.thanks .people-list{
        display:none;
    }
    .events.location:before{
        top: -98px;
    }
    .events.banner:before{
        height: 935px;
        top: -130px;
    }
    .events.thanks h3{
        margin: 0px 20px 0px;
    }
    .events.thanks{
        padding-bottom: 60px;
    }
    header.events-page.menu .flex .prdmenu .prdmenu-logo-wrapper{
        margin: 20px 0px 0px;
    }
    .events.celebration .card.normal{
        margin-left: 60px;
    }
    .events.hear .flex .card-wrapper.active .card .content{
        top: 20px;
    }
    .events.photos h2, .events.hear h2, .events.celebration h2, .events.thanks h2{
        font-size: 35px;
    }
}