*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header{
    background-image: linear-gradient(#4bd254, #f4eded);
    background-repeat: no-repeat;
   background-size: cover;
   height: 10vh;
}
@media screen and (max-width:992px) {
    .header{
        height: 5vh;
    }
    
}
@media screen and (max-width:600px) {
    .header{
        height: 10vh;
    }
    
}
.header h1{
    font-size: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 2px 4px 2px 4px black;

}
.closebtn{
    display: none;
}
@media screen and (max-width:600px) {
    .closebtn{
        display: inline;
    }
    
}
.openbtn{
    display: none;
}
@media screen and (max-width:600px) {
    .openbtn{
        font-size: 20px;
        cursor: pointer;
        background-image: linear-gradient(#4bd254, #f4eded);
        display: block;
        color: black;
        padding: 10px 15px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        border: 1px solid black;
        border-radius: 10px;
    }
    .openbtn i{
        font-size: 20px;
    }
    .openbtn:hover {
        background-color: #444;
    }
    
}
.the-navs{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.the-navs a{
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    text-decoration: none;
    padding: 5px;
    color: rgb(12, 12, 12);
    font-style: normal;
}
.contact{
    font-size: 20px;
}
@media screen and (max-width:600px) {
    .contact{
        display: none;
    }
    
}
.contact a{
    font-size: 15px;
    background-color: black;
    color: white;
    border: 2px solid black;
    border-radius: 8px;
}
.content-01{
    font-size: 25px;
}
@media screen and (max-width:600px) {
    .content-01{
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .content-01 a{
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: white;
        display: block;
        transition: 0.3s;
    }
    .content-01 a:hover{
        color: #4bd254;
    }
    .content-01 .closebtn{
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    
}
.main-01{
    background-image: linear-gradient(#061907, #1f1e1e);
    height: 50vh;
    
}
@media screen and (max-width:992px) {
    .main-01{
        height: 25vh;
    }
    
}
@media screen and (max-width:600px) {
    .main-01{
        height: 50vh;
        margin-top: 30px;
        background-position: fixed;
    }
    
}
@media screen and (max-width:375px) {
    .main-01{
        margin-top: 50px;
    }
    
}
.sub-01{
    padding-top: 30px;
    padding-left: 25px;
}
.sub-01 h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-weight: lighter;
    color: white;
    font-style: italic;
    text-transform:capitalize;
    padding-bottom: 10px;
}
.sub-01 h1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bolder;
    text-transform: uppercase;
    color: white;
    padding-bottom: 10px;
}
.sub-01 p{
    color: white;
    text-transform: capitalize;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: italic;
    padding-bottom: 20px;

}
.sub-01 a{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    color: black;
    padding: 5px 10px;
    /* background-color: #4bd254; */
    border: 1px solid #4bd254;
    background-image: linear-gradient(#4bd254, #f4eded);
    border-radius: 10px;
    text-decoration: none;
    
}
.next-main{
    margin-top: 50px;
    border-bottom: 1px solid silver;
    border-radius: 4px;
   
}
.flex-main{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.text-main h1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    padding-bottom: 20px;
}
@media screen and (max-width:480px) {
    .text-main h1{
        text-align: center;
    }
    
}
.text-main p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: lighter;
}
@media screen and (max-width:600px) {
    .text-main p{
        text-align: center;
        display: inline-block;
    }
    
}

.img-pros img{
    width: 350px;
    height: 300px;
}
@media screen and (max-width:480px) {
    .img-pros img{
        margin-top: 15px;
    }
    
}
.next-about{
    margin-top: 80px;
    border-bottom: 1px solid silver;
   
}
.flex-about{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
@media screen and (max-width:992px) {
    .flex-about{
        display: block;
        padding: 20px;
    }
    
}
@media screen and (max-width:600px) {
    .flex-about{
        display: block;
        padding: 5px;
    }
    
}
.first-flex{
    /* background-color: #4bd254; */
    background-image: linear-gradient(#4bd254, #f4eded);
    text-align: center;
    border-radius: 10px;
    height: 40vh;
    box-shadow: 2px 4px 2px 4px white;
}
@media screen and (max-width:992px) {
    .first-flex{
        height: 20vh;
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width:600px) {
    .first-flex{
        height: 25vh;
        margin-bottom: 25px;
    }
    
}
.first-flex i{
    font-size: 25px;
   margin-top: -30px;
   color: #4bd254;
   background-color: #061907;
   border: 1px solid black;
   border-radius: 50%;
   padding: 5px 10px;
  
}
.first-flex h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.first-flex p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: lighter;
    text-align: center;
    padding-top: 15px;
}
.second-flex{
    /* background-color: #4bd254; */
    text-align: center;
    border-radius: 10px;
    background-image: linear-gradient(#4bd254, #f4eded);
    height: 50vh;
    box-shadow: 2px 4px 2px 4px white;

}
@media screen and (max-width:992px) {
    .second-flex{
        height: 25vh;
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width:600px) {
    .second-flex{
        height: 30vh;
        margin-bottom: 25px;
    }
    
}
.second-flex i{
    font-size: 25px;
   margin-top: -30px;
   color: #4bd254;
   background-color: #061907;
   border: 1px solid black;
   border-radius: 50%;
   padding: 5px 10px;
  
}
.second-flex h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.second-flex p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: lighter;
    text-align: center;
    padding-top: 15px;
}
.Third-flex{
    /* background-color: #4bd254; */
    text-align: center;
    background-image: linear-gradient(#4bd254, #f4eded);
    border-radius: 10px;
    height: 60vh;
    box-shadow: 2px 4px 2px 4px white;

}
@media screen and (max-width:992px) {
    .Third-flex{
        height: 30vh;
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width:600px) {
    .Third-flex{
        height: 35vh;
        margin-bottom: 20px;
    }
    
}
.Third-flex i{
    font-size: 25px;
   margin-top: -30px;
   color: #4bd254;
   background-color: #061907;
   border: 1px solid black;
   border-radius: 50%;
   padding: 5px 10px;
  
}
.Third-flex h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.Third-flex p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: lighter;
    text-align: center;
    padding-top: 15px;
}
.news-part{
    margin-top: 50px;
    border-bottom: 1px solid silver;
}
.news-part h1{
    text-align: center;
    background-color: white;
   border-bottom: 1px solid silver;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   font-size: 25px;
   border-radius: 50%;
   padding-bottom: 25px;
   letter-spacing: 1px;

}
.news-part a{
    color: #4bd254;
}
.news-flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 50px;
}
@media screen and (max-width:992px) {
    .news-flex{
        display: block;
        padding: 25px;
    }
    
}
@media screen and (max-width:600px) {
    .news-flex{
        display: block;
        padding: 15px;
    }
    
}
.first-news{
    background-image: linear-gradient(#e9f1e9, #f4eded);
    border-radius: 10px;
    text-align: center;
    height: 70vh;
    box-shadow: 2px 4px 2px 4px white;
}
@media screen and (max-width:992px) {
    .first-news{
        height: 40vh;
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width:600px) {
    .first-news{
        height: 50vh;
        margin-bottom: 25px;
    }
    
}
.first-news img{
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
}
.first-news h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    text-transform: capitalize;

}
.first-news h5{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: lighter;
    color: #4bd254;
   text-align: left;
   text-transform: capitalize;
}
.first-news p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: lighter;
    text-align: center;
    padding-top: 15px;

}
.second-news{
    background-image: linear-gradient(#e9f1e9, #f4eded);
    border-radius: 10px;
    text-align: center;
    height: 70vh;
    box-shadow: 2px 4px 2px 4px white;

}
@media screen and (max-width:992px) {
    .second-news{
        height: 40vh;
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width:600px) {
    .second-news{
        height: 50vh;
        margin-bottom: 25px;
    }
    
}
.second-news img{
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
}
.second-news h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    margin-top: -50px;
    color: black;

}
.second-news h5{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: lighter;
    color: #4bd254;
   text-align: left;
   text-transform: capitalize;
}
.second-news p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: lighter;
    text-align: center;
    padding-top: 15px;

}
.Third-news{
    background-image: linear-gradient(#e9f1e9, #f4eded);
    border-radius: 10px;
    text-align: center;
    height: 70vh;
    box-shadow: 2px 4px 2px 4px white;
}
@media screen and (max-width:992px) {
    .Third-news{
        height: 40vh;
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width:600px) {
    .Third-news{
        height: 50vh;
        margin-bottom: 25px;
    }
    
}
.Third-news img{
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
}
.Third-news h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    text-transform: capitalize;

}
.Third-news h5{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: lighter;
    color: #4bd254;
   text-align: left;
   text-transform: capitalize;
}
.Third-news p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: lighter;
    text-align: center;
    padding-top: 15px;

}
.footer{
    margin-top: 70px;
    background-image: linear-gradient(#4bd254, #f4eded);
    border-top: 10px solid #0b0b0b;
    height: auto;
    border-radius: 8px;
}
.footer-flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width:992px) {
    .footer-flex{
        display: block;
        padding: 25px;
    }
    
}
@media screen and (max-width:600px) {
    .footer-flex{
        display: block;
        padding: 15px;
    }
    
}
.first-footer{
    padding: auto;
}
@media screen and (max-width:992px) {
    .first-footer{
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width:600px) {
    .first-footer{
        margin-bottom: 25px;
    }
    
}

.first-footer h2{
    font-size: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: inherit;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 20px;
    color: white;

}

.first-footer a{
    text-decoration: none;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: italic;
    color: #061907;
}
.second-footer{
    padding: auto;
}
@media screen and (max-width:992px) {
    .second-footer{
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width:600px) {
    .second-footer{
        margin-bottom: 30px;
    }
    
}
.second-footer h2{
    font-size: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: inherit;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 20px;
    color: white;

}
.input-footer input{
    display: block;
    padding: 15px 25px;
    margin: 15px;
    border: 1px solid silver;
    outline: none;
    border-radius: 10px;
    background-color: transparent;
    text-transform: capitalize;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
}
.input-footer a{
    background-color: black;
    color: white;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 10px 15px;
    border: 1px solid silver;
    text-decoration: none;
    border-radius: 10px;
    text-transform: capitalize;
    cursor: pointer;
    margin-top: 20px;
}
.third-footer h2{
    font-size: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: inherit;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 20px;
    color: white;

}
.third-footer p{
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: inherit;
    font-weight: bold;
    text-transform: capitalize;
    color: black;

}
.footer-word{
    padding-top: 50px;
    text-align: center;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    text-transform: capitalize;
    color: #0b0b0b;
}
