html {
    background: linear-gradient(to bottom right, #020C19, #111213, #111213, #08182C, #113158);
    border: none;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
}

header {
    align-items: center;
    background-color: white;
    display: flex; 
    height: 7vh;
    justify-content: space-between;
    opacity: 1.0;
    width: 100%;
}

.logo img {
    height: 3.5vh;
    margin-top: 4px;
    margin-left: 20px;
}

nav {
    background-color: transparent;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-right: 12px;
    padding: 0px;
}

nav ul {
    background-color: transparent;
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    background-color: transparent;
    margin: 0 1em;
}

nav a {
    font-family: 'Young Money', sans-serif;
    text-decoration: none;
    color: #111213;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

nav a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.3s ease-in-out;
}

nav a:hover {
    color: #900000;
}

nav a:hover::before {
    width: 100%;
}

canvas {
    opacity: 0.5;
    z-index: -1;
    height: 93vh;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute; 
}

*:focus {
    outline: none;
    outline: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}




.s1 {
    align-items: center;
    background-color: transparent;
    display: flex;
    margin: 0;
    opacity: 1.0;
    overflow: hidden;
    padding: 0;
    height: 93vh;
    width: 100%;
}

.s1-layout {
    background-color: transparent;
    color: #fff;
    margin: 0;
    max-width: 50%;
    opacity: 1.0;
    padding: 0;
    text-align: center;
    transition: transform 0.5s ease-in-out;
}

.s1-layout h2 {
    background-color: transparent;
    font-family: 'Young Money', sans-serif;
    font-size: 39px;
    margin: 0rem 0rem 0rem 0rem; /* top right bottom left */
}

.s1-layout p {
    background-color: transparent;
    font-family: 'Young Money', sans-serif;
    font-size: 21px;
    line-height: 2;
    margin: 3rem 3rem 0rem 3rem;
}

.s1-layout button {
    background-color: #fff;
    border: solid;
    border-color: #7A050A;
    border-radius: 100px;
    border-width: 1.5px;
    color: #7A050A;
    cursor: pointer;
    display: inline-block;
    font-family: 'Young Money', sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 3rem 0rem 0rem 0rem;
    padding: 1.25rem 2rem;
    transition: all 0.3s ease-in-out;
}

.s1-layout button:hover {
    background: #7A050A;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    color: #fff;
    border-color: #ffffff;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.3);
    transform: scale(1.05) translateY(-4px);
    transition: all 0.3s ease-in-out;
}

.s1-image {
    animation: bounce 4s ease infinite;
    background: url('img/box.png') center/cover no-repeat;
    flex: 1 1;
    height: 75%;
    max-width: 50%;
    transition: transform 0.5s ease-in-out;
}





.s2 {
    background: linear-gradient(to bottom right, #ffffff, #f9f9f9, #f1f1f1);
    margin: 0;
    padding: 150px;
    text-align: center;
}

.s2-layout {
    /*animation: bounce 4s ease infinite;*/
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}

.s2-layout h2 {
    font-family: 'Young Money', sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
}

.s2-layout p {
    font-family: 'Young Money', sans-serif;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 50px;
    margin-left: 16px;
    margin-right: 16px;
}

.s2-layout button {
    background-color: #7A050A;
    border: solid;
    border-color: #333;
    border-radius: 100px;
    border-width: 1.5px;
    color: #fff;
    cursor: pointer;
    font-family: 'Young Money', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 1rem 2rem;
    transition: all 0.3s ease-in-out;
}

.s2-layout button:hover {
    background-color: #fff;
    border-color: #7A050A;
    box-shadow: 0 0 40px rgba(17, 18, 19, 0.3);
    transform: scale(1.05) translateY(-4px);
    color: #7A050A;
}






.s3 {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 75px;
}

.s3 h2 {
    font-family: 'Young Money', sans-serif;
    font-size: 36px;
    margin-bottom: 64px;
    text-align: center;
}

.s3-layout {
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-view {
    width: 30%;
    height: 560px;
    min-height: 0;
    margin-bottom: 40px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.s3-view:hover {
    box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}

.s3-image img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.s3-view:hover .s3-image img {
    transform: scale(1.05);
}

.s3-details {
    background: linear-gradient(to bottom right, #fff, #f7f7f7, #e7e7e7);
    position: absolute;
    bottom: -50px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.s3-view:hover .s3-details {
  bottom: 0;
}

.s3-details h3 {
    font-family: 'Young Money', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-top: 39px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.s3-details-p {
    font-family: 'Young Money', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    margin-top: 39px;
    padding: 0;
}

.s3-details-p2 {
    font-family: 'Young Money', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    margin-top: 12px;
    padding: 0;
}

.s3-details button {
    background-color: #7A050A;
    border: solid;
    border-width: 1px;
    border-color: #333;
    border-radius: 100px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Young Money', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    padding: 15px 30px;
    transition: all 0.3s ease-in-out;
}

.s3-details button:hover {
    border: solid;
    border-width: 1px;
    border-color: #7A050A;
    background-color: #fff;
    color: #7A050A;
    box-shadow: 0 0 40px rgba(17, 18, 19, 0.3);
    transform: scale(1.05) translateY(-4px);
}






footer {
    /*background-color: #111213;*/
    background: linear-gradient(to bottom right, #111213, #282828, #333);
    margin: 0;
    padding: 0;
    width: 100%;
}

footer p {
    color: #fff;
}

.s4-layout {
    background-color: transparent;
    margin: 0;
    margin-left: 12rem;
    margin-right: 12rem;
    padding: 1px;
}

.s4-layout h2 {
    font-family: 'Young Money', sans-serif;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 7rem;
}

.s4-layout p {
    color: #d0d0d0;
    font-family: 'Young Money', sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
}

form {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    margin: 50px auto;
    width: 100%;
}

.s4-form {
    align-items: start;
}

.s4-form-input {
    border-radius: 100px;
    background-color: white;
    border: solid;
    border-color: #7A050A;
    border-radius: 100px;
    border-width: 1.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 550px;
}

input[type="email"] {
    border-radius: 100px;
    font-family: 'Young Money', sans-serif;
    font-size: 14px;
    height: 56px;
    padding-left: 28px;
    margin-right: -1px;
    border: none;
    width: 100%;
}

.s4-form-input button[type="button"] {
    background-color: #fff;
    border: solid;
    border-color: #7A050A;
    border-radius: 100px;
    border-width: 1px;
    color: #7A050A;
    cursor: pointer;
    font-family: 'Young Money', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 64px;
    transition: all 0.3s ease-in-out;
    width: 192px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.s4-form-input button[type="button"]:hover {
    background-color: #7A050A;
    border: solid;
    border-color: #111213;
    border-radius: 100px;
    border-width: 1px;
    box-shadow: 0 0 40px rgba(122, 5, 10, 0.35);
    color: white;    
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}


.s4-line {
    opacity: 0.25;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0));
    height: 0.5px;
    width: 100%;
    margin-top: 7rem;
    margin-bottom: 5rem;
}

.s4-footer {
    width: 100%;
    margin-bottom: 2.5rem;
}

.s4-row {
    background-color: transparent;
    align-items: center;
    display: inline-flex;
    width: 100%;
}

.s4-text {
    background-color: transparent;
    font-size: 20px;
    margin: 0;
    padding: 0;
    width: 65%;
}

.s4-text2 {
    background-color: transparent;
    text-align: end;
    width: 35%;
}

.s4-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.s4-social li {
  display: inline-block;
  margin-right: 10px;
}

.s4-social li:last-child {
    margin-right: 0;
}

.s4-social a {
    border: solid;
    border-color: #ffffff;
    border-width: 1px;
    display: block;
    height: 39px;
    width: 39px;
    border-radius: 50%;
    background-color: #333;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    color: #333;
    transition: all 0.3s ease-in-out;
}

.s4-social a:hover {
    background-color: #111213;
    border-color: #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    color: #111213;
    transform: scale(1.05) translateY(-4px);
    transition: all 0.3s ease-in-out;
}





.snackbar {
    font-family: 'Young Money', sans-serif;
    background-color: #111213;
    border: solid;
    border-color: #f9f9f9;
    border-width: 0.5px;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.25);
    visibility: hidden;
    width: 50%;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 28px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 18px;
    transform: translateX(-50%);
}

.snackbar.show {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 3s;
    transition: all 0.3s ease-in-out;
}

