* {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  height: 100%;
  background-color: #003031;
}

nav {
  z-index: 3 !important;
  position: absolute;
}

p {
  margin-bottom: 0 !important;
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none
}

section {
  width: 100%;
  min-height: 100vh;
  position: relative;
}


.row {
  --bs-gutter-x: none !important;
}

.row > * {
  flex-shrink: initial !important;
}

.m-bottom {
  margin-bottom: 10vh;
}

/* ********************************** FONTS ***********************************/



@font-face {
    font-family: 'TWKEverett';
    src: url('TWK-Everett/TWKEverett-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'TWKEverett-Light';
  src: url('TWK-Everett/TWKEverett-Light.otf') format('opentype');
}

@font-face {
    font-family: 'TWKEverett-Medium';
    src: url('TWK-Everett/TWKEverett-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TWKEverett-Black';
    src: url('TWK-Everett/TWKEverett-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* ************** NAV BAR ************** */

  /* .nav {
    justify-content: space-between;
    padding: 0  200px 0 200px;
  } */

.nav-logo {
  width: 12rem;
  margin: 15px 0 0 15px;
}

  .contact-us {
    top: 7.5vh;
    left: 72vw;
    width: 275px;
    height: 55px;
    background: #CCD814 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    font-size: 18px;
    font-family: 'TWKEverett-medium', Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
  }

  .nav-link {
    color: #fff !important;
    font-size: 20px !important;
  }

/* ************** PARTICLE SECTION CSS ************** */

#home {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 60px;
    overflow: hidden;
}

#bottom-gradient {
    position: absolute;
    min-height: 100vh;
    background: linear-gradient(to top, #003031 0%, transparent 50%);
    bottom: 0 !important;
    z-index: 4;
    overflow: hidden;
}

canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#header-title-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh; /* or min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

#header-title {
  font-family: 'TWKEverett';
  color: #fff;
  font-size: 5.2vw;
  text-align: center;
  pointer-events: none;
  z-index: 2;
}

  .bold {
      font-family: 'TWKEverett-Black';
      font-weight: 400;
  }

#scroll-icon-container {
  position: absolute;
  display:flex;
  justify-content: center;
  align-items: center;
  bottom: 3%;
  z-index: 5;
}


/* ************** AFFORD SECTION CSS ************** */

#afford-section {
    background-image: url(assets/afford-gradient-bg.jpg);
    background-color: #003031;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#afford-section-title {
    font-family: 'TWKEverett', Arial, sans-serif;
    color: #fff;
    font-size: 5.2vw;
    text-align: center;
    font-weight: 800;
}

#afford-section-body {
    font-family: 'TWKEverett';
    color: #fff;
    text-align: center;
    font-size: 1vw;
}

#afford-section-container {
    z-index: 5;
}

/* ************** VIDEO SECTION CSS ************** */

#video-section {
    background: linear-gradient(to bottom, #003031 1%, transparent 100%);
    background-color: #003031;
    overflow: hidden;
}

.vidyard_iframe {
  border-radius: 5px;
  width: 928px;
  height: 524px;
  margin: 0 25px 0 25px;
}

#IT-born-container {
    z-index: 5 !important;
}

#video-container {
  z-index: 1;
}

#video-section-title {
    font-family: 'TWKEverett-medium', Arial, sans-serif;
    color: #fff;
    font-size: 2.8vw;
    font-weight: 500;
}

#p-body {
    font-family: 'TWKEverett';
    color: #fff;
    font-size: 1vw;
}

#p-body-large {
    font-family: 'TWKEverett';
    color: #fff;
    font-size: 1.5vw;
}

#p-body-bold {
    font-family: 'TWKEverett-black';
    color: #fff;
    font-size: 1.5vw;
}

#yellow-particle-container {
  position: absolute;
  transform: rotate(200deg);
  top: 25%;
  right: 65%;
}

.yellow-particle {
  width: 45vw;
}

    /* ************** STATS SECTION ************** */

#stats-section {
    background: linear-gradient(to bottom, #003031 1%, transparent 100%);
    background-color: #003031;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#stats-section-container {
    margin-top: 10%;
}

#stats-section-title {
    font-family: 'TWKEverett-medium', Arial, sans-serif;
    color: #fff;
    font-size: 2.8vw;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

#stats-container {
  width: 85%;
}

.stats-img {
    width: 80% !important;
    height: auto;
}

.stats-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5 !important;
}

#conference-section-title {
    font-family: 'TWKEverett-medium', Arial, sans-serif;
    color: #fff;
    font-size: 2.8vw;
    font-weight: 500;
}

#conference-container {
  display: flex;
  flex: row;
  width: 90%;
}

.date-text {
    color: #CCD814;
    font-size: 1.5vw;
    font-family: 'TWKEverett';
}

#pink-particle-container {
  position: absolute;
  transform: rotate(30deg);
  top: 50%;
  left: 65%;
}

.pink-particle {
  width: 45vw;
  height: auto;
}

#stats-body {
  width: 40vw;
}

/* ********** PERKS SECTION ********** */


#perks-section {
    background: linear-gradient(to bottom, #003031 1%, transparent 100%);
    background-color: #003031;
    background-image: url(assets/perks-bg2025.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#perks-section-title {
    font-family: 'TWKEverett-medium', Arial, sans-serif;
    color: #fff;
    font-size: 2.8vw;
    font-weight: 500;
}

#perks-bottom-container {
    width: 100%;
    bottom: 10%;
}

#orb-container {
    width: 20%;
    margin: 0 8vw 0 8vw
}

#orb-container img {
  width: 200px;
  height: 200px;
}

#perks-body {
  width: 40vw;
  margin: .67em 0;
}

/* ********** PARTNERS SECTION ********** */

#partners-section {
    background: linear-gradient(to bottom, #003031 1%, transparent 100%);
    background-color: #003031;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#partners-section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

#partners-section-title {
    font-family: 'TWKEverett-medium', Arial, sans-serif;
    color: #fff;
    font-size: 2.188vw;
    font-weight: 500;
}

.partner-border {
  width: 15vw !important;
  height: 17vh;
  outline: 1px solid white;
  border-radius: 2px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.partner-border img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}


/* ********** ACHIEVE SECTION ********** */

#achieve-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #003031 1%, transparent 100%);
    background-color: #003031;
    background-image: url(assets/home-footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    /* min-height: 100vh; */
    overflow: hidden;
}

#achieve-section-title {
    font-family: 'TWKEverett-medium', Arial, sans-serif;
    color: #fff;
    font-size: 4.3vw;
    font-weight: 500;
}

/* ********** FOOTER SECTION ********** */

  #footer-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    padding-bottom: 5vh;
    background-color: #003031;
    width: 100%;
    height: 25vh !important;
    --bs-gutter-x: none !important;
  }

  .tdsynnex-logo {
    width: 250px;
    height: auto;
  }

  .footer-link {
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 24px;
  }

  a {
    text-decoration: none !important;
    cursor: pointer;
  }

  .socials, 
  .facebook {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #005758; 
    border-radius: 50%;
    background-color: transparent;
    text-decoration: none;
    margin: 0 5px;
  }

  .socials img {
    width: 24px;
    height: 24px;
  }

  .facebook img {
    width: 20px;
  }




/* ********** ANIMATIONS CSS ********** */

:root {
    --color1: 204, 216, 20 ;
    --color2: 8, 190, 213;
    --color3: 206, 91, 181;
    --circle-size1: 30vw;
    --circle-size2: 20vw;
    --circle-size3: 10vw;
    --blueOrb-size: 10vw;
    --yellowOrb-size: 10vw;
    --pinkOrb-size: 10vw;
    --blending: hard-light;
}

  @keyframes moveCircle1 {
    0% {
        transform: translateX(30%) translateY(5%);
    } 
    50% {
        transform: translateX(-30%) translateY(-5%);
    }
    100% {
        transform: translateX(30%) translateY(5%);
    }
}

@keyframes moveCircle2 {
    0% {
        transform: translateX(-50%) translateY(-5%);
    } 
    50% {
        transform: translateX(40%) translateY(5%);
    }
    100% {
        transform: translateX(-50%) translateY(-5%);
    }
}

@keyframes moveCircle3 {
    0% {
        transform: translateX(-50%) translateY(-10%);
    } 
    50% {
        transform: translateX(60%) translateY(15%);
    }
    100% {
        transform: translateX(-50%) translateY(-10%);
    }
}

.gradients-container {
    width: 100%;
    position: absolute;
}

.g1 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color1), 0.9) 0, rgba(var(--color1), 0) 70%) no-repeat;
    mix-blend-mode: var(--blending);

    width: var(--circle-size1);
    height: var(--circle-size1);
    top: calc(40% - var(--circle-size1) / 2);
    right:  calc(10% - var(--circle-size1) / 2);
    
    transform-origin: calc(50% - 200px);
    animation: moveCircle1 30s ease infinite;

    opacity: 1;
}

.g2 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color2), 0.9) 0, rgba(var(--color2), 0) 70%) no-repeat;
    mix-blend-mode: var(--blending);

    width: var(--circle-size2);
    height: var(--circle-size2);
    top: calc(50% - var(--circle-size2) / 2);
    left:  calc(10% - var(--circle-size2) / 2);

    transform-origin: calc(50% - 200px);
    animation: moveCircle2 25s ease infinite;

    opacity: 1;
}

.g3 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color3), 0.9) 0, rgba(var(--color3), 0) 70%) no-repeat;
    mix-blend-mode: var(--blending);

    width: var(--circle-size3);
    height: var(--circle-size3);
    top: calc(0 - var(--circle-size3) / 2);
    left:  calc(10% - var(--circle-size3) / 2);

    transform-origin: calc(0 - 200px);
    animation: moveCircle3 40s ease infinite;

    opacity: 1;
}

.interactive {
    position: absolute;
    background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: 50%;
    height: 50%;
    top: -25%;
    left:  -25%;

    opacity: 0.5;

    backdrop-filter: blur(50px);
}

@keyframes blue-orb {
  0% {
    transform: translateX(0) translateY(0);
  }
  12.5% {
    transform: translateX(25px) translateY(-40px);
  }
  25% {
    transform: translateX(50px) translateY(0);
  }
  37.5% {
    transform: translateX(25px) translateY(40px);
  }
  50% {
    transform: translateX(0) translateY(0);
  }
  62.5% {
    transform: translateX(-25px) translateY(-40px);
  }
  75% {
    transform: translateX(-50px) translateY(0);
  }
  87.5% {
    transform: translateX(-25px) translateY(40px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}

@keyframes yellow-orb {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pink-orb {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.blue-orb {
  animation: blue-orb 20s linear infinite;
}

.yellow-orb {
    animation: yellow-orb 25s ease infinite;

}

.pink-orb {
    animation: pink-orb 40s ease infinite;
}



/* ********************* MOBILE CSS ********************* */

@media (max-width: 1199px) {

section {
  width: 100%;
  min-height: 50vh;
  position: relative;
}

br {
  display: none;
}

img {
  overflow: hidden !important;
  overflow-clip-margin: none;
}

.contact-us {
  top: 7.5vh;
  left: 72vw;
  width: 200px;
  height: 55px;
  background: #CCD814 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  font-size: 18px;
  font-family: 'TWKEverett-medium', Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-decoration: none;
  color: black;
}

#p-body {
    font-family: 'TWKEverett';
    color: #fff;
    font-size: 3vw;
}

#p-body-large {
    font-family: 'TWKEverett';
    color: #fff;
    font-size: 3.5vw;
}

#p-body-bold {
    font-family: 'TWKEverett-black';
    color: #fff;
    font-size: 3.5vw;
}

#header-title {
  font-size: 8vw;
  text-align: center;
  margin: 0 50px 0 50px;
}

#afford-section-title {
  font-family: 'TWKEverett-black';
  font-size: 7vw;
  text-align: center;
}

#video-section-title {
  font-size: 7vw;
  text-align: center;
  padding-bottom: 30px;
}

.vidyard_iframe {
  border-radius: 5px;
  width: 457px;
  height: 250px;
  margin: 0 25px 0 25px;
}

.stats-img {
    width: 80% !important;
    z-index: 1;
}

#conference-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#stats-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80vw;
}

#conference-section-title {
  font-size: 7vw;
}


#perks-section {
    background: linear-gradient(to bottom, #003031 1%, transparent 100%);
    background-color: #003031;
}

#perks-container {
    background-image: url(assets/perks-bg-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

#perks-section-title {
  font-size: 8vw;
  text-align: center;
}

#perks-body {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  text-align: center;
  width: 100%;
}


#stats-section-title {
    font-family: 'TWKEverett-medium', Arial, sans-serif;
    font-size: 7vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: center;
}

.date-text {
  font-size: 4vw;
}


#orb-container {
  text-align: center;
  width: 70%;
  margin: 0 8vw 0 8vw
}

#partners-section-title {
    font-family: 'TWKEverett-medium', Arial, sans-serif;
    color: #fff;
    font-size: 8vw;
    font-weight: 500;
    text-align: center;
}

#partners-section-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

.partner-border {
  width: 40vw !important;
  height: 10vh;
  outline: 1px solid white;
  border-radius: 2px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.partner-border img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

#achieve-section {
  height: 50vh !important;
}

#achieve-section-title {
    font-family: 'TWKEverett-medium', Arial, sans-serif;
    color: #fff;
    font-size: 7vw;
    font-weight: 500;
}

#footer-content-container {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
  padding-bottom: 5vh;
  background-color: #003031;
}

.tdsynnex-logo {
  width: 250px;
  height: auto;
}

.footer-link {
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 24px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.mobile-display {
  display: flex !important;
  flex-direction: column !important;
  margin: 50px 0 50px 0 !important;
}

.socials, 
.facebook {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid #005758; 
  border-radius: 50%;
  background-color: transparent;
  text-decoration: none;
  margin: 0 5px;
}

.socials img {
  width: 24px;
  height: 24px;
}

.facebook img {
  width: 20px;
}

}