/* Header Start */
.header-wrapper {
  background-color: #1e1e1e;
}

.header {
  position: relative;
}

.header-button {
  background: linear-gradient(#d50202, #e70000, #a40000, #9b0202);
  width: 140px;
  height: 38px;
  font-size: 25px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.header-button:hover {
  color: #fff;
}
/* Header End */


/* City Nav Start */
.city-picker {
  border: 2px solid #e0e0e0;
  background-color: #f3f3f3;
  border-radius: 5px;
}

.city-picker h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #9f9f9f;
}

.city-picker ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.city-picker li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  color: #000113;
}
/* City Picker End */

/* Splide Start */
#primary-slider {
  padding: 0;
}

#primary-slider .splide__track {
  transform: scale(0.95);
  transform-origin: bottom right;
}

#primary-slider::before {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

#primary-slider::before {
  background-image: linear-gradient(#c2c2c2, #c2c2c2);
}

#secondary-slider {
  background-color: #f1f1f1;
  padding: 5px 3rem;
}

#secondary-slider .splide__arrow svg {
  fill: #c9c6b7;
}
/* Splide End */

/* Detail Start */
.detail-about {
  font-size: 24px;
  color: #787878;
}

.detail-profile {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #787878;
}

.detail-profile a {
  text-decoration: none;
  color: #787878;
}

p {
  color: #909090;
}
/* Detail End */

/* Footer Start */
.footer-wrapper {
  background-color: #1e1e1e;
}

.footer {
  color: #c5c5c5;
}

.footer a {
  color: #c5c5c5;
  text-decoration: none;
}

.footer-icon {
  width: 30%;
  max-width: 138px;
}

@media(max-width: 767px) {
  .footer-icon {
    float: left;
  }
}

.footer-mail-icon {
  width: 24px;
}

.footer-mail-address {
  font-size: 15px;
  vertical-align: middle;
}

.footer-guide {
  font-size: 17px;
}

.footer-guide-item {
  min-width: 150px;
}

.footer-guide-item img {
  height: 30px;
  display: block;
  margin: 0 auto;
}

.footer-guide-item span {
  color: #fff;
  display: block;
  margin: 10px 0 50px;
}

.footer-guide-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-guide-item li {
  display: block;
  color: #808080;
}

.footer-guide-item li a {
  padding: 5px;
}
/* Footer End */