*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  height: 100%;
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

@font-face {
  font-family: SanFrancisco-M;
  src: url('../fonts/SF-Pro-Display-Medium.otf');
}

@font-face {
  font-family: SanFrancisco-T;
  src: url('../fonts/SF-Pro-Display-Thin.otf');
}

@font-face {
  font-family: SanFrancisco-L;
  src: url('../fonts/SF-Pro-Display-Light.otf');
}

@font-face {
  font-family: SanFrancisco-LI;
  src: url('../fonts/SF-Pro-Display-LightItalic.otf');
}

@font-face {
  font-family: SanFrancisco-K;
  src: url('../fonts/SF-Pro-Display-Semibold.otf');
}

@font-face {
  font-family: SanFrancisco-B;
  src: url('../fonts/SF-Pro-Display-Bold.otf');
}

body{
  font-family: 'SanFrancisco', sans-serif;
  width: 100%;
  background-color: #090b06ff;
  overflow-x: hidden;
}

.shadow{
  -webkit-box-shadow: 2px 6px 25px #30303080;
  -moz-box-shadow: 2px 6px 25px #30303080;
  box-shadow: 2px 6px 25px #30303080;
}

.w{
  color: white;
}

.head{
  position: relative;
  width: 800px;
  height: 210px;
  left: 50%;
  margin-left: 0px;
  transform: translate(-50%,0%);
  top: 40px;
}

#cap-page{
  position: absolute;
  font-family: SanFrancisco-K;
  height: 30px;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  font-size: 28px;
  width: 800px;
  top: 90px;
  text-align: center;
  color: white;
}

#user{
  position: absolute;
  font-family: SanFrancisco-L;
  height: 10px;
  margin-top: -7.5px;
  color: white;
  font-size: 13px;
  width: 800px;
  left: 0px;
  top: 120px;
  text-align: center;
  opacity: 0.5;
}

#logo{
  position: absolute;
  width: 70px;
  height: auto;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  margin-left: -35px;
  top: 15%;
}

/*
#meshgrad{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
*/

#ten_y_badge{
  position: fixed;
  top: -55px;
  height: 200px;
  width: auto;
  left: 120px;
  z-index: 2000;
}

#meshgrad{
  position: absolute;
  z-index: 0;
  width: 100%;
  min-width: 1800px;
  height: auto;
  opacity: 1;
  top: 0px;
  left: 50%;
  transform: translate(-50%,0%);
}

#meshgrad2{
  position: absolute;
  z-index: 0;
  width: 100%;
  min-width: 1800px;
  height: auto;
  opacity: 1;
  top: 1600px;
  left: 50%;
  transform: translate(-50%,0%);
}

#meshgrad3{
  position: absolute;
  z-index: 0;
  width: 100%;
  min-width: 1800px;
  height: auto;
  opacity: 1;
  top: 3000px;
  left: 50%;
  transform: translate(-50%,0%);
}

.social_cont{
  position: absolute;
  left: 50%;
  top: 160px;
  width: 280px;
  height: auto;
  transform: translate(-50%,0%);
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
  font-size: 18px;
  font-family: SanFrancisco-L;
}

.social_icons{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #232323;
}

.social_icons img{
  position: relative;
  width: 20px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}




.work_cont{
  position: relative;
  left: 50%;
  top: 0px;
  width: 860px;
  height: auto;
  transform: translate(-50%,0%);
}

.w_cap_sec{
  position: relative;
  left: 50%;
  top: 0px;
  margin-left: -400px;
  height: 40px;
  width: 400px;
  font-size: 16px;
  font-family: SanFrancisco-L;
  margin-top: 20px;
  color: white;
}

.w_cap_sec b{
  font-family: SanFrancisco-K;
}

.des_work{
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  background-color: white;
  border-radius: 25px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 35px;
}

.des_img{
  width: 160px;
  height: 160px;
  border-radius: 25px;
}

.des_glass{
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 140px;
  border-radius: 35px;
  -webkit-backdrop-filter: blur(6px);
  background-color: #21212166;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}

.des_glass:hover{
  opacity: 1;
}

.des_cap{
  position: absolute;
  color: white;
  left: 30px;
  top: 35px;
  font-size: 18px;
  font-family: SanFrancisco-B;
}

.des_txt{
  position: absolute;
  color: white;
  left: 30px;
  top: 80px;
  font-size: 10px;
  font-family: SanFrancisco-L;
  width: 140px;
}

.des_glass img{
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 20px;
  height: auto;
}


.des_work__w_render{
  position: relative;
  display: inline-block;
  width: 280px;
  height: auto;
  background-color: none;
  border-radius: 10px;
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.des_w_render_img{
  width: 300px;
  height: auto;
  border-radius: 10px;
}


.des_w_cards{
  position: relative;
  display: inline-block;
  width: 250px;
  height: 160px;
  background-color: none;
  border-radius: 18px;
  margin-left: 88px;
  margin-right: 88px;
  margin-bottom: 30px;
}

.des_cards_img{
  width: 250px;
  height: 160px;
  border-radius: 18px;
}

.des_w_render{
  position: relative;
  display: inline-block;
  width: 250px;
  height: 141px;
  background-color: none;
  border-radius: 18px;
  margin-left: 86px;
  margin-right: 86px;
  margin-top: 40px;
  margin-bottom: 40px;
  transform: scale(1.25);
}

.des_render_img{
  width: 250px;
  height: 141px;
  border-radius: 18px;
}


.notified_message{
  position: relative;
  left: 50%;
  top: 0px;
  transform: translate(-50%,-50%);
  width: 250px;
  height: 52px;
  border-radius: 26px;
  opacity: 1;
  z-index: 100;
  background: rgb(31,165,255);
  background: linear-gradient(129deg, rgba(31,165,255,1) 0%, rgba(59,121,246,1) 100%);
}

.p_1{
  margin-top: 80px;
}

.notified_message img{
  position: absolute;
  width: 28px;
  height: auto;
  top: 50%;
  left: 28px;
  transform: translate(-50%,-50%);
}

.notified_message p{
  position: absolute;
  width: 330px;
  height: auto;
  top: 50%;
  left: 138px;
  transform: translate(-50%,-50%);
  font-size: 21px;
  font-family: SanFrancisco-K;
  text-align: center;
  color: white;
}


@media screen and (max-width: 1200px){
  #ten_y_badge{
    position: fixed;
    top: -40px;
    height: 150px;
    width: auto;
    left: 10px;
    z-index: 2000;
  }

  .work_cont{
    position: relative;
    left: 50%;
    top: 0px;
    width: 360px;
    height: auto;
    transform: translate(-50%,0%);
  }

  .des_work{
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-color: white;
    border-radius: 25px;
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 35px;
  }

  .des_img{
    width: 140px;
    height: 140px;
    border-radius: 25px;
  }

  .w_cap_sec{
    position: relative;
    left: 50%;
    top: 0px;
    margin-left: -150px;
    height: 40px;
    width: 400px;
    font-size: 14px;
    font-family: SanFrancisco-L;
    margin-top: 20px;
  }

  .des_w_render{
    position: relative;
    display: inline-block;
    width: 250px;
    height: 141px;
    background-color: none;
    border-radius: 18px;
    margin-left: 55px;
    margin-right: 55px;
    margin-bottom: 30px;
  }

  .des_render_img{
    width: 250px;
    height: 141px;
    border-radius: 18px;
  }

  .des_w_cards{
    position: relative;
    display: inline-block;
    width: 250px;
    height: 160px;
    background-color: none;
    border-radius: 18px;
    margin-left: 55px;
    margin-right: 55px;
    margin-bottom: 30px;
  }

  .des_cards_img{
    width: 250px;
    height: 160px;
    border-radius: 18px;
  }


  .des_work__w_render{
    position: relative;
    display: inline-block;
    width: 280px;
    height: auto;
    background-color: none;
    border-radius: 10px;
    margin-left: 40px;
    margin-right: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
  }


}
