/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* For Home Page Only */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#sec-hero .bg-img::after {
  background-color: rgba(37, 36, 36, 0.66); }

#sec-customers {
  background-color: #1D1D1D;
  padding: 80px 0; }
  #sec-customers .card {
    border-radius: 10px;
    background-color: #F3F4F4;
    padding: 40px 25px; }
    #sec-customers .card .rating {
      margin-bottom: 28px; }
      #sec-customers .card .rating i {
        color: #FBBC05;
        font-size: 22px;
        margin-right: 4px; }
        #sec-customers .card .rating i:last-of-type {
          margin-right: 0; }
    #sec-customers .card .content p {
      font-family: 'Monda', sans-serif;
      font-weight: 500;
      font-size: 16px; }
      #sec-customers .card .content p a:hover {
        color: #EC2025; }
      #sec-customers .card .content p:last-of-type {
        font-weight: 700;
        text-transform: uppercase; }
  #sec-customers .cta-container {
    gap: 26px;
    margin-top: 43px; }
  #sec-customers .owl-dots {
    margin-top: 63px;
    display: flex;
    justify-content: center; }
    #sec-customers .owl-dots button {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #C9C9C9;
      margin-right: 12px; }
      #sec-customers .owl-dots button:last-of-type {
        margin-right: 0; }
      #sec-customers .owl-dots button.active {
        background-color: #EC2025; }
  @media screen and (min-width: 1025px) {
    #sec-customers {
      padding: 112px 0 124px; }
      #sec-customers .card {
        padding: 85px 43px 62px; }
        #sec-customers .card .content p {
          font-size: 18px; }
      #sec-customers .cta-container {
        margin-top: 76px; }
      #sec-customers .owl-dots {
        margin-top: 86px; }
        #sec-customers .owl-dots button {
          width: 22px;
          height: 22px; } }

#sec-brands {
  padding: 126px 0; }
  #sec-brands .members-track .logo {
    margin-right: 28px;
    min-width: 125px;
    margin-bottom: 77px;
    height: fit-content; }
    #sec-brands .members-track .logo:last-of-type {
      margin-right: 0; }
  @media screen and (max-width: 1025px) {
    #sec-brands {
      padding: 80px 0; }
      #sec-brands .members-slider {
        overflow: hidden;
        width: 100%; }
      #sec-brands .members-track {
        width: max-content;
        justify-content: unset;
        animation: membersScroll 18s linear infinite; }
      #sec-brands .members-track .logo {
        min-width: fit-content;
        margin-bottom: 0; } }

@keyframes membersScroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
