* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-VariableFont_slnt,wght.ttf');
}

/* navigation css: start */
.navbar {
    /* width: 100vw; */
    height: 6vh;
    /* overflow: hidden; */
    display: flex;
    position: fixed;
    top: 0;
    padding: 40px 0;
    transition: 0.5s;
    background-color: transparent;
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.nav-logo {
    width: 20vw;
    display: flex;
}

.nav-logo-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-menu {
    width: 80vw;
    display: flex;
    align-items: center;
}

.nav-menu-bar {
    width: 100%;
}

.navbar-nav {
    display: flex;
    padding: 0 4rem 0 0;
    justify-content: flex-end;
    list-style: none;
}

.nav-item {
    width: 10%;
    padding: 0.5rem;
    text-align: center;
}

.nav-link {
    text-decoration: none;
    font-weight: 200;
    color: #fff;
    letter-spacing: 1px;
}

.nav-link:hover {
    color: #aaa;
}
/* navigation css: end */

/* intro css: start */
.intro {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("./images/bg_Intro.jpg");
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-color: #aaa;
}

.intro-head {
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.intro-sub {
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
}

.drop-down {
    position: absolute;
    bottom: 0;
    margin-bottom: 3rem;
}

.drop-down img {
    cursor: pointer;
}
/* intro css: end */

/* about css: start */
.about {
    /* height: 100vh; */
    padding: 7rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
}

.about-head {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
}

.about-desc {
    width: 50%;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.desc-details {
    /* width: 50%; */
    margin-top: 4rem;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}

.about-intro {
    width: 50%;
    margin-top: 4rem;
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}

.intro-title {
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 500;
}

.intro-card {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-style {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-style img {
    margin-bottom: 1rem;
}
/* about css: end */

/* passion css: start */
.passion-container {
    padding: 6rem 0 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}

.passion-intro {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
}

.passion-card-container {
    width: 75%;
    margin-top: 3rem;
    display: flex;
}

.passion-card {
    width: 100%;
    padding: 2rem;
    text-align: center;
}

.passion-card-title {
    margin-top: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
}

.passion-card-body {
    margin-top: 1.5rem;
    line-height: 1.6;
}
/* passion css: end */

/* experience css: start */
.exp-container {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.exp-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.exp-intro-title {
    font-size: 2rem;
    text-transform: uppercase;
}

.exp-intro-body {
    width: 90%;
    margin-top: 1rem;
    text-align: center;
}

.exp-body {
    width: 60%;
    margin-top: 2rem;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
}

.exp-tech {
    /* width: 60%; */
    margin-right: 4rem;
    display: flex;
    flex-direction: column;
}

.exp-tech-intro {
    margin-bottom: 2rem;
}

.exp-tech-body {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.exp-card {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.exp-work-intro {
    margin-bottom: 1rem;
}

.exp-work-body {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}
/* experience css: end */

/* contact css: start */
.contact-container {
    padding: 6rem 0;
    background-color: #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-intro-title {
    margin-top: 1rem;
    font-size: 2rem;
    text-transform: uppercase;
}

.contact-body {
    margin-top: 2rem;
}

.contact-link {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.contact-link button {
    width: 10%;
    font-size: 1rem;
    font-family: inherit;
    padding: 1.5rem;
    background-color: #D9D9D9;
    border: 1px solid;
    border-radius: 0;
    transition: 0.8s;
}

.contact-link button:hover {
    cursor: pointer;
    background-color: #eee;
}
/* contact css: end */

/* footer css: start */
.footer-container {
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.footer-intro {
    display: flex;
}

.footer-card {
    margin: 0 0.5rem;
}

.footer-body {
    margin-top: 1rem;
    font-size: 1rem;
    color: #fff;
}
/* footer css: end */