/* Reset default browser styles */
body, h1, h2, h3, p, ul, li, form, button {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: red;
  background-color: black;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px;
}

header {
  background-image: url("car_thing_stake_buy.png");
  background-size: cover;
  background-position: center top 32%;
  padding: 20px;
  height: 500px;
}

.social-media {
  text-align: right;
  padding: 10px;
}

.social-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  color: red;
}

nav ul {
  list-style-type: none;
}

nav ul li {
  display: inline-block;
  margin-right: 10px;
}

nav ul li a {
  text-decoration: none;
  color: red;
}

section {
  padding: 80px 0;
  text-align: center;
}

#hero {
  background-image: url("sticktech.gif");
  background-size: cover;
  background-position: center top 15%;
  padding: 200px 0;
  text-align: center;
  color: red;
}

#hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

#hero p {
  font-size: 20px;
  margin-bottom: 40px;
}

#features .feature {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 20px;
  box-sizing: border-box;
}

#features img {
  max-width: 200px;
  margin-bottom: 20px;
}

#roadmap .timeline {
  display: flex;
  justify-content: space-between;
}

#roadmap .event {
  flex-basis: 24%;
  text-align: center;
  margin-bottom: 40px;
}
#image-section .image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

#image-section .image-grid img {
  width: 100%;
  height: auto;
}

.team-member {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 20px;
  box-sizing: border-box;
}

.team-member img {
  width: 200px;
  border-radius: 50%;
  margin-bottom: 20px;
}

#contact-form input,
#contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#contact-form button {
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}

footer ul {
  list-style-type: none;
  margin-top: 10px;
}

footer ul li {
  display: inline-block;
  margin-right: 10px;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}
#top-section {
  position: relative;
  height: 300px; /* Adjust the height as needed */
}

.banner {
  position: relative;
  background-image: url("sticktech.jpg");
  background-size: cover;
  background-position: center;
  height: 150%;
}

.button-link {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-image {
  width: 400px;
}
/* Common styles for overlay image */
.overlay-image {
  position: absolute;
  left: 79%;
  top: 200px; /* Adjust the vertical position to move the image up */
  transform: translateX(-50%);
  z-index: 1;
  /* Add any additional styling you want for the overlay image */
  border: 2px solid red;
  border-radius: 50%; /* Make the image a circle */
  width: 250px; /* Adjust the width to make the image smaller */
  height: 250px; /* Adjust the height to make the image smaller */
}
/* Second overlay image styles */
.overlay-image-second {
  position: absolute;
  left: 20%;
  top: 220px; /* Adjust the vertical position for the second image */
  transform: translateX(-50%);
  z-index: 1;
  /* Add any additional styling you want for the second overlay image */
  border: 2px solid blue;
  border-radius: 50%; /* Make the image a circle */
  width: 250px; /* Adjust the width to make the image smaller */
  height: 250px; /* Adjust the height to make the image smaller */
}
.image-overlay {
  position: relative;
}

.image-overlay img {
  width: 100%;
  display: block;
}

.video-container {
  position: absolute;
  top: 32%;
  left: 70;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-video {
  max-width: 25%;
  max-height: 25%;
  margin: auto;
}
#about-me-images {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.image-container {
  margin: 0 120px; /* Adjust this value for desired spacing between images */
}

.image-container h2 {
  margin-bottom: 10px; /* Adjust this value for desired spacing between text and image */
}

.image-container img {
  max-width: 100%; 
  height: auto;
}