@font-face {
  font-family: 'AvenirNext-Regular';
  src: url('../fonts/AvenirNext-Regular.ttf')  format('opentype');
}
@font-face {
  font-family: 'AvenirNext-Bold';
  src: url('../fonts/AvenirNext-Bold.ttf')  format('opentype');
}

body {
  font-family: AvenirNext-Regular, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  overflow-x: hidden;
  font-size: 18px
  margin: 0 auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
a {
    color: white;
    text-decoration: none;
}
body {
  transition: all 0.3s ease;
}
.profile {
    height: 100vh;

}
.profile-pic {
  object-fit: cover;
  image-rendering: pixelated;
  border: solid 3px #ffffff7a;
  height: 150px;
  width: 150px; 
  flex-basis: 150px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 10px 6px rgba(0, 0, 0, 0.2);
}
.profile-info .content{
  margin-top: 20%;
}
.profile-info .content .action{
    margin-top: 4rem;
}
.profile-name {
  color: var(--text-primary);
  font-size: 3rem;
  padding-top: 40px;
  margin-bottom:  0px;
}
.profile-summary {
  color: var(--text-secondary);
  font-size: 1.6rem;
}
.action img{
  width: 1.5%;
}
.action .pils {
    padding: 9px 12px;
    border-radius: 19px;
    margin-right: 15px;
    color: #fff;
}

.action .addcontact {
  background: #128DF9;
}

.action .callnow {
  background: #00B577;
  padding: 9px 23px;
}

.profile-connect .header {
  background: #293138;
}
.profile-connect .header .social{
  padding: 3rem;
  padding-bottom: 0;
}
.profile-connect .header .social h2{
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 35px 20px;
  border-bottom: solid 1px;
  color: #128DF9;
}
.profile-connect .header .social ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.profile-connect .header .social ul li{
  list-style: none;
  flex: 0 0 33.333333%;
  margin-bottom: 9%;
}
.profile-connect .header .social ul li img{
  width: 30%;
  margin-bottom: 13px;
}
.profile-connect .header .social ul li a:hover{
  filter: invert(54%) sepia(43%) saturate(2792%) hue-rotate(173deg) brightness(88%) contrast(144%)
}
.profile-connect .footer {
  background: #1D262D;
  padding-top: 10px;
}
.profile-connect .footer p{
  margin-left: 20px;
  margin-bottom: 0px;
}
.profile-connect .footer .footer-info {
  display: grid;
  justify-content: center;
}
.profile-connect .footer .footer-info img{
  width: 10%;
}
.profile-connect .footer .logo {
    display: flex;
    justify-content: center;
}
.profile-connect .footer .logo svg {
  width: 30%; 
  margin-bottom: 20px;
}
.profile-connect {
      background: #1d262d;
}
.profile-bio span{
  font-family: AvenirNext-Regular, sans-serif !important;
  color: #fff !important;
}
.profile-connect .header .social ul li a{
  color: #a1a3a7;
}
.company-info {
  width: fit-content;
  left: 42%;
  display: flex;
  position: relative;
  bottom: 2%;
  background: #1D262D;
  padding: 5px 12px;
  border-radius: 19px;
}
.company-info a{
  pointer-events: none;
}
.arrows1 {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 13px;
  height: 13px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  animation: arrow 2s infinite;
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows2 {
  position: absolute;
  top: 38px;
  left: 50%;
  width: 13px;
  height: 13px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  animation: arrow 2s infinite;
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}
@keyframes arrow
{
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
}
.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}
@media screen and (max-width: 900px) { 
  .profile-connect .header .social ul li{
    margin-bottom: 2rem;
  }
}
#fixed-form-container .body p img {
  width: 3%;
}
#fixed-form-container .logo-popup {
  width: 35%;
  margin-bottom: 10px;
  margin-top: 10px;
}
#fixed-form-container{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 42%;
    text-align: center;
    margin: 0;
    padding: 0;
}
#fixed-form-container .body{
    background-color: #fff; 
    color: #1d262d;
    border-radius: 21px 21px 0px 0px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    padding-bottom: 13px;
}
#fixed-form-container .body p {
  text-decoration:inherit;
  color: inherit;
  margin: 0px;
  font-size: 13px;
}
.expanded {
  filter: brightness(0.5);
}
@media screen and (min-width: 768px) {
  .profile-connect .footer {
    height: 20%;
  }
  .profile-connect .header {
    height: 80%;
  }
}
@media screen and (max-width: 768px) {
  html {
   overflow-x: auto;
  }
  .profile-info .content {
      margin-top: 2%;
      margin-bottom: 16px;
  }
  .profile-connect .header .social ul li img {
    width: 30%;
    margin-bottom: 0px;
  }
  .profile-info .content .action {
      margin-top: 1rem;
  }
  .profile-name {
      margin-bottom: -8px;
      font-weight: bold;
      padding-top: 0px;
      font-size: 1.8rem;
  }
  .profile-summary {
      margin-bottom: 0px;
      font-size: 1.2rem;
  }
  .profile-connect .header .social {
      padding: 0;
  }
  .profile-connect .header .social ul{
    margin-bottom: 0rem;
    padding: 0px 20px;
  }
  .profile-connect .header .social ul li {
     margin-bottom: 3%;
  }
  .profile-connect .header .social ul li a{
    font-size: 13px;
    color: #a1a3a7;
  }
  .action img{
    width: 4%;
  }
  .profile-connect .footer .logo svg {
    width: 40%; 
  }
  .profile-connect .header .social h2 {
    font-size: calc(0.7rem + .9vw);
    margin: 20px 20px;
  }

  .profile-bio {
    margin-left: 15px;
    margin-right: 15px;
  }
  .profile-bio span{
    font-size: 15px !important;
  }
  .profile-connect .footer p { 
    margin-bottom: 0.2rem;
    font-size: 13px;
    margin-left: 25px;
  }
  .profile-connect .footer p img {
    width: 5%;
  }
  img, svg {
      vertical-align: sub;
  }
  .profile-connect {
    display: inline-grid;
  }
  .company-info {
    left: 35%;
    bottom: 11%;
  }

  #fixed-form-container {
    width: 100%;
  }
  #fixed-form-container .body p img {
    width: 4%;
  }
  .profile-connect .footer {
    margin-top: -20px;
    padding-top: 0px;
  }
  a[href^=tel] {
     text-decoration:inherit;
     color: inherit;
  }
}

@media screen and (max-width: 600px) {
  .company-info {
    bottom: 48%;
    left: 36%;
    font-size: 13px;
  }
  .profile-connect .footer {
    margin-top: -5px;
  }
  .profile-connect .footer .logo svg {
      width: 36%;
  }
}