:root {
    --primary-color: #488db4;
    --secondary-color: #f5f2fe;
    --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    --default-font-family: "Poppins", sans-serif;
    --heading-font-family: "Playfair Display", serif;
  
  }
  .container{
    justify-content: space-between !important;
}

  .hero {
    background: var(--secondary-color);
    text-align: center;
    padding: 160px 20px;
  }

  .mb-5 {
    margin-bottom: 3rem !important;
  }
  
  .name,
  .heading2,
  .country {
    text-align: center;
    margin: 0;
    
  }

  h1 {
    font-size: 96px;
    line-height: 1.5;
  }
  
  .heading2 {
    font-size: 48px;
  }
  
  h3 {
    font-size: 24px;
    opacity: 0.7;
  }
  h2{
    font-size: 64px;
  }

  p{
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
  }

  .d-lg-block {
    display: block !important;
  }
   .text-muted{
    color: #6c757d !important;
  }
  
  .project-description{
    padding: 120px 60px;
  }
  .contact-link {
    background: var(--primary-color);
    box-shadow: var(--box-shadow);
    color: white;

  }
  
  .about-link {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
  }
  
  .homepage-link {
    color: var(--primary-color);
    text-align: center;
    display: block;
  }
  
  .about-paragraphs {
    display: flex;
    margin: 30px 0;
  }
  
  .about-paragraphs p {
    margin: 10px;
  }
  
  .email-link {
    display: flex;
    justify-content: center;
    color: var(--primary-color);
    font-size: 28px;
    text-decoration: none;
  }
  
  .email-link:hover {
    text-decoration: underline;
  }
  
  .primary-link {
    border-radius: 4px;
    padding: 20px 15px;
    text-decoration: none;
    text-transform: capitalize;
    background: var(--primary-color);
    box-shadow: var(--box-shadow);
    color: white;
    margin-top: 10px;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  .container-fluid {
    margin-right: 1em;
  }


  .mt-3 {
    margin-top: 1rem !important;
  }
  
  .d-none {
    display: none !important;
  }



  .justify-content-center {
    justify-content: center !important;
  }
  .d-flex {
    display: flex !important;
  }


  a {
    color: #0d6efd;
    text-decoration: underline;
  }
  nav .nav_link :hover{
    color: #0d6efd;
  }

  
  @media (max-width: 1400px) {
    .container{
      max-width: 1320px;
    }
  }


  @media (min-width: 992px) {
    .d-lg-block {
      display: block !important;
    }
  }

  .col {
    flex: 1 0 0%;
  }

  @media (max-width: 576px) {
   .name {
      font-size: 48px;
      line-height: 1.5;
    }
    img {
      display: none;
    }
    .p-link {
      display: block;
      text-align: center;
      margin: 0 20px;
      width: 90%;
    }
    p {
      text-align: center;
    }
    .mb-3 {
      font-size: 32px;
      text-align: center;
    }
  }

  @media (max-width: 900px) {
    h1 {
      font-size: 44px;
      line-height: 2;
    }
  
    h2 {
      font-size: 44px;
    }
  
    .hero {
      padding: 80px 20px;
    }
  
    .project-description {
      padding: 0;
      text-align: center;
    }
  }
  