:root {
    --black: #000000;
    --white: #ffffff;
    --light-gray: #999999;
    --gray: #444444;
    --golden: #deb20b;
    --orange: #de7c0b;
    /* --blue: #0a0f59; */
    --blue: #032381;
    --l-blue: #0a4eba;
}

@font-face {
    font-family: fontKM;
    src: url(../fonts/Ubuntu-Medium.ttf);
}

@font-face {
    font-family: fontKR;
    src: url(../fonts/Ubuntu-Regular.ttf);
}

@font-face {
    font-family: fontKL;
    src: url(../fonts/Ubuntu-Light.ttf);
}

@font-face {
    font-family: fontKFIB;
    src: url(../fonts/PloniBold.otf);
}
@font-face {
    font-family: fontKFIR;
    src: url(../fonts/PloniRegular.otf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: fontKM;
}

body {
    font-family: fontKR;
}

a {
    text-decoration: none;
}

.t-golden {
    color: var(--golden);
}

.t-blue {
    color: var(--blue);
}

.btn-kaps {
    background-color: var(--blue);
    color: var(--white);
    padding: 8px 25px;
    border-radius: 2rem;
    transition: all 0.3s;
}

.btn-kaps:hover {
    background-color: var(--golden);
    color: var(--white);
}

/* =============================================================== */
/* Start Navbar Here */
/* =============================================================== */

.navbar {
    width: 100%;
    padding: 10px 60px;
    background-color: transparent;
}

.navbar img {
    width: 16rem;
}

.navbar .nav-link {
    /* margin: 10px 16px; */
    font-size: 1rem;
    letter-spacing: 0.2pt;
    text-transform: uppercase;
    color: var(--black);
    font-family: fontKM;
    /* transition: color 300ms cubic-bezier(0.075, 0.82, 0.165, 1); */
    /* position: relative;
    z-index: 1; */
    padding: 10px 20px !important;
    border: 1px solid var(--white);
    border-radius: 60px;
}

.navbar .nav-link:hover {
    color: var(--l-blue);
    border: 1px dashed var(--light-gray);
}

.navbar .nav-link.active {
    color: var(--l-blue);
    border: 1px dashed var(--light-gray);
}

.dropdown-menu {
    background-color: var(--white);
    color: var(--black);
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.navbar-nav .nav-link.show {
    color: var(--l-blue) !important;
}

.navbar-nav .nav-link.show:hover {
    color: var(--l-blue) !important;
}

.dropdown-item {
    padding: 8px 16px;
    transition: border 200ms ease, color 200ms ease;
    border-bottom: 1px solid var(--white);
    border-top: 1px solid var(--white);
    text-transform: capitalize;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--blue);
    border-bottom: 1px solid var(--l-blue);
    border-top: 1px solid var(--l-blue);
    /* background-color: var(--golden); */
}

/* =============================================================== */
/* End Navbar Here */
/* =============================================================== */

.logo {
    width: 30%;
}

/* =============================================================== */
/* Start Slider Here */
/* =============================================================== */

.carousel-caption{
    top: 12rem;
}
.carousel-caption h1{
    font-size: 3.5rem;
}
/* =============================================================== */
/* End Slider Here */
/* =============================================================== */

/* about */
.title-caption h1{
    text-transform: uppercase;
    color: var(--blue);
    font-weight: bold;
}
.title-caption label{
    text-transform: uppercase;
    color: var(--gray);
    font-weight: bold;
}

/* about-section */
.about-section p{
    font-size: 1.2rem;
}

/*  */
.section-space {
    padding: 4rem 0px;
}

/* features */
.feature-container{
    border-radius: 1rem;
    padding: 1.7rem;
    background:linear-gradient(to top,#ddd,#fff);
    transition:all 400ms ease-in-out;
}
.feature-container:hover{
    background:linear-gradient(to top,#92bcff,#fff);
}
.feature-container i{
    color: var(--l-blue);
}
.feature-container h5{
    margin: 12px 0px;
}
.feature-container p{
    margin-bottom: 0;
}

/* brands */
.brands{
    background-color: var(--blue);
    background-image: url(../images/footer-shape-1.png),url(../images/footer-shape-1.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 15rem,25rem;
    background-position: top left,bottom right;
}
.brands .brands-container{
    border-radius: 1.4rem;
    border: 4px solid var(--l-blue);
}
.brands .brands-container img{
    border-radius: 1.2rem;
}

/* free-service */
.free-service{
    background-color: var(--l-blue);
    color: var(--white);
    padding: 2rem 0;
}
.free-service h1{
    font-family: fontKFIB;
}
.free-service h2,.free-service h4{
    font-family: fontKFIR;
}

/*  */
.products-section{
    background-image: url(../images/wave.webp);
    background-size: 100%;
    background-position: center;
}

/* counter */
.counter-box {
    padding: 2rem;
    border: 1px solid #ddd;
    border-bottom: 4px solid var(--golden);
    border-radius: 1rem;
    transition: border-bottom 300ms ease-in-out, color 300ms ease-in-out;
}

.counter-box i {
    color: var(--l-blue);
    font-size: 5rem;
    transition: border-bottom 300ms ease-in-out, color 300ms ease-in-out;
}
 
.counter-box h5 {
    margin-bottom: 0px;
}
.counter-box h1 {
    font-weight: bold;
}

.counter-box:hover{
    border-bottom: 4px solid var(--l-blue);
}
.counter-box:hover i{
    color: var(--golden);
}
/* review-section */

.review-section{
    /* border: 1px solid var(--light-gray); */
    padding: 1rem;
    border-radius: 1rem;
    margin:1rem;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(#fff,#f6f6f6);
}
.review-section h4{
    color: var(--golden);
}

/* contact-details-container */
.contact-details-container{
    display: flex;
    gap: 6px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--black);
}
.contact-details-container a{
    color: var(--black);
    transition: all 0.3s;
}
.contact-details-container a:hover{
    color: var(--l-blue);
}
.contact-details-container i{
    color: var(--l-blue);
}

/* top-title-page-about */
.top-title-pages{
    padding: 7rem 0rem;
    color: var(--white);
}
.top-title-pages h1{
    text-transform: uppercase;
}
.top-title-page-about{
    background: url(../images/title-about.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:top center;
}
.top-title-page-products{
    background: url(../images/title-products.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:top center;
}
.top-title-page-warranty{
    background: url(../images/title-warranty.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:top;
}
.top-title-page-contact{
    background: url(../images/title-contact.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:top;
}
/*  */
.top-title-page-abinstall{
    background: url(../images/s-battery-installation.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:top;
}
.top-title-page-lead-battery{
    background: url(../images/s-lead-acid-battery-charging.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:top;
}
.top-title-page-inverter-backup{
    background: url(../images/s-inverter-backup.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:top;
}
.top-title-page-grid-tie{
    background: url(../images/s-grid-tie-solar.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:top;
}
.top-title-page-off-grid{
    background: url(../images/s-off-grid-solar.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:top;
}
.top-title-page-hybrid-solar{
    background: url(../images/s-hybrid-solution.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:top;
}
.top-title-page-solar-water-heater{
    background: url(../images/s-solar-water-heater.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:top;
}

/* page-title */
.page-title {
    background-color: #f0f0f0;
    padding-top: 3rem;
    color: var(--blue);
}

.page-title h2 {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.after-line {
    height: 5px;
    width: 7rem;
    background-color: var(--golden);
    margin-top: 1rem;
}

/* footer */
.footer-section{
    /* background-color: #efefef; */
    color: var(--blue);
    background-color: var(--blue);
    /* background-color: #ffffd3; */
}
.footer-section h3, .footer-section h5{
    color: var(--white);
    font-family: fontKR;
    letter-spacing: 1px;
}
.footer-section a{
    font-size: 1.2rem;
    color: var(--white);
    transition: all 0.3s;
}
.footer-section a:hover{
    color: var(--light-gray);
}
.footer-section i{
    /* background: linear-gradient(var(--blue),var(--l-blue)); */
    background:var(--l-blue);
    color: var(--white);
    padding: 0.5rem 0.8rem;
    border-radius: 30px;
    font-size: 1.1rem;
}
/* =============================================================== */
/* Start Back To Top Here */
/* =============================================================== */

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btn-back-to-top i {
    font-size: 18px;
    color: white;
}

/* =============================================================== */
/* End Back To Top Here */
/* =============================================================== */

/* =============================================================== */
/* Start Floating Icon Here */
/* =============================================================== */

/* .wp-button {
    margin-top: 14px;
} */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    padding: 8px 14px;
    bottom: 85px;
    right: 15px;
    background-color: #25d366;
    color: var(--white) !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}


/*  */
.credit-line {
    display: flex;
    justify-content: space-between;
    padding: 0.9rem 0px;
    font-size: 14px;
    color: var(--light-gray);
}

.credit-line a {
    text-decoration: none;
    color: var(--light-gray);
    /* font-size: 16px; */
    transition: color 0.3s, transform 0.3s;
}

.credit-line a:hover {
    color: var(--golden);
    transform: scale(1.1);
}

/* =============================================================== */
/* End Footer Here */
/* =============================================================== */