.navbar .nav-link {
    color: #ffffff !important;
}
.font
{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.navbar .nav-link:hover {
    color: rgb(120, 120, 247) !important;
}
.btn-custom.btn1 {
    background-color: #00cc99;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
.btn-custom.btn1:hover {
    background-color: #009977;
}
.nav
{
    background-color: rgb(0, 0, 0);
}
.mt-6
{
    margin-top: 10% !important;
}
.font-size
{
    font-size: 70px;
}
.img1
{
    width: 95%;
    height: 100%;
}
.icon1
{
    color: rgb(72, 72, 187);
}
.icon3
{
    color: yellow;
}
.icon2
{
    color: orangered;
}
.form-label {
    color: #c6c1c1;
    font-weight: 500;
}
.btn-primary {
    background-color: #007bff;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-weight: 500;
}
.btn-primary:hover {
    background-color: #0056b3;
    transform: scale(1.02);
}
.form-bg {
    background-color: #2f2e36;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(116, 116, 116, 0.5);
}
.icon4
{
    background-color: rgb(81, 80, 80) !important;
    padding: 10px 8px 8px 10px;
    border-radius: 40px;
}
.icon5
{
    background-color: rgb(81, 80, 80);
    padding: 10px 10px 10px 13px;
    border-radius: 40px;
}
 html {
      scroll-behavior: smooth;
    }
@media (min-width:230px) and (max-width:575px){
    .font-size
    {
        font-size: 50px !important;    
    }
    .img2
    {
        width: 100% !important;
        height: 100% !important;
    }
}

.social-icons a i {
  font-size: 24px;
  transition: color 0.3s ease;
}

.social-icons a i {
    background-color: rgb(81, 80, 80);
    padding: 10px 10px 10px 13px;
    border-radius: 40px; 
    color: white;
}

.social-icons a:hover .facebook-icon {
  color: #3b5998; 
}

.social-icons a:hover .linkedin-icon {
  color: #0a66c2; 
}

.social-icons a:hover .github-icon {
  color: #171515; 
}

.social-icons a:hover .instagram-icon {
  color: #e1306c;
}
