.bodytype {
  color: #EFECE3;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.boldtype {
  font-family: "Anton", sans-serif;
  font-style: normal;
}

.navbar-brand {
  width: 3%;
}
.navbar-brand:hover {
  transform: scale(1.5) rotateZ(-10deg);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .navbar-brand {
    width: 6%;
  }
}

.navbar .navbar-nav .nav-link {
  color: #EFECE3;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 1;
}

.nav-link {
  color: #EFECE3;
  font-size: 1em;
  text-decoration: none;
  line-height: 20%;
}
.nav-link:hover {
  transform: scale(1.2);
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .nav-link {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .nav-link {
    text-align: center;
  }
}

.navbar {
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.24);
  background-color: #302F2B;
}

body {
  color: #EFECE3;
  background-color: #302F2B;
}

.active {
  text-decoration: underline;
}

img {
  width: 100%;
  display: block;
}

.wanna-section {
  background-color: #302F2B;
  color: #EFECE3;
  padding: 20px 10px;
  text-align: center;
  margin-top: 30px;
}

.wanna-heading {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2em;
  margin-bottom: 1em;
}

.chat-button {
  background-color: #EFECE3;
  color: #9F3450;
  width: 150px;
  height: 150px;
  border: none;
  border-radius: 50%;
  font-size: 14pt;
  font-weight: bold;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 24pt 0;
  font-family: "Anton", sans-serif;
  text-decoration: none;
  font-style: normal;
}
.chat-button:hover {
  background-color: #9F3450;
  color: #EFECE3;
  transform: scale(1.5);
}

.divider {
  border: none;
  border-top: 2px solid #EFECE3;
  margin: 3rem 0;
  width: 100%;
  margin-top: 160px;
}
@media (max-width: 768px) {
  .divider {
    margin: 2rem 0;
  }
}

.second-divider {
  margin-top: 40px;
}

.footer {
  background-color: #302F2B;
  padding: 20px;
  color: #EFECE3;
}
.footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-brand {
  color: #FFD1D4;
  font-size: 25px;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer .social-links {
  display: flex;
  gap: 20px;
  font-weight: bold;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}
.footer .social-link {
  color: #EFECE3;
  font-size: 30px;
  text-decoration: none;
  font-size: 20px;
  line-height: 20%;
  font-size: 30pt;
}
.footer .social-link:hover {
  color: #9F3450;
  transform: scale(1.2);
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .wanna-heading {
    font-size: 1em;
  }
  .wanna-button {
    width: 7.5em;
    height: 7.5em;
  }
  .footer-content {
    gap: 1em;
    text-align: center;
  }
}
h1 {
  font-family: anton;
  text-align: center;
  padding-top: 120px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.2em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.75em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.5em;
  }
}

h6 {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #FFD1D4;
  text-align: center;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  h6 {
    font-size: 2.5em;
  }
}

.bryanne {
  padding-bottom: 150px;
}

h3 {
  color: #302F2B;
  font-family: anton;
  background-color: #FFD1D4;
  width: 120px;
  text-align: center;
  margin-top: 30px;
}

.chat-button {
  align-self: center;
}

.letschat {
  text-align: left;
  margin-bottom: 40px;
  font-size: 30pt;
  margin-bottom: 30px;
  color: #EFECE3;
}
@media (min-width: 768px) {
  .letschat {
    font-size: 2.5em;
    margin-bottom: 2.5em;
  }
}

.contactcontainer {
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contactcontainer {
    max-width: 31em;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form {
    margin-bottom: 1.14em;
  }
}

.input {
  width: 100%;
  padding: 20px;
  border: 2px solid #9F3450;
  border-radius: 25px;
  background-color: gray;
  color: #302F2B;
  font-size: 10pt;
  transition: all 0.3s ease;
}
.input::-moz-placeholder {
  color: #FFD1D4;
  font-size: 10pt;
}
.input::placeholder {
  color: #FFD1D4;
  font-size: 10pt;
}
.input:hover {
  transform: scale(1.1);
}

textarea {
  min-height: 110px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  textarea {
    min-height: 6.25em;
  }
}
@media (max-width: 767px) {
  textarea {
    min-height: 90px;
  }
}

.personal {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.personal div {
  width: 50%;
}
.personal div img {
  width: 100%;
}

.about-page {
  padding-top: 55px;
}

.about-me {
  font-family: anton;
  text-align: left;
  padding-top: 80px;
}
@media (min-width: 576px) {
  .about-me {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .about-me {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .about-me {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .about-me {
    font-size: 80px;
  }
}

.basics {
  margin-bottom: 40px;
}

.align {
  margin-left: 80px;
}

.resume-button {
  background-color: #EFECE3;
  color: #9F3450;
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  font-size: 14pt;
  font-weight: bold;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 24pt 0;
  font-family: "Anton", sans-serif;
  text-decoration: none;
  font-style: normal;
}
.resume-button:hover {
  background-color: #9F3450;
  color: #EFECE3;
  transform: scale(1.5);
}

.spotify-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.spotify-container:hover {
  transform: translateY(-5px);
}

@media (min-width: 400px) {
  .spotify {
    width: 50%;
    justify-self: center;
  }
}
@media (min-width: 768px) {
  .spotify {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .spotify {
    width: 100%;
  }
}

@media (min-width: 570px) {
  .hex {
    width: 80%;
    justify-self: center;
  }
}
@media (min-width: 768px) {
  .hex {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .hex {
    width: 100%;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.spotify-container:hover .overlay {
  opacity: 1;
}

.click-text {
  color: #EFECE3;
  font-size: 20px;
  text-align: center;
}

.imghover {
  transform: scale(1);
  transition: all 0.5s ease;
}
.imghover:hover {
  z-index: 10;
  transform: scale(1.1);
}

.gap-gallary {
  display: grid;
  row-gap: 20px;
}

@media (min-width: 576px) {
  .project-title {
    font-size: 40px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .project-title {
    font-size: 50px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .project-title {
    font-size: 60px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .project-title {
    font-size: 70px;
    text-align: left;
  }
}

.intro {
  padding-top: 50px;
}

.mainimg {
  padding-top: 125px;
  padding-bottom: 25px;
}
@media (min-width: 400px) {
  .mainimg {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  .mainimg {
    padding-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .two-phones img {
    width: 100%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .two-phones img {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .two-phones img {
    width: 60%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .two-phones img {
    width: 50%;
    display: flex;
    margin: 0 auto;
  }
}

.display-background {
  background-color: #EFECE3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .display-background {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 767px) {
  .display-background {
    aspect-ratio: 4/5;
  }
}
.display-background img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.full-width-background {
  background-color: #EFECE3;
}

.full-width-background-pink {
  background-color: #FFD1D4;
}

.full-width-background-hotpink {
  background-color: #9F3450;
}

@media (min-width: 400px) {
  .solo img {
    width: 40%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .solo img {
    width: 50%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .solo img {
    width: 40%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .solo img {
    width: 30%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .solo img {
    width: 20%;
    display: flex;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  .cards-png {
    width: 100%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .cards-png {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .cards-png {
    width: 60%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .cards-png {
    width: 50%;
    display: flex;
    margin: 0 auto;
  }
}

.no-padding {
  padding: 0 !important;
}

.crystal {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .mikeal {
    width: 100%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .mikeal {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .mikeal {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .mikeal {
    width: 85%;
    display: flex;
    margin: 0 auto;
  }
}

.poster img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.process {
  text-align: left;
}

@media (min-width: 576px) {
  .casestudy {
    width: 100%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .casestudy {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .casestudy {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .casestudy {
    width: 85%;
    display: flex;
    margin: 0 auto;
  }
}

.case {
  color: #EFECE3;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .case {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .case {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .case {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .case {
    font-size: 22px;
    line-height: 1.7;
  }
}

.arrow {
  color: #EFECE3;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.arrow:hover {
  transform: scale(1.5);
  color: #9F3450;
  transition: all 0.3s ease;
}
@media (min-width: 400px) {
  .arrow {
    width: 40px;
    height: 40px;
    font-size: 25pt;
  }
}
@media (max-width: 576px) {
  .arrow {
    width: 40px;
    height: 40px;
    font-size: 30pt;
  }
}
@media (min-width: 768px) {
  .arrow {
    width: 40px;
    height: 40px;
    font-size: 40pt;
  }
}

.backarrow {
  float: left;
}

.nextarrow {
  float: right;
}

.process-accordion {
  margin: 3rem 0;
}

.process-toggle {
  width: 100%;
  background-color: #302F2B;
  border: none;
  color: #EFECE3;
  font-size: 30pt;
  text-align: left;
  padding: 10px;
  display: flex;
  align-items: center;
}
.process-toggle .toggle-icon {
  transition: transform 0.5s ease;
}
.process-toggle.active .toggle-icon-active {
  transform: rotate(-180deg);
}

.process-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.process-content.open {
  max-height: 5000px;
}

.down-arrow {
  float: left;
}

.final {
  margin-top: 60px;
}/*# sourceMappingURL=custom.css.map */