@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
.Main_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 2em;
    text-align: center;
    border-radius: 10px;
    
}
h1{
  display: flex;
    font-size: 3.2em;
    line-height: 1.1;
    justify-content: center;
}
.location_sec{
  display: flex;
  justify-content: center;
  color: #5e5e63;
    font-size: 18px;
    font-weight: 500;
}
.location_icon{
  display: flex;
  margin-right: 10px;
}

body,html{
  
  background-blend-mode: overlay, screen, screen;
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  background-repeat: no-repeat;
  overflow: auto;
  height: 100%;
  margin: 0%;
  font-family: Inter, sans-serif;
}

.hero_text_sec{
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  padding: 2em;
  text-align: center; 
  width: 100%;
}
.TitleName{
  display: flex;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  justify-content: center;
  background-image: linear-gradient(141deg, #969699, #1e1e22);
  line-height: 1.1;
}

.scrolling-words-container {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
}
.scrolling-words-box {
  height: 3rem;
  margin: auto;
  overflow: hidden;
}
.scrolling-words-box ul {
  margin: 0 0.625rem;
  padding: 0;
  animation: scrollUp 12s infinite;
}
.scrolling-words-box ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 4.56rem;
  list-style: none;
}
@keyframes scrollUp {
  15%, 25% {
    transform: translateY(-20%);
  }
  40%, 50% {
    transform: translateY(-40%);
  }
  65%, 75% {
    transform: translateY(-60%);
  }
  90%, 100% {
    transform: translateY(-80%);
  }
}


.name_sec{
  display: flex;
  justify-content: center;
  color: #5e5e63;
    font-size: 18px;
    font-weight: 500;
    margin-left: 15rem;
}

.intro_text{
  display: flex;
  
  justify-content: center;
  color: #5e5e63;
  font-size: 20px;
  font-weight: 500;
  
}
p{
  max-width: 850px;
}


.contactbutton{
  
  margin:20px;
  width: 90px;
  height: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  
  background-image: linear-gradient(141deg, #fad0c460 0%, #ffd1ff38 100%);
  backdrop-filter:  blur(10px);
  text-decoration: none;
  color: #1e1e22;
  transition: all 200ms ease-out;
  -webkit-font-smoothing: antialiased;
  transform-origin: center;
  
  
}

.contactbutton:hover{
  background-image: linear-gradient(141deg, #fad0c4b2 0%, #ffd1ffa1 100%);
  backdrop-filter:  blur(0px);
  text-decoration: none;
  
  
  transform: scale(1.1);
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
  
  cursor: pointer;
}



.icon_holder{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact_sec{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 60rem;
  
}

.about_me_Button{
  
  margin:20px;
  width: 200px;
  height: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  margin-left: 20%;
  background-image: linear-gradient(120deg, #d5fc796c 0%, #96e6a177 100%);
  backdrop-filter:  blur(10px);
  text-decoration: none;
  color: #1e1e22;
  transition: all 200ms ease-out;
  -webkit-font-smoothing: antialiased;
  transform-origin: center;
  
  
}

.about_me_Button:hover{
  background-image: linear-gradient(120deg, #d5fc79be 0%, #96e6a1b9 100%);
  backdrop-filter:  blur(0px);
  text-decoration: none;
  color: #1e1e22;
  
  transform: scale(1.1);
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
  
  cursor: pointer;
}

.about_me{
  display: flex;
  flex-direction: row;
  justify-content: center;
 
  align-items: center;
  width: 60rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(141deg, #969699, #1e1e22);
  transition: all 200ms ease-out;
}

.about_me_Button:hover .about_me{
  background-image: linear-gradient(260deg, #8989da, #11ac40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.about_icon{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;


}
.projects_sec
{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 70px;
}

.project_card{
  
  margin:20px;
  width: 57rem;
  height: 400px;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background-image: linear-gradient(to top, #cfd9dfcb 0%, #e2ebf0c4 100%);  backdrop-filter:  blur(0px);
  backdrop-filter:  blur(10px);
  text-decoration: none;
  color: #1e1e22;
  transition: all 200ms ease-out;
  -webkit-font-smoothing: antialiased;
  transform-origin: center;
  margin-left: auto
  
}

.project_card:hover{
  
  background-image: linear-gradient(260deg, #88bddf88 0%, #7cdaa698 100%);
  text-decoration: none;
  color: #1e1e22;
  
  transform: scale(1.06);
  box-shadow: 0 0 15px rgba(33,33,33,.2); 
  
  cursor: pointer;
}

.card_info{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
 
  align-items: center;
  width: 60rem;
  
}
.project_discription{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(141deg, #969699, #1e1e22);
  transition: all 200ms ease-out;

}

.microcosm_cover_pic{
  width: 90%;
  height: 90%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  margin-right: 50px;
}

.footer{
  width: 100%;
  height: 100px;
  background-color: #1e1e22;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #5e5e63;
  font-size: 20px;
  font-weight: 500;
  margin-top: 50px;
  overflow: hidden;
}

.profile_pic{
  width: 250px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(33,33,33,.2); 

}

.photo_content{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

h2 {
  color: #333;
  font-family: 'Open Sans', sans-serif;
}
.skill_list ul {
  list-style-type: none;
  padding-left: 50px;
}
.skill_list li {
  padding: 10px 0;
  font-family: 'Roboto Mono', monospace;
  color: #555;
  display: flex;
            justify-content: flex-start;
}
.highlight {
  font-weight: bold;
  color: #333;
}



.about-section {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-section p {
  margin-bottom: 20px;
}
.about-section .highlight {
  font-weight: bold;
  font-size: 24px;
}
.name {
  font-weight: bold;
  color: #007BFF;
}

.download_section{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.download_text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  font: bold,'Open Sans', sans-serif;

}

.headspace {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px; /* adjust as needed */
  padding: 0 20px; /* adjust as needed */
}

.back_button {
 
  width: 100px;
  height: 60px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background-image: linear-gradient(120deg, #e4e0206c 0%, #a1af7977 100%);
  backdrop-filter:  blur(10px);
  text-decoration: none;
  color: #1e1e22;
  transition: all 200ms ease-out;
  -webkit-font-smoothing: antialiased;
  transform-origin: center;
}

.back_button:hover {
  background-image: linear-gradient(260deg, #88bddf88 0%, #7cdaa698 100%);
  text-decoration: none;
  color: #1e1e22;
  
  transform: scale(1.06);
  box-shadow: 0 0 15px rgba(33,33,33,.2); 
  
  cursor: pointer;
}

.back_icon{
  width: 50px;
  height: 50px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}