html,
body {
	overflow-x: hidden;
	/* Prevent scroll on narrow devices */
}

@font-face {
	font-family: 'Brandon_Grot';
	src: url('../../fonts/Brandon Grot W01 Light.ttf');
}

@font-face {
	font-family: 'Belinda';
	src: url('../../fonts/Belinda W00 Regular.ttf');
}

body {
	/*padding-top: 56px;*/
	/*font-family: "Brandon_Grot", "Belinda";*/
	color: #2f2e2e;
}

.brandon_grot {
	font-family: "Brandon_Grot";
}

.belinda {
	font-family: "Belinda";
}

button {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	color: -internal-light-dark(black, white);
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
	cursor: default;
	background-color: transparent;
	box-sizing: border-box;
	margin: 0em;
	font: 400 13.3333px Arial;
	padding: 1px 6px;
	border-width: 2px;
	border-style: none;
	border-color: #fff;
	-o-border-image: initial;
	border-image: initial;
}

.bg_section {
	background-color: #f3f3f3;
}

.s_heading {
	margin-bottom: 20px;
}

.heading_1 {
	font-size: 40px;
	font-weight: 700;
}

.heading_2 {
	font-size: 36px;
	font-weight: 700;
}

.heading_3 {
	font-size: 32px;
	font-weight: 700;
}

.heading_4 {
	font-size: 28px;
	font-weight: 700;
}

.heading_5 {
	font-size: 24px;
	font-weight: 700;
}

.heading_6 {
	font-size: 18px;
	font-weight: 700;
}

.para {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

.text_jl {
	text-align: justify;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 44px;
	height: 44px;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 16px;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
	padding-top: 12px;
	padding-top: 12px;
	padding-top: .75rem;
	padding-bottom: 12px;
	padding-bottom: 12px;
	padding-bottom: .75rem;
	font-size: 14px;
	font-size: 14px;
	font-size: .875rem;
	color: #6c757d;
}

.nav-underline .nav-link:hover {
	color: #007bff;
}

.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5);
}

.bg-purple {
	background-color: #6f42c1;
}


/***********/

a,
a:hover {
	text-decoration: none;
	color: currentColor;
}

.noblt_ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footer_section .social_icons {
	margin-bottom: 2em;
}

.social_icons ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.socail_icon .fa-brands {
	background: #363636;
	background: #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 6px;
	color: #2f2e2e;
	font-size: 18px;
	font-weight: 900;
}

.socail_icon .fa-brands:hover {
	background: #363636;
	background: #f5f5f5;
	color: #363636;
}

.navbar {
	border: 8px solid #a0a09f;
	border-left: 0;
	border-right: 0;
	background: #2f2e2e;
}

.navbar-brand {
	/*font-weight: 700;
	font-size: 44px;*/
}

.navbar-brand img {
	width: 150px;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .55);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 1.5em;
}

.main {
	position: relative;
}

.fixed_side_menu {
	position: fixed;
	z-index: 2;
	color: rgba(133, 25, 111);
	font-weight: 600;
	font-style: italic;
	font-family: serif;
	top: 50%;
	right: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fixed_side_menu ul {}

.fixed_side_menu ul li {
	text-align: right;
	margin: 16px 0;
}

.fixed_side_menu ul li:first-child,
.fixed_side_menu ul li:last-child {
	margin: 0;
}

.fixed_side_menu ul li a {
	text-transform: uppercase;
	font-size: 14px;
}

.fixed_side_menu ul li a:after {
	content: '\f111';
	content: 'O';
	font-family: 'FontAwesome';
	font-style: normal;
	border-radius: 50%;
	/*background: rgba(133,25,111);*/
	margin-left: 5px;
}

.fixed_side_menu ul li a:hover:after {
	content: 'O';
	background: #fff;
}

.fixed_side_menu ul li a:hover {
	color: #fff;
}

.parallax_banner {
	/* The image used */
	background-image: url("../../img/banners/parallax_main_banner.jpg");
	/* Set a specific height */
	min-height: 100vh;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.full_screen_section {
	min-height: 100vh;
}

.about_us_section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	color: transparent;
	min-height: 90vh;
}

.half_side img {
	width: 750px;
	height: 596px;
	width: 50vw;
	height: 90vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.about_us_section .half_side:nth-child(2) {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.half_side {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #2f2e2e;
}

.half_side .half_side_txt {
	position: absolute;
	text-align: center;
	text-align: -webkit-center;
}

.half_side .half_side_txt h2 {
	text-transform: uppercase;
	font-size: 46px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1em;
	text-align: center;
	pointer-events: auto;
	overflow-wrap: break-word;
	margin-bottom: 0.75em;
	/*color: #f5f5f5;*/
	color: #2f2e2e;
}

.half_side .half_side_txt h2>span {
	color: #000;
}

.half_side .half_side_txt p {
	text-align: center;
	width: 34ch;
	color: #000!important;
}

.services_section {
	background-image: url("../../img/home/dummy_1920x1080_01.jpg");
	/* Create the parallax scrolling effect */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.specials_section {
	background-image: url("../../img/home/dummy_1920x1080_02.jpg");
	/* Create the parallax scrolling effect */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: auto;
	padding: 50px 0;
}

.contact_section {
	background-image: url("../../img/home/dummy_1920x1080_03.jpg");
	/* Create the parallax scrolling effect */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.services_section,
.specials_section,
.contact_section {
	position: relative;
	/*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
}

.full_screen_div {
	width: 100%;
}

.specials_section .full_screen_div .full_screen_div_txt,
.contact_section .full_screen_div .full_screen_div_txt {
	position: absolute;
}

.specials_section .full_screen_div .full_screen_div_txt,
.contact_section .full_screen_div .full_screen_div_txt {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.specials_section .section_card_txt,
.contact_section .section_card_txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 600;
}

.contact_section .section_card_txt {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.specials_section .section_card_txt p,
.contact_section .section_card_txt p {
	margin: 0;
	line-height: 30px;
}

.specials_section .section_card_txt p {
	margin-right: 1em;
	font-size: 20px;
}

.contact_section .section_card_txt p {}

.section_card_header {
	margin-bottom: 3em;
}

.contact_section .section_card_header {
	margin-bottom: 1em;
}

.section_card_header h2 {
	text-align: center;
	font-size: 55px;
}

.section_card {
	background-color: #363636;
	color: #f5f5f5;
	padding: 3em;
}

.contact_section .section_card {
	background-color: #363636;
	color: #f5f5f5;
	padding: 2em 4em;
}

.tt_uc {
	text-transform: uppercase;
}

form .form-control {
	border-radius: 0;
	margin: 10px 0;
	background: #000;
	border-color: #000;
	color: #fff;
	font-weight: bold;
}

form textarea.form-control {
	color: #6c756d;
}

form .form-control:focus {
	color: #fff;
	background-color: #363636;
	border-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}

form .form-control:first-child,
form .form-control:last-child {
	margin: 0;
}

input:focus-visible,
 :focus-visible {
	outline-offset: 0px;
	outline: -webkit-focus-ring-color auto 0;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}

.form-control.submit_btn {
	background-color: #00e689;
	background-color: #77eebe;
	border: 1px solid #77eebe;
	color: #000;
}

.submit_btn:hover {
	background-color: #00e689;
	border: 1px solid #00e689;
}

.map_btn {
	color: #00e689;
}

.section_card_header .top_bar {
	width: 40px;
	height: 4px;
	background: #fff;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.flex_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#specials{
   height: 100vh; 
}

.square_item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: 319px;
	height: 33vh;
	margin: 0;
	padding: 0;
	color: #fff;
}

.square_item img {
	width: 100%;
}

.square_item h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Brandon_Grot';
	font-size: 2.3em;
}

.bg-light-green {
	background: #77eebe;
}

.bg-light-purple {
	background: #a596d3;
}

.bg-light-orange {
	background: #ff8c62;
}

.bg-light-grey {
	background: #292f33;
}

.bg-light-pink {
	background: #ec6ca0;
}

.bg-light-blue {
	background: #a2a3e9;
}

.footer_section {
	background: #363636;
	padding: 2.5em 0;
	color: #fff;
}

.social_icons ul li a .fab {
	width: 40px;
	height: 40px;
	background: #fff;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin: 5px;
	font-size: 20px;
}

.w_full {
	width: 100%;
	height: 100vh;
}

.gallery_section {
	background-image: url("../../img/gallery/gallery_bg_img_06.jpg");
	background-image: url("../../img/gallery/gallery_bg_img_11.jpg");
	/* Set a specific height */
	min-height: 100vh;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/***********/

.gal_header {
	display: none;
}

.gal_header h2 {
	color: #fff;
}


.carousel-inner {
    position: relative;
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.specials_section .accordion {
    margin-top: 50px;
}
.specials_section .accordion-button {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-color: #616161;
}
.specials_section .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff; 
}
.specials_section .accordion-button:focus {
    border-color: #616161;
    outline: none;
    box-shadow: 0 0 0 0.25rem transparent;
}
.specials_section table {
    margin-bottom: 0;
}
.specials_section td {
    color: #fff;
    white-space: nowrap;
}
.specials_section tr {
    line-height: 1;
}
.specials_section .accordion-body {
    background: #2f2e2e;
    border: 1px solid #616161;
}
.specials_section .accordion-button::after {
    background-image: url(../../img/home/down.svg);
}
.specials_section .images {
    margin-top: 50px;
}
.specials_section .image1 {
    margin-bottom: 30px;
}











