/*Import Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maitree&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:thin&display=swap');

@font-face { font-family: Stencil; src: url('../font/STENCIL.TTF'); } 


body {
	background-color: #05001B;
}


/*Background Color*/
.bg_pink {
	background-color: #FFFAEC;
}

.bg_blue {
	background-color: #05001B;
}

.bg_pink {
	background-color: #FFFAEC;
}

.bg_gold {
	background-color: #D4AF37;
}


/*Font Style*/
.text_style_sacramento {
	font-family: sacramento, cursive;
}

.text_style_stencil {
	font-family: Stencil, sans-serif;
}

.text_style_maitree {
	font-family: maitree, sans-serif;
}

.text_style_poppins {
	font-family: "Poppins", sans-serif;
}


/*Text Color*/
.text_color_white {
	color: #fff;
}

.text_color_gold {
	color: #D4AF37;
}


/*Text Size*/
.text_size_14 {
	font-size: 14px;
}

.text_size_16 {
	font-size: 16px;
}

.text_size_18 {
	font-size: 18px;
}

.text_size_20 {
	font-size: 20px;
}

.text_size_24 {
	font-size: 24px;
}

.text_size_30 {
	font-size: 30px;
}

.text_size_32 {
	font-size: 32px;
}

.text_size_36 {
	font-size: 36px;
}

.text_size_42 {
	font-size: 42px;
}

.text_size_48 {
	font-size: 48px;
}

.text_size_60 {
	font-size: 60px;
}


/*Button Style*/
.button_1 {
	width: 375px;
	background-color: #D4AF37;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 15px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 50px;
	transition: 0.3s;
}

.button_1:hover {
	border: 1px solid #D4AF37;
	opacity: 1.0;
	cursor: pointer;
}

.button_2 {
	width: 225px;
	background-color: #D4AF37;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 15px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 50px;
	transition: 0.3s;
}

.button_2:hover {
	color: #fff;
	border: 1px solid #D4AF37;
	opacity: 1.0;
	cursor: pointer;
}

.button_3 {
	/*width: auto;*/
	background-color: #D4AF37;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 35px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	/*border-radius: 50px;*/
	transition: 0.3s;
}

.button_3:hover {
	color: #fff;
	opacity: 1.0;
	cursor: pointer;
}

.button_4 {
	width: auto;
	background-color: #D4AF37;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 15px 25px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 35px;
	transition: 0.3s;
}

.button_4:hover {
	color: #fff;
	border: 1px solid #D4AF37;
	opacity: 1.0;
	cursor: pointer;
}


/*Image Size*/
.img_size_1 {
	width: 245px;
	height: 245px;
}

.img_size_2 {
	width: auto;
	height: 76px;
}


/*Horizontal Line*/
.hr_vertical_1 {
	border-left: 2px solid #aaa;
	/*height: 100px;*/
	height: auto;
}

.hr_blue {
	border: 2px solid #12064D;
}


/*Border Style*/
.border_pink {
	border: 1px solid #FFFAEC;
}


/*Line Height*/
.line_height_35 {
	line-height: 35px;
}


/*Table Styles*/
table, tbody, th, tr, td {
	background-color: #05001B !important;
}


/*Input Styles*/
input, textarea {
	background-color: #05001B !important;
	color: #fff !important;
}

input::placeholder, textarea::placeholder {
  color: #D4AF37 !important;
}


/*Misc Styles*/
a {
	cursor: pointer;
}

a:hover {
	cursor: pointer;
}

.radius_top_right {
	border-top-right-radius: 35px;
}

.radius_bottom_left {
	border-bottom-left-radius: 35px;
}

.icon_check {
	background-color: #D4AF37;
	color: #05001B;
	font-size: 24px;
	font-weight: bold;
	/*width: 10px;
	height: 10px;*/
	padding: 2px 5px;
	border-radius: 50%;
}

.active {
	color: #D4AF37 !important;
}

.overlay_click {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 245px; 
	height: 245px; 
	background-color: #fff; 
	opacity: 0.3; 
	cursor: pointer;
}

.back_to_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #D4AF37;
	border: none;
	z-index: 99;
}

.padding_x {
	padding: 0 80px;
}

.owl-dots {
	display: none;
}


/*External Libraries*/
.vbox-grab .vbox-child img {
  cursor: grab;
  width: auto;
  height: 450px;
}


/*Header Section*/
.intro_bg_img {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header_banner {
	position: relative;
}

.header_nav {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.header_comm {
	position: absolute;
	top: 30px;
	right: 10px;
	color: #fff;
}

.header_comm i {
	color: #cecece;
	margin-right: 10px;
}

.header_comm i:hover {
	color: #fff;
	margin-right: 10px;
}

.header_navbar a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin-left: 10px;
	cursor: pointer;
}

.header_navbar a:hover {
	color: #D4AF37;
	cursor: pointer;
}

.logo {
	width: 100px;
	height: 100px;
}


/*About Section*/
.about_bg_img {
  background-image: url("../img/banner3.jpg"); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
}


/*Gallery Section*/
.photogal:hover {
	background-color: #111;
	opacity: 0.3;
	cursor: pointer;
	transition: transform(0.3);
}


/*Testimonial Section*/
.section_testimonial .active {
	color: #fff !important;
}

.testimonial_bg_img {
  background-image: url("../img/banner2.jpg"); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  position: relative;
}

.testimonial_bg_img::after {
	content: '';
	position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-color: #D4AF37;
	opacity: 0.8;
}


/*Footer Section*/
.section_footer ul {
	list-style-type: none;
}

.section_footer li {
	display: inline;
}

.section_footer li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	font-size: 12px;
	margin-left: 15px;
	text-align: center;
	cursor: pointer;
}

.section_footer a:hover {
	color: #D4AF37;
	cursor: pointer;
}


/*Animations*/
/*@keyframes slide_image_1 {
	0% { transform: translateX(0); }
	50% { transform: translateX(100px); }
	100% { transform: translateX(0); }
}
.anim_01 {
	animation: slide_image_1 4s ease-in;
}*/

@keyframes slide_1 {
  0%  { transform: translateY(200px); }
  100% { transform: translateY(0px); }
}
.anim_01 {
	animation: slide_1 2s;
}

@keyframes slide_from_left {
  0%  { transform: translateX(-500px); }
  100% { transform: translateX(0px); }
}
.anim_from_left {
	animation: slide_from_left 1s;
}

@keyframes slide_from_right {
  0%  { transform: translateX(500px); }
  100% { transform: translateX(0px); }
}
.anim_from_right {
	animation: slide_from_right 1s;
}

@keyframes slide_from_top {
  0%  { transform: translateY(250px); }
  100% { transform: translateY(0px); }
}
.anim_from_top {
	animation: slide_from_top 1s;
}

@keyframes slide_from_top_2 {
  0%  { transform: translateY(200px); }
  100% { transform: translateY(0px); }
}
.anim_from_top_2 {
	animation: slide_from_top_2 1s;
}

@keyframes slide_from_top_3 {
  0%  { transform: translateY(-100px); }
  100% { transform: translateY(0px); }
}
.anim_from_top_3 {
	animation: slide_from_top_3 1s;
}

@keyframes slide_from_top_4 {
  0%  { transform: translateY(-200px); }
  100% { transform: translateY(0px); }
}
.anim_from_top_4 {
	animation: slide_from_top_4 1s;
}

@keyframes slide_from_bottom {
  0%  { transform: translateY(500px); }
  100% { transform: translateY(0px); }
}
.anim_from_bottom {
	animation: slide_from_bottom 1s;
}

.anim_02.start {
	animation: slide_from_left 1s;
}

.anim_03.start {
	animation: slide_from_top_2 1s;
}

.anim_04.start {
	animation: slide_from_top 1s;
}

.anim_05.start {
	animation: slide_from_right 1s;
}

.anim_06.start2 {
	animation: slide_from_left 1s;
}

.anim_07.start2 {
	animation: slide_from_right 1s;
}

.anim_08.start3 {
	animation: slide_from_left 1s;
}

.anim_09.start3 {
	animation: slide_from_right 1s;
}

.anim_10.start4 {
	animation: slide_from_top 1s;
}


/*Gallery*/
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  grid-auto-rows: 12.5rem;
  grid-auto-flow: dense;
  gap: 0.75rem;
}

.gallery figure {
  /* container-type: inline-size; */
  container: figure / inline-size;
  overflow: hidden;

  display: grid;
  /* grid-template-columns: 1fr; */
  /* grid-template-rows: 1fr; */

  /*
    Because 1fr = minmax(auto, 1fr),
    to prevent the grid blowout,
    set the minimum to zero.
  */
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}

.gallery img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;

  /* grid-row: 1 / -1; */
  /* grid-column: 1 / -1; */
  grid-area: 1 / 1 / -1 / -1;

  transition: scale 1s ease-in-out;
}

.gallery figure:hover img {
  scale: 1.125;
}

.gallery figcaption {
  grid-area: 1 / 1 / -1 / -1;
  align-self: end;
  z-index: 1;

  padding: 3em 15% 1em 1em;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  background: linear-gradient(transparent 25%, rgb(0 0 0 / 0.75));
  display: none;
}

@container figure (width > 20rem) {
  .gallery figcaption {
    display: block;
  }
}

.gallery figcaption h3 {
  font-size: 1.0625rem;
}

.gallery figcaption p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@container figure (width > 20rem) {
  .gallery figcaption {
    display: block;
  }
}

.gallery figcaption h3 {
  font-size: 1.0625rem;
}

.gallery figcaption p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (width > 600px) {
  .gallery figure:nth-child(1) {
    grid-area: span 2 / span 2;
  }

  .gallery figure:nth-child(4n + 1) {
    grid-row: span 2;
  }

  .gallery figure:nth-child(4n + 2) {
    grid-column: span 2;
  }
}


/*Media Queries*/
@media only screen and (min-width: 0px) and (max-width: 599px) {
	.img_position {
		margin-top: -83px !important;
	}

	.padding_x {
		padding: 0 10px;
	}

	.overlay_click {
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
		background-color: #fff; 
		opacity: 0.3; 
		cursor: pointer;
	}

	/*.img_size_1 {
		width: 375px;
		height: 275px;
	}*/

	/*.back_to_top {
		position: fixed;
		right: 90px;
		bottom: 20px;
		background-color: #D4AF37;
		border: none;
		z-index: 99;
	}*/

	.section_footer li a {
		margin: 0 5px;
		padding: 0;
		cursor: pointer;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	.img_position {
		margin-top: -73px !important;
	}

	.padding_x {
		padding: 0 10px;
	}

	.overlay_click {
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
		background-color: #fff; 
		opacity: 0.3; 
		cursor: pointer;
	}

	/*.img_size_1 {
		width: auto;
		height: 275px;
	}*/

	.section_footer li a {
		margin: 0 5px;
		padding: 0;
		cursor: pointer;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.img_position {
		margin-top: -70px !important;
	}

	.padding_x {
		padding: 0 10px;
	}

	.overlay_click {
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
		background-color: #fff; 
		opacity: 0.3; 
		cursor: pointer;
	}

	.section_footer li a {
		margin: 0 5px;
		padding: 0;
		cursor: pointer;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.img_position {
		margin-top: -99px !important;
	}
}

@media only screen and (min-width: 1200px) {
	.img_position {
		margin-top: -103px !important;
	}
}

