@font-face {
  font-family: gotham;
  src: url(/font/Gotham.woff);
}
*{
  font-family: gotham, sans-serif;
}
body {
    background-color: #162838;
}
button{
  font-size: 1rem;
  font-weight:bold;
  padding: 10px 30px;
  background-color: #333;
  color: #fff;
  border:none;
}
button:hover{
  cursor:pointer;
}
button:hover{
  background-color: #1e374d;
  transition: 0.2s;
  color: #fff;
}
details {
  padding: 20px;
  color:#fff;
  cursor: pointer;
}
details:hover {
  background-color: #1e374d;
  transition: 0.3s;
  border-radius: 5px;
}
details p{
  border-bottom:2px solid #ccc;
  padding: 5px 50px 10px 5px;
}
.icon:hover {
  opacity: 100%;
  transition: 0.3s;
}
.container {
  padding: 30px 0;
}
.center {
  text-align : center;
}
.right {
  text-align: right;
}
.content {
  padding: 30px;
}
.content-tab {
  background-color:#0e1a25;
}
.custom {
  line-height: 40px;
}
.container .subtitle {
  line-height: 40px;
}
.getstarted {
  background-color: #0e1a25;
}
.alert-message {
  margin:25px auto;
  padding: 10px;
  border-radius: 5px;
  background-color:#fff;
  max-width: 80%;
}
.fa {
  padding: 0 15px;
}
.navbar {
  padding: 50px 0 20px 0;
}
.navbar {
  background-color: #162838;
}
.navbar-item:hover {
  background-color:red;
  transition:0.4s;
}
.navbar a {
  font-size: 1.5rem;
}
.content h1 {
  margin:0;
  color:#fff;
}
.content p {
  color:#fff;
  margin-top: 20px;
}
.card-content {
  padding:0;
}
.hoverbox:hover{
  box-shadow: 0px 0px 10px 0px #141e27;
  transition: 0.3s;
}
.hero.is-info .title {
  color:#303030;
}
.hero.is-info .subtitle {
  color:#303030;
}
.icon svg:hover {
  color:red;
}
#time {
  padding: 60px 100px;
}
.fa-twitter:hover {
  color:#00acee;
  transition:0.4s;
}
.fa-instagram:hover {
  color:#e1306c;
  transition:0.4s;
}
.fa-facebook:hover {
  color:#3b5998;
  transition:0.4s;
}
.fa-linkedin:hover {
  color:#0e76a8;
  transition:0.4s;
}
.hero-1 {
  background-image:url('../img/in-store.png');
  background-size: cover;
  background-position: center;
}
.location-hidden {
  display:none;
}
.location-hover:hover {
  display:block;
}
/*---tabe slider---*/
.content-tab{
  padding: 10px;
}
/*----image gallery---*/
.item-slide {
  box-sizing: border-box;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgba(0,0,0,0);
  width: 90%;
  max-width: 1200px;
  overflow: hidden;
  text-align: center;
}

.modal img {

}

.item-slide{
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.item-slide img {

}

.caption-container {
  color: white;
}

.column img{
  margin-top: 20px;
}
/*---image gallery end---*/

@media screen and (max-width:768px) {
  .navbar {
    padding-top:10px;
  }
  .navbar a {
    font-size: 0.9rem;
  }
  .navbar-brand {
    margin: auto;
    justify-content: center;
    padding-bottom:10px;
  }
  #time{
  padding: 30px;
  }
  .container{
    padding: 0;
  }
  .in-store{
    padding: 50px;
  }
  .tabs a{
    font-size: 0.60rem;
  }
  .reverse-columns {
    flex-direction: column-reverse;
    display: flex;
  }
  .custom {
    font-size: 18vw;
    line-height: 17vw;
  }
  .dk-element{
    display:none;
  }
}
@media (min-width: 992px){
  .navbar-item, .navbar-link{
      padding: 0.5rem 3rem;
  }
  .mb-element{
    display:none;
  }
}
