/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 800

.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

*{
  transition:all ease 250ms;
}

body {
  margin: 0px;
  overflow: hidden;
   font-family: "Plus Jakarta Sans", sans-serif;
}

.v3d-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}


.v3d-simple-preloader-background {
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

#v3d_preloader_container{}

.v3d-simple-preloader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5rem;
    margin-left: -5rem;
    width: 10rem;
    height: 10rem;
    filter: drop-shadow(0px 0px 0px #000000);
}

.v3d-simple-preloader-bar {
    background: linear-gradient(90deg, #ffffff, #ff9100);
    width: 0%;
    height: 20px;
    margin: 1rem 0px;
    outline: 0px solid #333333;
    border-radius: 100px;
    border-color: #ffffff00 !important;
    border-width: 0px;
}

.v3d-simple-preloader-logo {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-image: url(./media/android-chrome-192x192.png) !important;
    background-size: contain;
}


#logo {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 999999;
  width: 200px;
  height: 100px;
  & svg path{
    filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 0.5));
  }
}

#award-winner {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 999999;
  height: auto;
  width: 400px; padding:15px; background:#00000050; border-radius:15px; backdrop-filter:blur(5px);
}

#profile-header {
  width: 100%;
  aspect-ratio: 16/9; border-radius:15px;
}

#profile-image {
  background: url(./media/People/AdannaAbadola.jpg);
  background-size:cover;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius:15px;
  outline: 2px solid white;
}

#profile-socials {
padding: 15px 25px;
    /* margin: 0; */
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-content: center;
    align-items: center;
    justify-content: left;
    width: calc(100% - 55px);
    position: absolute;
    width: 35px;
    left: 0;
    top: 0;
  
  & li {
    padding: 0px;
    margin: 0;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: white;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}

#profile-social-image{
width:35px; height:35px; 
  
}
#linkedin:hover, #instagram:hover, #twitter:hover{
    scale:1.25; 
  }

#linkedin, #instagram, #twitter{ outline:2px solid white; drop-shadow:4px 4px 4px white;
  width:35px; height:35px; aspect-ratio:1/1; border-radius:25px; background-size:contain; background-position:center;
}

#linkedin{
   background-image:url(https://upload.wikimedia.org/wikipedia/commons/8/81/LinkedIn_icon.svg); 
  background-color:white;
}

#instagram{
  background-image:url(https://upload.wikimedia.org/wikipedia/commons/e/e7/Instagram_logo_2016.svg);  background-color:white;
}

#twitter{
  background-image:url(https://upload.wikimedia.org/wikipedia/commons/c/ce/X_logo_2023.svg);  background-color:white;
  background-size:70%; background-repeat:no-repeat;
}


#profile-short-bio {
  color: white;

  & h1 span {
    font-size: 1rem;
  }

  & h1 {
    font-size: 2rem; margin:0.5rem;
  }

  & p {
    font-size: 1rem; line-height:1.5rem; letter-spacing:1px; word-spacing:2x;
  }
}

#awardshelf {
  display: none /*flex*/;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  width: 100%; color:white;
  bottom: 0;
/*
  &:before {
    content: "◄";
  }

  &:after {
    content: "►";
  }
*/
}

.award-image{
    border-radius:10px; outline:2px solid white; width:25%; aspect-ratio:1/1;
}

#featured-sponsors {
  position: absolute;
  top: 150px;
  right: 25px;
  z-index: 999998;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 200px;
}

.featured-sponsor-logo{
    border-radius:15px; border:2px solid black;
    width: 200px; height:200px;
      background: url(https://img.logoipsum.com/286.svg);
  background-color: white;
      background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

#sponsors {
  position: fixed;
  bottom: 25px;
  left: 40%;
  right: 25px;
  z-index: 999998;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: space-evenly;
  height: 80px;
  padding: 0;
  margin: 0;
}

.sponsor-logo {
  background: url(https://img.logoipsum.com/286.svg);
  background-color: white;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 15px;
    border:2px solid black;
}

a[href="https://www.soft8soft.com/verge3d-trial/"] {
  display: none;
}

/* removes tap blinking on ios devices */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
