:root {
  --primary: #e88f2a;
  --secondary: #faf3eb;
  --light: #ffffff;
  --dark: #2b2825;
}
.font-secondary {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}
h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}
h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}
.btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}
.btn-primary {
  color: #1676e7;
}
.border-inner {
  position: relative;
}
.border-inner * {
  position: relative;
  z-index: 1;
}
.border-inner::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: none;
  border: 1px solid var(--light);
  z-index: 0;
}
.btn-square {
  width: 40px;
  height: 40px;
}
.btn-sm-square {
  width: 30px;
  height: 30px;
}
.btn-lg-square {
  width: 50px;
  height: 50px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 0;
  z-index: 99;
}
.navbar-dark .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  padding: 30px 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--light);
  outline: none;
  transition: 0.5s;
}
.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 15px;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .mb-4 {
    margin-bottom: 3.5rem !important;
  }
}
@media (min-width: 991.98px) {
  .show-on-small {
    display: none;
  }
  .m-8 {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .custom-padding {
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;
  }
}
.hero-header {
  background: url(../img/hero2.png) top right no-repeat;
  background-size: cover;
}
.hero-footer {
  background: url(../img/footer-img3.png) top right no-repeat;
  background-size: cover;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}
.bg-offer {
  background: #393939;
  background-size: cover;
}
.bg-img {
  background: #282828;
  background-size: cover;
}
.header-resize {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.logo-size {
  width: 230px;
  height: auto;
}
.font-subtitle {
  font-size: 1.5rem;
  color: white;
  font-weight: 300 !important;
  letter-spacing: 1px;
}
.custom-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.h1 {
  margin-bottom: 30px;
  font-weight: 600 !important;
}
.custom-margin {
  margin-bottom: 100px;
}
.mb-56 {
  margin-bottom: 56px;
}
.footer-text {
  color: #ffffff !important;
}
.parallax {
  background-attachment: fixed;
}
.map {
  width: 100%;
  height: 200px;
}
.color-black {
  color: black;
}
.mobile-header {
  background-color: #ffffff !important;
  display: flex;
  justify-content: center;
  text-align: center;
}
.mobile-logo-size {
  width: 170px;
  height: auto;
}
.fixed {
  position: fixed;
  display: flex;
  width: 100%;
  z-index: 1;
}
.centering {
  display: flex;
  justify-content: center;
  align-items: center;
}
.owner {
  text-transform: uppercase;
  margin-bottom: 0px !important;
  font-weight: 800;
  font-size: 15px;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #1576e7 !important;
  border-color: transparent !important;
}
