* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.2%;
  /* font-size: 10px = 1rem; */
}

table {
  position: relative;
}

thead {
  position: sticky;
  width: 100%;
  top: 0;
}

input:focus::placeholder {
  background-color: transparent;
}

select:focus,
input:focus {
  outline: 0;
}

body {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-family: "Nunito", sans-serif;
  color: #333;
  overflow-x: hidden;
}
button {
  cursor: pointer !important;
}
ul{
  margin-left:17px;
}
.btn {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 1rem 2rem;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.grid {
  display: grid;
  justify-content: center;
  align-items: center;
}
.grid-two {
  grid-template-columns: 1fr 1fr;
}
.grid-three {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.slider-div {
  background-image: linear-gradient(
      to right bottom,
      rgba(22, 22, 22, 0.35),
      rgba(10, 10, 10, 0.35)
    ),
    url(../img/homebg.png);
  background-size: cover;
  background-position: center;
  height: 60rem;
}
.nav-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1rem;;
  gap:3rem;
  padding: 1rem;
}
.nav-info a{
  font-family: 'Nunito';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
color: #91C483;
cursor: pointer;
text-decoration: none;
}
.nav{
  width: 100%;
  background: #91C483;
  padding: 1rem;
}
.nav-menu{
font-family: 'Nunito';
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 22px;
display: flex;
align-items: center;
list-style: none;
color: #FFFFFF;
/* height: 7.5rem; */
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap:3rem;
}
.fa_social{
  color: #bebebe;
}
.nav-menu li:hover,.nav-menu a:active{
  border-bottom: solid 2px #ffffff;
  /* box-shadow: 0 10px 10px -5px #ffffff; */
}
.nav-menu a:link, .nav-menu a:active, .nav-menu a:visited{
  color: #FFFFFF;
}

.slider-div-other{
    height: 40rem;
}

.slider-div p,.slider-div a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.slider-div button {
  color: #ffffff;
  background-color: transparent;
  margin-top: 2rem;
  transition: all 0.7s;
}
.slider-div button:hover {
  background-color: white;
  color: #222;
  /* transform: scale(1.01,1.01);  */
  /* transform: scale3d(2.5, 1.2, 0.3); */
}
.slider-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-top: 20rem;
}
.slider-text-other{
    padding-top: 10rem;
}
.div-box {
  margin: 7rem 5rem;
}
.content-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.content-heading1 {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #222222;
}
.small-heading {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #91c483;
}
.heading {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 5.5rem;
  color: #222222;
}
.heading-other{
    color: #ffffff; 
}
.content-para {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #555555;
  margin-top: 1rem;
}

.btn-readmore {
  color: #ffffff;
  border: 1px solid #91c483;
  border-radius: 10px;
  background-color: #91c483;
  margin-top: 2rem;
  transition: all 0.7s;
}
.btn-readmore:hover {
  background-color: transparent;
  color: #91c483;
}
.gallery,.gallery-page {
  gap: 3rem;
}
.gallery img {
  width: 37.5rem;
  height: 27.5rem;
  border-radius: 10px;
  transition: all 0.7s;
  justify-self: center;
  cursor: pointer;
}
.gallery img:hover, .gallery-card:hover, .gallery-card1:hover{
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.news {
  gap: 5rem;
}
.news-card-landscape {
  width: 60rem;
  height: 20rem;
  background: #ffffff;
  box-shadow: 3px 3px 25px 5px rgba(214, 214, 214, 0.42);
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  gap: 1rem;
}
.news-card-landscape img {
  width: 20rem;
  height: 20rem;
}
.news-location {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.news-card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin: 2rem 1rem;
}
.news-loca {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
}
.news-loca img {
  width: 16px;
  height: 16px;
}
.btn-view {
  text-decoration: none;
  color: #777777;
  transition: all 0.7s;
}
.btn-view:hover {
  color: #91c483;
}
.profile-img {
  width: 38rem;
  height: 42.5rem;
  position: relative;
  justify-self: center;
}

.profile-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 284.93px;
  height: 138.67px;
  background: #ffffff;
  box-shadow: 3px 3px 25px 5px rgba(119, 119, 119, 0.23);
  position: absolute;
  bottom: -61px;
  left: 44px;
  cursor: pointer;
}
.profile-details:hover {
  /* background: #91C483;
    color:#fff; */
}
.content-heading2 {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #222222;
}
hr {
  height: 3px;
  width: 75%;
  color: #91c483;
  background-color: #91c483;
  border: none;
}
.footer {
  height: auto;
  background: #91c483;
  position: relative;
  margin-top: 300px;
}
.footer-div {
  position: absolute;
  width: 90%;
  height: auto;
  top: -222px;
  background: #ffffff;
  box-shadow: 3px 3px 25px 5px rgba(119, 119, 119, 0.23);
  border-radius: 25px;
  padding: 5rem;
  gap: 3rem;
}
.footer-about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}
.news-card {
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  justify-content: center;
  align-items: start;
  gap: 1rem;
}
.news-card img {
  width: 7.5rem;
  height: 7.5rem;
}
.news-loca img {
  width: 16px !important;
  height: 16px !important;
}
.footer-news,
.footer-info,
.subscribe {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}
.contact {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  height: 7rem;
  border-bottom: 1px dashed #777777;
}
.contact img {
  height: 24px;
  width: 24px;
}
.contact p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  /* or 188% */
  color: #555555;
}
.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.social img {
  height: 24px;
  weight: 24px;
}




.subscribe input, .subscribe textarea{
background-color: #fff;
    width: 100%;

    height: 5rem;
    padding: 1rem;
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
    border: none;
    color: #777;
    border-radius: 0.4rem;
    text-align: left;

}
.footer-about, .footer-news, .footer-contact, .subscribe{
    height: 90%;
}
.powerdby{
    color: #ffffff;
    text-align: center;
    padding-top: 30rem;
}

/* Gallery Page */


.gallery-card, .gallery-card1 {
  justify-self: center;
  background: #ffffff;
  box-shadow: 3px 3px 25px 5px rgba(214, 214, 214, 0.42);
  border-radius: 10px 10px 10px 10px !important;
  transition: all 0.7s;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: 35rem;
  border-radius: 10px 10px 0px 0px;
}
.gallery-card1 img {
  width: 100%;
  height: 35rem;
  border-radius: 10px 10px 10px 10px;
}
.gallery-bottom{ 
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 1rem;
  height: 5rem;
}

/* News & Updates */
.news-card-Portrait{
  width: 40rem;
  height: 47.5rem;
  background: #ffffff;
  box-shadow: 3px 3px 25px 5px rgb(214 214 214 / 42%);
  display: grid;
  grid-template-columns:1fr;
  gap: 1rem;
  background: #FFFFFF;
box-shadow: 3px 3px 25px 5px rgba(214, 214, 214, 0.42);
border-radius: 0px 0px 5px 5px;
}

.news-card-Portrait img {
  width: 40rem;
  height: 25rem;
}
.pagination{
display: flex;
gap: 1rem;
justify-content: center;
}
.pagination-box{
 width: 50px;
 height: 50px;
 background: #ffffff;
 color: #555555;
 box-shadow: 2px 2px 25px 1px rgba(119, 119, 119, 0.23);
 border-radius: 10px;
 display: flex;
 justify-content: center;
 align-items: center;
 cursor: pointer;
}
.pagination-box:hover{
  background: #91C483;
  color: #ffffff;
}
.pagination-box p{
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
}


.news-details{
  display: flex;
  gap: 5rem;
}

.news-img{

width: 76rem;
height: 55rem;
background: #FFFFFF;
box-shadow: 3px 3px 25px 5px rgba(214, 214, 214, 0.42);
border-radius: 0px 0px 10px 10px;
}
.news-img img{
  width: 76rem;
  height: 50rem;
}
.map, .info-img img {
  width: 64rem;
  height: 34.5rem;
  border-radius: 10px;
}
.contact-us{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
}
.our-info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-div{
  display: flex; 
  gap: 5rem; 
  justify-content: center;
}


/* **************** OTP POPUP *********************** */

.overlay-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #2B580C;
  height: 48px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: "Poppins", serif;
  text-align: center;
  cursor: pointer;
}

.input_label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
.profile-form input, .profile-form select {
  background-color: #fff;
  /* width: 20%; */
  height: 3rem;
  padding: 1rem;
  box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
  border: none;
  color: #777;
  border-radius: 0.4rem;
  text-align: left;
}

.profile-form label {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-family: "Nunito", sans-serif;
  color: #333;
}

.input_label span {
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-family: "Nunito", sans-serif;
  text-align: center;
  color: red;
  /* color: #ff5d5d; */
  /* margin-bottom: -3rem !important; */
  position: absolute;
  top: 0px;
  right: 0px;
}

.error-msg {
  height: 1.5rem;
  color: red;
  /* color: green; */
  /* margin-bottom: 2rem; */
}
.login-btn {
  margin-top: 2rem;
  width: 33rem;
  height: 4rem;
  background-color: #2b580c;
  color: #fff;
  border: none;
  border-radius: 0.4rem;
}
.nav-small{
display: none;
}




@media  (max-width: 1250px){
    .about-us{
        grid-template-columns: 1fr !important;
    }
    .gallery, .footer-div{
            grid-template-columns: 1fr 1fr !important;
            
        }
        .profile{
            gap: 10rem;
        }
        .powerdby{
            padding-top: 60rem; 
        }
}
@media  (max-width: 850px){
    .gallery , .news, .profile, .footer-div{
            grid-template-columns: 1fr !important;
        }
        .powerdby{
            padding-top: 125rem; 
        }
        .div-box-small{
            margin: 7rem 4% !important;
        }
        .about-us{
          justify-content: center;
          justify-self: center;
        }
        .mahal{
width: 50%;
justify-self: center;
        }
        .heading {
          font-size: 2.4rem;
          justify-content: center;
          margin-bottom: 1rem;
        }
        .content-heading{
          align-items: center;
        }
        .contact-div{
          flex-direction: column;
        }
 .map, .info-img img{
          width: 100%;
    height: 100%;
        }
        .our-info{
          gap:5rem;
        }
        .grid-two-one{
          grid-template-columns: 1fr;
        }
        .news-img {
          width: 39rem;
          height: 35rem;
        }
        .news-img img {
          width: 39rem;
          height: 30rem;
        }
        .news-card-landscape{
          justify-self: center;
        }
}
@media  (max-width: 850px){
  .nav-big, .nav-info{
    display: none;
  }
  .nav-small{
    display: block;
  }

}
