body {
    font-family: 'Roboto', sans-serif;
    background: #fffdfc;
    color: #333;
    scroll-behavior: smooth;
}

h2,
h3 {
    font-family: 'Playfair Display', serif;
}

.section {
    padding: 80px 0;
}

.hero {
    position: relative;
    height: 100vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero h1 {
    font-size: 4rem;
}

.hero p {
    font-size: 1.25rem;
    max-width: 700px;
}

.btn-main {
    background: linear-gradient(to right, #6e9a7b, #4e7259);
    color: white;
    padding: 12px 28px;
    border-radius: 50px;
    border: none;
    margin-top: 20px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-main:hover {
    background: linear-gradient(to right, #8fbfa1, #6e9a7b);
    transform: scale(1.05);
}

.timeline {
    border-left: 4px solid #6e9a7b;
    padding-left: 25px;
    margin-left: 20px;
}

.timeline-entry {
    margin-bottom: 40px;
}

.timeline-entry h5 {
    font-weight: bold;
    color: #6e9a7b;
    margin-bottom: 8px;
}

.timeline-entry p {
    margin-left: 10px;
}

.gallery img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.guestbook textarea {
    width: 100%;
    height: 150px;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

footer {
    background-color: #222;
    color: #ccc;
    text-align: center;
    padding: 40px 0;
}

.dada {
    background-color: rgba(0, 0, 0, 0.3);
}

.form-control,
.form-select {
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

.form-control:focus,
.form-select:focus {
    border-color: #6e9a7b;
    box-shadow: 0 0 0 0.2rem rgba(110, 154, 123, 0.25);
}

.btn-outline-dark {
    border-radius: 50px;
    padding: 10px 24px;
}

.rounded-circle {
    object-fit: cover;
    width: 150px;
    height: 150px;
}

.resize {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.logo{
	width:100px;
	height:100px;
	object-fit:cover;
}
.link{
	color:#6e9a7b;
}
