body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background: #c7b98e
}

.logo-container {
    display: flex;
    align-items: center;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    color: #fff;
    background-color: #584627;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

header img {
    height: 50px;
    border-radius: 50%;
}

header p {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    margin-left: 10px;
    cursor: default;
}
.home-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 200px;
    border-radius: 50%;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 1em;
    margin-right: 50px;
}

nav ul li {
    margin: 0;
    transition: 0.3s ease;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

nav ul li:hover {
    transform: scale(1.1);
}

.hero {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    top: 60px;
}

.hero h1 {
    font-size: 3em;
    margin: 0;
    color: #333;
}

.hero p {
    font-size: 1.5em;
    margin: 1em 0;
    color: #333;
}

.hero i {
    font-size: 1.5em;
    color: #fff;
    margin-right: 10px;
}

.hero button {
    padding: 0.5em 2em;
    background-color: #F57224;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: 0.3s ease;
}

.hero button:hover {
    background-color: #C7591B;
    transform: scale(1.05);
}

.promo-container {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 1em;
    border-radius: 20px;
    width: 700px;
    margin: auto;
    height: 500px;
    border: 3px solid black;
    position: relative;
    z-index: 0;
    box-shadow: 4px 4px 4px rgba(0.5, 0.5, 0.5, 0.5);

}

.promos {
    display: inline-flex;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 420px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.promo {
    background: linear-gradient(45deg, #384671, #a6936b, #384671);
    margin: 0 1em;
    padding: 1em;
    text-align: center;
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgba(5, 0, 0, .5);
    width: 300px;
    overflow: hidden;
}

.promo img {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);

}

.promo p {
    margin: 1em 0 0;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.promo p.bold {
    font-weight: bold;
}
.promo-container::-webkit-scrollbar {
    width: 10px;
    z-index: -1;
}

.promo-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.promo-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.promo-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.button-container {
    display: flex;
    justify-content: center;
}
#visit iframe {
    margin-bottom: 20px;
}
button {
    display: inline-block;
    margin: 0 1em;
    padding: 0.5em 2em;
    background-color: #F57224;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: 0.3s ease;
}

button:hover {
    background-color: #C7591B;
    transform: scale(1.05);
}
.button-blue {
    text-decoration: none;
    background-color: #1877F2;
    color: white;
    display: inline-block;
    margin: 0 1em;
    padding: 0.5em 2em;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: 0.3s ease;
}
.button-blue:hover {
    background-color: #0e5599;
    transform: scale(1.05);
}
.button-green {
    background-color: #25D366;
    color: white;
    display: inline-block;
    margin: 0 1em;
    padding: 0.5em 2em;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: 0.3s ease;
}
.button-green:hover {
    background-color: #1DAB4D;
    transform: scale(1.05);
}
.button-m {
    background: linear-gradient(to right, #00B2FF, #006AFF);
    color: white;
    display: inline-block;
    margin: 0 1em;
    padding: 0.5em 2em;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: 0.3s ease;
}
.button-m:hover {
    background: linear-gradient(to right, #0099CC, #0056CC);
    transform: scale(1.05);
}
.or {
    text-align: center;
}
.button-gmail {
    text-decoration: none;
    background: linear-gradient(to right, #808080, #FF0000, #808080);
    color: white;
    display: inline-block;
    margin: 0 1em;
    padding: 0.5em 2em;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: 0.3s ease;
}
.button-gmail:hover {
    background: linear-gradient(to right, #666666, #CC0000, #666666);
    transform: scale(1.05);
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em 0;
    position: relative;
    top: 60px;
}
