body {

    margin: 0;

    padding-top: 0;

    background-color: #f4f4f9;

    font-family: 'Soin Sans Pro';

    color: #333;

  }



  .header {

    background-color: #212529;

    color: #ffffff;

    padding: 10px 15px;

    position: fixed;

    width: 100%;

    top: 0;

    z-index: 1000;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  }



  .header h1 {

    margin: 0;

    font-size: 2rem;

  }

  .header nav {

display: flex;

gap: 20px;

}



.header .nav-link {

color: #ffffff !important;

padding: 5px 15px;

text-decoration: none;

font-weight: 500;

position: relative;

transition: color 0.3s ease;

}



.header .nav-link::after {

content: '';

display: block;

width: 0;

height: 2px;

background: #ffffff;

transition: width 0.3s;

}



.header .nav-link:hover::after {

width: 100%;

}



.header .nav-link:hover {

color: #ffce00 !important;

}

  .navbar-nav {

    display: flex;

    gap: 15px;

  }



  .nav-link {

    color: #ffffff !important;

    padding: 5px 10px;

    text-decoration: none;

    font-weight: 500;

    position: relative;

    transition: color 0.3s ease;

  }



  .nav-link:hover {

    color: #ffce00 !important;

  }



  .navbar-toggler {

    border: none;

  }



  .main-content {

    padding-top: 70px;

  }



  .main-content {

    padding-top: 54px;

  }

.bg-overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.5);

  }

  .about-section {

display: flex;

flex-wrap: wrap;

align-items: center;

padding: 50px 20px;

background-color: #ffffff;

border-radius: 15px;

box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

}



.about-section img {

max-width: 40%; 

height: auto;

border-radius: 15px;

margin-top: -1150px; 
}

.about-section .text-content {

flex: 1;

font-size: 1.2rem;

line-height: 1.8;

color: #555;

margin-left: 20px; 

}



.about-section h2 {

font-family: 'Rama Gothic', sans-serif;

font-size: 2.5rem;

margin-bottom: 20px;

color: #000000;

}

.logo {

width: 50px; 

height: auto; 

}

.footer {

background-color: #212529;

color: #ffffff;

padding: 30px 0;

text-align: center;

font-size: 0.9rem;

}





@media (max-width: 768px) {

.navbar-nav {

      flex-direction: column;

      gap: 10px;

    }

  }

  @media (max-width: 768px) {

.about-section {

  margin-top: 1200px; 

  padding: 20px;

  flex-direction: column;

  text-align: center; 

}



.about-section img {

  max-width: 80%; 

  margin-right: 0; 

  margin-bottom: 20px; 

}



.about-section .text-content {

  margin-left: 0; 

  margin-bottom: 20px;

}



.about-section h2 {

  font-size: 2rem; 

}

}