@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    /* border: 1px solid red; */
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

/* Scrolling Container */
.scrolling-container {
    overflow: hidden; 
    width: 100%;
    position: relative;
}
.scrolling-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 2rem; 
    animation: scroll-left 25s linear infinite;
}
.scrolling-list li {
    white-space: nowrap;
}

/* Scrolling Animation */
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
} 

/* <!-- Message Bar --> */
.message {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

/* <!-- International Spot Marquee --> */
.internationalSpot {
    background: #37474F; /* Dark background */
    color: white;       /* Text color */
    overflow: hidden;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    margin-bottom: 3px !important;
}
.internationalSpot li{
    display: flex;
    align-items: center;
}

/* Profit and Loss Styling */
.deviation.profit {
    color: #4CAF50;
}
.deviation.loss {
    color: #E53935;
}
.deviation{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
}
.deviation i {
    font-size: 24px;
    margin: 0px!important;
}

/*  <!-- Navbar --> */

#navbarNav{
    flex-direction: row;
}
.navbar-toggler{
    background: #F8A53824;
    border: 0.5px solid #F8A538;
    padding:5px 7px !important;

} 
.searchbtn,.navbar-toggler{
    width: 43px;
    height: 43px;

} 
.navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar-icon{
    color: #F8A538;
}  
.navbar-brand img {
    width: 250px;
    height: auto;
}

.navbar-nav .headeritem.active{
    color: #1E293B !important;
}


.headeritem {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #1E293B !important;
}
.headeritem:hover,
.headeritem.active {
    color: #DC8513 !important;
    font-weight: 600 !important;
}
.nav-item{
    position: relative;
}

.premium{
    position: absolute;
    right: 13px;
    top: 2px;
}

.contact-info, .btn-signin {
    color: #DC8513;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.01px;
}
.searchbtn {
    border: 1px solid #ddd;
    background: #f8f8f8;
}

.btn-signin{
    color: #DC8513 !important;
    border-color: #DC8513 !important;
    text-decoration: none;
}
.btn-signin:hover{
    color: white !important;
    background-color: #DC8513;
}

/*  <!-- Varieties Section --> */
.varities {
    background: #DC8513;
    color: white;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.pulse-text {
  animation: pulse 2.5s ease-in-out infinite;
  text-shadow: 0 2px 2px black
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(1.05);
    opacity: 0.95;
  }
  40% {
    transform: scale(1.1);
    opacity: 0.9;
  }
  60% {
    transform: scale(1.08);
    opacity: 0.85;
  }
  80% {
    transform: scale(1.03);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.varities::-webkit-scrollbar {
    display: none;
}

.listofvarities {
    display: flex;    /* display: flex; */
    margin: 0;
    padding: 0;
    list-style: none;
}

.varities li {
    /* padding: 0 2rem; */
    font-size: 14px;
    border-right: 1px solid #FFFFFF;
    flex: auto;
    text-align: center;
}

.varities li:last-child {
    border-right: none;
}

.varities li a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 4px 10px;
}

/* Icons */

@media (max-width: 992px) {

    #navbarNav{
        flex-direction: column;
    }
    .message {
        font-size: 12px;
        line-height: 18px;
    }
    .internationalSpot {
        font-size: 12px;
        font-weight: 500;
        line-height: 22.5px;
    }
    .deviation{
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
    }
    .navbar-brand img {
        width: 172px;
    }
    .premium{
        position: relative;
    }
    .contact-info {
        margin-bottom: 10px;
        text-align: center;
    }
    .varities li {
        padding: 0 0.75rem;
    }
    .varities li a{
        font-size: 14px;
        line-height: 21px;
    }
}

a {
    color: inherit; /* Inherit the color from the parent element */
    text-decoration: none; /* Remove the underline */
}



/* footer */

.footer {
    background-color: #1f2937; /* Dark background */
    color: #fff; /* White text */
    padding: 24px;
  }

  .footer-logo img{
    width: 242px;
    height: 77px;
  }


  .footer-logo p{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px; 
    color: #FFFFFF80;
   
  }



  .categeory h5{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #F8A538;
  }
  .categeory ul li a{
    font-size: 15px;
    font-weight: 500;
    line-height: 22.51px;
    letter-spacing: -0.20px;
    
  }
  .categeory ul li{
    margin-bottom: 12px;
  }
  .categeory p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24.01px;
  }
  .categeory span {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    
  }
  .copyright, .copyright a{
    font-family: Poppins;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.20px;
  }
  .footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  
  .footer a:hover {
    text-decoration: underline;
  }

  .social-icons h5{
    font-size: 17px;
    font-weight: 700;
    line-height: 25.5px;
  }
  
.social-icons i {
    font-size: 24px;
    margin-right: 15px;

}
  
  .footer .social-icons a:hover {
    color: #f59e0b; /* Gold color on hover */
  }
  

  .facebook-icon {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #4267B2; /* Facebook blue */
  }


  .social-icons h5{
    color: #FFFFFF;
  }

  .profile-dropdown {
    position: relative;
    cursor: pointer;
  }
  
  .profile-pic {
    width: 40px;
    height: 40px;
    object-fit: cover;
  }
  
  .profile-pic-lg {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }
  
  .profile-card {
    position: absolute;
    right: 0;
    top: 40px;
    /* width: 200px; */
    background: white;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 4px 6px rgba(220, 133, 19, 0.1);
    border-radius: 8px;
    display: none;
    z-index: 10;
  }
  .item{
    border-bottom: 1px solid gray;
    padding: 10px 0px 10px 0px ;
  }
  
  .profile-dropdown:hover .profile-card {
    display: block;
  }
  .named-profile{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 24px;
    background-color: #dc8513;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
  }
  button:focus{
    outline: 0 !important;
    box-shadow: none !important;
  }
  button:active{
    outline: 0 !important;
    box-shadow: none !important;
  }
  
