@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;500&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Rampart+One&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:wght@200;400;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

.atharva h1{

  text-align: center;
  color: #ffffff;
}
img{
  display: block;
  width: 100%;
  margin:0 auto;
  transition: 0.3s;
}




/* --------------- Navigation section  -------------*/

nav {
  background-color: black;
  height: 80px;
  width: 100%;
  box-shadow: 0.25em 0.25em 0.75em rgba(107, 23, 23, 0.25),
    0.125em 0.125em 0.25em rgba(105, 100, 100, 0.15);
}
label.logo {
  font-family:'Abril Fatface',cursive;
  background: -webkit-linear-gradient(#ffffff,#ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
.logo span {
  color: rgb(8, 248, 8);
}

nav ul {
  float: right;
  margin-right: 50px;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a {
  color: white;
  font: 16px/24px D-DIN-Medium,Arial,Verdana,sans-serif;
  text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding: 7px 13px;
  border-radius: 3px;
}
.but{
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
 
}



button{
  width: 200px;
  padding: 15px 0;
  margin-left: 100px;
  text-align: center;
  margin: 0 0px;
  margin-top: 100px;
  border-radius: 25px;
  font: 16px/24px D-DIN-Medium,Arial,Verdana,sans-serif;
  font-weight: bold;
  border: 2px solid #ffffff;
  background-color:#131213;
  color:#fff;
  cursor:pointer;
  transition: color .2s,opacity .2s;

  display: flex;
  justify-content: center;
  align-items: center;


}
button:hover {
  background: linear-gradient(to bottom, #212222 5%, #ffffff 100%);
  background-color: #0a0a0a;
  text-transform: capitalize;
  text-emphasis-color: black;
}

a.active,
a.underline-hover-effect 
{
  text-decoration: none;
  
}

.underline-hover-effect {
  
  padding-bottom: 0.9rem; /* defines the space between text and underline */
  position: relative;
}

.underline-hover-effect::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: rgb(211, 222, 230);
  transition: width 0.25s ease-out;
}
.underline-hover-effect:hover::before {
  width: 100%;
}


.checkbtn {
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}

@media (max-width: 952px) 
{
  label.logo {
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a {
    font-size: 16px;
  }
  .content h1 {
    font-size: 30px;
  }
  .content p {
    font-size: 20px;
  }
}
.pooja{
  font-size:40px;
  color:ivory;
  font-family: 'Times New Roman', Times, serif;
}

/* Media Queries For Responsive Page */

@media (max-width: 858px) {
  .checkbtn {
    display: block;
  }
  ul {
    position: fixed;
    width: 100%;
    height: 75vh;
    background: black;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
    z-index: 1;
  }
  nav ul li {
    display: block;
    margin: 30px 0;
    line-height: 30px;
  }
  nav ul li a {
    font-size: 20px;
  }
  a:hover,
  a.active {
    background: none;
    color:black;
  }
  
  #check:checked ~ ul {
    left: 0;
  }
  label .logo {
    font-size: 30px;
  }
  .content h1 {
    font-size: 25px;
  }
  .content p {
    font-size: 18px;
  }

  
}




/*------------------*/
/* general styling */

  
  
  
  .counter {
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    align-items: center;
    background-color:#fcd34e;
    display: flex;
    font-family: -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen-Sans,
      Ubuntu,
      Cantarell,
      "Helvetica Neue",
      sans-serif;
  }
  
  .CounterContainer {
    color: #333;
    margin: 0 auto;
    text-align: center;
    
  }
  
 .counter h1 {
    font-weight: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
  }
  
  .counter li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
  }
  
  .counter li span {
    display: block;
    font-size: 4.5rem;
  }

  

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


  /* ----------- project Section ------------ */
  .project h1 {

    font-family: 'Kanit', sans-serif;
    color: black;
    font-style: normal;
    font-weight: normal;
    line-height: 48px;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 50px;
  }
 
 .project__container {
    /* margin-left: 120px; */
    width: 100%;
    margin-top: 50px;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    height: 100vh;
  }

  .project__container h2 {
    font-size: 1.5em;
    margin-block-start: 0.30em;
    margin-block-end: 0.90em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: 'Kanit', sans-serif;
    font-weight: bold;
}
  

  .box {
    flex: 1;
    
    /* padding-left: 10px; */
    border:2px solid black;
    background-color: #f2f2f2;
    margin: 20px;
    max-width: 400px;
    padding: 20px;
  }
  .box img {
    width: 100%;
    border-radius: 4px;
  }
  .box img:hover {
    transform: scale(1.2, 1.2);
    transition: 0.3s transform;
  } 
  .box .text{
      text-align: justify;
      font-size: 15px;
      font-family: 'Kanit', sans-serif;     
      margin-top: 20px;
      font-weight: normal;

  }
 @media (max-width: 1250px) {
      .project__container  {
        flex-direction: column;
        height: 100%;
      }
    }

  





  
  * {
    margin: 0;
    padding: 0;
    user-select: none;
  }
  
  body {
    font-family: 'Kanit', sans-serif;
    background:grey;
  }
  
 
  
  






  /* ----------- About Us Section ------------ */

/*
.about__section {
    width: 100%;
    padding: 30px 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: cursive;
  }
  .about__section h1 {
    font-family: "Rampart One", cursive;
    background: -webkit-linear-gradient(#8e0e00, #1f1c18);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    color: green;
    text-transform: capitalize;
    text-align: center;
  }
  .about__section img {
    height: auto;
    width: 450px;
    border-radius: 10px;
  }
  .about__content {
    width: 1130px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .about__text {
    margin-left: 30px;
    margin-top: 0;
  }
  .about__text p {
    font-size: 18px;
    margin-top: 10px;
    line-height: 32px;
  }




  @media screen and (max-width: 900px) {
    .about__content {
      flex-direction: column;
    }
    .about__section img {
      width: 300px;
      margin-top: 20px;
    }
    .about__text p {
      text-align: center;
      font-size: 18px;
      margin-top: 20px;
      line-height: 30px;
    }
  } */
  .about{
    background-color: black;
    font-size: medium;

  }

  
.wrapper{
  margin-top: 60px;
  text-align: center;
}

.wrapper h1{
  
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  text-align: center;
  color:black;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
}

.our_team{
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.our_team .team_member{
  width: 300px;
  margin: 5px;
  background: #fff;
  padding: 20px 10px;
}
.our_team .team_member .baji{
  font-size: medium;

}  
.our_team .team_member .member_img{
  background: #e9e5fa;  
  max-width: 190px;
  width: 100%;
  height: 190px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  cursor: pointer;
}

.our_team .team_member .member_img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.our_team .team_member h3{
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  margin: 15px 0 0px;
}

.our_team .team_member span{
  font-size: 10px;
}

.our_team .team_member p{
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.our_team .team_member .member_img .social_media{
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0,0,0,0.65);
  width: 95%;
  height: 95%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
   transition: all 0.5s ease;
}

.our_team .team_member .member_img .social_media .item{
  margin: 0 10px;
}

.our_team .team_member .member_img .social_media .fab{
  color: #8c7ae6;
  font-size: 20px;
}

.our_team .team_member .member_img:hover .social_media{
  transform: scale(1);
}


  /* ------------- Contact Us Section ------------ */

.contact__section {
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
    font-family: cursive;
  }
  
  .container {
    max-width: 800px;
    height: auto;
    margin:auto;
    padding: 50px;
  }
  .container h1 {
    font-family: 'Kanit', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 48px;
    text-align: center;
    color:black;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 50px;
  }
  .container p {
    font-size: 20px;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    color:#0a0a0a;
    margin-bottom: 10px;
  }
  .input,
  .msg .area {
    font-family: cursive;
    width: 100%; 
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 3px solid black;
  }
  .msg .area {
    height: 200px;
  }
  .submit {
    width: 100%;
    text-align: center;
  }
  
  .contactbutton {
    box-shadow: 0px 10px 14px -7px #212222;
    background: linear-gradient(to bottom, #131213 5%, #646264 100%);
    background-color: #666565;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    padding: 13px 32px;
    text-decoration: none;
    width: 300px;
    margin-top: 0;
    
  }
  .contactbutton:hover {
    background: linear-gradient(to bottom, #ffffff 5%, #ffffff 100%);
    background-color: #ffffff;
    color: #0a0a0a;
    border: 2px solid black;
    
  }
  .contactbutton:active {
    position: relative;
    top: 1px;
  }
  
  /* ------------ Footer Section ----------- */
  
  .footer__section {
    font-family: 'Kanit', sans-serif;
    font-weight: 200;
    width: 100%;
  }
  .footer {
    background-color: black;
    color: white;
    display: flex;
    padding: 20px 0px;
    /* margin-top: 20px; */
    justify-content: center;
  }
  .footer p {
    font-size: 10px;
    text-align: center;
  }
  
