@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Lora:ital,wght@0,400..700;1,400..700&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&family=Roboto+Slab:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  width: 100vw;
  background-color: white;
  overflow-x: hidden;
}

header {
  /* padding: 30px 50px; */
  position: sticky;
  top: 0;
  z-index: 2000;
}

.The-header {
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  /* border-radius: 20px; */
}

.logo img {
  width: 150px;
  padding: 0px 5px;
}

.nav_links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: larger;
  font-weight: 600;
  gap: 25px;
}

.nav_links li {
  list-style: none;
  position: relative;
}

.nav_links li a {
  text-decoration: none;
  color: #554b9a;
  font-family: "Lora", serif;
  font-weight: bolder;
}

i {
  cursor: pointer;
}

.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 200;
}

.icons i {
  color: #554b9a;
  font-size: larger;
  padding-right: 50px;
}

.hamburger {
  display: none;
}

.lines {
  width: 25px;
  background-color: #554b9a;
  height: 3px;
  margin: 5px;
}

.The-header nav ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 0;
  bottom: -8px;
}

.The-header nav ul li a:hover::after {
  width: 100%;
  background-color: #a392f5;
}

.page {
  position: relative;
}

.drop_menu {
  display: none;
}

.drop_menu1 {
  display: block;
  position: absolute;
  left: 0;
  bottom: -45px;
  padding: 10px 6px;
  color: #554b9a;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

@media screen and (max-width: 1200px) {
  .nav_links {
    font-size: large;
  }
}

@media screen and (max-width: 1080px) {
  .nav_links {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .icons i {
    padding-right: 5px;
  }
}

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

/* Sidebar */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  transition: 1s;
  padding-top: 20px;
  margin-top: 12vh;
}

.sidebar ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  padding: 10px 15px;
  position: relative;
}

.sidebar ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #554b9a;
  font-weight: 600;
  text-decoration: none;
}
.sidebar ul li div span {
  color: black;
  text-decoration: none;
}

.flexdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.sidebar ul li a:hover {
  color: #f1f1f1;
}

.sidebar ul li .submenu {
  list-style: none;
  padding-left: 15px;
  /* max-height: 0; */
  overflow: hidden;
  display: none;
}
.sidebar ul li .submenu2 {
  padding-left: 15px;
  display: none;
}
.submenu1 {
  padding-left: 15px;
  display: block;
}

/* Close button */
.sidebar .close-btn {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 36px;
  cursor: pointer;
  color: black;
}

.hide {
  display: none;
}
/* ------------------------- */
/* Table1 */

.heads {
  text-align: center;
  padding: 10px;
}

.heads h2 {
  background: linear-gradient(to right, #ff8bff, #6a9bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto Slab", serif;
  font-size: xx-large;
}

.Table1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 10px 5%;
  overflow-x: hidden;
}

.Table1 .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #a392f5;
  gap: 10px;
  border-radius: 12px;
}

.Table2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 10px 5%;
  overflow-x: hidden;
}

.Table2 .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #a392f5;
  gap: 10px;
  border-radius: 12px;
}

.content-head h2 {
  padding: 15px;
  background: linear-gradient(to right, #3b0a91, #152bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto Slab", serif;
}

.content-img {
  width: 100%;
}

.content-img img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
}

.content-body p {
  font-family: "Lora", serif;
  font-size: large;
  padding: 10px;
}

.Table1 .container:hover {
  border-bottom: 8px solid #2c1555;
}
.Table2 .container:hover {
  border-bottom: 8px solid #2c1555;
}

@media screen and (max-width: 1250px) {
  .Table1 {
    flex-wrap: wrap;
  }
  .Table2 {
    flex-wrap: wrap;
  }
  .Table3 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 550px) {
  .heads h2 {
    font-size: larger;
  }
  .content-head h2 {
    font-size: medium;
  }
  .content-body p {
    font-size: medium;
    text-align: justify;
  }
}

.Table3 {
  padding: 10px 5%;
  display: flex;
  gap: 20px;
  overflow-x: hidden;
}

.Table3 .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #a392f5;
  border-radius: 12px;
  padding: 20px;
}

.Table3 .container h2 {
  padding: 10px;
  background: linear-gradient(to right, #d10b8f, #3a0475);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto Slab", serif;
}

.Table3 .container h3 {
  background: linear-gradient(to right, #b400ff, #4a0e8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto Slab", serif;
}

.Table3 .container ul li p {
  color: #0a1a4f;
  font-size: medium;
  padding: 5px;
  font-weight: 600;
}

.Table3 .container:hover {
  border-bottom: 8px solid #2c1555;
}

.Table3 .container button {
  display: inline-block;
  padding: 10px 25px;
  margin-top: 10px;
  background: linear-gradient(to right, #d10b8f, #4a0e8f);
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.Table3 .container button a {
  text-decoration: none;
}

.Table3 .container button a p {
  color: white;
}

.Table3 .container button:hover {
  background: linear-gradient(to right, #ff4ecd, #6d21ff);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(98, 0, 255, 0.35);
}


@media screen and (max-width:600px) {
  .Table3 .container ul {
    padding: 10px;
  }
  .Table3 .container ul li p {
    font-size: small;
  }
  .Table3 .container h2 {
    font-size: larger;
  }
  .Table3 .container h3 {
    font-size: large;
  }
}

/* ------------------ FOOTER PAGE ------------------------ */
footer {
  overflow: hidden;
}

.footer-parent {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  position: relative;
}

.footer-map {
  padding: 20px 40px 10px 40px;
}

.footer-map iframe {
  position: relative;
  border-radius: 10px;
}

#vanta-fr {
  min-height: 100vh;
  position: absolute;
  inset: 0;
}

.set1,
.set2,
.set3,
.set4 {
  flex: 300px;
  padding: 0px 20px 0px 20px;
  text-align: center;
}

.set1 {
  padding-top: 30px;
}

.set1 img {
  width: 220px;
  height: 70px;
  object-fit: cover;
  padding: 0px;
}

.footer-para {
  font-size: larger;
}

.set1 a {
  text-decoration: none;
}

.set1 a i {
  font-size: x-large;
  color: #554b9a;
  padding: 20px;
}

.set1 a i:hover {
  color: purple;
}

.set2 {
  padding-top: 60px;
}

.footer-li {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.footer-li a {
  display: inline-block;
  font-size: larger;
  padding: 10px;
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.footer-li > a:hover {
  color: purple;
}

.footer-header {
  color: #554b9a;
}

.set3 {
  padding-top: 60px;
}

.set3 .footer-para {
  padding: 10px;
  font-weight: 400;
}

.set4 {
  padding-top: 60px;
}

.set4 > .footer-para {
  padding: 10px;
  font-weight: 400;
  line-height: 40px;
}

@media screen and (max-width: 769px) {
  .footer-parent {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

@media screen and (max-width: 430px) {
  .footer-para {
    font-size: medium;
  }

  .footer-li a {
    font-size: medium;
  }

  .footer-header {
    font-size: larger;
  }
}
