* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
    
}
.container {
    height: 290vh;
    background-color: #a55c1b;
    background-image: linear-gradient(315deg, #a55c1b 0%, #000000 74%);

}
html {
    scroll-behavior: smooth;

}

::-webkit-scrollbar {
  width: 10.5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 35px black;
  border-radius: 7px;
}
::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 7px;
}


::-webkit-scrollbar-thumb:hover {
  background: white;
}
.menu22 ul {
    display: inline-flex;
    margin-top: 15px;
    margin-left: 0px;
}
.menu22 ul li {
    display: inline-flex;
    margin: 0 20px;
    color: #ffffff;
    cursor: pointer;
}
.active {
    color: white;
    font-size: 33px;
    font-weight: bolder;
}
.menu ul {
    display: inline-flex;
    margin-left: 1030px;
    margin-top: -60px;
}
.menu ul li {
    display: inline-flex;
    margin: 0 20px;
    color: #ffffff;
    cursor: pointer;
}
.projects {
    color: white !important;
    font-size: 30px;
    font-weight: bolder;
    margin-top: 10px;
    
}

.achievements {
    color: white !important;
    font-size: 45px;
    font-weight: bolder;
    margin-top: 10px;
    
}
.contact {
    color: white !important;
    font-size: 30px;
    font-weight: bolder;
    margin-top: 10px;
    
}
.text {
    font-size: 30px;
    margin-left: 190px;
    margin-top: -200px;
    color: white
}
#achievements {
    color: white;
    margin-left: 650px;
    margin-top: 300px;
}
.ac {
    color: #fff;
    margin-left: 390px;
    font-size: 15px;
}
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 39px;
}

.icon-bar a:hover {
  background-color: #a55c1b;
}

.github {
  background: transparent;
  color: white;
}
.google {
  background: transparent;
  color: white;
}
.youtube {
  background: transparent;
  color: white;
}
#top {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: black; 
  color: white; 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 25px; 
  font-size: 18px; 
}

#top:hover {
  background-color: #a55c1b; 
}
#contact {
    color: white;
    margin-left: 250px;
    margin-top: 300px;
}
.conts {
    color: #fff;
    margin-left: 170px;
    font-size: 15px;
}
