@charset "utf-8";

/***** Design By Sagar 4.3 HTML 5 *****/


@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
/* font-family: 'Nunito Sans', sans-serif;
font-family: 'Poppins', sans-serif; */

/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Nunito Sans', sans-serif;
    background: #fff;
    color: #1d1f23;
    font-size: 15px;
    overflow-x: hidden;
	
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}


/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #ba863b;
    --secondary: #ba863b;
}

/*** header ***/
.header-new {
    width: 100%;
    color: #fff;
        background: linear-gradient(180deg, rgb(0 0 0 / 55%) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
    top: 0px;
    z-index: 99;
}
.bannerslider img{ width:100%; height:100%; object-fit:cover;}
.header-cen {
    position: relative;
}

.header ul li {
    display: inline-block;
    float: none;

    margin: 0px;
}

.top-section {
    display: flex;
}

.right-side {
    margin-top: 19px;
    margin-left: 50px;
}

.right-h {
    display: block;
    margin-left: auto;
}

.center-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header li a {
    padding: 20px 20px;
    display: block;
    text-decoration: none;
    color: #ffff;
    font-size: 16px;
    transition: .3s linear;
    font-weight: 400;
    border-radius: 0px;
	text-transform: uppercase;
}

.header li a:hover {
    color: #f9d197;
}
.login {
    padding: 0px 0px !important;
    border-radius: 8px !important;
    margin-left: 15px;
    transition: .3s linear;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px;
    display: inline-flex !important;
    align-items: center;
    white-space: nowrap;
}
.profilebg{ padding:40px 0px;}
.login:hover {
    color: #f9d197 !important;
}

.location {
    display: flex;
    align-items: center;
}

.location img {
    padding-right: 10px;
    width: 62px;
}

.set-p {
    position: absolute;

}

.hide {
    display: none;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInLeft .6s;
    z-index: 9999;
    background-color: #fff;
    min-width: 185px;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-left: 0px;
    margin-right: .1rem;
    margin-top: -39px;
    min-width: 160px;
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.dropdoqwn {
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 6px 15px;
    min-width: 150px;
    font-weight: 600;
    text-align: left;
    border-radius: 0px;
    color: #333;
    text-transform: capitalize !important;
	border-bottom: 1px solid #ccc;
}

.dropdoqwn li a:hover {
    background-color: #ba863b;
    color: #fff;
}

.meg:hover {
    background-color: #ba863b;
}

.catrgory span {
    margin-top: 28%;
    display: block;
}

.catrgory h3 {
    font-size: 24px;
    font-weight: 900;
}

.catrgory a {
    background-color: #084519;
    display: table !important;
    margin: 50px auto;
    padding: 10px 18px !important;
    color: #fff !important;
}

.headerlist {
    padding: 15px 00px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px 0px;
    text-transform: capitalize;
    color: #222;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 0px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;

}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    border-radius: 0px;
    padding: 21px 22px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.logo-center img {
    position: absolute;
    margin: 0 auto;
    display: block;
    left: -25px;
    right: 0;
    top: 7px;
    z-index: 999999;
    width: 108px;
}

.logo-part {
    float: left;
    padding: 6px 20px 5px 0px;

}


.darkHeader {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999 !important;
    background-color: #000;
    border-bottom: none;
    animation: fadeInDown 1s;
    border-bottom: 1px solid #222222;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.topmenu li {
    display: inline;
    margin-left: 12px;
}

.topmenu i {
    padding-right: 5px;
    font-size: 16px;
    color: #2b2f34;
}

.topmenu i:hover {
    color: #000;
}

.topmenu li a {
    color: #222;
}

.topmenu {
    font-size: 14px;
    background: #efefc2;
    color: #000;
    padding: 4px;
    line-height: 24px;
    font-weight: 700;
}

.header {
    display: flex;
    align-items: center;
}

.banner {
    width: 100%;
    object-fit: cover;
}

.top_section {
    padding: 8px 0px;
    font-size: 14px;
}

.top_section p {
    margin-bottom: 0px;
}

.top_section a {
    color: #fff;
}



.wedding {
    background: url(../images/bg1.png) no-repeat;
    background-size: 100%;
    color: #fff;
}

.wedding1 {
    height: 564px;
    align-items: center;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
}

.wedding1 h1 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 50px;
}

.wedding1 a {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 45px;
    font-size: 16px;
    /* max-width: 344px; */
    display: table;
    margin-top: 50px;
    transition: .4s ease-in-out;
}

.wedding1 a:hover {
    background-color: #fff;
    color: #111;
}

.mybgblure {
    background: url(../images/bg2.png) no-repeat;
    background-size: 100%;
    color: #fff;
	padding: 50px 0px;
}

.love1 {
    height: 564px;
    align-items: center;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
}

.love1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 50px;
}

.love1 a {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 45px;
    font-size: 16px;
    /* max-width: 344px; */
    display: table;
    margin-top: 50px;
    transition: .4s ease-in-out;
}

.love1 a:hover {
    background-color: #fff;
    color: #111;
}





.products {
    padding: 3rem 0rem;
    color: #555;
    font-size: 17px;
    text-align: center;
}

.girl_i img {
    width: 100%;
    object-fit: cover;
}

.list_p img {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.classic {
    display: block;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 2px;
}

.read {
    font-weight: 600;
    color: #a19d9d;
    transition: .4s ease-in-out;
    display: table;
    border: 1px solid #fff;
    padding: 10px 33px;
    margin-left: auto;
    margin-right: auto;
}

.read:hover {

    color: #fff;
    background-color: #000;
}

.owl-prev {
    position: absolute;
    top: 43%;
    background-color: #000000;

    width: 44px;
    height: 44px;
    left: 0;
    font-size: 26px;
    text-align: center;
    padding: 2px;
    color: #fff;
    opacity: 0;
    transition: .5s ease-in-out;
}

.owl-next {
    position: absolute;
    top: 43%;
    background-color: #000;
    width: 44px;
    height: 44px;
    font-size: 26px;
    right: 0;
    text-align: center;
    padding: 2px;
    color: #fff;
    opacity: 0;
    transition: .5s ease-in-out;

}

.main_product:hover .owl-next {
    opacity: 1 !important;

}

.main_product:hover .owl-prev {
    opacity: 1 !important;

}

.add {
    padding-top: 3rem;
}

.add img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.add4 {
    margin-top: 1.8rem;
}



.addresss {
    padding: 3.3rem 0rem 0rem 0rem;
    font-family: 'Poppins', sans-serif;
}

.address_bg img {
    width: 100%;
}

.address_bg {
    padding: 0;
}

.address_txt {
    background: url(../images/footer_bg1.png);
    background-size: cover;
    padding: 5.5rem 5rem;
}

.addresss a {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 45px;
    font-size: 16px;
    /* max-width: 344px; */
    display: table;
    margin-top: 30px;
    transition: .4s ease-in-out;
    font-family: 'Poppins', sans-serif;
}

.addresss a:hover {
    background-color: #fff;
    color: #111;
}

.addresss h3 {
    font-size: 42px;
    color: #ba863b;
    font-weight: 600;
}

.addresss strong {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    display: block;
    margin-top: 15px;
}

.addresss span {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    display: block;
}



.footer {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding-top: 5rem;
    font-weight: 400;
    padding-bottom: 7rem;
}

.f-media a {
    display: inline-block;
    padding: 6px;
    color: #fff;
    border: 1px solid #fff;
    width: 37px;
    height: 37px;
    margin: 4px;
    transition: .4s ease-in-out;
}

.f-media a:hover {
    background-color: #ba863b;
    color: #fff;
}

.copyright1 {
    border-top: 1px solid #222222;
    padding: 25px 0px;
    background-color: #000000;
    color: #fff;
}

.copyright1 p {
    margin-bottom: 0px;
    text-align: center;
}

.modal {
    top: 20px !important;
}
.modal-body {
    padding: 2rem!important;
}
.btn-close {
    position: absolute !important;
    right: 0 !important;
    padding: 0px 10px;
    font-size: 12px;
    color: #000;
    z-index: 9;
    top: 10px;
}
.footercontact{font-size:18px; font-weight:600;}
.footercontact h3{ font-family:"Times New Roman", Times, serif; font-size:40px; padding-bottom:30px;}
.footerinput{ border:none; border-bottom:1px solid #111111; padding:10px 0px 5px; width:100%; outline:none; font-size:16px; color:#000; margin-top:15px;}
.footerbutton{ background:#ba863b; color:#FFFFFF; border:none; outline:none; margin-top:15px; width:100%; padding:12px;}
.footercontact ul li{ padding-bottom:15px;}
.footercontact i{ width:30px;}

.parallaxbox{ display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; }
#collection{ padding:80px 0px; text-align:center;}
.filter-button
{
    font-size: 18px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    text-align: center;
    color: #000;
    margin: 5px 5px 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #eead48;
    border-radius: 5px;
    text-align: center;
    color: #000;
    background-color: #fff;

}
.btn-default:active .filter-button:active
{
    background-color: #ffd99d;
    color: white;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    background: #fff;
	box-shadow: 0px 5px 5px #ccc;
}
.gallery_product img{ width:100%; height:370px; object-fit:contain; border:1px solid #ffeccb; margin-bottom:15px;}

.indexabout {
    padding: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.birthstone img{width:100%; height:280px; background:#fff; object-fit:contain; cursor:pointer; }
.birthstone a{ color:#fff; text-align:center; font-size:20px; padding-top:15px; font:500; line-height:45px;}

/*** POPUP ***/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  color:#000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -10px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  scroll-behavior:unset;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 90%;
	margin: 10px auto;
  }
}
/*** end of POPUP ***/
.onlickimages img{ height:300px;}