/*
	Theme Name: Kurkulee Centre GMC
	Description: This Theme is specially designed for Kurkulee Centre GMC
	Theme URL: 
	Author: PINE TECH
	Author URI: 
	Version: 0.1
	Date: 25/06/2025
	Copyright: (c) 2025 Kurkulee Centre GMC
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


  body {
      font-family: 'Georgia', sans-serif;
    }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
  font-weight: 600;
}
/*h1, h2, h5{
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}*/
p {
  text-align: justify;
  text-justify: inter-word;
}


nav, footer{
  background: #ab212e;
}
.navbar{
  font-family: 'Segoe UI', sans-serif;
}
a.nav-link{
  color: #d3d3d3;

  /*font-weight: bold;*/
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: #fff;
}
.nav-link{
  padding-right: 20px !important;
  text-transform: uppercase;
  font-weight: 600;
}


.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5); 
  padding: 20px;
  border-radius: 10px;
  color: #fff; 
  max-width: 80%;
  margin: 0 auto;
}

.carousel-caption h1,
.carousel-caption p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); 
}
.watch-video-section video {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .watch-video-section h2 {
    font-size: 1.8rem;
  }

  .watch-more-button {
    padding: 10px 20px;
    font-size: 1rem;
  }
}