/* stylelint-disable selector-list-comma-newline-after */

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.display-4 {
  font-size: 2.5rem;
}

.display-6 {
  font-size: 2rem;
}




.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

.photos {
  column-count: 3;
}

.icon-box {
  background-color: #0f1c22;
  padding: 1rem;
  display: inline-block;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.rounded {
  border-radius: 3rem !important;
}
.card-title {
  color: #fff !important;
}
.card-text {
  color: #bbb;
}
p {
  font-size: 1.2rem;
}
.map {
  border: 4px solid #fc0000;
  border-radius: 12px;
  overflow: hidden;
}
/*
 * Footer
 */
.footer {
  padding: 2.5rem 0;
  color: #fff;
  text-align: center;
  background-color: #171717;
  border-top: .05rem solid #171717;
}
.footer p:last-child {
  margin-bottom: 0;
}

.order.btn {
  background: #a61c09;
  border: 2px solid #a61c09;
  padding: .5rem 1.5rem .7rem; 
  color: #fff;
  transition: .7s all;
}

.nav-item .nav-link {
  font-family: oswald;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2rem;
  color: #fff !important;
  border-bottom: 2px solid transparent;
  transition: .2s all;
}

.nav-item .nav-link:hover, .nav-item .nav-link:active  {
  color: #bbb !important;
  border-bottom: 2px solid #fff;
}

.order.btn::after {
  content: '\2192';  
}

.order.btn:hover {
  background: #fff;
  color: #a61c09;
  transition: .5s all;
}



.w-80 {
  width: 80%;
  margin: auto;
  border-radius: 1rem;
}
.box {
  background: #a61c09;
  padding: 2rem 4rem;
  border-radius: 5rem 5rem 5rem 0rem;
  display: inline-block;
}
.colored {
  color: #a61c09;
}


.rounded-1 {
  border-radius: 1rem !important;
}

.inside {
  background: #373737;
  top: -8rem;
  position: relative;
}


.bg-colored {
  background-color: #a61c09;
}
.logo {
    height: 90px;
}

.primebg {
  background-image: url('image/main-pizza.jpg?v=4');
  background-size: cover;
  position: relative;
}

header {
  background-color: #000;
  z-index: 9;
  position: relative;
  border-bottom: 5px solid #6e6e6e;
}


a {
  color: inherit;
  text-decoration: none;
}


@media only screen and (max-width: 768px) {

  .order-btn {
    display: none !important;
  }

  .photos {
    column-count: 2;
  }

  .navarea {
    position: fixed;
    right: 0;
    width: 100%;
    top: 0;
    padding: 0;
  }

  .navbar-collapse {
    background: #222;
    padding: 1rem 0;
    text-align: left;
    transition: .2s all;
    padding: 2rem;
  }

  .navbar {
    padding: 0;
  }

  .navbar-toggler {
    position: absolute;
    top: 1rem;
    right: 3rem;
    background: #fff;

  }

  .nav-item .nav-link {
    display: inline-block;
  }

}


