@media (min-width: 1440px){
.container1440 {
    max-width: 100%;
}}
@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;
    }
}
.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;
}
.gift-hero-banner {
    height: 500px;
    background: url('../images/gifts-page/gift-earring.jpg');
    background-position: center;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 600px) {
  .gift-hero-banner {
    height: 300px;
  }
}

.gift-hero-banner .container{
    max-width: 100%;
}
.gift-hero-banner .text-gifts {
    float: right;
    line-height: 25px;
}
@media (min-width:1400px) {
    .gift-hero-banner .text-gifts {
        float: right;
        line-height: 50px;
    }
}
@media (max-width: 543px) {
    .gift-hero-banner .text-gifts {
        display: none;
    }
}
.gift-hero-banner .text-gifts h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}
@media (min-width:1400px) {
    .gift-hero-banner .text-gifts h2{
        font-size: 45px;
        text-transform: uppercase;
        color: #fff;
    }
}
@media (max-width:767px) {
    .gift-hero-banner .text-gifts h2{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
 
    }
}
.gift-hero-banner .text-gifts p{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}
@media (max-width: 1199px){
    .gift-hero-banner .text-gifts p{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 28px;
    }
}
@media (max-width: 767px){
    .gift-hero-banner .text-gifts p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }
}
.four-img{
    width: 100%;
    height: 500px;
    background: url('../images/gifts-page/earing1.jpg');
    background-position: center;
    background-size: cover;
}

.four-img-reverse{
    width: 100%;
    height: 500px;
    background: url('../images/gifts-page/earing2.jpg');
    background-position: center;
    background-size: cover;
}
@media (max-width: 767px){
    .image-with-btn .gf-img{
        margin-bottom: 30px;
    }
    .image-with-btn .gf-img:last-child{
        margin-bottom: 0;
    }
}
.gf-img-1{
    width: 100%;
    height: 500px;
    background: url('../images/gifts-page/gf-img1.jpg');
    background-position: center;
    background-size: cover;
}
@media only screen and (max-width: 600px) {
 .gf-img-1{
    height: 300px;
  }
}
.gf-img-2{
    width: 100%;
    height: 500px;
    background: url('../images/gifts-page/gf-img-2.jpg');
    background-position: center;
    background-size: cover;
}
@media only screen and (max-width: 600px) {
  .gf-img-2{
    height: 300px;
  }
}

.gf-img .img-desc{ 
    margin-top: 30px;
}
@media (max-width: 991px){
    .gf-img .img-desc{ 
        margin-top: 20px;
    }
}
.gf-img .img-desc .heading{
    margin-bottom: 15px;
}
@media (max-width: 991px){
    .gf-img .img-desc .heading{
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 767px){
    .gf-img .img-desc .heading{
        font-size: 22px;
        line-height: 28px;
    }
}
.gf-img .img-desc p{
    margin-bottom: 25px;
}
@media (max-width: 767px){
    .gf-img .img-desc p{
        margin-bottom: 20px;
    }
}
.gf-img .img-desc .image-btn button{
    margin-bottom: 15px;
}
.gf-img .img-desc .image-btn button:last-child{
    margin-bottom: 0;
}

.grid-container {
   display: grid;
   grid-template-columns: auto auto;
   gap: 0;
}  
.grid-item {
   text-align: center;
}


.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: 767px){
    .product-name{
        font-size: 15px;
        line-height: 20px;
        margin-top: 15px;
    }
}
@media (max-width: 575px){
    .product-name{
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }
}
/* four-button */
.four-button{
    position: relative;
    overflow: hidden;
}
.four-button .row{
    align-items: center;
}
@media (max-width: 767px){
    .four-button .row{
        flex-direction: column-reverse;
    }
}
.four-button .grid-container{
    margin: 0;
}
.four-button .grid-item{
    text-align: left;
    margin: 0 10px;
    margin-bottom: 30px;
}
@media (max-width: 370px){
    .four-button .grid-item{
        text-align: center;
    }
}
.white-btn{
   background-color: transparent;
   color: #000;
   border-color: #62403e !important;
   margin: 0;
   height: auto;
   width: auto; 
}
.white-btn:hover{
   background-color: #62403e;
   color: #fff;
   border-color: #62403e !important; 
}
@media (max-width: 1199px){
    .white-btn{
        padding: 12px 45px;
    }
}
@media (max-width: 991px){
    .white-btn{
        padding: 12px 20px;
    }
}
@media (max-width: 370px){
    .white-btn{
        padding: 12px 10px;
        font-size: 13px;
    }
}
/* four-button four-button-left  */
.four-button.four-button-left .row {
    flex-direction: unset;
}

.grid-container {
    display: grid;
    grid-template-rows: auto auto;
    background-color: transparent !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;
    }
}
.grid-item h6{
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
}
@media (max-width: 991px){
    .grid-item h6{
        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;
    }
 }