*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  background-color: #ffffff;
  color: whitesmoke;
  margin: 0;
}

.active {
  border-color: black !important;
  color: black !important;
}

.header {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 0.3215rem;
  height: 5rem;
}

.logobackground {
  display: flex;
  flex-grow: 1;
  height: 100%;
  align-items: center;
}

.menu {
  width: 600px;
  justify-content: space-between;
  position: relative;
  display: flex;
  height: 3rem;
  align-items: center;
}

.a1 {
  color: black;
  text-decoration: none;
  margin: auto;
}

.a1:hover {
  transition: 0.25s;
  color: #b10d0d;
  font-size: 1.25rem;
}

.searchbar {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 2rem;
  background-color: rgb(255, 255, 255);
  gap: 0.75rem;
  justify-content: flex-end;
}

.search-box {
  display: flex;
  height: 1.5rem;
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.search-button {
  height: 1.5rem;
  border-radius: 0.25rem;
}

.advertisement {
  display: flex;
  position: relative;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 1rem;
}

.ad1-container,
.ad2-container {
  width: 50%;
  height: 25rem;
  overflow: hidden;
  margin: 1rem;
  align-items: center;
}

.ad1 img,
.ad2 img {
  width: auto;
  object-fit: cover;
  transform: 250ms all ease-in-out;
}

.ad1:hover,
.ad2:hover {
  transform: scale(1.05);
  transition: 1s;
}

.bong {
  color: black;
  background-color: none;
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

h2 {
  font-size: 1.5rem;
  font-family: 'Times New Roman', Times, serif;
}

.list1 {
  width: 40%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  font-size: 1.25rem;
  padding: 0;
}

.a2 {
  border: 2px solid rgba(0, 0, 0, 0.7);
  color: black;
  text-decoration: none;
  margin: auto;
  padding: 7px 12px 7px 12px;
  opacity: 0.5;
}

.a2:hover,
.a2:focus {
  transition: 0.2s;
  color: black;
  font-size: none;
  opacity: 1;
}

.bong-container {
  width: auto;
  color: black;
  display: flex;
  position: relative;
  justify-content: space-around;
  margin-top: 15px;
}

.bongcontent-container {
  padding: 0;
  margin: 0.75rem;
  width: 20rem;
  height: fit-content;
}

.bongimg-container {
  width: auto;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.purchase {
  background-color: #ffffff;
  initial-value: 2;
  padding: 5px;
}

.bongimg {
  object-fit: cover;
  width: inherit;
  height: 350px;
}

.bongimg:hover {
  scale: 150%;
  transition: 10s;
}

.textbong {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.25rem;
  height: 2rem;
}

.bongprice-container {
  margin-top: 1rem;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: rgb(154, 25, 25);
  transition: all 250ms;
}

.texttb {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.25rem;
  height: 1rem;
}

.addition {
  display: inline;
  background-color: black;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
  padding: 0.5rem;
}

p {
  margin-top: 0.5rem;
}

.section3container {
  display: flex;
  color: rgb(255, 255, 255);
  justify-content: space-around;
  align-items: center;
  gap: 5rem;
  width: 100%;
  height: 100vh;
  padding: auto;
}

.backgroundcontainer {
  position: absolute;
  display: flex;
  color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
  width: 100%;
}

.background {
  object-fit: cover;
  position: relative;
  height: 80vh;
}

.leftsection3 {
  z-index: 2;
  width: 30%;
}

.rightsection3 {
  width: 30%;
  z-index: 2;
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 1.5rem;
}

.containa3img3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: auto;
}

.a3 {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.img3 {
  object-fit: cover;
  width: 200px;
  height: 200px;
  transition: all 250ms ease-in-out;
}

.img3:hover,
.img3:focus {
  transform: scale(120%);
  transition: 5s;
}
