@import url("https://fonts.googleapis.com/css2?family=Ephesis&display=swap");

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300 !important;
}

.btn {
  border-radius: 25px;
  text-shadow: 0px 0px 2px rgba(58, 53, 75, 0.9),
    1px 1px 2px rgba(58, 53, 75, 0.9);
}

.page-home .cw-script {
  font-family: "Ephesis", cursive !important;
  font-weight: 300 !important;
  font-style: normal;
  font-size: 10em;
}

.cw-script2 {
  font-family: "Ephesis", cursive !important;
  font-weight: 300 !important;
  line-height: 0.5em;
  font-size: 5em;
}

.page-home .h4,
h4 {
  font-weight: 500 !important;
  letter-spacing: 12px;
  letter-spacing: 12px;
  padding-left: 0px;
}

@media (min-width: 768px) {
  .page-home .h4,
  h4 {
    font-weight: 500 !important;
    letter-spacing: 40px;
    letter-spacing: 42px;
    padding-left: 42px;
  }
}

.hero-wrapper {
  background-size: cover;
}

.header .nav-item:last-of-type .nav-link:not(.nav-link-cart) {
  background: #9a91b9;
  color: var(--color-theme-text-btn);
  padding-top: 19px;
  padding-bottom: 19px;
  line-height: 0.9em;
  border-radius: 28px;
}

.header .navbar-nav .nav-link {
  text-transform: uppercase;
  line-height: 36px;
  font-size: 0.85rem !important;
}

.header .container {
  max-width: 1400px;
}

.header .header-info-logo-img {
  margin: 0 auto;
  max-width: 210px;
}

.cw-header-contact {
  padding: 2px 6px;
  font-weight: 700;
}

.header .navbar .nav-link::before {
  border-width: 1px;
}

.header .navbar .active > .nav-link {
  color: #392014 !important;
}

.header .navbar,
.header .navbar.bg-primary {
  border-bottom: 1px solid #877fa4;
}

@media (min-width: 992px) {
  .header {
    position: absolute;
    z-index: 1040;
    width: 100%;
    background: rgba(255, 249, 242, 0.85) !important;
  }

  .header .navbar,
  .header .navbar.bg-primary {
    background: 0 0 !important;
  }

  .cw-phone {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1040;
    font-size: 1.1rem;
  }

  .cw-header-info .header-info-logo-img {
    position: absolute;
    z-index: 1040;
    top: 0.25rem;
    left: 1rem;
  }

  nav.navbar .container {
    position: relative;
    height: 114px;
    margin: 0 auto;
  }

  .navbar-nav {
    position: absolute;
    right: 0;
    top: 2.5rem;
    right: 0;
    z-index: 2;
  }

  .header .affix {
    position: absolute !important;
  }
}

@media (min-width: 1200px) {
  .navbar-nav {
    right: 0;
    top: 2rem;
    right: 5%;
  }

  .cw-phone {
    position: absolute;
    top: 2.5rem;
    right: 1rem;
    z-index: 1040;
    font-size: 1.25rem;
  }
}

/*-- Subpages --*/

section:not(.page-home) .title {
  text-align: center;
}

section:not(.page-home) .title .title-heading {
  padding-top: 1rem;
  background: #f8efe6;
  font-size: 2rem;
  color: var(--color-theme-highlight);
  text-transform: uppercase;
  font-weight: 300 !important;
}

section:not(.page-home) .title-container {
  max-width: none;
  padding: 0;
}

@media (min-width: 992px) {
  section:not(.page-home) .title {
    margin-bottom: 2rem;
    padding-top: 250px;
    padding-bottom: 0;
    background: url(https://apihoard.webit.com/api/v1/Image/7C60CF75BF8E6457E905A3770A2308F7/7C60CF75BF8E6457E905A3770A2308F7.jpg?size=Original)
      no-repeat right center;
    background-size: cover;
  }

  section:not(.page-home) .title .title-heading {
    margin: 0;
    font-size: 2.25rem;
  }
}

.hero-wrapper {
  position: relative;
  overflow: hidden;
}

.hero {
  display: block;
  position: relative;
  background: 0 0;
  overflow: hidden;
}

.hero:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(33, 33, 45, 0.1);
}

.hero .hero-container {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 1653px;
  margin: auto;
}

.hero .hero-row {
  padding-top: 3em;
  padding-bottom: 3em;
  min-height: 800px;
}

.hero .hero-row h2,
.hero .hero-row .lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero .hero-content {
  padding: 1em;
}

@media (max-width: 767px) {
  .hero:after {
    background: rgba(33, 33, 45, 0.7);
  }

  .hero .hero-row {
    min-height: auto;
  }

  .hero .hero-row h1 {
    font-size: 2em;
  }

  .hero .hero-row h2,
  .hero .hero-row .lead {
    font-size: 1rem;
  }
}

.hero-call {
  position: relative;
  margin-top: -40px;
  right: 0;
  z-index: 2;
  width: 100%;
}

@media (max-width: 991px) {
  .hero-call {
    margin-top: 0;
  }
}

.hero-callcard {
  background: #2fb3c3;
  padding: 5px;
}

.hero-callcard-content {
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 10px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}

.hero-callcard-content-top {
  font-size: 1.2rem;
}

.hero-callcard-content .fa {
  padding: 11px 12px 9px;
  font-size: 1.2rem;
  line-height: 1;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin-right: 10px;
}

.cw-special-offer .hero-wrapper {
  position: relative;
  overflow: hidden;
  background-image: url(https://apihoard.webit.com/api/v1/Image/90EC83930267A94D69D73351D3132B9E/90EC83930267A94D69D73351D3132B9E.jpg?size=1920x1440);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 2% 0;
  border-top: 3px double var(--color-theme-secondary);
}

.cw-special-offer .hero-wrapper:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(33, 33, 45, 0.1);
}

.cw-special-offer .hero-wrapper .hero-container {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 1653px;
  margin: auto;
  padding: 1em;
}

.cw-special-offer .hero-wrapper .hero-row {
  padding-top: 2em;
  padding-bottom: 2em;
}

.cw-special-offer .hero-wrapper .hero-row h2,
.cw-special-offer .hero-wrapper .hero-row .lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cw-special-offer .hero-wrapper .hero-content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(248, 239, 230, 1);
}

.cw-special-offer .hero-wrapper .hero-content p {
  color: #fff;
  background-color: rgba(197, 188, 206, 0.75);
  border-radius: 5px;
  padding: 1%;
  border-radius: 25px;
}

@media (max-width: 767px) {
  .cw-special-offer .hero-wrapper:after {
    background: rgba(33, 33, 45, 0.7);
  }

  .cw-special-offer .hero-wrapper .hero-row {
    min-height: auto;
  }

  .cw-special-offer .hero-wrapper .hero-row h1 {
    font-size: 2em;
  }
}
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.cw-home-contact {
  background-image: url("https://apihoard.webit.com/api/v1/Image/90EC83930267A94D69D73351D3132B9E/90EC83930267A94D69D73351D3132B9E.jpg?size=1920x1440");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 2.5em;
  padding-bottom: 4em;
}
.cw-home-contact .cw-home-contact-info {
  background-color: rgba(104, 95, 134, 0.85);
  border-radius: 10px;
  padding-top: 1.5em;
  padding-bottom: 1em;
}
.cw-home-contact h2 {
  font-family: "Ephesis", cursive !important;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7), 1px 1px 2px rgba(0, 0, 0, 0.7);
  font-size: 5em;
  color: #fff;
  text-align: center;
}
.cw-home-contact p {
  color: #fff;
  text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
  text-align: center;
  font-weight: 700;
  font-size: 130%;
}
.cw-home-contact p a {
  font-weight: 700;
  color: #fff;
}
.cw-home-contact p a:hover {
  color: #b4aec3;
}
