.jb-navbar {
  position: fixed;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.77) !important;
  backdrop-filter: blur(10px);
}
.jb-navbar.fixed {
  height: 80px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .jb-navbar .navbar-collapse {
    justify-content: flex-end;
  }
}
.jb-navbar .navbar-collapse .navbar-nav .nav-item {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.jb-navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-family: "Helvetica Neue";
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.jb-navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: 0 0 0 #000, 0px 0px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000;
}
@media (min-width: 320px) {
  .jb-navbar .navbar-brand {
    width: 170px;
  }
}
@media (min-width: 768px) {
  .jb-navbar .navbar-brand {
    width: 250px;
  }
}
.jb-navbar .navbar-brand {
  overflow: hidden;
}
.jb-navbar .navbar-brand img {
  max-width: 80px;
}
.jb-navbar .navbar-brand svg {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 320px) {
  .jb-navbar .navbar-brand svg {
    width: 170px;
  }
}

/* .jb-button {
  background: transparent;
  width: 100%;
  padding: .8rem 1.5rem;
  max-width: 300px;
  text-transform: uppercase;
  border: 1px solid;
  font-weight: 300;

  &.black {
    color: $secondary-color;
    background-color: $primary-color;
  }
} */
.jb-button {
  color: #000;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 2em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 0.2rem 3rem;
}
@media (min-width: 768px) {
  .jb-button {
    font-size: 16px;
    width: 100%;
    padding: 0.8rem 1.5rem;
  }
}
.jb-button:hover {
  text-decoration: none;
}
.jb-button.black {
  color: #fff;
  background-color: #000;
}
.jb-button.big {
  font-size: 1.5rem;
  padding: 1rem 5rem;
}

.btn-1 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn-1 span {
  z-index: 20;
}
.btn-1:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.btn-1.black:after {
  background-color: white;
  opacity: 0.2;
  z-index: 99;
}

.btn-1:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.jb-button_secondary {
  padding: 0.8rem 1.5rem;
  min-width: 300px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  background-color: #000;
  font-weight: 300;
}
.jb-button_secondary::after {
  content: "";
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-image: url("../imgs/icons/arrow-right-short.svg");
}

.jb-spotify {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .jb-spotify {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .jb-spotify {
    padding-top: 5rem;
  }
}
.jb-spotify .content {
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  border-radius: 3rem;
  padding: 2rem 5rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  .jb-spotify .content {
    display: flex;
  }
}
.jb-spotify .content .title-content {
  max-width: 500px;
}
.jb-spotify .content .title-content h1 {
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .jb-spotify .content .title-content h1 {
    font-size: 5rem;
  }
}
.jb-spotify .content .subtitle-content {
  max-width: 250px;
}
.jb-spotify .content .subtitle-content h2 {
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
}
.jb-spotify .content .logo-content img {
  max-width: 250px;
}

.jb-strip .content {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.jb-strip .content .item,
.jb-strip .content .item2 {
  position: absolute;
  width: 150vw;
  margin-left: -25vw;
  padding: 2rem;
  overflow: hidden;
}
.jb-strip .content .item .strip-text-container,
.jb-strip .content .item2 .strip-text-container {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}
.jb-strip .content .item .strip-text,
.jb-strip .content .item2 .strip-text {
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  white-space: nowrap;
  font-family: "Helvetica Neue";
  flex-shrink: 0;
}
.jb-strip .content .item {
  background-color: #000;
  transform: rotate(-7deg);
  margin-top: 150px;
}
.jb-strip .content .item2 {
  opacity: 0.3;
  background-color: #000;
  transform: rotate(6deg);
  margin-top: 140px;
}

.jb-footer {
  padding: 4rem 0 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 4rem;
}
.jb-footer .row {
  align-items: flex-start;
}
.jb-footer .footer-column {
  padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .jb-footer .footer-column {
    padding: 2rem 1rem;
  }
}
.jb-footer .footer-column p {
  font-size: 0.9rem;
  font-weight: 300;
  color: #000;
  opacity: 0.7;
  margin: 0 0 0.5rem 0;
}
.jb-footer .footer-column a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 300;
  transition: opacity 0.3s ease;
}
.jb-footer .footer-column a:hover {
  opacity: 0.7;
}
.jb-footer .footer-column .logo-content img {
  max-width: 120px;
  height: auto;
}
@media (min-width: 992px) {
  .jb-footer .footer-column .logo-content img {
    max-width: 150px;
  }
}
.jb-footer .footer-column .social-links {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.jb-footer .footer-column .social-links .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.jb-footer .footer-column .social-links .social-link:hover {
  opacity: 0.7;
}
.jb-footer .footer-column .social-links .social-link .social-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0);
}
@media (max-width: 767px) {
  .jb-footer .footer-column {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .jb-footer .footer-column:first-child .logo-content {
    display: flex;
    justify-content: center;
  }
  .jb-footer .footer-column .social-links {
    justify-content: center;
  }
}

.jb-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}
.jb-form .steps {
  display: none;
}
.jb-form .form-wrapper {
  display: flex;
  flex-direction: column;
  padding: 5rem 5rem 2rem 5rem;
  align-items: center;
}
.jb-form .form-wrapper .title-wrapper {
  max-width: 900px;
  text-align: center;
}
.jb-form .form-wrapper .title-wrapper h2 {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 400;
}
.jb-form .form-wrapper .options-wrapper {
  min-width: 800px;
  padding: 2rem 0;
}
.jb-form .form-wrapper .options-wrapper input {
  font-size: 2.5rem;
  font-weight: 300;
  border: 0;
  border-bottom: 3px solid #000;
  width: 100%;
  padding: 0.5rem 1rem;
}
.jb-form .form-wrapper .options-wrapper input:focus {
  outline: none;
}
.jb-form .form-wrapper .options-wrapper input::-webkit-input-placeholder {
  color: #cacaca;
}
.jb-form .form-wrapper .options-wrapper textarea {
  height: 250px;
  font-size: 1.8rem;
  font-weight: 300;
  border-radius: 0;
  border: 3px solid #000;
  width: 100%;
  padding: 0.5rem 1rem;
}
.jb-form .form-wrapper .options-wrapper textarea:focus {
  outline: none !important;
}
.jb-form .form-wrapper .options-wrapper textarea::-webkit-input-placeholder {
  color: #cacaca;
}
.jb-form .actions {
  display: flex;
  justify-content: center;
}
.jb-form .actions ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
.jb-form .actions ul .disabled {
  display: none;
}
.jb-form .actions ul li {
  padding: 0.8rem 1.5rem;
  min-width: 300px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #000;
  font-weight: 300;
  text-align: center;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.jb-form .actions ul li:hover {
  background-color: #000;
}
.jb-form .actions ul li:hover a {
  color: #fff;
}
.jb-form .actions ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1.5rem;
}
.jb-form .check-button-wrapper {
  max-width: 1100px;
  display: block;
}
.jb-form .check-button-wrapper .btn-check {
  display: none;
}
.jb-form .check-button-wrapper .check-button {
  margin: 1rem;
  flex: 1;
  color: #000;
  padding: 0.8rem 1.5rem;
  min-width: 300px;
  text-transform: uppercase;
  border: 2px solid #000;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.jb-form .check-button-wrapper .btn-check:checked + .check-button,
.jb-form .check-button-wrapper .check-button.active,
.jb-form .check-button-wrapper .check-button.show,
.jb-form .check-button-wrapper .check-button:first-child:active,
.jb-form .check-button-wrapper :not(.btn-check) + .check-button:active {
  color: #fff;
  background-color: #000;
}

.jb-featured_projects {
  padding: 6rem 0;
}
.jb-featured_projects .title_wrapper {
  display: flex;
  justify-content: center;
}
.jb-featured_projects .title_wrapper h2 {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}
.jb-featured_projects .projects_wrapper {
  display: flex;
  gap: 1rem;
  padding-top: 6rem;
}
.jb-featured_projects .projects_wrapper .project_item {
  flex: 1;
}
.jb-featured_projects .projects_wrapper .project_item .project_cover {
  height: 450px;
  border-radius: 15px;
  background-size: cover;
}
.jb-featured_projects .projects_wrapper .project_item .project_title_wrapper {
  padding: 2rem 0;
}
.jb-featured_projects .projects_wrapper .project_item .project_title_wrapper h3 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 600;
}

.jb-featured {
  padding: 6rem 0 2rem 0;
}
@media (min-width: 768px) {
  .jb-featured {
    padding: 6rem 0;
  }
}
@media (min-width: 992px) {
  .jb-featured {
    padding: 8rem 0;
  }
}
.jb-featured h1 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .jb-featured h1 {
    font-size: 7rem;
    line-height: 7rem;
  }
}
@media (min-width: 992px) {
  .jb-featured h1 {
    font-size: 14rem;
    line-height: 14rem;
  }
}
.jb-featured h1 span {
  font-size: 4.2rem;
  line-height: inherit;
}
@media (min-width: 768px) {
  .jb-featured h1 span {
    font-size: 8.5rem;
  }
}
@media (min-width: 992px) {
  .jb-featured h1 span {
    font-size: 18.5rem;
  }
}
@media (min-width: 768px) {
  .jb-featured .info {
    padding-top: 1.5rem;
  }
}
.jb-featured .info p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .jb-featured .info p {
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .jb-featured .info p {
    font-size: 2.2rem;
    line-height: 3rem;
    padding-bottom: 0;
  }
}
.jb-featured .info .button-container {
  text-align: center;
  display: flex;
  justify-content: center;
}
.jb-featured .info .button-container a {
  max-width: 350px;
}

.jb-featured_portfolio .porfolio-container {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.jb-featured_portfolio .porfolio-container .item {
  width: 100%;
  height: 200px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .jb-featured_portfolio .porfolio-container .item {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .jb-featured_portfolio .porfolio-container .item {
    height: 500px;
  }
}
.jb-featured_portfolio .porfolio-container .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
}
.jb-featured_portfolio .porfolio-container .item::after {
  transform: scale(1.2);
}
.jb-featured_portfolio .porfolio-container .item:focus::after, .jb-featured_portfolio .porfolio-container .item:hover::after {
  transform: scale(1);
}
.jb-featured_portfolio .porfolio-container .button-container {
  padding-top: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.jb-featured_portfolio .porfolio-container .button-container a {
  max-width: 350px;
}

.jb-featured_about {
  padding: 2rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
}
@media (min-width: 768px) {
  .jb-featured_about {
    padding: 4rem 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .jb-featured_about {
    padding: 6rem 0;
  }
}
.jb-featured_about h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .jb-featured_about h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media (min-width: 992px) {
  .jb-featured_about h1 {
    font-size: 13.5rem;
    line-height: 13rem;
  }
}
.jb-featured_about p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.2rem;
}
@media (min-width: 768px) {
  .jb-featured_about p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .jb-featured_about p {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
.jb-featured_about .button-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .jb-featured_about .button-container {
    justify-content: left;
  }
}
.jb-featured_about .icon-content {
  position: relative;
  height: 200px;
}
.jb-featured_about .icon-content img {
  max-width: 200px;
  position: absolute;
}
@media (min-width: 768px) {
  .jb-featured_about .icon-content img {
    max-width: 600px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .jb-featured_about .icon-content img {
    top: 100px;
  }
}
.jb-featured_about .icon-content .text {
  animation: rotate-animation 40s infinite linear;
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.jb-cta {
  padding: 10rem 0;
}
.jb-cta .content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.jb-cta .content .title-content {
  text-align: center;
}
.jb-cta .content .title-content h1 {
  max-width: 950px;
}
.jb-cta .content .button-content {
  display: flex;
  justify-content: center;
}
.jb-cta .content .button-content a {
  max-width: 550px;
}

.jb-about_cover {
  min-height: 650px;
  background-size: cover;
  background-position: center;
}

.jb-about {
  padding: 2rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
}
@media (min-width: 768px) {
  .jb-about {
    padding: 4rem 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .jb-about {
    padding: 6rem 0;
  }
}
.jb-about h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .jb-about h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media (min-width: 992px) {
  .jb-about h1 {
    font-size: 10.5rem;
    line-height: 10rem;
  }
}
.jb-about p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.2rem;
  max-width: 500px;
}
@media (min-width: 768px) {
  .jb-about p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .jb-about p {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}

.jb-about_faq .about_faq_wrapper {
  padding: 2rem 3rem;
  border: 1px solid #000;
}
.jb-about_faq .about_faq_wrapper .accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid #000;
}
.jb-about_faq .about_faq_wrapper .accordion .accordion-item.no-border {
  border: 0;
}
.jb-about_faq .about_faq_wrapper .accordion .accordion-item .accordion-header {
  border: 0;
}
.jb-about_faq .about_faq_wrapper .accordion .accordion-item .accordion-header .accordion-button {
  padding: 1rem 0;
  color: #000;
  font-size: 5rem;
  font-weight: 400;
  box-shadow: none;
  text-transform: uppercase;
  background-color: transparent;
}
.jb-about_faq .about_faq_wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 1rem 0 2rem 0;
  font-size: 1.5rem;
}
.jb-about_faq .button-wrapper {
  padding: 5rem 0;
  text-align: center;
}

.jb-contact_instagram .title_wrapper {
  display: flex;
  justify-content: center;
  padding: 6rem 1rem 2rem 1rem;
}
.jb-contact_instagram .title_wrapper h1 {
  font-size: 13rem;
}
.jb-contact_instagram .instagram_wrapper {
  width: 100%;
  padding: 2rem 0 4rem 0;
}
.jb-contact_instagram .instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.jb-contact_instagram .instagram-grid.loaded {
  opacity: 1;
  transform: translateY(0);
}
.jb-contact_instagram .instagram-post {
  position: relative;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.jb-contact_instagram .instagram-post:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.jb-contact_instagram .instagram-post:hover .instagram-post-overlay {
  opacity: 1;
}
.jb-contact_instagram .instagram-post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.jb-contact_instagram .instagram-post-overlay .instagram-icon {
  font-size: 3rem;
  filter: brightness(0) invert(1);
}
.jb-contact_instagram .instagram-post-stats {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
}
.jb-contact_instagram .instagram-post-stats .stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.jb-contact_instagram .instagram-post-stats .stat svg {
  width: 24px;
  height: 24px;
}
.jb-contact_instagram .instagram-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  color: #fff;
}
.jb-contact_instagram .instagram-loading .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}
.jb-contact_instagram .instagram-loading p {
  font-size: 1.2rem;
  margin: 0;
}
.jb-contact_instagram .instagram-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  color: #fff;
}
.jb-contact_instagram .instagram-error p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.jb-contact_instagram .instagram-error .instagram-link-button {
  display: inline-block;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.3s ease;
}
.jb-contact_instagram .instagram-error .instagram-link-button:hover {
  transform: scale(1.05);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .jb-contact_instagram .title_wrapper h1 {
    font-size: 8rem;
  }
  .jb-contact_instagram .instagram-grid {
    gap: 0.5rem;
    padding: 0 0.5rem;
  }
  .jb-contact_instagram .instagram-post-stats {
    font-size: 0.9rem;
  }
  .jb-contact_instagram .instagram-post-stats .stat svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 576px) {
  .jb-contact_instagram .title_wrapper h1 {
    font-size: 5rem;
  }
  .jb-contact_instagram .instagram-post-stats {
    font-size: 0.8rem;
    gap: 1rem;
  }
  .jb-contact_instagram .instagram-post-stats .stat svg {
    width: 18px;
    height: 18px;
  }
}

.jb-portfolio_cover {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}

.jb-portfolio_about .text_container {
  padding: 6rem 0;
}
.jb-portfolio_about .text_container h1 {
  font-size: 6.5rem;
  line-height: 6rem;
  max-width: 50%;
}
.jb-portfolio_about .text_container p {
  font-size: 1.5rem;
  padding-top: 1rem;
}

.jb-portfolio_gallery .gallery_item {
  max-width: 100%;
}
.jb-portfolio_gallery .gallery_item img {
  width: 100%;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-primary: #000;
  --color-secondary: #fff;
  --color-tertiary: #141416;
  --font-primary: Helvetica Neue;
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 4rem;
  --spacing-xl: 6rem;
  --radius-sm: 0.5rem;
  --radius-md: 1rem;
  --radius-lg: 2rem;
  --radius-xl: 3rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

* {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  transition: opacity var(--transition-smooth);
}
body.paused * {
  animation-play-state: paused !important;
}
body:not(.loaded) {
  opacity: 0;
}
body.loaded {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
span,
a,
p {
  font-family: "Helvetica Neue";
  color: #000;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  line-height: 1.2;
}

span,
a,
p {
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: none;
  transition: color var(--transition-smooth);
}
a:hover {
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[data-src], img[data-bg] {
  opacity: 0;
  transition: opacity var(--transition-smooth);
}
img[data-src].loaded, img[data-bg].loaded {
  opacity: 1;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1600px;
  padding-left: var(--spacing-sm);
  padding-right: var(--spacing-sm);
}
@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
}

button {
  font-weight: 300;
  cursor: pointer;
  border: none;
  background: transparent;
}
button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}

.skip-to-main {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1rem;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.skip-to-main:focus {
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
