body {
    font-family: 'Montserrat', sans-serif;
}

.navbar{
    background-color: #FFEAEA;
    position: fixed;
    width: 100%;
    z-index: 100;
}

/* Main Section */
.main-container {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    position: relative;
    min-height: 110vh;
    display: flex;            
    justify-content: center;    
    align-items: center;       
}

.name-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.name-logo span{
    font-size: 80px;
}

.jennifer {
    font-family: 'Pinyon Script', cursive;
    font-size: 2.5rem;
    color: #E27AA1;
}

.kimberly {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
}

.decor {
    position: absolute;   
}

.decor-envelope {
    top: 10%;
    left: 5%;
    width: 300px;
}

.decor-butterfly {
    top: 40%;
    right: 15%;
    width:100px;
}

.decor-star {
    bottom: 20%;
    right: 5%;
    width: 250px;
}

.decor-squiggle {
    bottom: 25%;
    left: 15%;
    width: 150px;
}

@media (max-width: 480px) {
    .name-logo span {
        font-size: 40px;
    }

    .jennifer, .kimberly {
        font-size: 1.5rem;
    }

    .decor-envelope {
        width: 120px;
        top: 5%;
        left: 2%;
    }

    .decor-butterfly {
        width: 35px;
        top: 20%;
        right: 10%;
    }

    .decor-star {
        width: 100px;
        bottom: 10%;
        right: 2%;
    }

    .decor-squiggle {
        width: 60px;
        bottom: 5%;
        left: 5%;
    }
}

/* typing  */
.typing::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #E27AA1;
    animation: cursorBlink 0.8s steps(3) infinite;
}

@keyframes cursorBlink {
    0%,
    75% {
        opacity: 1;
    }

    76%,
    100% {
        opacity: 0;
    }
}

.typing {
    position: relative;
}

.typing span {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    animation: type 5s steps(11) infinite;
}

@keyframes type {

    0%,
    100% {
        width: 0px;
    }

    30%,
    60% {
        width: 394.09px;
    }
}

@media(max-width: 330px) {
    .typing h2 {
        font-size: 3rem;
        animation: type 5s steps(10) infinite;
    }

    @keyframes type {
        0%,
        100% {
            width: 0px;
        }

        30%,
        60% {
            width: 305px;
        }
    }
}

/* Projects Section */
.text-justify {
    text-align: justify;
}

/* Kunaka */
.full-logo {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.phone-mockup img {
    max-width: 100%;
    border-radius: 8px;
}
.zoom-img {
    transition: transform 0.3s ease; /* Smooth transition */
}

.zoom-img:hover {
    transform: scale(1.1); /* Zoom in */
}


/* About Section Styling */
.about-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 200px;
    position: relative;
}

.left-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-section {
    flex: 1;
    max-width: 600px;
    padding: 20px;
}

.right-section h1 {
    font-size: 2.5em;
    font-weight: bold;
}

.right-section p {
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.turntable {
    width: 450px;
    height: auto;
    top: 20px;
    position: absolute;
}

.polaroid {
    width: 200px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.pencils {
    position: absolute;
    bottom: 150px;
    right: 600px;
    width: 100px;
}

.cupcake {
    position: absolute;
    bottom: -30px;
    right: 20px;
    width: 100px;
}

/* Contact Us */
.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 40px;
    font-family: 'Montserrat', sans-serif;
}

.postcard {
    background-color: #FAEAEA;
    padding: 20px;
    border: 1px solid #FFC1C1;
    width: 60%;
    position: relative;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.postcard h2 {
    font-size: 1.8rem;
    color: #6D6D6D;
}

.butterfly-image img {
    width: 100px;
    display: block;
    margin: 10px 0;
    transition: transform 0.3s ease;
}

.postcard p {
    color: #FF7777;
    font-weight: bold;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 80px;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    border: 1px solid #DADADA;
    border-radius: 5px;
    font-size: 1rem;
}

.contact-form textarea {
    resize: none;
    height: 100px;
}

.contact-form button {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    background-color: #6D6D6D;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

.stamp-area {
    border: 2px dashed #6D6D6D;
    padding: 30px 0;
    text-align: center;
    color: #6D6D6D;
    font-size: 0.9rem;
    position: absolute;
    right: 20px;
    top: 20px;
}

.stamp-area p{
    width: 90px;
    font-size: 10px;
}

.stamps {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 30%;
}

.stamps img {
    width: 100px;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: absolute;
}

.stamps img:hover {
    transform: scale(1.1);
}

.tag {
    margin: 20px 0 30px;
    text-align: left;
    display: flex;
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 20px;
    }

    .postcard {
        width: 100%;
        padding: 15px;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    }

    .postcard h2 {
        font-size: 1.5rem;
    }

    .butterfly-image img {
        width: 80px;
        margin: 5px 0;
    }

    .contact-form {
        margin-top: 40px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 0.9rem;
        padding: 8px;
    }

    .contact-form button {
        padding: 8px 16px;
    }

    .stamp-area {
        padding: 20px 0;
        right: 10px;
        top: 10px;
        font-size: 0.8rem;
    }

    .stamp-area p {
        width: 70px;
        font-size: 8px;
    }

    .stamps {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px;
        margin: 80px 0;
    }

    .stamps img {
        width: 80px;
    }

    .tag {
        margin: 10px 0 20px;
        flex-direction: column;
        text-align: center;
    }
}


/* footer */
.footer-container {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.footer-link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

footer .jennifer {
    font-family: 'Pinyon Script', cursive;
    color: #E27AA1; /* Pink color */
    font-size: 1.5rem;
}

footer .kimberly {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 1.5rem;
}

/* footer img */
.footer-container-img{
    justify-content: space-between;
    padding: 0 90px;
}

.footer-container-img img{
    width: 100px;
}

@media (max-width: 768px) {
    .footer-container-img{
        justify-content: space-between;
        padding: 0 10px;
    }

    .footer-container-img img{
        width: 70px;
    }
}


/* Responsive media query code for max width 900px */
@media screen and (max-width: 900px) {
    .name-logo {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }
    
    .name-logo span{
        font-size: 60px;
    }
    
    .jennifer {
        font-family: 'Pinyon Script', cursive;
        font-size: 2.5rem;
        color: #E27AA1;
    }
    
    .kimberly {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.5rem;
        font-weight: bold;
        color: #000;
    }

    .polaroid {
        width: 160px;
    }
}