
.text-main-gray {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

.bg-brand-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 156 220 / var(--tw-bg-opacity));
}

.plan {
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(1, 46, 115, 0.1);
  border-radius: 10px;
  flex-basis: 350px;
}

#home-testimonials {
  background: url(../images/testimonials-bg.png) no-repeat center center #f5f5f5;
  background-size: contain;
}

.events-grid {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

/* Landing Page */

.landing-hero {
  position: relative;
}

.landing-hero:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  height: 700px;
}

.landing-hero-image {
  height: 700px;
  position: absolute;
  overflow: hidden;
}

.landing-hero .content {
  display: flex;
  align-items: center;
}

.landing-hero h1,
.landing-hero p {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* TV */

table.tv-packages {
  min-width: 1100px;
}

table.tv-packages thead {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

table.tv-packages thead th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  width: 170px;
}

table.tv-packages thead th p:first-child {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

table.tv-packages thead th p:nth-child(2) {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

table.tv-packages thead th p:nth-child(3) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

table.tv-packages tbody td {
  text-align: center;
}

table.tv-packages tbody td:first-child img {
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
}

table.tv-packages tbody td img {
  margin-left: auto;
  margin-right: auto;
}

table.tv-packages tbody td:not(:first-child) {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  width: 170px;
}

table.tv-packages tbody td:first-child {
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.anchor{
  position: relative;
  height: 200px;
  margin-top: -200px;
  visibility: hidden;
}


  /* .nero {
    padding-top: 0px !important;
  } */

/* Responsive */

@media (max-width: 1190px) {
  header .logo img {
    max-width: 120px;
  }

  .hero-image {
    width: 100%;
    right: -25%;
  }
}

@media (max-width: 1023px) {
  .hero-image,
	.hero-inner .hero-image,
	.hero-thin .hero-image {
    position: relative;
    top: 0px;
    right: 0px;
    height: auto;
    width: 100%;
  }

  .hero {
    padding-top: 112px;
  }
  .nero {
    padding-top: 0px !important;
  }

  .hero .content,
	.hero-inner .content,
	.hero-thin .content {
    height: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .landing-hero-image {
    position: relative;
    top: 0px;
    right: 0px;
    height: auto;
    width: 100%;
  }

  .landing-hero-image img {
    filter: brightness(60%);
  }

  .landing-hero:before {
    display: none;
  }

  .landing-hero h1,
	.landing-hero p {
    text-shadow: none;
  }
}

@media (max-width: 640px) {
  #home-testimonials {
    background: #f5f5f5;
  }

  table.tv-packages thead th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }

  table.tv-packages thead th p:first-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  table.tv-packages thead th p:nth-child(2) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  table.tv-packages thead th p:nth-child(3) {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}


/* Mobile Menu */

.mm-menu-toggle {
  position: relative;
  z-index: 20;
  width: 24px;
  height: 18px;
  background: linear-gradient(0deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #212121 7px, #212121 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
  font-size: 0;
  text-indent: -9999px;
}

.mm-menu-toggle::before,
.mm-menu-toggle::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #212121;
  content: "";
}

.mm-menu-toggle::before {
  top: 0;
  transform-origin: bottom left;
}

.mm-menu-toggle::after {
  bottom: 0;
  transform-origin: top left;
}

.mm-menu-toggle,
.mm-menu-toggle::before,
.mm-menu-toggle::after {
  transition: all 0.5s;
}

/* active states */

.mm-menu-toggle.active {
  transform: rotate(360deg);
}

.mm-menu-toggle.active::before {
  width: 75%;
  transform: translateY(7px) rotate(-45deg);
}

.mm-menu-toggle.active::after {
  width: 75%;
  transform: translateY(-7px) rotate(45deg);
}

.mm-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1152;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-shadow: 0;
  transform: translateX(-100%);
  transition: transform 0.5s, box-shadow 0.5s;
}

.mm-menu.active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: translateX(0);
}

@media all and (min-width: 300px) {
  .mm-menu {
    width: 300px;
    transform: translateX(-300px);
  }
}

/* header */

.mm-menu__header {
  position: relative;
  width: 100%;
  height: 188px;
  background-color: #cddc39;
}

.mm-menu__title {
  position: absolute;
  bottom: 12px;
  left: 12px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
}

/* list */

.mm-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mm-menu__item {
  display: block;
  width: 100%;
  opacity: 0;
  transform: translateX(-50%);
}

.mm-menu__item.in-view {
  opacity: 1;
  transform: translateX(0);
}

.mm-menu__item.item-1 {
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
}

.mm-menu__item.item-2 {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}

.mm-menu__item.item-3 {
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}

.mm-menu__item.item-4 {
  transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
}

.mm-menu__item.item-5 {
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}

.mm-menu__item.item-6 {
  transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
}

.mm-menu__item.item-7 {
  transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
}

.mm-menu__item.item-8 {
  transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
}

.mm-menu__item.item-9 {
  transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
}

.mm-menu__item.item-10 {
  transition: opacity 0.5s 1s, transform 0.5s 1s;
}

.mm-menu__item.item-11 {
  transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
}

.mm-menu__item.item-12 {
  transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
}

.mm-menu__item.item-13 {
  transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
}

.mm-menu__item.item-14 {
  transition: opacity 0.5s 1.4s, transform 0.5s 1.4s;
}

.mm-menu__item.item-15 {
  transition: opacity 0.5s 1.5s, transform 0.5s 1.5s;
}

.mm-menu__item.item-16 {
  transition: opacity 0.5s 1.6s, transform 0.5s 1.6s;
}

.mm-menu__item.item-17 {
  transition: opacity 0.5s 1.7s, transform 0.5s 1.7s;
}

.mm-menu__item.item-18 {
  transition: opacity 0.5s 1.8s, transform 0.5s 1.8s;
}

.mm-menu__item.item-19 {
  transition: opacity 0.5s 1.9s, transform 0.5s 1.9s;
}

.mm-menu__item.item-20 {
  transition: opacity 0.5s 2s, transform 0.5s 2s;
}

.mm-menu__link {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: background 0.5s, color 0.5s;
  padding: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.mm-menu__link.active {
  --tw-text-opacity: 1;
  color: rgb(230 96 0 / var(--tw-text-opacity));
}

.mm-menu__link-text {
  position: relative;
  z-index: 2;
}

/* the touch effect, for when a link is touched */

.mm-menu__link--touch-effect {
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: #b6b6b6;
  transform: scale(0);
  transform-origin: 50% 50%;
}

.mm-menu__link--touch-effect.animating {
  transform: scale(1);
  transition: transform 0.5s;
}

/**
   * Menu mask
   *
   * A mask that comes in and covers the wrapper when the menu is active.
   */

.mm-menu-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 51;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

.mm-menu-mask.active {
  visibility: visible;
  opacity: 1;
}