/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: "Seravek";
  src: url("../fonts/Seravek-Extralight.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Seravek";
  src: url("../fonts/Seravek-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Seravek";
  src: url("../fonts/Seravek-Regular.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Seravek";
  src: url("../fonts/Seravek-Medium.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Seravek";
  src: url("../fonts/Seravek-Bold.woff") format("woff");
  font-weight: 700;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: #110f10;
  -webkit-text-decoration-skip: objects;
  transition: all 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  text-decoration: none !important;
}
a:hover {
  color: rgb(255, 78, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Seravek", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
html {
  background: rgb(17, 15, 16);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "Seravek", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  direction: ltr;
  background: rgb(255, 255, 255);
  color: rgb(17, 15, 16);
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: background-color 1.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(9, 10, 10, 1);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "Seravek", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
strong,
b {
  font-weight: 500;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(204, 213, 214);
  padding: 40px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: 700;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  color: rgb(51, 51, 51);
}
/*Custom*/
.tbutton {
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin: 0;
  background: none;
  border: none;
  padding: 10px 20px;
}
.tbutton-primary-fill:hover::after,
.tbutton-secondary-fill:not(:hover)::after {
  filter: brightness(0) invert(0);
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: #000;
  color: #fff;
}
.tbutton-primary-fill:hover {
  background: #fff;
  color: #000;
}
.tbutton-secondary-fill {
  background: #fff;
  color: #000;
}
.tbutton-secondary-fill:hover {
  background: #000;
  color: #fff;
}
.container-fluid {
  max-width: 100vw;
}
#header {
  background: #000;
  width: 100vw;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1000;
}
body:not(.page-loaded) #header {
  height: 100vh;
}
.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.logo > img {
  height: 24px;
  filter: brightness(0) invert(1);
}
body:not(.page-loaded) .logo {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.nav-toggle {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out 0.4s;
}
body:not(.page-loaded) .nav-toggle {
  opacity: 0;
  visibility: hidden;
}
.nav-toggle::before,
.nav-toggle::after {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  content: "";
}
.nav-toggle::before {
  width: 20px;
  height: 2px;
}
.nav-toggle::after {
  width: 2px;
  height: 20px;
}
body.sidebar-opened .nav-toggle::after {
  height: 2px;
}
body.sidebar-opened .body-overlay {
  background: none;
}
#sidebar {
  width: 100vw;
  max-width: 89.7727273vh;
  height: 100vh;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 2.5rem;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
body.sidebar-opened #sidebar {
  opacity: 1;
  visibility: visible;
}
#sidebar::before {
  clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 100%);
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: 0 0;
  transform: rotate(10deg);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  content: "";
}
body.sidebar-opened #sidebar::before {
  transform: rotate(0);
  opacity: 1;
  visibility: visible;
}
#navigation > ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
#navigation > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-flex;
  position: relative;
  z-index: 1;
  line-height: 1;
}
#navigation > ul > li > a:hover {
  color: #000;
}
#navigation > ul > li > a::before {
  display: block;
  background-color: #fff;
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -4px;
  right: -4px;
  transform-origin: 0 50%;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transform: scaleX(0);
  z-index: -1;
  content: "";
}
#navigation > ul > li > a:hover::before {
  transform: scale(1);
}
.social-nav {
  display: flex;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.social-nav > li:not(:last-child) {
  margin-right: 30px;
}
.social-nav img {
  height: 24px;
  filter: brightness(0) invert(1);
}
body {
  padding-top: 100px;
}
body:not(.page-loaded) {
  overflow: hidden;
}
.project-card {
  height: 100%;
  position: relative;
}
.project-card-header {
  position: relative;
}
.project-card-header::before {
  padding-top: 62.5%;
  padding-top: 50%;
  display: block;
  content: "";
}
.project-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.project-card-body {
  padding: 1.875rem;
  color: #fff;
  width: 55.55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.project-card:hover .project-card-body {
  opacity: 1;
  visibility: visible;
}
.project-card-body::before {
  clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 100%);
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: 0 0;
  transform: rotate(10deg);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  content: "";
}
.project-card:hover .project-card-body::before {
  transform: rotate(0);
  opacity: 1;
  visibility: visible;
}
.project-card-title {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
.project-card-subtitle {
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 0.625rem;
}
#footer {
  margin-top: auto;
  min-height: 120px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo > img {
  height: 24px;
}
.footer-nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav > li:not(:last-child) {
  margin-right: 30px;
}
.footer-social {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social > li:not(:last-child) {
  margin-right: 30px;
}
.footer-social img {
  height: 24px;
}
.page-cover-img {
  width: 100%;
  max-height: calc(100vh - 100px);
  object-fit: cover;
}
#page-header {
  padding: 60px 30px;
  text-align: center;
}
#page-body {
  padding: 30px;
}
#page-title {
  font-size: 40px;
  margin: 0;
}
.entry-header + .entry-body,
.entry-body + .entry-footer,
.entry-header + .entry-footer {
  margin-top: 30px;
}
.entry-title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}
.entry-subtitle {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 10px;
}
.gallery-card {
  height: 100%;
}
.gallery-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-footer {
  background: #000;
  padding: 60px;
}
.entry-video {
  max-width: 60vw;
  margin: 0 auto;
  position: relative;
}
.entry-video::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.entry-video > iframe,
.entry-video > video {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/*Animation*/
.appear-on-scroll {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 600ms ease-in-out 0s;
}
.appear-on-scroll.come-in,
.appear-on-scroll.already-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*Plugins*/
/*CMS*/
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/
@media (max-width: 767.98px) {
  #footer {
    flex-direction: column;
  }
  .footer-nav {
    margin: 15px auto;
  }
}
@media (min-width: 768px) {
}
