/* navigation css */
.swiper-button-prev,
.swiper-button-next {
    border-radius: 6px;
    border: 0px solid transparent;
    width: 50px;
    height: 50px;
    border-radius: 54px;
    background: #f90;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.parent-for-navbar {
    position: relative;
    z-index: 0;
}

.parent-for-navbar .swiper-button-next {
    right: -70px;
}

.parent-for-navbar .swiper-button-prev {
    left: -70px;
}

.swiper-button-prev.testimonials-cards-nav {
    left: -80px;
}

.swiper-button-next.testimonials-cards-nav {
    right: -80px;
}

figure.video-review-frame video {
    border-radius: 8px;
}

/* navigation css */

.footer-link-parent.contact-us-details ul.footer-anchar-list a {
    text-transform: unset;
}

label.error {
    font-size: 12px;
}

input.form-control.invalid {
    background: #ff00002e !important;
    border: 1px solid red !important;
}

label.error {
    display: none !important;
}

input.form-control.error {
    border-color: red;
    background: #ff00002e;
}


/*modal css */
.modal-header {
    padding: 0;
    right: -17px;
    top: -18px;
}

.modal-header {
    position: absolute;
    z-index: 1;
    right: unset;
    border: 0;
    left: -25px;
}

.modal-header .btn-close {
    background-color: #f90;
    opacity: 1;
}

.modal-header .btn-close span {opacity: 0;}

.parent-form {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: linear-gradient(0deg, rgba(0, 43, 54, 0.90) 0%, rgba(0, 43, 54, 0.90) 100%);
    position: relative;
    z-index: 0;
    padding: 25px;
}

figure.book-form {
    position: absolute;
    top: -30px;
    right: -30px;
    animation: crescendo 1.5s alternate infinite ease-in;
}


@keyframes crescendo {

    /*   0%   {transform: scale(.8);} */
    100% {
        transform: scale(1.3) rotate(10deg);
        filter: drop-shadow(0px 0px 50px #f90) brightness(2);
    }
}

.parent-form h3 {
    color: #FFF;
    font-family: Khula;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    /* 111.111% */
    text-transform: capitalize;
    text-align: center;
}

.parent-form input,
.parent-form textarea {
    background: transparent;
    color: #FFF;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    height: 50px;
}

.parent-form input::placeholder,
.parent-form textarea::placeholder {
    color: #FFF;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.parent-form textarea {
    height: 100px;
}

.form-control:focus {
    background: inherit;
    box-shadow: none;
    border-color: #f90;
}


.parent-form.footer-form {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}

.parent-form.footer-form h3 {
    text-align: start;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
}

#popup_form button {
    justify-content: center;
}

#popup_form .parent-form {
    margin: auto;
}

/*modal css */

@media (max-width: 767px) {

.parent-right-header .custom-btn:nth-child(01) {
    display: none;
}

.modal-content {
    width: 98%;
    margin: auto;
}

.modal-header {
    left: 0px;
    top: -26px;
}

#popup_form figure.book-form {
    max-width: 65px;
    right: -4px;
    top: -16px;
}

#popup_form .parent-form {
    padding: 14px;
}

#popup_form .parent-form h3 {
    font-size: 2rem;
}

}

@media (max-width: 320px) {
    
#popup_form .parent-form h3 {
    font-size: 1.5rem;
    line-height: normal;
}

}


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

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

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

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

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

