/*-----------------------------General---------------------------------*/

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

html{
    scroll-behavior: smooth;
}

body{
    background: linear-gradient(90deg, #9ccaf0, #9eefa4);
}

a{
    text-decoration: none;
}

/*-------------------------------Container-------------------------------*/

.container {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0px auto;
}

/*-------------------------------Header-------------------------------*/

.header {
    background-color: white;
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.header img{
    margin-left: 20px;
}

.gef{
    width: 60px;
    
}

.eco{
    width: 60px;
}

.undp{
    width: 60px;
}

.title{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 130px 30px;
    padding-left: 120px;
}

.aral-sea{
    text-align: center;
    flex-basis: 100%;
    position: relative;
}

.aral-sea-text{
    color: rgb(0, 132, 255);
    font-size: 70px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 100;
    letter-spacing: 20px;
    -webkit-text-stroke:  1px white;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.project-unit-text{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 100;
    letter-spacing: 25.7px;
    -webkit-text-stroke:  1px rgb(0, 0, 0);
}

.project-unit-text-ru{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 100;
    letter-spacing: 24px;
    -webkit-text-stroke:  1px rgb(0, 0, 0);
}

/*-------------------------------Navigation-------------------------------*/

.navigation {
    background-color: rgb(87, 161, 231);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

nav{
    flex: 1;
    text-align: right;
}

nav ul li{
    list-style: none;
    display: inline-block;
    margin-right: 50px;
}

nav ul li a{
    text-decoration: none;
    color: black;
    transition: 0.3s;
}

nav ul li a:hover{
    color: rgb(255, 255, 255);
}

/*-------------------------------Wetlands-------------------------------*/

.background-image img{
    width: 100%;
    align-items: center;
    display: block;
}

/*-------------------------------AREAS-------------------------------*/

.swiper{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30vh;
}

.card-wrapper{
    max-width: 1400px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 20px 10px;
    overflow: hidden;
}

.card-wrapper p{
    text-align: justify;
}

.card-list .card-item .card-link{
    user-select: none;
    width: 400px;
    display: block;
    background-color: white;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: 0.2s ease;
}

.card-list .card-link .card-image{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px;
}

.card-list .card-item .card-link:hover{
    border-color: rgb(34, 255, 0);
}

/*-------------------------------ABOUT-------------------------------*/

.ABOUT {
    background: #fff;
    padding: 60px 5%;
}

.project_pilot_areas{
	padding-bottom: 50px;
	box-sizing: border-box;
}

.project_pilot_areas img{
	width: 70%;
	height: 50%;
	border-radius: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.project_pilot_areas-left{
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 20px;
}

.project_pilot_areas-right{
	width: 50%;
	float: right;
    text-align: left;
	padding-left: 20px;
}

.icon_comp {
    padding: 10px 20px;
    display: inline-block;
}

.icon_comp img{
    width: 20%;
}

.full_detail{
    display: block;
    align-items: center;
    padding: 10px 15px;
    max-width: 170px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(270deg, #0d80de, #0dbb19);
    transition: 0.3s;
}

.full_detail:hover{
    margin-left: 20px;
}

.center-title p{
    text-align: center;
    font-size: large;
    padding-bottom: 50px;
}

.center-title h2{
    font-weight: 600;
    color: #0d80de;
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
}

.timeline-section {
    background: linear-gradient(45deg, #e4f9f5, #cce8dc);
    padding: 60px 5%;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}

.timeline-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
    position: relative;
    flex-wrap: wrap;
}

.timeline-box {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: 250px;
    transition: 0.3s;
}

.timeline-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.timeline-box i {
    font-size: 40px;
    color: #0dbb19;
    margin-bottom: 15px;
}

.timeline-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #0d80de;
}

.timeline-box p {
    font-size: 16px;
    color: #333;
}

.timeline-line {
    width: 60px;
    height: 5px;
    background: linear-gradient(to right, #0dbb19, #0d80de);
    border-radius: 5px;
}

.Partners{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
    display: flex;
}

.Partners ul{
	list-style-type: none;
	margin-left: -10px;
}

.Partners ul li{
	width: 33%;
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
}

.image img{
	max-width: 100%;
}

.image{
	position: relative;
}

.blue{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 4px;
	background-color: #0d80de;
    border-radius: 100px 0 100px 0px;
	z-index: 10;
	opacity: 0;
	text-align: center;
	transition: 0.5s;
}

.image:hover .blue{
	opacity: 0.9;
}

.money{
	position: relative;
	top: 45%;
	color: white;
    font-size: 30px;
}

hr{
    border: none;
    height: 5px;
    background-color: #0dbb19;
}

/*-------------------------------Tools-------------------------------*/

.tool-section {
    background: #fff;
    padding: 60px 100px;
    text-align: center;
}

.galary{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
    display: flex;
}

.galary ul{
	list-style-type: none;
	margin-left: -10px;
}

.galary ul li{
	width: 25%;
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
}

.image img{
	max-width: 100%;
}

.image{
	position: relative;
}

.green{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 4px;
	background-color: #0d80de;
	z-index: 10;
	opacity: 0;
	text-align: center;
	transition: 0.5s;
}

.image:hover .green{
	opacity: 0.8;
}

.texts{
	position: relative;
	top: 45%;
	color: white;
    font-size: 20px;
}

.big{
	text-transform: uppercase;
	font-weight: 800;
}

.email-left-title p{
    text-align: justify;
    font-size: large;
    padding-bottom: 50px;
}

.project-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
}

.project-box {
    border: 1px solid #eff2f6;
	box-shadow: 0 3px 20px rgba(0,0,0,0.04);
    border-radius: 8px;
    padding: 20px;
    width: 500px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}

.project-box:hover{
    box-shadow: 0 2px 6px #0dbb19;
    transform: scale(1.01);
}

.project-box .icon {
    font-size: 30px;
    color: white;
    background: linear-gradient(120deg, #0d80de, #0dbb19);
    padding: 10px 20px;
    border-radius: 30%;
    margin-bottom: 15px;
    display: inline-block;
}

.project-box h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
}

.project-box p {
    color: #000000;
    font-size: 16px;
    margin: 0;
    text-align: justify;
}

/*-------------------------------Events-------------------------------*/

.card-link-events{
    user-select: none;
    width: 400px;
    height: 550px;
    display: block;
    background-color: white;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: 0.2s ease;
}

.card-list .card-item .card-link-events:hover{
    border-color: rgb(34, 255, 0);
}

.card-list .card-link-events .card-image{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px;
}

.date{
    color: rgb(146, 138, 138);
    letter-spacing: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-bottom: 10px;
}

.read_more{
    bottom: 10px;
    display: block;
    align-items: center;
    padding: 10px 15px;
    max-width: 110px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(270deg, #0d80de, #0dbb19);
    transition: 0.3s;
}

.read_more:hover{
    margin-left: 20px;
}

/*-------------------------------Event-------------------------------*/

.event-section {
    padding: 60px 100px;
    text-align: center;
}

.event-gallery-panel-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
    overflow: hidden;
    margin: 0;
}

.event-gallery-panel-container{
    display: flex;
    width: 80vw;
}

.event-gallery-panel{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    border-radius: 50px;
    flex: 0.5;
    position: relative;
    transition: flex 0.7s;
}

.event-gallery-panel.active{
    flex: 2;
}

/*-------------------------------Results-------------------------------*/

.RESULTS{
    background-color: white;
    padding: 50px 50px;
}




/*-------------------------------Gallery-------------------------------*/

.GALLERY {
    padding: 2rem 5%;
}

.GALLERY .image-container {
    columns: 15rem 3;
    gap: 1.4rem;
}

.GALLERY .image-container img {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0.7rem;
    transition: 0.2s linear;
}

.GALLERY .image-container img:hover {
    transform: scale(1.01);
}

.full_gallery{
    display: block;
    align-items: center;
    padding: 10px 15px;
    max-width: 115px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(270deg, #0d80de, #0dbb19);
    transition: 0.3s;
}

.full_gallery:hover{
    margin-left: 20px;
}

/*-------------------------------Contact-------------------------------*/

.contact-section {
    background: #fff;
    padding: 60px 20px;
    text-align: center;
}

.contact-header{
    text-align: center;
    padding-bottom: 40px;
}

.contact-header h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
}

.contact-header p {
    color: #777;
    font-size: 14px;
}

.contact-header p a{
    color: green;
}

.contact-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
}

.contact-box {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    width: 280px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    text-align: center;
}

.contact-box .icon {
    font-size: 30px;
    color: white;
    background: linear-gradient(270deg, #0d80de, #0dbb19);
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    transition: 0.3s;
}

.contact-box .icon:hover{
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.contact-box h3 {
    font-size: 18px;
    color: #111;
    margin-bottom: 5px;
}

.contact-box p {
    color: #555;
    font-size: 14px;
    margin: 0;
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: none;
    margin-top: 30px;
}

/*-------------------------------Email-------------------------------*/

.email-section{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: linear-gradient(45deg, #9ccaf0, #9eefa4);
}

.email-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.email-left-title h2{
    font-weight: 600;
    color: #0d80de;
    font-size: 30px;
    margin-bottom: 5px;
    text-align: left;
}

.email-left-title h2:hover + hr{
    width: 150px;
}

.email-left-title hr{
    border: none;
    width: 120px;
    height: 5px;
    background-color: #0dbb19;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.email-inputs{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    border-radius: 50px;
}

.email-left textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
    resize: none;
}

.email-inputs:focus{
    border: 2px solid #0dbb19;
}

.email-inputs::placeholder{
    color: rgb(128, 128, 128);
}

.email-left button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(270deg, #0d80de, #0dbb19);
    cursor: pointer;
    transition: 0.3s;
}

.email-left button img{
    height: 15px;
}

.email-right img{
    width: 500px;
    border-radius: 10px;
}

.email-left button:hover{
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}










/*-------------------------------Responsive-------------------------------*/

@media only screen and (max-width:1500px){
    .aral-sea-text{
        font-size: 60px;
    }
    .title{
        padding-left: 30px;
    }
    .project-unit-text{
        font-size: 14px;
        letter-spacing: 25.7px;
    }
    .project-unit-text-ru{
        font-size: 14px;
        letter-spacing: 24px;
    }
}

@media only screen and (max-width:1220px){
    .aral-sea-text{
        font-size: 50px;
    }
    .project-unit-text{
        font-size: 10px;
        letter-spacing: 8px;
    }
    .project-unit-text-ru{
        font-size: 10px;
        letter-spacing: 8px;
    }
    .money{
        font-size: 25px;
    }
    .blue{
        border-radius: 80px 0px 80px 0px;
    }
}

@media only screen and (max-width:700px){
    nav ul{
        width: 100%;
        background: rgb(87, 161, 231);
        position: absolute;
        top: 140px;
        right: 0;
        z-index: 2;
    }
    nav ul li{
        font-size: 7px;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav ul li a{
        color: floralwhite;
    }
    .header img{
        width: 40px;
    }
    .background-image img{
        margin-top: 60px;
    }
    .OUR_TEAM{
        height: 1000px;
    }
    .contact-info {
        flex-direction: column;
        align-items: center;
    }
    .contact-box {
        width: 90%;
    }
    .contact-header h2 {
        font-size: 28px;
    }
    .email-inputs{
        width: 80vw;
    }
    .email-right{
        display: none;
    }
    .money{
        font-size: 15px;
    }
    .blue{
        border-radius: 60px 0px 60px 0px;
    }
    .timeline-container {
        flex-direction: column;
        gap: 20px;
    }
    .timeline-line {
        width: 5px;
        height: 60px;
    }
    .event-gallery-panel{
        height: 50vh;
    }
    .event-gallery-panel-body{
        height: 30vh;
    }
    .card-list .card-item .card-link{
        margin-left: 120px;
    }
    .card-list .card-item .card-link-events{
        margin-left: 120px;
    }
}

@media only screen and (max-width:625px){
    .aral-sea-text{
        font-size: 25px;
        letter-spacing: 5px;
        -webkit-text-stroke:  0.5px white;
    }
    .title{
        padding-left: 30px;
    }
    .project-unit-text{
        color: blue;
        font-size: 10px;
        letter-spacing: 1px;
        -webkit-text-stroke:  0.3px rgb(191, 186, 186);
    }   
    .project-unit-text-ru{
        color: blue;
        font-size: 10px;
        letter-spacing: 0.5px;
        -webkit-text-stroke:  0.3px rgb(191, 186, 186);
    }    
    .card-list .card-item .card-link{
        width: 230px;
        padding: 6px;
        border-radius: 12px;
        margin-left: 120px;
    }
    .card-list .card-item .card-link-events{
        width: 230px;
        padding: 6px;
        border-radius: 12px;
        height: 620px;
        margin-left: 120px;
    }
    .project-section {
        padding: 60px 30px;
    }
    .money{
        font-size: 10px;
    }
    .blue{
        border-radius: 40px 0px 40px 0px;
    }
    .event-section {
        padding: 10px 20px;
    }
    .tool-section {
        padding: 10px 20px;
    }
    .event-gallery-panel{
        height: 40vh;
    }
    .event-gallery-panel-body{
        height: 30vh;
    }
}
/*
@media only screen and (max-width:485px){
    .header {
        background-image: url("../img/header-image-long.jpg");
        background-repeat: repeat-y;
        background-attachment: fixed;
        background-size: contain;
    }
}*/

@media only screen and (max-width:400px){
    .aral-sea-text{
        font-size: 20px;
    }
    .title{
        padding-left: 5px;
    }
    .project-unit-text{
        color: blue;
        font-size: 8px;
        letter-spacing: 1px;
    }
    .project-unit-text-ru{
        color: blue;
        font-size: 8px;
        letter-spacing: 0.1px;
    }
    .header img{
        width: 30px;
    }
    .OUR_TEAM{
        height: 900px;
    }
    .project-section {
        padding: 60px 10px;
    }
    .money{
        font-size: 8px;
    }
    .blue{
        border-radius: 30px 0px 30px 0px;
    }
    .event-gallery-panel{
        height: 30vh;
    }
    .event-gallery-panel-body{
        height: 20vh;
    }
    .card-list .card-item .card-link{
        margin-left: 50px;
    }
    .card-list .card-item .card-link-events{
        margin-left: 50px;
    }
}