* {
    margin: 0;
    padding: 0;
    border: 0;
}

#s01,
#s06,
#s10,
#s13 {
    background-color: #f5f1e8;
}

#s04,
#s08,
#s12,
#s15 {
    background-color: #f9f6f0;
}

#s11 {
    background-color: #fdf8f0;
}

#s16 {
    background-color: #f0ebe3;
}

#s01 span {
    color: #DDDDDD;
}

#s01 i {
    color: #8B4513;
}

#s01 i:hover {
    color: #a0522d;
}

#s02 {
    background-color: black;
    padding: 0.7rem;
}

.nav {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav ul {
    display: flex;
    list-style-type: none;
    margin: 0;
}

.nav ul li a {
    text-decoration: none;
    padding: 1.5rem 1rem;
    display: inline-block;
    color: whitesmoke;
    transition: transform 0.5s ease, color 0.2s ease;
}

.nav ul li a:hover {
    transform: scale(1.2);
    color: wheat;
}

#s02 .mybtn {
    display: flex;
    gap: 1rem;
    margin-left: auto;
}

#s02 button {
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
}

#s02 .login {
    border-color: #F5F1E8;
    color: #000000;
}

#s02 .login:hover {
    background-color: #F5F1E8 ;
    color: #3E2723;
}

#s02 .register {
    border: 1px solid #deb887;
    color: #000000;
    background-color: #deb887;
}

#s02 .register:hover {
    background-color: #d2b48c;
    border-color: #d2b48c;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.carousel-caption,
.section5-text {
    background-color: rgba(0, 0, 0, 0.3);
}

.timeline-section {
    position: relative;
}

.timeline-section::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #d2b48c;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-section-pointer {
    position: relative;
}

.timeline-section-pointer::before {
    position: absolute;
    content: "";
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #deb887;
    border: 5px solid #d2b48c;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.timeline-section-pointer:hover::before {
    width: 27px;
    height: 27px;
    border: 8px solid #bca57a;
}

.rollerbox {
    position: relative;
    overflow: hidden;
}

.rollerbox .roller {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(-100%);
    line-height: 280px;
    text-align: center;
    border-radius: 15px;
}

.rollerbox:hover .roller {
    transform: translateY(0);
    transition: transform 1s;
}

#s07 .btn-story-section7 {
    background-color: #f5deb3;
    color: #5d4037;
    border: 1px solid #deb887;
    padding: 0.5rem 1.2rem;
    border-radius: 0.5rem;
}

#s07 .btn-story-section7:hover {
    background-color: #deb887;
    color: #4e342e;
}

#s10 .testimonial-img {
    transition: transform 0.5s ease;
}

#s10 .testimonial-img:hover {
    transform: scale(1.1);
}

#s10 .card {
    background-color: #fefcf8;
    border: 1px solid #e8ddd4;
}

#s12 .accordion-body {
    background-color: #f5f1e8;
}

#s13 .btn {
    border-color: #8FBC8F;
    color: #556B2F;
}

#s13 .btn:hover {
    background-color: #8FBC8F;
    color: #FFFFFF;
}

#s11 .rebate {
    border-left: 5px solid #D2B48C;
    background-color: #FEFCF8;
    box-shadow: 0 0.5rem 1rem rgba(139, 69, 19, 0.15);
    transition: transform 0.3s ease;
}

#s11 .rebate:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.8rem 1.5rem rgba(139, 69, 19, 0.2);
}

#s15 .form-control {
    background-color: #FEFCF8;
    border-color: #E8DDD4;
}

#s15 .form-control:focus {
    background-color: #FEFCF8;
    border-color: #D2B48C;
    box-shadow: 0 0 0 0.2rem rgba(210, 180, 140, 0.25);
}

#s14 .btn {
    background-color: #D2B48C;
    border-color: #D2B48C;
    color: #3E2723;
}

#s14 .btn:hover {
    background-color: #BCA57A;
    border-color: #BCA57A;
    color: #2E1A15 ;
}