.search-btn{
    display: none;
}


.footer-mail{
    font-size: 30px !important;
}

.footer-phone{
    font-size: 26px !important;
}

.footer-copyright{
    font-size: 14px !important;
}




@media (min-width: 768px) {
    
    .contact-mail{
        width: 400px;
    }

}


@media (min-width: 768px) and (max-width: 1024px){
   
    .contact-mail{
        width: 400px;
    }

}


@media (min-width: 360px) and (max-width: 640px) {

    .contact-mail{
        width: 300px;
    }
    
}

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

    .contact-mail{
        width: 250px;
    }

}



.btn-navbar:is(.dark *){
    --tw-text-opacity: 1;
    color: rgb(225 225 225 / var(--tw-text-opacity, 1)) !important;
  }
  .btn-navbar:is(.dark *)::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(55 130 250 / var(--tw-bg-opacity, 1)) !important;
  }

  
  
  .text-paragraph-light {
    
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}