*{
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.bg-image{
    height: 1000px;
    width: 100%;
    background-image: url("./Assets/Images/pexels-huy-phan-316220-3844139.jpg");
    background-size: cover;    
    
}

.nav-parent{
    position: fixed;
    display: flex;
    flex-direction: row;
    margin-top: 1%;
    margin-left: 2% ;
    margin-right: 2%;
    height: 50px;
    width: 95%;
    align-items: center;
    background-color: rgba(42, 81, 30, 0.753);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.logo{
    width: 25%;
    margin-left: 1%;
    color: white;
    text-shadow: 0px 0px 3px black;
}


.ul-list{
    
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
    width: 75%;
    padding: 17px;
    justify-content: space-evenly;
    color: rgb(255, 255, 255);
    font-size: large;
    text-shadow: 0px 0px 3px black;
    cursor: pointer;
}




.card-p{   
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.card-p > div{
    display: flex;
    flex-direction: column;
    margin-top: 15%;
    height: 400px;
    width: 300px;
    background-color: rgba(42, 81, 30, 0.753);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    color: white;
    text-align: left;
    border-radius: 20px;
    
}
.card-p h2{
    
    padding: 0% 10%;
    padding-bottom: 1%;
}
.card-p p{
    
    padding: 1% 10%;
    
}

.c-icon{
    padding: 10% 0%;
    align-self: center;
    height: 70px;
}

@media screen and (max-width:1024px){
   .ul-list  i{
    display: none;
   }
}

@media screen and (max-width:768px) {
     .nav-parent{
    position: fixed;
    display: flex;
    flex-direction: row;
    margin-top: 1%;
    margin-left: 2% ;
    margin-right: 2%;
    height: 50px;
    width: 95%;
    align-items: center;
    background-color: rgba(42, 81, 30, 0.753);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.logo{
    width: 22%;
    margin-left: 2%;
    color: white;
    text-shadow: 0px 0px 3px black;
}

.ul-list span{
    display: none;
    cursor: pointer;
}
.ul-list  i{
    display:flex;
   }


   .card-p{   
    width: 100%;
    height: 700px;
}

.card-p > div{
    margin-top: 15%;
    height: 410px;
    width: 230px;
    background-color: rgba(42, 81, 30, 0.753);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    color: white;
    text-align: left;
    border-radius: 20px;
    
}
.card-p h2{
    padding: 0% 10%;
    padding-bottom: 1%;
}
.card-p p{
    font-size: 90%;
    padding: 1% 10%;
    
}

.c-icon{
    padding: 10% 0%;
    align-self: center;
    height: 70px;
}

}

@media screen and (max-width:426px) {

    .bg-image{
    height: 100%;
    width: 100%;
    background-image: url("./Assets/Images/pexels-huy-phan-316220-3844139.jpg");
    background-size: cover;  
    
}
    .nav-parent{
    margin-top: 2%;
    height: 50px;
    width: 95%;
    align-items: center;
    background-color: rgba(42, 81, 30, 0.753);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.logo{
    width: 15%;
    margin-left: 1.5%;
    font-size: 0.9em;
}


.ul-list{
    width: 85;
    row-gap: 10%;
    cursor: pointer;
    margin-right: -5%;
    margin-left: 10%;
}


.ul-list span{
    display: none;
    cursor: pointer;
}
.ul-list  i{
    display:flex;
   }

   .card-p{   
    width: 100%;
    height: 1500px;
    flex-direction: column;
    align-items: center;
   
}

.card-p > div{
    display: flex;
    flex-direction: column;
    margin-top: -40%;
    height: 400px;
    width: 300px;
    margin-bottom: -15%;
    
}
.card-p h2{
    
    padding: 0% 10%;
    padding-bottom: 1%;
}
.card-p p{
    
    padding: 1% 10%;
    
}

.c-icon{
    padding: 10% 0%;
    align-self: center;
    height: 70px;
}
}

@media screen and (max-width:376px) and (min-width:252px){
    .logo h1{
   font-size: 1.8em;
}

}