@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
}

p {
  font-family: 'Raleway', sans-serif;
}

.wrapper {
  width: 100%;
  margin: auto;
}

/* {1} HEADER AREA */
.nav {
  overflow: auto;
  width: 85%;
  margin: 1em auto;
}

.nav h1 {
  text-transform: uppercase;
  width: 50%;
  float: left;
}

.nav h1 a {
  text-decoration: none;
  color: #96746b;
}

.nav ul {
  width: 50%;
  float: left;
  text-align: right;
  padding-top: 1em;
}

.nav ul li {
  display: inline;
  margin: 1em;
}

.nav ul a {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #312a26;
  text-decoration: none;
}

/* [2] BANNER AREA */
.banner {
  width: 100%;
  height: 670px;
  background-image: url(../images/banner-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-text {
  position: absolute;
  top: 35%;
  left: 7.5%;
}

.banner-text h2 {
  color: #c7a17a;
  font-size: 4em;
  text-transform: uppercase;
}

.banner-text h2 span {
  color: #96746b;
}

.banner-text p {
  color: #fff;
}
.banner-text a {
  text-decoration: none;
  display: inline-block;
  padding: 1em;
  background-color: #312a26;
  color: #fff;
  font-family: 'Raleway',sans-serif;
  font-weight: 700;
  margin-top: 1em;
}


/* [3] ADS AREA */
.ads {
  width: 85%;
  margin: 4em auto;
  overflow: auto;
}

.ads-items {
  width: 48.5%;
  float: left;
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 3%;
}

.ads-item-1 {
  background-image: url(../images/ads-img1.jpg);
  margin-right: 3%;
}

.ads-item-2 {
  background-image: url(../images/ads-img2.jpg);
}

.ads-text {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 40%;
}

.ads-text h3 {
  text-transform: uppercase;
  font-size: 2em;
  color: #fff;
  line-height: 1.2em;
  text-shadow: 3px 3px 6px #312a26;
}

.ads-text a {
  display: block;
  font-family: 'Raleway' sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 1em;
  text-shadow: 3px 3px 5px #312a26;
}

/* [4] MERCHANDISE AREA */
.merch {
  width: 85%;
  margin: 4em auto;
}

.section-header {
  text-align: center;
}

.section-header span {
  font-family: 'Raleway' sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #c7a17a;
}

.section-header h2 {
  text-transform: uppercase;
  color: #312a26;
}

.section-header hr {
  background-color: #c7a17a;
  height: 2px;
  width: 25%;
  margin: auto;
}

.merch-gallery {
  margin-top: 2em;
  overflow: auto;
}

.merch-items {
  width: 24.25%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}

.merch-items img {
  width: 100%;
  height: 270px;
}

.merch-item-4,
.merch-item-8,
.merch-item-12 {
  margin-right: 0;
}

/* [5] DISCOUNT AREA */
.discount {
  width: 85%;
  height: 400px;
  margin: 4em auto;
  background-image: url(../images/discount-img.jpg);
  background-size: cover;
  background-position: center;
}

.discount-text {
  text-align: center;
  width: 50%;
  margin: auto;
  padding-top: 10%;
}

.discount-text span {
  font-style: italic;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  text-shadow: 3px 3px 6px #312a26;
}

.discount-text h2 {
  font-size: 2em;
  color: #fff;
  text-shadow: 2px 2px 6px #312a26;
  text-transform: uppercase;
}

.discount-text a {
  margin-top: 1em;
  padding: 1em;
  background-color: rgba(255, 255, 255, .5);
  color: #312a26;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  font-weight: 700;
}

/* [6] MERCHANDISE SALE ARE has the same CSS as [4] MERCHANDISE AREA */

/* [7] ADS AREA */
.ads-item-3 {
  background-image: url(../images/ads-img3.jpg);
  margin-right: 3%;
}

.ads-item-4 {
  background-image: url(../images/ads-img4.jpg);
}

.ads-item-5 {
  background-image: url(../images/ads-img5.jpg);
  margin-right: 3%;
}

.ads-item-6 {
  background-image: url(../images/ads-img6.jpg);
}

/* [8] RESERVATION AREA */
.reservation {
  width: 85%;
  margin: 4em auto;
}

form {
  overflow: auto;
}

.form-group {
  margin-top: 2em;   
  background-color: #f2f2f2;
  float: left;
  width: 49.5%;
  border-radius: 5px;
  padding: 2em;
  height: 650px;
}

.form-group-1 {
  margin-right: 1%;
}

form input,
form label,
form select,
form textarea {
  display: inline-block;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  padding: 1em;
  margin-bottom: 1em;
  border: none;
}

form label {
  font-weight: 700;
  padding: 0;
  margin-bottom: .5em;
}

.res-time {
  text-align: center;
}

.res-time * {
  width: auto;
}

form p {
  margin: 1em;
  text-align: center;
  font-weight: 700;
}

form h3 {
  text-align: center;
  text-transform: uppercase;
}

form .card-img {
  background-image: url(../images/reservation-cards.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 30px;
  margin: auto;
}

.res-agreement * {
  width: auto;
}

form #btn-submit {
  background-color: #c7a17a;
  font-family: 700;
  text-transform: uppercase;
}

/* [9] FOOTER AREA */
.footer {
  background-image: url('../images/footer-img.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.footer-contents {
  width: 85%;
  margin: auto;
  overflow: auto;
}

.footer-widgets {
  width: 24.25%;
  float: left;
  margin-right: 1%;
}

.footer-widget-4 {
  margin-right: 0;
}

.footer-widgets h3 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 3px 6px #312a26;
  margin-top: 1em;
  margin-bottom: 1em;
}

.footer-widgets h4 {
  color: #fff;
}

.footer-widgets p {
  color: #c7a17a;
}

.footer td, th {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-shadow: 3px 3px 6px #312a26;
}

.footer-form * {
  width: auto;
}

#btn-search {
  background-color: #c7a17a;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-social {
  color: #fff;
  background-color: #19100f;
  overflow: auto;
  padding: 1em 7.5%;
}

.social-widgets {
  width: 32%;
  float: left;
  text-align: center;
  margin-right: 2%;
}

.social-widget-3 {
  margin-right: 0;
}

.social-widgets h3 {
  text-transform: uppercase;
}

.social-widgets img {
  width: 1.5em;
}