@font-face {
  font-family: 'Gotham Bold';
  font-style: normal;
  font-display: swap;
  src: url('./assets/fonts/Gotham-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham Medium';
  font-style: normal;
  font-display: swap;
  src: url('./assets/fonts/Gotham-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham Light';
  font-style: normal;
  font-display: swap;
  src: url('./assets/fonts/Gotham-Light.otf') format('opentype');
}

.primary-color {
  color: #ffa300 !important;
}

.primary-bg {
  background-color: #ffa300 !important;
  color: #fff !important;
}

.font-light {
  font-family: 'Gotham Light';
}

.font-medium {
  font-family: 'Gotham Medium';
}

.font-bold {
  font-family: 'Gotham Bold';
}

* {
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Gotham Medium';
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

.header-text {
  font-size: 16px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

/* .header {
  background-image: url('./assets/header-bg.jpg');
  background-size: cover;
  padding: 50px 0;
  margin-top: -70px;
} */

.header {
  background: linear-gradient(0deg, rgb(0, 0, 0) 35%, rgb(100, 28, 95) 80%);
  margin-top: -92px;

}

.header .container {
  background-image: url(/assets/bg.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.header .header-blast-logo {
  width: 400px;
}

.header .isp-logos {
  max-width: 350px;
  display: block;
  width: 100%;
}

.header #premiumHeaderTitle {
  font-size: 60px;
  font-family: 'Gotham Bold';
}

.header #premiumHeaderDesc .desc {
  max-width: 430px;
  margin: auto;
  font-size: 16px;
  font-family: 'Gotham Medium';
  line-height: 1.4em;
}


.header #premiumHeaderDesc .desc2 {
  margin: auto;
  font-size: 14px;
  line-height: 1.4em;
}

.header .signup-btn {
  position: relative;
  background: linear-gradient(57deg, rgba(37, 7, 55, 1) 0%, rgba(242, 61, 209, 1) 50%, rgba(255, 146, 131, 1) 90%);
  color: #fff;
  padding: 15px 30px;
  background-clip: padding-box !important;
  /* !importanté */
  border: solid 2px transparent;
  /* !importanté */
  border-radius: 30px;
}


.header .gradient-box {
  align-items: center;
  margin: auto;
  max-width: 22em;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  color: #FFF;
  background: linear-gradient(0deg, rgb(1, 0, 1) 0%, rgb(12, 3, 11) 50%, rgb(35, 9, 33) 90%);
  background-clip: padding-box !important;
  /* !importanté */
  border: solid 3px transparent;
  /* !importanté */
  border-radius: 30px;
}

.header .gradient-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(97deg, rgba(210, 146, 31, 1) 0%, rgba(170, 21, 158, 1) 51%, rgba(74, 4, 68, 1) 100%);
}

.header .signup-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(97deg, rgba(210, 146, 31, 1) 0%, rgba(170, 21, 158, 1) 51%, rgba(74, 4, 68, 1) 100%);
}

.section {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.studio {
  color: #222;
  background-color: #F3F4EC;
  background-image: url('./assets/section-2-bg.jpg');
  background-size: contain;
  background-position: center bottom;
  position: relative;
}

.section.studio .sphere-1 {
  position: absolute;
  bottom: -150px;
  left: -50px;
  background-image: url("./assets/sphere-1.png");
  width: 300px;
  height: 300px;
  z-index: 1;
  background-size: contain;
}

.section.studio h1 {
  font-size: 47px;
  font-family: "Gotham Bold";
}

.section.studio .desc {
  font-size: 18px;
  max-width: 500px;
}

.section.studio .poster {
  transform: scale(1.3);
  margin-top: 124px !important;
  margin-bottom: -100px !important;
}

.section.studio .copyright {
  font-size: 8px;
  position: absolute;
  bottom: 0;
  text-align: left;
  max-width: 500px;
}

.section.logos {
  position: relative;
  background: linear-gradient(-130deg, rgb(23, 6, 20) 35%, rgb(140, 35, 133) 80%);
  z-index: 0;
}

.section.logos .sphere-2 {
  position: absolute;
  bottom: -150px;
  right: 0;
  background-image: url("./assets/sphere-1.png");
  width: 250px;
  height: 300px;
  z-index: 1;
  background-size: 300px;
}

.section.logos:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/section-3-bg.png');
  background-position: right bottom;
  background-size: 1100px;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.entertainment-logos img {
  max-width: 200px;
  height: 110px;
  margin-bottom: -5px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 14px;
}

.section.logos h1 {
  font-size: 50px;
  font-family: "Gotham Bold";
  text-align: center;
}

.section.logos .gradient-box {
  align-items: center;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  color: #FFF;
  background: #270a2a;
  background-clip: padding-box !important;
  /* !importanté */
  border: solid 3px transparent;
  /* !importanté */
  border-radius: 30px;
}

.section.logos .gradient-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(97deg, rgba(210, 146, 31, 1) 0%, rgba(170, 21, 158, 1) 51%, rgba(74, 4, 68, 1) 100%);
}

.section.balls {
  background-image: url('./assets/section-balls-bg.jpg');
  background-position: center;
}

.section.balls .round {
  border: 1px solid #ffae03;
  border-left: 0px none;
}

.section.balls .head {
  font-size: 60px;
}

.section.balls .icons {
  width: 140px;
  height: 140px;
}



.section.balls .gradient-box {
  align-items: center;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  color: #FFF;
  background: #270a2a;
  background-clip: padding-box !important;
  /* !importanté */
  border: solid 3px transparent;
  /* !importanté */
  border-radius: 30px;
}

.section.balls .gradient-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(97deg, rgba(210, 146, 31, 1) 0%, rgba(170, 21, 158, 1) 51%, rgba(74, 4, 68, 1) 100%);
}

.section.balls .btn {
  padding: 15px 30px;
  color: #ffae03;
  border: 2px solid #ffae03;
  border-radius: 50px;
  font-size: 22px;
}

.section.balls .btn:hover {
  padding: 15px 30px;
  color: #fff;
  border: 2px solid #ffae03;
  background-color: #ffae03;
  border-radius: 50px;
  font-size: 22px;
}

.section.plans {
  /* background-image: url('./assets/section-4-bg.jpg'); */
  background: rgb(68, 198, 252);
  background: radial-gradient(circle, rgba(68, 198, 252, 1) 46%, rgba(252, 213, 68, 1) 92%, rgba(255, 163, 0, 1) 100%);
}

.section.plans .sphere-3 {
  position: absolute;
  top: 150px;
  right: 0;
  background-image: url("./assets/sphere-1.png");
  width: 240px;
  height: 300px;
  z-index: 1;
  background-size: 300px;
}

.section.plans:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/plans-bg.png');
  background-position: left bottom;
  background-size: 1100px;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.section.plans .title {
  font-size: 50px;
}

.section.plans .plan-item {
  border: 2px solid #fff;
  padding: 20px;
}

.section.plans .plan-item ul {
  padding-bottom: 50px !important;
}

.section.plans .plan-item .list li {
  background-color: transparent !important;
}

.section.plans .plan-item .btn {
  background-color: #222 !important;
  border: 0 none;
  font-size: 14px;
  width: 90%;
  bottom: 20px !important;
}

.section.plans .purple {
  background: linear-gradient(15deg, rgb(20, 20, 20) 10%, rgb(242, 61, 209) 50%, rgb(255, 146, 131) 90%);
}

.section.hotter {
  background: rgb(82, 53, 0);
  background: linear-gradient(8deg, rgba(82, 53, 0, 1) 0%, rgba(35, 23, 0, 1) 17%, rgba(0, 0, 0, 1) 57%, rgba(0, 0, 0, 1) 99%);
}

.section.payments {
  border-top: 4px solid #ffae03;
}

.section.faqs {
  color: #222;
  background-color: #F3F4EC;
  background-image: url('./assets/section-2-bg.jpg');
  background-size: contain;
  background-position: center bottom;
}

.section.faqs .accordion-item {
  background: transparent !important;
  border-bottom: 1px solid #000 !important
}

.section.faqs .accordion-header .accordion-button {
  font-size: 18px !important;
  box-shadow: none !important;
  color: #222 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding-right: 50px !important;
}

.section.faqs .accordion-header .accordion-button::after {
  position: absolute;
  right: 20px;
  color: #222 !important;
  --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus-lg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2"/></svg>');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash-lg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8" /></svg>');

}

.section.footer {
  background: linear-gradient(-180deg, rgb(20, 20, 20) 20%, rgb(168, 65, 149) 90%, rgb(255, 146, 131) 100%);
}

.section.footer .socials-icon {
  border-radius: 50%;
  background: #000;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 35px;
  height: 35px;
  display: inline-block
}

.collapse.show .navbar-nav {
  border-radius: 28px;
}

.navbar-nav {
  border: 2px solid #FFA300;
  border-radius: 41px;
  padding: 4px;
}

.nav-link {
  font-family: "Gotham Medium";
  font-size: 12px;
  padding: 15px 20px !important;
}

.nav-link.active {
  background-color: #FFA300;
  border-radius: 50px;
}


#nonTelcoMessage {
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  text-align: center;
  margin-top: 30px;
}



.sticky-top.bg-black {
  background-color: rgba(0, 0, 0, 0.8) !important;
}