@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.divHeader{
  width: 100%;
  align-items: center;
  z-index: 999;
  display: flex;
  position: fixed;  
  top: 0;
  justify-content: center;

}
.nav-link{
      display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.navbar-nav.me-auto.mb-2.mb-lg-0{
    gap: 137px;
    width: 100%;
    justify-content: center;
    /* display: flex; */
    /* margin: 100px; */
  }
  .bg-body-tertiary{
    width: 100%;
  }
  .navbar-nav me-auto mb-2 mb-lg-0{
    width: 100%;
    align-items: center;
    justify-content: center;
    /* background-color: red; */
  }
  .container-fluid{
    width: 50%;
    background-color: transparent;
  }
  .collapse navbar-collapse{
    width: 50%;
    border-radius: 19px;
    
  }
  #navbarSupportedContent{
    border-radius: 19px;
    /* background-color: #212529; */

  }
  .navbar navbar-expand-lg bg-body-tertiary{
    background-color: transparent !important;
  }
  .bg-body-tertiary{
    background-color: transparent !important;
  }
  #homeIcon{
    align-items: center;
    justify-content: center;
    display: flex;
  }
.dropdown-menu{
  width: 150px !important;
}

.nav-item:hover{
  background-color: #dcdcdc;
}

#btnColor{
  justify-content: space-around;
  height: 67px;
}
.mainIndex{
     /* border: 5px solid blue; */
     width: 54vw;
     align-items: center;
     /* justify-content: center; */
     margin-top: 7vh;
     display: flex;
     height: fit-content;

}
.divIndex{ 
  /* border: 5px solid black; */
  margin-top: 3%;
}
body{
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin: 0; 
  overflow: hidden;
}
canvas { 
  display: block; 
  width: 70vw;
}

.mainTextIntex{
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
.niceToM{
  color: #B2B2B2;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.myWorks{
  color: #B2B2B2;
  font-family: "Geist", sans-serif;
  font-size: 1.1rem;
  margin-left: 20px;
  display: flex;
  text-align: center;
  width: 231px;
  border: 2px solid;
  border-radius: 20px;
  text-decoration: none;
  justify-content: center;
}
.aboutI{
  color: #B2B2B2;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  /* margin-left: 20px; */
  height: auto;
  text-align: center;
  width: fit-content;
  padding: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
 .imageProfile{
  width: 100px;
  /* height: 100px; */
  border-radius: 37px;
 }
 .imgText{
  border: 2px solid #696969;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  margin-left: 20px;
  width: 231px;
  align-content: center;
  flex-wrap: wrap;
  padding: 2px;
  align-items: center;
  justify-content: space-evenly;
 }
 #imgProfile{
  width: 55px;
  height: 60px;
  /* border: 2.01px solid; */
 }
 #abt{
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 12px;
  text-decoration: none;
 }

 html{
  overflow-x: hidden;
  }
  .rabiscosContainer{ 
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
  }
  @media only screen and (max-width: 820px) {
  .container-fluid{
    position: fixed;
    left: 0;
    top: 20px;
  }
  .divIndex{
    left: -40px;
    position: relative;
    top: 8px;
  }
}
  @media screen and (min-width: 821px) and (max-width:1155px) {
  .container-fluid{
    position: fixed;
    left: 0;
    top: 20px;
  }
  .divIndex{
    left: -40px;
    position: relative;
    top: 8px;
  }
.mainIndex {
    margin-top: 12vh !important;
  }
}
  /* @media only screen and (min-width: 1024) and (max-width:1366) {
  .divIndex{
    left: -40px;
    position: relative;
    top: 8px;
  }
  #navbarSupportedContent{
    left: 39px;
    position: absolute;
    top: 10px;
  }
  .collapse navbar-collapse{
    left: 39px;
    position: absolute;
    top: 10px;
  }
} */
 .navbar-collapse collapse show{
    background-color: #212529 !important;
 }