@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/GraphikLC-Light-Web.woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/GraphikLC-Regular-Web.woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Drakors";
  src: url("fonts/DrakorsRegular-ax75x.ttf");
  font-weight: normal;
  font-style: normal;
}

html.no-js {
    margin-top: unset !important; 
    padding-top: unset !important; 
    background-color: unset !important; 
    background-image: unset !important; 
	margin-top: 0px !important
}



html {
    margin-top: 0px !important;
    scroll-behavior: smooth;
}

body{
  overflow-x: hidden;
}


/* Animation */


.split {
  animation-name: slide-in;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-play-state: paused;
  opacity: 0;
  position: relative;
}

@keyframes slide-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 0px;
  }
}

.text-change{
  cursor: pointer;

}

/* Header */

.header {
  width: 100%;
  height: 220px;
  background-image: url(/wp-content/uploads/2023/01/upload-dcd85b1a-e3c6-4308-88a8-978f2fe64371-scaled.webp);
  background-size: contain;
  background-repeat-y: no-repeat;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;

}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#logo-small{
  opacity: 0;
  position: relative;
  top: 10px;
}

#main-menu{
  opacity: 0;
  z-index: 999;
}

.menu{
  position: fixed;
  top: 20px;
  right: 15px;
}

.menu li {
    display: inline-block;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: lighter;
    margin: 0px 15px;
} 

.menu li a, .text-change a{
    color: black;
    position: relative;
    text-decoration: none;
    width: max-content;
} 

.menu li a span, .text-change a span{
  display: inline-block; 
  white-space: nowrap;
  transition: all 350ms ease-out;
  transform-origin: center center;
  transform-style: preserve-3d;
}

.menu li a::before, .text-change::before {
    content: "";
    width: 100%;
    height: 0.075em;
    position: absolute;
    bottom: 0em;
    transform: scaleX(0);
    transition: all 350ms ease-out;
    transform-origin: left center;
}

.primary {
  position: relative;
}

.secondary {
  position: absolute;
  transform: translateY(0.5em) rotateX(90deg);
  left: 0;
}

.menu li a:hover::before, .text-change a:hover::before {
    transform: scaleX(1);
    transition-delay: 200ms;
}

.menu li a:hover .primary, .text-change a:hover .primary {
    transform: translateY(-0.5em) rotateX(90deg);
}

.menu li a:hover .secondary,.text-change a:hover .secondary {
    transform: translateY(0em);
}

.back-btn, .realite-logo-menu, .back-menu{
  display: none;
}




/* Homepage */ 

#background{
  z-index: unset !important; 
}

.wpb_raw_code.wpb_content_element.wpb_raw_html{
  margin-bottom: 0px !important;
}

.logo-capa img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-80%);
}

.capa{
    position: relative;
    height: 100vh;
}

.frase-capa{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    width: fit-content;
    height: fit-content;
    animation-name: fullOpacity;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;    
}

.frase-capa img{
    height: auto;
}

#realite-com-a, #cachee-com-a{
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}


.palavra-logo{
  position: relative;
  display: inline-block;
  height: auto;
}


#realite, #realite-com-a {
    width: 360px;
}

.creative-agency{
    color: rgba(255, 255, 255, 1); 
    font-style: normal; 
    font-weight: normal; 
    font-family: "Roboto";
    font-size: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 71.5%;
    animation-name: fullOpacity;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;    
}

.creative-boutique, .projects-title, .process .title h2, .contact-title, .join-title{
	font-family: "Drakors";
    font-weight: normal;
    font-size: 50px;
    line-height: 45px;
    letter-spacing: -0.8px;
    font-style: normal;
    text-align: center;
    color: white;
    margin-bottom: 70px !important;
    padding: 0 200px;
    z-index: 0;
  position: relative;
}

.projects-title{
  margin-bottom: 0px !important;
  margin-top: 15px;
}

.process .title h2 {
    padding: 0px 0px;
}

.vc_row {
    margin-left: unset !important;
    margin-right: unset !important;
}

.boutique{
	border: 2px solid white;
	width: calc(100% - 200px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 100px;
}

#about, #form{
  background-color: rgba(255, 255, 255, 1);
}


.boutique-text{
	font-family: "Roboto";
	color: white;
	text-align: center;
	font-size: 20px;
	padding: 150px 150px;
	padding-bottom: 100px;
}

.boutique-text.text1{
	padding-right: 50px
}

.boutique-text.text2{
	padding-left: 50px
}

.process{
	position: relative;
  width: 640px;
  flex-shrink: 0;
  margin-top: 160px;
}

.process .number{
	position: absolute;
	line-height: 130px;
    font-family: "Drakors";
    font-weight: normal;
    font-size: 160px;
    top: 10px;
    left: 15px;
    color: white;
}

.process .title h2{
	text-align: left;
	padding-left: 120px;
	margin-bottom: 60px !important;
  font-size: 40px;
}

.process .desc{
	text-align: left;
	font-family: "Graphik";
	font-size: 17px;
	font-weight: 100;
	color: white;
	padding-left: 120px;
	text-shadow: 1px 1px 5px grey;
	letter-spacing: 1px;
  padding-right: 30px;
}

.img-membro{
    margin-bottom: 20px !important;
}

.img-membro img{
    width: 350px;
}


.img-membro figure.wpb_wrapper.vc_figure {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.membro, .cargo, .join-text{
  font-family: "Roboto";
  font-size: 18px;
  color: white;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.cargo, .join-text{
  font-weight: 300;
}

.join-text{
  position: absolute;
  top: 50px;
  right: 20px;
  font-size: 14px;
  animation-name: fullOpacity;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-play-state: paused;
  animation-delay: 1.5s;
}

.contact-title{
  margin-bottom: 50px !important;
}

.join-title{
  width: fit-content;
  padding: 0px;
}

.join-waiting-list{
  width: fit-content !important;
  position: relative !important;
  left: 50%;
  transform: translateX(-50%);
}

.form-contactos {
    border: 2px solid white;
    width: calc(100% - 200px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 50px;
    margin-bottom: 60px;
}

.form-contactos input.wpcf7-form-control.wpcf7-text, 
.form-contactos input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 100%;
    width: 230px;
    height: 230px;
    border: 2px solid white;
    background-color: transparent;
    padding: 0px 40px;
    font-size: 20px;
    font-family: "Roboto";
    color: white;
}

.form-contactos input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-left: 70px;
    background-color: white;
    color: rgba(0, 0, 0, 0.6);
}

.form-contactos input.wpcf7-form-control.wpcf7-text::placeholder{
    color: rgba(255, 255, 255, 0.5);
}

.form-contactos p {
    display: flex;
    justify-content: center;
}

input:focus{
  outline: 0px !important;
}

.wpcf7-not-valid-tip {
    left: 40px;
    position: absolute;
    bottom: 80px;
}

.wpcf7-response-output{
  border: 0px !important;
  text-align: center;
  position: relative;
  top: 50px !important;
  display: none;
}

.redes{
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  width: calc(100% - 200px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
}

.redes .rede a, .redes .rede p, .partners-title{
  font-family: "Roboto";
  font-size: 22px;
  color: white;
  text-align: left;
  margin-left: -15px;
  font-weight: 300;
}

  .redes .rede a,.redes .rede p, {
    color: white;
  }

  .redes .rede a:hover {
    text-decoration: none;
  }

.redes .rede p{
  margin-bottom: 0px !important;
}

.rede, .voltar-topo{
  height: 100px;
  position: relative;
}

.rede .wpb_text_column.wpb_content_element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.voltar-topo a.vc_general.vc_btn3.vc_btn3-size-md{
  background-color: transparent;
  border: 0px;
  background-image: none;
  color: white;
  font-size: 25px;
  position: absolute;
  right: 0px;
  font-family: "Roboto";
  font-weight: 300;
}

.voltar-topo .vc_btn3-container.vc_btn3-inline{
  position: absolute;
  width: 100%;
  bottom: 40px;
}

.voltar-topo .secondary{
  padding-left: 20px;
}

.partners{
  padding: 0px 100px; 
}

.logo{
  position: relative;
}

.logo img{
  width: 60px;
}

.logo .logo-text{
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px; 
  text-align: center;
  color: white;
  font-family: "Graphik";
  letter-spacing: 0.5px;
}

.partners-title {
    font-family: "Graphik";
    font-size: 22px;
    letter-spacing: 0.5px;
}

.partners-logos{
  margin-top: -40px;
}

.partners-logos .wpb_wrapper .wpb_wrapper{
    display: flex;
    width: 50%;
    justify-content: space-between;
    position: absolute;
    right: 0px;
}

.partners-logos .vc_column-inner{
  height: 150px;
}

.eddy img{
  width: 80px;
}

.eddy .logo-text{
  right: 0px;
  left: unset;
  transform: translateX(15px);
}


/* Scroll Horizontal */

.horizontal-section{
  padding: 100px 0px;
  margin: 0px -15px;
}

.sticky-wrapper{
    width: 100%;
    overflow: hidden;
    position: sticky;
    top: 120px;
}

.sticky-wrapper2{
    top: 280px;
}

.element-wrapper{
    position: relative;
    display: flex;
    width: fit-content;
}

.element-wrapper2{
  margin-right: 100px;
}

.element{
    position: relative;
    width: 460px;
    height: 750px;
    margin: 0px 60px;
    flex-shrink: 0; 
    /* significa que não quero que faça shrink, se fosse 1 sigmificaria que queria que fizess */
}

.name-project{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 25px;
    font-family: "Roboto";
    opacity: 0;
    transition: 1s;
    text-transform: lowercase;
    text-transform: capitalize;
}

.subtitle-project{
  bottom: 0px;
}

.element:hover .name-project{
  transition: 1s;
  opacity: 100%;
}

.element img{
  position: absolute;
  width: 100%;
}

.product-element img{
  position: absolute;
  width: 150%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.title-gallery, .line-card{
  display: none;
}

.element.elementGRP a:first-child img{
  display: block;
}



/* Projetos */

.frase-logo{
  position: fixed;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.frase-logo img{
  width: 200px;
}

.frase-logo #realite-com-a{
  width: 215px;
}

.frase-logo #realite-com-a, .frase-logo #cachee-com-a{
  opacity: 1;
  position: relative;
}

.single-project #menu-1{
  opacity: 100% !important;
}

.single-project #logo-small{
  opacity: 100% !important;
}

.project-title h1{
  font-family: "Drakors";
  font-weight: normal;
  font-size: 50px;
  letter-spacing: 2px;
  color: white;
}

.project-title{
    position: relative;
    height: 100vh;
    width: 36.333333% !important;
}

.project-title .wpb_wrapper {
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
}

h1.title1-project{
  opacity: 0%;
  animation-name: fullOpacity;
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

h1.title2-project{
  opacity: 0%;
  animation-name: fullOpacity;
  animation-duration: 3s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}



.lines-projeto{
  position: relative;
  width: 5.333333% !important;
  height: 100vh
}

.line{
  width: 2px;
  background-color: white;
  height: 0%;
  animation-name: lineProjeto;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.line1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  animation-delay: 0.5s
}

.line2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  animation-delay: 1s
}

@keyframes lineProjeto{
  0%{
    height: 0%;
  }

  100%{
    height: 100%
  }
}

.words-projeto {
  opacity: 0%;
  color: white;
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 25px;
  font-weight: lighter;
  animation-name: fullOpacity;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes fullOpacity{
  0%{
    opacity: 0%;
  }

  100%{
    opacity: 100%
  }
}

.word1-projeto {
    position: absolute;
    transform: rotate(-90deg) translateY(-50%);
    left: -55%;
    bottom: 6%;
    text-align: right;
}

.word2-projeto {
    position: absolute;
    transform: rotate(-90deg) translateY(-50%);
    left: -55%;
    top: 50%;
    text-align: center;
}

.word3-projeto {
    position: absolute;
    transform: rotate(-90deg) translateY(-50%);
    left: -55%;
    top: 14%;
    text-align: left;
}

.word-projeto{
  color: white;
  text-transform: uppercase;
  width: 250px;
  font-size: 22px;
}

.produto {
    width: 100%;
    height: 100vh;
}

.element-produto {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-30%);
}

.rotate-produto {
    position: relative;
    width: 500px;
    height: 750px;
    margin: 0px 60px;
    flex-shrink: 0;
}

.back-white-project{
  height: 100vh;
  background-color: white;
}


.text-project1{
  font-family: "Drakors";
  font-size: 33px;
  position: absolute;
  padding: 0px 30px;
  top: 200px;
}

.text-project2{
  padding: 0px 30px;
  font-family: "Roboto";
  font-size: 20px;
  letter-spacing: -1.5px;
  position: absolute;
  bottom: 70px;
}

#project-page{
  padding: 0px;
  position: relative;
  z-index: 1;
}

#project-wrapper{
  top: 0px;
}

.element-project{
  height: 100vh;
  margin: 0px;
}

.vertical-section h2, .vertical-section h3{
  font-family: "Drakors";
  font-weight: normal;
  font-size: 50px;
  letter-spacing: 2px;
  text-align: center;
  color: white;
  margin-bottom: 70px;
}

.vertical-section h3{
  font-size: 35px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.vertical-section .wpb_single_image.vc_align_left {
    text-align: left;
    width: 400px;
    height: 500px;
    border: 2px solid white;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.vertical-section img{
  display: none;
}

#target{
    padding: 0px !important;
}

#scroll-vertical{
  position: relative;
  top: 100vh;
}

.img-project{
  width: 400px;
  height: 500px;
  border: 2px solid white;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.vertical-section p {
    font-family: "Graphik";
    color: white;
    text-align: center;
    padding: 0px 250px;
    letter-spacing: 1px;
    font-size: 17px;
}

.vertical-section .wpb_content_element{
  margin-bottom: 0px;
}

.info-project {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 500px);
    margin: 50px 250px;
}

.info-project p{
  font-family: "Graphik";
  color: white;
  margin: 0px;
  padding: 0px;
}

.artista p{
  text-align: left;
}

.nome-projeto p{
  text-align: right;
}

.img2-project{
  margin-top: 250px;
}

.vertical-section a{
    border: 1px solid white !important;
    border-radius: 50px !important;
    display: block !important;
    width: 400px !important;
    margin-top: 10px !important;
    font-family: "Drakors" !important;
    color: white !important;
    padding: 5px !important;
    background-image: none !important;
    background-color: transparent !important;
}

.vertical-section .vc_btn3-container.vc_btn3-inline{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.vertical-section a .secondary {
  transform: translateY(0.5em) rotateX(90deg) translateX(-50%);
  left: 50%;
}

.vertical-section a:hover .secondary {
    transform: translateY(0em) translateX(-50%);
}

.img-slider{
  margin-top: 130px;
  border: 0px;
}

.img-slider .slick-slide{
  width: 400px;
  height: 500px;
  background-size: cover;
  background-position: center;
  border: 2px solid white;
}


.img-slider-bottom{
  width: 394px;
  position: relative;
  left: 50%;
  transform: translateX(-50%) translateY(-102%);
}

.img-slider-bottom .slick-slide {
    height: 100px;
    background-size: cover;
    background-position: center;
}

.fa{
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 50px !important;
  color: white;
  opacity: 0.5;
}

.fa-angle-left{
  left: 25px;
}

.fa-angle-right{
  right: 25px;
}
.admin-bar #wpadminbar{
  display: none;
}

iframe#video_video_1{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 240px;
}


@media only screen and (max-width: 1680px){
  .creative-boutique{
    font-size: 45px;
    padding: 0 200px;
  }

  .projects-title {
    margin-bottom: 20px !important;
  }

  .sticky-wrapper {
    top: 120px;
  }

  .element {
    width: 350px;
    height: 600px;
  } 

  .process .number {
    font-size: 140px;
  }

  .vc_col-sm-12 {
    height: 100vh;
  }

  #scroll-vertical .vc_col-sm-12 {
    height: unset;
  }

  .word1-projeto, .word2-projeto, .word3-projeto {
    left: -70%;
  }

  .join-waiting-list {
    height: unset;
  }

  #form .vc_col-sm-12 {
    height: unset;
  }

  iframe#video_video_1 {
    bottom: 290px;
  }

}


@media only screen and (max-width: 1440px){

  #logo-small img{
    width: 100px;
    max-width: unset;
  }
  .menu li {
    margin: 0px 20px;
  }

  .boutique-text {
    font-size: 17px;
    padding: 100px 100px;
    padding-bottom: 50px;
  }

  .creative-agency{
    top: 75%;
  }

  .element {
    width: 290px;
    height: 500px;
  }

  .process{
    width: 460px;
  }

  .process .number {
    font-size: 100px;
  }

  .process .title h2 {
    font-size: 35px;
    margin-bottom: 40px !important;
    padding-left: 85px;
  }

  .process .desc {
    font-size: 14px;
    padding-left: 85px;
  }

  .form-contactos input.wpcf7-form-control.wpcf7-text, .form-contactos input.wpcf7-form-control.has-spinner.wpcf7-submit {  
    width: 200px;
    height: 200px;
    font-size: 16px;
  }

  .partners-logos .wpb_wrapper .wpb_wrapper {
    width: 60%;
  }

  .redes .rede a, .redes .rede p, .partners-title {
    font-size: 18px;
  }

  .voltar-topo a.vc_general.vc_btn3.vc_btn3-size-md {
    font-size: 22px;
  }

  .logo img {
    width: 50px;
  }

  .eddy img {
    width: 70px;
  }

  .partners-title {
    font-size: 20px;
  }

  .logo .logo-text {
    font-size: 14px;
  }

  .eddy .logo-text {
    width: 175px
  }

  .creative-boutique{
    font-size: 40px;
    padding: 0 150px;
    margin-bottom: 75px !important;
  }

  .vc_col-sm-12 {
    height: 100vh;
  }

  .word1-projeto, .word2-projeto, .word3-projeto {
    left: -95%;
    font-size: 17px;
  }

  .text-project1 {
    font-size: 23px;
    top: 120px;
  }

  .text-project2 {
    font-size: 16px;
    bottom: 30px;
  }

  .vertical-section p {
    padding: 0px 100px;
    font-size: 14px;
  }

  .info-project p {
    padding: 0px 15px !important;
  }

  .info-project {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .join-waiting-list {
    height: unset;
  }

  #form .vc_col-sm-12 {
    height: unset;
  }
}

@media only screen and (max-width: 1280px){
  .logo-capa img {
    width: 65%;
  }

  .creative-agency {
    font-size: 15px;
  }

  #realite {
    width: 320px;
  }
  
  .creative-boutique {
    font-size: 35px;
  }

  .boutique-text {
    padding: 70px 70px;
    padding-bottom: 35px;
  }

  .projects-title{
    font-size: 40px;
  }

  .process .title h2 {
    font-size: 30px;
    margin-bottom: 30px !important;
  }

  .img-membro img {
    width: 250px;
  }

  .membro, .cargo, .join-text {
    font-size: 15px;
  }

  .form-contactos input.wpcf7-form-control.wpcf7-text, .form-contactos input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 180px;
    height: 180px;
    font-size: 14px;
  }

  .project-title h1 {
    font-size: 45px !important;
  }

  .title1-project{
    margin-right: 180px !important;
  }

  .title2-project{
    margin-left: 20px !important;
  }

  .word1-projeto, .word2-projeto, .word3-projeto {
    left: -115%;
  }

  .vertical-section h2, .vertical-section h3 { 
    font-size: 40px;
  }

  .join-waiting-list {
    height: unset;
  }

  #form .vc_col-sm-12 {
    height: unset;
  }

  .form-contactos {
    padding: 30px;
  }

}

@media only screen and (max-width: 1024px){
  .frase-capa img {
    width: 200px;
  }

  .frase-logo img {
    width: 150px;
  }

  #realite {
    width: 230px;
  }

  .menu li {
    margin: 0px 15px;
    font-size: 15px;
  }

  .creative-boutique {
    font-size: 27px;
    padding: 0 80px;
    line-height: 30px;
  }

  .creative-boutique {
    margin-bottom: 45px !important;
  }

  .boutique {
    width: calc(100% - 100px);
  }

  .boutique-text {
    padding: 50px 50px;
    padding-bottom: 25px;
  }

  .projects-title, .contact-title {
    font-size: 35px;
  }

  .element {
    width: 230px;
    height: 400px;
  }

  .projects-title{
    padding: 0px;
  }

  .process{
    width: 360px;
  }

  .process .number {
    font-size: 80px;
    left: -10px;
  }

  .process .title h2 {
    font-size: 25px;
    padding-left: 60px;
  } 

  .process .desc {
    padding-left: 60px;
  } 

  .img-membro img {
    width: 200px;
  }

  .join-title {
    font-size: 40px;
    padding: 0px;
  }

  .join-text {
    top: 40px;
    font-size: 12px
  }

  .form-contactos {
    width: calc(100% - 65px);
  }

  .form-contactos input.wpcf7-form-control.wpcf7-text, .form-contactos input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 150px;
    height: 150px;
    font-size: 12px;
    padding: 0px 20px;
  }

  .redes {
    width: calc(100% - 65px);
  }

  .partners {
    padding: 0px 32.5px;
  }

  .logo .logo-text {
    font-size: 12px;
  }

  .eddy .logo-text {
    width: 145px;
  }

  .redes .rede p, .partners-title {
    font-size: 16px;
  }

  .voltar-topo a.vc_general.vc_btn3.vc_btn3-size-md {
    font-size: 19px;
  }

  .vc_col-sm-12 {
    height: 100vh;
  }

  .word1-projeto, .word2-projeto, .word3-projeto {
    left: -105%;
  }

  .word-projeto {
    width: 185px;
    font-size: 15px;
  }

  .project-title h1 {
    font-size: 35px !important;
  } 

  .title1-project{
    margin-right: 160px !important;
  }

  .title2-project{
    margin-left: 0px !important;
  }

  .text-project1 {
    font-size: 18px;
    top: 90px;
  }

  .text-project2 {
    font-size: 13px;
    bottom: 10px;
    letter-spacing: -0.5px;
  }

  .vertical-section p {
    padding: 0px 45px;
    font-size: 12px;
  }

  .info-project {
    width: calc(100% - 90px);
    margin: 30px 45px;
  }

  .join-waiting-list {
    height: unset;
  }

  #form .vc_col-sm-12 {
    height: unset;
  }

  iframe#video_video_1 {
    width: 350px !important;
  }

}

@media only screen and (max-width: 768px){

  .frase-logo img {
    width: 130px;
  }

  .single-project #logo-small {
    display: block;
  }

  #logo-small img{
    width: 100px;
    max-width: unset;
  }

  #logo-small{
    display: none;
  }

  #scroll-vertical #background,
  #scroll-vertical #background > .vc_column_container{
    float: none;
    height: auto;
  }
    
  .logo-capa img {
    width: unset;
  }

  .frase-capa {
    left: 60%;
    width: 100%;
  }

  #realite {
    width: 340px;
  }

  .frase-capa img {
    width: 300px;
  }

  .sticky-wrapper {
    top: 200px;
  }

  .contact-title{
      padding: 0;
  }

  .form-contactos input.wpcf7-form-control.has-spinner.wpcf7-submit {
      margin-left: 0px;
  }

  .wpcf7-spinner {
    display: none;
  } 

  .form-contactos input.wpcf7-form-control.wpcf7-text, .form-contactos input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 120px;
    height: 120px;
  }

  .partners-logos .wpb_wrapper .wpb_wrapper {
    width: 80%;
  }

  .project-title h1 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  } 

  .word-projeto {
    width: 140px;
    font-size: 12px;
  }

  .vertical-section .wpb_single_image.vc_align_left {
    width: 290px;
    height: 390px;
  }

  .join-waiting-list {
    height: unset;
  }

  #form .vc_col-sm-12 {
    height: unset;
  }

  .menu li {
    margin: 0px 10px;
    font-size: 14px;
  }

  .element {
    width: 330px;
    height: 580px;
  }

  .element-project{
    height: 100vh;
  }


}

@media only screen and (max-width: 500px){

  article{
    overflow-x: hidden;
  }

  .header {
    background-image: none;
  } 

  .header img, #menu-1{
    display: none;
  }

  .logo-capa img {
    max-width: unset !important;
    width: 160%;
    transform: translateX(-50%) translateY(-50%);
    top: calc(50% - 100px);
  }

  .creative-agency {
    top: 65%;
  }

  .frase-capa img {
    width: 270px;
  }

  .frase-capa{
    position: unset;
    transform: unset;
  }

  #realite{
    position: absolute;
    top:  -25px;
    left: 0px;
    width: 300px !important;
  }

  #cachee{
    position: absolute;
    right: 5px;
    bottom: 120px;
  }

  #about, #form {
    background-color: rgba(255, 255, 255, 0);
  }

  .creative-boutique {
    padding: 0 30px;
    text-align: left;
    margin-top: 100px;
  }

  .boutique {
    border: 0px;
    width: 100%;
  }

  .boutique-text {
    padding: 0px;
    text-align: left;
    padding-right: 25px !important;
    padding-left: 15px !important;
  }

  .home-empty-space{
    display: none;
  }

  .horizontal-section {
    padding: 65px 0px;
  }

  .element-wrapper{
    flex-wrap: wrap;
  }

  .process {
    margin-top: 65px;
    margin-left: 45px;
  }

  .process .title h2 {
    padding-right: 60px;
  }

  .process .desc {
    padding-right: 60px;
  }

  .join-title {
    font-size: 30px;
    margin-bottom: 0px !important;
  }

  .join-text {
    top: 42px;
    font-size: 9px;
  }

  .form-contactos {
    border: 0px;
  }

  .form-contactos p {
    flex-wrap: wrap;
  }

  .form-contactos input.wpcf7-form-control.wpcf7-text, .form-contactos input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
  }

  .wpcf7-not-valid-tip {
    left: 22px;
    font-size: 0.6em !important;
  }

  .rede{
    height: 80px;
  }

  .voltar-topo {
    height: 50px;
  }

  .redes .rede p, .partners-title {
    margin-left: -10px;
  }

  .voltar-topo a.vc_general.vc_btn3.vc_btn3-size-md {
    right: unset;
    left: -30px;
  }

  .partners-logos .wpb_wrapper .wpb_wrapper {
    width: 100%;
  }

  .logo .logo-text {
    width: 60px;
    bottom: -15px;
  }

  .eddy .logo-text {
    transform: translateX(-10px);
  }

  .hamburger {
    display: block;
    width: 30px;
    height: 30px;
    margin: 15px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 3;
  }

  .hamburger .line-hamb {
    display: block;
    width: 100%;
    height: 2px;
    margin: 6px 0;
    background-color: white;
    border-radius: 5px;
    transition: 1s;
  }

  .rotate1{
    transform: rotate(45deg);
    transition: 1s;
    position: relative;
    top: 8px;
    background-color: black !important;
  }

  .rotate3{
    transform: rotate(-45deg);
    transition: 1s;
    position: relative;
    top: -7px;
    background-color: black !important;
  }

  .opacity2{
    opacity: 0%;
    transition: 1s;
  }

  .project-title {
    height: fit-content;
    width: 100% !important;
  }

  .project-title .wpb_wrapper {
    margin-top: 80px;
  }

  .project-title h1 {
    text-align: left !important;
  }

  .title2-project {
    padding-left: 45px;
  }

  .lines-projeto{
    width: 100% !important;
    height: 50px;
    top: 170px;
  }

  .line{
    width: 0%;
    height: 1px;
  }

  .line1{
    position: absolute;
    left: 0px;
    top: 0px;
    animation-delay: 0.5s
  }

  .line2{
    position: absolute;
    right: unset;
    left: 0px;
    bottom: 0px;
    animation-delay: 1s
  }

  @keyframes lineProjeto{
    0%{
      width: 0%;
    }

    100%{
      width: 100%
    }
  }

  .element-wrapper-project{
    flex-wrap: wrap;
  }

  .element {
    width: 70%;
    height: 440px;
  }

  .word1-projeto {
    transform: rotate(0) translateY(-50%);
    left: 10px;
    bottom: unset;
    top: 50%;
    width: fit-content !important;
  }

  .word2-projeto {
    transform: rotate(0) translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: fit-content !important;
  }

  .word3-projeto {
    transform: rotate(0) translateY(-50%);
    left: unset;
    right: 10px;
    top: 50%;
    width: fit-content !important;
  }

  .element-project{
    height: fit-content;
  }

  .product-element{
    height: fit-content;
  }

  .text-project1 {
    position: relative;
    top: 0px;
  }

  .text-project2 {
    position: relative;
    bottom: 0px;
    padding-top: 50px;
  }

  .back-white-project {
    height: fit-content;
    padding: 50px;
  }

  .product-element img {
    width: 200%;
  }

  #scroll-vertical {
    top: 80px;
    margin-bottom: 15vh;
  }

  .vertical-section p {
    padding: 0px 0px;
  }

  .info-project {
    width: calc(100% - 0px);
    margin: 30px 0px;
  }

  .info-project p {
    padding: 0px 0px !important;
  }

  .vertical-section a {
    width: 300px !important;
  }

  .img-slider {
    margin-top: 200px;
  }

  .img-project {
    width: 290px;
    height: 390px;
  }

  .img-slider-bottom {
    width: 286px;
    transform: translateX(-50%) translateY(9%);
  }

  .img-slider .slick-slide {
    width: 290px;
    background-size: cover;
    background-position: center;
  }

  .back-menu{
    background-color: white;
    width: 100%;
    height: 80vh;
    position: fixed;
    top: -80vh;
    left: 0px;
    display: none;
    animation-name: desceMenu;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-play-state: paused;
    z-index: 2;
  }

  .desce-menu{
    animation-play-state: running;
  }

  @keyframes desceMenu{
    0%{
      top: -80vh;
    }

    100%{
      top: 0vh;
    }
  }

  .display-block{
    display: block !important;
  }

  .back-menu li{
    color: black;
    display: block;
    text-align: center;
    margin: 30px 0px;
    font-size: 30px;
    font-family: "Drakors";
  }

  #menu-1 {
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    padding: 0px;
    opacity: 100%;
    display: none;
  }

  .header{
    display: none;
  }

  .menu{
    position: absolute;
    top: 50%;
    right: 0px;
  }

  .single-project .frase-logo img{
    display: none !important;
  }

}



@media only screen and (max-width: 440px){
  .wpcf7-spinner {
    display: none !important;
  }
}

@media only screen and (max-width: 376px){
  
  .form-contactos {
    padding: 0px !important;
  }

  .form-contactos input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-left: 20px;
  }

}


@media only screen and (max-width: 320px){
  
  .process {
    width: 300px;
  } 

  .redes .rede a, .redes .rede p, .partners-title {
    font-size: 13px;
  }

  .logo .logo-text {
    font-size: 10px;
  }

  .logo img {
    width: 40px;
  }

  .eddy img {
    width: 55px;
  }

  .eddy .logo-text {
    transform: translateX(5px);
  }

}


/************** NEW SITE **************/

.hover-card {
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: 'Roboto';
    font-weight: 600;
    color: black;
    font-size: 20px;
    text-align: center;
}
.card-homepage:hover .hover-card{
  display: flex;
}

#myVideo{
  display: none;
}

.nuvensFundo{

    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    height: 100vh;
    border: none;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}

#start > .wpb_column > .vc_column-inner > .wpb_wrapper{
    height: 100vh;
    position: relative;
}

.logo-homepage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  text-align: left;
  height: 50vh;
  width: 50vw;
  margin: 0 auto;
}

.vc_column_container {
  height: fit-content;
}

div#realite-without-a,
div#realite-with-a {
  width: 300px;
  margin-left: auto;
}

div#cachee-without-a,
div#cachee-with-a {
  width: 250px;
}

.realite-cachee {
  display: flex;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.realite-cachee .vc_col-sm-6 .vc_column-inner{
  padding: 0px;
}

.realite-cachee .vc_col-sm-6 {
  position: relative;
}

div#realite-with-a {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  transition: 1s;
}

div#cachee-with-a {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: 1s;
}

div#realite-without-a {
  transform-origin: right;
}

div#cachee-without-a {
  transform-origin: left;
}

div#realite-with-a.click, div#cachee-with-a.click{
  opacity: 1;
  transition: 1s;
}

#creative-agency {
  color: white;
  font-style: normal;
  font-weight: normal;
  font-family: "Roboto";
  font-size: 20px;
  display: flex;
  justify-content: center;
  margin-top: -20px;
}

.scroll-animation {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 1s;
}

.scroll-animation.full-opacity {
  opacity: 1;
  transition: 1s;
}

.wrapper-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-line{
  position: relative;
  width: fit-content;
  height: fit-content;
  overflow: hidden;
}

.line-transparent{
  width: 2px;
  height: 40px;
  background-color: white;
  opacity: 0.3;
  border-radius: 20px;
}

.scroll {
  text-transform: uppercase;
  font-family: 'Roboto';
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
}

.line-animation{
  width: 2px;
  height: 0px;
  background-color: white;
  opacity: 1;
  border-radius: 20px;
  position: absolute;
  top: 0px;
  animation-name: scrollLine;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 4.5s;
}

@keyframes scrollLine{
  0%{
    height: 0px;
    top: 0px;
  }

  15%{
    height: 5px;
    top: 0px;
  }

  40%{
    height: 40px;
    top: 0px;
  }

  50%{
    height: 40px;
    top: 0px;
  }

  75%{
    height: 40px;
    top: 100%;
  }

  100%{
    height: 40px;
    top: 100%;
  }
}

span.vc_sep_line {
  margin-top: 35px;
}

.realite-cachee.fixo{
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.wrapper-section2 > .vc_column-inner > .wpb_wrapper{
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wrapper-section2 p{
  color: white;
  font-family: 'Roboto';
  font-size: 65px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0px;
  overflow: hidden;
}

.wrapper-section2 .content2,.wrapper-section2 .content3{
  margin-left: 20%;
}

.wrapper-section2 .content3 p{
  font-size: 18px;
  text-transform: inherit;
  width: 250px;
  font-weight: 300;
}

.wrapper-section2 > .vc_column-inner > .wpb_wrapper{
  position: relative;
}

.card-homepage {
    width: 300px;
    height: 500px;
    background-color: lightblue;
    position: absolute;
    bottom: 0px;
    right: 40px;
}

.text-animation p span{
  position: relative;
  top: 75px;
  transition: 0.5s;
}

.text-animation p span.slide-up{
  top: 0px;
  transition: 0.5s;
}

.highlights h2{
  margin-top: 120px;
} 

.wrapper-highlight{
  display: flex;
  justify-content: center;
  gap:  50px;
  margin-bottom: 100px;
}

.card-highlight{
  width: 250px;
  height: 400px;
  background-color: lightblue;
}

.section3-homepage, .section4-homepage {
  margin-top: 120px;
}

.title-section, .section3-homepage h3, .section3-homepage h4 {
  font-family: 'Drakors';
  color: white;
}

.title-section {
  margin-bottom: 100px;
}

.section3-homepage .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper{
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  position: relative;
}

.section3-homepage p{
  font-family: 'Graphik';
  line-height: 18px;
  font-size: 13px;
  color: white;
  margin-top: 30px;
  text-shadow: 1px 1px 5px #3e3e3e;
}

.section3-homepage h3 {
  position: absolute;
  top: 0px;
  left: -80px;
  font-size: 90px;
}


.section3-homepage h4 {
  text-shadow: 1px 1px 5px #3e3e3e;
}

.section4-homepage .admins{
  display: flex;
  justify-content: center;
}


.section3-homepage .vc_separator{
  margin-top: 60px;
}

.section4-homepage .vc_col-sm-4 {
  width: 25%;
}

.section4-homepage .vc_col-sm-4 .wpb_single_image {
  width: 100%;
  border: 1px solid white;
  margin-bottom: 0px;
}

.admins h6{
  font-family: 'Roboto';
  font-weight: 500;
  color: white;
  display: flex;
}

.admins h6::before {
  content: '';
  background-image: url(https://realite.wevolved.com/wp-content/uploads/2023/06/estrelinhas-3-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 20px;
}

.admins p{
  font-family: 'Roboto';
  font-weight: 400;
  color: white;
  font-size: 15px;
  margin-top: 5px;
}

.admins .wpb_wrapper > .wpb_text_column > .wpb_wrapper{
  display: flex;
  justify-content: space-between;
}

.redes-footer {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.redes-footer .wpb_text_column{
  margin: 0px !important;
}

.redes-footer .wpb_text_column .wpb_wrapper{
  display: flex;
  flex-direction: column;
}

.redes-footer p, .redes-footer a{
  color: white;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
}

.section5-homepage .linha2-footer .vc_sep_line {
  margin: 0px;
}

.redes-footer .vc_col-sm-8 .wpb_wrapper{
  display: flex;
  justify-content: flex-end;
}

.redes-footer .vc_btn3-container{
  margin: 0px !important;
}

.redes-footer a{
  background-color: transparent !important;
  border: transparent !important;
  color: white !important;
  padding: 0px !important;
}

.redes-footer > .wpb_column > .vc_column-inner{
  padding: 0px 5px;
}

.section5-homepage > .wpb_column > .vc_column-inner{
  padding: 0px 30px;
}

.linha2-footer {
  margin-bottom: 15px !important;
}

.partners-footer{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  position: relative;
}

.partners-footer > .vc_column_container{
  width: 140px;
}

.partners-title{
  position: absolute !important;
  bottom: 0px;
  left: 5px;
}

.partners-title p{
  text-align: left !important;
  font-size: 13px !important;
}


.partners-footer .wpb_single_image {
  width: 40px;
  margin-bottom: 10px;
  margin: 0 auto;
}

.partners-footer p {
  color: white;
  font-family: 'Graphik';
  font-size: 11px;
  text-align: center;
  text-shadow: 1px 1px 5px #3e3e3e;

}

.eddy-logo .wpb_single_image{
  margin: 0px;
  margin-left: auto;
}

.eddy-logo .vc_column-inner{
  padding-right: 5px !important;
}

.eddy-logo p{
  text-align: right;
}

/* News */

.card-news {
    width: 250px;
    height: 400px;
    background-color: lightblue;
    position: absolute;
    top: 60px;
    right: 80px;
    transform: translateY(-60%);
}

.form-request{
  position: relative;
}

div#logo-small.not-home, ul#main-menu.not-home  {
  opacity: 1 !important;
}

.realite-header {
  display: none;
  position: fixed;
  z-index: 2;
  width: 30%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.realite-header.not-home {
  display: flex;
}

.realite-header .wpb_single_image {
  width: 150px;
}

.realite-header .vc_col-sm-6:first-child .wpb_single_image {
  width: 150px;
  margin-left: auto;
}

.realite-header .vc_col-sm-6:last-child .wpb_single_image {
  width: 125px;
}

.realite-header .vc_col-sm-6 > .vc_column-inner {
  padding: 0px !important;
}

.title-news{
  margin-top: 30vh;
}

.title-news h2{
  font-family: 'Drakors';
  color: white;
}

.title-news .wpb_wrapper{
  position: relative;
  width: fit-content;
}

.title-news h6{
  font-family: 'Roboto';
  font-size: 11px;
  color: white;
  font-weight: 400;
  position: absolute;
  bottom: -15px;
  right: 0px;
}

.title-news .vc_column-inner{
  display: flex;
  justify-content: center;
}

.form-request form {
  padding: 50px;
  border: 1px solid white;
  margin-top: 60px;
}

.form-request form > p{
  display: flex;
  justify-content: center;
}

.form-request form input {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  padding: 0px 20px 0px 30px;
  position: relative;
  font-family: 'Roboto';
  font-size: 15px;
}

.form-request form .wpcf7-not-valid-tip {
  left: 50%;
  position: absolute;
  bottom: 40px;
  transform: translateX(-50%);
}

.form-request form input::placeholder{
  color: white;
  opacity: 0.5;
}

.form-request form input[type="submit"] {
  margin-left: 40px;
  background-color: white;
  color: rgba(0, 0, 0, 0.6);
  padding: 0px;
}

.form-request .vc_column-inner {
  padding: 0px 40px !important;
}

/* About */

.title-about{
  margin-top: 100px;
}

.title-about h2{
  color: white;
  font-family: 'Drakors';
  width: 80vw;
  margin:  0 auto;
}

.content-about {
  display: flex;
  width: 80vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border:  1px solid white;
  padding: 50px;
  margin-top: 40px;
}

.content-about .wpb_text_column {
  margin: 0px !important;
}

.content-about p {
  font-family: 'Roboto';
  color: white;
  font-size: 16px;
  text-align: center;
}

/* Works */

.wrapper-works{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0px 30px;
  margin-top: 30vh;
}

.wrapper-works .work{
  width: 25%;
  margin-bottom: 50px;
}

.work .title-work{
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 16px;
  color: white;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}

.work .title-work::after{
  content: '';
  background-color: white;
  width: 2px;
  height: 40px;
  margin: 5px 0px;
}

.work .description-words, .work .credits-work{
  display: flex;
  flex-direction: column;
}

.work .description-words::after,
.work .credits-work::after{
  content: '';
  background-color: white;
  width: 2px;
  height: 50px;
  margin: 5px 0px;
}

.work .description-words div, .work .credits-work div{
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.work img {
  width: 50px;
  margin-left: -20px;
}

/* Project Page */

#project-page > .wpb_column > .vc_column-inner > .wpb_wrapper{
  overflow:hidden;
  display: flex;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#project-page .section {
  flex: 0 0 100vw;
  height: 100vh;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fbfbfb;
}

#project-page .identity{
  flex: 0 0 40vw;
  position: unset !important;
}


#project-page .identity .wpb_wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#project-page .identity h2{
  font-family: 'Drakors';
  font-size: 50px;
  opacity: 0;
  top: 70px;
  position: relative;
  animation-name: slideUpAndFadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

#project-page .identity h2:nth-of-type(1){
  margin-right: 70px;
  animation-delay: 1s;
}

#project-page .identity h2:nth-of-type(2){
 margin-left: 70px;
 animation-delay: 1.2s;
}

@keyframes slideUpAndFadeIn{
  0%{
    opacity: 0;
    top: 70px;
  }

  100%{
    opacity: 1;
    top: 0px;
  }
}

#project-page .identity .wpb_text_column > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
  width: 100vh;
}

#project-page .identity p{
  margin-bottom: 0px;
  font-size: 18px;
  font-family: 'Roboto';
  text-transform: uppercase;
  opacity: 0;
  animation-name: fullOpacity;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes fullOpacity{
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

#project-page .identity .wpb_text_column {
  position: absolute;
  transform: rotate(-90deg) translateY(50%) translateX(50%);
  bottom: -35px;
  left: calc(-50vh + 40vw);
  margin: 0px !important;
}

#project-page .identity > .wpb_column{
  position: unset !important;
} 

.identity .wpb_text_column .wpb_wrapper::before {
  content: '';
  width:  100vh;
  height: 2px;
  position: absolute;
  background-color: white;
  top: 0px;
  left: -100%;
  animation-name: lineFull;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.identity .wpb_text_column .wpb_wrapper::after {
  content: '';
  width: 100vh;
  height: 2px;
  position: absolute;
  background-color: white;
  bottom: 0px;
  left: -100%;
  animation-name: lineFull;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}

@keyframes lineFull{
  0%{
    left: -100%;
  }

  100%{
    left: 0;
  }
}

#project-page .image-rotate{
  flex: 0 0 60vw;
}

#project-page .image-rotate .wpb_single_image{
  display: flex;
  justify-content: center;
}

#project-page .about-project{
  flex: 0 0 40vw;
  background-color: white;
}

#project-page .about-project h4{
  font-family: 'Drakors';
  font-size: 30px;
  color: black;
  padding: 0px 20px;
}


#project-page .about-project p{
  font-family: 'Roboto';
  font-size: 15px;
  color: black;
  padding: 0px 20px;
}

#project-page .about-project .text-viewer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    padding: 160px 0px 10px 0px;
}

#project-page .final-scroll{
  flex: 0 0 60vw;
}

#normal-scroll {
  width: 60vw;
  position: absolute;
  top: 150vw;
  right: 0px;
}

h3#projects-position {
  text-align: center !important;
  font-family: 'Drakors';
  color: white;
  font-size: 40px;
  margin-bottom: 60px;
}

.project-content{
  height: fit-content;
  position: relative;
  margin-bottom: 150px;
}

.project-content figure{
  width: 270px;
  height: auto;
  border: 2px solid white;
}

.project-content h3{
  text-align: center !important;
  font-family: 'Drakors';
  color: white;
  font-size: 30px;
  margin-bottom: 30px;
}

.project-content p{
  text-align: center !important;
  font-family: 'Roboto';
  color: white;
  font-size: 15px;
  width: 35vw;
}

.project-content .text-viewer{
  display: flex;
  justify-content: center;
}

.project-content .credits-project {
  position: absolute;
  left: 50%;
  width: 35vw;
  transform: translateX(-50%);
}

.project-content .credits-project.artistic-direction  p {
  text-align: left !important;
}

.project-content .credits-project.project p {
  text-align: right !important;
}

#video-project .wpb_video_wrapper{
  padding: 0px;
  padding-top: 80px;
}

#video-project video {
    max-width: unset;
    height: 70vh;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
}

@media only screen and (max-width: 1280px){

  /* Homepage */

  .card-highlight {
    width: 200px;
    height: 300px;
    background-color: lightblue;
  }

  /* Work */

  .wrapper-works .work {
    width: calc(100% / 3);
  }

  /* About */

  .content-about {
    width: 90vw;
  }

  /* Work Single */

  #project-page .about-project h4 {
    font-size: 25px;
  }

  #project-page .about-project p {
    font-size: 13px;
  }

}


@media only screen and (max-width: 1024px){

  .card-news {
    width: 200px;
    height: 300px;
  }

  .card-homepage {
    width: 250px;
    height: 400px;
}
  
  div#cachee-without-a, div#cachee-with-a {
    width: 208px;
  }

  div#realite-without-a, div#realite-with-a {
    width: 250px;
  }

  .wrapper-section2 p {
    font-size: 45px;
  }

  .wrapper-section2 .content3 p {
    font-size: 14px;
    width: 200px;
  }

  .section3-homepage h3 {
    font-size: 70px;
    left: -50px;
  } 

  .section3-homepage .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    margin-left: 50px;
  }

  .section4-homepage .vc_col-sm-4 {
    width: 30%;
  }

  /* News */

  .form-request form input {
    width: 170px;
    height: 170px;
  }

  /* Work Single */

  #project-page .identity p {
    font-size: 13px;
  }

  #project-page .identity .wpb_text_column > .wpb_wrapper {
    padding: 15px;
  }

  #project-page .identity h2 {
    font-size: 35px;
  }

  #project-page .about-project .text-viewer {
    padding: 110px 0px 10px 0px;
  }

  #project-page .about-project h4 {
    font-size: 20px;
  }

  #project-page .about-project p {
    font-size: 12px;
  }

  h3#projects-position {
    font-size: 30px;
  }

  .project-content figure {
    width: 220px;
  }

  .project-content h3 {
    font-size: 25px;
  }

  .project-content p {
    font-size: 12px;
  }

}


@media only screen and (max-height: 800px){
  
  .logo-homepage {
    width: 40vw;
  }

}

@media only screen and (max-width: 768px){

  .card-news {
    width: 140px;
    height: 200px;
    top: 60px;
    right: 40px;
  }

  .wrapper-highlight {
    gap: 20px;
  }
  
  .logo-homepage {
    width: 70vw;
  }

  div#cachee-without-a, div#cachee-with-a {
    width: 250px;
  }

  div#realite-without-a, div#realite-with-a {
    width: 300px;
  }

  .expertises {
    padding: 0px 60px 0px 40px;
  }

  .admins h6 {
    font-size: 13px !important;
  }

  .admins p {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0px;
  }

  .admins .wpb_wrapper > .wpb_text_column > .wpb_wrapper {
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 5px;
  }

  /* NEWS */

  .realite-header {
    position: absolute;
    width: 60%;
    top: 20px;
    left: -30px;
    transform: translateX(0%);
  }

  .form-request form {
    padding: 20px;
  }

  .form-request form input {
    width: 150px;
    height: 150px;
  }

  /* Work */

  .wrapper-works .work {
    width: 50%;
  }

  

}

@media only screen and (max-width: 500px){

  .card-news {
    top: unset;
    bottom: 0px;
    transform: translateY(0);
  }

  .wrapper-highlight {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap:  100px;
  }

  .card-highlight {
    width: 70vw;
    height: 500px;
    background-color: lightblue;
  }

  .card-homepage {
    position: relative;
    bottom: 0px;
    right: -50%;
    transform: translateX(-50%);
  }

  #start{
    max-width: 100vw;
    overflow: hidden;
  }
  
  .realite-cachee, .realite-cachee .vc_col-sm-6 {
    position: unset;
  } 

  div#realite-without-a, div#realite-with-a {
    width: 300px;
    position: absolute;
    top: 0px;
  }

  div#realite-with-a {
    right: unset;
    left: 0px;
  }

  div#cachee-without-a, div#cachee-with-a {
    width: 250px;
    top: unset;
    left: unset;
    position: absolute;
    bottom: 100px;
    right: 0px;
  }

  .logo-homepage {
    width: 150%;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateY(calc(-50% - 100px)) translateX(-50%);
  }

  .scroll-animation {
    bottom: 100px;
    left: 0px;
    transform: translateX(0);
  }

  #creative-agency{
    display: none;
  }

  .wrapper-section2 p {
    font-size: 25px;
  }

  .wrapper-section2 > .vc_column-inner > .wpb_wrapper {
    height: fit-content;
    justify-content: flex-start;
  }

  .wrapper-section2 .wpb_text_column{
    margin-top: 30px;
  }

  .expertises {
    padding: 0px 15px 0px 5px;
  }

  .section4-homepage .admins {
    flex-direction: column;
  }

  .section4-homepage .vc_col-sm-4 {
    width: 100%;
  }

  .admins h6,.admins p {
    font-size: 15px !important;
  }

  .partners-title {
    bottom: unset;
    top: -35px;
  }

  .partners-footer {
    margin-top: 50px;
  }

  /* NEWS */

  .realite-header .vc_col-sm-6{
    width: fit-content;
  }

  .realite-header.not-home {
    left: 15px;
    justify-content: flex-start;
    gap: 10px;
  }

  .form-request form > p {
    flex-direction: column;
    align-items: center;
  }

  .form-request form input[type="submit"] {
    margin-top: 30px;
    margin-left: 0px;
  }

  .form-request {
    margin-bottom: 50px;
  }

  .form-request form{
    padding: 50px;
  }

  /* Work */

  .wrapper-works .work {
    width: 100%;
  }

  .wrapper-works {
    margin-top: 100px;
  }

  .wrapper-works .work {
    margin-bottom: 100px;
  }

  /* About */

  .title-about h2 {
    width: 90vw;
    font-size: 24px !important;
  }

  .content-about {
    gap: 40px;
    width: 90vw;
    padding: 20px;
    flex-direction: column;
  }

  .title-about {
    margin-top: 70px;
  }
  

  /* Work Single */

  #project-page > .wpb_column > .vc_column-inner > .wpb_wrapper {
    position: relative;
    flex-direction: column;
  }

  #project-page .identity {
    flex: unset;
    height: fit-content;
    position: relative !important;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 100px;
  }

  #normal-scroll {
    width: 100vw;
    position: relative;
    top: unset;
    right: unset;
  }

  #project-page .identity .wpb_text_column {
    position: relative;
    transform: unset;
    bottom: unset;
    left: unset;
    margin: 0px !important;
    margin-top: 40px !important;
  }

  #project-page .identity .wpb_text_column > .wpb_wrapper {
    width: 100vw;
  } 

  #project-page .image-rotate .wpb_single_image {
    height: 50vh;
    align-items: center;
  }

  #project-page .about-project .text-viewer {
    padding: 40px 0px 10px 0px;
    height: fit-content;
    gap: 40px;
  }

  #project-page .about-project {
    flex: unset;
    background-color: white;
    height: fit-content;
  }

  #project-page > .wpb_column  > .vc_column-inner{
    padding: 0px !important;
  }

  #project-page .vc_empty_space{
    display: none;
  }

  #project-page .final-scroll {
    flex: unset;
    height: fit-content;
    margin-top: 100px;
  }

  .project-content p {
    width: 85vw;
  }

  .project-content .credits-project {
    width: 85vw;
  }


}

@media only screen and (max-width: 414px){

  div#realite-without-a, div#realite-with-a {
    width: 230px;
  }

  div#cachee-without-a, div#cachee-with-a {
    width: 192px;
  }


}