body{
  width: 100%;
  background-color: rgb(0, 0, 0);
  color: white;
}

.imgGit{
  width: 4vw;
  height: auto;
  margin-left: 1vw;
  margin-right: 1vw;

}

.imgGit:hover{
  transform: scale(1.02);
}

.animated-name {
  display: inline-block;
  animation: colorChange 8s ease-in-out infinite alternate;
  font-weight: bold;
}

@keyframes colorChange {
  from {
    color: #d1a4f5;
  }
  to {
    color: rgb(153, 51, 204);
  }
}


.myCard:hover{
    transform: scale(1.002);
    box-shadow: 0px 0px 3px rgba(187, 39, 255, 0.945);
}

.mynavBar{
    width: 101%;
    height: 18vh;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    border: 0;
    background-color: black;

}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(153,51,204, 0.3); 
  border-radius: 50%;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: rgba(153,51,204, 0.6);
}

.boxApp{
  width: 67%;
  border: solid #acacac 1px;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 2vh;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5vh;
  padding-bottom: 8vh;
  box-shadow: 4px 3px 0 rgba(153, 51, 204, 0.3);
}

.boxApp:hover {
  transform: scale(1.001);
}

.appSection{
    margin-top: 10vh;
    margin-bottom: 3vh;
    display: flex;
    flex-direction: row;
}

.appSection .carousel {
  border-radius: 10px;
  margin-right: 2vh;
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
}

.appSection .carousel:hover {
  transform: scale(1.0005);
}

.appSection .carousel::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3vh;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.appSection .carousel:hover::after {
  opacity: 1;
}

.navbar-toggler{
    order: -1;
    margin-left: 15px;
    border: 0;
    background-color: black;
}

iframe[src*="docs.google.com"] {
    height: 600px;
}

iframe[src*="docs.google.com"]::-webkit-scrollbar {
  display: none;
}

.back-color{
  width: 101%;
  background: linear-gradient(135deg, rgba(153, 51, 204, 0.4), rgba(0, 0, 0, 0.8)); 
  border-bottom: 1px solid rgba(153, 51, 204);
  margin: 0;
  padding: 0;
}

.profile-background{
  display: flex;
  flex-direction: row;
  background-color:  rgba(0, 0, 0, 0.8);

  box-shadow: 5px 3px 0 rgba(153, 51, 204, 0.4);
  margin-top: 6vh;
  margin-bottom: 8vh;
}

.profile{
  display: flex;
  margin:6vh;
  padding-left: 4vw;
  padding-right: 4vw;
  align-items: center;
}


.des-profile p{
  width: 75%;
  margin-top: 4vh;
}

.skill{
  width: 100%;
}

.skill-image{
  margin-top: 5vh;
}

.skill-title{
  margin-left: 2vw;
  align-items: right;
}

.row.d-flex {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.game-desc{
  margin-left: 3vw;
}

.footer-form{
  width: 60%;
}

.form-control{
  border-radius: 0;
  margin-bottom: 1vh;
  padding: 8px;

}
.btn{
  border-radius: 0;
  background-color: blueviolet;
  color: white;
  border: 0;
}

.btn:hover{
  background-color: blueviolet;
  font-weight: 500;
}

@media screen and (max-width:992px){
  
  .imgGit{
    width: 4vw;
  }

  .back-color{
    padding-bottom: 1vh;
  }

  .footer-form{
    width: 80%;
  }

  .game-desc{
    margin-left: 0;
  }

  .profile-background{
      flex-direction: column !important;
      align-items: center;
      margin-left: 0;
      margin-top: 5vh;
      margin-bottom: 5vh;
      padding-top: 1vh;
  }

  .profile{
    flex-direction: column;
    margin: 2vh;
    margin-top: 0;
  }

  .profile .des-profile {
    order: -1;
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 1vh;
    width: 70vw;
    align-items: center;
    text-align: center;
  }

  .des-profile p{
    width: 90%;
    padding-left: 5vw;
    text-align: center;
  }
  
  .profile .skill {
    order: 1;
  }

  .skill{
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
  }

  .skill-title{
    margin-left: auto;
    align-items: center;
    width: 90%;
    height: 90%;
  }
  
  .skill-image {
    margin: auto;
    margin-left: auto;
    margin-top: 1vh;
    content: url('https://skillicons.dev/icons?i=cs,java,py,dotnet,spring,flask,html,css,js,bootstrap,react,mysql&perline=4');
  }

  .appSection {
    flex-direction: column !important;
    margin-left: 4vw;
    width: 100%;
    margin-top: 1vh; margin-bottom: 1vh;
  }

  .appSection .carousel {
    order: 1;
    margin-top: 3vh;
    margin-bottom: 1vh;
    width: 70vw;
  }
  
  .appSection .carousel:hover {
    transform: scale(1.02);
  }

  .appSection .description {
    order: -1;
    margin-left: 0;
    width: 70vw;
    align-items: center;
    text-align: center;
  }
  .des-profile{
    font-size: small;
    margin-left: 0;
  }

  .boxApp{
    width: 80%;
  }
  
  .mynavBar{
    height: 13vh;
    width: 101%;
  }
}

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

  .imgGit{
    width: 10vw;
  }

  .skill-image {
    margin: auto;
    margin-left: auto;
    margin-top: 1vh;
    width: 90%;
    content: url('https://skillicons.dev/icons?i=cs,java,py,dotnet,spring,flask,html,css,js,bootstrap,react,mysql&perline=4');
  }

  .skill-title{
    width: 80%;
  }

}