html{
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
.nav_bar {
  background-color: #FDCFFA;
  padding: 20px;
  display: flex;
  gap: 20px;
  justify-content: center; 
  border-radius: 10px;
  width: 90%;
  margin-left: 5%;
  border: 1px solid #D78FEE;
  margin-top: 10px;
}

.nav_link a{
  color: #9B5DE0;
  text-decoration: none;
  font-size: 20px;
  padding: 10px;
}

.nav_link a:hover {
  border: 2px dashed #D78FEE;
  border-radius: 10px;
}
.nav_link1 a{
  color: #9B5DE0;
  text-decoration: none;
  font-size: 20px;
  padding: 10px;
  margin-right: 100px;
  border: 2px groove #D78FEE;
  border-radius: 10px;
}
.footer1{
  background-color: #FDCFFA;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #D78FEE;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 10px;
}
.footer-text{
  margin-top: 10px;
  color: #9B5DE0;
  font-size: 15px;
}
.icons{
  margin-top: 10px;
  color: #9B5DE0;
  font-size: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
}
.icons a{
  color: #9B5DE0;
  text-decoration: none;
}
.icons a:hover{
  color: #D78FEE;
}
.hero-section {
  background-color: #FFFCFB;
  padding: 50px;
  border-radius: 20px;
  border: 2px solid #FDCFFA;
  margin-bottom: 15px;
}
.hero-title{
  color: #9B5DE0;
  font-size: 40px;
  margin-bottom: 5px;
  margin-right: 20px;
}
.hero-subtitle{
  color: #9B5DE0;
  font-size: 20px;
  margin-bottom: 20px;
}
.img1{
  width: 60%;
  height: auto;
  border-radius: 20px;
  border: 2px solid #D78FEE;
  margin-top: 50px;
  margin-bottom: 20px;
  align-items: center;
  padding: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
#bg-video {
  width: 60%;
  height: 60%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(to bottom right, #f8e9ff, #ffffff);
  position: relative;
}
.navbar{
    color: #9B5DE0;
    font-size: 30px;
    display: flex;
    width: 30%;
    gap: 15px;
    cursor: pointer;
}
.linkf a{
    color: #9B5DE0;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease;
}
.linkf a:hover{
    color: #D78FEE;
}
.scroll-down {
  display: inline-block;
  font-size: 35px;
  color: #9b5de0;
  text-decoration: none;
  animation: bounce 1.5s infinite;
  align-items: center;
  margin-left: 50%;
  margin-right: 50%;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(10px); }
  60% { transform: translateY(5px); }
}
.table1{
  width: 90%;
  margin-left: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.secttitle{
  text-align: center;
  color: #9B5DE0;
  font-size: 50px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.secttxt{
  color: #000;
  font-size: 15px;
  margin-left: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}
.secimg1{
  width: 60%;
  height: auto;
  border-radius: 20px;
  border: 2px solid #D78FEE;
  margin-top: 50px;
  margin-bottom: 20px;
  align-items: center;
  padding: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.secimg1:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.secimg2{
  width: 60%;
  height: auto;
  border-radius: 20px;
  border: 2px solid #D78FEE;
  margin-top: 50px;
  margin-bottom: 60px;
  align-items: center;
  margin-left: 150px;
  padding: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;

}
.secimg2:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.sec2ul{
  margin-left: 20px;
  color: #000;
  font-size: 15px;
  text-decoration: dotted;
  margin-top: 10px;
}
.sec2ul li{
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
}
.secimg3{
  width: 80%;
  height: auto;
  border-radius: 20px;
  border: 2px solid #D78FEE;
  margin-top: 50px;
  margin-bottom: 20px;
  align-items: center;
  padding: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.secimg3:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.titles{
  color: #9B5DE0;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
  border: 1px dashed #D78FEE;
  border-radius: 10px;
  width: 60%;
  margin-left: 20%;
  padding: 10px;
}
.bi-arrow-up-circle{
  font-size: 30px;
  color: #9B5DE0;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.menu {
  display: none;
  font-size: 25px;
  cursor: pointer;
  margin-left: auto;
  margin-right: 12px;
}
@media (max-width: 768px) {

 .nav_bar {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-left: 5%;
    padding: 20px;
    gap: 10px;
    position: relative;
    }
  .nav_link, .nav_link1 {
    display: none;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    margin: 2px 0;
    }
  .nav_link a, .nav_link1 a {
    font-size: 16px;
    width: 100%;
    display: block;
    }
    #bg-video {
    width: 60%;
    height: 60%;
    border-radius: 10px;
    margin-bottom: 10px;
}
  .menu {
    display: block;
    color: #9B5DE0;
    margin-left: auto;
  }
  .nav_bar.active .nav_link,
  .nav_bar.active .nav_link1 {
    display: block;
  }
  .hero-title {
    font-size: 28px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .img1, .secimg1, .secimg2, .secimg3, #bg-video {
    width: 90%;
    padding: 10px;
  }
  .secttitle {
    font-size: 35px;
  }
  .titles {
    width: 80%;
    margin-left: 10%;
    font-size: 28px;
  }
  .hero-title {
    font-size: 25px;
  }
  .hero-subtitle {
    font-size: 14px;
  }
  .footer1 {
    width: 95%;
    margin-left: 2.5%;
    padding: 15px;
  }
  .footer-text {
    font-size: 14px;
  }
  .icons {
    font-size: 24px;
    gap: 10px;
  }
  .table1 {
    display: block;
    width: 95%;
    overflow-x: auto;
    }
   .table1 th {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    }
    .secttitle {
      font-size: 28px;
    }
    .secttxt, .sec2ul {
      font-size: 14px;
      margin-left: 0;
      text-align: center;
    }
    .secimg1, .secimg2, .secimg3 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .navbar {
        width: 80%;
        font-size: 24px;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .linkf a {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .navbar {
        flex-direction: column;
        align-items: center;
        width: 100%;
        font-size: 22px;
        gap: 8px;
    }

    .linkf a {
        display: block;
        font-size: 16px;
        margin: 5px 0;
        text-align: center;
    }
}