/* Main Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #0C0C0C;
    font-size: 16px;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
}

.loaderBox {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: #ffffff;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.loader {
    border: 16px solid #000;
    border-radius: 50%;
    border-top: 16px solid #e5066e;
    width: 100%;
    height: 100%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaderText {
    width: calc(100% - 32px);
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    overflow: hidden;
    height: 66px;
    margin-right: auto;
    top: 50%;
    left: 50%;
    margin-left: calc(-50% - -16px);
    margin-top: -31px;
}

.loaderWrap {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -75px;
}

#loader {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, .5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    display: none;
}

.loaderImg {
    width: 100%;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ar {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
    direction: rtl !important;
    text-align: right;
}

.en {
    font-family: 'Nunito Sans', sans-serif !important;
    direction: ltr !important;
}

p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.banner .imageWrap img {
    max-width: 100%;
}

.section-title,
.contentWrap h1 {
    font-size: 40px;
    color: #3a3a3a;
    text-align: left;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 20px !important;
    text-align: center;
    margin-bottom: 30px !important;
}

    .contentWrap h1 b {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(290deg, #009cc5 0%, #e5066e 100%);
    }

.contentWrap h2 {
    color: #000000;
    font-weight: bold;
    font-size: 28px;
}


.formWrap input.form-control,
.formWrap select.form-control,
.formWrap textarea.form-control {
    border: 0.4px solid rgba(0, 0, 0, 0.349);
    border-radius: 0;
    color: #000;
    padding: 9px 20px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    margin: 0 0 8px;
    width: 100%;
    height: auto;
    min-height: 44px;
    border-radius: 0;
}

select.form-control {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: transparent !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    background-size: 30px !important;
}

.form-control:focus {
    box-shadow: 0 2px 10px 0px rgb(0 0 0 / 20%);
}

.formWrap label {
    font-size: 16px;
    font-weight: 400;
}

.formWrap .ar {
    direction: rtl;
}

.btnsPack .btn {
    margin-bottom: 15px;
}

a {
    color: #141d50;
}

    a:hover,
    a:focus {
        color: #141d50;
    }

.formWrap button.btn.btn-primary,
.btn.btn-primary {
    padding: 12.5px 30px;
    position: relative;
    color: #fff;
    display: inline-block;
    border: 0px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
    width: 150px;
    height: 44px;
    line-height: 20px;
    background-color: transparent;
    background-image: linear-gradient(290deg, #009cc5 0%, #e5066e 100%);
}

    .formWrap button.btn.btn-primary:focus,
    .btn.btn-primary:focus,
    .formWrap button.btn.btn-primary:hover,
    .btn.btn-primary:hover {
        background: #1a819f;
        border: 0px solid #ffffff;
        color: #fff;
        background-color: transparent;
        background-image: linear-gradient(290deg, rgb(229 6 110) 0%, rgb(0 156 197) 100%);
    }

.divider {
    background: #ccc;
    height: 1px;
    margin: 40px 0px 10px;
    width: 100%;
    border: 0px;
}

.panelBox {
    background-color: transparent;
    padding: 2em 2.5em;
    text-align: center;
    border-top: 1px solid #cccccc;
    margin-top: 2rem;
}

.replyBox h1 {
    font-size: 1.2rem !important;
    color: #f27633 !important;
}

.panelBox h2 {
    margin: 0px 0px 15px !important;
    font-size: 2rem;
    color: #f27633;
    font-weight: 800;
}

.panelBox .buttonsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .panelBox .buttonsWrap .btn {
        margin-left: -50px;
    }

.radioBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radioBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .radioBoxContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #ebebeb;
        border-radius: 50%;
    }

    .radioBoxContainer:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .radioBoxContainer input:checked ~ .checkmark {
        background-color: #f27633;
    }

    .radioBoxContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .radioBoxContainer input:checked ~ .checkmark:after {
        display: block;
    }

    .radioBoxContainer .checkmark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

.radioWrap .radioBoxContainer {
    display: inline-block;
    padding-right: 50px;
}

.checkboxWrap .checkBoxContainer {
    display: inline-block;
    padding-right: 50px;
}

.checkBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px !important;
}

    .checkBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkBoxContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #ebebeb;
    }

    .checkBoxContainer:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .checkBoxContainer input:checked ~ .checkmark {
        background-color: #ec8a43;
    }

    .checkBoxContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkBoxContainer input:checked ~ .checkmark:after {
        display: block;
    }

    .checkBoxContainer .checkmark:after {
        left: 9px;
        top: 5px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.ticketButton {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
}

    .ticketButton input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .ticketButton .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #cccccc;
        border-radius: 0;
    }

    .ticketButton:hover input ~ .checkmark {
        background-color: #f27633;
    }

    .ticketButton input:checked ~ .checkmark {
        background-color: #f27633;
    }

    .ticketButton .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .ticketButton input:checked ~ .checkmark:after {
        display: block;
    }

/* .ticketButton .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  } */

.ticketType .orderSummaryTable tr td,
.ticketType .orderSummaryTable tr th {
    color: #000;
}

.ticketType h1.ticketMainHeading {
    background: #f27633;
    text-align: center;
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

.ticketType .ticketBox {
    background: #f5f5f5;
    margin-bottom: 30px;
}



    .ticketType .ticketBox .heading {
        text-align: center;
        font-family: 'Big John';
    }

        .ticketType .ticketBox .heading h1 {
            font-size: 20px;
            margin-bottom: 30px;
        }

    .ticketType .ticketBox .ticketPrice {
        background: #32adff2b;
        padding: 20px;
        color: #000;
        font-size: 26px;
        line-height: 32px;
        margin-left: -20px;
        margin-right: -20px;
    }

        .ticketType .ticketBox .ticketPrice b {
            display: block;
        }

        .ticketType .ticketBox .ticketPrice span {
            display: block;
            font-size: 18px;
        }

    .ticketType .ticketBox .ticketButton {
        width: 200px;
        height: 50px;
        background: #f27633;
        padding: 0;
        text-align: center;
        margin: 0px auto 0px;
        color: #fff;
        border-radius: 50px;
        overflow: hidden;
    }

    .ticketType .ticketBox span.btnText {
        z-index: 1;
        width: 100%;
        height: 100%;
        line-height: 45px;
        font-weight: 800;
        font-size: 16px;
        border-radius: 50px;
        text-transform: uppercase;
    }

    .ticketType .ticketBox .ticketButtonWrap {
        margin: 30px auto 20px;
    }

.ticketType .ticketBox {
    padding: 20px;
    text-align: center;
}

.simpleMenu li a {
    display: block;
    border: 1px solid #271068;
    padding: 12.5px 30px;
    border-radius: 10px;
    font-size: 16px;
}

    .simpleMenu li a:hover,
    .simpleMenu li a:focus,
    .simpleMenu li a.active {
        background: #141d50;
        color: #fff;
        text-decoration: none;
    }

.simpleMenu {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 30px 0;
    gap: 30px;
}


@media (max-width: 767px) {

    .section-title,
    .contentWrap h1,
    .panelBox h2 {
        line-height: 30px;
        font-size: 24px;
        margin: 25px 0px 15px !important;
    }


    .simpleMenu {
        gap: 15px;
    }

        .simpleMenu li a {
            display: block;
            border: 1px solid #f27633;
            padding: 5.5px 10px;
            border-radius: 40px;
            font-size: 14px;
            text-align: center;
        }
}

/*for searchable dropdown*/
.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
    border: 0.4px solid rgba(0, 0, 0, 0.349);
    border-radius: 0;
    color: #000;
    padding: 9px 20px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .05em;
    margin: 0 0 8px;
    width: 100%;
    height: auto;
    min-height: 44px;
    border-radius: 0;
    outline: none;
    box-shadow: none !important;
    background: transparent;
}

.dropdown.bootstrap-select.Country .dropdown-toggle:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    border: 0.4px solid rgba(0, 0, 0, 0.349);
    border-radius: 0;
    color: #000;
    padding: 9px 20px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .05em;
    margin: 0 0 8px;
    width: 100%;
    height: auto;
    min-height: 44px;
    border-radius: 0;
    background: transparent;
    outline: none;
    box-shadow: none !important;
}

/* CSS for Arabic version */


/*select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent !important;
    background-image: url(data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>) !important;
    background-repeat: no-repeat !important;
    background-position: right 98% center !important;
    background-size: 30px !important;
}

.section.formWrap {
    direction: rtl;
    text-align: right;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: right !important;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    left: 10px;
    right: auto;
    position: absolute;
    top: 23px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0 !important;
}

body {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.checkBoxContainer .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #ebebeb;
}

.checkBoxContainer {
    padding-right: 35px;
    padding-left: 0px;
}*/
