@import url('https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --primary_color: #0d1c37;
    --white: #fff;
    --black: #000;
    --secbg: #f1f1f1;
}


/* fonts start */
@font-face {
    font-family: 'HeroLight-Regular';
    src: url('assets/fonts/HeroLight-Regular');
}

@font-face {
    font-family: 'HeroLight-Light';
    src: url('assets/fonts/HeroLight-Light');
}

@font-face {
    font-family: 'HeroLight-Bold';
    src: url('assets/fonts/HeroLight-Bold.otf');
}

@font-face {
    font-family: 'GoudyOldSty';
    src: url('assets/fonts/fonnts.com-Goudy-Old-Sty-.otf');
}




/* fonts end */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gantari", sans-serif;
}

p {
   font-family: "Gantari", sans-serif;
    color: var(--primary_color);
}

/* back to top start */
#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: var(--primary_color);
    color: var(--white);
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
}

#backToTopBtn:hover {
    background-color: var(--white);
    color: var(--primary_color);
}

/* back to top end */


/* topbar start */
.topBar {
    background: var(--white);
    color: var(--primary_color);
    padding: 5px 0;
    text-align: center;
}

.marqueItem h6 {
    margin-bottom: 0;
}

/* topbar end */

/* header start */
.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
.header {
    background-color: var(--primary_color);
}

.headercol {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headICN {
    color: var(--primary_color);
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

.subheadICN {
    display: flex;
    gap: 10px;
    font-size: 20px;
    align-items: center;
}

.Iconhead {
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.Iconhead i {
    color: var(--primary_color);
}

.Iconsearch {
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: flex-end;
}

.Iconsearch i {
    color: var(--primary_color);
}

.main-nav ul {
    list-style: none;
    display: flex;
    justify-content: end;
    margin: 0;
    gap: 20px;
    padding: 0;
}
.nav-link {
    color: var(--white);
    
}

.CountrySwitcher {
    padding-left: 0;
}

.CountrySwitcher li{
     list-style-type: none;
}
/* Mobile Only */
@media (max-width: 768px) {
    .header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .mobile-nav a,
    .mobile-icons a {
        display: block;
        padding: 10px 0;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #ddd;
    }

    .mobile-nav a:hover,
    .mobile-icons a:hover {
        color: var(--primary_color);
    }
}

/* navbar mega menu start*/
.mega-menu {
    position: absolute;
    
    left: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 1050;
    display: none;
    padding: 2rem 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
   
}

.mega-menu.show {
  display: block;
}

.megaMenuIcn a {
    color: var(--primary_color);
    font-size: 16px;
    text-decoration: none;
   
}

.Dshapes a {
    color: var(--primary_color);
    font-size: 16px;
    text-decoration: none;
    display: flex;                 
    align-items: center;          
    gap: 20px;                    
    justify-content: flex-start; 
}


.Dshapes a span {
    display: block;             
}

.Dshapes img {
    width: 26px;                
    height: auto;
}

.MemuList ul li a {
    color: var(--primary_color);
    font-size: 16px;
    text-decoration: none;
}

li.grid-item.megaMenuIcn.Dshapes:hover{
    background: none;
}

li.megaMenuIcn.Dmetal :hover{
    background:none;
}


.grid-container {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
  }
  
  .grid-item {
    flex: 1 0 50%; /* Each column takes 50% width */
    padding: 10px;
    box-sizing: border-box;
    
  }

  .Ygold {
    background: #E5CE83;
    padding: 0% 12px;
    border-radius: 60px;
    margin-right: 10%;
}
  .Wgold {
    background: #E9E9E9;
    padding: 0% 12px;
    border-radius: 60px;
    margin-right: 10%
}
  .Rgold {
    background: #E7BA9A;
    padding: 0% 12px;
    border-radius: 60px;
    margin-right: 10%
}
  .platinum {
    background: #E5E4E2;
    padding: 0% 12px;
    border-radius: 60px;
    margin-right: 10%
}
.mb-10{
    margin-bottom: 10px;
}
.VAll{
    width: 100%;
    border: 1px solid var(--primary_color);
    margin-top: 20px;
    padding: 4px;
    font-size: 14px;
    margin-left: 0;
}

.VAll:hover{
    background: var(--primary_color);
    color: #fff;
}



.megaMenuIcn {
    list-style: none;
    padding: 10px 0 0  0;
}

.pl-0{
    padding-left: 0;
}


.list-unstyled li a {
    text-decoration: none;
    position: relative;
}

.list-unstyled li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ccc;
    transition: width 0.3s ease-in-out;
}

.list-unstyled li a:hover::after {
    width: 100%;
}


.list-underline a {
    position: relative;
    text-decoration: none;
}

.list-underline a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ccc;
    transition: width 0.3s ease-in-out;
    border: none;
}

.list-underline a:hover::after {
    width: 100%;
}
.list-underline a:hover{
    color: var(--white);
}

.dropdown-menu h5,h6{
    color: var(--primary_color);
}

.mobOffcanvasBody{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* navbar mega menu end*/

/* header end */

/* banner start */
.banner {
    background-image: url('../img/banner bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    padding: 15% 0;
    font-family: 'HeroLight-Bold';
    
}

.bannerbtn {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 20px 0;
    font-family: 'HeroLight-Bold';
}

.bannerbtn .btn-primary {
    border: 1px solid var(--white);
    border-radius: 0;
    background: transparent;
    padding: 10px 50px;
    font-family: 'HeroLight-Bold';
    font-weight: 500;
}
.bannerbtn .btn-primary:hover {
    background-color: var(--primary_color);
    color: var(--white);
    border-color: var(--primary_color);
    transition: all 0.3s ease;
}

/* banner end */

/* Design Your Custome Ring start */
.designYourRing {
    margin: 80px 0;
    text-align: center;
}

.designRingcol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.designYourRing h6{
    color: var(--primary_color);
}
.steps {
    display: flex;
    align-items: center;
    margin: 30px 0;
    justify-content: center;
}

.step {
    text-align: center;
}

.stepbg {
    background-color: var(--secbg);
    border-radius: 50%;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.step img {
    height: 36px;
    margin-bottom: 5px;
}

.line {
    width: 80px;
    height: 2px;
    background: var(--black);
    margin: 0 15px;
}

.designYourRing .btn-primary {
    border: 1px solid var(--black);
    border-radius: 0;
    background: transparent;
    padding: 10px 50px;
    color: var(--black);
    font-family: 'HeroLight-Bold';
    font-weight: 500;
}
.designYourRing .btn-primary:hover {
    background-color: var(--primary_color);
    color: var(--white);
    border-color: var(--primary_color);
    transition: all 0.3s ease;
}

/* Design Your Custome Ring end */

/* Shop by Diamonds start */
.diamonds {
    padding: 40px 0;
    background-color: var(--secbg);
}

.diamonds h3 {
    text-align: center;
    margin-bottom: 30px;
}

.diamonds p {
    text-align: center;
    margin-top: 10px;
    color: var(--primary_color);
}

#ShopBYShape .item img {
    transition: transform 0.3s ease-in-out;
    /* Smooth transition for the transform */
}

#ShopBYShape .item img:hover {
    transform: scale(1.2);
    cursor: pointer
}

/* Shop by Diamonds end */


/* new collection start */
.collection {
    margin: 40px 0;
    padding: 60px;
}

.collection .btn-primary {
    border: 1px solid var(--white);
    border-radius: 0;
    background: transparent;
    padding: 10px 50px;
    font-family: 'HeroLight-Bold';
    font-weight: 500;
}
.collection .btn-primary:hover {
    background-color: var(--primary_color);
    color: var(--white);
    border-color: var(--primary_color);
    transition: all 0.3s ease;
}
.collectionbox {
    position: relative;
}

.collectioncontent {
    position: absolute;
    bottom: 20px;
    left: 35px;
    color: var(--white);
}

.collectioncontent h2 {
    font-weight: bold;
}

/* new collection end */


/* Explore Collections start */
.excollectioncol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.excollectioncol h2 {
    font-size: 45px;
}

.excollectioncol p {
    font-size: 20px;
    color: var(--primary_color);
}

.swiper {
    width: 600px;
}

.swiper-slide {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.slide-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
}

.slide-caption h4 {
    font-size: 24px;
    font-weight: 500;
}

.slide-caption .btn {
    margin-top: 10px;
    padding: 6px 18px;
    font-size: 14px;
    border-radius: 0;
}

@media(max-width: 768px) {
    .slider-section {
        flex-direction: column;
        align-items: center;
    }

    .swiper {
        width: 90%;
        margin-top: 20px;
    }

    .slider-text {
        padding-right: 0;
    }
}

/* Explore Collections end */

/* Explore Diamonds start */
.explore {
    background-color: var(--secbg);
    padding: 60px 0;
}

.explore .btn-primary {
    border: 1px solid var(--black);
    color: var(--black);
    border-radius: 0;
    background: transparent;
    padding: 10px 50px;
    font-family: 'HeroLight-Bold';
    font-weight: 500;
}
.explore .btn-primary:hover {
    background-color: var(--primary_color);
    color: var(--white);
    border-color: var(--primary_color);
    transition: all 0.3s ease;
}
.explorecol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Explore Diamonds end */

/* Shop By Style start */
.shopstyle {
    margin: 80px 0;
}

.jewelry-section {
    display: flex;
    gap: 20px;
    /* Spacing between items */
}

.main-image {
    flex: 1.1;
    /* Takes up 2x space compared to side images */
    position: relative;
}

.main-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.main-image h5 {
    margin-top: 15px;
    color: var(--primary_color);
}

.image-item h5 {
    margin-top: 15px;
}

.main-image p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: var(--black);
    font-weight: bold;
    background-color: var(--white);
    padding: 5px;
    text-transform: uppercase;
}

.side-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* Spacing between vertical items */
}

.image-item {
    position: relative;
}

.image-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.image-item p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: var(--black);
    font-weight: bold;
    background-color: var(--white);
    padding: 5px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .jewelry-section {
        flex-direction: column;
    }
}

/* Shop By Style end */

/* Trending strat */
.Products {
    padding: 26px 0;
}

.ProductsCarousel {
    margin-bottom: 30px;
}

.EgImg {
    border: 1px solid #c1c1c1;
}

.shopItem p {
    font-size: 20px;
    margin-top: 30px;
}

.shopItem {
    overflow: hidden;
}

.shopItem img {
    width: 100%;
    transition: transform 0.3s ease;
}

.shopItem img:hover {
    transform: scale(1.1);
    border: 1px solid #c1c1c1;
}

/* Trending end */

/* footer start */
.footer {
    background-color: var(--primary_color);
    color: var(--white);
    padding: 40px 20px;
}

.footer-links {
    display: flex;
    flex: 3;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 18px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.subscribe-section p {
    font-size: 16px;
    margin: 10px 0;
    color: var(--white);
}

.subscribe-form {
    display: flex;
    margin-bottom: 15px;
}

.subscribe-form input {
    padding: 8px;
    flex: 1;
    border: none;
    border-radius: 3px 0 0 3px;
}

.subscribe-form button {
    background-color: var(--white);
    color: var(--black);
    padding: 8px 12px;
    border: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.social-icons a {
    margin-right: 10px;
    font-size: 22px;
    color: var(--white);
}

.footer-bottom {
    margin-top: 30px;
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer-bottom a {
    color: var(--white);
    margin: 0 10px;
    text-decoration: none;
}

/* footer end */