.align-item-left .slick-track {
  margin-right: unset !important;
  margin-left: unset !important;
}

html {
  scroll-behavior: smooth;
}

nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.text {
  color: white;
  font-size: 18px;
  padding: 10px 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.slide-up-container {
  position: relative;
}

.image-up {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
}

.slide-up-container:hover .image {
  opacity: 0.7;
}

.main-gallery {
  text-align: center;
  margin-bottom: 20px;
}
#gallery {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.main-gallery > a {
  display: none;
}
.main-gallery input {
  visibility: hidden;
  position: absolute;
}
.main-gallery > input:checked + a {
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
  vertical-align: middle;
  display: inline-block;
}

.thumb-container label {
  display: inline-block;
  margin: 0 3px;
  height: 75px;
  width: 75px;
}
.thumb-container label:hover {
  cursor: pointer;
  opacity: 0.5;
}
.thumb-container label img {
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

#gallery img {
  width: 100%;
}
.overlay-bottom-slide {
  position: absolute;
  opacity: 0;
  bottom: 0;
  right: 0;
  top: 100%;
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.5s ease;
  background-color: black;
}

.slide-up-container:hover .overlay-bottom-slide {
  top: 0;
  height: 100%;
  opacity: 0.7;
}

.info {
  margin-top: 90px !important;
  margin-bottom: 100px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px !important;
  color: grey !important;
}
.slick-prev {
  left: 13px !important;
  z-index: 9 !important;
}

.slick-next {
  right: 20px !important;
}
@media only screen and (max-width: 600px) {
  .navbar-brand img {
    height: 120px !important;
    /* margin-top: -15px; */
  }

  .box {
    text-align: center;
  }

  html [type="button"] {
    -webkit-appearance: unset !important;
  }

  ul.navbar-nav {
    background: white;
    padding: 20px;
    border-radius: 4px;
  }

  ul li:last-child {
    display: none;
  }

  .order {
    font-size: 14px;
  }

  .border-img {
    height: 120px !important;
    width: 120px !important;
  }

  .margin-right {
    margin-right: 20px !important;
  }

  h3 {
    margin-bottom: 10px !important;
    font-size: 30px !important;
  }

  .description {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .navbar {
    padding-top: 10px !important;
  }

  #about {
    margin-top: 150px !important;
  }

  .dropdown {
    margin-right: -8px !important;
    margin-top: -1px !important;
  }
}

@media only screen and (min-width: 600px) {
  h3 {
    width: 600px;
    margin: auto;
  }
}

@media only screen and (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 2rem;
  }
}

.items .card {
  border: unset;
  text-align: center;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 18px !important;
  color: #000000;
}

nav .btn-secondary {
  border-color: transparent !important;
}

nav .btn-secondary:focus {
  box-shadow: unset !important;
}

.active {
  color: #ff6b00 !important;
}

.navbar-brand img {
  height: 170px;
}

.border-img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  height: 200px;
  width: 200px;
}

.margin-right {
  margin-right: 100px;
}

.dropdown-menu {
  left: -70px;
}

@font-face {
  font-family: "Sofia Pro Medium";
  src: url(SofiaProMedium.woff2);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Sofia Pro";
  src: url(sofiapro-light.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sofia Pro Bold";
  src: url(SofiaProBold.woff2);
  font-weight: 400;
  font-style: normal;
}

.description {
  font-size: 14px;
  font-family: "Sofia Pro";
  font-weight: 400;
  line-height: 1.867;
  font-style: normal;
  color: #6a7c92;

  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.order:hover {
  color: #ff6b00 !important;
  background: #ffffff;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.order {
  border-radius: 45px;
  border: 1px solid #ff6b00;
  font-size: 16px;
  background: #ff6b00;
  color: #ffffff;
  padding: 11px 35px;
  padding-bottom: 12px;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: "Sofia Pro Medium";
}

._1hnuK {
  border-color: rgba(0, 0, 0, 0.15) !important;
  color: #2c2c2c;
  border: 1.5px solid;
  font-family: Walsheim, Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  letter-spacing: 0.018em;
  text-underline-position: under;
}
._3zBs1 > * {
  margin: 5px;
}

._1RWxw {
  height: 30px;
  min-width: 30px;
  font-size: 12px;
  padding: 0 10px;
  text-transform: none;
  font-weight: 400;
}

.P8Lj3 {
  cursor: default;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  text-transform: capitalize;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  -webkit-transition: border-color 0.2s ease-out, opacity 0.2s ease-out;
  transition: border-color 0.2s ease-out, opacity 0.2s ease-out;
  line-height: 1.1;
  text-align: center;
  background-color: #f3f3f3;
}

.fa-chevron-right:before,
.fa-chevron-left:before {
  color: grey !important;
}
.load-more {
  border: 1px solid #343434;
  border-radius: 0;
  color: #343434;
  letter-spacing: 0.1em;
  background: rgba(0, 0, 0, 0) !important;
  background: transparent !important;
  display: inline-block;
  font: 400 13px/34px "Roboto", sans-serif !important;
  min-width: 80px;
  text-transform: uppercase;
  max-width: 260px;
  text-decoration: none;
  padding: 0 20px;
  outline: 0;
  cursor: pointer;
}

.load-more:hover {
  color: #343434;
  background: #fff;
  border: 1px solid #aeaeae;
}

.col-heading {
  margin: 30px 0 20px 0;
}

h3 {
  font-family: "Sofia Pro Bold";
  font-size: 35px;
  margin-bottom: 20px;
}
.item-title {
  font-family: "Sofia Pro Bold";
  font-size: 20px;
  margin-bottom: 20px;
}
.sub-title {
  font-family: "Sofia Pro Bold";
  color: #ff6b00;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
/* h3 span {
  background: #fff;
  padding: 0 10px;
} */

.row {
  text-align: center;
  margin: auto;
}

body {
  color: #343434 !important;
  font-weight: 400;
  font-size: 16px !important;
  background: #fff !important;
  font-family: "Roboto", sans-serif;
}

.footer-copy {
  color: #343434;
  font-size: 11px;
  text-decoration: none;
  margin: 0 15px;
  font-family: lato-semibold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.container-footer .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.container-footer {
  background-color: #fff;
  height: 80px;
  position: relative;
}

.container a {
  color: white;
  text-decoration: none;
}

.container h4 {
  margin-top: 5px;
  font-size: 19px !important;
  color: #343434 !important;
}

.navbar-light .navbar-nav .nav-link,
.active {
  /* color: #caced5 !important; */
  font-size: 13px;
}

.carousel-img-wrapper {
  margin: auto;
}

.social {
  margin-left: 0;
  padding-left: 15px;
  border-left: 1px solid rgba(122, 129, 147, 0.7);
  color: #7a8193 !important;
  font-size: 22px;
  margin: 0 10px;
}

.bg-light {
  /* height: 80px; */
  background: #fff !important;
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
