@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400&display=swap");

.circle,
.cursor {
  position: fixed;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.cursor {
  height: 10px;
  width: 10px;
  z-index: 10;
}

.circle {
  height: 50px;
  width: 50px;
  mix-blend-mode: difference;
  z-index: 11;
  transition: left 0.25s ease-out, top 0.25s ease-out, transform 0.25s linear;
}
.circle.hover {
  transform: translate(-50%, -50%) scale(2.5);
  animation: liquid 2.5s linear infinite;
}

@keyframes liquid {
  0%,
  100% {
    border-radius: 28% 72% 46% 54% / 22% 50% 50% 78%;
  }

  25% {
    border-radius: 73% 27% 41% 59% / 49% 20% 80% 51%;
  }

  50% {
    border-radius: 47% 53% 28% 72% / 49% 76% 24% 51%;
  }

  75% {
    border-radius: 48% 52% 68% 32% / 78% 54% 46% 22%;
  }
}

* {
  scroll-behavior: smooth;
}

body {
  cursor: none;
}

body {
  font-family: "Unbounded", sans-serif;
  background-color: black;
  color: #fff;
}

p,
a {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
a:hover{
  color: #a989f4;
}

.projets > a {
  z-index: 10;
  transition: transform 0.3s ease;
}
a > span {
  transition: transform 0.1s linear;
  pointer-events: none;
}

.navbar-dark .navbar-nav .nav-link{
  color: #fff;
}

h1 {
  font-size: 64px;
  font-weight: 400;
  background: radial-gradient(
      100% 785.3% at -3.46% 57.17%,
      #4600db 0%,
      #cb7fee 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

a {
  color: #fff;
}
a:hover {
  text-decoration: none;

}

h2 {
  font-size: 52px;
  font-weight: 400;
}

.h2{
  font-size: 52px;
  font-weight: 400;
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  font-size: 36px;
  font-weight: 400;
}

h5{
  margin-bottom: 25px;

}
.bot {
  padding-bottom: 75px;
}

.buble {
  background: rgb(0, 0, 0);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 10%,
    rgba(70, 0, 219, 1) 34%,
    rgba(0, 0, 0, 0) 42%
  );
  color: transparent;
}
.hero1 {
  height: 80vh;
  align-items: center;
  width: 100vw;
  margin: 0 auto;
}
.img-pres {
  object-fit: cover;
  width: 411px;
  height: 336.34px;
}
.projets {
  justify-content: center;
  align-items: center;
}

.hoverimage{
background-image: none;
}
.hoverimage:hover{
  background-image: url(../images/MonImpact.png);
  background-size: cover;
  transition: 500ms;
  mix-blend-mode: difference;
  }

.partie1 {
  height: 70vh;
  background: linear-gradient(180deg, #000000 0%, #290358 100%);
  display: flex;
  align-items: center;
}
.partie2 {
  height: 70vh;
  background: linear-gradient(180deg, #000000 0%, #290358 100%);
  display: flex;
  align-items: center;
}
.partie3 {
  height: 70vh;
  background: linear-gradient(180deg, #000000 0%, #031158 100%);
  display: flex;
  align-items: center;
}
#my-scrollbar {
  width: 500px;
  height: 500px;
  overflow: auto;
}
.contact {
  height: 80vh;
  flex-direction: column;
  justify-content: space-evenly;
  background: rgb(9, 9, 121);
  background: radial-gradient(
    circle,
    rgba(9, 9, 121, 1) 0%,
    rgba(2, 0, 36, 1) 100%
  );
  z-index: 2;
}
.contact > h2 {
  padding-top: 10px;
}

.mail {
  margin: 0 auto;
  display: flex;
}
footer {
  background: black;
    z-index: 3;
    margin-top: 50px;
}
footer i {
  font-size: 32px;
}
.logo {
  width: 42px;
}

.ratio {
  aspect-ratio: 16/6;
  object-fit: cover;
}
.ratio2{
  aspect-ratio: 4/3;
  object-fit: cover;
}
.ratio3{
  aspect-ratio: 16/9;
  object-fit: cover;
}
.btn-outline-primary {
  /* color: #007bff; */
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: white;
}

.card {
  border-radius: 0;
  border: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.card:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.ekko-lightbox-nav-overlay a {
  color: goldenrod;
}

.gallery-title {
  text-align: center;
  font-weight: 500;
  border-bottom: 1px dotted orange;
  margin-top: 1em;
}
.video{
      aspect-ratio: 16/9;
        width: inherit;
}

.modal.show .modal-dialog{
  max-width: 100% !important;
}
.modal-content {
  background-color: transparent;
  border: none;
}
.modal-header{
  border-bottom: none;
}
.close{
  float: right;
  font-size: 1.5rem;
  /* font-weight: 700; */
  /* line-height: 1; */
  color: #fff;
  opacity: 1;
}

@media (max-width: 480px) {
  h1 {
    font-size: 3rem;
  }
  .circle{
    display:none;
background: black;
height: 0;
    width: 0;
  }
  .cursor{
    display:none;
background: black;
height: 0;
    width: 0;
  }
  h1, h2, h3, h4, p, a{
    margin-top: 10px;
    margin-bottom: 20px;

  }
  .p-xs-O{
    padding: 0 !important;
  }
}