* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	width: 100%;
	scroll-behavior: smooth;
}

img {
	width: 100%;
	height: auto;
}

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

p {
	font-size: 14px;
	font-family: "gill", sans-serif;
}
.title-sec {
	font-family: "baskerville", sans-serif;
	color: #5e1916;
	font-weight: 400;
	font-size: 22px;
}
.sell-all {
	font-family: "baskerville", sans-serif;
	color: #5e1916;
	font-weight: 400;
	font-size: 18px;
}

.container-custom {
	padding: 0 4vw;
}
@font-face {
	font-family: "baskerville";
	src: url("../fonts/baskerville-old-face.ttf") format("truetype");
}
@font-face {
	font-family: "gill";
	src: url("../fonts/gill-sans-light.otf") format("opentype");
}
.sanku-bose {
	font-family: "baskerville", sans-serif;
	color: #5e1916;
	font-weight: 400;
	font-size: 100px;
}
.stories-reflections {
	font-family: "baskerville", sans-serif;
	font-weight: 400;
	font-size: 32px;
}

/* Header START */
.top-header {
	padding: 8px 0;
	background-color: #000000;
	display: flex;
	align-items: center;
}
.top-header img {
	width: 200px;
}
/* Header END */

/* Banner START */
.carousel-border {
	padding-top: 32px;

	padding-bottom: 32px;
}
/* Banner END */

/* Footer START */
footer {
	background-color: #000000;
	color: #fff;
}
.footer-card-sec {
	display: flex;
}
.footer-card {
	width: 33.33%;
}

.footer-logo {
	width: 320px;
}

ul.footer-custom-list {
	list-style: none;
	padding-left: 1.5em;
}

ul.footer-custom-list li {
	position: relative;
	padding-left: 1em;
}

ul.footer-custom-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%; /* Makes it a circle */
}
/* Footer END */

@media only screen and (min-width: 1200px) {
   
	.sanku-bose {
		margin-top: 30px;
		margin-bottom: 19px;
	}
}

/* Album START */
.album-title {
	color: #7b2d26;
	font-weight: 500;
}

.see-all {
	font-family: "baskerville", sans-serif;
	color: #7b2d26;
	text-decoration: underline;
	font-weight: 400;
	cursor: pointer;
}
@media (min-width: 993px) {
	.col-lg-5th {
		flex: 0 0 auto;
		width: 20%;
	}
}

.event-title {
	font-family: "gill", sans-serif;
	font-weight: 300;
}
.blog-title {
	font-family: "baskerville", sans-serif;
	color: #5e1916;
}
.event-date {
	background-color: #5a1e14;
	color: white;
	text-align: center;
	padding: 10px 0;
	/* min-width: 100px; */
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.event-date .day {
	font-family: "baskerville", sans-serif;

	font-weight: 400;
}
.event-date .month {
	font-family: "baskerville", sans-serif;

	font-weight: 400;
}
.location {
	font-size: 0.9rem;
	color: #888;
}
.more-btn {
	background-color: #5a1e14;
	color: white;
	font-size: 0.8rem;
	float: right;
	border-radius: 0;
}
.more-btn:hover {
	background-color: #5a1e14;
	color: white;
}
/* .see-all {
	font-size: 0.9rem;
	color: #5a1e14;
	text-decoration: underline;
	cursor: pointer;
} */
.divider {
	border-top: 3px solid #5a1e14;
	margin-top: 30px;
}
/* Menu STRAT */
.nav-link:hover {
	text-decoration: underline;
	text-underline-offset: 23px;
	text-decoration-color: #fff;
	text-decoration-thickness: 1px;
}
.navbar {
	border-bottom: 3px solid #5e1916;
}

/* Style for active nav link underline */
.nav-link.active {
	text-decoration: underline;
	text-underline-offset: 23px;
	text-decoration-color: #fff;
	text-decoration-thickness: 1px;
}

/* Menu END */

@media (max-width: 600px) {
	p {
		font-size: 12px;
	}
	.sanku-bose {
		font-size: 40px;
	}
	.stories-reflections {
		font-size: 18px;
	}
	.title-sec {
		font-size: 14px;
	}
	.see-all {
		font-size: 14px;
	}
	.blog-des {
		font-size: 12px;
		font-weight: 300;
	}
	.blog-title {
		font-size: 14px;
		font-weight: 400;
	}
	.more-btn {
		font-size: 10px;
		padding: 4px 8px;
	}
	.event-title {
		font-size: 14px;
	}
	.event-date .day {
		font-size: 24px;
	}
	.event-date .month {
		font-size: 14px;
	}
	.event-date {
		width: 60px !important;
		height: 60px;
	}
	.blogs-pg img {
		width: 85px;
		height: 85px;
	}
	.latest-blogs-pg img {
		width: 85px;
		height: 85px;
	}
	.sidebar-upcoming-events-date {
		width: 45px !important;
		height: 45px !important;
	}
	.sidebar-upcoming-events-day {
		font-size: 22px;
	}
	.sidebar-upcoming-events-month {
		font-size: 14px;
	}
	.sidebar-upcoming-events-date {
		line-height: 108%;
	}
}
@media (min-width: 768px) {
	.sidebar-upcoming-events-date {
		width: 128px !important;
		height: 128px !important;
		line-height: 254%;
	}
	.sidebar-upcoming-events-day {
		font-size: 52px;
	}
	.sidebar-upcoming-events-month {
		font-size: 30px;
	}
     .home-latest-blog-img-text {
		flex-direction: row !important;
		gap: 8px;
	}
}

.home-latest-blog-img-text {
	display: flex;
}
@media (min-width: 992px) {
	.blog-title {
		font-size: 14px;
	}
    
}


@media (min-width: 600px){
    .blogs-pg img {
        width: 141px !important;
        height: 141px !important;
    }
	.latest-blogs-pg img {
        width: 141px;
        height: 141px;
    }
}


@media only screen and (max-width: 992px) {
	.home-latest-blog-sec {
		flex-direction: column;
	}
	.home-latest-blog-lt,
	.home-latest-blog-rt {
		width: 100%;
	}
}

.border-bottom {
	border-bottom: 0.5px solid #000000 !important;
}
.my-biography-btn {
	background-color: #621b17;
	color: white;
	border: 1.6px solid white;
	padding: 12px 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	box-shadow: 0 0 0 3px #5e1916;
	transition: background-color 0.3s ease;
	text-decoration: none;
	width: 100%;
}

.my-biography-btn:hover {
	background-color: #5e1916;
}

@media (max-width: 992px) {
     .blog-pg-lt, .blog-pg-rt {
	width: 100% !important;
}



 
	.navbar-toggler {
		position: relative;
		top: -140px;
		color: #fff;
		background: #fff;
	}
	.footer-card-sec {
		flex-direction: column;
	}
	.footer-brand-info {
		width: 100%;
	}
	.main-sec {
		flex-direction: column;
	}
	.sec-lt {
		width: 100% !important;
	}
	.sec-rt {
		width: 100% !important;
		padding-right: 0px;
	}
	.blog-item {
		flex-direction: column;
	}
}
@media (min-width: 1200px) {
	.navbar-nav {
		gap: 77px;
	}
	.blog-des {
		font-size: 14px;
	}
	.event-date {
		width: 100px;
		height: 100px;
	}
	.event-date .day {
		font-size: 40px;
	}
	.event-date .month {
		font-size: 18px;
	}
	.event-title {
		font-size: 18px;
	}
	.see-all {
		font-size: 18px;
	}
	.blog-item img {
		width: 135px;
		height: 135px;
	}
	.blog-title {
		font-size: 18px;
	}
	.blogs-pg img {
		width: 210px;
		height: 210px;
	}

	.latest-blogs-pg img {
		width: 110px;
		height: 110px;
	}
	.sec-lt {
		padding-right: 42px;
	}
	.sidebar-upcoming-events-date {
		width: 45px !important;
		height: 45px !important;
	}
	.sidebar-upcoming-events-day {
		font-size: 22px;
	}
	.sidebar-upcoming-events-month {
		font-size: 14px;
	}
	.sidebar-upcoming-events-date {
		line-height: 115%;
	}
}
@media (min-width: 1920px) {
     	.highlights-pg-rt h6{
	font-size: 22px !important;
}
.highlights-pg-rt p{
	font-size: 18px;
    margin-bottom: 12px;
    
}
.highlights-pg-rt .blog-date{
	font-size: 18px;
}


	.top-header img {
		width: 320px;
	}
	.sanku-bose {
		font-size: 160px;
	}
	.stories-reflections {
		font-size: 52px;
	}
	.navbar {
		border-bottom: 4.8px solid #5e1916;
	}
	/* .nav-link {
		font-size: 28px !important;
	} */
	.title-sec {
		font-size: 36px;
	}
	.blog-title {
		font-size: 28px;
	}
	.blog-des {
		font-size: 22px;
	}
	.blog-item img {
		width: 216px;
		height: 216px;
	}
	.more-btn {
		font-size: 22px;
		padding: 9px 19px;
	}
	.event-date {
		width: 160px;
		height: 160px;
	}
	.event-date .day {
		font-size: 64px;
	}
	.event-date .month {
		font-size: 28px;
	}
	.event-title {
		font-size: 28px;
	}
	.see-all {
		font-size: 28px;
	}
	p {
		font-size: 22px;
	}
	ul li a {
		font-size: 22px;
	}
	.blogs-pg img {
		width: 336px;
		height: 336px;
	}
	.latest-blogs-pg img {
		width: 160px;
		height: 160px;
	}
	.sidebar-upcoming-events-date {
		width: 72px !important;
		height: 72px !important;
	}
	.sidebar-upcoming-events-day {
		font-size: 35px;
	}
	.sidebar-upcoming-events-month {
		font-size: 22px;
	}
}
ul li a {
	text-decoration: none;
	color: #fff;
}
.blog-item img {
	object-fit: cover;
}

.subscribe-form {
	display: flex;
	border: 2px solid #2d1b14;
	max-width: 500px;
	width: 90%;
	background-color: #fff;
}

.subscribe-form input {
	flex: 1;
	padding: 12px;
	font-size: 14px;
	border: none;
	outline: none;
}

.subscribe-form button {
	background-color: #5e1c15;
	color: white;
	border: none;
	padding: 0 24px;
	font-size: 14px;
	cursor: pointer;
}

.subscribe-form button:hover {
	opacity: 0.9;
}

.main-sec {
	display: flex;
	margin-top: 20px;
}
.sec-lt {
	width: 64%;
}
.sec-rt {
	width: 36%;
}

.thank-you {
	text-align: center;
	font-size: 80px;
	text-transform: uppercase;
	background: linear-gradient(0deg, #ededed 16.49%, #5e1a0f 129.79%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.writes {
	width: 74%;
}

/* Events START */

.event-card {
	max-width: 500px;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.event-image {
	width: 100%;
	/* height: 200px; */
	object-fit: cover;
}
.event-dates {
	font-size: 2rem;
	font-weight: bold;
}
.event-location i {
	margin-right: 5px;
}

/* Events END */

.album .gallery-title {
	text-align: center;
	margin: 40px 0 20px;
}
.album .img-thumb {
	/* border-radius: 10px; */
	transition: transform 0.2s;
}
.album .img-thumb:hover {
	transform: scale(1.05);
}

.sidebar-upcoming-events-date {
	background-color: #5a1e14;
	color: white;
	text-align: center;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sidebar-upcoming-events-day {
	font-weight: 400;
	font-family: "gill", sans-serif;
}
.sidebar-upcoming-events-month {
	font-weight: 400;
	font-family: "gill", sans-serif;
}

/* .sidebar-upcoming-events-day {
	font-size: 22px;
}
.sidebar-upcoming-events-month {
	font-size: 14px;
} */
.thank-you-sec {
	width: 70%;
}

.album-gp .image-container {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.album-gp .image-container img {
	width: 100%;
	height: auto;
	display: block;
}

.album-gp .black-shade {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.album-gp .image-text {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: white;
	font-size: 1.5rem;
	font-weight: bold;
}
.footer-envelope-icon {
	width: 24px;
}
.footer-social-icon {
	width: 24px;
}
.footer-social {
	display: flex;
	gap: 1rem;
}
.mail-footer-sec {
	margin-bottom: 16px;
}
@media (min-width: 1900px) {
	.sidebar-upcoming-events-date {
		line-height: 190%;
	}
}

.cu-border {
	border: 3.2px solid #5e1916;
}

.album-item .image-container {
	position: relative;
	/* display: inline-block; */
	max-width: 100%;
}
.album-item .image-container img {
	width: 100%;
	display: block;
}
.album-item .text-overlay {
	position: absolute;
	bottom: 0%;

	width: 100%;
	padding: 4%;
	color: #fff;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
	font-size: 0.8rem;
}
.album-img {
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #fff;
	width: 100%;
	height: auto;
	object-fit: cover;
}


.blog-date {
	color: #5e1916;
	margin-right: 8px;
	font-family: "gill", sans-serif;
}

.photo-sec {
	position: relative;
}
.date-badge {
	background-color: #ffd439;
	color: #2b2b2b;
	display: inline-block;
	left: 6px;
	min-width: 60px;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 6px;
	z-index: 9;
}

.date-badge .day {
	color: #2b2b2b;
	font-weight: bold;
	font-size: 19px;
}

.date-badge span {
	display: block;
}

.date-badge .month {
	border-top: 1px solid #2b2b2b;
	
	font-size: 11px;
	width: 86%;
	padding-top: 0px;
	margin: auto;
}

.date-badge span {
	display: block;
}

.date-badge .year {
	border-top: 1px solid #2b2b2b;
	letter-spacing: 0.15em;
	padding-top: 0px;
	width: 86%;
	margin: auto;
}

.date-badge span {
	display: block;
}

.date-badge::after {
	border: 30px solid #ffd439;
	border-bottom-width: 30px;
	border-bottom-color: rgb(255, 212, 57);
	width: 0px;
	height: 0px;
	border-bottom-color: transparent;
	border-bottom-width: 18px;
	transform: translateY(50%);
	bottom: 0px;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
.photo-sec .mb-2 {
	overflow: hidden; 
}

.zoom-on-hover {
	transition: transform 0.3s ease;
	display: block;
	width: 100%; 
}

.zoom-on-hover:hover {
	transform: scale(1.1);
}



.pagination a{
    padding: 8px 16px;
}







.home-latest-blog-sec {
	display: flex;
	gap: 2%;
}
.home-latest-blog-lt,
.home-latest-blog-rt {
	width: 50%;
}

@media only screen and (max-width: 992px) {
	.home-latest-blog-sec {
		flex-direction: column;
	}
	.home-latest-blog-lt,
	.home-latest-blog-rt {
		width: 100%;
	}
}



/*For album caption*/
.photo-caption {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background: rgba(255, 255, 255, 0.7); /* Light background */
    padding: 5px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.photo-caption:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}
    

/* Image hover effect */
.image-container {
    position: relative;
    overflow: hidden;
}

.image-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}

.image-container:hover .image-hover {
    opacity: 1;
}

/* Search Icon Styling */
.search-icon {
    font-size: 30px;
    color: #fff;
}

/* Fancybox Caption Custom Styling */
.fancybox-caption-custom h4 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.fancybox-caption-custom .caption-date {
    font-size: 14px;
    color: #ccc;
}

.fancybox-caption .fancybox-caption__body {
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px;
    border-radius: 8px;
}



/* Biography css */

.biography-pg-desc p {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* Contact css */
.contact-link {
    color: #0d6efd;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}
.latest-blogs-pg{
      margin-bottom: 4%;
}


.blog-pg-lt{
	width: 60%;
}
.blog-pg-rt{
	width: 40%;
}