body
h1, 
h2,
h3,
h4,
h5,
p {
  color: #0A2065;

}

.hero {
    background: url('../../img/GC-banner.png') no-repeat center center;
    background-size: cover;
    max-width: 100vw;
    height: 100vh;
}
  
.about-us {
    background: url('../../img/banner-about-us.png') no-repeat center center;
    background-size: cover;
    max-width: 100vw;
    height: 100vh;
}


.container-fluid {
  padding: 0;
  margin: 0;
  --bs-gutter-x: 0;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}


.social-media a {
  text-decoration: none;
  color: white;
}

.text-blue {
   color: #0A2065;
}

.btn-dark-blue {
  background: #0A2065;
  color: white;
}

.bg-dark-blue {
  background: #0A2065;
  color: white;
  p,
  h3,
  h2 {
    color: white;
  }
}

.bg-light-blue {
  background: #E9F4F5;
}

.btn-outline-blue {
    color: #0A2065;
    border-color: #0A2065;
    border-radius: 25px;
}

.navbar-expand-lg {
  border-bottom: 1px solid #eeee;
    li {
      padding: 0 10px;
    }
}

 .btn-outline-white {
    color: #fff;
    border-color: #fff;
    border-radius: 25px;
  }

  a.btn.btn-outline-white:hover {
    background-color: #ffff;
    color: #0a2065;
  }

  
a.btn.btn-danger:hover {
  color: red;
}

a.btn.btn-dark-blue:hover {
  background: #0a2065;
  color: #fff;
}


.accordion-button {
  background: #E9F4F5;
  margin: 5px;
}

.img-polygon {
  width: 100px;
  height: 100px;
  clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
}

img.small-icon {
  height: 50px;
  width: 50px;
}

.uk-golf-courses img {
  height: 80px;
  max-height: 80px;
  padding: 0 10px;
}

.our-channels {
  padding: 30px;
    .bg-dark-blue {
    border-radius: 50px;
  }
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6c757d;
  }

  .carousel-indicators .active {
    background-color: #0A2065 ;
  }

   .carousel .card {
    height: 45vh;
  }

  .carousel-indicators {
    bottom: -80px;
  }

  .how-it-works {
    .card {
      border-bottom: 15px solid #0A2065;
      border-radius: 25px;
      height: 45vh;
    }
  }

.ampersand {
  font-size: 30px;
  padding: 0 10px;
}

/** FAQs **/

.accordion-button::after {
  background-image: none !important;
  background: none !important;
  content: "+";
  font-size: 20px;
  font-weight: 600;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #0a2065;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
}

.accordion-body {
  color: #0a2065;
}

.accordion-button {
  background-image: none !important;
}

