    /*

main colors : 

black : #1B1B2F
pink : #E43F5A 
blue : #1F4068
dark navy : #162447

*/
    
    @font-face {
        font-family: chan;
        src: url('fonts/chan/Changa-SemiBold.ttf');
    }
    
    @font-face {
        font-family: chan2;
        src: url('fonts/chan/Changa-Medium.ttf');
    }
    
    @font-face {
        font-family: ub;
        src: url('fonts/ub/Ubuntu-Medium.ttf');
    }
    
    @font-face {
        font-family: os;
        src: url('fonts/os/Oswald-Regular.ttf');
    }
    
    @font-face {
        font-family: Tajawal;
        src: url('fonts/taj/Tajawal-Regular.ttf');
    }
    
    @font-face {
        font-family: pop;
        src: url('fonts/pop/Poppins-Medium.ttf');
    }
    
    @font-face {
        font-family: popreg;
        src: url('fonts/pop/Poppins-Regular.ttf');
    }
    
    @font-face {
        font-family: somer;
        src: url('fonts/somer/SomarSans-Bold.woff') format('woff');
        font-weight: 800;
    }
    
    @font-face {
        font-family: somer;
        src: url('fonts/somer/SomarSans-SemiBold.woff') format('woff');
        font-weight: 700;
    }
    
    @font-face {
        font-family: somer;
        src: url('fonts/somer/SomarSans-Medium.woff') format('woff');
    }
    
    @font-face {
        font-family: somer;
        src: url('fonts/somer/SomarSans-Regular.woff') format('woff');
        font-weight: normal;
    }
    
    html,
    body {
        max-width: 100%;
    }
    
    html {
        scroll-behavior: smooth;
    }
    
    body {
        font-family: "somer", sans-serif, Arial, Helvetica;
        background-color: #f7f8fc;
    }
    
    a {
        color: #303030;
        transition: 0.2s;
    }
    
    a:hover {
        text-decoration: none;
        color: #303030;
    }
    
    ul {
        padding: 0px !important;
        margin: 0px;
        list-style-type: none;
    }
    
    .preloader {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #111;
        z-index: 999999999999;
        transition: 0.3s;
        height: 100vh;
        width: 100vw;
    }
    
    .preloader .preloaderlogo {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        height: auto;
        width: 250px;
        z-index: 99;
    }
    
    .navbar {
        padding: 0px;
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 99999999999999999;
    }
    
    .uppernav {
        width: 100%;
        display: none;
        justify-content: space-between;
        background-color: #030303ba;
        height: 29px;
    }
    
    .uphh {
        padding-left: 3%;
    }
    
    .uppernav a {
        color: white;
        font-size: 13px;
        padding-top: 5px;
        margin-right: 6%;
    }
    
    .uppernav i {
        margin-right: 8px;
    }
    
    #inlang {
        text-align: end;
        padding-right: 1%;
    }
    
    a {
        color: #303030;
        transition: 0.2s;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    .uphh2 {
        justify-content: end;
    }
    
    .bottomnavbar {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid #ffffff5c;
    }
    
    .logo {
        margin-left: 3%;
    }
    
    .logo img {
        height: auto;
        width: 65px;
    }
    
    .bottomline {
        width: 100%;
        padding: 30px;
        padding-left: 6%;
        padding-right: 6%;
        height: 101px;
        padding-top: 15px;
    }
    
    .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba( 0, 0, 0, 0.4);
        ;
        z-index: 3;
    }
    
    .mainmenu {
        position: relative;
        top: 30px;
        padding-right: 3%;
    }
    
    .mainmenu ul {
        margin: 0px;
    }
    
    .mainmenu li {
        display: inline-block;
        margin-left: 7px;
        padding-bottom: 27px;
        transition: 0.5s;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .mainmenu a:hover {
        font-size: 17px;
    }
    
    .mainmenu li a {
        color: #e0e0e0;
        text-transform: uppercase;
    }
    
    .slider {
        width: 100%;
        height: 100vh;
        position: relative;
    }
    
    .carousel-indicators {}
    
    .slider .carousel-caption {
        margin: 0;
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80vw;
    }
    
    .carousel-caption h5 {
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        text-transform: uppercase;
        background-image: linear-gradient(90deg, #ffffffd1 20%, #909090 70%);
        font-weight: 800;
        font-size: 45px;
    }
    
    .carousel-caption p {
        font-size: 16px;
        color: #f4f4f4;
        text-transform: uppercase;
    }
    
    .newrow {
        direction: rtl;
        margin-top: 100px;
        margin-bottom: 10px;
        border-bottom: 5px solid #b31d36;
        background-color: #f4f4f4;
    }
    
    .bigtitlenews {
        font-size: 45px;
        text-align: right;
        font-weight: bolder;
        margin-top: 35px;
        margin-right: 50px;
    }
    
    .forr {
        padding: 3%;
        color: #434343;
        background-color: #f4f4f4;
    }
    
    .nonthat {
        text-align: center;
        color: #434343;
        font-size: 30px;
        font-weight: bold;
    }
    
    .newrow img {
        height: 325px;
        width: auto;
        margin-left: 50px;
    }
    
    .subtit {
        text-align: end;
        font-size: 17px;
        margin-right: 30px;
        font-weight: bold;
        color: #5f5f5f;
    }
    
    .subtit span {
        display: inline-block;
        margin-right: 15px;
        margin-left: 15px;
    }
    
    .subtit p {
        color: #303030;
        display: inline;
        text-decoration: underline;
    }
    
    .thri {
        margin-bottom: 50px;
    }
    
    .mainmenu i {
        text-align: center;
        color: #103452;
        font-size: 17px;
        transition: 0.5s;
    }
    
    .logo img {
        transition: 0.3s;
    }
    
    .mainmenu i {
        display: none;
    }
    
    .mainmenu svg {
        display: none;
        width: 30px;
        height: 30px;
    }
    
    .ininde {
        color: #f4f4f4;
        text-align: center;
        position: relative;
        top: 14px;
    }
    
    .ininde i {
        font-size: 13px;
        margin-bottom: 22px;
        position: relative;
        bottom: 0px;
        transition: 0.6s;
    }
    
    .ininde h4 {
        font-size: 15px;
        position: relative;
        top: 0px;
        transition: 0.6s;
    }
    
    .slider .carousel-indicators li:hover .ininde i {
        bottom: 4px;
    }
    
    .slider .carousel-indicators li:hover .ininde h4 {
        top: 4px;
    }
    
    .slider .carousel-indicators li {
        height: auto !important;
        background: none !important;
        text-indent: 0px !important;
        border-left: 1px solid #ffffff78;
        width: 30% !important;
    }
    
    .slider .carousel-indicators {
        width: 100%;
        height: 130px;
        position: absolute;
        bottom: 0px !important;
        z-index: 99999;
        padding: 10px;
        margin: 0px;
    }
    
    #carouselExampleIndicators {
        height: 100vh;
    }
    
    .slider .carousel-inner {
        height: 100vh;
    }
    
    #inda3 {
        border-right: 1px solid #ffffff78;
    }
    
    .forthdiv {
        background-color: #f7f8fc;
        padding: 5%;
        text-align: center;
    }
    
    .pinline {
        font-size: 14px;
        margin: 0px;
    }
    
    .title {
        font-size: 4.3vw;
        font-weight: 800;
        margin-bottom: 40px;
    }
    
    .smsm {
        position: relative;
        bottom: 11px;
        font-size: 12px;
    }
    
    .smsm i {
        font-size: 9px;
        margin-left: 8px;
    }
    
    .item {
        background-color: #fff;
        padding: 0px !important;
        border: 1px solid #e7e7e794;
        box-shadow: 0px 0px 17px 0px #bdbcd35c;
        margin: 10px;
        text-align: center;
        border-radius: 8px;
        height: 270px;
    }
    
    .img1 {
        width: 100%;
        height: 160px;
        overflow: hidden;
        position: relative;
    }
    
    .img1 img {
        width: 100%;
        height: auto;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
    }
    
    .img1 h6 {
        z-index: 999999;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
        padding-top: 19%;
        font-size: 43px;
        font-weight: 800;
        color: #ffffffeb;
        text-transform: uppercase;
    }
    
    .item ul {
        padding: 10px !important;
        height: 100px;
        overflow-y: auto;
    }
    
    .item ul li {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .item ul a {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }
    
    .item ul h6 {
        font-weight: 600;
        color: #202020;
        text-transform: uppercase;
        margin-top: 5px;
    }
    
    .item ul h5 {
        direction: rtl;
        font-weight: 600;
        color: #c6a401;
    }
    
    .item ul span {
        font-size: 13px;
        color: #044b48;
    }
    
    .innerheader {
        position: fixed;
        background-color: #fff;
        top: 85px;
        border: 1px solid #e3e3e3;
        height: auto;
        width: 100vw;
        left: 0px;
        display: none;
        justify-content: space-around;
        opacity: 0;
        padding-bottom: 20px;
        box-shadow: rgba(140, 140, 140, 0.29) 1px 4px 7px 2px;
    }
    
    .innerheader li {
        display: block;
        margin: 0px;
        padding-bottom: 5px;
        text-align: center;
    }
    
    .innerheader ul {
        margin-top: 20px;
        text-align: center;
    }
    
    .innerheader li:first-child a {
        background: linear-gradient(to right, #3b3b3b, #60676c, #000);
        background-color: rgba(0, 0, 0, 0);
        background-clip: border-box;
        font-size: 16px !important;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        text-transform: uppercase;
        text-align: center;
    }
    
    .innerheader span {
        width: 70px;
        height: 1px;
        display: block;
        background-color: #bdbdbd;
        margin-left: 5px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .innerheader li a {
        color: #525252 !important;
        font-size: 13px !important;
        font-weight: 200 !important;
    }
    
    .innerheader li a:hover {
        color: #242424;
        border: 0px !important;
    }
    
    .morr {
        position: relative;
        bottom: 5px;
        font-weight: 800;
        padding-top: 1px;
        border-top: 2px solid #135552;
        color: #135552;
    }
    
    .imgoverlayhere {
        background-color: #20202082;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    
    .forthdiv1 {
        background-color: #fcf9f7 !important;
    }
    
    .item2 {}
    
    .img2 img {
        border-radius: 9px;
        box-shadow: 0px 0px 17px 0px #dadada5c;
        padding: 10px;
        margin: 10px;
        display: block;
        width: 100%;
    }
    
    .whyus {
        position: relative;
        background-color: #f4f4f4;
    }
    
    .whyus1 {
        padding: 10%;
        text-align: center;
        max-height: 508px;
    }
    
    .whyus1 h3 {
        margin-bottom: 50px;
        color: #433;
        font-size: 61px;
        font-weight: 600;
    }
    
    .wer {
        text-align: end;
        padding: 20%;
        font-weight: 700;
        font-size: 2.6rem;
        margin: 0px;
    }
    
    .whyaa {
        border-bottom: 1px solid #d8d8d8;
    }
    
    .whyus .whyaa img {
        width: 100% !important;
        height: 100%;
    }
    
    .whyus .whhww img {
        width: auto !important;
        height: 100%;
    }
    
    .whyus1 a {
        padding: 10px;
        font-size: 20px;
        border: 3px solid #343434d1;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .img2 {
        width: 215px;
        height: 215px;
        background-color: #fff;
        border-radius: 9px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .whyus1 a:hover {
        color: white;
        background-color: #343434d8;
    }
    
    .whyus1 p {
        text-align: end;
        margin-bottom: 40px;
        color: #4e4e4e;
        font-size: 15px;
    }
    
    body,
    html {
        overflow-x: hidden;
    }
    
    .itemseen {
        padding: 4%;
        background-color: #fff;
        border: 1px solid #e7e7e7;
        box-shadow: 0px 0px 10px 1px #dcdcdc;
        border-radius: 10px;
        margin-bottom: 50px;
        flex-direction: row-reverse;
    }
    
    .imageinsm img {
        height: auto;
        width: 100%;
        border-radius: 5px;
    }
    
    .morein2 {
        margin-top: 30px;
        font-family: 'chan2';
        border: 0px !important;
        padding-right: 0px !important;
        text-align: left;
    }
    
    .indetails {
        text-align: left;
    }
    
    .indetails h4 {
        font-size: 26px;
        font-weight: 800;
        color: #3e4a2e;
    }
    
    .indetails p {
        margin-top: 20px;
        text-align: justify;
        direction: ltr;
    }
    
    .indetails section {
        display: flex;
        width: 100%;
        justify-content: end;
        flex-direction: row-reverse;
        font-size: 35px;
        font-weight: 800;
        align-items: center;
        margin-bottom: 20px;
        color: #3e4a2e;
    }
    
    .indetails section span {
        margin-right: 10px;
        font-size: 19px;
        color: #d48f0c;
    }
    
    .indetails a {
        background-color: #171717;
        color: white;
        padding: 5px;
        margin-top: 20px;
        border-radius: 5px;
        width: 250px;
        display: block;
        text-align: center;
    }
    
    .videomode {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }
    
    .videomode video {
        object-fit: cover;
        width: 100vw;
    }
    
    .blackoverlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background-color: #11111163;
    }
    
    .vidcap {
        top: 60% !important;
    }
    
    .vidcap h5 {
        font-size: 65px !important;
    }
    
    @media (max-width:1000px) {
        .videomode video {
            object-fit: cover;
            width: auto !important;
            height: 100vh !important;
        }
    }
    
    @media (max-width:700px) {
        .whyus1 {
            max-height: fit-content !important;
        }
        .img2 {
            width: 100% !important;
            height: 100% !important;
        }
        .img2 img {
            border-radius: 9px;
            box-shadow: 0px 0px 17px 0px #dadada5c;
            padding: 10px;
            margin: 10px;
            display: block;
            width: 200px !important;
            height: auto !important;
        }
        .title {
            font-size: 10.3vw !important;
            font-weight: 800;
            margin-bottom: 40px;
        }
        .carousel-caption h5 {
            font-size: 25px !important;
        }
        .slider .carousel-caption {
            top: 44% !important;
        }
        .carousel-caption p {
            font-size: 13px !important;
            color: #f4f4f4;
            text-transform: uppercase;
        }
        .mainmenu svg {
            display: block !important;
            position: relative;
        }
        .bottomline {
            height: 78px !important;
        }
        .mainmenu i {
            display: block !important;
            position: relative;
        }
        .mainmenu {
            margin-top: 30px !important;
        }
        .mainmenu ul {
            position: fixed !important;
            background-color: #f4f4f4 !important;
            width: 100vw;
            height: 100vh;
            transition: 0.5s;
            top: 75px;
            right: -1000px;
            display: none;
        }
        .bottomnavbar {
            height: 65px !important;
        }
        .mainmenu {
            margin-top: 7px !important;
            top: 38px;
        }
        .mainmenu li a {
            color: #5B5B5B;
            margin-right: 8px;
            font-size: 12px;
            transition: 0.2s;
            margin: 0px;
        }
        .mainmenu li {
            display: flex;
            justify-content: end;
            align-items: center !important;
            width: 100%;
            padding: 13px;
            cursor: pointer;
            transition: 0.2s;
            border-bottom: 1px solid #e0e0e0;
            margin: 0px;
        }
        .mainmenu {
            top: 21px !important;
        }
        .mainmenu a:hover {
            font-size: 12px !important;
        }
        #cclo2 {
            cursor: pointer;
            color: #f4f4f4cc;
            bottom: 9px;
        }
        #tt {
            top: 60% !important;
        }
    }
    
    #tirefinder {
        background-image: url("../main/tires.jpg");
        display: grid;
        background-repeat: no-repeat;
    }
    
    #tirefinder h6 {
        color: #f8c619;
        text-align: center;
        font-size: 32px;
        padding: 20px;
        padding-bottom: 0;
    }
    
    #tirefinder h5 {
        font-size: 15px;
        text-align: center;
        color: #aeaeae;
    }
    
    #tirefinder select {
        margin: 30px;
        text-align: center;
        font-size: 13px;
        width: 400px;
        justify-self: center;
        height: 38px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        box-shadow: inset 0px 0px 30px 1px #111;
        border: none;
        transition: 0.5s;
    }
    
    #tirefinder span {
        display: block;
        background-color: #f8c619;
        text-align: center;
        width: 300px;
        justify-self: center;
        padding: 7px;
        color: black;
        margin: 25px;
        cursor: pointer;
        transition: 0.5s;
    }
    
    #tirefinder span:hover {
        background-color: #ffffffc0;
    }
    
    #tirefinder select:hover {
        box-shadow: inset 0px 0px 0px 0px #000;
        background-color: #f4f4f4;
    }
    
    @media (max-width:550px) {
        .itemseen {
            margin-top: 0px !important;
            flex-direction: column-reverse;
        }
        .smallside {
            margin-bottom: 50px;
        }
        #tirefinder h6 {
            font-size: 23px !important;
        }
        #tirefinder h5 {
            font-size: 13px !important;
        }
        #tirefinder select {
            width: 80% !important;
        }
        #tirefinder span {
            width: 80% !important;
        }
    }
    
    .axa .item {
        height: auto !important;
    }
    
    .axa .item img {
        border-radius: 9px;
    }