:root {
  --primary: #AC3834;
  --secondary: #070504;
  --background: #F6EFE1;
}

@font-face {
  font-family: 'Brighton-Vintage';
  src: url(../fonts/Brighton-Vintage-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Helvetica-Regular';
  src: url(../fonts/Helvetica.ttf) format('opentype');
}

html {
    scroll-behavior: smooth;
}

h1 {
  font-size: 3.75em;
}

body {
  font-family: 'Helvetica-Regular';
  color: var(--secondary);
  background-color: var(--background);
}

.secondary-font {
  color: var(--secondary);
}

.bg-p {
  background: var(--primary);
}

.bg-s {
  background: var(--secondary);
}

.bg-offwhite {
  background: var(--background);
}

.row {
  margin: 0px;
}

a,
a:hover {
  text-decoration: none;
  color: var(--secondary);
}

.poppins-font {
  font-family: "Poppins", sans-serif;
}

.fuzzybubbles-font {
  font-family: "Fuzzy Bubbles", cursive;
}

.helvetica-reg-font {
  font-family: 'Helvetica-Regular';
}

.brightonvintage-font {
  font-family: 'Brighton-Vintage';
}

.border-p {
  border: 2px solid var(--primary) !important;
}

.border-bottom-p {
  border-bottom: 2px solid var(--primary) !important;
}

.border-top-p {
  border-top: 2px solid var(--primary) !important;
}

.portfolio-header {
    border-top: 2px solid var(--primary) !important;
}

.border-s {
  border-color: var(--secondary);
}

.border-bg {
  border-color: var(--background);
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.color-bg {
  color: var(--background);
}


.custom-h1 {
  font-size: 3.5rem;
  font-family: "Fuzzy Bubbles", cursive;
}

.custom-button {
  background: var(--primary);
  border-radius: 10px;
}

.custom-hr {
  color: var(--secondary);
  height: 0.25px;
  background: var(--secondary);
  border-radius: 5px;
}

.padding-x-50 {
  padding: 0 50px 0 50px;
}

.work-thumbnail {
  width: 100%;
  /* border-radius: 12px; */
  overflow: hidden;
}

.thumbnail {
  /* border-radius: 12px; */
  overflow: hidden;
}

.rounded-12 {
  /* border-radius: 12px; */
  overflow: hidden;
}

.project-hover:hover .arrow {
  animation-name: wiggle;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
}

@keyframes wiggle {
  0% {transform: rotate(5deg);}
  25% {transform: rotate(-5deg);}
  50% {transform: rotate(10deg);}
  75% {transform: rotate(-1deg);}
  100% {transform: rotate(0deg);}
}

.work-thumbnail img {
  transition: transform 0.5s ease;
  overflow: hidden;
}

.work-thumbnail:hover img {
  transform: scale(1.1);
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.text-truncate-container {
    
}

    .text-truncate-container p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2; /* or however many lines you want */
        line-height: 1.5rem; /* consistent line height */
        height: calc(1.5rem * 2); /* line-height * number of lines */
    }

/* .link-hover {
  background-image: linear-gradient(to right, var(--background) 50%, var(--primary) 50%);
  background-position: 0;
  background-size: 200%;
  transition: all 0.4s;
} */

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: var(--primary);
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.link-hovered {
  color: var(--secondary);
  border-bottom: 3.25px solid var(--primary);
}

.carousel-inner img {
    margin: auto;
}

/* .link-hover:hover {
  text-decoration: none;
  background-position: -100%;
  color: var(--background);
} */

.thumbnail-16x9 {
  overflow: hidden;
}

.bg-poptrait {
  background: #444b57;
}

.bg-ros {
  background: #e3d7c0;
}

.bg-bunnect {
  background: #f3558e;
}

.bg-breadin {
  background: #B07645;
}

.bg-bookmood {
  background: #FEC669;
}

.bg-cc {
    background: #F897A6;
}

.bg-gotlw{
  background: #81CBC3;
}

.bg-lazyoaf{
  background: #84ED95;
}

.bg-mattepainting {
  background: #ffaebb;
}

.bg-easter {
  background: #c8a2e4;
}

.bg-badges {
  background: #e8fdff;
}

.bg-cleaner {
  background: #a68875;
}

.bg-pkl {
  background: #ced8ff;
}

.bg-poll {
  background: #afd0ff;
}

.bg-birdie {
  background: #6b95d5;
}

.bg-lms {
  background: #0db0d5;
}

.bg-lfs {
    background: #617694;
}

.bg-typography {
  background: #fff7d0;
}

.bg-sloth {
  background: #47b4a7;
}

.bg-easter {
  background: #c8a2e4;
}

.bg-gobus {
    background: #F3B4F1;
}

.bg-intertwinedthreads {
    background: #FFB7AF;
}

.bg-suschef {
    background: #FBDBE6;
}

.bg-sd {
    background: #89A0BF;
}

.bg-vault {
    background: #838C93;
}

.bg-watsons {
    background: #BAE9EF;
}

.bg-mmg {
    background: #C1C1CF;
}

.bg-eatwhere {
    background: #C3D9F1;
}

.pill-poptrait-primary {
  border-radius: 10px;
  background: #25282e;
  color: white;
}

.pill-poptrait-secondary {
  border-radius: 10px;
  background: #6388e8;
  color: white;
}

.badge-rounded {
  border-radius: 24px;
}

.verticalLine {
  border-left: thick solid var(--primary);
}

.font-weight-semibold {
  font-weight: 600;
}

.carousel-control-prev, .carousel-control-next {
  width:7%;
}

.scrollToTopBtn {
  background-color: var(--background);
  border: 3px solid var(--primary);
  border-radius:60px;
  color: white;
  cursor: pointer;
  height: 60px;
  width: 60px;

  position: fixed;
  bottom: 80px;
  right: 50px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 576px) {
  .scrollToTopBtn {
    background-color: var(--background);
  border: 3px solid var(--primary);
  border-radius:60px;
  color: white;
  cursor: pointer;
  height: 60px;
  width: 60px;

  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  }

  .showBtn {
    opacity: 1;
    transform: translateY(0);
  }

  .padding-x-50 {
    padding: 0 24px 0 24px;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size:3em;
  }
}

@media only screen and (min-width: 1440px) {
  h1 {
    font-size:3.75em;
  }
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.thumbnail-test {
  border:3.5px solid #25282e;
}

.header-nav {
  background: var(--primary);
  height:40px;
  border-bottom: 3.5px solid #25282e;
}

.padding-4 {
  padding-top:2px;
}