@import url("//fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
  line-height: 1.7 !important;
}
iframe {
  vertical-align: top;
}
p:has(iframe) {
  margin-bottom: 0;
}
.uppercase,
h6,
span.widget-title,
th {
  letter-spacing: 0 !important;
}

.h1,
h1,
.h2,
h2 {
  line-height: 1.2 !important;
}
.h1,
h1 {
  font-size: 60px !important;
  letter-spacing: 0.05em;
}
.h2,
h2 {
  font-size: 50px !important;
  margin-bottom: 0.23em !important;
}
@media (max-width: 1366px) {
  .h1,
  h1 {
    font-size: 45px !important;
  }
  .h2,
  h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 849px) {
  .h1,
  h1 {
    font-size: 40px !important;
  }
  .h2,
  h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 549px) {
  .h1,
  h1 {
    font-size: 35px !important;
  }
  .h2,
  h2 {
    font-size: 30px !important;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.nav > li.html {
  font-size: 1em !important;
}
.nav-spacing-xlarge > li {
  margin: 0 20px !important;
}
.has-dropdown .icon-angle-down {
  opacity: 1 !important;
  margin-left: 10px !important;
}
.has-dropdown .icon-angle-down::before {
  content: "";
  display: block;
  margin-left: 0;
  width: 11px;
  height: 7px;
  background: url("../img/solar-pro-chevron-down.svg") no-repeat 0 0;
}
.header.has-transparent::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(12, 20, 24, 0.8)),
    to(rgba(12, 20, 24, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(12, 20, 24, 0.8) 0%,
    rgba(12, 20, 24, 0) 100%
  );
}
.header.has-transparent .nav > li > a {
  color: rgba(255, 255, 255, 0.6);
}
.header.has-transparent .nav > li.active > a {
  color: #fff;
}
.nav-line-bottom > li > a::before {
  content: "";
  bottom: -38px !important;
  height: 3px;
  background: linear-gradient(97.39deg, #49a8d7 0%, #4fb7b6 46%, #52c791 100%);
}
.nav-line-bottom > li.active > a::before {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  left: 0;
}
.nav-line-bottom > li.html > a::before {
  display: none;
}
.menu-item-home a {
  font-size: 0 !important;
}
.menu-item-home a > img {
  margin-right: 0 !important;
}
.header-phone {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #fff !important;
}
.header-main .hide-for-medium.flex-right {
  position: relative;
  margin-top: -27px;
}
.header-main .hide-for-medium.flex-right::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.stuck .nav-line-bottom > li > a::before {
  bottom: -4px !important;
}
.stuck .header-main .hide-for-medium.flex-right {
  margin-top: 0;
}
.stuck .header-main .hide-for-medium.flex-right::before {
  display: none;
}
.nav-dropdown.nav-dropdown-default > li > a {
  font-size: 17px;
}
@media (min-width: 1200px) and (hover: hover) {
  .plain[href*="tel"]:hover .icon-box-img img {
    -webkit-animation-name: trin;
    animation-name: trin;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  .header.has-transparent .nav > li > a:hover {
    color: #fff;
  }
  .header-phone:hover {
    color: var(--primary-color) !important;
  }
}
@media (min-width: 550px) and (max-width: 1199px) {
  .transparent .header-main {
    height: 109px !important;
  }
}
@media (max-width: 1500px) {
  .nav-size-large > li:not(.menu-item-home):not(.html) > a {
    font-size: 0.85em !important;
  }
  .nav-spacing-xlarge > li {
    margin: 0 15px !important;
  }
  .nav-line-bottom > li > a::before {
    bottom: -34px !important;
  }
  .header-phone {
    font-size: 18px !important;
  }
  .header-main .hide-for-medium.flex-right::before {
    bottom: -30px;
  }
}
@media (max-width: 1199px) {
  .header.has-transparent::before {
    height: 109px;
  }
  .mobile-nav > li > a {
    color: #fff !important;
  }
  .menu-item-home a > img {
    -webkit-filter: brightness(0) grayscale(1);
    filter: brightness(0) grayscale(1);
  }
  .header-phone {
    color: #0c1418 !important;
    padding: 0 !important;
  }
  .header .hide-for-medium {
    display: none;
  }
  .header .show-for-medium {
    display: block !important;
  }
  .medium-logo-center .flex-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .medium-logo-center .flex-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-logo-center .logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
}
@media (max-width: 549px) {
  .transparent .header-main {
    height: 100px !important;
  }
  .transparent #logo img {
    max-height: 70px !important;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HERO BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.hero-banner .fill::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(12, 20, 24, 0.64)),
    to(rgba(12, 20, 24, 0.24))
  );
  background: linear-gradient(
    180deg,
    rgba(12, 20, 24, 0.64) 0%,
    rgba(12, 20, 24, 0.24) 100%
  );
  pointer-events: none;
}
.hero-banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 26.25vw;
  height: 16.46vw;
  background: url("../img/solar-pro-decor.png") no-repeat 0 0 / contain;
  pointer-events: none;
}
.hero-banner .h1,
.hero-banner h1 {
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.hero-banner p {
  margin-bottom: 0;
}
.hero-banner .btn {
  margin-top: 31px !important;
}
.page-banner .section-bg {
  max-height: 622px;
  left: auto;
  top: auto;
}
.page-banner::before,
.page-banner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.page-banner::before {
  right: 40.26vw;
  bottom: 0;
  width: 12.5vw;
  height: 6.93vw;
  background-image: url("../img/solar-pro-leafs.png");
}
.page-banner::after {
  left: 0;
  bottom: 0;
  width: 26.25vw;
  height: 13.33vw;
  background-image: url("../img/solar-pro-decor4.png");
}
@media (min-width: 850px) {
  .page-banner .section-bg {
    max-width: 48.96vw;
    border-radius: 346px 0px 0px 321px;
  }
}
@media (max-width: 849px) {
  .page-banner::before {
    right: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BUTTON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.header-button .button,
.btn {
  border: none !important;
  background: linear-gradient(97.39deg, #49a8d7 0%, #4fb7b6 46%, #52c791 100%);
  border-radius: 28.5px 0px !important;
  padding: 0 1.75em !important;
  margin-bottom: 0 !important;
  min-height: 3.319em !important;
  line-height: 3.319em !important;
}
.header-button .button {
  text-transform: none;
}
.header-button .button.is-medium,
.btn.is-medium {
  font-size: 1em;
}
.button.is-underline {
  color: #0c1418 !important;
  letter-spacing: 0;
  margin: 0;
  padding: 0 !important;
  border: none;
}
.button.is-underline.is-large {
  font-size: 1.11em !important;
}
.button.is-underline::before {
  width: 100% !important;
  height: 3px !important;
  left: 0 !important;
  bottom: -2px !important;
  opacity: 1 !important;
  background-color: var(--primary-color) !important;
}
.back-to-top {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}
@media (min-width: 1200px) and (hover: hover) {
  .plain.back-to-top {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .back-to-top:hover {
    color: #fff !important;
  }
  .button.is-underline:hover {
    color: var(--primary-color) !important;
  }
  .button.is-underline:hover::before {
    width: 60% !important;
    left: 20% !important;
    background-color: #0c1418 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-button .button.is-medium,
  .btn.is-medium {
    font-size: 0.85em;
  }
  .button.is-underline.is-large {
    font-size: 1em !important;
  }
}
