* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;

}

body {
    background-color: #fbfefd;
}

#headerArea {
    /* width: 100%; */
    height: 72px;
    /* background-color: red; */
    box-shadow: -5px -8px 11px 3px;

    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 100;


}

#navBar {
    width: 70%;
    height: 100%;
    /* background-color: cornflowerblue; */
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;


}

#logoArea p {
    font-size: 16px;
    line-height: 25.6px;
    color: #707070;
    font-weight: 600;
}

#manuArea a {
    text-decoration: none;
    font-size: 16px;
    line-height: 25.6px;
    color: #707070;
    padding: 10px;
    font-weight: 600;



}
#manuArea {
    position: relative;
}

.moonTest {
    width: 20px;
    position: absolute;
   top: 3px;
     right: -40px;
color: #383838;


} 
.moonTest:hover{
    cursor: pointer;
}


#manuArea a:hover {
    cursor: pointer;
    color: #069d54;

}

#logoArea p:hover {
    cursor: pointer;
    color: #069d54;
}


#mainArea {
    width: 100%;
    /* height: 100vh; */
    /* background-color: darkslategray; */
    /* padding-top: 220px; */
  padding-top: 100px;

 

}

#mainDiv {
    width: 70%;
    /* height: 100%; */
    /* background-color: burlywood; */
    margin: auto;
    display: flex;
    /* margin-top: 80px; */


}

#textContant {
    width: 50%;
    height: 100%;
    /* background-color: blue; */


}

#imageContant {
    width: 40%;
    /* height: 100%; */
    /* background-color: chocolate; */
}

#imageContant img {
    width: 100%;
}

#textContant h1 {
    font-size: 64px;
    line-height: 102.4px;
    color: #069d54;
    font-weight: 600;
}

#textContant h2 {
    font-size: 36px;
    line-height: 58px;
    color: #383838;
    font-weight: 600;
    margin-top: 20px;

}

.btn {
    font-size: 16px;
    line-height: 25.6px;
    padding: 12px 20px;
    border: none;
    background-color: #069d54;
    color: #ffffff;
    border-radius: 8px;
    margin-top: 30px;
}

.btn:hover {
    cursor: pointer;
}

#secondMainArea {
    width: 100%;
    /* height: 100vh; */
   padding-top: 200px;

    /* background-color: cornflowerblue; */

}

#secondMainDiv {
    width: 70%;
    /* height: 100%; */
    /* background-color: red; */
    margin: auto;
    display: flex;
    justify-content: space-around;
    /* margin-top: 200px; */



}

#secondIMageContant {
    width: 40%;

    height: 100%;
    /* background-color: deeppink; */
}

#socondTextContant {
    width: 40%;
    height: 100%;
    /* background-color: gold; */
}


#secondIMageContant img {
    width: 100%;
    border-radius: 8px;
}

#socondTextContant h5 {
    font-size: 16px;
    line-height: 25.6px;
    color: #069d54;
    margin-top: 30px;
    font-weight: 600;

}


#socondTextContant h2 {
    font-size: 36px;
    line-height: 57.6px;

    font-weight: 700;
    color: #383838;
    margin-top: 15px;

}

#socondTextContant p {
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 500;
    color: #707070;
    margin-top: 30px;


}

#btn {
    font-size: 16px;
    line-height: 25.6px;
    padding: 12px 20px;
    border: none;
    background-color: #069d54;
    color: #ffffff;
    font-weight: 500;

}

#thirdMainArea {
    width: 100%;
    /* height: 100vh; */
    /* background-color: darkslateblue; */
padding-top: 200px;
}

#headerDiv {
    text-align: center;
}

#headerDiv h5 {
    font-size: 16px;
    line-height: 26px;
    color: #069d54;
    font-weight: 500;


}

#headerDiv h2 {
    font-size: 36px;
    line-height: 57px;
    font-weight: 700;
    color: #383838;
}

#mainTextContant {

    width: 70%;
    height: 100%;
    /* background-color: red; */
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;

}

.text1 {
    width: 30%;
    height: 100%;
    /* background-color: aquamarine; */
    text-align: center;

}



.svgIcon {
    margin-top: 10px;
    height: 80px;
    margin-left: 20px;
    width: 80px;
    fill: #069d54;
}

.text1 h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #707070;

}

.text1 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #707070;
}



#fourMainArea {
    width: 100%;
    height: 700px;
    /* background-color: rebeccapurple; */
   /* padding-top: 200px; */
padding-top: 200px;
}

#fourheaderDiv {
    text-align: center;
}


#fourheaderDiv h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #069d54;

}


#fourheaderDiv h2 {
    font-size: 36px;
    line-height: 57px;
    color: #383838;
    font-weight: 700;
}

#mainMenuBox {
    width: 70%;
    height: 100%;
    /* background-color: red; */
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;

}

.MenuBox1 {
    width: 32%;
    height: 50%;
    background-color: #ffffff;
    box-shadow: 0px 3px 5px 1px #e4dddd;
    position: relative;
    overflow: hidden;
    /* z-index: 2; */
    border-radius: 8px;
}

.MenuBox1 img {
    width: 40%;
    position: absolute;
    left: 90px;
    bottom: 100px;
    top: 20px;

}


.MenuBox2 {
    width: 32%;
    height: 50%;
    background-color: #ffffff;
    box-shadow: 0px 3px 5px 1px #e4dddd;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.MenuBox2 img {
    width: 40%;
    position: absolute;
    left: 90px;
    bottom: 100px;
    top: 20px;

}


.MenuBox3 {
    width: 32%;
    height: 50%;
    background-color: #ffffff;
    box-shadow: 0px 3px 5px 1px #e4dddd;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.MenuBox3 img {
    width: 40%;
    position: absolute;
    left: 90px;
    bottom: 100px;
    top: 20px;
}

.allText {
    position: absolute;
    bottom: 0%;
    bottom: 20px;
    left: 10px;

}

#uniq {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #383838;
}

.allText p {
    font-size: 14px;
    line-height: 22px;
    color: #707070;
    font-weight: 400;
}

span {
    font-size: 14px;
    line-height: 22px;
    color: #383838;
    font-weight: 700;
}

.firstBtn {

    padding: 8px 12px;

    border-radius: 8px 0px;
    border: none;
    background-color: #069d54;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.box {
    width: 20px;
    color: #ffffff;
}

.shopingIcon :hover {
    cursor: pointer;

}

#fiveMainSection {
    width: 100%;
    height: 600px;
    /* background-color: cyan; */
}

.fiveMainDiv {
    width: 70%;
    /* height: 100%; */
    /* background-color: burlywood; */
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}

.extra{
   width: 100%;
}


#fiveTextContant {
    width: 45%;
    height: 100%;
    /* background-color: red; */
   

}

#fiveImageContant {
    width: 45%;
    height: 100%;
    /* background-color: rgb(22, 240, 33); */
   
}

#fiveImageContant img {
    width: 90%;
    height: 90%;
}

#App {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #069d54;
    margin-top: 10px;

}

#fiveTextContant h2 {
    font-size: 36px;
    line-height: 58px;
    font-weight: 700;
    color: #383838;
    margin-top: 8px;
}

#fiveTextContant p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #707070;
    margin-top: 35px;

}

.img img {
    width: 150px;
    height: 40px;
    margin-top: 35px;

}

#imgMainDiv {
    display: flex;
    gap: 10px;
}

.img img:hover {
    cursor: pointer;
}

#sixMainArea {
    width: 100%;
    height: 400px;
    /* background-color: red; */
    padding-top: 200px;

}

#sixMainDiv {
    width: 70%;
    height: 100%;
    /* background-color: aqua; */
    margin: auto;
    display: flex;
}

#sixTexContant {
    width: 50%;
    height: 100%;
    
    /* background-color: rgb(31, 170, 147); */
}

.pragrapgTag1{
    width: 50%;
    height: 100%;
}
.headingDiv{
    width: 50%;
    height: 100%;
}


#sixButtom {
    width: 50%;
    height: 100%;
    /* background-color: darkolivegreen; */
    position: relative;
}

#sixTexContant h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #069d54;

}


#sixTexContant span{
    font-size: 36px;
    line-height: 58px;
    color: #383838;
    font-weight: 700;
    margin-top: 10px;
}

#sixTexContant p {
    font-size: 17px;
    line-height: 26px;
    color: #707070;
    font-weight: 500;
    margin-top: 30px;
}


#contact {
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #069d54;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    border: none;
    position: relative;
    top: 70px;
    left: 305px;
}

#sixButtom :hover {
    cursor: pointer;

}

.sevenMainArea {

    width: 100%;
    height: 300px;
    /* background-color: aquamarine; */
    margin-top: 200px;


}

.sevenMainDiv {

    width: 70%;
    height: 100%;
    /* background-color: darkseagreen; */
    margin: auto;
    display: flex;
    gap:130px;
   


}
.towDiv{
    display: flex;
    gap:200px;
    
}

.five{
    display:flex ;
    gap: 130px;
}



.div1 {
    width: 10%;
    height: 100%;
    /* background-color: crimson; */
    position: relative;
}

.div2 {
    width: 30%;
    height: 100%;
    /* background-color: rgb(228, 218, 84); */
}

.div3 {
    width: 30%;
    height: 100%;
    /* background-color: rgba(20, 67, 220, 0.267); */
}

.div4 {
    width: 25%;
    height: 100%;
    /* background-color: rgb(196, 54, 231); */
}



.div1 a {
    text-decoration: none;
    color: #069d54;
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
}


.facebookIcon {
    font-size: 24px;
    line-height: 38px;
    color: #383838;
    font-weight: 600;
    margin-top: 30px;
    display: flex;
    gap: 15px;
    position: absolute;
    left: 10px;

}

/* .facebookIcon:hover{
    cursor: pointer;
    color: #069d54;
} */

.icon1:hover {
    cursor: pointer;
    color: #069d54;
}

.icon2:hover {
    cursor: pointer;
    color: #069d54;
}

.icon3:hover {
    cursor: pointer;
    color: #069d54;
}

.div2 h3 {
    font-size: 24px;
    line-height: 38px;
    color: #383838;
    font-weight: 600;
}

.div3 h3 {
    font-size: 24px;
    line-height: 38px;
    color: #383838;
    font-weight: 600;
}

.div4 h3 {
    font-size: 24px;
    line-height: 38px;
    color: #383838;
    font-weight: 600;
}


.pTag {
    margin-top: 25px;
}


/* A tag */



.pTag a {
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    font-weight: 600;
}

.pTag a:hover {
    color: #069d54;
}
.div1 p{
    font-size: 14px;
   line-height: 22px;
   font-weight: 600;
   color: #707070;
}

.end p{
text-align: center;
height: 100px;
font-size: 14px;
line-height: 22px;
color: #707070;

}