.new-design .popup-main-box {
    padding: 40px;
    gap: 38px;
    display: flex;
}
.new-design .popup-col {
    width: 50%;
}
.new-design .popup-img {
    width: 100%;
    padding-right: 0px;
}
.new-design .popup-img img {
    width: 100%;
    height: 247px;
    object-fit: cover;
    object-position: top left;
}
.new-design .et_pb_module.popup-main-text h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    padding-bottom: 0px;
    font-family: "GothamNarrowBold";
    padding-top: 10px;
}
.new-design .date-head {
    font-size: 29px;
    line-height: 34px;
    text-align: left;
    padding-bottom: 0px;
    font-family: "GothamNarrowMedium";
}
.new-design .et_pb_module.popup-main-text ul {
    padding-bottom: 0px;
    padding-top: 5px;
}
.new-design .et_pb_module.popup-main-text ul li {
    font-size: 18px;
    line-height: 22px;
        text-align: left;
}
.new-design .et_pb_module.popup-main-text ul::after {
	display: none;
}
.new-updated .et_pb_module.popup-main-text ul::after {
    bottom: auto;
    top: 0px;
}
.new-updated .et_pb_module.popup-main-text ul {
    padding-bottom: 0px;
    padding-top: 0;
    margin-top: 10px;
}
.new-updated .popup-img {
    width: 45%;
    padding-right: 0px;
    padding-left: 15px;
}
.new-updated .popup-img img {
    width: 100%;
}
.new-updated .popup-cont {
    width: 55%;
    font-size: 36px;
    line-height: 42px;
}
.new-updated .popup-row {
    padding: 11px 0 23px;
}
.new-updated .btm-popup-text {
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    margin-bottom: 5px;
    padding-top: 0px;
}
.new-updated .btm-popup-text a {
    background: #d9b451;
    color: #000;
    padding: 0 12px;
    font-size: 16px;
    line-height: 26px;
}
.new-updated .btm-popup-text a:hover {
    color: #000;
    background: #fff;
}
.t-center {
    text-align: center;
    margin-bottom: 15px;
}

body:not(.popup-class) #main_site_popup_id {
    display: none;
}
.overylay-close-btn {
    z-index: 9;
    position: relative;
}
body.popup-class #main_site_popup_id {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    z-index: 1000;
    color: #fff;
    display: block;  
    padding: 0px;
    height: 70vh;
    overflow: auto;
	    max-height: 645px;
}
.popup-main-box {
    width: 100%;
}

/* .popup-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 18px;
    width: 100%;
} */
.popup-img img {
    width: 80%;
    height: auto;
}
.popup-img {
    width: 40%;
    padding-right: 10px;
}
.popup-cont {
    width: 60%;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    font-family: "GothamNarrowBook";
    color: #D9B451;
}
.popup-cont {
    width: 60%;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    font-family: "GothamNarrowBook";
    color: #D9B451;
}
#close_popup {
    display: inline-block;
    line-height: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
#close_popup:hover svg path{
    transition: all 0.4s ease;
}

#close_popup:hover svg path {
   fill: #D9B451;
}
body.popup-class {
    overflow: hidden;
    position: relative;
}

body.popup-class::before {
    content: '';
    width: 100%;
    height: 100%;
    /* background: rgb(0, 66, 39, 0.4); */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    transition: 0.5s;
}
body.popup-class .et_builder_inner_content {
    position: unset;
}
.main_site_popup {
    max-width: 680px;
    width: calc(100% - 40px);
    max-height: 825px;
    height: calc(100% - 40px);
    overflow-y: auto;
}
#main_site_popup_id {
    /* To ensure the scrollbar appears */
    overflow-y: auto; 
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #D9B451 transparent; /* For Firefox */
}
/* popup new desing */
.night-detail-list-main p {
    padding: 0;
  }
  
  .night-detail-list-main p:empty {
    display: none;
  }

  .night-detail-list-main {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
  
  .night-detail-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.night-detail-list:last-child {
    margin-bottom: 0;
}
  
  .night-detail-list .dates-day-tag {
    background: #d9b451;
    text-align: center;
    padding: 1px;
    width: 100%;
    max-width: 96px;
  }
  
  .night-detail-list .dates-day-tag span.day {
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
  }
  .night-detail-list .dates-day-tag p.date {
    font-size: 34px;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: -5px;
  }
  .night-detail-list h4 {
    color: #D9B451;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
  

/* For WebKit-based browsers (Chrome, Edge, Safari) */
#main_site_popup_id::-webkit-scrollbar {
    width: 4px; /* Scrollbar width */
}

#main_site_popup_id::-webkit-scrollbar-track {
    background: transparent; /* Background of the track */
}

#main_site_popup_id::-webkit-scrollbar-thumb {
    background-color: #D9B451; /* Scrollbar color */
    border-radius: 10px; /* Rounded corners for the scrollbar */
    border: 1px solid transparent; /* Optional border for better visibility */
}

/* Optional: Hover effect for better user experience */
#main_site_popup_id::-webkit-scrollbar-thumb:hover {
    background-color: #D9B451; /* Slightly darker yellow on hover */
}
#main_site_popup_id .et_pb_image span.et_pb_image_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
#main_site_popup_id .et_pb_image img {
    width: 70%;
    height: auto;
}
#main_site_popup_id .et_pb_image {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.et_pb_module.popup-main-text h2 {
    color: #D9B451;
    font-size: 50px;
    line-height: 58px;
    text-align: center;
    padding-bottom: 0px;
    font-family: "GothamNarrowBook";
}
.date-head {
    color: #D9B451;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    padding-bottom: 0px;
    font-family: "GothamNarrowBook";
}
#main_site_popup_id .et_pb_image {
    margin-bottom: 20px;
    padding-top: 30px;
}
.et_pb_module.popup-main-text .et_pb_text_inner{

    display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
}

.date-heading {
    border: 3px solid #D9B451;
    border-radius: 39px;
    color: #D9B451;
    display: inline-block;
    font-style: italic;
    font-family: "GothamNarrowMedium";
    padding: 13px 40px 13px 40px;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}
.et_pb_module.popup-main-text h3 {
    color: #d9b451;
    text-align: center;
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 0;
    font-family: GothamNarrowMedium;
}
.title-row-box p {
    color: #d9b451;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    font-family: GothamNarrowMedium;
}
.et_pb_module.popup-main-text ul li {
    font-size: 20px;
    line-height: 28px;
    color: #D9B451;
    text-align: center;
    font-family: "GothamNarrowMedium";
}
.title-row-box {
    margin-top: 20px;
}
/* .et_pb_module.popup-main-text ul::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 88px;
    height: 4px;
    background: #D9B451;
    border-radius: 100px;
} */
.et_pb_module.popup-main-text ul {
    position: relative;
    padding-bottom: 25px;
}
/*body.popup-class #main_site_popup_id::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background-image: url(../../../../wp-content/uploads/2024/12/Group-1697.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
}*/
a.et_pb_button.popup-reservestaion-btn {
    border: 0;
    background: #D9B451;
    border: 1px solid #D9B451 !important;
    border-radius: 45px;
    display: inline-block;
    padding: 12px 35px 12px 35px !important;
    font-size: 18px !important;
    line-height: 28px !important;
    text-transform: uppercase;
    color: #fff;
    font-family: "GothamNarrowBold";
}

a.et_pb_button.popup-reservestaion-btn::after {
    content: none;
}
#main_site_popup_id .et_pb_button_module_wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
a.et_pb_button.popup-reservestaion-btn:hover{
    color:#D9B451 ;
    background-color: transparent !important;
}
.et_pb_module.popup-bottom-text .et_pb_text_inner p {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    font-family: "GothamNarrowMedium";
    text-transform: uppercase;
    letter-spacing: 1.1px;
}
span.sepration {
    display: inline-block;
    margin: 0 10px;
}
p.last-p br {
    display: none;
}
    .new-updated .et_pb_module.popup-main-text ul li {
        font-size: 18px;
        line-height: 24px;
    }
    .new-updated .popup-cont {
        font-size: 32px;
        line-height: 36px;
        width: 60%;
    }
  
    .new-updated .popup-img {
        width: 40%;
    }
    .new-updated .date-head {
        font-size: 32px;
        line-height: 38px;
    }
    .popup-main-box {
        padding: 40px 40px 40px 40px;
    }
  .new-updated .et_pb_module.popup-main-text h2 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 0;
}
/* responsive media start */
@media (max-width: 1439px) {

}
@media (max-width: 1199px) {
    .night-detail-list .dates-day-tag p.date {
        font-size: 30px;
        line-height: 29px;
    }
    /*.date-heading {
        font-size: 20px;
        line-height: 30px;
        padding: 12px 35px 12px 35px;
    }
    
    .et_pb_module.popup-main-text h3 {
        font-size: 26px;
        line-height: 36px;
    }
    
    .et_pb_module.popup-main-text ul li {
        font-size: 18px;
        line-height: 30px;
    }
    
    a.et_pb_button.popup-reservestaion-btn {
        font-size: 16px !important;
        line-height: 26px !important;
        padding: 10px 30px 10px 30px !important;
    }
    .et_pb_module.popup-main-text .et_pb_text_inner{
        margin-bottom: 22px;
    }
    
    #main_site_popup_id .et_pb_button_module_wrapper {
        margin-bottom: 30px;
    }
    
    .et_pb_module.popup-bottom-text .et_pb_text_inner p {
        font-size: 20px;
        line-height: 30px;
    }
    #main_site_popup_id {
        max-height: 583px;
        max-width: 740px;
    }*/
      #main_site_popup_id .new-updated .et_pb_image {
        margin-bottom: 20px;
    }
}

@media (max-width: 980px) {
    /* #main_site_popup_id{
        max-height: 591px;
    } */
    .popup-main-box {
        padding: 5px 40px 40px 40px;
    }
    .et_pb_module.popup-main-text {
        margin-bottom: 0px;
    }
    /* #close_popup{
        position: sticky;
        top: 0;
        right: 0;
        height: 20px;
        width: 100%;
        text-align: end;
        background: #000;
        z-index: 21;
        padding: 10px;
    }

   

    #main_site_popup_id .et_pb_row {
        padding:45px 20px 40px 20px !important;
        overflow: scroll;
        height: 100%;
    } */
.new-design .date-head {
    font-size: 27px;
}
.new-design .et_pb_module.popup-main-text ul {
    padding-top: 3px;
}
.new-design .et_pb_module.popup-main-text h2 {
    font-size: 29px;
}
.new-design .et_pb_module.popup-main-text ul li {
    font-size: 16px;
    line-height: 21px;
}
.new-design .popup-main-box {
    padding: 0px 40px 40px 40px;
}
    #main_site_popup_id {
     padding-top: 0 !important;
    }

    .overylay-close-btn {
        position: sticky;
        opacity: 1;
        top: -1px !important;
        right: 0;
        background: #000;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        height: 40px;
        z-index: 3;
    }

   .overylay-close-btn span#close_popup {
        top: -2px;
        right: 10px;
        position: relative;
    }
    #main_site_popup_id .et_pb_image {
    margin-bottom: 25px;
    padding-top: 0px;
        max-width: 450px;
}
.et_pb_module.popup-main-text h2 {
    font-size: 44px;
    line-height: 52px;
}
.date-head {
    font-size: 34px;
    line-height: 40px;
}
.popup-cont {
    font-size: 34px;
    line-height: 42px;
}
.et_pb_module.popup-main-text ul li {
    font-size: 20px;
    line-height: 30px;
}
}
@media (max-width: 767px) {
	.title-row-box {
    margin-top: 15px;
}
	.et_pb_module.popup-main-text h3 {
    font-size: 22px;
    line-height: 22px;
}
	.title-row-box p {
    font-size: 20px;
    line-height: 20px;
}
	.new-updated .et_pb_module.popup-main-text h2 {
    font-size: 32px;
    line-height: 32px;
}
	.new-updated .popup-row {
    padding: 6px 0 18px;
}
	.t-center {
    margin-bottom: 5px;
}
    body.popup-class #main_site_popup_id {
        max-height: 51vh;
    }
   
.new-design .popup-col {
    width: 100%;
}
.overylay-close-btn span#close_popup {
        top: 0px;
        right: 6px;
    }
.new-design .et_pb_module.popup-main-text .et_pb_text_inner {
        margin-bottom: 0px;
    }
.new-design .popup-main-box {
    padding: 0px 30px 30px 30px;
    gap: 23px;
            flex-wrap: wrap;
}
.new-design .et_pb_module.popup-main-text h2 {
    font-size: 26px;
    line-height: 26px;
}
.new-design .date-head {
    font-size: 24px;
    line-height: 30px;
}
.overylay-close-btn {
        height: 30px;
    }
    .new-design .popup-img img {
    height: 180px;
}

    .et_pb_module.popup-main-text h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .date-head {
        font-size: 25px;
        line-height: 34px;
    }
    .popup-cont {
        font-size: 20px;
        line-height: 28px;
    }
    .popup-img img {
    width: 100%;
}
    
    /* #main_site_popup_id .et_pb_image {
        margin-bottom: 25px;
    } */
    
    .date-heading {
        font-size: 15px;
        line-height: 28px;
        padding: 8px 20px;
        margin-bottom: 18px;
    }
    
    .et_pb_module.popup-main-text ul li {
        font-size: 16px;
        line-height: 26px;
    }
    
    a.et_pb_button.popup-reservestaion-btn {
        font-size: 16px !important;
        line-height: 26px !important;
        padding: 8px 30px 8px 30px !important;
    }
    
    .et_pb_module.popup-bottom-text .et_pb_text_inner p {
        font-size: 18px;
        line-height: 28px;
    }
    
    #main_site_popup_id {
        padding: 45px 20px 40px 20px;
    }
    #main_site_popup_id {
        max-height: 551px;
    }
    #main_site_popup_id .et_pb_button_module_wrapper {
        margin-bottom: 25px;
    }
   #main_site_popup_id .et_pb_image {
        max-width: 280px;
    }
    #main_site_popup_id .et_pb_image img {
    width: 100%;
}
    .popup-main-box {
    padding: 0px 20px 20px 20px !important;
}
/* body.popup-class #main_site_popup_id {
    max-height: 450px;
} */
	.btm-popup-text {
    font-size: 16px;
    line-height: 24px;
}
.new-updated .date-head {
    font-size: 26px;
    line-height: 32px;
}
.new-updated .popup-cont {
    font-size: 28px;
    line-height: 30px;
}
.new-updated .et_pb_module.popup-main-text ul li {
    font-size: 16px;
    line-height: 20px;
}
.night-detail-list {
    gap: 10px;
    margin-bottom: 15px;
}
.night-detail-list .dates-day-tag p.date {
    font-size: 27px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: -7px;
}
.night-detail-list .dates-day-tag span.day {
    font-size: 15px;
    line-height: 17px;
}
.night-detail-list .dates-day-tag {
    max-width: 85px;
}
.night-detail-list h4 {
    font-size: 18px;
    line-height: 28px;
}
}
@media (max-width: 576px) {
    p.last-p {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        row-gap:10px;
    }
    
    span.sepration {
        display: none;
    }
    .new-updated .popup-img {
        width: 34%;
        padding-left: 10px;
    }
    .new-updated .popup-cont {
        width: 66%;
    }
}
@media (max-width: 479px) {
   .popup-cont {
        font-size: 16px;
        line-height: 24px;
        width: 57%;
    }
    .popup-img {
    width: 43%;
}
#main_site_popup_id .et_pb_image {
        max-width: 220px;
    }
    .new-design .popup-main-box {
    padding: 0px 12px 30px 12px;
}
.new-design .date-head {
    font-size: 22px;
    line-height: 28px;
}
.new-design .et_pb_module.popup-main-text h2 {
    font-size: 24px;
    line-height: 24px;
}
.new-design .et_pb_module.popup-main-text ul li {
    font-size: 14px;
    line-height: 18px;
}
.new-updated .popup-cont {
    width: 100%;
}
.new-updated .popup-img {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin: 10px auto 0px auto;
    max-width: 180px;
}
.night-detail-list {
    flex-direction: column;
    gap: 8px;
}
.night-detail-list .dates-day-tag span.day {
    font-size: 14px;
    line-height: 16px;
}
.night-detail-list .dates-day-tag {
    max-width: 75px;
}
.night-detail-list .dates-day-tag p.date {
    font-size: 22px;
    line-height: 25px;
}
.night-detail-list h4 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
}
/* responsive media end */