/* Developed By https://unreachable.in/ */

:root{
	--clr-primary:#933830;
	--clr-yellow:#7C480F;
	--clr-yellowl:#FBCC82;
	--clr-white:#fff;
	--clr-p:#52535d;
	--clr-blue:#3f3373;
}

body{
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
header{
	position: fixed;
	top:0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	background: var(--clr-white);
	transition: background-color 0.3s, color 0.3s;
	background: linear-gradient(to bottom, hsl(0deg 0% 0% / 83%), hsl(0deg 0% 0% / 18%));
}
header.scrolled {
  background: white;
}
.head{
	padding-top: 100px;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: none;
}
h1, h2, h3, .h31, .ach1, .wedtg, .wedh{
	font-family: "Playfair Display", serif;
}
p {
	color: var(--clr-p);
	line-height: 1.7;
}
img, picture  {
	max-width: 100%;
	height: auto;
}
.red{
	color: var(--clr-primary);
}
.blue{
	color: var(--clr-blue);
}
.bg-yl{
	background: var(--clr-yellowl);
}
.nav-rkd .nav-link{
	text-transform: uppercase;
	color: var(--clr-white);
}
header.scrolled .nav-link {
	color: var(--clr-primary);
}
.nav-rkd .nav-link:hover{
	color: var(--clr-primary);
}
header.scrolled .nav-link:hover {
  color: var(--clr-yellow);
}
.navbar-toggler{
	border-color: transparent;
}
.navbar-toggler:focus{
	box-shadow: none;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 1.5rem !important;
  }
}
.rd{
	border-radius: 1rem;
}
.scrolled .nav-rkd {
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(255,255,255,0.15)
}
.carousel-item, .hdbx {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ight{
	height: calc(100vh - 61px);
}
.hdbx {
	height: calc(100vh - 131px);
}
/*test*/
.banner {
	position: relative;
	height: calc(100vh - 61px);
	width: 100%;
	overflow: hidden;
}
.banner video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: -1;
	object-fit: cover;
}
.banner-content {
	position: relative;
	z-index: 1;
	color: white;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
/*test*/
.carousel-inner {
	transition: transform 2s ease-in-out;
}
.bookig{
	bottom: 40px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.__bokin{
	background: rgba(6, 13, 45, .49);
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 1rem  1rem 0 0;
	border-radius: 1rem;
}
.__bokin .form-control, .__bokin button{
	font-size: 14px;
}
.__bokin label {
	color: var(--clr-white);
	color: black;
	font-size: 12px
}
.__bokin .htbknw, .modal-body .htbknw{
	background: var(--clr-primary);
	color: var(--clr-white);
	border-radius: 2rem;
	padding-left: 14px;
	padding-right: 14px;
}
.__bokin .sale{
	top: -22px;
	left: 0;
	right: 0;
	font-size: 14px;
}
.hbxf .h2, .expb .h2, h2{
	font-family: "Playfair Display", serif;
	font-size: 3.4rem;
	color: #3f3373;
}
.hbxf p {
	font-size: 16px;
	color: var(--clr-p);
	line-height: 1.6rem;
	margin: 0;
}
.brdr1, .brdr2, .brdr3{
	background: url('../img/border1.png');
	background-repeat: repeat-x;
	height: 61px;
	background-size: contain;
	z-index: 2;
}
.brdr2{
	background: url('../img/border2.png');
	background-size: contain;
	height: 31px;
}
.brdr3{
	background: url('../img/border3.png');
	background-size: contain;
	height: 13px;
}
.expb .h31{
	color: #3f3373;
	font-size: 24px;
	font-weight: bold
}
.ach1{
	font-size: 3rem;
	color: var(--clr-primary);
	font-weight: 600
}
.acp{
	color: var(--clr-p);
	font-size: 16px;
	line-height: 26px;
}
.wedb{
	height: 421px;
	background-image: url('../img/bg1.jpg');
	background-size: cover;
	background-position: center;
	color: var(--clr-white);
}
.wedh{
	font-size: 2.4rem;
}
.wedtg{
	font-size: 1.6rem;
}
.wedbt{
	background: var(--clr-primary);
	color: var(--clr-white);
	border-radius: 34px;
	padding: 12px 26px;
	gap: 16px;
	font-size: 16px;
	width: fit-content;
}
.wedbt:hover, .wedbt:active{
	color: var(--clr-primary) !important;
	border: 1px solid var(--clr-primary) !important;
}
.wedbt:hover svg path, .wedbt:active svg path{
	fill: var(--clr-primary) !important;
}
.we-bg{
	background: radial-gradient(transparent, #ffe8c3);
}
footer{
	background: #FBCC82;
	padding: 4rem 0;
	color: #392405;
}
.ft-txthd{
	font-size: 16px;
	font-weight: 500;
}
.ft-p{
	color: #7C480F;
	font-size: 14px;
}
.foot{
	background: #A9731E;
	color: var(--clr-white);
	font-size: 12px;
}
.bkbtn{
	background: var(--clr-primary);
	color: var(--clr-white);
	z-index: 99;
}
.modal-body .sale{
	right: 0;
	left: 0;
}
.evbxp{
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, .3);
	padding: 24px;
	font-size: 14px;
}
.sbtl{
	font-size: 20px;
	color: var(--clr-primary);
	font-weight: 400;
}
.rm-bx{
	background: #F0F0F0;
	border-radius: 20px;
	overflow: hidden;
}
.rm-bx .rmimg{
/*	height: 262px;*/
	object-fit: cover;
	width: 100%;
}
.li-rm li{
	padding: 16px 0 0 0;
	width: 33.33%;
}
.rmbxclr{
	color: #070B32;
	font-size: 16px;
	font-weight: normal;
}
.btn-rmb{
	background: var(--clr-primary);
	color: var(--clr-white);
	border-radius: 30px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 30px;
}
.btn-rmb:hover{
	background: #be3b30;
	color: var(--clr-white);
}
.rmdtl{
	font-size: 12px;
}
em{
	font-size: 14px;
}
.p-styke li{
	padding: 1rem 10px;
}
.bg-yl .list-group-item{
	border-color: transparent;
}
.inta{
	margin-top: 3rem;
}
.inta:before{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  z-index: -1;
  color: #ebebeb;
  content: "Follow Us";
  font-size: 6rem;
}
.fm {
	background: var(--clr-primary);
  border-radius: 24px;
  transition: background-color 0.3s ease;
  display: flex;
  gap: 8px;
  color: var(--clr-white);
}
.fm:hover {
	color: var(--clr-white);
  background-color: var(--clr-yellow);
}
/* Notification Popup Styles */
.notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px 20px;
  background-color: var(--bs-form-valid-color);
  color: white;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.notification.error {
  background-color: #d9534f;
}
.frame-container {
	background: url('../img/bx-rkd.svg') no-repeat center center;
	background-size: contain; /* or 'cover' depending on effect */
	width: 100%;
	aspect-ratio: 1 / 1; /* keeps it square and responsive */
	display: flex;
	align-items: center;
	justify-content: center;
}

.centered-content {
	text-align: center;
	max-width: 90%;
}
.gbx{
	background: rgb(63 51 115 / 67%);
}






/* mobile	*/
@media (max-width: 380px){
	.inta:before{
		font-size: 4.6rem;
	}
}
@media (max-width: 992px){
	h2{
		font-size: 2.4rem;
	}
	.hdbx, .ight{
		height: 400px;
		margin-top: 84px;
	}
	.li-rm li{
		width: 100%;
	}
	.navbar-toggler{
		background: rgba(0, 0, 0, .45);
	}
	#main-header.scrolled .navbar-toggler{
		background: rgba(0, 0, 0, .0);
	}
}
@media (min-width: 992px){
	.fxbtl{
		height: 600px;
	}
	.fxtbx{
		width: 55%;
		z-index: 99;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.inta:before{
		font-size: 2.4em;
		left: 50%;
		bottom: -12px;
 		transform: translateX(-50%);
	}
}
@media (min-width: 1200px){
	.fxbtl{
		height: auto;
	}
}

















