@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap");
/* สีที่เลือก A67942 */

body {
  color: #a67942;
  font-family: "Oswald", sans-serif !important;
}
a {
  line-height: 0;
  text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #634928 !important;
}

/* titleStyle */
.titleStyle1 {
  font-weight: 900;
  font-style: normal;
}

/* text color */
.textColor1 {
  color: #a67942;
}

/* hr */
.hr-1 {
  height: 3px !important;
  /* color: #a67942 !important; */
  opacity: 0.5 !important;
}

/* bgColor */
.bgColor1 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bgColor2 {
  background-color: #a67942;
}
.bgColor3 {
  /* background-color: #fff; */
  /* background-color: #ebedeb; */
  background-color: #dfd0bb;
}

/* bgImg */
.bgImg1 {
  position: relative;
  background-color: #000;
  background-image: url("bg-oldBlack.jpeg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgImg1::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(0 0 0 / 40%);
}
.bgImg2 {
  position: relative;
  background-color: rgb(0, 0, 0);
  background-image: url("bg-banner-c.png");
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgImg2::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0 0 0 / 40%);
}
.bgImg3 {
  background-image: url("EDIT-2-BG-BANNER.png");
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* <!-- hover --> */
.hover\:text-color_1:hover {
  color: #ffe3c2 !important;
}

/* <!-- MENU --> */
.logoMenu-MB > img {
  width: 80%;
  max-width: 200px;
}
.listMenu > ul > .logoMenu > img {
  width: 25vw;
  max-width: 400px;
  min-width: 25vw;
  filter: drop-shadow(3px 2px 3px rgb(141, 141, 141));
}
.text-menu {
  color: #fff !important;
  text-shadow: 1px 1px 2px rgb(141, 141, 141) !important;
}
.text-menu:hover {
  color: #ffe3c2 !important;
}
.text-menu-m {
  color: #a57942 !important;
}

/* togglerStyle */
.togglerStyle1 {
  background-color: #a57942 !important;
}

/* <!-- Banner --> */
.bannerStyle {
  height: calc(var(--vh, 1vh) * 90);
  max-height: 800px;
  overflow: hidden;
}
#vdoDesktop_1,
#vdoDesktop_2 {
  width: 80%;
  height: 80%;
  /* top: 24%;
  left: 21%; */
}
/* #vdoDesktop_2 {
  width: 80%;
  height: 80%;
  width: 15em;
  height: 20em;
  top: 57%;
  left: 70%;
} */

/* <!-- about --> */
.aboutImg {
  overflow: hidden;
  height: 700px;
  border-radius: 0.75rem;
}
.aboutImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* <!-- upcomingEvents --> */
.divContentEvent {
  border-bottom: none;
  border-right: 5px solid #000;
}
.imgDate {
  padding: 5px 10px;
  margin-top: 15px;
  background-color: #fff;
  border-bottom: 5px solid #000;
}
.imgEvent {
  overflow: hidden;
  max-height: 170px;
}
.imgEvent > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.divTextEvents {
  height: 100%;
}

/* <!-- FEATURED GIGS --> */
#btnLoadMore {
  background-color: #a57942;
  color: #fff;
  padding: 5px 30px;
  border: none;
  margin-top: 2rem;
  border: 2px solid #a57942;
}
#btnLoadMore:hover {
  background-color: transparent;
  color: #a57942;
}

/* <!-- footer --> */
.footerLogo > img {
  width: 20vw;
  max-width: 400px;
  min-width: 20vw;
}

@media screen and (max-width: 1800px) {
  /* <!-- Banner --> */
  /* #vdoDesktop_1 {
    width: 20em;
    height: 23em;
  } */
  /* #vdoDesktop_2 {
    left: 65%;
  } */
}

@media screen and (min-width: 1500px) {
  .xxl\:text-2xl {
    font-size: 1.5rem !important;
  }
}

/* ----------------------------- */
@media only screen and (max-width: 1500px) {
  /* <!-- Banner --> */
  /* #vdoDesktop_1 {
    width: 16em;
    height: 18em;
    top: 24%;
    left: 27%;
  } */
  /* #vdoDesktop_2 {
    width: 14em;
    height: 17em;
    top: 50%;
    left: 65%;
  } */
  /* <!-- about --> */
  .aboutImg {
    height: 520px;
  }
}

/* ----------------------------- */
@media only screen and (max-width: 1400px) {
  /* <!-- Banner --> */
  /* #vdoDesktop_1 {
    left: 23%;
  } */
}

/* ----------------------------- */
@media only screen and (max-width: 1200px) {
  /* <!-- Banner --> */
  /* #vdoDesktop_1 {
    width: 16em;
    height: 18em;
    top: 24%;
    left: 27%;
  }
  #vdoDesktop_2 {
    width: 14em;
    height: 17em;
    top: 50%;
    left: 65%;
  } */
  /* <!-- about --> */
  .aboutImg {
    height: 500px;
  }
  /* <!-- footer --> */
  .footerLogo > img {
    width: 25vw;
    max-width: 400px;
    min-width: 25vw;
  }
}

/* ----------------------------- */
@media only screen and (max-width: 1100px) {
  /* <!-- Banner --> */
  /* #vdoDesktop_1 {
    height: 17em;
    top: 23%;
    left: 21%;
  } */
  /* bgImg */
  .bgImg1 {
    background-image: none !important;
  }
}

/* ----------------------------- */
@media only screen and (max-width: 992px) {
  
  /* <!-- Banner --> */
  /* #vdoDesktop_1 {
    top: 24%;
    left: 18%;
  } */
  #vdoDesktop_1,
  #vdoDesktop_2 {
    width: 90%;
    height: 90%;
  }
  /* <!-- about --> */
  .aboutImg {
    height: 600px;
  }
}
/* ----------------------------- */
@media only screen and (max-width: 900px) {
  /* <!-- Banner --> */
  /* #vdoDesktop_1 {
    top: 24%;
    left: 13%;
  } */
  /* <!-- Banner --> */
  #vdoDesktop_1,
  #vdoDesktop_2 {
    width: 90%;
    height: 500px;
  }
}

/* ----------------------------- */
@media only screen and (max-width: 768px) {
  /* chang:bgColor */
  /* .chang\:bgColor1 {
    background-color: #000;
  } */
  /* <!-- about --> */
  /* .aboutImg {
    height: 600px;
  } */
  /* <!-- upcomingEvents --> */
  .divContentEvent {
    border-right: none;
    border-bottom: 5px solid #000;
  }
  .imgEvent {
    max-height: max-content;
  }
  .divTextEvents {
    height: auto;
  }
  /* <!-- footer --> */
  .footerLogo > img {
    width: 200px;
    min-width: 200px;
  }
}

/* ----------------------------- */
@media only screen and (max-width: 576px) {
  /* <!-- banner --> */
  .bannerStyle {
    height: calc(var(--vh, 1vh) * 85);
    /* height: max-content;
    max-height: calc(var(--vh, 1vh) * 90); */
  }

  /* <!-- about --> */
  .aboutImg {
    height: 500px;
  }
}

/* ----------------------------- */
@media only screen and (max-width: 450px) {
  /* <!-- about --> */
  .aboutImg {
    height: 350px;
  }
}
/* ----------------------------- */
@media only screen and (max-width: 320px) {
  /* <!-- about --> */
  .aboutImg {
    height: 250px;
  }
  /* <!-- footer --> */
  .footerLogo > img {
    width: 60vw;
    min-width: 170px;
  }
}
