.sticky.top-0 img.h-11.neg-transition-scale.mt-2 {
    width: 100px;
    height: auto;
    margin-top: -5px;
} 
.sticky.top-0 .py-4

 {
    padding: 10px 0px;
}
.product-tab .border.rev-img.rounded-md.relative.product-hover a {
    background: #717878 !important;
}
.fullimg img {
    width: 100%;
}
.fullimg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.righttxt {
    position: absolute;
    text-align: left;
    width: 50%;
    color: #fff;
    border: 1px solid;
    right: 2%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #000000b0;
}
.righttxt p

 {
    font-size: 20px;
}
.righttxt button {
    background: #a48877;
    padding: 10px 40px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 20px;
}
.setup
 {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.row.pretag
 {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
}
.col-md-6 {
    width: 48%;
}
.col-md-6.rightimg img
 {
    margin-bottom: 10px;
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.row.pretag {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.col-md-6.rightimg img {
    margin-bottom: 10px;
    height: 34vw;
    width: 100%;
    object-fit: cover;
}
.col-md-6.leftimg img{
height: 70vw;
}
.row.pretag img

 {
    transition: .5s;
}

.row.pretag img:hover {
    transform: scale(1.05);
}
    .rev-img:hover img {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        transform: scale(1.05);
    }
    .rev-img img {
transition: .5s;
          }
.product-hover .primary-bg-color, .primary-bg-hover:hover {
    background-color: #ffffff;
    color: #000;
}
.homepage-menu-tab .c-tabs-nav__link

 {
 
    font-size: 18px !important;
}
.product-tab .line-clamp, .line-clamp-double

 {
    -webkit-line-clamp: 2;
    font-size: 18px;
}
.product-tab .dm-sans {
    font-size: 14px;
}
 .gemstone-features {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    padding: 5px;
    background-color: #f9f9f9;
}


.feature-item {
    text-align: center;
    padding: 16px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.feature-icon img

 {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    margin: 0 auto;
}
.feature-text h3 {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
h2.promisetxt

 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fullimg img

 {
    width: 100%;
    height: 215px;
    object-fit: cover;
    object-position: left;
}
.righttxt {
    position: absolute;
    text-align: left;
    width: 96%;
  
}
.righttxt p {
    font-size: 15px;
}
.righttxt button {
   
    font-size: 13px;
   
    margin-top: 10px;
}
.setup

 {

    flex-wrap: wrap;
    row-gap: 10px;
}
}