@font-face {
    font-family: 'futura';
    text-transform: lowercase;
    src: url(elements/FuturaHandwritten.ttf);
}
body {
    font-family: 'futura';
    text-transform: lowercase;
    
    line-height: 1.6;
    background-color: #f8f4ec;
}

p{
    font-family: 'futura';
    text-transform: lowercase;
}

/* Navbar styles */
.navbar {
    background-color: #f8f4ec;
    max-width: 1200px;
    margin: 20px auto 0 auto;
    z-index: 10;
    position: relative;
}

.nav-container {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.logo {
    width: 70px;
    height: 70px;
    background-image: url(logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -80px;
}
.logo:hover {
    transform: rotate(15deg);
}
.nav-links {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.3s ease;
    padding: 1px 0;
    position: relative;
}

.nav-links a:hover {
    color: #666;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #333;
    transition: width 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
}

@media (max-width: 768px) {
    .nav-container {
        padding: 0 15px;
    }
    .nav-links {
        gap: 40px;
    }
    .nav-links a {
        font-size: 14px;
    }
}

/* Footer styles */
.footerbar {
    background-color: #D5D7D5;
    width: 100vw;
    max-width: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e0dcd2;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
}

.footerbar .nav-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: relative;
}
.footerbar .logo {
    width: 50px;
    height: 50px;
    margin: 0 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.footerbar .nav-links {
    display: flex;
    list-style: none;
    gap: 60vw;
    width: 100%;
    justify-content: space-between;
    z-index: 1;
}
.footerbar .nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    transition: color 0.3s ease;
}
.footerbar .nav-links a:hover {
    color: #666;
}
.footerbar .footer-chat {
    position: absolute;
    left: 30px;
    font-size: 18px;
    color: #333;
    font-family: 'futura';
    text-transform: lowercase;
}
.footerbar .footer-chat a {
    color: rgb(139, 50, 25);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    font-family: 'futura';
    text-transform: lowercase;
    font-size: 15px;
}
.footerbar .footer-chat a:hover {
    color: #666;
    text-decoration: underline;
}
.footerbar .footer-socials {
    position: absolute;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.footerbar .footer-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: filter 0.2s;
}
.footerbar .footer-icon:hover {
    filter: brightness(0.7);
}
.footerbar .footer-built {
    display: block;
    font-size: 12px;
    color: #888;
    font-family: 'futura';
    text-transform: lowercase;
    margin-top: 2px;
    letter-spacing: 0.2px;
}

/* Main content container for about page */
.about-content {
    max-width: 1000px;
    margin: 10px auto 10px auto;
    padding: 0 24px;
}
.container {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-image {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 500px;
}

.center-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.content-item {
    position: absolute;
    width: 220px;
    text-align: center;
}

.content-item p {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #555;
    padding: 15px;
    border-radius: 10px;
}

.content-item.underlined p {
    text-decoration: underline;
    text-decoration-color: #4a90e2;
    text-underline-offset: 3px;
}

/* Arrow styles */
.arrow {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url('arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Positioning for 6 items in a circle */
.item-1 {
    top: 5%;
    left: 15%;
}
.arrow-1 {
    bottom: 60%;
    left: 30%;
    height: 180px;
    transform: rotate(-75deg);
}

.item-2 {
    top: 5%;
    right: 12%;
}
.arrow-2 {
    bottom: 60%;
    right: 30%;
    height: 180px;
    transform: rotate(30deg);
}

.item-3 {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.arrow-3 {
    bottom: 40%;
    left: 30%;
    height: 180px;
    transform: rotate(-115deg);
}

.item-4 {
    top: 52%;
    right: 8%;
    transform: translateY(-50%);
}
.arrow-4 {
    bottom: 40%;
    right: 27%;
    height: 180px;
    transform: rotate(70deg);
}

.item-5 {
    bottom: 2%;
    left: 15%;
}
.arrow-5 {
    bottom: 15%;  /* moves down more */
    left: 35%;    /* moves right more */
    height: 180px;
    transform: rotate(-135deg);
}

.item-6 {
    bottom: 5%;
    right: 15%;
}
.arrow-6 {
    bottom: 18%;  /* moves down more */
    right: 32%;    /* moves right more */
    height: 180px;
    transform: rotate(80deg);
}

.sub{
    font-size: 20px !important;
    margin-bottom: 5px !important;
}