* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
    font-family:'Poppins', sans-serif; 
   scroll-behavior: smooth;   
}

html{
  scroll-behavior: smooth;
}
h1,h2,h3{
  font-family: 'Tilt Warp', cursive;       ;
}

.navbar {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    background: rgb(122,13,159);
background: linear-gradient(90deg, rgba(122,13,159,1) 0%, rgba(122,13,159,1) 18%, rgba(39,30,43,1) 100%);
    color: white;
    animation: nav-load 800ms ease-in-out;
    
}



.navbar-links {
    height: 100%;
}

.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1rem;
}

.navbar-links li a:hover {
    
    color: #F7CB46;
}

.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}
.toggle-button .bari{
    height: 3px;
    width: 80%;
    background-color: white;
    border-radius: 10px; 
    align-items: flex-end;
}
.round{
    margin:20px 10px;
    font-family:  'Tilt Warp', cursive;
    font-size: 30px;
    color:#481958;
    display: flex;
}
.lander{
    background-image: url(imageS/BGIMG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: #ccc;
    height: 699px;     
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Tilt Warp', cursive;
    font-size: 20px;
    text-align: center;
}
.landertext{
    text-shadow: 2px 2px 4px black;
   font-weight: 200;
   font-size: 65px;
   align-items: center;
   justify-content: center;
}
.aboutcenter{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    flex-direction: column;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color:#481958; 
    
}

.abouttext{
    margin-top: 10px;
    width: 70%;
    color: #393535;
    font-size: 20px;
    padding:3rem;
    border-radius: 10px;
    box-shadow: 1px 1px  5px 0px #d967ff;
    transition: 0.1s;
    animation: fadein 1s;
    
  }
  .abouttext:hover{
    box-shadow: 1px 1px  5px 0px #c823ff;
  }
.aboutcenter button{
  color: #481958;
  background-color: #fff;
  border: 2px solid #481958;
  padding: 10px;
  margin-top: 10px;
  font-size: 20px;
  border-radius: 5px;
}
.aboutcenter button:hover{
    background-color: #481958;
    border: 2px solid #481958;
    color: #fff;
}
.break{
    display: block;
    height: .25em;
}
.vismis{
  margin-top: 3rem;
  display: flex;
  width: 70%;
  justify-content: space-between;
  text-align: justify;
}
.vision{
  display: flex;
  text-align: justify;
  flex-direction: column;
  align-items: center;
  text-align: justify;
  border-radius: 5px;
  padding: 1rem;
  border: 2px solid  #e69cff;;
  margin-right: 1rem;
  transition: 0.2s;
  animation: fadein 1s;
  
}

.mission{
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-align: justify;
  border-radius: 5px;
  padding: 1rem;
  border: 2px solid  #e69cff;
  transition: 0.1s;
  animation: fadein 1s;
}
.mission:hover,.vision:hover{
  border: 2px solid #481958;
  
}
.legacy{
  width:80%;
  font-size: 20px;
  
}

.legacycenter{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 80%;
}
.hod{
  background-color: #E8D0F1;
  width: 100%;
}
.wrapper{
  margin: 50px auto;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 20px;
  background-color: #E8D0F1;
}
.wrapper img{
  max-width: 500px;
}
.textbox{
  width: 600px;
}
.gg-code {
  transform: scale(var(--ggs,1))
 }
 
 .gg-code,
 .gg-code::after,
 .gg-code::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 8px;
  height: 20px
 }
 
 .gg-code::after,
 .gg-code::before {
  content: "";
  position: absolute;
  height: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg) scaleY(1);
  left: -4px;
  top: 6px
 }
 .wrapper img{
  border-radius: 5px;
 }
 
 .gg-code::after {
  transform: rotate(-45deg) scaleX(-1);
  left: 4px
 } 
/* testimonials*/
.container {
    
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-family:'Poppins', sans-serif; ;
  }
  .testimonial {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
  }
  .testimonial .image {
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
  }
  .testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    height: 100%;
    width: 100%;
  }
  .slide p {
    text-align: center;
    padding: 0 160px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
  .slide .quote-icon {
    font-size: 30px;
    color: #4070f4;
  }
  .slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .details .name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }
  .details .job {
    font-size: 12px;
    font-weight: 400;
    color: #333;
  }
  /* swiper button css */
  .nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    
    
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .nav-btn:hover {
    color: #481958;
  }
  .nav-btn::after,
  .nav-btn::before {
    font-size: 20px;
    color:#c532fa;
  }
  .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .swiper-pagination-bullet-active {
    background-color: #4070f4;
  }
  /*footer*/
footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  list-style: none;
  background-color: #481958;;
}
.rowone{
  width: 90%;
  display: flex;
  color: #aaa;
  justify-content: space-between;
}
.rowone ul{
  display: flex;
  padding:12px 40px;
  width: 100%;
  justify-content: space-between;
  
  
  
}
.rowone ul li{
  text-decoration: none;
  list-style: none;
  text-decoration: none;
  color: #fff;
}
.rowone  li a{
  color:#fff;
}
/*footer ends*/


  @media screen and (max-width: 768px) {
    .slide p {
      padding: 0 20px;
    }
    .nav-btn {
      display: none;
    }
    .swiper-button-next, .swiper-button-prev {
      display: none;
    }
    
  }
   
@media (max-width:1180px){
  .textbox{
    margin-top:30px;
  flex-direction: column;
  width: 100%
  }
  .wrapper{
    flex-direction: column;
    text-align: justify;
  }

} 
.testi{
  display: flex;
  align-items: center;
  justify-content: center;
  color:#481958;
}

@media (max-width: 800px) {
  body{
    font-size: 18px;
  }
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .navbar{
      width: 100%;
    }
    .abouttext{
        margin-top: 10px;
        width: 80%;
        color: #393535;
        font-size: 17px;
        padding: 1.5rem;
    }
    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
        
    }

    .navbar-links ul li {
        text-align: center;
        border-bottom:1px solid #ffffff;
    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }
    .landertext{
        font-size: 50px
    }
    .lander{
        height: 500px;
    }
    .vismis{
      flex-direction: column;
      justify-content: space-between;
      width: 80%;
      
    }
    .mission{
      margin-top: 1rem;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .vision{
      margin-right: 0%;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
  .textbox{
    margin-top:30px;
  flex-direction: column;
  width: 100%;
  font-size: 16px;
  }
  .wrapper{
    flex-direction: column;
    text-align: justify;
  }
  .wrapper img{
    width:100%;
    height: 100%;
  }
  .legacy{
    font-size: 16px;
  }
  .rowone{
    width: 80%;
    
    
  }
  footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .rowone ul{
    padding:10px 0px;
    font-size: 100%;
  }
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
}
.reveal.activ{
  transform: translateY(0px);
  opacity: 1;
  transition: all 1s ease;
}
.li1{
  width: 60%;
}
.yellow{
  color: #F7CB46;
}
@media(max-width:560px){
  footer{
    font-size: 80%;
  }
}
.r1{
  display: flex;
justify-content: space-evenly;
text-decoration: none;
color: #fff;

}
.r1 a {
  padding: 10px;
}
@media (max-width:730px){
  .rowone{
    flex-direction: column;
  }
}