html {
  scroll-behavior: smooth;
}
body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
.topBar {
    /* background-image: url('../img/menuBg.jpg'); */
    background: #ffd07e;
    color: #fff;
    padding: 10px 0;
    background-position: bottom;
}
header a {
    color: #0a1162;
    text-decoration: none;
    margin: 0 10px;
}


.navbar-nav li a {
    color: #fff;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-size: 1.2em;
    font-weight: bold;
}

.mobLogo {
    display: none;
}

.mobcart {
    display: none;
}

.NavLine {
    line-height: 36px;
    color: #fff;
    padding: 0 10px;
}

.bg-nav {
    /* background-image: url('../img/menuBg.jpg'); */
    background-position: bottom;
    background: #0a1162;
}

.p-7 {
    padding: 7px;
}

.HeadIcn {
    color: #0a1162;
    font-size: 25px !important;
}

.w-80 {
    width: 80%;
}
.btn {
    padding: 10px 30px !important;
    border: none;
    border-radius: 0;
    font-size: 1.2em !important;
    background-color: #ffd07e !important;
    color: #0a1162;
}

.fs {
    font-size: 41px;
    line-height: 1.2em;
}
.diamonds {
    padding: 26px 0;
    background-color: #f1f1f1;
}
#owl-carousel.owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-content: center!important;
    align-items: center;
}
#owl-carousel.owl-carousel .item img {
    width: 70px;
    height: 70px;
    mix-blend-mode: multiply;
    filter: brightness(0.95);
}
#owl-carousel .item img {
    transition: transform 0.3s ease-in-out;
    /* Smooth transition for the transform */
}

#owl-carousel .item img:hover {
    transform: scale(1.2);
    cursor: pointer
}
.pb-15{
    padding-bottom: 15px;
}
.offer {
    background-repeat: no-repeat;
    /* background-image: url('../img/offerbg.jpg'); */
    color: white;
    padding: 30px 0;
    
    /* background: #0a1162; */
    background: linear-gradient(to right, #0a1162, #ffd07e);
}
.aboutdiam {
    background-repeat: no-repeat;
    background-image: url('../img/moreDiamonds.png');
    color: white;
    padding: 30px 0;
    margin: 20px 0;
    background-size: cover;
    height: 60vh;
}
.btn2 {
    padding: 10px 30px !important;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    margin: 0 10px;
    font-size: 1.2em !important;
    background: none;
}
.btn2:hover {
    background: #0a1162;
    color: #fff;
    border: 2px solid #0a1162;
}

.posireltive{
    position: relative;
}
.posiabsolute{
    position: absolute;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.fontw{
        font-size: 60px;
        font-weight: 400;
   
}
.pl-30{
    padding-left: 30px;
}
.mt-40{
    margin-top: 40px;
}
.ml-40{
    margin-left: 40px;
}
.mt-60{
    margin-top: 60px;
}

.DiaBtn {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
}

.DiaBtn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ccc;
    transition: width 0.3s ease-in-out;
}

.DiaBtn:hover::after {
    width: 100%;
}

#ShopCategory .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

#ShopCategory .owl-nav .owl-prev,
#ShopCategory .owl-nav .owl-next {
    background-color: transparent;  
    border: none;                   
    font-size: 40px;               
}

#ShopCategory .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(-50%, -190%);
}

#ShopCategory .owl-nav .owl-next {
    position: absolute;
    right: -75px;   
    top: 50%;
    transform: translate(-50%, -190%);
}
.mb-40{
    margin-bottom: 40px;
}
.pdd{
    padding: 10px 40px!important;
}
.social-media li {
    display: inline-block;
    margin: 0 10px;
    
}

.social-media a {
    color: #ffffff;
    font-size: 1.5em;
}

.social-media i {
    transition: all 0.3s ease;
}

.social-media i:hover {
    color: #ffd07e;
    transform: scale(1.2);
}
.liststyle{
    list-style: none;
    padding-left: 0;
}
.EmailBox {
    padding: 10px;
    width: 70%;
}
.bg {
    background-color: #0a1162;
    padding: 40px 0;
}

.bgg{
background-color: #ededed;
padding: 20px;
}
.backcolor{
    background-color: #f1f1f1;
    padding: 40px 0;
}

footer {
    background-color: #ededed;
    color: #0d4f4a;
    padding: 50px 0;
    text-align: center;
    margin-top: 36px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer li {
    margin-bottom: 6px;
    text-align: left;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

footer p {
    color: #ffffff;
}



.footer a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    /* adjust the height of the underline */
    background-color: #ccc;
    /* adjust the color of the underline */
    transition: width 0.3s ease-in-out;
}

.footer a:hover::after {
    width: 100%;
}


footer h4 {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
    color: #fff;
}
.footIcn:hover {
    color: #ffd07e;
}
.btn-primary:hover {
    background: #0a1162!important;
    color: #ffffff;
    margin-left: 0;
}
.nav-link {
    color: #fff!important;
    font-size: 15px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}

.navbar-nav li a::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ccc;
    transition: width 0.3s ease-in-out;
}


.navbar-nav li a:hover::after {
    width: 100%;
}
.footerBtom {
    background: #ffd07e;
    padding: 14px 0;
}
.footerBtom p {
    color: #0a1162;
}
.fft {
    color: #0a1162;
}
.m-b-0{
    margin-bottom: 0;
}
.btn-rounded {
    border: 2px solid #0a1162;
    padding: 2px 20px;
    cursor: pointer;
}
.btn-rounded:hover {
    background-color: #0a1162;
    color: #fff;
}
.HeadIcn2{
    font-size: 22px;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.owl-prev {
    left: 10px;
}
.owl-next {
    right: 10px;
}
.tabNone{
    display: none;
}


button.back-to-top{
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
      height: 0px;
    width: 0px;
    overflow: hidden;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    color: transparent;
      clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
      bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  button.back-to-top:hover,
  button.back-to-top:active,
  button.back-to-top:focus,{
    outline: 0 !important;
  }
  button.back-to-top::before,
  button.back-to-top::after {
    content: "";
      display: block;
      vertical-align: middle;
      border-bottom: solid 10px #0a1162;
      border-left: solid 10px transparent;
      line-height: 0;
      border-right: solid 10px transparent;
      height: 0;
      margin: 18px auto 0;
      width: 0;
    border-radius:20px;
    visibility: hidden;
  }
  button.back-to-top.show::after,
  button.back-to-top.show::before{
    visibility: visible;
  }
  button.back-to-top::after {
    border-bottom-color:#fff;
        position: relative;
    top:-24px;
  }
  button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
      bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
      box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  }
  button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  }

  .nav-link.active{
    color: #000;
  }

  .navbar-nav li .active::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    transition: width 0.3s ease-in-out;
}


.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);
    }
}


    .contact-section {
            padding: 80px 0;
        }
.contact-info, .contact-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    height: 100%;
}
        .contact-info i {
            color: #007bff;
            margin-right: 12px;
            font-size: 1.2em;
        }
        .form-control {
            border-radius: 8px;
        }
        .form-control:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
        }
        .btn-primary {
            border-radius: 8px;
            padding: 10px 20px;
            font-weight: 500;
        }
        .error {
            color: #dc3545;
            font-size: 0.85em;
            margin-top: 5px;
            display: none;
        }
        .success-message {
            color: #28a745;
            font-size: 0.9em;
            margin-top: 10px;
            display: none;
        }
        .map-container {
            height: 300px;
            background-color: #e9ecef;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
        }

        @media (max-width: 768px) {
            .contact-section {
                padding: 40px 0;
            }
            .contact-info, .contact-form {
                padding: 20px;
            }
        }

.contactIcn {
    color: #0a1162 !important;
}

.list-unstyled  a{
    color: #0a1162 !important;
}
