
  .ppt-box-1 {
    background: #6452A276;
    width: 12rem;
    height: 9rem;
    color: #fff;
    font-size: 1.2rem;
    margin: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  
    border: 2px solid white;
    border-radius: 4px;
    text-decoration: none;
  
  
  }

.ppt-box-1:hover {
   color: #fff;
   background: #6452A290;
}

  .ppt-box-slide {
    text-align: center;
    background-color: #6452a2;
    width: fit-content;
    height: 2.8rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0rem 0rem 0rem 0rem;
   padding:0rem 1.5rem;
    border: 2px solid white;
    border-radius: 4px;
    text-decoration: none;
  }

.slide-text{
    color: antiquewhite;
    font-size: 1rem;
    font-weight: 100;
    margin: 2rem 0rem 0rem 1rem;
    padding:0rem .5rem 0rem .5rem;
    letter-spacing: .04rem;
}

.headSpan{
  font-size: 1.5rem;
  font-weight: 900;
  margin-right: .5rem;
}


.btn-slide {
    background-color:transparent;
    color: #fff;
    height: 2rem;
    margin-top: -.5rem; 
}
.btn-slide:hover {
  color: #ffffff77;

}

.slide-image{
padding:0rem;
border: 2px solid white;
border-radius: 4px;
margin-top: 3rem;

}
.carousel-control-prev-icon{
  border-radius: 50%;
      background-color: red;
      color: #fff;
      float: center;
     vertical-align: bottom;
     
    }
    .carousel-control-next-icon{
      border-radius: 50%;
          background-color: blue;
          color: #fff;
          float: center;
          vertical-align: bottom;
         
        }

        .carousel-control-prev-icon:hover{
          background-color: rgb(255, 182, 182);

        }


        .carousel-control-next-icon:hover{
          background-color: rgb(182, 182, 255);
        }


@keyframes animate-sca-main {
0% { transform: scale(1.0); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1.0); }
}
@keyframes animate-pos-main {
  0% {background-position: 0% 100%;}
  100% {background-position: 100% 70%;}
}

@media only screen and (max-width: 800px) {



}

@media only screen and (min-width: 1300px){



}

@media only screen and (min-width: 1800px){

  }