.about-topbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  margin-bottom: 60px;
  margin-top: 100px;
}

.topbar-line {
  flex: 0 0 180px;
  height: 2px;
  background: #9747ff;
  margin-top: 0;
  align-self: center;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links img {
  width: 24px;
  cursor: pointer;
}

.email a {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  text-decoration: none;
}

.about-content {
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.about-text h2 {
  font-size: 90px;
  margin-bottom: 20px;
}

.about-text p {
  color: #ccc;
  margin-bottom: 30px;
  max-width: 500px;
  font-size: 16px;
}

.txt {
  text-align: start;
}

.info-txt {
  text-align: start;
}

.info-txt-2 {
  text-align: start;
}

.about-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.about-image {
  position: relative;
  transform: translateX(-140px);
}

.image-circle {
  display: inline-block;
  border: 4px solid #70e61c;
  border-radius: 50%;
  overflow: hidden;
}

.profile-2 {
  display: block;
  width: 509px;
  height: 509px;
  object-fit: cover;
  border-radius: 50%;
}

.circle-line {
  background: #70e61c;
  height: 4px;
  position: absolute;
  left: calc(97% + 13px);
  width: 100vw;
  top: 50%;
  transform: translateY(-50%);
}

.image-line {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  width: 160px;
  height: 4px;
  transform: translateY(-50%);
  background: #00ffd0;
}

.bubble-txt {
  align-items: center;
  text-align: center;
  margin: 0;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .profile-2 {
    width: 375px;
    height: 375px;
  }

  .about-image {
    transform: translateX(-80px);
  }
}

@media (min-width: 1100px) and (max-width: 1199px) {
  .profile-2 {
    width: 350px;
    height: 350px;
  }

  .about-image {
    transform: translateX(-65px);
  }
}

@media (min-width: 1000px) and (max-width: 1099px) {
  .about-text h2 {
    font-size: 60px !important;
  }

  .profile-2 {
    width: 325px;
    height: 325px;
  }

  .about-image {
    transform: translateX(-60px);
  }
}

@media (min-width: 900px) and (max-width: 999px) {
  .about-text h2 {
    font-size: 60px;
  }

  .profile-2 {
    width: 270px !important;
    height: 270px !important;
  }

  .about-image {
    transform: translateX(-40px);
  }
}

@media (min-width: 800px) and (max-width: 899px) {
  .about-topbar {
    margin-top: 0px;
  }

  .about-text h2 {
    font-size: 50px !important;
  }

  .profile-2 {
    width: 230px !important;
    height: 230px !important;
  }

  .about-image {
    transform: translateX(0px);
  }
}

@media (min-width: 700px) and (max-width: 799px) {
  .email a {
    font-size: 16px !important;
  }

  .topbar-line {
    flex: 0 0 80px !important;
  }

  .social-links img {
    width: 20px !important;
  }

  .about-topbar {
    margin-top: 0px;
  }

  .about-text h2 {
    font-size: 40px !important;
  }

  .profile-2 {
    width: 200px !important;
    height: 200px !important;
  }

  .about-image {
    transform: translateX(18px);
  }

  .circle-line {
    left: calc(97% + 5px) !important;
    width: 100vw !important;
  }

  .about-content {
    padding-left: 40px !important;
  }

  .about-text p {
    margin-right: -34px;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  .email a {
    font-size: 16px !important;
  }

  .topbar-line {
    flex: 0 0 80px !important;
  }

  .social-links img {
    width: 20px !important;
  }

  .about-topbar {
    margin-top: 0px;
  }

  .about-text h2 {
    font-size: 35px !important;
  }

  .profile-2 {
    width: 170px !important;
    height: 170px !important;
  }

  .about-image {
    transform: translateX(18px);
  }

  .circle-line {
    left: calc(97% + 5px) !important;
    width: 100vw !important;
  }

  .about-content {
    padding-left: 40px !important;
  }

  .about-text p {
    margin-right: -34px;
  }
}

@media (min-width: 500px) and (max-width: 599px) {
  .email a {
    font-size: 14px !important;
  }

  .topbar-line {
    flex: 0 0 60px !important;
  }

  .social-links img {
    width: 20px !important;
  }

  .about-topbar {
    margin-top: 0px;
  }

  .about-text h2 {
    font-size: 28px !important;
  }

  .profile-2 {
    width: 170px !important;
    height: 170px !important;
  }

  .about-image {
    transform: translateX(43px);
  }

  .txt {
    margin-right: -45px;
  }

  .info-txt {
    margin-right: -60px;
  }

  .info-txt-2 {
    margin-right: -27px;
  }

  .circle-line {
    left: calc(97% + 5px) !important;
    width: 100vw !important;
  }

  .about-content {
    padding-left: 30px !important;
    padding-right: 56px !important;
    gap: 0 !important;
  }

  .profile-2 {
    width: 160px !important;
    height: 160px !important;
  }
}

@media (max-width: 499px) {
  .email a {
    font-size: 14px !important;
  }

  .topbar-line {
    flex: 0 0 60px !important;
  }

  .social-links img {
    width: 20px !important;
  }

  .about-topbar {
    margin-top: 0px;
  }

  .about-text h2 {
    font-size: 28px !important;
  }

  .profile-2 {
    width: 170px !important;
    height: 170px !important;
  }

  .about-image {
    transform: translateX(43px);
  }

  .txt {
    margin-right: -45px;
  }

  .info-txt {
    margin-right: -60px;
  }

  .info-txt-2 {
    margin-right: -27px;
  }

  .circle-line {
    left: calc(97% + 5px) !important;
    width: 100vw !important;
  }

  .about-content {
    padding-left: 30px !important;
    padding-right: 56px !important;
    gap: 0 !important;
  }

  .profile-2 {
    width: 160px !important;
    height: 160px !important;
  }
}

@media (max-width: 499px) {
  .email a {
    display: none;
  }

  .topbar-line {
    flex: 0 0 93px !important;
  }

  .social-links img {
    width: 30px !important;
    height: 30px !important;
  }

  .social-links {
    gap: 50px !important;
  }

  .txt {
    margin-right: 0px !important;
  }

  .about-text h2 {
    font-size: 45px;
    color: white !important;
  }

  .about-image {
    display: none !important;
  }

  .info-txt {
    margin-right: 0px;
  }

  .info-txt-2 {
    margin-right: 0px;
  }
}

@media (max-width: 399px) {
  .about-text h2 {
    font-size: 38px;
  }
}

@media (max-width: 370px) {
  .about-text h2 {
    font-size: 34px;
  }

  .about-content {
    padding-left: 22px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 320px) {
  .about-text h2 {
    font-size: 30px;
  }

  .about-content {
    padding-left: 15px !important;
    padding-right: 20px !important;
  }
}

.about-text h2 {
  font-size: 90px;
}

.about-content {
  padding-left: 70px;
  padding-right: 70px;
  gap: 40px;
}

.profile-2 {
  width: 420px;
  height: 420px;
}

.image-line {
  width: 120px;
}