.theme-fotografi{
    --primary:#111;
    --secondary:#f5f5f5;
    --accent:#555;
}

.theme-fotografi .hero-section h1{
    font-weight:800;
    letter-spacing:2px;
}

.theme-fotografi .gallery-section{
    background:#fff;
}

.theme-fotografi .gallery-section img{
    border-radius:12px;
    transition:.3s;
}

.theme-fotografi .gallery-section img:hover{
    transform:scale(1.03);
}

.theme-fotografi .video-section{
    background:#111;
    color:#fff;
}

.theme-fotografi .testimonial-section{
    background:#f7f7f7;
}

.theme-fotografi .cta-section{
    background:#111;
    color:#fff;
}

.theme-fotografi .footer-section{
    background:#000;
    color:#fff;
}