@import url('https://fonts.googleapis.com/css2?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');

img {
  display: block;
}
button {
  display: block;
  cursor: pointer;
  border: none;
}
a {
  text-decoration: none;
}
:root {
  --primary: #01b1fc;
  --secondary: #67ef00ff;
  --footer: #131436;
  --bg-color: #fdfdfd;
  --gradient: linear-gradient(to top right, #00b2fe, #4bffc6);
  --cta-gr : linear-gradient(to top right,#00b2fe , #4bffc6);
  --h-size: clamp(40px, 3rem, 4vw);
  --h-font: "Poppins", sans-serif ;
  --h-cards: clamp(30px, 1.7rem, 2vw);
  --title: clamp(45px, 4rem, 6vw);
  --title-sp: 10px;
  --para: "Arial", Helvetica, sans-serif;
  --gr: linear-gradient(to top right, var(--hero-text-c), #00ef7b, #00e5ffff);
  --border-c: #00ffff;
  --btn-fs: 12px;
  --btn-rad: 5px;
  --learn-m: 13px;
  --hero-text-c: #00ffff;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-family: var(--h-font);
}
html,
body {
  height: 100vh;
  height: 100dvh;
  width: 100%;
  scroll-behavior: smooth;
  cursor: url('./assets/cursor.png'), auto;
}
img {
  display: block;
}
#menucheck {
  display: none;
}
.menuBtn {
  display: none;
  z-index: 9999;
  margin-left: auto;
}
.menuicon {
  display: block;
  height: 25px;
  fill: var(--primary);
}
#middle,
#x1,
#x2 {
  -ms-transform-origin: center;
  transform-origin: center;
  -ms-transform-box: fill-box;
  transform-box: fill-box;
  transition: transform 0.4s ease-in-out;
}
#x1 {
  -ms-transform: translateY(150%);
  transform: translateY(150%);
}
#x2 {
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}
.navbar {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 0.7rem 5rem;
}
.logo {
  width: 170px;
  position: relative;
  z-index: 9999;
}
.menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2rem;
  margin-left: auto;
  font-weight: 500;
  font-size: 1.2rem;
  transition: top 300ms ease-in-out;
}

.menu_link {
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
}
.menu_link:not(.menu_link.cta):hover {
  color: var(--primary);
}
.cta {
  color: #fff;
  font-weight: 700;
  background: var(--cta-gr);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
}
.menu_ele a:not(#cta, .lang a):hover::before {
  left: 0;
}
.menu_link[aria-current="page"]:not(.cta) {
  color: var(--primary);
  font-weight: 800;
  text-decoration: underline;
}
.cta[aria-current="page"]{
  background: var(--primary);
}


.menu,
.menu_ele {
  position: relative;
}

.homepage {
  min-height: 100%;
  width: 100%;
  background-color: var(--bg-color);
}
.landing_page {
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-image: url(./assets/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-inline: 1rem;
  position: relative;
}
.niavigate_vid {
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  position: absolute;
  min-height: 100%;
  z-index: 0;
  pointer-events: none;
}
.home_text_wrapper{
  /* background: linear-gradient(to bottom,#ffffff,#ffffffcb,#ffffff88,#ffffff00,#ffffff00); */
  background: linear-gradient(to bottom,#ffffffe1,#ffffffde,#ffffff73,#ffffff00);;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  position: absolute;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.home_text {
  font-size: clamp(50px, 6rem, 7vw);
  width: min(800px, 80%);
  text-align: center;
  font-weight: 900;
  background: var(--gradient);
  color: transparent;
  background-clip: text;
  --webkit-background-clip: text;
  font-weight: 800;
  /* text-shadow: 0 5px 5px #0000000d; */
}

.homepage_button {
  font-size: clamp(17px, 1.2rem, 2vw);
  display: block;
  padding: 0.5rem 4rem;
  border-radius: 9999px;
  font-weight: 600;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
}

.homepage_button:hover {
  transform: scale(0.95);
}
.testimonials_wrapper {
  width: 100%;
  padding: 7rem 2rem;
  background: var(--gradient);
}
.testimonials_title {
  text-align: center;
  font-size: clamp(40px, 2rem, 3vw);
  font-family: "poppins";
  color: #fff;
}

.testimonial_cards {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 2rem;
  font-family: var(--para);
  margin-top: 4rem;
}
.testimonial_card {
  flex: 0 0 400px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  transition: transform 0.3s ease-in-out;
  padding: 2rem 0.5rem;
  background-color: #f6f6f6;
  box-shadow: 0 10px 12px #00000030;
  border-radius: 20px;
}

.testimonial_profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.testimonial_profile_image {
  width: 10rem;
  aspect-ratio: 1/1;
}

.testimonial_profile_information {
  text-align: center;
}
.testimonial_heading {
  font-size: clamp(25px, 1.5rem, 3vw);
  color: #000;
  white-space: nowrap;
}
.testimonial_occupation {
  color: var(--primary);
}
.testimonial_separation {
  width: 90%;
}
.testimonial_text {
  padding: 0 2rem;
  position: relative;
  line-height: 2rem;
}
.contact {
  min-height: 100%;
  width: 100%;
  padding: 5rem 1rem;
  /* background: linear-gradient(to bottom,#ffffffac,#ffffffac) , url(https://images.unsplash.com/photo-1483304528321-0674f0040030?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
  background: url(assets/bg.svg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  justify-content: space-evenly;
  gap: 3rem;
  align-items: center;
  flex-wrap: wrap;
}
.contact_info_map {
  height: 100%;
  width: min(500px, 100%);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact_informations {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contactinfo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact_link {
  color: #000;
  font-weight: 600;
  display: flex;
  gap: 1rem;
}
.contact_icons {
  height: auto;
  height: 25px;
}
.map {
  aspect-ratio: 16/9;
  width: 100%;
}

.form {
  height: fit-content;
  width: min(450px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: var(--gradient);
  border-radius: 10px;
  padding: 2rem 2.2rem;
  box-shadow: 8px 8px 10px #00000020;
}
.form > input::placeholder,
.form > textarea::placeholder {
  font-size: 1rem;
}
.form > *:not(.submit_form,.h-captcha) {
  width: 100%;
  border: none;
  font-size: 1.3rem;
  padding: 0.5rem;
  border-radius: 5px;
  resize: vertical;
}
.submit_form {
  border-radius: 5px;
  padding: 0.5rem 6rem;
  border: none;
  font-size: 1.2rem;
  background-color: #fff;
  margin-top: 1rem;
  font-weight: 700;
}
.footer,
.footer-contact,
.footer-link,
.footer_social {
  display: flex;
}

.footer {
  width: 100%;
  padding: 2rem;
  background-color: var(--footer);
  align-items: center;
}
.footer-contact {
  flex-direction: column;
  gap: 0.3rem;
}
.footer-link {
  font-size: clamp(10px, 1rem, 3vw);
  align-items: center;
  gap: 1rem;
  color: #fff;
}
.footer_social {
  margin-top: 0.5rem;
  align-items: centers;
  gap: 1rem;
}
.footer_icons,
.footer_social_icon {
  height: clamp(15px, 1rem, 2vw);
}
.footer-logo {
  margin: 0 0 0 auto;
}
.footer-logo img {
  width: clamp(70px, 2rem, 3vw);
}
.about_page {
  min-height: 100%;
  width: 100%;
  background:  url(./assets/bg.svg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 5rem 0;
}
.about_wrapper {
  height: 100vh;
  height: 100dvh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_text {
  width: 100%;
  display: flex;
  gap: 3rem;
  font-weight: 700;
  justify-content: center;
  padding-inline: 3rem;
  flex-direction: column;
}

.about_heading {
  font-size: clamp(40px, 3rem, 4vw);
  color: transparent;
  background: var(--cta-gr);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}

.about_paragraph {
  font-size: clamp(20px, 1.5rem, 2vw);
  text-align: justify;
}

.about_image {
  height: 100%;
  flex: 1 0 50vw;
  background: url(./assets/bg3.png);
  background-size: cover;
  background-position: center;
}

.partners_page {
  padding: 5rem 2rem 8rem 2rem;
  background: url(assets/bg.svg);
  background-size: cover;
   background-position: center;
}
.partners_title {
  color: transparent;
  background: var(--cta-gr);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  font-weight: 900;
}
.partners_wrapper {
  margin-top: 6rem;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}
.partner_link{
  width: min(200px, 40%);
}
.partner_logo {
  width:100%;
}
.services_page {
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://images.unsplash.com/photo-1624138784614-87fd1b6528f8?q=80&w=1633&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-position: center;
  background-size: cover;
  padding: 6rem 2rem;
}
.services_wrapper {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  gap: 1rem;
}

.card {
  height: min(500px, 100%);
  width: 100%;
  background: var(--gradient);
  padding: 2rem 1.5rem;
  box-shadow: 8px 8px 12px #00000030;
  transition: transform 0.1s ease-in-out;
  user-select: none;
  border-radius:  20px  ;
}
.card:hover {
  transform: scale(1.04);
  background: var(--primary);
}
.card:hover > .card_heading {
  color: #fff;
}
.services_img {
  margin: auto;
  width: min(80px,30%);
  filter: drop-shadow( 0 2px 5px #00000020);
}
.card_heading {
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 5px #00000020;
  padding: 1.5rem 0;
  line-height: 1.2;
}
.card_description {
  color: #fff;
  font-size: clamp(16px,0.5rem,17px);
  font-weight: 600;
}
.form_submited_wrapper ,.not_found{
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-image: url(assets/bg.svg);
  background-size: cover;
  background-position: right;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
}
.form_submited_heading ,.notfound_heading {
  font-size: clamp(70px, 8rem, 10vw);
  color: var(--secondary);
  user-select: none;
  text-align: center;
}
.para_warapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.form_submited_heading {
  font-size: clamp(60px, 5rem, 6vw);
}
.form_submited_text ,.notfound_text {
  font-size: clamp(25px, 2rem, 4vw);
  padding: 0 2rem;
  text-align: center;
}
.form_submited_text {
  font-size: clamp(20px, 2rem, 3vw);
}
.form_submited_link , .notfound_link {
  font-size: clamp(20px, 1.5rem, 2vw);
  font-weight: 600;
  font-family: var(--para);
  border-radius: 10px;
  background-color: var(--primary);
  color: #fff;
  display: inline-block;
  padding: 0.3rem 2rem;
  margin: auto;
  transition: 0.1s ease-in-out;
}
.notfound_link:focus,
.notfound_link:hover {
  background-color: var(--secondary);
  transform: scale(0.97);
}
.niavigate_social_container{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e8e8e8;
  background-size: cover;
  background-position: center;
}

.niavigate_profile{
  width: min(350px,70%);
  display: block;
  margin: auto;
  }
  .niavigate_social_wrapper{
  width: min(700px,100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .social_profile_heading , .social_profile_bio{
  text-align: center;
  }
  .website_link{
  text-decoration: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  background: var(--cta-gr);
  padding: 0.5rem 5rem;
  border-radius: 10px;
  box-shadow: 0 8px 10px #00000020;
  }
  .niavigate_social_links_item{
  background-color: var(--bg-color);
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 8px 8px #00000020;
  cursor: pointer;
  }
  .niavigate_social_links{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  }
  .niavigate_social_links_icon{
    width: 40px;
  }
  