@font-face {
    font-family: 'MesseUnivers-Regular';
    src: url('../fonts/MesseUnivers-Regular.otf');
}
@font-face {
    font-family: 'MesseUnivers-Bold';
    src: url('../fonts/MesseUnivers-Bold.otf');
}

/* .container:before,
.navbar:before,
.navbar:after,
.container:after,
.row:before,
.row:after {
    display: none!important;
    content: unset!important;
} */


body[data-page="awards-and-winners"] #eventBanner,
body[data-page="awards-and-winners"] .slider-rc .m-blocks,
body[data-page="call-for-paper"] .carousel-indicators-rc {
    display: none;
}

.row-rc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-rich-text {
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #303030;
    line-height: 56px;
    margin: 0 0 30px;
}

.navbar-toggle-rc {
    background-color: #fff;
}

.navbar-menu-rc {
    width: 100%;
    position: fixed;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-nav li {
    padding: 0px 16px;
}

.nav.navbar-nav li a.active {
  color: #009e7a;
}

.header-ticket {
    position: absolute!important;
    bottom: -46px;
}

.navbar-header .logo a img {
    width: 75%;
}

.navbar-toggle-rc .icon-bar {
    width: 32px;
    background-color: #303030;
    transition: background-color 0.3s;
}

.icon-bar:nth-child(2) {
    transform-origin: center;
}

.loader {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.square {
    width: 40px;
    height: 40px;
    background-color: #009879;
    /* Green tone similar to your image */
    animation: bounce 1.2s infinite ease-in-out;
}

.square:nth-child(2) {
    animation-delay: 0.15s;
}

.square:nth-child(3) {
    animation-delay: 0.3s;
}

.square:nth-child(4) {
    animation-delay: 0.45s;
}

@keyframes bounce {
      0%, 80%, 100% {
        transform: scale(1);
        opacity: 1;
      }
      40% {
        transform: scale(1.3);
        opacity: 0.7;
      }
    }

.pcim-dark {
    background-color: #008B6A;
}
.pcim-light {
    background-color: #00A07A;
    position: relative;
    bottom: 80px;
}

/* Slides */
.slider-rc {
    /* margin-top: 8rem; */
    width: 100%;
    height: 600px;
    position: relative;
}
.m-blocks {
    width: 30%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0px auto;
    z-index: 5;
}
.m-link {
    display: flex;
}
.m-cube {
    opacity: 0;
    padding: 8px;
    overflow: hidden;
    width: 180px;
    height: 180px;
    
    background-color: #0FA17B;
}
.carousel-text,
.m-cube-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.m-cube img {
    width: 97%;
}
.m-cube p {
    margin: 0px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.primary-m-cube {
    opacity: 1;
    padding: 32px;
    width: 340px;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, .9);
}
.primary-m-cube p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #3A3A3A;
}
.primary-m-cube .arrow-img {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
}
.primary-m-cube .arrow-img img {
    width: 50px;
    filter: invert(0.75);
}

.text-carousel {
  position: relative;
  overflow: hidden;
  height: 100%; /* adjust to fit content */
}

.carousel-text {
  position: absolute;
  top: 0;
  left: 100%; /* start off-screen to the right */
  width: 100%;
  opacity: 0;
}

.carousel-indicators-rc {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.carousel-indicators-rc span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-indicators-rc span.active {
  background: #fff;
}


/* Slides ends */

.list-unstyled li .pricing-title {
	position: relative;
}
.list-unstyled li .early-bird-alert {
	position: absolute;
}
.partner-logo-flex {
    display: flex;
    /* gap: 24px; */
    flex-wrap: wrap;
    justify-content: flex-start;
}
/* .partner-logo-flex img {
	margin-bottom: 28px;
} */

/* .partner-group-border {
  border: 1px solid #00a07a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-radius: 8px;
  margin: 10px 0;
  flex-wrap: wrap;
} */


.action-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

table th {
    width: 25%;
    margin: 0px auto;
}

table .table-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 8px 4px;
}

table .header-icon {
    width: 48px;
    margin: 0px auto;
}

.event-highlights {
    padding: 24px 0px;
}

.section-heading-txt {
    color: #00a07a;
}
.section-heading-txt span::before {
    content: "";
    width: 4px;
    height: 26px;
    background-color: #ec6a82;
    display: block;
    position: absolute;
}
.section-heading-txt span {
    position: relative;
    margin-left: 16px;
    color: #636363;
}
.animated-bg {
    width: 100%;
    height: 710px;
}
.pcim-media {
    display: flex;
    align-items: center;
    width: 100%;
    height: 640px;
    position: relative;
    top: 28px;
}
.banner-content-rc {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100dvh;
    display: none;
    align-items: center;
    top: 4rem;
}
.banner-content-rc video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: -1;
}
.pcim-media video,
.slider-rc video {
    width: 100%;
    object-fit: cover;
    height: auto;
    position: absolute;
    z-index: -1;
}
.primary-btn-green {
    margin: 12px 21px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #0FA17B;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.header-ticket .primary-btn-green {
    font-size: 14.5px;
    margin: 0px;
    padding: 4px 16px;
    font-weight: 400;
}

.primary-btn-green span {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* button:hover {
  transform: scale(1.05);
} */

.rotate90 {
  transform: rotate(90deg);
}
.pricing-col-standard-right {
    padding-left: 0px;
}

.terms-condition,
.privacy-policy,
.contact-messe {
    margin-top: 10rem;
}

.contact-info-box i {
    color: #00a07a;
}
.m-image-teaser {
    padding: 0px!important;
}
.m-teaser__inner {
    display: flex;
}
.a-image {
    /* height: 510px; */
    /* height: fit-content; */
    width: 63%;
    overflow: hidden;
}
.a-image img {
    height: 100%;
}
.m-teaser__content {
    padding: 40px;
    width: 37%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f3f3f3;
}
.m-image-teaser h3 {
    margin: 0px 0px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #303030;
}
.m-image-teaser p {
    font-size: 16.5px;
    line-height: 30px;
    margin: 0 0 20px;
    color: #8D8F95;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.m-image-teaser button {
    width: 220px;
}

/* footer */
		.partners-ticker {
			padding: 30px 0;
		}
	
		.partners-ticker .sponsor-details {
			padding: 14px;
		}
	
		.marquee img {
			width: 160px !important;
			margin: 0 1.2rem;
		}
	
		.animated-bg {
			width: 100%;
			height: 710px;
		}

		/* footer */
		.pcim-dark {
    background-color: #008B6A;
}
.pcim-light {
    background-color: #00A07A;
    position: relative;
    bottom: 80px;
}
.conf-details {
    padding: 80px 0px;
    display: flex;
    position: relative;
}

.conf-details .green-tile {
    width: 390px;
    height: 390px;
    padding: 48px 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.green-tile h3 {
    color: #fff;
    margin: 0px;
}

.green-tile .tile-details {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.green-tile .tile-arrow {
    display: flex;
    justify-content: flex-end;
}

.green-tile .tile-arrow img {
    height: 50px;
}

.contact-details {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.contact-details a,
.contact-details a:visited {
    color: #0FA17B;
}

.contact-details .section-title h1 {
    margin: 64px 0px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 52px;
    color: #000;
}
.contact-depart {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.contact-depart h3 {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #303030;
}
.contact-person-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}
.contact-person {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.contact-person h4{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #303030;
}
.contact-person .contact-links {
    display: flex;
    flex-direction: column;
}
.contact-person a {
    line-height: 30px;
}

.footer-band .wrapper {
    padding: 60px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}
.footer-band {
    background-color: #F3F3F3;
    margin-bottom: 4px;
}

.footer-band .wrapper h3 {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    line-height: 48px;
    font-weight: 400;
    font-size: 32px;
    color: #303030;
}
.footer-band .wrapper .secondary-btn {
    padding: 12px 20px;
    color: #0FA17B;
    border: 1px solid #0FA17B;
    background: none;
    transition: .2s ease;
}
.messe-brand {
    background-color: #fff;
}
.messe-brand .wrapper {
    padding: 32px 0px;
}
.messe-brand .extra-links,
.messe-brand .copyright-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}
.messe-brand .extra-links {
    padding: 12px 0px;
}
.messe-brand .copyright-row {
    margin-bottom: 24px;
}
.messe-brand .extra-links a {
    text-transform: capitalize;
    color: #8D8F95;
}
.messe-brand .extra-links a p {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    font-size: 14px;
}
.messe-brand .copyright-row p {
    margin: 0px;
    color: #303030;
}
.messe-brand .copyright-row a:hover {
    color: #101010;
}

/* button */
.primary-btn-pcim {
    padding: 12px 20px;
    margin: 24px 0px;
    font-size: 16.5px;
    color: #fff;
    background-color: #00A07A;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    transition: transform .3s ease-out;
}
.primary-btn-pcim:hover {
    transform: scale(1.15);
    color: #fff;
}
.secondary-btn-pcim {
    padding: 12px 20px;
    margin: 24px 0px;
    font-size: 16.5px;
    color: #00A07A;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #00A07A;
    transition: transform .3s ease-out;
}
.secondary-btn-pcim:hover {
    transform: scale(1.15);
    color: #00A07A;
}
.tertiary-btn {
    padding: 0px;
    margin: 24px 0px;
    font-size: 16.5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
}

/* section */
section {
    margin: 40px 0px 45px;
}
.edge-banner-section {
    margin-top: 0px;
}

/* container */
.container-banner {
    position: relative;
    width: 1200px;
    height: 480px;
}

/* columns */
.container-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.container-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.col-left {
    width: 48%;
    display: flex;
    flex-direction: column;
}
.col-right {
    width: 48%;
}
.slideshow {
  position: relative;
  overflow: hidden;
  /* width: 100%; */
}   

/* about pcim new delhi */
.section-title-rc h2 {
    margin: 0px;
    font-size: 32px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.section-intro {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.section-intro h5 {
    margin: 0px;
    font-size: 24px;
    color: #8D8F95;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 150%;
}
.section-para p {
    margin: 8px 0px;
    font-size: 16px;
    color: #8D8F95;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 150%;
}

.section-para p b {
    margin: 0px;

    font-weight: 700;
}



/* Registration Page */

.plan-action {
    display: flex;
    gap: 40px;
}
.ts-pricing-box {
    height: auto;
}

/* PCIM Insights */

.pcim-insights {
    margin-bottom: 48px;
    width: 100%;
    display: flex;
}

/* PCIM Insights Ends */

/* Partner-page */
/* .partner-html img {
    border: 1px solid #00a07a;
} */

.menu-header {
    height: 100%;
}

@media only screen and (min-device-width: 1px) and (max-device-width: 1024px) {
    .navbar-toggle-rc {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
}

/* Mobile Device */
@media (max-width : 479px) {
    .navbar-nav {
        margin: 0px;
        padding: 0px;
        flex-direction: column;
    }
    .header-ticket {
        position: unset !important;
    }
    .row-rc {
        flex-direction: row;
    }
    .header.header-transparent .navbar-collapse {
        background-color: #fff;
    }
    ul.navbar-nav li a {
        padding: 14px 0 !important;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 0px;
    }
    .header-ticket {
        margin-top: 24px;
    }
    .slider-rc {
        display: none;
        margin-top: 8rem;
        height: 100dvh;
    }
    .slider-rc video {
        width: 100%;
        height: 100dvh;
    }
    .m-blocks {
        width: 1px;
        left: 21px;
    }
    .banner-content-rc {
        display: flex;
    }
    .slide-sub-title {
        margin: 0px;
    }
    section {
        margin: 32px 0px;
    }
    .mobile-carousel-container {
        width: 100%;
    }
    .container-row {
        flex-direction: column;
    }
    .col-left {
        width: 100%;
    }
    .col-right {
        width: 100%;
    }
    .col-right img {
        width: 100%;
    }
    .container-banner {
        width: 100%;
    }
    .message-block {
        width: 100%;
        right: 0px;
    }
    .message-block h3 {
        font-size: 32px;
    }
    .edge-banner {
        height: 750px;
    }
    .chief-guest-img {
		right: 24px;
	}
    .pcim-media {
        height: 100dvh;
    }
    .main-container {
        padding: 0px;
    }
    .main-container h2 {
        font-size: 16px;
    }
	.conf-details {
		flex-direction: column;
	}
	.conf-details .green-tile {
		width: 300px;
		height: 300px;
		margin: 0px auto;
	}
	.pcim-light {
		top: 0px;
		left: 30px;
	}
    .contact-person {
        width: 80%;
    }
	.contact-person-flex {
		flex-direction: column;
		gap: 32px;
	}
	.subscription-band .wrapper {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.messe-brand .extra-links {
		flex-direction: column;
		text-align: center;
		gap: 16px;
	}
    .m-image-teaser {
        width: 380px;
    }
    .m-teaser__inner  {
        margin: 0px auto;
        width: 380px;
        flex-direction: column-reverse;
    }
    .m-teaser__content,
    .a-image {
        width: 100%;
    }
}

/* Tablet Device */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
    .navbar-nav {
        flex-direction: column;
        padding-bottom: 21px!important;
    }
    .header-ticket {
        bottom: -66px;
    }
    .slider-rc {
        height: 60dvh;
    }

    .slider-rc video {
        width: 100%;
        height: 60dvh;
    }
    .col-right img {
        width: 100%;
    }
    .container-banner {
        width: 100%;
    }
    .message-block {
        width: 100%;
        right: 0px;
        top: 20px;
    }
    .message-block h3 {
        font-size: 32px;
    }
    .edge-banner {
        height: 500px;
    }
    .chief-guest-profile {
        margin-left: 0px;
    }
    .chief-guest-img {
		left: 24px;
        width: 40%;
	}
    .banner-footer {
        gap: 20px;
        width: 55%;
        bottom: 0px;
        align-items: flex-start;
        flex-direction: column;
    }
    .conf-details .green-tile {
        width: 250px;
        height: auto;
    }
    .m-image-teaser {
        flex-direction: column-reverse;
    }
    .m-teaser__content,
    .a-image {
        width: 100%;
        height: 480px;
    }
    .a-image img {
        height: 100%;
    }
}