.elementor-kit-2442{--e-global-color-primary:#938D6D;--e-global-color-secondary:#BD5A2C;--e-global-color-text:#000000;--e-global-color-accent:#F2D5E6;--e-global-color-23c77df:#80806D;--e-global-color-68e2ac9:#2C3A27;--e-global-color-d6767b3:#663214;--e-global-color-bc21760:#A75A2C;--e-global-color-ff8ce92:#CA802F;--e-global-color-abeabdd:#DCBFD0;--e-global-color-6071526:#F8F0E3;--e-global-typography-primary-font-family:"Times New Roman";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:0.7px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-2442 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-text-color:var( --e-global-color-6071526 );}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body { margin: 0; }

.ticker-wrap {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  position: fixed;
  bottom: 0;
  height: 3.5rem;
  background-color: none; 
}
.ticker {
  display: inline-block;
  margin-top: 5px;
  animation: marquee 20s linear infinite;
}
.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 20s linear infinite;
}

.item {
  display: inline-block;
  padding: 0 1.2rem;
  font-size: 2.5rem;
  color: #fdead4;   
  font-weight: 500;
  font-family: sans-serif;
}

/* Transition */
@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}

@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}/* End custom CSS */