/**
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
*/

a{
    text-decoration: none;
}
body{
    font-family: 'Jura', sans-serif;
    background: #202d4c !important;
    font-size: 16px;
}
html,body{
    scroll-behavior: smooth;
}
.hero{
    position: relative;
    height: 100svh;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.hero-slider-wrapper{
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}
.hero-slide img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.hero video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.hero:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #202d4ca3;
    z-index: 1;
}
.hero-inner{
    height: auto;
    border: none;
}
.hero-inner:before{
    display: none;
}
.hero.video:before{
    background: rgb(32 45 76 / 40%);
}
.page-container{
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    position: relative;
    z-index: 2;
}
.header{
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    border-left: 1px solid rgb(255 255 255 / 20%);
}
.logo{
    text-align: center;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo svg{
    width:340px;
    height: auto;
}
.logo svg *{
    fill: #fff;
}
.logo img{
}
.header > div > div{
    border-right: 1px solid rgb(255 255 255 / 20%);
}
.languages ul{
    display: flex;
    flex-direction: column;
    margin:0;
    padding:0;
    list-style: none;
}
.languages ul a{
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255 255 255/20%);
    border-bottom: 1px solid rgba(255 255 255/20%);
    transition: all 0.3s ease-out;
}
.languages ul a:hover{
    background: #fff;
    color: #202d4c;
}
.menu-side{
    height: 160px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    padding:0 60px;
}
.menu-trigger{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.menu-trigger p{
    margin:0;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease-out;

}
.menu-trigger span{
    display: block;
    width: 40px;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: relative;
    transition: all 0.3s ease-out;
}
.menu-trigger span:before{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    margin-top: -7px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-out;

}
.menu-trigger span:after{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 7px;
    transition: all 0.3s ease-out;

}
.menu-trigger:hover span:before,
.menu-trigger:hover span:after{
    width: 30px;    
}
.menu-close .menu-trigger span:before{
    margin:0;
    transform: translateX(-50%) rotate(45deg);
}
.menu-close .menu-trigger span:after{
    margin:0;
    transform: translateX(-50%) rotate(-45deg);
}
.menu-close .menu-trigger span{
    border-color: transparent;
}
.header-social ul{
    list-style: none;
    margin:0;
    padding:0;
    display: flex;
}
.header-social ul a{
    display: block;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255 255 255/20%);
    color: #fff;
    transition: all 0.3s ease-out;
}
.header-social ul a:hover{
    background: #fff;
    color: #202d4c;
}
.hero-content{
    height: calc(100svh - 400px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid rgba(255 255 255 / 20%);
    border-right: 1px solid rgba(255 255 255 / 20%);
    border-left: 1px solid rgba(255 255 255 / 20%);
    padding: 0 100px;
}
.hero-content h1{
    color: #fff;
    font-size: 90px;
    margin: 0 0 20px 0;
    line-height: 1;
    font-weight: 300;
}
.hero-content p{
    margin:0;
    font-size: 30px;
    color: #fff;
}
.hero-home-options{
    display: flex;
    height: 178px;
    border-left: 1px solid rgba(255 255 255 / 20%);
}
.hero-option{
    position: relative;
    flex:1;
    display: flex;
    align-items: flex-end;
    border-right: 1px solid rgba(255 255 255 / 20%);
}
.hero-option .hero-option-image + a{
    display: block;
    background: #fff;
    color: #202d4c;
    padding:15px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease-out;
}
.hero-option:hover .hero-option-image + a{
    background: #202d4c;
    color: #fff;
}
.hero-option-image{
    position: absolute;
    bottom: 60px;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s 0.3s ease-out;
    height: 0;
}
.hero-option-image a{
    background: rgba(29, 29, 29, 0.6);
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    text-decoration: none;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.hero-option-image a:before{
    content: "";
    width: 40px;
    height: 40px;
    background: url('assets/images/dots.svg') no-repeat center center / 100%;
    position: absolute;
    bottom: 30px;
    right: 30px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease-out;
}
.hero-option-image a p{
    color: #fff;
    margin:0;
    font-size: 19px;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease-out;
    position: relative;
}
.hero-option-image a p:before{
    content: "";
    width: 0;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: -3px;
    right: 0;
    transition: all 0.3s ease-out;
}
.hero-option-image a p:hover:before{
    width: 100%;
    left: 0;
}
.hero-option-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-out;
}
.hero-option-image:hover img{
    transform: scale(1.1);
}
.hero-option:hover .hero-option-image{
    height: 300px;
    transition: all 0.3s ease-out;
}
.hero-option:hover .hero-option-image a p{
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s 0.3s ease-out;
}
.hero-option:hover .hero-option-image a:before{
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s 0.3s ease-out;
}
.dark-cta{
    display: block;
    background: #202d4c;
    color: #fff;
    padding:15px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease-out;
}
.dark-cta:hover{
    background: #fff;
    color: #202d4c;
}

.footer p{
    color: #fff;
    font-size: 19px;
}
.footer p a{
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.footer-info{
    list-style: none;
    margin:0;
    padding:0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5px;
}
.footer-info li{
    color: #fff;
}
.footer img{
    width: 260px;
}
.footer .container > .grid{
    border-left: 1px solid rgba(255 255 255 / 20%);
}
.footer .grid > div{
    padding:40px;
    border-right: 1px solid rgba(255 255 255 / 20%);
    border-bottom: 1px solid rgba(255 255 255 / 20%);
}
.footer h3{
    color: #fff;
    font-size: 26px;
}

.footer .newsletter p{
    line-height: 1.3;
    font-size: 16px;
}
.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    display: flex;
}
.preload-filler{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top;
    background: #fff;
    transform: scaleY(0);
}
.preloader span{
    width: 33.3%;
    height: 100%;
    background: #202d4c;
    display: block;
    transform-origin: top;
}
.preloader-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    mix-blend-mode: difference;
}
.preloader-logo svg{
    width: 300px;
    
}

.preloader-logo svg *{
    fill: #fff;
}

.menu-component{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #202d4c;
    z-index: 999;
    transform-origin: top;
    transform: scaleY(0);
}
.main-nav-menu {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
    list-style: none;
    margin:0;
    padding:0;
}
.main-nav-menu  li{
    overflow: hidden;
}
.main-nav-menu  li a{
    color: #fff;
    font-size: 50px;
    transition: all 0.3s ease-out;
    opacity: 0.5;
    transform: translateY(75px);
    display: block;
}
.main-nav-menu  li a:hover{
    opacity: 1;
}
.menu-component-wrapper{
    border-left: 1px solid rgba(255 255 255 / 20%);
    border-right: 1px solid rgba(255 255 255 / 20%);
    height: 100vh;
    opacity: 0;
}
.main-nav{
    padding: 60px 80px;
    border-right: 1px solid rgba(255 255 255 / 20%);
}

.menu-social ul{
    list-style: none;
    margin:0;
    padding:0;
    display: flex;
    gap: 40px;
}
.menu-social ul a{
    display: block;
    font-size: 30px;
    color: #fff;
    position: relative;
}
.menu-social ul a:before{
    content: "";
    width: 0;
    right: 0;
    bottom: -5px;
    transition: all 0.3s ease-out;
    height: 1px;
    border-bottom: 2px solid #fff;
    position: absolute;
}
.menu-social ul a:hover:before{
    width: 100%;
    left: 0;
}
.menu-info{
    padding:60px;
}
.menu-info p{
    font-size: 21px;
    line-height: 1.3;
    color: #fff;
}
.menu-info .footer-info{
    grid-template-columns: 1fr;
}
.about p{
    font-size: 21px;
    color: #fff;
}
.inner-wrapper{
    padding: 80px 60px;
    border-right: 1px solid rgba(255 255 255 / 20%);
    border-left: 1px solid rgba(255 255 255 / 20%);
}
.inner-wrapper.bottom{
    border-bottom: 1px solid rgba(255 255 255 / 20%);
}
.section-title{
    margin-bottom: 60px;
}
.section-title h2{
    color: #fff;
    font-size: 50px;
}
.main-btn{
    margin-top: 40px;
    position: relative;
    display: inline-block;
}
.main-btn:before{
    content: "";
    width: 1px;
    height: 17px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: scaleY(1) translateY(-50%) ;
    transition: all 0.3s ease-out;
    right: -17px;
    transform-origin: center;
}
.main-btn:after{
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: calc(100% + 9px);
    transition: all 0.3s ease-out;
}
.main-btn:hover:before{
    transform: scaleY(0) translateY(-50%);
}
.main-btn:hover:after{
    width: 40px;
}
.main-btn a{
    color: #fff;
    font-size: 17px;
    display: inline-block;
}

.project-box:not(:last-child){
    margin-bottom: 60px;
}
.project-box a{
    display: flex;
    align-items: center;
}
.project-box:nth-child(even) a{
    flex-direction: row-reverse;
}
.project-box:nth-child(even) .project-content{
    text-align: left;
    padding-right: 0;
    padding-left: 40px;
}
.project-box:nth-child(even) .project-content h3{
   margin-right: 0;
   margin-left: -140px;
}
.project-content{
    flex:1;
    text-align: right;
    padding-right: 40px;
}
.project-content h3{
    color: #fff;
    font-size: 40px;
    margin-right: -140px;
    z-index: 4;
    position: relative;
}
.project-content span{
    color: #fff;
    font-size: 21px;
    opacity: 0.4;
    transition: all 0.3s ease-out;
}
.project-box:hover .project-content span{
    opacity: 1;
}
.project-image{
    width: 65%;
    position: relative;
    padding: 20px;
    border: 1px solid rgba(255 255 255 / 20%);
}
.project-image-inner{
    position: relative;
    overflow: hidden;
}
.project-image-inner:before{
    content: "";
    inset: 0px;
     background: rgba(32, 45, 76, 0.2); 
    position: absolute;
    transition: all 0.3s ease-out;
    z-index: 3;
}
.project-image img{
    width: 100%;
    aspect-ratio: 16/9;
    transition: all 0.3s ease-out;
    object-fit: cover;
}
.project-box:hover .project-image-inner:before{
    opacity: 0;
}
.project-box:hover .project-image img{
    transform: scale(1.1);
}
.quote ul{
    margin:0;
    padding:0;
    border-right: 1px solid rgb(255 255 255 / 20%);
    border-left: 1px solid rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    list-style: none;
    gap: 60px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 60px 0;
    font-size: 30px;
    /* background: #fff; */
}
.quote.top ul{
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-bottom: none;
}
.quote ul li{
    position: relative;
}
.quote ul li:not(:last-child):after{
    content: "/";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 25px);
    font-size: 25px;
    font-weight: 200;
    opacity: 0.4;
}
.section-content p:not(:last-of-type){
    margin-bottom: 15px;
}
.section-content ul{
    margin:0px 0 15px 21px;
    list-style: disc;
}
.inner-decoration-slider .splide__arrow,
.inner-decoration-slider .splide__arrow svg{
    transition: all 0.3s ease-out;
}
.inner-decoration-slider .splide__arrow:hover svg{
    fill: white;
}
.project-map iframe{
    width: 100%;
    aspect-ratio: 16/9;
}
.single-video iframe{
    width: 700px;
    aspect-ratio: 16/9;
    height: auto;
}
@media(max-width:1024px){
    .header > div > div{
        border: none;
    }
    .menu-side:not(.menu-close){
        height: auto;
        border: none;
        padding:0;
    }
    .menu-side.menu-close{
        border: none;
    }
    .logo{
        height: auto;
        display: block;
    }
    .hero-content{
        padding:0;
        height: calc(100svh - 202px);
    }
    .hero-content h1{
        font-size: 3.8rem;
    }
    .hero-content p{
        font-size: 1.7rem;
    }
    .hero-option-image{
        display: none;
    }
    .hero-home-options{
        height: auto;
    }
    .hero-option{
        border: none;
    }
    .inner-wrapper{
        padding:4rem 1.5rem
    }
    .section-title h2{
        font-size: 2.2rem;
    }
    .footer .grid > div{
        padding:3rem 1.5rem
    }
}
@media(max-width:991px){
    .project-box a,.project-box:nth-child(even) a{
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 15px;
    }
    .project-image{
        width: 100%;
    }
    .project-box:nth-child(even) .project-content h3,
    .project-content h3{
        margin:0;
        font-size: 1.5rem;
    }
    .project-content,.project-box:nth-child(even) .project-content{
        padding:0;
        text-align: left;
    }
    .main-nav{
        padding:40px;
    }
    .main-nav-menu{
        gap: 10px;
    }
    .main-nav-menu li a{
        font-size: 2.6rem;
    }
}
@media(max-width:768px){
    .quote ul{
        gap: 25px;
    }
    .quote ul li:not(:last-child):after{
        content: "-";
        left: 50%;
        transform: translateX(-50%);
        bottom: -32px;
        top: auto;
    }
    .footer-info{
        grid-template-columns: 1fr;
    }
    .menu-side.menu-close{
        height: auto;
        padding:0;
        border: none;
    }
}
@media(max-width:600px){
    .hero-content h1 {
        font-size: 3rem;
    }
    .hero-content p {
    font-size: 1.4rem;
}
.main-nav-menu li a {
    font-size: 2rem;
}
}
@media(max-width:420px){
    .hero-content{
        height: calc(100svh - 262px);
    }
}