@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


*{
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      font-family: Work Sans;
}


/* reuseable content */

.btn-primary{
      background-color: #FF900E;
      padding: 20px 30px;
      border: none;
      border-radius: 10px;
      margin-bottom: 40px;
      color: white;
      font-size: 1.3rem;
      font-weight: 600;
}

/* navbar  */


.navbar{
      display: flex;
      justify-content: space-between;
      text-align: center;
      align-items: center;
      margin: 0 auto;   
      gap: 40px;
      max-width: 1440px;
padding: 40px 0 115px 0;

}
.navbar strong{
      font-weight: bold;
      font-size: 2rem;
            color: #131313;

}

.navbar-content ul li{
list-style: none;
}

/* navbar-content */


.navbar-content ul{
      display: flex;
justify-content: space-around;
align-items: center;
text-align: center;
gap: 80px;
font-size: 1.2rem;
cursor: pointer;

}

.hero-section{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      justify-content: center;
      width: 1440px;
      height: 700;
      margin: 0 auto;

}

.hero-section h1{
      font-weight: bold;
      font-size: 4rem;
      color: #131313;
      margin-bottom: 30px;
}
.hero-section p{
            color: #727272;
            font-size: 1rem;
            margin-bottom: 30px;
            line-height: 1.6;

}

.hero-img{
      margin-bottom: 115px;
}

/* section-2 */

.section-1{
      display: flex;
      /* justify-content: space-around; */
      align-items: center;
      /* text-align: center; */
      margin: 0 auto;
      width: 1440px;
      gap: 70px;
      margin-bottom: 115px;
      padding: 40px;
}
.section-1-img{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
}

.section-1-content h1{
font-size: 3rem;
margin-bottom: 20px;
}

.section-1-content p{
color: #727272;
margin-bottom: 30px;
line-height: 1.5;
}
.quick-list{
      color: #727272;
      font-weight: 600;
}
.features{
      color: #FF900E;
}

/* section-2  */


.section-2{
      margin: 0 auto;
      width: 1440px;
      display: flex;
      justify-content: space-between;
      /* align-items: center; */
      gap: 160px;
      margin-bottom: 115px;
}

.section-2-content h1{
      font-size: 2.7rem;
      margin-bottom: 20px;
      margin-top: 50px;
      padding: 0px 0px 0px 20px;
      border-left: 5px solid orange;
}
.section-2-content p{
      color: #727272;
      line-height: 1.5;
      margin-bottom: 20px;
}
.section-2-cards{
      margin-bottom: 115px;
}

.section-2-card{
padding: 30px;
      background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* X Y Blur Color */
  border-radius: 10px;
  margin-bottom: 20px;
  
}
.section-2-card h3{
      margin-bottom: 10px;
}
.section-2-img h1{
      
background-color: #FF900E;
width: 342px;
height: 200px;
text-align: center;
font-size: 4rem;
color: white;
font-weight: bold;
line-height: .7;
padding-top:60px;
border-radius: 10px;
position: absolute;
margin-left: -100px;
margin-top: -80px;

}


.section-2-img h1 span{
      font-weight: 500;
      font-size: 2rem;
      
}

/* section-3- */


.section-3-container{
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      width: 1440px;
      margin-bottom: 135px;
}
.section-3-container-title h1{
      font-size: 3rem;
      margin-bottom: 20px;
}
.section-3-container-title p{
      color: #727272;
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 80px;
}



.section-3-container-cards {
  display: flex;
  text-align: center;
  justify-content: space-between; /* more even */
  align-items: stretch;
  gap: 80px; 
  padding-left: 40px; 
}

.s-3-card {
  flex: 1;
  border: 1px solid orange;
  padding: 70px 0;
  border-radius: 10px;
  margin: 0;
}

.s-3-card img{
      margin-bottom: 10px;
}
.s-3-card h2{
      margin-bottom: 5px;
}

/* section-4-container */

.section-4-container{
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      width: 1440px;
      text-align: center;
}
.section-4-title h1{
font-weight: bold;
font-size: 3rem;
margin-bottom: 20px;
}
.section-4-title p{
      color: #727272;
      margin-bottom: 60px;
}
.section-4-img{
      display: flex;
      justify-content: space-between;
      margin-bottom: 120px;
      /* filter: invert(100%); */
      filter: brightness(0%);
}
.s-4-footer{
      background-color: #FFF4E7;
      padding: 30px;
      margin-bottom: 200px;
      border-radius: 5px;
}


/* ========== Responsive Design for Mobile ========== */
@media (max-width: 576px) {

  .navbar {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .navbar-content ul {
    flex-direction: column;
    gap: 20px;
    font-size: 1rem;
  }

  .hero-section {
    width: 100%;
    padding: 20px;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-img {
    /* width: 20%;
    padding: 0 20px; */
    display: none;
  }

  .section-1, .section-2, .section-3-container, .section-4-container {
    flex-direction: column;
    width: 100%;
    padding: 20px;
    gap: 30px;
    margin-bottom: 5px;
  }

  .section-1-img {
    grid-template-columns: 1fr;
  }
.section-2-img{
display: none;
}
  .section-2 {
    flex-direction: column;
    gap: 40px;
  }

  .section-3-container-cards {
    flex-direction: column;
    padding: 0;
    align-items: center;
    /* margin-bottom: 10px; */
  }

  .s-3-card {
    
    padding: 30px 40px;
    margin: 10px 0;
  width: 50%;
  
  }

  .section-4-img {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .section-2-img h1 {
    position: static;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 20px 0;
    font-size: 2.5rem;
  }

  .section-2-img h1 span {
    font-size: 1.2rem;
  }

  .section-2-content h1 {
    font-size: 2rem;
  }

  .section-4-title h1,
  .section-3-container-title h1,
  .section-1-content h1 {
    font-size: 2rem;
  }

  .section-4-title p,
  .section-3-container-title p,
  .section-1-content p {
    font-size: 0.9rem;
  }

  .btn-primary {
    padding: 15px 20px;
    font-size: 1rem;
  }

}

@media (min-width: 577px) and (max-width: 786px) {

}


@media (min-width: 787px) and (max-width: 992px) {

}
