html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #2F1B0B;
}
a {
    text-decoration: none;
}
.hero .hero-image,
.hero h1,
.hero p,
.hero .cta-button,
.section .content,
.section .section-image,
.community-links a {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
header {
    background-color: #b38c5c;
    color: #FFFFFF;
    padding: 20px 0;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
header .logo {
    height: 50px;
}
header nav {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
header nav a {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
header nav a:hover {
    color: #FFC107;
}
.buy-button {
    background-color: #FFC107;
    color: #2F1B0B;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
.buy-button:hover {
    background-color: #FFFFFF;
    color: #FFC107;
}
.hero {
    text-align: center;
    padding: 50px 20px;
    background-color: #b38c5c;
    color: #FFFFFF;
    position: relative;
}
.hero .hero-image {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}
.hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
}
.hero p {
    font-size: 24px;
}
.hero .cta-button {
    background-color: #FFC107;
    color: #2F1B0B;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.hero .cta-button:hover {
    background-color: #FFFFFF;
    color: #FFC107;
}
#tools {
    background-color: #f8f8f8;
    padding: 50px 20px;
    text-align: center;
}

#tools .content {
    max-width: 800px;
    margin: 0 auto;
}

#tools h2 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    color: #2F1B0B;
    margin-bottom: 20px;
}

#tools p {
    font-size: 18px;
    margin-bottom: 40px;
}

.tools-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tools-button {
    background-color: #b38c5c;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition: background-color 0.3s ease;
}

#tools {
    background-color: #f8f8f8;
    padding: 50px 20px;
    text-align: center;
}

#tools .content {
    max-width: 800px;
    margin: 0 auto;
}

#tools h2 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    color: #2F1B0B;
    margin-bottom: 20px;
}

#tools p {
    font-size: 18px;
    margin-bottom: 40px;
}

.tools-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.tools-button {
    background-color: #b38c5c;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition: background-color 0.3s ease;
}

.tools-button:hover {
    background-color: #FFC107;
}

.tools-button img.icon {
    width: 24px;
    height: 24px;
}

.tools-button.buy-mrto {
    background-color: #FFC107;
    color: #2F1B0B;
}

.tools-button.buy-mrto:hover {
    background-color: #ffffff;
    color: #FFC107;
}
.section {
    padding: 50px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.section .content {
    max-width: 600px;
    text-align: left;
}
.section .section-image {
    width: 100%;
    max-width: 400px;
}
.section.bg-dark {
    background-color: #2F1B0B;
    color: #FFFFFF;
}
.section.bg-dark .content {
    text-align: left;
}
.section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #b38c5c;
}
.section p {
    font-size: 18px;
}
#community {
  flex-direction:column; 
}

#community .content{
  text-align: center;
}
.community-image {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}
.community-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #b38c5c;
    font-size: 24px;
}
.community-links a:hover {
    color: #FFC107;
}
footer {
    background-color: #2F1B0B;
    color: #B2B2B2;
    padding: 20px;
    text-align: center;
}
footer a {
    color: #B2B2B2;
    text-decoration: none;
}
footer a:hover {
    color: #FFC107;
}
.image-pulse {
    animation: pulse 5s infinite;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.005);
    }
}
.uncopyable {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@media (max-width: 768px) {
    header {
        flex-direction: column;
        justify-content: center;
        row-gap: 12.5px;
    }
}