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;
}
.bi-arrow-up-circle{
    font-size: 30px;
    color: #9B5DE0;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.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;
}
.menu {
    display: none;
    font-size: 25px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 12px;
}
.hero {
    position: relative;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    overflow: hidden;
    width: 90%;
    border-radius: 15px;
}
.btn1 a{
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 10px;
    border: 2px dotted #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.btn1 a:hover{
    background-color: #FFFCFB;
    color: #000;
    border: 2px dotted #000;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}
.hero-content {
    position: relative;
    z-index: 2;
}
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
}
.hero p {
    font-size: 1.2rem;
    margin-top: 10px;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
}
.info-section {
    background: #fff;
    padding: 60px 10%;
    text-align: center;
    width: 90%;
    border-radius: 15px;
}
.info-section h2 {
    color: #7a0099;
    margin-bottom: 20px;
}
.info-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.info-images img {
    width: 300px;
    border-radius: 10px;
    transition: 0.3s;
}
.info-images img:hover {
    transform: scale(1.05);
}
.video-section {
    background-color: #FDCFFA;
    text-align: center;
    padding: 60px 10%;
    width: 90%;
    border-radius: 15px;
}
.video-section h2 {
    color: #7a0099;
    margin-bottom: 20px;
}
.info-video {
    width: 70%;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.gallery {
    padding: 60px 10%;
    background: #fff;
}
.gallery h2 {
    text-align: center;
    color: #7a0099;
    margin-bottom: 30px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}
.gallery-grid img {
    width: 100%;
    border-radius: 10px;
    transition: 0.3s;
}
.gallery-grid img:hover {
    transform: scale(1.05);
}
.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;
}

@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;
    }
  .menu {
    display: block;
    color: #9B5DE0;
    margin-left: auto;
  }
  .nav_bar.active .nav_link,
  .nav_bar.active .nav_link1 {
    display: block;
  }
   .footer1 {
        width: 95%;
        margin-left: 2.5%;
        padding: 15px;
    }
    .footer-text {
        font-size: 14px;
    }
    .icons {
        font-size: 24px;
        gap: 10px;
    }
}
.negative-section {
  background-color: #fff;
  padding: 70px 10%;
  text-align: center;
}
.negative-section h2 {
  color: #7a0099;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.negative-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: stretch;    
  gap: 25px;               
}
.negative-card {
  background-color: #FDCFFA;
  width: 280px;          
  height: 300px;           
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
  margin-bottom: 10px;
}
.negative-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.negative-card i {
  font-size: 2.5rem;
  color: #7a0099;
  margin-bottom: 10px;
}
.negative-card h3 {
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}
.negative-card p {
  color: #555;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .negative-card {
    width: 100%;
    max-width: 330px;
    height: auto;
  }
}
@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;
    }
}