*{
        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: #fff;
        padding: 8px 15px;
        border-radius: 20px;
        text-decoration: none;
        transition: background 0.3s;
    }
    .hire-me:hover {
        background-color: #fdfdfd;
    }

      .section {
        padding: 10px 50px;
        background-color: #ff0000;
        text-align: center;
        margin: 0;
        padding-top: -10;
    }

    .subtitle {
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0px;
        letter-spacing: 2px;
        margin-top: 50px;
    }

    .title {
        color:#fff;
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .btn {
        display: inline-block;
        background-color: white;
        color: red;
        font: weight 18px;
        padding: 2px 20px;
        border-radius: 50px;
        font-size: 18px;
        text-decoration: none;
        letter-spacing: 2px;
        transition: 0.3s ease;
        margin-bottom: 50px;
    }

    .btn:hover {
        background-color: red;
        color: rgb(110, 108, 108);
    }
    
    
    .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        max-width: 700px;
        margin: auto;
        margin-top:50px;
    }

    .container a {
        display: block;
        overflow: hidden;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        cursor: pointer;
    }

    .container img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.4s ease;
    }

    .enlarged {
        transform: scale(1.3);
        z-index: 10;
    }
    .footer {
    background-color: #0a0a3b;
    color: white;
    padding: 40px 20px;
    text-align: center;
    margin-top:50px;
}

.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;
}
