/*
Theme Name: My Custom Theme
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: This is a custom theme.
Version: 1.0
*/
html {
	scroll-behavior: smooth;
}
html,
body {
	height: 100%;
	margin: 0 !important;
	font-family: "Montserrat";
}
a {
	text-decoration: none;
}
p,
h1,
h2 {
	margin: 0px;
}
select {
	appearance: none; /* standard */
	-webkit-appearance: none; /* Safari */
	-moz-appearance: none; /* Firefox */
}
input {
	outline: none;
}
.landing-page,
.landing-page * {
	box-sizing: border-box;
}
.landing-page {
	background: #ffffff;
	position: relative;
}
.video-background {
	background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.2) 100%
		),
		linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	border-radius: 0px 0px 50px 50px;
	width: 100%;
	height: 760px;
	position: absolute;
	left: 50%;
	translate: -50%;
	top: 0px;
}
.background-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%; /* ya 100% bhi kar sakte hain */
	height: 760px; /* ya 100% bhi */
	object-fit: cover; /* video ko crop karke div me fit karega */
	transform: translate(-50%, -50%);
	border-radius: 0 0 50px 50px; /* taake video bhi corners follow kare */
	pointer-events: none; /* taake video pe click na ho */
	z-index: 0; /* background pe rahe */
}
.marque {
	background: #2b313c;
	padding: 14px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	/* margin-left: -11rem; */
}
.marquee-content {
	display: flex;
	gap: 20px;
	animation: marquee 20s linear infinite;
	white-space: nowrap;
}

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

.new-product-launched,
.marque-div {
	color: #bdbdbd;
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
}
/* Optional: Duplicate content for seamless loop */
.marquee-wrapper {
	display: flex;
	width: 100%;
}
.mobile-menu-toggle {
	display: none;
}
.main-header {
	width: 71%;
	height: 70px;
	position: absolute;
	left: 14.5%;
	top: 30px;
	border-radius: 100px;
	border: 1px solid rgba(224, 224, 224, 0.2);
	background: rgba(28, 28, 28, 0.03);
	/* backdrop-filter: blur(15px); */
	z-index: 1;
	display: flex;
	align-items: center;
}
.header-overlay {
	background: rgba(28, 28, 28, 0.03);
	border-radius: 100px;
	border-style: solid;
	border-color: rgba(224, 224, 224, 0.2);
	border-width: 1px;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0%;
	left: 0%;
	bottom: 0%;
	top: 0%;
	backdrop-filter: blur(15px);
}
.header-background-shape {
	background: radial-gradient(
		closest-side,
		rgba(224, 224, 224, 1) 0%,
		rgba(224, 224, 224, 0) 100%
	);
	width: 28.48%;
	height: 4.29%;
	position: absolute;
	right: 35.8%;
	left: 35.71%;
	bottom: 95.71%;
	top: 0%;
}
.header-content {
	/* height: 100%; */
	display: flex;
	flex-direction: row;
	gap: 270px;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	/* position: relative; */
	padding: 0 30px;
	/* left: 50%;
  translate: -50% -50%;
  top: 50%; */
}
.logo-container {
	display: flex;
	flex-direction: column;
	gap: 25.93px;
	align-items: flex-start;
	justify-content: flex-start;
	height: 42px;
	position: absolute;
	left: 0px;
	top: calc(50% - 21px);
}
.logo-link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo {
	flex-shrink: 0;
	width: 44.07px;
	height: 42px;
	position: relative;
	object-fit: cover;
	aspect-ratio: 44.07/42;
}
.main-nav {
	display: flex;
	flex-direction: row;
	gap: 24px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	height: 21px;
	/* position: relative;
  left: 300px; */
}
.nav-item {
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.nav-label {
	/* color: #ffffff; */
	text-align: left;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 600;
	position: relative;
	text-decoration: none;
}
.service-image {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.month-select-input {
	background-color: transparent;
	width: 165px;
	font-size: 18px;
	outline: none;
	border-width: 0px;
	appearance: none; /* Remove default arrow */
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg class="w-6 h-6 text-black dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m19 9-7 7-7-7"/></svg>');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px 15px;
	padding-right: 30px;
}

body.home .nav-label,
body.page-id-23 .nav-label,
body.page-id-29 .nav-label,
body.page-id-26 .nav-label {
	/* Podcast Page */
	color: #ffffff; /* white for video or dark backgrounds */
}

/* For all other pages */
body:not(.home):not(.page-id-23):not(.page-id-26):not(.page-id-29) .nav-label {
	color: #000000; /* dark for solid backgrounds */
}
body.home .header-overlay {
	background: rgba(
		28,
		28,
		28,
		0.03
	); /* white or light for video background */
}
/* For all other pages */
body:not(.home) .header-overlay {
	background: none; /* dark for solid backgrounds */
}
.main-frame {
	display: flex;
	flex-direction: column;
	gap: 150px;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	position: absolute;
	/* left: 166px; */
	top: 830px;
}
.primary-wrapper {
	display: flex;
	flex-direction: column;
	gap: 70px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.section-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 637px;
	position: relative;
	overflow: hidden;
}
.section-content {
	padding: 0px 70px 0px 70px;
	display: flex;
	flex-direction: row;
	gap: 80px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex: 1;
	position: relative;
}
.dimi-lines {
	flex-shrink: 0;
	width: 294px;
	height: 46px;
	position: absolute;
	right: -17.5px;
	bottom: -25px;
	object-fit: cover;
	aspect-ratio: 294/46;
}
.artwork-grid-group {
	flex-shrink: 0;
	width: 537.92px;
	height: 603.15px;
	position: static;
}
.artwork-item {
	width: 106.32px;
	height: 159.53px;
	position: static;
}
.vinyl-record-img {
	border-radius: 9.15px;
	border-style: solid;
	border-color: var(--black-default, #2a2a2a);
	border-width: 0.61px;
	width: 106.32px;
	height: 159.53px;
	position: absolute;
	left: 461.6px;
	top: 134.14px;
	object-fit: cover;
}
.artwork-placeholder {
	width: 107.33px;
	height: 160.07px;
	position: static;
}
.artwork-box {
	border-radius: 10.89px;
	border-style: solid;
	border-color: #000000;
	border-width: 0.73px;
	width: 107.33px;
	height: 160.07px;
	position: absolute;
	left: 512.71px;
	top: 369.02px;
	transform-origin: 0 0;
	transform: rotate(0deg) scale(-1, 1);
}
.artwork-item2 {
	width: 129.36px;
	height: 149.64px;
	position: static;
}
.pexels-image {
	border-radius: 12.41px;
	border-style: solid;
	border-color: #000000;
	border-width: 0.83px;
	width: 129.36px;
	height: 149.64px;
	position: absolute;
	left: 224.79px;
	top: 453.04px;
	object-fit: cover;
}
.artwork-placeholder2 {
	width: 118.96px;
	height: 183.71px;
	position: static;
}
.placeholder-box {
	border-radius: 12.41px;
	border-style: solid;
	border-color: #000000;
	border-width: 0.83px;
	width: 118.96px;
	height: 183.71px;
	position: absolute;
	left: 44.13px;
	top: 260.72px;
}
.artwork-item3 {
	width: 127.81px;
	height: 149.32px;
	position: static;
}
.musician-box {
	border-radius: 8.03px;
	border-style: solid;
	border-color: #000000;
	border-width: 0.54px;
	width: 127.81px;
	height: 149.32px;
	position: absolute;
	left: 167.5px;
	top: 16.93px;
}
.ellipse-shape {
	background: #e5ab4e;
	border-radius: 50%;
	width: 83.57px;
	height: 93.5px;
	position: absolute;
	left: 246.8px;
	top: 219.34px;
	filter: blur(48.34px);
}
.bulb-image {
	width: 162.3px;
	height: 241.62px;
	position: absolute;
	left: 207.08px;
	top: 206.93px;
	object-fit: cover;
	aspect-ratio: 162.3/241.62;
}
.art-image-1 {
	width: 144.25px;
	height: 149.77px;
	position: static;
}
.gallery-image-1 {
	border-radius: 12.41px;
	width: 144.25px;
	height: 149.77px;
	position: absolute;
	left: 409.61px;
	top: 108.05px;
	object-fit: cover;
}
.art-image-2 {
	width: 129.08px;
	height: 148.94px;
	position: static;
}
.gallery-image-2 {
	border-radius: 12.41px;
	width: 129.08px;
	height: 148.94px;
	position: absolute;
	left: 553.79px;
	top: 358.63px;
	transform-origin: 0 0;
	transform: rotate(0deg) scale(-1, 1);
	object-fit: cover;
}
.art-image-3 {
	width: 129.36px;
	height: 149.64px;
	position: static;
}
.gallery-image-3 {
	border-radius: 12.41px;
	width: 129.36px;
	height: 149.64px;
	position: absolute;
	left: 212.84px;
	top: 470.43px;
	object-fit: cover;
}
.art-image-4 {
	width: 118.96px;
	height: 183.71px;
	position: static;
}
.gallery-image-4 {
	border-radius: 12.41px;
	width: 118.96px;
	height: 183.71px;
	position: absolute;
	left: 30px;
	top: 238.98px;
	object-fit: cover;
}
.art-image-5 {
	width: 129.36px;
	height: 149.64px;
	position: static;
}
.gallery-image-5 {
	border-radius: 12.41px;
	width: 129.36px;
	height: 149.64px;
	position: absolute;
	left: 192.5px;
	top: 40.84px;
	object-fit: cover;
}
.intro-text-block {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	justify-content: center;
	flex: 1;
	position: relative;
}
.intro-text-inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.tagline {
	color: #2a2a2a;
	text-align: left;
	font-family: "Montserrat";
	font-size: 40px;
	font-weight: 600;
	position: relative;
	align-self: stretch;
	max-width: fit-content;
}
.description-text {
	color: #737373;
	text-align: left;
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 160%;
	font-weight: 400;
	position: relative;
	align-self: stretch;
}
.cta-button {
	background: #5896bc;
	border-radius: 100px;
	padding: 1px 51px;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 48px;
	position: relative;
	box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.3),
		inset 0px -1px 1px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.text {
	color: #ffffff;
	text-align: left;
	font-family: "Montserrat";
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: transparent;
	outline: none;
	border: none;
	cursor: pointer;
}
.featured-blogs-section {
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.blogs-header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.blogs-title {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.heading {
	color: #2a2a2a;
	text-align: left;
	font-family: "Montserrat";
	font-size: 40px;
	line-height: 120%;
	font-weight: 600;
	/* position: relative; */
	display: flex;
	flex-direction: column;
	align-items: flex-start; /* left align the image if needed */
	/* gap: 8px; */
}
.dimi-lines-12 {
	flex-shrink: 0;
	width: 294px;
	height: 46px;
	position: absolute;
	right: -17.5px;
	bottom: -25px;
	object-fit: cover;
	aspect-ratio: 294/46;
}
.paragraph {
	color: var(--grey-text-subtext, #737373);
	text-align: center;
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 160%;
	font-weight: 500;
	position: relative;
	align-self: stretch;
}
.featured-artwork-showcase {
	padding: 0px 40px 0px 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.artwork-cards {
	display: flex;
	flex-direction: row;
	gap: 24px;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.artwork-card-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	width: 311px;
	height: 380px;
	position: relative;
}
.overlay {
	background: radial-gradient(
			147.78% 58.45% at -21.84% 4.12%,
			rgba(210, 217, 67, 0.8) 0%,
			rgba(83, 193, 222, 0) 100%
		),
		radial-gradient(
			88.08% 79.57% at 98.38% 100%,
			rgba(255, 158, 49, 0.8) 0%,
			rgba(210, 217, 67, 0) 100%
		),
		#131313;
	border-radius: 15px;
	align-self: stretch;
	flex-shrink: 0;
	height: 303px;
	position: relative;
	overflow: hidden;
}
.noise {
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0%;
	left: 0%;
	bottom: -0.01%;
	top: 0.01%;
	mix-blend-mode: overlay;
	object-fit: cover;
}
.artwork-card {
	display: flex;
	flex-direction: column;
	gap: 7.93px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	width: 212px;
	height: 212px;
	position: absolute;
	left: 50%;
	translate: -50%;
	top: calc(50% - 145px);
	overflow: visible;
	aspect-ratio: 1;
	object-fit: contain;
}
.card-meta {
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.title {
	color: var(--black-default, #2a2a2a);
	text-align: left;
	font-family: "Montserrat";
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.date {
	color: #2a2a2a;
	text-align: left;
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 180%;
	font-weight: 400;
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.explore-button {
	background: #e5ab4e;
	border-radius: 100px;
	padding: 10px 45px 10px 45px;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 38px;
	position: relative;
	box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.3),
		inset 0px -1px 1px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.newsletter-section {
	background: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.newsletter-wrapper {
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 308px;
	position: relative;
}
.sub-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}
.text-container {
	padding: 0px 100px 0px 100px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	position: relative;
}
.text-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	width: 100%;
	position: relative;
}
.heading2 {
	color: #e5ab4e;
	text-align: center;
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.05em;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	align-self: stretch;
}
.heading3 {
	color: #262626;
	text-align: center;
	font-family: "Montserrat";
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.03em;
	font-weight: 600;
	position: relative;
	align-self: stretch;
}
.paragraph2 {
	color: #737373;
	text-align: center;
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 150%;
	font-weight: 400;
	position: relative;
	width: 757px;
}
.subscribe-box {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.email-input {
	border-radius: 61.45px;
	border-style: solid;
	border-color: #737373;
	border-width: 0.61px;
	padding: 6.15px 12.29px 6.15px 12.29px;
	display: flex;
	flex-direction: row;
	gap: 6.15px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	width: 409px;
	height: 52px;
	position: relative;
	box-shadow: inset 0px 0.61px 3.07px 0px rgba(255, 255, 255, 0.3),
		inset 0px -0.61px 0.61px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.buttons-icons {
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	position: relative;
	overflow: visible;
	aspect-ratio: 1;
}
.text2 {
	color: #2a2a2a;
	text-align: left;
	font-family: "Montserrat";
	font-size: 11.061559677124023px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	border: none;
	height: 80%;
	outline: none;
}
.subscribe-button {
	background: #5896bc;
	border-radius: 100px;
	padding: 1px 35px 1px 35px;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 60px;
	position: relative;
	box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.3),
		inset 0px -1px 1px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.middle-wrapper {
	display: flex;
	flex-direction: column;
	gap: 7px;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	translate: -50%;
	/* top: calc(50% - 1653px); */
	top: 50%;
}
.heading4 {
	color: var(--mustard-default, #e5ab4e);
	text-align: center;
	font-family: "Montserrat";
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.05em;
	font-weight: 600;
	position: relative;
	text-align: center;
	text-transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: lowercase;
	font-variant: small-caps;
}
.slogan-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.heading5 {
	color: #ffffff;
	text-align: left;
	font-family: "Montserrat";
	font-size: 72px;
	line-height: 120%;
	font-weight: 600;
	letter-spacing: 0; /* Letter spacing */
	position: relative;
}
.slogan-subsection {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.slogan-line {
	display: flex;
	flex-direction: row;
	gap: 13px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.paragraph3 {
	color: #dfdfdf;
	text-align: left;
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 160%;
	font-weight: 500;
	position: relative;
}
.button4 {
	background: transparent;
	border-radius: 100px;
	border-style: solid;
	border-color: #bdbdbd;
	border-width: 1px;
	padding: 10px 20px 10px 20px;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 15px;
	position: relative;
	box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.3),
		inset 0px -1px 1px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
#rotating-text {
	display: inline-block;
	transition: transform 0.5s ease;
	will-change: transform;
}
.slide-out {
	transform: translateY(-100%);
}
.slide-in {
	transform: translateY(100%);
}
.scroll-content {
	display: flex;
	flex-direction: column;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.scroll-down .scroll-content {
	animation-name: scrollDown;
	animation-duration: 10s;
}

.scroll-up .scroll-content {
	animation-name: scrollUp;
	animation-duration: 10s;
}

@keyframes scrollDown {
	0% {
		transform: translateY(-50%);
	}
	100% {
		transform: translateY(0%);
	}
}

@keyframes scrollUp {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-50%);
	}
}

.scroll-content img {
	width: 100%;
	margin-bottom: 10px;
	height: auto;
	display: block;
}
.content-wrapper {
	display: flex;
	height: 100%;
	/* width: 100%; */
	align-items: center;
	gap: 40px 80px;
	justify-content: start;
	flex-wrap: wrap;
}
.main-footer {
	display: flex;
	height: 100%;
	padding: 51px 0;
	flex-direction: column;
	align-items: center;
	gap: 150px;
	align-self: stretch;
	border-radius: 80px 80px 0 0;
	position: relative;
	background-color: #040607;
	top: 0rem;
	/* left: -11rem; */
	width: 100%;
	margin: auto;
}
body.home .main-footer {
	left: -0rem;
	/* width: 100%; */
}
/* For all other pages */
body:not(.home) .main-footer {
	left: 0rem;
	/* width: 101%; */
}
.footer-container {
	display: flex;
	flex-direction: column;
	width: 85%;
	align-items: stretch;
	gap: 70px;
	flex: 1 0 0;
	position: relative;
}
.footer-content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 7px;
	flex: 1 0 0;
	position: relative;
}
.footer-sections {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.logo-section {
	display: flex;
	width: 206px;
	height: 81px;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	flex-shrink: 0;
	position: relative;
}
.logo-image {
	width: 206px;
	height: 81px;
	flex-shrink: 0;
	aspect-ratio: 206/81;
	position: relative;
}
.nav-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	position: relative;
}
.section-title {
	color: #e5ab4e;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	position: relative;
	margin: 0;
}
.nav-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	align-self: stretch;
	padding: 1rem 0;
	position: relative;
}
.heading-wrapper,
.main-heading {
	min-height: 231px;
	width: 396px;
	max-width: 100%;
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: -1.25px;
	line-height: 58px;
}
.artist-showcase-container {
	border-radius: 80px;
	background-color: rgba(0, 0, 0, 1);
	display: flex;
	padding: 0 64px;
	flex-direction: column;
	overflow: hidden;
	align-items: stretch;
	align-self: center;
	justify-content: center;
	width: 91.5%;
	height: 655px;
}

.social-media {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}
.social-icons {
	display: flex;
	align-items: flex-start;
	gap: 7.859px;
	position: relative;
}
.copyright {
	color: #bdbdbd;
	text-align: left;
	font-family: "Montserrat";
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	align-self: stretch;
}
.text-section {
	align-self: stretch;
	/* min-width: 240px; */
	margin: auto 0;
	font-family: Montserrat;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}
.text-content {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.description {
	color: #eaeaea;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 12px 0 0 0;
	width: 396px;
}
.image-column {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	line-height: normal;
	width: 33%;
	margin-left: 0;
	overflow: hidden;
}
.nav-link {
	color: #eaeaea;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	text-decoration: none;
}

.nav-link:hover {
	color: #e5ab4e;
	transition: color 0.2s ease;
}
.frame-container {
	display: flex;
	gap: 20px;
	overflow: hidden;
	height: 100%; /* Adjust based on image height */
}
.article-image {
	margin: auto;
	align-self: center;
	width: 100%;
	height: 400px;
	object-fit: contain;
}
/* ABOUT */
.about-us-our-story {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	gap: 70px;
	position: relative;
	background-color: #ffffff;
	background: radial-gradient(
			141.16% 172.8% at 0% 193%,
			rgba(229, 171, 78, 0.8) -50%,
			rgba(229, 171, 78, 0) 100%
		),
		radial-gradient(
			218.16% 370.8% at 100% 100%,
			rgba(229, 171, 78, 0.8) -10%,
			rgba(88, 150, 188, 0) -7%
		),
		#ffffff;
}

.about-us-our-story .component {
	background: radial-gradient(
		50% 50% at 103% 32%,
		#5896bc12 0%,
		rgba(88, 150, 188, 0) 100%
	);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 70px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
	/* transform: rotate(180deg); */
}

.about-us-our-story .div {
	justify-content: center;
	background: radial-gradient(
		50% 50% at 119% 107%,
		#5896bc12 0%,
		rgba(210, 217, 67, 0) 100%
	);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 70px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.about-us-our-story .music-note {
	position: relative;
	width: 100%;
	height: 720px;
}

.about-us-our-story .overlap-group {
	position: relative;
	width: 100%;
	height: 694px;
	top: -60px;
}

.about-us-our-story .img {
	width: 170px;
	height: 235px;
	top: 302px;
	left: 0;
	position: absolute;
	/* transform: rotate(-180deg); */
}
.about-us-our-story .rectangle {
	position: absolute;
	width: 213px;
	height: 234px;
	top: 0;
	left: 0;
	border-radius: 20px;
	background: linear-gradient(
		180deg,
		rgba(155, 155, 155, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
}

.about-us-our-story .vector {
	position: absolute;
	width: 14%;
	height: 80%;
	top: 25%;
	left: 86%;
	/* transform: rotate(-180deg); */
}

.about-us-our-story .music-note-2 {
	position: absolute;
	width: 219px;
	height: 219px;
	top: 631px;
	left: 395px;
	/* transform: rotate(-180deg); */
}

.about-us-our-story .container {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 40px;
	position: absolute;
	top: 266px;
	/* left: 106px; */
}
.about-us-our-story .sub-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 70px 0px 0px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}
.about-us-our-story .text-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 0px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}
.about-us-our-story .frame-9 {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
	flex: 0 0 auto;
}
.about-us-our-story .heading {
	position: relative;
	margin-top: -1px;
	font-family: "Montserrat";
	font-weight: 500;
	color: #e5ab4e;
	font-size: 32px;
	text-align: center;
	letter-spacing: -1.6px;
	line-height: 38.4px;
}
.about-us-our-story .heading-2 {
	position: relative;
	font-family: "Montserrat";
	font-weight: 600;
	color: black;
	font-size: 50px;
	text-align: center;
	letter-spacing: -1.5px;
	line-height: 60px;
}
.about-us-our-story .paragraph {
	font-family: "Montserrat";
	font-weight: 400;
	color: #737373;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	text-align: center;
	letter-spacing: 0;
}
.about-us-our-story .frame-10 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}
.about-us-our-story .frame-11 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	padding: 0px 150px;
	position: relative;
	align-self: stretch;
	/* width: 100%; */
	flex: 0 0 auto;
}
.about-us-our-story .at-dimi-we-believe {
	position: relative;
	align-self: stretch;
	margin-top: -1px;
	font-family: "Montserrat";
	font-weight: 500;
	color: #2a2a2a;
	font-size: 32px;
	letter-spacing: -1.25px;
	line-height: 48px;
	padding: 0rem 10rem;
	margin: 0;
}
.about-us-our-story .span {
	color: #2a2a2a;
	letter-spacing: -0.4px;
}
.about-us-our-story .text-wrapper-5 {
	color: #42718d;
	letter-spacing: -0.4px;
}
.about-us-our-story .giving-creators {
	/* position: relative; */
	/* width: 546px; */
	width: 50%;
	font-family: "Montserrat";
	padding: 0rem 10rem;
	font-weight: 400;
	color: black;
	font-size: 18px;
	letter-spacing: 0;
	line-height: normal;
	/* left: 10rem; */
	margin: 0;
	/* top: -3rem; */
}
.about-us-our-story .text-wrapper-6 {
	color: #42718d;
}
.about-us-our-story .text-wrapper-7 {
	font-family: "Montserrat";
	font-weight: 600;
	color: #2a2a2a;
}
.about-us-our-story .frame-12 {
	display: flex;
	align-items: center;
	gap: 70px;
	padding: 0px 70px 0px 70px;
	position: relative;
	align-self: center;
	/* width: 100%; */
	flex: 0 0 auto;
}
.about-us-our-story .frame-13 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	position: relative;
	flex: 1;
	flex-grow: 1;
}
.about-us-our-story .frame-14 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 30px;
	position: relative;
	align-self: stretch;
	width: 50%;
	flex: 0 0 auto;
}
.about-us-our-story .frame-15 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	position: relative;
	align-self: stretch;
	max-width: fit-content;
	flex: 0 0 auto;
}
.about-us-our-story .vision-img {
	display: flex;
	width: fit-content;
	justify-content: center;
	margin-left: auto;
}
.about-us-our-story .heading-3 {
	position: relative;
	width: fit-content;
	margin-top: -1px;
	font-family: "Montserrat";
	font-weight: 600;
	color: #2a2a2a;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 48px;
	white-space: nowrap;
}
.about-us-our-story .dimi-lines-2 {
	width: 192px;
	height: 30px;
	right: -17.5px;
	bottom: -15px;
	position: absolute;
}
.about-us-our-story .bringing-ideas-to {
	position: relative;
	align-self: stretch;
	font-family: "Montserrat";
	font-weight: 400;
	color: #737373;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 35.2px;
}
.about-us-our-story .text-wrapper-8 {
	font-family: "Montserrat";
	font-weight: 500;
	font-style: italic;
	color: #2a2a2a;
}
.about-us-our-story .text-wrapper-9 {
	font-family: "Montserrat";
	color: #737373;
	font-size: 20px;
	line-height: 32px;
}
/* .about-us-our-story .group {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 462.08px;
  transform: rotate(-180deg);
} */
.about-us-our-story .frame-16 {
	display: flex;
	height: 602px;
	align-items: center;
	gap: 70px;
	padding: 0px 70px 0px 70px;
	position: relative;
	align-self: stretch;
	/* width: 100%; */
}
.about-us-our-story .dimi-lines-3 {
	width: 291px;
	height: 36px;
	object-fit: contain;
	display: block;
	margin-top: -19px;
	/* top: 31px;
  left: 30px;
  position: absolute; */
}
.about-us-our-story .image {
	position: absolute;
	width: 99px;
	height: 168px;
	top: 118px;
	left: 472.55px;
	/* transform: rotate(-180deg); */
	object-fit: cover;
}
.about-us-our-story .search {
	display: flex;
	width: 199px;
	height: 60px;
	align-items: center;
	gap: 6.15px;
	padding: 6.15px 12.29px;
	position: absolute;
	top: 290px;
	left: 249.99px; /* 166.99 + 83 */
	border-radius: 61.45px;
	overflow: hidden;
	border: 0.61px solid;
	border-color: #737373;
	box-shadow: inset 0px -0.61px 0.61px #0000004c;
}

.about-us-our-story .buttons-icons {
	position: relative;
	width: 15px;
	height: 15px;
}
/* 
.about-us-our-story .text-3 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat";
  font-weight: 500;
  color: #2A2A2A;
  font-size: 11.1px;
  letter-spacing: 0;
  line-height: 16.6px;
  white-space: nowrap;
} */

.about-us-our-story .text-wrapper-10 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	margin-top: -1px;
	font-family: "Montserrat";
	font-weight: 600;
	color: #2a2a2a;
	font-size: 40px;
	letter-spacing: 0;
	line-height: normal;
}

.about-us-our-story .p {
	position: relative;
	align-self: stretch;
	/* font-family: "Montserrat"; */
	font-weight: 400;
	font-family: "Montserrat";
	color: #737373;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 32px;
}

.about-us-our-story .frame-17 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
	position: relative;
	align-self: stretch;
	/* width: 100%; */
	flex: 0 0 auto;
}

.about-us-our-story .frame-18 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 150px;
	padding: 80px 0px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
	background-color: #040607;
	border-radius: 80px;
}

.about-us-our-story .frame-19 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	position: relative;
	align-self: center;
	width: fit-content;
	flex: 0 0 auto;
}

.about-us-our-story .heading-4 {
	position: relative;
	width: fit-content;
	margin-top: -1px;
	font-family: "Montserrat";
	font-weight: 600;
	color: #ffffff;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 48px;
	white-space: nowrap;
}

.about-us-our-story .dimi-lines-4 {
	position: absolute;
	width: 179px;
	height: 28px;
	top: 30px;
	left: 50%;
	translate: -25% 0;
	/* transform: rotate(-180deg);*/
}

.about-us-our-story .paragraph-2 {
	font-family: "Montserrat";
	font-weight: 500;
	color: #ffffff;
	font-size: 16px;
	line-height: 25.6px;
	position: relative;
	align-self: stretch;
	text-align: center;
	letter-spacing: 0;
	padding: 0 1rem;
	/* top:-2rem; */
}

.about-us-our-story .frame-20 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 28px 27px;
	padding: 0px 70px;
	position: relative;
	align-self: stretch;
	/* width: 100%; */
	flex: 0 0 auto;
}

.about-us-our-story .blogs {
	display: flex;
	flex-direction: column;
	width: 24%;
	align-items: flex-start;
	gap: 10px;
	padding: 0px 10px 25px;
	position: relative;
	background-color: #1c1c1c52;
	border-radius: 8px;
	overflow: hidden;
	backdrop-filter: blur(20px) brightness(100%);
	-webkit-backdrop-filter: blur(20px) brightness(100%);
}

.about-us-our-story .frame-21 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.about-us-our-story .rectangle-2 {
	position: relative;
	align-self: stretch;
	width: 100%;
	height: 3px;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(224, 224, 224, 1) 0%,
		rgba(224, 224, 224, 0) 100%
	);
}

.about-us-our-story .frame-22 {
	display: flex;
	width: 7%;
	height: 25%;
	align-items: center;
	gap: 10px;
	padding: 13px;
	position: relative;
	background-color: #262626;
	border-radius: 6px;
	border: 1px solid;
	border-color: #e0e0e0;
}

.about-us-our-story .img-2 {
	position: relative;
	width: 24px;
	height: 24px;
	/* transform: rotate(-180deg); */
}

.about-us-our-story .text-wrapper-11 {
	position: relative;
	align-self: stretch;
	font-family: "Montserrat";
	font-weight: 500;
	color: #fff;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0;
	line-height: 30px;
}

.about-us-our-story .text-wrapper-12 {
	position: relative;
	align-self: stretch;
	font-family: "Montserrat";
	font-weight: 500;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
}
/* 
.about-us-our-story .blogs-2 {
  display: flex;
  flex-direction: column;
  width: 335px;
  height: 337px;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 10px 25px;
  position: relative;
  background-color: #1c1c1c52;
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(20px) brightness(100%);
  -webkit-backdrop-filter: blur(20px) brightness(100%);
}
.about-us-our-story .frame-23 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
} */
.about-us-our-story .frame-24 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	padding: 70px 0px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.about-us-our-story .paragraph-3 {
	position: relative;
	align-self: stretch;
	font-family: "Montserrat";
	font-weight: 500;
	color: #737373;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: 25.6px;
}

.about-us-our-story .frame-25 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 50px;
	padding: 0px 70px;
	position: relative;
	align-self: stretch;
	/* width: 100%; */
	flex: 0 0 auto;
}

.about-us-our-story .frame-26 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 50px 27px;
	position: relative;
	align-self: center;
	width: 90%;
	flex: 0 0 auto;
}

.about-us-our-story .frame-27 {
	display: flex;
	flex-direction: column;
	width: 308px;
	align-items: center;
	gap: 26px;
	position: relative;
}

.about-us-our-story .img-wrapper {
	display: flex;
	width: 7%;
	height: 25%;
	align-items: center;
	gap: 10px;
	padding: 12px;
	position: relative;
	background-color: #fcf7ed;
	border-radius: 24px;
}

.about-us-our-story .frame-28 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.about-us-our-story .heading-5 {
	position: relative;
	align-self: stretch;
	margin-top: -1px;
	font-family: "Montserrat";
	font-weight: 600;
	color: #2a2a2a;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0;
	line-height: 30.8px;
	margin: 0px;
}

.about-us-our-story .text-4 {
	position: relative;
	align-self: stretch;
	font-family: "Montserrat";
	font-weight: 400;
	color: #737373;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0px;
}
.about-us-our-story .frame-29 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	padding: 70px 0px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}
.about-us-our-story .dimi-lines-5 {
	width: 307px;
	height: 48px;
	bottom: -25px;
	right: -20px;
	position: absolute;
	/* transform: rotate(-180deg); */
}

.about-us-our-story .frame-30 {
	/* display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 50px 24px;
  padding: 0px 70px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto; */
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 50px 24px;
	padding: 0px 70px;
	position: relative;
	width: 50%;
	align-self: center;
}
.about-us-our-story .Dream-team {
	display: inline-flex;
	align-items: center;
	gap: 24px;
	position: relative;
	flex: 0 0 auto;
}
.about-us-our-story .collection-card {
	/* position: relative;
  width: 15%;
  height: 234px;
  border-radius: 20px;
  overflow: hidden; */
	position: relative;
	width: 213px;
	height: 234px;
	border-radius: 20px;
	overflow: hidden;
}

.about-us-our-story .overlap-group-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.about-us-our-story .img-3 {
	position: absolute;
	width: 213px;
	height: 234px;
	top: 0;
	left: 0;
	/* transform: rotate(-180deg); */
	object-fit: cover;
}

.about-us-our-story .rectangle-3 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 20px;
	background: linear-gradient(
		180deg,
		rgba(155, 155, 155, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
}

.about-us-our-story .frame-32 {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1px;
	position: absolute;
	top: 170px;
	left: 19px;
}

.about-us-our-story .text-wrapper-13 {
	position: relative;
	width: fit-content;
	margin-top: -1px;
	font-family: "Montserrat";
	font-weight: 400;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0;
	line-height: 26.4px;
	white-space: nowrap;
}

.about-us-our-story .text-wrapper-14 {
	position: relative;
	width: fit-content;
	opacity: 0.75;
	font-family: "Kaushan Script", cursive;
	font-weight: 400;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0;
	line-height: 12px;
	white-space: nowrap;
}
.about-us-our-story .frame-33 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 70px;
	padding: 0px 0px 70px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.about-us-our-story .dimi-lines-6 {
	width: 217px;
	height: 34px;
	bottom: -15px;
	right: -20px;
	position: absolute;
}
.group-59 {
	flex: 1;
	height: 503.92px;
	position: static;
}
.group-53 {
	width: 135.45px;
	height: 199.11px;
	position: static;
}
.image {
	border-radius: 15px;
	width: 135.45px;
	height: 199.11px;
	position: absolute;
	left: 389.55px;
	/* left: 472.55px; */
	top: 118.48px;
	object-fit: cover;
}
.group-54 {
	width: 98.89px;
	height: 167.77px;
	position: static;
}
.image2 {
	border-radius: 15px;
	width: 98.89px;
	height: 167.77px;
	position: absolute;
	left: 578.43px; /* 495.43 + 83 */
	top: 357.54px;
	transform-origin: 0 0;
	transform: rotate(0deg) scale(-1, 1);
	object-fit: cover;
}
.group-55 {
	width: 121.46px;
	height: 137.65px;
	position: static;
}
.image3 {
	border-radius: 15px;
	width: 121.46px;
	height: 137.65px;
	position: absolute;
	left: 290.89px; /* 207.89 + 83 */
	top: 415.3px;
	object-fit: cover;
}
.group-57 {
	width: 111.7px;
	height: 169px;
	position: static;
}
.image4 {
	border-radius: 15px;
	width: 111.7px;
	height: 169px;
	position: absolute;
	left: 113px; /* 30 + 83 */
	top: 254.91px;
	object-fit: cover;
}
.group-58 {
	width: 185.42px;
	height: 212.22px;
	position: static;
}
.image5 {
	border-radius: 15px;
	width: 185.42px;
	height: 212.22px;
	position: absolute;
	left: 250px; /* you already updated this */
	/* left: 167.05px; */
	top: 49.04px;
	object-fit: cover;
}
.search {
	border-radius: 61.45px;
	border-style: solid;
	border-color: var(--grey-text-subtext, #737373);
	border-width: 0.61px;
	padding: 6.15px 12.29px 6.15px 12.29px;
	display: flex;
	flex-direction: row;
	gap: 6.15px;
	align-items: center;
	justify-content: flex-start;
	width: 198.85px;
	height: 59.61px;
	position: absolute;
	left: 166.99px; /* 166.99 + 83 */
	top: 302.84px;
	box-shadow: inset 0px 0.61px 3.07px 0px rgba(255, 255, 255, 0.3),
		inset 0px -0.61px 0.61px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.text3 {
	color: var(--black-default, #2a2a2a);
	text-align: left;
	font-family: "Montserrat";
	font-size: 11.061559677124023px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
/* privacy policy */
.Privacy-container {
	max-width: 800px;
	margin: 6rem auto;
	padding: 0 1rem;
}

.Privacy-container h1 {
	color: #2a2a2a;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 48px */
	margin-bottom: 0.5rem;
}

.updated-date {
	color: #777;
	margin-bottom: 2rem;
}

.Privacy-container h2 {
	color: #2a2a2a;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 38.4px */
	margin: 2rem 0 0.5rem;
}

.Privacy-container p {
	margin-bottom: 1rem;
	color: #737373;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
}
.Privacy-Section p {
	color: var(--Black-Default, #2a2a2a);
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}
.Privacy-footer {
	border-top: 1px solid #eee;
	text-align: center;
	padding: 2rem 1rem 1rem;
	margin-top: 3rem;
}
.Privacy-Section {
	display: flex;
	flex-direction: row;
	gap: 0rem;
	justify-content: space-between;
	align-items: center;
}
/* blog */
.blog-main {
	display: flex;
	flex-direction: column;
	width: 100%;
	/* height: 662%; */
	gap: 70px;
	align-items: center;
	background: radial-gradient(
			141.16% 172.8% at 0% 193%,
			rgba(229, 171, 78, 0.8) -50%,
			rgba(229, 171, 78, 0) 100%
		),
		radial-gradient(
			218.16% 370.8% at 100% 100%,
			rgba(229, 171, 78, 0.8) -10%,
			rgba(88, 150, 188, 0) -7%
		),
		#ffffff;
}
.blog-hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 128px 70px;
	width: -webkit-fill-available;
	gap: 40px;
}
.category {
	color: #e5ab4e;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.6px;
	/* text-transform: uppercase; */
}
.img-title {
	color: #262626;
	font-family: Montserrat;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 57.8px; /* 115.6% */
	letter-spacing: -3px;
}
.image-wrapper {
	position: relative;
	display: inline-block;
}
.blog-image {
	display: block;
	width: 100%; /* or your desired width */
	height: auto;
}

/* Top-left button styling */
.top-left-btn {
	display: flex;
	width: 14%;
	height: 75px;
	padding: 10px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 0 0 0 14px;
	background: #ffffff;
	z-index: 5;
	opacity: 1;
	position: absolute;
	top: 0px;
	right: -5px;
}

.blog-top-left-btn {
	display: flex;
	width: 130.625px;
	height: 48px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	position: absolute;
	left: 7px;
	bottom: 9px;
	border-radius: 100px;
	background: #4f87a9;
	box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
/* 
.top-left-btn:hover {
    opacity: 1;
} */
.events-section {
	padding: 80px 70px;
	border-radius: 80px;
	background-color: #040607;
	max-width: 100%;
	/* margin: auto; */
	align-items: center;
	gap: 150px;
	align-self: stretch;
}
.events-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}
.header-left {
	flex: 1 1 300px;
}

.header-right {
	flex: 1 1 200px;
	text-align: right;
}

.title-wrapper {
	position: relative;
	width: fit-content;
}

.events-title {
	font-size: 2.5rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
	font-family: Montserrat;
	color: #ffffff;
}

.decorative-image {
	position: absolute;
	right: -22.5px;
	bottom: -20px;
	width: 16rem;
	height: 2.5rem;
	z-index: 0;
}

.show-all-btn {
	background: none;
	border: none;
	color: #5896bc;
	font-size: 1rem;
	cursor: pointer;
	transition: color 0.3s;
}

.show-all-btn:hover {
	color: rgb(107, 175, 218);
}

.events-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 2rem;
	justify-content: space-between;
}

.event-card {
	font-family: Montserrat;
	display: flex;
	gap: 0.75rem;
	background-color: rgba(244, 244, 244, 0.05);
	border-radius: 1rem;
	padding: 1rem;
	max-width: 402px;
	width: 100%;
	flex-direction: row;
}

.event-img {
	width: 71px;
	height: 71px;
	object-fit: cover;
	border-radius: 1rem;
}

.event-content {
	flex: 1;
}

.event-title {
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 0.25rem;
	color: white;
}

.event-meta {
	display: flex;
	justify-content: space-between;
	font-size: 0.75rem;
	color: #d1d5db;
}

.event-info p {
	margin: 0;
}
.calendar-container {
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
	transform-origin: 0 0;
	/* transform: rotate(0deg) scale(1, -1); */
}
.calendar-header {
	display: flex;
	width: 100%;
	flex-direction: row;
	gap: 10px;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1;
	position: relative;
}
.calendar-title {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex: 1;
	position: relative;
}
.title-heading {
	color: var(--black-default, #2a2a2a);
	text-align: left;
	font-family: "Montserrat";
	font-size: 40px;
	line-height: 120%;
	font-weight: 600;
	position: relative;
}
.dimi-lines-blog {
	flex-shrink: 0;
	width: 319.57px;
	height: 50px;
	position: absolute;
	left: 35px;
	top: 23px;
	object-fit: cover;
	aspect-ratio: 319.57/50;
}
.calendar-month {
	border-radius: 100px;
	border-style: solid;
	border-color: #eaeaea;
	border-width: 1px;
	padding: 5px 25px 5px 25px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 41px;
	position: relative;
	box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.3),
		inset 0px -1px 1px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.calendar-month-text {
	color: #2a2a2a;
	text-align: left;
	font-family: "Montserrat";
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.blog-dropDown-btn {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	position: relative;
	overflow: visible;
	aspect-ratio: 1;
}
.calendar-grid {
	display: grid;
	width: 100%;
	padding: 0; /* no padding on container */
	grid-template-columns: repeat(7, 1fr); /* 1450 / 7 = 207.14 */
	gap: 0;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
}
.calendar-cell {
	width: 180px;
	height: 180px;
	box-sizing: border-box; /* includes border and padding inside width */
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	/* background: #FAFAFA */
}

.event-time {
	margin-top: 9px;
	color: #666;
	font-family: Montserrat;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.2px;
}
.calendar-cell ul {
	padding-left: 16px;
}
.calendar-cell li {
	color: #666;
	font-family: Montserrat;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.2px;
}
.calendar-cell img {
	width: 20px;
	margin-top: 5px;
}

.calendar-cell .day-number {
	color: #080808;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.48px;
}
.calendar-cell.highlight-day {
	background: #fafafa;
}
.highlight-day .day-number {
	color: rgba(102, 102, 102, 0.5);
}
.calendar-cell.event {
	background-color: #ffe8c6;
	position: relative;
	cursor: pointer;
}

.calendar-cell.empty {
	background: transparent;
	border: none;
	padding: 0;
}
.day-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.publish-event-button {
	background: #5896bc;
	border-radius: 100px;
	padding: 10px 20px 10px 20px;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 360px;
	height: 37px;
	position: relative;
	box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.3) inset;
	overflow: hidden;
}
.publish-btn-text {
	color: #ffffff;
	text-align: left;
	font-family: "Montserrat";
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #5896bc;
	border: none;
	text-decoration: none;
}
.overlay-frame {
	display: none;
	position: absolute;
	z-index: 999;
	border-width: 0px 1px 1px 0px;
	border-radius: 0.9375rem;
	border-right: 1px solid rgba(102, 102, 102, 0.16);
	border-bottom: 1px solid rgba(102, 102, 102, 0.16);
	background: rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.13);
	backdrop-filter: blur(15px);
	padding: 11px 15px 11px 15px;
	/* display: flex; */
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	top: 100%;
	box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.13);
	overflow: hidden;
	width: 165%;
}
.calendar-cell.event:hover .overlay-frame {
	opacity: 1;
	visibility: visible;
	display: block;
}
.overlay-div {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.overlay-header {
	display: flex;
	flex-direction: row;
	gap: 0px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.overlay-header-text {
	color: #737373;
	text-align: left;
	font-family: "Montserrat";
	font-size: 12px;
	line-height: 150%;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.overlay-header-btn {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	position: relative;
	overflow: visible;
	aspect-ratio: 1;
}
.overlay-header-text1 {
	color: #2a2a2a;
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 150%;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.overlay-header-time {
	color: #737373;
	text-align: left;
	font-family: "Montserrat";
	font-size: 12px;
	line-height: 150%;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.overlay-btn-frame {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.text-box-with-icon {
	border-radius: 100px;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
	padding: 10px 20px 10px 20px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 30px;
	position: relative;
	/* box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.3),
    inset 0px -1px 1px 0px rgba(0, 0, 0, 0.3); */
	overflow: hidden;
}
.calendar-text {
	color: #2a2a2a;
	font-family: "Montserrat";
	font-size: 14px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.detail-btn-text {
	color: #5896bc;
	font-family: "Montserrat";
	font-size: 12px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.subscribe-section {
	display: flex;
	flex-direction: column;
	padding: 2rem 4rem;
	height: 254px;
	width: 72%;
	/* transform: rotate(-90deg); */
	justify-content: center;
	align-items: center;
	align-self: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 50px;
	background: radial-gradient(
			147.78% 58.45% at -21.84% 4.12%,
			rgba(210, 217, 67, 0.8) 0%,
			rgba(83, 193, 222, 0) 100%
		),
		radial-gradient(
			88.08% 79.57% at 98.38% 100%,
			rgba(255, 158, 49, 0.8) 0%,
			rgba(210, 217, 67, 0) 100%
		),
		linear-gradient(
			251deg,
			rgba(64, 186, 255, 0.8) 1.06%,
			rgba(0, 0, 0, 0) 85.58%
		),
		#131313;
	position: relative;
	/* top: -6rem; */
	/* left: 10rem; */
}
.subscribe-heading {
	color: #e5ab4e;
	text-align: center;
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.05em;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	align-self: stretch;
}
.sub-heading {
	color: #ffffff;
	text-align: center;
	font-family: "Montserrat";
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.03em;
	font-weight: 600;
	position: relative;
	align-self: stretch;
}
.subscribe-paragraph {
	color: #bdbdbd;
	text-align: center;
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 150%;
	font-weight: 400;
	position: relative;
}

.button-section {
	padding: 0px 100px 0px 100px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.frame-1707479316 {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.search-btn {
	border-radius: 61.45px;
	border-style: solid;
	border-color: var(--grey-lihtactive, #bdbdbd);
	border-width: 0.61px;
	padding: 6.15px 12.29px 6.15px 12.29px;
	display: flex;
	flex-direction: row;
	gap: 6.15px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	width: 409px;
	height: 39px;
	position: relative;
	box-shadow: inset 0px 0.61px 3.07px 0px rgba(255, 255, 255, 0.3),
		inset 0px -0.61px 0.61px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.search-btn-icon {
	flex-shrink: 0;
	width: 9.83px;
	height: 9.83px;
	position: relative;
	overflow: visible;
	aspect-ratio: 1;
}
.search-btn-text {
	/* color: var(--Black-Default, #2a2a2a); */
	color: #fff;
	text-align: left;
	font-family: "Montserrat";
	font-size: 15px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: none;
	background: transparent;
	width: 100%;
}
.sub-button {
	background: #e5ab4e;
	border-radius: 100px;
	padding: 10px 20px 10px 20px;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 34px;
	position: relative;
	box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.3),
		inset 0px -1px 1px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	cursor: pointer;
}
.sub-button-text {
	color: #ffffff;
	text-align: left;
	font-family: "Montserrat";
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
/* podcast */
.podcast-wrapper {
	display: flex;
	flex-direction: column;
	gap: 70px;
	/* height: 350%; */
}
.podcast-page {
	position: relative;
}
.podcast-img {
	width: 100%;
}
.creator {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	bottom: -3%;
	right: 2%;
}
.angle-left-3 {
	background: linear-gradient(to left, #1f1f1f, #1f1f1f);
	border-radius: 15px;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
	object-fit: cover;
}
.frame-1 {
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.holiday {
	color: #ffffff;
	text-align: left;
	font-family: "Montserrat-Medium", sans-serif;
	font-size: 16px;
	font-weight: 500;
	position: relative;
}
._51-k-followers {
	color: rgba(255, 255, 255, 0.6);
	text-align: left;
	font-family: "Quicksand-Medium", sans-serif;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}
.Podcast-section {
	background: #ffffff;
	padding: 70px 70px 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.Podcast-header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.pod-header-heading {
	color: #737373;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.6px;
}
.social-links-div {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.social-links {
	display: flex;
	flex-direction: row;
	gap: 11px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.social-links2 {
	display: flex;
	flex-direction: row;
	gap: 7.86px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.social-button {
	border-radius: 100px;
	border-style: solid;
	border-color: #bdbdbd;
	border-width: 1px;
	padding: 10px 20px 10px 20px;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 39px;
	position: relative;
	box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.3),
		inset 0px -1px 1px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.social-button.youtube-btn:hover {
	background-color: #e5ab4e47; /* YouTube red */
	color: white;
}
.social-button.spotify-btn:hover {
	background-color: #e5ab4e47; /* Spotify green */
	color: white;
}
.social-button.amazon-btn:hover {
	background-color: #e5ab4e47; /* Amazon orange */
	color: white;
}
.social-button.apple-btn:hover {
	background-color: #e5ab4e47; /* Apple grey */
	color: white;
}
/* .social-button:hover .btn-text {
	color: white;  optional: changes text color 
} */
.youtube {
	flex-shrink: 0;
	width: 23.58px;
	height: 23.58px;
	position: relative;
	overflow: visible;
}
.btn-text {
	color: #737373;
	text-align: left;
	font-family: "Montserrat";
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.spotify,
.amazon,
.apple-podcast {
	flex-shrink: 0;
	width: 23.58px;
	height: 23.58px;
	position: relative;
	overflow: visible;
	aspect-ratio: 1;
}
.svg-repo-icon-carrier {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0%;
	left: 0%;
	bottom: 0%;
	top: 0%;
	overflow: visible;
}
.Podcast-about-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.Podcast-about-subsection {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.Podcast-about-headingdiv {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex: 1;
	position: relative;
}
.pod-about-heading {
	color: #2a2a2a;
	text-align: left;
	font-family: "Montserrat";
	font-size: 32px;
	line-height: 120%;
	font-weight: 500;
	position: relative;
	align-self: stretch;
}
.pod-about-line {
	flex-shrink: 0;
	width: 127.83px;
	height: 20px;
	position: absolute;
	left: -2px;
	top: 25px;
	object-fit: cover;
	aspect-ratio: 127.83/20;
}
.pod-about-line-ep {
	flex-shrink: 0;
	width: 216.83px;
	height: 21px;
	position: absolute;
	left: 9%;
	top: 36%;
	object-fit: cover;
	aspect-ratio: 127.83/20;
}
.podcast-paragraph {
	color: #737373;
	text-align: justify;
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: 400;
	position: relative;
	width: 100%;

	/* color: #737373;
  text-align: justify;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  position: relative;
  align-self: stretch; */
	/* height: 191px;
  text-overflow: ellipsis;
  overflow: hidden; */
}
/* body.page-id-23 .podcast-paragraph {
  height: 191px;
}

body:not(.page-id-23) .podcast-paragraph {
  height: 91px;
} */
.podcast-about-btn {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
	align-self: baseline;
	/* margin-top: 11%; */
}
/* body.page-id-26 .podcast-about-btn {
  margin-top: -2%;
}

body:not(.page-id-26) .podcast-about-btn {
  margin-top: 11%;
} */
.podcast-btn-frame {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.pod-button {
	background: rgba(229, 171, 78, 0.28);
	border-radius: 100px;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
	padding: 10px 30px 10px 30px;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 39px;
	position: relative;
	box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.3),
		inset 0px -1px 1px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	backdrop-filter: blur(15px);
}
.pod-text {
	color: #2a2a2a;
	text-align: left;
	font-family: "Montserrat";
	font-size: 18px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.Podcast-Episode-section {
	height: fit-content;
	background: #16171e;
	border-radius: 80px;
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: column;
	gap: 70px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
body.page-id-23 .Podcast-Episode-section {
	background: #16171e; /* Your desired background */
}

/* body:not(.page-id-23) .Podcast-Episode-section {
	background: transparent; 
} */

/* CSS Code for the custom scrollbar */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: #2f2f2f;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
	border: 1px solid #1a1a1a;
}
::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}
::-webkit-scrollbar-thumb:active {
	background: #666;
}
/* Firefox support */
* {
	scrollbar-width: thin;
	scrollbar-color: #888 #2f2f2f;
}

.Podcast-Episode-heading {
	width: fit-content;
	height: fit-content;
	padding: 0px 70px 0px 70px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: center;
	flex-shrink: 0;
	position: relative;
}
.podcast-about-paragraph {
	color: var(--white-default, #ffffff);
	text-align: center;
	font-size: 20px;
}
.frame-1707480003 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.episode-heading {
	color: #ffffff;
	text-align: left;
	font-family: "Montserrat";
	font-size: 32px;
	line-height: 120%;
	font-weight: 500;
	position: relative;
	align-self: stretch;
}
body.page-id-23 .episode-heading {
	color: #ffffff; /* Your desired background */
}

/* body:not(.page-id-23) .episode-heading {
	color: #2a2a2a; 
} */
.podcast-table {
	width: 100%;
	table-layout: fixed; /* Equal spacing for all columns */
	border-collapse: collapse;
}

.podcast-table th,
.podcast-table td {
	padding: 12px;
	vertical-align: top;
}

/* Adjust specific column widths */
.podcast-table th:first-child,
.podcast-table td:first-child {
	width: 40px; /* small width for play button */
}

.podcast-table th:nth-child(2),
.podcast-table td:nth-child(2) {
	width: 40%; /* Title column */
}

.podcast-table th:nth-child(3),
.podcast-table td:nth-child(3) {
	width: 30%; /* Playlist column */
}

.podcast-table th:nth-child(4),
.podcast-table td:nth-child(4) {
	width: 30%; /* Action column */
}

.pod-episode-lists {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	flex: 1;
	overflow-y: scroll;
	position: relative;
}
.list-podcast {
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: flex-start;
	justify-content: flex-start;
	flex: 1;
	position: relative;
}
.podcast-item {
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.03);
	border-width: 0px 0px 1px 0px;
	padding: 7px 30px 7px 30px;
	align-self: stretch;
	flex-shrink: 0;
	height: 40px;
	position: relative;
	overflow: hidden;
	/* width: 100%; */
	display: flex;
	gap: 34rem;
	/* justify-content: space-between; */
}
.podcast-item-text {
	color: rgba(255, 255, 255, 0.3);
	/* text-align: left; */
	font-family: "Quicksand";
	font-size: 14px;
	font-weight: 600;
	/* position: absolute; */
	/* left: 493px; */
	/* width: 98px; */
}
.podcast-title {
	position: relative;
	left: 100px;
	flex: 1;
}
.svg {
	position: relative;
	left: -4.25%;
}
.playlist {
	position: relative;
	flex: 1;
	left: -1.25%;
}
body.page-id-123 .podcast-item-text {
	color: rgba(255, 255, 255, 0.3); /* Your desired background */
}

body:not(.page-id-123) .podcast-item-text {
	color: #bdbdbd; /* Or any other background */
}
.head-side-headphones-1 {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 884px;
	top: 5px;
	overflow: visible;
}
.podcast-episodes-item {
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.03);
	border-width: 0px 0px 1px 0px;
	padding: 7px 30px 7px 30px;
	align-self: stretch;
	flex-shrink: 0;
	height: 98px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	gap: 50px;
}
.group-4 {
	position: absolute;
	inset: 0;
}
.episode-thumbnail {
	border-radius: 8px;
	width: 57.33px;
	height: 45px;
	object-fit: cover;
}
.img-thumbail-div {
	display: flex;
	gap: 27px;
	flex: 1;
}
.podcast-details {
	display: flex;
	gap: 15px;
}
.episode-wrapper {
	display: flex;
	gap: 160px;
}
.episode-btn {
	align-content: center;
}
.thumbail-wrapper {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 15px;
	width: 361px;
}
.podcast-details {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 15px;
}
.podcast-episode-header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	width: 307.04px;
	/* position: absolute;
  left: 146.51px;
  top: 17px; */
}
.podcast-episode-title-author {
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.podcast-episode-title {
	color: #ffffff;
	text-align: left;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: flex;
	flex-direction: column;
}
body.page-id-23 .podcast-episode-title {
	color: #ffffff; /* Your desired background */
}

/* body:not(.page-id-23) .podcast-episode-title {
	color: #2a2a2a; 
} */
.episode-name {
	color: #bdbdbd;
	text-align: left;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 400;
	position: relative;
}
.episode-meta {
	display: flex;
	flex-direction: row;
	gap: 0px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.season-episode-info {
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
	/* justify-content: space-between; */
	flex: 1;
	position: relative;
}
.season {
	color: #ffffff;
	text-align: left;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 400;
	position: relative;
}
.separator-dot {
	background: #ffffff;
	border-radius: 50%;
	flex-shrink: 0;
	width: 3px;
	height: 3px;
	position: relative;
	aspect-ratio: 1;
}
body.page-id-23 .season,
body.page-id-23 .separator-dot,
body.page-id-23 .episode-number {
	color: #ffffff; /* Your desired background */
}
/* body:not(.page-id-23) .season,
body:not(.page-id-23) .separator-dot,
body:not(.page-id-23) .episode-number {
	color: #2a2a2a; 
} */
.episode-number {
	color: #ffffff;
	text-align: left;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 400;
	position: relative;
}
.episode-duration {
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.duration {
	color: #bdbdbd;
	text-align: left;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 400;
	position: relative;
}
.episode-description {
	color: #737373;
	text-align: left;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	/* position: absolute;
  left: 492.47px;
  top: 50%;
  translate: 0 -50%; */
	width: 267.55px;
	flex: 1;
}
.platform-links {
	display: flex;
	flex-direction: row;
	gap: 9px;
	align-items: center;
	justify-content: flex-start;
	/* position: absolute;
  left: 811px;
  top: 28.33px; */
}
.platform-link {
	flex-shrink: 0;
	width: 33px;
	height: 33px;
	position: relative;
	border-radius: 50%;
}
.platform-link:hover {
	background: #e5ab4e;
}
.platform-icon-bg {
	border-radius: 50%;
	border-style: solid;
	border-color: var(--grey-text-subtext, #737373);
	border-width: 1px;
	width: 33px;
	height: 33px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.platform-icon {
	width: 23.58px;
	height: 23.58px;
	position: absolute;
	left: 50%;
	translate: -50% -50%;
	top: 50%;
	overflow: visible;
}
.menu-dot {
	display: flex;
	width: 25px;
	justify-content: center;
	gap: 10px;
	padding: 7px;
	position: relative;
	background-color: #f7f7f7;
	border-radius: 10px;
}
.menu-dots-vertical {
	position: relative;
	width: 27px;
	height: 18px;
}
.frame-1707480951 {
	flex-shrink: 0;
	width: 33px;
	height: 33px;
	position: relative;
}

.frame-17074809522 {
	flex-shrink: 0;
	width: 33px;
	height: 33px;
	position: relative;
}

.apple-podcast-logo-streamline-logos {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	translate: -50% -50%;
	top: 50%;
	overflow: visible;
}
.podcast-play-btn {
	border-radius: 71.25px;
	padding: 0px 3.75px 0px 3.75px;
	display: flex;
	flex-direction: row;
	gap: 7.5px;
	align-items: center;
	justify-content: center;
	width: 38.22px;
	height: 30px;
	overflow: hidden;
}
.podcast-play-img {
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	position: relative;
	overflow: visible;
}
.pause {
	background: var(--mustard-default, #e5ab4e);
	border-radius: 71.25px;
	padding: 0px 3.75px 0px 3.75px;
	display: flex;
	flex-direction: row;
	gap: 7.5px;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 41px;
	overflow: hidden;
}
.pause-1 {
	flex-shrink: 0;
	width: 13px;
	height: 19px;
	position: relative;
	overflow: visible;
}
.scrollBar-section {
	flex-shrink: 0;
	width: 5px;
	height: 407px;
	position: static;
}
.scrollBar-wrapper {
	background: #2f2f2f;
	border-radius: 6px;
	width: 5px;
	height: 407px;
	position: absolute;
	left: 100%;
	top: 0px;
}
.scrollBar {
	background: #737373;
	border-radius: 6px;
	width: 5px;
	height: 272px;
	position: absolute;
	left: 100%;
	top: 0px;
}

.podcast-host-section {
	padding: 0px 90px 100px 90px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.podcast-host-container {
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.podcast-host-header-wrapper {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.podcast-host-header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.podcast-section-title {
	color: #2a2a2a;
	text-align: left;
	font-family: "Montserrat";
	font-size: 32px;
	line-height: 120%;
	font-weight: 500;
	position: relative;
	align-self: stretch;
}
.podcast-host-content {
	display: flex;
	flex-direction: row;
	gap: 24px;
	row-gap: 28px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.host-details {
	display: flex;
	flex-direction: row;
	gap: 70px;
	align-items: center;
	justify-content: center;
	flex: 1;
	position: relative;
}
.host-image-card {
	border-radius: 32px;
	display: flex;
	flex-direction: column;
	gap: 7.93px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	width: 249px;
	position: relative;
}
.host-image {
	border-radius: 20px;
	align-self: stretch;
	flex: 1;
	position: relative;
	object-fit: cover;
}
.host-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
	flex: 1;
	position: relative;
}
.host-name {
	color: var(--black-default, #2a2a2a);
	text-align: left;
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.host-bio-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.host-bio {
	color: var(--grey-text-subtext, #737373);
	text-align: justify;
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: 400;
	position: relative;
	align-self: stretch;
}
.host-dimi-line {
	flex-shrink: 0;
	width: 191.74px;
	height: 30px;
	position: absolute;
	left: 75px;
	top: 22px;
	object-fit: cover;
	aspect-ratio: 191.74/30;
}
.frame-1707480917 {
	display: flex;
	flex-direction: row;
	gap: 7px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.s-1 {
	color: var(--black-default, #2a2a2a);
	text-align: left;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.ellipse-2 {
	background: var(--black-default, #2a2a2a);
	border-radius: 50%;
	flex-shrink: 0;
	width: 4px;
	height: 4px;
	position: relative;
	aspect-ratio: 1;
}
.episode-01 {
	color: var(--black-default, #2a2a2a);
	text-align: left;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.service-about {
	background: #040607;
	padding: 70px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
	margin-top: -5rem;
}
.frame-1707480717 {
	display: flex;
	flex-direction: row;
	gap: 25px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.stay-updated-straight-to-your-inbox {
	color: var(--white, #ffffff);
	text-align: left;
	font-family: "Montserrat";
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -1.25px;
	font-weight: 600;
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.frame-1707479316 {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.service-search {
	border-radius: 61.45px;
	border-style: solid;
	border-color: #eaeaea;
	border-width: 0.61px;
	padding: 6.15px 10px 6.15px 10px;
	display: flex;
	flex-direction: row;
	gap: 6.15px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	width: 409px;
	height: 60px;
	position: relative;
	box-shadow: inset 0px 0.61px 3.07px 0px rgba(255, 255, 255, 0.3),
		inset 0px -0.61px 0.61px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.search2 {
	flex-shrink: 0;
	width: 9.83px;
	height: 9.83px;
	position: relative;
	overflow: visible;
	aspect-ratio: 1;
}
.search-text {
	color: #ffffff;
	text-align: left;
	font-family: "Montserrat";
	font-size: 11.061559677124023px;
	line-height: 150%;
	font-weight: 500;
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: transparent;
	outline: none;
	border: none;
}
.service-button {
	background: #5896bc;
	border-radius: 100px;
	padding: 10px 20px 10px 20px;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 28px;
	position: relative;
	box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, 0.3),
		inset 0px -1px 1px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.service-container {
	display: flex;
	flex-direction: column;
	gap: 70px;
}
.service-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	gap: 70px;
	position: relative;
	background-color: #ffffff;
}
.service-section {
	padding: 0px 70px;
	display: flex;
	flex-direction: row;
	gap: 112px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.service-section-left .service-section-right {
	flex-direction: row;
}
.content-column {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
	justify-content: flex-start;
	flex: 1;
	position: relative;
}

.service-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}

.section-underline {
	flex-shrink: 0;
	width: 255.65px;
	height: 40px;
	position: absolute;
	left: 24px;
	top: 84px;
	object-fit: cover;
	aspect-ratio: 255.65 / 40;
}

.section-underline-2 {
	flex-shrink: 0;
	width: 255.65px;
	height: 40px;
	position: absolute;
	left: 145px;
	top: 65px;
	object-fit: cover;
	aspect-ratio: 255.65 / 40;
}

.service-section-header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}

.service-heading-wrapper {
	display: flex;
	flex-direction: column;
	gap: 2px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}

.communication-section-title {
	align-self: stretch;
	flex-shrink: 0;
	height: 115px;
	position: relative;
}

.title-text {
	color: var(--black-default, #2a2a2a);
	text-align: left;
	font-family: "Montserrat";
	font-size: 40px;
	line-height: 49.6px;
	letter-spacing: -1.25px;
	font-weight: 600;
	position: absolute;
	left: 0px;
	top: -1px;
	width: 100%;
	height: 116px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.feature-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}

.feature-1,
.feature-2,
.feature-3,
.feature-4,
.feature-5 {
	align-self: stretch;
	flex-shrink: 0;
	height: 50px;
	position: static;
}

.feature-text-1,
.feature-text-2,
.feature-text-3,
.feature-text-4,
.feature-text-5 {
	color: var(--grey-text-subtext, #737373);
	text-align: left;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	left: 31.6px;
}
/* 
.feature-text-1 { top: 0px; }
.feature-text-2 { top: 54px; }
.feature-text-3 { top: 108px; }
.feature-text-4 { top: 145.79px; }
.feature-text-5 { top: 183.57px; } */

.service-icon,
.icon-2,
.icon-3,
.icon-4,
.icon-5 {
	width: 4.21%;
	height: 20px;
	position: absolute;
	left: 0%;
	overflow: visible;
}

/* .icon-1 { top: calc(50% - 99.89px); right: 95.79%; }
.icon-2 { top: calc(50% - 45.89px); right: 95.79%; }
.icon-3 { top: calc(50% - -8.11px); right: 95.79%; }
.icon-4 { top: calc(50% - -45.89px); right: 95.79%; }
.icon-5 { top: calc(50% - -83.68px); right: 95.79%; } */

.image-container {
	flex-shrink: 0;
	width: 448px;
	height: 448px;
	position: static;
}

.round-image-wrap {
	border-radius: 999px;
	position: absolute;
	right: 155px;
	left: 912px;
	bottom: 0px;
	top: 0px;
	overflow: hidden;
}

.round-image-fill {
	width: 448px;
	height: 448px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.round-image-inner {
	width: 448px;
	height: 448px;
	position: absolute;
	left: calc(50% - 223px);
	top: 50%;
	translate: 0 -50%;
	overflow: hidden;
}

.background-shape {
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: visible;
}

.main-figure {
	width: 390px;
	height: 515px;
	position: absolute;
	left: 50%;
	translate: -50%;
	bottom: -9px;
	object-fit: cover;
}

.project-section {
	padding: 0px 70px;
	display: flex;
	flex-direction: row-reverse;
	gap: 112px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.project-section-img {
	width: 390px;
	height: 294px;
	position: absolute;
	left: 25%;
	translate: -50%;
	top: 6rem;
	bottom: -9px;
	object-fit: cover;
}
.rectangle-3463466 {
	background: var(--background, #f7f7f7);
	border-radius: 12px;
	height: 102px;
	position: relative;
	top: 20rem;
}
.project-content-column {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
	justify-content: flex-start;
	flex: 1;
	position: relative;
	left: 4rem;
}
.shift-card {
	background: #ffffff;
	border-radius: 12px;
	border-style: solid;
	border-color: var(--stroke, #e0e0e0);
	border-width: 1px;
	padding: 20px 14px 20px 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	height: 264px;
	position: relative;
	box-shadow: 0px 12px 96px 0px rgba(6, 11, 19, 0.1),
		0px 0px 0px 4px rgba(255, 255, 255, 1);
	left: 3rem;
	width: 21rem;
	top: 8rem;
}
.untitled-design-3-1 {
	flex-shrink: 0;
	width: 250px;
	height: 353px;
	position: absolute;
	left: 54px;
	top: -80px;
	object-fit: cover;
	aspect-ratio: 256 / 384;
}
.service-mangement-group {
	flex: 1;
	height: 363px;
	position: static;
}
.service-mangement {
	background: #f7f7f7;
	border-radius: 12px;
	width: 500px;
	height: 363px;
	position: absolute;
	left: 70px;
	top: 0px;
}
.untitled-design-3 {
	width: 427px;
	height: 284px;
	position: absolute;
	left: calc(50% - 649px);
	bottom: 41px;
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
	object-fit: cover;
	aspect-ratio: 427 / 284;
}
.main-pos-1 {
	border-radius: 8px 8px 0px 0px;
	border-style: solid;
	border-color: #262626;
	border-width: 6px 6px 0px 6px;
	width: 427.66px;
	height: 285px;
	position: absolute;
	left: 105.71px;
	top: 70px;
	aspect-ratio: 427.66 / 285;
}
.service-line-container {
	display: flex;
	width: 100%;
	height: 451px;
	justify-content: center;
	align-items: center;
	background: #000;
	border-radius: 80px;
	position: relative; /* So child absolute elements are relative to this */
	/* bottom: 6rem; */
	overflow: hidden; /* Prevent image from going outside */
}

.line-pattern {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 1.2; /* adjust visibility */
	z-index: 0; /* behind the text */
}
/* .footer-bottom-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
} */
.sectigo-seal {
	width: 135px;
	height: auto;
}
.service-line-text {
	display: flex;
	width: 85%;
	height: 209px;
	flex-direction: column;
	justify-content: center;
	color: var(--White, #fff);
	font-family: Poppins;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 57.6px; /* 144% */
	letter-spacing: -1.25px;
	z-index: 1;
}
.notification-container {
	width: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
/* Make actual content sit on top */
.notification-container > * {
	position: relative;
	z-index: 1;
}
.notification-container::before {
	opacity: 0.8;
	inset: 0;
	content: "";
	position: absolute;
	width: 100%;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	height: 100px;
	background: linear-gradient(to bottom, rgb(0 0 0 / 16%), transparent),
		url("assets/Images/top-gradient.png") no-repeat top center;
	background-size: cover;
	z-index: 2;
	pointer-events: none;
}

.notification-container::after {
	opacity: 0.8;
	/* inset: 0; */
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(to top, rgb(0 0 0 / 16%), transparent),
		url("assets/Images/bottom-gradient.png") no-repeat bottom center;
	background-size: cover;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	transform: rotateX(180deg);
	z-index: 2;
	pointer-events: none;
}

.notification-wrapper {
	background-color: #18181b;
	border-radius: 80px;
	padding: 6rem 4rem;
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	width: 95.5%;
	justify-content: center;
}

.notification-section {
	/* flex: 1 1 25%; */
	position: relative;
	height: 100%;
	width: 45%;
	/* border: 1px solid #e0e0e0; */
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 2rem;
}

.chat-wrapper {
	width: 360px;
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.chat-bubble {
	border-radius: 12px;
	padding: 16px 16px;
	font-size: 14px;
	line-height: 1.5;
	max-width: 80%;
	word-wrap: break-word;
}
.white {
	background: #ffffff;
	color: #000000;
	align-self: flex-start;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.orange {
	background: #f59e0b;
	color: #ffffff;
	align-self: flex-start;
	margin-left: 40px; /* Indent to mimic alignment in image */
}
.audio {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 26%;
	padding: 14px 14px;
	z-index: 1;
	position: absolute;
	left: 50%;
	bottom: 43%;
}
.icon {
	width: 20px;
	height: 20px;
}
.group {
	height: 20px;
	width: 80%;
	display: block;
}
.ai-section {
	position: relative;
	padding: 60px 20px;
	max-width: 100%;
	margin: 0 auto;
}

.ai-text {
	position: absolute;
	top: 0;
	right: 18%;
	color: white;
	font-size: 20px;
	font-weight: 400;
}

.arrow-img {
	position: absolute;
	top: 12px;
	right: 106%;
	width: 80px;
	height: auto;
}
.ai-bubble {
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 50px;
	height: 84px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	gap: 10px;
	margin-top: 5%;
	margin-left: 10%;
	width: 50%;
	justify-content: center;
}
.ai-icon img {
	width: 50px;
	height: 50px;
}
.ai-content .title {
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}

.ai-subtitle {
	color: var(--Text, #737373);
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fade-block {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.8s ease-out;
	pointer-events: none;
}
.fade-block.block-3 {
	padding: 40px;
	width: 80%;
}
.fade-block.visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.notification-header {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 2rem;
}

.notification-header img:first-child {
	width: 91px;
	margin-top: 2rem;
}

.notification-header-text {
	margin-left: 1rem;
}

.notification-header-text p {
	color: #ffff;
	margin: 0;
}

.notification-header-text img {
	width: 50px;
	margin-top: 0.5rem;
}

.notification-card {
	background-color: #fffbeb;
	color: #111;
	padding: 1.5rem;
	border-radius: 1.5rem;
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	position: relative;
}

.user-initials {
	width: 48px;
	height: 48px;
	background-color: #fef3c7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	font-weight: bold;
}

.message-content {
	flex: 1;
}

.timestamp {
	font-size: 12px;
	color: #1e3a8a;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.timestamp img {
	width: 24px;
	margin-top: 0.5rem;
}

.unread-dot {
	position: absolute;
	left: 8px;
	bottom: 36px;
	width: 10px;
	height: 10px;
	background-color: #f97316;
	border-radius: 50%;
}

.action-buttons {
	margin-left: 3rem;
	margin-top: 0.5rem;
	display: flex;
	gap: 1rem;
}

.action-buttons button {
	padding: 0.5rem 1rem;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	font-weight: 500;
	transition: 0.3s;
}

.accept-btn {
	background-color: #f97316;
	color: white;
}

.accept-btn:hover {
	background-color: #fb923c;
}

.mark-btn {
	background-color: white;
	color: #4b5563;
	border: 1px solid #e0e0e0;
}

.mark-btn:hover {
	background-color: #f3f4f6;
}

.features-section {
	flex: 1 1 40%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.feature-card {
	padding: 1.5rem;
	border-radius: 1rem;
	box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.18);
}

.feature-card.active h3 {
	color: #f97316;
}

.feature-card.active p {
	color: #e5e7eb;
	opacity: 0.6;
}

.feature-card.inactive {
	background-color: rgba(38, 38, 38, 0.7);
}

.feature-card.inactive h3 {
	color: #737373;
}

.feature-card.inactive p {
	color: #3f3f46;
}
.main-content {
	display: flex;
	flex-direction: column;
	gap: 70px;
}
.hero-section {
	margin-top: 8%;
}
.hero-img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.article-header {
	padding: 0 70px;
	margin-top: 30px;
}

.article-title {
	font-size: 40px;
	font-weight: 600;
	color: #2a2a2a;
	line-height: 120%;
	margin-bottom: 10px;
}

.article-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #737373;
	font-size: 16px;
}
.social-icon {
	padding: 6.877px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Article Content */
.article-content {
	padding: 0 70px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.blog-meta {
	padding: 0 70px;
	display: flex;
	flex-direction: column;
	gap: 50px;
	font-family: Montserrat;
}

.article-paragraph {
	color: #737373;
	font-size: 20px;
	line-height: 160%;
	text-align: justify;
}

.featured-image-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 70px 0px;
}

.content-img {
	width: 569px;
	height: 456px;
	object-fit: cover;
}

.image-caption {
	display: flex;
	gap: 10px;
	color: #737373;
	font-size: 16px;
}

/* News Section */
.news-section {
	padding: 0 70px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.section-header {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.news-section-title {
	color: #2a2a2a;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 48px */
}
.dimi-lines-1 {
	width: 134.261px;
	height: 16px;
	object-fit: contain;
	display: block; /* Prevents inline spacing */
	margin-top: -13px;
}

.news-title {
	font-size: 22px;
	font-weight: 500;
	color: #2a2a2a;
}

.news-excerpt {
	font-size: 16px;
	color: #2a2a2a;
}

.explore-btn {
	padding: 10px 20px;
	color: #fff;
	border-radius: 100px;
	font-size: 18px;
	margin-top: 40px;
	background-color: #e5ab4e;
	box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.3) inset;
	display: inline-block;
	cursor: pointer;
}

.Faq-container {
	max-width: 60%;
	margin: 9rem auto;
	padding: 0 1rem;
}

.breadcrumb {
	color: #6b7a85;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 1rem;
}

.Faq-container h1 {
	color: #2a2a2a;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 48px */
	display: flex;
	justify-content: center;
}

.subtitle {
	color: #737373;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.faq {
	margin-bottom: 2rem;
}

.faq-item {
	border-bottom: 1px solid #ccc;
	padding: 1rem 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.faq-item h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #2a2a2a;
	font-family: Montserrat;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.faq-answer {
	color: #737373;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 0.5rem;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.3s ease;
	padding-top: 0;
}
.faq-list {
	color: #737373;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.faq-item.open .faq-answer {
	max-height: 9999px; /* Adjust depending on your content */
	padding-top: 0.5rem;
	opacity: 1;
}
.faq-arrow {
	width: 40px;
	height: 40px;
	transition: transform 0.3s ease;
}

/* Rotate when item is open */
.faq-item.open .faq-arrow {
	transform: rotate(180deg);
}
.feedback {
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 2rem 0;
	text-align: center;
}

.feedback button {
	margin: 0.5rem;
	padding: 0.5rem 1.2rem;
	border: 1px solid #ccc;
	background: none;
	border-radius: 20px;
	cursor: pointer;
}

.contact-section {
	font-family: Montserrat;
	margin-top: 3rem;
}

.contact-section h2 {
	text-align: center;
	color: #2a2a2a;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 48px */
}

.contact-section p {
	margin-bottom: 1rem;
}
.contact-section-p {
	text-align: center;
	margin-bottom: 2rem;
	color: #737373;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.p-heading {
	color: #bdbdbd;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.contact-container {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	background: #f9f9f9;
	border-radius: 10px;
	padding: 2rem;
	box-sizing: border-box;
	max-width: 100%;
}

.contact-info {
	flex: 1 1 300px;
	min-width: 0;
	max-width: 100%;
	background: radial-gradient(
			147.78% 58.45% at -21.84% 4.12%,
			rgba(210, 217, 67, 0.8) 0%,
			rgba(83, 193, 222, 0) 100%
		),
		radial-gradient(
			88.08% 79.57% at 98.38% 100%,
			rgba(255, 158, 49, 0.8) 0%,
			rgba(210, 217, 67, 0) 100%
		),
		linear-gradient(
			251deg,
			rgba(64, 186, 255, 0.8) 1.06%,
			rgba(0, 0, 0, 0) 85.58%
		),
		#131313;
	color: #fff;
	padding: 1.5rem;
	border-radius: 10px;
	font-family: Montserrat;
	box-sizing: border-box;
	overflow-wrap: break-word;
}

.contact-info h3 {
	margin-bottom: 1rem;
}

.contact-info-p {
	display: flex;
	gap: 12px;
	color: #fff;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	flex-wrap: wrap;
	word-break: break-word;
	align-items: center;
}

.contact-info-p svg {
	width: 20px;
	height: auto;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.contact-container {
		flex-direction: column;
	}

	.contact-info,
	.contact-form {
		width: 100%;
	}
}

.contact-form {
	font-family: Montserrat;
	flex: 2;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 50%;
}

.form-row {
	display: flex;
	gap: 1rem;
	flex-direction: row;
	/* flex-wrap: wrap; */
}

.form-input-wrapper {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex: 1;
}

.form-input {
	flex: 1;
	background: #ffffff;
	border-radius: 8px;
	border-style: solid;
	border-color: #d5d7da;
	border-width: 1px;
	padding: 10px 14px 10px 14px;
	/* display: flex; */
	box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
	color: #717680;
	font-family: "Montserrat";
	font-size: 16px;
}
.phone-wrapper {
	display: flex;
	align-items: center;
}
.phone-input {
	border: none;
	color: #717680;
	font-family: "Montserrat";
	font-size: 16px;
}
.iti {
	width: 100%;
	position: relative;
}

.iti--separate-dial-code input {
	padding-left: 80px !important;
}

.iti__flag-container {
	left: 14px;
}
.iti__flag {
	display: none;
}
.iti--separate-dial-code .iti__selected-flag {
	color: #717680;
	font-family: "Montserrat";
	font-size: 16px;
	background: #ffffff !important;
}
.country-code-select {
	border: none;
	width: 15%;
	color: #717680;
	font-family: "Montserrat";
	font-size: 16px;
	outline: none;
}
.Subject-input {
	flex: 1;
	background: #ffffff;
	border-radius: 8px;
	border-style: solid;
	border-color: #d5d7da;
	border-width: 1px;
	padding: 10px 14px 10px 14px;
	display: flex;
	box-shadow: var(
		--shadow-xs-box-shadow,
		0px 1px 2px 0px rgba(10, 13, 18, 0.05)
	);
	color: #717680;
	text-align: left;
	font-family: "Montserrat";
	font-size: 16px;
}
.Description-input {
	flex: 1;
	background: #ffffff;
	border-radius: 8px;
	border-style: solid;
	border-color: #d5d7da;
	border-width: 1px;
	padding: 10px 14px 10px 14px;
	display: flex;
	box-shadow: var(
		--shadow-xs-box-shadow,
		0px 1px 2px 0px rgba(10, 13, 18, 0.05)
	);
	color: #717680;
	text-align: left;
	font-family: "Montserrat";
	font-size: 16px;
}
.select-input {
	flex: 1;
	background: #ffffff;
	border-radius: 8px;
	border-style: solid;
	border-color: #d5d7da;
	border-width: 1px;
	padding: 10px 14px 10px 14px;
	display: flex;
	box-shadow: var(
		--shadow-xs-box-shadow,
		0px 1px 2px 0px rgba(10, 13, 18, 0.05)
	);
	color: #717680;
	text-align: left;
	font-family: "Montserrat";
	font-size: 16px;
}
.custom-select {
	position: relative;
	display: inline-block;
	width: 100%;
}
.select-arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none; /* let clicks pass through to select */
}
/* .contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
} */
.form-text {
	color: #414651;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.contact-form button {
	align-self: flex-end;
	font-family: Montserrat;
	padding: 0.7rem 1.5rem;
	border: none;
	background: #5896bc;
	color: white;
	font-size: 1rem;
	border-radius: 100px;
	cursor: pointer;
}
.event-section {
	background: radial-gradient(
			141.16% 172.8% at 0% 193%,
			rgba(229, 171, 78, 0.8) -50%,
			rgba(229, 171, 78, 0) 100%
		),
		radial-gradient(
			218.16% 370.8% at 100% 100%,
			rgba(229, 171, 78, 0.8) -10%,
			rgba(88, 150, 188, 0) -7%
		),
		#ffffff;
}

.event-wrapper {
	flex: 1;
	/* background: radial-gradient(150.18% 112.38% at -32.92% -9.33%, rgba(229, 171, 78, 0.80) 0%, rgba(88, 150, 188, 0.00) 100%); */
	display: flex;
	justify-content: center;
	margin-top: 10%;
}

.event-form-wrapper {
	padding: 33px;
	width: 100%;
	/* height: 1403px; */
	flex-shrink: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
	margin-bottom: 27px;
	display: flex;
	justify-content: center;
}
.event-form {
	display: flex;
	width: 100%;
	margin: 58px 192px;
	flex-direction: column;
	gap: 17px;
}
.event-wrapper-heading {
	color: #2a2a2a;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 48px */
}
.event-select {
	width: 100%;
}
.event-subtitle {
	color: #737373;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 50px;
}
.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.event-form-heading {
	color: var(--Black-Default, #2a2a2a);
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 24px */
	align-self: stretch;
}
.upload-box {
	border: 2px dashed #ccc;
	padding: 40px;
	text-align: center;
	border-radius: 10px;
}
.upload-heading {
	color: #202020;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
}
.upload-subheading {
	color: #202020;
	text-align: center;
	font-family: Montserrat;
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 266.667% */
}
.button-wrapper {
	display: flex;
	justify-content: center;
	align-items: center; /* Optional: vertically centers if parent has height */
}
.event-submit-btn {
	font-family: Montserrat;
	background: #5f9fd7;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 10px;
	display: flex;
	width: 354px;
	height: 48px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	border-radius: 100px;
	/* margin-left: 147px; */
	background: #5896bc;
	box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.3) inset;
}
.event-btn-wrapper {
	display: flex;
	justify-content: center;
}
.event-btn {
	display: flex;
	height: 37px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	border-radius: 100px;
	border: 1px solid #eaeaea;
	box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.3) inset;
	position: relative;
	background-color: white;
	cursor: pointer;
}
.event-success {
	background: #d4edda;
	color: #155724;
	padding: 12px 16px;
	border-radius: 4px;
	border: 1px solid #c3e6cb;
	margin: 10px 0;
	font-weight: 500;
}
.event-error {
	background: rgb(237, 212, 212);
	color: rgb(87, 29, 21);
	padding: 12px 16px;
	border-radius: 4px;
	border: 1px solid #c3e6cb;
	margin: 10px 0;
	font-weight: 500;
}
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
	.video-background {
		width: 100dvw;
		/* height: 125dvh; */
		left: 50%;
	}
	.about-us-our-story .vision-img {
		width: 275px;
		margin-left: 0;
	}
	.about-us-our-story .frame-30 {
		gap: 24px;
	}
	.about-us-our-story .Dream-team {
		flex-direction: column;
	}
	.blog-hero {
		padding: 100px 50px;
	}
	.top-left-btn {
		width: 10%;
		height: 25px;
		border-radius: 0 0 0 10px;
	}
	.blog-top-left-btn {
		width: 55px;
		height: 20px;
		padding: 5px 7.5px;
		left: 5px;
		bottom: 10px;
		font-size: 10px;
		line-height: 100%;
	}
	.events-title {
		font-size: 2rem;
	}
	.events-section {
		padding: 35px;
		border-radius: 50px;
	}
	.calendar-header {
		flex-direction: column;
		gap: 35px;
	}
	.calendar-grid {
		width: fit-content;
		grid-template-columns: repeat(1, 207px);
	}
	.calendar-cell.empty {
		display: none;
	}
	.subscribe-section {
		padding: 2rem 1rem;
		height: fit-content;
		width: 85%;
	}
	.button-section {
		padding: 0px 10px 0px 10px;
	}
	.frame-1707479316 {
		flex-direction: column;
		width: 100%;
	}
	.show-all-btn {
		padding: 0;
	}
	.image4 {
		left: 20px;
	}
	.button-group {
		flex-direction: column;
	}
	.event-wrapper {
		margin-top: 100px;
	}
	.header-right {
		text-align: left;
	}
	.events-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.event-card {
		margin: auto;
		width: 90%;
	}
	.search-btn {
		width: 90%;
	}
	.publish-event-button {
		width: 90%;
	}
	.text-section {
		width: 100%;
	}
	.Podcast-section {
		padding: 35px;
	}
	.social-links2 {
		max-width: 90vw;
		flex-wrap: wrap;
	}
	.podcast-btn-frame {
		flex-wrap: wrap;
		gap: 10px;
	}
	.Podcast-Episode-section {
		padding: 35px 0px 35px 0px;
	}
	.Podcast-Episode-heading {
		padding: 0px 50px 0px 50px;
	}
	.podcast-item {
		padding: 5px;
	}
	.podcast-episodes-item {
		padding: 5px;
	}
	.podcast-host-section {
		padding: 25px;
	}
	.host-details {
		flex-direction: column;
	}
	.service-about {
		padding: 25px;
	}
	.frame-1707480717 {
		flex-direction: column;
	}
	.service-search {
		width: 100%;
	}
	.service-section {
		padding: 0px 25px;
		gap: 25px;
	}
	.service-section-left {
		flex-direction: column;
	}
	.service-section-right {
		flex-direction: column-reverse;
	}
	.notification-container {
		display: none;
	}
	.content-column {
		width: 100%;
	}
	.image-container {
		width: 100%;
	}
	.service-line-container {
		height: fit-content;
		border-radius: 50px;
	}
	.service-line-text {
		width: 100%;
		height: fit-content;
		font-size: 20px;
		padding: 0 25px;
	}
	.social-button {
		height: 24px;
	}
	.podcast-paragraph {
		font-size: 18px;
	}
	.pod-button {
		height: 20px;
	}
	.host-bio {
		font-size: 18px;
	}
	.subscribe-heading {
		font-size: 18px;
	}
	.subscribe-paragraph {
		font-size: 18px;
	}
	.sub-heading {
		font-size: 25px;
	}
	.sub-button {
		height: 26px;
	}
	.article-header {
		padding: 0 35px;
	}
	.article-title {
		font-size: 30px;
	}
	.article-content {
		padding: 0 35px;
	}
	.article-paragraph {
		font-size: 18px;
	}
	.Faq-container {
		max-width: 85%;
	}
	.subtitle {
		margin-top: 20px;
	}
	.faq-answer {
		font-size: 18px;
	}
	.faq-list {
		font-size: 18px;
	}
	.review-card {
		left: 17.5% !important;
		top: 10% !important;
	}
	.middle-wrapper {
		left: 50%;
		width: 78dvw;
	}
	.heading4 {
		font-size: 23px;
		/* margin-left: -85px; */
	}
	.heading5 {
		font-size: 34px;
	}

	/* .main-header {
		height: auto;
		top: 10px;
		padding: 10px;
	} */
	.main-header {
		width: 97dvw;
		left: calc(50% - 48.5dvw);
	}
	/* body:not(.home) .main-header {
		width: 80dvw;
		left: calc(50% - 40dvw);
	} */
	.header-content {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 0;
		/* width: auto; */
		padding: 0 8px;
		position: static;
		translate: none;
		top: auto;
		left: auto;
	}

	.logo-container {
		position: static;
		height: auto;
	}

	.main-nav {
		border-radius: 62px;
		border-style: solid;
		border-color: rgba(224, 224, 224, 0.2);
		border-width: 1px;
		width: 100%;
		height: fit-content;
		position: absolute;
		right: 0%;
		left: 0%;
		bottom: 0%;
		top: 104%;
		backdrop-filter: blur(15px);
		flex-direction: column;
		align-items: center;
		gap: 15px;
		padding: 20px 0;
		display: none; /* Hidden by default */
		z-index: 99;
		font-family: "Montserrat";
	}

	.main-nav.active {
		display: flex;
	}

	.mobile-menu-toggle {
		padding-bottom: 5px;
		display: block;
		font-size: 24px;
		background: none;
		border: none;
		color: #fff;
		cursor: pointer;
		z-index: 100;
	}
	body.home .mobile-menu-toggle,
	body.page-id-26 .mobile-menu-toggle,
	body.page-id-23 .mobile-menu-toggle {
		/* Podcast Page */
		color: #ffffff; /* white for video or dark backgrounds */
	}
	body:not(.home):not(.page-id-26):not(.page-id-23) .mobile-menu-toggle {
		color: #000000; /* dark for solid backgrounds */
	}

	.main-frame {
		width: 100%;
		/* left: 11px; */
		top: 830px;
	}
	.paragraph {
		font-size: 13px;
	}
	.dimi-lines-12 {
		width: 228px;
		/* left: 43.5px;
		top: 12px; */
	}
	.heading {
		font-size: 33px;
	}
	/* .newsletter-section {
    gap: 10px;
    width: 91dvw;
    left: 0rem;
  } */
	.newsletter-wrapper {
		padding: 17px 0px 35px 0px;
		gap: 44px;
	}
	.text-group {
		width: 91dvw;
	}
	.heading2 {
		font-size: 15px;
	}
	.heading3 {
		font-size: 30px;
	}
	.paragraph2 {
		font-size: 16px;
		width: 90dvw;
	}
	.email-input {
		width: 45dvw;
		height: 30px;
	}
	.subscribe-button {
		padding: 10px 20px 10px 20px;
		height: 22px;
	}
	.text {
		font-size: 13px;
	}
	.Privacy-container h1 {
		font-size: 1.8rem;
	}

	.Privacy-container h2 {
		font-size: 1.2rem;
	}

	.content-wrapper {
		flex-direction: column;
		align-items: baseline;
		height: -webkit-fill-available;
	}
	.text-content {
		width: 100%;
	}
	.heading-wrapper,
	.main-heading {
		min-height: 20px;
		font-size: 25px;
		/* margin-top: 6rem; */
		line-height: 44px;
	}
	.description {
		font-size: 14px;
		width: 100%;
	}
	.frame-container {
		width: 100%;
		height: 50%;
	}
	.background-video {
		height: 804px;
	}
	.artist-showcase-container {
		padding: 45px;
		width: 75%;
		/* height: 1017px; */
	}

	.main-footer {
		padding: 40px 20px;
		border-radius: 40px 40px 0 0;
		height: auto;
		width: 89dvw;
		left: -1rem;
		gap: 60px;
	}
	/* body.home .main-footer {
		left: -0.5rem;
	} */
	.footer-container {
		align-items: center;
		gap: 30px;
	}

	.footer-sections {
		flex-direction: column;
		align-items: center;
		width: 100%;
		gap: 25px;
	}

	.logo-section {
		width: auto;
		height: auto;
		align-items: center;
		gap: 15px;
	}

	.logo-image {
		width: 140px;
		height: auto;
	}

	.nav-section {
		align-items: center;
		text-align: center;
	}

	.nav-links {
		align-items: center;
	}

	.section-title {
		font-size: 14px;
		line-height: 20px;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: center;
		gap: 12px;
		text-align: center;
		padding: 0.5rem;
	}

	.about-us-our-story .img {
		height: 195px;
		top: 322px;
	}
	.about-us-our-story .vector {
		width: 20%;
		height: 50%;
		top: 15%;
		left: 80%;
	}
	.about-us-our-story .music-note-2 {
		width: 185px;
		height: 185px;
		top: 649px;
		left: 113px;
	}
	.about-us-our-story .frame-11 {
		padding: 0px 7px;
	}
	.about-us-our-story .at-dimi-we-believe {
		padding: 0rem 2rem;
		font-size: 22px;
	}
	.about-us-our-story .giving-creators {
		width: 80%;
		padding: 0rem 2rem;
		font-size: 17px;
	}
	.about-us-our-story .frame-12 {
		flex-direction: column;
		padding: 0px 35px 0px 35px;
	}
	.group-60 {
		width: -webkit-fill-available;
	}
	.about-us-our-story .heading-3 {
		font-size: 32px;
	}
	/* .about-us-our-story .dimi-lines-4 {
		left: 162px;
	} */
	/* .about-us-our-story .dimi-lines-5 {
		left: 89px;
	} */
	/* .about-us-our-story .dimi-lines-6 {
		left: 137px;
	} */
	.about-us-our-story .text-container {
		padding: 0px 0px;
	}
	.about-us-our-story .heading {
		font-size: 22px;
	}
	.about-us-our-story .heading-2 {
		font-size: 29px;
	}
	.about-us-our-story .paragraph {
		font-size: 15px;
		/* margin-left: 2rem; */
		margin-top: 0rem;
	}
	.about-us-our-story .blogs {
		width: 100%;
	}
	.about-us-our-story .frame-16 {
		height: 902px;
		flex-direction: column;
	}
	.about-us-our-story .image {
		left: 251px;
	}
	.image2 {
		left: 355.43px;
	}
	.image3 {
		left: 126.89px;
	}
	.image5 {
		left: 74.05px;
		width: 155.42px;
		height: 175.22px;
	}
	.about-us-our-story .search {
		width: 130px;
		height: 25px;
		top: 307px;
		left: 137px;
	}
	.about-us-our-story .dimi-lines-5 {
		right: 1px;
	}
	.form-row {
		flex-direction: column;
	}
	.featured-artwork-showcase {
		bottom: 0;
	}
	.main-content {
		margin-bottom: 17px;
	}
	.dimi-lines-1 {
		left: 20.739px;
		top: 3099px;
		margin-left: 14px;
	}
	.event-form-wrapper {
		margin-left: 12px;
		width: 329px;
		/* height: 1598px; */
	}
	.event-form {
		margin: 0px 192px;
	}
	/* .event-btn {
    left: 5rem;
  } */
	.event-submit-btn {
		width: 300px;
		/* margin-left: 14px; */
	}
	.event-wrapper-heading {
		font-size: 32px;
	}
	.section-wrapper {
		height: auto;
		width: 100%;
	}
	.section-content {
		padding: 0px 20px 0px 20px;
		flex-direction: column;
	}
	/* .dimi-lines {
		left: 94px;
		top: 487px;
	} */
	.artwork-grid-group {
		/* flex-shrink: 0;
    width: 387.92px;
    height: 522.15px;
    position: relative; */
		width: 100%;
		height: auto;
	}
	.intro-text-block {
		/* width: 117%; */
		width: auto;
		/* left: 1rem; */
	}
	.tagline {
		font-size: 25px;
	}
	.description-text {
		font-size: 15px;
	}
	.title {
		font-size: 19px;
	}
	.date {
		font-size: 14px;
	}
	.about-us-our-story .frame-14 {
		width: auto;
	}
	.grid-2 {
		grid-template-columns: 1fr;
	}
	.section-underline-2 {
		left: -12px;
		top: 89px;
	}
}
/* Small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.footer-sections {
		flex-direction: column;
		gap: 30px;
		width: 100%;
	}
	.logo-section {
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.nav-section {
		width: 100%;
		align-items: center;
		text-align: center;
	}
	.nav-links {
		align-items: center;
	}
	.copyright {
		text-align: center;
	}
	.social-icons {
		justify-content: center;
	}
	.footer-bottom {
		flex-direction: column;
		gap: 30px;
		padding: 0 20px;
		text-align: center;
	}
	.events-section {
		padding: 2rem 1rem;
	}

	.events-title {
		font-size: 2rem;
	}

	.events-grid {
		flex-direction: column;
		align-items: center;
	}

	.header-right {
		text-align: left;
	}
	.navbar-container {
		flex-direction: column;
		align-items: flex-start;
	}

	.nav-links {
		flex-direction: column;
		gap: 1rem;
	}

	.contact-container {
		flex-direction: column;
	}

	.form-row {
		flex-direction: column;
	}

	.footer-content {
		flex-direction: column;
		gap: 2rem;
	}

	.footer-links {
		flex-direction: column;
		gap: 1rem;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.video-background {
		width: 100dvw;
		/* height: 118dvh; */
		left: 50%;
	}
	.main-header {
		width: 75%;
		height: 70px;
		/* left: 0; */
		/* left: calc(50% - 313px); */
	}
	.header-content {
		gap: 50px;
		width: 168px;
		left: 17%;
	}
	/* .main-frame {
    flex-direction: column;
    gap: 150px;
    width: 95%;
    left: 32px;
    top: 830px;
  } */
	.section-wrapper {
		height: 100%;
	}
	.section-content {
		/* padding: 0px 16px 0px 0px; */
		flex-direction: column;
	}
	.dimi-lines {
		width: 294px;
		height: 46px;
		left: 198px;
		top: 716px;
	}
	/* 
  .newsletter-section {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 703px;
    left: 0rem;
    position: relative;
    overflow: hidden;
  } */
	.newsletter-wrapper {
		padding: 37px 0px 37px 0px;
		gap: 44px;
	}
	.text-container {
		padding: 0px 29px 0px 29px;
	}
	.heading3 {
		font-size: 20px;
	}
	.container {
		height: 296px;
	}
	.artist-showcase-container {
		/* padding: 23px 11px; */
		flex-direction: row;
		width: 83%;
	}
	.heading-wrapper {
		font-size: 32px;
	}
	.content-wrapper {
		max-width: 100%;
		justify-content: center;
	}
	/* .main-footer {
    padding: 15px 40px;
    gap: 100px;
    top: 0rem;
    left: -7rem;
    width: 100%;
    height: auto;
  }
  body.home .main-footer {
    left: -2rem;
  }
  body:not(.home) .main-footer {
    left: 0rem;
    width: 89dvw;
  } */
	.middle-wrapper {
		/* left: 50%;
    width: 47dvw; */
		left: 50%;
		top: 40%;
		width: 50%;
	}
	.marque {
		width: 100%;
	}
	.logo-section {
		width: auto;
		justify-content: center;
		align-items: center;
		min-width: 200px;
		height: auto;
		gap: 30px;
	}
	.nav-section {
		min-width: 150px;
	}
	.about-us-our-story .frame-11 {
		padding: 0px 0px;
	}
	.footer-sections {
		/* width: 726px; */
		padding: 0 20px;
		flex-wrap: wrap;
	}
	.about-us-our-story .frame-12 {
		gap: 23px;
		padding: 0px 31px;
	}
	.about-us-our-story .frame-13 {
		left: 2rem;
	}
	.image5 {
		width: 162.42px;
		height: 175.22px;
		left: 132.05px;
		top: 82.04px;
	}
	.about-us-our-story .image {
		width: 98px;
		height: 168px;
		top: 132px;
		left: 325px;
	}
	.image2 {
		width: 98.89px;
		height: 167.77px;
		left: 418.43px;
		top: 357.54px;
	}
	.image3 {
		width: 121.46px;
		height: 137.65px;
		left: 163.89px;
		top: 390.3px;
	}
	.about-us-our-story .search {
		width: 136px;
		height: 34px;
	}
	.about-us-our-story .text-wrapper-10 {
		font-size: 38px;
	}
	.about-us-our-story .heading-2 {
		font-size: 42px;
	}
	.about-us-our-story .heading {
		font-size: 28px;
	}
	.about-us-our-story .paragraph {
		font-size: 18px;
	}
	/* .about-us-our-story .frame-14 {
    width: 91%;
  } */
	.about-us-our-story .text-container {
		padding: 0px 1px;
	}
	/* .about-us-our-story .dimi-lines-6 {
		left: 281px;
	} */
	.about-us-our-story .frame-26 {
		width: 100%;
	}
	.about-us-our-story .frame-35 {
		padding: 27px 0px;
	}
	.about-us-our-story .text-wrapper-9 {
		font-size: 14px;
	}
	.about-us-our-story .bringing-ideas-to {
		font-size: 17px;
	}
	/* .about-us-our-story .frame-14 {
    width: 91%;
    gap: 6px;
  } */
	.about-us-our-story .p {
		font-size: 17px;
	}

	.group-60 {
		width: 50%;
	}
	.Privacy-container {
		padding: 0 1rem;
	}
	.about-us-our-story .frame-22 {
		width: 25px;
		height: 25px;
	}
	.event-form-wrapper {
		margin: 28px 41px;
		width: 607px;
		/* height: 1377px; */
	}
	.blog-hero {
		width: 100%;
		padding: 18% 0% 0% 0%;
	}
	.blog-title {
		margin-left: 4%;
	}
	.category {
		font-size: 28px;
	}
	.img-title {
		font-size: 42px;
	}
	.events-title {
		font-size: 24px;
	}
	/* .decorative-image {
		left: -2px;
	} */
	.events-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.calendar-grid {
		width: 98%;
		grid-template-columns: repeat(4, 1fr);
	}
	.calendar-cell.empty {
		display: none;
	}
	.overlay-frame {
		top: 41%;
	}
	.subscribe-section {
		height: 5%;
		width: 63%;
		/* left: 4rem; */
	}
	.sub-heading {
		font-size: 32px;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1024px) {
	.video-background {
		width: 98%;
		/* height: 124dvh; */
		left: 50%;
	}
	.background-video {
		height: 801px;
	}
	.main-header {
		width: 800px;
		height: 70px;
		left: calc(50% - 400px);
	}
	.header-content {
		gap: 169px;
		width: 500px;
		left: 34%;
	}
	.main-frame {
		gap: 150px;
		width: 99dvw;
		/* left: 92px; */
		top: 830px;
	}
	.heading5 {
		font-size: 60px;
	}
	.section-wrapper {
		gap: 2px;
		flex-shrink: 0;
		width: 100%;
		height: 637px;
	}
	.section-content {
		padding: 0px 28px 0px 30px;
		gap: 38px;
	}
	/* .dimi-lines {
		left: 64%;
		top: 150px;
	} */
	.tagline {
		font-size: 30px;
	}
	.artist-showcase-container {
		padding: 0 48px;
		width: 90%;
	}
	.content-wrapper {
		gap: 4px 10px;
		justify-content: start;
		height: -webkit-fill-available;
		flex-wrap: nowrap;
	}
	.featured-artwork-showcase {
		padding: 0px 23px 0px 23px;
		gap: 40px;
	}
	.newsletter-section {
		gap: 10px;
		width: 100%;
	}
	.main-footer {
		/* left: -6rem; */
		/* width: 100dvw; */
		width: 100%;
	}
	.middle-wrapper {
		/* left: 48%;
    width: 75dvw; */
		left: 48%;
		width: 55%;
		top: 28%;
	}
	.marque {
		width: 100%;
	}
	body.home .main-footer {
		left: 0rem;
	}
	body:not(.home) .main-footer {
		left: 0rem;
		width: 100%;
	}
	.frame-container {
		height: 100%;
	}
	.about-us-our-story .frame-11 {
		padding: 0px 84px;
	}
	.about-us-our-story .text-container {
		padding: 0px 62px;
	}
	/* .about-us-our-story .dimi-lines-6 {
		left: 448px;
	} */
	.about-us-our-story .frame-26 {
		width: 100%;
	}
	.blog-hero {
		width: 100%;
		padding: 10% 0% 0% 0%;
	}
	.blog-title {
		margin-left: 5%;
	}
	.img-title {
		font-size: 40px;
	}
	.events-section {
		max-width: 878px;
	}
	.events-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.subscribe-section {
		width: 70%;
		/* left: 5rem; */
	}
	.sub-heading {
		font-size: 35px;
	}
	.calendar-grid {
		width: 100%;
		grid-template-columns: repeat(5, 1fr);
	}
	.calendar-header {
		width: 95;
	}
	.podcast-img {
		width: 100%;
	}
	.list-podcast {
		width: 100%;
	}
	.podcast-item {
		gap: 25rem;
	}
	/* .scrollBar-section {
  display: none;
 } */
	.event-form-wrapper {
		padding: 33px;
		width: 881px;
		/* height: 1383px; */
	}
	.calendar-cell.empty {
		display: none;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) and (max-width: 1400px) { 
  .video-background {
           width: 99dvw;
        left: 50%;
  }
   .main-frame {
    width: 1383px;
  }
  .section-wrapper {
    width: 1369px;
  }
  .artist-showcase-container {
    width: 1257px;
  }
  .newsletter-section {
    width: 1381px;
  }
  .marque {
    width: 113%;
  }
  body.home .main-footer {
    left: 0rem;
  }
  .main-footer {
        left: -11rem;
        width: 108vw;
    }
    .event-form-wrapper {
    padding: 33px;
    width: 881px;
    height: 1383px;
  }
} */
@media (min-width: 1200px) and (max-width: 1400px) {
	.video-background {
		width: 100%;
		/* height: 23%; */
		left: 50%;
	}

	.background-video {
		height: 900px;
	}

	.main-header {
		width: 1000px;
		height: 80px;
		left: calc(50% - 500px);
	}

	.header-content {
		gap: 200px;
		width: 600px;
		left: 35%;
	}

	.main-frame {
		gap: 180px;
		width: 100dvw;
		top: 880px;
	}

	.heading5 {
		font-size: 70px;
	}

	.section-wrapper {
		gap: 20px;
		flex-shrink: 0;
		width: 1200px;
		height: 720px;
	}

	.section-content {
		padding: 0px 40px;
		gap: 50px;
	}

	/* .dimi-lines {
		left: 66%;
		top: 31%;
	} */
	.Privacy-container {
		margin: 8rem auto;
	}
	.tagline {
		font-size: 36px;
	}

	.artist-showcase-container {
		padding: 0 60px;
		width: 90%;
	}

	.content-wrapper {
		gap: 40px 120px;
		justify-content: start;
	}

	.featured-artwork-showcase {
		padding: 0px 30px;
		gap: 50px;
	}
	.main-footer {
		width: 100dvw;
	}

	.middle-wrapper {
		left: 48%;
		width: 80dvw;
	}
	body.home .main-footer,
	body:not(.home) .main-footer {
		left: 0rem;
		width: 100%;
	}

	.about-us-our-story .frame-11 {
		padding: 0px 100px;
	}

	.footer-sections {
		width: 100%;
	}

	.about-us-our-story .text-container {
		padding: 0px 80px;
	}

	/* .about-us-our-story .dimi-lines-6 {
		left: 540px;
	} */

	.about-us-our-story .frame-26 {
		width: 100%;
	}
	.blog-hero {
		width: 100%;
		padding: 10% 0% 0% 0%;
	}

	.img-title {
		font-size: 48px;
	}
	.blog-title {
		margin-left: 5%;
	}
	.events-section {
		max-width: 100%;
	}

	.events-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.subscribe-section {
		width: 70%;
		/* left: 6rem;/ */
	}

	.sub-heading {
		font-size: 40px;
	}

	.calendar-grid {
		width: 100%;
		grid-template-columns: repeat(6, 1fr);
	}
	.calendar-cell {
		width: 200px;
		height: 200px;
	}
	.calendar-cell.empty {
		display: none;
	}
	/* .calendar-header {
    width: 1200px;
  } */

	.podcast-img {
		width: 100%;
	}

	.list-podcast {
		width: 100%;
	}
	.podcast-item {
		gap: 30rem;
	}
	.event-form-wrapper {
		padding: 40px;
		width: 1050px;
		/* height: 1450px; */
	}
	.hero-section {
		margin-top: 10%;
	}
	.dimi-lines-1 {
		top: 327%;
	}
	.round-image-wrap {
		left: 57.5%;
		right: 71px;
	}
	.project-content-column {
		left: 2rem;
	}
	.untitled-design-3 {
		left: calc(50% - 494px);
	}
	.about-us-our-story .image {
		left: 443px; /* 360 + 83 */
	}

	.image2 {
		left: 553px; /* 470 + 83 */
	}

	.image3 {
		left: 283px; /* 200 + 83 */
	}

	.image4 {
		left: 103px; /* 20 + 83 */
	}

	.image5 {
		left: 233px; /* 150 + 83 */
	}

	.about-us-our-story .search {
		left: 233px; /* 150 + 83 */
	}
	/* .about-us-our-story .frame-12 {
		width: 87%;
	} */
	/* .playlist {
		left: 10%;
	} */
	/* .svg {
		left: -13%;
	} */
}

@media (min-width: 1400px) and (max-width: 1499px) {
	.artist-showcase-container {
		width: 91%;
	}
	.dimi-lines-1 {
		top: 310%;
	}
	.round-image-wrap {
		left: 58.5%;
	}
	.untitled-design-3 {
		left: calc(50% - 633px);
	}
	.about-us-our-story .image {
		left: 473px;
	}

	.image2 {
		left: 583px;
	}

	.image3 {
		left: 303px;
	}

	.image4 {
		left: 123px;
	}

	.image5 {
		left: 253px;
	}

	.about-us-our-story .search {
		left: 253px;
	}
}
@media (min-width: 1600px) and (max-width: 1700px) {
	.artist-showcase-container {
		width: 92.5%;
	}
	/* .video-background {
        width: 100%;
        height: 23%;
        left: 50%;
        border: 3px dashed lime;
  } */
}

/* XXL devices (very large screens, 1400px and up) */
/* @media (min-width: 1400px) and (max-width: 1600px) { 
  .video-background {
      width: 106dvw;
        left: 52.5%;
  }
  body.home .main-footer {
    left: 0rem;
  }
  .main-footer {
    left: -11rem;
    width: 99vw;
  }
 
} */
/* .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-family: "Montserrat";
} */
/* Hero Section */
.review-card-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0000001c;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
/* .review-card {
	background: #fff;
	padding: 40px 30px;
	width: 54%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	text-align: center;
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	border-radius: 30px;
	padding: 30px 40px 60px 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
} */
.review-card {
	position: fixed;
	left: 35%;
	top: 25%;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
	background: white;
	padding: 40px 30px;
	border-radius: 12px;
	text-align: center;
	display: none;
	flex-direction: column;
	gap: 25px;
	width: 50%;
	max-width: 500px;
	text-align: center;
}
.review-card-frame {
	display: inline-flex;
	align-items: center;
	gap: 20.44px;
	padding: 10.22px;
	position: relative;
	background-color: #d8ffe2;
	border-radius: 16.36px;
}

.review-card-frame .loading {
	position: relative;
	width: 71.56px;
	height: 71.56px;
}
.review-card h2 {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.review-card p {
	color: #737373;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.button-group {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	width: 100%;
}

.edit-btn {
	border-radius: 100px;
	border: 1px solid #2a2a2a;
	background: #fff;
	box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.3) inset;
	display: flex;
	height: 60px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex: 1 0 0;
	color: #2a2a2a;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
}
.confirm-btn {
	border-radius: 100px;
	background: #2a2a2a;
	box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.3) inset;
	display: flex;
	height: 60px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex: 1 0 0;
	color: #fff;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
	cursor: pointer;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
	width: 100%;
}
