@font-face {
    font-family: 'DINNextLTArabic';
    font-style: normal;
    src: url(../fonts/DINNextLTArabic-Regular-3.ttf);
}
@font-face {
    font-family: 'DIN Next';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DIN_Next_LT_Pro_Regular.ttf);
}@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSans-Medium.ttf);
}
.badge-blur{
    background: rgba(255,255,255,.15);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    color: #fff;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    pointer-events: none;
}
strong{
    font-weight: 400 !important;
}
.text-grey{
    color:#4e4e50 !important;
}
.swiper-pagination-bullet-active {
    background-color: #008451;
}
.btn-icon.btn-sm, .btn-group-sm>.btn-icon.btn {
    width: 3.25rem !important;
    height: 3.25rem !important;
    margin: -12px !important;
}
.bx-border-circle{
    transition: 1s;
}
.bx-border-circle:hover{
    border-color: #f2f2f2;
}
.box-shadow{
    box-shadow: 0 0 1.25rem rgb(31 45 61 / 5%);
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-weight: 300;
}
.landing{
    background-position: calc(100%) center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.landing2{
    background-position: bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.landing3{
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.text-green{
    color: rgb(53, 151, 104) !important;
}
.text-red{
    color: #6E0B00 !important;
}
.bg-green{
    background-color: #359768 !important;
}
.heading-title{
    text-align: center;
}
@media (max-width: 700px){
    .landing{
        background-position: calc(60% - 20px) center;
    }
    .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link.active {
        color: #131022 !important;
    }
    .bg-blur {
        box-shadow: inset 0px 0px 2px rgb(78 78 80);
        background-color: rgb(78,78,80) !important;
    }
    .scrolled-up {
        transform: initial;
        transition: all 0.3s ease-in-out;
    }
}
@media (min-width: 1200px){
    .lead {
        font-size: 1.2rem;
    }
}
.rest__title_h4{
    color: #2f2f2f !important;
    font-weight: 600;
}
.navbar-light .navbar-toggler-icon, .navbar-light .navbar-toggler-icon::before, .navbar-light .navbar-toggler-icon::after {
    background-color: #fefefed1 !important;
}
ul{padding-inline-start: initial;}
.dropdown-menu .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus, .dropdown-menu .dropdown-item:focus{
    color: rgba(228, 65, 56, 0.82) !important;
}
.blur-card {
    box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgba(255, 255, 255, 0.4) !important;
}
body {
    font-family: 'DINNextLTArabic', serif !important;
    letter-spacing: initial;
}
.display-1,.display-2,.display-3,.display-4,.display-5,.display-6,.display-7{
    font-weight: 400 !important;
}
.smart-scroll{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.scrolled-down{
    transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.dropdown-menu {
    font-size: 0.975rem;
}
.nav-link:hover, .nav-link:focus {
    color: #e14238 !important;
}
.text-en{
    font-family: 'DIN Next', serif !important;
}

.dropdown-toggle::after {
    margin-left: -0.25rem;
    margin-right: initial;
}
.nav-link {
    font-weight: 500;
}
.dropdown-menu{
    border:none;
    left:initial;
    right:0;
}
.dropdown-menu li{
    border: 1px solid #eaecf3;
}
@media (min-width: 992px){
    .navbar-expand-lg .mega-dropdown-column {
        width: 12rem;
        padding: 0 0.75rem;
    }
}
@media (min-width: 700px){
    .scrolled-up {
         transform: translateY(0);
        transition: all 0.3s ease-in-out;
    }
    .navbar-light .nav-item>.nav-link:hover {
        color: #fff !important;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #fff;
    }
    .navbar-light .nav-item>.nav-link.active, .dropdown-menu-dark .dropdown-item.active, .dropdown-menu .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active, .dropdown-menu .dropdown-item:active,.dropdown-menu-dark .dropdown-item:hover{
        color: #fff !important;
    }
    .bg-blur {
        box-shadow: inset 0px 0px 2px rgb(78 78 80);
        background-color: rgb(78,78,80) !important;
    }
}
.btn-prev, .btn-next {
    background-color: #fff;
    color: #3e4265 !important;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgb(19 16 34 / 6%), 0 0.125rem 0.4rem -0.0625rem rgb(19 16 34 / 3%);
}
.dropdown-menu {
    min-width: 12rem;
    padding: 1.25rem 1.75rem;
    border: 0 solid transparent;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 1.5rem 4rem rgb(31 45 61 / 15%);
}
a{
    text-decoration: none;
    color: #3e4265;
}
.nav-tabs .nav-link:hover:not(.active), .nav-tabs .nav-link.show:not(.active) {
    background-color: rgba(0,0,0,.03);
    color: #1c1c1c;
}
.height-fix{
    height:455px;
}
.height-fix .card-img-top{width:auto!important;}
.card-img-overlay {
    background-color: rgba(0,0,0, 0.4);
}
.card-01.height-fix .fa{color: #fff;font-size: 22px;margin-right: 18px;}
.btn-outline-info{
    color: #1c1c1c !important;
}
.text-gold{
    color: #b1a35a !important;
}
.bg-gold{
    background:#b1a35a !important;
}
.bg-faded-gold {
    background-color: rgba(159,167,90,.12) !important;
}
.btn-outline-info:hover{
    background:rgb(110, 10, 0) !important;
    color: #b1a35a !important;
}
.btn-prev:not(.bg-transparent):hover, .btn-next:not(.bg-transparent):hover {
    background-color: #E44138 !important;
    color: #fff !important;
}
.nav-tabs .nav-link {
     background-color: initial;
     color: initial;
}
.btn-prev:not(.bg-transparent):hover, .btn-next:not(.bg-transparent):hover {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(246, 50, 50, 0.9) !important;
}
.btn-video:hover {
    background-color: rgb(110, 10, 0) !important;
    color: #b1a35a !important;
    box-shadow:none !important;
}
.navbar{
    padding-top: 15px;
    transition: 0.4s;
}
.nav-link {
     color: initial;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.show {
    background-color: rgba(0,0,0,.03); !important;
    color: #b1a35a;
}
.nav-tabs .nav-link.active {
    background-color: rgba(0,0,0,.03); !important;
    color: #b1a35a;
}
.btn-outline-info {
    border-color: rgb(255 255 255 / 35%);
}
.btn-outline-info:hover {
    border-color: rgb(255 255 255 / 35%);
}
.slider h1,.slider h2,.slider h3,.slider h4,.slider h5,.slider h6{
    color:#fff !important;
}

@media (min-width: 1200px){
    .display-7 {
        font-size: 2.225rem;
    }
}
.display-7 {
    font-size: calc(0.09rem + 1.65vw);
    line-height: 1.3;
}

.card-hover-success {
    transition: transform .2s ease-in-out,border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;
}
.card-hover-success:hover {
    border-color: #037a3e !important;
    background-color: #008451 !important;
}
.card-hover-success:hover a{
    color: #fff !important;
}
.drivers .card-hover .card-img-overlay {
    transition: opacity .3s ease-in-out;
    opacity: 1;
    z-index: 5;
}
.drivers .card-img-overlay {
    background-color: initial !important;
}
.summary-section .summary-content {
    max-width: 128rem;
    width: 100%;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 5.4rem;
}
.summary-section .summary-content .summary-col:first-child {
    margin-left: 8rem;
}
.summary-section .summary-content .summary-col {
    width: 100%;
}
.section-3-2-slider-box{
    user-select: none;
}
.section-3-2-container .section-3-2-slider-box:first-child {
    margin-left: auto !important;
}
.section-3-2-slider-box {
    width: 20rem;
    min-height: 7.1rem;
    border-radius: 20px;
    background-color: #f2f2f2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-3-2-slider-box strong {
    font-size: 2.2rem;
    line-height: 7.4rem;
    letter-spacing: -0.05rem;
}
.section-3-2-slider-box-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0;
    min-height: 10rem;
    text-align: center;
    padding: 1rem 0 2rem 0;
}
.section-3-2-slider-box-bottom {
    width: 100%;
    color:#F2F2F2;
    font-size: 0.82rem;
    min-height: 18rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 100%;
    padding: 1rem 3rem;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    position: relative;
}
.section-3-2-slider-box-bottom::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: inherit;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 0 0 20px 20px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: -1 !important;
}
@media (max-width: 767px) {
    .summary-section .summary-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4rem 3rem;
    }
    .landing {
         background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .summary-section .summary-content .summary-col:first-child {
        margin-left: 0;
    }
}
.footer .nav-link, .footer a{
    color:#b6b6b6!important;
}
.footer a.text-dark:hover, a.text-dark:focus {
    color: #b6b6b6 !important;
}


/* search */
#search-overlay{
    display:none;
    z-index: 9999999;
}
.block {
    position: fixed;
    top: 0;
    right: 0;
    bottom:0 ;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    border: #a0a0a0 solid 1px;
    margin: 0;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
    /* Adjusts for spacing */
    /* For visualization
    background: #808080; width: 5px;
    */
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

#search-form {
    border: 1px solid #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
}

#search-text {
    font-size: 14px;
    color: #ddd;
    border-width: 0;
    background: transparent;
}

#search-box input[type="text"] {
    width: 90%;
    padding: 20px;
    color: #333;
    outline: none;
    font-size: 1.4em;
}

#search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 5.6em;
    width: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    background-color: #4d90fe;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}
#close-btn{
    position: fixed;
    top: 1em;
    right: 1em;
}
#close-btn:hover{
    color: #777;
    cursor: pointer;
}

.w-70{
    width: 70% !important;
}
.visit-site-section .visit-button{
    color: #211f1f !important;
    height: 35px;
}

.visit-site-section .visit-button i{
    color: #211f1f !important;
    vertical-align: text-bottom;
}

.display-6 {
    font-size: 1.725rem;
}
@media (min-width: 1200px){
    .display-6 {
        font-size: 1.725rem;
    }
}

.h-60px{
    height: 60px;
}
@media (max-width: 1215px){
    .h-60px{
        height: 120px;
    }
}

@media (max-width: 781px){
    .h-60px{
        height: 160px;
    }
}

@media (max-width: 767px){
    .h-60px{
        height: auto;
    }
}

.padding-media-card{
    padding: 0px 0px 20px;
}
