
/* Reset some styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body and background */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f5f5f5;
}

/* Navbar styles */
.navbar {
    background-color: #2c3e50;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Logo styles */
.navbar .logo a {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

/* Navigation links styles */
.navbar .nav-links {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

.navbar .nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.navbar .nav-links li a:hover {
    background-color: #1d2e3e;
}


/* Media Query for mobile */
@media (max-width: 768px) {
    .navbar .nav-links {
        display: none;
        flex-direction: column;
        gap: 1rem;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #2c3e50;
        padding: 1rem;
    }

    .navbar .nav-links.active {
        display: flex;
    }
}

.boxes {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    /* background-image: url(../images/me-removebg-preview.png); */
}

.side-box {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.box1 {
    /* background-color: #cdcdcd; */
    height: 20em;
    width: 40em;
    padding: 5em;
    margin-top: 5%;
    /* margin-bottom: 5%; */
}

.box2 {
    /* background-color: #cdcdcd; */
    margin-top: 5%;
    height: 20em;
    width: 20em;
    padding: 5em;
    margin-bottom: 20px;
}

  .main-image{
    flex-direction: row;
    align-self: flex-end;
}

.footer{
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2c3e50;
    color: white;
    flex-direction: column;
    text-align: center;
}

.insta {
    margin: 10px;
}

.mail {
    margin: 10px;
}

.footer-txt{
    margin:10px;
}

a {
    color: white;
}

.blue-spacer {
    display: flex;
    background-color: #2c3e50;
    color: #cdcdcd;
    padding:20px;
    justify-content:space-evenly;
    margin-top: -5px;
}

.blue-spacer-text {
    flex-direction: column;
    font-family: 'Arial', sans-serif;
    margin-right: -10em;
}

.blue-spacer-text2 {
    flex-direction: column;
    font-family: 'Arial', sans-serif;
}

.final{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-image: url(../images/mountain.png);
}

.final-closer{
    padding-top: 20px;
    font-family: 'Arial', sans-serif;
    padding-left: 2%;
    padding-bottom: 20px;
    padding-right: 2%;
    background-color: #f5f5f5df;
}

i {
    font-size:30px;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
}

.bestbox {
    background-color: #cdcdcd;
    margin-top: 20px;
    height: 15em;
    width: 50em;
    padding: 5em;
}

.instagram {
    background-color: #cdcdcd;
    margin-top: 20px;
    height: 15em;
    width: 50em;
    padding: 5em;
}

.email {
    background-color: #cdcdcd;
    margin-top: 20px;
    height: 15em;
    width: 50em;
    padding: 5em;
    margin-bottom: 20px;
}

.projects {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    margin-top: 20px;
}
.project1 {
    background-color: #cdcdcd;
    height: 25em;
    width: 50em;
    padding: 5em;
    margin-bottom: 20px;
    margin-right: -7em;
}

.project2 {
    background-color: #cdcdcd;
    height: 25em;
    width: 50em;
    padding: 5em;
    margin-bottom: 20px;
}

.projects2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
}
.project3 {
    background-color: #cdcdcd;
    height: 25em;
    width: 50em;
    padding: 5em;
    margin-bottom: 20px;
    margin-right: -7em;
}

.project4 {
    background-color: #cdcdcd;
    height: 25em;
    width: 50em;
    padding: 5em;
    margin-bottom: 20px;
}

.projects3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
}

.project5 {
    background-color: #cdcdcd;
    height: 25em;
    width: 50em;
    padding: 5em;
    margin-bottom: 20px;
}