.card {
    border-radius: 25px !important;
}

.langBTN {
    transition: 0.3s all ease-in-out;
}

.langBTN:hover {
    background-color: #074917;
}

.tripSlider .swiper-slide>a {
    display: block;
    width: 100%;
    height: auto;
}

.tripSlider .swiper-slide>a img {
    width: 100%;
}

label {
    user-select: none;
}

/*input[type="number"]::-webkit-outer-spin-button,*/
/*input[type="number"]::-webkit-inner-spin-button {*/
/*    -webkit-appearance: square-button;*/
/*    padding: 2px;*/
/*    margin: 0px;*/
/*    color: red;*/
/*}*/

/*------------------------- Navbar -------------------------*/
header .headerBTNs {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    color: var(--theme-color);
    background-color: transparent;
    border: 2px solid var(--theme-color);
    border-radius: 0px;
}

header .userDate {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    margin-inline-end: 20px;
}

header .userDate i {
    font-size: 1.5rem;
    margin-inline-end: 10px;
}

.side {
    margin-top: 5rem;
}

header .headerBTNs:first-child {
    color: #fff;
    background-color: var(--theme-color);
    border: 2px solid transparent;
}

header .header-button a.ot-btn {
    display: inline-flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px 20px;
    background-color: transparent;
    color: var(--theme-color);
    font-weight: 100;
    min-width: auto;
    font-size: 1.1rem;
}

header .header-button a.ot-btn:hover {
    color: #fff;
}

header .header-button a.ot-btn span:last-child {
    font-weight: 600;
    font-size: 1.3rem;
}

.main-menu ul {
    white-space: nowrap;
    display: flex;
    justify-content: space-around;
}

/*
.ot-header .menu-area .container {
    max-width: 80%;
}

@media only screen and (min-width: 2000px) {

    .ot-header .menu-area .container {
        max-width: 70%;
    }
}

@media only screen and (max-width: 1900px) {

    .ot-header .menu-area .container {
        max-width: 88%;
    }
}

/*-------------------------- login form ---------------------*/

.popup-search-box {
    background-color: #000000a2;
}

.popup-search-box form.previewer {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 70vw;
    max-width: none;
    max-height: 80vh;
    overflow: hidden;
    background-color: #efefef;
    border-radius: 20px;
    padding: 3rem;
}

.popup-search-box form.previewer .splitterSection {
    align-items: center;
}

.popup-search-box form h3 {
    margin-bottom: 0rem;
    color: var(--theme-color);
}

.popup-search-box form p {
    margin-bottom: 3rem;
}

.popup-search-box form .entryContainer label {
    background-color: #efefef;
}

form .inputsShowController {
    display: grid;
    grid-template-rows: auto 0;
    transition: 0.3s all ease-in-out;
}

form .submition button {
    padding: 10px 20px;
    outline: none;
    border: 2px solid var(--theme-color);
    color: #fff;
    background-color: var(--theme-color);
    margin-top: 10px;
}

.popup-search-box form .inputsShowController.show {
    grid-template-rows: auto 120px;
}

form .img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    max-height: 60vh;
}

.popup-search-box form .img img {
    width: 100%;
}

.popup-search-box form .content>div {
    overflow: hidden;
}

.popup-search-box form.previewer .entryContainer input {
    padding: 10px 20px;
    height: auto;
    border: none;
    font-size: 20px;
    color: #333;
}

.popup-search-box form.previewer .entryContainer .otp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.popup-search-box form.previewer .entryContainer .otp input {
    border: 1px solid #999;
    width: auto;
    font-size: 20px;
    padding: 10px;
    border-radius: 0;
    width: 40px;
    text-align: center;
    margin: 0 5px;
}

.popup-search-box form.previewer .entryContainer .otp input:focus {
    border: 1px solid var(--theme-color);
}

.popup-search-box form .submition {
    direction: rtl;
}

.popup-search-box form button {
    width: auto;
    height: auto;
    position: static;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 10px 15px;
}

.popup-search-box form button.main {
    margin-left: 10px;
    color: #fff;
    background-color: var(--theme-color);
}

@media (max-width: 480px) {
    .popup-search-box form.previewer {
        padding: 2rem 1rem;
        height: auto;
        max-height: none;
    }
}

/*--------------------- edit hero slider ---------------------*/
.ot-hero-bg video {
    width: 100vw;
}

.hero-style1 h1 {
    color: #fff;
}

.hero-style1 a.ot-btn {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}

/*------------ Search section ------------ */
.dates input {
    padding-left: 3rem;
}

/*----------------- about -----------------*/
.space .img1 {
    overflow: hidden;
    border-radius: 10px;
}

.popupVideo {
    position: fixed;
    inset: 0;
    z-index: 100;
    opacity: 1;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s opacity ease-in-out;
}

.popupVideo.hidden {
    opacity: 0;
    pointer-events: none;
}

.popupVideo .overlay {
    width: 100vw;
    height: 100vh;
    background-color: #000000ce;
    backdrop-filter: blur(5px);
}

.popupVideo.hidden video {
    left: 55%;
    opacity: 0;
}

.popupVideo video {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
    min-width: 60vw;
    border-radius: 15px;
    transition: 0.4s 0.4s all ease-in-out;
}

/*------------- App --------------*/
.app {
    display: flex;
    align-items: flex-end;
    height: 100vh;
    overflow: hidden;
    margin-bottom: 3rem;
}

.app .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 541px;
    align-items: center;
    border-radius: 80px;
    background-image: url('../img/Back.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 5rem;
}

.app .container .left>div {
    padding: 1rem 0 1rem 3rem;
}

.app .container .left h3 {
    color: #fff;
    margin: 0;
    font-size: 4rem;
    font-weight: 900;
}

.app .container .left p {
    color: #fff;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 200;
}

.app .container .right {
    max-height: 50vh;
    text-align: center;
}

.app .container .right img {
    position: relative;
    /* top: -20vh;
    width: 75%; */
}

.term {
    direction: rtl;
    text-align: right;
}

.ot-video {
    border: 10px solid #fff !important;
}


.splitterSection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

@media only screen and (max-width: 1025px) {
    .app {
        display: flex;
        align-items: flex-end;
        height: 60vh;
        overflow: hidden;
        margin-bottom: 3rem;
    }

    .app .container .right img {
        position: relative;
        top: 4vh;
        left: 3vw;
        /* width: 80%; */
    }

    .app .container {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        max-height: 50vh;
        padding: 1rem;
    }

    .app .container .left h3 {
        font-size: 3rem;
    }

    .app .container .left {
        white-space: nowrap;
    }

}

@media only screen and (max-width: 780px) {


    /*input[type="number"]::-webkit-outer-spin-button,*/
    /*input[type="number"]::-webkit-inner-spin-button {*/
    /*    -webkit-appearance: square-button;*/
    /*    padding: 10px;*/
    /*    margin: 0px;*/
    /*}*/

    .menu-area .container>div {
        direction: rtl;
    }

    .ot-hero-bg {
        width: auto;
        height: 100%;
    }

    .ot-hero-bg video {
        object-fit: cover;
        height: 100% !important;
    }

    .app .container {
        grid-template-columns: 2fr 1fr;
    }

    .app .container .right img {
        position: relative;
        top: 7vh;
        left: 4vw;
        /* width: 100%; */
    }

    .popup-search-box form.previewer .splitterSection {
        grid-template-columns: 1fr;
    }

    .popup-search-box form.previewer .splitterSection .img {
        display: none;
    }
}

.swiper-slide {
    width: 360px;
}

.swiper-slide .trip-box__img {
    width: 100%;
}

.swiper-slide .trip-box__img img {
    width: 100%;
}

@media only screen and (max-width: 426px) {
    .ot-video {
        width: 150px !important;
        height: 150px !important;
        top: 15% !important;
        left: 20% !important;
        transform: translate(-50%, -50%);
        border: 10px solid #fff !important;
    }

    .splitterSection {
        grid-template-columns: 1fr;
    }

    .app {
        height: auto;
        overflow: visible;
        padding: 0 20px;
    }

    .app .right {
        display: none;
    }

    .app .container {
        display: block;
        max-height: none;
        height: auto;
        padding: 2rem 0;
        border-radius: 20px;
        text-align: center;
    }

    .app .container .left h3 {
        font-size: 2.5rem;
    }

    .app .container .left {
        padding: 20px;
    }

    .app .container .left div {
        padding: 0;
    }

    .app .container .left img {
        width: 40%;
        margin-top: 20px;
    }

}

@media only screen and (max-width: 426px) {

    .swiper-slide {
        width: 90vw;
    }

}

.loader {
    position: relative;
    color: #de3500;
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-bottom: 35px solid #de3500;
    border-left: 50px solid transparent;
    animation: 3s starRotate linear infinite;
}

.loader:before {
    border-bottom: 40px solid #de3500;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -22px;
    left: -31px;
    display: block;
    content: '';
    transform: rotate(-35deg);
}

.loader:after {
    content: '';
    position: absolute;
    display: block;
    color: #de3500;
    top: 1.5px;
    transform: rotate(-70deg);
    left: -52px;
    width: 0px;
    height: 0px;
    border-right: 50px solid transparent;
    border-bottom: 35px solid #de3500;
    border-left: 50px solid transparent;
}

@keyframes starRotate {
    0% {
        transform: rotate(0deg) scale(0.15)
    }

    50% {
        transform: rotate(360deg) scale(1)
    }

    100% {
        transform: rotate(720deg) scale(0.15)
    }
}


footer .widget-area {
    padding: 1rem 0 0;
}

footer .container {
    height: auto !important;
}

footer .copyright-wrap {
    margin-top: 0 !important;
    background-color: transparent !important;
}

footer .copyright-wrap .container {
    padding: 1rem 0 0 !important;
    border-top: 1px solid #eee !important;
}

footer .container p {
    color: #777;
}

footer .container h3.widget_title {
    color: #111;
}

@media (max-width: 991px) {
    .footer-layout1 .widget-area {
        padding-top: 0;
    }
}
