ul.social-links li img {
    filter: brightness(0) invert(1);
}


.entery-submit:hover {
    filter: brightness(1.1);
}

.py2 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.para {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}


.main-heading {
    margin-bottom: 4rem;
}

.main-heading.centered {
    text-align: center;
}

.custom-btn-parent {
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* footer css */
footer {
    /* background-image: url('../images/footer-bg.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 4rem;
    background: linear-gradient(180deg, #1E1B4B 0%, #312E81 100%);
}

.footer-main .heading-6 {
    color: #FFF;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 3rem;
}

ul.list-anchars {
    padding: 0px 0px 0 20px;
}

ul.list-anchars ::marker {
    color: white;
}

.footer-main ul li a,
.footer-main label,
.footer-main p {
    text-decoration: none;
    color: white;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0px 10px;
}

.list-contact {
    padding: 0 !important;
    list-style: none;
}

ul.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 2rem 0 0;
}

ul.list-contact.contact-us li span.cta-icon {
    width: 24px;
}

ul.list-contact.contact-us li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

ul.list-contact.contact-us li a {
    width: 100%;
    margin: 0;
    line-height: normal;
}

ul.list-anchars li {
    margin-bottom: 12px;
}

ul.list-contact.contact-us li span.cta-icon img {
    filter: brightness(0) invert(1);
}

a {}

.email-subscribe {
    position: relative;
    z-index: 0;
    margin: 30px 0 0px;
}

.email-subscribe button {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    right: -6px;
    top: 0;
}

.email-subscribe input {
    height: 56px;
    color: #515151;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .custom-btn-parent {
    margin-top: 2rem;
}

.email-subscribe label {
    font-size: 15px;
    margin: 14px 0 0px;
}

.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #FFFFFF2B;
    padding: 20px 0;
    margin: 30px 0 0;
}

a {
    text-decoration: none;
}

.privacy-policy {
    display: flex;
    align-items: center;
    gap: 24px;
}

.move-to-top {
    display: flex;
    align-items: center;
    gap: 14px;
}

span.move-to-top-text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

p.Copyright {
    margin: 0;
}

.email-subscribe button:hover {
    background: transparent;
}

/* footer css */

/* package css */
.package-card ::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.package-bottom .custom-btn {
    width: 100%;
}

.swiper.packages-slider {
    padding: 26px 0;
}


.package-card.active {
    background: #bcb8ff;
}

.package-card.active .heading-2-2 {
    color: #fff;
}

.package-card.active span.pkg-time {
    color: white;
}

.package-card.active .package-header {
    border-color: rgba(255, 255, 255, 0.17);
}

.package-card.active .package-details ul li {
    color: #fff;
}

.package-card.active .package-details ul li:before {
    background-image: url('../images/pkg-icon-w.png');
}

.package-card.active .package-bottom .custom-btn {
    background: white;
    color: #1E1B4B;
}

.our-packages {
    position: relative;
    z-index: 0;
}

.package-card {
    border-radius: 20px;
    border: 1px solid #1E1B4B;
    background: #FFF;
    padding: 30px;
    position: relative;
    z-index: 0;
}

.package-tag {
    border-radius: 8px;
    border: 3px solid #FFF;
    background: #1E1B4B;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    margin: 0px 0px;
    display: inline-block;
    text-align: center;
    padding: 11px 20px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-table;
}

span.pkg-time {
    color: #1E1B4B;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.6px;
    /* 108% */
}

.package-header {
    text-align: center;
    border-bottom: 1px solid rgba(42, 42, 42, 0.17);
    padding: 12px 0px 20px;
    margin: 0px 0 22px;
}

.package-details ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 270px;
    max-height: 270px;
    height: 100%;
    overflow-y: auto;
}

.package-details ul li {
    color: #2A2A2A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.package-details ul li:before {
    content: "";
    background-image: url('../images/pkg-icon.png');
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 0.1rem;
    margin-right: 0.2rem;
    background-repeat: no-repeat;
}


/* width */
.package-card ::-webkit-scrollbar {
    width: 20px;
    width: 4px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 250px;
}

/* Track */
.package-card ::-webkit-scrollbar-track {
    border-radius: 10px;
    border-radius: 250px;
    background: #2e30312f;
}

/* Handle */
.package-card ::-webkit-scrollbar-thumb {
    background: #1E1B4B;
    border-radius: 10px;
    width: 4px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 250px;
}

.package-card.active ::-webkit-scrollbar-thumb, .package-card.hover ::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */

.package-card:hover:before {
    height: 100%;
    transition: all ease .5s;
}

.package-card:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    position: absolute;
    background: #1E1B4B;
    overflow: hidden;
    z-index: -1;
    transition: all ease .4s;
    border-radius: 20px;
}

.product-card:hover:before {
    height: 100%;
    transition: all ease .4s;
}

.package-card.active:before {
    height: 100%;
    transition: all ease .4s;
}

.package-card * {
    transition: all ease .4s;
}

/* package css */



/* popup */
.entry-right input, .entry-right textarea {
    border-radius: 5px;
    height: 51px;
    padding-left: 20px;
    border: 2px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
}

#popup_form .close {
    background-color: #000;
    color: #fff;
    border-radius: 23px;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 18px;
    z-index: 1;
    top: 18px;
    cursor: pointer;
    opacity: 1;
    font-size: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.entry-box {
    background: #fff;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    /* box-shadow: 0 0 50px 0 #000; */
    position: relative;
    overflow: hidden;
    pointer-events: auto
}

.entry-box h1 {
    /* text-shadow: 0 5px 10px rgba(0, 0, 0, .35); */
    /* color: #fff; */
    /* font-size: 28px; */
    /* font-weight: 700; */
    /* margin-top: 0; */
    /* margin-bottom: 0; */
    /* text-transform: uppercase; */
    /* line-height: 60px; */
}

.entry-box h1 span {
    color: #ffd800
}

.entry-left {
    text-align: center;
    background: #1E1B4B;
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px;
    font-family: 'INTER';
}

.entry-right .text {
    position: relative;
    margin: 15px 0 25px
}

.entry-right .text h2 {
    font-size: 30px;
    color: #313131;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
    font-family: 'INTER';
}

.entry-right .text h2 span {
    color: #1E1B4B;
}

.entry-right .text:before {
    content: "";
    width: 6px;
    height: 50px;
    background: #1E1B4B;
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.form-control.error {
    border-color: red !important
}

label.error {
    /* display: none !important; */
    font-size: 12px;
    color: red;
    text-align: start;
}

.entry-right .text strong {
    text-transform: uppercase
}

.entry-right .form-control:focus {
    border-color: #e2001b;
    box-shadow: 0 0 5px 0 #dee2e4;
    background-color: #fff;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .2)
}

.entry-right input[type=email],
.leaving-box input[type=email] {
    background-color: #fff !important;
    color: #555 !important
}

.entry-right .intl-tel-input {
    width: 100%
}

.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0
}

.entery-submit {
    width: 60%;
    background: #1E1B4B !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    padding: 10px;
    cursor: pointer;
    border-radius: 30px;
    font-family: 'INTER';
}

.entry-right a {
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    background-color: #ffd800;
    border-radius: 50px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.entry-right a i {
    margin-left: 6px
}

.entry-right p {
    color: #343434;
    font-size: 12px;
    margin: 0
}

.entry-right .form-group {
    margin-bottom: 10px
}

a#entry-box_close {
    position: absolute;
    right: 5px;
    background-color: #69c626;
    width: 40px;
    height: 40px;
    border-radius: 50pc;
    color: #fff;
    font-size: 29px;
    top: 10px;
    z-index: 9
}

.banner-text-wrap {
    position: relative;
    z-index: 2;
}

.slider-wrap {
    position: absolute;
    right: 0;
}

.modal-header {
    padding: 0;
    border: 0;
}

.modal-content {
    background: transparent;
    border: none;
}

.entry-right {
    padding: 0px 30px;
}

/* video css */

#videoContainer,
#content {
    transition: opacity 0.5s ease;
}

#playButton {
    cursor: pointer;
}

#videoContainer {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #ff9900;
    border-radius: 7px;
}

#video-modal .modal-header button.btn-close {
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    color: #1E1B4B;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 12px;
    height: 12px;
    right: -8px;
    top: -5px;
    opacity: 1;
}

#video-modal .modal-header {
    padding: 0;
    border: 0;
}

#videoContainer video {
    /* width: 100%; */
    height: auto;
    border-radius: 7px;
    /* border: 10px solid #1E1B4B; */
    /* padding: 0px 0; */
    border-bottom-width: 4px;
    background: #1E1B4B;
    object-fit: cover;
    margin-top: 0;
    overflow: hidden;
    outline: 1px solid #ffffff;
}

.counter-sec video {
    width: 100%;
    height: 500px;
    border-radius: 30px 30px 0px 0px;
    border: 0px solid #1E1B4B;
    background: #1E1B4B;
    object-fit: cover;
    margin-top: 0;
    cursor: zoom-in;
}

.footer-logo {
    margin-bottom: 3rem;
}

.fa-18 a {
    color: #1E1B4B;
}

.footer-main ul li a:hover {
    color: #1E1B4B;
}

.privacy-policy-sec ol, .privacy-policy-sec ul {
    color: #2A2A2A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* video css */

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #1E1B4B #e9e9e9;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #1E1B4B 0%, #1E1B4B 100%);
}

*::-webkit-scrollbar-thumb {
    background-color: #1E1B4B;
    border-radius: 10px;
    border: 3px solid #1E1B4B;
}

/* ===== Scrollbar CSS ===== */

@media (max-width: 1199px) {

    .counter-sec video {
        height: 400px;
    }

    figure.middle-image {
        right: 220px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .footer-logo {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    
    #video-modal .modal-header button.btn-close {
    font-size: 10px;
    width: 10px;
    height: 10px;
    right: 3px;
    top: -5px;
}
    
    .entry-right input {
        padding-left: 12px;
        font-size: 14px;
    }
    
    a.navbar-brand img {
    max-width: 110px;
    }
    
    #popup_form .close {
    width: 14px;
    height: 14px;
    font-size: 30px;
    }

    .footer-logo {
        margin-bottom: 1rem;
    }

    .footer-logo {
        margin: auto auto 2rem;
    }

    .entry-right {
        padding: 0px 10px;
    }

    .entry-box {
        padding-bottom: 16px;
    }

    .entery-submit {
        width: 70%;
        font-size: 14px;
        padding: 10px;
    }

    .entry-right .text h2 {
        font-size: 20px;
    }

    .entry-box h1 {
        font-size: 20px;
    }

    ul.social-links {
        justify-content: center;
    }
    
    .swiper.packages-slider .heading-2-2 {
    font-size: 45px;
    }

}

@media (max-width: 320px) {}