* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* start header section */
h1{
    font-size: 6.5vw;
}
h3{
    font-family: "Merriweather", serif;
    font-size: 1.3rem;
    font-weight: 700;
}
h4{
    font-size: 1.1rem;
    font-weight: 700;
    font-family: "Merriweather", serif;
    word-spacing: 0.4vw;
}
h6{
   font-size: 0.9rem; 
   font-weight: 700;
   color: #6caa7f;
}
P{
    font-size: 1rem;
    font-family: "Karla", sans-serif;
    line-height: 1.5rem;
}
button{
    background: #6caa7f;
    border: none;
    padding: 0.7rem 1.3rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}
header {
  position: relative;
}
header .head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .head h1{
    font-family: "Leckerli One", cursive;
  }
header .head hr{
    height: 2px;
    border: none;
    background-color: #2ecc71;
   
}
header .head h6{
    letter-spacing: 3px;
    color:#2ecc71;
    font-weight: 700;
}
.navbar-nav .icon{
    cursor: pointer;
    color:#2ecc71;
    font-size: 19px;
    opacity: 0.5;
}
.navbar-nav li a{
position: relative;
display: inline-block;
}
.navbar-nav li a::after{
    content: "";
    width:0;
    height: 3px;
    background-color: #2ecc71;
    display: block;
    transition: all 0.3s;
    border: none;
}
.navbar-nav li a:hover::after{
    width:100%;
}
.feature{
    position: relative;
    padding-left: 0;
    height: 300px;
    background-size: cover;
}
.feature img{
    width: 100%;
    height: 100%;
}
.feature div{
    position: absolute;
    bottom: 0;
    left:0;
    background-color: rgba(0, 0, 0, 0.603);
  
}
.feature div a{
    text-decoration: none;
    border: none;
    
}

.feature div a::after{
    content: "";
    width:30%;
    height: 3px;
    background-color: #2ecc71;
    display: block;
    transition: all 0.3s;
    border: none;
}
.contact{
    background-color: #2ecc7054;
}
.contact input{
    outline: none;
    border:1px solid #2ecc71;
}

.post a , .saidbar a{
    text-decoration: none;
  font-weight: 600;
    font-size: 0.9rem;
    color: #2ecc71;
}
.saidbar hr{
    width:50%;
    background-color: #2ecc71;
    height: 3px;
    border: none;
}
.supsaid h3{
    font-size: 1rem;
}
.supsaid a{
    font-size: 0.8rem;
}
.content-said3{
    position: relative;
    height: 400px;
}
.content-said3 img{
    height: 100%;
}
.content-said3 .text{
    position: absolute;
    background-color: rgb(50 43 43 / 66%);
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    color: white;
    width: 100%;
    padding-top:50%;
}
.text p{
    font-weight: 800;
   font-size: 1rem;
   letter-spacing: 1px;
}
.footer1{
    background-color: #2ecc71;
    color: white;
}
.footer1 a{
    text-decoration: none;
}
footer h6{
    position: relative;
    display: inline-block;
}
footer h6::after{
    content: "";
    width:70%;
    height: 3px;
    background-color: #2ecc71;
    display: block;
    transition: all 0.3s;
    border: none;
    margin: auto;
    position: absolute;
    bottom: -10px;
   left: 0; 
}
   

