
html, body, main {
  margin: 0;
  padding: 0;
  font-family: 'Josefin Sans', sans-serif;
  width: 100%;
}

body {
  background-color: white;
}

.HomeDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.MainDivIndex {
  margin: 0 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

/* Name Style */
.FullName {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  color: #233043;
}

.veryBigTitle {
  font-size: 8rem;
}

.bigTitle {
  font-size: 6rem;
}
.Title {
  font-size: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ProjectContainer {
  font-size: 3rem;
}

.largerText {
  font-size: 2rem;
}

.largeText {
  font-size: 1.5rem;
}

.bitLargetext {
  font-size: 1.2rem;
}

.text {
  font-size: 1rem;
}

.Name {
  font-weight: 300;
}
.Surname {
  font-weight: 200;
}
.NameSpace {
  width: 25px;
}

#PP {
  background-image: url("../images/PP.jpg");
  background-size: cover;
  background-position: center;
}

#PP > img {
  visibility: hidden;
}

/* Menu Styles */

.Menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-weight: 300;
}

.Menu > a:not(:first-child) {
  margin-left: 50px;
}

.Menu > a {
  position: relative;
}

.Menu > a > .underline {
  position: absolute;
  bottom: 5px;
  width: 80%;
  left: 10%;
  height: 2px;
  transform: scaleX(0);
}

.projects {
  background-color: #FEB46D;
}

.contact {
  background-color: #D59ADC;
}

.about {
  background-color: #4BC0C8;
}

svg {
  overflow: visible;
}

.sprinkles, .sprinkles2 {
  position: fixed;
  width: 40%;
  pointer-events: none;
}

.sprinkles {
  right: 0;
  top: 0;
  width: 40%;
  transform-origin: top right;
}

.sprinkles2 {
  left: 0;
  bottom: 0;
  transform-origin: bottom left;
}

.big {
  stroke-dasharray: 500 1000;
}

.st1 {
}

.st0 {
  stroke-width: 2px;
}

.st0, .st1 {
  opacity: 1;
  shape-rendering: geometricPrecision;
  position: relative;
  z-index: -100;
}

.mainContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  align-content: center;
  position: relative;
  z-index: 999;
}

.project {
  --r: 3 / 2;
  aspect-ratio: var(--r);
  width: calc(100%/3 - 20px);
  background-color: #2e4059;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  min-width: 500px;
  max-height: 350px;
  flex-grow: 1;
  cursor: pointer;
  border: solid 3px white;
}

.st1.leftStroke {
  transform-origin: center center;
  transform-box: fill-box;
}

@font-face {
  font-family: 'AnakCute'; /*a name to be used later*/
  src: url('../fonts/aAnakCute.ttf'); /*URL to font*/
}

#DeepBlue {
  background-image: url("../images/deepblue/DeepBluePosterLowQual.png");
  background-size: cover;
  font-family: 'AnakCute';
  background-position: center center;
}

#ProjectS {
  background-image: url("../images/ProjectS/ProjectS2-min.png");
  background-size: cover;
  background-position: center center;
}

#EchoesProject {
  background-image: url("../images/echoes/EchoesPoster.png");
  background-size: cover;
  background-position: center center;
}

#VRGame {
  background-image: url("../images/VRGame/MangeTesMorts.png");
  background-size: cover;
  background-position: center center;
}

#Illuminati {
  background-image: url("../images/illuminati/Illuminati.PNG");
  background-size: cover;
  background-position: center center;
}

#Siam {
  background-image: url("../images/siam/siam.PNG");
  background-size: cover;
  background-position: center center;
}

#Submarine {
  background-image: url("../images/submarine/submarineGame.PNG");
  background-size: cover;
  background-position: center center;
}

.ProjectContainer {
  position: absolute;
  width: 101%;
  transform: translateY(75%);
  height: 101%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #233043;
  background-color: white;
  filter : drop-shadow(0px -5px 10px #000);
  font-family: 'Josefin Sans';
}

.ProjectTitle {
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
}

.projectDescription {
  margin: 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 10;
  font-weight: 300;
}

.jobTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}

.projectIcons {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.ProjectInfoContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 80%;
}

.projectIcons > div {
  width: 40px;
  height: 25px;
  background-position: center;
  background-size: contain;
  margin-bottom:10px;
  background-repeat: no-repeat;
}

.ue {
  background-image: url("../images/icons/ue-solid.svg");
}

.computer {
  background-image: url("../images/icons/computer-solid.svg");
}

.gamepad {
  background-image: url("../images/icons/gamepad-solid.svg");
}

.projectsPageContainer {
  width: 82%;
  max-width: 1950px;
  position: relative;
  z-index: 999;
  margin:100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #233043;
}

.TitlePage {
  color: #233043;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ProjectInfos {
  width: 65%;
  border-radius: 12px;
  position: relative;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 36px;
  margin-top: 18px;
}

.ProjectInfos > .imgProject {
  width: 560px;
  height:300px;
  border-radius: 12px;
  background-size:cover;
  background-position: center center;
  border: solid 2px white;
}

#VRGameIMG {
  background-image: url("/images/VRGame/MangeTesMorts.png");
}

#IlluminatiIMG {
  background-image: url("/images/illuminati/Illuminati.PNG");
}

.middleLine {
  width: 20%;
  height: 3px;
  background-color: white;
  border-radius: 12px;
  margin: 36px 0px;
}


.infoText {
  width: 50%;
  height: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.introText {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.44rem;
  font-weight: 300;
  flex-direction: column;
  gap:20px;
  flex-grow: 1;
  max-height: 100%;
  min-width: 450px;
}

.introText > p {
  margin: 36px;
}

.infoText > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

iframe {
  border: solid 2px white;
  border-radius: 12px;
  width: 49%;
  flex-grow: 1;
}

.challAndAchiev {
  width: 75%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.challenges {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 50%;
}

.achievements {
  display: flex;
  flex-direction: column;
  width: 50%;
  flex-grow: 1;
}

.challenges > div > ul, .achievements > div > ul {
  font-size: 1.44rem;
  font-weight: 300;
  padding: 0;
  list-style-position: inside;
  margin: 18px;
}

li:not(:last-child) {
  margin-bottom: 6px;
}

.gameplay {
  width: 75%;
  column-count: 2;
  gap: 50px;
}

.gameplayDescription {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

.maxWidth {
  width: 75%;
  margin-bottom: 30px;
  font-size: 2.4rem;
}

.gameplayDescription > img {
  width: 100%;
  border-radius: 12px;
}

.gameplayVideo > video,  .gameplayVideo > img {
  width: 100%;
  border-radius: 12px;
}

.gameplayVideo {
  width: 100%;
  position: relative;
}

.gameplayVideo > i {
  top: 50%;  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 4rem;
  color: white;
  pointer-events: none;
}

.gameplayDescription > p {
  font-size: 1.44rem;
  font-weight: 300;
}

.ongletInfo {
  width: calc(75% - 40px);
  border-radius: 12px;
  border:solid 2px white;
  padding: 18px;
  margin-bottom: 12px;
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  font-size: 1.8rem;
  background: white;
}
.gameplayTitle {
  font-size: 1.7rem;
}

.infoContainer {
  width: calc(75%);
  border-radius: 12px;
  margin-bottom: 12px;
  max-height: 0;
  overflow: hidden;
}

.infoContainer2 {
  width: calc(100% - 4px - 50px);
  border: solid white 2px;
  border-radius: 12px;
  padding: 25px;
}

.infoContainer2 > p {
  font-size: 1.44rem;
  font-weight: 300;
}

.infoContainer2 > .largeText {
  font-size: 1.7rem;
}

.infoContainer2 > .largerText {
  margin-bottom: 24px;
}

.infoContainer2 > ul {
  font-size: 1.44rem;
  font-weight: 300;
  padding: 0;
  list-style-position: inside;
  margin: 18px;
}

.carousel {
  width: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 7px;
  margin-bottom: 25px;
  border: solid 2px white;
}

.carouselContainer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.carousel > .carouselImg {
  width: 100%;
  height: 100%;
  position: absolute;
  justify-self: center;
  align-self: center;
  cursor: pointer;

  top: 50%;  /* position the top  edge of the element at the middle of the parent */
  transform: translate(0%, -50%);

  left: 0; /* position the left edge of the element at the middle of the parent */
}

.carousel > .carouselImg > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}


.placeholderImg {
  position: relative !important;
  visibility: hidden !important;
  width: 100%;
  height: 100%;
  top: 50%;  /* position the top  edge of the element at the middle of the parent */
  transform: translate(0%, -50%);
}

.selector {
  width: 100%;
  position: absolute;
  bottom: 25px;
  height: 5px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.arrows {
  position: absolute;
  left: 50px;
  top: 50%;  /* position the top  edge of the element at the middle of the parent */
  transform: translate(0%, -50%);
  font-size: 2rem;
  color: white;
  cursor: pointer;
  opacity: .35;
}

.arrows.right {
  left: unset;
  right: 50px;
}

.selectorDiv {
  height: 100%;
  width: 10%;
  background: white;
  opacity: .35;
  cursor: pointer;
}

.fullScreenImage {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2e405985;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.fullScreenImage > img {
  max-width : 1800px;
  width : 80%;
  max-height: 100%;
}

.figureText {
  font-size: 1.44rem;
  color: white;
  position: absolute;
  bottom: 50px;
  left:50%;
  transform: translateX(-50%);
}

.mainAboutContainer {
  width: 82%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
  max-width: 1900px;
  margin: 100px 50px;
  color: #233043;
}

.longResume {
  width: 75%;
  font-size: 1.44rem;
  font-weight: 300;
  color: #233043;
  text-align: justify;
}

.shortResume {
  width: 65%;
  padding: 30px;
  font-size: 1.44rem;
  font-weight: 300;
  border-radius: 12px;
  border: solid 2px white;
  color: #233043;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  max-width: 1600px;
}

.bullets > ul {
  margin-bottom: 0;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.bullets > ul > li > b {
  width: 30%;
  display: inline-block;
}
.links {
  font-size: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap:50px;
  color: white;
}

.links > a {
  color:white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #233043;
}

.AboutTitle {
  margin-bottom: 50px;
}

.bullets {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 100%;
}
.bullets > ul > li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.bullets > ul > li > div {
  width: 70%;
}

.shortResume > img {
  border-radius: 12px;
}

code {
  font-size: .85rem;
  border-radius: 12px;
  margin: 20px 0px;
}

#IlluminatiDescr {
  margin-bottom:0;
  margin-top:0;
}

.buttons {
  margin-bottom:0px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 72px);
}

.buttons > a {
  padding:20px;
  background-color :white;
  border-radius:12px;
  text-decoration: none;
  color:#233043;
}

#SiamIMG {
  background-image: url("/images/siam/siam.PNG");
}

#ProjectSIMG {
  background-image: url("/images/ProjectS/ProjectS.png");
  background-position: center;
}

#siamAchiev {
  width: 100%;
}

#submarineIMG {
  background-image: url("/images/submarine/submarineGame.PNG");
}

.teamTitle {
  font-size: 1.4rem;
}
.members {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 300;
  width: 50%;
}

.members > div > a {
  font-weight: 400;
}

.members > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.Infos {
  display: flex;
  justify-content: center;
  column-gap: 25px;
  row-gap: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 300;
  width: 50%;
  flex-wrap: wrap;
}

.Infos > div > a {
  font-weight: 400;
}

.Infos > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.navMenu {
  position: fixed;
  left: 8%;
  top: 115px;
  width: 120px;
  height: 120px;
  padding: 0;
  z-index: 99999;

}

.navMenu > svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 12px;
  overflow: hidden;
}

.navMenu > svg  > g > g > rect {
  fill: white;
}

.navMenu > a {
  font-size:1.4rem;
  color: white;
  opacity: .75;
  text-decoration: none;
}

#indexNav {
  position: absolute;
  left: -50px;
  top: -40px;
}

#projectsNav {
  position: absolute;
  right: -50px;
  top: -40px;
}

#aboutNav {
  position: absolute;
  left: -50px;
  bottom: -40px;
}

#contactNav {
  position: absolute;
  right: -50px;
  bottom: -40px;
}

.polymorph {
  stroke-dasharray: 230 20;
  stroke-width: 1px;
  stroke: #233043;
}

#innerRect {
  fill-opacity: .60;
  fill:#FEB46D;
}

.cv {
  font-size: 1.3rem;
  background-color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  margin-top: 23px;
  width: 150px;
  text-decoration: none;
  color: #233043;
}
.cvContainer{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.cv > i {
  color: #233043;
  margin-right: 15px;
  font-size: 1.6rem;
}


input, textarea {
  border: none;
  background-color: white;
  border-radius: 12px;
  resize: none;
  outline: none;
  padding: 15px;
  font-size: 1.3rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  color: #2e4059;
}

#body {
  margin-top: 20px;
}

input {
  flex-grow: 1;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

.inputAlign {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  gap : 20px
}

#mailInfo {
  background-color: transparent;
  font-size: 2rem;
  padding: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  width: unset;
  flex-grow: 1;
  margin: 0;
}
#mailInfo  > i {
  font-size: 1.8rem;
}
.ProjectPageTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactTitles {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.contactTitles > div {
  font-size: 2rem;
}
#mailButton {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

#rc-anchor-container {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  background: white !important;
  border: none !important;
}

#submitForm {
  margin-top: 0;
}

.challenges> *:first-child, .achievements > *:first-child {
  align-self: center;
}

.navMenuMobile {
  visibility: collapse;
  height: 50px;
  padding: 0 20px;
  position: fixed;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 0 0 12px 12px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 1.8rem;
  z-index: 999999;
  filter: drop-shadow(0px 0px 7px #2330433D);
}
.navMenuMobile > div > a {
  text-decoration: none;
}
.homeMobile > a {
  color: #233043;
}
.projectsMobile > a {
  color: #FEB46D;
}
.aboutMobile > a {
  color: #4BC0C8;
}
.contactMobile > a {
  color: #D59ADC;
}

@media (max-width: 1920px) {

  .projectsPageContainer {
    width: 90%;
  }

  #projectsCont {
    width: 65%;
  }

  .navMenu {
    left: 6%;
    top: 115px;
    width: 100px;
    height: 100px;
  }
  .ProjectInfos {
    flex-wrap: wrap-reverse;
  }

  html {
    font-size: 90%;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 85%;
  }
  .shortResume {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .navMenu {
    width: 75px;
    height: 75px;
  }
  #indexNav {
    left: -40px;
  }
  #projectsNav {
    right: -40px;
  }
  #aboutNav {
    left: -40px;
  }
  #contactNav {
    right: -40px;
  }

  .collapseMobile {
    visibility: collapse !important;
    position: absolute !important;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 80%;
  }

}

@media (max-width: 1200px) {
  html {
    font-size: 80%;
  }

  .gameplay {
    column-count: 1;
  }
  .projectsPageContainer {
    width: calc(100% - 150px);
  }
  .projectsPageContainer:not(#projectsCont) > div:not(.middleLine) {
    width: 100%;
  }
  .ongletInfo {
    width: calc(100% - 36px) !important;
  }
  .challAndAchiev {
    flex-wrap: wrap;
  }
  .introText > p {
    margin: 36px 36px;
  }
  .carousel {
    width: 100%;
  }
  .mainAboutContainer {
    width: calc(100%);
  }
  .navMenu {
    visibility: collapse;
  }
  .navMenuMobile  {
    visibility: visible;
  }
  .members > div {
    align-items: flex-start;
  }
}

@media (max-width: 800px) {
  html {
    font-size: 75%;
  }
  .projectsPageContainer {
    width: calc(100% - 36px);
  }
  .bigTitle {
    font-size: 3.5rem;
  }
  .Title {
    font-size: 3rem;
  }
  .introText {
    min-width: unset;
  }
  .introText > p {
    margin: 0;
  }
  .challenges > div > ul, .achievements > div > ul { margin: 0 }
  .introText {
    width: 100%;
  }
  .members {
    flex-wrap: wrap;
  }
  .infoContainer2 > ul {
    margin: 15px 0px;
  }
  .bullets > ul > li > div {
    width: 100%;
  }
  .bullets > ul > li > b {
    width: 100%;
  }
  .cvContainer > .cv {
    padding: 15px;
  }
  .cvContainer {
    gap: 10px;
  }
  .shortResume > img {
    width: 100%;
  }
  #mailButton > * {
    width: 100%;
  }
  #mailInfo {
    font-size: 1.4rem;
  }
  .project {
    width: 100%;
    margin: 0 18px;
    min-width: unset;
  }
  #projectsCont {
    width: 100%;
  }
  #projectsCont > .mainContainer {
    width: 100%;
  }
  .projectDescription > p {

    font-size: 1.3rem;
  }
  .challenges> *:first-child, .achievements > *:first-child {
    margin-bottom: 10px;
  }
  .veryBigTitle {
    font-size: 4rem;
  }
  .NameSpace {
    width: 10px;
  }
  .Menu > a > div > svg {
    scale: 0.6;
  }
  .Menu > a {
    margin:0 -15px !important;
  }
  .Menu {
    align-items: center;
  }
}



