/* utility */
.flex-no-wrap {
  flex-wrap: nowrap !important;
}
.fw-500 {
  font-weight: 500 !important;
}
/* hero */
.bg-gradient-1 {
  background: linear-gradient(
    90deg,
    #e0a916 0%,
    #dd962a 12%,
    #d8655f 36%,
    #d54780 50%,
    #ac5287 65%,
    #8c5a8c 79%,
    #79608f 92%,
    #736291 100%
  ) !important;
}
/* trade show products
--case studies
client testimonials
--services
trade show products */
.bg-gradient-2 {
  background: linear-gradient(
    90deg,
    #ffffff -21.46%,
    #e0a916 10.12%,
    #dfa020 29.55%,
    #dd962a 48.38%,
    #d8655f 68.42%,
    #d8655f 93.32%
  ) !important;
}
/* what we do best
--careers
Job Opportunities + we are always looking
perks and benefits
*/
.bg-gradient-3 {
  background: linear-gradient(
    217deg,
    #d8655f 0.71%,
    #d54780 8.56%,
    #ac5287 27.36%,
    #8c5a8c 63.61%,
    #736291 99.29%
  ) !important;
}
/* our clients */
.bg-gradient-4 {
  background: linear-gradient(
    90deg,
    #e0a916 0%,
    #dd962a 12%,
    #d8655f 36%,
    #d54780 50%,
    #ac5287 65%,
    #8c5a8c 79%,
    #79608f 92%,
    #736291 100%
  ) !important;
}
/* featured projects */
.bg-gradient-5 {
  background: linear-gradient(90deg, #8c5a8c 63.8%, #736291 100%) !important;
}
/* pricing
-- case studies
the results
--career
Mission
--pricing
portables: ...
hybrid booths
--portfolio
EXHIBIT
*/
.bg-gradient-6 {
  background: linear-gradient(
    90deg,
    #d8655f -9.39%,
    #d8655f 35.62%,
    #dd962a 71.85%,
    #dfa020 105.88%,
    #e0a916 141.01%,
    #ffffff 198.09%
  ) !important;
}
/* tools
--case studies
aimed to find a company that could */
.bg-gradient-7 {
  background: linear-gradient(90deg, #736291 0%, #79608f 8%, #8c5a8c 21%, #d54780 50%, #d8655f 64%) !important;
}
/* my quote builder */
.bg-gradient-8 {
  background: linear-gradient(199.67deg, #f6bb06 8.46%, #ffffff 91.54%) !important;
}
/* upload artwork */
.bg-gradient-9 {
  background: linear-gradient(199.55deg, #765ca7 8.45%, #ffffff 91.55%) !important;
}
/* upcoming trade shows */
.bg-gradient-10 {
  background: linear-gradient(270.46deg, #765ca7 30.92%, #ef4680 69.08%) !important;
}
/* footer
--pricing
custom booths
--portfolio
out clients
*/
.bg-gradient-11 {
  background: linear-gradient(90deg, #d8655f 0%, #d54780 7.97%, #ac5287 27.03%, #8c5a8c 63.8%, #736291 100%) !important;
}
/* 
--calendar page
get ready! */
.bg-gradient-12 {
  background: linear-gradient(26.03deg, #765ca7 3.09%, #79608f 31.29%, #8c5a8c 58.86%, #d54780 96.91%) !important;
}
.bg-purple {
  background-color: #765ca7 !important;
}
.bg-light-gray {
  background-color: #f1f1f1 !important;
}
.bg-medium-gray {
  background-color: #bdbdbd !important;
}
.bg-dark-gray {
  background-color: #2f333a !important;
}
.bg-yellow {
  background-color: #f6bb06 !important;
}
.bg-yellow-alpha {
  background-color: #f6bb0633 !important;
}
.bg-pink {
  background-color: #fe696a !important;
}
.bg-pink-1 {
  background-color: #f34770 !important;
}
.bg-accent {
  background-color: #ef4680 !important;
}
.br-0 {
  border-radius: 0 !important;
}
.box-shadow-1 {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15) !important;
}
.text-dark-gray {
  color: #2f333a !important;
}
.text-medium-gray {
  color: #616161 !important;
}
.text-pink {
  color: #ef4680 !important;
}
.border-black {
  border: 1px solid black !important;
}
.border-white {
  border: 1px solid white !important;
}
.flex-1 {
  flex: 1 !important;
}
.align-items-flex-end {
  align-items: flex-end;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.fs-12 {
  font-size: 12px !important;
  line-height: 1 !important;
}
.br-5 {
  border-radius: 5px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.pt-first-section {
  padding-top: 0px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.ml-auto {
  margin-left: auto;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.mh-full {
  min-height: 100% !important;
}
.mh-0 {
  min-height: 0 !important;
}
.mh-150 {
  min-height: 150px !important;
}
.mh-230 {
  min-height: 230px !important;
}
.mh-300 {
  min-height: 300px !important;
}
.mh-350 {
  min-height: 350px !important;
}
.mh-550 {
  min-height: 550px !important;
}
.mh-600 {
  min-height: 600px !important;
}
.mh-700 {
  min-height: 700px !important;
}
.last-row {
  margin-top: auto !important;
}
.w-fit-content {
  width: fit-content !important;
}
.w-full {
  width: 100% !important;
}
.w-max-800 {
  max-width: 800px;
}
.z-index-max {
  z-index: 1000 !important;
}
.blog-read-more {
  margin-top: 80px !important;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
}

/* hero */
/* .hero-bg::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: calc(50% - 31px);
        background: url("https://s3.amazonaws.com/exhib-it.com-www/uploads/images/site/hero-banner.png?v=1722257933");
        background-size: cover;
        background-position: center;
        clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
        z-index: 10;
    } */

/* .hero-bg::after {
        content: "";
        position: absolute;
        top: -10%;
        right: 0;
        bottom: 0;
        left: 50%;
        width: 31px;
        height: 120%;
        transform: rotate(30deg);
        background: #615391;
        box-shadow: -15px 4px 30.4px 10px rgba(0, 0, 0, 0.25);
        z-index: 2;
    } */
.hero-content {
  position: relative;
  z-index: 4;
  color: white;
  min-height: 571px;
  display: flex;
  flex-direction: column;
}
img.hero-image {
  position: absolute;
  left: 44%;
  z-index: 3;
  height: 100%;
  width: auto;
  max-width: none;
}
.headline {
  margin-top: 140px;
}
.sub-headline {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  max-width: 450px;
}

/* form */
.form-container {
  width: 100%;
}
.form-hero {
  position: absolute;
  z-index: 5;
  top: -164px;
  left: 0;
}
.form-contact {
  color: #4b566b;
  background: #eee;
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  box-shadow: -5px 7px 6px rgba(178, 178, 178, 0.25);
  padding: 30px 45px;
}
.form-title {
  color: #2f333a;
  font-size: 24px;
  line-height: 52px;
}
.form-input-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
label.required,
.form-input-container label {
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  padding-right: 10px;
  width: fit-content;
  position: relative;
}
label.required::after {
  content: "*";
}
label.required::after,
.form-input-container label .required-star {
  position: absolute;
  color: #ef4680;
  right: 0;
  bottom: -4px;
}
.form-input-container input {
  border: 1px solid #dae1e7;
  border-radius: 5px;
  padding: 8px;
}
.btn-secondary.form-btn {
  border-radius: 12px;
  padding: 8px 30px;
}
/* newsletter-form */
.form-newsletter-input {
  background: transparent;
  color: white;
  border: 1px solid white;
  width: 100%;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.form-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-newsletter-input:focus,
.form-newsletter-input:focus-within,
.form-newsletter-input:target,
.form-newsletter-input:hover,
.form-newsletter-input:active,
.form-newsletter-input:focus-visible {
  outline: 0;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
  scale: 1.01;
}
/* Lightbox Modal */
.captcha-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.captcha-content {
  background-color: white;
  padding: 40px 20px 20px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.g-recaptcha {
  width: fit-content;
}
.close-captcha {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}
textarea[name="Description"],
#Message {
  overflow: hidden;
  white-space: nowrap;
  resize: none;
}
.form-control {
  height: 44px;
}
/* content */
.section-title {
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
  margin-bottom: 16px;
}
.large-paragraph {
  font-size: 18px;
  line-height: 28px;
}
.medium-paragraph {
  font-size: 15px;
  line-height: 24px;
}
.small-paragraph {
  font-size: 13px;
  line-height: 16px;
}
.btn-secondary {
  border: 1px solid #ef4680;
  background: transparent;
  color: #4b566b;
  border-radius: 12px;
}
.btn-accent {
  background: #ef4680;
  border: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.btn.btn-3 {
  background: white;
  color: #ef4680;
}
.logo-wrapper {
  min-height: 200px;
  min-width: 150px;
  border-radius: 6px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 4px 6px 0px rgba(167, 167, 167, 0.25);
  overflow: hidden;
}
.author {
  color: #7d879c;
  border-right: #d9e1e9;
}
a.category {
  color: #ef4680;
  transition: text-dectoration 0.3s ease;
}

/* swiper */
.swiper-button-next,
.swiper-button-prev {
  z-index: 100;
  border: 2px solid #828282;
  background-color: transparent;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  transition: opacity 0.2s ease;
  --swiper-navigation-sides-offset: 0;
  --swiper-navigation-top-offset: calc(100% + 38px);
  --swiper-theme-color: #828282;
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-prev {
  left: auto;
  right: 66px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: bold;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: 2px solid #2f333a;
  --swiper-theme-color: #2f333a;
}
.swiper-scrollbar {
  bottom: -50px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 160px !important;
  top: calc(100% + 36px) !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #ef4680;
}
.swiper-container.hide-swiper-overflow::after,
.swiper-container.hide-swiper-overflow::before,
.swiper-container.who-we-are::after,
.swiper-container.who-we-are::before,
.swiper-container.blogs::after,
.swiper-container.blogs::before {
  position: absolute;
  content: "";
  height: 104%;
  width: 100vw;
  background: white;
  top: -2%;
  z-index: 3;
}
.swiper-container.hide-swiper-overflow::after,
.swiper-container.blogs::after,
.swiper-container.who-we-are::after {
  right: 100%;
}
.swiper-container.hide-swiper-overflow::before,
.swiper-container.blogs::before,
.swiper-container.who-we-are::before {
  left: 100%;
}

/* card */
.card {
  border-radius: 6px !important;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: none;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
a.card {
  transition: transform 0.2s ease;
}
.card.contact-card {
  border: 1px solid rgba(0, 0, 0, 0.085);
  min-height: 195px;
  padding: 10px;
}
.card.contact-card a {
  color: var(--cz-pink);
  transition: color 0.3s ease;
}
.card.product-card {
  min-height: 400px;
}
.card.img-card {
  min-height: 0;
  height: calc(100vh - 160px);
  max-height: 600px;
}
.card.review-card {
  min-height: 260px;
  min-width: 320px;
  max-width: 400px;
  border: 1px solid #dbdde1;
  color: black;
}
.card.booth-card-1 {
  min-height: 470px;
  height: 100%;
}
.card.booth-card-2 {
  min-height: 0;
  height: 100%;
  flex-direction: row;
  gap: 30px;
}
.card.booth-card-1 .img-container {
  min-height: 270px;
}
.card.booth-card-2 .img-container {
  min-height: 230px;
  width: calc(50% - 15px);
}
.img-card-description {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 104px;
  text-wrap: nowrap;
  font-size: 18px;
  line-height: 23px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  background: #2f333a;
  opacity: 0.77;
}
.card-title {
  font-size: 32px;
  line-height: 42px;
}
.card-title-small {
  font-size: 16px;
  font-weight: 700;
}
.card-title-medium {
  font-size: 22px;
  line-height: 32px;
}
.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card.pricing-card {
  padding: 20px;
}
.card-gradient-border {
  padding: 1px;
  border-radius: 8px;
}
.benefit {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 12px 0;
}
.benefit .benefit-icon {
  height: 30px;
  width: 30px;
}
.review-date {
  color: rgb(125, 135, 156);
  font-size: 11px;
  line-height: 14px;
}
.review-text {
  height: 95px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-text p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}
.first-letter {
  height: 37px;
  width: 37px;
  font-size: 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #33691e;
  color: white;
  border-radius: 37px;
}
a.read-more {
  font-size: 12px;
  line-height: 17px;
  color: #000;
}
.case-study-date {
  color: rgb(125, 135, 156);
  font-size: 18px;
  line-height: 24px;
}
.img-container {
  padding: 0;
  min-height: 300px;
  position: relative;
  border-radius: inherit;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.img-container-contain {
  background-size: contain !important;
  background-position: center !important;
}

/* footer */
footer .widget-list-item {
  display: inline-block;
  margin-right: 20px;
}
footer .widget-list-item.footer-img-item {
  margin-right: 10px;
}
footer .widget-list-item.footer-img-item img {
  max-width: 60px;
  border-radius: 2px;
}
footer .widget-list-link span {
  font-size: 16px;
}
footer .widget-list-item:last-child {
  margin: 0;
}

/* .elipse-clip::after {
        content: "";
        position: absolute;
        top: -50px;
        left: 0px;
        background-color: inherit;
        width: 200%;
        height: 100px;
        border-radius: 100%;
} */
@media (max-width: 1300px) {
  .px-large-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .swiper-container.who-we-are::after {
    /* right: calc(100% - 1.5rem); */
  }
  .swiper-container.who-we-are::before {
    /* left: calc(100% - 1.5rem); */
  }
  .swiper-button-next,
  .swiper-button-prev {
    /* --swiper-navigation-sides-offset: -22px; */
  }
}

/* tablet-media */
@media (max-width: 992px) {
  /* tablet-hero */
  img.hero-image {
    left: -27px;
  }
  .hero-bg::before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 200%;
    position: absolute;
    z-index: 4;
    left: -27px;
  }
  .hero-content {
    /* min-height: 520px; */
    align-items: center;
  }
  .headline,
  .sub-headline {
    text-align: center;
    max-width: 100%;
  }
  .hero-bg::after {
    display: none;
  }

  /* tablet-utility */
  .mb-medium-4 {
    margin-bottom: 1.5rem !important;
  }

  /* tablet-content */
  .card-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }
  .large-paragraph {
    font-size: 16px;
    line-height: 26px;
  }
  .card.booth-card-1,
  .card.booth-card-2 {
    /* min-height: 380px; */
    min-height: 350px;
    flex-direction: column;
    gap: 0;
  }
  .card.booth-card-1 .img-container,
  .card.booth-card-2 .img-container {
    min-height: 200px;
    width: auto;
  }
  .card.contact-card p,
  .card.contact-card li {
    font-size: 14px !important;
  }
}

/* mobile-media */
@media (max-width: 768px) {
  /* mobile-utility */
  .px-small-0 {
    padding: 0 !important;
  }

  /* mobile-content */
  .section-title {
    font-size: 32px;
    line-height: 42px;
  }
  .img-card-description {
    font-size: 14px;
    line-height: 19px;
  }
  .pt-first-section {
    padding-top: 80px !important;
  }

  /* mobile-cards */
  .card.booth-card-1 {
    /* min-height: 390px; */
    min-height: 360px;
  }
  .card.booth-card-2 {
    flex-direction: row;
    gap: 30px;
    min-height: 250px;
  }
  .card.booth-card-2 .img-container {
    min-height: 250px;
    width: calc(50% - 15px);
  }
  .case-study-date {
    font-size: 16px;
    line-height: 22px;
  }
  .card-title-medium {
    font-size: 20px;
    line-height: 28px;
  }
  .card.product-card {
    min-height: 500px;
  }
  .large-paragraph {
    font-size: 15px;
    line-height: 20px;
  }
  .medium-paragraph {
    font-size: 14px;
    line-height: 19px;
  }

  /* mobile-swiper */
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .swiper-container.hide-swiper-overflow::after,
  .swiper-container.who-we-are::after {
    right: 100%;
  }
  .swiper-container.hide-swiper-overflow::before,
  .swiper-container.who-we-are::before {
    left: 100%;
  }

  /* mobile-footer */
  footer .widget-list-link span {
    font-size: 14px;
  }
  footer .widget-list-item.footer-img-item img {
    max-width: 60px;
  }
}
@media (max-width: 600px) {
  .card.product-card {
    min-height: 420px;
  }
}
.nav-small-font {
  font-size: 15px;
}
@media (max-width: 500px) {
  /* xs-mobile-utility */
  .pt-first-section {
    padding-top: 240px !important;
  }
  /* xs-mobile-content */
  .card.booth-card-1,
  .card.booth-card-2 {
    min-height: 0;
    flex-direction: column;
    gap: 0;
  }
  .card.booth-card-1 .img-container,
  .card.booth-card-2 .img-container {
    min-height: 250px;
    width: auto;
  }
  .nav-small-font {
    font-size: 14px;
  }
}

/* hover */
@media (hover: hover) {
  .btn:hover {
    background: rgb(0 0 0 / 10%);
  }
  .btn-secondary:hover {
    border: 1px solid transparent;
  }
  .btn-accent:hover {
    background: #ca3065;
  }
  a.category:hover,
  a.read-more:hover {
    text-decoration: underline;
  }
  a.card:hover {
    transform: scale3d(1.01, 1.01, 1.01);
  }
  .card.contact-card a:hover {
    color: #4b566b !important;
  }
}

/* to be removed later */
.container.my-2.py-3 {
  display: none;
}
#PureChatWidget {
  display: none;
}
.grecaptcha-badge {
  display: none;
}

/* navbar */
@media (min-width: 992px) {
  .navbar-parent.navbar-stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: navbar-show 0.25s;
    animation: navbar-show 0.25s;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
    z-index: 1030;
  }
  .navbar-parent.navbar-stuck .navbar-stuck-toggler {
    display: flex;
  }
  .navbar-parent.navbar-stuck .navbar-stuck-menu {
    display: none;
  }
  .navbar-parent.navbar-stuck .navbar-stuck-menu.show {
    display: block;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    line-height: 21px;
    padding: 10px;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 12px 4px 7px;
  }
  .navbar-expand-lg .navbar-nav.navbar-mega-nav {
    flex-grow: 0;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    flex-grow: 1;
  }
  .dropdown-toggle::after {
    display: inline-block !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .dropdown-menu {
    left: 0 !important;
    top: 100% !important;
  }
  .dropdown-menu .dropdown-menu {
    left: 100% !important;
    top: 0 !important;
  }
  .browse-menu {
    width: 750px;
    max-width: calc(100vw - 30px);
  }
  .mega-dropdown-column {
    flex: 1;
    width: 100% !important;
    max-width: 100%;
    min-width: 240px;
  }
}
