.banner {
    width: 100%;
    margin: 74px 0 auto;
    padding: 17px 20px;
    background: rgb(19 36 102);
    color: white;
    text-align: center;
}
.banner-cta-btn{
    padding: 5px 15px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    font-size: 16px;
    margin-left: 10px;
    transition: all .25s ease-in;
    font-weight: bold;
}
.banner-cta-btn:hover{
    background-color: rgb(243 123 16);
    border: 1px solid rgb(243 123 16);
    transition: all .25s ease-out;
}
.banner p {
    font-size: 18px;
}
.banner-code{
    margin-left: 30px;
    font-size: 14px; 
    display: inline-block;   
}
.popup-code{
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #132466;
    font-size: 14px;
    font-weight: 600;
}
.popup-overlay {
    display: none;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 54%;
    padding: 140px 80px 150px;
    border-radius: 20px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
}
.btn-div {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
.popup button {
    color: #ffffff;
    padding: 10px 47px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #132466;
    transition: all 0.5s ease;
}
.popup button#continueBtn {
    background-color: #132466;
}
.popup button#continueBtn:hover{
    background-color: #040e33;
    border: 1px solid #040e33;
    color: #ffffff;
}
button#stayBtn {
    padding: 8px 20px !important;
    height: 46px;
    border-radius: 60px !important;
    margin-right: 0px;
    color: #132466;
    transition: all 0.5s ease;
    line-height: 30px;
    font-size: 18px;
}
button#stayBtn:hover {
  background-color: #040e33;
  border: 1px solid #040e33;
  color: #ffffff;
}
.pop-up-heading {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #132466;
}
.popup p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #414141;
}
.popup-open{overflow: hidden;}
.popup-open .cky-overlay{
    display: block;
    background: #132466;
}
/*responsive*/
@media screen and (max-width: 1440px){
    .popup-overlay{
        width: 80%;
    }
}
@media screen and (max-width: 1200px){
  
}
@media screen and (min-width: 993px){
   
}
@media screen and (max-width: 992px){
    .popup-overlay{
        width: 90%;
        padding: 140px 50px 150px;
    }
}
@media screen and (max-width: 975px){
    body.nav-open .mobile-nav-container.open {
        display: block; 
    }
    .banner{
        margin-top: 64px;
    }
}
@media screen and (max-width: 767px){
    .banner p{
        display: block;
        word-break: break-word;
        font-size: 16px;
        line-height: 26px;
    }
    .banner-cta-btn{
        display: inline-block;
        font-size: 14px;
        margin-left: 0px;
    }
    .popup-overlay{
        padding: 70px 15px 70px;
    }
    .pop-up-heading {
        font-size: 30px;
        line-height: 40px;
    }
    .popup p {
        font-size: 16px;
        line-height: 28px;
    }
    .btn-div{
        flex-direction: column;
        gap: 15px;
    }
    .popup button,
    button#stayBtn{
        font-size: 16px;
        line-height: 26px;
    }
    .popup button,
    button#stayBtn:hover{
        width: 100%;
    }
}


@media (min-width: 1125px) {
    .promotion_section {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
    }
  .banner-code{
        margin-left: 30px;
        font-size: 14px;
        position: absolute;
        right: 20px;
    }
}
@media (max-width: 1125px) {
 .promotion_section > p:first-child {
        padding-bottom: 10px;
    }
.banner-code {
    margin-left: 15px;
}
}