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


.work-sans-font {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* sheare styles */
.display-flex{
    display: flex;
}
.btn-paimary{
    background-color: #FF900E;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 20px 25px;
    font-size: 1.25rem;
    font-weight: 600;
    border: none;
}

/* daek-01 */
.text-drack-1{
    color: #000000;
}
/* drack-03 */
.text-dsrk-3{
    color: #727272;
}
/* drack-02 */
.text-drack-2{
    font-weight: 500px;
    color: #424242;
    font-size: 18px;
}
/* text-drack */
#text-drack{
    color: #FF900E;
}
.bg-light {
    background-color: rgba(255, 144, 14, 0.1);
}
main{
    max-width: 1440px;
    margin: 0 auto;
}

main > section{
    margin-top: 130px;
}

/* herader styles */
.nav-item {
    list-style: none;
    margin-right: 30px;
}
.nav-link {
    text-decoration: none;
}
.navbar{
    justify-content: space-between;
    align-items: center;
}
.brand {
    font-size: 2.9rem;
    font-weight: 700;
}

.navbar, .banner{
    max-width: 1440px;
    margin: 0 auto;
}

.banner-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.banner-title {
    font-size: 4rem;
    font-weight: 700;
}
.banner-description{
    font-size: 1rem;
    font-weight: 400;
}


.banner-img{
    max-width: 100%;
}

/* main-box-1 */
.trems{
    align-items: center;
}
.trem-img-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
}
.our-features {
    margin-left: 130px;
    max-width: 530px;
}
.feature-title {
    font-size: 2.8rem;
}
/* main 2 */
.features{
    gap: 140px;
}
#section-title-broder{
    border-left: 5px solid #FF900E;
    padding-left:20px ;
}
.festures-cad{
    padding: 30px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    border-radius: 8px;
}

.festures-cad .festures-title{
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 0px;
    margin-bottom: 0px;
    
}
#experience-badge {
    padding: 45px 42px;
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: -100px;
    margin-top: -100px;
}
#Experience-year {
    font-size: 4rem;
    font-weight: 700;
}
.section-title {
    font-size: 2.9rem;
    font-weight: 700;
    color: #131313;
}
.festures-img image{
    width: 100%;
}
/* main 3 */
.facket-dispiction{
    max-width: 540px;
}
.fact-cade {
    border: 1px solid #FF900E;
    border-radius: 8px;
    width: 240px;
   height: 240px;
   justify-content: center;
   align-items: center;
   text-align: center;
   margin-top: 100px;
    
}
.facts-container{
   display: grid;
   grid-template-columns: repeat(4,1fr);
}
.fact-number {
    font-size: 2.8rem;
    font-weight: 600;
    margin-top:5px;
    margin-bottom: 10px;
}
.fact-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 10px;
}
/* main 4 */

.main-4{
    max-width:542px ;
    margin:50px auto ;
    text-align: center;
}
.main-4-1{
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 24px;
}
.main-4-2{
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
.main-4-2 img{
    filter: grayscale(100%);
}
/* footer */
.footer-1{
    max-width: 1440px;
    background-color: #FFF4E7;
    margin: 130px auto;
   text-align: center;
   padding: 39px;
   border-radius: 8px;
}
.footer-2{
    font-size: 1.3rem;
    font-weight: 500;
    color: rgba(66, 66, 66, 1);
}




/* responsive media query header */

@media screen and (max-width: 576px){
    .navbar,
     .nav-links,
     .trems,
     .features{
        flex-direction: column;
    }

    .trem-img-container,
    .main-4-2,
    .facts-container {
    grid-template-columns: repeat(1,1fr);
    }
   .main-4-2, .facts-container{
    justify-items: center;
    gap: 24px;

   }
    .our-features{
        margin-left: 20px;
    }
    #experience-badge{
        margin-top: 20px;
        margin-left: 20px;
    }
}

/* mediam size divice */
@media screen and (min-width:576px) and (max-width:992px){
    .trems,.features {
        flex-direction: column;
    }
    #experience-badge{
        margin-top: 20px;
        margin-left: 20px;
    }
}
