/**

Theme Name: Astra Child

Author: Brainstorm Force

Author URI: http://wpastra.com/about/

Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: astra-child

Template: astra

*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Jost", sans-serif;
    font-size: 23px;
    color: var(--black);
}
html{
    scroll-padding-top: 100px;
}
:root{
    --black:#0e0e0e;
    --orange-100:#ffb703;
    --orange-200:#fb8500;
    --blue-100:#8ecae6;
    --blue-200:#219ebc;
    --blue-300:#023047;

}
.header-right__top{
    margin-top: 20px;
}
.main-navigation > ul > li{
    position: relative;
    padding-bottom: 20px;
}
.main-navigation > ul > li > ul{
    position: absolute;
    right: 0;
    top: 100%;
    background: white;
    border: 1px solid rgba(0 0 0 /10%);
    border-bottom: none;
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease-out;
}
.front-page .main-navigation > ul > li:has(ul) > a:after {
    content: url("data:image/svg+xml,%3Csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");
    height: 27px;
}
.dark .main-navigation > ul > li:has(ul) > a:after{
    content: url("data:image/svg+xml,%3Csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");
}
.custom-sticky .main-navigation > ul > li:has(ul) > a:after,.main-navigation > ul > li:has(ul) > a:after{
    content: url("data:image/svg+xml,%3Csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");
}
.main-navigation > ul > li:hover > ul{
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}
.main-navigation > ul > li > ul a{
    padding:13px;
    font-size: 17px;
    color: var(--black);
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0 0 0 /10%);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}
.main-navigation > ul > li > ul a:before{
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--blue-100);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.3s ease-out;
}
.main-navigation > ul > li > ul a:hover{
    color: white;
}
.main-navigation > ul > li > ul a:hover:before{
    height: 100%;
}
.main-navigation > ul > li > a{
    font-size: 22px;
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
} 
.main-navigation > ul > li > a:before{
    content: "";
    border-bottom: 2px solid;
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    transition: all 0.3s ease-out;
}
.main-navigation > ul > li > a:hover:before{
    width: 100%;
}
/* .header-info{
    border-color: rgba(255 255 255 / 20%);
} */
.hero-slide img{
    display: block;
    width: 100%;
    height: 100svh;
    object-fit: cover;
    filter: brightness(0.7);
}
.main-cta{
    border: 1px solid white;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding:0 20px;
    color: white;
    position: relative;
    transition: all 0.3s ease-out;
    z-index: 1;
}
.main-cta:hover{
    color: var(--black);
}
.main-cta:hover:before{
    width: 100%;
}
.main-cta:before{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    transition: all 0.3s ease-out;
    background: white;
    top: 0;
    z-index: -1;
}
.main-cta.dark:before{
    background: var(--blue-200);
}
.main-cta.dark ion-icon{
    color: white;
}
.main-cta.dark:hover{
    border-color: var(--blue-200);
    color: white;
}
.main-cta span{
    display: block;
    height: 20px;
}
.main-cta ion-icon{
    transition: all 0.3s ease-in-out;
    opacity: 0;
    margin-left: -28px;
}
.main-cta:hover ion-icon{
    opacity: 1;
    margin-left: 0;
}
.scroll-down{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    top: -60px;
    transition: all 0.3s ease-out;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
}
.scroll-down:hover{
    opacity: 0.7;
}
.hero-services{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
}
.hero-services ul a{
    display: flex;
    flex-direction: column;
    text-align: center;
    backdrop-filter: blur(5px);
    padding: 20px;
    width: 200px;
    background: #ffffff26;
    height: 100%;
    line-height: 1.2;
    font-size: 17px;
    color: white;
    justify-content: center;
    transition: all 0.3s ease-out;
    border-radius: 5px;
    opacity: 0;
    transform: translateX(-20px);
    /* border: 1px solid; */
}
.hero-services ul a:hover{
    background: white;
    color: var(--black);
    transform: translateY(-10px);
}
.hero-services ul a svg{
    height: 40px;
    width: auto;
    fill: white;
    display: inline-block;
    margin-bottom: 10px;
}
.hero-services ul a svg *{
    fill: white;
    transition: all 0.3s ease-out;
}
.hero-services ul a:hover svg *{
    fill: var(--blue-200);
}
.border-line{
    background: var(--blue-200);
}
.about-container p:before{
    content: "";
    width: 5px;
    position: absolute;
    top: 3.5rem;
    bottom: 3.5rem;
    left: 0;
    background: var(--blue-200);
}
.sun-image{
    position: absolute;
    top: -200px;
    right: 0;
    z-index: -1;
}
.sun-image svg{
    fill: var(--blue-200);
    width: 390px;
    opacity: 0.1;
}
.wind-image{
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: -1;
}
.wind-image svg{
    fill: var(--blue-200);
    width: 390px;
    opacity: 0.1;
}
.home-images{
    display: grid;
    width: 100%;
    height: 1000px;
    grid-template-rows: repeat(3,1fr);
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
}
.home-images a{
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    position: absolute;
    z-index: 2;
    inset: 0;
    color: white;
    font-weight: 600;
    font-size: 28px;
    flex-direction: column;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.home-images a span{
    transition: all 0.3s ease-out;
    margin-bottom: -42px;
}
.home-images a em{
    font-size: 22px;
    font-weight: 400;
    display: block;
    opacity: 0;
    transition: all 0.3s ease-out;
    line-height: 1.1;
}
.home-images a:hover span{
    margin-bottom: 15px;
}
.home-images a:hover em{
    opacity: 1;
}
/* .home-images a:hover{
    padding-bottom: 60px;
} */
.home-images a svg{
    width: auto;
    height: 40px;
}
.home-icon{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: #ffffff26;
    backdrop-filter: blur(5px);
}
.home-icon img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(50%) hue-rotate(80deg) brightness(115%) contrast(100%);
}
.home-images a svg *{
    fill: white;
}
.home-images > div{
    position: relative;
}
.home-images > div:nth-child(1){
    grid-column:1/3
}
.home-images > div:nth-child(2){
    grid-row:1/3;
    grid-column: 3;
}
.home-images > div:nth-child(3){
    grid-row:2/4;
    grid-column: 1;
}
.home-images > div:nth-child(5){
    grid-row:3;
    grid-column: 2/4;
}
.home-images > div > a + img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: linear-gradient(180deg, black 30%, transparent);
    opacity: 0;
    transition: all 0.3s ease-out;
}
.home-images > div:hover img{
    opacity: 1;
}
.grid-a{
    grid-area: A;
    background: var(--blue-100);
}
.grid-b{
    grid-area: B;
    background: var(--blue-200);
}
.grid-c{
    grid-area: C;
    background: var(--blue-300);
}
.grid-d{
    grid-area: D;
    background: var(--orange-100);
}
.grid-e{
    grid-area: E;
    background: var(--orange-200);
}


.project-box-content .main-cta{
    min-height: 40px;
}
.project-box:hover img{
    opacity: 0.8;
}
.footer{
    font-size: 18px;
}
.footer h4{
    margin-bottom: 10px;
}
.footer ul ul{
    display: grid;
    gap: 10px;
}
.footer ul ul a{
    transition: all 0.3s ease-out;
}
.footer ul ul a:hover{
    padding-left: 5px;
    color: var(--blue-200);
}
.custom-sticky .logo img{
    margin-bottom: -55px;
}
.custom-sticky .header-right__left{
    color: var(--black);
}
.custom-sticky{
    background: white;
    box-shadow: 0 0 20px 0 rgba(0 0 0 /10%);
}
.custom-sticky .header-info{
    border-color: rgb(163 163 163 / 20%);
}
.hero-container-content > *{
    overflow: hidden;
}
.hero-container-content span{
    transform: translateY(100%);
    display: block;
}
.front-page-head .header-right{
    opacity: 0;
}
.front-page-head .logo{
    transform: translateY(-100%);
}
.hero-container{
    overflow: hidden;
}
.hero-slider{
    transform: scale(1.2);
    opacity: 0;
}
.projects-slider .splide__arrow{
    transform: none;
    top: -100px;
    background: transparent;
}
.projects-slider .splide__arrow svg{
    fill: var(--blue-200);
}
.projects-slider .splide__arrow--next{
    right: 0;
}
.projects-slider .splide__arrow--prev{
    left: auto;
    right: 46px;
}
.sources-images img{
    height: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(92%) saturate(0%) hue-rotate(222deg) brightness(106%) contrast(102%);
}
.service-details h3{
    font-weight: 600;
    margin-bottom: 1.6rem;
    font-size: 2rem;
}
.service-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 80px;
    padding:1.25rem;
    aspect-ratio: 1;
    border-radius: 100%;
}
.service-icon img.white{
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(50%) hue-rotate(80deg) brightness(115%) contrast(100%);
}
.service-icon svg{
    width: 100%;
    height: auto;
}
.mobile-nav > li{
    position: relative;
}
.mobile-nav > li > ul{
    font-size: 1.6rem;
    margin-top: 1.4rem;
    display: none;
    line-height: 1;
}
.mobile-nav > li > ul > li > a{
    padding-block: 5px;
    display: block;
}
.mobile-nav > li > ul > li:first-of-type > a{
    padding-top: 0;
}
.mobile-nav > li > ul > li:last-of-type > a{
    padding-bottom: 0;
}
@media(max-width:1280px){
    .about-container p:before{
        top: 0;
        bottom: 0;
    }
}
@media(max-width:1024px){
    .projects-slider .splide__arrow{
        display: none;
    }
    .home-images {
       
       display: block;
       height: auto;
    }
    .home-images > div{
        min-height: 300px;
    }
    .home-images > div:not(:last-child){
        margin-bottom: 20px;
    }
    .home-images a{
        font-size: 1.6rem;
        padding:1.1rem
    }
    .home-images a span{
        display: block;
        line-height: 1.1;
        margin-bottom: -20px;
    }
    .service-icon{
        top: 6.5rem;
        right: 1.5rem;
    }
    .service-details h3{
        line-height: 1.2;
        font-size: 1.7rem;
    }
    p{
        font-size: 1.3rem;
    }
}
@media(max-width:480px){
    .mobile-nav > li > ul{
        font-size: 1.3rem;
    }
}