body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #d34378;
  text-decoration: none;
}

a:hover {
  color: #f06c9d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d34378;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #f06c9d;

  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#flora-spacer-header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 20px;
}
#flora-spacer-header .header-container {
  background: #fff;
}
#flora-spacer-header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}
#flora-spacer-header .logo {
  overflow: hidden;
  padding: 16px 30px 12px 30px;
  background: #d34378;
}
#flora-spacer-header .logo h2 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
#flora-spacer-header .logo h2 a,
#flora-spacer-header .logo h2 a:hover {
  color: #fff;
  text-decoration: none;
}
#flora-spacer-header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
@media (max-width: 992px) {
  #flora-spacer-header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #d34378;
  }
  #flora-spacer-header.header-scrolled,
  #flora-spacer-header .header-container {
    background: #d34378;
  }
  #flora-spacer-header .logo {
    padding-left: 0;
  }
  #flora-spacer-header .logo h2 {
    font-size: 24px;
  }
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  padding-right: 20px;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #36343a;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #d34378;
}
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #36343a;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #d34378;
}
#flora-spacer-hero {
  width: 100%;
  height: 80vh;
  background: url("../img/bg-hero.jpg") center center;
  background-size: cover;
  position: relative;
}
#flora-spacer-hero .container {
  padding-top: 80px;
}
#flora-spacer-hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#flora-spacer-hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#flora-spacer-hero h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.flora-spacer-hero {
  width: 100%;
  height: 100vh;
  background: url("../img/bg-hero.jpg") center center;
  background-size: cover;
  position: relative;
}
.flora-spacer-hero .container {
  padding-top: 80px;
}
.flora-spacer-hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.flora-spacer-hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#flora-spacer-hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-flora-spacer-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#flora-spacer-hero .btn-get-started:hover {
  background: #d34378;
  border: 2px solid #d34378;
}
@media (min-width: 1024px) {
  #flora-spacer-hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #flora-spacer-hero {
    height: 100vh;
  }
  #flora-spacer-hero .container {
    padding-top: 60px;
  }
  #flora-spacer-hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f6f7;
}

.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #d34378;
  bottom: 0;
  left: 0;
}
.section-title p {
  margin-bottom: 0;
}
.flora-spacer-block .content {
  padding: 30px;
  background: #d34378;
  border-radius: 4px;
  color: #fff;
}
.flora-spacer-block .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.flora-spacer-block .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;

  transition: 0.3s;
}
.flora-spacer-block .icon-boxes .icon-box i {
  font-size: 40px;
  color: #d34378;
  margin-bottom: 30px;
}

.flora-spacer-block .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.flora-spacer-block .icon-boxes .icon-box:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
.flora-spacer-blog {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/blog-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.flora-spacer-blog p {
  color: #fff;
}
.flora-spacer-product .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.flora-spacer-product .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.flora-spacer-product .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.flora-spacer-product .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}
.flora-spacer-product .icon-box:hover h4 {
  color: #d34378;
}

.none {
  display: none;
}

img {
  transform: rotate(180deg);
}

.flora-spacer-contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.flora-spacer-contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #d34378;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.flora-spacer-contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}
.flora-spacer-contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
}
.flora-spacer-product-order {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.flora-spacer-product-order .form-group {
  padding-bottom: 8px;
}

.flora-spacer-product-order input {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.flora-spacer-product-order input {
  height: 44px;
}

.flora-spacer-product-order .btn {
  background: #d34378;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.flora-spacer-product-order .btn:hover {
  background: #f06c9d;
}
#footer {
  color: #444444;
  font-size: 14px;
  background: #f1f0f2;
}
