/*
Theme Name: Supernova Energy
Text Domain: wc-supernova
Author: Webcomum
Author URI: https://www.webcomum.com
Version: 1.0
*/

/* -------------------------------------------*--------------*--------------------------------------------------*/
/*                    -----------------------*   CUSTOM CSS   *------------------------                         */
/* -------------------------------------------*--------------*--------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oxanium:wght@200..800&display=swap');

/*
font-family: "Inter", sans-serif;
font-family: "Oxanium", sans-serif;
*/

:root {
   --blue: #261C92;
   --darkblue: #0D0A33;
   --cyan: #00A7C8;
   --tr1: all .3s ease-in-out;
   --tr2: all .4s cubic-bezier(0.7, 0, 0.3, 1);
   --tr3: all .6s ease-in-out;
   --tr4: all .6s cubic-bezier(0.7, 0, 0.3, 1);
   --border: 1px solid #777862;
}

html,
body {
   height: 100%;
}

html {
   box-sizing: border-box;
}

body {
   font-family: "Inter", sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.6;
   color: #000;
   margin: 0;
   padding: 0;
   background-color: #DEDDEF;
   overflow-x: hidden;
}

*,
*:before,
*:after {
   box-sizing: inherit;
}

* {
   -webkit-tap-highlight-color: transparent;
}

a {
   text-decoration: unset;
   display: inline-block;
   color: #000;
}

a:active,
a:focus {
   outline: 0;
}

h1,h2,h3,h4,h5,h6 {
   font-family: "Inter", sans-serif;
   font-size: 48px;
   color: #000;
   margin: 0;
   line-height: 1.1;
   font-weight: 700;
}

p {
   margin: 0;
}

input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus,
button:active,
button:focus {
   outline: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

input[type=file],
input[type=file]::file-selector-button {
    cursor: pointer;
}

button {
   border: 0;
   background-color: transparent;
}

ul,ol {
   list-style: none;
   padding: 0;
   margin: 0;
}

video {
   width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
   font-family: "Inter", sans-serif;
   font-weight: 400;
   font-size: 16px;
   color: #043333;
   height: 56px;
   background-color: #F7F7F7;
   outline: 0;
   border: 0;
   border-radius: 8px;
   width: 100%;
   padding: 0 17px;
   background-image: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   text-indent: 1px;
   text-overflow: '';
   position: relative;
   border-radius: 16px;
   border: 2px solid #E5E7EB;
   background: #FFF;
}

input[type="submit"] {
    font-family: "Inter", sans-serif;
    border-radius: 54px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    display: block;
    background-color: var(--orange);
    border: 0;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    height: 45px;
    font-size: 14px;
    width: 100%;
}

input[type="search"] {
   border: 0;
   font-size: 22px;
   font-weight: 400;
   padding-left: 0;
}

select::-ms-expand {
  display: none;
}

select {
   padding-right: 50px;
    position: relative;
    background-image: url(assets/img/chevron-down.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 95%;
}

textarea {
    line-height: 1.4;
    height: 150px;
    padding-top: 18px;
    padding-bottom: 18px;
}

input[type="checkbox"] {
   margin: 0;
   border-radius: 16px;
   border: 2px solid #E5E7EB;
   background: #FFF;
}

::placeholder {
   color: #99A1AF;
}

.form-row {
   display: grid;
   grid-template-columns: 1fr;
   grid-gap: 24px;
   margin-bottom: 24px;
}

.form-row.split {
   grid-template-columns: 1fr 1fr;
}

.form-send {
   margin-bottom: 0;
}

.form-send p {
   position: relative;
   display: flex;
}

.form-accept {
   margin-top: -28px;
   margin-bottom: 10px;
   margin-left: 5px;
}

.loading {
   width: 30px;
   height: 30px;
   border: 2px solid var(--blue);
   border-bottom-color: transparent;
   border-radius: 50%;
   display: inline-block;
   box-sizing: border-box;
   animation: rotation 1s linear infinite;
   position: absolute;
   top: 20px;
   left: 50%;
   margin-left: -12.5px;
   transition: var(--tr);
   z-index: 1;
   display: none;
}

.wpcf7-spinner {
    width: 22px;
    height: 22px;
    border: 2px solid #ffffff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -11px;
    transition: var(--tr);
    z-index: 1;
    background-color: transparent;
}

.wpcf7-spinner:before {
   background-color: transparent;
}

@keyframes rotation {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(360deg);
   }
} 

.wpcf7-radio .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item input {
   margin: 0;
}

.wpcf7-radio .wpcf7-list-item {
   margin-right: 30px;
}

.wpcf7-radio .wpcf7-list-item input {
   margin-right: 4px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
    color: #818484;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 6px;
    margin-top: -4px;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
    color: #818484;
    text-decoration: underline;
}

.wpcf7-acceptance label {
   display: flex;
   align-items: flex-start;
}

.wpcf7-acceptance .wpcf7-list-item {
   margin: 0;
}

.wpcf7-not-valid-tip {
   color: #dc3232;
   font-size: 12px;
   font-weight: normal;
   display: block;
   margin-top: 8px;
   margin-left: 10px;
}

.wpcf7 form .wpcf7-response-output {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 14px;
   margin-top: 15px;
   text-align: center;
   font-weight: 500;
}

.wpcf7 form.sent .wpcf7-response-output {
   color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
   color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
   color: #cd9500; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
   color: #cd9500; /* Yellow */
}

img {
   width: 100%;
   height: auto;
   display: block;
}

.section {
   padding-left: 12%;
   padding-right: 12%;
}

.section-small {
   padding-left: 20%;
   padding-right: 20%;
}

.section-big {
   padding-left: 6%;
   padding-right: 6%;
}

.section-full {
   padding-left: 0;
   padding-right: 0;
}

.relative {
   position: relative;
}

.img {
   border-radius: 12px;
   overflow: hidden;
}

.heading {
   text-align: center;
   max-width: 800px;
   margin: 0 auto;
}

.heading.left {
   margin: 0;
}

.heading h2 {
   margin-bottom: 20px;
}

.center {
   text-align: center;
}

.left {
   text-align: left;
}

.right {
   text-align: right;
}

.cover {
   background-size: cover;
   background-position: center;
}

.btn,
.btn:focus {
   display: inline-block;
   font-size: 14px;
   text-transform: uppercase;
   padding: 16px 32px;
   border-radius: 50px;
   letter-spacing: 0.7px;
   font-weight: 700;
   outline: 6px solid rgba(255, 255, 255, .23);
   outline-offset: 0;
   white-space: nowrap;
   transition: var(--tr2);
   text-align: center;
}

.btn.white {
   background: #FFF;
   color: var(--blue);
}

.btn.blue {
   background: var(--blue);
   color: #fff;
}

.btn.icon:after {
    content: '';
    width: 12px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 7.5px;
    transition: var(--tr2);
}

.btn.arrow-right:after {
    background-image: url(assets/img/arrow-right-blue.svg);
}

.btn.blue.arrow-right:after {
    background-image: url(assets/img/arrow-right-white.svg);
}

.link {
   font-size: 13px;
   text-transform: uppercase;
   white-space: nowrap;
   text-decoration: underline;
   text-underline-offset: 3px;
   font-weight: 500;
}

.link.white {
   color: #fff;
}

.btn:hover {
   outline: 6px solid rgba(255, 255, 255, 0.55);
}

.btn.icon:hover:after {
   margin-left: 12px;
}

.btn.white:hover {
   color: #9F1191;
}

.btn-submit {
   display: inline-flex;
   align-items: center;
}

.btn-submit input {
   padding: 0;
   cursor: pointer;
   height: auto;
   width: auto;
   text-transform: uppercase;
   letter-spacing: 0.7px;
}

.header-top {
   height: 45px;
   background: rgba(255, 255, 255, 0.23);
   backdrop-filter: blur(9px);
   display: flex;
   justify-content: flex-end;
   align-items: center;
}

.header-top a {
   margin-left: 23px;
}

header {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 3;
}

.header-logo img {
   height: 56px;
   position: relative;
   top: 10px;
}

.header-bottom {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-top: 25px;
   gap: 50px;
}

.header-menu {
   display: flex;
   align-items: center;
}

.header-menu ul {
   display: flex;
   gap: 60px;
}

.header-menu li a {
   font-family: "Oxanium", sans-serif;
   color: #fff;
   font-size: 18px;
   font-weight: 600;
   text-transform: uppercase;
   padding: 15px 0;
   transition: var(--tr2);
}

.header-menu li a:hover {
   color: var(--cyan);
}

.header-bottom .btn {
   margin-left: 53px;
}

.menu-item-has-children {
   position: relative;
}

.sub-menu {
   position: absolute;
   left: -5px;
   top: 57px;
   padding: 39px 51px 54px 29px;
   border-radius: 10px;
   background: rgba(255, 255, 255, 0.16);
   backdrop-filter: blur(10px);
   flex-direction: column;
   gap: 0 !important;
   opacity: 0;
   visibility: hidden;
   transition: var(--tr2);
}

.sub-menu a {
   font-size: 16px !important;
   padding: 0 !important;
}

.sub-menu li {
   margin-bottom: 25px;
}

.sub-menu li:last-child {
   margin-bottom: 0;
}

.menu-item-has-children:hover .sub-menu {
   opacity: 1;
   visibility: visible;
}

.header-mobile {
   display: none;
}

.home-slider-item video {
   object-fit: cover;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
}

.home-slider-inner {
   z-index: 2;
}

.home-slider {
   height: 100vh;
   display: flex;
   align-items: center;
   color: #fff;
}

.home-slider-inner div {
   font-size: 28px;
   font-weight: 700;
   margin-bottom: 10px;
   letter-spacing: 1px;
}

.home-slider-inner h1 {
   font-size: 90px;
   font-weight: 300;
   margin-bottom: 50px;
   color: #fff;
   letter-spacing: 3px;
}

.slick-dots {
   position: absolute;
   bottom: 70px;
   display: flex;
   gap: 82px;
   color: #fff;
   width: 100%;
}

.slick-dots li {
   width: 22%;
}

.dots-nav-item {
   cursor: pointer;
   border-bottom: 2px solid #fff;
   padding-bottom: 15px;
   transition: var(--tr2);
   opacity: .5;
}

.dots-nav-title {
   font-size: 22px;
   font-weight: 600;
}

.dots-nav-desc {
   font-size: 20px;
   font-weight: 300;
   margin-top: -3px;
}

.slick-dots .slick-active .dots-nav-item {
   opacity: 1;
}

.main-icon {
   width: 43px;
   height: 43px;
}

.home-slider-section .main-icon {
   position: absolute;
   bottom: 70px;
   right: 12%;
}

.docs-title {
   height: 400px;
   background-color: var(--blue);
   display: flex;
   justify-content: center;
   align-items: center;
}

.docs-title h1 {
   font-family: "Oxanium", sans-serif;
   font-size: 65px;
   color: #fff;
   text-align: center;
   margin-top: 150px;
}

.docs-content {
   padding-top: 100px;
   padding-bottom: 170px;
   display: grid;
   grid-template-columns: 30% 1fr;
   gap: 60px;
}

.docs-content-left a,
.docs-content-mobile li:first-child {
   font-family: "Oxanium", sans-serif;
   font-size: 18px;
   font-weight: 600;
   color: var(--blue);
   padding: 17px 0;
   border-bottom: 1px solid #BCB9DD;
   width: 100%;
   display: flex;
   align-items: center;
   line-height: 1.4;
}

.docs-content-left a span {
   color: var(--cyan);
   margin-left: 5px;
   display: contents;
}

.docs-content-left .active a {
   color: #0D0A33;
}

.docs-content-left ul li:first-child a {
   padding-top: 0;
}

.docs-content-left a:before {
   content: '';
   background-image: url(assets/img/arrow-circle-blue.svg);
   height: 24px;
   width: 24px;
   display: inline-block;
   margin-right: 11px;
   margin-top: -2px;
}

.docs-content-left .active a:before {
   background-image: url(assets/img/arrow-circle-black.svg);
}

.docs-content-mobile li:first-child {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    cursor: pointer;
}

.docs-content-mobile li:not(:first-child) {
   display: none;
}

.docs-content-mobile li:first-child:after {
   content: '';
   background-image: url(assets/img/chevron-down.svg);
   height: 20px;
   width: 20px;
   display: inline-block;
   margin-right: 11px;
   margin-top: -2px;
}

.docs-block h2 {
   font-family: "Oxanium", sans-serif;
   font-size: 36px;
   font-weight: 600;
   color: var(--blue);
   margin-bottom: 38px;
}

.docs-faq-item {
   border-radius: 16px;
   background: rgba(255, 255, 255, 0.80);
   padding: 24px;
   margin-bottom: 8px;
   cursor: pointer;
}

.docs-faq-item h4 {
   font-size: 20px;
   font-weight: 600;
   color: var(--blue);
   display: grid;
    grid-template-columns: 1fr 46px;
   justify-content: space-between;
   align-items: center;
}

.docs-faq-item h4:after {
   content: '';
   background-image: url(assets/img/faq-closed.svg);
   height: 28px;
   width: 28px;
   display: inline-block;
   margin-left: 25px;
   margin-top: -2px;
}

.docs-faq-answer {
   display: none;
}

.docs-faq-item.active .docs-faq-answer {
   display: block;
}

.docs-faq-item.active h4:after {
   background-image: url(assets/img/faq-opened.svg);
}

.docs-faq-answer {
   padding-top: 13px;
   margin-top: 13px;
   border-top: 1px solid #D9F2F7;
}

.docs-content .text-block {
   margin-bottom: 42px;
}

footer {
   background-color: var(--darkblue);
   padding: 64px 0 30px 0;
}

.footer-top {
   display: grid;
   grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
   gap: 60px;
}

footer h5 {
   color: #fff;
   font-size: 18px;
   margin-bottom: 20px;
}

.footer-col-one img {
   max-width: 210px;
   margin-bottom: 7px;
}

.footer-col-one div {
   color: #CFCFCF;
   font-size: 14px;
   max-width: 251px;
}

.footer-top a {
   color: #99A1AF;
   font-size: 14px;
   margin-bottom: 7px;
}

.footer-bottom-inner {
   border-top: 1px solid #1E2939;
   margin-top: 48px;
   padding-top: 32px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 30px;
}

.footer-bottom,
.footer-bottom a {
   color: #6A7282;
   font-size: 14px;
}

.footer-bottom a {
   font-size: 12px;
}

footer .social {
   margin-top: 26px;
   display: flex;
   gap: 12px;
}

.home {
   background-color: #110D42;
}

.home-slider-back {
   background: linear-gradient(18deg, #0E0A42 23.54%, rgba(17, 13, 66, 0.12) 66.79%);
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
}

.home-services {
   background-image: url(assets/img/home-services.png);
   background-size: cover;
   background-position: top center;
   padding-top: 89px;
   padding-bottom: 170px;
}

.footer-lr {
   max-width: 106px;
   margin-top: 10px;
}

.home-services-top-left {
   max-width: 950px;
}

.home-services-top-left img {
   margin-bottom: 25px;
}

.home-services-top-left h2 {
   font-size: 52px;
   font-weight: 400;
   color: #fff;
}

.home-services-top-left div {
   font-size: 24px;
   font-weight: 400;
   margin-top: 13px;
   color: #fff;
}

.home-services-top {
   display: flex;
   justify-content: space-between;
   gap: 100px;
}

.home-services-bottom {
   margin-top: 63px;
}

.home-services-nav {
   color: #6A7282;
   margin-bottom: 17px;
   font-size: 24px;
   text-align: right;
   cursor: pointer;
   transition: var(--tr2);
}

.home-services-nav:hover {
   color: #fff;
}

.home-services-top-right {
   margin-top: 73px;
   display: flex;
    flex-direction: column;
}

.home-services-bottom {
   display: flex;
   gap: 17px;
}

.home-services-item {
   flex: 1;
   border-radius: 15px;
   overflow: hidden;
   transition: var(--tr2);
}

.home-services-item:hover,
.home-services-item.active {
   flex: 2;
}

.home-services-item-back {
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 1.86%, rgba(30, 22, 117, 0.66) 83.92%);
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}

.home-services-item .relative {
   margin-top: 426px;
   padding: 26px 23px;
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   gap: 30px;
}

.home-services-item .relative h3 {
   font-size: 36px;
   margin-bottom: 4px;
   font-weight: 400;
   color: #fff;
}

.home-services-item .relative div {
   font-size: 16px;
   color: #00A7C8;
}

.home-services-item img {
   width: 19px;
   height: 19px;
   transform: rotate(180deg);
   margin-top: 10px;
   opacity: 0;
   transition: var(--tr2);
}

.home-services-item:hover img {
   opacity: 1;
}

.home-about {
   background-image: url(assets/img/home-about.png);
   background-size: cover;
   background-position: top center;
   padding-top: 120px;
   padding-bottom: 170px;
   display: grid;
   grid-template-columns: 3fr 4fr;
   gap: 70px;
   color: #fff;
}

.home-about-right {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 27px;
   align-items: stretch;
}

.home-about-left {
   max-width: 571px;
}

.home-about-left img {
   margin-bottom: 26px;
}

.home-about-left p {
   font-size: 24px;
   font-weight: 300;
   margin-bottom: 13px;
}

.home-about-left h2 {
   font-size: 75px;
   font-weight: 500;
   color: #fff;
   margin-bottom: 44px;
}

.home-about-right-main {
   border-radius: 16px;
   background: linear-gradient(180deg, rgba(255, 255, 255, 0.17) 0%, rgba(153, 153, 153, 0.17) 100%);
   backdrop-filter: blur(9px);
   padding: 43px 34px;
   display: flex;
   flex-direction: column;
}

.home-about-right-main img {
   margin-top: 40px;
   align-self: flex-end;
}

.home-about-right-main h3 {
   font-size: 48px;
   font-weight: 500;
   color: #fff;
   margin-bottom: 20px;
}

.home-about-right-main div {
   font-size: 32px;
   line-height: 1.3;
}

.home-about-right-extra {
   display: grid;
   grid-template-rows: 1fr 1fr;
   gap: 27px;
}

.home-about-right-extra-item {
   padding: 44px 37px;
   border-radius: 16px;
   background: var(--blue);
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.home-about-right-extra-two {
   background-color: var(--cyan);
}

.home-about-right-extra-item img {
   height: 82px;
   margin-bottom: 20px;
}

.home-about-right-extra-item h4 {
   text-align: center;
   color: #fff;
   font-size: 32px;
   font-weight: 500;
   max-width: 240px;
}

.home-about-right-extra-two h4 {
   color: var(--blue);
}

.home-specs {
   padding-top: 100px;
   padding-bottom: 100px;
}

.home-specs video {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: 0;
}

.home-specs-back {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   background: linear-gradient(180deg, #140F49 0%, #221983 100%);
   opacity: .2;
}

.home-specs-content {
   z-index: 2;
}

.home-specs h2 {
   font-size: 60px;
   color: #fff;
   font-weight: 400;
   text-align: center;
}

.home-specs-inner {
   display: grid;
   grid-template-columns: 1fr 55% 1fr;
   gap: 10px;
   align-items: center;
}

.home-specs-side {
   display: flex;
   flex-direction: column;
   gap: 48px;
   color: #fff;
}

.home-specs-item h3 {
   font-size: 24px;
   font-weight: 400;
   color: #fff;
   margin-bottom: 10px;
   line-height: 1.3;
}

.home-sim {
   padding-top: 100px;
   padding-bottom: 100px;
   background-color: #1D156E;
}

.home-sim {
   color: #fff;
}

.home-sim h2 {
   color: #fff;
   font-size: 60px;
   font-weight: 400;
   margin-bottom: 17px;
}

.home-sim-inner {
   margin-top: 37px;
   margin-bottom: 50px;
   border-radius: 24px;
   background: rgba(38, 28, 146, 0.42);
   box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
   backdrop-filter: blur(7.349999904632568px);
   max-width: 1000px;
   margin-left: auto;
   margin-right: auto;
   padding: 42px 10% 60px 10%;
}

.label-row {
   display: flex;
   justify-content: center;
   align-items: baseline;
   margin-bottom: 24px;
   color: #fff;
   font-size: 55px;
   font-weight: 700;
}

.label-row span {
   font-size: 20px;
}

.label {
   font-size: 14px;
   font-weight: 600;
   color: #64748b;
   text-transform: uppercase;
   letter-spacing: .05em;
}

.slider-wrap {
   position: relative;
}

input[type="range"] {
   -webkit-appearance: none;
   appearance: none;
   width: 100%;
   height: 12px;
   border-radius: 5px;
   background: #BCB9DD;
   outline: none;
   cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
   -webkit-appearance: none;
   appearance: none;
   width: 29px;
   height: 29px;
   border-radius: 50%;
   background: #fff;
   border: 5px solid #9F1191;
   box-shadow: 0 2px 6px rgba(0,0,0,0.15);
   transition: transform .2s;
}

input[type="range"]::-webkit-slider-thumb:hover {
   transform: scale(1.1);
}

input[type="range"]::-moz-range-thumb {
   width: 19px;
   height: 19px;
   border: 5px solid #9F1191;
   border-radius: 50%;
   background: #fff;
   box-shadow: 0 2px 6px rgba(0,0,0,0.15);
   cursor: pointer;
}

.range-labels {
   display: flex;
   justify-content: space-between;
   margin-top: 17px;
   font-size: 20px;
   font-weight: 700;
   color: #fff;
}

.sim-results {
   display: none;
   margin-top: 60px;
   max-width: 1000px;
   margin-left: auto;
   margin-right: auto;
}

.sim-results h4 {
   color: #fff;
   margin-bottom: 50px;
   font-size: 34px;
}

.sim-results-items a {
   width: 33%;
   flex: none;
}

.sim-results .home-services-item .relative {
   margin-top: 230px;
}

.sim-results-items {
   display: flex;
   justify-content: center;
   gap: 17px;
}

.sim-results .home-services-item:hover,
.service-solar .home-services-item:hover {
   flex: none;
}

.service-title-back1 {
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.00) 79.1%);
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 0;
}

.service-title-back2 {
   background: linear-gradient(180deg, rgba(176, 228, 238, 0.00) 5.25%, #B0E4EE 90.36%);
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
   height: 445px;
}

.service-title h1 {
   font-family: "Oxanium", sans-serif;
   font-size: 65px;
   font-weight: 600;
   z-index: 2;
   color: #261C92;
   margin-top: 240px;
   text-align: center;
}

.service-title {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 720px;
}

.service {
   background-color: #B0E4EE;
}

.service-about {
   background-image: none;
   padding-top: 80px;
}

.service-about-right div,
.service-about2-left div {
   border-radius: 16px;
   overflow: hidden;
}

.service-about-right div:last-child {
   margin-top: 63%;
}

.service-about-left p {
   color: var(--cyan);
}

.service-about-left h2 {
   color: var(--blue);
   font-size: 70px;
}

.service-about2 {
   display: grid;
   grid-template-columns: 5fr 4fr;
   gap: 80px;
   padding-top: 40px;
   padding-bottom: 150px;
}

.service-about2 h2 {
   font-size: 40px;
   font-weight: 500;
   color: #221983;
   margin-bottom: 20px;
   line-height: 1.3;
}

.service-about2-right p {
   font-size: 24px;
   font-weight: 500;
   color: #0D0A33;
   margin-bottom: 20px;
}

.service-about2-items {
   margin-bottom: 40px;
   display: flex;
   flex-wrap: wrap;
   column-gap: 37px;
}

.service-about2-item {
   display: flex;
   gap: 8px;
   align-items: flex-start;
   margin-bottom: 25px;
   width: 46%;
}

.service-about2-item:last-child {
   margin-bottom: 0;
}

.service-about2-item img {
   width: 32px;
   height: 32px;
}

.service-about2-item div {
   font-size: 24px;
   font-weight: 500;
   color: #0D0A33;
}

.service-services {
   padding-top: 145px;
   padding-bottom: 145px;
   display: flex;
   gap: 27px;
   justify-content: center;
}

.service-services-item {
   display: flex;
   flex-direction: column;
   align-items: center;
   border-radius: 16px;
   background: rgba(255, 255, 255, 0.20);
   backdrop-filter: blur(9px);
   padding: 50px 34px;
   width: 25%;
}

.service-services-item img {
   height: 80px;
   width: auto;
   margin-bottom: 20px;
}

.service-services-item h4 {
   font-size: 24px;
   font-weight: 500;
   color: #fff;
   text-align: center;
   line-height: 1.3;
}

.service-form {
   padding-top: 79px;
   padding-bottom: 138px;
   background-color: #CBF2F9;
}

.service-form-inner {
   max-width: 1200px;
   margin: 0 auto;
   padding-left: 10%;
   padding-right: 10%;
   padding-top: 78px;
}

.service-form-back {
   border-radius: 16px;
   background: linear-gradient(0deg, #CBF2F9 0%, #A8DFEA 100%);
   height: 70%;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
}

.service-form h2 {
   color: #261C92;
   font-weight: 400;
   margin-bottom: 9px;
}

.service-form .heading div {
   color: #0D0A33;
   font-size: 20px;
}

.service-form .heading {
   margin-bottom: 40px;
}

.legal-content {
   display: block;
   padding-bottom: 120px;
}

.form-block label {
   font-weight: 500;
   margin-bottom: 11px;
   display: inline-block;
   padding-left: 10px;
}

.service-faq {
   background-color: transparent;
   padding-top: 89px;
   padding-bottom: 104px;
}

.service-faq .service-form-inner {
    padding-top: 10px;
}

.service-solar {
   background-color: transparent;
}

.service-solar .service-title-back2 {
   background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 5.25%, #DEDDEF 90.36%);
}

.service-solar .home-about-left {
   margin-bottom: 150px;
}

.service-solar .service-services {
   background: linear-gradient(180deg, #261C92 43.21%, #00A7C8 100%);
   flex-direction: column;
   gap: 0;
}

.service-solar .service-services-item div {
   color: #fff;
   text-align: center;
   font-size: 20px;
   line-height: 1.5;
   margin-top: 7px;
}

.service-solar .service-services h3 {
   max-width: 1143px;
   margin: 0 auto;
   color: #fff;
   font-weight: 400;
   margin-bottom: 90px;
   text-align: center;
}

.service-solar .service-services h3 span {
   color: #E1B5DD;
   font-weight: 700;
}

.service-solar .service-services-inner {
    display: flex;
    gap: 27px;
    justify-content: center;
}

.solar-solutions {
   padding-top: 80px;
   padding-bottom: 60px;
}

.solar-solutions h3 {
   max-width: 1143px;
   margin: 0 auto;
   color: #261C92;
   font-weight: 400;
   margin-bottom: 73px;
   text-align: center;
}

.solar-solutions .home-services-item .relative {
    margin-top: 300px;
    padding: 72px 41px;
    display: block;
}

.solar-solutions .sim-results-items a {
    width: 50%;
}

.solar-solutions .home-services-item .relative h3 {
    margin-bottom: -16px;
}

.solar-form {
   background-color: transparent;
}

.solar-form .service-form-back {
   background: linear-gradient(0deg, #DEDDEF 0%, #BCB9DD 100%);
}

.service-cta {
   background: linear-gradient(270deg, #00A7C8 5.74%, #261C92 74.85%);
   display: flex;
   gap: 40px;
   align-items: center;
   justify-content: space-between;
   padding-top: 72px;
   padding-bottom: 72px;
}

.service-cta p {
   font-size: 35px;
   font-weight: 500;
   color: #fff;
   line-height: 1.2;
   max-width: 960px;
}

.service-cta span {
   font-weight: 800;
   color: #00A7C8;
}

.comm-faq {
   padding-bottom: 129px;
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 22px;
}

.comm-faq-item {
   border-radius: 16px;
   background: rgba(255, 255, 255, 0.76);
   backdrop-filter: blur(10px);
   padding: 37px 30px 60px 40px;
}

.comm-faq-item h5 {
   font-size: 24px;
   font-weight: 700;
   color: var(--blue);
   line-height: 1.4;
   margin-bottom: 23px;
}

.comm-faq-item div {
   color: #0D0A33;
   font-size: 20px;
   line-height: 1.5;
}

.service-comm .service-form {
   padding-bottom: 100px;
}

.form-file input {
   opacity: 0;
   position: absolute;
}

.form-file {
   position: relative;
}

.form-file-box {
   border-radius: 16px;
   border: 2px solid #E5E7EB;
   background: #FFF;
   height: 56px;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}

.form-file-box div {
   display: flex;
   align-items: center;
}

.form-file-box div:before {
   content: '';
   background-image: url(assets/img/upload.svg);
   height: 24px;
   width: 24px;
   display: inline-block;
   margin-right: 14px;
}

.service-vantages {
   background-color: #BCB9DD;
   padding-top: 88px;
   padding-bottom: 88px;
}

.service-vantages h2 {
   color: var(--blue);
   font-weight: 400;
}

.service-vantages-sub h2 {
   margin-bottom: 30px;
}

.service-vantages-items {
    margin: 80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 60px;
    justify-content: center;
}

.service-vantages-item {
   width: 20%;
   position: relative;
   min-width: 200px;
}

.service-vantages-item:last-child {
   padding-right: 0;
}

.service-vantages-item-inner {
   border-radius: 16px;
   background: rgba(245, 231, 244, 0.69);
   padding: 28px 20px;
   height: 100%;
}

.service-vantages-item-inner h5 {
   color: var(--blue);
   font-size: 20px;
   font-weight: 600;
   line-height: 1.3;
   margin-bottom: 16px;
   text-align: center;
}

.service-vantages-item-inner div {
   color: #0D0A33;
   font-size: 15px;
   font-weight: 500;
   line-height: 1.5;
   text-align: center;
}

.service-vantages-item:after {
    content: '';
    background-image: url(assets/img/chevron-double.svg);
    height: 34px;
    width: 22px;
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.service-vantages-item:last-child:after {
    content: none;
}

.service-self-text {
   font-size: 20px;
   font-weight: 500;
   color: var(--blue);
   margin-top: 84px;
}

.service-self .home-about {
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    padding-bottom: 90px;
}

.service-self .home-about-left {
    margin-bottom: 0;
}

.service-self-table {
   background: linear-gradient(0deg, #261C92 0%, #261C92 100%);
   padding-top: 80px;
   padding-bottom: 126px;
}

.service-self-table h2 {
   color: #fff;
   font-weight: 400;
   margin-bottom: 75px;
}

.service-self-table-items {
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.service-self-table-item {
   display: grid;
   grid-template-columns: 33% 1fr;
   gap: 12px;
}

.service-self-table-item h5 {
   border-radius: 8px;
   background: linear-gradient(135deg, rgba(173, 70, 255, 0.26) 0%, rgba(0, 167, 200, 0.36) 100%);
   color: #fff;
   font-size: 24px;
   font-weight: 600;
   height: 100%;
   display: flex;
   align-items: center;
   padding: 20px;
}

.service-self-table-text {
   border-radius: 8px;
   background: #fff;
   padding: 20px;
   height: 100%;
   display: flex;
   align-items: center;
   color: #261C92;
   font-size: 20px;
   font-weight: 500;
   line-height: 1.4;
}

.service-self-table-text div {
   display: flex;
}

.service-self-table-text div:before {
    content: '';
    background-image: url(assets/img/check-circle.svg);
    height: 45px;
    width: 66px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.service-self-table-item:nth-child(even) .service-self-table-text {
   background: rgba(255, 255, 255, 0.25);
   color: #fff;
}

.service-self-table-item:nth-child(even) .service-self-table-text div:before {
   background-image: url(assets/img/check-circle-white.svg);
}

.service-self .service-vantages h3 {
   color: #00A7C8;
}

.service-self .service-vantages {
   background-color: transparent;
}

.about .service-about-left p {
   color: #9F1191;
}

.about .service-self-text {
    margin-top: 0;
}

.about-mission {
   padding-top: 237px;
   padding-bottom: 237px;
}

.about-mission-block {
   display: grid;
   grid-template-columns: 60% 1fr;
   margin-bottom: 200px;
   color: #fff;
}

.about-mission-block:nth-child(even) {
   grid-template-columns: 1fr 60%;
   margin-bottom: 0;
   text-align: right;
}

.about-mission-block h2 {
   color: #fff;
   font-weight: 500;
   margin-bottom: 10px;
}

.about-mission-block h3 {
   color: #fff;
   font-weight: 400;
   font-size: 64px;
   margin-bottom: 20px;
}

.about-mission-block div {
   font-size: 20px;
}

.about-mission-block:nth-child(even) h2,
.about-mission-block:nth-child(even) h3 {
   text-align: right;
}

.about-vantages h2 {
   font-weight: 700;
}

.about-vantages .service-vantages-item-inner {
    background: var(--blue);
}

.about-vantages .service-vantages-item-inner h5,
.about-vantages .service-vantages-item-inner div {
    color: #fff;
}

.about .home-services-item:hover {
    flex: 2;
}

.about-services {
   padding-bottom: 93px;
}

.about-services h2 {
   font-size: 52px;
   color: var(--blue);
   font-weight: 400;
}

.about-services .btn {
   margin-top: 90px;
}

.header-mobile-inner {
   display: flex;
   justify-content: space-between;
   gap: 30px;
   align-items: center;
}

.menu-mobile {
   width: 29px;
   height: 36px;
   cursor: pointer;
}

.header-mobile .header-logo img {
    height: 36px;
}

.header-mobile-inner {
   background: rgba(255, 255, 255, 0.23);
   backdrop-filter: blur(9px);
   padding-top: 10px;
   padding-bottom: 10px;
}

.header-mobile .header-menu {
   display: block;
   position: fixed;
   left: 0;
   top: 64px;
   width: 100%;
   height: 100%;
   overflow-y: auto;
   opacity: 0;
   visibility: hidden;
}

.header-mobile.active .header-menu {
   opacity: 1;
   visibility: visible;
}

.header-menu-inner {
   border-radius: 0 0 16px 16px;
   background: rgba(255, 255, 255, 0.15);
   backdrop-filter: blur(10px);
   padding-top: 30px;
   padding-bottom: 44px;
}

.header-mobile-bottom {
   display: flex;
   gap: 10px;
   margin-top: 50px;
}

.header-mobile .header-menu ul {
   display: flex;
   flex-direction: column;
   gap: 0;
}

.header-mobile .btn {
   outline: none;
   width: 100%;
   white-space: unset;
   font-size: 12px;
   font-family: "Oxanium", sans-serif;
   padding: 11px 21px;
}

.header-mobile .header-menu li a {
   border-bottom: 1px solid #9C9B9B;
   width: 100%;
   padding: 20px 0;
}

.docs-content-mobile {
   display: none;
}




/* -------------------------------------------*-----------------*--------------------------------------------------*/
/*                    -----------------------*   MEDIA QUERIES   *------------------------                         */
/* -------------------------------------------*-----------------*--------------------------------------------------*/



@media (max-width: 1400px) { 

   .sim-results-items a {
       width: 49%;
   }

   .sim-results-items {
       flex-wrap: wrap;
   }

}

@media (max-width: 1199px) { 

   .header-menu ul {       
      gap: 40px;
   }

   .home-slider-inner div {
       font-size: 20px;
   }

   .home-slider-inner h1 {
       font-size: 70px;
   }

   .section-small {
       padding-left: 12%;
       padding-right: 12%;
   }

   .home-about-left h2 {
       font-size: 55px;
   }

  .home-about {
       padding-bottom: 80px;
       grid-template-columns: 1fr;
   }

}

@media (max-width: 991px) { 

   .section,
   .section-small {
       padding-left: 8%;
       padding-right: 8%;
   }

   .header-bottom,
   .header-top {
      display: none;
   }

   .header-mobile {
      display: block;
   }

   .home-services-top-left h2 {
    font-size: 40px;
   }

   .home-services-top-left div {
       font-size: 20px;
   }

   .docs-content-mobile {
      display: block;
   }

   .docs-content-desktop {
      display: none;
   }

   .docs-content {
       grid-template-columns: 1fr;
   }

   .docs-block h2 {
       font-size: 30px;
   }

   .docs-content-left a:before {
       content: none;
   }

   .home-about-right {
       grid-template-columns: 1fr;
       align-items: center;
   }

   .service-about-right div:last-child {
       margin-top: 0;
   }

   .service-about-right div, 
   .service-about2-left div {
       height: 300px;
   }

   .service-about2 {
       grid-template-columns: 1fr;
       gap: 50px;
       padding-top: 0;
       padding-bottom: 80px;
   }

   .service-services-item {
       width: 100%;
   }

   .service-services-item {
       width: 100%;
   }

   .comm-faq {
       padding-bottom: 69px;
       grid-template-columns: 1fr;
   }

   .about-mission-block {
       grid-template-columns: 1fr;
       margin-bottom: 110px;
   }

   .about-mission-block:nth-child(even) {
       grid-template-columns: 1fr;
       text-align: left;
   }

   .about-mission-block:nth-child(even) h2, 
   .about-mission-block:nth-child(even) h3 {
       text-align: left;
   }

   .about-mission-block h2 {
       font-size: 40px;
   }

   .about-mission-block h3 {
       font-size: 50px;
   }



}

@media (max-width: 767px) {

   .footer-top {
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }

    .footer-top > *:first-child {
        grid-column: 1 / -1;
    }

    .footer-bottom-inner {
       gap: 4px;
        flex-direction: column;
        text-align: center;
   }

   .home-slider-inner h1 {
       font-size: 60px;
   }

   .home-slider-section .main-icon {
      display: none;
   }

   .slick-dots {
       gap: 42px;
   }

   .slick-dots li {
       width: 30%;
   }

   .home-services-top {
       gap: 0px;
       flex-direction: column;
   }

   .home-services-nav {
       text-align: left;
       margin-bottom: 6px;
    }

    .home-services-top-right {
       margin-top: 37px;
   }

   .home-services-bottom {
       margin-top: 33px;
       flex-direction: column;
   }

   .home-services {
       padding-bottom: 20px;
   }

   .home-about-right {
      grid-template-columns: 1fr;
    }

    .home-about-right-main h3 {
       font-size: 36px;
   }

   .home-about-right-main div {
       font-size: 28px;
   }

   .home-specs-center {
      order: 3;
   }

   .home-specs-left {
      order: 1;
   }

   .home-specs-right {
      order: 2;
   }

   .home-specs-inner {
       grid-template-columns: 1fr;
   }

   .home-specs-side {
       margin-bottom: 18px;
       gap: 18px;
   }

   .heading h2 {
       margin-bottom: 30px;
       font-size: 36px;
   }

   .heading {
       margin-bottom: 60px;
   }

   .home-sim {
       padding-top: 0px;
   }

   .docs-title {
        height: auto;
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .docs-title h1 {
       font-size: 40px;
       margin-top: 80px;
   }

   .docs-content {
       padding-top: 60px;
       padding-bottom: 70px;
   }

   .service-title h1 {
       font-size: 48px;
       margin-top: 40px;
   }

   .service-title {
       height: 440px;
   }

   .service-title-back2 {
       height: 375px;
   }

   .service-about2 h2 {
      font-size: 32px;
   }

   .service-about2-item {
       width: 100%;
   }

   .form-row.split {
       grid-template-columns: 1fr;
   }

   .service-services {
       padding-top: 145px;
       padding-bottom: 145px;
       display: flex;
       gap: 27px;
       justify-content: center;
       flex-direction: column;
   }

   .service-services {
       padding-top: 85px;
       padding-bottom: 85px;
   }

   .sim-results-items a {
        width: 100%;
    }

    .service-solar .home-about-left {
       margin-bottom: 0px;
   }

   .service-solar .service-services h3 {
       font-size: 40px;
       margin-bottom: 50px;
   }

   .service-services {
        padding-top: 55px;
    }

    .service-solar .service-services-inner {
       flex-direction: column;
   }

   .solar-solutions h3 {
       font-size: 40px;
   }

   .solar-solutions .sim-results-items a {
       width: 100%;
   }

   .service-self-text {
       margin-top: -6px;
   }

   .service-self .home-about {
       grid-template-columns: 1fr;
       gap: 0;
   }

   .service-self-table-item h5 {
       font-size: 22px;
   }

   .service-self-table-item {
       grid-template-columns: 1fr;
   }

   .service-self-table {
       padding-top: 70px;
       padding-bottom: 76px;
   }

   .service-vantages {
       padding-top: 58px;
       padding-bottom: 68px;
   }

   .service-vantages-item {
       width: 100%;
   }

   .service-vantages-item:after {
       right: auto;
       left: 50%;
       top: auto;
       bottom: -45px;
       transform: translateX(-50%) rotate(90deg);
   }

   .service-self .service-vantages h3 {
       font-size: 36px;
   }

   .service-cta {
       flex-direction: column;
       text-align: center;
   }

   .service-cta p {
       font-size: 30px;
   }

   .about-mission {
       padding-top: 87px;
       padding-bottom: 87px;
   }

   .service-vantages-items {
       margin: 40px 0;
   }



}

@media (max-width: 550px) {

   .section,
   .section-small {
        padding-left: 22px;
        padding-right: 22px;
    }

    .footer-top {
        grid-column-gap: 30px;
    }

    footer {
       padding: 48px 0 30px 0;
   }

   .footer-bottom-inner {
       margin-top: 20px;
    }

     .home-slider-inner div {
       font-size: 17px;
   }

   .home-slider-inner h1 {
       font-size: 45px;
   }

   .home-slider {
      height: auto;
      padding-top: 160px;
      padding-bottom: 120px;
   }

   .slick-dots {
        position: relative;
        bottom: auto;
        margin-top: -47px;
        flex-direction: column;
        gap: 14px;
    }

   .slick-dots li {
        width: 100%;
    }

   .home-about-left h2 {
        font-size: 45px;
    }

    .label-row {
       font-size: 35px;
   }

   .heading h2 {
        margin-bottom: 20px;
    }

    .label-row span {
       font-size: 16px;
   }

   .range-labels span:nth-child(2) {
      display: none;
   }

   .range-labels {
       display: flex;
       justify-content: space-between;
       margin-top: 12px;
       font-size: 16px;
   }

   .home-sim-inner {
       margin-top: -14px;
   }

   .service-about {
       background-image: none;
       padding-top: 0px;
   }

   .service-form {
       padding-top: 22px;
       padding-bottom: 58px;
   }

   .service-faq {
        padding-top: 62px;
     }

   .service-form-inner {
       padding-left: 6%;
       padding-right: 6%;
   }  

   .service-faq .service-form-inner {
       padding-left: 0;
       padding-right: 0;
   }

   .service-about2 {
        gap: 33px;
    }
    
    .about-mission-block h3 {
       font-size: 40px;
   }

   .about-mission-block h2 {
        font-size: 30px;
    }



}

@media (max-width: 450px) {

  

}