:root {
    --main-color: #1A1A29;
    --bg-color: #28283E;
    --sec-color: #DA0000;

}

/*@font-face {*/
/*    font-family: 'tanseekmodernproarabic';*/
/*    src: url('../fonts/tanseekmodernproarabic-bold3-779fa97662cde74beef49e719b731adb.ttf');*/
/*}*/

@font-face {
    font-family: 'tanseekmodernproarabic';
    src: url('../fonts/TanseekModernProArabic-Medium.ttf');
}
@font-face {
    font-family: 'tans-exbold';
    src: url('../fonts/tanseekmodernproarabic-exbold-23d40c08f511efc2b71db0f20de68f35.ttf');
}

@font-face {
    font-family: 'en-font';
    src: url('../fonts/Cairo-Regular.ttf');
}

@font-face {
    font-family: 'DGAgnadeen';
    src: url('../fonts/DGAgnadeen.ttf');
}

body {
    direction: rtl;
    text-align: start;
    font-family: 'tanseekmodernproarabic';
}

.owl-carousel {
    direction: ltr;
}

button:focus {
    border: none;
    outline: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

.left-header {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 87px;
}

.logo img {
    max-height: 100%;
}

/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: start !important;
    padding-left: 30px;
    padding-right: 18px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}

.nice-select::after {
    left: 12px;
    right: auto;
    border-bottom: 2px solid #2A378F;
    border-right: 2px solid #2A378F;
}

.nice-select .option {
    text-align: start;
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    width: 8px;
    height: 8px;
}

/* Start header */
.navbar {
    justify-content: center;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}

.mynav .navbar-menu li a {
    color: #FFFFFF;
    transition: all 0.3s;
    padding: 0;
    font-size: 24px;
    padding: 10px 0;
    font-weight: 400;
}

.mynav .navbar-menu li a:hover ,.mynav .navbar-menu li.current-menu-item a{
    color: var(--sec-color);
}

li.menu-item-has-children {
    position: relative;
    margin-inline-end: 10px;
}

ul.sub-menu {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: 9;
    transform: translateY(-20px);
    transition: all 0.4s;
    visibility: hidden;
    padding: 12px 0px 18px 12px;
    min-width: max-content;
    min-width: 237px;
    border: 0.86px solid #DCDCDC;
    box-shadow: 0px 31.07px 24.17px 0px #49494914;
border-radius:8px;
}

li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 9;
}

.mynav .navbar-menu li {
    padding-inline-end: 32px;
}

.mynav .navbar-menu ul.sub-menu li {
    padding-inline-end: 0;

}

.mynav .navbar-menu li .sub-menu a {
    color: #151414;
    font-size: 24px;
    padding: 9px 8px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    max-width: max-content;
}
.mynav .navbar-menu li .sub-menu a:hover{
    color:var(--sec-color);
}
.mynav .navbar-menu ul.sub-menu li:last-of-type a {
    border-bottom: none;
}


li.menu-item-has-children a {
    position: relative;
}

li.menu-item-has-children>a::after {
    position: absolute;
    content: '\f107';
    font-family: 'font awesome 5 pro';
    top: 21px;
    left: -14px;
    color: #fff;
    font-size: 16px;
}

.sidebar li.menu-item-has-children>a::after {
    top: 16px;
    left: 1px;
    color: #fff;
}

ul.sub-menu li {
    margin-inline-end: 0;
}

.sidebar .sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative;
    min-width: unset;
    /*width: 100%;*/
    border-radius: 0;
    padding: 4px 0px;
    margin-top: 0px;
    background: #fff;
    transition: all 0s;
    transform: translateY(0px);
    border-radius: 10px;
    margin:0 0 5px 10px;
}

.sidebar .side-content ul .sub-menu li a {
    color: var(--main-color);
}

.left-tobheader {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lang a {
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}

.mynav .row {
    align-items: center;
    padding: 18px 0;
}

.search-btn i {
    transition: all 0.7s;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mynav .nav-link {
    position: relative;
}

.navbar-menu {
    display: flex;
    padding: 0;
}

.request a {
    color: #fff;
    min-width: 159px;
    padding: 12px 12px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    transition: all 0.3s;
    background: var(--sec-color);
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0px 10px 12px 0px #3452ED3B;
}

.btnSearch i,
.btnSearch img {
    color: #fff;
    cursor: pointer;
}
.sidebar .logo {
    height: 50px;
    margin-top: 55px;
    text-align: center;
}
/* ---------------------------------- */
.navbar-toggler i {
    color: #fff;
    font-size: 25px;
}

.responsive-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.responsive-menu .left-menu {
    display: flex;
    align-items: center;
}

.responsive-menu .lang {
    text-transform: capitalize;
}

.left-menu .btnSearch {
    margin: 0 8px;
}

.navbar-toggler,
.responsive-menu .searchForm .btnSearch {
    padding: 0;
    width: 34px;
    height: 34px;
    background-color: var(--sec-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    padding: 12px;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search .close-side i {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 20px;
    left: 20px;
}

.site-search.open {
    z-index: 99999999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -40px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
    z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: var(--main-color);
    background: none;
    border: none;
    border-bottom: 3px solid var(--main-color);
    font-size: 20px;
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    /* -webkit-appearance: none; */
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    color: var(--main-color);
    padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--main-color);
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: var(--main-color);
}

.searchForm .btnSearch {
    box-shadow: none !important;
    margin: 0 25px;
    color: #101010;
    padding: 0;
    text-align: center;
    line-height: 30px;
    border: none !important;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
}

.searchForm .btnSearch i {
    transition: all 0.6s;
    color: var(--main-color);
}

.searchForm .btnSearch i:hover {
    transform: rotate(360deg);
    color: var(--hover-color);
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


/* End Search */
/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    /* bottom: 0; */
    right: -350px;
    height: 100%;
    width: 350px;
    background-color: #080808;
    z-index: 999;
    padding: 20px 0;
    transition: all 0.5s;
    padding: 20px 0;
    overflow: scroll;
    clip-path: circle(65px at calc(100% - 45px) 45px);
    /* transform: scale(0); */
}

.sidebar-width {
    right: 0px;
    clip-path: circle(75%);
    /* transform: scale(1); */
}

.sidebar .close-side i {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sidebar .side-content {
    padding-top: 25px;
    margin-top: 5px;
}

.close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #080808;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    /* transition: all 0.5s; */
    /* transform: scale(0); */
}

.close-overlay.open-overlay {
    display: block;
    /* transform: scale(1); */
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
    border-bottom: 1px solid #ffffff63;
}

.sidebar .side-content ul  li a {
    color: #fff;
    display: inline-block;
    padding: 11px 20px;
    position: relative;
    transition: all 0.6s;
    font-size:20px;
}
.sidebar .side-content ul  li  .sub-menu a {
       border-bottom: 1px solid #E8E8E8;
       width:100%;
}
.sidebar .side-content ul li .sub-menu li:last-of-type a {
    border-bottom: none;
}
.sidebar .side-content ul li a:hover {
    /*color: #fff;*/
}

.sidebar .contact-buttons {
    justify-content: center;
    margin-top: 60px;
}

.mynav {
    margin-top: 0;
}

/* Start home slider */
.slider-home.owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    display: flex;
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 3px;
    background: rgb(255 255 255 / 50%);
    transition: all 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
    width: 24px;
    height: 24.5px;
}

.slider-home .slider-img {
    position: relative;
    height: 769px;

}

.home-slider .item {
    position: relative;
}

.slider-home .slider-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(179.86deg, rgba(24, 24, 24, 0.88) 21.33%, rgba(24, 24, 24, 0) 60.52%, rgba(24, 24, 24, 0.6) 74.75%, rgba(24, 24, 24, 0) 99.88%);
}

.carousel-info {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    top: 50%;
    transition: all 0.5s ease-in;
    padding: 45px 20px;
    left: 50%;
    width: 57%;
    transform: translate(-50%, -50%);
}

.slider .owl-item.active .carousel-info {

    opacity: 1;
}

.carousel-info h2 {
    font-size: 80px;
    line-height: 81px;
    font-weight: 400;
    font-family: 'tans-exbold';
}

.carousel-info p {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
}

.carousel-info .read-more a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.3s;
}

.carousel-info .read-more a:hover {
    color: #fff;
    border-color: var(--bg-color);
}

.home-slider .owl-item.active .carousel-info h2 {
    animation: 1s fadeInUp;

}

.home-slider .owl-item.active .carousel-info p {
    animation: 1.5s fadeInUp;

}

.home-slider .owl-item.active .carousel-info .read-more {
    animation: 2s fadeInUp;

}

.slider-home .owl-item .slider-img img,
.slider-home .owl-item .slider-img video {
     height: 100%; 
    /*max-height: 769px;*/
    width: 100%;
    object-fit: cover;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.part-slider .owl-nav button.owl-next,
.part-slider .owl-nav button.owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    width: 69px;
    height: 66px;
    transition: all 0.3s;
}

.part-slider .owl-nav button.owl-next,
.part-slider .owl-nav button.owl-prev {
    top: -62%;
    width: 83.62px;
    height: 45.57px;
    background-color: #0056B9;
    transition: all 0.3s;
    border-radius: 0;
}

.part-slider .owl-nav button.owl-next:hover,
.part-slider .owl-nav button.owl-prev:hover {
    background-color: rgb(0 86 185 / 50%);
}

.part-slider .owl-nav button.owl-prev {
    left: 0px;
}

.part-slider .owl-nav button.owl-next {
    left: 92px;
}

.part-slider .owl-nav button.owl-next,
.part-slider .owl-nav button.owl-prev {
    color: #fff;
    font-size: 22px;
}

/* -------------------------------- */
/* ----------------  Start about section  ----------------    */


section.about {
    /*padding: 20px 0px 140px;*/
    /* position: relative; */
}

/* section.about::after{
    position: absolute;
    content: '';
   width: 100%;
   height: 125px;
   top: 0;
   left: 0;
   background: linear-gradient(179.86deg, rgba(24, 24, 24, 0.88) 21.33%, rgba(24, 24, 24, 0) 60.52%, rgba(24, 24, 24, 0.6) 74.75%, rgba(24, 24, 24, 0) 99.88%);
} */
.about-info h6 {
    background: #FFF2F2;
    border-radius: 8px;
    padding: 3px 10px;
    color: #A40000;
    font-size: 16px;
    font-weight: 400;
    max-width: max-content;
    border: 1.02px solid #F9D9D9;
    margin-bottom: 8px;
}
  
.about-info h4 {
    font-size: 49px;
    margin-bottom: 0;
    color: #080808;
    font-weight: 400;
}

.about-info {
    /*padding-inline-end: 20px;*/
}

.about-info p {
    color: #535353;
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    margin: 12px 0 24px;
}

.about-img {
    height: 478px;
    background: #F7F8FA;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-img img {
    max-width: 100%;
    max-height: 360px;
    object-fit: contain;
}

.left-footer p {
    color: #fff;
}

.more a {
    font-size: 16px;
    font-weight: 400;
    color: var(--sec-color);
    border: 3px solid #DA0000;
    min-width: 196px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 10px;
    font-family: 'DGAgnadeen';
    transition: all 0.4s;
}

.more a:hover {
    background-color: var(--sec-color);
    color: #fff;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}


.section-title h4 {
    color: #080808;
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 700;
    font-family: 'DGAgnadeen';
    text-align: center;
}


/* ---------------- Start Company_strategy section ---------------------   */
section.Company_strategy {
    padding: 0;
}

section.Company_strategy .row {
    background: #F7F8FA;
    padding: 57px 49px 89px;
    border-radius: 24px;
    align-items: center;
}

.strategy_info h4 {
    font-size: 48px;
    color: #080808;
    font-weight: 400;
    font-family: 'tans-exbold';
    margin-bottom: 32px;
}

.strategy_info {
    padding: 0 45px;
}

.strategy-items .item {
    margin-bottom: 10px;

}

.strategy-items .item h5 {
    position: relative;
    font-size: 20px;
    color: #111111;
    padding-inline-start: 20px;
    font-family: 'tans-exbold';
    margin-bottom: 8px;
}

.strategy-items .item h5::before , .single_tiers_info ul li::before{
    position: absolute;
    content: "\f00c";
    font-family: 'font awesome 5 pro';
    top: 7px;
    right: 0;
    color: #14B361;
    font-size: 12px;
}

.strategy-items .item p,.strategy-items .item ul li {
    color: #535353;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
     padding-inline-start: 20px;
}

.strategy-img {
    height: 468px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.strategy-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.strategy_info .more a {
    margin-top: 32px;
}

/* end Company_strategy section */
/* ------------------------------------------------------- */
/* Start Agencies section */
.Agencies_logo img {
    max-width: 100%;
}

.Agencies_logo img {
    max-width: 100%;
    max-height: 200px;
    border-radius: 11px;
}

.part-slider .owl-nav {
    display: none;
}

.Agencies_logo .img {
    height: 310px;
    background: #fff;
    box-shadow: 0px 8px 12px 0px #6C04040A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 42px 27px;
    margin-bottom: 20px;
}

.Agencies_section-content {
    background: #F7F8FA;
    border-radius: 24px;
    padding: 74px 67px;
}

.part-item .img {
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: all 0.3s;
    margin: 0px 6px 20px;
    padding: 5px 5px;
    border: 1px solid #fff;
    box-shadow: 0px 8px 12px 0px #6C04040A;
    border-radius: 16px;
}


.part-section .item .img a,
.part-item .img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.3s;
}

.part-item .img img {
    max-height: 77%;
    width: auto;
    transition: all 0.3s;
    object-fit: contain;
    max-width: 77%;
}


.part-item .img:hover {
    box-shadow: 0px 8px 12px 0px #0000000A;
    border: 3px solid #080808;
}

/* ------------------  tires section  ------------------------------   */
.tires_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.tires_title .section-title h4 {
    margin-bottom: 0;
}

.tires_item .tireImg {
    height: 326px;
    display: flex;
    align-items: center;
    justify-content: end;
    transition: all 0.4s;
}

.tires_item .tireImg img {
    height: 100%;
    width: auto;
    transition: all 0.6s;
    object-fit: contain;
}

.tiresInfo {
    transition: all 0.3s;
padding-top:12px;
}

.tires_item::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 125px;
    bottom: 0;
    left: 0;
    /*background-image: url('../images/tire_mask.png');*/
      background-image: url('../images/Rectangle 6.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s;
    z-index: -1;
}

.tires_item:hover::after {
    height: 100%;
    background-image: none;
    border: 3px solid #2B2A2A;
    border-radius: 24px;
}

.tires_item {
    direction: rtl;
    transition: all 0.4s;
    border: 3px solid #fff;
    padding: 32px 13px 21px;
    position: relative;
    overflow: hidden;
}

.tiresInfo h5 {
    margin-bottom: 25px;
    background: #2B2A2A;
    border-radius: 8px;
    max-width: max-content;
    color: #fff;
    border: 1px solid #393232;
    /*font-family: 'DGAgnadeen';*/
    font-size: 16px;
    font-weight: 700;
    padding: 4px 8px;
    text-transform: uppercase;
}

.tiresInfo h4 {
    font-size: 27px;
    color: #080808;
    font-family: 'tans-exbold';
    font-weight: 400;
}

.tires_item:hover .tireImg {
    justify-content: center;
}

.tires_item:hover .tireImg img {
    transform: translateX(10px);
    /*max-height: 284px;*/
}

.tires_item:hover {
    padding: 32px 26px 21px;
}
.tires_item:hover .tiresInfo {
    padding-top: 10px;
}
.moreTiers span {
    background: #DA0000;
    border-radius: 8px;
    color: #fff;
    width: 62px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.moreTiers {
    position: absolute;
    bottom: 21px;
    left: 20px;
    transform: translateX(-84px);
    transition: all 0.4s;
}

.tires_item:hover .moreTiers {
    transform: rotate(90deg) translateX(0px);
}
.teres_page .tires_item::after {
    /*background-image: url('../images/tiresPage.png');*/
        background-image: url('../images/tiersPage2.svg');
    
}
.teres_page .tires_item:hover:after {
    background-image: none;
}
/* ---------------------------    ----------------------------   */
.map_image {
    /*height: 459px;*/
}

.map_image img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
}

section.mapSection {
    padding-top: 20px;
}
section.Company_strategy_details .row {
    align-items: center;
}
/* ----------------------------- */
/* -----------  Start footer section  -------------------- */
.fixed-icone {
    position: fixed;
    bottom: 30px;
    left: 16px;
    z-index: 99;
    animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

    0%,
    100% {
        transform: translateY(-12px);
    }

    50% {
        transform: translateY(12px);
    }
}

.fixed-icone a {

    width: 47px;

    height: 47px;

    display: flex;

    align-items: center;

    justify-content: center;
    margin-bottom: 9px;
    color: #fff;
    font-size: 22px;
    background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);
    box-shadow: 0px 3.24px 3.24px 0px #30BF2F4D;
    border-radius: 10px;
}

.fixed-icone a.phone_link {
    color: #DA0000;
    font-size: 16px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #DCDCDC;
}

.fa-brands,
.fab {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
}

.footer-soch {
    background: #fff;
    max-width: 100%;
    padding: 6px 14px;
    border: 1.55px solid  #F4F4F4;
    border-radius: 12px;
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-soch a i {
    font-style: normal;
}

.footer {
    background-color: #F7F8FA;
    padding: 72px 47px;
    border-radius: 24px;
}

.footer-links h4,
.right-footer h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
    font-family: 'DGAgnadeen';
}

.footer-logo img {
    max-height: 100%;
    max-width: 100%;
}

footer .footer-menu ul li {
    margin-bottom: 14px;
}

.footer-logo {
    height: 166px;
    margin-bottom: 18px;
}


footer .footer-menu ul a {
    color: #535353;
    text-transform: capitalize;
    font-size: 20px;
    transition: all 0.3s;
    font-weight: 700;
}

footer .footer-menu ul a:hover,
footer .footer-menu ul li.current-menu-item a {
    color: var(--sec-color);
}

.footer-soch a {
    color: #B7B7B7;
    margin: 0 24px;
    transition: all 0.3s;
    font-size: 30px;
}

.footer-soch a:hover {
    color: var(--sec-color);
}

footer .contact-list a {
    display: flex;
    align-items:center;
    color: #535353;
    font-size: 20px;
}

footer .contact-list li i {
    position: relative;
    top: 3px;
    padding-inline-end: 8px;
}

footer .contact-list li {
    margin-bottom: 17px;
}

footer .contact-list li p {
    margin-bottom: 0px;
    line-height: 29px;
    color: #535353;
}

span.mob-num {
    display: block;
    direction: ltr;
}

.right-footer .map {
    height: 169px;
}

.right-footer .map iframe {
    width: 100%;
    height: 100%;
}

/* bottom footer */
.copy-right {
    text-align: start;
    padding: 24px 0;
}

.ryad-logo {
    height: 60px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.copy-right .row {
    align-items: center;
}

.comp-rights {
    text-align: end;
}

.copy-right p {
    margin-bottom: 0;
    color: #2E2E2E;
    /*font-family: 'DGAgnadeen';*/
}


/* Start about page */
section {
    padding: 100px 0;
}

.breadcrumb-section {
    height: 342px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
}

.breadcrumb-info h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.breadcrumb-section a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    color: #fff;
    /* font-weight: 700; */
    font-size: 20px;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 6px;
    content: "/";
    color: #fff;
    padding-right: 6px;
    font-size: 18px;
    position: relative;
    top: 3px;
}


.breadcrumb-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #181818B2;
}


.read-more a,
.read-more button {
    display: inline-block;
    /* padding: 12px 12px; */
    min-width: 141px;
    height: 48px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    background: var(--sec-color);
    font-weight: 400;
    border: none;
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 24px;
    /* line-height: 24px; */
    border-radius: 12px;
}

.read-more a:hover {
    color: var(--sec-color);
}
.left-header .read-more a:hover {
    color: var(--sec-color);
    background: #fff;
}
.read-more button{
    border: 2px solid var(--sec-color);
}
.read-more button:hover{
    color: var(--sec-color);
    background: #fff;
}
.contact-form .read-more button span {
    margin-bottom: 8px;
    display: block;
}
.breadcrumb-info {
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

section.about.about_page {
    padding-top: 140px;
}

.about.about_page .about-img {
    background: #fff;
    border: 0.86px solid #DCDCDC;
    box-shadow: 0px 31.07px 24.17px 0px #49494914;
    border-radius: 14px;
}

.about.about_page .about-info {
    padding-inline-end: 0;
}

.strategy_info h5 {
    font-size: 32px;
    color: #080808;
    margin-bottom: 32px;
}
/* -------------------------  contact page --------------------    */
.contact-form,.contact_page_data {
    background: #FFF;
    height: 100%;
    border: 1px solid #EDEAEA;
    box-shadow: 0px 44px 84px 0px #AEAEAE40;
    border-radius: 24px;
    padding: 42px 46px;
}

.contact-form form input,
.contact-form form textarea,
.nice-select {
    width: 100%;
    padding: 12px 10px;
    background: #F7F6F9;
    color: #989898;
    font-size: 16px;
    border: none;
    font-weight: 400;
    border-radius: 16px;
    height: auto;
    line-height: unset;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.nice-select:focus {
    border-color: #DDDDDD;
}

.contact-form h3, .contact_page_data h4 {
    font-size: 40px;
    margin-bottom: 41px;
    color: #041601;
    font-weight: 400;
}


.contact-page .map {
    height: 400px;
}

.contact-page .form-group {
    margin-bottom: 16px;
}

.contact-page .contact-form textarea {
    height: 123px;
}
.contact_page_data p {
    margin-bottom: 0;
}
.form-group textarea:focus {
    outline: none;
}

.form-group.mobil {
    position: relative;
}

.form-group.mobil .mob-numb {
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-group.mobil .mob-numb span.mob-num {
    display: inline-block;
    direction: ltr;
    font-weight: 700;
    font-size: 20px;
    color: #1E1E1E;
}

.contact-page .map iframe {
    width: 100%;
    height: 100%;
}
.contact_page_data .footer-soch {
    margin-top: 24px;
    max-width: 345px;
}

.contact_page_data h4 {
    color: #000;
}

.contact_page_data ul.contact-list li a {
    display: flex;
    font-size: 30px;
    color: #535353;
    font-weight: 700;
}

.contact_page_data ul.contact-list li a i {
    position: relative;
    top: 9px;
    padding-inline-end: 14px;
}

.contact_page_data ul.contact-list li {
    margin-bottom: 16px;
}

section.contact-page {
    padding-bottom: 38px;
}
.contact-form .read-more button{
    min-width: 100%;
}
/* --------------------  tiers page ----------------------   */
/* Pagination */
.pagination-list {
    padding: 2px 0;
    width: 224px;
    margin: 32px auto 0;
    border-radius: 24px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EDEDED;
    box-shadow: 0px 24px 24px 0px #87878714;
}

.pagination {
    justify-content: center;
    align-items: center;
}

.page-item .page-link {
    color: #585757;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s;
    background: transparent;
    border: none;
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'tans-exbold';
    padding: 0;
    line-height: 21px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
    border-color: transparent;
    background-color: #4C0000;
    color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 20px;
    margin: 0 6px;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
    color: #fff;
    background-color: #4C0000;
    opacity: 50%;
}

.page-item.active .page-link,
.page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: var(--sec-color);
    color: #fff;
}

li.page-item {
    margin-inline: 2px;
}

.page-link:focus {
    box-shadow: none;
}


.Specification_table h2{
    font-size: 48px;
    color: #080808;
    margin-bottom: 48px;
    text-align: center;
}

table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: #B7B7B7;
    border-radius: 16px;
    overflow: hidden;
    direction: ltr;
}

table thead th {
    background-color: #F7F8FA;
    color: #080808;
    padding: 15px;
    font-size: 24px;
}
   
table tbody td {
    background-color: #fff;
    color: #535353;
    padding: 15px;
    font-size: 20px;
}

table, th, td {
    color: #535353;
    text-align: center;
}
th, td {
    border-bottom: 1px solid #DCDCDC;
}
table{
    border: 1px solid #B7B7B7;
    border-radius: 16px;
}
.table{
    color: #535353;
}
table tbody tr:nth-child(odd) td {
    background-color: #fff;
}

table tbody tr:nth-child(even) td {
    background-color: #fff;
}

table tbody td:last-child {
    font-size: 20px;
    text-align: center;
}
/* ----------------------  single tiers page -----------------   */
section.single_tires_page .row {
    background: #F7F8FA;
    border-radius: 24px;
    padding: 71px 24px 50px;
}
section.single_tires_page.tiers2  .row{
    padding: 71px 24px 0px;
}
.single_tiers_img {
    height: 374px;
    text-align: center;
}

.single_tiers_img img {
    max-width: 100%;
    max-height: 100%;
}

.single_tiers_info h3 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #080808;
    font-family: 'tans-exbold';
}

.single_tiers_info p ,.single_tiers_info ul li{
    font-size: 24px;
    color: #535353;
    line-height: 30px;
}
.single_tiers_info ul li{
    position: relative;
    padding-inline-start: 22px;
    margin-bottom: 8px;
}
section.single_tires_page.tiers2 {
    padding:47px 0 0 0;
    
}
section.nixen_tiers.teres_page {
    padding-top: 82px;
}
section.Specification_table {
    padding-top: 0;
}

/* ------------------------------------------------------- */
.mapSection.contact_page{
    padding: 0;
}
@media (max-width:768px) {
    .moreTiers {
        left: 10px;
    }

}

section.tiers_type {
    padding-top: 0;
}
.tiers_type .tires_item:hover .tireImg img {
    transform: translateX(10px);
    /*max-height: 260px;*/
}


.tiers_type .tires_item::after {
  /*background-image: url('../images/tiresPage.png');*/
  background-image: url('../images/tiersPage2.svg');
}
.tiers_type .tires_item:hover::after {
    height: 100%;
    background-image: none;
    border: 3px solid #2B2A2A;
    border-radius: 24px;
}

.tiers_type .moreTiers span {
    width: 48px;
    height: 45px;
}

form {
    direction: rtl;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl !important;
}

.tires_item .tireImg img {
    max-width: 80%;
}

section.nixen_tiers.teres_page .tiresInfo {
    padding-top: 14px;
}

section.tiers_type .tiresInfo {
    padding-top: 26px;
}

section.tiers_type .tiresInfo h5 {
    margin-bottom: 0px;
}
.tiers_type .tires_item .tireImg {
    height: 250px;
}
.tiers_type .tires_item:hover .tireImg img {
    /*max-height: 220px;*/
}

section.tiers_type .tires_item::after {
    /*height: 110px;*/
}

.tires_item {
    min-height: 490px;
}

.page-item:last-child .page-link span span, .page-item:first-child .page-link span span {
    display: none;
}


span.page-link.current ,.page-item .page-link,
.page-item:last-child .page-link.current, .page-item:first-child .page-link.current{
    padding-bottom: 4px !important;
}

.page-item:last-child .page-link,.page-item:first-child .page-link{
     padding-bottom: 0px !important;
}


 .sidebar .side-content ul li.current-menu-item a{
     color:var(--sec-color);
 }

.footer-links.footer-menu {
    padding-inline-start: 40px;
}

section.tiers_type .tires_item {
    min-height: unset;
}

section.tiers_type .row {
    justify-content: center;
}





