/*********************
START: public
*********************/
@import url(../css/fonts.css);

:root {
  --font-family: "CircularXXWeb";
  --gold-color: #f3b942;
}

body {
  font-family: var(--font-family);
  background-color: var(--baseDark-color);
}

.btn--fill__gold {
  text-align: center;
  background-color: var(--gold-color);
}

/*********************
EDN: public
*********************/

/*********************
START: HEADER
*********************/
header {
  padding-block: 1rem;
  height: 70px;
  background-color: transparent;
}

#header.sticky {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.header--logo img {
  height: 30px;
  filter: brightness(1) invert(1);
}

/*********************
END: HEADER
*********************/

/*********************
START: MAIN
*********************/
/* heroFubIntegration */
.heroFubIntegration {
  position: relative;
  overflow: hidden;
}

.heroFubIntegration::before {
  top: 233px;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url("../img/fub-integration/bg-heroFubIntegration.png");
}

.hero--comingSoon {
  display: flex;
  font-size: 16px;
  text-align: center;
  width: max-content;
  position: relative;
  margin-inline: auto;
  border-radius: 21px;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-block-end: 1.5rem;
  justify-content: center;
  color: var(--gold-color);
}

.hero--comingSoon::before {
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-image: url("../img/fub-integration/icons/border-coming-soon.svg");
}

/* hero--up */
.hero--up {
  position: relative;
  padding-block: 130px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero--up__images {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: center;
}

.hero--up__images > div:not(:nth-child(2)) img {
  width: 128px;
  height: 128px;
}

.hero--up__images > div:nth-child(2) img {
  width: 51px;
  height: 51px;
}

.hero--up h1 {
  margin-block: 1rem;
}

.hero--up p {
  line-height: 42px;
}

.hero--up__btn {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
  justify-content: center;
  margin-block-start: 2.5rem;
}

.hero--up__btn .btn--outline__white {
  column-gap: 0.5rem;
}

.hero--up__btn .btn--outline__white img {
  filter: brightness(1) invert(1);
}

/* hero--box */
.hero--box {
  margin-block-end: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem;
  border-radius: 32px;
  gap: 128px;
  max-width: 1200px;
  width: 100%;
  position: relative;
  font-size: 28px;
  color: var(--baseLight-color);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.096) 0%,
      rgba(255, 255, 255, 0.06) 6%,
      rgba(255, 255, 255, 0.02) 30%,
      rgba(255, 255, 255, 0.01) 100%
    ),
    rgba(0, 0, 0, 0.01);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  margin-inline: auto;
}

.hero--box p {
  font-weight: 400;
}

.hero--box p strong {
  font-weight: 700;
}

.hero--box img {
  width: 249px;
  height: 96px;
}

/* heroFubIntegration */
/* video */
.fub--video {
  padding-block: 8rem;
}
.fub--video video {
  width: 100%;
  max-width: 1024px;
  height: auto;
  display: block;
  margin-inline: auto;
}
/* access */
.access--content {
  display: flex;
  max-height: 750px;
  justify-content: space-between;
}

.access--left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 3rem;
  padding-inline: 7.5rem;
  background-color: #f8f8f8;
}

.access--left p.text--middle {
  margin-block-end: 1.5rem;
}

.access--left__images {
  display: none;
  column-gap: 1rem;
  align-items: center;
}

.access--left__images > div:not(:nth-child(2)) img {
  width: 63.16px;
  height: 63.16px;
}

.access--left__images > div:nth-child(2) img {
  width: 32px;
  height: 32px;
  filter: brightness(1) invert(1);
}

.access--left h2 {
  margin-block: 0.5rem;
}

.access--left .actions {
  margin-block-start: 0 !important;
  padding-block-start: 0 !important;
}

.access--right {
  width: 50%;
  padding-block-start: 147px;
  padding-inline-end: 2rem;
  position: relative;
  background-color: var(--gold-color);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.access--right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(217, 217, 217, 0) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.access--right picture img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}

.access--connect {
  position: absolute;
  right: 90px;
  top: 220px;
  z-index: 2;
  display: flex;
  max-width: 478px;
  padding: 1.5rem;
  column-gap: 3.5rem;
  align-items: center;
  border-radius: 20.33px;
  background-color: rgba(255, 255, 255, 0.21);
  box-shadow: 0px 12.71px 31.39px 0 rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.access--connect > div {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}

.access--connect > div p {
  font-weight: 400;
  font-size: 26.34px;
  line-height: 150%;
}

.access--connect a {
  border-radius: 45.53px;
  color: var(--baseDark-color);
  position: relative;
  -webkit-backdrop-filter: blur(41.39px) saturate(1.1);
  backdrop-filter: blur(41.39px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.access--connect a::before {
  content: "";
  position: absolute;
  top: -32%;
  left: -18%;
  width: 160%;
  height: 72%;
  transform: rotate(-20deg);
  pointer-events: none;

  background: radial-gradient(
    circle at 22% 30%,
    rgba(255, 255, 255, 0.18 * 0.54) 0%,
    /* we soften a bit for realism */ rgba(255, 255, 255, 0.096) 8%,
    rgba(255, 255, 255, 0.04) 30%,
    rgba(255, 255, 255, 0) 60%
  );
  mix-blend-mode: overlay;
  opacity: 0.95;
  filter: blur(8px);
}

.access--text {
  padding-block: 200px;
  background-color: var(--baseLight-color);
}

.access--text p {
  font-weight: 500;
  line-height: auto;
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1rem;
  color: var(--baseDark-color);
}

/* access */

/* benefits */
.benefits h2 {
  line-height: auto;
  font-weight: 500;
  padding-block: 8rem;
  font-size: var(--text-4xl);
}

.benefits ul {
  width: 100%;
  margin-inline: auto;
}

.benefits ul li {
  display: flex;
  max-height: 700px;
  position: relative;
  align-items: stretch;
  overflow: hidden;
  justify-content: space-between;
}

.benefits ul li:nth-child(odd) {
  flex-direction: row;
}

.benefits ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.benefits ul li > div {
  width: 50%;
}

.benefits ul li > div.benefits--text {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 8rem;
  padding-block: 7rem;
}

.benefits ul li > div.benefits--text p {
  font-size: 32px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.benefits ul li > div.benefits--text p strong {
  font-weight: 500;
  color: var(--baseLight-color);
}

.benefits ul li > div.benefits--img {
  position: relative;
}

.benefits ul li > div.benefits--img img {
  width: 100%;
}

.benefits ul li:nth-child(1) .benefits--img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits ul li:nth-child(1) .benefits--img::before {
  position: absolute;
  content: "";
  filter: blur(316.92px);
  width: 679.26px;
  height: 395.09px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(44, 39, 95, 0.6));
}

.benefits ul li:nth-child(2) .benefits--img {
  background-color: var(--baseLight-color);
  padding: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits ul li:nth-child(2) .benefits--img img {
  max-width: 510px;
}

.benefits ul li:nth-child(3) .benefits--img {
  background-color: #6d97ba;
  padding: 100px;
  padding-block-end: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.benefits ul li:nth-child(3) .benefits--img img {
  max-width: 550px;
}

.benefits ul li:nth-child(4) .benefits--img {
  background-color: #bfd9e0;
  padding-block-start: 120px;
  padding-inline: 195px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.benefits ul li:nth-child(4) .benefits--img img {
  max-width: 370px;
}

/* benefits */

/* awards */
.awards {
  position: relative;
}

.awards--text {
  padding-block: 200px;
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}

.awards--text p {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  color: var(--baseLight-color);
}

.awards--content {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
  padding-block: 150px 134px;
}

.awards--content img {
  max-width: 978px;
  width: 100%;
  margin-inline: auto;
}

.awards::before {
  top: 0;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  /* background-position: center top; */
  background-image: url("../img/fub-integration/bg-awards.svg");
}

/*********************
END: MAIN
*********************/

/*********************
START: FOOTER
*********************/
footer {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-color: var(--baseDark-color);
}

footer::before {
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url("../img/fub-integration/bg-footer.png");
}

.footer--content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* footer--up */
.footer--up {
  padding-block: 266px 138px;
}

.footer--up__images {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: center;
}

.footer--up__images > div:not(:nth-child(2)) {
  width: 80px;
  height: 80px;
}

.footer--up__images > div:nth-child(2) img {
  width: 32px;
  height: 32px;
}

.footer--up h4 {
  margin-block: 1.5rem;
}

.footer--up p {
  line-height: 42px;
}

.footer--up__btn {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
  justify-content: center;
  margin-block-start: 2rem;
}

.footer--up__btn .btn--outline__white {
  column-gap: 0.5rem;
}

.footer--up__btn .btn--outline__white img {
  filter: brightness(1) invert(1);
}

/* footer--down */
.footer--down ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-block-end: 1.5rem;
}

.footer--down ul li a {
  font-size: var(--text-lg);
  color: var(--baseLight-color);
}

.footer--down div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 1rem;
  column-gap: 0.25rem;
  margin-block: 1.5rem 4rem;
}

.footer--down div span {
  font-weight: 400;
  text-align: center;
  font-size: var(--text-lg);
  color: rgba(255, 255, 255, 0.5);
}

/*********************
END: FOOTER
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {
  .access--text p {
    font-size: var(--text-5xl);
  }
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
  .access--text p {
    font-size: var(--text-4xl);
  }
}

@media screen and (max-width: 1319px) {
  .access--left,
  .benefits ul li > div.benefits--text {
    padding-inline: 6rem;
  }

  .access--connect {
    top: 200px;
    column-gap: 2.5rem;
  }

  .access--connect > div {
    column-gap: 1.5rem;
  }

  .access--text p {
    font-size: var(--text-4xl);
  }

  /* awards */
  .awards--text {
    padding-block: 180px;
  }
}

@media screen and (max-width: 1200px) {
  .access--content {
    max-height: unset;
  }

  .access--left {
    width: 100%;
    padding-block-start: 4.5rem;
  }

  .access--left__images {
    display: flex;
  }

  .access--left h2 {
    margin-block: 1rem;
  }

  .access--right {
    display: none;
  }

  .access--left,
  .benefits ul li > div.benefits--text {
    padding-inline: 4.5rem;
  }

  .access--connect {
    top: 150px;
    right: 20px;
  }

  .access--connect > div p {
    font-size: var(--text-2xl);
  }

  .benefits ul li:nth-child(4) .benefits--img {
    padding-inline: 120px;
  }

  .benefits ul li:nth-child(2) .benefits--img {
    padding: 100px;
  }

  /* awards */
  .awards--text {
    padding-block: 160px;
  }
}

@media screen and (max-width: 992px) {
  .hero--up {
    padding-block: 100px;
    height: auto;
  }

  .hero--box {
    gap: 0;
  }

  .hero--box img {
    display: none;
  }

  .hero--up h1 span {
    color: var(--gold-color);
  }

  /* access */
  .access--connect > div p {
    font-size: var(--text-xl);
  }

  .access--connect {
    column-gap: 1.5rem;
  }

  .access--connect > div {
    column-gap: 0.75rem;
  }

  .access--connect > div img {
    width: 2rem;
  }

  .access--left,
  .benefits ul li > div.benefits--text {
    padding-inline: 3rem;
  }

  /* benefits */
  .benefits h2 {
    text-align: left;
    padding-block: 4rem;
    padding-inline: 1rem;
  }

  .benefits ul li:nth-child(2) .benefits--img {
    padding: 70px;
  }

  .benefits ul li:nth-child(4) .benefits--img {
    padding-block-start: 70px;
    padding-inline: 100px;
  }

  .benefits ul li:nth-child(3) .benefits--img {
    padding: 90px;
    padding-block-end: 0;
  }

  /* awards */
  .awards--text {
    padding-block: 140px;
  }
}

@media screen and (max-width: 768px) {
  .heroFubIntegration::before {
    background-size: cover;
    top: unset;
    bottom: -500px;
  }

  .hero--up h1 {
    line-height: auto;
  }

  .hero--box {
    padding: 3rem;
  }

  .hero--up__images > div:not(:nth-child(2)) img {
    width: 100px;
    height: 100px;
  }

  .hero--up__images > div:nth-child(2) img {
    width: 41px;
    height: 41px;
  }

  /* access */
  .access--right {
    display: none;
  }

  .access--left {
    width: 100%;
    padding-inline: 2rem;
    padding-block: 4rem;
  }

  .access--left__images {
    justify-content: center;
  }

  .access--left h2,
  .access--left p.text--middle {
    text-align: center;
  }

  /*  */
  .benefits ul li > div.benefits--img {
    display: none !important;
  }

  .benefits ul li > div.benefits--text {
    padding-inline: 2rem;
    padding-block: 4rem;
    width: 100%;
    justify-content: flex-start;
  }

  .benefits ul li > div.benefits--text p {
    text-align: left;
  }

  /* awards */
  .awards--text {
    font-size: 34px;
    line-height: auto;
    font-weight: 500;
    padding-block: 8rem;
  }

  .awards--text p {
    text-align: left;
  }

  .awards--content {
    padding-block: 4rem;
  }
  .fub--video {
    padding-block: 4rem;
}
}

@media screen and (max-width: 576px) {
  .hero--box {
    padding: 1.5rem;
  }

  .hero--up__images > div:nth-child(2) img {
    width: 25.6px;
    height: 25.6px;
  }

  .hero--up__images > div:not(:nth-child(2)) img {
    width: 64px;
    height: 64px;
  }

  .hero--up__btn {
    row-gap: 1rem;
    flex-direction: column;
  }

  .hero--up__btn a {
    width: 100%;
  }

  /* access */
  .access--text {
    padding-block: 8rem;
  }

  .access--text p {
    font-size: 34px;
    text-align: left;
  }

  /* benefits */
  .benefits ul li > div.benefits--text {
    padding-inline: 1rem;
  }

  /* footer */

  footer,
  .footer--content {
    min-height: auto;
  }

  footer::before {
    content: unset;
  }

  .footer--up {
    padding-block: 2rem 4rem;
  }

  .footer--down ul {
    column-gap: 2rem;
  }

  .footer--down div {
    margin-block: 4rem 3rem;
  }
}

@media screen and (max-width: 425px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}

/*********************
END: MEDIA
*********************/
