@font-face {
  font-family: "Nexa-Heavy";
  src: url("/staticfiles/brightspeed-fonts/Nexa-Heavy.ttf");
}

@font-face {
  font-family: "Nexa-Bold";
  src: url("/staticfiles/brightspeed-fonts/Nexa-Bold.ttf");
}

@font-face {
  font-family: "Nexa-Book";
  src: url("/staticfiles/brightspeed-fonts/Nexa-Book.ttf");
}

@font-face {
  font-family: "Graphik-Light-Trial";
  src: url("/staticfiles/brightspeed-fonts/Graphik-Light-Trial.ttf");
}

@font-face {
  font-family: "Graphik-Regular-Trial";
  src: url("/staticfiles/brightspeed-fonts/Graphik-Regular-Trial.ttf");
}

body,
html {
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.all-main h1,
.all-main h2,
.all-main h3,
.all-main h4,
.all-main h5,
.all-main h6,
.all-main p,
.all-main ul,
.all-main li {
  margin: 0;
  padding: 0;
}

.all-main a {
  font-family: "Nexa-Heavy";
}

.all-main p {
  font-family: "Nexa-Book";
}

.all-main ul,
.all-main li {
  font-family: "Graphik-Regular-Trial";
}

.all-main h1,
.all-main h2,
.all-main h3,
.all-main span {
  font-family: "Nexa-Heavy";
}

.all-main sub,
.all-main h1 sup,
.all-main h2 sup,
.all-main h3 sup {
  font-size: 1.85rem;
}

.all-main h4,
.all-main h5,
.all-main label {
  font-family: "Nexa-Book";
}

.all-main ul {
  list-style: none;
}

.all-main a {
  cursor: pointer;
  text-decoration: none;
}

.all-main img {
  width: 100%;
}

.all-main .custom-container {
  max-width: 83.125rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* top-banner-section start */
.generic-section {
  padding: 3.75rem 0;
}

.top-banner-section {
  position: relative;
  overflow: hidden;
}

.btn-all {
  font-weight: 700;
  font-size: 1rem;
}

.generic-main {
  display: flex;
  align-items: center;
  gap: 4.125rem;
}

.generic-main .generic-left {
  width: 48%;
}
.top-banner-section sup {
  font-size: 1.85rem;
}
.generic-main .generic-right {
  width: 48%;
}

.generic-main .banner-right-image img {
  transform: translate(3.4375rem, 0.625rem);
  display: flex;
}

.all-main h1 {
  font-weight: 900;
  font-size: 3.75rem;
  line-height: 3.6875rem;
  color: #000000;
  margin-bottom: 1.5rem;
}

.all-main .yellow-gradient {
  background: linear-gradient(90deg, #fa783c 0%, #ffc800 56.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.all-content-main p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  color: #000000;
}

.all-content-main .btn-all {
  font-size: 0.875rem;
  line-height: 100%;
  color: #000000;
  padding: 1rem 2.5rem;
  border-radius: 2.5rem;
  display: inline-block;
}

.all-content-main .btn-all.yellow-btn {
  background: #ffcd00;
}

.top-banner-section .heading-width {
  max-width: 80%;
}

/* top-banner-section end */

/* internet-start-section start */
.internet-start-section {
  background-color: #ffc800;
  overflow: hidden;
}

.internet-start-section .generic-main {
  position: relative;
}

.internet-start-section .generic-left::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2.65rem;
  top: 1.0625rem;
  width: 10.1875rem;
  height: 10.1875rem;
  background-image: url("/staticfiles/images/wifi-before.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.internet-start-section .generic-right::after {
  content: "";
  position: absolute;
  bottom: -3.4rem;
  left: 20.3125rem;
  right: 0;
  width: 16.8125rem;
  height: 12.75rem;
  background-image: url("/staticfiles/images/wifi-after.svg");
  opacity: 0.9;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: blur(8px);
}

.btn-all.call-icon-btn {
  display: flex;
  align-items: center;
}

.call-icon-btn img {
  width: 1.0938rem;
  height: 1.0938rem;
}

.generic-btn .btn-all {
  gap: 0.4375rem;
}

.all-content-main .call-btn-right {
  display: flex;
  justify-content: end;
}

.call-btn-right .btn-all {
  border: 1px solid #000000;
}

/* .internet-start-section .all-content-main h2 {
  font-size: 4.125rem;
} */

.all-content-main h2 {
  font-size: 3.125rem;
  line-height: 1.1;
  color: #000000;
}

.all-content-main h2 label {
  font-size: 3.125rem;
  font-weight: 400;
}

.internet-start-section h2 span {
  font-size: 2.2656rem;
  line-height: 100%;
}

.internet-start-section .generic-left {
  width: 65%;
  padding-left: 5rem;
}

.internet-start-section .generic-left,
.internet-start-section .call-icon-btn {
  position: relative;
  z-index: 10;
}

.internet-start-section .generic-right {
  width: 40%;
}

/* internet-start-section end */

/* internet-cards-section start */
.brightspeed-content-main {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4.5625rem;
}

.brightspeed-content {
  max-width: 65%;
  margin: 0 auto;
}

.brightspeed-content-main .brightspeed-content label {
  font-size: 0.875rem;
  line-height: 100%;
  margin-bottom: 1.1875rem;
  font-weight: 900;
  display: block;
}

.brightspeed-content-main .cta-box h3 {
  font-size: 1.5625rem;
  line-height: 100%;
}

.brightspeed-content-main .brightspeed-content h2 {
  margin-bottom: 2.5rem;
}

.cta-boxes-all {
  display: flex;
  gap: 5.625rem;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-box img {
  width: 3.1875rem;
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
}

.cta-box {
  background: rgba(255, 255, 255, 1);
  text-align: center;
  width: 14.2%;
  padding: 3.1125rem 1.3375rem;
  border-radius: 1.0625rem;
  border: 1px solid transparent;
  box-shadow: 0px 4px 12.1px 0px #00000033;
}

.internet-cards-section .all-content-main p {
  margin-bottom: unset;
}

.internet-cards-section .sub-heading {
  font-size: 0.875rem;
  line-height: 100%;
  display: block;
  margin-bottom: 1.1875rem;
  color: #212721;
}

/* internet-cards-section end */

/* slider-section start */
.slider {
  width: 90%;
  margin: 0 auto;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.01)
  );
  padding: 0.825rem;
  border-radius: 0.75rem;
}

.slider-title {
  font-size: 1.125rem;
  font-weight: 600;
}

.slider-section .custom-container {
  position: relative;
}

.controls {
  display: flex;
  gap: 0.5rem;
}

.track-wrap {
  overflow: hidden;
  position: relative;
  padding: 0.375rem 0.375rem 2rem;
  z-index: 1;
}

.track {
  display: flex;
  gap: 2.15625rem;
  transition: transform 0.36s cubic-bezier(0.22, 0.99, 0.36, 1);
  will-change: transform;
  touch-action: pan-y;
  align-items: stretch;
}

.slide {
  flex: 0 0 calc((100% - (2.75rem * 2)) / 3);
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  border-radius: 1.2731rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
}

/* responsive: at very small screens show 1 or 2 slides */
.slider-container {
  overflow: hidden;
  min-height: 400px;
}

.slide-content {
  padding: 1.0625rem;
  text-align: left;
  border-radius: 0.6625rem;
  border: 0.8896px solid #000000;
}

.slide-content {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-btn {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  top: 61%;
  transform: translateY(-50%);
  border: none;
}

.slider-btn:hover {
  transform: translateY(-50%) scale(1.05);
}

.slider-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: translateY(-50%) scale(1);
}

.slider-btn img {
  width: 2.5rem;
  height: 2.5rem;
}

.slider-btn {
  background-color: transparent;
}

/* Left button */
.slider-btn.btn-prev {
  left: 0.875rem;
}

/* Right button */
.slider-btn.btn-next {
  right: 1.775rem;
}

.slider-section {
  padding: 5rem 0;
  position: relative;
  background-color: #ecedeedd;
}

.slider-section .slider-container-full {
  display: flex;
  gap: 1.625rem;
  flex-wrap: wrap;
  align-items: center;
}

.slider-section .card-detail-bottom {
  background-color: #ddf5ff;
  padding: 0.9375rem;
  margin-bottom: 0.3125rem;
  border-radius: 0.5919rem;
  margin-top: 0.5rem;
}

.slider-section .card-detail-bottom span {
  display: flex;
  gap: 0.2188rem;
  align-items: center;
  font-size: 0.71rem;
  font-weight: 600;
}

.slider-section .small-card h5 {
  font-size: 0.4938rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  padding-left: 0.655rem;
  display: flex;
  line-height: 1.2;
}

.slider-section .bottom-icon {
  display: flex;
}

.small-card-content-heading {
  padding: 0.2rem 2.625rem 0;
  text-align: center;
}

.slider-section .icon::before {
  content: "";
  background-image: url(/staticfiles/images/check-black-icon.svg);
  display: inline-block;
  width: 1.1294rem;
  height: 1.1294rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  position: relative;
}

.slider-section .shop-tag p {
  line-height: unset;
}

.slider.all-content-main {
  text-align: center;
}

.slider-section .card-detail-top h2 {
  font-size: 3.125rem;
  line-height: 100%;
  color: #0f0f0f;
  margin-bottom: 1.3275rem;
}
.card-detail-top .basic-tag {
  display: flex;
  justify-content: space-between;
}
.basic-tag p {
  background-color: #ffc800;
  color: black;
  font-size: 0.75rem;
  padding: 0.3125rem 0.625rem;
  border-radius: 2.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.monthly-taxes {
  display: flex;
  align-items: center;
}

.slider-section .card-detail-top sub {
  font-size: 0.875rem;
  font-family: Nexa-Heavy;
  color: #000000;
}

.slider-section .card-detail-top h5 {
  color: #000000;
  padding-bottom: 1.3275rem;
  margin-bottom: 1.3275rem;
  border-bottom: 1px solid #e5e7eb;
}

.slider-section .card-detail-top span {
  font-size: 0.875rem;
  line-height: 100%;
  color: #fa4628;
  margin-bottom: 1.5rem;
  display: block;
}

.card-detail-top-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-section .card-detail-list ul li {
  font-size: 1rem;
  line-height: 100%;
  align-items: flex-start;
  gap: 0.6625rem;
  margin-bottom: 1rem;
  display: flex;
  color: #000000;
}

.call-number .btn-all {
  display: flex;
  justify-content: center;
  margin-top: 4.25rem;
}

.all-content-main .call-number {
  display: unset;
}

.slide .call-number .btn-all {
  background-color: #ffc800;
  border: unset;
}

.slider-main-heading h2 {
  margin-bottom: 2.5rem;
}

.slider-container-change .slide-content {
  border: 2.66px solid #fa4628;
  box-shadow: 0px 7.08px 21.24px -2.66px #fa783c66;
}

.slider-section .card-detail-bottom p {
  font-size: 0.6875rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
  color: #063674;
}

.bottom-description {
  max-width: 80%;
  margin: 0 auto;
}

.bottom-description p {
  font-family: Graphik-Regular-Trial;
  font-size: 0.75rem;
  text-align: center;
  color: #6b7280;
}
.bottom-description a {
  font-family: Graphik-Regular-Trial;
  font-size: 0.75rem;
  text-align: center;
  color: #6b7280;
  text-decoration: underline;
}

/* slider-plans end */
/* simplified-customer-section start */
.simplified-customer-section .all-content-main h2 {
  margin-bottom: 2.5rem;
}

.simplified-customer-section .all-content-main p {
  margin-bottom: 3.75rem;
}

/* .all-content-main p {
  font-size: 1.5rem;
  color: #000000;
} */

.simplified-customer-all .all-content-main {
  margin-bottom: 5rem;
  gap: 6.5625rem;
}

.simplified-customer-all .all-content-main:nth-child(2) {
  margin-bottom: unset;
}

.all-content-main .btn-all.call-icon-btn {
  display: inline-flex;
}

/* simplified-customer-section end */
.experience-the-speed-section {
  background-image: url(/staticfiles/images/wifi-cta-bg.svg);
}

/* experience-the-speed-section start */
.experience-the-speed-section .all-content-main .call-btn-right {
  display: unset;
}

.experience-the-speed-section {
  padding: 5rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.gap-removal {
  gap: unset;
}
/* experience-the-speed-section end */

@media (max-width: 1250px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 12px;
  }

  .all-main .custom-container {
    padding: 0 2.5rem;
  }

  .top-banner-section {
    padding: 3rem 0 0;
  }

  .generic-main .banner-right-image img {
    transform: unset;
  }

  .top-banner-section .generic-main {
    flex-direction: column;
  }

  .top-banner-section .generic-main .generic-left {
    width: 100%;
  }
  .top-banner-section .generic-main .generic-right {
    width: 70%;
  }
  .cta-box {
    width: 22%;
  }
  .slide {
    flex: 0 0 calc((100% - (1.75rem * 2)) / 2);
  }
}

@media (max-width: 768px) {
  html {
    font-size: 11px;
  }

  .internet-start-section .generic-main {
    flex-direction: column;
  }

  .internet-start-section .generic-left {
    padding: unset;
  }
  .internet-start-section .generic-left,
  .internet-start-section .generic-right {
    width: 100%;
    text-align: center;
  }

  .all-content-main .call-btn-right {
    display: unset;
  }

  .brightspeed-content {
    max-width: 100%;
  }

  .cta-box {
    width: 40%;
  }

  .track {
    flex-direction: column;
    width: 75%;
    margin: 0 auto;
  }
  .simplified-customer-section .generic-main {
    flex-direction: column;
  }
  .simplified-customer-section .generic-left,
  .simplified-customer-section .generic-right {
    width: 100%;
  }
  .simplified-customer-all .all-content-main:nth-child(2) {
    flex-direction: column-reverse;
  }
  .cta-boxes-all {
    gap: 3rem;
  }

  .simplified-customer-all .all-content-main {
    gap: 3.5625rem;
  }

  .simplified-customer-section .all-content-main h2,
  .simplified-customer-section .all-content-main p {
    margin-bottom: 1.5rem;
  }
  .experience-the-speed-section {
    padding: 3rem 0;
  }
}

@media (max-width: 550px) {
  .cta-box {
    width: 80%;
  }
  .track {
    width: 90%;
  }
}
