.project-div{
    display: flex;
    justify-content: end;
    align-items: flex-end;
    text-align: left;
    height: 100vh;
}
.project-div-left{
    padding: 100px;
    flex: 1;
}
.project-div-left-title h2{
    color: rgb(61, 60, 75);
    font-weight: 900;
    font-size: 4rem;
}
.project-div-left-title p{
    color: rgb(160, 160, 160);
}
.project-div-right{
    flex: 1.5;
    height: 100%;
}
.project-div-right img{
    width: 100%;
    height: 100%;
}
#arrow{
    font-size: 3rem;    
}
.gestao-cta-align{
    width: 600px;
  }
  .project-div-left-title h3{
    color: #007bff;
    font-weight: 900;
    font-size: 14px;
  
  
   
  }
  .h3-align {
    display: flex
;
    padding: 20px 0px;
    gap: 10px;
    align-items: flex-start;
    justify-content: left;
    text-align: center;
}
  .gestao-cta {
    background-image: url('../assets/rent\ \(3\).png    '); /* Imagem de fundo */
    background-attachment: fixed; /* Cria o efeito parallax */
    background-position: center;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    padding: 300px 300px;
    text-align: center;
 
    color: white; /* Para melhor contraste com a imagem */
  }
  #align-img{
    margin-top: -200px;
  }
  .custom-checkbox {
    color: #626467;
}
  .project-div-image-fullscreen{
    width: 100%;
  }
  .project-div-image-fullscreen img{

    width: 100%;
    height: 100%;
  }  .project-div-image-fullscreen video{
margin-bottom: -20px;
    width: 100%;
    height: 100%;
  }
  
  
   .span-div-projects{
    display: flex;
    justify-content: space-between;
    padding: 100px 300px;
    background-color: black;
   }
   .span-div-projects span a{
    color: #fff;
    transition: 0.2s;
    font-size: 3.5rem;
   }
   #cursor-project {
    cursor: pointer;


  }
  
   .span-div-projects span a:hover{
    color: #17D5ff;
    transition: 0.2s;
   }


   @media (max-width: 1200px) {
    .project-div-left {
    padding: 100px 20px;
    flex: 1;
}

.project-div {
  display: grid
;
  justify-content: end;
  align-items: flex-end;
  text-align: left;
  height: 100%;
}
.project-div-left-title h3 {
  color: #007bff;
  font-weight: 900;
  text-align: left;
  font-size: 14px;
}
.gestao-cta {
    background-image: url(../assets/rent\ \(3\).png);
    background-attachment: fixed;
    background-position: center;
    display: none;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 300px;
    text-align: center;
    color: white;
}
#align-img {
  margin-top: 0px;
}
.project-div-left-title h2 {
  color: rgb(61, 60, 75);
  font-weight: 900;
  font-size: 3rem;
}
.span-div-projects {
  display: flex
;
  justify-content: space-between;
  padding: 100px 30px;
  background-color: black;
}
.project-div-image-pattern-align {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    gap: 10px;
   }
   .project-div-image-pattern-align img{
    width: 100%;
    height: 100%;
   } }