/* Pradip Sir Portfolio CSS Start */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Outfit-Bold";
  src: url("../fonts/Outfit/Outfit-Bold.ttf");
}

.container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  display: inline-block;
}

h1,
h2 {
  margin: 0;
  line-height: 1;
}

/* #profile .profile-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 30px;
  position: relative;
  box-shadow: 0 0px 10px 0px #ccc;
}

#profile .main-box {
  text-align: center;
  border-radius: 30px;
}

#profile .main-box .img-box img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}

#profile .main-box .title-box {
  padding: 40px 0px 30px;
}

#profile .main-box .scan-box img {
  max-width: 260px;
}

#profile .main-box .title-box h1 {
  font-size: 50px;
  font-family: "Outfit-Bold";
  color: #333333;
}

#profile .main-box .title-box h2 {
  font-size: 50px;
  opacity: 0.1;
  font-family: "Outfit-Bold";
  line-height: 19px;
}

#profile .main-box .btn-list {
  margin-bottom: 30px;
}

#profile .main-box .btn-list ul li:not(:last-child) a {
  margin-bottom: 10px;
}

#profile .main-box .btn-list ul li a {
  border: none;
  text-decoration: none;
  border-radius: 30px;
  color: #333333;
  padding: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 2px 10px 0px #ccc;
  background: #fff;
}

#profile .main-box .btn-list ul li a span {
  display: inline-block;
  margin-left: auto;
}

#profile .main-box .btn-list ul li a img {
  max-width: 35px;
  margin-right: 10px;
}

#profile .main-box .right-sh {
  position: absolute;
  right: 0%;
  bottom: 18%;
  z-index: -1;
}

#profile .main-box .left-sh {
  position: absolute;
  left: 0%;
  top: 33%;
  z-index: -1;
} */

/* profile css end */

/* Responsive start  */

/* @media (max-width: 375px) {
  #profile .main-box .title-box h1 {
    font-size: 40px;
  }
  #profile .main-box .title-box h2 {
    font-size: 42px;
  }
  #profile .main-box .scan-box img {
    max-width: 230px;
  }
  #profile .main-box .btn-list ul li a img {
    max-width: 30px;
  }
  #profile .main-box .btn-list ul li a {
    font-size: 16px;
  }
  #profile .main-box .title-box {
    padding: 30px 0px 20px;
  }
}

@media (max-width: 320px) {
  #profile .main-box .btn-list ul li a {
    font-size: 15px;
  }
  #profile .main-box .btn-list ul li a img {
    max-width: 28px;
  }
  #profile .main-box .title-box h2 {
    font-size: 34px;
  }
  #profile .main-box .title-box h1 {
    font-size: 38px;
  }
} */
/* Pradip Sir Portfolio CSS Start */

/* New U CSS Start */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Outfit-SemiBold";
  src: url("../fonts/Outfit/Outfit-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Outfit-Medium";
  src: url("../fonts/Outfit/Outfit-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Outfit-Regular";
  src: url("../fonts/Outfit/Outfit-Regular.ttf");
  font-display: swap;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  display: inline-block;
}

h1,
h2 {
  margin: 0;
  line-height: 1;
}

#profile .profile-box {
  display: flex;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
  padding: 40px 0px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  background: url(../images/portfolio-images/bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
}

#profile .main-box .logo-box {
  padding-bottom: 30px;
}

#profile .main-box .logo-box img {
  width: 100%;
  max-width: 200px;
}

#profile .main-box .img-box img {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  display: block;
}

.visit-box {
  position: relative;
}

#profile .main-box .scan-img img {
  max-width: 90px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

#profile .main-box .title-box {
  padding: 15px 0px 15px;
}

#profile .main-box .scan-box img {
  max-width: 260px;
}

#profile .main-box .title-box h1 {
  font-size: 40px;
  font-family: "Outfit-SemiBold";
  color: #fff;
}

#profile .main-box .title-box h1 span {
  color: #d77f2d;
}

#profile .main-box .title-box p {
  font-size: 16px;
  font-family: "Outfit-Regular";
  color: #fff;
  margin-bottom: 0;
}

#profile .main-box .social-icon ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#profile .main-box .social-icon ul li:not(:last-child) {
  margin-right: 15px;
}

#profile .main-box .social-icon ul li a img {
  max-width: 45px;
  width: 100%;
}

#profile .main-box .btn-list {
  margin-bottom: 30px;
}

#profile .main-box .btn-list ul li:not(:last-child) a {
  margin-bottom: 10px;
}

#profile .main-box .contact-list {
  padding-top: 20px;
}

#profile .main-box .contact-list ul li a {
  border: none;
  text-decoration: none;
  border-radius: 30px;
  color: #fff;
  padding: 5px;
  width: 100%;
  display: flex;
  font-family: "Outfit-SemiBold";
  align-items: center;
  font-size: 20px;
}

#profile .main-box .contact-list ul li a img {
  max-width: 35px;
  margin-right: 10px;
}

#profile .main-box .btn-box {
  position: fixed;
  width: 100%;
  max-width: 480px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

#profile .main-box .btn-box a {
  display: block;
}

#profile .main-box .btn-box button {
  text-decoration: none;
  font-size: 22px;
  color: #fff;
  font-family: "Outfit-Medium";
  background-color: #d77f2d;
  width: 100%;
  padding: 15px 30px;
  border: none;
}

#profile .main-box .btn-box button:focus-visible {
  outline: none;
}

@media (max-width: 375px) {
  #profile .profile-box {
    padding: 30px 20px 0;
  }

  #profile .main-box .logo-box img {
    max-width: 180px;
  }

  #profile .main-box .logo-box {
    padding-bottom: 20px;
  }

  #profile .main-box .img-box img {
    max-width: 130px;
  }

  #profile .main-box .scan-img img {
    max-width: 70px;
    right: 10px;
  }

  #profile .main-box .title-box h1 {
    font-size: 28px;
  }

  #profile .main-box .title-box p {
    font-size: 14px;
  }

  #profile .main-box .contact-list ul li a img {
    max-width: 30px;
  }

  #profile .main-box .btn-box button {
    font-size: 20px;
    padding: 15px 20px;
  }

  #profile .main-box .contact-list {
    padding-top: 20px;
  }

  #profile .main-box .contact-list ul li a img {
    max-width: 28px;
  }

  #profile .main-box .contact-list ul li a {
    font-size: 18px;
  }

  #profile .main-box .social-icon ul li a img {
    max-width: 35px;
  }
}

@media (max-width: 320px) {
  #profile .main-box .title-box h1 {
    font-size: 38px;
  }

  #profile .main-box .logo-box img {
    max-width: 130px;
  }

  #profile .main-box .btn-box button {
    padding: 12px 20px;
  }

  #profile .main-box .img-box img {
    max-width: 90px;
  }

  #profile .main-box .scan-img img {
    right: 20px;
    bottom: -10px;
  }

  #profile .main-box .title-box h1 {
    font-size: 26px;
  }

  #profile .main-box .title-box p {
    font-size: 13px;
  }

  #profile .main-box .btn-box button {
    padding: 8px 20px;
    font-size: 17px;
  }
}

.main-box {
  margin-bottom: 60px;
}

.teams-link {
  width: 45px;
  background-color: #2196f3;
  padding: 5px;
  border-radius: 50%;
}

.linked-in-qr {
  margin-top: 30px;
}

.linked-in-qr img {
  max-width: 150px;
}

/* New U CSS End */