@font-face {
    font-family: 'Elms_Sans';
    src: url('../fonts/Elms_Sans.woff2') format('woff2'),
         url('../fonts/Elms_Sans.woff') format('woff'),
         url('../fonts/Elms_Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
 font-family: 'Elms_Sans', sans-serif;
background: #000;

}

.main-header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
background:rgba(0,0,0,.45);
backdrop-filter:blur(5px);
}

.navbar{
padding:18px 0;
}

.navbar-brand img{
height:65px;
}

.navbar-nav .nav-link{
color:#fff;
font-size:15px;
margin-left:30px;
font-weight:400;
transition:.3s;
font-family: 'Elms_Sans', 'Lato', sans-serif;
}

.navbar-nav .nav-link:hover{
color:#00b8ff;
}

.hero{
background:url('img/slide1.png') center center;
background-size:cover;
background-repeat:no-repeat;
height:100vh;
position:relative;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;
}

.overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,.45);
top:0;
left:0;
}

.hero-content{
position:relative;
z-index:2;
text-align:center;
color:#fff;
max-width:850px;
margin:auto;
}

.hero-content h6{
letter-spacing:4px;
font-size:14px;
font-weight:500;
margin-bottom:25px;
 font-family: 'Elms_Sans', sans-serif;
}

.hero-content h1{

font-size:72px;
font-weight:700;
line-height:1.15;
margin-bottom:25px;
 font-family: 'Elms_Sans', sans-serif;

}

.blue{
color:#00b8ff;
}

.hero-content p{
font-family: 'Elms_Sans', 'Lato', sans-serif;
font-size:18px;
max-width:700px;
margin:auto;
line-height:32px;
font-weight:300;
font-family: 'Elms_Sans', 'Lato', sans-serif;
}

/* Tablet */

@media(max-width:992px){

.hero-content h1{
font-size:55px;
font-family: 'Elms_Sans', sans-serif;
}

.navbar-nav{
padding-top:20px;
text-align:center;
}

.navbar-nav .nav-link{
margin:12px 0;
font-family: 'Elms_Sans', 'Lato', sans-serif;
}

}

/* Mobile */

@media(max-width:768px){

.hero{

height:100vh;
padding:120px 20px;
}

.hero-content h1{

font-size:40px;
line-height:1.3;
font-family: 'Elms_Sans', sans-serif;

}

.hero-content p{
font-family: 'Elms_Sans', 'Lato', sans-serif;
font-size:16px;
line-height:28px;

}

.navbar-brand img{
height:55px;
}

}

/* Small Mobile */

@media(max-width:480px){

.hero-content h1{
font-family: 'Elms_Sans', sans-serif;
font-size:30px;

}

.hero-content h6{
font-family: 'Elms_Sans', sans-serif;
font-size:12px;

letter-spacing:3px;

}

.hero-content p{
font-family: 'Elms_Sans', 'Lato', sans-serif;
font-size:15px;

}

}













.services-section{
overflow:hidden;
}

.services-section .service-card{

position:relative;
height:420px;
overflow:hidden;
cursor:pointer;

}

.services-section .service-card img{

width:100%;
height:100%;
object-fit:cover;
transition:.6s;

}

.services-section .service-card:hover img{

transform:scale(1.08);

}

.services-section .overlay{

position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.45);
transition:.4s;

}

.services-section .service-card:hover .overlay{

background:rgba(0,0,0,.2);

}

.content{

position:absolute;
left:25px;
bottom:25px;
z-index:2;
color:#fff;
max-width:420px;

}

.content h3{
font-family: 'Elms_Sans', sans-serif;
font-size:24px;
font-weight:700;
margin-bottom:10px;
text-transform:uppercase;

}

.services-section .content p{
font-family: 'Elms_Sans', 'Lato', sans-serif;
font-size:15px;
line-height:24px;
margin:0;

}

@media(max-width:992px){

.services-section .service-card{

height:350px;

}

.services-section .content h3{
font-family: 'Elms_Sans', sans-serif;
font-size:20px;

}

}

@media(max-width:768px){

.services-section .service-card{

height:300px;

}

.services-section .content{

left:20px;
bottom:20px;

}

.services-section .content h3{
font-family: 'Elms_Sans', sans-serif;
font-size:18px;

}

.services-section .content p{
font-family: 'Elms_Sans', 'Lato', sans-serif;
font-size:14px;
line-height:22px;

}

}











.ai-production{

    position:relative;

    height:550px;

    background:url("img/production.png") center center;

    background-size:cover;

    background-repeat:no-repeat;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

}

.ai-production::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.45);

}

.ai-production .hero-content{

    position:relative;

    z-index:2;

    text-align:center;

    color:#fff;

}

.ai-production .hero-content h1{

    font-size:72px;
font-family: 'Elms_Sans', sans-serif;
    font-weight:300;

    margin-bottom:20px;

    text-transform:uppercase;

}

.ai-production .hero-content h1 span{

    color:#11B8FF;
font-family: 'Elms_Sans', sans-serif;
    font-weight:700;

}

.ai-production .hero-content p{
font-family: 'Elms_Sans', 'Lato', sans-serif;
    max-width:650px;

    margin:auto;

    font-size:20px;

    line-height:32px;

    font-weight:300;

}

/* Hover Effect */

.ai-production{

    transition:.6s;

}

.ai-production:hover{

    background-size:108%;

}

/* Tablet */

@media(max-width:991px){

.ai-production .hero-content h1{
font-family: 'Elms_Sans', sans-serif;
    font-size:50px;

}

.ai-production .hero-content p{
font-family: 'Elms_Sans', 'Lato', sans-serif;
    font-size:17px;

}

.ai-production{

    height:450px;

}

}

/* Mobile */

@media(max-width:767px){

.ai-production{

    height:380px;

    padding:20px;

}

.ai-production .hero-content h1{

    font-size:34px;
    font-family: 'Elms_Sans', sans-serif;

}

.ai-production .hero-content p{

    font-size:15px;
font-family: 'Elms_Sans', 'Lato', sans-serif;
    line-height:25px;

}

}













.why-us{

    background:url("img/why.png") center center/cover no-repeat;
    position:relative;
    padding:120px 0;
    color:#fff;
}

.why-us .overlay{

    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
}

.why-us .heading{

    position:relative;
    z-index:2;
}

.why-us .small-title{
font-family: 'Elms_Sans', 'Lato', sans-serif;
    color:#ddd;
    letter-spacing:3px;
    font-size:13px;
}

.why-us .heading h2{
    font-family: 'Elms_Sans', sans-serif;
    font-size:55px;
    font-weight:700;
}

.why-us .heading span{

    color:#00bfff;
}

.why-us .feature-box{

    position:relative;
    z-index:2;
    padding:20px;
    transition:.4s;
}

.why-us .icon{

    width:70px;
    height:70px;
    border:2px solid #fff;
    border-radius:50%;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.why-us .feature-box h5{
font-family: 'Elms_Sans', sans-serif;
    color:#00bfff;
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

.why-us .feature-box p{
font-family: 'Elms_Sans', 'Lato', sans-serif;
    color:#ddd;
    font-size:14px;
    line-height:1.7;
}

.why-us .feature-box:hover{

    transform:translateY(-10px);
}

.why-us .feature-box:hover .icon{

    background:#fff;
    color:#000;
}

@media(max-width:768px){

.why-us .heading h2{
font-family: 'Elms_Sans', sans-serif;
    font-size:34px;
}

.why-us{

    padding:70px 0;
}

}












.about-team{

    position:relative;

    background:url("img/team-main.png") center center/cover no-repeat;

    min-height:100vh;

    padding:90px 0;
}

.about-team .overlay{

    position:absolute;
    inset:0;

    background:rgba(0,0,0,.65);
}

.about-team .container{
    position:relative;
    z-index:2;
}

.about-team span{
    color:#00bfff;
}

.about-team .about-text{
font-family: 'Elms_Sans', 'Lato', sans-serif;
    max-width:850px;
    margin:auto;

    color:#ddd;

    font-size:15px;
    line-height:1.8;
}

.about-team .team-card{

    border:2px solid #00bfff;

    overflow:hidden;

    transition:.4s;

    cursor:pointer;
}

.about-team .team-card img{

    width:100%;
    display:block;
    transition:.5s;
}

.about-team .team-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 30px rgba(0,191,255,.4);
}

.about-team .team-card:hover img{

    transform:scale(1.08);
}

@media(max-width:768px){

.about-team{

padding:70px 0;
}

.about-team .display-5{
font-family: 'Elms_Sans', 'Lato', sans-serif;
font-size:35px;
}

.about-team .about-text{
font-family: 'Elms_Sans', 'Lato', sans-serif;
font-size:14px;
}

}










.frame-section{
    position:relative;
    height:100vh;
    background:url("img/team-main.png") center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
}

.frame-section.overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.55);
}

.frame-section .container{
    position:relative;
    z-index:2;
}

.frame-section .frame-title{
    font-size:60px;
    font-weight:700;
    line-height:1.2;
    text-transform:uppercase;
    letter-spacing:2px;
    font-family: 'Elms_Sans', sans-serif;
}

.frame-section .blue-text{
    color:#00B8F5;
}

.frame-section .white-text{
    color:#fff;
    font-family: 'Elms_Sans', 'Lato', sans-serif;
}

@media(max-width:992px){

    .frame-section .frame-title{
        font-size:42px;
        font-family: 'Elms_Sans', sans-serif;
    }

}

@media(max-width:576px){

    .frame-title{
        font-size:28px;
        font-family: 'Elms_Sans', sans-serif;
    }

}
















.industries-section{
    position:relative;
    background:url("img/team-main.png") center center/cover no-repeat;
    min-height:700px;
    padding:80px 0;
    color:#fff;
}

.industries-section .overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

 .industries-section .heading{
    position:relative;
    z-index:2;
    margin-bottom:80px;
}

.industries-section .heading span{
    letter-spacing:2px;
}

.industries-section .heading h2{
    font-size:55px;
    font-weight:300;
}

.industries-section .heading h2 .indus{
    font-weight:700;
    color: #00B8F5;
}

.industries-section .industry{
    position:absolute;
    z-index:2;
}

.industries-section.industry i{
    width:42px;
    height:42px;
    border:2px solid #fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    font-size:18px;
    transition:.4s;
}

.industries-section .industry p{
    margin-top:8px;
    font-size:13px;
    letter-spacing:2px;
}

.industries-section .industry:hover i{
    background:#0d6efd;
    border-color:#0d6efd;
    transform:scale(1.1);
}

/* Positions */

.industries-section .industry-1{
    top:180px;
    left:80px;
}

.industries-section .industry-2{
    top:160px;
    left:340px;
}

.industries-section .industry-3{
    top:360px;
    left:120px;
}

.industries-section .industry-4{
    top:360px;
    left:350px;
}

.industries-section .industry-5{
    top:180px;
    right:220px;
}

.industries-section .industry-6{
    top:180px;
    right:20px;
}

.industries-section .industry-7{
    top:360px;
    right:220px;
}

.industries-section .industry-8{
    top:360px;
    right:20px;
}

/* Responsive */

@media(max-width:991px){

.industries-section .heading h2{
    font-size:38px;
}

.industries-section .industries-section{
    min-height:auto;
}

.industries-section .industry{
    position:static;
    margin:25px 0;
}

.industries-section .row{
    text-align:center;
}

}


















.project-section{
    position:relative;
    height:100vh;
    background:url('img/team-main.png') center center/cover no-repeat;
    overflow:hidden;
}

.project-section .overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.project-section .container{
    position:relative;
    z-index:2;
}

.project-section .hero-title{
    font-size:70px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1.1;
}

.project-section .blue-text{
    color:#00b9f2;
}

.project-section .white-text{
    color:#fff;
    font-weight:300;
}

.project-section .hero-text{
    color:#fff;
    font-size:18px;
    line-height:1.8;
}

.project-section .btn-custom{
    background:#00b9f2;
    color:#fff;
    padding:15px 40px;
    border-radius:3px;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1px;
    transition:.3s;
}

.project-section .btn-custom:hover{
    background:#0099cc;
    color:#fff;
    transform:translateY(-2px);
}

@media(max-width:991px){
    .project-section .hero-title{
        font-size:50px;
    }
}

@media(max-width:767px){
    .project-section .hero-title{
        font-size:34px;
    }

   .project-section  .hero-text{
        font-size:15px;
    }

    .project-section .btn-custom{
        padding:12px 28px;
    }
}









.hiring-section{
    background:#111424;
    color:#fff;
}

.hiring-section .hire-title{
    color:#14c3ff;
    font-size:42px;
    font-weight:700;
}

.hiring-section h4{
    font-size:28px;
}

.hiring-section .email{
    color:#ffffff;
    text-decoration:none;
    font-weight:600;
}

.hiring-section .email:hover{
    color:#14c3ff;
}

.hiring-section .social a{
    color:#fff;
    text-decoration:none;
    margin-right:22px;
    font-size:15px;
}

.hiring-section .social a:hover{
    color:#14c3ff;
}

.hiring-section .social i{
    margin-right:6px;
}

.hiring-section .logo-img{
    max-width:300px;
    width:100%;
}

/* Responsive */

@media(max-width:991px){

    .hiring-section .hire-title{
        font-size:32px;
    }

    .hiring-section h4{
        font-size:22px;
    }

    .hiring-section .social{
        gap:12px;
    }

}









.footer-section{
    background:#121523;
    padding:70px 0;
    margin-top: 32px;
}

.footer-section h5{
    color:#00c8ff;
    font-size:22px;
    font-weight:600;
    margin-bottom:20px;
}

.footer-section .footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-section .footer-links li{
    margin-bottom:8px;
    color:#fff;
    font-size:15px;
    font-weight:300;
}

.footer-section .footer-links a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-section .footer-links a:hover{
    color:#00c8ff;
}

.footer-section h5:first-child{
    text-decoration: underline;
    text-underline-offset:5px;
}

@media(max-width:768px){

    .footer-section{
        text-align:center;
    }

    .footer-section h5{
        margin-top:15px;
    }

}