/*header*/

.cw-header-info {
  background: linear-gradient(
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
     ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 5px var(--color-theme-highlight) solid;
}
.cw-phone:before {
  display: block;
  font-family: FontAwesome;
  content: "\f098";
  font-size: 1.35rem;
  color: var(--color-theme-secondary);
}
.cw-phone a span,
.cw-address a span {
  font-weight: bolder;
}
.cw-address:before {
  display: block;
  font-size: 1.35rem;
  font-family: FontAwesome;
  content: "\f0e0";
  color: var(--color-theme-secondary);
}
.cw-header-info,
.cw-header-info a {
  color: var(--header-text);
}
.cw-header-info a:hover {
  opacity: 0.6;
}

/*hero*/
.cw-hero {
  min-height: 400px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 991px) {
  .cw-hero {
    min-height: 600px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
  }
}

.cw-hero h1 {
  /* font-size: 2.5rem; */
  text-shadow: 2px 2px 4px #333;
}

/*CTA*/

/*--- Floating links ---*/
.cw-lets-talk {
  position: fixed;
  z-index: 3;
  bottom: 1em;
  right: 1em;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.cw-lets-talk:hover {
  cursor: pointer;
}

.hidden {
  display: none;
}

#contactBtns a {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
}

#contactBtns a {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
}

#contactBtns .fa {
  font-size: 35px;
  color: var(--color-theme-primary);
}

.cw-discount.p-3 {
  background-image: linear-gradient(45deg, black, transparent),
    url("https://apihoard.webit.com/api/v1/Image/DB2B3071A2F83CEA4BD3993530CD94C8/DB2B3071A2F83CEA4BD3993530CD94C8.jpg?size=1920x1440");
  background-size: cover;
}

.cw-info {
  background-color: #145679;
  color: #ffffff;
}
