
.mb-n3 {
    margin-bottom: -1 rem !important;}

/* All-Site Font Changes - Using Poppins Web Font */   
  body {
    font-family: 'Poppins', sans-serif;
    min-height: 75rem;
  }

  .hero1 {
    font-family: 'Poppins', sans-serif;
    font-size: 5.2em;
    font-weight: 700;
  }

  .hero2 {
    font-family: 'Poppins', sans-serif;
    font-size: 4.8em ;
    font-weight: 600;
  }

  .wwd1 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
  }

  .navtext {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8vh;
    font-weight: 650;
    color: rgb(59, 52, 92);
  }

  .navtext-scrolled {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8vh;
    font-weight: 650;
    color: rgb(255, 255, 255) !important;
  }

  
  h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
  }
  p {
      font-size: 18px;
      font-family: 'Poppins', sans-serif;
  }


/* Gradient Animation for Custom-btn */
 @-webkit-keyframes Gradient {
        0%{background-position:0% 50%}
        50%{background-position:100% 50%}
        100%{background-position:0% 50%}
      }
      @-moz-keyframes Gradient {
        0%{background-position:0% 50%}
        50%{background-position:100% 50%}
        100%{background-position:0% 50%}
      }
      @keyframes Gradient { 
        0%{background-position:0% 50%}
        50%{background-position:100% 50%}
        100%{background-position:0% 50%}}

/* Custom-btn */
      .custom-btn { 
        background: linear-gradient(-45deg, #e30094, #7300ff, #ff004a, #F07C63);
        background-size: 300% !important;
        -webkit-animation: Gradient 15s ease infinite !important;
        -moz-animation: Gradient 15s ease infinite !important;
        animation: Gradient 15s ease infinite !important;
        border-radius: 40px;
        width:30%;
        height: 3rem;
        text-align: center;
        font-weight: 800;
        border-style: none;
        box-shadow: 0px 0px 5px rgba(21, 2, 15, 0.8);}


/* Footer-btn */
.footer-btn { 
    background: linear-gradient(-45deg, #e30094, #7300ff, #ff004a, #F07C63);
    background-size: 300% !important;
    -webkit-animation: Gradient 15s ease infinite !important;
    -moz-animation: Gradient 15s ease infinite !important;
    animation: Gradient 15s ease infinite !important;
    border-radius: 40px;
    width:70%;
    height: 3rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    border-style: none;
    box-shadow: 0px 0px 5px rgba(21, 2, 15, 0.8);}

/* Custom-btn gradient animation on hover */
    .custom-btn:hover { 
    background: #f515ad !important;
    background-size: 400% !important;
    box-shadow: 0px 0px 5px rgba(255, 133, 216,0.8);}

/* Custom Contact Form */
    .formcontainer {
      border-radius: 10px;
      background-color: #ffffff;
      padding: 20px;
      box-shadow: 0px 0px 9px -2px rgb(0 0 0 / 25%);
      width: fit-content;
      min-height: 1vh;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 15px;
      background: #e0daf8;
      color: #000000;
      font-weight: 500;
  }
  /*CONTACT US BUTTONS */

  .btn-email {
    background: #290e72d5;
    border-radius: 40px;
    width:80%;
    height: 10rem;
    text-align: center;
    font-weight: 800;
    font-size: 3vh;
    border-style: none;
    color: #ffffff;
    box-shadow: 0px 0px 8px rgba(21, 2, 15, 0.8);}

    .btn-email:hover {
      background: #3a15a0d5;
      color: #ffffff;
      box-shadow: 0px 0px 8px rgba(21, 2, 15, 0.8);}
  

  .btn-call {
    background: #290e72d5;
    border-radius: 40px;
    width:80%;
    height: 10rem;
    text-align: center;
    font-weight: 800;
    font-size: 3vh;
    border-style: none;
    color: #ffffff;
    box-shadow: 0px 0px 8px rgba(21, 2, 15, 0.8);}

    
  .btn-call:hover {
    background: #3a15a0d5;
    color: #ffffff;
    box-shadow: 0px 0px 8px rgba(21, 2, 15, 0.8);}

  /*CUSTOM NAVBAR STYLING */

  /* transition timing + default nav style */
  .navbar {
    transition: all 0.8s
  }
  
  /* Navbar style AFTER Scrolling */
  .navbar-scrolled {
    background-color: rgba(167, 38, 128, 0.98);
    padding: 0px;
    box-shadow: 0px 0px 10px rgba(21, 2, 15, 0.486);
  }

   /* Navbar BUTTON STYLING */
   .nav-btn {
    border-width: 0.3vh;
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 18px;
    padding: 5px;
    font-weight: 400;
    box-shadow: 0px 0px 5px rgba(255, 160, 225, 0.76);
  }

  .nav-btn:hover { 
    background: rgb(245, 96, 178) !important;
    border-color: #ffffff00;
    color: #ffffff;
    box-shadow: 0px 0px 5px rgba(168, 42, 128, 0.8);}
  
.dropdown-item:hover { 
  background: #f64577 !important;}