/* Home page styles */
@font-face {
    font-family: 'cakefont';
    src: url('../font/cakedingbats-webfont.eot');
    src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/cakedingbats-webfont.woff2') format('woff2'),
    url('../font/cakedingbats-webfont.woff') format('woff'),
    url('../font/cakedingbats-webfont.ttf') format('truetype'),
    url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
}
header {
}
main{
    width: 100%;
}
.p-poppins{
    font-family: "Poppins", serif;
}

.home-container{
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
}
.home-container-products{
    max-width: 85%;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

.container-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    gap: 40px;
}

@media (max-width: 768px) {
    .container-wrapper {
        flex-direction: column;
        gap: 20px;
    }
}

.about-container-wrapper{
    gap: 40px;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.wrapper-again{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
@media (max-width: 1024px) {
    .wrapper-again {
        flex-direction: column;
        gap: 20px;
    }
    .wrapper-again .content{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .wrapper-again {
        flex-direction: column;
        gap: 20px;
    }
    .wrapper-again .content{
        width: 100%;
    }
}

.about-image {
    max-width: 650px;
    width: 100%;
}

.home-h2 {
    margin: 0;
}

.content {
    flex: 1;
}
.home-h2{

}
img {
}
h1 {
    font-weight: bold;
}
ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding-left: 25px;
}
a {
    color: #0071BC;
}
hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
}
p{
    color: black;
    font-size: 14px;
}
.text-center {
    text-align: center;
}
.links a {
    margin-right: 10px;
}
.release-name {
    color: #D33C43;
    font-weight: 400;
    font-style: italic;
}
.bullet:before {
    font-family: 'cakefont', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
}
.success:before {
    color: #88c671;
    content: "\0056";
}
.problem:before {
    color: #d33d44;
    content: "\0057";
}
.cake-error {
    padding: 10px;
    margin: 10px 0;
}
#url-rewriting-warning {
    display: none;
}
.home-title{
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: clamp(5rem, 10vw, 8rem);
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
.home-description{
    font-size: clamp(1rem, 2.5vw, 3rem);
    color: white;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.overlay-content {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 100%;
    padding: 0 20px;
}
.login-button{
    border-color: white;
    color:white !important;
    padding: 10px;
    margin-top: 40px;
    width: 310px;
    height: 50px;
    border-width: 3px;
    border-radius: 0;
    line-height: 0;
    font-size: 14px;
    transition: all .5s ease-out;
    background: linear-gradient(to right, black 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right;
    cursor: pointer;
}
.login-button:hover{
    background-position: left;
    color: white !important;
}
.login-button a{
    color: white;
    text-decoration: none;
}
.home-container.home-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
}

.home-container.home-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .home-container.home-image {
        height: 80vh;
        margin-bottom: 0;
    }

    .home-container.home-image img {
        width: 100%;
        height: 80%;
        object-fit: cover;
        object-position: center;
    }

    .overlay-content{
        top: 30%;
    }

    .home-title {
        font-size: clamp(2rem, 10vw, 6rem);
    }

    .home-description {
        font-size: clamp(1.2rem, 6vw, 2rem);
    }

    .login-button {
        padding: 6px 12px;
        width: 250px;
        height: 40px;
        font-size: 1rem;
        margin-top: -2px;
        border-width: 2px;
    }
    marquee {
        margin-top: -100px  ; /* Adjust this value as needed */
    }
}
.home-h2{
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.home-h3{
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
}
.home-button{
    border-color: black;
    color:black;
    padding: 10px;
    width: 500px;
    height: 50px;
    border-width: 3px;
    border-radius: 2px;
    margin-bottom: 30px;
    line-height: 0;
    font-size: 14px;
    transition: all .5s ease-out;
    background: linear-gradient(to right, black 50%, white 50%);
    background-size: 200% 100%;
    background-position: right;
    cursor: pointer;
    z-index: 2;
}
.home-button:hover{
    background-position: left;
    color: white;
}
.home-button a{
    color:inherit;
    text-decoration: none;
}

.p-about{
    font-size: 19px;
}

/* Products Page Display*
 */
.products-page{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.products-grid{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.home-h5{
    font-family: "Poppins", serif;
}
.view-arrow{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/*Promotion*/
.promotion-page{
    margin-top: 150px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 150px;
    text-align: center;
}
@media (max-width: 768px) {
    .promotion-page{
        flex-direction: column;
        gap: 30px;
    }
}
.promotion i{
    font-size: 100px;
    margin-bottom: 30px;
    color: #005249;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
