
body {
    background-color: black;
    color: white;
    position: fixed;
}

.nav-link {
    color: white !important;
}

.home-class {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.home-class > img {
    width: 100%;
    height: 100%;
}

/* Hero Text Overlay */
.hero-text {
    position: absolute;
    top: 50%;
    left: 32.5%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 32.5%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-text h1 {
    font-size: 5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.hero-text h5 {
    font-size: 2.5rem;
    font-weight: 200;
    margin-bottom: 2rem;
}

.hero-button {
    color: white;
    font-size: 1.1rem;
    border-radius: 90px !important;
    text-transform: uppercase;
    min-width: 200px;     
}

.nav-link {
    color: white !important;
}

.home-class {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.home-class > img {
    width: 100%;
    height: 100%;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 32.5%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 32.5%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-text h1 {
    font-size: 5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.hero-text h5 {
    font-size: 2.5rem;
    font-weight: 200;
    margin-bottom: 2rem;
}

.hero-button {
    color: white;
    font-size: 1.1rem;
    border-radius: 90px !important;
    text-transform: uppercase;
    min-width: 200px;     
}

.about-class {
    max-width: 1200px;
    margin-left: 100px;
    margin-right: 100px;
    overflow: hidden;
    position: fixed;
}
.about-class h2{
    margin-top: 70px !important;
    margin-bottom: 30px !important;
}

.about-class p {
    font-size: 20px;
    margin-top: 50px !important;
    margin-bottom: 30px !important;
   
}

.credentials-class > img {
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* Similar to background-size: cover */
  object-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}


.hero-text-credential > h1{
    position: absolute;
    top: 18%;
    left: 4%;
    color: white;
    font-size: 5rem;
}

.hero-text-credential > h5{
    position: absolute;
    top: 30%;
    left: 50%;
    color: white;
    font-size: 2.5rem;
    display: inline-block;
}

.hero-text-credential p {
    position: absolute;
    top: 35%;
    left: 75%;
    color: white;
    font-size: 1.5rem;
    display: inline-block;
}
.skills > h5{
    position: absolute;
    top: 58%;
    left: 50%;
    color: white;
    font-size: 2.5rem;
    display: inline-block;
}

.skills > p {
    position: absolute;
    top: 63%;
    left: 75%;
    color: white;
    font-size: 1.5rem;
    display: inline-block;
}

.experience > h5{
    position: absolute;
    top: 46%;
    left: 50%;
    color: white;
    font-size: 2.5rem;
    display: inline-block;
}

.experience > p{
    position: absolute;
    top: 51%;
    left: 75%;
    color: white;
    font-size: 1.5rem;
    display: inline-block;
}


.work-class {
    display: flex;
    justify-content: space-around; /* or space-between */
    align-items: flex-start;
    gap: 200px; /* Space between items */
    flex-wrap: wrap; /* Wraps on smaller screens */
}

.tindog, .move-it, .modrian-grid {
    text-align: center;
    flex: 1; /* Equal width */
    max-width: 250px; /* Prevents them from getting too wide */
}

.work-class img {
    width: 400px;
    height: 450px;
    display: block; /* Remove inline */
}

.work > h1 {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 50px;
}

.contact-image {
    z-index: -1;
    position: fixed;
    width: 100vw;
}


