.hero-section {
  padding: 0 0 50px;
  background: #000000;
}

.padding-zero {
  padding: 0;
}

.hero-column-1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width:992px) {
  .hero-column-1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 80px;
  }
}

.hero-column-1 h1 {
  font-family: Jost;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.bio {
  font-family: Jost;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}

.my-description {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  padding-top: 30px;
}

.hire-me-btn {
  position: relative;
  padding: 10px 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--bs-primary);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.social-media-icons {
  display: flex;
  gap: 15px;
  margin-top: 50px;
}

.hero-column-2, .portfolio-hero-column {
  width: 100%;
  /*height: 100%;*/
  position: relative;
  background: var(--bs-light);
  border: 3px solid #000000;
}

.hero-column-2 img {
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
}

.total-project-experience {
  background: #fff;
  padding: 10px 40px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  border: 5px solid var(--bs-primary);
}

.total-project-experience span {
  font-family: Jost;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.total {
  font-size: 35px!important;
}

.experience {
  bottom: -30px;
  position: absolute;
  right: 60px;
}

.projects {
  position: absolute;
  left: -100px;
  bottom: 100px;
}

.contact-section, .services-section, .single-page-gallery {
  padding-top: 50px;
}

.services-heading-content h2, .skills-heading-content h2 {
  text-align: center;
  font-family: Jost;
  font-size: 44px;
  font-weight: 500;
  /*text-transform: uppercase;*/
}

.services-heading-content p, .skills-heading-content p {
  text-align: center;
  font-family: roboto;
  font-size: 18px;
  font-weight: 400;
}

.pricing-section, .single-page-description, .skills-section {
  padding: 100px 0;
  background: #000000;
}

.portfolio-section {
  padding: 100px 0;
  background: #000000;
}

.item {
  display: flex;
  gap: 25px;
}

.portfolio-nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item p {
  padding: 0;
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.portfolio-nav-active {
  color: #29a587;
}

.feedback-description, .portfolio-content {
  margin-top: 30px;
}

.contact-column-contact-details, .gallery-item-div, .gallery-item-div img, .portfolio-img img {
  width: 100%;
  height: 100%;
}

.client-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client-status {
  font-family: Jost;
  font-size: 14px;
  text-align: center;
  margin-top: -5px;
}

.feedback-section {
  padding: 30px 0 100px;
}

.period-of-pricing p {
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.price h2 {
  font-family: Jost;
  font-size: 30px;
  font-weight: 700;
}

.price {
  display: flex;
  gap: 20px;
  align-items: center;
}

.price-description p, .tools-item p {
  font-size: 18px;
  font-weight: 400;
}

.service-item svg {
  padding: 0;
  margin: 0 0 0 -5px;
  color: var(--bs-primary);
  font-weight: 500;
}

.service-item {
  display: flex;
}

.service-item p {
  font-family: Jost;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.pricing-column {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  border-radius: 10px;
}

.popular-price-column {
  border: 1px solid;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
  position: relative;
}

.popular-text-div {
  background: var(--bs-primary);
  display: flex;
  justify-content: center;
  position: absolute;
  top: -15px;
  border-radius: 20px;
  border: 1px solid #000;
  right: 30px;
}

.popular-text-div p {
  color: #fff;
  font-family: Jost;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 20px;
}

.pricing-heading-content {
  margin-bottom: 40px;
}

.contact-details-item h2 {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 700;
}

.contact-details-item p, .single-page-description p {
  font-family: Jost;
  font-size: 18px;
}

.contact-details-item p a {
  color: #000;
  text-decoration: none;
}

.contact-form-column {
  width: 100%;
  height: 100%;
  padding: 30px;
  /*background: #f0ebe3;*/
}

.form-label {
  font-family: Jost;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  /*margin-left: 18px;*/
}

.input-style {
  padding: 10px 20px;
}

.forms-div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.forms {
  width: 100%;
}

form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.send-btn-div {
  display: flex;
  justify-content: end;
}

.footer {
  background: var(--bs-secondary);
  /*padding: 50px 0;*/
  border-top: 0.5px solid var(--bs-primary);
}

.footer-container p {
  margin: 0;
  font-family: 'Roboto';
  font-size: 18px;
  text-align: center;
  /*width: 100%;*/
}

@media (max-width:768px) {
  .hero-section {
    padding: 80px 0 50px;
    /*background: #f0ebe3;*/
  }
}

@media (max-width:768px) {
  .hero-column-1 h1 {
    font-size: 40px;
    text-align: center;
  }
}

@media (max-width:768px) {
  .bio {
    font-size: 18px;
    text-align: center;
  }
}

@media (max-width:768px) {
  .my-description {
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width:768px) {
  .hire-me-btn {
    /*margin: 30px auto 0;*/
    font-size: 16px;
  }
}

@media (max-width:768px) {
  .social-media-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 50px;
  }
}

@media (max-width:768px) {
  .total-project-experience {
    width: 140px;
    padding: 5px 20px;
  }
}

@media (max-width:768px) {
  .item p, .total-project-experience span {
    font-size: 10px;
  }
}

@media (max-width:768px) {
  .total {
    font-size: 20px!important;
  }
}

@media (max-width:768px) {
  .experience {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}

@media (max-width:768px) {
  .projects {
    position: absolute;
    left: 0;
    bottom: 45px;
  }
}

@media (max-width:768px) {
  .contact-section, .portfolio-section, .pricing-section, .services-section, .skills-section {
    padding: 50px 0;
  }
}

@media (max-width:768px) {
  .services-heading-content h2, .skills-heading-content h2 {
    font-size: 30px;
  }
}

@media (max-width:768px) {
  .feedback-section {
    padding-bottom: 50px;
    padding-top: 20px;
  }
}

@media (max-width:768px) {
  .contact-form-column {
    padding: 10px;
  }
}

@media (max-width:768px) {
  .forms-div {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width:768px) {
  .footer-container {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width:768px) {
  .only-for-mobile {
    display: block;
  }
}

@media (min-width:768px) {
  .only-for-desktop {
    display: block;
  }
}

@media (min-width:768px) {
  .only-for-mobile {
    display: none;
  }
}

@media (max-width:767px) {
  .row {
    display: flex;
    row-gap: 30px;
  }
}

@media (max-width:767px) {
  .only-for-desktop {
    display: none;
  }
}

.header {
  /*padding: 20px 0;*/
  /*position: absolute;*/
  width: 100%;
  z-index: 1;
  transition: .5s;
  background: var(--bs-secondary);
}

.header-div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.feedback-column {
  text-align: center;
  padding: 30px 30px;
  width: 90%;
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
  }
}

@media (max-width:768px) {
  .header {
    padding-top: 10px!important;
  }
}

.hire-me-btn span {
  position: relative;
  z-index: 1;
}

.social-media-icons a {
  color: var(--bs-light);
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

