*{
    margin: 0;
    padding: 0;
}
.hero{
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay{
    position: absolute;
    inset: 0;
    background: rgba(2,6,23,0.75);

}

#particles-js{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-content{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    margin-top: 50px;
    justify-content: center;
    flex-direction: column;
    padding-left: 10%;
}

.hero-content h1{
    font-size: 3rem;
    font-weight: 800;
    color: white;
    max-width: 700px;
}

.hero-content h1 span{
    color: #2dd4ff;
}

.hero-content p{
    color: #cbd5e1;
    max-width: 600px;
    font-size: 1.2rem;
    margin-top: 20px;
}

.buttons{
    margin-top: 30px;
}

.btn-primary{
    background: #2dd4ff;
    border: none;
    color: #001220;
    padding: 12px 30px;
}

.btn-outline-light{
    padding: 12px 30px;
    margin-left: 15px;
}
body{
    background:#020617;
    color:white;
}

/* HERO */

.service-hero{
    height:100vh;
    width: 100%;

    background:
    linear-gradient(rgba(2,6,23,.85),
    rgba(2,6,23,.85)),
    url("images/digital-bg.jpg");

    background-size:cover;
    background-position:center;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    flex-direction:row;
    
}
.service-content{
    width: 50%;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.service-content h1{
    font-size:4rem;
    font-weight:800;
    color:#2dd4ff;
}

.service-content p{
    max-width:700px;
    font-size: 19px;
    color:#cbd5e1;
    text-align: center;
    line-height: 30px;
}
.about-right{
width: 50%;
height: 100%;
align-items: center;
display: flex;
justify-content: center;
}
.about-right img {
width: 350px;
height: 350px;
border-radius: 20%;
cursor: pointer;
}


/* SERVICES */

.services{
    padding:100px 10%;
}

.services h1{
    text-align:center;
    margin-bottom:50px;
    color:#2dd4ff;
    font-size: 70px;
    text-transform: capitalize;
}

.service-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
}

.service-card{
    background:#0f172a;
    padding:40px;
    border-radius:20px;

    text-align:center;

    transition:.4s;
}

.service-card:hover{
    transform:translateY(-10px);

    box-shadow:
    0 0 20px rgba(45,212,255,.4);
}

.service-card i{
    font-size:50px;
    color:#2dd4ff;
    margin-bottom:20px;
}

/* WHY US */

.why-us{
    padding:100px 10%;
}

.why-us h1{
    text-align:center;
    font-size: 60px;
    margin-bottom:50px;
    color:#2dd4ff;
}

.why-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
}

.why-container div{
    background:#0f172a;
    padding:30px;
    border-radius:15px;
}

/* CTA */

.cta{
    padding:100px 20px;
    text-align:center;
}

.cta h2{
    color:#2dd4ff;
}

.cta-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 35px;

    background:#2dd4ff;
    color:#001220;

    border-radius:30px;
    text-decoration:none;
    font-weight:bold;
}
.contact-section{

    background:#020617;
    min-height:100vh;

    padding:100px 10%;
}

.contact-container{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.contact-info h1{

    font-size:4rem;
    font-weight:800;
    color:#2dd4ff;
    margin-bottom:25px;
}

.contact-info p{

    color:#cbd5e1;
    font-size:1.1rem;
    line-height:1.8;
}

.info-box{

    margin-top:30px;
}

.info-box h3{

    color:#2dd4ff;
    margin-bottom:10px;
}

.contact-form{

    background:#0f172a;

    padding:40px;

    border-radius:20px;

    border:1px solid rgba(45,212,255,.2);

    box-shadow:
    0 0 25px rgba(45,212,255,.15);
}

.contact-form label{

    color:white;
    margin-bottom:8px;
}

.form-control{

    background:#1e293b;
    border:none;

    color:white;

    padding:5px;
}

.form-control:focus{

    background:#1e293b;
    color:white;

    box-shadow:
    0 0 10px rgba(45,212,255,.5);

    border:none;
}

.contact-btn{

    width:100%;

    padding:13px;

    border:none;

    border-radius:50px;

    background:#2dd4ff;

    color:#001220;

    font-weight:bold;

    transition:.4s;
}

.contact-btn:hover{

    transform:translateY(-3px);

    box-shadow:
    0 0 20px rgba(45,212,255,.6);
}


.footer{

    height:50vh;

    background:#2c3c4e;
   flex-direction: column;
    display:flex;

    justify-content:center;
    align-items:center;

    border-top:3px solid rgba(208, 213, 214, 0.2);
}

.footer-box{
height: 80%;
    text-align:center;
}

.footer-box h3{

    color:#2dd4ff;

    margin-bottom:20px;

    font-size:2rem;
}

.footer-box p{

    color:#cbd5e1;

    margin-bottom:10px;
}

.social-icons{

    margin-top:20px;
}

.social-icons a{

    display:inline-flex;

    justify-content:center;
    align-items:center;

    width:45px;
    height:45px;

    margin:0 8px;

    border-radius:50%;

    background:#0f172a;

    color:#2dd4ff;

    text-decoration:none;

    transition:.3s;
}

.social-icons a:hover{

    background:#2dd4ff;

    color:#001220;

    transform:translateY(-5px);
}
.footer-bottom{
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 20%;
    background-color: #001220;
}

/* testimonial  */
.testimonial{
    width: 100%;
    height: 100vh;
}

/* testimonial end */

body{
    background:#020617;
}

/* HERO */

.testimonial-hero{
    height:40vh;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;

    background:
    linear-gradient(
    rgba(2,6,23,.9),
    rgba(2,6,23,.9));
}

.hero-content h1{
    color:#2dd4ff;
    font-size:4rem;
    font-weight:800;
}

.hero-content p{
    color:#cbd5e1;
    font-size:1.1rem;
}

/* TESTIMONIALS */

.testimonials{
 
    padding:1px 10%;

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(320px,1fr));

    gap:30px;
}

.testimonial-card{

    background:#0f172a;

    padding:40px;

    border-radius:20px;

    text-align:center;

    border:1px solid rgba(45,212,255,.15);

    transition:.4s;
}

.testimonial-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 0 25px rgba(45,212,255,.25);
}

.stars{

    color:#2dd4ff;

    font-size:1.5rem;

    margin-bottom:20px;
}

.review{

    color:#cbd5e1;

    line-height:1.8;

    margin-bottom:30px;
}

.testimonial-card img{

    width:80px;
    height:80px;

    border-radius:50%;

    object-fit:cover;

    border:3px solid #2dd4ff;
}

.testimonial-card h3{

    color:white;

    margin-top:15px;
}

.testimonial-card span{

    color:#94a3b8;
}
/* Responsive */






@media (max-width: 768px) {
    .service-hero {
        flex-direction: column;
        height: auto;
        padding: 40px 20px;
    }

    .service-content,
    .about-right {
        width: 100% ;
    }

    .service-content h1 {
        font-size: 2.5rem;
    }
    .contact-container{

        grid-template-columns:1fr;
    }

    .contact-info h1{

        font-size:3rem;
    }

    
}