

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
 @media (max-width: 768px) {
      .container {
        flex-direction: column;
      }

      .box {
        height: 150px;
        font-size: 18px;
      }
    }
.navbar{
    background-color: #FF5B02;
    display: flex;
    justify-content: flex-end;
}
.navbar .navitems li {
    display: inline-flex;
    margin: 30;
    padding: 20px;
    margin-left: 20px;
    flex-wrap: wrap;
    
}
.navitems a{
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 30px;
    transition: 0.3s ease;
    color: white;
}
.navitems a:hover{
    background-color:blue;
    color: aliceblue;
    padding: 10px;
    border-radius: 3px;
}
.container{
    width: 100%;
    height: 100vh;
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    align-items: center;
    justify-content: center;
    
}
img{
    max-inline-size: 100%;
}

.contentbox{
    width: 500px;
    
}
h1{
    color: #FF5B02;
    font-size: 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h2{
    color: #FF5B02;
}
span{
    color: white;
}
p{
    color: aliceblue;
}
h3{
    color: blue;
    font-size: 16px;
}
h4{
    color: white;
}
button{
    color: white;
    background-color: blue;
    padding: 12px 0;
    width: 180px;
    font-size: 12px;
    outline: none;
    border: 0;
    border-radius: 5px;
    margin-top: 30px;
    transition: 0.3s ease;
    
}
.exprole:hover{
    background-color: white;
    color: blue;
}
.exprole1{
    color: #FF5B02;
    background-color: aliceblue;
    transition: 0.3s ease;
}
.exprole1:hover{
    background-color:#FF5B02;
    color: white;
}
.icons{
    width: 100%;
    height:200px;
    background-color:black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    display: flex;
    gap: 15px;
}
.cards{
    background-color:white;
    width: 25%;
    height: auto;
    border-radius: 10px;
    display: grid;
    justify-content: center;
    padding: 20px;
    display: grid;
    justify-items: center;
    transition: 0.3s ease;
}
.cards:hover{
    width:40%;
    border-bottom:2px solid #FF5B02;
}
.section{
    background-color: white;
    width:100%;
    height:300px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-top: 100px;
}
.card1{
    background-color:blue ;
    width: 50%;
    height: 200px;
    margin: 5px;
    align-content: center;
    justify-items: flex-start;
    padding: 20px;
}
.logo{
    width: 100px; 
    display: flex;
    align-content: flex-end;
}

.box
img{
    width:200px;
}

.section2{
    display:flex;
    place-items: center;
    margin-inline: 1.5rem;
    padding-block:5rem ;


}
.card-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    max-width: 100%;
    background-color:#FF5B02;
    
}
.card{
    width:325px;
    border-radius: 10px;
    box-shadow:0px 5px 10px rgba(0,0,0,0.3);
    background-color: #f0f0f0;
    margin: 10px;
    padding: 20px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    margin-top: 50px;
    transition: 0.3s ease;
}
.card:hover{
    outline: 2px solid blue;
    width: 350px;
    
}

.header{
    display: flex;
    justify-content: center;
    text-decoration:2px solid black;
   
}
.heroheader{
    color: blue;
    margin-bottom: 20px;

}
.cardparagraph{
    color: black;
}
.cardhead{
    color: blue;
}
button{
    background-color: blue;
    color:white;
    transition: 0.2s ease;
}
button:hover{
    background-color: #FF5B02;
    color:white;
}

.img{
    transition: 0.1s ease;
    
}
.img:hover{
    outline: blue;
    border-radius: 10%;
}
.section2{
    max-width:100%;
    background-color: blue;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 100px;
    gap: 25px;
}
.content-box{
    width: 80%;
    background-color: #f0f0f0;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    align-content: center;
}
span{
    color:white;
}
.card2{
    display:grid;
    gap: 20px;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;

}
.image{
    

}

.carddetails{
    background-color: #898989;
    padding:20px ;
    gap: 20px;
    width:100%;
    background-color:white;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);

}
.cardinfo{
    display:grid;
    margin: 30px;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    border-radius: ;

/* footer section */
}
.footer{
    width: 100%;
    background-color: #FF5B02;
    justify-items: center;
}
.h1{
    color: blue;
}
.info{
    width: 400px;
    background-color:beige;
    padding: 20px;
    margin-top: 30px;
}
