html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Black.eot");
  src: local("☺"), url("fonts/Montserrat-Black.woff") format("woff"),
    url("fonts/Montserrat-Black.ttf") format("truetype"),
    url("fonts/Montserrat-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.eot");
  src: local("☺"), url("fonts/Montserrat-Bold.woff") format("woff"),
    url("fonts/Montserrat-Bold.ttf") format("truetype"),
    url("fonts/Montserrat-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.eot");
  src: local("☺"), url("fonts/Montserrat-Regular.woff") format("woff"),
    url("fonts/Montserrat-Regular.ttf") format("truetype"),
    url("fonts/Montserrat-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Light.eot");
  src: local("☺"), url("fonts/Montserrat-Light.woff") format("woff"),
    url("fonts/Montserrat-Light.ttf") format("truetype"),
    url("fonts/Montserrat-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
} /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
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: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::-moz-selection {
  background: #fff498;
}
::selection {
  background: #fff498;
}
::-moz-selection {
  background: #fff498;
}
img::-moz-selection {
  background: transparent;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #fff498;
}
body {
  background-color: #0c0c0c;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.l-viewport {
  position: relative;
  width: 100%;
  height: 100vh;
  box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
  overflow: hidden;
}
.l-wrapper {
  position: relative;
  width: 1440px;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
}
.l-side-nav {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-side-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 70%;
  max-height: 750px;
  background-color: #555;
  opacity: 0.35;
  z-index: 10;
}
@media (max-width: 1180px) {
  .l-side-nav {
    display: none;
  }
}
.l-main-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-section {
  position: absolute;
  width: 100%;
  height: 100%;
}
.device-notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0c0c0c;
  z-index: 12;
}
.device-notification--logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.device-notification--logo p {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.device-notification--message {
  width: 70%;
  margin: 30px 0 0 0;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 736px) and (min-width: 360px) and (orientation: landscape) {
  .device-notification {
    display: -ms-flexbox;
  }
}
@media (max-width: 630px) and (max-height: 630px) {
  .device-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 350px) {
  .device-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-height: 600px) {
  .device-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
  transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
}
.section--is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0.4s;
}
.section--next {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.section--prev {
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}
.header--logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  flex-shrink: 0;
}
.header--logo p {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.header--nav-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  cursor: pointer;
}
.header--nav-toggle span,
.header--nav-toggle::before,
.header--nav-toggle::after {
  content: "";
  position: relative;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.header--nav-toggle::before {
  bottom: 5px;
  width: 23px;
}
.header--nav-toggle::after {
  top: 5px;
  width: 23px;
}
.header--cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #0f33ff;
  border: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
  transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
}
.header--cta:focus {
  outline: none;
}
.header--cta.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0.4s;
}
@media (max-width: 767px) {
  .header--cta {
    display: none;
  }
}
.side-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 70%;
  max-height: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  z-index: 10;
}
.side-nav > li {
  position: relative;
  top: -5px;
  color: #fff;
  font-size: 6px;
  cursor: pointer;
}
.side-nav > li span {
  position: relative;
  top: 3px;
  left: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
}
.side-nav > li::before {
  position: absolute;
  top: 3px;
  left: 10px;
  color: #555;
  font-size: 14px;
  font-weight: 300;
}
.side-nav li:nth-child(1)::before {
  content: "01";
}
.side-nav li:nth-child(2)::before {
  content: "02";
}
.side-nav li:nth-child(3)::before {
  content: "03";
}
.side-nav li:nth-child(4)::before {
  content: "04";
}
.side-nav li:nth-child(5)::before {
  content: "05";
}
.side-nav li.is-active {
  color: #0f33ff;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.side-nav li.is-active span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.side-nav li.is-active::before {
  left: -33px;
  color: #fff;
}
.intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .intro {
    max-width: 100%;
  }
}
.intro--banner {
  position: relative;
  height: 475px;
}
.intro--banner::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -15px;
  right: 0;
  height: 2px;
  background-color: #282828;
}
.intro--banner::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #0f33ff;
}
.intro--banner h1 {
  position: relative;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}
.intro--banner button {
  position: relative;
  padding: 5px 17px 5px 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
}
.intro--banner button .btn-background {
  position: absolute;
  top: 0;
  left: 23px;
  right: 0;
  height: 100%;
  background-color: #0f33ff;
  z-index: -1;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.intro--banner button:hover .btn-background {
  left: 0;
}
.intro--banner button:focus {
  outline: none;
}
.intro--banner button svg {
  position: relative;
  left: 5px;
  width: 15px;
  fill: #fff;
}
.intro--banner img {
  position: absolute;
  bottom: 21px;
  right: -12px;
}
.intro--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.intro--options > a {
  max-width: 250px;
  text-decoration: none;
  color: #8d8787;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.intro--options > a:hover {
  color: #fff;
}
.intro--options h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.intro--options p {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .intro--banner {
    height: 380px;
  }
  .intro--banner h1 {
    font-size: 55px;
  }
  .intro--banner img {
    width: 430px;
  }
  .intro--options > a {
    margin-right: 30px;
  }
  .intro--options > a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .intro--banner {
    height: 305px;
  }
  .intro--banner h1 {
    font-size: 44px;
  }
  .intro--banner img {
    width: 330px;
  }
  .intro--options {
    display: block;
  }
  .intro--options > a {
    display: block;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .intro--options > a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .intro--banner {
    height: 360px;
  }
  .intro--banner h1 {
    font-size: 55px;
  }
  .intro--banner img {
    display: none;
  }
}
@media (max-width: 600px) and (max-height: 750px) {
  .intro--banner {
    height: auto;
  }
  .intro--banner::before,
  .intro--banner::after {
    display: none;
  }
  .intro--banner h1 {
    margin-top: 0;
  }
  .intro--options {
    display: none;
  }
}
.work {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  max-width: 80%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .work {
    max-width: 100%;
  }
}
.work h2 {
  position: relative;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
  margin-bottom: 30px;
}
.project_title--item {
  margin-bottom: -31px;
}
.work--lockup {
  position: relative;
}
.work--lockup .slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.work--lockup .slider--item {
  position: absolute;
  display: none;
  text-align: center;
}
.work--lockup .slider--item a {
  text-decoration: none;
  color: #858585;
}
.work--lockup .slider--item-title {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.work--lockup .slider--item-description {
  display: none;
  max-width: 250px;
  margin: 0 auto;
}
.work--lockup .slider--item-image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.work--lockup .slider--item-image img {
  width: 100%;
}
.work--lockup .slider--item-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.work--lockup .slider--item-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.work--lockup .slider--item-center {
  position: relative;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
.work--lockup .slider--item-center a {
  color: #fff;
}
.work--lockup .slider--item-center .slider--item-title {
  margin-top: 25px;
  font-size: 16px;
}
.work--lockup .slider--item-center .slider--item-description {
  display: block;
}
.work--lockup .slider--item-center .slider--item-image {
  width: 300px;
  height: 300px;
}
.work--lockup .slider--next,
.work--lockup .slider--prev {
  position: absolute;
  top: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  background-color: #282828;
  border-radius: 50%;
  cursor: pointer;
}
.work--lockup .slider--next svg,
.work--lockup .slider--prev svg {
  width: 20px;
  fill: #ffffff;
}
.work--lockup .slider--next {
  right: 0;
}
.work--lockup .slider--prev {
  left: 0;
}
@media (max-width: 900px) {
  .work--lockup .slider--item-image {
    width: 120px;
    height: 120px;
  }
  .work--lockup .slider--item-center .slider--item-image {
    width: 240px;
    height: 240px;
  }
  .work--lockup .slider--next,
  .work--lockup .slider--prev {
    top: 130px;
  }
}
@media (max-width: 767px) {
  .work--lockup .slider {
    width: 75%;
  }
  .work--lockup .slider--item-image {
    width: 90px;
    height: 90px;
  }
  .work--lockup .slider--item-center .slider--item-image {
    width: 190px;
    height: 190px;
  }
  .work--lockup .slider--next,
  .work--lockup .slider--prev {
    top: 105px;
  }
}
@media (max-width: 600px) {
  .work--lockup .slider {
    width: auto;
  }
  .work--lockup .slider--item-left,
  .work--lockup .slider--item-right {
    display: none;
  }
}
.about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .about {
    max-width: 100%;
  }
}
.about--banner {
  position: relative;
  height: 475px;
}
.about--banner::before {
  top: 20px;
  left: 200px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  border: 5px solid #0f33ff;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.about--banner::after {
  content: "";
  top: 75px;
  left: 400px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #0f33ff;
}
.about--banner h2 {
  position: relative;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
  margin-bottom: 50px;
}
.about--banner h2::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #0f33ff;
  border-radius: 50%;
}
.about--banner h2::after {
  content: "";
  top: 255px;
  left: 255px;
  width: 10px;
  height: 10px;
  background-color: #0f33ff;
}
.about--banner a {
  padding: 5px 17px 5px 0;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
}
.about--banner a:hover svg {
  left: 10px;
}
.about--banner a svg {
  position: relative;
  left: 5px;
  width: 15px;
  fill: #ffffff;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.about--banner img {
  position: absolute;
  bottom: 100px;
  right: 22px;
  height: 250px;
  width: 198px;
  object-fit: contain;
}
.about--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about--options > a {
  position: relative;
  width: 150px;
  height: 75px;
  text-decoration: none;
  color: #ffffff;
  border: 10px solid #0f33ff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about--options > a:nth-child(1) {
  background-image: url("../img/about-winners.jpg");
}
.about--options > a:nth-child(2) {
  background-image: url("../img/about-philosophy.jpg");
}
.about--options > a:nth-child(3) {
  background-image: url("../img/about-history.jpg");
}
.about--options > a:hover h3 {
  bottom: -50px;
}
.about--options h3 {
  position: absolute;
  bottom: -38px;
  left: 10px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .about--banner {
  }
  .about--banner::before {
    top: 0;
    left: 125px;
  }
  .about--banner::after {
    top: 35px;
    left: 260px;
  }
  .about--banner h2 {
    margin-top: 10px;
    font-size: 44px;
  }
  .about--banner h2::before {
    top: 28px;
    left: 168px;
  }
  .about--banner h2::after {
    top: 163px;
    left: 163px;
  }
  .about--banner img {
  }
}
@media (max-width: 600px) {
  .about--banner {
  }
  .about--banner::before {
    left: 155px;
  }
  .about--banner::after {
    left: 310px;
  }

  .about--banner h2::before {
    top: 43px;
    left: 214px;
  }
  .about--banner h2::after {
    top: 205px;
    left: 205px;
  }
  .about--banner img {
  }
  .about--options {
    display: none;
  }
}
.contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/contact-visual.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact--lockup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .contact--lockup {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .contact--lockup {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.contact--lockup .modal {
  padding: 100px 100px;
  text-align: center;
  background-color: #0c0c0c;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  border-radius: 25px;
}
.contact--lockup .modal--information p,
.contact--lockup .modal--information a {
  display: block;
  margin: 14px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.contact--lockup .modal--information p {
  margin-top: 0;
}
.contact--lockup .modal--options {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact--lockup .modal--options > li {
  width: 130px;
  margin: 0 auto 25px auto;
}
.contact--lockup .modal--options li:nth-child(1) {
  background-color: #1769ff;
}
.contact--lockup .modal--options li:nth-child(2) {
  background-color: #ea4c89;
}
.contact--lockup .modal--options li:nth-child(3) {
  margin-bottom: 0;
  background-color: #0f33ff;
  text-transform: uppercase;
}
.contact--lockup .modal--options a {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.hire {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .hire {
    max-width: 100%;
  }
}
.hire h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
  text-align: center;
}
.work-request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.work-request input[type="submit"] {
  width: 400px;
  max-width: 100%;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #0f33ff;
  border: none;
  border-radius: 0;
}
.work-request input[type="submit"]:focus {
  outline: none;
}
.work-request--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}
.work-request--options .options-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.work-request--options .options-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.work-request--options label {
  display: block;
  width: 200px;
  margin-bottom: 30px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.work-request--options label svg {
  position: relative;
  left: -5px;
  width: 0;
  fill: #fff;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.work-request--options input[type="checkbox"] {
  display: none;
}
.work-request--options input[type="checkbox"]:checked + label {
  background-color: #0f33ff;
  border-color: #0f33ff;
}
.work-request--options input[type="checkbox"]:checked + label svg {
  width: 15px;
}
.work-request--information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.work-request--information .information-name,
.work-request--information .information-email {
  position: relative;
  width: 45%;
  height: 50px;
  font-size: 30px;
  font-weight: 300;
}
.work-request--information input[type="text"],
.work-request--information input[type="email"] {
  width: 100%;
  padding: 0 0 5px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.work-request--information input[type="text"]:focus,
.work-request--information input[type="email"]:focus {
  outline: none;
  background-color: #0c0c0c;
}
.work-request--information label {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.work-request--information input:focus + label,
.work-request--information input.has-value + label {
  top: -15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .work-request--options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .work-request--options .options-a,
  .work-request--options .options-b {
    display: block;
    width: auto;
  }
}
@media (max-width: 600px) {
  .work-request--options {
    margin: 20px 0;
  }
}
@media (max-width: 600px) and (max-width: 415px) {
  .work-request--options {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .work-request--options label {
    width: 150px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .work-request--options input[type="checkbox"]:checked + label svg {
    width: 12px;
  }
  .work-request--information {
    margin-bottom: 30px;
  }
  .work-request--information .information-name,
  .work-request--information .information-email {
    height: 40px;
    font-size: 24px;
  }
}
.perspective {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.perspective--modalview {
  position: fixed;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.container {
  position: relative;
  -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
  transform: translateZ(0) translateX(0) rotateY(0deg);
  min-height: 100%;
  outline: 30px solid #0f33ff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.modalview .container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect-rotate-left .container {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.effect-rotate-left--animate .container {
  -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  outline: 30px solid #0f33ff;
}
.outer-nav {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.2s;
  transition: visibility 0s 0.2s;
}
.outer-nav.is-vis {
  visibility: visible;
}
.outer-nav--return {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
  z-index: 11;
}
.outer-nav--return.is-vis {
  display: block;
}
.outer-nav > li {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateX(350px) translateZ(-1000px);
  transform: translateX(350px) translateZ(-1000px);
  font-size: 48px;
  font-weight: 900;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
.outer-nav > li.is-vis {
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.outer-nav > li::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  width: 80%;
  height: 4px;
  opacity: 0;
  background-color: #0f33ff;
}
.outer-nav > li.is-active::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .outer-nav > li {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .outer-nav > li {
    font-size: 30px;
  }
}
.outer-nav li.is-vis:nth-child(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
.outer-nav li.is-vis:nth-child(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.outer-nav li.is-vis:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.outer-nav li.is-vis:nth-child(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.side-nav li:nth-child(6)::before {
  content: "06";
}

swiper-container {
  width: 250px;
  height: 250px;
}
swiper-container1 {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -115px;
  margin-top: -120px;
}

swiper-slide {
  background-position: center;
  background-size: cover;
}

swiper-slide img {
  display: block;
  width: 100%;
}

.project {
  justify-content: center;
}

swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
swiper-container1 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 375px;
}

swiper-slide img {
  display: block;
  width: 100%;
}
swiper-container {
  width: 240px;
  height: 320px;
}

swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}



swiper-slide:nth-child(1n):hover .slider__text {
  opacity: 100;
  transition: opacity 1.5s;
}
swiper-slide:nth-child(2n):hover .slider__text2 {
  opacity: 100;
  transition: opacity 1.5s;
}
swiper-slide:nth-child(3n):hover .slider__text3 {
  opacity: 100;
  transition: opacity 1.5s;
}
swiper-slide:nth-child(4n):hover .slider__text4 {
  opacity: 100;
  transition: opacity 1.5s;
}
swiper-slide:nth-child(5n):hover .slider__text5 {
  opacity: 100;
  transition: opacity 1.5s;
}
swiper-slide:nth-child(6n):hover .slider_text6 {
  opacity: 100;
  transition: opacity 1.5s;
}
swiper-slide:nth-child(7n):hover .slider_text7 {
  opacity: 100;
  transition: opacity 1.5s;
}
swiper-slide:nth-child(8n):hover .slider_text8 {
  opacity: 100;
  transition: opacity 1.5s;
}

swiper-slide:nth-child(1n) {
  background-color: rgb(255, 255, 255);
}

swiper-slide:nth-child(2n) {
  background-color: rgb(255, 255, 255);
}

swiper-slide:nth-child(3n) {
  background-color: rgb(255, 255, 255);
}

swiper-slide:nth-child(4n) {
  background-color: rgb(255, 255, 255);
}

swiper-slide:nth-child(5n) {
  background-color: rgb(255, 255, 255);
}
swiper-slide:nth-child(6n) {
  background-color: rgb(255, 255, 255);
}
swiper-slide:nth-child(7n) {
  background-color: rgb(255, 255, 255);
}
swiper-slide:nth-child(8n) {
  background-color: rgb(255, 255, 255);
}

.slider__text {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  color: #e44d26;
}
.slider__text2 {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  color: #379ad6;
}
.slider__text3 {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  color: #787cb4;
}
.slider__text4 {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  color: #000000;
}
.slider__text5 {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  color: #9b4f96;
}
.slider_text6 {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  color: #7c8ba3;
}
.slider_text7 {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  color: #fb8c12;
}
.slider_text8 {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  color: #173761;
}

.project__card,
.project__card2,
.project__card3,
.project__card4,
.project__card5,
.project__card6 {
  background-color: #ffffff;
  border-radius: 25px;
  height: 100%;
  padding: 5rem;
  flex-direction: column;
  transition-duration: 200ms;
  width: 40px;
  height: 160px;
}

.project__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
 margin-top: 1px;
  width: 100%;
  flex-wrap: wrap;
}

.project__card:hover {
  transition-duration: 600ms;
  border: 0.2rem solid #ffffff;
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #ffffff, 0 0 2rem #c52894,
    0 0 0.8rem #d62764, 0 0 2.8rem #df274f, inset 0 0 1.3rem #ec262b;
}
.project__card2:hover {
  transition-duration: 600ms;
  border: 0.2rem solid #ffffff;
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #5b9ac7, 0 0 0.2rem #4e86ad, 0 0 2rem #3e6d8f,
    0 0 0.8rem #e9411c, 0 0 2.8rem #e14516, inset 0 0 1.3rem #dc3511;
}
.project__card3:hover {
  transition-duration: 600ms;
  border: 0.2rem solid rgb(255, 255, 255);
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #03769b, 0 0 2rem #03769b,
    0 0 0.8rem #33dcf9, 0 0 2.8rem #f0740b, inset 0 0 1.3rem #fdb957;
}
.project__card4:hover {
  transition-duration: 600ms;
  border: 0.2rem solid rgb(255, 255, 255);
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #76c29d, 0 0 2rem #00a454,
    0 0 0.8rem #d1d2d4, 0 0 2.8rem #d1d2d4, inset 0 0 1.3rem #d1d2d4;
}
.project__card5:hover {
  transition-duration: 600ms;
  border: 0.2rem solid rgb(255, 255, 255);
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #03769b, 0 0 2rem #6287c4,
    0 0 0.8rem #c8c8c8, 0 0 2.8rem #c8c8c8, inset 0 0 1.3rem #c8c8c8;
}

.project__card6:hover {
  transition-duration: 600ms;
  border: 0.2rem solid rgb(255, 255, 255);
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #80d2f8, 0 0 2rem #00a5f3,
    0 0 0.8rem #ffffff, 0 0 2.8rem #ffffff, inset 0 0 1.3rem #ffffff;
}

.project__wrapper--animation-card {
  perspective: 1000px;
}

.project__wrapper--animation {
  transition: all 0.15s ease-out;
}

.project__card,
.project__card2,
.project__card3,
.project__card4,
.project__card5,
.project__card6 {
  position: relative;
  text-align: center;
  font-size: 24px;
}

/* .project__text {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  color: #e44d26;
}
.project__text2 {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  color: #ee410d;
  left: 75px;
}
.project__text3 {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  color: #fc9425;
  left: 23%;
} */
.project__card:hover .project__text {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card2:hover .project__text {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card3:hover .project__text {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card4:hover .project__text {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card5:hover .project__text {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card6:hover .project__text {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card:hover .project__text2 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card2:hover .project__text2 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card3:hover .project__text2 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card4:hover .project__text2 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card5:hover .project__text2 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card6:hover .project__text2 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card:hover .project__text3 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card2:hover .project__text3 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card3:hover .project__text3 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card4:hover .project__text3 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card5:hover .project__text3 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card6:hover .project__text3 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__card img,
.project__card2 img,
.project__card3 img,
.project__card4 img,
.project__card5 img,
.project__card6 img {
  position: absolute;
  bottom: 50px;
  right: 2px;
  height: 250px;
  width: 198px;
  object-fit: contain;
}

swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 375px;
}

swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 25px;
  height: 100%;
  object-fit: cover;
}
swiper-container {
  width: 240px;
  height: 320px;
}
.mySwiper1 {
  width: 600px;
  height: 280px;
}

swiper-container {
  padding-top: 20px;
  padding-bottom: 50px;
}

swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  width: 600px;
}

.project__slider {
  background-color: rgb(255, 255, 255);
}

.slider__text6 {
  opacity: 0;
  color: #e44d26;
  text-align: center;
}
.slider__text7 {
  text-align: center;
  opacity: 0;
  color: #ee410d;
}
.slider__text8 {
  text-align: center;
  opacity: 0;
  color: #fc9425;
}
swiper-slide a {
  text-decoration: none;
}

.project__slider:hover .slider__text6 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__slider:hover .slider__text7 {
  opacity: 100;
  transition: opacity 1.5s;
}
.project__slider:hover .slider__text8 {
  opacity: 100;
  transition: opacity 1.5s;
}

.swiper__project {
  display: none;
}

@media only screen and (max-width: 860px) {
  .swiper__project {
    display: block;
  }

  .project__wrapper {
    display: none;
  }
}

.veille__text {
  display: flex;
  padding: 0.75rem;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -2rem;
  height: 30rem;
  color: rgb(255, 255, 255);
}

@media (min-width: 1024px) {
  .veille__text {
    margin-top: 0;
    gap: 1.5rem;
  }
}
.veille__card {
  border-radius: 0.75rem;
  background-color: #000000;
  transition-duration: 700ms;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 0 10px 30px 10px;
  border: 0.2rem solid #ffffff;
  border-radius: 2rem;
  padding: 0.4em;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #ffffff, 0 0 2rem #1e80f7,
    0 0 0.8rem #1e80f7, 0 0 2.8rem #1e80f7, inset 0 0 1.3rem #1e80f7;
  transition: 1s ease-out;
}
.veille__card:hover {
  transform: scale(1.1);
  transition-duration: 600ms;
  border: 0.2rem solid #ffffff;
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #ffffff, 0 0 2rem #1e80f7,
    0 0 0.8rem #1e80f7, 0 0 2.8rem #1e80f7, inset 0 0 1.3rem #1e80f7;
}

.linkedin_logo {
  width: 40px;
  margin-top: 5px;
}

.linkedin_lien {
  display: flex;
  gap: 5px;
  align-items: center;
}

.projet_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  max-width: 90%;
  margin: auto;
}

.projet_title {
  margin-bottom: 3px;
  text-align: center;
  margin: 0px;
}
.projet_text {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.projet_text2 {
  text-align: center;
  margin-top: 10px;
}

.text_container {
  display: flex;
  justify-content: center;
}
.projet_description {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.borderline_text {
  border-radius: 0.75rem;
  background-color: #000000;
  transition-duration: 700ms;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin: auto;
  border: 0.2rem solid #ffffff;
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #ffffff, 0 0 2rem #c52894,
    0 0 0.8rem #d62764, 0 0 2.8rem #df274f, inset 0 0 1.3rem #ec262b;
}
.borderline_text {
  border-radius: 0.75rem;
  background-color: #000000;
  transition-duration: 700ms;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin: auto;
  border: 0.2rem solid #ffffff;
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #ffffff, 0 0 2rem #c52894,
    0 0 0.8rem #d62764, 0 0 2.8rem #df274f, inset 0 0 1.3rem #ec262b;
}
.intro_resto {
}
@media (max-width: 750px) {
  .text_container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  .text_container {
    display: flex;
    flex-wrap: wrap;
  }
}

.button a {
  border: solid 2px black;
  padding: 0.375em 1.125em;
  font-size: 1rem;
  text-decoration: none;
}

.button-arounder {
  background: hsl(190deg, 30%, 15%);
  color: hsl(190deg, 10%, 95%);

  box-shadow: 0 0px 0px hsla(190deg, 15%, 5%, 0.2);
  transfrom: translateY(0);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;

  --dur: 0.15s;
  --delay: 0.15s;
  --radius: 16px;

  transition: border-top-left-radius var(--dur) var(--delay) ease-out,
    border-top-right-radius var(--dur) calc(var(--delay) * 2) ease-out,
    border-bottom-right-radius var(--dur) calc(var(--delay) * 3) ease-out,
    border-bottom-left-radius var(--dur) calc(var(--delay) * 4) ease-out,
    box-shadow calc(var(--dur) * 4) ease-out,
    transform calc(var(--dur) * 4) ease-out,
    background calc(var(--dur) * 4) steps(4, jump-end);
}

.button-arounder:hover,
.button-arounder:focus {
  box-shadow: 0 4px 8px hsla(190deg, 15%, 5%, 0.2);
  transform: translateY(-4px);
  background: hsl(230deg, 50%, 45%);
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

@media (max-width: 500px) {
  .outer-nav > li {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  .outer-nav > li {
    font-size: 20px;
  }
}
@media (max-width: 525px) {
  .button_cv {
    display: block;
  }
}
@media (min-width: 525px) {
  .button_cv {
    display: none;
  }
}
@media (max-width: 525px) {
  .button_telechargercv {
    display: none;
  }
}
@media (min-width: 525px) {
  .button_telechargercvff {
    display: block;
  }
}

@media (min-width: 600px) {
  .about--banner h2 {
    margin-top: 0;
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .about--banner h2 {
    margin-top: 0;
    font-size: 35px;
  }
}

@media (min-width: 860px) {
  .project__title {
    margin-top: 130px;
  }
}

.resto_logo img {
  width: 100px;
}

@media (max-width: 750px) {
  .resto_logo img {
    display: none;
  }
}
@media (max-height: 700px) {
  .resto_logo img {
    display: none;
  }
  .borderline_text {
    margin-top: 140px;
  }
}

@media (max-width: 750px) {
  .mySwiper1,
  .mySwiper1 swiper-slide {
    width: 350px;
  }
}
.resto-container {
  margin-bottom: 35px;
}
.karate-img img {
  width: 80%;
}
.borderline_text2 {
  border-radius: 0.75rem;
  background-color: #000000;
  transition-duration: 700ms;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 0 10px 10px 10px;
  border: 0.2rem solid #ffffff;
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #5b9ac7, 0 0 0.2rem #4e86ad, 0 0 2rem #3e6d8f,
    0 0 0.8rem #e9411c, 0 0 2.8rem #e14516, inset 0 0 1.3rem #dc3511;
}
.borderline_text3 {
  border-radius: 0.75rem;
  background-color: #000000;
  transition-duration: 700ms;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin: auto;
  padding: 0 10px 10px 10px;
  border: 0.2rem solid rgb(255, 255, 255);
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #03769b, 0 0 2rem #03769b,
    0 0 0.8rem #33dcf9, 0 0 2.8rem #f0740b, inset 0 0 1.3rem #fdb957;
}
.borderline_text4 {
  border-radius: 0.75rem;
  background-color: #000000;
  transition-duration: 700ms;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin: auto;
  padding: 0 10px 10px 10px;
  border: 0.2rem solid rgb(255, 255, 255);
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #76c29d, 0 0 2rem #00a454,
    0 0 0.8rem #d1d2d4, 0 0 2.8rem #d1d2d4, inset 0 0 1.3rem #d1d2d4;
}
.borderline_text5 {
  border-radius: 0.75rem;
  background-color: #000000;
  transition-duration: 700ms;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin: auto;
  padding: 0 10px 10px 10px;
  border: 0.2rem solid rgb(255, 255, 255);
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #03769b, 0 0 2rem #6287c4,
    0 0 0.8rem #c8c8c8, 0 0 2.8rem #c8c8c8, inset 0 0 1.3rem #c8c8c8;
}
.borderline_text6 {
  border-radius: 0.75rem;
  background-color: #000000;
  transition-duration: 700ms;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin: auto;
  padding: 0 10px 10px 10px;
  border: 0.2rem solid rgb(255, 255, 255);
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #ffffff, 0 0 0.2rem #80d2f8, 0 0 2rem #00a5f3,
    0 0 0.8rem #ffffff, 0 0 2.8rem #ffffff, inset 0 0 1.3rem #ffffff;
}

@media (max-width: 750px) {
  .borderline-container {
    margin: 50px 0 0 0;
  }
}

.veille_title {
  font-size: 35px;
}

@media (max-width: 630px) {
  .borderline_text {
    margin: 140px 0 0 0;
  }
}
@media (max-width: 630px) {
  .borderline_text2 {
    margin: 140px 0 0 0;
  }
}
.intro_resto {
  height: auto;
}
@media (min-width: 860px) {
  .project_title--item {
    margin-bottom: 40px;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.preloader h1 {
  color: white;
  font-size: 50px;
  text-align: center;
}
.preloader .loader {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
}

.preloader .loader::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 6px solid white;
  border-color: white transparent white transparent;
  border-radius: 50%;
  animation: loader 1s infinite ease-in-out;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.veille__apps a {
  text-decoration: none;
}

.projet_documentation--container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0px 0px 0px;
}
.competences_container {
  margin: 50px 0px 0px 0px;
}
.competences_title {
  margin: 0px 0px 30px 0px;
}
.projet_container--margin {
  margin: 0px 0px 50px 0px;
}
.competences_margin {
  margin: 58px 0px 0px 0wpx;
}

.container__title{
  width: 870px;
  height: 100px;
  background-color : #0f33ff;
  opacity: 50%;
  border-radius: 20px;
  
}