/*
Theme Name: HeyStrangersFilms Theme
Text Domain: HeyStrangersFilms Theme
Version: 1.75
Decription: A premium website made by Yapacdev for the HeyStrangersFilms
Tags: Premium, modern, theme, fancy, responsive, unique
Author: Yapacdev
Author URI: https://yapacdev.com
*/

.wp-block-embed iframe {
    width: 100% !important;
    height: 58vh;
}
.overlay.loaded {
  pointer-events: none !important;
}
/* SCROLL ANIMATION */
.hidden-for-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s 0.1s ease-in-out;
}
.show-for-scroll {
  opacity: 1;
  transform: translateY(0px);
}

/* MAIN STYLING */
p {
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
}
a {
  color: white;
}
a:hover {
  color: white;

  text-underline-offset: 0.3em;
}

/* FONTS */
@font-face {
  font-family: Calluna;
  src: url("./assets/fonts/Mukta-Regular.ttf");
}
@font-face {
  font-family: TroplineBlack;
  src: url("./assets/fonts/Tropline/Tropiline_Black.otf");
}
@font-face {
  font-family: Tangerine;
  src: url("./assets/fonts/Tangerine-Regular.ttf");
}

/* CONTAINER */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90vw !important;
  }
}

/* BODY */
h1,
h2,
h3 {
  font-family: TroplineBlack;
  line-height: calc(1.2 * (1 + (1 - 3.5) / 25));
  font-size: calc((3.5 - 1)* 1.2vw + .75rem);
}
h4 {
  font-family: TroplineBlack;
  line-height: calc(1.2 * (1 + (1 - 3.5) / 25));
  font-size: calc((2.25 - 1) * 1.2vw + 1rem);
}
a {
  text-decoration: none;
}
body {
    font-family: Calluna;
    background-color: black;
    color: white;
    background-image: url(https://yassineabouhamid.com/wp-content/uploads/2024/02/bg-scaled.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* HEADER */

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 199;
  position: sticky;
  top: 0;
  height: 0;
  width: 100%;
}
.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}
.site-navbar .site-logo {
  margin: 0;
  padding: 0;
}
.site-navbar .site-logo a img {
  padding: 15px;
  height: 105px;
}
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}
.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 13px;
  margin-right: 13px;
  padding: 2px 0px;
  color: #d8d8d8 !important;
  display: inline-block;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fafafa !important;
}
.site-navbar .site-navigation .site-menu > li.active > a {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 0.1em);

  color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #89ba16;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #89ba16 !important;
  background: #f8f9fa;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .phone-nav {
    display: contents !important;
  }
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 100;
  background: #000000;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: auto;
  position: relative;
  padding: 100px 20px 20px 20px;
  height: 100vh;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  margin: 10px 50px;
  display: block;
  position: relative;
  color: #ffffff;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #ffffff !important;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .nav-link.active {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 0.1em);
  color: #fff !important;
}
.nav-link {
  font-size: 17px;
}
.nav-link i::before {
  font-size: 18px;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  background-image: linear-gradient(currentColor, black);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 0.1em);
  color: #fff !important;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  font-size: 20px;
  color: #d8d8d8 !important;
  text-decoration: none !important;
  text-align: center;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 101;
  width: 100%;
  top: 0;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar {
  background: #00000000;
}
.sticky-wrapper .site-navbar ul li a {
  color: rgba(0, 0, 0, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a.active {
  color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #00000000;
  /*-webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);*/
 /* box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);*/
  padding-top: 0;
  padding-bottom: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a img {
  height: 105px;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* HERO */
#hero {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212529;

  position: sticky;
  overflow: hidden;
}

#hero h1 {
  text-align: center;
  transition: all 0.25s ease-in-out;
}
#hero h1:hover {
  scale: 1.05;
}
#hero p {
  text-align: center;
  padding-top: 20px;
  transition: all 0.25s ease-in-out;
}
#hero p:hover {
  scale: 1.05;
}
#hero .white-liner {
  text-align: center;
  height: 1px;
  width: 100px;
  background-color: white;
  position: absolute;
  bottom: 0px;
}
canvas.noise {
  position: absolute;
  opacity: 0.05;
  z-index: 5;
  pointer-events: none;
  user-select: none;
}

/* FOOTER */
.footer {
  background-color: #171717;
  padding: 2.9rem 0 1.25rem 0;
}
.footer .nav-links li {
  display: inline-block;
}
.footer .nav-links li a {
  font-size: 14px;
  color: #909090;
  padding: 10px;

  transition: color 0.25s ease-in-out;
}
.footer .nav-links li:hover a {
  color: #AAA;
}
@media (max-width: 1199.98px) {
  .footer .nav-links.nav-left li:first-child a {
    padding-left: 0;
  }
}
.footer .nav-links.nav-right li:last-child a {
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .footer .nav-links.nav-right li:first-child a {
    padding-left: 0;
  }
}
.footer .copyright {
  border-top: 1px solid #777777;
  padding-top: 20px;
  text-align: center;
  color: #909090;
}
.footer .copyright p {
  margin-bottom: 0;
}

/* CONTACT FORM */

.divided-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 1024px) {
  .divided-container {
    grid-template-columns: 1fr;
  }
}
.thin-heading {
  font-weight: 300;
  font-size: 40px;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  color: white;

  padding-left: 0;
  padding: 0;
  border-radius: 0px;
  background-color: transparent;
  transition: color 0.5s ease-in-out;
}
.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgb(209, 209, 209);

  border-color: #ffffff;
  background-color: #03030355;
}
.form-control::placeholder {
  color: rgb(209, 209, 209);
  opacity: 1;
}

textarea.form-control {
  min-height: 135px !important;
}

.col-form-label {
  color: #ffffff;
}

.btn,
.form-control,
.custom-select {
  height: 50px;
}

.custom-select:active,
.custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffffff;
}

.heading {
  color: #e0e0e0;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 400;
}

.btn {
  border: none;
  border-radius: 0;
}
.btn.btn-primary {
  background: #ffffff;
  color: #000000;
  padding: 15px 20px;
}
.btn:hover {
  color: #000000;
}
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.box {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
}
.box h3 {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

label.error {
  font-size: 12px;
  color: red;
}

#message {
  resize: vertical;
}

#form-message-warning,
#form-message-success {
  display: none;
}

#form-message-warning {
  color: #b90b0b;
}

#form-message-success {
  color: #55a44e;
  font-size: 18px;
  font-weight: bold;
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}

#contactForm .form-control {
  margin-bottom: 25px;
}

/* CONTENT WRAPPER */
.content-wrapper {
  padding-top: 65px;
  padding-bottom: 65px;
}
.content-wrapper a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* PROJECTS ITEM */
.projects-parent {
  padding-top: 2.5vw;
  padding-bottom: 10vw;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
  grid-gap: 10px;
  justify-items: center;
}

.project-item {
  min-width: 220px;
  width: -webkit-fill-available;
  text-decoration: none !important;
}
.project-item .project-image {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.project-item .project-image div {
  position: absolute;
  top: 10px;
  left: 20px;
	opacity: 0;
  line-height: normal;
  font-variant: all-small-caps;
  padding: 5px 10px;
  z-index: 1;
  background-color: rgb(204, 177, 26);
  color: black;

  transition: all 0.2s ease;
}
.project-item .project-image section {
  position: absolute;
  top: 100%;

  width: 100%;
  height: 100%;
  line-height: normal;
  font-variant: all-small-caps;
  padding: 5px 30px;
  z-index: 1;
  background-color: rgb(15, 15, 15);
  color: rgb(255, 255, 255);

  transition: all 0.35s ease;
}
.project-item .project-image section p {
  padding-top: 20px;

  color: rgb(233, 233, 233);
}
.project-item .project-image section small {
  position: absolute;
  bottom: 20px;
  left: 20px;

  line-height: normal;
  font-variant: all-small-caps;
  padding: 5px 10px;
  z-index: 1;
  color: rgb(200, 200, 200);

  transition: all 0.35s ease;
}
.project-item .project-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-position: center center;
  object-fit: cover;

  transition: all 0.2s ease;
}

.project-item .project-title {
  position: absolute;
  font-size: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.project-item:hover .project-image div {
  background-color: rgb(255, 217, 0);
  opacity: .75;
}
.project-item:hover .project-image section {
  top: 0px;
  background-color: rgba(0, 0, 0, 0.275);
}
.project-item:hover .project-image img {
  opacity: 0.25;
}

/**/


/* TITLE UNDERLINE */

.heading_underline {
  color: #ffffff;
  font-weight: bold;

  font-size: 4rem;
  letter-spacing: 1.5px;
}

.headline-arrow {
  display: flex;
  justify-content: center;
  font-family: cursive;
  font-size: 250px;
  line-height: 250px;
}
@media (max-width: 991.98px) {
  .heading_underline {
    width: 100%;
  }
  .projects-parent {
    justify-content: center;
  }
}

/* COMMERCIALS */
.handwriting {
  font-family: Tangerine;
  font-size: 2.5rem;
  position: absolute;
  bottom: -40px;
}

.wp-block-embed figcaption {
  margin-inline: 3em;
  padding-bottom: 10px;
  color: #e0e0e0;
}
.wp-block-embed__wrapper {
  display: flex;
  justify-content: center;
}

/* SPLASH SCREEN */

/* LOADING SCREEN */

body {
  overflow: hidden;
}
body.loaded {
  overflow-y: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}
.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #111111de;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.5s;
}
.overlay .overlayDoor:before {
  left: 0;
  top: 0;
}
.overlay .overlayDoor:after {
  right: 0;
  top: 0;
}
.overlay.loaded .overlayDoor:before {
  top: -100%;
}
.overlay.loaded .overlayDoor:after {
  top: -100%;
}
.overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}
.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    margin: -23px;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}
/* LOADER */

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader {
  display: flex;
  justify-content: center;
}
.loader__container {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}
.loader__film {
  position: absolute;
  top: -30px;
  left: 0;
  display: flex;
}
.loader__film-img {
  animation: rotate 1.5s linear infinite;
}
.loaded .loader__film-img {
  animation-duration: 3s;
}
/* LOGO ANIMATION */

.loader__logo {
  width: 00px;
  opacity: 0;

  transition: all 0.5s ease-in-out;
}
.loaded .loader__logo {
  width: 300px;
  opacity: 1;
}
@media (max-width: 350px) {
  .loaded .loader__logo {
    width: 225px;
    opacity: 1;
  }
}

/**/

.site-menu-toggle .menu-icon {
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.site-menu-toggle .menu-icon__line {
  display: block;
  position: relative;
  background: #88888800;
  height: 2px;
  width: 36px;
  border-radius: 4px;
}
.site-menu-toggle .menu-icon__line::before,
.site-menu-toggle .menu-icon__line::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
  transition: background 0.8s ease;
}
.site-menu-toggle .menu-icon__line::before {
  transform: translateY(-6px);
}
.site-menu-toggle .menu-icon__line::after {
  transform: translateY(6px);
}

.site-menu-toggle .menu-icon__line::before {
  animation: closedTop 0.8s backwards;
  animation-direction: reverse;
}
.site-menu-toggle .menu-icon__line::after {
  animation: closedBtm 0.8s backwards;
  animation-direction: reverse;
}
/* */
.site-menu-toggle.active .menu-icon .menu-icon__line::before {
  background: #ffffff;
  animation: openTop 0.8s forwards;
}
.site-menu-toggle.active .menu-icon .menu-icon__line::after {
  background: #ffffff;
  animation: openBtm 0.8s forwards;
}

@keyframes openTop {
  0% {
    transform: translateY(-5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes closedTop {
  0% {
    transform: translateY(-5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes openBtm {
  0% {
    transform: translateY(5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(45deg);
  }
}
@keyframes closedBtm {
  0% {
    transform: translateY(5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(45deg);
  }
}

/* PROJECTS FILTERING*/


.project-item.display-off {
  animation: prjDisplayOff 0.75s ease-in-out forwards;
}
@keyframes prjDisplayOff {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.project-item.display-on {
  animation: prjDisplayOn 0.75s ease-in-out forwards;
}
@keyframes prjDisplayOn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.categories-wrapper {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 75px;
}
.category button{
    background-color: #000000;
    border: 1px solid #505050;
    border-radius: 36px;
    box-sizing: border-box;
    color: #505050;
    cursor: pointer;
    display: inline-block;
    font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    outline: none;
    padding: 10px 23px;
    position: relative;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: box-shadow .2s,-ms-transform .1s,-webkit-transform .1s,transform .1s;
    user-select: none;
    -webkit-user-select: none;
    width: auto;
}

.category button:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow .2s;
}

.category.active button {
  background-color: #F7F7F7;
  border-color: #000000;
  transform: scale(.96);
}

.category button:disabled {
  border-color: #DDDDDD;
  color: #DDDDDD;
  cursor: not-allowed;
  opacity: 1;
}