/*IMPORTS*/
@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@80&display=swap');

#pageOneP {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
    animation: 
    textIn 4s forwards;
    width: 100%;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

/*General*/

html {
    scroll-behavior: smooth;
    min-height: 100%;
}

p {
    color: black;
}

body {
    color: black;
    font-family: 'Poppins', monospace;
    background-color: white;
}

section {
    height: 100vh;
    display: flex;
    scroll-snap-align: start;
}

/*Class Items*/

.container {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    overflow-y: scroll;
    height: 100vh;
}

.pageone-container {
    display: inline-block;
    text-align: center;
}

.aboutmefirst-container {
    display: inline-block;
    text-align: center;
}

.pageOne {
    justify-content: center;
    align-items: center;
}

#firstHeading {
    justify-content: center;
    align-items: center;
}

#secondHeading {
    justify-content: center;
    align-items: center;
    text-align: center;
}


#aboutMeSecond {
    justify-content: center;
    align-items: center;
    text-align: center;
}

#aboutMeThird {
    justify-content: center;
    align-items: center;
    text-align: center;
}

#aboutMeFourth {
    justify-content: center;
    align-items: center;
    text-align: center;
}

#aboutMeFifth {
    justify-content: center;
    align-items: center;
    text-align: center;
}

#aboutMe6 {
    justify-content: center;
    align-items: center;
    text-align: center;
}

#aboutMeFirst {
    justify-content: center;
    align-items: center;
    text-align: center;
}

#aboutMeFirstText {
    margin: auto;
}


#pagefour {
    justify-content: center;
    align-items: center;
}

.boldHeading {
    font-size: 50px;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
}

#smallP {
    font-family: 'Poppins', sans-serif;
    font-size: 8px;
}

.animated-text {
    font-size: 30px;
    margin-bottom: -15px;
    border-right: 2px solid black;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    animation: 
    typing 3s,
    cursor .4s step-end infinite alternate;
}

@keyframes cursor {
    50% { border-color: transparent;}
}

@keyframes typing {
    from {width: 0;}
}

.container::-webkit-scrollbar {
    display: none;
}

/*ID Items*/

#scrolldown-btn {
    color: black;
    text-decoration: none;
    font-size: 10px;
    font-weight: bolder;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    animation: textIn 7.25s;
}

.firstheading-container {
    display: inline-block;
    text-align: center;
}

#scrolldown-btn2 {
    color: black;
    text-decoration: none;
    font-size: 10px;
    font-weight: bolder;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    animation: fade 3s infinite;
    margin-top: 15px;
}

#scrolldown-btn3 {
    color: blacm;
    text-decoration: none;
    font-size: 10px;
    font-weight: bolder;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    animation: fade 3s infinite;
    margin-top: 15px;
}

#scrolldown-btn4 {
    color: black;
    text-decoration: none;
    font-size: 10px;
    font-weight: bolder;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    animation: textIn 16s;
    animation: fade 3s infinite;
    margin-top: 15px;
}

#scrolldown-btn5 {
    color: black;
    text-decoration: none;
    font-size: 10px;
    font-weight: bolder;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    animation: textIn 16s;
    animation: fade 3s infinite;
    margin-top: 15px;
}

/*ID & Class Descriptors*/
*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*Animation*/

.anim-typewriter {
    animation: typewriter 2.5s steps(40) 1s 1 normal both,
    blinkTextCursor 500ms steps(40) infinite normal;
}

@keyframes textIn{
	0%{
        opacity: 0;
        transition-timing-function: scale(1);
		transform: translateY(300%);
	}

    50% {
        opacity: 0;
        transition-timing-function: scale(1);
        transform: translateY(300%);
    }

    82.5% {
        opacity: 0;
        transition-timing-function: scale(1);
        transform: translateY(300%);
    
    }

	100%{
		transform: translateY(0%);
	}
}

@keyframes typewriter {
    from {
          width: 0;
    }
    to {
          width: 8.25em;
    }
}

@keyframes blinkTextCursor {
    from {
          border-right-color: black;
    }
    to {
          border-right-color: transparent;
    }
}

/*Projects Section*/

#projects {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.projects-container {
    justify-content: center;
    align-items: center;
    margin: auto;
    display: inline-block;
    text-align: center;
}

#projectsHeading {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: bolder;
    text-align: center;
    margin-left: 100px;
}

/*Collapse*/

#collapse-container{
    display: flex;
    flex-direction: column; /* Arrange children in a column */
}

#collapse-container2{
    display: flex;
    flex-direction: column; /* Arrange children in a column */
}

#collapse-container3{
    display: flex;
    flex-direction: column; /* Arrange children in a column */
}

#collapse-container4{
    display: flex;
    flex-direction: column; /* Arrange children in a column */
}

#collapse-container5{
    display: flex;
    flex-direction: column; /* Arrange children in a column */
}

#collapse-button {
    margin-top: 25px;
    width: 375px;
    padding: auto;
    height: 50px;
    border-radius: 15px;
    background-color: transparent;
    color: black;
    border: 2px solid black;
}

#collapse-button:hover {
    transition: 0.25s;
    background-color: rgba(0, 0, 0, 0.182);
}

#collapse-content {
    margin-top: 20px;
    text-align: center;
    width: 375px;
    height: 0;
    overflow: hidden;
    transition: height 0.45s ease-out; /* Add transition property */
}
  
#collapse-content.expanded {
    border-radius: 15px;
    height: 235px;
    padding: 10px;
}

#collapse-button2 {
    width: 375px;
    height: 50px;
    border-radius: 15px;
    background-color: transparent;
    color: black;
    border: 2px solid black;
}

#collapse-button2:hover {
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.182);
}

#collapse-content2 {
    margin-top: 20px;
    text-align: center;
    width: 375px;
    height: 0;
    overflow: hidden;
    transition: height 0.45s ease-out; /* Add transition property */
}
  
#collapse-content2.expanded {
    border-radius: 15px;
    height: 320px;
    padding: 10px;
}

#collapse-button3 {
    margin-top: 100px;
    width: 375px;
    height: 50px;
    border-radius: 15px;
    background-color: transparent;
    color: black;
    border: 2px solid black;
}

#collapse-button3:hover {
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.182);
}

#collapse-content3 {
    margin-top: 20px;
    text-align: center;
    width: 375px;
    height: 0;
    overflow: hidden;
    transition: height 0.45s ease-out; /* Add transition property */
}
  
#collapse-content3.expanded {
    border-radius: 15px;
    height: 125px;
    padding: 10px;
}

#collapse-button4 {
    margin-top: 100px;
    width: 375px;
    height: 50px;
    border-radius: 15px;
    background-color: transparent;
    color: black;
    border: 2px solid black;
}

#collapse-button4:hover {
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.182);
}

#collapse-content4 {
    margin-top: 20px;
    text-align: center;
    width: 375px;
    height: 0;
    overflow: hidden;
    transition: height 0.45s ease-out; /* Add transition property */
}
  
#collapse-content4.expanded {
    border-radius: 15px;
    height: 85px;
    padding: 10px;
}
  
#collapse-button5 {
    margin-top: 100px;
    width: 375px;
    height: 50px;
    border-radius: 15px;
    background-color: transparent;
    color: black;
    border: 2px solid black;
}

#collapse-button5:hover {
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.182);
}

#collapse-content5 {
    margin-top: 20px;
    text-align: center;
    width: 375px;
    height: 0;
    overflow: hidden;
    transition: height 0.45s ease-out; /* Add transition property */
}
  
#collapse-content5.expanded {
    border-radius: 15px;
    height: 180px;
    padding: 10px;
}

/*Scrollbar*/
::-webkit-scrollbar {
    height: 15px;
    width: 10px;
    background-color: black;
}

@keyframes fade {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.35;
    }
    100% {
      opacity: 1;
    }
}