/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 8, ../sass/screen.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 98, ../sass/screen.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 103, ../sass/screen.scss */
ol,
ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 109, ../sass/screen.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 115, ../sass/screen.scss */
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 124, ../sass/screen.scss */
q,
blockquote {
  quotes: none;
}

/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 129, ../sass/screen.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

/* line 137, ../sass/screen.scss */
:root {
  --blue: #161618;
  --pink: #e6e7eb;
  --light-pink: #e73c7e;
  --yellow: black;
  --dark-grey: #161618;
  --dark-lighter-grey: black;
  --marginp: 30px;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 148, ../sass/screen.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
/* line 153, ../sass/screen.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@keyframes breathe {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinoverlay {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeoutoverlay {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menuanim {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes slidein {
  0% {
    background-position: 50% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* line 22, ../sass/screen.scs */
/* line 264, ../sass/screen.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 29, ../sass/screen.scss */
/* line 270, ../sass/screen.scss */
body {
  width: 100%;
  font-size: 14px;
  height: auto;
  position: relative;
  font-family: "Inter";
  font-weight: 500;
  font-size: 13px;
  background-color: var(--dark-grey);
}

/* line 41, ../sass/screen.scss */
/* line 282, ../sass/screen.scss */
main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity ease-in-out 800ms;
}

/* line 292, ../sass/screen.scss */
.contact-block {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  color: white;
  font-size: calc(19px + 2vw);
  overflow: hidden;
}
/* line 303, ../sass/screen.scss */
.contact-block a.contact {
  text-decoration: none;
  color: white;
  font-weight: 100;
  padding: 0px;
  opacity: 0.8;
  transform: scale(1);
  transition: opacity ease-in-out 300ms, transform ease-in-out 300ms;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
/* line 318, ../sass/screen.scss */
.contact-block a.contact:hover {
  opacity: 1;
  transform: scale(0.8);
}
/* line 322, ../sass/screen.scss */
.contact-block a.contact span {
  font-size: 0.4em;
}

/* line 328, ../sass/screen.scss */
.gradient-background {
  background: linear-gradient(62deg, var(--dark-grey), var(--dark-lighter-grey));
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
}

/* line 338, ../sass/screen.scss */
.chat-module {
  display: none;
  position: relative;
  justify-content: center;
  transition: all ease-in-out 600ms;
  overflow: hidden;
  min-height: 50vh;
  position: relative;
  align-content: center;
  align-items: center;
}
/* line 349, ../sass/screen.scss */
.chat-module .chat-content {
  transition: all ease-in-out 600ms;
  display: flex;
  justify-content: center;
  color: white;
  min-height: 50vh;
  align-content: center;
  align-items: center;
}
/* line 358, ../sass/screen.scss */
.chat-module .chat-content div {
  opacity: 0;
  width: auto;
  height: auto;
  transition: all ease-in-out 600ms;
  font-size: 19px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  color: white;
  font-weight: 200;
  justify-content: center;
}
/* line 371, ../sass/screen.scss */
.chat-module .chat-content div span {
  display: flex;
  flex: 1;
  padding: 30px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 26px;
}
/* line 379, ../sass/screen.scss */
.chat-module .chat-content div span.bubble {
  background-color: white;
  border-radius: 18px;
  color: black;
  position: relative;
}
/* line 386, ../sass/screen.scss */
.chat-module .chat-content div span a {
  color: white;
  border: 1px solid white;
  padding: 20px 30px;
  display: flex;
  border-radius: 40px;
  font-size: 0.6em;
  margin: 0px 15px;
  text-align: center;
  justify-content: center;
  font-weight: 300;
}
/* line 402, ../sass/screen.scss */
.chat-module div.contact-form-wrapper,
.chat-module div.call-me-back-wrapper {
  display: none;
  flex: 1;
  width: 50vw;
  max-height: 340px;
  overflow: hidden;
}

/* line 50, ../sass/screen.scss */
/* line 413, ../sass/screen.scss */
.swiper-slide .container-video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

/* line 59, ../sass/screen.scss */
/* line 423, ../sass/screen.scss */
.swiper-slide .container-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 72, ../sass/screen.scss */
/* line 435, ../sass/screen.scss */
#slide_1 {
  background: url(../img/img-home-1.jpg) no-repeat left top;
  background-size: cover;
}

/* line 77, ../sass/screen.scss */
/* line 441, ../sass/screen.scss */
#slide_2 {
  background: url(../img/img-home-0.jpg) no-repeat center top;
  background-size: cover;
}

/* line 81, ../sass/screen.scss */
/* line 447, ../sass/screen.scss */
#slide_3 {
  background: url(../img/img-home-4.jpg) no-repeat center top;
  background-size: cover;
}

/* line 85, ../sass/screen.scss */
/* line 453, ../sass/screen.scss */
header {
  position: fixed;
  height: auto;
  top: 0px;
  z-index: 9999;
  width: 100%;
  display: flex;
  z-index: 999999;
}

/* line 463, ../sass/screen.scss */
header .cnt-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

/* line 471, ../sass/screen.scss */
header .cnt-header::-webkit-scrollbar {
  display: none;
}

/* line 475, ../sass/screen.scss */
header .cnt-header .logo {
  /*border: 3px solid #f2502a;*/
  background: transparent;
  display: flex;
  /*border-radius: 66px;*/
  align-items: center;
  height: auto;
  border: 0px;
  opacity: 0.4;
  position: fixed;
  left: 5vw;
  color: white;
  letter-spacing: 0.1em;
}

/* line 490, ../sass/screen.scss */
header.minversion .cnt-header .logo {
  display: none;
}

/* line 494, ../sass/screen.scss */
.cursor {
  pointer-events: none;
}
/* line 497, ../sass/screen.scss */
.cursor__ball {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000000;
}
@media (max-width: 640px) {
  /* line 497, ../sass/screen.scss */
  .cursor__ball {
    display: none;
  }
}
/* line 508, ../sass/screen.scss */
.cursor__ball.pressHold {
  mix-blend-mode: normal;
}
/* line 512, ../sass/screen.scss */
.cursor__ball span {
  display: none;
  color: black;
  position: absolute;
  z-index: 10000;
  text-align: center;
  left: -10px;
}
/* line 520, ../sass/screen.scss */
.cursor__ball svg {
  transition: all ease-in-out 200ms;
}
/* line 523, ../sass/screen.scss */
.cursor__ball circle {
  fill: yellow;
}

/* line 529, ../sass/screen.scss */
header .cnt-header nav.nav {
  color: var(--pink);
  text-decoration: none;
  display: flex;
  font-size: 2em;
  width: 50px;
  height: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex: 1;
  /*transform:scale(1);
   transition: transform ease-in-out 250ms;*/
  /*&:hover{
     transform:scale(0.7);
   }*/
}
@media (max-width: 640px) {
  /* line 529, ../sass/screen.scss */
  header .cnt-header nav.nav {
    justify-content: right;
    padding-right: 70px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  /* line 529, ../sass/screen.scss */
  header .cnt-header nav.nav {
    justify-content: right;
    padding-right: 90px;
  }
}
/* line 558, ../sass/screen.scss */
header .cnt-header nav.nav a.nav-link {
  font-size: 0.7em;
  display: flex;
  text-decoration: none;
  color: var(--pink);
  margin: 0 15px;
  font-weight: 400;
  opacity: 0.35;
  transition: opacity ease-in-out 250ms;
  cursor: pointer;
}
/* line 569, ../sass/screen.scss */
header .cnt-header nav.nav a.nav-link.active {
  opacity: 1;
}
/* line 573, ../sass/screen.scss */
header .cnt-header nav.nav a.nav-link.back-button {
  display: none;
}
/* line 577, ../sass/screen.scss */
header .cnt-header nav.nav a.nav-link:hover {
  opacity: 1;
}

/* line 583, ../sass/screen.scss */
header.minversion .cnt-header nav.nav {
  justify-content: left;
}

/* line 587, ../sass/screen.scss */
header.minversion .cnt-header nav.nav a.nav-link {
  display: none;
}
/* line 590, ../sass/screen.scss */
header.minversion .cnt-header nav.nav a.nav-link.back-button {
  display: flex;
  margin-left: 40px;
}

/*header .cnt-header a.nav-btn span{
   font-size:2em;
   height:12px;
   display:flex;
   margin-top:-1.5em;
  }
 
 header .cnt-header .logo.contrast-el svg.black {
   fill: var(--yellow);
 }
 
 header .cnt-header .logo.contrast-el svg.white {
   fill: var(--pink);
 }
 
 header .cnt-header .logo svg {
   image-rendering: -moz-crisp-edges;
   image-rendering: -o-crisp-edges;
   image-rendering: -webkit-optimize-contrast;
   image-rendering: crisp-edges;
   -ms-interpolation-mode: nearest-neighbor;
   display: flex;
   object-fit: contain;
   height: auto;
   width: 64px;
   fill: var(--pink);
 }*/
/* line 624, ../sass/screen.scss */
section {
  width: 100%;
  height: 125vh;
  position: relative;
}
/* line 629, ../sass/screen.scss */
section.black {
  background-color: var(--blue);
}
/* line 633, ../sass/screen.scss */
section.white {
  background-color: var(--blue);
}
/* line 637, ../sass/screen.scss */
section.fluidHeight {
  height: auto;
  min-height: 50vh;
  flex-direction: column;
}

/* line 643, ../sass/screen.scss */
section#projects {
  height: auto;
}
/* line 646, ../sass/screen.scss */
section#projects.zoomed {
  background-size: auto 130vh;
}
/* line 649, ../sass/screen.scss */
section#projects.zoomed .cnt-projects .p1,
section#projects.zoomed .cnt-projects .p2,
section#projects.zoomed .cnt-projects .p3 {
  opacity: 1;
}
/* line 655, ../sass/screen.scss */
section#projects.zoomed .cnt-projects h1 {
  opacity: 1;
}

/* line 661, ../sass/screen.scss */
section#hero {
  height: 80vh;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 12;
  flex-direction: column;
}
/* line 669, ../sass/screen.scss */
section#hero.space {
  height: 60vh;
}
@media (max-width: 640px) {
  /* line 661, ../sass/screen.scss */
  section#hero {
    height: 50vh;
  }
}
/* line 677, ../sass/screen.scss */
section#hero .marquee {
  overflow: hidden;
  display: flex;
}
/* line 681, ../sass/screen.scss */
section#hero .marquee h1 {
  font-size: 12vw;
  white-space: nowrap;
  font-weight: 500;
  color: #e6e7eb;
  margin-right: 0.5em;
}
/* line 689, ../sass/screen.scss */
section#hero .marquee h1 em {
  opacity: 0.2;
}
/* line 695, ../sass/screen.scss */
section#hero h3.s_bg_title {
  position: absolute;
  padding-top: 0px;
  left: 0px;
  color: #e6e7eb;
  z-index: 1;
  bottom: 80px;
  text-align: center;
  width: 100%;
  max-width: 100% !important;
  font-weight: 500;
  height: auto;
  display: flex;
  font-size: 12vw;
  overflow: hidden;
  /* @keyframes iso-marquee {
     0% {
       transform: translateX(0);
     }
     100% {
       transform: translateX(-100%);
     }
   }*/
}
/* line 711, ../sass/screen.scss */
section#hero h3.s_bg_title.space {
  bottom: 20%;
}
@media (max-width: 640px) {
  /* line 695, ../sass/screen.scss */
  section#hero h3.s_bg_title {
    padding-top: 0px;
    font-size: 25vh;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  /* line 695, ../sass/screen.scss */
  section#hero h3.s_bg_title {
    padding-top: 0px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  /* line 695, ../sass/screen.scss */
  section#hero h3.s_bg_title {
    padding-top: 0px;
    font-size: 15vh;
  }
}
/* line 731, ../sass/screen.scss */
section#hero h3.s_bg_title .container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  width: 100%;
}
@media (max-width: 640px) {
  /* line 731, ../sass/screen.scss */
  section#hero h3.s_bg_title .container {
    height: 100%;
  }
}
/* line 743, ../sass/screen.scss */
section#hero h3.s_bg_title .typewriter {
  width: 21.5ch;
  white-space: nowrap;
  overflow: hidden;
  border-right: 4px solid #212121;
  animation: cursor 1s step-start infinite, text 4s steps(18) alternate infinite;
  height: auto;
  line-height: 2em;
  letter-spacing: -0.05em;
  display: flex;
}
@keyframes cursor {
  0%, 100% {
    border-color: #212121;
  }
}
@keyframes text {
  0% {
    width: 0;
  }
  100% {
    width: 28.5ch;
  }
}
/* line 773, ../sass/screen.scss */
section#hero h3.s_bg_title .iso-marquee-linkwrap a {
  color: #ffffff;
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
  }
}
/* line 797, ../sass/screen.scss */
.aboutme section#hero h3.s_bg_title {
  color: black;
  font-family: "Inter";
}

/* line 802, ../sass/screen.scss */
.cnt-projects {
  height: 100vh;
  bottom: 0px;
  right: 0px;
  display: flex;
  flex-direction: row;
  width: calc(100% - (var(--marginp * 2)));
  justify-content: right;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  position: relative;
  margin: var(--marginp) var(--marginp) 0px var(--marginp);
}
/* line 814, ../sass/screen.scss */
.cnt-projects .p1 {
  background-image: url(../img/projet0.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  width: 100%;
  border-radius: 20px;
  opacity: 0.5;
  transition: opacity linear 400ms;
}
@media (max-width: 640px) {
  /* line 814, ../sass/screen.scss */
  .cnt-projects .p1 {
    background-size: cover;
    background-position: left center;
    background-attachment: initial;
  }
}
/* line 833, ../sass/screen.scss */
.cnt-projects .p2 {
  background-image: url(../img/projet1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  width: 100%;
  border-radius: 20px;
  opacity: 0.5;
  transition: opacity linear 400ms;
}
@media (max-width: 640px) {
  /* line 833, ../sass/screen.scss */
  .cnt-projects .p2 {
    background-size: cover;
    background-position: left center;
    background-attachment: initial;
  }
}
/* line 852, ../sass/screen.scss */
.cnt-projects .p3 {
  background-image: url(../img/projet2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  width: 100%;
  border-radius: 20px;
  opacity: 0.5;
  transition: opacity linear 400ms;
}
@media (max-width: 640px) {
  /* line 852, ../sass/screen.scss */
  .cnt-projects .p3 {
    background-size: cover;
    background-position: left center;
    background-attachment: initial;
  }
}

/* line 873, ../sass/screen.scss */
.wrapper-overlay {
  opacity: 0;
  transform: scale(1.2);
}
/* line 877, ../sass/screen.scss */
.wrapper-overlay.appear {
  opacity: 0;
  transform: scale(1.2);
  animation: fadeinoverlay 800ms ease-in-out 400ms forwards;
}
/* line 883, ../sass/screen.scss */
.wrapper-overlay.closed {
  opacity: 0;
  transform: scale(1);
  animation: fadeoutoverlay 500ms ease-in-out forwards;
}

/* line 890, ../sass/screen.scss */
.jarallax {
  z-index: 0;
}

/* line 893, ../sass/screen.scss */
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 903, ../sass/screen.scss */
.discuss-with-us {
  position: fixed;
  z-index: 99;
  width: auto;
  bottom: 20px;
  right: 95px;
  left: 20px;
  color: white;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 19px;
  background-color: black;
  opacity: 0.8;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  animation: fadein 1s linear 2s forwards;
}

/* line 924, ../sass/screen.scss */
.discuss-with-us p {
  display: flex;
  padding: 0px 16px;
}

/* line 929, ../sass/screen.scss */
.discuss-with-us span {
  width: 12px;
  height: 12px;
  position: absolute;
  right: -6px;
  transform: rotate(45deg);
  display: block;
  background: black;
}

/* line 939, ../sass/screen.scss */
#projects h1 {
  font-family: "Lora";
  font-weight: 200;
  font-size: 11vh;
  letter-spacing: -1px;
  text-align: left;
  color: white;
  display: block;
  position: absolute;
  bottom: 35vh;
  line-height: 1em;
  z-index: 11;
  left: 5%;
  width: 100%;
}
@media (max-width: 640px) {
  /* line 939, ../sass/screen.scss */
  #projects h1 {
    font-size: 8vh;
  }
}

/* line 959, ../sass/screen.scss */
#hero h1 {
  font-family: "Lora";
  font-weight: 200;
  font-size: 6em;
  letter-spacing: -1px;
  text-align: left;
  color: var(--pink);
  position: initial;
  top: 0px;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding-bottom: 40px;
}

/* line 974, ../sass/screen.scss */
a.btn-slider {
  display: flex;
  color: white;
  text-decoration: none;
  z-index: 11;
  opacity: 1;
  transition: opacity ease-in-out 300ms;
  cursor: pointer;
  align-items: left;
  flex-direction: column-reverse;
}

/* line 986, ../sass/screen.scss */
#projects h1 a:hover {
  color: yellow;
}
/* line 990, ../sass/screen.scss */
#projects h1 a:hover span.more {
  transform: rotate(90deg) scale(0.8);
  color: yellow;
  border: 1px solid yellow;
}

/* line 997, ../sass/screen.scss */
#projects h1 span.more {
  font-weight: 100;
  font-size: 0.5em;
  color: white;
  font-family: "Inter";
  border: 1px solid white;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: transform ease-in-out 200ms;
  margin-top: 5px;
}

/* line 1016, ../sass/screen.scss */
#projects h1 span.more span {
  display: flex;
  overflow: hidden;
  margin-top: -8px;
}

/* line 1022, ../sass/screen.scss */
.gradient-btm {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 50vh;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  bottom: 0px;
  left: 0px;
}

/* line 1032, ../sass/screen.scss */
.swiper-pagination {
  bottom: 90px !important;
}

/* line 1036, ../sass/screen.scss */
.swiper-pagination-bullet {
  background-color: white !important;
  opacity: 0.5 !important;
}

/* line 1043, ../sass/screen.scss */
.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

/* line 1047, ../sass/screen.scss */
#overlay {
  transition: all 0.4s cubic-bezier(0.36, 0.2, 0.93, 0.77);
  background-color: black;
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  color: white;
  left: 0px;
  top: 0px;
}

/* line 1061, ../sass/screen.scss */
#overlay.opened {
  visibility: visible;
  opacity: 1;
}

/* line 1066, ../sass/screen.scss */
header.black a {
  color: black !important;
  border-color: black !important;
}

/* line 1071, ../sass/screen.scss */
header.black svg {
  fill: black !important;
}

/* line 1075, ../sass/screen.scss */
header.white a {
  color: white !important;
  border-color: white !important;
}

/* line 1080, ../sass/screen.scss */
header.white svg {
  fill: white !important;
}

/* line 1084, ../sass/screen.scss */
#overlay .head-overlay {
  background: linear-gradient(to bottom, black 15px, rgba(0, 0, 0, 0.6) 45px, transparent 80px);
  position: fixed;
  top: 0px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  z-index: 999;
}
/* line 1100, ../sass/screen.scss */
#overlay .head-overlay.no-margin {
  top: 0px;
}

/* line 1105, ../sass/screen.scss */
#overlay .swiper-container-overlay .swiper-slide .content-slide-overlay {
  padding: 0px;
  height: 100%;
  z-index: 0;
  overflow-y: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: black;
}
/* line 1121, ../sass/screen.scss */
#overlay .swiper-container-overlay .swiper-slide .content-slide-overlay.hold {
  background-color: red;
  background-image: none !important;
}

/* line 1127, ../sass/screen.scss */
#overlay .aboutme {
  padding: 80px 0px 0px 0px;
  height: 100%;
  z-index: 0;
  overflow-y: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: black;
}

/* line 1144, ../sass/screen.scss */
#overlay .swiper-container-overlay .content-overlay {
  padding: 80px 20vw;
  margin-top: 100vh;
  background: black;
  height: auto;
  color: white;
  position: sticky;
  z-index: 999;
}

/* line 1155, ../sass/screen.scss */
#overlay .swiper-wrapper {
  height: 100vh !important;
}

/* line 1159, ../sass/screen.scss */
#overlay .content-slide-overlay .floating-content {
  position: fixed;
  right: 0;
  padding-top: 0px;
  width: 20vw;
  padding-right: 10vw;
  padding-left: 60px;
  min-width: 320px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  z-index: 99;
}

/* line 1176, ../sass/screen.scss */
#overlay .content-slide-overlay .floating-content p {
  padding-bottom: 100px !important;
}

/* line 1180, ../sass/screen.scss */
#overlay .content-slide-overlay .floating-content h3 {
  font-size: 6em !important;
  padding-top: 10vh !important;
}
@media (max-width: 640px) {
  /* line 1180, ../sass/screen.scss */
  #overlay .content-slide-overlay .floating-content h3 {
    font-size: 4em !important;
  }
}

/* line 1189, ../sass/screen.scss */
.icon-arrow {
  border: 1px solid white;
  position: absolute;
  left: 60px;
  bottom: 10%;
  border-radius: 40px;
}
/* line 1190, ../sass/screen.scss */
.icon-arrow svg {
  fill: white;
  width: 50px;
}
/* line 1200, ../sass/screen.scss */
.icon-arrow.center {
  border: 1px solid var(--pink);
  display: flex;
  position: absolute;
  right: auto;
  left: auto;
  bottom: 0px;
}
/* line 1208, ../sass/screen.scss */
.icon-arrow.center svg {
  fill: var(--pink);
}
/* line 1213, ../sass/screen.scss */
.icon-arrow.space {
  bottom: 10%;
  margin-top: 10%;
}
/* line 1218, ../sass/screen.scss */
.icon-arrow.black {
  border-color: black;
}
/* line 1220, ../sass/screen.scss */
.icon-arrow.black svg {
  fill: black;
}

/* line 1226, ../sass/screen.scss */
.pace .pace-progress {
  background: yellow !important;
}

/* line 1230, ../sass/screen.scss */
.aboutme .content-overlay {
  background: white;
  height: auto;
  color: black;
  padding: 80px 20vw;
}
@media (max-width: 640px) {
  /* line 1230, ../sass/screen.scss */
  .aboutme .content-overlay {
    padding: 40px 20px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  /* line 1230, ../sass/screen.scss */
  .aboutme .content-overlay {
    padding: 60px 10vw;
  }
}

/* line 1245, ../sass/screen.scss */
#overlay .swiper-container-overlay .swiper-slide .content-slide-overlay .spacer,
.aboutme .spacer {
  height: 200px;
}

/* line 1250, ../sass/screen.scss */
#overlay .swiper-container-overlay .swiper-slide .content-slide-overlay ul {
  padding-bottom: 25px;
  list-style-position: outside;
}

/* line 1254, ../sass/screen.scss */
#overlay .swiper-container-overlay .swiper-slide .content-slide-overlay ul li {
  list-style: disc;
  list-style-position: inside;
  font-size: 1.1em;
  line-height: 1.6em;
  padding: 10px 0px;
  list-style-position: outside;
}
/* line 1262, ../sass/screen.scss */
#overlay .swiper-container-overlay .swiper-slide .content-slide-overlay ul li em {
  font-size: 1.4em;
  padding-bottom: 10px;
  display: inline-block;
}

/* line 1269, ../sass/screen.scss */
#overlay .swiper-container-overlay .swiper-slide .content-slide-overlay p,
.aboutme p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6em;
  padding: 0px 0px 15px 0px;
  max-width: 950px;
}

/* line 1278, ../sass/screen.scss */
#overlay .swiper-container-overlay .swiper-slide .content-slide-overlay h3,
.aboutme h3 {
  font-family: "Lora";
  font-size: 4em;
  font-weight: 200;
  padding: 25px 0px;
  max-width: 950px;
  line-height: 1.2em;
  opacity: 1;
}

/* line 1289, ../sass/screen.scss */
#overlay .swiper-container-overlay .swiper-slide .content-overlay h3 {
  font-size: 2em;
  opacity: 0.4;
}

/* line 1294, ../sass/screen.scss */
#overlay .swiper-container-overlay .swiper-slide .content-slide-overlay img,
.aboutme img {
  object-fit: fill;
  z-index: 0;
}

/* line 1301, ../sass/screen.scss */
.aboutme p {
  line-height: 1.4em;
  padding-bottom: 20px;
  text-align: justify;
  text-justify: inter-word;
  font-weight: 400;
}
@media (max-width: 640px) {
  /* line 1301, ../sass/screen.scss */
  .aboutme p {
    text-align: left;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  /* line 1301, ../sass/screen.scss */
  .aboutme p {
    text-align: left;
  }
}
/* line 1316, ../sass/screen.scss */
.aboutme p span {
  padding: 15px 0px 15px 20px;
  display: block;
  opacity: 0.6;
  font-weight: normal;
}
/* line 1323, ../sass/screen.scss */
.aboutme p img:not(:first-child) {
  padding: 10px 15px 10px 0px;
}
/* line 1327, ../sass/screen.scss */
.aboutme p em {
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid black;
  border-radius: 20px;
  position: absolute;
  left: 0px;
  margin-top: 6px;
  background: white;
}
/* line 1340, ../sass/screen.scss */
.aboutme h5 {
  font-size: 2em;
  font-family: "Lora";
  text-align: left;
  width: 100%;
  font-weight: 400;
  padding: 2em 0px;
  letter-spacing: 2px;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
/* line 1353, ../sass/screen.scss */
.aboutme h5 span {
  height: 1px;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
/* line 1364, ../sass/screen.scss */
.aboutme .exp-cnt {
  padding-left: 40px;
  position: relative;
}
/* line 1368, ../sass/screen.scss */
.aboutme .exp-cnt .ver-line {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  position: absolute;
  left: 6px;
  top: 6px;
}

/* line 1379, ../sass/screen.scss */
.cntent {
  width: 100%;
  height: calc(100vh - 110px);
}

/* line 1384, ../sass/screen.scss */
#overlay .swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 96%;
  margin: 10px 2% 0px 2%;
}

/* line 1389, ../sass/screen.scss */
#overlay .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.25);
  top: 5px;
  z-index: 999;
  left: 5px;
  right: 5px;
  width: auto;
  height: 3px;
}

/* line 1399, ../sass/screen.scss */
#overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: white;
  border-radius: 1px;
  /*animation: breathe 4s ease-in-out 0s infinite forwards;*/
}

/* line 1405, ../sass/screen.scss */
#overlay h2 {
  display: flex;
  align-items: center;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  z-index: 99;
  flex: 1;
}

/* line 1414, ../sass/screen.scss */
#overlay h2 .thumb {
  border: 3px solid #f2502a;
  background: black;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  display: flex;
  margin-right: 5px;
  margin-left: 15px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  z-index: 99;
}

/* line 1430, ../sass/screen.scss */
#overlay h2 .thumb img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  display: block;
  max-width: 60%;
  height: auto;
}

/* line 1441, ../sass/screen.scss */
.cl-overlay {
  display: flex;
  z-index: 99;
  text-decoration: none;
}

/* line 1447, ../sass/screen.scss */
.cl-overlay i.lni {
  color: white;
  padding-right: 15px;
}

/* line 1452, ../sass/screen.scss */
.linkedin {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 80px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  right: 5vw;
}
/* line 1465, ../sass/screen.scss */
.linkedin svg {
  width: 16px;
  height: 16px;
  fill: white;
}
/* line 1471, ../sass/screen.scss */
.linkedin:hover {
  transform: scale(1.4);
}
/* line 1474, ../sass/screen.scss */
.linkedin:hover svg {
  fill: white;
}
