/* popup */

#popup_form .close span {
    position: relative;
    top: -3px;
}

.key-features-seller-card .s-para {
    height: 120px;
    overflow-y: auto;
}

#popup_form {
    backdrop-filter: blur(5px);
}

.entry-right input {
    border-radius: 5px;
    height: 51px;
    padding-left: 20px;
    border: 2px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0
}

#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: #F90;
}

.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: "Keep Calm";
}

.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: "Keep Calm";
}

.entry-right .text h2 span {
    color: #F90;
}

.entry-right .text:before {
    content: "";
    width: 6px;
    height: 50px;
    background: #F90;
    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: #F90 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    padding: 10px;
    cursor: pointer;
    border-radius: 30px;
    font-family: "Keep Calm";
}

.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: #DA6A2F;
    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 #DA6A2F; */
    /* padding: 0px 0; */
    border-bottom-width: 4px;
    background: #DA6A2F;
    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 #DA6A2F;
    background: #DA6A2F;
    object-fit: cover;
    margin-top: 0;
    cursor: zoom-in;
}

.footer-logo {
    margin-bottom: 3rem;
}

.fa-18 a {
    color: #DA6A2F;
}

.footer-main ul li a:hover {
    color: #DA6A2F;
}

.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;
}


.entry-right .text h2 span {
    color: #F90;
    animation: 1.7s infinite blinkingText3;
}

/* video 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) {}