@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;500&display=swap');

:root{
    --color-green: #14ff56;
    --color-black: #0d0d0d;
    --color-text: #696969c9;
    --color-white: #ffff;
}

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Poppins', sans-serif;
    background-color: var(--color-white);
}
#nameclient {
  text-decoration: none;
  font-size: 1rem;
  color: black!important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
svg{
    width: 55px;
    color: var(--color-black);
    flex-direction: row-reverse;
}

.header,
.navigation_header{
    display: flex;
    flex-direction: row;
    padding: 0% 9% 0% 0%;
    align-items: center;
    z-index: 9999;
    padding-left: 12%;
    margin-left: 3%;
    font-size: 1em;
    position: sticky;
    gap: 3em;
}

#navigation_header2{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2em;
}

.header{
    background-color: var(--color-white);
    justify-content: space-between;
    height: 3.5em;
}

.header svg {
  width: 50px;;
}

.content{
    text-align: center;
    margin-top: 5%;
}

.footermobile {
  display: none;
}
.navigation_header a{
    text-decoration: none;
    color: var(--color-text);
    transition: 1s;
    font-weight: 400;
}
.navigation_header a:hover{
    color: var(--color-black);
    
}
.active{
    color: black!important
}
h4{
    font-weight: 400;
    color: var(--color-text);
}
.btn_icon_header{
    background: transparent;
    border: none;
    color: var(--color-white);
    cursor: pointer;
    display: none;
}

.fixar{
  position: fixed;
}


.fixar2{
  display: block;
}

@keyframes showSidebar {
    from {margin-left: -100vw;}
    to {margin-left: -10vw;}
}


body::-webkit-scrollbar {
    width: 14px;              /* width of the entire scrollbar */
  }
  
  body::-webkit-scrollbar-track {
    background: rgb(231, 231, 231)   ;   /* color of the tracking area */
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: rgb(27, 27, 27);    /* color of the scroll thumb */
    border-radius: 0px;     /* roundness of the scroll thumb */  /* creates padding around scroll thumb */
  }

.sobre{
  max-width: 100%;
  height: 40vh;
  text-align: left;
  background: #131313;
  color: white;
  margin: 40px auto;
}

.sobre2{

  max-width: 100%;
  height: 40vh;
  text-align: left;
  color: white;
  background: #131313;
  margin: 0px auto;
}

.sobre img {
  max-width: 45vh;
  float: left;
  border-radius: 0%;
}

.futer {
    color: white!important;
    padding-left: 14%;
    padding-top: 5%;
    font-size: 0.8rem;
    font-weight: 200!important;
}
.futer2 {
    font-weight: 200!important;
}
#minhafoto {
  margin-top: -0.5%;
  width: 36vh;
  margin-left: 8%;
}
.sobreInfo {
  padding-top: 5%;
  font-size: 1.5vh;
  text-align: left;
  margin-right: 22%;
}

.sobreInfo h4,Span{
  color: var(--color-green);
  font-weight: 400; 
}

.float {
    color: var(--color-green);
    font-weight: 600;
    font-size: 1.5em;
}

.sobreInfo p {
  font-weight: 200;
  color: var(--color-white);
}

footer {
    
  display: flex;
}

.devProjeto {
  width: 50%;
  height: 100%;
  float: left;
  border-radius: 0%;
}

.devProjeto p {
  font-weight: 100;
  color: rgba(255, 255, 255, 0.904);
}

image {
    position: relative;
    width: 100%;
  }
  
  .image_img {
    display: block;
    width:100%;
  }
  
  .image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color:white;
    display: flex;
    flex-direction: column;
    opacity: 0;
    align-items: center;
    transition: 0.25s;
    justify-content: center;
  }
  
  .image__overlay--blur {
    backdrop-filter: blur(6px);
  }
  
  .image__overlay:hover{
    opacity: 1;
  }
  
  .image__overlay > * {
    transform: translateY(20px);
    transition: transform 0.25s;
  }
  
  .image__overlay:hover > * {
    transform: translateY(0px);
  }
  
  .image__title {
    font-size: 2em;
    font-weight: bold;
  }
  
  .image__description {
    font-size: 1.25em;
    margin-top: 0.25em;
  }

  .ryanoliveira {
    display: none;
  }

  .svm {
    display: none;
  }

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

    .header {
      padding-right: 12%!important;
      padding-left: 6%!important;
    }

    .header
    .navigation_header{
      position: absolute;
      flex-direction: column !important;
      top: 0;
      background-color: rgba(0, 0, 0, 0.622);
      border-radius: 5px;
      height: 95vh;
      width: 80vw;
      padding: 0!important;
      animation-duration: 1s;
      margin-left: -100vw;
      left: 10%;
  }

  .navigation_header svg {
    color: white!important;
  }
  .btn_icon_header{
      display: block;
      padding: 2%;
  }

    .container {
      padding-top: 1em;
    }
    #cp {
      font-size: 10px;
    }
    #navigation_header2{
      flex-direction: column;
    }

    .form h1 {
      font-size: 1em!important;

    }

    #minhafoto {
      width:38vh;
    }
    .form {
      margin-left: 10%;
    }

    nav a {
      display: flex;
      animation-duration: 1s;
      padding: 1em;
      color: white!important;
    }
    .btn_icon_header{
        display: block;
    }

    .miniatura p {
      font-size: 10px!important;
    }

    .miniatura a {
      font-size: 18px!important;
    }
    .image__title{
      font-size: 2em!important;
    }

    .mobilec {
      font-size: 0.8em!important;
    }

    .image__description {
      font-size: 1em!important;
    }
    .active {
      color: white!important;
    }

    .setaCima{
      left: 91vw!important;
    }

    .setaBaixo {
      left: 80vw!important;
    }
}

@media only screen and (max-width: 600px) {
  body {
    background-color: rgb(255, 255, 255);
  }

  .title {
    font-size: 1.2em!important;
    padding-top: 20%!important;
  }

  .title h4 {
    font-size: 1em!important
  }
  .nvrs {
    font-size: 1.1em!important;
    margin-left: -1.1em;
  }
  .ryanoliveira {
      font-size: 2.5em!important;
  }


  .pt {
    max-width: none!important;
    padding-right: 0!important;
  }
  #sobreinfo h2{
    font-size: 3.5em!important;
  }


  #sobreinfo h4{
    font-size: 1.3em!important;
  }

  #sobreinfo p{
    font-size: 1.6em!important;
  }

  h1 {
    font-size: 1.7em!important;
  }

  p {
    font-size: 1.1em!important;

  }
 
  .mobile h1 {
    font-size: 2em!important
  }
  h2 {
    font-size: 1.6em!important;
  }
  .sobre {
    height: 10%;
    padding-bottom: 4%;
  }

  .header {
    gap: 0!important;
    margin-left: 0!important;
  }

  .ryanoliveira {
    display: block!important;
  }

  .sobreInfo h1 {
    font-size:2.5em!important;
  }

  .sobreInfo h2{
    font-size:2.5em!important;
    margin-left: 23%;
    margin-top: 1em;
  }

  .sobreInfo h4 {
    font-size:1.5em;
    margin-left: 23%;
  }

  .sobreInfo p{
    margin-top: 10%;
    margin-left: 23%;
    font-size:1.2em;
  }
  #minhafoto {
    display: none;
  }
  .content {
    margin-top: 15%!important;
    font-size: 1em;
  }

  .content h1 {
    display: none;
  }

  svg {
    width: 30px;
  }

  .footer svg {
    width: 30px;
    padding-bottom: 20%;
  }
  .navigation_header {
    max-width: 100vh;;
    background-color: rgba(0, 0, 0, 0.911);
    height: 100vh;
  }
  .header, .navigation_header {
    padding-left: 3%
  }
  .slide {
    max-width: 100%!important;
    height: 100%!important;
    margin: 2%!important;
    margin-top: 5%!important;
    box-shadow: none!important;
  }

  .container {
    color: white!important;
    padding: 0!important;
  }

  .slide-items img {
    width: 120%!important;
  }
  .seta{
    display: none;
  }

  .image_img {
    display: block;
    width:100%;
  }
  
  .image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color:white;
    display: flex;
    flex-direction: column;
    opacity: 0;
    align-items: center;
    transition: 0.25s;
    justify-content: center;
  }
  
  .image__overlay--blur {
    display: none;
  }
  
  .image__overlay:hover{
    display: none;
  }
  
  .image__overlay > * {
    display: none;
  }
  
  .image__overlay:hover > * {
    display: none;
  }
  
  .image__title {
    display: none;
  }
  
  .image__description {
    display: none;
  }

  #btnSlideBack img {
    width: 90%;
  }

  #btnSlideNext img {
    width: 90%;
  }
  .ds {
    display: block!important;
  }

  .design {
    margin-left: 0!important;
  }

  .sv h1 {
    margin-left: 0!important;
  }

  .ft h1 {
    margin-left: 0!important;
  }

  .ft h1 {
    font-size: 18px;
    margin-left: 6.4%;
    padding-top:-10%;
    padding-bottom: 6%;
    font-weight: 400;
    color: var(--color-text);
    padding-left: 17%;
  }

  .sobre2 {
    display: none;
  }

  .footermobile {
    background-color: #131313;
    align-items: center;
    display: block;
    text-align: center;
    color: white;
    font-size: 1em;
    height: 100%;
    padding: 10%;
  }

  .footermobile h1 {
    margin-left: 4%;
    margin-right: 5%;
    font-size: 1.5em;
    font-weight: 400;
    text-align: left;
  }
  .footermobile h2 {
    font-size: 0.8em;
    margin-left: 1.5%;
    font-weight: 200;
    text-align: left;
    padding-right: 20%;
    padding-top: 5%;
  }

  .footermobile button {
    width: 32%;
    border-style: none;
    margin-top: 10%;
    border-radius: 5px;
    background-color: white;
    height: 30px;
    left: 10%!important;
  }

  .footermobile a {
    text-decoration: none;
    color: black;
  }

  .footer {
    margin-right: 49%;
    padding-top: 4%;
    margin-left: 0!important;
  }

  .svm {
    display: block!important;
  }

  .svm h1{
    padding-top: 25%;
    font-size: 18px;
    padding-left: 8%!important;
    color: var(--color-text);
    font-weight: 400;
    padding-bottom: 0%!important;
  }

  .svm b{
    color: black;
  }

  .nvrs h1 {
    font-size: 0.9em!important;
  }

  .collors img {
    width: 80%!important;
  }

}