@import url('https://fonts.googleapis.com/css2?family=Charmonman:wght@400;700&family=Jaini&family=Jaldi:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Kings&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
	font-family: brittanysignatur;
	src: url('../fonts/BrittanySignature.woff');
}

@font-face {
	font-family: 'futurah';
	src: url('../fonts/Futura Heavy font.woff'),
}

@font-face {
	font-family: 'amoresa';
	src: url('../fonts/Amoresa.woff'),
}

@font-face {
	font-family: 'perandory';
	src: url('../fonts/PerandorySemiCondensed.woff'),
}

:root {
	--color1: #FFCF9D;
	--color2: #DE8F5F;
	--color3: #FFB26F;
	--color4: #FFB38E;
	--color-text: #292828;
	--color-bg: #ddd;
	--color-link: #000;
	--color-link-hover: #000;
	--page-padding: 1rem;
	--angle: -15deg;
	--trans-content: -30vh;
	--color-text: #fff;
	--color-bg: #12100e;
	--color-link: rgba(255, 255, 255, 0.6);
	--color-link-hover: #fff;
	--color-bg-1: #2f251e;
	--color-bg-2: #43392f;
	--color-bg-3: var(--color-bg-1);
	--color-bg-4: var(--color-bg-2);
	--color-bg-5: var(--color-bg-1);
	--color-bg-6: var(--color-bg-2);
	--x: 0;
	--y: 0;
	--offset: 84px;
	--comhead: 607px;
	--accmwdth: 280px;
	--btaimg: 550px;
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
	outline: 0;
}

body {
	color: #000;
	font-family: "Jaldi", serif;

	overflow-x: hidden;
	font-size: 16px;
	background: linear-gradient(83deg, #270000, #8b0000);
}

.container {
	max-width: 1700px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.py-6 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.px-6 {
	padding-left: 80px;
	padding-right: 80px;
}

.heading {
	position: relative;
	margin-bottom: 25px;
}

.heading h2 {
	font-size: 33px;
	margin-bottom: 00px;
	line-height: 46px;
	color: #ffffff;
	display: inline-block;
	font-family: "Jaini", serif;
}

.heading p {
	margin-bottom: 0;
	font-weight: 300;
	color: white;
	/* font-family: "Charmonman", serif; */
}

.button-85 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	background-image: linear-gradient(45deg, #e31e24 92%, #ffffff00 1%);
	border-radius: 0.75rem;
	overflow: hidden;
	font-weight: 500;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white !important;
	font-size: 17px;
}

.button-85 .btn-tr {
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	background-image: linear-gradient(45deg, #2b2a2987 54%, #ffffff00 47%);
	border-bottom-left-radius: 0.25rem;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.button-85 .btn-shade {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.5s;
	transition-delay: 0.2s;
	transition-property: all;
	background-image: linear-gradient(90deg, #2b2a29, #e31e24);

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate(-100%, 90%);
}

.button-85 .btn-txt {
	position: relative;
	z-index: 1;
}

.button-85:hover .btn-shade {
	transform: translate(0%, 0%);
	transition-duration: 0.5s;
}

.button-85:hover {
	background-image: linear-gradient(45deg, #e31e24 100%, #ffffff00 0%);
	transition-duration: 0.5s;
}

.button-85:hover .btn-tr {
	right: -100%;
	top: -100%;
	transition-duration: 0.5s;
}

.main-menu ul {
	/* height: 87%; */
	/* overflow: auto; */
	padding: 30px 0;
	/* background  : #79371c; */
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 23px;
}

.main-menu ul>li {
	position: inherit;
	float: left;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	/* width          : 100%; */
	font-size: 17px;
	color: #2b2a29;
	position: relative;
	font-family: "Jaini", serif;
	text-transform: uppercase;
}

.main-menu ul>li:last-child {
	margin-right: 0px !important;
}

.main-menu ul>li:last-child a {
	margin-right: 0;
}

.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 5000;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5, 0.5, 1);
	}
}



.unbutton {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	cursor: pointer;
}

.unbutton:focus {
	outline: none;
}

.frame {
	padding: var(--page-padding);
	position: relative;
	display: grid;
	z-index: 1000;
	width: 100%;
	grid-row-gap: 1rem;
	grid-column-gap: 2rem;
	justify-items: start;
	text-transform: uppercase;
	font-size: 12px;
}

.frame--header {
	height: 100%;
	z-index: 3000;
	background-size: auto 80%;
	background-position: 120% 50%;
	background-repeat: no-repeat;
	grid-template-areas: 'title' 'prev' 'back' 'sub' 'sponsor' 'demos' 'heading';
}

.frame--footer {
	grid-template-areas: 'credits' 'author';
	align-content: end;
}

.frame #cdawrap {
	justify-self: start;
}

.frame a {
	pointer-events: auto;
}

.frame__title {
	grid-area: title;
	font-size: inherit;
	margin: 0;
}

.frame__back {
	grid-area: back;
	justify-self: start;
}

.frame__prev {
	grid-area: prev;
	justify-self: start;
}

.frame__sub {
	grid-area: sub;
}

.frame__demos {
	grid-area: demos;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	align-self: start;
	flex-wrap: wrap;
	background: var(--color-bg);
	border: 1px solid;
	padding: 1rem;
	border-radius: 10px;
}

.frame__demos>* {
	width: 2rem;
	display: block;
	flex: none;
	text-decoration: none;
	border-radius: 50%;
	aspect-ratio: 1;
	border: 1px solid var(--color-link-hover);
	display: grid;
	place-items: center;
	padding-top: 0.2em;
	background: var(--color-bg);
}

.frame__demos>span {
	filter: invert(100%);
}

.frame__demos::before {
	content: "Variations:";
}

.frame__heading {
	grid-area: heading;
	align-self: center;
	justify-self: start;
	width: min-content;
	display: flex;
	flex-direction: column;
	margin-top: 10vh;
}

.frame__heading h2 {
	margin: 0;
	line-height: 0.9;
	text-transform: uppercase;
	margin-left: -0.065em;
	font-size: clamp(2.5rem, 12vw, 7rem);
	letter-spacing: -0.105em;
	font-variation-settings: "slnt" 0, "wdth" 400, "wght" 900, "INKT" 400;
}

i {
	font-style: normal;
	font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400, "INKT" 400;
}

.frame__heading p {
	margin: 0;
}

.frame__credits {
	grid-area: credits;
}

.frame__author {
	display: flex;
	gap: 1.5rem;
	grid-area: author;
}

.content {
	padding: var(--page-padding);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content--perspective {
	perspective-origin: 50% 0%;
	perspective: 1000px;
}

.text-large {
	font-size: clamp(1.5rem, 5vw, 3rem);
	max-width: 900px;
	margin: 0 0 0.85em 0;
	line-height: 1.2;
	font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500, "INKT" 100;
}

.content--sticky {
	width: 100%;
	position: sticky;
	top: 0;
	/* top  : var(--offset); */
	height: 100vh;
}

.content--grid,
.content--grid .content__inner {
	/* display: grid; */
	overflow: hidden;
	/* grid-column-gap: 5vw; */
	/* grid-row-gap   : 2vh; */
	align-content: center;
	grid-template-areas:
		'content-img'
		'content-title'
		'content-text';
	justify-items: center;
	padding: 0;
}

.content--grid:has(.content__inner) {
	display: block;
	padding: 0;
}

.content__inner {
	width: 100%;
	height: 100%;
	border-radius: 0 0 2rem 2rem;
}

.content--card {
	display: flex;
	flex-direction: column;
	height: 80vh;
	width: 95vw;
	max-width: 500px;
	aspect-ratio: 0.8;
	top: 10vh;
	margin: auto;
	border-radius: 14px;
	gap: 3vh;
	text-align: center;
	margin-bottom: 5vh;
}

.content--card .content__title {
	font-size: clamp(1.5rem, 4vw, 3.5rem);
}

.content--card .content__title i {
	display: block;
}

.content--half {
	display: flex;
	flex-direction: column;
	gap: 3vh;
	text-align: center;
}

.content--half:nth-child(odd) {
	margin-left: auto;
}

.content__img {
	grid-area: content-img;
	width: 50%;
	max-width: 300px;
	height: auto;
}

.content__img--large {
	width: 60%;
	height: auto;
}

.content__img--small {
	height: 35%;
	width: auto;
}

.spacer {
	margin-top: 20vh;
}

.content__title {
	grid-area: content-title;
	letter-spacing: -0.095em;
	text-transform: uppercase;
	line-height: 1;
	font-weight: normal;
	font-size: clamp(2rem, 6vw, 5rem);
	margin: 0;
	font-variation-settings: "slnt" 0, "wdth" 400, "wght" 900, "INKT" 400;
}

.content__text {
	margin: 0;
	max-width: 500px;
	grid-area: content-text;
	text-align: center;
	line-height: 1.5;
	padding: 0 1rem;
	backface-visibility: hidden;
}

.content__text--narrow {
	max-width: 300px;
}

.content--intro {
	padding-top: 25vh;
	padding-bottom: 25vh;
	z-index: 2;
}

.content--outro {
	padding-top: 50vh;
	padding-bottom: 30vh;
}

.bg-1 {
	background: var(--color-bg-1);
}

.bg-2 {
	background: var(--color-bg-2);
}

.bg-3 {
	background: var(--color-bg-3);
}

.bg-4 {
	background: var(--color-bg-4);
}

.bg-5 {
	background: var(--color-bg-5);
}

.bg-6 {
	background: var(--color-bg-6);
}

@media screen and (min-width: 63em) {
	body {
		--page-padding: 2rem 3rem;
	}

	.frame--header {
		height: 100vh;
		grid-template-columns: auto auto auto 1fr 1fr;
		grid-template-rows: auto 1fr auto;
		align-content: space-between;
		grid-template-areas: 'title back prev sub sponsor' 'heading heading heading heading heading' 'demos demos demos demos demos';
	}

	.frame__heading {
		margin-top: 0;
	}

	.frame__heading h2 {
		white-space: nowrap;
	}

	.frame__heading p {
		margin: 0 0 0 auto;
	}

	.content--grid .content__title {
		align-self: end;
	}

	.frame__demos {
		position: fixed;
		bottom: 2rem;
	}

	.frame--footer {
		padding-bottom: 0;
		grid-template-areas: 'credits ...' '... author';
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto 6rem;
	}

	.frame__author {
		align-self: center;
	}

	.frame #cdawrap {
		max-width: 300px;
		text-align: right;
	}

	.frame #cdawrap,
	.frame__author,
	.frame__sub {
		justify-self: end;
	}

	.content--grid,
	.content--grid .content__inner {
		/* grid-template-areas: 'content-img content-title' 'content-img content-text'; */
		grid-template-columns: 30% 1fr;
		justify-items: start;
	}

	.content__img--large {
		width: 160%;
	}

	.content__img--left {
		justify-self: end;
	}

	.content__text--left {
		text-align: left;
		align-self: start;
	}

	.content--card {
		width: 50vw;
	}

	.content--half {
		width: 50%;
	}
}

.regi-wrap .heading {
	padding-left: 450px;
}

.regi-slider {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	padding: 0 8vw;
}

.service-serial {
	font-size: 30px;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 30px;
}

.service-serial span {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	border-bottom: 2px solid;
}

.regi-ul {
	border-radius: 0px;
	margin-bottom: 20px;
}

.regi-ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	padding: 15px 0;
}

.regi-ul li h3 {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 0;
	margin-bottom: 0;
}

.regi-ul li p {
	padding-bottom: 0;
	margin-bottom: 0;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	/* padding-bottom: 13px; */
	width: 179px;
	text-align: right;
}

.regi-side-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 100%;
	object-fit: cover;
}

.archx-service-item {
	background: white;
	padding: 40px;
}

article {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;

}



.assets>img {
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center 43%;
	object-position: center 43%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.assets>img:first-of-type {
	filter: saturate(1.5) brightness(0.9);
	-o-object-position: calc(-50% + (var(--x) * 1px)) calc(43% + (var(--y) * -20px));
	object-position: calc(-50% + (var(--x) * 1px)) calc(43% + (var(--y) * -20px));
}

.assets>img:last-of-type {
	-o-object-position: calc(-50% + (var(--x) * 40px)) calc(43% + (var(--y) * -40px));
	object-position: calc(-50% + (var(--x) * 40px)) calc(43% + (var(--y) * -40px));
}

.assets h3 {
	position: absolute;
	left: 50%;
	top: 6%;
	margin: 0;
	font-size: 8rem;
	translate: -50% 0;
	text-transform: uppercase;
	color: white;
	translate: calc(-50% + (var(--x) * -30px)) calc(var(--y) * -20px);
}

.vcontent {
	min-height: 32%;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: white;
	display: grid;
	gap: 0.2rem;
	place-items: center;
	align-content: center;
	padding-bottom: 0.5rem;
	z-index: 2;
}

.vcontent svg {
	width: 20px;
}

.vcontent p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.2rem;
	position: relative;
}

.vcontent p:first-of-type::after {
	content: '';
	position: absolute;
	bottom: calc(100% + 1rem);
	left: 50%;
	width: 6ch;
	background: white;
	height: 1px;
	translate: -50% 0;
}

.vcontent p:last-of-type {
	opacity: 0.8;
}

/* Blurring */
.blur {
	--layers: 5;
	position: absolute;
	inset: 0;
}

.blur .layer {
	--blur: calc(sin(((var(--layers) - var(--index)) / var(--layers)) * 90deg) * 30);
	--stop: calc(sin(((var(--index)) / var(--layers)) * 90deg) * 15);
	position: absolute;
	inset: 0;
	background: hsl(0 0% 60% / 0.05);
	-webkit-backdrop-filter: blur(calc(var(--blur) * 1px));
	backdrop-filter: blur(calc(var(--blur) * 1px));
	-webkit-mask: radial-gradient(150% 130% at 45% 90%,
			#fff 15%,
			#0000 calc((15 + var(--stop)) * 1%));
	mask: radial-gradient(150% 130% at 45% 90%,
			#fff 15%,
			#0000 calc((15 + var(--stop)) * 1%));
}

.assets {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.bear-link {
	color: canvasText;
	position: fixed;
	top: 1rem;
	left: 1rem;
	width: 48px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	opacity: 0.8;
}

:where(.x-link, .bear-link):is(:hover, :focus-visible) {
	opacity: 1;
}

.bear-link svg {
	width: 75%;
}

.vnu-loc {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.venue-bk {
	position: relative;
	width: 33%;
	z-index: 1;
}

.vnu-lft {
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
}

.vnu-rt {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
}

.vnu-rt-btm {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 33%;
}

.venue-name {
	border-bottom: 1px solid #fdfdfd40;
	padding-bottom: 31px;
}

.venue-name h3 {
	font-size: 50px;
	color: #ffebdc;

	margin-bottom: 0;
	font-family: "Jaini", serif;
}

.venue-name h3 span {
	color: #f1bb92;
	font-size: 51px;
}

.venue-name p {
	margin-bottom: 0;
	font-size: 26px;
	/* font-weight: 600; */
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 25px;
	line-height: 26px;
}

.venue-name p i {
	color: #ffb061;
	font-size: 24px;
}

.venue-wrap {
	position: relative;
	width: 43%;
	/* margin-left: 55%; */
	/* padding    : 12vh 0 56vh; */
	/* margin     : 10vh 25px 0 0; */
}

.company__man__box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

/* footer */
footer {
	background-image: linear-gradient(180deg, #2b2a29, #e31e24);
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.footer-widgets {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	/* align-items       : center; */
}

.widget-title {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.widget_rss .widget-title h3 a:last-child,
.widget-title h3 {
	color: white;
	font-size: 19px;
	font-weight: 600;
	/* font-family: "Work Sans",sans-serif; */
	line-height: normal;
	letter-spacing: 0;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	padding-bottom: 14px;
	/* font-family: 'hevitas'; */
	letter-spacing: 2px;
	font-family: "Jaini", serif;
}

.widget-title h3:after {
	background-color: white;
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	bottom: 0;
	position: absolute;
	margin-left: 0;
	left: 0;
}

.widget-title a {
	color: inherit;
	text-decoration: none;
	font-size: 16px;
}

.widget .textwidget .wp-caption {
	margin-right: 0;
	margin-top: 0;
}

.widget .textwidget .wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.widget .textwidget .wp-caption .wp-caption-text img {
	width: auto;
	max-width: 100%;
}

.widget select {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 0;
	padding: 0 10px;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {}

.widget ul li,
.widget ol li {
	color: #ffffff;
	font-size: 15px;
}

.widget ul li i {

	color: var(--color3);

	margin-right: 5px;

	font-size: 15px;
}

.footer-widgets {
	display: grid;
	grid-template-columns: 1fr 1fr  1fr 1fr;
	gap: 30px;
	/* align-items       : center; */
}

.widget ul li:not(:last-of-type),
.widget ol li:not(:last-of-type),
.widget ul li li:not(:last-of-type),
.widget ol li li:not(:last-of-type) {
	margin: 0 0 15px;
}

.widget select,
.widget select option,
.widget ul li a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
	box-shadow: none;
	letter-spacing: -.2px;
}

.widget ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.widget:not(.widget_tag_cloud) ul li+li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 15px;
}

.widget ul li ul li {
	padding-left: 15px;
}

.widget ul li ul li:before,
.widget.widget_rss ul li:before {
	display: none;
}

.widget_rss ul li {
	padding-bottom: 15px;
	padding-top: 15px;
}

.widget .post-date,
.widget .rss-date {
	font-size: 12px;
}

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 25px 25px;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 25px;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li+li {
	margin-top: -1px;
}

.widget_rss .widget-title a {
	box-shadow: none;
}

.textwidget b,
.textwidget strong,
.widget_rss b,
.widget_rss strong {
	font-weight: 500;
}

.widget_rss .widget-title a:last-child {
	box-shadow: none;
	line-height: normal;
	margin-right: 10px;
	margin-bottom: 20px;
}

.widget_rss .widget-title h3:after {
	margin-left: 30px;
	margin-top: 2px;
}

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
	margin-top: 3px;
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
	box-shadow: none;
}

.widget_rss ul {
	list-style: none;
}

.widget_rss ul li {
	padding: 15px 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #6a8695;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #6a8695;
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 10px 0;
	padding: 0;
	letter-spacing: 1px;
	font-weight: 600;
}

.widget_rss .rssSummary {
	margin-bottom: 10px;
	font-weight: normal;
	font-family: 'Work Sans', sans-serif;
	color: #6a8695;
}

.widget_contact_info .contact-map {
	margin-bottom: 10px;
}

.widget-grofile h4 {
	font-size: 16px;
	margin-bottom: 0;
}

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

.widget.widget_recent_comments {}

.widget.widget_recent_comments ul {}

.widget.widget_recent_comments ul li {
	padding-left: 20px;
}

.widget.widget_recent_comments ul li:before {
	display: none;
}

.widget.widget_recent_comments ul li a {
	color: #6a8695;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	box-shadow: none;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0;
}

.widget.widget_recent_comments ul li a:hover {
	color: #bfca02;
}

.widget.widget_recent_comments ul li span.comment-author-link {
	padding-left: 20px;
	position: relative;
	margin-left: -20px;
}

.widget.widget_recent_comments ul li span.comment-author-link:before {
	font-family: "themify";
	content: "\e602";
	font-size: 10px;
	color: #bfca02;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget_recent_entries .post-date {
	display: block;
}

.widget_recent_entries ul {}

.widget_recent_entries ul li {}

.widget_recent_entries ul li a {
	font-size: 14px;
	line-height: 22px;
}

.widget_recent_entries ul li a:hover {}

.widget-mailchimp .wt-subscribe-wrap form {
	position: relative;
	margin: 15px 0;
	border: 1px solid var(--color1);
}

.widget-mailchimp .wt-subscribe-wrap form input {
	display: block;
	background-color: transparent;
	border: 0;
	color: #6a8695;
	border-radius: 0;
	padding: 15px 13px;
	padding-right: 90px;
	width: 100%;
}

.widget-mailchimp.dark .wt-subscribe-wrap form input {
	border: 2px solid #ddd;
	color: #fff;
}

.widget-mailchimp .wt-subscribe-wrap form input::-webkit-input-placeholder {
	color: #fff !important;
}

.widget-mailchimp .wt-subscribe-wrap form input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff !important;
}

.widget-mailchimp .wt-subscribe-wrap form input::-moz-placeholderr {
	/* Firefox 19+ */
	color: #fff !important;
}

.widget-mailchimp .wt-subscribe-wrap form input:-ms-input-placeholder {
	color: #fff !important;
}

.widget-mailchimp .wt-subscribe-wrap form button {
	background-color: var(--color1);
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 45px;
	position: absolute;
	right: 5px;
	top: 4px;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	border: 0;
}

.widget-mailchimp .wt-subscribe-wrap form button svg {
	width: 15px;
}

.widget-mailchimp .wt-subscribe-wrap form button:focus {
	outline: none;
}

.widget-mailchimp .wt-subscribe-wrap form button:hover {
	opacity: 0.9;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.widget-mailchimp p.muted {
	color: #ddd;
	margin-bottom: 0;
}

.widget-mailchimp .subscribe-result p {
	margin: 15px 0 0;
	padding: 15px;
	display: none;
}

.widget-mailchimp .subscribe-result.subs-success p.subscription-success {
	display: block;
}

.widget-mailchimp .subscribe-result.subs-error p.subscription-error {
	display: block;
}

.widget-mailchimp .subscribe-result p.subscription-success {
	border: 1px solid #5ecc62;
}

.widget-mailchimp .subscribe-result p.subscription-error {
	border: 1px solid #ff4c4c;
}

.widget-mailchimp p {
	color: white;
}

.widget-about .widget-brand img {
	max-width: 185px;
	filter: brightness(380.5);
}

.widget-about .widget-brand {
	display: block;
	margin-bottom: 12px;
}

.widget-about p {
	color: #fff;
}

footer .container {
	max-width: 1340px;
}

.footer_bottom {
	background: #152a2b;
	padding: 15px 0px;
	text-align: center;
}

.footer_bottom p {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

.subscribe-form {
	position: relative;
	overflow: hidden;
}

.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
}

.subscribe-form button {
	position: absolute;
	right: 0;
	background: var(--color5);
	padding: 13px 20px;
	border: 1px solid var(--color5);
	top: 0;
	color: var(--color4);
}

.subscribe-form button i {
	color: #fff;
	font-size: 20px;
	/* transform: rotate(-6deg); */
}

.header-widget {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}

.header-widget div {}

.header-widget h6 {
	border-bottom: 1px solid #0000006e;
	padding-bottom: 8px;
	margin-bottom: 11px;
	font-size: 16px;
	color: black;
	letter-spacing: .5px;
}

.header-widget h5,
.header-widget a {
	font-size: 13px;
	color: black;
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 7px;
	font-weight: 400;
}

.header-widget a p {
	margin-bottom: 0;
}

.header-widget a span {}

.footer-widget {
	/* background: var(--color3); */
	/* padding: 29px 22px; */
	/* border-radius: 10px; */
	padding-top: 0px;
}

.footer-widgets.widget-count-3 {
	grid-template-columns: 1fr;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffffff80;
}

.footer-sub-widgets {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	/* margin-top        : 20px; */
}


.widget_nav_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.copy-box {
	border-left: 1px solid #ffffff80;
	border-radius: 0;
	padding-left: 15px !important;
	display: flex;
	align-items: center;
}

.menu-page-list-container p {
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 7px;
	display: flex;
	align-items: center;
	gap: 11px;

}

.menu-page-list-container p i {
	margin-top: 7px;
}

.social-box a {
	/* background: var(--color2); */
	/* padding: 29px 22px; */
	/* border-radius: 5px; */
	/* display: flex; */
	/* width: 50px; */
	/* height: 50px; */
	/* align-items: center; */
	/* justify-content: center; */
	font-size: 16px;
	color: #000000;
}

.social-box {
	display: flex;
	gap: 14px;
	/* flex-wrap: wrap; */
}

footer {
	position: relative;
}

footer::before {
	/* content: ""; */
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.6) 30%, rgb(92 49 22) 40%, rgb(255 251 255) 50%, rgb(0, 0, 0));
	z-index: -7;
}

.up-head {
	/* background: white; */
	padding: 10px 0;
}

.up-head-inner {
	display: flex;
	justify-content: space-between;
}

.contant-box {
	display: flex;
	align-items: center;
	gap: 30px;
}

.contant-box a {
	font-size: 18px;
	font-size: 20px;
}

.contant-box a span {
	margin-right: 7px;
	font-size: 14px;
}

.social-box {}

.social-box a {
	display: flex;
	align-items: center;
	gap: 27px;
	color: #ffd269;
	background: #97731fd1;
	width: 40px;
	height: 40px;
	justify-content: center;
	border-radius: 50px;
}

.mid-head {
	/* background: white; */
	padding: 12px 0;
	border-top: 1px solid #79371c94;
	border-bottom: 1px solid #79371c94;
	position: sticky;
	top: 0;
}

.mid-head.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	padding: 0;
	transition: .5s;
	border: 0;
	background: #ffffffde;
	backdrop-filter: blur(4px);
	z-index: 6;
}

.mid-head-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-box {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.logo-box img {
	width: 155px;
}

.header__right {}

.appear {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	margin-top: 26px;
}

.vnu-loaction-wrap {}

.vnu-loc-heading {
	display: flex;
	margin-bottom: 11px;
	align-items: center;
	gap: 12px;
}

.vnu-loc-heading i {
	color: var(--color3);
	font-size: 24px;
}

.vnu-loc-heading a {
	font-size: 20px;
	/* margin-bottom: 8px; */
	display: inline-block;
	color: white;
}

.vnu-loaction-wrap h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 300;
	color: white;
}

.process-step {
	position: relative;
	padding-left: 49px;
	padding-top: 30px;
}

.process-step-icon-box {
	position: absolute;
	left: 5px;
	top: -10px;
}

.process-step-icon-box .number {
	font-size: 4rem;
	opacity: .4;
	color: #f1bb92;
}

.process-step::before {
	content: '';
	width: 60px;
	height: 60px;
	background: #f1bb9217;
	position: absolute;
	border-radius: 50px;
	left: 0;
	top: 16px;
}

.process-step span {
	font-size: 29px;
	line-height: 31px;
	/* font-weight: 600; */
	color: #ffffff;
	position: relative;
	font-family: "Jaini", serif;
}

.process-step p {
	margin-bottom: 0;
	font-size: 21px;
	color: #ffdec5;
	position: relative;
	line-height: 19px;
}

.man__pic__name {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-direction: column;
}

.wl-img {
	/* background: var(--color4); */
	border-radius: 50%;
	overflow: hidden;
	width: 150px;
	height: 150px;
	border: 3px solid #ffffff3b;
	background-image: linear-gradient(180deg, #fff0, #794ac1, #3a3995);
}

.wl-img img {
	width: 100%;
}

.man___image figure,
.man__signature figure {
	margin-bottom: 0;
}

.man__name h4 {
	text-align: center;
}

.man__name p {
	text-align: center;
}

.banner-inner {
	height: 100vh;
	width: 100%;
}

.banner-bk {
	position: absolute;
	width: 100%;
	height: 75%;
	object-fit: cover;
}

.banner-element {
	position: absolute;
	right: 0;
	height: 25%;
	bottom: 0;
	width: 100%;
}

.banner-rt-top-ele {
	position: absolute;
	right: 15px;
	top: 0;
	width: 11vw;
}

.banner-rt-top-ele.banner-lamp {
	position: absolute;
	right: 0;
	top: inherit;
	width: auto;
	height: 100%;
	bottom: 0;
}

.banner-lt-bt-ele {
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 20vw;
}

.banner--main-element {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 84%;
	filter: drop-shadow(-17px 8px 13px black);
}

.banner-content {
	position: relative;
	z-index: 1;
	width: 37%;
	display: flex;
	align-items: start;
	justify-content: start;
	flex-direction: column;
	padding-left: 100px;
	padding-top: 100px;
}

.sub-title {
	padding-bottom: 0;
	letter-spacing: 3.5px;
	font-weight: 500;
	text-transform: uppercase;
	color: white;
	font-size: 24px;
	margin-bottom: 13px;
	/* font-family: "Jaini", serif; */
}

.main-title {
	position: relative;
	display: block;
	color: white;
	font-weight: 600;
	font-size: 100px;
	line-height: 90px;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-family: "Jaini", serif;
}

.main-title span {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
	text-shadow: none;
	color: transparent;
	font-weight: 100;
}

.banner-content p {
	font-family: "Charmonman", serif;
	color: white;
	font-size: 38px;
	margin-bottom: 19px;
	line-height: 63px;
}

.banner-content h5 {
	color: white;
	font-size: 22px;
	background: #bf9c49;
	padding: 7px 19px;
	border-radius: 50px;
}

.btn-one {
	color: white !important;
	font-size: 22px;
	font-weight: 500;
	line-height: 45px;
	letter-spacing: 1.6px;
	text-decoration-line: none;
	text-transform: uppercase;
	display: inline-block;
	/* font-weight      : 800; */
	/* text-shadow      : 0 0 9px white; */
}

.fx-mnu {
	height: 100%;
}

.menu-area {
	position: sticky;
	z-index: 2;
	top: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	background: #ffffff;
	/* height : var(--offset); */
}

.menu-area .container,
.menu-area .container .row {
	height: 100%;
}

.menu-area.fixed-header {
	background: #ffffffed;
}

.fx-mnu .logo-box,
.fx-mnu .header__right {
	display: none;
}

.fixed-header .fx-mnu .logo-box,
.fixed-header .fx-mnu .header__right {
	display: block;
}

.fixed-header .fx-mnu {
	display: flex;
	justify-content: space-between;
	transition: .5s;
	align-items: center;
}

.main-btn-bk {
	display: none;
}

/* #message{
		height: calc(100vh - 84px);
	} */
.message-side-ele {
	/* position: absolute;
		left: 0; */
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.message-main-graphic {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.right-book {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.bottom-book {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.message-box {
	width: 50%;
	top: 50%;
	right: 25px;
	margin-right: 25px;
}

.message-box p {
	color: white;
	font-size: 21px;
	line-height: 29px;
}

.message-box .heading h2 {
	color: white;
}

.message-box .heading h5 {
	color: white;
	margin-bottom: 0;
	font-family: "Charmonman", serif;
}

.banner-lt-bt-ele.sm-lft {
	width: 17vw;
}

.contact-bk {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
}

.contact-element {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 100%;
	object-fit: contain;
	transform: translate(-50%, 0);
}

.contact-box {
	padding: 0;
	width: 100%;
	padding: 28vh 0 25vh 0;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.contact-box .heading {
	width: 26%;
	margin-bottom: 0;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	box-shadow: -15px -15px 20px #0000003b;
	padding: 30px;
	background: linear-gradient(45deg, #000000cc, #003d008c);
}

.contact-box .heading h2 {
	color: #a3cd8a;
}

.contact-box p {
	display: flex;
	flex-direction: column;
	font-size: 19px;
	gap: 10px;
	margin-bottom: 0;
	margin-top: 17px;
}

.contact-box p a {
	color: white !important;
}

.contact-box p a span {
	margin-right: 13px;
}

.copy-right {
	margin-bottom: 0;
	text-align: left;
	line-height: 36px;
	color: white;
	font-size: 20px !important;
	display: inline-block !important;
	/* border-top: 1px solid white; */
	/* margin-top: 8px; */
}

.copy-right img {
	margin: 0;
	filter: brightness(20.5);
	width: 135px;
}

.copy-right a {
	color: white;
}

.section-title-wrapper {
	padding-top: 202px;
}

.committe-top {
	position: relative;
	display: flex;
	align-items: start;
	margin-bottom: 60px;
}

.section-title h4 {
	font-size: 8em;
	font-weight: 800;
	-webkit-text-stroke: 1px #ffd26929;
	color: transparent;
	line-height: normal;
	margin-bottom: 0;
	font-family: "Charmonman", serif;
	margin-bottom: -143px;
}

.section-title {
	margin-bottom: 0;
	position: relative;
	width: 100%;
	padding: 8px 0;
	text-align: center;
}

.heading-title {
	/* padding-left: 30px; */
	/* padding-right: 30px; */
	/* border-left: 2px solid; */
	font-size: 80px;
	font-weight: 500;
	/* width     : 850px; */
	margin-bottom: 0;
	position: relative;
	color: #ffd269;
	font-family: "Jaini", serif;
}

.team_cont {
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 30px;
	/* padding-bottom    : 60px; */
}

.committe-top .team_cont {
	grid-template-columns: 1fr 1fr 1fr;
	width: 60%;
}

.team-five__item {
	/* border: 1px solid #0000001a; */
	/* background-color: #ffffff; */
	overflow: hidden;
	/* border-radius: 30px; */
}

.team-five__image {
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-bottom: 17px;
}

.team-five__image:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	/* background     : linear-gradient(360deg, #ffbfc1, #bb9a6500 91.03%); */
	-webkit-transition: var(--transition);
	transition: .4s;
}

.team-five__image img {
	width: 100%;
	position: relative;
}

.team-five__item .content {
	padding: 0 !important;
}

.team-five__item .content h3 {
	font-size: 28px;
	font-family: "Jaini", serif;
	color: #ffd269;
	text-align: center;
}

.team-five__item .content span {
	font-size: 21px;
	color: #ffe4a4;
	/* font-family: "Charmonman", serif; */
	text-align: center;
}

.message-box,
.venue-wrap .venue-wrap-inner {
	margin-bottom: 0;
	background-image: linear-gradient(90deg, #850000bf, #000000d4);
	border-radius: 20px;
	backdrop-filter: blur(10px);
	box-shadow: -15px -15px 20px #0000003b;
	padding: 30px;
	/* border       : 1px solid #ffc58cbf; */
}

.venue-wrap .venue-wrap-inner {
	/* background: #ab583557; */
	/* border: 1px solid #ffc58cbf; */
	background-image: linear-gradient(90deg, #ab583530, transparent);
}

#committee {
	/* background-image: url('../images/cmmt-ba.png.webp'); */
	/* background-position: center; */
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	/* background-attachment: fixed; */
	/* background-image: linear-gradient(90deg, #2b2a29, #e31e24); */
}

.message-wrap,
.venue-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: end;
}

.venue-box {
	align-items: start;
	justify-content: center;
	gap: 50px;
	padding: 80px 0;
	flex-direction: row-reverse;
}

.menu-page-list-container ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.close,
.menu-logo {
	display: none;
}

.msg-lft {
	width: 50%;
}

.msg-rt {
	position: absolute;
	width: 50%;
	height: 100%;
}

.msg-book {
	position: absolute;
	bottom: 0;
	width: 12%;
	left: 4%;
	/* transform: translate(-50%, 0px); */
}

.nav-link-menu.active {
	color: #e31e24;
	/* font-weight: 700; */
}

.con_reg_trf {
	width: 100%;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.con_reg_trf img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.con_reg_trf p {
	position: relative;
	padding: 18px 25px;
	margin-bottom: 0;
	font-size: 24px;
	/* font-weight: 600; */
	/* line-height: 30px; */
	margin-bottom: 0;
	color: #ffd269;
	font-family: "Jaini", serif;
	border-bottom: 1px solid #ffffff40;
	margin-bottom: 25px;
}

.regi-box {
	display: flex;
	align-items: center;
	position: relative;
}

.reg-lft {
	width: 40%;
	position: relative;
	z-index: 1;
}

.reg-taxi {
	width: 22%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.con_reg_ttrf_owl {
	/* padding: 25px; */
	padding-top: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 21px;
	position: relative;
	z-index: 1;
}

.con_reg_ttrf_owl .owl-dots {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: 23px;
	gap: 20px;
}

.con_reg_ttrf_owl .owl-dot button {
	border: 0;
	background: transparent;
	padding: 0;
	font-size: 19px;
	font-family: "Jaini", serif;
	color: #ffffff;
}

.con_reg_ttrf_owl .owl-dot.active button {
	color: #ffd269;
	border-bottom: 1px solid #ffd269;
}

.con_reg_ttrf_owl table {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.con_reg_ttrf_owl table td {
	padding-top: 15px;
	padding-bottom: 11px;
	font-size: 33px;
	/* width      : 66%; */
	color: white;
	border-bottom: 0;
	line-height: 28px;
	text-transform: uppercase;
	font-family: "Bebas Neue", sans-serif;
}

.con_reg_ttrf_owl table tr:nth-child(odd) td {
	background: #8e322a;
	padding: 11px 9px;
	padding-top: 15px;
}

.con_reg_ttrf_owl table td i {
	font-size: 23px;
	display: none;
}

.con_reg_ttrf_owl table tr td:last-child {
	text-align: right;
	min-width: 94px;
}

.wrk_reg_trf {
	margin-left: 20px;
	margin-top: 83px;
}

.regi-bk {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.regi_wrap {
	display: flex;
	align-items: start;
	width: 50%;
}

.menu-page-list-container .menu-item a {
	color: white;
	font-size: 20px;
}

.main-menu .up-head-inner,
.main-menu.navbar-light .header__right {
	display: none;
}

footer .social-box a {
	color: #ffffff;
	background: #99070c;
}

.ft-date a {
	color: white !important;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: -3px;
	display: block;
	font-family: "Jaini", serif;
}

.tab-bk,
.tab-ele {
	display: none;
}

header {
	z-index: 2;
	position: relative;
	background-image: url('../images/header-bk.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

#committee .section-title {
	/* width: 40%; */
	padding: 0;
}

#venue .section-title {
	padding-top: 0;
}

#committee .section-title .heading-title {
	/* color: #ffffff; */
}

#committee .section-title h4 {
	/* -webkit-text-stroke: 1px #ffffff17; */
}

/* #venue .section-title h4, #committee .section-title h4{
		margin-left: -77px;
	} */
.section-title img {
	margin: 0;
	width: 43%;
}

#venue .section-title img {
	margin: 0;
	width: 100%;
}

.con_reg_ttrf_owl h3 {

	font-size: 56px;

	margin-bottom: 0;

	color: #ff9aae;

	font-family: "Kings", cursive;

	position: relative;
}

.con_reg_ttrf_owl h5 {
	font-style: italic;
	color: white;
	width: fit-content;
	font-size: 22px;
	margin-bottom: 23px;
	font-family: "DM Sans", sans-serif;
	position: relative;
}

.con_reg_ttrf_owl .item {
	background-image: url('../images/trf-bk.jpg');
	background-size: cover;
	padding: 35px;
	border-radius: 20px;
	position: relative;
}

.con_reg_ttrf_owl .item::before {
	content: '';
	background-image: url(../images/alpona.png);
	position: absolute;
	right: 45px;
	top: 0;
	height: 100%;
	width: 72px;
	background-size: contain;
	background-repeat: no-repeat;
	mix-blend-mode: color-dodge;
	opacity: .4;
}

.con_reg_ttrf_owl h4 {
	margin: 0;
	margin-top: 18px;
	position: relative;
}

.btm-com {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.btm-com .team-five__item {
	width: 18%;
}

.socity_logo {
	width: 64%;
}

.scroll-btm {
	position: sticky;
	bottom: 13px;
	margin-bottom: 13px;
	width: 57px;
	left: 50%;
	transform: translate(-50%, 0);
	background: #ffffff7a;
	border-radius: 13px;
	overflow: hidden;
	padding: 6px;
}

.fixed-action-btn {
	position: fixed;
	right: 24px;
	bottom: 45px;
	padding-top: 15px;
	margin-bottom: 0;
	z-index: 998;
}

.fixed-action-btn.accm_fixed-btn {
	right: 72px;
}

.btn-floating.btn-large {
	width: 44px;
	height: 44px;
	font-size: 19px;
	line-height: normal;
	background: transparent;
}

.btn-floating.btn-large img {
	width: 100%;
}

.fixed-action-btn ul {
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	bottom: 40px;
	margin: 0;
	/* visibility: hidden; */
	display: none;
}

.fixed-action-btn ul li {
	margin-bottom: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-floating {
	display: inline-block;
	color: #fff !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 37px;
	height: 37px;
	line-height: 42px;
	padding: 0;
	background-color: #6d2e0f;
	border-radius: 50%;
	transition: .3s;
	cursor: pointer;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

/* .fixed-action-btn ul a.btn-floating {
		opacity: 1;
	} */
.fab-tip {
	display: flex;
	position: absolute;
	right: 114%;
	top: 50%;
	transform: translate(0, -50%);
	width: max-content;
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	line-height: 15px;
}

/* .fixed-action-btn ul li:hover .fab-tip {
	display: flex;
} */

.upi {
	position: relative;
	margin-left: 20px;
	margin-top: 120px;
	z-index: 1;
	display: none;
}

.bank_det {
	width: 300px;
	position: relative;
	/* padding   : 20px; */
	margin-left: 20px;
	margin-top: 120px;
	border-radius: 15px;
	overflow: hidden;
}

.bank_det img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bank_det h5 {
	margin-bottom: 0;
	position: relative;
	color: white;
	font-size: 18px;
	padding: 20px;
	padding-top: 0;
}

.bank_det p {
	position: relative;
	z-index: 1;
}

.com_heading {
	position: relative;
	margin-bottom: 80px;
}

.com_heading::before {
	content: '';
	background-image: url('../images/dd457cdfc46524c58eb331aa50af435e-removebg-preview 1.png');
	width: calc(100% - var(--comhead));
	height: 75%;
	position: absolute;
	right: 0;
	background-size: contain;
	opacity: .6;
	top: 50%;
	transform: translateY(-50%);
}

.com_heading_box {
	position: relative;
	padding-left: 78px;
	width: var(--comhead);
	padding-top: 60px;
	padding-bottom: 60px;
}

.com_heading_box h4 {
	font-family: brittanysignatur;
	color: #f93137;
	font-size: 5em;
}

.com_heading_box h2 {
	font-family: "Jaini", serif;
	color: #310000;
	font-size: 9em;
	margin-top: -75px;
	padding-left: 221px;
	margin-bottom: 0;
}

.com_wrap {
	position: relative;
	background-image: url('../images/preview.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 80px 0;
	background-attachment: fixed;
}

.com_wrap::before {
	content: '';
	position: absolute;
	width: 80px;
	left: 20px;
	background: #f3f3f3;
	height: 100%;
	top: 0;
	mix-blend-mode: multiply;
}

.com_wrap .team-five__item .content h3 {
	color: #d52027;
}

.com_wrap .team-five__item .content span {
	color: #180000;
}

.tai-bk {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tai_wrap {
	padding: var(--prt);
	display: flex;
	position: relative;
	--rtimg: 400px;
	--prt: 80px;
}

.tai_lt {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 31%;
}

.tai_lt_top {
	display: flex;
	align-items: center;
	gap: 35px;
}

.tai_lt_top img {
	width: 150px;
}

.tai_lt_top h3 {
	margin-bottom: 0;
	color: white;
	font-size: 59px;
	font-weight: 600;
	font-family: "Jaini", serif;
}

.tai_lt_btm {
	height: 35px;
	position: relative;
}

.tai_lt_btm::before {
	content: '';
	width: calc(80% + var(--prt));
	height: 6px;
	background-image: linear-gradient(90deg, #ffd269, #535353);
	position: absolute;
	top: 0;
	left: calc(var(--prt) / -1);
}

.tai_lt_btm::after {
	content: '';
	width: calc(100% + var(--prt));
	height: 6px;
	/* background   : red; */
	position: absolute;
	bottom: 0;
	left: calc(var(--prt) / -1);
	background-image: linear-gradient(90deg, #ffd269, #535353);
}

.tai_rt {
	padding-left: 40px;
	position: relative;
	width: 69%;
	padding-right: calc(calc(var(--rtimg) - var(--prt) + 20px));
}

.tai_head {
	font-size: 40px;
	color: #ffd269;
	position: relative;
	font-family: brittanysignatur;
	margin-bottom: 45px;
}

.tai_head::before {
	content: '';
	background-image: linear-gradient(90deg, transparent, #ffd269);
	position: absolute;
	right: calc(calc(var(--prt) + calc(calc(var(--rtimg) - var(--prt) + 20px))) / -1);
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	width: calc(100% + var(--prt) + calc(calc(var(--rtimg) - var(--prt) + 20px)));
}

.tai_rt_img {
	position: absolute;
	width: var(--rtimg);
	bottom: calc(var(--prt) / -1);
	right: calc(var(--prt) / -1);
}

.tai_wrap .team_cont {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.tai_wrap .team-five__image {
	border-radius: 15px;
	padding-bottom: 0;
	margin-bottom: 17px;
	background-image: linear-gradient(180deg, #590000, #a7070c);
}



.bta_container::before {
	content: '';
	background-image: linear-gradient(201deg, #590000, #a7070c);
	position: absolute;
	right: 0;
	bottom: 30px;
	height: 30px;
	width: var(--btaimg);
}

.bta_img {
	width: var(--btaimg);
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100% - 60px);
	object-fit: contain;
	z-index: 1;
}

.bta_wrap {
	display: flex;
}

.bta_lt {
	width: 25%;
	display: flex;
	flex-direction: column;
	padding: 60px;
	background-image: linear-gradient(202deg, #590000, #a7070c);
	justify-content: center;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.bta_head {
	font-size: 40px;
	color: #ffd269;
	position: relative;
	font-family: brittanysignatur;
	margin-bottom: 45px;
	line-height: 65px;
}

.bta_head::before {
	content: '';
	background-image: linear-gradient(248deg, #590000, #a7070c);
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
	height: 80%;
	width: calc(100% + 60px);
}

.bta_lt p {
	margin: 0;
	font-size: 24px;
	color: white;
}

.bta_rt {
	width: 75%;
	padding-left: 40px;
	padding-right: calc(var(--btaimg) - 190px);
}

.bta_rt_head {
	margin-bottom: 0;
	color: white;
	font-size: 50px;
	font-weight: 200;
	font-family: "Jaini", serif;
	position: relative;
	margin-bottom: 45px;
}

.bta_rt_head::before {
	content: '';
	background-image: linear-gradient(201deg, #590000, #a7070c);
	position: absolute;
	right: calc(calc(var(--btaimg) - 190px) / -1);
	top: 50%;
	transform: translateY(-50%);
	height: 14px;
	width: calc(100% + calc(var(--btaimg) - 190px));
}

.bta_rt .team_cont {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.bta_rt .team-five__image {
	border-radius: 15px;
	padding-bottom: 0;
	margin-bottom: 17px;
	background: #fdd36e;
}

.bta_rt .team-five__item {
	width: 234px;
}

.tai_rt .team-five__item {
	width: 254px;
}

.com-inner {
	width: 80%;
	margin: auto;
}

.main-menu ul.sub_menu_ul {
	position: absolute;
	top: 40px;
	z-index: 3;
	width: 314px;
	background: #bf9c49;
	display: none;
	padding: 0;
}

.main-menu ul.sub_menu_ul li {
	padding: 12px 17px;
	width: 100%;
	border-bottom: 1px solid #ffffff40;
	margin-left: 0 !important;
	font-size: 17px;
	color: white;
}

.main-menu ul.sub_menu_ul li:last-child {
	border-bottom: 0;
}

.menu_click i {
	margin-left: 3px;
}

.main-title i {
	text-transform: capitalize;
	font-size: 44px;
	font-family: 'brittanysignatur';
	margin-top: -12px;
	display: inline-block;
	font-weight: 100;
}

/* 
	.baner_lg_text {
		display: flex;
		flex-direction: column;
		position: absolute;
		font-size: 80px;
		top: 100px;
		left: 29px;
		font-weight: 600;
		color: #ffffff7a;
		line-height: 68px;
		margin: 0;
	}
	
	.baner_lg_text span {} */

.abs_lt_mid h4 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 33px;
	font-weight: 500;
	color: white;
}

.abs_lt_mid h5 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 43px;
	font-weight: 300;
	/* font-style: italic; */
	color: #ffd269;
	font-family: "Jaini", serif;
}

.abs_lt_mid #countdown {
	margin-top: 32px;
}

.abs_lt_mid #countdown ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 0;
	gap: 15px;
}

.abs_lt_mid #countdown ul li {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: linear-gradient(180deg, #590000, #a7070c);
	padding: 11px 20px;
	border-radius: 0.75rem;
}

.abs_lt_mid #countdown ul li span {
	font-size: 67px;
	color: white;
	line-height: 60px;
	/* font-weight: 800; */
	font-family: "Jaini", serif;
}

.abs_lt_mid #countdown ul li i {
	text-transform: uppercase;
	font-style: normal;
	font-size: 20px;
	color: #ffd269;
}

.abs_lt_btm {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.abs_lt_btm h4 {
	margin: 0;
	font-size: 33px;
	color: white;
}

.abs_lt_btm h5 {
	margin: 0;
	font-size: 43px;
	margin-bottom: 0;
	font-weight: 200;
	/* font-style: italic; */
	color: #ffd269;
	font-family: "Jaini", serif;
}

.abs_lt_btm p {
	margin-bottom: 0;
	display: flex;
	gap: 15px;
}

.abs_lt_btm p a {
	padding: 11px 27px;
	text-transform: uppercase;
	border-radius: 50px;
	background-image: linear-gradient(89deg, #553d07, #a17f2e);
	font-size: 17px;
	display: inline-block;
	color: white;
}

.abs_lt_top {}

.abs_lt_top h2 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 75px;
	margin-bottom: 0;
	color: white;
	font-family: "Jaini", serif;
}

.abs_lt_top h6 {
	position: relative;
	margin-bottom: 0;
	font-size: 33px;
	margin-top: -14px;
	color: #ffd269;
	font-size: 44px;
	/* text-align: right; */
	font-family: brittanysignatur;
}

.abs_lt_top h6::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	background-image: linear-gradient(271deg, #3b0404, #890000);
	width: 50%;
	height: 8px;
	transform: translateY(-50%);
}

.abs_lt_top h6 span {
	display: inline-block;
	position: relative;
}

.abs_bk {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abstract_box.tai_rt {
	padding-left: 0;
	width: 100%;
}

.abstract_timeline {
	display: flex;
	margin-top: 50px;
	gap: 100px;
}

#workshop {
	background-image: linear-gradient(96deg, #455f3b, #202d1c, #465b3e);
	padding-left: 332px;
	padding-right: 30px;
}

.workshop_figure {
	position: absolute;

}

.workshop_figure._back {
	left: 0;
	top: 10px;
	width: 450px;
}

.workshop_figure._front {
	width: 400px;
	left: -45px;
	bottom: 0;
	z-index: 1;
}

.workshop_wrap {
	background: #073d13ad;
	border-radius: 20px;
	padding: 40px;
	position: relative;
}

.workshop_top {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.workshop_fee_wrap {
	min-width: 52%;
	position: relative;
}

.workshop_fee_wrap::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	content: "\f156";
	color: #104f1966;
	font-size: 300px;
	position: absolute;
	left: -68px;
	top: -94px;
}

.workshop_inner_head {
	margin-bottom: 29px;
	font-family: "Jaini", serif;
	color: white;
	font-size: 55px;
	position: relative;
	display: inline-block;
}

.workshop_inner_head span {
	position: relative;
}

.workshop_inner_head::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 22px;
	width: calc(100% + 100px);
	background: #305023;
}

.fees_inner {
	display: flex;
	align-items: start;
	gap: 25px;
	position: relative;
}

.fees_inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 67%;
}

.fees_inner ul li {
	width: 49%;
	text-align: center;
	padding: 15px;
	/* background   : aquamarine; */
	border-radius: 15px;
	background-image: linear-gradient(304deg, #385931, #8DB490);
	color: white;
}

.fees_inner ul li p {
	font-family: "Jaini", serif;
	font-size: 40px;
	line-height: 37px;
	margin-bottom: 10px;
}

.fees_inner ul li p i {
	font-size: 27px;
}

.fees_inner ul li span {
	text-transform: capitalize;
	font-size: 19px;
}

.fees_inner ul h6 {
	font-family: "Jaini", serif;
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 30px;
	color: #c1d8c2;
}

.fees_inner a {
	margin-top: 24px;
	text-transform: uppercase;
	font-size: 24px;
	display: inline-block;
	background-image: linear-gradient(119deg, #385931, #8DB490);
	border-radius: 50px;
	padding: 8px 39px;
	color: white !important;
}

.workshop_bottom {
	display: flex;
	align-items: end;
	gap: 30px;
}

.workshop_avail_wrap {
	width: 100%;
}

.avail_inner {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.avail_inner ul {
	width: 30%;
}

.avail_inner ul li {
	text-align: center;
	background: #1b4f23;
	padding: 25px;
	border-radius: 15px;
	border: 2px solid #358141;
	box-shadow: 7px 8px 17px 3px #0000003d;
}

.avail_inner ul li img {
	width: 100px !important;
	height: 100px !important;
	margin-bottom: 15px;
	margin: auto;
	margin-bottom: 15px;
}

.avail_inner ul li p {
	margin: 0;
	color: white;
	font-size: 30px;
	/* height  : 65px; */
	font-weight: 600;
}

.avail_inner ul li h6 {

	margin-bottom: 0;

	margin-top: 4px;

	color: #a6d195;

	font-size: 20px;
}

.workshop_figure_3 {
	width: 350px;
	/* height    : 400px; */
	margin-bottom: -58px;
	margin-right: -58px;
}

#workshop .section-title img {
	width: 64%;
}

.resiter_btn {
	position: relative;
	background: #450915 !important;
	padding: 9px 22px;
	font-family: "Bebas Neue", sans-serif;
	color: white;
	border-radius: 7px;
	display: inline-block;
	overflow: hidden;
}

.resiter_btn::before {
	content: '';
	background-image: url(../images/alpona.png);
	position: absolute;
	right: 0;
	top: 0;
	height: 419%;
	width: 179px;
	background-size: contain;
	background-repeat: no-repeat;
	mix-blend-mode: color-dodge;
	opacity: .4;
	transform: rotate(90deg);
}

.con_reg_ttrf_owl .item.regular_regi {
	background: #DCDADB;
}

.con_reg_ttrf_owl .item.regular_regi h3 {
	color: #4F525B;
}

.con_reg_ttrf_owl .item.regular_regi h5 {
	color: #6F7170;
}

.con_reg_ttrf_owl .item.regular_regi table td {
	color: #6C7682;
}

.con_reg_ttrf_owl .item.regular_regi table tr:nth-child(odd) td {
	background: #FAF6F5;
}

.con_reg_ttrf_owl .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 9px;
	gap: 5px;
	/* position    : absolute; */
	left: 50%;
	/* transform   : translateX(-50%); */
	z-index: 3;
}

.con_reg_ttrf_owl .owl-dot span {
	width: 6px;
	display: inline-block;
	transition: .8s;
}

.con_reg_ttrf_owl.owl-carousel .owl-nav button.owl-next,
.con_reg_ttrf_owl.owl-carousel .owl-nav button.owl-prev,
.con_reg_ttrf_owl.owl-carousel button.owl-dot {
	font-size: 5px !important;
	border: 2px solid #450915 !important;
	z-index: 3;
	margin-top: 5px;
}

.con_reg_ttrf_owl .owl-dot.active span {
	width: 30px;
	transition: .8s;
}

.accm_wrap {

	display: flex;



}

.accm_fx_lft {
	width: var(--accmwdth);
	background: white;
	padding: 20px 0;
	position: sticky;
	top: 0;
	height: 100vh;
	background-image: url(../images/bg.png);
	background-position: top;
	background-repeat: repeat;
	background-size: contain;
	box-shadow: 15px 0px 41px #00000026;
}

.accm_logo {
	width: 100%;
	display: inline-block;
	height: 80px;
	padding: 0 25px;
}

.accm_logo img {
	height: 100%;
	object-fit: contain;
}

.accm_fx_lft ul {
	height: calc(100% - 160px);
	overflow: auto;
	margin-top: 20px;
	padding: 0 25px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-weight: 500;
}

.accm_fx_lft ul .page_inner_link_click {
	font-size: 18px;
	text-transform: uppercase;
	/* font-family   : 'futurah'; */
	font-family: "Playfair Display", serif;
	cursor: pointer;
}

.accm_fx_rgt {
	width: calc(100% - var(--accmwdth));
	/* height: 100vh; */
}

.accm_box {
	display: flex;
	--gp: 30px;
	gap: 30px;
	height: 100%;
	align-items: center;
	padding: var(--gp);
	position: relative;
	width: 100%;
	flex-direction: row-reverse;
}

.accm_lft {
	width: 50%;
	position: relative;
	z-index: 1;
	height: 100%
}

.accm_lft_back {
	height: 100%;
	width: 100%;
}

.accm_lft_back img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.accm_lft_top {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	right: -60px;
	top: -60px;
	height: 100%;
	display: none;
}

.accm_lft_top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.accm_rgt {
	width: calc(50% - 30px);
	position: relative;
	z-index: 1;
}

.accm_rgt h4 {
	margin-bottom: 0;
	font-family: 'perandory';
	font-size: 80px;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 6px;
	color: #02592f;
	line-height: 74px;
}

.accm_rgt h4::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #ffd269;
	display: none;
}

.accm_rgt h6 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #9c5b31;
	font-family: "Playfair Display", serif;
}

.accm_rgt h6 span {
	color: #867B5D;
	font-style: italic;
	font-size: 28px;
}

.accm_rgt h5 {
	font-size: 18px;
	font-weight: 500;
	color: white;
	display: flex;
	align-items: center;
	gap: 9px;
	display: none;
}

.accm_rgt h5 i {
	font-size: 14px;
}

.accm_rgt p {
	margin-bottom: 0;
	display: flex;
	margin-top: 6px;
	flex-direction: column-reverse;
	font-family: "Playfair Display", serif;
	gap: 11px;
}

.accm_rgt p i {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	color: #8C8471;
	font-style: italic;
}

.accm_rgt p span {
	/* border: 1px solid white; */
	/* padding      : 11px 22px; */
	display: flex;
	font-size: 55px;
	/* text-align   : center; */
	line-height: 54px;
	gap: 14px;
	align-items: flex-end;
	/* background   : #ffffff33 !important; */
	/* font-family  : "Bebas Neue", sans-serif; */
	color: #02592f;
	border-radius: 7px;
	font-style: italic;
}

.accm_rgt p span b {
	/* display: inline-block; */
	font-size: 16px;
	color: #5E391F;
}

.hotel_side {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80% !important;
	mix-blend-mode: color-burn;
	opacity: .3;
	height: 100%;
}

.accm_fx_lft ul .page_inner_link_click {
	color: #5E391C;
}

.accm_fx_lft .page_inner_link_click.active {
	color: #1F5436;
}

/* .section {
	display   : flex;
	width     : 100%;
} */

.wrapper {
	/* flex-wrap      : nowrap;
	justify-content: flex-start;
	overflow       : hidden;
	position       : relative; */
	height: 50vh;
}

.panel {
	width: 100%;
	height: 100%;
	flex: 1 0 100%;
	align-items: end;
	position: relative;
}

.accm_head {
	height: 50vh;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.accm_head_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.accm_head_top h2 {
	font-family: 'amoresa';
	font-size: 75px;
	margin: 0;
	line-height: 58px;
	padding-top: 23px;
	color: #02592F;
}

.accm_head_top h2 i {
	font-style: none;
	font-family: 'perandory';
}

.accm_head_top h2 span {
	display: inline-block;
	margin-top: -27px;
	padding-left: 41px;
	color: #AA4C16
}

.accm_head_top .tc_div {
	background: #612600;
	padding: 9px;
	color: white;
	font-size: 15px;
}

.accm_head_top .tc_div p {
	font-family: "Playfair Display", serif;
	margin-bottom: 1px;
	font-weight: 800;
	color: #F1D2B5;
}

.accm_head_top .tc_div ul {
	padding-left: 16px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.accm_head_top .tc_div ul li {
	font-family: "Playfair Display", serif;
	list-style: auto;
	font-size: 15px;
	color: #F1D2B5;
}

.accm_head_bottom {}

.accm_head_bottom ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
}

.accm_head_bottom ul li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.accm_head_bottom ul li p {
	font-family: "Playfair Display", serif;
	margin-bottom: 0;
	font-size: 25px;
	line-height: 29px;
	color: #9C5B31;
}

.accm_head_bottom h5 {
	font-family: "Playfair Display", serif;
	margin-bottom: 0;
	font-size: 17px;
	margin-top: 6px;
	color: #8F8472;
}

.owl-stage-outer,
.owl-stage,
.owl-item {
	height: 100%
}

.accm_fx_lft_btm {
	padding: 0 25px;
	height: 60px;
	text-align: center;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
}

.accm_fx_lft_btm h5 {
	text-align: left;
	font-size: 13px;
	margin-bottom: 0;
	font-family: "Playfair Display", serif;
	color: #9C5B31;
}

.accm_fx_lft_btm h6 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #02592F;
	margin-bottom: 0;
}

.accm_fx_lft_btm img {

	width: 63px;
}

.accm_head_bottom ul li:nth-child(2) {
	padding: 0 15px;
	border-right: 2px solid #9c5b31;
	border-left: 2px solid #9c5b31;
}

.accm_head_bottom ul li i {
	color: #9C5B31;
	font-size: 32px;
}

.partnar {
	font-size: 11px;
	border-left: 1px solid #00000087;
	padding-left: 5px;
	margin-left: 5px;
	text-align: center;
}

.partnar img {
	width: 61px;
}

.agenda_right {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
	margin-bottom: 0;
	margin-top: 50px;
}

.agenda_right li {
	text-align: center;
}

.agenda_right li h3 {
	color: #fecc00;
	font-size: 55px;
	margin-bottom: 0px;
	/* font-family: 'amsterdam-four'; */
	font-weight: 100;
	font-family: "Kings", cursive;
}

.agenda_right li h4 {
	color: white;
	margin-bottom: 13px;
	font-size: 31px;
	font-family: "Jaini", serif;
	color: #CCCCCC;
}

.agenda_right li a {
	/* color: white; */
	font-size: 18px;
}

.agenda_right li a img {
	width: 132px;
}

.prgm_wrap {
	padding-left: 400px;
	overflow: hidden;
}

.prgm_img_post {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.prgm-book {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
}

.dwn_sche {
	color: #480000;
	background: linear-gradient(45deg, #E59945, #ECCC7C, #E59945);
	padding: 4px 12px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid white;
	text-transform: uppercase;
}

.prgm_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prgm_head .dwn_sche {
	/* flex: 1; */
	width: max-content;
	font-size: 18px;
	padding: 8px 19px;
}

.prgm_head .abs_lt_top h6::before {
	left: 100%;
	top: 100%;
	background-image: linear-gradient(271deg, #E59945, #ECCC7C, #E59945);
	width: 1000px;
	height: 3px;
}

.foot_heading {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: linear-gradient(45deg, #530a0c, #412424);
	border-radius: 10px;
	padding: 15px;
	height: 100%;
}

.foot_heading h2 {
	margin: 0;
	color: white;
	font-size: 21px;
}

.foot_heading img {
	height: 42px;
	width: max-content;
}

.foot_heading p {
	margin: 0;
	color: white;
	line-height: 16px;
}

.foot_heading p span {
	margin-right: 7px;
}

.foot_heading a {

color: white;

font-size: 14px;
}