

.navbar {
    padding-top:unset;
    padding-bottom: unset;
}
.contact-text{
    color:#0A2640;
}


.py-7{
    padding-top:2rem !important;
    padding-bottom: 2rem !important;
}




/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/* //Appear on scroll */
/* Initially hide the section */
.scroll-reveal {
    opacity: 0; /* Hidden */
    transform: translateY(100px); /* Move down */
    transition: opacity 1s ease-out, transform 1s ease-out; /* Smooth transition */
  }
  
  /* Class to show the section */
  .scroll-reveal.show {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Move to original position */
  }

  .custimg{
    border-radius: 5%;
  }

  .homeimg{
   
    opacity: 80%;
    /* Use mask-image to fade out edges */
   
    border-radius: 10%;
  }


  @media (max-width: 768px) {
    .subbtn {
     padding:0rem 1rem 0rem 1rem !important;
      
      text-align: center !important;
    }
    .btntext{
        font-size:12px !important;
        font-weight: 500;
        
    }
  }

  .infotext{
    font-family: Poppins;
    
  }

  .quotes{
    
    color:goldenrod !important;
  }
  