/* Google Font Babylonica / Poppins  */
@import url("https://fonts.googleapis.com/css2?family=Babylonica&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: Bebas;
  src: url("../fonts/BebasKai-Regular.otf");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
    
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: transparent;font-family: 'Inter', sans-serif;
  font-weight: 700;
  overflow-x: hidden;
  position:relative;
}
body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("img/main_bg.png") no-repeat center center/cover;
  background-attachment: fixed;
  z-index: -1;
}
/* body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(128, 125, 158, 0.2);
  backdrop-filter: blur(5px);
  z-index: -1;
  top: 0;
  left: 0;
} */
a {
  text-decoration: none;
  color: #fff;
}

.btn {
  border: 1.5px solid #fff;
  border-radius: 0.75rem;
  padding: 0.75rem 1.25rem;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  color: #000;
  background: #fff;
}

.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  perspective: 300px;
  scroll-behavior: smooth;
}

.parallax__group {
  position: relative;
  height: 100vh;
  width: 100vw;
  transform-style: preserve-3d;
  scroll-behavior: smooth !important;
}

.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-container {
  position: relative;
}


nav {
  width: 90%;
  height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99999999999999999999999999;
  visibility: hidden;
}
nav a img {
  width: 100px;
  height: 80px;
  margin-top: 10px;
}
nav ul {
  display: flex;
  align-items: center;
  list-style: none;
}
nav ul li {
  padding: 3px 20px;
}
nav ul li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s linear;
  position: relative;
}
nav ul li a:hover {
  color: rgb(255, 255, 255, 0.5);
}
nav .social {
  display: flex;
  align-items: center;
}
nav .social a {
  padding: 3px 10px;
  transition: 0.3s linear;
}
nav .social .humburger{
  font-size: 13px;
  display: none;
}
nav .social a:hover {
  transform: rotate(360deg);
  background: #1f2cea;
  background: linear-gradient(to right, #1d2ae4 0%, #cf1512 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section {
  width: 600px;
  margin: auto;
  margin-top: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section h1 {
  font-size: 100px;
  font-family: "Babylonica", cursive;
  /* font-family: 'Poppins', sans-serif; */
}
section p {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
section h6 {
  text-align: center;
  margin-top: 30px;
  /* margin-left: 50px; */
  font-size: 20px;
}

.info-container {
  background: transparent;
  transform: translateZ(0) scale(1);
  z-index: 8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  scroll-behavior: smooth !important;
}

.info-container img {
  width: 75%;
  margin-bottom: 2.5rem;
  filter: saturate(0.65);
}

.info-container h2,
.info-container p {
  margin-bottom: 1rem;
}

.text-container {
  scroll-behavior: smooth;
}
.text-container p:nth-of-type(1) {
  font-weight: 400;
  font-size: 0.75rem;
  margin: 1rem 2.5rem;
}

.text-container p:nth-of-type(2) {
  font-size: 0.6rem;
  margin-bottom: 3rem;
}

@media (min-width: 760px) {
  .hero-text ul li {
    visibility: visible;
  }

  .info-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem;
    align-items: center;
    text-align: left;
  }

  .info-container img {
    justify-self: end;
    width: 75%;
  }

  .text-container p:nth-of-type(1) {
    font-size: 1rem;
    width: 75%;
    margin: 1rem 0;
  }

  .text-container p:nth-of-type(1) {
    font-size: 0.86rem;
  }
}

@media (min-width: 1126px) {
  .sky,
  .bushes,
  .water,
  .people1,
  .people2,
  .people3,
  .hero-text {
    background-size: contain;
  }
}

.about12 {
  scroll-behavior: smooth;
}

.about_sec {
  /* border: 1px solid #000; */
  text-align: center;
  margin: auto;
  width: 90%;
    height: 340px;
    overflow: hidden;
}

.info-container {
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_sec p {
  margin-top: 20px;
}

.about_sec2 {
  width: 90%;
  margin: auto;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; 
  padding:0px 30px 70px 30px !important;
}

.about_sec2 .img_bx,
form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.about_sec2 .img_bx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_sec2 .img_bx img {
  width: 100%;
  height: 100%;
  margin-top: 45px;
}
.about_sec2 form input {
  width: 100%;
  margin-top: 15px;
  background: rgb(11, 11, 81);
  padding: 12px 20px;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
}
.about_sec2 form input::placeholder {
  color: #fff;
}

.about_sec2 form textarea {
  width: 100%;
  margin-top: 15px;
  background: rgb(11, 11, 81);
  padding: 10px 20px;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
}
.about_sec2 form textarea::placeholder {
  color: #fff;
}
.about_sec2 form input[type="submit"] {
  background: #aa3838;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

/*#about_bx12 {*/
/*  height: 350px;*/
/*}*/

.nav2 {
  position: absolute;
  width:100%;
  top: 0;
  left: 0;
  z-index: 9999999999999999;
  box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.2);
}
.nav2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(184, 184, 184, 0.1);
  backdrop-filter: blur(5px);
}
.nav2 nav {
  visibility: visible;
}
.info-container {
  background: transparent;
}
/* .ani_jss */

.cards {
  width: 95%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
  margin: auto;
}



.cards .card {
  width: 48%;
  height: auto;
  /*height: auto !important;*/
  /* border: 1px solid #000; */
  margin-top: 50px !important;
position: relative;
padding: 30px ;
padding-bottom: 80px;
}
.cards .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(128, 125, 158, 0.2);
  backdrop-filter: blur(5px);
  z-index: -1;
  top: 0;
  left: 0;
  transition: 1s linear;
}
.cards .card h1 , p {
 text-align: left;
}
.about_sec_active {
    height:100%;
}
.cards .card:nth-child(2){
    height:fit-content;
}

.btn_data {
 width: 100%;
 margin-top: 20px;
 /* border: 1px solid #000; */
 display: flex;
 align-items: center;
 justify-content: center;
}

.btn_data button{
  padding: 10px 25px;
  border-radius: 5px;
  margin: auto;
  border: none;
  background: #aa3838;
  border: 2px solid #aa3838;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: .3s linear;
}

.btn_data button:hover {
  color: #aa3838;
  background: transparent;
}

.about_sec3545 {
  transition: 1s linear;
}

@media screen and (max-width: 1325px) {
  .about_sec {
    width: 99%;
    transition: .3s linear;
  }
  .about_sec p {
    font-size: .7rem;
  }
}
@media screen and (max-width: 1100px) {
  .about_sec2 {
    width: 90%;
}
}
@media screen and (max-width: 673px) {
  nav ul li {
    padding: 3px 10px;
}
nav ul li a {
  font-size: 12px;
}
.info-container {
  background: transparent;
  height: auto !important;
}
}
@media screen and (max-width: 594px) {
  .main_pra {
    width: 400px;
    font-size: 19px;
}
.about_sec2 {
  width: 95%;
}
}
@media screen and (max-width: 570px) {
  nav .social .humburger{
  transition: .3s linear;
  display: unset;
  font-size: 28px;
  margin-left: 15px;
  position: relative;
  z-index: 999999999999999999999;
}
nav ul {
    transition: 1s linear;
    position: absolute;
    bottom: 10px;
    right: 0px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* flex-direction: column; */
  }
  nav .ul_active {
    bottom: -105px;
    opacity: 1;
    
}
nav ul li {
  padding: 10px 10px;
}
  .form_img_bx{
height: auto;
  }
  .form_img_bx .about_sec2{
    flex-wrap: wrap;
  }
  .about_sec2 .img_bx, form {
    width: 100%;
}
nav a img {
  width: 100px;
  height: 50px;
}
nav ul li a {
  font-size: 10px;
}
nav .social a {
  padding: 3px 10px;
    transition: 0.3s linear;
    font-size: 14px;
}
section {
  width: 400px;
  margin-top: 150px;
}
.info-container h1 {
  font-size: 20px;
}
}

 .main_center_logo {
    width:400px;
     transition: 1s linear;
}

@media screen and (max-width: 768px) {
    .cards .card {
    width: 100%;
     }
}
@media screen and (max-width: 420px) {
  section {
    width: 350px;
}
section {
    margin-top: 220px;
}
section h1 {
  font-size: 70px;
}
.main_pra {
  width: 350px;
  font-size: 15px;
}
.main_center_logo {
    width:300px;
}
}
@media screen and (max-width: 359px) {
  section {
    width: 318px;
}
section h1 {
  font-size: 50px;
}
.main_pra {
  width: 318px;
  font-size: 12px;
}
}


/* .error-message {
    color: red;
    font-size: 0.9em;
    margin-bottom: 10px;
    display: block;
} */


/* New For validation */
.error-message {
    color: red;
    font-size: 0.9em;
    margin-bottom: 10px;
    display: block;
}

#captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

#math-problem {
    font-weight: bold;
}

.captcha-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}

.captcha-problem {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

#reload-captcha {
    background: #007BFF;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
}

#reload-captcha:hover {
    background: #0056b3;
}


/* New For validation */