@font-face {
    font-family: 'CaramelMocachino';
    src: url(assets/fonts/CARAMEL\ MOCACHINO.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

@import url(https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&display=swap);


#contact {
    max-width: 600px; /* Max width for the form */
    margin: 20px auto; /* Center the section */
    padding: 20px;
}


main {
    background: linear-gradient(to bottom, #ffaa2a, #ff8400);
    flex: 1;
}

h2 {
    font-family: 'CaramelMocachino';
    font-weight: normal;
    color: #ffffff;
    font-size: 3em;
  }

body {
    margin: 0;
    padding: 0;
    /*background-color: #111;*/
    color: #ffffff;
    font-size: 1.5vw;
    font-family: Londrina Solid;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #ffaa2a, #ff8400);
    min-height: 100vh;
}

header {
    background-color: #ff8800;
    padding: 10px 10px;
    display: flex;
    justify-content: flex-end;
    font-family: 'CaramelMocachino';
    height: 100%;
    top: 0;
    left: 0;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
    margin-left: 15px;
    color: #fff;
    text-decoration: none;
    font-family: 'CaramelMocachino';
    font-size: clamp(10px, 5vw, 30px);
    max-block-size: 10px;
}

section {
    padding: 40px 20px;
    text-align: center;
    flex: 1;
}

.orange-btn {
        font-family: 'CaramelMocachino';
  background-color: rgb(255, 136, 0);
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 25px;
}

.orange-btn:hover {
  background-color: rgb(161, 73, 0);
}

.explore-nutshot-header {
    text-align: center;
}

.text-box h2 {
    padding-top: 100px;
    padding-bottom: 20px;
  }

.banner {
    display: flex;
    position: relative;
    width: 130vw;
    height: 70vh;
    left: 54%;
    overflow: visible;
    transform: translateX(-50%);
}

.banner a {
    flex-grow: 1;
    position: relative;
    cursor: pointer;
    transition: flex-grow 0.5s ease;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    max-width: 100vw;
}

.banner:hover a {
    flex-grow: 1;
}

.banner a:hover {
    flex-grow: 2;
}

.banner a + a {
    margin-left: -15vw;
}

.banner a .bg-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.banner a .overlay-img {
    position: absolute;
    top: 50%; left: 50%;
    width: 250px; height: 250px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: transform 0.3s ease;
    z-index: 2;
}

.banner a:hover .overlay-img {
    transform: translate(-50%, -50%) scale(2);
}

.button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #ff5500;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery img {
    max-width: 300px;
    box-shadow: 0px 5px 10px #0000007e;
}

footer {
    background-color: #000000;
    padding: 10px 20px;
    text-align: center;
    font-size: small;
    font-family: Londrina Solid;
}

.logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 700px; /* Adjust logo size as needed */
    max-height: 700px;
    width: 50vw;
    height: auto;
}

.steam-embed-container {
    bottom: 10px;
    right: 10px;
}

.steam-embed-container iframe {
    width: clamp(300px, 90vw, 700px);
}

.content-section {
    display: flex;
    align-items: center;
    margin: 20px, 0;
    align-content: center;
    align-self: center;
}

.reverse {
    flex-direction: row-reverse;
}

.left-image, .right-image{
    float: left;
    width: 50%;
    height: 0%;
}

.text-box {
    flex: 1;
    font-size: clamp(10px, 3vw, 50px);
    padding-left: 5vw;
    padding-right: 5vw;
}

.social-links {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.social-button {
    display: inline-block; /* Inline-block for spacing */
    width: clamp(70px, 3vw, 100px); /* Width of the button */
    height: clamp(70px, 3vw, 100px); /* Height of the button */
    border-radius: 50%; /* Circular button */
    background-color: #000000; /* Background color */
    color: rgb(255, 255, 255); /* Icon color */
    text-align: center; /* Center icon */
    vertical-align: middle;
    line-height: clamp(70px, 3vw, 100px);;
    margin: 0 10px; /* Spacing between buttons */
    transition: background-color 0.3s; /* Transition for hover effect */
    font-size: clamp(27px, 3vw, 30px);
}

.wishlist-button {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    font-family: CaramelMocachino;
    background-color: #ff8800; /* Green background */
    color: white; /* White text */
    border: #ff0000; /* Remove borders */
    padding: 15px 32px; /* Padding */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Inline element */
    font-size: clamp(10px, 4vw, 30px); /* Font size */
    margin: 4px 2px; /* Margins */
    cursor: pointer; /* Pointer cursor on hover */
    border-radius: 8px; /* Rounded corners */
    text-shadow: 2px 2px 5px #00000075;
    outline: 1px;
    box-shadow: 0px 10px 5px #000000fb;
}



.trailer {
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    padding: 10%;
}

.content-box {
    width: 90%; /* Or a specific size if needed */
    max-width: 1200px; /* Set a maximum width */
    background-color: white;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow for style */
    border-radius: 10px;
    text-align: center; /* Center the text inside */
}

/* Container for the character buttons */
.characters-container {
    display: flex;
    flex-wrap: wrap; /* Allows the buttons to wrap if necessary */
    justify-content: center;
    align-items: center;
    gap: 30px; /* Spacing between buttons */
}

/* Styling the character buttons */
.character-button {
    width: 200px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease;
}

.character-button span {
    font-size: 18px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8); /* White box for text */
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: -10px; /* Push the text below the images */
    left: 50%;
    transform: translateX(-50%);
}

/* Image container for layered images */
.image-container {
    position: relative;
    width: 200px;
    height: 250px;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.character-image {
    position: absolute;
    top: 50px; /* Adjust this to layer properly on the background */
    left: 50%;
    transform: translate(-50%, 0);
    width: 70%; /* Resize character image */
    height: auto;
    z-index: 1; /* Bring the character on top of the background */
}

/* Hover effect for the character button */
.character-button:hover {
    transform: scale(1.05);
}