body
{
	background-color:#dbd5c8;
	overflow-x: hidden;
	width: 100vw;
	height: 100vh;
}

header
{
	height: 90vh;
	margin-bottom: 10vh;
	overflow: hidden;
	
}

a, button{
	transition:0.5s all;
	border: 0;
	background: transparent;
	padding: 0;
}

header::before {
  content: "";
  position: absolute;
  width: 300%;
  height: 300%;
  top: -105%;
  left: -80%;
  z-index: -1;
  background:url(../img/headBack.jpg) no-repeat center; /* No-repeat background */
  /* background-color: #ddd; */ /* Fallback background color */
  background-size: 40%; /* Cover entire pseudo-element area */
  transform: rotate(0deg); /* css rotate background image, css background rotate */
}

header::after {
  content: "";
  position: absolute;
  z-index: -2;
  background: url(../img/loader.gif) no-repeat center;
  background-size: 50px;
  width: 100%;
  height: 90%;
  top: 0;
}

header h1
{
	margin:0;
	font-size: 18px;
}


nav {
    border-bottom: 1px dashed #444;
    background: #dbd5c7cf;
    position: fixed;
    left: 0;
    width: calc(100vw - 10px);
    z-index: 10;
}


nav ul
{
	list-style:none;
	display:flex;
	margin: 0;
	justify-content: space-between;
	padding: 0 5%;
	align-items: center;
	position: relative;
	height: 40px;
}

header nav li a{
    background: #0e100a;
    color: #dbd5c7;
    font-weight: bold;
    padding: 8px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    top: 0;
    cursor: pointer;
}

header nav li a:hover
{
	background:#111;
	color:white;
}

header div {
    margin-top: 30%;
    font-size: 0.9rem;
    margin-left: 5%;
    padding-left: 20px;
}

header div:after
{
	content: ' ';
	width:1px;
	height: 25%;
	background:#444;
	position:absolute;
	margin-left: 80px;
}

header div h2
{
	font-size: 0.9rem;
}

header div ol
{
	padding:0;
	list-style:none;
	text-shadow: #dbd5c7 3px 0 10px;
}



.carousel-cell img {
    width: calc(100% - 20%);
    margin: 0 10%;
}




/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	/* margin: 20%; */
	max-height: 90vh !important;!i;!;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


.mfp-zoom-out-cur {
    position: fixed;
    Z-INDEX: 10000;
    /* BACKGROUND: #ed2; */
    WIDTH: calc(100vw - 0px);
    HEIGHT: calc(100vh - 0px);
    left:0;
    top:0;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.mfp-preloader {
    POSITION: FIXED;
    z-index: 1;
    font-size: 0;
}

.mfp-wrap.mfp-close-btn-in.mfp-no-margins.mfp-with-zoom.mfp-ready, .mfp-container.mfp-s-ready.mfp-image-holder {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #000000cf;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}


body.mfp-zoom-out-cur {
    /* overflow: hidden; */
    /* margin-right: 0; */
}

.mfp-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}



  figure {
    color: white;
    padding-bottom: 20px;
}

.mfp-title {
    padding-bottom: 10px;
}

figcaption {
    margin-bottom: 10px;
}

button.mfp-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: black;
    border: 0;
    background-size: 40px;
    color: #d8d2ca;
}

.gallery-mobile
{
	display:none;
}

section.contact {
    width: 80%;
    margin-left: 10%;
    min-height: 500px;
}

form {
    display: flex;
    width: 100%;
    /* color: white; */
    gap: 50px;
}

section.about {
    background: black;
    padding: 50px 80px;
    border-radius: 200px;
    color: #dbd5c8;
    margin: 10%;
    display: flex;
    align-items: center;
}

section.about li
{
    line-height:1rem;
    margin:10px 0;
}

section.about h3 {
    margin-left: 20px;
    width: 30%;
    justify-content: flex-end;
    display: flex;
    text-align: right;
    margin-right: 30px;
}

@media only screen and (max-width: 700px) {
section.about {

    display: block;
}

section.about h3 {
    margin-left: 20px;
    width: 100%;
    justify-content: flex-end;
    display: block;
    text-align: left;
    margin-right: 30px;
}
}


footer {
    background: url(../img/footerBk.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center -170px;
    padding-top: 80px;
}

form div {
    width: 50%;
}

form div:last-child
{
	/* margin-top:50px; */
}

form div input
[
     width: 100%;
]

form div:first-child  input{
    width: 100%;
}

form div input,
form div textarea
{
    width: calc(100% - 20px);
    padding: 10px 20px;
    border: #efefef;
    border-radius: 0.9rem;
}

form div textarea
{
	height: 130px;
}


form div.connectHeader 
{
	display:flex;
	width: 100%;
	align-items: center;
}

form div.connectHeader h3
{
	margin-right:10px;
}

input[type="submit"] {
    background: black;
    color: white;
	cursor:pointer;
}

input[type="submit"]:hover {
	background: #000000b3;
}

copy {
    background: black;
    color: white;
    font-size: 13px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0;
    height: 30px;
    display: block;
}

.connectHeader {
    display: flex;
    align-items: center;
}

.connectHeader h3
{
	margin-right:18px;
}




::-webkit-scrollbar {
  width: 0.5em;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: #474441;
  border-radius:15px;
}

::-webkit-scrollbar-thumb:hover
{
	background-color:#000;
}

/**. thank you page ***/

.thankyou
{
	/* width:100vh; */
	/* height:100vw; */
	display:flex;
	justify-content:center;
	align-items:center;
}

.thankyou h1
{
	font-size:30px;
}

.thankyou a
{
	background:black;
	padding:10px 20px;
	margin-top:10px;
	cursor:pointer;
	display:inline-block;
	color:#dbd5c8;
}

.thankyou a:hover
{
	color:white;
}


.flickity-enabled .carousel-cell {margin-bottom: 0;align-items: center;display: flex;}

.description {
    line-height: 1.2rem;
    background: #efefef;
    padding: 20px;
    margin-top: 20px;
    max-width: 600px;
    position: fixed;
    right: 0;
    bottom: 0;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 12px 12px 2px 1px rgb(129 129 129 / 20%);
}

h3 {
    margin: 0 0 10px 0;
}

div#dialog-content {
    text-align: center;
}

div#dialog-content img {
    margin: 0 auto;
}



span.award {
    position: absolute;
    right: -25px;
    background: #de4c4c;
    height: 70px;
    border-radius: 50%;
    width: 70px;
    margin-top: -15px;
    color: white;
    line-height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}