/** @format */

:root {
  --color-white: #fff;
  --color-border: #797979;
  --font-family-body: 'Plus Jakarta Sans', sans-serif;
  --font-family-heading: 'Plus Jakarta Sans', sans-serif;
  --margin-section: 60px;
  font-size: 16px;
  --font-size-h1: 2.5rem;
  --font-size-h2: 2.4rem;
  --font-size-h3: 2rem;
  --font-size-h4: 1.4rem;
  --font-size-h5: 1rem;
  --font-size-base: 1.125rem;
}

@media screen and (min-width: 1025px) {
  :root {
    --font-size-h1: 3.75rem;
    --font-size-h2: 3.125rem;
    --font-size-h3: 2.5rem;
    --font-size-h4: 1.875rem;
    --font-size-h5: 1.25rem;
    --font-size-base: 1.125rem;
    --margin-section: 90px;
  }
}

.h1 {
  font-size: var(--font-size-h1);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 30px;
  color: var(--color-primary);
  font-weight: 700;
  font-family: var(--font-family-heading);
  line-height: 1.2;
  letter-spacing: normal;
}

h4 {
  text-transform: none;
}

.row {
  max-width: calc(1362px + (2 * var(--gutter-size)));
}

.row-narrow {
  max-width: calc(1024px + (2 * var(--gutter-size)));
}

main {
  padding: 80px 0;
}

.title-line:after {
  content: '';
  display: block;
  margin: 25px auto 0;
  width: 20px;
  height: 5px;
  background: var(--color-secondary);
}

.button {
  font-size: 0.875rem;
  font-weight: 700;
  border: 4px solid transparent;
  padding: 19px 24px;
  letter-spacing: 1px;
  background-color: var(--color-secondary);
}

button.outline,
.button.outline {
  border-color: var(--color-secondary);
  border-width: 4px;
}

button.alt-02,
.button.alt-02 {
  background-color: var(--color-secondary);
}

/* HERO */
.hero {
  z-index: 1;
  width: 100%;
  padding-top: 60px;
  position: relative;
}

.hero h4 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.hero h1 {
  /* font-size: 3rem; */
  font-size: 2.5rem;
  letter-spacing: -1px;
}

.hero-image {
  width: 100%;
  max-width: 950px;
  margin: 0 auto -40px;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 99px rgba(0, 0, 0, 0.28);
}

.hero-image img {
  width: 100%;
  display: block;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (min-width: 700px) {
  .hero br.show-small {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hero h1 {
    font-size: 2.8rem;
  }

  .hero h4 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .hero-image {
    margin-bottom: -120px;
  }

  .hero {
    padding-top: 90px;
  }

  .hero h1 {
    font-size: 4rem;
    letter-spacing: -3px;
  }

  .hero h4 {
    /* font-size: 2.5em; */
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .hero h1 {
    /* font-size: 5rem; */
  }
}

/* INTRO */
.intro {
  margin-bottom: var(--margin-section);
  padding-top: 100px;
  padding-bottom: var(--margin-section);
  color: var(--color-white);
  width: 100%;
  position: relative;
  background: url('./images/intro-bg.jpg') center center no-repeat;
  background-size: cover;
}

.intro p {
  color: #fff;
}

.intro-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.intro-button .button {
  margin: 0 14px 10px;
  min-width: 262px;
  color: #fff;
}

.intro h2 {
  color: var(--color-white);
}

.intro.intro-space {
  padding-top: var(--margin-section);
}

.intro.intro-space h2 {
  margin-bottom: 0;
}

.intro.intro-space h2:has(+ p) {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .intro {
    padding-top: 190px;
  }
}

/* BRAND */
.brand {
  margin-bottom: var(--margin-section);
  width: 100%;
  position: relative;
}

.brand h2 {
  padding-bottom: 20px;
}

.brand-list {
  width: calc(100% + 30px);
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}

.brand-item {
  width: 100%;
  padding: 15px;
}

.brand-link {
  padding: 20px 30px;
  position: relative;
  color: var(--color-primary);
  width: 100%;
  height: 326px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.brand-link span {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 40px;
  padding: 0 20px;
  left: 0;
}

.brand-link img {
  max-width: 100%;
}

.brand-link:hover,
.brand-link:focus {
  color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .brand-item {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .brand-item {
    width: 33.333%;
  }
}

/* CARD-USP */
.card-usp {
  min-height: 100%;
  border-radius: 10px;
  padding: 35px 20px 20px;
  background: var(--color-primary);
  width: 100%;
  position: relative;
  color: var(--color-white);
}

.card-usp p {
  color: #fff;
}

.card-usp h5 {
  color: var(--color-white);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.card-usp-icon {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
  .card-usp {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* USP */
.usp-section {
  margin-bottom: var(--margin-section);
  padding-bottom: var(--margin-section);
  padding-top: var(--margin-section);
  width: 100%;
  position: relative;
  background: url('./images/usp-bg.jpg') center center no-repeat;
  background-size: cover;
}

.usp-section h2 {
  margin-bottom: 20px;
}

.usp-section h2 img {
  width: 170px;
}

.usp-section p {
  margin-bottom: 20px;
}

.usp-list {
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px -20px;
}

.usp-item {
  width: 100%;
  padding: 0 10px 20px;
}

@media screen and (min-width: 768px) {
  .usp-item {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .usp-section h2 img {
    width: 257px;
  }

  .usp-item {
    width: 25%;
  }

  .usp-list {
    margin-top: 55px;
  }
}

@media screen and (min-width: 1440px) {
  .usp-list {
    width: calc(100% + 30px);
    margin: 40px -15px -30px;
  }

  .usp-item {
    padding: 0 15px 30px;
  }
}

/* TESTIMONIAL */
.testimonial {
  padding-bottom: var(--margin-section);
  padding-top: var(--margin-section);
  width: 100%;
  position: relative;
  background: url('./images/usp-bg.jpg') center center no-repeat;
  background-size: cover;
}

.testimonial h2 {
  margin-bottom: 15px;
  text-align: center;
}

.testimonial-arrow {
  color: var(--color-white);
  font-size: 150%;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 44px;
  background: var(--color-primary);
  transform: translateY(-50%);
  margin-top: -45px;
  border-radius: 50%;
  display: none !important;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.testimonial-arrow:focus,
.testimonial-arrow:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}

.testimonial-arrow + .testimonial-arrow {
  left: auto;
  right: 0;
}

.testimonial-slide {
  text-align: center;
  padding-bottom: 40px;
}

.testimonial-slide p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.testimonial-slider {
  position: relative;
  width: 100%;
  margin-top: 35px;
}

.testimonial .slick-dots {
  bottom: 0;
}

.testimonial .slick-dots li button {
  transition: all 0.3s;
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-secondary);
  background: transparent;
  transform: none !important;
}

.testimonial .slick-dots li button span {
  display: none !important;
}

.testimonial .slick-dots li button:focus,
.testimonial .slick-dots li.slick-active button {
  outline: none;
  background: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .testimonial-arrow {
    display: flex !important;
  }

  .testimonial-slider {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  /* .testimonial-slider {
		padding: 0 130px;
	} */

  .testimonial-slide p {
    font-size: 24px;
  }

  .testimonial-arrow {
    width: 70px;
    height: 70px;
  }
}

/* PRICING */
.pricing {
  margin-bottom: var(--margin-section);
  width: 100%;
  position: relative;
}

.pricing h2 {
  margin-bottom: 20px;
}

.pricing p {
  margin-bottom: 20px;
  font-size: var(--font-size-base);
}

.pricing-list {
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px -20px;
}

.pricing-item {
  width: 100%;
  padding: 0 10px 20px;
}

@media screen and (min-width: 768px) {
  .pricing-item {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .pricing-item {
    width: 33.333%;
  }

  .pricing-list {
    margin-top: 55px;
  }
}

@media screen and (min-width: 1440px) {
  .pricing-list {
    width: calc(100% + 30px);
    margin: 40px -15px -30px;
  }

  .pricing-item {
    padding: 0 15px 30px;
  }
}

/* BLOCKQUOTE */
.blockquote {
  margin-bottom: var(--margin-section);
  width: 100%;
  position: relative;
}

.blockquote h5 {
  text-transform: none;
}

/* CONTENT */
.content {
  margin-bottom: var(--margin-section);
  width: 100%;
  position: relative;
}

.content h2,
.content h3,
.content h4 {
  /* margin-bottom: 50px; */
  margin-bottom: 30px;
}

.content h2 {
  font-size: 28px;
}

.content h3 {
  font-size: 22px;
}

.content h5 {
  text-transform: none;
}

.content .button {
  margin-bottom: 10px;
}

.hero + .content {
  padding-top: 100px;
}

@media screen and (min-width: 1024px) {
  .hero + .content {
    padding-top: 180px;
  }
}

.faq-title {
  margin-top: 50px;
  margin-bottom: 0px !important;
}

/* CARD-PRICING */
.card-pricing {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  min-height: 100%;
  border-radius: 10px;
  padding: 40px 20px;
  background: var(--color-white);
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  width: 100%;
  position: relative;
}

.card-pricing h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.card-pricing-top {
  width: 100%;
}

.card-pricing-bottom {
  width: 100%;
  margin-top: 20px;
}

.card-pricing-text {
  padding: 0 20px 30px;
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #dedede;
}

.card-pricing-rate {
  width: 100%;
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 24px;
}

.card-pricing ul {
  text-align: left;
}

.card-pricing ul li {
  padding-left: 35px;
  margin-bottom: 22px;
  width: 100%;
  line-height: 1.2;
  position: relative;
}

.card-pricing ul li i {
  color: var(--color-secondary);
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
}

@media screen and (min-width: 1280px) {
  .card-pricing {
    padding: 50px 30px;
  }

  .card-pricing-rate,
  .card-pricing h4 {
    font-size: 30px;
  }
}

/* HEADER  */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 19;
  background: var(--color-white);
  transition: all 200ms;
}

body.scrolled .header {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.header > .row {
  height: 100%;
}

.header a {
  text-decoration: none;
}

.header-desktop .row {
  max-width: 1690px;
}

.header-desktop {
  display: none;
}

.header-logo {
  display: block;
  width: 200px;
  margin: 20px 0;
  transition: all 200ms;
}

.header-mobile-inner {
  display: flex;
  min-height: 70px;
  padding: 0 15px;
}

.header-mobile-buttons {
  display: flex;
  margin-left: 4%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.header-mobile-buttons a,
.header-mobile-buttons button {
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  flex: 1;
  max-width: 50px;
  margin-left: 10px;
  width: 50px;
  height: 50px;
}

.header-right {
  display: none;
  flex-direction: column;
  transition: all 200ms;
  justify-content: space-between;
}

.header-right-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}

.header-right-top span {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 4px;
  display: block;
}

.header-phone {
  font-weight: 700;
  color: var(--color-primary);
  font-size: 24px;
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
}

.header-phone i {
  font-size: 12px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  color: var(--color-white);
  background: var(--color-secondary);
}

.header-right-bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: flex-end;
}

@media screen and (min-width: 1024px) {
  .header-right {
    display: flex;
    padding-top: 14px;
    width: 70%;
  }

  .header-inner {
    padding: 0 var(--gutter-size);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }

  .header-logo img {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .header-mobile-buttons a,
  .header-mobile-buttons button {
    width: 60px;
    max-width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .header-mobile {
    display: none;
  }

  .header-desktop {
    display: block;
  }

  .header-logo {
    width: 300px;
    margin: 25px 0;
  }

  body.scrolled .header .header-right {
    padding-top: 10px;
  }

  body.scrolled .header .header-logo {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .header-logo {
    width: 338px;
    margin: 25px 0 25px -12px;
  }

  .header-phone {
    font-size: 30px;
  }
}

/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.main-navigation-menu {
  margin: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.main-navigation-menu li {
  display: block;
  position: relative;
  padding: 0;
}

.main-navigation-menu > li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 15px;
  background: #bcbcb9;
}

.main-navigation-menu > li {
  padding: 0 22px 20px 0;
  margin-right: 22px;
}

.main-navigation-menu > li:last-of-type:after {
  display: none;
}

.main-navigation-menu > li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.main-navigation-menu > li:last-of-type > a {
  margin-right: 0;
}

/* FOOTER */
.footer {
  width: 100%;
  position: relative;
  padding: 0;
}

.footer-main {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  color: var(--color-white);
  position: relative;
  background: url('./images/intro-bg.jpg') center center no-repeat;
  background-size: cover;
}

.footer-main p {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--color-white);
}

.footer-left h3 {
  color: var(--color-white);
  margin-bottom: 6px;
}

.footer-logo {
  display: block;
  width: 280px;
  margin: 0 auto 15px;
}

.footer-phone:hover,
.footer-phone:focus {
  color: var(--color-secondary);
}

.footer-phone {
  font-weight: 700;
  color: var(--color-white);
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer-phone i {
  font-size: 12px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: var(--color-white);
  background: var(--color-secondary);
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.footer-left {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.footer-right {
  width: 100%;
}

.footer-bottom .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom {
  background: #073060;
  color: var(--color-white);
  padding: 25px 0;
}

.footer-copyright {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
  justify-content: center;
}

.footer-copyright li:last-child:after {
  display: none;
}

.footer-copyright li:after {
  content: '|';
  margin: 0 5px;
}

.footer-copyright li {
  font-size: 15px;
}

.footer-copyright li a {
  text-decoration: none;
  color: var(--color-white);
}

.footer-copyright li a:hover,
.footer-copyright li a:focus {
  color: var(--color-secondary);
}

.footer-social {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
  justify-content: center;
}

.footer-social li:first-child {
  margin-left: 0;
}

.footer-social li {
  font-size: 15px;
  margin-left: 10px;
}

.footer-social li a:hover {
  color: var(--color-primary);
  background: var(--color-white);
}

.footer-social li a {
  text-decoration: none;
  border: 1px solid var(--color-white);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-white);
}

footer label {
  color: var(--color-primary);
  font-size: 1.125rem;
  padding: 0;
}

footer label i {
  margin-right: 15px;
  color: var(--color-secondary);
  font-size: 1.125rem;
}

footer .form-container {
  padding: 40px 20px;
  border-radius: 10px;
  background: var(--color-white);
}

footer .form-container h3 {
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
}

footer .gform_wrapper {
  background: var(--color-white);
  padding: 0;
}

footer .gfield {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}

footer input,
footer select,
footer textarea,
footer label {
  height: 83px;
  line-height: 83px;
}

footer input,
footer select,
footer textarea {
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-border);
  font-size: 1.125rem;
  line-height: 1;
  padding: 0;
}

footer .gform_footer {
  margin-top: 30px;
}

footer .gform_footer .gform_button {
  padding: 0;
  height: 60px;
  font-size: 0.938rem;
}

@media screen and (min-width: 768px) {
  footer .form-container {
    padding: 50px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-left {
    text-align: left;
    width: 55%;
    margin-bottom: 0;
  }

  .footer-social,
  .footer-copyright {
    justify-content: flex-start;
    width: auto;
    margin-bottom: 0;
  }

  .footer-right {
    width: 45%;
  }

  .footer-phone {
    font-size: 28px;
  }

  .footer-main p {
    font-size: 22px;
  }

  .footer-logo {
    width: 320px;
    margin: 0 0 22px;
  }
}

@media screen and (min-width: 1280px) {
  .footer-left {
    width: 60.5%;
    margin-bottom: 0;
  }

  .footer-right {
    width: 39.5%;
  }

  .footer-phone {
    font-size: 30px;
  }

  .footer-main p {
    font-size: 24px;
  }

  .footer-logo {
    width: 408px;
  }

  footer .form-container {
    padding: 65px 70px;
  }
}
