/* MAIN */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.wrapper {
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
    scroll-behavior: auto;
}
a {
    color:black;    
    text-decoration: none;
}
html,body {
    overflow-x:hidden;
}
.img-auto {
    width: 100%;
    height: auto;
}
.container {
    max-width: 91vw!important;
    margin: auto;
}
.SECTION {
    margin-top: 5vh;
}
.fit {
    width: 100%;
    height: auto;
}
.line-wrap {
    width: 95%;
    margin-top: 5vh;
    background:black;
    margin-left: auto;
    margin-right: auto;
}
.sec-list {
    display: flex;
    list-style: none;
    margin: auto;
}
.sec-list-text {
    font-size: 2vw;
    margin-left: 1vw;
}
.sec-list-icon {
    display: flex;
    padding: 5px;
}
.icon-1 {
    margin-left: 5vw;
}
.sec-list-icon img {
    width: 31px;
    height: 31px;
    margin: auto;
}

/* IMAGE */
.main_img_container {
    height: 80vh;
    display: flex;
}
.img_left {
    width: 60%;
    height: 100%;
    background: url('../img/main_img.png');
    background-size: cover;
    border-radius: 25px;
    
}
.img_right {
    display: flex;
    width: 40%;
    height: 100%;
    justify-content: center;
}
.img_right h1 {
    margin: auto;
    font-size: 5vw;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 500;
    color: #314D21;
}

/* ABOUT-MENU */

.about-menu-div {
    position: relative;
    width: 100%;
    height: 10vh;
    display: flex;
    background-color: #314D21;
    z-index: 2;
    font-size: 1vw;
    font-family: 'Inter', sans-serif;
    margin-top: 10vh;

}   
.about-menu-list {
    display: flex;
    position: relative;
    width: 80%;
    margin: auto;
    justify-content: center;
    list-style: none;
}
.about-menu-list li {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 25px;
    width: 224px;
    height: 56px;
}
.about-list-link {
    color:white;
}
.about-list-link:hover {
    color: white;
    text-decoration: underline;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky-link {
    text-decoration: none;
    cursor: pointer;
    color:white;
}
.sticky-link:hover {
    text-decoration: none;
    cursor: pointer;
    color:white;
}
.padding-top {
    padding-top: 10vh;
}

/* ABOUT */

.ABOUT {
    margin-top: 10vh;
}
.section-title {
    text-align: center;
    font-size: 2.5vw;
}
.section-description {
    margin-top: 4vh;
}
.section-description-text {
    font-size: 1.5vw;
}

/* OUR TEAM */

.our-team-person {
    margin-top: 5vh;
}
.person-img img {
    width: 100%;
    height: auto;
}
.person-desc {
   justify-content: center;
   align-items: center;
   display: flex;
   flex-wrap: wrap;
}
.person-text {
    width: 100%;
    font-size: 1.3vw;
}
.person-wrap {
    margin-top: 5vh;
}

/* STRUCTURE */

.member-title {
    text-align: left;
}
.member-div {
    border: 1px solid black;
    margin-top: 3vh;
}
.member-list {
    padding: 5vh 4vw 5vh 4vw;
    line-height: 4vh;
}
.member-list-item {
    color:black;
    font-size: 1.5vw;
}
.member-list-name {
    color:green;
}

/* COUNSIL */

.counsil-members-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.member:nth-child(even) {
    background-color: rgb(230, 194, 82,0.25);
}
.member:nth-child(odd) {
    background-color: rgba(58, 75, 55,0.25);
}
.member {
    margin:2%;
    width: 20%;
    height: 55vh;
    border-radius: 20px;
    padding:20px;
}
.counsil-photo {
    display: flex;
}
.counsil-photo img{
    margin: auto;
    height: 200px;
    width: 200px;
    max-height: 200px;
    max-width: 200px;
    object-fit: cover;
    border-radius: 50%;
}
.name-text {
    text-align: center;
    text-decoration: none!important;
    color: black;
    font-size: 1.5vw;
    margin: 0;
}
.desc-text {
    color:black;
    font-size: 1vw;
    text-align: center;
}
.about-document {
    font-size: 1.2rem;
}
/* GENERAL */

.general-color {
    color: #235126;
}
.general-desc {
    font-size: 2vw;
    line-height: 5vh;
}
/* SPONSORS*/

.SPONSORS {
    margin-top: 5vh;
}
.sponsor-container {
    margin-top: 5vh;
}
.partner-img {
    max-height: 21vw;
}
.owl-nav {
    display: flex;
    justify-content: center;
}
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    left:-25px;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.donation-box {
    position: relative;
    width: 100%;
    height: auto;
}

.donation-box:before {
    content: "";
    display: block;

    padding-top: 100%;

  }
.donation-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #333;
    color: #fff;
  /*   display: flex;
    align-items: center; */
    line-height:100%;
    height:100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.donation-list {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height:100%;
    list-style: none;
    text-align: center;
    align-items: center;
    overflow-y:scroll;
}
.donation-item:nth-child(1) {
    margin-top: 10%;
}
.donation-item {
    height: 50%;
    display: flex;
}
.donation-item p{
    margin: auto;
}
.donation-img {
  height: 50%;
  margin: auto;
  width: 80%;
}
.donation-href {
    height: 100%;
    width: 100%;
}
.two_precent {
    font-size: 30px;
    color: white;
    font-weight: bold;
}
.com-doneaza {
    position: absolute;
    transform: translate(0.5vw, -5vh);
    
}

/* CONTACT US*/


.contact-us {
    text-decoration: none;
    font-size: 2rem;
    text-align: center;
    margin: auto;
    color:black;
}


/* meh */

.ecopresa_social,.icon {
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    background-repeat: no-repeat;
}
.data-image {
    width: 30%;
    display: flex;
    margin: auto;
    height: auto;
}
.data-text {
    margin-top: 30px;
    text-align: center;
    font-weight: 800;
}
@media  (max-width: 432px) {
    /* TOPBAR */
    .TOPBAR {
        display: none;
    }
    .MOBILE-MENU {
        display: block;
    }
    .logo {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .home {
        margin: auto;
    }
    .menu-col {
        display: flex;
    }
    .menu-mobile {
        margin: auto;
        margin-right: 5vw;
        float: right;
        text-align: right;
        width: 60%;
        height: auto;
    }
    .container {
        max-width: 100%!important;

    }
    .mobile_menu {
		position: absolute;
		background-color: white;
		z-index: 2000;
		opacity: 1;
		width: 60vw;
		height: 425vh;
		transform: translateX(60vw);
		right: 0;
		bottom: 0;
        top:0;
		transition: 0.5s ease-in-out;

	}
	.mobile_menu_list {
		margin-top: 5vh;
		line-height: 60px;
        list-style: none;
        font-family: Nyala;
        font-size: 7vw;
	}
	.under_mobile_menu {
		opacity: 0;
		position: fixed;
		z-index: -100;
		left:0;
		top:0;
		width: 100vw;
		height: 100vh;
		background-color: black;
		transition: 0.5s ease-in-out;
	}
    .mobile_menu_sm_list {
        list-style:none;
        padding: 0;
        margin-top: 3vh ;
    }
    .mobile_menu_sm_list li:nth-child(1) {
        margin-left: 0;
    }
    .mobile_menu_sm_list li:nth-child(2){
        margin-left:10vw;
    }

    /* MAIN IMAGE CONTAINER */

    .main_img_container {
        height:60vh;
        flex-wrap: wrap;
    }
    .img_left {
        width: 100%;
        height: 80%;
       
        background-size: cover;
    }
    .break-line {
        display: none;
    }
    .img_right {
        width: 100%;
        height: 10%;
    
        justify-content: center;
    }
    .img_right h1{
        font-size: max(24px,12vw)
    }

    .about-list-link {
        font-size: 1.5vh;
    }

    .blog-right-mobile {
        margin-top: 10vh;
    }

    /*Despre noi */
    .section-title {
        text-align: center;
        font-size: 8.5vw;
    }
    .section-description-text {
        font-size: 4vw;
    }


     /* Echipa Noastra */
    .person-img {
        display: flex;
    }
    .person-img img {
        width: 50%;
        height: auto;
        margin: auto;
    }
    .person-text {
        font-size: 4vw;
        margin-top: 3vh;
    }

    /* Member list */

    .member-list-item {
        font-size: 3.3vw;
    }

    /* Admin counsil */ 

    .member {
        width: 80%;
        height: 50%;
    }
    .counsil-name p{
        margin-top: 1svh;
        font-size: 5vw;
    }
    .desc-text {
        font-size: 4vw;
    }
    .counsil-function p{
        font-size: 5vw;
    }

    /* Our partners */

    .sec-list-text {
        margin: auto;
        font-size: 5vw;
    }

    .com-mediu {
        text-align: center;
        font-size: 8vw;
        position: relative;
        transform: translate(0,0);
    }
    .special-hr-2 {
        margin-top: 7vh;
    }
    .tourism {
        text-align: center;
        font-size: 8vw;
        position: relative;
        margin-top: 7vh;
    }
    .partner-img {
        height: 50vh;
        background-size: contain;
        object-fit: none;
    }
    .donation-div {
        margin-top: 7vh;
    }
    .com-doneaza {
        position: relative;
        transform: translate(0,0);
        text-align: center;
        font-size: 8vw;
    }
    .donation-box {
        margin-top: 3vh;
    }
}