#root{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
    color: #fff8f0;
    line-height: 1.5;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;

}
body {
    margin: 0;
    padding: 0;
    background-color: #000000;
}

.Menu a {
    color: #fff8f0;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding: 8px 16px;
    transition: color 0.35s ease, transform 0.35s ease;
    border-radius: 14px;
    overflow: hidden;
  font-family: "Rubik", sans-serif;

}
.Menu a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: center center;
    transition: transform 0.35s ease;
    z-index: -1;
}
.Menu a:hover {
    color: #000000;
    transform: translateY(-1px);
}
.Menu a:hover::before {
    transform: scaleX(1);
}
.Cart_img,
.Menu a img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: auto;
    margin-right: 8px;
    transition: filter 0.35s ease;
}
.Menu a:hover .Cart_img,
.Menu a:hover img {
    filter: invert(1) brightness(0);
}
.fade-in-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}
.fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}
.Menu a,
.Menu a:hover {
    border: none;
}
.Logo img{
    height: 40px;
    width: auto;
}
.Logo{
    display: flex;
    align-items: center;    
    gap: 10px;
}
.Menu a:nth-child(6) {
    margin-right: auto;
}
.first{
    background-color: #000000;
    position: relative;
}
.Menu{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    background-color: transparent;
    padding: 15px 20px;
    border-radius: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    z-index: 2;
    box-sizing: border-box;
}
.Home{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.BG_home{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.Title1, .Text1{
    position: relative;
    z-index: 1;
}
.Title1{
    font-size: 9em;
    margin: 0;
    color: #fff8f0;
      font-family: "Bebas Neue", sans-serif;

}
.Text1{
    color: #fff8f0;
      font-family: "Archivo Black", sans-serif;

}
.Title1 ,.Title2{
    display: inline-block;
    transform-origin: center;
    transition: transform 0.35s ease, color 0.35s ease, opacity 0.35s ease;
    margin-right: 0.25em;
    
}
.Title1:last-child,.Title2:last-child {
    margin-right: 0;
}

.Title1:hover ,.Title2:hover {
    transform: translateY(-6px) scale(1.02);
    color: #f6e5c8;
}

.Title2{
    font-size: 8em;
    margin: 0;
    color: #fff8f0;
    padding-top: 10vh;
    padding-bottom: 10vh;
    text-align: center;
    margin-left: 21%;
    max-width: 650px;
    font-family: "Bebas Neue", sans-serif;

}
.Text2 , .Text3_1 , .Text3_2{
    margin-top: 0.5em;
    color: #fff8f0;
    max-width: 600px;
    white-space: normal;
    font-size: 1.2em;
    line-height: 2.2em;
    text-align: center;
    margin-left: 15%;
    font-family: "Archivo Black", sans-serif;
    background-size: 200% 100%;
    background-position: left center;
    transition: background-position 0.8s ease, color 0.4s ease;
}
.Text2:hover ,.Text3_1:hover , .Text3_2:hover {
    color: #ffcba2;
    background-position: right center;
    -webkit-background-clip: text;
    background-clip: text;
}
.About{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding-left: 8%;
}
.BG_about{
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    max-width: 600px;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    z-index: 0;
}
.third{
    background-color: #000000;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: pre;
}
.Title3{
    font-size: 10em;
    margin: 0;
    color: #fff8f0;
    white-space: nowrap;
      font-family: "Bebas Neue", sans-serif;

}

.Title3 .word1, .Title3 .word2, .Title3 .word3 {
    display: inline-block;
    transform-origin: center;
    transition: transform 0.35s ease, color 0.35s ease, opacity 0.35s ease;
    margin-right: 0.25em;
    
}
.Title3 .word1:last-child, .Title3 .word2:last-child, .Title3 .word3:last-child {
    margin-right: 0;
}

.Title3 .word1:hover, .Title3 .word2:hover, .Title3 .word3:hover {
    transform: translateY(-6px) scale(1.02);
    color: #6c4400;
}

.Title3_1{
    font-size: 10em;
    margin: 0;
    color: #fff8f0;
    
}
.Text3_1{
    margin: 0.5em auto 0;
    color: #fff8f0;
    max-width: 600px;
    font-size: 1em;
    white-space: pre-wrap;
    text-align: center;
      font-family: "Archivo Black", sans-serif;

}
.Text3_2{
    margin: 0.5em auto 0;
    color: #fff8f0;
    max-width: 600px;
    font-size: 1em;
    white-space: pre-wrap;
    text-align: center;
      font-family: "Archivo Black", sans-serif;

}
.Contact{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
      font-family: "Rubik", sans-serif;

}
footer{
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 20px 0;
}
a{
    text-decoration: none;
}
.Contact_info a{
    color: #000000;
    font-weight: bold;
}
.Contact_info a {
    color: #341d00;
    font-weight: bold;
    position: relative;
    padding: 5px 0;
    transition: color 0.35s ease, transform 0.35s ease;
}
.Contact_info a:hover {
    color: #000000;
    transform: translateY(-1px);
}

@media (max-width: 770px) {
    .About {
        padding-left: 0 !important;
    }
    .Title2, .Text2, .Text3_1, .Text3_2 {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .third, .Title3 {
        white-space: normal !important;
    }
}