
body{
    background-image: var(--main-bg);
}
section.about-learn-sec .description-sec li{
    list-style: disc;
    line-height: 33px;
}
section.about-learn-sec .description-sec thead, tbody, tfoot, tr, td, th{
    padding: 7px;
}
section.product-detail-sec{
    padding-top: 200px;
}
section.product-detail-sec .container-fluid{
    padding-left: 0;
}
section.product-detail-sec .img-sec img{
    border-radius: 10px;
}
section.product-detail-sec .breadcrumb li{
    color: var(--heading-color);
    font-size: var(--f16);
}
section.product-detail-sec .breadcrumb li a{
    color: var(--white-color);
    font-size: var(--f16);
}
section.product-detail-sec .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
    font-family: "Font Awesome 5 Free";
   content: "\f054";
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight: 900;
   font-size: var(--f9);
   float: none;
}
section.product-detail-sec .col-4{
    position: relative;
}
section.product-detail-sec .product-cont{
    position: sticky;
    top: 20px;
}
section.product-detail-sec .product-cont h2{
    color: #ffc8a0;
    font-size: var(--f27);
}
section.product-detail-sec .product-cont hr{
    background: var(--heading-color);
}
img.card-img-top{
    height: 250px;
    object-fit: contain;
}
section.product-detail-sec .product-cont .reviews{
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
section.product-detail-sec .product-cont .reviews i{
    color: var(--heading-color);
}
section.product-detail-sec .product-cont .reviews p{
    color: var(--heading-color);
    margin-bottom: 0;
    font-size: var(--f14);
}
section.product-detail-sec .product-cont .price{
    color: var(--heading-color);
    margin-top: var(--m20);
    font-size: var(--f23);
}
section.product-detail-sec .product-cont span{
    color: var(--heading-color);
    opacity: .8;
    font-size: var(--f16);
    font-family: var(--primary-font);
}
section.product-detail-sec .product-cont .btns{
    display: flex;
    justify-content: space-between;
    margin-top: var(--m20);
    margin-bottom: var(--m20);
}
section.product-detail-sec .product-cont .btns .c-w-btn{
    padding: 12px 30px;
    background-image: var(--main-bg);
    color: var(--white-color);
    width: 48%;
    text-align: center;
    box-shadow: 0 0 2px #fff;
}
section.product-detail-sec  .specification{
    width: 95%;
    padding-left: 20px;
}
.country p{
    color: var(--white-color);
    font-size: var(--f18);
    opacity: .7;
}
section.product-detail-sec .specification h2{
    font-size: var(--f18); 
    font-family: var(--primary-font);
}
section.product-detail-sec .specification .product-descp li{
    color: var(--white-color);
    list-style: disc;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: var(--m10);
    list-style-position: inside;
    font-size: var(--f16);
    font-family: var(--primary-font);
    letter-spacing: 1px;
    opacity: .7;
}
section.product-detail-sec .specification td, th {
    color: var(--heading-color);
    letter-spacing: 1px;
    font-size: var(--f16);
}

section.product-detail-sec .specification #shipping p{
    color: var(--white-color);
    opacity: .8;
}
section.product-detail-sec .specification #reviews p{
    color: var(--white-color);
    opacity: .7;
    font-size: var(--f16);
    letter-spacing: 1px;
    margin-top: var(--m20); 
}
section.product-detail-sec .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: var(--heading-color);
    background-color: transparent;
    border-bottom: 2px solid var(--btn-color);
}
section.product-detail-sec .nav-tabs .nav-link{
    font-size: var(--f21);
    border: none;
}
section.product-detail-sec .nav-link{
    color: #fff;
}
section.product-detail-sec .specification .product-descp h3{
    font-size: var(--f26);
    font-family: var(--primary-font);
    color: #ffc8a0;
}
section.product-detail-sec .chakra h5{
    cursor: pointer;
}
section.product-detail-sec .chakra p{
    color: #391300;
    font-size: var(--f16);
}
section.product-detail-sec .chakra-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 9;
    background: #000000c7;
    display: none;
    justify-content: center;
    align-items: center;
} 
section.product-detail-sec .chakra-img{
    position: relative;
}

section.product-detail-sec .chakra-img img{
    max-height: 600px;
}
section.product-detail-sec .chakra-modal i{
    width: 40px;
    height: 40px;
    border-radius: 0 0 0 50%;
    background-image: var(--main-bg);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    cursor: pointer;
}
section.product-detail-sec .charge img{
    border-radius: 10px;
}





/* product card section */

 
/* product section */
section.product-sec{
    background-image: var(--main-bg);  
    
}
.buy img{
    width: 33px;
}
.product-btn {
    margin-top: 80px;
    text-align: center;
}
.product-card{
    border: 1px solid #ffffff22;
  /* background-color: #282c34;
  background: linear-gradient(0deg, rgba(40,44,52,1) 0%, rgba(17,0,32,.5) 100%);
  box-shadow: 0 7px 20px 5px #00000088; */
  border-radius: .7rem;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  overflow: hidden;
  transition: .5s ease-in-out;
  background-image: var(--main-bg);
}
.product-des {
padding: var(--p14);
}
.product-des h4{
    color: var(--white-color);
    margin-bottom: 0;
    max-height: 68px;
    font-size: var(--f18);
}
.product-des p{
    color: var(--white-color);
}
section.product-sec .img-sec{
    /* padding: var(--p14); */
    position: relative;
    transition: .5s ease-in-out;
}
section.product-sec .img-sec img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transform: scale(.9);
    transition: .5s ease-in-out;
    border-radius: 10px;
}
.product-card:hover .img-sec img{
    padding: 0;
    transform: scale(1);
    border-radius: 0;
}
.price-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--p10);
    border-radius: 10px;
    background-image: radial-gradient(#000000, #180b04);
    box-shadow: -2px -2px 2px 0px rgba(80, 80, 80, 0.1), 2px 2px 3px 0px rgba(12, 12, 12, 0.3), inset 0px 0px 0px 2px rgba(80, 80, 80, 0.2);
}
.price-sec span{
    color: var(--white-color);
    font-size: var(--f20);
}
a.buy {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.buy img{
    width: 32px !important;
}
a.buy span{
    font-size: var(--f16);
}
.product-card:hover{
    box-shadow: 1px 6px 17px 0 rgb(222 172 130);
}
.product-card .dash{
    background: var(--white-color);
    width: 51px;
    height: 1px;
    margin: 8px 0;
    transition: .5s ease-in-out;
}
.product-card:hover .dash{
    width: 100%;
}
section.product-sec a.add-to-cart img{
    width: 24px;
    height: 24px;
    /* background-image: linear-gradient(120deg, #343A4F, #0F1620);
    padding: 5px; */
    /* border-radius: 50%; */ 
    transform: scale(1) !important;
}
a.add-to-cart {
    position: absolute;
    top: 10px;
    right: -55px;
    transition: .5s ease-in-out;
    width: 45px;
    height: 45px;
    background-image: var(--main-bg);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2px white;
}
.product-card:hover a.add-to-cart {
    right: 10px;
}
a.wishlist {
    position: absolute;
    top: 10px;
    left: -55px;
    transition: .5s ease-in-out;
    width: 45px;
    height: 45px;
    background-image: var(--main-bg);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2px white;
}
a.wishlist i{
    color: var(--white-color);
    font-size: 22px;
}
.product-card:hover a.wishlist {
    left: 10px;
}
section.product-sec .head h2 {
    text-align: center;
    font-size: var(--f35);
    font-weight: 500;
    /* top: 40px; */
    position: relative;
    margin-bottom: 20px;
}
section.product-sec .row{
    gap: 40px 0;
    justify-content: space-between;
}
section.product-sec .col-4{
    width: 25%;
}
section.product-sec .head p {
    text-align: center;
    font-size: 80px;
    font-weight: 500;
    position: relative;
    color: #fff;
    bottom: 60px;
    left: 257px;
    opacity: 0.2;
}
section.product-sec .head{
    margin-bottom: var(--m40);
    text-align: center;
}


section.product-detail-sec .made .stones-img-sec{
    display: flex;
    gap: 20px;
}

section.product-detail-sec .made img{
    width: 120px;   
}

section.product-detail-sec .made p{
    color: var(--white-color);
    text-align: center;
    opacity: .7;
}
section.product-detail-sec .imp-spec h5{
    font-size: var(--f26);
    position: relative;
    color: #391300;
    text-decoration: underline;
}

section.product-detail-sec .imp-spec .intentions p{
    color: var(--white-color);
    font-size: var(--f18);
    opacity: .7;
}

section.product-detail-sec .made h5{
    margin-bottom: var(--m20);
    margin-top: var(--m30);
    color: #ffc8a0;
    text-decoration: none;
    position: relative;
}

section.product-detail-sec .made h5::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: -10px;
    height: 90%;
    width: 3px;
    background: #ffc8a0;
    display: none;
}

/* about order  */
section.about-order{
    background-image: radial-gradient(#c08a54, #ffffff);
}
section.about-order .abt-delivery{
    display: flex;
    align-items: center;
    gap: 17px;
}
section.about-order .abt-delivery .del-img{
    padding: 10px;
    position: relative;
}
section.about-order .abt-delivery .del-img::before{
    content: '';
    position: absolute;
    width: 0px;
    top: 0;
    height: 100%;
    background: rgb(25 9 1 / 19%);
    transition: .5s ease-in-out;
}
section.about-order .abt-delivery:hover .del-img::before{
    width: 50%;
}
section.about-order .abt-delivery .del-img img{
    width: 62px;
}
section.about-order .abt-delivery .del-cont h6{
    font-size: 18px;
    font-family: var(--primary-font);
    color: #000;
    margin-bottom: 5px;
}
section.about-order .abt-delivery .del-cont p{
    margin-bottom: 0;

}



/* customer reviews section css */

section.customer-reviews p{
    color: var(--heading-color);
    margin-bottom: 4px;
}
section.customer-reviews hr{
    background: var(--heading-color);
    width: 90%;
}
section.customer-reviews i{
    color: var(--heading-color);
}
section.customer-reviews .col-6 button.btn.btn-primary{
    background: var(--btn-color);
    border-color: 1px solid var(--btn-color);
}

section.customer-reviews .modal-content{
    background-image: radial-gradient(#c08a54, #ffffff);
    /* background-image: var(--main-bg); */
}

section.customer-reviews .modal-content .modal-title{
    color: #391300;

}
section.customer-reviews .modal-content .modal-header{
    border-bottom: 1px solid #391300;
}
section.customer-reviews .filed input{
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c08a54;
    padding: 10px;
    margin-bottom: 10px;
    color: #391300;
}
section.customer-reviews .filed textarea{
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c08a54;
    padding: 10px;
    margin-bottom: 10px;
    color: #391300;
}
section.customer-reviews .img-name{
    display: flex;
    gap: 20px;
}
section.customer-reviews form button{
    background-image: var(--main-bg);
    padding: 10px;
    width: 100%;
    border: none;
    color: var(--white-color);
}
section.customer-reviews .image{
    border-bottom: none !important;
}
section.customer-reviews select{
background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c08a54;
    padding: 10px;
    margin-bottom: 10px;
    color: #391300;
}
section.customer-reviews .filed textarea::placeholder{
    color: #391300;
}
section.customer-reviews .filed input::placeholder{
    color: #391300;
}
section.customer-reviews .img-name img{
    width: 50px;
    height: 50px;
    border-radius: 50%; 
}
section.customer-reviews .user-reviews h6{
    color: var(--heading-color);
    margin-bottom: var(--m5);
    font-size: var(--f17);
    margin-top: var(--m8);
    opacity: .8;
}
section.customer-reviews .user-reviews .name h5{
    font-size: var(--f20);
    margin-bottom: var(--m10);
}
section.customer-reviews .user-reviews span{
    color:  var(--btn-color)
}
section.customer-reviews .user-reviews{
    margin-top: var(--m25);
}
.product-img{
    width: 200px;
    height: 200px;
    border-radius: 10px;
}
section.common-banner{
    height: 100%;
    background-size: cover;
    padding: 0;
}
section.common-banner img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

section.product-detail-sec .product-cont .accordion-button{
    background: transparent;
    color: var(--heading-color);
    font-size: var(--f17);
}
section.product-detail-sec .product-cont .accordion-button:focus{
    box-shadow: none;
    border-color: transparent;
}
section.product-detail-sec .product-cont .accordion-button:not(.collapsed){
    color: var(--heading-color);
}
section.product-detail-sec .product-cont .accordion-collapse{
    background: transparent;
}
div#accordionExample{
    margin-top: var(--m30);
}
section.product-detail-sec .product-cont .accordion-item{
    border-top: 1px solid var(--heading-color);
    background: transparent;
    border-radius: 0;
}
section.product-detail-sec .product-cont .accordion-item:last-child{
    border-bottom: 1px solid var(--heading-color);
}
section.product-detail-sec .product-cont ul.product-descp li{
color: #cfc1b5;
line-height: 27px;
letter-spacing: 1px;
font-size: 16px;
margin-bottom: var(--m10);
list-style: disc;
}
section.product-detail-sec .product-cont ul.product-descp li strong{
    color: var(--heading-color);
}
section.product-detail-sec .product-cont ul.product-descp{
    margin-top: 0 !important;
}
table.product-table{
    margin-top: 0 !important;
}
table.product-table td{
    color: #cfc1b5;
}
.charge h6{
    color: var(--heading-color);
    font-size: var(--f16);
    letter-spacing: 1px;
    font-family: var(--primary-font);
    font-weight: 500;
}
ul.charging li{
    color: #cfc1b5;
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 16px;
}
ul.charging li strong{
    color: var(--heading-color);
}
.sec-line .sec-line1 {
    width: 2%;
    height: 6px;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    margin-right: var(--m5);
}
.sec-line .sec-line2 {
    width: 8%;
    height: 6px;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
}
.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
 
section.product-detail-sec .imp-spec .accordion-body p{
    color: #cfc1b5;
    font-weight: 500;
    font-size: var(--f15);
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
    box-shadow: none;
}


section.product-detail-sec .product-cont .highlight .heading h2{
    padding: 18px 24px;
    font-size: 20px;
    line-height: 1.33;
    text-align: center;
    background: #E9D6C3;
    margin: 0;
    text-align: center;
    color: #391300;
    border-bottom: 1px solid #391300;
}
section.product-detail-sec .product-cont .highlight .heading p{
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.33;
    background: #E9D6C3;
    margin: 0;
    text-align: center;
    color: #391300;
    border-bottom: 1px solid #391300;
}
#chakra{
    border-bottom: 1px solid #391300;
    padding-bottom: 1px;
    cursor: pointer;
}
.accordion-button::after {
    /* background: transparent !important; */
    background: url(../images/down-chevron.png);
    background: url(../images/plus.png);
    background-size: cover;
}
.accordion-button:not(.collapsed)::after {
    background: url(../images/down-chevron.png);
    background: url(../images/minus-sign.png);
    background-size: cover;
}



/* job section */


/* job detail page css */

section.job-detail{
	background: #FAFBFD;
}
section.job-detail p{
	color: var(--black-color);
}
section.job-detail .new-img{
	width: 120px;
	border-radius: 20px;
}
section.job-detail .cont-area{
	display: flex;
	gap: 20px;
	align-items: center;
}
section.job-detail .desc{
	background: var(--white-color);
	padding: 20px;
	border-radius: 0px;
	margin-top: 20px;
}
section.job-detail .desc ul{
	padding-left: 30px;
}
section.job-detail .desc li{
	list-style: disc;
	line-height: 30px;
}
section.job-detail .desc h3{
	margin: 10px 0;
	color: var(--heading-color);
	font-size: 18px;
}
section.job-detail .desc .apply{
	background: var(--btn-color);
	border: none;
	margin-top: 30px;
	padding: 10px 40px;
}
.sticky-apply{
	/* position: sticky;
	top: 10px; */
}

.apply-sec{
	background: var(--white-color);
	padding: 20px;
	margin-bottom: 40px;
}
.apply-sec .last{
	color: red !important;
	font-weight: 600;
}
.apply-sec .apply{
	background: var(--btn-color);
	border: none;
	width: 100%;
}
.job-info{
	background: var(--white-color);
	padding: 20px;
}
.job-info li{
	display: flex;
	gap: 10px;
	align-items: center;
}
.job-info li h4{
	color: var(--heading-color);
	font-size: 16px;
	margin-bottom: 5px;
}
.job-info li i{
	font-size: 20px;
	width: 50px;
	height: 50px;
	background: #E4FAE7;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.job-info li p{
	font-size: 15px;
}