
*{
  /* background-color: #000000; */
}
:root {
  /* --bg-color: black; */
  --typewriterSpeed: 6s;
  --typewriterCharacters: 24;
}

body {
  background-color: #000000;
}
/* ------HEADING------ */
  
.name {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
    display: grid;
    color: white;
    place-content: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

.name h1 {
  font-size: 12vw;
  position: relative;
  justify-content: center;
  font-family: 'Poppins', monospace;
  position: relative;
  width: max-content;
}

h1::before,
h1::after{
  content: "";
  position: absolute; 
  top: 0;
  right: 0; 
  bottom: 0; 
  left: 0;
}

h1::before{ 
  background: #000000;
  animation: typewriter 4s ease forwards;
}

@keyframes typewriter{
  to { 
    left: 100%;
  }
}

/* SOCIAL MEDIA ICONS */

social-media{ 
  width: 95%; 
  position: absolute; 
  top: 0;
  left: 0;
  padding: 10px 0%; 
  display: flex; 
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: right;
  justify-content: space-between;
  float: right;
  overflow: '';
}

social-media ul li{ 
  list-style: none;
  display: inline-block;
  margin-left: 40px;
  margin-right: 0px;
}

.social-icon{ 
  color: white;
  transition: color 0.2s;
  text-decoration: none;
  height: auto;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center ;
  transform: scale(2.0);
}

.social-icon:hover{ 
  color: #aaaa;
}

.social-icon1{ 
  color: white;
  transition: color 0.2s;
  text-decoration: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center ;
  transform: scale(2.0);
}

.social-icon1:hover{ 
  color: #aaaa;
}

/* INTRODUCTION */
.intro{ 
  font-family: 'Poppins', monospace;
  text-align: left;
  padding: 1vw 7vw;
  color: white;
  /* height: 70vh; */
  align-items: center;
  /* margin: auto; */
  margin-bottom: 3vw;
  height: auto;
}

.intro h5{
  font-weight:600;
  font-size: 2vw;
  line-height: 1.5;

}

.intro p{
  font-size: 1.5vw;
  font-weight: 200;
  padding-right: 40vw;
}

.me-photo{
  /* filter: grayscale(100%); */
  border-radius: 50%;
  height: 25vw;
  width: 25vw;
  max-width: 100%;
  height: auto;
  float: right;
  padding-top: 1.5vw;
  margin-right: 2vw;
  position: relative;
  top: -100px;
  /* margin-left: 1500px; */
}

@media (max-width: 768px) {
  .me-photo {
    max-width: 100%;
  }
}


/* ORGANISER LIST */

.list{
  /* margin-top: 1vw; */
  font-family: 'Poppins', sans-serif;
  min-height: 90vh;
  padding: 1vw 3.5vw 7vw;
  display: grid;
  text-align: left;
  float: left;
  place-content: center;
  /* margin-left: 2vw; */
  line-height:1.1em;
}

.list ul{
  font-size: 5vw;
  position: relative;
  /* margin-left: 0.02vw; */
  font-family: 'Poppins', monospace;
  font-weight: 900;
  /* margin-left: 2vw; */
}

.list ul li{
  list-style: none;
  /* padding-right: .6em; */
}

#box-link1{ 
  text-decoration: none;
  color: white;
  transition: color 0.2s;
  position: relative;
}

#box-link1:hover{ 
  color: #97ab3d;
}

#box1{
  border: solid  #97ab3d;
  border-width: 0 1vw 0 1vw;
}

/* .expand-link {
  text-decoration: none;
  position: relative;
  color: white;
  display: inline-block;
  background-color: black;
  /* border: 1px solid #ccc; */
  /* font-family: 'Poppins', monospace;
  font-size: 5vw;
  font-weight: 900;
  padding-bottom: 2.7vw;
  transition: color 0.2s;
  transition: max-height 0.001s ease;
  max-height: 24px;
  overflow: hidden;
}

.expand-link:hover{ 
  color: #97ab3d;
}

.expand-link.expanded {
  max-height: 1000px; Adjust to a large value to accommodate the expanded content */
/* } */

/* .expand-content {
  display: none;
  background-color: #97ab3d; */
  /* border: 1px solid #ccc; */
  /* padding: 8px; */
  /* line-height: 2.5em;
  margin-top: 0.1vw;
  color: black;
  font-family: 'Poppins', monospace;
  font-size: 1vw;
} */

/* .expand-content h5{
  background-color: #97ab3d;
  margin-top: 5px;
  color: black;
  font-family: 'Poppins', monospace; */
  /* font-size: 1vw; */
/* } */

/* .expand-link.expanded + .expand-content {
  display: block;
} */ 

#box-link2{ 
  text-decoration: none;
  color: white;
  transition: color 0.2s;
  position: relative;
}

#box-link2:hover{ 
  color: #f74c3b;
}

#box2{
  border: solid  #f74c3b;
  border-width: 0 1vw 0 1vw;
}

#box2 h2 a{
  text-decoration: underline;
  color: white;
  transition: color 0.2s;
}

#box2 h2 a:hover{
  color:#f74c3b;
}

#box-link3{ 
  text-decoration: none;
  color: white;
  transition: color 0.2s;
  position: relative;
}

#box-link3:hover{ 
  color: #038a89;
}

#box3{
  border: solid  #038a89;
  border-width: 0 1vw 0 1vw;
}

#box3 h2 a{
  text-decoration: underline;
  color: white;
  transition: color 0.2s;
}

#box3 h2 a:hover{
  color:#038a89;
}


#box-link4{ 
  text-decoration: none;
  color: white;
  transition: color 0.2s;
  position: relative;
}

#box-link4:hover{ 
  color: rgb(225, 176, 0);
}

#box4{
  border: solid  rgb(225, 176, 0);
  border-width: 0 1vw 0 1vw;
}

#box4 h2 a{
  text-decoration: underline;
  color: white;
  transition: color 0.2s;
}

#box4 h2 a:hover{
  color:rgb(225, 176, 0) ;
}

#box-link5{ 
  text-decoration: none;
  color: white;
  transition: color 0.2s;
  position: relative;
}

#box-link5:hover{ 
  color: rgb(202, 0, 225);
}

#box5{
  border: solid  rgb(202, 0, 225);
  border-width: 0 1vw 0 1vw;
}

#box5 h2 a{
  text-decoration: underline;
  color: white;
  transition: color 0.2s;
}

#box5 h2 a:hover{
  color:rgb(202, 0, 225) ;
}

#box-link6{ 
  text-decoration: none;
  color: white;
  transition: color 0.2s;
  position: relative;
}

#box-link6:hover{ 
  color: #5AD86D;
}

#box6{
  border: solid  #5AD86D;
  border-width: 0 1vw 0 1vw;
}

#box6 h2 a{
  text-decoration: underline;
  color: white;
  transition: color 0.2s;
}

#box6 h2 a:hover{
  color:#5AD86D ;
}

.organise{ 
  text-decoration: none;
  color: white;
  transition: color 0.2s;
  position: relative;
}

.organise:hover{ 
  color: yellow;
}

/* .organise7{ 
  text-decoration: none;
  color: white;
  transition: color 0.2s;
  position: relative;
}

.organise7:hover{ 
  color: #0ce089;
}

.organise8{ 
  text-decoration: none;
  color: white;
  transition: color 0.2s;
  position: relative;
}

.organise8:hover{ 
  color: yellow;
} */



.box {
  display: none;
  /* background-color: #97ab3d; */
  color: white;
  padding-left: 2vw;
  padding-right: 5vw;
  /* padding-top: 0.2vw; */
  /* padding-bottom: 0.5vw; */
  /* border-radius: 5px; */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */
  margin-top: 5px;
  margin-bottom: 5px;
}

.show-box {
  display: block;
}
  
.box h2{
  font-size: 2vw;
  font-weight: 600;
  text-decoration: none;
  line-height: 2.5vw;
  color: white;
  margin-bottom: 0.2vw;

}

.box h2 a{
  text-decoration: none;
  color: white;
}
  
.box h6{
  font-size: 1.5vw;
  text-decoration: italic;
  line-height: 3.5vw;
  font-weight: 500;
  margin: 0.2vw 0vw 0vw;
}
  
.box p{
  line-height: 2vw;
  margin-top: 0vw;
  margin-bottom: 2.5vw;
  font-weight: 300;
  font-size: 1.25vw;
  }