/*********************************************
**********************************************
**********************************************
GENERAL
HERO
SLIDER
ACCORDION
********************************************** **********************************************
**********************************************/
html,
body {
  margin: 0;
}

/* body {
  font-family: "Oswald", Arial, sans-serif;
  background-color: #be3115;
} */

/* h2 {
  font-size: calc(32px + 0 * ((100vw - 320px) / 850));
} */

h2,
button,
.card {
  text-transform: uppercase !important;
}

button {
  font-size: 16px;
}

button {
  font-weight: 300;
}

button > i {
  margin-left: 7px;
}

button span {
  font-size: 4vw;
}

ul {
  padding: 0;
  text-align: center;
}

li {
  list-style-type: none;
}

footer .row {
  justify-content: center;
}

.list-button {
  display: inline-block;
}

.wrapper {
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  padding: 0px;
  background: white;
}

/********* HERO *********/
.hero.center {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.hero {
  padding: 50px;
  margin: 0 auto;
  background-image: url('/images/diamondplateBG.jpg');
  background-size: cover;
}

.info-container {
  width: fit-content;
  flex-direction: column;
  margin-top: 25px;
}

.hero-button,
.info-container {
  color: black;
}

.hero-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0px 30px 0px 0px;
  padding-left: 0;
  background: none;
  text-transform: uppercase;
  border: none;
}

.sub-text span {
  border-bottom: solid 4px white;
  width: fit-content;
}

/******** SLIDER ********/
.carousel {
  margin-top: 20px;
}

.owl-prev,
.owl-next {
  display: inline-block;
  padding: 3px 10px;
  position: absolute;
  top: 40%;
}

.owl-prev {
  left: -20px;
}

.owl-next {
  right: -20px;
}

.owl-item,
.book-buttons {
  display: flex;
  justify-content: center;
}

/* .owl-carousel .owl-item .item {
} */

.owl-carousel .owl-item .item img {
  height: auto;
  margin: 0 auto;
}

.book-buttons {
  font-size: 36px;
}

.book-buttons button {
  margin-right: 15px;
}

/******* ACCORDION ******/
.catalog-list {
  margin-top: 100px;
}

/* Style the buttons that are used to open and close the accordion panel */
.card {
  background-color: #f7f7f7;
  color: #444;
  cursor: pointer;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 3px;
  transition: 0.4s;
}

.card button {
  width: 100%;
}

.title-wrapper {
  display: grid;
  grid-template-columns: 20% auto;
  grid-column-gap: 25px;
  justify-items: center;
  align-items: center;
  color: #444;
}

.icon {
  margin: 10px;
}

/*************************
RESPONSIVENESS

ALL SLIDER RESPONSIVENESS:
  Bootstrap Carousel Multiple Items
  https: //azmind.com/bootstrap-carousel-multiple-items/
  code by Iatek LLC 2018 - CC 2.0 License - Attribution required
  code customized by Azmind.com
*************************/

/* SM */
@media (min-width: 576px) {
  
}

@media (min-width: 576px) and (max-width: 768px) {
}

/* MD */
@media (min-width: 768px) {
  h2 {
    font-size: 21px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
}

/* LG */
@media screen and (min-width: 991px) {
  /********* HERO *********/
  .hero.center {
    /* flex-direction: row; */
    justify-content: center;
  }

  /******** SLIDER ********/

  /******* ACCORDION ******/
}
