/*
Template: Millennium - Restaurant HTML Template
Author: Peacefulqode.com
Version: 1.1
Design and Developed by: Peaceful Qode
*/

/*+++++++++++++++++++++++++++++++++++++++++++++++
[  Table of contents  ]
+++++++++++++++++++++++++++++++++++++++

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> Button Core
==> Landing Page

++++++++++++++++++++++++++++++++++++
[ End table content ]
+++++++++++++++++++++++++++++++*/

/*==================================================
[ Fonts ]
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Miniver&display=swap');

/*================================================

/*+++++++++++++++++++++++++
Moz Selection
++++++++++++++++++++++*/
:root {
	--primary-color: #c6a87d;
	--secondary-color: #101418;
	--dark-color: #080b0e;
	--grey-color: #777777;
	--white-color: #ffffff;
	--text-color: #ffffffcc;
	--custom-bg-color: #13181c;
	--body-fonts: 'Josefin Sans', sans-serif;
	--title-fonts: 'Josefin Sans', sans-serif;
	--sub-title-fonts: 'Miniver', cursive;
}

::-moz-selection {
	text-shadow: none;
	background: var(--primary-color);
	color: #fff;
}

::-moz-selection {
	text-shadow: none;
	background: var(--primary-color);
	color: #fff;
}

::selection {
	text-shadow: none;
	background: var(--primary-color);
	color: #fff;
}

/*+++++++++++++++++++++++++++++++++++++++++
General
++++++++++++++++++++++++++++++++++++++++*/
body {
	background: var(--secondary-color);
	font-family: var(--body-fonts);
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
	color: var(--text-color);
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--title-fonts);
	color: var(--white-color);
	font-style: normal;
	text-transform: capitalize;
	font-weight: 400;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-style: normal;
	line-height: 48px;
}

h2 {
	font-size: 36px;
	font-style: normal;
	line-height: 44px;
}

h3 {
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
}

h4 {
	font-size: 28px;
	font-style: normal;
	line-height: 36px;
}

h5 {
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
}

h6 {
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
}

/*++++++++++++++++ HTML Tags +++++++++++*/
a,
.button {
	color: var(--primary-color);
	outline: none !important;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
	color: var(--primary-color);
	outline: none;
	text-decoration: none !important;
}

p {
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

pre {
	background: var(--dark-color);
	padding: 15px;
	border: 1px solid var(--grey-color);
}

hr {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 0px;
}

b,
strong {
	font-weight: 400;
}

/*+++++++++++++ Lists (Nested) ++++++++++++++*/
ol,
ul {
	padding-left: 25px;
	margin-bottom: 1em;
}

ol li {
	list-style: decimal;
}

ol ol {
	padding-left: 25px;
}

ul li {
	list-style: inherit;
}

/*+++++++++++Definition Lists ++++++++++*/
dl dd {
	margin-bottom: 15px;
}

dl dd:last-child {
	margin-bottom: 0px;
}

/*+++++++++++++ Table ++++++++++++++*/
table {
	border: 1px solid var(--grey-color);
	width: 100%;
	margin-bottom: 20px;
}

table td,
table th {
	border: 1px solid var(--grey-color);
	padding: 8px;
	text-align: center;
}

/*++++++++++Input Textarea +++++++++++++*/
input,
input.form-control {
	background: transparent;
	border: 1px solid var(--white-color);
	color: var(--white-color);
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 0 15px;
	height: 52px;
	line-height: 52px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	font-weight: 300;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
	border-color: var(--primary-color);
	outline: none;
	box-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--white-color);
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	float: none;
	margin-right: 5px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

textarea {
	background: transparent;
	border: 1px solid var(--white-color);
	color: var(--white-color);
	width: 100%;
	float: left;
	padding: 10px 15px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	font-weight: 300;
}

/*+++++++++++++ Select +++++++++++++++*/
select,
select.form-control {
	border: 1px solid var(--white-color);
	color: var(--white-color);
	background: transparent;
	width: 100%;
	float: left;
	padding: 0 30px 0 15px;
	height: 51px;
	line-height: 48px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
	background-repeat: no-repeat;
	background-position: right 16px bottom 50%;
	background-size: 20px 20px;
	font-weight: 300;
	font-size: 16px;
}

/*+++++++++++++Container +++++++++++++++*/
.container {
	max-width: 1300px;
}

/*//////////section//////////*/
section {
	padding: 130px 0;
	position: relative;
}

/*++++++++++++++Text meant only for screen readers ++++++++++++++++++++++*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 0px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: var(--grey-color);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.search-submit {
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 20px;
	position: absolute;
	text-align: center;
	color: var(--white-color) !important;
	line-height: 54px;
	height: 54px;
	width: 54px;
	top: 0;
	right: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.search-submit:before {
	content: "\e610";
	font-family: 'themify';
	font-weight: 400;
}

.search-submit:hover {
	color: var(--primary-color) !important;
	background: transparent !important;
	outline: none;
	border: none;
}

/*+++++++++++++++++++++++++++++++++++++
Button Core
++++++++++++++++++++++++++++++++++++++++*/
[type="button"],
[type="reset"],
[type="submit"] {
	font-family: var(--title-fonts);
	overflow: inherit;
	position: relative;
	width: auto;
	background: transparent;
	border: 1px solid var(--white-color);
	color: var(--white-color);
	text-transform: capitalize;
	font-size: 14px;
	padding: 10px 30px;
	font-weight: 300;
	line-height: 2;
	vertical-align: middle;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	font-size: 18px;
	font-weight: 300;
	height: auto;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	color: var(--white-color);
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.pq-button {
	position: relative;
	width: auto;
	background: transparent;
	border: 1px solid var(--white-color);
	color: var(--white-color);
	padding: 10px 30px;
	line-height: 2;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 300;
}

.pq-button:hover,
.pq-button:focus {
	background: var(--primary-color);
	color: var(--white-color);
	border: 1px solid var(--primary-color);
}

.pq-button .pq-button-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.pq-button span {
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pq-button:hover .pq-button-text {
	-moz-transform: translate(45px, 0px);
	-webkit-transform: translate(45px, 0px);
	-o-transform: translate(45px, 0px);
	-ms-transform: translate(45px, 0px);
	transform: translate(45px, 0px);
}

.pq-button .pq-button-line-left {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: var(--white-color);
	width: 0;
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	opacity: 0;
}

.pq-button:hover .pq-button-line-left {
	width: 30px;
	opacity: 1;
	-moz-transform: translate(30px, 0px);
	-webkit-transform: translate(30px, 0px);
	-o-transform: translate(30px, 0px);
	-ms-transform: translate(30px, 0px);
	transform: translate(30px, 0px);
}

.pq-button .pq-button-line-right {
	background: var(--white-color);
	width: 29px;
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	opacity: 1;
	margin-left: 15px;
}

.pq-button:hover .pq-button-line-right {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 0;
}

/*===== Button link =====*/
.pq-button.pq-btn-link {
	padding: 0;
	background: transparent;
	color: var(--primary-color);
	line-height: 1;
	border: none;
}

.pq-button.pq-btn-link .pq-button-line-left,
.pq-button.pq-btn-link .pq-button-line-right {
	background: var(--primary-color);
}

.pq-button.pq-btn-link:hover .pq-button-line-left {
	-moz-transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	transform: translate(0, 0px);
}

/*===== Button link =====*/
.pq-button.pq-btn-outline {
	background: transparent;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.pq-button.pq-btn-outline .pq-button-line-left,
.pq-button.pq-btn-outline .pq-button-line-right {
	background: var(--primary-color);
}

/*================================================
Loading
================================================*/

#pq-loading{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: var(--secondary-color);
}

#pq-loading img{
	height: 60px;
	width: auto;

}

/*================================================
Back to Top
================================================*/
#pq-back-to-top {
	bottom: 30px;
	margin: 0;
	opacity: 0;
	position: fixed;
	right: 30px;
	overflow: hidden;
	visibility: hidden;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	z-index: 999;
}

#pq-back-to-top.off {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .15s ease, visibility 0s .15s;
	-moz-transition: opacity .15s ease, visibility 0s .15s;
	transition: opacity .15s ease, visibility 0s .15s;
}

#pq-back-to-top.on {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease;
}

#pq-back-to-top>span {
	background: var(--primary-color);
	color: var(--white-color);
	display: block;
	font-size: 22px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

#pq-back-to-top .pq-icon-up-hover {
	background: var(--dark-color);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

#pq-back-to-top .pq-icon-up-hover span {
	opacity: 0;
}

#pq-back-to-top span span {
	display: block;
	line-height: inherit;
	transition: all 0.5s ease-in-out;
}


/*+++++++++++++++++++++++++++++++++++
Section Title
+++++++++++++++++++++++++++++++++++++++*/
.pq-section-title-style-1.text-center {
	padding: 0 15em;
	margin-bottom: 60px;
}

.pq-section-title-style-1{
	margin-bottom: 30px;
}

.pq-section-title-style-1 p{
	margin-bottom: 0;
}

/*===== Sub Title Left =====*/
.pq-section-title-style-1 .pq-section-sub-title {
	font-family: var(--sub-title-fonts);
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	color: var(--primary-color);
	padding: 0;
	margin: 0 0 5px;
	display: inline-block;
	position: relative;
	z-index: 9;
}

.pq-section-title-style-1 .pq-section-title {
	font-weight: 400;
	font-size: 48px;
	line-height: 56px;
	z-index: 9;
	padding: 0;
	margin: 0 0;
	position: relative;
	display: block;
}

.pq-section-title-style-1 .pq-section-svg {
	overflow: hidden;
}

.pq-section-title-style-1 .pq-section-svg svg {
	fill: var(--primary-color);
	width: 180px;
	margin-left: -73px;
}

.pq-section-title-style-1.text-center .pq-section-svg svg {
	margin-left: 0;
}

/*background-color*/
.pq-bg-dark-color {
	background-color: var(--dark-color);
}
.pq-bg-primary-color{
	background-color: var(--primary-color); 
}
.pq-secondary-dark-color {
	background-color: var(--secondary-color);
	z-index: 9;
	position: relative;
	padding: 30px 15px 30px 15px;
	margin-top: 45px;
	margin-bottom: 0px;
}

/*+++++++++++++++++++++++++++++++++++
Landing Page
+++++++++++++++++++++++++++++++++++++++*/
.pq-home-layout .pq-section-title {
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	margin-top: 25px;
}

.animated{
	animation-duration: 1.25s;
}

.fadeInleft{
	animation-name: fadeInLeft;
}

.pq-client-box.pq-client-style-1 .pq-client-img1 {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
}

.pq-client-60 {
	padding: 60px 0;
}

.pq-btn-container.pq-landing-btn {
	margin: 60px 0 0 0;
}

.pq-landing-container {
	padding: 45px 45px 45px 45px;
}

.pq-landing-icon-box {
	text-align: center;
}

.pq-landing-icon-box-icon {
	margin-bottom: 15px;
}

.pq-landing-icon i {
	display: inline-block;
	font-size: 103px;
	color: var(--white-color);
}

.pq-landing-icon-box-title {
	color: var(--white-color);
	font-family: var(--title-fonts);
	font-weight: 600;
}

.pq-responsiv-icon {
	font-size: 48px;
	color: var(--primary-color);
	margin-bottom: 15px;
}

.gallary img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF2B;
}

.pq-ptb {
	padding: 60px 0px 0px 0px;
}

.pq-support-image-box-img {
	width: 120px;
	height: 120px;
	line-height: 120px;
	background: var(--secondary-color);
	border-radius: 900px;
	box-shadow: 0px 0px 30px 0 rgb(0 20 9 / 10%);
	margin: 0 auto;
}

.pq-support-image-box-img img {
	width: 60px;
	height: 60px;
	transition: all 0.3s;
}

.pq-support-image-box-img img:hover{
	transform: translateY(-8px);
}

.pq-landing-bg-img:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/landing/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.animation-bob:hover {
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: toptobottom;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes toptobottom {
	0% {
		transform: translate(0px, 0px)
	}

	65% {
		transform: translate(0, 10px)
	}

	100% {
		transform: translate(0px, 0px)
	}
}