/*
    Template Name: MKAN
    Template URI: http://www.lab.lioit.com/mkan
    Author: LioIT
    Author URI: http://lioit.com
    Description: Mkan - Architects Saleh Mohammad Alluhaidan.
    Version: 1.0
*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

svg {
  display: block; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: 'Bentley'; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background: #fff;
  overflow: hidden; }

body {
  font-family: 'Bentley', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  min-height: 100vh;
  color: var(--color-text);
  background-color: #fff;
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden; }

/* Fade effect */
.js body {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.js body.render {
  opacity: 1; }

/* Page Loader */
.js .loading::before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg); }

.js .loading::after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  -webkit-animation: loaderAnim 0.7s linear infinite alternate forwards;
  animation: loaderAnim 0.7s linear infinite alternate forwards; }

@-webkit-keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1); } }

@keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1); } }

a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
  opacity: 0.8; }

a:hover,
a:focus {
  color: var(--color-link-hover) !important;
  outline: none;
  opacity: 1; }
  a:hover svg path,
  a:focus svg path {
    fill: var(--color-link-hover); }

a:visited {
  text-decoration: none;
  color: var(--color-link);
  outline: none; }
  a:visited svg path {
    color: var(--color-link); }

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none; }

.message {
  position: relative;
  z-index: 100;
  display: none;
  text-align: center;
  line-height: 1.4;
  background: var(--color-bg);
  color: var(--color-link);
  padding: 2em 2em 1em; }

/* Icons */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor; }

.icon--keyboard {
  display: none; }

main {
  position: relative;
  width: 100%; }

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  min-height: 100vh;
  overflow: hidden; }

.content--fixed {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: grid;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 100%;
  max-width: none;
  min-height: 0;
  height: 100vh;
  padding: 1.5em;
  pointer-events: none; }

@media (max-width: 768px) {
  .content--fixed {
    grid-template-columns: 1fr; } }

@media (pointer: coarse) {
  .message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 95vh;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .demo-2 .message {
    background: none; }
  .cursor-wrapper,
  .arrow-cursor,
  .circle-cursor,
  .square-cursor {
    display: none !important; } }

@media (pointer: coarse) and (min-width: 55em) {
  .message {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0; } }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc; }

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline; }

/* customization */
.pswp__item,
.pswp__img,
.pswp__top-bar {
  cursor: none !important; }

.pswp__top-bar {
  display: none; }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.mainly {
  --color-text: #2E2D2C;
  --color-bg: #6B6B6B;
  --color-line: #2E2D2C;
  --color-link: #2E2D2C;
  --color-link-hover: #2E2D2C;
  --color-info: #2E2D2C; }

.mainly,
.mainly a {
  cursor: none;
  transition: color 0.3s; }

.mainly .circle-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 0; }

.mainly .circle-cursor--outer {
  width: 30px;
  height: 30px;
  border: 2px solid var(--color-text);
  border-right-width: 0;
  z-index: 12000;
  opacity: 0.2; }

.mainly .circle-cursor--inner {
  width: 5px;
  height: 5px;
  left: -2.5px;
  top: -2.5px;
  z-index: 11000;
  background: var(--color-text); }

.mainly .screen-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.mainly .screen-link svg {
  width: 24px; }

.mainly .screen-link:hover svg path {
  fill: var(--color-link);
  -webkit-transition: all 0.2s ease 0.05s;
  -o-transition: all 0.2s ease 0.05s;
  transition: all 0.2s ease 0.05s; }

.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }

/*# sourceMappingURL=styles.css.map */
.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2rem; }
  .footer-fixed > span {
    width: 33%;
    text-align: center;
    color: #1E1E1D; }
  .footer-fixed div {
    padding: 0 2rem; }
    .footer-fixed div svg {
      width: 20px; }
  .footer-fixed .social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 33%; }
    .footer-fixed .social a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      width: auto;
      height: 44px;
      margin-right: 0.3rem;
      padding: 0.3rem;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer-fixed .social a svg {
        fill: var(--color-link); }
      .footer-fixed .social a span {
        margin-left: 0.75rem; }
      .footer-fixed .social a:hover svg {
        fill: var(--color-link-hover); }
  .footer-fixed .contact {
    display: flex;
    justify-content: flex-end;
    width: 33%; }
    .footer-fixed .contact a {
      font-size: 1rem;
      display: flex;
      align-items: center;
      margin-right: 1rem; }
      .footer-fixed .contact a .screen-link {
        width: auto;
        height: 44px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      .footer-fixed .contact a > span {
        margin-left: 0.4rem; }
      .footer-fixed .contact a svg {
        fill: var(--color-link); }

.fixed-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column; }
  .fixed-brand span {
    display: block;
    margin-top: 1rem; }

@media (max-width: 767px) {
  .fixed-brand {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -60%, 0);
    width: 100%;
    height: 80%; }
  .footer-fixed {
    position: fixed;
    padding-bottom: 1rem; }
    .footer-fixed div {
      padding: 0 1rem; }
      .footer-fixed div svg {
        width: 16px; }
    .footer-fixed .social {
      width: 100%;
      justify-content: space-between; }
      .footer-fixed .social a {
        font-size: 14px;
        padding: 0; }
        .footer-fixed .social a span {
          margin-left: 0.1rem; }
        .footer-fixed .social a svg {
          margin-right: 0.4rem; }
    .footer-fixed > span {
      width: 100%;
      align-self: flex-start;
      transform: translateY(-100px); }
    .footer-fixed .contact {
      width: 100%;
      justify-content: center;
      transform: translateY(-10px); }
      .footer-fixed .contact a {
        margin-right: 0;
        font-size: 14px; }
        .footer-fixed .contact a:first-child {
          margin-right: 0.4rem; }
        .footer-fixed .contact a > span {
          margin-left: 0; }
        .footer-fixed .contact a .screen-link {
          width: 44px;
          height: 44px; } }
