:root {
  --ink: var(--_colors---color--dark);
  --ink-2: var(--_colors---color--dark);
  --dusk: var(--_colors---color--dark);
  --foam: #edf3ef;
  --mist: #a9c3bd;
  --gold: #e3a83b;
  --gold-soft: #f0c87e;
  --paper: #fffdf9;
}
@media only screen and (max-width: 768px) {
  .mob-hidden {
    display: none;
  }
  .nav-link {
    max-width: max-content;
  }
}
.slideshow {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.fellow {
  background: var(--foam);
  padding: 110px 0;
  overflow: hidden;
}
.fellow .wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 24px;
}
.fellow .bandwrap {
  margin-top: 60px;
}
.fellow .band .track {
  animation-duration: 38s;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--_text---label--font-family);
}
.fellow .band .track sup {
  color: var(--gold);
  font-size: 0.62em;
  letter-spacing: 0.05em;
  margin-left: 0.4em;
}
.postcard {
  max-width: 620px;
  margin: 90px auto 0;
  background: var(--paper);
  border-radius: 8px;
  padding: 54px 48px;
  transform: rotate(-1.6deg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
  position: relative;
}
.postcard .stamp {
  position: absolute;
  top: 20px;
  right: 22px;
  max-width: 100px;
}
.postcard .pk {
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8b7a55;
}
.postcard blockquote {
  margin-top: 16px;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.4;
  color: #3c362c;
  max-width: 30rem;
  font-family: var(--font--heading-sans);
}
.postcard .sig {
  margin-top: 20px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: #5b5348;
  font-family: var(--_text---label--font-family);
}
@media (max-width: 560px) {
  .postcard {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 26px;
  }
}
.band {
  background: var(--ink);
  color: var(--foam);
  overflow: hidden;
  white-space: nowrap;
  padding: 16px 0;
  position: relative;
  z-index: 2;
}
.band .track {
  display: inline-block;
  animation: marq 26s linear infinite;
  font-family: var(--mono);
  font-size: 0.85rem;
  letter-spacing: 0;
  text-transform: uppercase;
}
.band .track strong {
  color: var(--gold);
  font-weight: 500;
  margin: 0 1.4em;
}
.band.lite {
  background: transparent;
  color: var(--ink);
  border-top: 1px solid rgba(15, 46, 48, 0.18);
  border-bottom: 1px solid rgba(15, 46, 48, 0.18);
}
@keyframes marq {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

strong {
  font-weight: 600;
}
.quote-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  padding: 80px;
  border-radius: 8px;
  background: var(--paper);
}
.hat {
  position: absolute;
  top: -40px;
  right: -55px;
  width: 275px;
}
.image-container {
  position: relative;
  width: 100%;
  height: auto;
}
.image-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65%;
  background: var(--_colors---color--yellow);
  border-radius: 8px;
}
.image-container img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.log {
  padding: 140px 24px 0;
  position: relative;
}
.log .sheet {
  flex-grow: 1;
}
.log .pk {
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #8b7a55;
  font-family: var(--_text---label--font-family);
}
.log h2 {
  font-size: clamp(1.5rem, 4vw, 3rem);
  letter-spacing: -2px;
  line-height: 1.25;
  margin: 14px 0 30px;
  color: #2c2a24;
  font-family: var(--_text---h2--font-family);
}
.log blockquote {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.5;
  color: #3c362c;
  padding: 0;
  border: 0;
  font-family: var(--font--heading-sans);
}
.log .sig {
  gap: 16px;
  font-family: var(--_text---label--font-family);
  flex-shrink: 0;
  max-width: 260px;
}
.log .sig .scr {
  font-size: 1.5rem;
  color: var(--ink);
  margin: 0;
  line-height: 1;
}
.log .sig-line {
  margin-top: 24px;
}
.log .sig .who {
  font-size: 0.8rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #8b7a55;
  line-height: 1.5;
  font-family: var(--_text---label--font-family);
}
.log .rule {
  height: 1px;
  background: rgba(60, 54, 44, 0.2);
  margin: 0 0 26px;
}
/* Footer CSS */
.social-media-links {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.social-media-links li,
li > a {
  color: #2a2119;
  font-size: 16px;
  line-height: 1;
}

/*form css*/
.ending-note {
  display: flex;
  gap: 20px;
  max-width: 350px;
  flex-direction: column;
}
.ending-note img {
  max-width: 70px;
}
.hidden {
  display: none;
}
.form-md {
  width: 100%;
  max-width: 900px;
}
.form-container {
  margin: 30px auto 10px;
  max-width: 100%;
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .form-container .title {
    font-size: 28px;
    margin-bottom: 3rem;
  }
}
.form-container #form-submit {
  display: block;
  margin: 40px auto;
}

.form-flex-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.form-flex-container .form-group {
  width: 33.33%;
}
@media only screen and (max-width: 768px) {
  .form-flex-container {
    flex-wrap: wrap;
    gap: 0;
  }
  .form-flex-container .form-group {
    width: 100%;
  }
}

.custom-alert-danger,
.custom-alert-success {
  color: #2a2119;
  font-size: 16px;
  clear: both;
}

.form-group {
  margin-bottom: 40px;
  position: relative;
}
.submit-button {
  padding: 8px 30px;
  background-color: white;
  color: #2a2119;
  min-width: 160px;
  border-radius: 4px;
  font-family: var(--_text---label--font-family);
  font-size: var(--_text---label--font-size);
  text-transform: uppercase;
  display: block;
  margin-left: auto;
}
.form-group.form-input-text input[type="text"],
.form-group.form-input-text input[type="email"],
.form-group.form-input-text textarea {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px dashed #2a2119;
  background-color: transparent;
  margin: 0px auto;
  height: 48px;
  outline: none !important;
  font-size: 20px;
  font-family: var(--font--heading-sans);
}
.form-group.form-input-text textarea {
  resize: vertical;
}
.form-group.form-input-text input::placeholder,
.form-group.form-input-text textarea::placeholder {
  font-size: 20px;
  color: #2a2119;
  font-family: var(--font--heading-sans);
}


@media only screen and (max-width: 768px) {
  .wrap-navigation-links {
    display: none;
  }
  .scroll-wrapper-single {
    max-width: 70vw;
  }
  .button-wrap-snap > .label {
    padding: 0 24px;
  }
  .text-snap-list {
    flex-direction: column;
    margin-top: 10vh;
    max-width: 90%;
  }
  .text-snap-list li {
    padding: 16px 0;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    border-bottom: 1px dashed var(--_colors---color--yellow);
    border-right: 0;
  }
  .text-snap-list img {
    display: none;
  }
  .master-snap-section._3 .text-snap-list {
    transform: translateY(40%);
  }
  .services .tabs-wrap .tab-btn .label {
    text-align: center;
  }
  .postcard .stamp {
    max-width: 70px;
  }
  .postcard .pk {
    max-width: 160px;
  }
  .quote-container {
    flex-direction: column-reverse;
    padding: 24px;
    gap: 30px;
  }
  .newsletter-form-block {
    flex-direction: column;
  }
  .footer-marquee {
    margin-top: 100px;
  }
 .bottom-tile-footer {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 16px;
 } 
 .fellow {
  padding-bottom: 0;
 }
 .hat {
  display: none;
 }
}