.bartops-section-1 {
  background-image: url(../images/Bartop-LP-Christmas-Off-Center.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* min-height: 100vh; */
  /* min-height: 800px; */
  background-color: #160f9294;
  background-blend-mode: multiply;
}
.bartops-section-1-img-h1 {
  padding-top: 150px;
  /* width: 54%; */
  /* height: auto; */
  font-style: italic;
  /* position: absolute; */
  /* background-color: #000612; */
  /* top: 20%; */
  /* left: 21%; */
}
.bartops-stock-container {
  display: flex;
  justify-content: flex-end;
}

.bartops-stock-bg {
  background-image: url("/assets/images/Bartopgame.png");
  /* background-size: 100%; */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  aspect-ratio: 3.83/1;
}

.bartops-section-1-img-p {
  /* width: 100%; */
}
.bartops-section-1-img-p button {
  margin-top: 30px;
  transition: all 0.2s ease-in-out;
}
.bartops-section-1-img-p button:hover {
  background-color: var(--global-color-accent);
}
.bartop-btn {
  animation: upDown 1.5s ease-in-out infinite;
}
.bartops-section-1-img-p img {
  width: 100%;
  height: auto;
}
.bartops-section-1-img {
  width: 93.5%;
  object-fit: cover;
  position: relative;
  bottom: -232px;
  left: 0%;
}
.bartops-section-2 {
  background-image: url(../images/Abstract-BG-Geometric-1-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  background-color: #040319dc;
  background-blend-mode: multiply;
}
.section-2-h2-div {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 11%;
  padding-bottom: 4%;
}
.section-2-h2 {
  color: var(--global-color-blue);
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -2px;
  clear: both;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
.section-2-mainbox {
  display: flex;
}
.left-section-2-mainbox {
  height: auto;
}
.sec2-img-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-section-2-mainbox {
  height: auto;
}
.right-section-2-mainbox-inner {
  margin: 41px 0px 0px 53px;
  line-height: -20px;
}
.right-section-2-h2 {
  color: #ffbb2c;
  /* line-height: 1em; */
  text-transform: uppercase;
  clear: both;
  outline: 0;
  vertical-align: baseline;
  word-spacing: 5px;
}
.right-section-2-mainbox-inner2 {
  height: 39%;
  margin: 4px 0px 0px 53px;
}
.right-section-2-p {
  color: #ffffff;
  line-height: 17px;
  word-spacing: 0.1em;
  vertical-align: baseline;
  margin-top: 20px !important;
}
.inner2-section-2 {
  width: 98%;
  margin-top: 38px;
  /* padding-left: 90px; */
  display: flex;
  justify-content: center;
  margin: 38px auto 0px auto;
}
.inner-content-wrapper {
  background-image: url(../images/image.png);
  height: 100%;
}
.bartop-card-wrapper {
  padding-inline: 150px;
}

.block {
  background-color: #000612;
  width: 100%;
}
.content-wrapper {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 25, 1) 0%,
      rgba(14, 14, 26, 0.75) 16%,
      rgba(14, 14, 26, 0) 100%
    ),
    url(../images/Mario-Kart-9.png);
  min-height: 400px;
  background-size: cover;
  margin-top: 30px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 16px;
}
.inner2-section-2-title-1 {
  color: var(--global-color-pink);
}

.inner2-section-2-title-2 {
  color: var(--global-color-blue);
}
.inner2-section-2-title-3 {
  color: var(--global-color-text);
}

.contact-footer-wrapper {
  background-image: url(../images/stars.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bartop-cards {
  /* margin-top: 100px; */
  /* padding-bottom: 30px !important; */
  /* border-bottom: 18px solid #000612; */
}
.bartop-cards h2 {
  color: var(--global-color-blue);
}
.content-wrapper-label {
  background-color: #ff3c8dbd;
}
/* .content-wrapper .btm-content {
  height: 90%;
} */
.content-wrapper .btm-content a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.49) !important;
}
.content-wrapper .btm-content button {
  background-color: var(--global-color-blue);
}
.all-bartops {
  color: #3a3a3a;
}
.bartop-card-wrapper > .row > .col-md-4 {
  transition: all 0.3s ease;
}

.bartop-card-wrapper > .row > .col-md-4:hover {
  border-bottom: 1px solid var(--global-color-accent);
  transform: translateY(2px);
  will-change: transform;
}

/* footer  */

.contact-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  /* padding: 0px 0px 0px 210px; */
}
.contact-card-left {
  height: 100%;
  padding-top: 4%;
}

.contact-card-left > h1 {
  color: var(--global-color-blue);
  padding-top: 70px;
}
.input-typ > h2 {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
}

.input-typ > input,
.input-typ .form-control {
  width: 95%;
  height: 30px;
  border: none;
  padding-left: 10px;
  color: var(--global-color-blue);
  background-color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: var(--global-color-blue);
}

.contact-card-left > p {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
}

.submit-btn {
  height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-card-right {
  height: auto;
  padding-top: 10%;
}

.contact-card-right > h1 {
  color: var(--global-color-blue);
}

.contact-card-right > p {
  color: #ffffff;
}

.contact-card-right > h2 {
  color: var(--global-color-blue);
}
.contact-right-num > h3 {
  color: #ff69c3;
}
.contact-card-right > h4 {
  color: var(--global-color-green);
  line-height: 29px;
}
.dotted-divider {
  border-bottom: 5px dotted var(--global-color-accent);
  display: block;
  flex-grow: 1;
}
.dashed-divider {
  border-bottom: 5px dashed var(--global-color-blue);
  display: block;
  flex-grow: 1;
}
.contact-right-num h3:hover {
  color: #3a3a3a;
  cursor: pointer;
}

.specifications-section {
  color: #fff;
}

.specifications-section h2 {
  color: var(--global-color-text);
}

.spec-list {
  list-style: none;
  padding-left: 0;
}

.spec-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.6rem;
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

.spec-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1rem;
  color: var(--global-color-text);
  font-weight: bold;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1552px) {
  .contact-card {
    padding: 0px 0px 0px 0px;
  }
}

@media screen and (max-width: 991px) {
  .right-section-2-mainbox-inner2 {
    margin: 0px !important;
  }
  .right-section-2-mainbox-inner {
    margin-left: 0px !important;
  }
  .bartop-card-wrapper {
    padding-inline: 80px !important;
  }
}
@media screen and (max-width: 475px) {
  .bartops-section-1 {
    /* min-height: 100vh; */
    /* height: 100vh; */
    overflow: hidden;
  }
  .bartops-section-1-img {
    width: 100%;
    scale: 2;
    left: 26%;
  }
  .bartops-section-1-img-p {
    width: 250px !important;
    left: 20% !important;
    top: 38% !important;
  }
  .bartop-btn {
    margin-top: 80px !important;
  }
  .bartops-section-1-img-p > div {
    justify-content: center;
  }
  .input-typ > input {
    width: 102%;
    height: 30px;
    border: none;
    padding-left: 10px;
    color: var(--global-color-blue);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: var(--global-color-blue);
  }
}
@media screen and (max-width: 768px) and (min-width: 475px) {
  .bartops-section-1-img-p {
    left: 55% !important;
  }
}

@media screen and (max-width: 1024px) {
  .bartop-card-wrapper {
    padding-inline: 41px !important;
  }
  .bartops-section-1-img-p {
    width: 250px;
    left: 63%;
  }
  .section-2-mainbox {
    margin-right: 0.5rem !important ;
    margin-left: 0.5rem !important ;
  }
  .contact-card-left {
    padding-left: 18px !important;
  }
}

@media screen and (min-width: 1440px) {
  .inner2-section-2 {
    margin: 38px auto 0px auto;
  }
  .bartop-card-wrapper {
    padding-inline: 0px !important;
  }
  .divider {
    width: 60% !important;
  }
  .contact-card-right > h4 {
    line-height: 44px;
  }
}
@media screen and (max-width: 330px) and (min-width: 320px) {
  .bartops-section-1-img-p {
    left: 12% !important;
  }
}
@media screen and (max-width: 768px) {
  .bartop-card-wrapper {
    padding-inline: 29px !important;
  }
  .inner2-section-2 {
    width: 100%;
  }
  .bartops-section-1-img-p {
    left: 47% !important;
  }
  .bartops-section-1-img {
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  .bartops-section-1-img-p {
    left: 19% !important;
  }

  .bartop-card-wrapper {
    width: 100% !important;
  }
}
