.navbar{
	padding: 0px;
}



.dropdown-menu {
	border-radius: none;
	border-radius: 0px;
}

.navbar-light .nav-item.active .nav-link:not(.disabled)>i, .navbar-light .nav-item.show .nav-link:not(.disabled)>i, .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled)>i, .navbar-light .nav-item.active .nav-link:not(.disabled), .navbar-light .nav-item.show .nav-link:not(.disabled), .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) {
    color: #fff;
}

.navbar-light .nav-item:hover .nav-link:not(.disabled), .navbar-light .nav-item:hover .nav-link:not(.disabled)>i {
     color: #fFF;
}

.widget-list-link:hover {
     color: var(--cz-accent);
}
a:hover {
    color: var(--cz-accent);
    text-decoration: none;
}

.filter-by-bg {
    background-color: rgb(233, 233, 233);
}

.filter-by-title {
    color: rgb(34, 34, 92);
    font-size: 1rem;
    font-weight: 400;
}

.products-filters .filter-name {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgb(78, 78, 97);
    margin-bottom: 0.6rem;
}

/* Home Page - Slot 1 */

.slot1-items {
    display: flex;
    gap: 20px;
    padding: 10px;
    overflow-y: auto;
    background-color: #fff;
}

.slot1-items::-webkit-scrollbar {
    height: 2px;
}

.slot1-items::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.slot1-items::-webkit-scrollbar-thumb {
  background: #a3a3a3;
  border-radius: 5px;
}

/* Handle on hover */
.slot1-items::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.slot1-item {
    /* min-width: 200px; */
    width: 100%;
}

.slot8-item {
    /* min-width: 300px; */
    width: 100%;
}

@media (min-width: 768px) {

    .slot5-item:nth-child(2) {
        margin-top: -40px;
    }

    /* .slot6-gallery {
        height: 80vh;
    } */

    .slot6-item-left {
        margin: 10px !important;
    }

    .slot6-item-right {
        height: 50%;
    }

    .slot6-item-right:nth-child(1) {
        /* padding-top: 10px; */
        padding-bottom: 10px;
    }

    .slot6-item-right:nth-child(2) {
        padding-top: 10px;
        /* padding-bottom: 10px; */
    }
}

.gold-rates-menu {
    padding: 1rem;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

}

.gold-rates-menu li {
    padding: .2rem;
    font-size: .9rem;
    /* border-bottom: 1px solid #b5e6ff;
    border-top: 1px solid #b5e6ff; */

}


.connect-with-us-block {
    background-color: #f1f5f7;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #168e06;
}


.connect-with-us-block .text-1 {
    font-size: 20px;
    margin: 0;
}


.connect-with-us-block .text-2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
}


.connect-with-us-block .btn {
    transition: width 0.5s;
    text-align: left;
    width: 200px;
    background-color: #168e06;
    border-color: #168e06;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.connect-with-us-block .btn:hover {
    width: 100%;
    /* text-align: left; */
}

.failed-card h1 {
    color: #d13434;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
  }
.failed-card p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size:20px;
    margin: 0;
  }
i.failed-icon {
  color: #d13434;
  font-size: 100px;
  line-height: 200px;
}
.failed-card {
  background: white;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}


@media (max-width: 992px) {
    .navbar-light .nav-item a{
        color: #006A9E !important;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader {
    border: 6px solid #f3f3f3; /* Light gray border */
    border-top: 6px solid #3498db; /* Blue border for animation */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite; /* Animation for spinning */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ajax-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ajax-loader {
    border: 6px solid #f3f3f3; /* Light gray border */
    border-top: 6px solid #3498db; /* Blue border for animation */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: 300px;
    margin-left: 700px;
    animation: spin 2s linear infinite; /* Animation for spinning */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
