:root {
  --primary-color: #000000;
  --secondary-color-100: #54715a;
  --secondary-color-300: #3e6a47;
  --secondary-color-500: #2f4938;
  --secondary-color-700: #092207;
  --accent-color: #ff6100;
  --light-color: #b5b5b5;
  --facebook: hwb(210 2% 9%);
  --instagram: #f85212;
  --youtube: #ff0000;
}

html {
  width: 100vw;
  height: 100vh;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  margin: 0;
}

a,
a:hover {
  color: var(--accent-color);
}

a:visited {
  color: var(--secondary-color-100);
}

mark {
  background-color: transparent;
  color: var(--accent-color);
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.logo-images {
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-link {
  color: var(--primary-color);
}

.theme-link:hover {
  text-decoration-line: none;
  cursor: pointer;
}

.theme-link:visited {
  color: var(--primary-color);
}

.logo-images img {
  margin: 5px;
}

.title {
  margin-top: 50px;
  margin-bottom: 20px;
}

section {
  padding: 20px 0 40px 0;
  margin-bottom: 40px;
}

img {
  margin-bottom: 20px;
}

blockquote {
  max-width: 80%;
  margin: 0 auto;
}

.blockquote-footer:before {
  display: none;
}

#navbar {
  font-size: 1.25rem;
}

.mobile-social-icons {
  position: fixed;
  top: 0;
  left: 110px;
  display: flex;
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
}

.navbar-dark .navbar-toggler:focus {
  outline: none;
}

.facebook > i {
  color: var(--facebook);
  font-size: 1.2rem;
}

.instagram > i {
  color: var(--instagram);
  font-size: 1.2rem;
}

.youtube > i {
  color: var(--youtube);
  font-size: 1.2rem;
}

.mobile-social-icons .facebook > i,
.mobile-social-icons .instagram > i,
.mobile-social-icons .youtube > i {
  font-size: 1.8rem;
}

.text-red {
  color: red;
}

/**
* ===================
* Header Style
* ===================
*/

.custom-jumbotron {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 48px);
  background-color: var(--primary-color);
  background-image: url("../images/boer-leaves.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--light-color);
  border-radius: 0px;
  margin-bottom: 0;
}

.theme-title {
  font-weight: 800;
}

#scrollToTop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: var(--light-color);
  padding: 15px;
  margin: 10px;
  z-index: 1000;
}

#scrollToTop i {
  color: var(--primary-color);
  font-size: 1.25em;
}

#scrollToTop:hover {
  cursor: pointer;
}

.jumbotron video {
  visibility: hidden;
}

.jumbotron video:hover {
  cursor: pointer;
}

.music-button {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 74px;
  border-color: transparent transparent transparent #ffffff;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 37px 0 37px 60px;
}

.music-button:focus,
.music-button:focus-visible {
  outline: none;
}

.music-button.paused {
  border-style: double;
  border-width: 0px 0 0px 60px;
}

.music-button:hover {
  border-color: transparent transparent transparent #ffffff;
}
/**
* ===================
* ABOUT Styles
* ===================
*/

#about {
  background-color: var(--primary-color);
  width: 100vw;
  overflow: hidden;
  margin-bottom: 0;
}

#about > div > div {
  background-color: var(--primary-color);
  color: var(--light-color);
  padding: 20px 40px;
  border-radius: 10px;
  margin-top: 20px;
}

/**
* ===================
* BAND Members Styles
* ===================
*/

#bandMembers {
  background-color: var(--primary-color);
  margin-bottom: 0;
  padding: 40px 0;
}

.members-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.member-image,
.member-description {
  display: flex;
}

.member-image > img {
  max-width: 300px;
  -webkit-box-shadow: 1px 6px 29px -1px rgba(0, 0, 0, 0.79);
  -moz-box-shadow: 1px 6px 29px -1px rgba(0, 0, 0, 0.79);
  box-shadow: 1px 6px 29px -1px rgba(0, 0, 0, 0.79);
}

.member-description h3 {
  color: var(--accent-color);
}

.member-description {
  max-width: 400px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--light-color);
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 6px 29px -1px rgba(0, 0, 0, 0.79);
  -moz-box-shadow: 1px 6px 29px -1px rgba(0, 0, 0, 0.79);
  box-shadow: 1px 6px 29px -1px rgba(0, 0, 0, 0.79);
}

.member-description h3 {
  font-weight: bold;
}

/**
* ===================
* EVENTS Styles
* ===================
*/

#events {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: var(--primary-color);
  font-family: "Noto Serif Tamil", serif;
}

.event-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  background: rgb(62, 106, 71);
  background: linear-gradient(
    216deg,
    rgba(62, 106, 71, 1) 23%,
    rgba(255, 97, 0, 1) 100%
  );
  color: white;
  padding: 2.5rem 7rem;
  font-size: 3vw;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
}

.event-type:hover {
  cursor: pointer;
  background: var(--accent-color);
  padding: 2.5rem 7rem;
  -webkit-box-shadow: 0px 9px 65px 0px rgba(255, 97, 0, 0.51);
  -moz-box-shadow: 0px 9px 65px 0px rgba(255, 97, 0, 0.51);
  box-shadow: 0px 9px 65px 0px rgba(255, 97, 0, 0.51);
  transform: translateY(-1.5rem);
}

.why-cards-container {
  display: flex;
  gap: 20px;
}

.why-card {
  display: flex;
  width: calc(100vw / 4);
  min-height: 200px;
  max-height: 200px;
  background-color: pink;
}

/**
* ===================
* Video Styles
* ===================
*/

#demoVideo {
  background: var(--primary-color);
  text-align: center;
}

.youtube-videos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 97vw;
  gap: 20px;
  margin-bottom: 10px;
}

.responsive-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
}

.responsive-youtube-video iframe,
.responsive-youtube-video object,
.responsive-youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
* ===================
* Footer Styles
* ===================
*/

footer {
  background: var(--primary-color);
  color: var(--light-color);
  padding-top: 20px;
}

.footer-link {
  color: var(--light-color);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--light-color);
  text-decoration: none;
}

.footer-link:visited {
  color: var(--light-color);
}

.copyright-info {
  background: var(--primary-color);
  color: var(--light-color);
  padding: 20px 0 5px 0;
}

#contactFooter {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: auto;
  background: var(--secondary-color-300);
  color: white;
}

#contactFooter > div > a {
  text-decoration: none;
  color: white;
}

#contactFooter > div:nth-child(2) {
  background: var(--secondary-color-500);
}

#contactFooter > div:nth-child(3) {
  background: var(--secondary-color-700);
}

#contactFooter > div {
  width: calc(100% / 3);
  padding: 1rem;
  text-align: center;
}

#contactFooter > div > i {
  font-size: 2rem;
}

/**
* ==================
* Cookie Policy
* ==================
*/

#cookies {
  display: none;
}

#cookiePolicy {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: var(--primary-color);
  color: var(--light-color);
  padding: 30px;
  z-index: 2000;
}

#seeCookies:hover {
  cursor: pointer;
}

/**
* ==================
* Media Queries
* ==================
*/

/* 
 * 1. iPhone X in portrait & landscape
 * 2. iPhone 6,7,8 in portrait & landscape
 */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3),
  (min-device-width: 360px) and (max-device-width: 740px) and (-webkit-device-pixel-ratio: 4),
  (min-device-width: 375px) and (max-device-width: 667px) {
  .logo-container {
    flex-direction: column;
  }

  .navbar-nav {
    padding: 1rem;
  }

  .navbar-dark .navbar-toggler {
    color: transparent;
  }

  .nav-social {
    display: none;
  }

  .jumbotron video {
    display: none;
  }

  .music-button {
    margin-left: 2rem;
  }

  #about {
    padding: 40px;
    background-size: contain;
  }

  #events {
    flex-direction: column;
  }

  .event-type {
    width: 88vw;
    padding: 2rem;
    margin: 5px 10px;
    font-size: 2em;
  }

  .event-type:hover {
    padding: 2rem;
    transform: none;
  }

  footer {
    padding: 20px 0px 50px 20px;
    margin-bottom: 50px;
  }

  #contactFooter {
    display: flex;
  }

  .members-container {
    flex-direction: column;
    gap: 0;
  }

  .members-container:nth-child(2),
  .members-container:nth-child(4) {
    flex-direction: column-reverse;
  }

  .member-description {
    padding: 20px;
    margin: 20px;
  }

  .member-image > img {
    margin-bottom: 0;
  }

  .youtube-videos {
    flex-direction: column;
    position: relative;
    gap: 10px;
    max-width: 97vw;
  }

  .youtube-videos iframe,
  .youtube-videos object,
  .youtube-videos embed {
    width: 80vw;
    height: 100%;
  }

  #moreCookiesInfo,
  #acceptCookiesSelection {
    width: 45%;
    margin-top: 20px;
  }

  #acceptAllCookies {
    width: 100%;
    margin-top: 5px;
  }
}
