@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:relative;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background:rgba(0,0,0,.45);
    backdrop-filter:blur(5px);
}
h1.aos-init.aos-animate {
    font-size: 55px;
}
h2.display-5.fw-bold.mb-3.aos-init.aos-animate {
    font-size: 50px;
}
.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;
}
h1.aos-init.aos-animate {
    font-size: 55px;
}
.navbar-nav .nav-link:hover{
    color:#00b8ff;
}
p.website-development-company-globaldezigns {
    font-size: 10px;
    text-align: center;
    margin: 16px 0 0 0;
}
 
/* Services dropdown - class names now match the HTML exactly */
.dropdown-custom{
    position:relative;
}
.dropdown-menu-custom{
    position:absolute;
    top:100%;
    left:0;
    min-width:220px;
    padding:8px 0;
    margin:0;
    list-style:none;
    background:rgba(0,0,0,.95);
    border-radius:6px;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.25s ease;
    z-index:999;
}
.dropdown-menu-custom li{
    margin:0;
}
.dropdown-item-custom{
    display:block;
    padding:12px 18px;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    transition:.3s;
}
.dropdown-item-custom:hover{
    background:rgba(255,255,255,.08);
    color:#00b8ff;
}
 
/* Desktop: hover opens the dropdown */
@media (min-width:993px){
    .dropdown-custom:hover > .dropdown-menu-custom{
        opacity:1;
        visibility:visible;
        transform:translateY(0);
    }
}
 
/* Mobile: click opens the dropdown, controlled by the .open class from JS */
@media (max-width:992px){
    .dropdown-menu-custom{
        position:static;
        display:none;
        opacity:1;
        visibility:visible;
        transform:none;
        background:transparent;
        padding:0;
        border-radius:0;
        margin-top:8px;
    }
    .dropdown-custom.open > .dropdown-menu-custom{
        display:block;
    }
    .dropdown-item-custom{
        padding:10px 0;
        text-align:center;
    }
    .dropdown-toggle-custom::after{
        margin-left:6px;
    }
}







.hero{

position:relative;
height:100vh;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;

}
.hero-video{

position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:0;

}

.hero .overlay{

position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.30);
z-index:1;

}

.hero-content{
position: relative;
    z-index: 2;
    color: #fff;
    max-width: 450px;
}

.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:36px;
font-weight: 100;
line-height:1.15;
margin-bottom:25px;
 font-family: 'Elms_Sans', sans-serif;
 

}

span.thin {
    color: #fff !important;
    font-weight: 100 !important;
}

.blue{
color:#00b8ff;
font-weight: 700;
}

.hero-content p{
font-family: 'Elms_Sans', 'Lato', sans-serif;
font-size:18px;
max-width:700px;
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;
}

}

/* 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;

}

}

/* 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;
    
    }

}

section {
    margin-bottom: 20px;
}

.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);

}

.services-section .content{
    position:absolute;
    left:25px;
    bottom:25px;
    z-index:2;
    color:#fff;
        max-width: 400px;
    transition: all .5s ease;
    background-color: #00b9f27a;
    padding: 13px 13px;
}

.services-section .content h3{
    font-family:'Elms_Sans', sans-serif;
    font-size:24px;
    font-weight:700;
    margin:0;
    text-transform:uppercase;
}


/* Paragraph Hidden */
.services-section .content p{
    font-family:'Elms_Sans','Lato',sans-serif;
    font-size:15px;
    line-height:24px;

    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    max-height:0;
    overflow:hidden;
    margin-top:0;

    transition:all .5s ease;
}



/* Hover Effect */
.services-section .service-card:hover .content{
    bottom:35px;
}

.services-section .service-card:hover .content h3{
    margin-bottom:15px;
}

.services-section .service-card:hover .content p{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    max-height:300px;
}

@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: revert-rule;

}

.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;
        opacity:1;
        visibility:visible;
        transform:none;
        /*max-height:300px;*/
}

}








/* Mobile Toggle */
@media (max-width:768px){

.services-section .content{
    left:20px;
    bottom:20px;
}

.services-section .content p{
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    max-height:0;
    overflow:hidden;
    transition:all .4s ease;
}

.services-section .service-card.active .content p{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    max-height:500px;
    margin-top:15px;
}

.services-section .service-card.active .content{
    bottom:20px;
}

}

























.ai-production{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Background Video */
.ai-production .bg-video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
    transition: transform .8s ease;
}

/* Overlay */
.ai-production .overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 1;
}

/* Content */
.ai-production .hero-content{
    position: relative;
    z-index: 2;
    color: #fff;
}

.ai-production .hero-content h1{
    font-size: 36px;
    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{
    max-width: 650px;
    margin: auto;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Elms_Sans','Lato',sans-serif;
    font-weight: 300;
}

/* Hover Effect */
.ai-production:hover .bg-video{
    transform: translate(-50%, -50%) scale(1.08);
}

/* Tablet */
@media(max-width:991px){

.ai-production{
    height:450px;
}

.ai-production .hero-content h1{
    font-size:50px;
}

.ai-production .hero-content p{
    font-size:17px;
}

}

/* Mobile */
@media(max-width:767px){

.ai-production{
    height:380px;
    padding:20px;
}

.ai-production .hero-content h1{
    font-size:34px;
}

.ai-production .hero-content p{
    font-size:15px;
    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/story.jpeg") 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/mainindustry.png") center center/cover no-repeat;
    padding:80px 0;
    color:#fff;
}

.industries-section .overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.industries-section .container{
    position:relative;
    z-index:2;
}

.industries-section .heading{
    margin-bottom:60px;
}

.industries-section .heading h2{
    font-size:55px;
    font-weight:700;
}

.industries-section .heading h2 .indus{
    color:#00B8F5;
}

.industries-section .industry{
    text-align:center;
    padding:20px 10px;
}

.industries-section .industry i{
    width:60px;
    height:60px;
    border:2px solid #fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 15px;
    font-size:24px;
    transition:.3s;
}

.industries-section .industry:hover i{
    background:#0d6efd;
    border-color:#0d6efd;
    transform:scale(1.1);
}

.industries-section .industry p{
    margin:0;
    letter-spacing:2px;
    font-size:15px;
}

@media(max-width:991px){
    .industries-section .heading h2{
        font-size:38px;
    }
}


















.project-section{
    position:relative;
    height:100vh;
    background:url('img/maincreate.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;
    }
}

.btn-custom-other{
    background:#00b9f2;
    color:#fff;
    border-radius:3px;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1px;
    transition:.3s;
}

.btn-custom-other:hover {
    background: #0099cc;
    color: #fff;
}

.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:#111625;
    padding:70px 0;
    color:#fff;
}

.footer-section .footer-title{
    margin-bottom:10px;
}

.footer-section .footer-title a{
    color:#00B8F5;
    font-size:48px;
    font-weight:700;
    text-decoration:underline;
    transition:.3s;
}

.footer-section .footer-title a:hover{
    color:#fff;
}

.footer-section .footer-heading{
    color:#00B8F5;
    font-size:30px;
    font-weight:600;
    margin-bottom:10px;
}

.footer-section p{
    margin-bottom:5px;
}

.footer-section p a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-section p a:hover{
    color:#00B8F5;
}

.footer-section .social-icons a{
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:8px;
    transition:.3s;
    font-size:16px;
}

.footer-section .social-icons i{
    font-size:18px;
}

.footer-section .social-icons a:hover{
    color:#00B8F5;
}

@media(max-width:768px){

.footer-section .footer-title a{
    font-size:36px;
}

.footer-section .footer-heading{
    font-size:24px;
}

.footer-section .social-icons{
    gap:15px !important;
}

.footer-section .social-icons a{
    font-size:15px;
}

}

span.small-title.color-white {
    color: #fff;
}