	.bg {
		background-color: #f2e9e1 !important;
	}
	/* #f2e9e1 */
	/* #e2cebb */
	
	.ofr_txt {
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    /* color: #9f4f04 !important; */
    font-size: 15px;
    left: auto;
}
.end_ofr {
    background-color: #9f4f04;
    color: #fff !important;
     font-size: 17px;
}
.sec-1 h1 {
    color: #9f4f04;
    font-family: 'Cormorant Garamond';
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .1125rem;
    font-weight: 600;
}
.sec-1 h2 {
    font-size: 1.3rem;
}
.sec-1 ul {
    line-height: unset;
    list-style: inside;
}
@keyframes hue {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 2000px 0;
    }
}

.bg-b {
    background-image: linear-gradient(to right, #56292c 0, #683236 36%, hsl(60deg 5% 21%) 65%, #df324a 100%);
}

.text-animation {
    font-weight: 800;
    color: transparent !important;
    -webkit-background-clip: text;
    -webkit-animation: hue 20s infinite linear;
}
ul.fixed-bullets {
  list-style-position: outside;
  padding-left: 20px;
  margin: 0;
}
 .christmas-banner {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), 
	url(../img/christmas/christmas.jpg);
	background-size: cover;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: top center;
}
.republic-banner {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), 
	url(../img/republic-day/banner.jpg);
	background-size: cover;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: top center;

}
 .new-banner {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), 
	url(../img/new-year/banner.jpg);
	background-size: cover;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
}
 .valentine-banner {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), 
	url(../img/valentine/banner.jpeg);
	background-size: cover;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
}
 .holi-banner {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), 
	url(../img/holi/banner.jpeg);
	background-size: cover;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: top center;
}

ul.fixed-bullets li {
  margin-bottom: 6px;
  line-height: 1.5;
}
b, strong {
    font-weight: bold;
}
.ofr_Prc .accordion-button {
    background-color: #f2e9e1 !important;
	border-top: 1px solid #9f4f04;
}
.ofr_Prc .card-body {
    background-color: #f2e9e1;
}
.brd_btm {
	border-top: 1px solid #9f4f04 !important;
}
.ofr_Prc .card:last-of-type {
    /* border-bottom: 1px solid #9f4f04; */
    border-radius: unset;
}

.ofr_Prc .card {
    --bs-card-border-width: unset;
}
.ofr_Prc .card-header {
    padding: unset;
    border-radius: unset;
}
.ofr_Prc .corp_evnt {
    color: #9f4f04;
    font-family: "Roboto", sans-serif;
}
.custom-carousel-btn {
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 18px 18px;
    filter: invert(58%) sepia(89%) saturate(748%) hue-rotate(8deg);
}

.custom-carousel-btn:hover {
    background-color: #f5f5f5;
}
/* .villa ul li {
    line-height: unset;
    display: auto;
    align-items: unset;
} */
