:root {
    --bg-color: #008000;
    --second-bg-color: #009900;
    --text-color: #fff;
    --main-color: #6ed230;
}
.info-content p{
    text-transform: none;

}
* {
    max-width:2000px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: .2s linear;
       -moz-transition: .2s linear;
            transition: .2s linear;
}

html {
    font-size: 62.5%;
    -webkit-scroll-behavior: smooth;
       -moz-scroll-behavior: smooth;
            scroll-behavior: smooth;
    -webkit-scroll-padding-top: 6rem;
       -moz-scroll-padding-top: 6rem;
            scroll-padding-top: 6rem;
    overflow-x: hidden;
}

section {
    padding: 2rem 9%;
}

.btn {
    display: inline-block;
    margin-top: 1rem;
    border-radius: 5rem;
    background: #fff;
    color: #333;
    padding: .9rem 3.5rem;
    cursor: pointer;
    font-size: 1.7rem;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
            transition: all .5s ease;
}

.btn:hover {
    background: rgb(192, 255, 192);
}

.email {
    text-transform: lowercase;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 2rem 9%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    z-index: 1000;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

header .logo {
    font-size: 3rem;
    color: #333;
    font-weight: bolder;
}

header .logo span {
    color: var(--second-bg-color);
}

/* Stilizare meniu dropdown */
.subnav {
    float: left;
    position: relative; 
    margin-right: 20px; 
}

.subnav .subnavbtn {
    color:var(--bg-color);
    padding: 14px 16px;
    background-color: white;
    font-family: inherit;
    border: none;
    outline: none;
    font-size: 17px;
    margin: 0;
    transition: all 0.3s ease;
    width: 100%; 
    text-align: left; 
}


.subnav:nth-child(4) .subnavbtn a,
.subnav:nth-child(5) .subnavbtn a {
   color: var(--bg-color); 
}


.subnav:hover .subnavbtn {
    background-color: #eee;
    color: var(--bg-color);
}

.subnav-content {
    display: none;
    font-size: 16px;
    position: absolute;
    background-color:var(--second-bg-color);
     min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
    z-index: 1;
}

.subnav-content a {
    color: white;
    text-decoration: none;
    padding: 12px 16px;
    display: block;
    text-align: left;
    transition: all 0.3s ease;
}

.subnav-content a:hover {
    background-color: #eee8e8;
    color:#068726;
}

.subnav:hover .subnav-content {
    display: block;
}
/*telefon*/
@media screen and (max-width: 250px) {
    .navbar {
        overflow: hidden;
    }

    .navbar a {
        float: none;
        display: block;
        text-align: center;
    }

    .subnav {
        float: none;
        display: block;
        text-align: left;
        margin: 0;
    }

    .subnav .subnavbtn {
        width: auto;
        padding: 10px 20px; 
    }

    .subnav-content {
        position: static;
        min-width: auto;
        display: none;
    }

    .subnav-content a {
        padding: 10px 20px; 
    }

    .subnav .subnavbtn.icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
}




.content p,li,ol{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-transform: none;
}
header #toggler {
    display: none;
}

header .fa-bars {
    font-size: 3rem;
    color: #1f1f1f;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    border: 0.1rem solid rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.heading h2 span {
    font-family: 'Nunito', sans-serif;
    text-transform: none;
}

.home {
    display: flex;
    align-items: center;
    min-height: 100vh;
    background: url("Wheat field.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home .content{
    max-width:50rem;
}
.home .content h2{
    font-size:6rem;
    color:rgb(252, 227, 112);
    text-align: left;
    text-transform: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.home .content span{
    font-size:2.5rem;
    color:rgb(255, 255, 255);
    box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
    padding:1rem 0;
    line-height:1.5;
    text-transform: none;
}


.content h3{
    text-align: center;
    font-size: 4.5rem;
    color: #008000;
}
.content, .info-content{
    font-size: 1.5rem;
    text-align: justify;
}
.content p{
    font-size: 20px;
    margin-bottom: 3px;
}



.about .row{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem 0;
    padding-bottom: 3rem;
}

.about .row{
    display:flex;
    align-items:center;
    gap:2rem;
    flex-wrap:wrap;
    padding:2rem 0;
    padding-bottom:3rem;
}
.about .row .video-container{
    flex:1 1 40rem;
    position:relative;
}
.about .row .video-container video{
    width:100%;
    border:1.5rem solid #fff;
    border-radius:.5rem;
    box-shadow:0 .5rem 1rem rgba(198, 10, 10, 0.1);
    height: 100%;
    object-fit: cover;
}


.about .row .video-container h3{
    position:absolute;
    top:50%;transform:translateY(-50%);
    font-size:3rem;
    background:#fff;
    width:100%;
    padding:1rem 2rem;
    text-align:center;
    mix-blend-mode:screen;
}
.about .row .content{
flex:1 1 40rem;
}

.about .row .content h3{
    font-size:3rem;
    color:#333;
}
.about .row .content p{
    font-size:1.5rem;
    color:#999;
    padding:5rem 0;
    padding-top:1rem;
    line-height:1.5;
}


.heading{
    text-align:center;
    font-size:4rem;
    color:#333;
    padding:1rem;
    margin:2rem 0;
    background:rgba(225, 51, 153, .05);
}
.headding span{
    color:var(--second-bg-color);
}

.content a {
    display: inline-block;
    padding: 12px 24px;
    margin: 10px auto;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    border: 2px solid #007bff;
    border-radius: 30px;
    transition: background-color 0.3s, color 0.3s;
}

.content a:hover {
    background-color: #0056b3;
    color: #fff;
}


.act-container .act-box{
    flex: 1 1 30rem;
    background:var(--second-bg-color);
    padding:3rem 2rem 4rem;
    border-radius:2rem;
    text-align:center; 
    border:.2rem solid var(--bg-color);
    transition:.5s ease;
}
table{
    width:100%;
    margin-bottom: 20px;
    margin-left:40px;
    width: 100%;
    background-color: rgba(213, 239, 215, 0.791);
    
}
table,td,th{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-color: rgba(0, 125, 8, 0.757);
   
     padding: 8px;
    text-align: left;
   
}
td,th{
    background:rgb(221, 243, 227)6e6;
    border: 1px solid rgba(12, 112, 19, 0.757);
    color:black;
    font-size: 15px;
}
th{
    padding:10px;
    color:white;
    border: 1px solid rgba(12, 112, 19, 0.75);
    background-color: rgba(0, 125, 8, 0.75);
}






.contact-img img{
    margin-left: 99px;
    background-size:cover ;
    width:350px;
    height: 300px;
}

.footer .box-container{
    border-top: 1px solid var(--bg-color);
    display:flex;
    flex-wrap:wrap;
    gap:1.5rem;
}
.footer .box-container .box{
    flex:1 1 25rem;
}
.footer .box-container .box h3{
    color:#333;
    font-size:2.5rem;
    padding:1rem 0;
}
.footer .box-container .box a{
    display:block;
    color:#666;
    font-size:1.5rem;
    padding:1rem 0;
}
.footer .box-container .box a:hover{
color:var(--second-bg-color);
text-decoration: underline;
}
.footer img{
    background-size: cover;
    width:200px;
    height:200px;
    margin-left:0;
    
}
.footer .credit{
    text-align:center;
    padding:1.5rem;
    margin-top:1.5rem;
    padding-top:1.5rem;
    font-size:2rem;
    color:#333;
    border-top: 1px solid var(--bg-color);
}

.footer .credit span{
    color:var(--second-bg-color);
}















/* media */
@media(max-width:991px){
    html{
        font-size:55%;
    }
    header{
        padding:2rem;
    }
    section{
        padding:2rem;
    }
    .home{
        background-position: left;
    }
}

@media(max-width:768px){
    header fa-bars{
        display:block;
    }
    header .navbar{
        position:absolute;
        top:100%;left:0;right:0;
        background:#eee;
        border-top:.1rem solid rgba(0,0,0,.1);
        clip-path:polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    header #toggler:checked ~ .navbar{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            }
    header .navbar a{
        margin:1.5rem;
        padding:1.5rem;
        background:#fff;
        border:.1rem solid rgba(0,0,0,.1);
        display: block;
    }

    

   
    .home .content h3{
        font-size:5rem;
    }
    .home .content span{
        font-size:2.5rem;
    }
}

@media(max-width:450px){
    html{
        font-size:50%;
    }
.heading{
    font-size:3rem;
}
}