@font-face {
  font-family: "CustomFont1";
  src: url("fonts/melt1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CustomFont2";
  src: url("fonts/melt2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CustomFont3";
  src: url("fonts/melt3.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CustomFont4";
  src: url("fonts/melt4.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CustomFont5";
  src: url("fonts/melt5.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CustomFont6";
  src: url("fonts/Patriot.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CustomFont7";
  src: url("fonts/patriot2.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CustomFont8";
  src: url("fonts/gym1.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CustomFont9";
  src: url("fonts/Bangers.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.topNav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-color: #d3d4d9;
  font-family: "CustomFont8", sans-serif;
}
.topNav p {
  background-color: #d3d4d9;
  font-size: 50px;
  margin: 15px;
  width: fit-content;
  padding: 20px;
  border-radius: 10px;
}
.bottomNav {
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #252627;
  font-family: "CustomFont8", sans-serif;
  /* padding: 10px 0; Padding for the nav */
  padding-bottom: 10px;
  padding-top: 10px;
}
.offer {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.offer1,
.offer2 {
  width: 100%;
  height: 100vh; /* Adjust based on your image height */
  background-size: cover;
  background-position: center;
}

.offer1 {
  background-image: url("img/5.jpg");
}

.offer2 {
  background-image: url("img/6.jpg");
}

.offer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background-color: #252627;
  color: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* text-align: center; */
  width: 80%; /* Adjust based on your needs */
}
.aboutImg {
  width: 50%;
  margin: 15%;
  object-fit: cover; /* Ensures the image covers the circle area */
  background-image: url("img/7.jpg");
  background-size: cover; /* Cover the entire page */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
}
.mainStore {
  width: 20%;
}
.aboutImgs {
  width: 100%;
  height: 75vh;
  display: flex;
  background-color: #252627;
}

.aboutCircle img {
  background-image: url("img/7.jpg");
  height: 35%;
  width: 60%;
  margin: 10%;
  margin-left: 22%;
  background-size: cover; /* Cover the entire page */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  border-radius: 50%;
}
.aboutCircle {
  width: 33%;
}
.imgText {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.imgText h1 {
  font-family: "CustomFont9", sans-serif;
}
.imgText p {
  margin: 5%;
}
.bottomNav div {
  display: flex;
  justify-content: center; /* Center the div contents */
}

.bottomNav ul {
  list-style-type: none; /* Remove default list styling */
  margin: 0;
  padding: 0;
  display: flex;
}

.bottomNav ul li {
  margin: 0 60px; /* Spacing between items */
  /* padding: 10px 35px; Padding for clickable area */
  color: white; /* Text color */
  font-size: 18px; /* Font size */
  padding: 5px;
}

.bottomNav ul li:hover {
  background-color: #555; /* Background color on hover */
  cursor: pointer;
  border-radius: 15px;
  padding: 5px;
}

.bottomNav ul li a {
  text-decoration: none; /* Remove text underline */
  color: white; /* Ensure the link text is white */
}

.nav {
  height: 35px;
}

main {
  width: 100%;
  margin-top: 0px;
  display: flex;
}
.img {
  background-image: url("img/img1.jpg");
  background-size: cover; /* Cover the entire page */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
}
body {
  font: 100% system-ui, sans-serif;
  margin: 0 auto;
  width: 100%;
}
.storeMain {
  display: block;
  margin-top: 100px;
}
.hero {
  margin-top: 0px;
  /* position: fixed; */
  background-image: url("img/img1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainCol {
  width: 100%;
  /* padding: 2%; */
}
.offer {
  width: 100%;
  height: 100vh;
  display: flex;
}
.offer1 {
  background-image: url("img/5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.offer2 {
  background-image: url("img/6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.hero_content {
  text-align: center;
  /* margin-left: 35%; */
  background-color: #252627;
  border-radius: 10px;
  padding: 1%;
  /* margin-top: 10%; */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 65%; */
  /* transform: translate(-20%, -150%); */
  /* transition: all ease 0.3s; */
  /* font-family: "CustomFont4", sans-serif; */
  width: fit-content;
  color: white;
}

.explore_button {
  background-color: #ff0000; /* Button color */
  border: none;
  color: #fff; /* Text color */
  /* padding: 5px 10px; Padding */
  font-size: 1.2em; /* Font size */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor on hover */
  font-family: "CustomFont8", sans-serif;
  transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition */
}
.circle {
  border-radius: 50%;
}
.explore_button:hover {
  background-color: #d80101; /* Darker color on hover */
  transform: scale(1.05); /* Slightly larger on hover */
}

.explore_button:focus {
  outline: none; /* Remove default focus outline */
}

.bold-gold-text {
  font-size: 18px;
  color: #ffffff; /* Text color (white) */
  text-shadow: -4px -4px 0 #ff0000, /* Red outline */ 4px -4px 0 #ff0000,
    /* Red outline */ -4px 4px 0 #ff0000, /* Red outline */ 4px 4px 0 #ff0000,
    /* Red outline */ -2px -2px 0 #ffffff,
    /* White outline */ 2px -2px 0 #ffffff,
    /* White outline */ -2px 2px 0 #ffffff,
    /* White outline */ 2px 2px 0 #ffffff;
}
.bold-gold-text2 {
  text-decoration: none;
  font-weight: bold; /* Make text bold */
  color: #ffffff; /* Text color (white) */
  text-shadow: -2px -2px 0 #ff0000, /* Smaller red outline */ 2px -2px 0 #ff0000,
    /* Smaller red outline */ -2px 2px 0 #ff0000,
    /* Smaller red outline */ 2px 2px 0 #ff0000,
    /* Smaller red outline */ -1px -1px 0 #ffffff,
    /* Smaller white outline */ 1px -1px 0 #ffffff,
    /* Smaller white outline */ -1px 1px 0 #ffffff,
    /* Smaller white outline */ 1px 1px 0 #ffffff; /* Smaller white outline */
}
.bold-gold-text2 img {
  margin-left: 8px; /* Adjust spacing between text and image */
  height: 25px; /* Adjust image size as needed */
  vertical-align: middle; /* Align the image vertically with the text */
}
.subtext {
  margin-top: 10px;
  font-size: 1em;
  color: #fff;
}
.aboutMain {
  width: 100vw;
  display: flex;
  justify-content: center;
  background-color: #d3d4d9;
  height: 100%;
}
.aboutDiv {
  padding: 10%;
}
.about {
  /* padding: 2%; */
  display: flex;
}
.tshirtHeader {
  color: white;
  padding: 5px;
  font-family: "CustomFont8", sans-serif;
}
@media (max-width: 768px) {
  main {
    /* margin-top: 20px; */
  }
  .hide {
    display: none;
  }
  .bold-gold-text2 img {
    margin-left: 1px; /* Adjust spacing between text and image */
    height: 15px; /* Adjust image size as needed */
    vertical-align: middle; /* Align the image vertically with the text */
  }
  .bold-gold-text2 {
    width: 100%;
    align-items: center;
    align-self: center;
  }
  .bottomNav {
    padding-top: 0px;
  }
  .offer-text {
    font-size: 12px;
    padding: 1%;
  }
  .tshirtHeader {
    font-size: 12px;
  }

  .mainStore {
    width: 33%;
  }
  .topNav {
    height: 75px;
    padding: 0px;
    margin: 0px;
  }
  .nav {
    height: 35px;
    padding: 0px;
    margin: 0px;
  }

  .bold-gold-text a {
    font-size: 0.5em;
  }
  .bold-gold-text img {
    height: 50px;
  }

  .bottomNav ul {
    text-align: center;
  }
  .bottomNav {
    /* top: 75px; */
    font-size: 12px;
  }
  .heroHeader {
    font-size: 20px;
  }
  .hero_content {
    /* margin-top: 350px; */
    width: 75%;
  }
  .hero {
    /* top: 100px; */
    width: 100%;
    height: 75vh;
  }
  .bottomNav ul li {
    margin: 10px 0;
    font-size: 12px;
  }

  .hero h1 {
    /* font-size: 2em; */
  }

  .explore_button {
    /* width: 100%; */
    /* font-size: small; */
    padding: 5px;
    font-size: 6px;
  }

  .subtext {
    /* font-size: 0.9em; */
    font-size: 12px;
  }
  .about h1 {
    font-size: 16px;
  }
  .about p {
    font-size: 12px;
  }
  .navList {
    width: 100%;
    justify-content: space-around;
  }
}
