* {
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Qwigley&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/* Base Styles ---------- */
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(221, 221, 221);
  color: #3a4940;
  margin: auto;
}

/* MENU
----------------------------------------*/
mark {
  background-color: transparent;
  color: #e18d84;
}

mark:hover {
  background-color: transparent;
  color: #e18d84;
}

.navbar-collapse {
  justify-content: space-between;
  align-items: space-between;
}

.nav-link {
  font-size: 16px;
  padding: 10px;
  margin: 10px 20px auto;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #e18d84;
}

.nav-link:hover {
  color: #e18d84;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.d-flex {
  align-items: center;
}

nav img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-item {
  text-align: center;
}

/* Header Section
********************************************************************* */

#title {
  display: flex;
  gap: 2rem;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: linear-gradient(100deg, #98af93 0%, #253628 120%);
}

.title {
  align-self: center;
  padding: 2rem;
  max-width: 960px;
  text-align: center;
}

.card {
  display: flex;
  gap: 2rem;
  box-shadow: 0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  border: none;
  padding: 25px;
  margin: 17px auto;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.card-group {
  display: flex;
  gap: 2rem;
  align-self: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  border: none;
  margin: 2px auto;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 2x);
  border-top-right-radius: calc(0.25rem - 2x);
  margin: auto;
  padding: 5x;
}

.title h1 {
  font-size: 140px;
  font-weight: 330;
  font-family: "Shadows Into Light", cursive;
  line-height: 0.85;
  margin-bottom: 28px;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.title h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 50px;
}

@media only screen and (max-height: 700px) {
  .title h1 {
    font-size: 80px;
  }
}

.title p {
  max-width: 600px;
  margin: 0 auto;
  line-height: 150%;
}

.title .smallsep {
  background: #de867d;
  height: 2px;
  width: 80px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30 px;
}

@media only screen and (max-width: 500px) {
  .title h1 {
    font-size: 65px;
  }
}
.title .icon {
  color: #ffffff;
  font-size: 50px;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  display: block;
  text-align: center;
  font-size: 40px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;

  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

/* Typography
********************************************************************* */
h1,
h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: -0.1rem;
  color: #de867d;
  font-family: "Red Hat Mono", monospace;
  font-weight: 300;
  padding-bottom: 20px;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  color: #4e6558;
  font-family: "Roboto", sans-serif;
}

h5 {
  padding: 10px;
  margin-left: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  color: #4e6558;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #de867d;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  border-bottom: 1.5px solid rgb(221, 221, 221);
  padding: 5px;
}

h7 {
  font-size: 1.5rem;
  letter-spacing: 0;
  color: white;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  padding: 15px;
  text-transform: uppercase;
}

/* unvisited link */
a:link {
  color: #4e6558;
  font-weight: 400;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #4e6558;
}

/* mouse over link */
a:hover {
  color: #de867d;
  text-decoration: underline;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
}

p2 {
  color: #4e6558;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
}

p3 {
  color: #4e6558;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 2.9;
}

p4 {
  color: #a2a6a5;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding: 15px;
}

mark {
  background-color: white;
  color: #de867d;
  font-weight: 400;
}

/* About Section
********************************************************************* */

#about {
  padding-top: 29px;
  width: 92%;
}

.about {
  display: flex;
  align-items: center;
  background-color: rgb(221, 221, 221);
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}

.aboutme {
  padding: 20px;
  margin: 20px auto;
  color: #304634;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  background-color: white;
  border-radius: 15px;
  width: 50%;
  height: 100%;
}

img.pp {
  height: 100%;
  width: 500px;
  margin: 2px auto;
  order: -1;
}

@media (max-width: 767px) {
  .aboutme {
    width: 90%;
    height: 90%;
  }
}

@media (min-width: 768px) {
  .aboutme {
    width: 55%;
    height: 55%;
    margin: 5% auto;
  }
  .pp {
    width: 35%;
    margin: 2% auto;
    padding-bottom: 10px;
  }
}

/* Design Section
********************************************************************* */

#design {
  padding-top: 50px;
  width: 92%;
}

.design {
  display: flex;
  gap: 2rem;
  align-items: center;
  background-color: rgb(221, 221, 221);
  justify-content: center;
  flex-wrap: wrap;
}

/* Modélisation 3D  Section
********************************************************************* */

#logo-tim {
  padding-top: 130px;
  width: 90%;
}

.img .card-img-top {
  max-height: 400px;
}

#egirl {
  padding: 30px;
  width: 90%;
  /*   height: 100vh; */
}

.egirl {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

#noctis {
  padding-top: 100px;
  width: 90%;
}

/* Montage Vidéo  Section
********************************************************************* */
#own {
  padding-top: 130px;
  width: 90%;
}

.own {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* Illustration Section
********************************************************************* */
#vagues {
  padding-top: 130px;
  width: 90%;
}

.vagues {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#alice {
  display: flex;
  width: 90%;
  padding-top: 130px;
}

.alice {
  display: flex;
  align-self: center;
  background-color: purple;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
  margin: 10px auto;
}

#twitch {
  padding-top: 130px;
  width: 90%;
  /*   height: 500px; */
}

.twitch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.skills {
  column-count: 3;
  column-gap: 40px;
  margin: 20px auto;
  background-color: white;
  padding: 50px;
  border-radius: 10px;
}

.emotecard {
  max-width: 70%;
}

.emotes {
  max-width: 70%;
}

/* Footer Section
********************************************************************* */

footer {
  background-color: #3a4940;
  margin-top: 30px;
  padding: 30px;
  width: 100%;
}

.logo {
  max-width: 50%;
}
