*{
    padding: 0;
    margin: 0;
    font-family: "Instrument Sans", sans-serif;
    color: #313131;
}

.content1{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}
.content2{
  width: 100%;
   max-width: 900px;
    margin: 0 auto
}
.content3{
  width: 100%;
  max-width: 820px;
    margin: 0 auto
}

.content5{
  width: 100%;
    max-width: 480px;
    margin: 0 auto
}

.btns {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.btns a {
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  line-height: 100%;
}

.btn1 {
  background: linear-gradient(135deg, #651FBB, #2E0E55);
  color: #D7D7D7;
}

.btn1:hover {
  opacity: 0.7;
}

.btn2 {
  border: 2px solid #313131;
  color: #313131;
  background-color: transparent;
}

.btn2:hover {
  background-color: #313131;
  color: white;
}

.btn3{
    background-color: #1C1C1C;
    color: #D7D7D7;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500 !important;
}

h1{
    font-weight: 600;
    line-height: 130%;
    font-size: 30px;
    margin-bottom: 20px;
}

h3{
    font-weight: 28px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px;
    text-align: center;
}

p{
   line-height: 150%; 
   font-size: 14px;
   font-weight: 400;
   font-style: normal;
   margin-bottom: 20px;
}
.source-code{  
    font-family: "Source Code Pro", monospace !important;
    line-height: 206.99999999999997%;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 2px;
}
ul li{
    list-style: none;
    font-weight: 400;
    font-size: 16px;
}
.d-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

}
header {
  background-image: url(./Images/Background.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
}
 .hero-section .text {
  flex: 1 1 400px;
  min-width: 280px;
}
.hero-section .image {
  flex: 1 1 600px;
  min-width: 280px; 
} 

.lace-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.navbar {
    padding: 50px 10px;
    margin: 0px auto;
}
.logo {
    width: 150px;
} 
.nav-link {
    font-size: 13px;
    padding: 8px auto;
    line-height: 21px;
    transition: 0.3s;
    color: #313131!important;
}
.nav-link:hover {
    color: #3a3a3a;
}
.primary {
    display: inline-block;
    background: linear-gradient(135deg, #651FBB, #2E0E55);
    color: #D7D7D7!important;
    font-size: 16px;
    padding: 8px 16px;
}

.mobile-nav-list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100vh;
    width: 100%;
}
.mobile-nav-list li {
    margin: 10px;
}
.mobile-nav-list .nav-link {
    font-size: 14px;
    padding: 8px 0;
    display: block;
}

.btn-close:active,
.btn-close:focus {
    background-color: #8b0000 !important;
    box-shadow: none !important;
}
.hero-section,
.community,
.structure,
.features{
    padding: 60px 40px;
}

.hero-section{
  margin-bottom: 80px;
}

.community{
    text-align: center;
}

.lace-php,
.source-code{
    border: 1px solid #ddd;
    padding: 20px 30px;
}
    .community .d-flex {
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
    }

    .community .d-flex div {
      text-align: center;
    }

    .community .d-flex img {
      width: 50px;
      height: 50px;
      object-fit: contain;
      margin-bottom: 8px;
    }

    footer {
      padding: 70px 20px;
      text-align: center;
    }

    footer .d-flex {
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 30px;
    }

    footer img {
      width: 250px;
      margin-bottom: 20px;
    }

    footer ul {
      list-style: none;
      padding: 0;
    }

    footer ul li a {
      text-decoration: none;
      color: #313131;
      font-size: 14px;
      font-weight: 500;
      display: block;
      margin-bottom: 16px;
    }

    .shoe-img {
      max-width: 100%;
      padding: 20px;
    }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.features-grid > .feature-card-container:nth-child(3n) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.features-grid > .feature-card-container:nth-last-child(-n + 3) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.feature-card img {
  width: 48px;
  height: 48px;
  align-items: center;
  margin-bottom: 16px;
  display: block;
  margin: 0 auto 16px auto;
}

.feature-card h5 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #313131;
  text-align: center;
}

.feature-card p {
  font-size: 13px;
  line-height: 150%;
}

@media (max-width: 1000px) {
  .hero-container {
    flex-direction: column;
    align-items: center;
  }

  .hero-section .text,
  .hero-section .image {
    flex: 1 1 100%;
    width: 100%;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

   
  .features-grid > .feature-card-container:nth-child(2n) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  
  .features-grid > .feature-card-container:nth-child(3) {
    border-right: none;
    border-bottom: none;
  }
}



@media (max-width: 768px) {
  .lace-php-container {
  width: 90% !important;
}
  .hero-section .container{
     flex-wrap: wrap;
  }
      .community .d-flex {
        flex-direction: column;
        align-items: center;
      }

      footer .d-flex {
        flex-direction: column;
        align-items: center;
      }

      .hero-section,
      .community,
      .structure,
      .features{
          padding: 40px 40px;
      }
      
    }

    @media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-card-container {
    border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-bottom: none !important; 
  }

  .features-grid > .feature-card-container:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
  }
}


 .source-code-container {
  position: relative;
  display: inline-block;
}
.lace-php-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 auto; 
}


.plus-icon {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: rgba(73, 73, 73, 1);
  background: none;
  line-height: 1;
  margin: 0;
  padding: 0;
  pointer-events: none;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}


.top-left {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.top-right {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.bottom-left {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.bottom-right {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.feature-card-container {
  position: relative;
  height: 100%;
}

