/* IMAGE BTN */
@media (min-width:1440px){
    .container1440{
        max-width: 100%;
    }
}
@media (max-width: 1440px){
    .container.container1440{
        max-width: 100%;
    }
}
.image-btn{
    align-items: center;
}
.img-btn-img{
    width: 100%;
    height: 600px;
    background: url('../images/home-page/bracelate.webp');
    background-position: center;
    background-size: cover; 
}

@media (min-width: 1400px){
    .img-btn-img{
        height:800px;
        width: 100%;
        background: url('../images/home-page/bracelate.webp');
        background-position: center;
        background-size: cover; 
     }
}
@media (max-width: 1023px){
    .img-btn-img{
        height:400px;
        width: 100%;
        background: url('../images/home-page/bracelate.webp');
        background-position: center;
        background-size: cover; 
     }
} 
@media (max-width: 767px){
    .img-btn-img{
        height:200px;
        width: 100%;
        background: url('../images/home-page/bracelate.webp');
        background-position: center;
        background-size: cover; 
     }
}

@media (max-width: 768px){
    .d-none-768{
        display: none;
     }
}
@media (max-width: 380px){
    .d-none-768{
        display: none;
     }
}

.img-btn-sisters{
    width: 100%;
    height: 500px;
    background: url('../images/home-page/mother.webp');
    background-position: center;
    background-size: cover; 
}

@media (min-width: 1400px){
    .img-btn-sisters{
        height:800px;
        width: 100%;
        background: url('../images/home-page/mother.webp');
        background-position: center;
        background-size: cover; 
     }
}
@media (max-width: 1023px){
    .img-btn-sisters{
        height:500px;
        width: 100%;
        background: url('../images/home-page/mother.webp');
        background-position: center;
        background-size: cover; 
     }
} 
@media (max-width: 932px){
    .img-btn-sisters{
        height:400px;
        width: 100%;
        background: url('../images/home-page/mother.webp');
        background-position: center;
        background-size: cover; 
     }
} 
@media (max-width: 767px){
    .img-btn-sisters{
        height:200px;
        width: 100%;
        background: url('../images/home-page/mother.webp');
        background-position: center;
        background-size: cover; 
     }
}
.image-btn-bottom{
    margin-top: 15px;
} 
.image-btn-bottom h2{
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 0;
    color: #183e40;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.image-btn .image-btn-bottom h6, .image-btn .image-btn-bottom h3{
    margin-bottom: 10px;
    color: #183e40;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1rem;
    margin-top: 15px;
}
@media (max-width: 575px){
    .image-btn .image-btn-bottom h6, .image-btn .image-btn-bottom h3{
        font-size: 14px;
        margin-top: 10px;
    }
}
.black-btn{
    margin-top: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #183e40;
    background: transparent;
    border: 1px solid #183e40;
    font-size: 0.8rem;
    padding: 10px 80px;
}
.black-btn:hover{
    color: #ffffff;
    background-color: #62403e;
    border: 1px solid #62403e;
}
.light-btn{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-size: 0.8rem;
    padding: 10px 30px;
}
.light-btn:hover{
    color: #000000;
    background-color:#fff;
}

.btn2img{
    width: 100%;
    height: 700px;
    background: url('../images/home-page/crop-pic.webp');
    background-position: center;
    background-size: cover;
}

@media (min-width:1400px) {
    .btn2img{
        width: 100%;
        height: 700px;
        background: url('../images/home-page/crop-pic.webp');
        background-position: center;
        background-size: cover;
    }
}

.image-two-btn h2{
    margin-top: 15px;
    color: #183e40;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.image-two-btn .image-btn-bottom h6{
    margin-bottom: 10px;
    color: #183e40;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1rem;
    margin-top: 15px;
}

.image-two-btn .button-1{
    padding: 12px 50px;
    font-size: 15px;
    border: 0;
    letter-spacing: 0;
    font-weight: 400;
}
.image-two-btn .button-1{
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
    margin-right: 10px;
}
.image-two-btn .button-1:hover{
    background-color: #62403e;
    border: 1px solid #62403e;
    color: #ffffff;   
}
@media (max-width: 767px){
    .image-two-btn .button-1{
        margin: 0;
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px){
    section{
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 1199px){
    section{
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media (max-width: 991px){
    section{
        margin-left: 0px;
        margin-right: 0px;
    }
}
/* Top Jwellary Gifts  */
@media (max-width: 1199px){
    section .container{
        max-width: 100%;
    }
}
.product-name{
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px; 
    color: #232323;
}
@media (max-width: 991px){
    .product-name{
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }
}
@media (max-width: 575px){
    .product-name{
        font-size: 15px;
        line-height: 20px;
        margin-top: 15px;
    }
}
.product-container .product-thumb .image-container{
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 35px;
    height: 35px;
    background-color: #fff !important;
}
@media (max-width: 991px){
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
        width: 30px;
        height: 30px;
        display: none;
    }
}
.owl-carousel .owl-nav .owl-prev{
    left: 0;
    right: auto;
    top: 45%;
    position: absolute;
}
.owl-carousel .owl-nav .owl-next{
    left: auto;
    right: 0;
    top: 45%;
    position: absolute;
}

/* Sale Section ck*/
.sale-section{
    position: relative;
    /* display: flex;
    margin: 25px auto;
    align-items: center; */
}
.sale-section .offer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
    padding: 10px 12px;
    background-color: #62403e;
}
@media (max-width: 1025px){
    .sale-section .offer{
        justify-content: start;
    }
}
@media (max-width: 450px){
    .sale-section .offer{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 5px;
    }
}
.sale-section h6{
    margin-bottom: 10px;
}
.sale-section p{
    margin-bottom: 3px;
}
@media (max-width: 575px){
    .sale-section p{
        font-size: 13px;
    }
}
.see-terms{
    position: absolute;
    bottom: 0px;
    right: 15px;
    color: #fff;
    font-size: 0.5rem;
}
@media (max-width: 450px){
    .see-terms{
        position: relative;
        left: 0;
        right: 0;
    }
}
.see-terms a{
    color: #fff;
}
.see-terms a:hover{
    color: #fff;
}

/* Image-with-two-btn */
@media (max-width: 469px){
    .btn-2{
        margin-top: 10px;    
    }
}

.grid-container {
    display: grid;
    row-gap: 30px;
    padding: 80px 15px;    
    grid-template-rows: auto auto auto;
    background-color: #2b4a5c !important;
    margin-bottom: 0;
}
@media (max-width: 991px){
    .grid-container{
        row-gap: 10px
    }
}
@media (max-width: 767px){
    .grid-container{
        padding: 30px 15px;
    }
}
.grid-item {
    font-size: 50px;
    text-align: center;
}
@media (max-width: 991px){
    .grid-item{
        margin-bottom: 15px;
    }
}
/* need to remove h6 rule */
.grid-item h6, .grid-item p{
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
}
@media (max-width: 991px){
    .grid-item h6, .grid-item p{
        font-size: 14px;
    }
}
.grid-item h2{
    color: #fff;
    margin: 0;
    font-size: 1.7rem;
    letter-spacing: 1px;
}
@media (max-width: 900px){
    .grid-item h6{
        font-size: 14px;
        margin: 0;
    }
}
@media (max-width: 575px){
    .grid-item h6{
        font-size: 13px;
        margin: 0;
    }
}
.text-underline{text-decoration:underline;}


.responsive-slider-img{
    height: 500px;
}
@media only screen and (max-width: 600px) {
    .responsive-slider-img{
        height: 300px;
    }
}
/* @media (max-width: 575px){
    .mobile-logo{
        width: 130px !important;
        height: 49px !important;
    }
} */

 .text-align-webkit{
    text-align: -webkit-center;
 }