 
    *{
        font-family: poppins,sans-serif;
        margin: 0;
        padding: 0;
        box-sizing:border-box;
		
     
    }
    .navbar {
        background-color: #0d0d2b;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
    }
    .navbar img {
        height: 60px;
      
    }
    .nav-links {
        list-style: none;
        display: flex;
        gap: 20px;
        
    }
    .nav-links li {
        position: relative;
    }
    .nav-links a {
        color: white;
        text-decoration: none;
        font-weight: bold;
        transition: color 0.3s;
    }
    .nav-links a:hover {
        color: #ff0000;
    }

    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        min-width: 150px;
        box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
        z-index: 1;
    }
    .dropdown-content a {
        color: black;
        padding: 10px;
        display: block;
        text-decoration: none;
    }
    .dropdown-content a:hover {
        background-color: #ddd;
    }
    .nav-links li:hover .dropdown-content {
        display: block;
    }
   
.hire-me {
        background-color: #ff0000;
        color: white;
        padding: 8px 15px;
        border-radius: 20px;
        text-decoration: none;
        transition: background 0.3s;
    }
    .hire-me:hover {
        background-color: #ffffff;
        }

        .hero-section{
			background-image:url("images/desktop.jpg ");
			height: 550px;

        }

           .btn-2{
         background-color: #ff0000;
        color: white;
        padding: 8px 15px;
        border-radius: 20px;
        text-decoration: none;
        transition: background 0.3s;
        border: none;
        margin-left: 200px;
        margin-top: 50px;
    }
        .btn-2:hover{
        background-color: #e01515;

}
         .btn-3{
        background-color: #ff0000;
        color: white;
        padding: 8px 20px;
        border-radius: 20px;
        text-decoration: none;
        transition: background 0.3s;
        border: none;
        margin-left: 10px;
        margin-top: 50px;
    }

.btn-3:hover{
       background-color: #e01515;

}

.top {
      font-size: 28px;
      font-weight: 600;
      letter-spacing: 2px;
      word-spacing: 2px;
      color: #ddd;
    padding-top: 200px;
      line-height: 1px;
       margin-left: 200px;
       
    }

  .middle {
      font-size: 67px;
      font-weight: 900;
      letter-spacing:2px;
      color: #ddd;
      margin-left: 200px;
      
    }

 .bottom {
      font-size: 22px;
      font-weight:600;
      letter-spacing: 9px;
      color: #ddd;
      margin-top:1px;
      line-height: 1px;
      margin-left: 200px;

    }
    .hero-section h2{
        color: #ffffff;
        text-align: center;
        font-size:30px;
       
    }

.cta{
background-color: #ffffff;
margin-top: 50px;
}

.cta h3{
color: #ff0000;
text-align: center;
}

.cta p{
color: #555;
text-align: center;
margin-top: 10px;

}

.video{
    background-color: #555;
    height: 544px;
    margin-top: 50px;
}
iframe{
    margin-top:22px;
   margin-left: 10%;

}

  .footer {
    background-color: #0a0a3b;
    color: white;
    padding: 40px 20px;
    text-align: center;
    margin-top:30px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    text-align: left;
}

.footer-section {
    flex: 1;
    margin: 15px;
    min-width: 200px;
}

.footer-section h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-section p {
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration:underline;
}


.social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.social span {
    font-size: 16px;
    margin-right: 10px;
}

.social .line {
    width: 50px;
    height: 1px;
    background-color: white;
    margin: 0 15px;
}

.social a {
    color: white;
    font-size: 18px;
    margin: 0 5px;
    transition: 0.3s;
}

.social a:hover {
    color: #ff0101;
}


.footer-bottom {
    margin-top: 20px;
    font-size: 14px;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 14px;
}


