@media screen and (min-width: 1024px) {
  
}
/*Banner part of the website*/
.banner {
  position: relative;
  text-align: center;
  background-color: black;
}
.banner img {
  opacity: 0.5;
}
.banner-title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: x-large;
  text-transform: uppercase;
  color: white;
  font-family: sans-serif;
}
.banner-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: smaller;
  text-transform: uppercase;
  color: rgb(157, 151, 151);
  font-family: sans-serif;
}

/* Navigation bar */
.topnav {
  overflow: hidden;
  border: #000 solid 0.5px;
  text-align: center;
  padding: 5px 20px 5px 20px;
}

.topnav a {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: medium;
  color: #000;
  text-decoration: none;
}

.topnav a:hover {
  background-color: #04aa6d;
  color: #000;
}

.topnav i {
  color: rgb(52, 148, 237);
}

.nav-title {
  display: inline-block;
  font-family: sans-serif;
  text-transform: uppercase;
  left: 50%;
  padding: 10px 50px 10px 50px;
}

/* Part 1: Target and Personal Information*/
.partone {
  display: flex;
}
.display{
  display: block;
}

.hidden{
  display: none;
}

#submit-email{
  background-color: rgb(2, 97, 198);
  color: #fff;
}

#input-email{
  width: 100%;
}

.section-title{
  margin-bottom: 30px;
}

.partone-column {
  padding: 50px;
  align-items: center;
  height: 350px;
  font-family: sans-serif;
  color: #454545;
}

.partone-column h2 {
  font-weight: lighter;
  color: #000;
}

#target {
  background-color: #edecec;
  font-size: medium;
}

#personal-info {
  background-color: #dadada;
  font-size: medium;
}

.partone i {
  color: rgb(52, 148, 237);
}

/* Part 2 */

.parttwo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
  padding: 60px 25px;

}

/*View buttons*/
#view-btn-exp{
  background-color: #f7f6c0;
  font-size: smaller;
  border-radius: 20px;
  width: 30%;
}
#view-btn-edu{
  background-color: #f7f6c0;
  font-size: smaller;
  border-radius: 20px;
  width: 30%;
}
#view-btn-act{
  background-color: #f7f6c0;
  font-size: smaller;
  border-radius: 20px;
  width: 30%;
}
#view-btn-hob{
  background-color: #f7f6c0;
  font-size: smaller;
  border-radius: 20px;
  width: 30%;
}
#view-btn-lan{
  background-color: #f7f6c0;
  font-size: smaller;
  border-radius: 20px;
  width: 30%;
}
#view-btn-ski{
  background-color: #f7f6c0;
  font-size: smaller;
  border-radius: 20px;
  width: 30%;
}


/*Other parts of Part 2*/
.hidden-content{
  display: none;
}

.parttwo-column {
  padding: 60px 25px;
  height: 200px;
  font-family: sans-serif;
  border: #9d9d9d solid 0.5px;
  color: #454545;
}

.parttwo-column ul{
  padding-bottom: 30px;
}

.parttwo-column h2 {
  color: #000;
}

.p2-title {
  display: inline-block;
  width: 80%;
}

.p2-image {
  display: inline-block;
  width: auto;
}

#education {
  display: block;
}

.info-place {
  font-weight: bold;
}

.info-time{
  display: inline-block;
  border-radius: 100px;
  padding: 0px 5px;
  background-color: rgb(32, 165, 248);
  color: #fff;
}

.hobby {
  font-size: medium;
  justify-content: center;
  text-align: center;
}

.hobbies {
  padding: 10px;
  display: block;
  justify-content: center;
  text-align: center;
}

.hobby-icon {
  border-radius: 100%;
  border: #000 solid 0.3px;
  width: 35px;
  height: 35px;
  line-height: 25px;
  font-size: large;
  color: rgb(52, 191, 237);
  border-color: rgb(52, 191, 237);
  text-align: center;
  padding: 5px;
  margin: auto;
}

/*progress tracker*/
.progress-tracker {
  display: flex;
  gap: 5px;
}

.progress {
  margin: 10px 0px 10px 0px;
  width: 25%;
  background-color: transparent;
  border-bottom: rgb(0, 217, 255) solid 2px;
}

.noprogress {
  margin: 10px 0px 10px 0px;
  width: 25%;
  background-color: transparent;
  border-bottom: rgb(142, 142, 142) solid 2px;
}

/*Part 3: Certificates*/

.partthree {
  padding: 50px;
  justify-content: center;
  background-color: #dadada;
}

.partthree .section {
  display: grid;
  grid-template-columns: 2fr 2fr;
  justify-content: center;
  gap: 10px;
}

.partthree h2 {
  font-weight: normal;
  text-transform: capitalize;
  font-family: sans-serif;

}
.partthree-a{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 10px;
  font-family: sans-serif;
  color: #454545;
  text-transform: uppercase;
  align-items: center;
  border-right: solid 0.1px #ff7519;
}
.partthree-b{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 10px;
  font-family: sans-serif;
  color: #454545;
  text-transform: uppercase;
  align-items: center;
}

.hr{
  color: #ff7519;
}

.partthree img {
  width: 75%;
}

.partthree ul {
  text-transform: none;
}

.left-content {
  flex: 50%;
}

.right-content {
  display: inline-block;
}

/*Part 4: Projects*/

.partfour {
  display: flex;
  font-family: sans-serif;
  padding: 50px;
  background-color: #f3f3f3;
  justify-content: center;
}

.partfour h2 {
  font-weight: normal;
}

.partfour-column {
  flex: 33.3%;
  float: left;
  margin: 50px;
  width: 350px;
  height: 600px;
  border: #9d9d9d solid 0.5px;
  color: #454545;
}

.partfour-column img {
  width: 100%;
  display: inline-block;
}

.project {
  text-transform: uppercase;
  padding: 10px;
  border-top: #000 solid 0.5px;
}

.content3 {
  padding: 10px;
  border-top: #000 solid 0.5px;
  display: flex;
  gap: 30px;
}

.content3-title {
  display: block;
  width: 100px;
  flex-shrink: 0;
}

.time {
  border-radius: 100px;
  padding: 0px 5px;
  background-color: rgb(32, 165, 248);
  color: #fff;
}

/*Part 5: Social media contacts*/

.contacts {
  justify-content: center;
  overflow: hidden;
  text-align: center;
  padding: 50px 20px 50px 20px;
  background-color: #dadada;
  display: flex;
}

#contact h2 {
  font-family: sans-serif;
}

.contacts a {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: medium;
  color: #000;
  text-decoration: none;
}

.contacts i {
  color: rgb(52, 148, 237);
}
