@import url("https://fonts.googleapis.com/css?family=Satisfy&display=swap");

/* -- For Accessibility --*/

a:focus {
  background: var(--color-theme-highlight) !important;
  color: #fff !important;
}

a.btn:focus,
a.gallery-card-link:focus,
.contact-companyinfo a:focus {
  border: 3px solid var(--color-theme-secondary) !important;
}

a:focus .list-img-photo,
.header-info-logo a:focus img {
  border: 3px solid var(--color-theme-primary) !important;
}

.contact-companyinfo a {
  display: block;
}

/* -- Global --*/

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.title-heading {
  font-family: "Satisfy", cursive !important;
}

.bg-light {
  background: #f5f5f5 !important;
}

/* -- Global --*/
.list-m1 .list-wrap .btn-primary {
  color: #000;
}

.title {
  padding-bottom: 0.5em;
}

.title-heading {
  font-size: 3.5rem !important;
  text-align: center;
}

.footer {
  padding-top: 1.5em;
}

strong {
  font-weight: 700;
}

.textwithimage-circle {
  padding-top: 0;
}

/* -- Header --*/

.header .header-info {
  background: url(https://apihoard.webit.com/api/v1/Image/846532EC91150B8CA6424C8FB2AAF451/846532EC91150B8CA6424C8FB2AAF451.png?size=Original);
}

.header-info-logo-img img {
  width: 410px;
}

.header .header-business + .header-business::before {
  display: none;
}

.cw-email .header-business-email {
  word-break: break-all;
}

@media (min-width: 768px) {
  .header .header-info {
    padding-top: 0;
  }

  .cw-email {
    order: 1;
  }

  .cw-phone {
    order: 3;
  }

  .header-info-logo {
    order: 2;
  }

  .header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 1.1rem;
    font-weight: 400;
  }
}

.cw-phone img,
.cw-email img {
  display: block;
  max-width: 70px;
  margin: 0 auto;
  fill: var(--color-theme-highlight);
}

.cw-phone:hover img,
.cw-email:hover img {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  fill: var(--color-theme-text-link);
  cursor: pointer;
}

.header .navbar {
  border-top: 4px solid var(--color-theme-primary);
}

.header .navbar-dark .navbar-nav .active > .nav-link {
  color: #111;
}

/* -- Hero --*/

#hero {
  position: relative;
  height: 450px;
  padding-top: 4em;
}

#hero:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.45);
}

#hero .d-none {
  display: block !important;
}

#hero-divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #111;
  height: 25px;
  z-index: 2;
}

.slogan {
  z-index: 2;
}

.slogan h1 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}

.slogan h2 {
  font-size: 2.5rem;
  line-height: 1;
  font-family: montserrat, sans-serif !important;
}

@media screen and (min-width: 768px) {
  #hero {
    height: 600px;
    padding-top: 150px;
  }

  .slogan h1 {
    font-size: 3rem;
  }

  .slogan h2 {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 992px) {
  #hero-divider {
    height: 100px;
  }

  .cw-intro-text {
    margin-top: -25px;
  }
}

/* -- Home page--*/

.cw-intro-text {
  position: relative;
  z-index: 3;
  font-size: 1.5rem;
}

.cw-intro-text h3 {
  font-size: 3.25rem;
  line-height: 1;
}

@media (max-width: 568px) {
  .cw-intro-text {
    font-size: 1.25rem;
  }

  .cw-intro-text h3 {
    font-size: 2.5rem;
  }
}

/* -- Subpages--*/

.page-services .detailedlist {
  padding-bottom: 0;
}

.page-services .list {
  padding: 0 0 1em;
}

.page-services .list .col-md-6 {
  background: #f5f5f5;
  border: 12px solid white;
}

.page-services .list-wrap {
  margin-bottom: 1em;
  font-size: 0.95rem;
}

.page-services .list-circle .list-img-wrap {
  padding: 30px 0;
}

.cw-checklist li {
  position: relative;
  display: inline-block;
  padding: 0.5em;
}

.cw-checklist li:before {
  content: "\f046";
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 0.35em;
  color: var(--color-theme-highlight);
  font-size: 1.5rem;
}

.pricing-table .block-heading {
  padding-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-theme-highlight);
  margin-bottom: 10px;
}

.pricing-table .item {
  background-color: #f5f5f5;
  padding: 10px 5px;
  overflow: hidden;
  position: relative;
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px;
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7;
}

.pricing-table .features ul {
  font-size: 1em;
  /* line-height: 2em; */
}

.pricing-table .features li {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  padding-top: 10px;
}
