@charset "utf-8";

* {
    margin: 0; 
    padding: 0; 
    box-sizing: border-box;
}

body {
    background-color: #260F03;
    color: #000;
}
.immg {
    height: 900px; 

}
header {
    width: 100%; 
    height: 100vh;
    /* background-image: url('Main.jpeg'); */
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
header div {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
h1 {
    font-size: calc(1em + 6vw);
    color: #000;
    margin-bottom: 1rem;
    text-shadow: 0 100px 20px rgba(0, 0, 0, 0.4);
}
p {
	font-size: 0.9em;
	color: #fff;
    margin-bottom: 0.2rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.p2 {
	line-height: 1em;
	font-size: 0.8em;
	color: #fff;
  
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.p3 {
	margin-bottom: 1rem;
    font-size: 1rem;
	font-family: Helvetica;
	color:#71DE3B;
}

/* Main: General */

main {
    margin: 7rem;
    line-height: 2;
}

container {
	background: url(images/bg.jpg) no-repeat center center fixed; 
    background-size: cover;
	
	
}

section {
    margin-bottom: 2rem;
}

h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
    position: relative;
    display: inline-block;
	font-family: Helvetica;
	color:#71DE3B;
}

h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    position: relative;
    display: inline-block;
	font-family: Helvetica;
	color:#71DE3B;
}

h4 {
	line-height: 1.2em;
	position: relative; 
	top: 50px;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    align-content: center;
	font-family: Helvetica;
	color:#71DE3B;
}

h6 {
	position: relative; 
	top: 50px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    align-content: center;
	font-family: Helvetica;
	color:#fff;
}

h5 {
	position: relative; 
	top: 50px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    align-content: center;
	font-family: Helvetica;
	color:#fff;
}

h1, p {
    opacity: 0; 
    position: relative;
    bottom: -40px;
    transition: all 0.8s ease-out;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.show {
    opacity: 1;
    bottom: 0;
}

.plant {
	 position: absolute; 
    top: 350px; 
    width: 100%; 
    height :100%;
}


#about {
    display: grid;
    grid-template-columns: 7fr 1fr;
    grid-gap: 8rem;
}

#aboutimg {
    float: right;    
    margin: 0 0 0 0;
}

#about2 {
    float: left;    
    margin: 0 47px 0 0;
}

#aboutimg2 {
    float: left;    
    margin: 0 47px 0 0;
}

#about3 {
    float: right;    
    margin: 0 10px 0 0;
}

/* #about div:nth-of-type(2) img {
	height: auto;
    width: auto; 
} */

a{
    color: #71DE3B;
    text-decoration: none;
}

.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 9999;
}

.floating-btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5em;
    text-decoration: none;
    color: #71DE3B;
}

.floating-btn img {
    width: 50px;
    height: 50px;
    margin-bottom: 4px;
}

.space {
    /* width: 130px; */
    height: 780px;
}


footer {
	color: #71DE3B;
	text-align: center;
	margin-bottom: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

@media (max-width: 768px) {


/* }

/* Responsive Design 
@media (max-width: 1024px) { */

    header {
        width: auto; 
        height: auto;
    }

    header div {
        width: 100%; 
        height: auto;
        /* background-image: url('Main.jpeg'); */
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        top: 30%;
    }

    .immg {
        margin-left: 10px;
        height: 450px; 

    }
    
    #about {
        display: block;
        grid-template-columns: none;
        grid-gap: 0;
    }

    #aboutimg {
        float: none;
        margin: auto;
        margin: 1rem auto;

    }

    #about2,
    #about3 {
        float: none;
        margin: auto;
        margin: 1rem auto;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    main {
        margin: 2rem 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2, h3, h4, h5, h6 {
        font-size: 1.2rem;
        text-align: center;
    }

    p, .p2, .p3 {
        font-size: 1rem;
        text-align: justify;
    }

    .plant {
        position: relative;
        /* top: 20; */
        width: 100%;
        height: auto;
    }



    .floating-btn a {
        font-size: 1.2em;
        display: flex;
        flex-direction: column;
        align-items: center;
    }



    .floating-btn img {
        width: 40px;
        height: 40px;
        margin-top: 5px;
    }



    .floating-btn {

        width: auto;
        height: auto;
        bottom: 20px;
        right: 10px;
        position: fixed;
        /* bottom: 20px; */
        /* right: 20px; */
        /* width: auto; */
        /* height: auto; */
        background-color: transparent;
        border: none;
    }
    
    

    .space {
    /* width: 130px; */
    height: 10px;
}
}



