@font-face {
  font-family: "Avenir";
  src: url("./../fonts/Avenir/AvenirLTStd-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("./../fonts/Avenir/AvenirLTStd-LightOblique.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Avenir";
  src: url("./../fonts/Avenir/AvenirLTStd-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("./../fonts/Avenir/AvenirLTStd-Black.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("./../fonts/Avenir/AvenirLTStd-BlackOblique.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Avenir";
  src: url("./../fonts/Avenir/AvenirLTStd-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("./../fonts/Avenir/AvenirLTStd-HeavyOblique.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

body {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

header#header {
  position: absolute;
  width: 100%;
  padding: 40px 0;
}

.text-right {
  text-align: right;
}

ul.headerMenu {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0;
}

ul.headerMenu li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

ul.headerMenu li:last-child {
  padding-right: 0;
}

ul.headerMenu li a {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

ul.headerMenu li:after {
  transition: all 0.2s ease 0s;
  position: absolute;
  width: 0;
  margin: 0 auto;
  left: 0px;
  right: 0;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
  content: "";
  bottom: -20px;
}

ul.headerMenu li:hover:after {
  width: 100px;
}

.text-left {
  text-align: left;
}

/* Toggle Menu Styles */
.mobileMenu {
  position: fixed;
  top: 0;
  right: -300px;
  opacity: 0;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: linear-gradient(270deg, #6ae5f6 0%, #6a72fe 46.5%, #b671ff 100%);
  color: white;
  transition: all 0.5s ease;
  z-index: 1050;
  padding: 80px 20px 20px 20px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease 0s;
}

.mobileMenu.active {
  right: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.2s ease 0s;
}

.mobileMenu ul {
  list-style: none;
  padding: 0;
}

.mobileMenu ul li {
  margin-bottom: 15px;
}

.mobileMenu ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

.mobileMenu .closeBtn {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 34px;
  color: white;
  cursor: pointer;
}

/* Hamburger Icon */
.hamburger {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

/* Hero Section */
.heroSection {
  background: url(./../images/heroBanner.jpg);
  padding: 11rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.heroImageClass {
  max-width: 100%;
}

.heroSection .hero-phone {
  width: 150px;
  margin-bottom: 1rem;
}

.features {
  background: linear-gradient(270deg, #6ae5f6 0%, #6a72fe 46.5%, #b671ff 100%);
  padding: 150px 0 !important;
}

.innerBox {
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0.2s ease 0s;
}
.innerBox img {
  max-width: 92px;
  margin-bottom: 20px;
}

.innerBox {
  position: relative;
  border-radius: 12px;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.innerBox:hover {
  transform: scale(1);
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.5);
}

.features h3 {
  color: rgba(43, 43, 43, 1);
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 27px;
  position: relative;
  line-height: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

/* 
.features h3:before {
    position: absolute;
    background: linear-gradient(270deg, #6AE5F6 0%, #6A72FE 46.5%, #B671FF 100%);
    content: "";
    width: 2px;
    height: 50px;
    left: -23px;
    top: 8px;
    border-radius: 20px;
} */

.features p {
  color: rgba(92, 92, 92, 1);
  font-weight: 300;
  font-size: 20px;
  line-height: 33px;
  min-height: 270px;
}

.innerBox {
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 64px 42px 14px 42px;
  text-align: center;
  transform: scale(0.95);
}

.display-4 {
  font-size: 80px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

.lead {
  font-size: 34px;
  font-weight: 300;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

/* Highlights Section */
.highlights {
  background: linear-gradient(135deg, #5b27b2, #6dd3f9);
  padding: 4rem 0;
}

.stats,
.monetize {
  background-attachment: fixed;
  background-image: url(./../images/vipBG.jpg);
  padding: 110px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.stats h2 {
  font-size: 54px;
  font-weight: 600;
  background: linear-gradient(270deg, #6ae5f6 0%, #6a72fe 46.5%, #b671ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stats h2.bigText {
  font-size: 160px;
  font-weight: 600;
  background: linear-gradient(270deg, #6ae5f6 0%, #6a72fe 46.5%, #b671ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 170px;
  margin-bottom: 0px;
}

.stats h2.bigText.smallFont {
  font-size: 34px;
  line-height: normal;
  margin-bottom: 20px;
}

.stats p {
  font-size: 16px;
  font-weight: 600;
  color: rgba(43, 43, 43, 1);
  line-height: 30px;
}

.stats p.lightText {
  font-weight: 100;
  color: rgba(92, 92, 92, 1);
}

.stats p.bigPara {
  font-weight: 500;
  color: rgba(43, 43, 43, 1);
  letter-spacing: 2px;
  line-height: 20px;
}

.highlights {
  background: linear-gradient(270deg, #6ae5f6 0%, #6a72fe 46.5%, #b671ff 100%);
  box-shadow: 0px -4px 20px 0px rgba(255, 255, 255, 0.8) inset;
  padding: 100px 0 !important;
}
.highlights-top {
  box-shadow: 0px 12px 9px 0px rgba(255, 255, 255, 0.5) inset;
  padding: 130px 0 30px 0;
}

.highlights h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.highlights p {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  line-height: 34px;
  margin-bottom: 0;
}

img.betterImage {
  padding: 50px 0;
}

section.distribution,
.featuredColumn {
  background: linear-gradient(270deg, #6ae5f6 0%, #6a72fe 46.5%, #b671ff 100%);
  color: #fff;
  padding: 100px 0;
}

.featuredColumn {
  padding: 170px 0 100px;
}

h2.networkHead {
  font-size: 54px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  margin-bottom: 100px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 4 equal columns */
  margin-bottom: 100px;
}

.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  /* Add border around each item */
  box-sizing: border-box;
  /* Ensure borders don't add extra space */
}

/* Remove duplicate borders for adjacent items */
.logo-item:not(:first-child) {
  border-left: none;
  /* Remove left border for all but the first column */
}

.logo-item:nth-child(n + 5) {
  border-top: none;
  /* Remove top border for all but the first row */
}

.logo-item:nth-child(3n) {
  border-right: none;
  /* Remove right border for all items in the last column */
}

.logo-item:nth-last-child(-n + 4) {
  border-bottom: none;
  /* Remove bottom border for all items in the last row */
}

.logo-item:nth-child(-n + 5) {
  border-top: none;
}

.logo-item:first-child {
  border-left: none;
}

.logo-item img {
  padding: 100px 0;
}

h2.innovateHeading {
  font-size: 92px;
  font-weight: 600;
  line-height: 100px;
}

h3.innovateSub {
  font-size: 32px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0px;
}

p.innovatePara {
  font-size: 20px;
  font-weight: 100;
  text-align: left;
  line-height: 38px;
  padding-left: 40px;
}

.monetizeTitle {
  font-size: 24px;
  font-weight: 600;
  background: linear-gradient(270deg, #6ae5f6 30%, #6a72fe 46.5%, #b671ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 80px;
  margin-bottom: 0px;
}

.monetizeSub {
  font-size: 64px;
  font-weight: 400;
  line-height: 86px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 60px;
  letter-spacing: 2px;
}

a.learnMore {
  background: linear-gradient(270deg, #6ae5f6 0%, #6a72fe 46.5%, #b671ff 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 22px 65px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s ease 0s;
}

a.learnMore:hover {
  background: linear-gradient(170deg, #6ae5f6 50%, #6a72fe 96.5%, #b671ff 100%);
  transition: background 0.2s ease 0s;
}

@keyframes smoothBackground {
  0% {
    background: linear-gradient(
      270deg,
      #6ae5f6 0%,
      #6a72fe 46.5%,
      #b671ff 100%
    );
  }

  100% {
    background: linear-gradient(
      270deg,
      #6ae5f6 100%,
      #6a72fe 146.5%,
      #b671ff 200%
    );
  }
}

.feature-section {
  text-align: center;
}

.feature-card {
  margin-bottom: 50px;
  /* Space between cards */
}

.feature-card img {
  max-width: 65px;
  margin-bottom: 15px;
  min-height: 65px;
  max-height: 65px;
  min-width: 65px;
}

.feature-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.feature-description {
  font-size: 18px;
  font-weight: 100;
}

.addressSection {
  padding: 80px 0;
}

.addressDetails img {
  max-width: 60px;
}

.addressForm {
  padding: 30px;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
}

h3.formTitle {
  font-size: 38px;
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.addressForm input,
.addressForm textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding: 7px;
}

.addressForm input:focus-visible,
.addressForm textarea:focus-visible,
.addressForm input:focus,
.addressForm textarea:focus {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
  outline: none;
}

input.submitButton {
  display: inline-block;
  max-width: 120px;
  padding: 7px 10px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  border: none !important;
  color: #fff;
  background: #212529;
  transition: all 0.2s ease 0s;
}

input.submitButton:hover {
  color: #212529;
  background: #fff;
  box-shadow: 0px 0px 6px -1px #212529;
}

.addImg {
  text-align: center;
}

@media (max-width: 990px) {
  header#header {
    position: absolute;
    width: 100%;
    padding: 30px 0;
  }

  .mainLogo {
    max-width: 170px;
  }

  ul.headerMenu {
    display: none;
  }

  .headerMenu {
    display: none;
  }

  .hamburger {
    display: block;
    margin-top: 0px;
  }

  .heroSection {
    padding: 8rem 0 1rem 0;
  }

  img.heroImageClass {
    max-width: 220px;
  }

  .display-4 {
    font-size: 30px;
    text-align: center;
    margin-top: 0px;
  }

  .features {
    padding: 50px 0 !important;
  }

  .features h3 {
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
  }

  .lead {
    font-size: 19px;
    text-align: center;
    font-family: "Poppins", sans-serif;
  }

  .innerBox {
    margin-bottom: 30px;
    padding: 34px 50px 10px 34px;
  }

  .stats,
  .monetize,
  section.distribution,
  .highlights {
    padding: 50px 0 !important;
  }
  .featuredColumn {
    padding: 120px 0 30px 0 !important;
  }

  .highlights h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .highlights p {
    font-size: 17px;
    line-height: 27px;
  }

  .mobCenterAlign {
    text-align: center;
  }

  .stats h2.bigText {
    font-size: 100px;
    line-height: 120px;
    margin-bottom: 0;
  }

  .stats p.lightText {
    margin-bottom: 40px;
  }

  .stats p.bigPara {
    letter-spacing: 1px;
    margin-bottom: 50px;
  }

  .mobMB-50 {
    margin-bottom: 50px;
  }

  img.betterImage {
    padding: 20px 0;
  }

  .logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 100px;
  }

  .logo-item:nth-child(2n) {
    border-right: none;
  }

  .logo-item:nth-last-child(-n + 3) {
    border-bottom: 1px solid;
    border-bottom: 1px solid;
  }

  .logo-item:nth-child(3n) {
    border-right: 1px solid;
  }

  .logo-item:nth-last-child(-n + 3) {
    border-bottom: none;
  }

  h2.innovateHeading {
    font-size: 52px;
    line-height: 50px;
    text-align: center;
  }

  h3.innovateSub {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 20px;
  }

  p.innovatePara {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    padding-left: 0px;
  }

  .monetizeTitle {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 10px;
  }

  .monetizeSub {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }

  a.learnMore {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 45px;
  }

  .feature-title {
    font-size: 20px;
    margin-bottom: 7px;
  }

  .feature-description {
    font-size: 16px;
  }

  .feature-card {
    margin-bottom: 30px;
  }

  .phone {
    max-width: 100%;
  }

  h2.networkHead {
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 50px;
  }

  .logo-item img {
    padding: 50px 0;
  }

  .addressDetails {
    text-align: center;
  }

  .addImg img {
    margin-bottom: 15px;
  }
  .container,
  .container-sm {
    max-width: 90%;
  }
}

/* About Page */
section.aboutHeader {
  position: relative;
}
.backSec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
}
.backSec img {
  max-width: 50px;
  margin-right: 15px;
  margin-top: -7px;
}
span.backText {
  color: #fff;
  margin-top: 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}
.container-large {
  width: 90%;
  margin: auto;
}
/* About Page */

@media (min-width: 991px) and (max-width: 1200px) {
  .container,
  .container-large {
    max-width: 90%;
    margin: auto;
  }
  .display-4 {
    font-size: 40px;
  }
  .lead {
    font-size: 24px;
  }
  .features h3 {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
  }
  .innerBox {
    padding: 24px 22px 14px 22px;
  }
  br {
    display: none !important;
  }

  .stats h2 {
    font-size: 44px;
  }
  .stats h2.bigText {
    font-size: 100px;
    line-height: 130px;
  }
  .stats h2.bigText.smallFont {
    font-size: 28px;
  }
  .stats p {
    font-size: 14px;
    line-height: 20px;
  }
  .stats p.bigPara {
    letter-spacing: 1px;
  }
  .highlights h2 {
    font-size: 36px;
    line-height: 38px;
  }
  .highlights h2 br {
    display: block;
  }
  .highlights p {
    font-size: 16px;
    line-height: 26px;
  }
  h3.innovateSub {
    font-size: 27px;
    line-height: 40px;
  }
  .monetizeSub {
    font-size: 42px;
    line-height: 59px;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }
  .display-4 br {
    display: block !important;
  }
}

@media (min-width: 1201px) and (max-width: 1500px) {
  .container-large {
    max-width: 90%;
    margin: auto;
  }
  .container {
    max-width: 1000px;
    margin: auto;
  }
  .display-4 {
    font-size: 50px;
  }
  .display-4 br {
    display: block !important;
  }
  .lead {
    font-size: 24px;
  }
  .features h3 {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
  }
  .innerBox {
    padding: 24px 22px 14px 22px;
  }
  br {
    display: none !important;
  }

  .stats h2 {
    font-size: 44px;
  }
  .stats h2.bigText {
    font-size: 100px;
    line-height: 130px;
  }
  .stats h2.bigText.smallFont {
    font-size: 28px;
  }
  .stats p {
    font-size: 14px;
    line-height: 20px;
  }
  .stats p.bigPara {
    letter-spacing: 1px;
  }
  .highlights h2 {
    font-size: 36px;
    line-height: 38px;
  }
  .highlights h2 br {
    display: block;
  }
  .highlights p {
    font-size: 16px;
    line-height: 26px;
  }
  h3.innovateSub {
    font-size: 27px;
    line-height: 40px;
  }
  .monetizeSub {
    font-size: 42px;
    line-height: 59px;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1501px) and (max-width: 1920px) {
  .container-large {
    max-width: 90%;
    margin: auto;
  }
  .container {
    max-width: 1170px;
    margin: auto;
  }
  .display-4 {
    font-size: 60px;
  }
  .display-4 br {
    display: block !important;
  }
  .lead {
    font-size: 30px;
  }
  .features h3 {
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 36px;
  }
  .features p {
    font-size: 24px;
    line-height: 39px;
    min-height: 300px;
  }

  .innerBox {
    padding: 24px 22px 14px 22px;
  }
  br {
    display: none !important;
  }

  .stats h2 {
    font-size: 64px;
  }
  .stats h2.bigText {
    font-size: 100px;
    line-height: 130px;
  }
  .stats h2.bigText.smallFont {
    font-size: 28px;
  }
  .stats p {
    font-size: 20px;
    line-height: 32px;
  }
  .stats p.bigPara {
    letter-spacing: 1px;
  }
  .highlights h2 {
    font-size: 48px;
    line-height: 52px;
  }
  .highlights h2 br {
    display: block !important;
  }
  .highlights p {
    font-size: 24px;
    line-height: 37px;
  }
  h3.innovateSub {
    font-size: 32px;
    line-height: 45px;
  }
  .monetizeTitle {
    font-size: 32px;
    line-height: 80px;
  }
  .monetizeSub {
    font-size: 62px;
    line-height: 69px;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
  }
}
