body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #222222;
    background-color: #ffffff;
}

@font-face {
    font-family: KhodijahFree;
    src: url('fonts/Khodijah.otf');
    src: url('fonts/Khodijah.ttf');
}

@font-face {
    font-family: Displace20-Bold;
    src: url('fonts/Displace.otf');
    src: url('fonts/Displace.ttf');
}

@media (min-width: 1200px) {
    .container_cust {
        max-width: 1180px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #222222;
}

.fs_default {
    font-size: 14px;
}

.fs_24 {
    font-size: 24px;
}

.fs_23 {
    font-size: 23px;
}

.fs_20 {
    font-size: 20px;
}

.fs_18 {
    font-size: 18px;
}

.fs_19 {
    font-size: 19px;
}

.fs_16 {
    font-size: 16px;
}

.fs_13 {
    font-size: 13px;
}

.fs_12 {
    font-size: 12px;
}

.fs_11 {
    font-size: 11px;
}

.fs_10 {
    font-size: 10px;
}

.fs_9 {
    font-size: 9px;
}

.bg_tint:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 100%, #000);
    width: 100%;
}

.modal-open {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.in .modal-dialog {
    min-height: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
}

.bckBtn {
    top: 1%;
    left: 4%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}

.object_top{
    object-fit: cover;
    object-position: top;
}

.object_left {
    object-fit: cover;
    object-position: left;
}

.fw_600 {
    font-weight: 600;
}

.fw_500 {
    font-weight: 500;
}

.fw_400 {
    font-weight: 400;
}

.br_6 {
    border-radius: 6px !important;
}

.br_8 {
    border-radius: 8px !important;
}

.br_10 {
    border-radius: 10px !important;
}

.rounded_Eleft {
    border-radius: 10px 0px 0px 10px;
}

.rounded_Eright {
    border-radius: 0px 10px 10px 0px;
}

.red_border {
    border: 1px solid #ff234f !important;
}

.yellow_border {
    border: 1px solid #d69315 !important;
}

.color_default {
    color: #222;
}

.color_themered {
    color: #ff234f;
}

.color_themegreen {
    color: #2aac37;
}

.color_a_blue {
    color: #4898f6;
}

    .color_a_blue:hover {
        color: #4898f6;
    }

.whiteborderbtn {
    border: 1px solid #fff;
    color: #fff;
    background-color: #222;
}

    .whiteborderbtn:hover {
        border: 1px solid #fff;
        color: #fff;
        background-color: #222;
    }

    .whiteborderbtn:active:focus,
    .whiteborderbtn:focus {
        box-shadow: none;
        color: #fff !important;
        outline: 0;
        outline-offset: unset;
    }

.blackborderbtn {
    border: 1px solid #222;
    color: #222;
    background-color: #fff;
}

    .blackborderbtn:hover {
        border: 1px solid #222;
        color: #222;
        background-color: #fff
    }

    .blackborderbtn:active:focus,
    .blackborderbtn:focus {
        box-shadow: none;
        color: #222 !important;
        outline: 0;
        outline-offset: unset;
    }

.btn_grey {
    background-color: #fafafa;
    color: #ff234f;
    border: 1px solid #eaeaea;
}

    .btn_grey:hover {
        background-color: #fafafa;
        color: #ff234f;
    }

    .btn_grey:active:focus,
    .btn:focus {
        box-shadow: none;
        color: #ff234f;
        outline: 0;
        outline-offset: unset;
    }

.btn_red {
    background-color: #ff234f;
    color: #fff;
}

    .btn_red:hover {
        background-color: #ff234f;
        color: #fff !important;
    }

    .btn_red:active:focus,
    .btn:focus {
        box-shadow: none;
        color: #fff;
        outline: 0;
        outline-offset: unset;
    }

.bg_white {
    background-color: #ffffff !important;
}

.bg_black {
    background-color: #000000 !important;
}

.bg_lytblue {
    background-color: #edf1f7;
}

.bg_lytpink {
    background-color: #fff3f3;
}

.bg_red {
    background-color: #ff234f;
}

.bg_pink_withborder {
    background-color: #fff3f3;
    border: 1px solid #ffbbbb;
}

.lh_23px {
    line-height: 23px;
}
.SEO_listmw {
    white-space: normal;
    text-align: left;
}

.flexItemEqualWidth {
    flex: 1 0 21%;
}

.cus_Formctrl {
    max-width: 220px;
}

a:hover, a:focus {
    color: unset;
    text-decoration: none;
}

.hidden {
    display: none;
}

.shown {
    display: block;
    transition: all .5s ease-out;
    opacity: 1;
    color: red;
}

.red_gradient {
    background-color: #ff234f;
    background-image: linear-gradient(#ff234f, #801228);
}

.custom_panel a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 900;
    margin-left: auto;
}

.custom_panel a.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f077";
    font-weight: 900;
}

.custom_panel > .panel-heading > .collapsed > .panel-title {
    font-weight: 400;
}

.custom_panel .panel-heading .panel-title {
    font-weight: 500;
    color: #141414;
}

/* search box css */
.search-box .search-boxinput {
    width: 0px;
    height: 40px;
    padding: 0 14px;
    outline: none;
    font-size: 15px;
    border-radius: 50px;
    color: #222;
    border: 2px solid #ff234f;
    margin: 1px 15px 5px;
}

::-webkit-input-placeholder {
    color: #ff234f;
}

::-moz-placeholder {
    color: #ff234f;
}

:-ms-input-placeholder {
    color: #ff234f;
}

:-moz-placeholder {
    color: #ff234f;
}

.btn-search {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ff234f;
    border-radius: 50%;
    right: 18px;
    top: 15px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    color: #fff;
    transition: all 0.8s ease;
}

.search-boxinput.active {
    width: 350px;
}

.btn-search.animate {
    transform: rotate(-360deg);
}

.is-hidden {
    display: none;
}

.banner_caption {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
    /*background: rgba(3, 3, 3, 0.6);*/
}

.Rdest_caption {
    color: #fff;
}

    .Rdest_caption h1 {
        font-size: 45px;
        font-family: Displace20-Bold;
        color: #fff;
    }

.Rdest_indicators {
    display: block;
   /* position: absolute;
    bottom: 5% !important;
    left: 50% !important;
    transform: translate(-50%, 100%);*/
}

    .Rdest_indicators li {
        background-color: #eaeaeb;
        width: 10px;
        height: 4px;
        margin: 0px 3px;
        display: inline-block !important;
        border: none;
    }

        .Rdest_indicators li.active {
            width: 20px;
            height: 4px;
            margin: 0 3px;
            background-color: #ff234f!important;
            opacity: 1;
            border: none!important;
        }

.container_comic {
    transform: translate(0%, 272%);
    position: absolute;
    left: 0px;
}

.container_comicright {
    transform: translate(0%, -90%);
    position: absolute;
    right: -8%;
}

.container_rightstories {
    transform: translate(0%, 3%);
    position: absolute;
    right: 13px;
}

    .container_rightstories img {
        width: 55%;
    }

.container_kite {
    transform: translate(9%, 10%);
    position: absolute;
    left: 0px;
}

.container_leftribon {
    transform: translate(-15%, -42%);
    position: absolute;
    left: 0px;
}

.container_cartcard {
    transform: translate(-20%, 145%);
    position: sticky;
    top: 0;
    float: right;
    z-index: 9;
}

.container_girafee {
    transform: translate(0%, 25%);
    position: absolute;
    left: 0px;
}

.container_kiteright {
    transform: translate(83%, -41%);
    position: absolute;
    right: 0px;
}

    .container_kiteright img {
        width: 80%;
    }

.copy_code {
    background: rgba(255, 255, 255, 0.09);
    border: 2px dotted #eee;
}

.Destination_top {
    bottom: 0%;
    background-color: #0f0f0f;
    opacity: 0.8;
}

#zones-slider .owl-stage {
    right: 40px;
}

.zones_div img {
    height: 65px;
    object-fit: contain;
}
/* coursel css */
.cust_owltheam .owl-dots .owl-dot.active span,
.cust_owltheam .owl-dots .owl-dot:hover span {
    background: #5110e9 !important;
}

.owl-carousel .nav-button {
    height: 35px !important;
    width: 35px !important;
    cursor: pointer !important;
    position: absolute !important;
    top: -39px !important;
    line-height: 32px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.owl-carousel .owl-prev {
    right: 48px !important;
}

.owl-carousel .owl-next {
    right: 0px !important;
}

.cust_owltheam .owl-nav {
    text-align: right !important;
}

    .cust_owltheam .owl-nav [class*=owl-] {
        color: #ff234f !important;
        font-size: 33px !important;
        background: #fff !important;
        border-radius: 50px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #ddd !important;
    }

        .cust_owltheam .owl-nav [class*=owl-]:hover {
            background: #ff234f !important;
            color: #fff !important;
            border: none !important;
            cursor: pointer !important;
        }

.owl-prev:before,
.owl-next:before {
    content: none !important;
}

#Rtabs .nav-tabs .nav-item.show .nav-link,
#Rtabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ff234f;
}

    #Rtabs .nav-tabs .nav-link.active img {
        filter: brightness(0) invert(1);
    }

#Rtabs .nav-tabs .nav-link {
    border: 1px solid #bbbad1;
    color: #000;
    flex: 0 0 auto;
}

.text_underline{
    text-decoration: underline;
}

/* =====================countdown============================= */
.countdown > div {
    display: inline-block;
    text-align: center;
    color: #fff;
}

.countdown div > span {
    font-size: 16px;
    padding: 0px 5px;
    font-weight: 500;
    border: 1px solid #ff9eb1;
    display: block;
    width: max-content;
    background-image: radial-gradient(circle at 50% 50%, #ff234f, #801228 148%);
}

.countdown .smalltext {
    font-size: 6px;
    color: #222;
}

.twolineEllipsis_v {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.onelineEllipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.twolineEllipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fourlineEllipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.content_seo {
    visibility: unset;
}

.content_seomw {
    visibility: unset;
}

.SEO_list:hover {
    color: unset;
}

.num_circle {
    width: 25px;
    height: 25px;
    background-color: #222;
    color: #fff;
}

    .num_circle.active {
        background-color: #ff234f;
        color: #fff;
    }
/* bv4 */
.img-fluid {
    max-width: 100%;
    height: auto;
}

.b-0 {
    bottom: 0;
}

p {
    color: unset;
}


@media screen and (min-width: 1400px) {

    .Rdest_caption h1 {
        font-size: 53px !important;
    }

    .banner_caption {
        transform: translate(-50%, -50%) !important;
    }

    /*.Rdest_indicators {
        transform: translate(-50%, 100%);
    }*/
}

@media only screen and (max-device-width: 1024px) {

    .Destination_top {
        bottom: 40% !important;
    }

    .banner_caption {
        transform: translate(-50%, -50%);
    }

    .search-box .search-boxinput {
        display: none;
    }

    .search-boxinput.active {
        width: 350px;
        display: block !important;
        margin: 0;
    }
}

@media only screen and (width: 768px) and (height: 1024px) and (orientation:portrait) {

    .Destination_top {
        bottom: 44% !important;
    }
}

@media screen and (max-width: 768px) {

    .fs_xs_20 {
        font-size: 20px !important;
    }

    .fs_xs_16 {
        font-size: 16px !important;
    }

    .fs_xs_default {
        font-size: 14px !important;
    }

    .fs_xs_13 {
        font-size: 13px !important;
    }

    .fs_xs_12 {
        font-size: 12px !important;
    }

    .fs_xs_10 {
        font-size: 10px !important;
    }

    .fs_xs_8 {
        font-size: 8px !important;
    }

    .w_xs_100 {
        width: 100% !important;
    }

    .width_Xs65 {
        width: 65% !important;
    }

    #zones-slider .owl-stage {
        right: 0px;
    }

    .flexItemEqualWidth {
        flex: 1 0 35%;
    }

    .border_xs_0 {
        border: none !important;
    }

    .Rdest_caption h1 {
        text-align: center;
        font-size: 28px;
    }

    .Rdest_caption p {
        text-align: center;
    }

    #Riyadh_carousel .rcaroslimg {
        object-fit: cover;
        height: 590px;
    }

    .countdown div > span {
        font-size: 20px;
    }

    .banner_caption {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -0%);
        width: 83%;
    }

    .cust_owltheam .owl-nav {
        display: none;
    }

    .allEcaroslimg {
        height: 20vh;
        object-fit: cover;
    }

    .twolineEllipsis {
        height: 55px;
        min-height: auto !important;
    }

    .Destination_top {
        bottom: 0% !important;
    }

    .b-cart {
        background-color: #ff234f;
        width: 50px !important;
        height: 45px !important;
    }

    .b-cart__count {
        position: absolute;
        top: 4px;
        right: 14%;
        border: 2px solid #fff;
        padding: 4px;
        border-radius: 50%;
        font-size: 12px;
        background: #ff234f;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search-boxinput.active {
        width: 323px;
        display: block !important;
        margin: 0;
    }

    .search-box .search-boxinput {
        display: none;
    }

    .container_kiteright {
        transform: translate(45%, -100%);
    }

        .container_kiteright img {
            width: 40%;
        }

    .container_rightstories {
        transform: translate(64%, -18%);
    }

        .container_rightstories img {
            width: 35%;
        }

    .qtySelector .qtyValue {
        width: 40px !important;
    }

    /* css modal popup bottom open*/
    .r_modalFromBottomMweb .modal-dialog {
        position: fixed;
        width: 100% !important;
        margin: 0;
        bottom: 0;
        -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        align-items: end !important;
    }

        .r_modalFromBottomMweb .modal-dialog .modal-content {
            max-height: 80vh !important;
            position: relative;
            animation: animatebottom 0.4s;
            border: none;
            border-radius: 0 !important;
            overflow: unset;
        }

        .r_modalFromBottomMweb .modal-dialog .r_modalClose {
            position: absolute;
            top: -46px;
            margin: 15px;
            cursor: pointer;
        }

    @keyframes animatebottom {
        from {
            bottom: -300px;
            opacity: 0;
        }

        to {
            bottom: 0;
            opacity: 1;
        }
    }

    /* owl coursel */
    .owl-carousel .nav-button {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .owl-carousel .owl-next {
        right: -15px;
    }

    .owl-carousel .owl-prev {
        left: -15px;
    }
    .b-items__item__img {
        min-height: 150px!important;
    }
}


/* testing */

.b-cart {
    background-size: 80% 85%;
    background-image: radial-gradient(circle at 0% 100%, transparent 0, transparent 12px, #ff234f 13px), radial-gradient(circle at 38% 0%, transparent 0, transparent 12px, #ff234f 13px), radial-gradient(circle at 0% 0%, transparent 0, transparent 12px, #ff234f 13px), radial-gradient(circle at 38% 100%, transparent 0, transparent 12px, #ff234f 13px);
    background-repeat: no-repeat;
    background-position: right bottom, left top, right top, left bottom;
    width: 164px;
    height: 50px;
}

.b-items .b-items__item {
    position: relative;
}

.b-items__item__img {
    min-height: 227px;
    object-fit: cover;
}

.b-flying-img {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 5;
    animation: fly 0.8s 1;
    -webkit-animation: fly 0.8s 1;
    /* -webkit-backface-visibility: hidden; */
}

@keyframes fly {
    0% {
        -moz-transform: rotate(0deg);
        /* ??? Firefox */
        -ms-transform: rotate(0deg);
        /* ??? IE */
        -o-transform: rotate(0deg);
        /* ??? Opera */
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        /* ??? Firefox */
        -ms-transform: rotate(0deg);
        /* ??? IE */
        -o-transform: rotate(0deg);
        /* ??? Opera */
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes fly {
    0% {
        -webkit-transform: rotate(0deg);
        /* ??? Safari, Chrome, iOS */
    }

    100% {
        -webkit-transform: rotate(0deg);
        /* ??? Safari, Chrome, iOS */
    }
}


.qtySelector {
    border: 1px solid #ddd;
    height: 33px;
}

    .qtySelector .fa {
        padding: 10px 0px;
        width: 25px;
        height: 100%;
        float: left;
        cursor: pointer;
    }

        .qtySelector .fa.clicked {
            font-size: 12px;
            padding: 12px 5px;
        }

    .qtySelector .fa-minus {
        border-right: 1px solid #ddd;
    }

    .qtySelector .fa-plus {
        border-left: 1px solid #ddd;
    }

    .qtySelector .qtyValue {
        border: none;
        width: 28px;
        height: 100%;
        float: left;
        text-align: center
    }

.r_radio input[type=radio] {
    display: none;
}

.r_radio label {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.r_radio input[type=radio] + label:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    outline: 2px solid #bababa;
    border-radius: 50px;
    margin-right: 10px;
}

.r_radio input[type=radio]:checked + label:before {
    content: "";
    background: #ff234f;
    border: 4px solid #fff;
    outline: 2px solid #ff234f;
}

.r_radio.radioAtEnd input[type=radio] + label:before {
    position: absolute;
    right: 10px;
}

.r_radio.selectedLabelInTheme input[type=radio]:checked + label {
    font-weight: 600;
    color: #ff234f;
}

.r_checkbox {
    position: relative;
}

    .r_checkbox input[type=checkbox] {
        display: none;
    }

        .r_checkbox input[type=checkbox] + label::before {
            content: "";
            visibility: visible;
            position: absolute;
            display: inline-block;
            width: 18px;
            height: 18px;
            left: 0;
            border-radius: 4px;
            border: 1px solid #a1a9c3;
        }

        .r_checkbox input[type=checkbox]:checked + label::before {
            content: '\2713';
            visibility: visible;
            position: absolute;
            display: inline-block;
            width: 18px;
            height: 18px;
            border-radius: 4px;
            background-color: #fff;
            border: 1px solid #4898f6;
            text-align: center;
            line-height: 16px;
            color: #4898f6;
        }

    .r_checkbox.checkboxAtEnd input[type=checkbox] + label::before {
        right: 10px;
    }
