@font-face {
    font-family: arial;
    src: url('../fonts/ARIAL.TTF');
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
  
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
      
         font-family: arial;
        
}
h1,h2,h3,h4,h5,h6,p,ul{
    margin: 0;
}
a{
    display: inline-block;
    text-decoration: none;
}
li{
    list-style: none;
}
.myClass {
    overflow: hidden;
}

/* =========================== header start ======================== */
.main-header {
    position: relative;
    transition: 0.3s;
    padding: 35px 0px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 435px;
    margin: 0 auto;
}

 @keyframes goDown {
     0%{
            top: -60px;
        }
        100% {
            transform: translateY(0px);
        }
}
.navbar-brand {
    margin: 0 !important;
    width: 100%;
    border: 1px double #ccc;
    outline: 1px double #ccc;
    outline-offset: 3px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand img {
    object-fit: cover;
    width: 190px;
}

.main-menus .navbar-nav {
    flex-direction: unset;
    width: 100%;
}
.main-menus ul li a {
    color: gray !important;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 !important;
    font-weight: 400;
}

.all-same-btn {
    border: 1px solid gray;
    background: gray;
    color: white;
    padding: 10px 26px;
    font-weight: 400;
    text-transform: uppercase;
}
.main-menus {
    width: 100%;
    padding: 7px 0;
}
/* ========================= banner start =============================== */

.banner-section {
    position: relative;
    padding: 0px 0;
    height: 440px;
    width: 435px;
    margin: auto;
}
.banner-section-main {
    height: 100%;
    width: 100%;
}

.main-footer {
    padding: 30px 0;
    position: relative;
}

.copy-right-section p {
    color: gray !important;
    font-size: 12px;
    text-transform: capitalize;
    padding: 0 !important;
    font-weight: 500;
    text-align: center;
}

/* ============ about us page start =================== */

.about-section {
    position: relative;
    height: 440px;
    width: 435px;
    margin: auto;
     border: 1px double #ccc;
    outline: 1px double #ccc;
    outline-offset: 3px;
    padding: 22px;
}
.about-sectiob-main {
     border: 1px double #ccc;
    outline: 1px double #ccc;
    outline-offset: 3px;
    padding: 25px;
    height: 100%;
}
.about-us-all-images {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.about-us-single-img {
    height: 242px;
    padding: 10px;
    border: 4px double #cfcdcd;
}
.about-us-single-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.all-same-heading {
    color: gray;
    font-weight: 400;
    font-size: 38px;
   line-height: 45px;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.about-sectiob-main p {
    color: #808080;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0%;
    margin-bottom: 9px;
}
.about-sectiob-main a {
      color: #808080;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0%;
    margin-bottom: 9px;
    
}
.slideshow-video {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.slideshow-video video {
    object-fit: cover;
    width: 100%;
}


.store-meta {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    margin-top: 50px;
    padding: 0;
}
.store-item-single {
    padding: 20px;
    border: 4px double #cfcdcd;
    width: 100%;
    height: 200px;
    transition: all 0.3s 
ease;
}
.store-item-single img {
    object-fit: contain;
    width: 100%;
    height: 100%;
} 
.contact-page-img {
    width: 230px;
}
.contact-page-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-grid {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 22px;
    height: 100%;
    border: 1px double #ccc;
    outline: 1px double #ccc;
    outline-offset: 3px;
}
.product-grid img {
    width: 100%;
    border: 1px solid #ccc;
    transition: opacity .7s ease;
    height: 125px;
    cursor: pointer;
    object-fit: fill;
}

  .product-grid img.fade {
    opacity: 0;
  }

  /* Hide all images initially except first 9 */
  .product-grid img:nth-child(n+10) {
    display: none !important;
  }

.necklace-main ul {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.necklace-main ul li a {
    color: gray;
    font-weight: 500;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0%;
}
.necklace-meta {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 3px;
    height: 100%;
    margin-top: 10px;
    width: 100%;
}
.necklace-meta-single {
    width: 100%;
    height: 90px;
}
.necklace-meta-single img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border: 1px solid #cfcdcd;
}

.press-meta-images {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.press-single-img {
    height: 550px;
}

.press-single-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.press-section-main .tab-navigation {
    margin: 30px 0;
    text-align: center;
}
.press-section-main select {
    border: 1px solid #cfcdcd;
    color: gray;
    padding: 10px;
    margin: auto;
    font-size: 13px;
    width: 444px;
    word-wrap: break-word;
    text-wrap: inherit;
}
.press-section-main select:focus-visible {
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}
.single-product-img {
    height: 140px;
}
.single-product-img img {
    object-fit: contain;
    width: 200px;
    height: 100%;
}
.single-product-meta {
    margin-top: 30px;
}
.single-product-meta p {
    color: gray;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0%;
    margin-bottom: 6px;
}

/* Full Screen Viewer - Grid completely disappears */
.fs-overlay {
    position: relative;
    display: none !important;
    transition: opacity 0.4s ease;
    width: 100%;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 22px;
       border: 1px double #ccc;
    outline: 1px double #ccc;
    outline-offset: 3px;
}
.fs-overlay.active {
  display: flex !important;
  opacity: 1;
}
#fsImage {
    object-fit: contain;
    width: 100%;
    padding: 0px;
    height: 90%;
}
.full-screen-extra {
    border: 1px double #ccc;
    outline: 1px double #ccc;
    outline-offset: 3px;
    padding: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.fs-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    width: 100%;
}
.btns-wrapper {
    display: flex;
    gap: 10px;
}
.fs-btn {
    border: none;
    background: gray;
    color: white;
    width: 18px;
    height: 18px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

#fsCounter {
    font-size: 9px;
    text-align: center;
    color: gray;
}
