﻿@media (max-width: 992px) {
  /*Mobile Promotion Starts*/
  .dPromoCont {
    padding-top: 20px;
    padding-bottom: 20px;
    }
  .dpromotionBG {
    /*background-image: linear-gradient(to right, #0257ed, #012daa);*/
    background-image: url('../../../../public/uploads/promotion_img/goa-pic-2.jpg'); /*Goa Promotion*/
    margin-top: 0;
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #d9d9d9;
    /*height: 316px;*/
    padding-top: 25px;
    padding-bottom: 30px;
    }
  .dPromoWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 25px;
    }
  .dPromoWrapper h2 {
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0;
    text-transform: capitalize;
    }
  .dPromoWrapper h3 {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    }
  .dBtnBookCont {
    text-align: center;
    }
  .dbtnBookNow {
    background-color: #6d28d9;
    border: 0;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    outline: 0;
    width: 150px;
    height: 36px;
    text-transform: uppercase;
    }
  .dbtnBookNow:hover {
    background-color: #6d28d9;
    color: #fff;
    }
  /*Mobile Promotion Ends*/
  }