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

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

/* nav styles */

.navbar , .nav-list{
justify-content: space-between;
 align-items: center;
}

.brand{
    font-weight: 700px;
    font-size: 2.8rem;
}

.nav-list{
list-style: none;
}

.nav-link{
    text-decoration: none;
    margin-left:32px;
    font-weight: 500px;
    font-size:1.1rem ;
}
/* shared styles */

.display-flex{
    display: flex;
   
}
.dark-1{
    color: #131313;
}
.dark-2{
color:#424242
}
.dark-3{
    color: #727272;
}

.orange{
    color:#FF900E
}

.bg-color{
    background:rgba(255, 144, 14, 0.1);
}

.btn-primary{
    font-size: 1.25rem;
    font-weight: 600px;
    color: rgb(255, 255, 255);
    padding: 21px 24px 20px 25px;
    margin-bottom: 50px;
    border: none;
border-radius: 8px;
background: rgb(255, 144, 14);
}
.navbar , .banner{
    max-width: 1440px;
    margin: 0 auto;
}


/* banner styles */

.banner-content{
    max-width: 862px;
    margin: 205px auto 50px auto;
    text-align: center;
}

.banner-title{
    font-weight: 700px;
    font-size: 4rem;
    margin-bottom: 0px;
}
.banner-description{
    font-weight: 400px;
    font-size: 1rem;
    margin-bottom: 32px;
}

.banner-img{
    width: 100%;
    margin-bottom: 45px;
}

/* feature Style */

.features-container{
    max-width: 1318px;
    justify-content: center;
    align-items: center;
    margin: 49px auto 130px auto;
    gap: 73px;
}

.team-img{
    width: 100%;
}
.team-img-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:24px ;
}
.features-content{
   max-width: 537px;
}
.features-title{
    font-weight: 700px;
    font-size: 3rem;
    margin-bottom: 24px;
}
.features-description{
    font-size: 1rem;
    font-weight: 400px;
    margin-bottom: 32px;
}

/* Features will enjoy box style */
.features2-container{
    max-width: 1440px;
    margin: 0 auto 130px auto;
}
.features2-img{
    width: 100%;
}

.features2-title{
    font-weight: 700px;
    font-size: 3rem;
    border-left: 5px solid #FF900E;
    padding-left: 21px;
    margin-bottom: 24px;
}

.features2-description  {
    width: 586px;
    font-weight: 400px;
    font-size: 1rem;
    margin-bottom: 30px;
}
.feature2-description {
width: 514px;
    font-weight: 400px;
    font-size: 1rem;
    margin-bottom: 0;
}
.features-box-title{
    font-weight: 600px;
    margin-bottom: 10px;
    font-size: 1.25rem;
}
.features2-container{
    gap: 146px;
}
.features2-box{
border-radius: 8px;
box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
background: rgb(255, 255, 255);
padding:30px 42px 30px 30px ;
margin-bottom: 20px;
}
.big{
    font-size: 4rem;
  
}
.features2-btn{
    padding: 46px 42px 45px 42px;
    margin-left: -100px;
    margin-top: -150px;
}

/* some facts style */

.some-fact-container{
    max-width: 1390px;
    margin: 130px auto 140px auto;
}

.card-container{
    text-align: center;
    gap: 124.27px;
}

.card-title{
    font-weight: 700px;
    font-size: 3rem;
    margin-bottom: 24px;

}

.card-description{
    font-weight: 400px;
    font-size: 1rem;
    margin-bottom: 100px;
}
.card-box{
    border: 1px solid #FF900E;
    flex: 1;
    border-radius: 8px;
    padding: 46px 51px 60px 41px;

}

.card-number{
    font-weight: 600px;
    font-size: 3rem;
    margin-bottom: 0px;
    margin-top: 0px;
}
.card-name{
    font-weight: 600px;
    font-size: 1.25rem;
    margin-bottom: 0px;
}

/* sponsor style */
.sponsor{
    max-width: 1440px;
    text-align: center;
    margin:130px auto 110px auto ;

}

.sponsor-img{
    filter: grayscale(100%);
    display: grid;
    flex: 1;
    grid-template-columns: repeat(5,1fr);
    
}
.sponsor-title{
font-weight: 700px;
    font-size: 3rem;
    margin-bottom: 24px;
}
.sponsor-description{
    font-size: 1rem;
    margin-bottom: 50px
}
 /* footer style */
 .footer-section {
    max-width: 1440px;
    margin:140px auto 80 auto ;
    padding: 39px auto 37px auto;
    /* margin-top: 140px; */
    text-align: center;
    justify-content: center;
    
 }
 .footer-description{
    padding:39px auto 35px auto;
 }
  

/* media Query */

@media screen and (max-width: 576px) {
    .navbar ,.nav-list{
        flex-direction: column;
    }
    .banner-content{
        margin-top: 0px;
    }
    .nav-list{
        gap: 30px;
    
    }
    /* features style */
    .features-container{
        flex-direction: column;
    }

    .features-content{
        text-align: center;
    }

    .team-img-container{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap:24px ;
}

/* Features will enjoy box style */
.features2-container{
    flex-direction: column;
    text-align: center;
}
.feature2-description,.features2-description {
width: auto;
font-size: 1.5rem;
}
.features2-btn{
margin-top: 30px;
margin-left: 9px;
}

/* sponsor style & card style*/
.card-title , .card-description{
    text-align: center;
}
.sponsor-img , .card-container{
    display: grid;
    grid-template-columns:repeat(1,1fr) ;
    justify-items: center;
}
    }
@media screen and (min-width: 577px) and (max-width:768px) {
    .navbar{
        flex-direction: column;
    }

    .banner-content{
        margin-top: 0px;
    }
    
    .nav-list{
        gap: 30px;
    }

    /* features style */
    .features-container{
        flex-direction: column;
    }
    .features-content{
        text-align: center;
    }
/* Features will enjoy box style */
    .features2-container{
    flex-direction: column;
    text-align: center;
}


.feature2-description,.features2-description {
width: auto;
font-size: 1.5rem;
}
.features2-btn{
margin-top: 30px ;

}
/* sponsor style & card style*/
.card-title , .card-description{
    text-align: center;
}
.sponsor-img , .card-container{
    display: grid;
    grid-template-columns:repeat(2,1fr) ;
    justify-items: center;
}
    }