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

a {
  text-decoration: none;
  color: #550c29;
}

a:hover {
  color: #532d3d;
  text-decoration: none;
}
.eternaroses-cookie-btn {
  background-color: #550c29;
  border-color: #550c29;
}
.eternaroses-cookie-btn:hover {
  background-color: #532d3d;
  border-color: #532d3d;
}
h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Raleway', sans-serif;
}
#eternaroses-header {
  height: 80px;
  padding: 20px 0;
  z-index: 10;
  position: relative;
}
#eternaroses-header .logo h2 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}
#eternaroses-header .logo h2 a,
#eternaroses-header .logo h2 a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  #eternaroses-header .logo h2 {
    font-size: 28px;
    padding: 8px 0;
  }
}
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(20, 19, 19, 0.9);
  transition: 0.4s;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu a,
.nav-menu a:focus {
  display: block;
  position: relative;
  color: #532d3d;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}
.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #550c29;
  text-decoration: none;
}

.nav-menu-active {
  right: 0;
}

.nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: rgba(34, 34, 34, 0.5);
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 10px 12px;
  border-radius: 2px;
}
.nav-toggle i {
  color: #fff;
  font-size: 18px;
}

.nav-toggle-active {
  right: 275px;
}

.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #550c29;
  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: #550c29;
}
.mobile-nav-toggle {
  color: #550c29;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@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(13, 7, 3, 0.9);
  transition: 0.3s;
}
.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;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:hover {
  padding: 10px 20px;
  font-size: 15px;
  color: #550c29;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #550c29;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

#eternaroses-hero {
  width: 100%;
  height: 80vh;
  background: url('../img/bg.jpg') center center;
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
}
.wh {
  width: 100%;
  height: 100vh;
  background: url('../img/bg.jpg') center center;
  background-size: cover;
  position: relative;

  z-index: 9;
}
.hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.4);
}
#eternaroses-hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  line-height: 56px;
  color: #fff;
}
.heroh1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  line-height: 56px;
  color: #fff;
}
#eternaroses-hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
}

@media (min-width: 1024px) {
  #eternaroses-hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #eternaroses-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #eternaroses-hero p {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}
section {
  padding: 30px 0;
}

.section-bg {
  background-color: #550c2990;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #532d3d;
  bottom: 0;
  left: calc(50% - 40px);
}
h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #532d3d;
  bottom: 0;
}
.section-title p {
  margin-bottom: 0;
  font-style: italic;
  color: #666666;
}
.eternaroses-about h3 {
  font-weight: 300;
  font-size: 26px;
}
.text-black a {
  color: #000000;
}
.eternaroses-about p:last-child {
  margin-bottom: 0;
}
.img-height img {
  max-height: 536px;
  height: 100%;
}
.eternaroses-product {
  padding-bottom: 30px;
}
.eternaroses-product .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.eternaroses-product .card-body {
  padding-top: 12px;
}
.eternaroses-product .card-title {
  font-weight: 700;
  text-align: center;
}

.eternaroses-product h5:hover {
  color: #550c29;
  cursor: pointer;
}
.eternaroses-product .card-text {
  color: #5e5e5e;
}

@media (max-width: 1024px) {
  .eternaroses-product {
    background-attachment: scroll;
  }
}
.eternaroses-blog {
  padding-bottom: 60px;
}

.eternaroses-form .info {
  color: #444444;
}
.eternaroses-form .info i {
  font-size: 32px;
  color: #550c29;
  float: left;
}
.eternaroses-form .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}
.eternaroses-form .info .email p {
  padding-top: 5px;
}

.eternaroses-form .eternaroses-form-block input {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.eternaroses-form .eternaroses-form-block input:focus {
  border-color: #550c29;
}
.btn-order {
  background: #550c29;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.btn-order:hover {
  background: #532d3d;
  cursor: pointer;
}
.btn-order a {
  color: #fff;
}
.none {
  display: none;
}
#eternaroses-footer {
  background: #532d3d84;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}
