/* Latest Offer Main */
#offerCategory li .active{
    font-weight: 700;
    text-decoration: underline 2px !important;
    text-underline-offset: 5px;
}
li.nav-item.px-lg-4.px-3 {
    font-size: 18px;
}

.news-Hidden div div h1{
    font-size: 2.8rem!important;
}

/* Offer Details */
.ExploreMBTN {
    /* border-radius: 0!important;
    font-size: 16px !important;
    width: 178px !important;
    height: 55px !important;
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin-top: 3.4rem; */
    padding: 14.5px 30.02px;
}


/* STYLES FOR RESPONSIVE*/
/* DESK XL RESPONSIVE MIN1200*/
@media (min-width: 1200px) {
    /* Offer Details */
   .display--1A{
        font-size: calc(1.0525rem + 3.55vw);
   }
   .fs-5--desk{
        font-size: 1.25rem;
   }
   .px-lg--9{
        padding-left: 143.5px;
        padding-right: 143.5px;
        line-height: 36px;
    }
    .d-block {
        display: block!important;
        width: 100%;
    }
    .display-5 {
        font-size: 3rem;
        font-family: 'Nobel' !important;
    }
}

/*  DESK LARGE RESPONSIVE MIN992*/
@media (min-width: 992px) {
    /* Offer Details */
    .caption-banner--margin{
        width:50%;
    }
    .subcaption-banner--margin{
        width:62%;
    }
    .video--position{
        position: absolute;
        top: 0;
        right: 0;
        width:50%;
        height: 100%;
        z-index: 1;
        display: flex;
        align-items: center;
    }
    .h--628px, .h-100--less{
        height: 100%;
    }
    .vh-100--desk{
        height: 100vh;
    }
    .text-justify-center{
        text-align: justify; 
        text-align-last: center;
    }
    /* OFFER LIST */
    .news-Hidden div .fs-6{
        font-size:1.125rem !important;
    }
    .display--md-5{
        font-size: 48px;
        font-weight: 500;
    }
    .underline-thickness{
        text-decoration-thickness: 2px;
    }

    

}

/* MOB ALMOST < XL */
@media (max-width: 1501px) {

}

/* MOB XL (1200~1399) RESPONSIVE MAX1999 */
@media (max-width: 1199px) {
    /* Offer Details */
    .display--1A{
        font-size:48px;
   }
   .px-lg-5--mob {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    position: relative;
    bottom: 15rem;
}
}

/* MOB LARGE (992~1999) RESPONSIVE MAX991 */
@media (max-width: 991px) {
    /* Offer Details */
    .video--size{
        width: 100% !important;
        height: 503px !important;
    }
    .h--628px{
        min-height: 628px;
        height: 628px;
    }
    .h-100--less{
        min-height: 825px;
        height: 77vh !important;
    }
    .video--position{
        background-color: black;
    }
    .w-100--mob{
        width: 100% !important;
    }
    .text-justify-center{
        text-align: center;
    }
    
    /* OFFER LIST */
    .news-Hidden div div p{
        font-size: 16px!important;
    }
    .news-Hidden div div h1{
        font-size: 26px!important;
    }
    .icon--size{
        width:36px;
    }
    .display--md-5{
        font-size: 32px;
        font-weight: 500;
    }
    .underline-thickness{
        text-decoration-thickness: 3px;
    }
    .vh-100{
      /*height: calc(100vh - 77px) !important;*/
      height: 100% !important;
    }
}

/* MOB MEDIUM (768~991) RESPONSIVE MAX767*/
@media (max-width: 767px) {
    .display-5 {
        font-size: 26px !important;
        /* font-weight: 300; */
        font-weight: 700 !important;
        line-height: 1.2;
        margin-bottom: 0rem !important;
        font-family: 'Nobel' !important;
    }
    .ExploreMBTN {
        /* border-radius: 0!important;
        font-size: 16px !important;
        width: 178px !important;
        height: 55px !important;
        align-items: center;
        display: flex;
        justify-content: space-around; */
        margin-top: 14px !important;
    }
    .d-block {
        display: block!important;
        width: 380px;
        /* height: 380px; */
    }
    /* offerList */
    .pe--7px{
        padding-right: 7px;
    }
    .py--4px{
        padding-top: 4.5px;
        padding-bottom: 4.5px;
    }
   
}

/* MOB SMALL (576~767) RESPONSIVE MAX575*/
@media (max-width: 575px) {

}

/* MOB MOBILE SIZE IN FIGMA RESPONSIVE MAX420*/
@media (max-width: 420px) {

}

@media (min-width: 1920px) {
    .latest-explore-button{
        margin-top: 150px !important;
    }
}

@media (min-width: 1700px) and (max-width: 1919px) {
    .latest-explore-button{
        margin-top: 200px !important;
    }
}

@media (min-width: 1500px) and (max-width: 1699px) {
    .latest-explore-button{
        margin-top: 250px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .latest-explore-button{
        margin-top: 250px !important;
    }
}

/*@media (min-width: 1500px) and (max-width: 1599px) {*/
/*    .latest-explore-button{*/
/*        margin-top: 300px !important;*/
/*    }*/
/*}*/