*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* downloaded fonts */
@font-face {
    font-family: HarmoniaSans-bold;
    src: url(Harmonia-Sans-Font/Harmonia\ Sans\ Mono\ W01\ Bold.otf);
  }
  @font-face {
    font-family: HarmoniaSans-regular;
    src: url(Harmonia-Sans-Font/Harmonia\ Sans\ W01\ Regular.otf);
  }
  @font-face {
    font-family: HarmoniaSans-bold06;
    src: url(Harmonia-Sans-Font/Harmonia\ Sans\ W06\ Condensed.otf);
  }
h1,h2,h3,h4,h5,h6{
    font-size: 16px;
}
:root{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}
/* body{
    background-color: #161815;
} */
.rs-logo{
    text-align: start;
    display: none;
}
/* navbar */
.bars-div{
    background-color: #F4FFEE;
    display: none;
    text-align: end;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 22px;
}
.content-flex{
display: flex;
justify-content: space-between;
align-items: first baseline;
padding: 20px 50px;
background-color: #F4FFEE;
}
.btn{
    background: #9EA04C;
    color: #fff;
    padding: 10px 22px;
    border-radius: 28px;
    text-transform: uppercase;
    font-family: HarmoniaSans-bold;
    font-weight: 700;
    word-spacing: 3%;
}
ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

li{
    list-style: none;
    cursor: pointer;
    font-family: "EB Garamond", serif;
    font-size: 18px;
    font-weight: 700;
}

ul li a{
    color: #161815;
    font-size: 18px;
    text-decoration: none;

}
ul li a:active{
   color: #004277;
}
/* banner*/
.banner{
    position: relative;
    height: 90vh;
    width: 100%;
    background-image: url(imgs/banner-img.png);
    background-size: cover;
}
.banner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #1C211B 0%, rgba(56, 66, 54, 0.743639) 75.47%, rgba(115, 135, 110, 0.6) 100%);
    width: 100%;
    height: 100%;
}
.banner-content{
    /* position: absolute;
    top: 50%;
    left: 50%;
    width: 45%;
    margin: 0 auto;
    text-align: center;
    transform: translate(-50%,-50%);
    color: #fff; */
    position: relative;
    flex-direction: column;
    top: -40px;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.banner-content h1{
font-size: 40px;
padding-bottom: 10px;
font-family: "Kadwa", serif;
font-weight: 700;
}
.banner-content .slogan{
    padding-bottom: 10px;
    font-family: "Charmonman", cursive;
    font-size: 24px;
    font-weight: 700;
}
.banner-content-info{
    text-align: center;
    width: 45%;
}
.banner-content .banner-content-info{
font-family: HarmoniaSans-regular;
line-height: 23.07px;
text-align: center;
font-weight: 400;
}
/* image logo section */
.logo-img{
    text-align: center;
    transform: translateY(-63%);
}

/* about maharishi  */
.flex-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
}

.about-maharishi-info{
    position: relative;
    padding-left: 60px;
}
.about-maharishi-info::before{
    position: absolute;
    content: url(imgs/maharishi-section.png);
    top: -45%;
    left: 0;
}
.about-maharishi-info h2{
    font-family: "EB Garamond", serif;
    font-size: 40px;
    font-weight: 500;
    color: #161815;
    padding-bottom: 10px;
}
.maharishi-img img{
    height: 592px;
}
.about-maharishi-info p{
width: 75%;
font-weight: 400;
font-size:  16px;
line-height: 30px;
font-family: HarmoniaSans-regular;
text-align: left;
color: #424242;
}
/* our mission  section*/
.our-mission-container{
    display: flex;
    justify-content:space-between;
    align-items: first baseline;
    background-color: #9EA04C;
    color: white;
    padding: 50px 0;
    gap: 30px;
}
.our-mission-content-left{
  width: 65%;  
}
.our-mission-content-left p{
font-family: HarmoniaSans-bold06;
width: 85%;
padding-left: 60px;
font-size: 18px;
font-weight: 900;
font-style: italic;
padding-bottom: 35px;
line-height: 176.875%;
word-spacing: 1.12px;
}
.icon-info-flex{
    display: flex;
    justify-content: space-around;
    align-items: first baseline;
    gap: 20px;   
}
.icon-info-content{
    padding-bottom: 20px;
}
.icon-info-content h3{
    font-family: HarmoniaSans-bold;
    font-weight: 700;
    font-size: 24px;
    padding-top: 10px;
}
.icon-info-content p{
    width: 70%;
    font-family: HarmoniaSans-regular;
}
.p-fix{
    width: 73%;
}
.btn2{
    color: #9EA04C;
    background-color: #fff;
    padding: 10px 24px;
    border-radius: 28px;
    text-transform: uppercase;
    font-family: HarmoniaSans-regular;
    border: none;
    font-weight: 500;  
    margin-top: 30px;
}

/* why choose us */
.why-choose-us-container{
    padding: 100px 0;
}
.why-choose-us-container h4{
    text-align: center;
}

.choose-us{
  padding: 150px 0px;
}

.parent{
    position: relative;
}

.parent1{
    height: 460px;
    background-image: url(./imgs/choose-us-content-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
}

.parent2{
    height: 460px;
    background-image: url(./imgs/choose-us-content-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    margin-top: 150px;
}
.parent3{
    height: 460px;
    background-image: url(./imgs/choose-us-content-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
}
.parent4{
    height: 460px;
    background-image: url(./imgs/choose-us-content-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    margin-top: 150px;
}
.parent5{
    height: 460px;
    background-image: url(./imgs/choose-us-content-5.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
}

.parent-content{
    position: absolute;
    top: 130px;
    left: 0;
    text-align: center;
}
.parent-content h3{
    font-size: 20px;
    font-weight: 600;
    font-family: "EB Garamond", serif;
    padding-bottom: 10px;
}
.parent-content p{
    color:#424242;
    /* text-align: center; */
    /* margin: auto; */
    /* width: 70%; */
    font-family: HarmoniaSans-regular;
    padding: 0px 25px;
}

.choose-us h4{
    font-family: "EB Garamond", serif;
        font-size: 40px;
        font-weight: 500;
        color: #161815;
        padding-bottom: 40px;
        text-align: center;
    }
/* batman's styles */

.banner-sec4{
    background: url("imgs/bg-img2.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-text4{
    font-family: "EB Garamond";
    font-weight: 600;
    color: #FFFF;
    font-size: 28px;
    padding: 160px;
}
.banner-text4 button{
    padding: 5px 40px;
    border-radius: 28px;
    color:  #9EA04C;
    background: #FFFF;
}

.card1 .card-img .card-txt{
    top: 30%;
    padding: 0px 53px;
}
.card1{
    padding-top: 40px;
}
.card-img{
    text-align: center;
    position: relative;
    }
    .card-img img{
        width: 100%;
    }

.card1 .card-txt h3{
    font-family: "EB Garamond";
    font-weight: 600;
    color: #FFFF;
    font-size: 40px;
}

.card1 .card-txt p{
    font-family: "Harmonia Sans W01 Regular";
    font-weight: 400;
    color: #FFFF;
    font-size: 16px;
    /* padding: 160px; */
}

.banner-heading{
    padding: 150px 0px;
}

.banner-heading h3{
    font-family: "EB Garamond";
    font-weight: 500;
    color: #9EA04C;
    font-size: 60px;
}

.banner-heading  p{
    font-family: "Harmonia Sans W01 Regular";
    font-weight: 400;
    color: #424242;
    margin-top: 25px;
  
}

.banner-heading  button{
    padding: 12px 18px;
    border-radius: 28px;
    background:  #9EA04C;
    color: #FFFF;
    border: none;
    text-transform: uppercase;
    font-family: "Harmonia Sans W01 Regular";
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 35px;
}

.form-control{
    border: 2px solid #9EA04C !important; 
}

.contactus-sec {
   background: #9EA04C;
}


.contactus-sec h3{
    font-family: "EB Garamond";
    font-weight: 500;
    color: #FFF;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.contact-form1{
   border-radius: 20px;
}

.contact-form1 .btn{
    background: #9EA04C;
    color: #FFF;
    
}

.client-heading{
    font-family: "Harmonia Sans W01 Regular";
    font-weight: 700;
    color: #FFF;
    margin-top: 24px;
}

.footer-contain{
    background: #F4FFEE;
    color: #424242;
    font-family: "EB Garamond";
    font-size: 16px;
    font-weight: 400;
}

.footer-row{
    border-bottom: 1px solid #9EA04C;
}

.footer-nav {
    list-style: none;
    justify-content: space-around;
    /* margin: 60px 100px; */
}

.footer-nav a{
   color: #161815;
   font-family: "EB Garamond";
   text-decoration: none;
   margin-right: 0px;
   font-size: 16px;
   font-weight: 400;
}
/* .footer-logo{
    padding-top: 20px;
} */
/* address */
.address-txt{
    /* font-family: HarmoniaSans-regular; */
    font-weight: 300;
    font-size: 16px;
    color: #424242;
 }

 /* .contact-details-container{
    padding: 0px 148px;
 } */

 .address-text{
    /* font-family: HarmoniaSans-regular; */
    font-weight: 300;
    font-size: 16px;
    color: #424242;
    width: 45%;
 }

.footer-nav a:hover{
    color: #004277;
 }

 .lotus-img{
    position: relative;
    /* z-index: 1; */
 }
 .lotus-img::after{
    position: absolute;
    content: url(imgs/lotus.png);
    top: 85px;
    left: 0;
    z-index: 2;
 }

