﻿* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #333;
    color:peachpuff;
}

.navbar {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
    background-color: #333;
    color: white;
}

.brand-title {
    font-size: 1.5rem;
    margin: .5rem;
    color:peachpuff;
}

.navbar-links {
    height: 100%;
}

    .navbar-links ul {
        display: flex;
        margin: 0;
        padding: 0;
    }

    .navbar-links li {
        list-style: none;
    }

        .navbar-links li a {
            display: block;
            text-decoration: none;
            color: peachpuff;
            padding: 1rem;
        }

        .navbar-links li:hover {
            background-color: #555;
        }

.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

    .toggle-button .bar {
        height: 3px;
        width: 100%;
        background-color: white;
        border-radius: 10px;
    }

@media (max-width: 800px) {
    .brand-title {
        font-size: 1.2rem;
        margin: .5rem;
        color: peachpuff;
    }

    .eco
{
    margin-top: 100px;
    display: flex;
    flex-direction:column;
    text-align:center;

}
    .eco img{
        left:50%;
        max-height:450px;
        max-width:100%;
    }
    .slideshow-container {
        max-width: 100%;
        max-width: 100%;
        height: 180px;
        position: relative;
        margin: auto;
    }
    .mySlides {
        max-width: 100%;
        max-width: 100%;
        height: 180px;
        position: relative;
        margin: auto;
    }
        .mySlides img {
            max-height: 200px;
        }


    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

        .navbar-links ul {
            width: 100%;
            flex-direction: column;
        }

            .navbar-links ul li {
                text-align: center;
            }

                .navbar-links ul li a {
                    padding: .5rem 1rem;
                }

        .navbar-links.active {
            display: flex;
        }
}
.hope{
    text-align:center;
}

/* Background Styles Only */

@import url('https://fonts.googleapis.com/css?family=Raleway');

* {
    font-family: Raleway;
}

html {
    background-color: #DFDFDF;
}

.side-links {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.side-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 10px;
    color: white;
    width: 180px;
    padding: 10px 0;
    border-radius: 10px;
}

.side-link-youtube {
    background-color: red;
}

.side-link-twitter {
    background-color: #1DA1F2;
}

.side-link-github {
    background-color: #6e5494;
}

.side-link-text {
    margin-left: 10px;
    font-size: 18px;
}

.side-link-icon {
    color: white;
    font-size: 30px;
}

.slideshow-container {
    max-width: 100%;
    max-height: 400px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    transition: ease-in 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4

    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.welcome {
    text-align: center;
    max-width: 100%

}

.projects {
    display: flex;
    justify-content: space-around;
    max-width: 100%;
}


.title {
    text-align: center;
    max-width: 100%;
    background-color: red;
}

.first {
    text-align: center;
}

.second {
    text-align: center;
}
.image img{
    image-orientation:unset;
}

.third {
    text-align: center;
}
.ending {
    display: flex;
    justify-content: space-around;
    max-width: 100%;
}


.title {
    text-align: center;
    max-width: 100%;
   background-color:transparent;
}
.title p{
    font-size:20px;
}

.one {
    text-align: center;
}

.two {
    text-align: center;
}


.three {
    text-align: center;
}
.four {
    text-align: center;
}
.statement{
    text-align:center;
}
footer{
    background-color:darkslategrey;
    height:70px;
    text-align:center;
    padding-top:10px;
}
url('https://i.pinimg.com/originals/3c/24/46/3c24462450c2a902bf7e18f3d9aada81.jpg');
color: #fff;
/* Push to bottom */
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 100vh;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    overflow: auto;
}

header {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    header h1 {
        font-size: 60px;
    }

.counters {
    background: darkslategrey;
    color: #fff;
   

}
.holy{
    display:flex;
    align-items:center;
    height:50px;
    justify-content:center;
}
.holy p{
    font-size:30px;
}
    .counters .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
        text-align: center;
    }

    .counters i {
        color: lightskyblue;
        margin-bottom: 5px;
    }

    .counters .counter {
        font-size: 45px;
        margin: 10px 0;
    }

@media (max-width: 700px) {
    .counters {
        background: darkslategrey;
        color: #fff;
        padding: 0px 10px;
   
    }
    .counters .container {
        display:flex;
       flex-direction:column;
       
    }
    .holy p {
        font-size: 15px;
    }
    .holy {
        display: flex;
        align-items: center;
        height: 40px;
        justify-content: center;
    }
 

        .counters .container > div:nth-of-type(1),
        .counters .container > div:nth-of-type(2) {
            border-bottom: 1px lightskyblue solid;
            padding-bottom: 20px;
        }
    .projects {
        display: flex;
        flex-direction:column;
        justify-content: space-around;
        max-width: 100%;
    }
}
.loader {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loader > img {
        width: 100px;
    }

    .loader.hidden {
        animation: fadeOut 1s;
        animation-fill-mode: forwards;
    }

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.thumb {
    height: 100px;
    border: 1px solid black;
    margin: 10px;
}
.eco{
    margin-top:100px;
    display:flex;
    text-align:left;
}

.eco .ola h1{
    font-size:45px;
}
