html,
body {
  background-color: #ede5d4;
  color: #2e2d2b;
  background-image: url("./assets/Grain-Texture.png");
  background-repeat: initial;
  overflow-x: hidden;
  max-width: 1500px;
  margin: auto;
  scroll-behavior: smooth;
}
@font-face {
  font-family: Light;
  src: url(./fonts/Livvic\ Light\ 300.ttf);
}
@font-face {
  font-family: Regular;
  src: url(./fonts/Livvic\ Regular\ 400.ttf);
}
@font-face {
  font-family: Medium;
  src: url(./fonts/Livvic\ Medium\ 500.ttf);
}
@font-face {
  font-family: SemiBold;
  src: url(./fonts/Livvic\ SemiBold\ 600.ttf);
}
.faded {
  color: #454545f3 !important;
}
h1,
h2,
h3,
h4,
ul,
li {
  font-family: Medium;
  margin-bottom: unset;
}
ul,
li {
  list-style-type: none;
}

ul {
  padding-left: unset;
  color: #a2262c;
}

.btn {
  font-family: Regular;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 2.5rem;
}

p {
  font-family: Regular;
  color: #454545;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-bottom: unset;
}
.red {
  color: #a2262c;
}
a {
  font-family: Regular;
  color: #2e2d2b;
  text-decoration: none;
}
.f-10 {
  font-size: 10px !important;
}

.f-11 {
  font-size: 11px !important;
}

.f-12 {
  font-size: 12px !important;
}
.f-13 {
  font-size: 13px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px !important;
}
.f-17 {
  font-size: 17px !important;
}
.f-18 {
  font-size: 18px !important;
}
.f-19 {
  font-size: 19px !important;
}
.f-20 {
  font-size: 20px !important;
}
.f-21 {
  font-size: 21px !important;
}
.f-22 {
  font-size: 22px !important;
}
.f-23 {
  font-size: 23px !important;
}
.f-24 {
  font-size: 24px !important;
}
.f-25 {
  font-size: 25px !important;
}

.f-w-200 {
  font-weight: 200 !important;
}
.f-w-300 {
  font-weight: 300 !important;
}
.f-w-400 {
  font-weight: 400 !important;
}
.f-w-500 {
  font-weight: 500 !important;
}
.f-w-600 {
  font-weight: 600 !important;
}

.f-w-700 {
  font-weight: 700 !important;
}
.nav-link {
  color: #454545;
}
.nav-link:hover {
  color: #a2262c;
}
.bdr-right {
  border-right: 1px solid rgba(0, 0, 0, 0.33);
}
.bdr-right-white {
  border-right: 1px solid #ede5d42a;
}
.card {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.33);
}
.red-card {
  background-color: #a2262c;
}
.white-text {
  color: #ede5d4;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #ede5d4;
  background-color: #9b2c31;
  border-color: #a2262c;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: unset;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: unset;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #ede5d4;
  background-color: #9b2c31;
  border-color: #a2262c;
  box-shadow: unset;
}
.btn-primary {
  background: #a2262c;
  color: #ede5d4;
  border: unset;
  border-radius: unset;
  font-size: 14px;
}
.btn-primary:hover {
  color: #ede5d4;
  background-color: #9b2c31;
  border-color: unset;
}
/* .btn-outline-primary {
  border: 1px solid #a2262c;
  color: #a2262c;
  border-radius: unset;
  font-size: 14px;
} */
.btn-outline-primary-white,
.btn-outline-primary-white:hover {
  border: 1px solid #ede5d4;
  color: #ede5d4;
  border-radius: unset;
  font-size: 14px;
}

.btn-outline-primary {
  position: relative;
  border: 1px solid #a2262c;
  color: #a2262c;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-radius: 0px;
}
.btn-outline-primary::before,
.btn-outline-primary::after {
  position: absolute;
  top: 0;
  left: 0;
  border-color: #a2262c;

  border-style: solid;
  transition: all 0.35s;
  content: "";
  z-index: 1;
}
.btn-outline-primary::before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
}
.btn-outline-primary:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
}
.btn-outline-primary:hover {
  border-color: #a2262c;
  color: #a2262c;
  background-color: transparent;
}
.btn-outline-primary:hover::before {
  width: 100%;
  border-width: 1px 0 1px 0;
}
.btn-outline-primary:hover::after {
  height: 100%;
  border-width: 0 1px 0 1px;
}
.blurry-bg {
  background: rgba(0, 0, 0, 0.49);
  backdrop-filter: blur(9px);
  bottom: 0;
  left: 0;
}
.timer-bg {
  background-color: #dbd1bd;
}
.gt {
  filter: drop-shadow(0px 0px 22px rgba(0, 0, 0, 0.25));
}
.events-hosted {
  height: 300px;
  width: 224px;
}

.marquee {
  width: 100%;
  overflow: hidden;
}
.marquee .inner {
  width: 100%;
  display: flex;
  color: white;
}
.marquee .inner > * {
  white-space: nowrap;
  padding: 0 12px;
}

.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.red-section {
  background-color: #a2262c;
}
.petition-mobile {
  position: absolute;
  top: -7rem;
  right: 0;
}
.petition-mobile-right {
  position: absolute;
  top: -7rem;
  left: 0;
}
.partner-image {
  width: 141px;
  height: 182px;
}
li a {
  font-size: 14px;
  color: #454545f3 !important;
}

li a:hover {
  color: #a2262c !important;
}

li a p:hover {
  color: #a2262c !important;
}
.form-control {
  border: 1px solid #a2262c;
  background: transparent;
  border-radius: 0;
}
.form-control::placeholder {
  color: #a2262cb3;
  font-size: 13px;
  font-weight: 300;
}
hr {
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 600px) {
  .bdr-right-white {
    border-right: 1px solid transparent;
  }
  .petition-mobile {
    top: 0;
  }
  .petition-mobile-right {
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn-primary,
  .btn-outline-primary,
  .btn-outline-primary-white {
    width: 100%;
  }
  .w-sm-100 {
    width: 100%;
  }
}

.inner img {
  height: 300px;
  width: auto;
}

.Grid-masonry {
  -moz-column-width: 13em;
  column-width: 13em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -moz-column-count: 5;
  column-count: 5;
}
.Grid-masonry-item {
  margin-bottom: 0.5rem;
}
.Grid-masonry-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.brands {
  position: relative;
  overflow: hidden;
  height: 8.5rem;
}

.brands:hover .brands__wrapper,
.brands:hover .brands__preWrapper {
  animation-play-state: paused;
}

.brands__preWrapper {
  position: relative;
  width: 100%;
  height: 8.5rem;
  transform: translateX(0%);
  animation: scroll1 10s linear infinite;
  animation-delay: 4s;
  animation-direction: alternate;

  will-change: transform;
}

.brands__wrapper {
  position: absolute;
  white-space: nowrap;
  transform: translateX(0%) translateZ(0);
  animation: scroll2 10s linear infinite;
  animation-delay: 7s;
  animation-direction: alternate;

  will-change: transform;
}

.brands__wrapper > a,
.brands__wrapper > img {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: middle;
}

.brands__wrapper > a img {
  max-width: auto;
  height: 400px;
}

@keyframes scroll1 {
  0% {
    transform: translateX(-0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

.brands {
  height: 400px;
}

.upcomming-image {
    width: auto;
    height: 400px;
}
.redbg {
  background-color: #c95347;
}
.f-20 {
  font-size: 20px !important;
}
.default-white {
  color: #e4dccb;
}

