/* Main Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "Roboto", sans-serif;
}

nav li,
h1,
h2,
h3,
h4,
h5,
h6,
table thead td,
label,
button {
    font-family: "Noto Sans", sans-serif;
}

img {
    max-width: 100%;
    width: 100%;
}

.border {
    border: 1px solid #c5c5c5 !important;
}

.container {
    max-width: 1240px;
}

.loaderBox {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: #ffffff;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.loader {
    border: 16px solid #000000;
    border-radius: 50%;
    border-top: 16px solid #50893f;
    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, 0.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: "Open Sans", sans-serif !important;
    direction: ltr !important;
}

.contentWrap p {
    font-size: 16px;
    line-height: 22px;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    line-height: 18px;
    margin-top: 5px;
}

.banner .imageWrap img {
    max-width: 100%;
}

/* .section-title,
.contentWrap h1 {
  font-size: 25px;
  color: #33571c;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 15px;
} */

.contentWrap h2 {
    margin: 30px 0px 15px !important
}

.formWrap input.form-control,
.formWrap select.form-control,
.formWrap textarea.form-control {
    border: 1px solid #c5c5c5;
    color: #000000;
    padding: 7.5px 15px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    margin: 0 0 0px;
    width: 100%;
    height: auto;
    min-height: 42px;
    border-radius: 0px;
    /* box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 22%) !important; */
}

select.form-control {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: white !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%);
}

form {
    margin-top: 30px;
}

.formWrap label {
    font-size: 14px;
    font-weight: 400;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px;
}

.formWrap .form-group {
    margin-bottom: 15px;
}

.formWrap .ar {
    direction: rtl;
}

.btnsPack .btn {
    margin-bottom: 15px;
}

a {
    color: #50893f;
}

    a:hover,
    a:focus {
        color: #33571c;
    }

.formWrap button.btn-danger {
    background: #588a38;
    border-color: #588a38;
}

.formWrap button.btn.btn-primary:focus,
.btn.btn-primary:focus,
.formWrap button.btn.btn-primary:hover,
.btn.btn-primary:hover {
    background: #33571c;
    border: 1px solid #33571c;
    color: #fff;
}

.formWrap button.btn-danger:hover {
    background: #c82333;
    border-color: #c82333;
}

.text-danger {
    font-size: 14px;
}

.btn-primary.float-right {
    float: right;
}

.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: #009fc9 !important;
}

.panelBox h2 {
    margin: 0px 0px 15px !important;
    font-size: 2rem;
    color: #009fc9;
    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: #009fc9;
    }

    .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: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none !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: #c5c5c5;
    }

    .checkBoxContainer:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .checkBoxContainer input:checked ~ .checkmark {
        background-color: #33571c;
    }

    .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: #32adff;
    }

    .ticketButton input:checked ~ .checkmark {
        background-color: #2196f3;
    }

    .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: #32adff;
    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;
    }

        .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: #32adff;
        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 #4e9e75;
    padding: 12.5px 30px;
    border-radius: 10px;
    font-size: 16px;
}

    .simpleMenu li a:hover,
    .simpleMenu li a:focus,
    .simpleMenu li a.active {
        background: #4e9e75;
        color: #fff;
        text-decoration: none;
    }

.simpleMenu {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 30px 0;
    gap: 30px;
}

.btn.btn-info {
    text-align: left;
    white-space: break-spaces;
}

img {
    max-width: 100%;
}

.bannerBox {
    margin: 30px auto;
}

    .bannerBox h1,
    .section-title,
    .contentWrap h1 {
        margin: 30px 0 15px;
        color: #000;
        position: relative;
        padding: 0;
        font-size: 36px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

.contentWrap h4 {
    font-size: 22px;
    margin: 30px 0 60px;
}

.contentWrap h1:before,
.bannerBox h1:before {
    width: 100%;
    max-width: 400px;
    height: 1px;
    background: #182139;
    position: absolute;
    top: auto;
    z-index: 1;
    border-radius: 1px;
    bottom: -60px;
    bottom: -12px;
}

.contentWrap h1:after,
.bannerBox h1:after {
    width: 115px;
    height: 6px;
    background: #005cfa;
    position: absolute;
    top: auto;
    z-index: 1;
    border-radius: 1px;
    left: 0;
    bottom: -14px;
}

.contentWrap h1.ar:after,
.bannerBox h1.ar:after {
    right: 0px;
    left: auto;
}

.bannerBox p {
    color: #727272;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
}

.imgBox {
    min-height: 479px;
    margin-bottom: 30px;
    /* background: #f00; */
    box-shadow: 0px 40px 50px 0px rgb(0 0 0 / 10%);
    padding: 20px;
}

    .imgBox img {
        width: 100%;
    }

    .imgBox h2 {
        font-size: 18px;
        margin: 20px 0 10px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .imgBox p {
        font-size: 16px;
        line-height: 26px;
        min-height: 130px;
        margin-bottom: 30px;
    }

    .imgBox .themeBtn,
    .themeBtn,
    .formWrap button.btn.btn-primary,
    .btn.btn-primary,
    .btn-danger {
        text-align: center;
        font-weight: 500;
        height: auto;
        font-size: 16px;
        width: auto;
        letter-spacing: 0;
        background: #588a38;
        border-color: #588a38;
        border-radius: 30px;
        color: #ffffff;
        padding: 10px 20px;
        text-transform: uppercase;
        min-width: 150px;
    }

        .imgBox .themeBtn:hover,
        .imgBox .themeBtn:focus,
        .themeBtn:hover,
        .themeBtn:focus,
        .formWrap button.btn.btn-primary:hover,
        .btn.btn-primary:hover {
            background-color: #33571c;
            border-color: #33571c;
            outline-color: #33571c;
        }

.bottomLine {
    margin: 30px 0 100px;
    background: #e00b00;
    padding: 20px;
    color: #fff;
}

    .bottomLine p {
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        margin-bottom: 15px;
        line-height: 24px;
    }

    .bottomLine ul {
        display: flex;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
        align-items: center;
    }

    .bottomLine li {
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        line-height: 24px;
        background: #ffffff47;
        padding: 10px 20px;
        margin: 0;
        list-style: none;
        border-radius: 10px;
        width: 32.5%;
    }

        .bottomLine li:hover {
            background: #fff;
            color: #000000;
        }

    .bottomLine p a {
        text-decoration: underline;
        padding-bottom: 5px;
        color: #000;
    }

        .bottomLine p a:hover {
            text-decoration: none;
        }



.vehicaleInfoBox {
    background: linear-gradient(#0a8ed3, #5b1070 300%);
    padding: 20px;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
}

    .vehicaleInfoBox h2,
    .contentWrap h2 {
        font-size: 24px;
        font-weight: bold;
        margin: 0px 0px 20px;
    }

    .vehicaleInfoBox input,
    .vehicaleInfoBox select {
        border: 0px !important;
    }

    .vehicaleInfoBox label {
        color: #ffffff;
    }

.table p {
    margin-bottom: 0px;
}

.addGuest h2 {
    width: auto;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0px 20px;
}

.addGuest label {
    color: #fff;
}

.addGuest input,
.addGuest select {
    border: 0px !important;
}

.addGuest {
}

.addGuest {
}

    .addGuest .heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.addGuest {
    background: linear-gradient(#0a8ed3, #5b1070 300%);
    padding: 20px;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
}


.inputButtonWrap {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 25px;
}

    .inputButtonWrap .checkbox.chk {
        width: 100%;
        /* border-bottom: 1px solid #ccc; */
        padding-bottom: 10px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 0;
        font-size: 14px;
    }

        .inputButtonWrap .checkbox.chk input {
            margin: 5px 5px 5px;
        }

        .inputButtonWrap .checkbox.chk:hover {
            background: #f5f5f5;
        }

#landingPage {
}

.landingPageBoxes {
}

    .landingPageBoxes a {
        height: auto;
        background: #ffffff;
        padding: 9px;
        border: 1px solid #588a38;
        box-shadow: 7px 7px 1px #588a38;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        display: inline-block;
        text-decoration: none;
        margin-bottom: 30px;
        text-align: left;
    }

        .landingPageBoxes a:hover {
            box-shadow: none;
        }

        .landingPageBoxes a img {
            max-width: 100%;
        }

        .landingPageBoxes a h4 {
            display: block;
            margin-bottom: 0;
            text-transform: uppercase;
            color: #588a38;
            font-size: 16px;
            font-weight: bold;
            margin-top: 15px;
        }

#banner {
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0px 15px 30px -30px #000000;
}

.checkBoxLabekWrap {
}

    .checkBoxLabekWrap .checkbox.chk {
    }

.child-lable {
    text-transform: none !important;
}

@media (max-width: 1024px) {
    .bannerBox h1 {
        font-size: 42px;
    }

    .bottomLine li {
        width: 49%;
    }
}

@media (max-width: 767px) {
    .contentWrap h1 {
        font-size: 26px;
        line-height: 38px;
    }

    .contentWrap h2 {
        font-size: 24px;
        text-align: center;
    }

    .contentWrap h4 {
        font-size: 16px;
        margin: 7.5px 0 30px;
        line-height: 24px;
    }

    p,
    body {
        font-size: 14px;
        line-height: 20px;
    }

    .bottomLine li {
        width: 100%;
    }

    .section-title,
    .contentWrap h1,
    .panelBox h2 {
        /* font-size: 20px; */
        /* margin: 15px 0px; */
        /* line-height: 26px; */
        /* padding: 10px 15px; */
    }

    .simpleMenu {
        gap: 15px;
    }

        .simpleMenu li a {
            display: block;
            border: 1px solid #4e9e75;
            padding: 5.5px 10px;
            border-radius: 40px;
            font-size: 14px;
            text-align: center;
        }

    .imgBox .themeBtn,
    .themeBtn,
    .formWrap button.btn.btn-primary,
    .btn.btn-primary,
    .btn-danger {
        padding: 10px 22.5px;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 580px) {
    .bannerBox h1 {
        font-size: 28px;
    }

    .imgBox p {
        min-height: inherit;
    }
}

/*for searchable dropdown*/
.bootstrap-select > .dropdown-toggle {
    border: 1px solid #c5c5c5;
    padding: 7px 15px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    margin: 0 0 0px;
    height: auto;
    min-height: 42px;
    border-radius: 0px;
    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: 12px 20px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
    width: 100%;
    height: auto;
    min-height: 50px;
    border-radius: 8px;
    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;
}


.checkBoxContainer .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #ebebeb;
}

.checkBoxContainer {
    padding-right: 35px;
    padding-left: 0px;
}*/
