
    .dm-menu-list-1 {

        transition: none !important;
    }

    .dm-menu-container-1 {

        transition: none !important;
        border-radius: 24px;
    }

    .dm-menu-icon-1 .elementor-icon{

        color:white; /*Incase color doesn't change, use fill*/
        fill:white;
        transition-delay: 1s !important;
        transition: 0.5s;
        cursor: pointer !important;
    }

    .dm-menu-icon-1.active .elementor-icon{

        transition-delay: 0.1s !important;
        color:black;/*Incase color doesn't change, use fill*/
        fill:black;

    }



    /* cursor styles */


    /* customStyle.css */

/* Custom cursor element */

/* Custom cursor styles */
/* Hide the default cursor */
/* body {
    cursor: none;
  } */
  
  /* Style the custom cursor */
  /* .cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #2546F5; /* Example color */
    /* border: 1px solid transparent;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease-out, background-color 0.2s ease;
    z-index: 9999;
  }
 */ 






/* Style for the heading <p> tag */
.menulink p {
    color: #C9C9C9; /* Default text color */
    text-decoration: none; /* Remove underline */
    cursor: pointer; /* Change cursor to pointer (clickable) */
}

/* Hover effect */
.menulink p:hover {
    color: #F8D4F3; /* Hover text color */
    text-decoration: underline; /* Add underline on hover */
}





.cstest{
    font-size: 98px;
    color: #F8D4F3;

}