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

html {
    background-color: #fff;
    color: #111111;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clearfix {
    zoom: 1
}

.clearfix::after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.row {
    max-width: 1140px;
    margin: 0 auto;
}

.row2 {
    margin: 0 auto;
}

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/hero/ISTRAWU_WEB_LR-42.jpg");
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-text-box {
    position: absolute;
    top: 60%;
    left: 3%;
    /* transform: translate(-50%, -50%); */
    text-transform: uppercase;
}

h1,
h4 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h2 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h3 {
    text-transform: uppercase;
    font-size: 110%;
    letter-spacing: 1px;
    text-align: center;
    color: #046307;
    padding-bottom: 10px;
}

h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 180%;
    word-spacing: 4px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #046307;
    content: "";
    width: 800px;
    margin: 0 auto;
    margin-top: 15px;
}

h4 {
    color: #fff;
    margin: 0;
    font-size: 100%;
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 4px;
}

a {
    text-decoration: none;
}

.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    color: #FFF;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    margin-top: 50px;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background: #fff;
    border: 1px solid #fff;
    color: #046307;
    margin-right: 30px;
}

.btn-ghost:link,
.btn-ghost:visited {
    background: none;
    border: 1px solid#fff;
    color: #046307;
    background: #fff;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background: #046307;
    color: #fff;
}

section {
    padding: 150px 0px 0px 0px;
}

.box {
    padding: 1%;
}

.box p {
    font-size: 90%;
    line-height: 145%;
    text-align: justify;
}

.icon-big {
    color: #046307;
    display: flex;
    justify-content: center;
    font-size: 300%;
    margin-bottom: 10px;
    text-align: center;
    display: none;
}

.header-photo h2 {
    margin-top: 100px;
}

.photo-showcase {
    list-style: none;
    width: 100%;
}

.photo-showcase li {
    display: block;
    float: left;
    width: 25%;
}

.straw-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

.straw-photo img {
    width: 100%;
    height: auto;
    transform: scale(1.15);
    transition: transform 0.7s opacity 0.5s;
    opacity: 0.7;
}

.photo-section {
    padding: 0;
}

.straw-photo img:hover {
    transform: scale(1.03);
    opacity: 1;
    cursor: zoom-in;
}

.skaic {
    border-radius: 50%;
    border: 2px solid #046307;
    padding: 10px;
    height: 50px;
    width: 50px;
    float: left;
    text-align: center;
    color: #046307;
    margin: 5px;
    margin-left: 10px;
    font-size: 20px;
}

.skaic p {
    color: #111111;
}

.start-now {
    padding: 15px;
    margin-bottom: 50px;
    margin-left: 20px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
}

.make-change2 a {
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 200px;
    text-align: center;
    background: #046307;
    padding: 10px;
    color: #fff;
    margin-bottom: 60px;
}

.make-change2 {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 0 auto;
    overflow: hidden;
}

.make-change2 a:hover {
    background-color: #fff;
    color: #046307;
    border: 1px solid #046307;
}

*:focus {
    outline: none;
}


/* ----------------------------------------------- */


/* FORM */


/* ----------------------------------------------- */

.contact-form {
    width: 60%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {
    outline: none;
}

.section-form h2,
label {
    color: #fffcf9;
}

.section-form h2 {
    color: rgb(203, 203, 203);
}

.cont {
    margin: 0;
    padding: 0;
}

.blog-box {
    height: 50px;
    display: flex;
    float: left;
    white-space: nowrap;
    width: auto;
    margin: 0;
}

.paras {
    display: inline-block;
}

.contanct-sec {
    padding: 0;
}

.info-post {
    color: #cf6d17;
}


/* language nav bar */

.lang a {
    text-decoration: none;
    color: #fff;
}

.lang li {
    list-style: none;
    padding-right: 20px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 300;
}

.lang {
    display: flex;
    justify-content: flex-end;
}

.plant {
    margin-bottom: 22px;
}


/* nauji nav barai + social */


/* nav bar configs */


/* 
.logo {
    height: 200px;
    width: auto;
} */


/* Style The Dropdown Button */


/* :after {
display: block;
height: 2px;
background-color: #046307;
content: "";
width: 800px;
margin: 0 auto;
margin-top: 15px;
} */


/* 

a {
    text-decoration: none;
}

li {
    list-style: none;
}


/* social ikonos */

.footer-social {
    list-style: none;
    display: flex;
    font-size: 180%;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-social a {
    color: #fff;
    margin: 10px;
}

.facebook:hover {
    color: #3b5998;
}

.instagram:hover {
    color: #c32aa3;
}


/* .twitter:hover {
    color: #1da1f2;
} */


/* Style The Dropdown Button */


/* :after {
display: block;
height: 2px;
background-color: #046307;
content: "";
width: 800px;
margin: 0 auto;
margin-top: 15px;
} */


/* ARROW IN DA NEE */

.arrow {
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.arrow span {
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

@-webkit-keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.why-picture img {
    max-width: 400px;
}

.why-container {
    display: flex;
    padding: 0 1%;
    /* font-family: 'Fanwood Text', serif; */
}

.why-container p {
    font-weight: 400;
    text-transform: capitalize;
}

.why-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why-container p {
    text-align: justify;
}

.why-container h3 {
    text-align: left;
}

.why-flex-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why-flex-right:last-child {
    padding-bottom: 40px;
}

.why-flex-right:nth-child(2n+0) {
    padding-bottom: 10px;
}


/* Debug check */


/* * {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
} */