@media(min-width:1600px){
  
    :root {

        --css-grid-between-gap: 117px;
        
        --heading-1-font-size: 8rem;

        --heading-2-font-size: 5.6rem;
    
        --heading-3-font-size: 4.2rem;
        
        --heading-4-font-size: 3.2rem;
    
        --heading-5-font-size: 2.4rem;
    
        --heading-6-font-size: 1.8rem;
        
        --intro-section-gap:72px;
        
         --section-gap: 186px;
        
    }  
    
    .container {
      width: calc(90% + 17px);
      max-width: 1456px;
    }
    
}




/* Booking Mask Start */

.dhi-booking-mask{
    width:1074px;
}

.dhi-booking-mask .dhi-booking-mask__mask-group.mask-group--adults, 
.dhi-booking-mask .dhi-booking-mask__mask-group.mask-group--childrens, 
.dhi-booking-mask .dhi-booking-mask__mask-group.mask-group--checkin, 
.dhi-booking-mask .dhi-booking-mask__mask-group.mask-group--checkout, 
.dhi-booking-mask .dhi-booking-mask__mask-group.mask-group--book-now, 
.dhi-booking-mask .dhi-booking-mask__mask-group.mask-group--bast-rate, 
.dhi-booking-mask .dhi-booking-mask__mask-group.mask-group--promo, 
.dhi-booking-mask .dhi-booking-mask__mask-group.mask-group--cancel {
    margin:0;
}

.dhi-booking-mask .dhi-booking-mask__mask-group input {
    max-width: 119px;
}

.dhi-booking-mask .dhi-booking-mask__mask-group.mask-group--bast-rate{
    max-width: fit-content;
}

.dhi-booking-mask .dhi-booking-mask__mask-group.mask-group--bast-rate .highlight-text, 
.dhi-booking-mask .dhi-booking-mask__mask-group.mask-group--bast-rate .normal-text {
    line-height: 19.2px;
    font-weight: 400;
}

.dhi-booking-mask .dhi-booking-mask__outer-wrapper{
    max-width: 1074px;
}

/* Booking Mask End */



/* Arrows Wrapper */

.r2g-rotator .arrows-wrapper .swiper-button-next:not(.swiper-button-disabled):hover,
.r2g-rotator .arrows-wrapper .swiper-button-prev:not(.swiper-button-disabled):hover{
    background-color: var(--color-modern-gray-dark-12);
    border-color: var(--color-modern-gray-dark-12);
    color: var(--color-absolute-black);
}

.r2g-rotator .arrows-wrapper .swiper-button-next,
.r2g-rotator .arrows-wrapper .swiper-button-prev{
    transition: background-color .4s ease;
}

/*  Footer Arrows Wrapper Start */

.footer-expandable .arrows-wrapper .swiper-button-next:not(.swiper-button-disabled):hover,
.footer-expandable .arrows-wrapper .swiper-button-prev:not(.swiper-button-disabled):hover{
    background-color: transparent;
}

/*  Footer Arrows Wrapper End */

/* ----------------- Meeting and Celebrations ---------------- */

.r2g-content-sub .content-wrapper .scroll-overflow.set-max-min-height{
    max-height: none !important;
    padding-right: 0px;
}



/* ----------------- Footer ---------------- */
.footer-expandable .footer-row.brands .swiper{
    padding-left:0;
}

.footer-expandable .r2g-xbox-image-only-sub.footer-brand-item.with-slider .image-wrapper{
    padding: 0;
    margin-left:0
}

.footer-expandable .r2g-xbox-image-only-sub.footer-brand-item.partnership{
    padding-left:0
}