.container,
section {
  max-width: 1600px;
  margin: 0 auto;
}

section {
  padding: 65px 0;
}
.showcase {
  padding-bottom: 0;
}

.heroVid {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -5;
}

:root {
  --primary: #140047;
  --secondary: #1e8713;
  --tertiary: #ddb35d;
  --netstarLightBlue: #207cf0;
  --lifeGray: #7896a3;
}
a {
  text-decoration: none;
  color: inherit;
}
.navLinks a {
  text-decoration: none;
  text-underline-offset: 2px;
}

.navLinks a:hover,
.navLinks a.active {
  color: var(--secondary);
  text-decoration: underline;
  font-weight: bolder;
  scale: 1.01;
  transition: all 300ms ease;
}

/* netstar page*/

.showcase {
  height: 100vh;
  width: 100vw;
  background-image: url("/assets/car1.png");
  overflow: hidden;
  background-size: cover;
}

.pk-tab {
  position: relative;
  transition: all ease 0.4s;
  cursor: pointer;
  min-width: 300px;
}

.pk-tab:hover {
  background-color: transparent;
  translate: 0 5px;
  z-index: 5;
}

@media (min-width: 576px) {
  .pk-tab {
    max-width: 340px;
  }
}
.price {
  position: absolute;
  right: 35px;
  top: 37px;
  z-index: 2;
  padding: 0.3em 0.7em;
  background: linear-gradient(90deg, var(--primary), #083248c0);
  color: var(--myWhite);
  border-radius: 10px;
  font-weight: bold;
  margin: 0 auto;
}

.tab-pane {
  scrollbar-color: var(--myWhite) transparent;
  scrollbar-width: thin;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .tab-pane {
    height: 260px;
    overflow-y: scroll;
  }
}
.tab-pane ul {
  padding: 0;
}

.tab-pane li {
  list-style: none;
  padding-bottom: 0.5em;
}

.tab-pane li i {
  width: 5px;
  margin-right: 1.5rem;
}

article {
  transition: all ease 0.4s;
}
article a:hover {
  text-decoration: 1px solid underline;
  text-underline-offset: 3px;
}

@media (min-width: 992px) {
  .price {
    position: absolute;
    right: -35px;
    top: 37px;
  }
}

footer {
  background-color: var(--secondary);
}
footer a strong {
  color: var(--primary);
}

/* 1life page */

.lifeShowcase {
  height: 100vh;
  width: 100vw;
  background-image: url("/assets/family.png");
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.fillerVid {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item {
  width: 300px;
  text-align: center;
}
