:root {
    --black: #151A1A;
    --white: #ffffff;
    --green: #2edd6b;
    --gray: #cacaca;
    --gray2: #ececec;
    --gray3: #c0c0c0;
    --gray4: #848484;
    --light-gray: #bfbfbf;
    --main: #d69c20;
}

@font-face {
    font-family: Financier;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/GraphikArabic.ttf);
    font-display: swap;
}


body {
    font-family: Financier, FontAwesome;
    background-color: black;
    color: white;

}

.hidden{
    display:none;
}

/*scroll*/
::-webkit-scrollbar {
    width: 4px;

}

/* Track */
::-webkit-scrollbar-track {
    background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 40px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--main);
    /*border-radius: 3px;*/
}
.play{
    position: absolute;
    font-size: 40px;
    z-index: 2;
    right: 40px;
    margin-top: -80px;
    color: var(--main);
}

a img, a, a:active, a:focus {
    outline: none !important;
}

*:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0rem #fff, /* use site bg color to create whitespace for faux focus ring */ 0 0 0 .0rem #069 !important; /* faux focus ring color */
}

.hv-50 {
    height: 50vh;
    overflow-y: scroll;
}

a:hover, a:active {
    text-decoration: unset;
}

.w-24 {
    width: 24px;
}

.w-22 {
    width: 22px;
}

.w-40 {
    width: 60px;
}

.w-110 {
    width: 110%;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}

.lh-26 {
    line-height: 26px;
}

.lh-20 {
    line-height: 20px;
}

.line-through {
    text-decoration: line-through;
    text-decoration-color: red;
}

.green {
    color: #4FCD5C !important;
}

.red {
    color: #FF4B4B !important;
}

.orange {
    color: #F45A02 !important;
}

.main {
    color: var(--main);
}

.bg-brown {
    /*background-color: #eadccc;*/
    background-color: #c69c6d87;
}

.container-fluid {
    width: 95% !important;
}

.white {
    color: var(--white) !important;
}

.gray {
    color: var(--gray);
}

.gray2 {
    color: var(--gray2);
}

.gray3 {
    color: var(--gray3);
}
.gray4 {
    color: var(--gray4);
}

.light-gray {
    color: var(--light-gray);
}

.footer-social {
    width: 1.4vw;
    height: 1.4vw;
    background-color: white;
    border-radius: 50%;
}

#nw-ft-whatsapp2 {
    float: left;
    width: 100px;
    position: fixed;
    bottom: 18px;
    z-index: 10;
}

.footer-social:hover {
    background-color: var(--main);
}

.black {
    color: black;
}

.bg-black {
    background-color: black;
}


.br-20 {
    border-radius: 20px;
}

.b-t-g3 {
    border-top: 1px solid var(--gray3);
}

.hide {
    display: none;
}

.bg-gray-select, .bg-gray-select:focus.bg-gray-select:active, .bg-gray-select option {
    background-color: #e2e2e2;
}

.select2-selection__placeholder {
    font-family: FontAwesome, Graphik;
}

.bolder {
    font-weight: 900;
}


.cursor {
    cursor: pointer;
}


.fs-130 {
    font-size: 130px;
}

.fs-110 {
    font-size: 110px;
}

.fs-100 {
    font-size: 100px;
}

.fs-80 {
    font-size: 80px;
}

.fs-70 {
    font-size: 70px;
}

.fs-50 {
    font-size: 50px;
}

.fs-40 {
    font-size: 40px;
}

.fs-30 {
    font-size: 30px;
}

.fs-24 {
    font-size: 24px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fsvw-8 {
    font-size: 0.8vw;
}

.fsvw-1 {
    font-size: 1vw;
}

.fsvw-1-4 {
    font-size: 1.4vw;
}

.fsvw-2 {
    font-size: 2vw;
}

.fsvw-3 {
    font-size: 3vw;
}

.fsvw-3-4 {
    font-size: 3.4vw;
}

.fsvw-5-1 {
    font-size: 5.1vw;
}

.bold {
    font-weight: bold;
}

.bbg-1 {
    border-bottom: 1px solid #e2e2e2;
}

.w-20 {
    width: 20px;
}

.wvw-1-2 {
    width: 1.2vw;
}

.wvw-8 {
    width: 8vw;
}

.iti__country-list {
    color: black !important;
}

.iti__selected-dial-code {
    display: none;
}

.upper-case {
    text-transform: uppercase;
}

/*nav*/

.nav {
    position: fixed;
    width: 100%;
    z-index: 3;
    transition: all 0.5s;
}

.wmax-200 {
    max-width: 100px;
}

.light-nav {
    background-color: black;
}

.nav-icons {
    z-index: 5;
}

.light-nav .nav-icons img {
    /*filter: brightness(0.1);*/
}

.light-nav .nav-icons div {
    color: black !important;
}

.side-menu-p-t {
    padding-top: 100px;
}

.side-menu a:hover span, .dropdown-side-menu:hover > span {
    color: var(--main);
    font-weight: bold;
}

.dropdown-sub-side-menu {
    display: none;
}

.dropdown-side-menu:hover .dropdown-sub-side-menu, .dropdown-sub-side-menu:hover {
    display: block;
}

.dropdown-sub-side-menu2 {
    display: none;
}

.dropdown-side-menu2:hover .dropdown-sub-side-menu2, .dropdown-sub-side-menu2:hover {
    display: block;
}

.dropdown-side-menu2 {
    position: relative;
}


.dropdown-sub-side-menu2 {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid var(--gray2);
    padding-left: 8%;
    left: 98%;
    width: 103%;
    z-index: 4;
}

/*side-menu*/

.side-menu {
    width: 0;
    min-height: 100vh;
    position: fixed;
    z-index: 2;
    transition: all 0.5s;
    top: 0;
    right: 0;
}

.r-0 {
    right: 0;
}

.side-menu-over-lay {
    background-color: var(--main);
    opacity: 0.5;
}

.w-50-100 {
    width: 50%;
}

.w-50-0 {
    width: 50%;
}

.a-hover:hover {
    color: var(--main);
}


/*intro*/

#intro {
    overflow-x: hidden;
}

.intro-overlay {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    /*background-color: #00000054;*/
}

.s-divider {
    width: 3px;
    height: 100px;
    background-color: var(--main);
}


.btn-primary {
    background-color: var(--main);
    outline: unset;
    border: unset;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #8d704f !important;
    outline: unset;
    border: unset;
}

/*blog card*/

.bcg-1 {
    border-radius: 50px;
    border: 1px solid var(--main);
}

.wpx-15 {
    width: 15px;
}

.blog-card a:hover {
    color: var(--main);
}

.bgcc {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: all 0.5s;
}

.bgcc1 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bgcc2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bgcc:hover {
    background-size: 120% auto;
    transition: all 0.5s;
}

.underline-title:after {
    content: '';
    height: 3px;
    background-color: var(--main);
    width: 10vw;
    position: absolute;
    margin-top: 2.8vw;
    right: calc(50% - 5vw);
}

.underline-title-select {
    border-bottom: 2px solid var(--main);

}

.underline-title2 {
    height: 3px;
    background-color: var(--main);
    width: 10vw;
}

.min-250 {
    min-height: 250px;
}


.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.1vw;
}

.zoom {
    display: inline-block; /* change the default display type to inline-block */
    overflow: hidden; /* hide the overflow */

}

.zoom img {
    transition: all .2s ease;
}

.zoom:hover img {

    vertical-align: middle;
    transform: scale(1.2);
}

.form-control::placeholder {
    color: var(--gray3);
    opacity: 1; /* Firefox */
}
.contact-page .form-control::placeholder {
    color: var(--main);
    opacity: 1; /* Firefox */
}

.parsley-errors-list {
    list-style: none;
    padding: 7px;
    color: red;
}

.parsley-required {
    /*color: white;*/
    font-size: 12px;
}

.form-control {

    background-color: unset;
    border: unset;
    border-bottom: 1px solid #ced4da;
    outline: unset;
    border-radius: unset;
    color: white;
}

.form-control:active, .form-control:focus {

    background-color: unset;
    border: unset;
    border-bottom: 1px solid #ced4da;
    outline: unset;
    border-radius: unset;
    color: white;
}
.contact-page .form-control{

    background-color: unset;
    border: unset;
    border-bottom: 1px solid var(--main);
    outline: unset;
    border-radius: unset;
    color: white;
}

.contact-page .form-control:active, .contact-page .form-control:focus ,.contact-page .form-control {

    background-color: unset;
    border: unset;
    border-bottom: 1px solid var(--main);
    outline: unset;
    border-radius: unset;
    color: black!important;
}
.wmd-50{
    width: 50%;
}
/*branches*/

.map .btn-outline-dark:hover, .map .btn-outline-dark:focus, .map .btn-outline-dark:active, .active-map {
    background-color: var(--main) !important;
    border: 1px solid var(--main) !important;
    color: white !important;
}

.map .btn-outline-dark {
    min-width: 9vw;
}


/*home*/


@media (min-aspect-ratio: 16/9) {
    .video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video {
        width: auto;
        height: 100%;
    }
}

.bg-g {
    background-color: #f6f6f7;
}

.bg-gray2 {
    background-color: #252422;
}

.min-350 {
    min-height: 18vw;
}

.bg-black-50 {
    background-color: #00000050;
}

.bgcb {

    height: 35vw;
    background-size: 50%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.btn-dark {
    background-color: black;
}

.slick-next {
    right: 50px;
}

.slick-prev {
    left: 50px;
    z-index: 4;
}

.slick-prev:before, .slick-next:before {
    font-size: 45px;
    color: #ffffff75;
}

.slick-dots li.slick-active button:before {
    color: var(--main);
}

.slick-dots {
    bottom: 8%;
    right: 25%;
}

.slick-dots li button:before {
    color: white;
    font-size: 16px;
}

.offer-slider {
    margin-bottom: 0 !important;
}

.no-filter {
    filter: unset !important;
}

/*footer*/

.iti {
    width: 100%;
}

.scrollup {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    position: fixed;
    bottom: 27px;
    right: 29px;
    display: none;
    text-indent: -9999px;

    background: var(--main) url('../img/scroll-top-arrow.png') no-repeat 15px 16px;
    z-index: 99;
}

a:hover {
    color: var(--main);
}

.footer-divider {
    width: 100%;
    height: 2px;
    background-color: var(--gray2);
}

.frbg {
    border-right: 1px solid #232323;
}
.brightness{
    background-color: rgba(0, 0, 0, 0.41);
}
.h-200{
    height: 100%;
}
/*news*/
.page-cover{
    height: 50vh;
}

/*about*/
.btg-1{
    border-top: 1px solid var(--gray4);
}
.btbb-1{
    /*border-top: 1px solid var(--gray4);*/
    border-bottom: 1px solid var(--gray4);
}
.product-card{
    border-radius: 10px;
    overflow: hidden;
background-color: #252422;
}
.black{
    color: white!important;
}
.bg-gold{
    background-color: var(--main);
}
/*service*/
.service-card{
    border-radius: 10px;
    background: white;
}
.service-button{
    position: relative;
    margin-top: -25px;
}
.service-title{
    background: var(--main);
    border-radius: 10px 10px 0 0;
}


@media (max-width: 1600px) {

    .fsvw-8, .nav-link {
        font-size: 14px;
    }

    .fsvw-1 {
        font-size: 18px !important;
    }

    .fsvw-1-2 {
        font-size: 19px;
    }

    .fsvw-1-2 p {
        font-size: 19px;
    }

    .fsvw-1-4 {
        font-size: 24px;
    }


    .fsvw-2 {
        font-size: 26px;
    }

    .fsvw-3 {
        font-size: 28px;
    }

    .fsvw-3-4 {
        font-size: 30px;
    }

    .footer-social {
        height: 25px;
        width: 25px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 85%;
        max-width: unset;
    }
}

@media (max-width: 1200px) {
    .w-50-100 {
        width: 100%;
    }
    .underline-title:after, .underline-contact2:before {
        margin-top: 40px;
    }

    .two-line {
        height: 42px;
    }
    .fsvw-5-1 {
        font-size: 28px;
    }

}

@media (max-width: 991px) {
.h-200{
    height: 200px;
}
    .min-250{
        min-height: 200px;
    }
}
@media (max-width: 900px) {
    .video {
        width: auto;
        height: 50vh;
    }
    .w-50-100 {
        width: 100%;
    }

    .w-50-0 {
        width: 0;
    }
}

@media (min-width: 768px) {
    .scrollup {
        bottom: 27px;
    }


}

@media (max-width: 767px) {
    .dropdown-sub-side-menu2 {
        position: unset;
    }
.wmd-50{
    width: 100%;
}

}

@media (max-width: 700px) {
    .w-24 {
        width: 20px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 20px;
        color: #ffffff75;
    }

    .slick-dots li button:before {
        color: white;
        font-size: 8px;
    }

    .slick-dots {
        right: unset;
    }
}

@media (max-width: 500px) {

    .fsvw-8, .nav-link {
        font-size: 14px;
    }

    .fsvw-1 {
        font-size: 16px !important;
    }

    .fsvw-1-2 {
        font-size: 16px;
    }

    .fsvw-1-2 p {
        font-size: 16px;
    }

    .fsvw-1-4 {
        font-size: 18px;
    }


    .fsvw-2 {
        font-size: 20px;
    }

    .fsvw-3 {
        font-size: 21px;
    }

    .fsvw-3-4 {
        font-size: 22px;
    }

    .fsvw-5-1{
        font-size: 24px;
    }
    .underline-title:after, .underline-contact2:before{
        margin-top: 30px;
    }
}



@media (max-width: 400px) {


    .w-24 {
        width: 15px;
    }

    .fsvw-8 {
        font-size: 14px !important;
    }
}




