@charset "utf-8";
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&family=Figtree:ital,wght@0,300..900;1,300..900&family=Original+Surfer&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tajawal:wght@200;300;400;500;700;800;900&family=Tapestry&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Original+Surfer&family=Trispace:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ADLaM+Display&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');



:root {
    --white: #ffffff;
    --black: #000000;
    --primary_clr: #111111;
    --blue-clr: #0c5ca5;
    --green-clr: #29a71a;
    --yellow-clr: #ffc107;
    --gray-clr: #4b4b4b;
}

.blue-clr {
    color: var(--blue-clr);
}

figure,
h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0
}
.about-content{
    color: #fff;
}
.product-discription h1, .product-discription h2, .product-discription h3, .product-discription h4, .product-discription h5, .product-discription h6 {
    color: #fff;
}
.about-content h1, .about-content h2, .about-content h3, .about-content h4, .about-content h5, .about-content h6 {
    color: #fff;
}
.product-discription ol , .product-discription ul {
    color: #fff;
}
.about-content ol , .about-content ul {
    padding-left: 18px;
    color: #fff;
}
h4,
ol,
ul,
ul ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0
}

:focus,
body a,
body a:active,
input[type=text]:focus,
textarea:focus {
    outline: 0
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
ol,
p,
section {
    display: block
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
source,
span,
strike,
strong,
sub,
sup {
    outline: 0;
    vertical-align: baseline
}

figure {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

ol {
    list-style-type: decimal
}

a img,
img {
    vertical-align: middle
}

.text-perpul {
    color: #fff;
}

.text-magento {
    color: #C01AAF;
}

a img {
    border: 0
}

body a:focus {
    -mos-outline-style: none;
    outline: 0
}

body:-moz-any-link:focus {
    outline: 0
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

div {
    vertical-align: top;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

a {
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.5s ease;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: var(--redclr);
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none;
}

aside,
.right-side,
.navbar-collapse {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

html {
    height: 100%;
    border: 0 !important;
}

body {
    min-height: 100%;
}

html,
body {
    border-top: 0 !important;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    /* width: 425px; */
    margin: auto;
    background-repeat: round;
    background-size: 100%;
    overflow-x: hidden;
    background: #1B2423;
    border: 1px solid #767c7e;
    background-repeat: no-repeat;
}

.row:before,
.row:after {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    color: var(--primary_clr);
}

h1 {
    font-size: 36px;
    font-weight: 600;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px
}
.service-card ol{
    padding-left: 16px;
}
.service-card ul{
    padding-left: 16px;
}

.gap-10 {
    gap: 10px;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
    opacity: 1;
}
.btn-primary,
.btn-secondary {
    background: linear-gradient(90deg, #B86B29 0%, #C17730 7%, #D99844 19%, #FFCD64 35%, #FFCE69 40%, #FFD376 46%, #FFDA8D 53%, #FFE4AC 59%, #FFEABF 62%, #FFDD97 68%, #FFCD64 76%, #EFB757 79%, #D79643 85%, #C67E35 91%, #BC702C 96%, #B86B29 100%);
    font-weight: 500;
    color: #000;
    border: 0;
    border-radius: 50px !important;
    position: relative;
    font-size: 14px;
    padding: 8px 20px;
}
.load_more , .feedback_btn{
    background-color: #2c4652;
    color: #000;
}
.enquiry-section .form-control{
    background-color: #1b2423 !important;
    height: 50px;
    border-radius: 10px;
    border: 0;
}
#feedback-form .form-control{
    height: 50px;
    border: 0;
    background: #1b2423;
}
.grediant-main{
        padding: 3px;
    border-radius: 16px;
    background: linear-gradient(118.17deg, #F9F197 0%, #613C1B 32.55%, #7B5122 68.55%, #F9F197 98.64%);
    display: inline-block;
}
.payment-bg-img .footer-logo{
    width: 240px;
    height: 240px;
    background-image: url(../../images/web-Jewellery/logo-fream.png);
    justify-content: center;
    padding: 10px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: 100%;
}
#feedback-form textarea{
    height: 87px !important;
}
.enquiry-section textarea{
    height: 120px !important;
}
.feedback-section .form-control{
    background-color: #CBE0E8 !important;
    border-radius: 0px;
    border-radius: 10px;
}
input::placeholder{
    color: #fff !important;
}
textarea::placeholder{
    color: #fff !important;
}
.btn-secondary {
    color: #000;
    background: #fff;
}
.navigation-icon {
    top: 15px;
    right: 15px;
}
.slider-line{
    width: 100%;
    margin-top: -20%;
    position: absolute;
}
.heading-main{
    text-align: center;
    text-align: center;
    position: relative;
    padding: 12px 0;
}
.navigation-icon a img {
    max-width: 2.4rem;
}
.slider-img img{
    margin-top: -20%;
    position: relative;
    width: 100%;
}
.brand-area .logo {
    max-width: 90px;
    height: 80px;
    padding: 6px;
    text-align: center;
    justify-content: center;
}
.brand-area .logo img{
    border-radius: 10px;
}
.logo-name{
    font-size: 18px;
    color: #2c4652;
}
.nav-link:hover{
    color: #fff !important;
}
.services-price h6{
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.services-price p{
    background: #1A3542;
    padding: 2px 10px !important;
    color: #fff !important;
}
#enquiry-add-form .form-control{
    border: 1px solid #ccc;
    color: #000 !important;
}
#enquiry-add-form .form-control::placeholder{
    color: #171717 !important;
}
.enquiry-section .form-control::placeholder{
    color: #fff !important;
}
@media(max-width:1024px){
    .main-heading{
        font-size: 32px !important;
    }
    .about-content-main {
        flex-direction: column;
    }
    .main-name{
        font-size: 18px !important;
    }
    .slick-slide , .Modern-Slider .item .img-fill img{
        height: 720px !important;
    }
    .social-links{
        gap: 0 !important;
    }
}
.menu-toggal{
    display: none;
}
@media(max-width:768px){
    .manu-main{
        display: none !important;
    }
    .video-main{
        flex-wrap: wrap;
    }
    .menu-toggal{
        display: block;
    }
    .sidebar-open .mobile-menu ul{
        right: 0;
        transition: .3s;
    }
    #menu-close{
        display: flex;
        margin-left: auto;
    }
    .about-main > div{
        flex-direction: column;
        gap: 40px;
    }
    .fb-content{
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }
    .feedback-wrapper{
        padding-top: 0 !important;
    }
    #enquiry-form{
        width: 100% !important;
    }
    .no-before{
        width: 100% !important;
        margin: auto;
    }
}
@media(max-width:992px){
    .service-box-main , .grid-container{
        grid-template-columns: 1fr 1fr !important;   
    }
    .payment-parent{
        display: unset !important;
    }
    .feedback-form-main{
        flex-wrap: wrap;
        gap: 20px;
    }
    .fb-content{
        grid-template-columns: 1fr 1fr !important;   
    }
}
@media(max-width:576px){
    .service-box-main , .grid-container{
        grid-template-columns: 1fr !important;   
    }
    .fb-content{
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .search-theme{
        width: 100% !important;
    }
    .service-search-main{
        width: 100% !important;
    }
    .bank-info ul li span{
        font-size: 14px !important;
    }
    .payment-inner ul li{
        font-size: 16px !important;
        gap: 0 !important;
    }
    .bank-details{
        gap: 20px 10px !important;
    }
}
.social-icon{
    width: max-content;
    margin: auto;
    position: relative;
    z-index: 50;
}
.footer-logo{
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 50;
    margin: auto;
}
.all-rating img {
    max-width: 20px;
    margin: 0px 3px;
}

.top-rating span {
    font-weight: 300;
    font-size: 14px;
}
.top-rating span strong {
    font-weight: 600;
}
.main-heading {
    font-size: 54px;
    color: #fff;
    font-family: "Redressed", cursive;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 54;
}
.social-main a img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(31%) saturate(0%) hue-rotate(65deg) brightness(116%) contrast(100%);
}
.Modern-Slider .item .img-fill {
    height: 100vh !important;
    background: #000;
}
.social-main{
    background-image: url(../../images/web-Jewellery/link-round.png);
    min-width: 68px;
    background-repeat: no-repeat;
    background-size: 81%;
    min-height: 60px;
    position: relative;
}
.banner-details .social-main{
    width: 68px !important;
    background-size: 89% !important;
    height: 64px !important;
}
.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    background: radial-gradient(50% 50% at 50% 50%, #333333 0%, #000000 100%);
    height: 50px;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 6px;
}
.social-links{
    gap: 14px;
}
.sl-area .sl-image {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 46px;
    border-radius: 50px;
    background: #000;
    margin-top: 4px;
}

.slider-theme-img{
    position: relative;
    width: 100%;
}
.main-name {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}
.sl-area .sl-image img {
    z-index: 8;
    filter: brightness(0) saturate(100%) invert(99%) sepia(31%) saturate(0%) hue-rotate(65deg) brightness(116%) contrast(100%);
}

.sl-area .pt-2:first-child .sl-image:after {
    display: none;
}

.no-before::before {
    display: none;
}
.no-before{
    width: 800px;
    margin: auto;
}
.no-before h4{
    font-size: 30px;
    color: #E1CB65;
    font-weight: 600;
}
.or-text::after{
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fff;
    height: 26px;
    width: 5px;
}
.or-text::before{
    content: "";
    position: absolute;
    bottom: -28px;
    left: 20px;
    background-color: #fff;
    height: 26px;
    width: 5px;
}
.dot-border{
    position: relative;
}
.dot-border::after{
    content: "";
    position: absolute;
    top: -37px;
    left: 0;
    width: 5px;
    height: 68px;
    border-left: 3px dotted #fff;
}
.sl-info a {
    color: #fff;
    font-size: 14px;
    word-break: break-word;
    font-weight: 500;
}
.sl-info{
    width: 100%;
    height: 47px;
    padding: 0px 10px 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 50;
}
.social-line{
    border-radius: 50px 0px 0 50px;
    width: 100%;
    gap: 10px;
}
.sl-area , #feedback-form{
        padding: 3px;
    border-radius: 16px;
    background: linear-gradient(118.17deg, #F9F197 0%, #613C1B 32.55%, #7B5122 68.55%, #F9F197 98.64%);
    display: inline-block;
}
.box-theme{
    border-radius: 13px;
    background-color: #1b2423;
    padding: 16px;
}
.sl-info p {
    margin-bottom: 3px;
}

.wp-share .form-control {
    font-size: 14px;
    background-color: #fff;
    color: #000 !important;
    border-radius: 50px 0 0 50px !important;
    text-indent: 12px;
    border: 0;
}
.wp-share .form-control::placeholder{
    color: #000 !important;
}
.wp-share button {
    word-wrap: normal;
    height: 45px;
    white-space: nowrap;
    font-size: 14px;
    background: #009F2B;
    flex-basis: 180px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    justify-content: center;
    border: 0;
    border-radius: 0px 50px 50px 0;
}
.wp-share button .svg {
    max-width: 24px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(31%) saturate(0%) hue-rotate(65deg) brightness(116%) contrast(100%);
}

.wp-share button .svg path {
    fill: #ffffff;
}

.share-group a {
    border-radius: 8px;
    background: #fff;
    border: 0;
    color: #000;
    padding: 12px 25px;
    font-size: 15.72px;
    font-weight: 600;
    box-shadow: 0px 6.55px 13.1px 0px #05023847 inset;
    margin: 0.3rem 0px;
    display: flex;
    position: relative;
    width: 146px;
    white-space: nowrap;
    justify-content: center;
}
.share-button img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(7487%) hue-rotate(133deg) brightness(99%) contrast(103%);
}
.logo-frame .swiper-slide {
    width: auto;
    margin: 0px 15px;
}
.big-letter{
    font-size: 50px;
}
.logo-frame .swiper-slide img {
    max-height: 40px;
}

.sub-hd {
    font-size: 24px;
    font-weight: 600;
    z-index: 50;
    display: flex;
    background-image: url(../../images/web-Jewellery/title.png);
    color: #E1CB65;
    align-items: center;
    text-transform: capitalize;
    position: relative;
    margin: auto !important;
    width: 100%;
    background-repeat: no-repeat;
    justify-content: center;
    background-position: center;
    height: 100px;
}
.title-image {
    height: 40px;
    position: absolute;
    left: 0;
    top: -3px;
}
.about-cnt ul {
    margin: 0px;
}
.about-content-main img{
    border: 3px solid #FFC10A;
    padding: 5px;
    width: 480px;
    height: 460px;
}
@media(max-width:992px){
    .about-content-main img{
        width: 100%;
        height: 100%;
    }
}
.about-cnt p {
    color: #fff  !important;
    margin: 0;
}
.about-main{
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.swiper-wrapper:has(.singal-img){
    height: auto !important;
}
.about-cnt ul li {
    position: relative;
    padding: 0px 0px 5px 0px;
    width: 100%;
    vertical-align: top;
}
.about-cnt .btn-primary {
    border-radius: 30px;
    padding: 5px 20px;
}
.Modern-Slider .NextArrow, .Modern-Slider .PrevArrow{
    top: 42% !important;
    margin-top: 0px !important;
}
.Modern-Slider{
    overflow: hidden;
    z-index: 50;
    width: 100% !important;
    background: none !important;
}
.Modern-Slider::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(355.43deg, #171717 20.9%, #171717 20.91%, rgba(0, 0, 0, 0) 129.24%);
}
.service-card {
    background-color: #2D3F3C;
    position: relative;
    min-width: 400px;
    height: 100%;
    flex: 0 0 calc(33.333% - 20px);
}
.about-content{
    width: 50%;
}
@media(max-width:1399px){
    .service-card{
        min-width: 300px;
    }
}
@media(max-width:768px){
    .service-card{
        min-width: 100%;
    }
    .about-content{
        width: 100%;
    }
    .share-main{
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 !important;
    }
    .or-text{
        display: none;
    }
    .no-before h4{
        font-size: 24px;
    }
}
@media(max-width:1199px){
    .service-card{
        flex: 0 0 calc(50.333% - 20px) !important;
    }
}
.card-main{
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr 1fr !important;
    flex-wrap: wrap;
    gap: 20px;
}
@media(max-width:1299px){
    .card-main{
        grid-template-columns: 1fr 1fr!important;
    }
}
@media(max-width:768px){
    .card-main{
        grid-template-columns: 1fr !important;
    }
}
.service-card p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
    overflow-wrap: anywhere;
}
.service-box-main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    position: relative;
    z-index: 50;
}
.service-card img {
    display: flex !important;
    margin: auto !important;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.product-name-group {
    flex: 1;
}

.icon-main-menu {
    list-style: none !important;
    display: flex;
    text-align: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.icon-main-menu li {
    width: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #e9e9e9;
    border-radius: 50px;
}

.icon-main-menu li img {
    width: 22px !important;
}

.product-name-group h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.product-price {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

.product-price .old-price {
    color: #BFBFBF;
    font-size: 16px;
    font-weight: 600;
}

.product-price .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    left: 0px;
    background: #BFBFBF;
}

.service-card .btn-secondary {
    border-radius: 5px;
    width: 110px;
    padding: 8px 15px;
    font-size: 15px;
    border: 0;
}
.service-card h6 {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}
.whatsapp-theme{
    width: 38px;
    height: 38.5px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #fff;
}
.service-card .whatsapp-theme img{
    width: 24px !important;
    height: 24px !important;
    border-radius: 0px !important;
}
.discout-text {
    color: #FF5B5B;
    font-size: 14px;
    font-weight: 600;
}

.card-rating .all-rating img {
    max-width: 12px;
}

.card-rating span {
    font-size: 0.8rem;
}

.play-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-video img {
    max-width: 42px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.products-section .service-card .product-img{
    border-radius: 50% 50% 0 0;
    padding: 5px;
    border: 3px solid #D99844;
}
.products-section{
    background-color: #23312F;
}
.products-section .service-card{
    border-radius: 50% 50% 0 0;
}
.search-products {
    border: solid 1px #adadad;
    border-radius: 30px
}

.search-products .form-control {
    font-size: 14px;
}

.search-products button {
    background: transparent;
    opacity: 0.8;
}

.search-products button img {
    max-width: 20px;
}

.product-filter .swiper-slide {
    width: auto;
}

.product-filter .swiper-slide a {
    color: #fff;
    padding: 0px 14px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid #B6B6B6;
}
.product-filter .swiper-slide a:focus,
.product-filter .swiper-slide a.active {
    color: #E1CB65;
}
.service-section{
    background-color: #23312f;
    position: relative;
}
.product-discription h1, .product-discription h2, .product-discription h3, .product-discription h4, .product-discription h5, .product-discription h6 {
    color: #fff;
}
.product-discription{
    color: #fff;
}
.header-name{
    font-size: 24px !important;
    font-weight: 600;
    color: #E1CB65;
    text-align: start;
}
.service-card ol {
    padding-left: 16px;
    color: #fff;
}
.service-card ul {
    padding-left: 16px;
    color: #fff;
}
.service-section .service-card{
    padding: 6px;
}
.video-main{
    background-color: #23312F;
    padding: 50px 0;
    position: relative;
}
.feedback-section{
     background-color: #23312F;
    padding: 50px 0;
    position: relative;
}
.enquiry-section{
    background-image: url(../../images/web-Jewellery/enquiry-banner.png);
    position: relative;
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.portfolio-row {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
}
.enquiry-img{
    position: relative;
    z-index: 50;

}
.portfolio-row figure {
    width: 100%;
    overflow: hidden;
}

.portfolio-row figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.payment-inner ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.payment-details ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}
.payment-details ul li{
    width: calc(33.333% - 10px);
}
.bank-details{
    display: grid;
    grid-template-columns: 1fr 1fr; 
}
.payment-details img{
    width: 40px;
    display: flex;
    margin: auto;
}
.gray-star {
    filter: brightness(0) saturate(100%) invert(84%) sepia(39%) saturate(1%) hue-rotate(2deg) brightness(95%) contrast(93%);
}
.payment-bg-img{
    background-position: center;
    position: relative;
    text-align: center;
    background-color: #1b2423;
}
.footer-main .payment-bg-img{
    background-position: center;
    background-image: url(../../images/web-Jewellery/enquiry-banner.png);
    position: relative;
    padding: 50px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-main .payment-bg-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #171717ed;
}
.footer-payment{
    position: relative;
}
.payment-parent{
    position: relative;
    overflow: hidden;
    z-index: 50;
    padding: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.payment-inner ul li {
    font-weight: 600;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    gap: 12px !important;
} 

.payment-inner ul li span {
    font-weight: 600;
    color: #1A3542;
    white-space: nowrap;
    font-size: 16px;
    width: 100%;
}
.payment-inner{
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.qr-code img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.payment-details {
    background-color: #fff;
}
.footer-logo-theme{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.qr-code h5 {
    font-weight: 600;
}

.fb-content p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    overflow-wrap: anywhere;
}
@media(max-width:576px){
    .fb-content p{
        font-size: 18px;
    }
    .Modern-Slider .NextArrow, .Modern-Slider .PrevArrow{
        display: none !important;
    }
}
.fb-content{
    overflow: hidden;
    gap: 20px;
}
#customPrevBtn{
    padding-left: 0;
}
#customNextBtn{
    padding-right: 0;
}
.custom-nav p{
    font-size: 18px;
    color: #fff;
}
.fb-rating {
    min-width: 120px;
    text-align: right;
    border-radius: 10px;
    background: transparent;
    width: max-content;
    margin: auto;
    border: 2px solid #D99844;
}

.fb-rating .all-rating img {
    max-width: 28px;
    margin: 0px 2px;
}

.fb-content span {
    font-size: 28px;
    display: block;
    font-weight: 600;
    color: #fff;
}

.rs-left {
    text-align: center;
    width: 40%;
    line-height: 20px;
}

.rs-left p {
    font-weight: 600;
}

.rs-left span {
    font-size: 14px;
    font-weight: 600;
}

.rs-img img {
    max-width: 15px;
    position: relative;
    top: -2px;
}

.rs-right {
    flex: 1;
}

.rs-bar {
    display: flex;
    align-items: center;
}

.rsb-left {
    width: 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.rsb-left img {
    max-width: 16px;
    margin-right: 5px;
}

.rsb-right {
    width: 20px;
    text-align: center;
}

.rsb-mid {
    flex: 1;
    background: #e9ecef;
    border-radius: 30px;
    height: 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.green-bar,
.red-bar {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-bar {
    background: #29a71a;
}

.red-bar {
    background: #dc3545;
}

.wp-btn {
    background: #29a71a;
    color: #ffffff;
    padding: 0.8rem 1.4rem;
    font-size: 1.2rem;
    border-radius: 30px;
}

.wp-btn img {
    max-width: 2rem;
    margin-right: 10px;
}

.wp-btn:hover {
    background: var(--green-clr);
    color: var(--white);
}

.flinks {
    color: var(--black);
    font-size: 14px;
}

.flinks a {
    color: var(--black);
}

.video-grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.gallery .swiper-container {
    overflow: hidden;
}

.enquiry_add_btn {
    background-color: #185393 !important;
    color: #000 !important;
    border: 0 !important;
}
.product-th {
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-right: 3px solid #D99844;
    border-left: 3px solid #D99844;
}
.price-box-main{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.gallery-top .swiper-slide{
    border-radius: 50% 50% 0 0;
}
.price-box{
    border-top: 0px !important;
    border: 3px solid #D99844;
    height: 100%;
}
.product-th .swiper-slide {
    width: 80px !important;
    height: 80px !important;
    padding: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.product-th .swiper-slide-active {
    border: 2.50px solid transparent;
    border-image: linear-gradient(90deg, 
    #B86B29 0%, #C17730 7%, #D99844 19%, #FFCD64 35%, 
    #FFCE69 40%, #FFD376 46%, #FFDA8D 53%, #FFE4AC 59%, 
    #FFEABF 62%, #FFDD97 68%, #FFCD64 76%, #EFB757 79%, 
    #D79643 85%, #C67E35 91%, #BC702C 96%, #B86B29 100%);
    border-image-slice: 1;
    border-radius: 8px;
}
.modal {
    width: 100%;
}

.modal-content {
    border-radius: 13px
}

.modal-body {
    color: #3b3b3b
}

.smd {
    width: 110px;
    font-size: small;
    text-align: center;
    display: inline-block;
}

.smd a {
    text-decoration: none;
    font-size: 15px;
    color: black;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

@media (max-width: 576px) {

    html,
    body {
        /* width: 100% !important; */
        border: 0 !important;
    }

    .manu-main {
        /* width: 100% !important; */
        justify-content: space-between !important;
        gap: 0 !important;
    }
}

/*feedback css*/
.rating {
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
}

.close-btn {
    background-color: #fff;
    border: 0;
    font-size: 30px;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 4px;
    gap: 20px;
    border-radius: 30px;
}
.portfolio-text{
    color: #1E3846;
    margin: 0;
    padding: 14px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: "Sansita", sans-serif;
}
.column {
    max-width: 100%;
}
.column img {
    vertical-align: middle;
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.rating>input {
    display: none
}

.feedback-text {
    display: inline-block;
    word-break: break-word;
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 42px;
    color: #ffc107;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

/*slider css*/
.img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
}

/*feedback load*/
.feedback-wrapper {
    padding-top: 14px;
    /* display: none; */
}
.modal-open{
    padding-right: 0 !important;
}
.modal-backdrop{
    width: 100% !important;
    height: 100% !important;
}


.whatsapp-share{
    background-color: #fff;
    padding: 6px;
    width: max-content;
    position: fixed;
    border-radius: 10px;
    z-index: 500;
    bottom: 147px;
    right: 16px;
    animation: share 1s infinite 1s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #fff;
}

@keyframes share {
    to {
      box-shadow: 0 0 0 18px rgba(255, 255, 255, 0); 
    }
}

.scrollToTopBtn {
    position: fixed;
    z-index: 100;
    bottom: 80px;
    right: 20px;
    padding: 8px;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #a98b00;
    color: #fff;
    cursor: pointer;
    display: none;
}
.mobile-menu ul{
    list-style: none;
    position: fixed;
    background-color: #23312f;
    z-index: 500;
    width: 300px;
    padding: 20px;
    height: 100vh;
    right: -300px;
    top: 0;
}
.menu-toggal button{
    width: 40px;
    border: 0;
    height: 40px;
    background: #a98b00;
    border-radius: 8px;
}
.mobile-menu ul li a{
    color: #fff;
    padding: 10px 0 !important;
    font-weight: 600;
}
/*bottom menu*/
.manu-main {
    gap: 24px;
    list-style: none;
    height: 60px;
    z-index: 1000;
    align-items: center;
    border-radius: 20px 20px 0px 0px;
}
.banner-details .logo{
    width: 240px;
    height: 240px;
    background-image: url(../../images/web-Jewellery/logo-fream.png);
    justify-content: center;
    padding: 10px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: 100%;
}
.banner-details{
    position: absolute;
    top: 50%;
    z-index: 50;
    left: 50%;
    transform: translate(-50%, -50%);
}
.manu-main a{
    color: #E1CB65;
    font-weight: 600;
}
.nav-item .nav-link img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(0%) hue-rotate(230deg) brightness(102%) contrast(101%);
}

.nav-item.active img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(77%) saturate(1772%) hue-rotate(352deg) brightness(104%) contrast(103%);
}

.nav-item.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #e1cb65;
}

@media only screen and (max-width: 520px) {
    .bottom-menu {
        overflow-x: scroll;
        width: unset;
        display: inline;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .bottom-menu li {
        padding: 10px 7px;
    }
}

/* modal */
.modal {
    width: 100%;
}

.modal-content {
    border-radius: 13px
}

.modal-body {
    color: #3b3b3b
}

.close-btn {
    background-color: #fff;
    border: 0;
    font-size: 30px;
}

.modal-header {
    justify-content: end;
    border: 0 !important;
    padding: 0px 0px !important;
}
.header-main{
    position: relative;
}
.form-control{
    color: #fff !important;
}
.img-thumbnail {
    border-radius: 10px !important;
    width: 43px !important;
    height: 43px !important;
    display: flex;
    margin: auto;
    background: #2d524d;
    background-size: cover;
    border: 0 !important;
    color: #fff !important;
    font-size: 24px;
}
.video-effect-main{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
@media(max-width: 992px){
    .video-effect-main{
        grid-template-columns: 1fr;
    }
}
#enquiry-add-form .btn-secondary {
    width: 100px;
}

.modal {
    width: 100%;
}

.modal-content {
    border-radius: 13px
}

.modal-body {
    color: #3b3b3b
}

.smd {
    width: 110px;
    margin: 28px 0px;
    font-size: small;
    text-align: center;
    display: inline-block;
}

.smd a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    color: black;
}

@media screen and (max-width:980px) {
    .smd {
        width: 96px;
        font-size: small;
        text-align: center;
        display: inline-block;
    }

    .smd p {
        font-size: 12px;
    }

    .smd .fa:before {
        position: relative;
    }
    .social_modal .modal-dialog {
        width: 100% !important;
        margin: 0;
    }

    .enquiry_modal .modal-dialog {
        width: 100% !important;
        margin: 0;
    }

    .img-thumbnail {
        border-radius: 10px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

/* new - css */
.nav-item{
    position: relative;
}
.header-top{
    background-color: #1B2423;
    position: fixed;
    top: 0;
    overflow: hidden;
    box-shadow: -1px 0px 12px 0px rgba(0,0,0,0.75);
    width: 100%;
    z-index: 500;
}
.review-box{
    padding: 12px;
    max-width: 100%;
}
.enquiry-bg-img{
    gap: 100px;
}
@media(max-width:992px){
    .enquiry-bg-img{
        gap: 50px;
    }
}
@media(max-width:768px){
    .enquiry-bg-img{
        flex-direction: column-reverse;
    }
    .enquiry-bg-img img{
        width: 100%;
    }
    .nav-item{
        margin: 10px 0;
        border-radius: 10px;
        padding: 0 10px;
    }
}
.enquiry-bg-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #171717ed;
}
#enquiry-form{
    position: relative;
    z-index: 50;
}
.top-slider{
    justify-content: center;
}
.view-more-products button, .view-more-gallery button , .view-more-services button {
    background-color: #fff;
    padding: 12px 16px;
    color: #000;
    border: 0;
    margin-top: 40px;
    height: 48px;
    border-radius: 10px !important;
}
#socialModalContent a img {
    width: 24px;
}
.view-more-gallery button:hover{
    color: #2c4652 !important;
}
.icon-theme {
    min-width: 42px;
    height: 42px;
    background-color: #EEF0F1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-details {
    color: #1E1E1E;
    font-weight: 600;
    padding-bottom: 20px;
}
.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -0.5rem 20px -.5rem auto;
}
.payment-details div {
    font-weight: 600;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin-bottom: 14px;
    margin: 12px 0;
    gap: 6px;
}
.product-img , .service-img {
    width: 350px;
    height: 375px !important;
}
.search-theme{
    width: 380px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #fff;
    text-indent: 11px;
    color: #fff !important;
    background: transparent;
}
.service-section .search-theme{
    border: 1px solid #fff !important;
}
.service-section .search-theme::placeholder{
    color: #fff !important;
}
#noServiceDataMessage , #noProductDataMessage{
    color: #fff !important;
}
.search-icon-btn{
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 4px;
    right: 4px;
}
.d-none-important {
    display: none !important;
}
.filter-data-main{
    max-width: calc(100% - 420px);
}
@media(max-width:768px){
    .filter-main-part{
        flex-direction: column;
        gap: 45px !important;
    }
    .filter-data-main{
        max-width: 100%;
    }
    .product-filter{
        margin: 0 !important;
    }
}
.wp-share .form-control {
    font-size: 14px;
    height: 45px;
}
.iti__flag-container{
    position: unset !important;
}
.iti.iti--allow-dropdown.iti--show-flags{
    display: flex !important;
    width: 100%;
    border-radius: 50px;
    background: #fff;
}
.iti--inline-dropdown .iti__dropdown-content{
    width: unset !important;
    border-radius: 16px;
    overflow: hidden;
}
.iti__dropdown-content .iti__search-input{
    width: 96%;
    margin: auto;
    display: flex;
    background: #f3f3f3;
    border: 1px solid #ccc;
    padding: 5px 8px;
    border-radius: 9px;
    margin-top: 10px;
}
.iti__dropdown-content .custom-search{
    display: none;
}
.iti__country-list{
    width: 400px !important;
    overflow-x: hidden;
    z-index: 500;
}
.iti__search-input+.iti__country-list{
    border: 0 !important;
    margin: 5px 0;
}
@media(max-width:576px){
    .iti__country-list{
        width: 340px !important;
        height: 300px;
    }
}	