/**
Theme Name: DG Jewels
Author: Gautam Murarka
Author URI: https://www.aiagen.com
Description: Theme Created by Aiagen.com (Gautam Murarka). Call us on: +91-9311542901
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dg-jewels
Template: astra
*/

 .marquee-wrap {
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      padding: 10px 0;
      font-size: 40px;
      font-weight: bold; color:#D8D8D8;
    }

    .marquee {
      display: inline-block; 
      padding-left: 100%; /* Start from right side */
      animation: marqueeAnim 30s linear infinite; /* Adjust 20s → slower/faster */
    }
	.marquee span{ color:#151313;}
    .marquee-wrap:hover .marquee {
	  animation-play-state: paused;
	}
    @keyframes marqueeAnim {
      0%   { transform: translateX(0%); }
      100% { transform: translateX(-100%); }
    }


.site-footer, .site-footer a, .footer-widget-area{color:#000000 !important;}
.site-footer .footer-widget-area h2.widget-title {
    color: #000 !important;
}
.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper{border-width: 0px !important;}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{ line-height:113px !important;}
.astra-full-megamenu-wrapper .astra-megamenu li a.menu-link{     font-size: 16px !important;
    font-weight: 600;
    line-height: 32px;
	padding: 0 10px;}
.astra-full-megamenu-wrapper .astra-megamenu li a.menu-link:hover{ text-decoration:underline;transition: 1s;}
.astra-full-megamenu-wrapper .astra-megamenu > li ul.sub-menu > li a.menu-link{  font-size: 14px !important;font-weight: 400; }
