@font-face {
    font-family: csfontlight;
    src: url(./../Fonts/FrutigerLTArabic-45Light.ttf);
}

@font-face {
    font-family: csfontroman;
    src: url(./../Fonts/FrutigerLTArabic-55Roman.ttf);
}

@font-face {
    font-family: csfontBold;
    src: url(./../Fonts/FrutigerLTArabic-65Bold.ttf);
}

* {
    font-family: csfontBold;
}

.body {
    background-image: url(./../img/CarRange.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.header {
    background-color: #F6F6F6;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.header .header-inner {
    display: flex;
    align-items: center;
}

.header .header-inner .logo-altawkilat img {
    width: 150px;
}

.header .header-inner .logo-altawkilat {
    border-right: solid 1px #000;
    padding-right: 50px;
}

.header .header-inner .about-altawkilat {
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    padding-right: 50px;
    padding-left: 50px;
}

.header .header-inner .about-hongqi {
    border-right: solid 1px #000;
    padding-right: 50px;
    padding-left: 50px;
}

.header .header-inner .location {
    padding-right: 50px;
    padding-left: 50px;
}

.header .header-inner .logo-hongqi img {
    width: 100px;
}

.header .header-inner .logo-hongqi {
    padding-left: 50px;
    padding-right: 50px;
}

.header .header-inner div {
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
}

.header .header-inner div a {
    color: #000;
    text-decoration: none;
}

.header .header-inner div a:hover {
    color: #a30000
}

.header .header-inner .warp {
    display: flex;
    align-items: center;
}

.map .map-inner {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 50vh;
    cursor: pointer;
}

.map .map-inner img {
    width: 80%;
}

.map .map-inner div {
    position: absolute;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    animation: startanimation 3s;
    animation-iteration-count: 1;
}

.map .map-inner div img {
    width: 40px;
    /* transition: 0.3s; */
}

/* .map .map-inner div:hover img {
    width: 40px;
} */

.map .map-inner div.ksa {
    color: #000;
    top: 45%;
    left: 58%;
}

.map .map-inner div.uae {
    color: #000;
    top: 48%;
    left: 68%;
}

.map .map-inner div.jordan {
    color: #000;
    top: 29%;
    left: 52%;
}

.map .map-inner div.iraq {
    color: #000;
    top: 26%;
    left: 58%;
}

.map .map-inner div.egypt {
    color: #000;
    top: 45%;
    left: 45%;
}

.map .map-inner div.libya {
    color: #000;
    top: 38%;
    left: 35%;
}

.map .map-inner div.turkey {
    color: #000;
    top: 14%;
    left: 50%;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 0 !important;
}

.dropdown-content p {
    margin: 0;
    padding: 5px 10px;
    border-bottom: solid 1px #ddd;
    width: 100%;
    cursor: pointer;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.lang {
    color: #000;
    text-decoration: none;
}


.map .map-inner div.ksa:hover::after {
    content: '';
    border: solid 3px #a30000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: block;
    margin-top: -58px;
    margin-left: 0px;
    animation: mymove 1s;
    animation-iteration-count: infinite;
    position: absolute;
}

.map .map-inner div.uae:hover::after {
    content: '';
    border: solid 3px #a30000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: block;
    margin-top: -58px;
    margin-left: -10px;
    animation: mymove 1s;
    animation-iteration-count: infinite;
    position: absolute;
}

.map .map-inner div.jordan:hover::after {
    content: '';
    border: solid 3px #a30000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: block;
    margin-top: -58px;
    margin-left: -10px;
    animation: mymove 1s;
    animation-iteration-count: infinite;
    position: absolute;
}


.map .map-inner div.iraq:hover::after {
    content: '';
    border: solid 3px #a30000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: block;
    margin-top: -57px;
    margin-left: -11px;
    animation: mymove 1s;
    animation-iteration-count: infinite;
    position: absolute;
}

.map .map-inner div.egypt:hover::after {
    content: '';
    border: solid 3px #a30000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: block;
    margin-top: -57px;
    margin-left: -10px;
    animation: mymove 1s;
    animation-iteration-count: infinite;
    position: absolute;
}

.map .map-inner div.libya:hover::after {
    content: '';
    border: solid 3px #a30000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: block;
    margin-top: -59px;
    margin-left: -10px;
    animation: mymove 1s;
    animation-iteration-count: infinite;
    position: absolute;
}

.map .map-inner div.libya:hover::after {
    content: '';
    border: solid 3px #a30000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: block;
    margin-top: -59px;
    margin-left: -10px;
    animation: mymove 1s;
    animation-iteration-count: infinite;
    position: absolute;
}

.map .map-inner div.turkey:hover::after {
    content: '';
    border: solid 3px #a30000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: block;
    margin-top: -58px;
    margin-left: -11px;
    animation: mymove 1s;
    animation-iteration-count: infinite;
    position: absolute;
}

.flag {
    animation: shadow 2s infinite;
    transform-origin: left top;
}

@keyframes startanimation {
    0% {
        opacity: 0;
        top: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mymove {
    0% {
        width: 46px;
        height: 46px;
        top: 56px;
        left: 8px;
        opacity: 1;
    }

    100% {
        width: 53px;
        height: 53px;
        top: 51px;
        left: 4px;
        opacity: 0;
    }
}

@keyframes shadow {
    0% {
        filter: drop-shadow(2px 3px 7px rgba(0, 0, 0, .9));
        transform: rotateX(0deg) matrix3d(1, 0, 0, 0,
                0, 1, 0, 0,
                0, 0, 1, 0,
                0, 0, 0, 1);
    }

    50% {
        filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, .5));
        transform: rotateX(10deg) matrix3d(0.9829214561476214, 0, 0, -0.00003271751695857963,
                0, 0.9962483913887495, 0, -0.000021811677972386414,
                0, 0, 1, 0,
                0, 0, 0, 1);
    }

    100% {
        filter: drop-shadow(2px 3px 7px rgba(0, 0, 0, .9));
        transform: rotateX(0deg) matrix3d(1, 0, 0, 0,
                0, 1, 0, 0,
                0, 0, 1, 0,
                0, 0, 0, 1);
    }
}

.discover-card .col .card {
    width: 20rem;
}

.header-mobile {
    display: none !important;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
  }
@media screen and (max-width: 450px) {
    .body {
        background-position-y: 80px;
    }
    .header {
        /* display: flex;
        flex-direction: column; */
        display: none !important;
    }
    .header-mobile {
        display: block !important;
        padding-top: 10px;

    }
    .brandlogo {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .brandlogo .logo-altawkilat img {
        width: 150px;
    }
    .brandlogo .logo-hongqi img {
        height: 60px;
    }
    .mob-menu {
        position: absolute;
        width: 100%;
        flex-direction: column;
        display: none;
        background-color: #fff !important;
        z-index: 99999999999999;
    }
    .mob-menu div {
        border: solid 1px #dddd;
    }
    .mob-menu div a {
        text-decoration: none;
        display: flex;
        flex-direction: row;
        color: #000;
        padding: 20px;
        text-align: center;
        justify-content: center;
    }
    .menubtn {
        cursor: pointer;
    }
    .location.dropdown {
        width: 100% !important;
    }
    .dropdown-content {
        width: 100% !important;
    }
    .dropdown:hover .dropdown-content {
        display: none;
    }
    .map .map-inner div:hover::after {
        border-width: 0 !important;
    }
    /* .header .header-inner {
        flex: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .header .header-inner div {
        width: 100% !important;
        border: unset !important;
        border-bottom: solid 1px #000 !important;
        padding-bottom: 10px!important;
        margin-top: 10px!important;
    }
    .header .header-inner .logo-altawkilat  {
        padding-right: 0;
    }
    .header .header-inner .logo-hongqi img {
        height: 60px;
        width: 60px;
    } */
    .lang {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .map .map-inner div img {
        width: 25px;
        /* transition: 0.3s; */
    }
    .map .map-inner img {
        width: 230%;
    }
    .map .map-inner {
        margin-top: 20vh;
        overflow: hidden;
    }
    .map .map-inner div.ksa {
        color: #000;
        top: 45%;
        left: 55%;
    }
    .map .map-inner div {
        font-size: 9px;
    }
    .map .map-inner div.iraq {
        color: #000;
        top: 22%;
        left: 55%;
    }
    .map .map-inner div.jordan {
        color: #000;
        top: 29%;
        left: 42%;
    }
    .map .map-inner div.turkey {
        color: #000;
        top: 14%;
        left: 36%;
    }
    .map .map-inner div.libya {
        color: #000;
        top: 38%;
        left: 6%;
    }
    .map .map-inner div.egypt {
        color: #000;
        top: 45%;
        left: 25%;
    }
    .map .map-inner div.uae {
        color: #000;
        top: 48%;
        left: 88%;
    }
    .mapdottedimage {
        margin-right: 130px;
    }
    /* .map .map-inner {
        margin-top: 16vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .map .map-inner a {
        display: flex;
        justify-content: start;
        align-self: center;
        background-color:   rgba(158, 158, 158, 0.2);
        width: 100%;
        align-items: start;
        border-bottom: #000 solid 1px;
        padding: 10px;
    }
    .map .map-inner a img {
        margin-right: 10px;
    }
    .map .map-inner div {
        position: unset;
        width: 100%;
        text-align: left;
        display: flex;
        font-size: 20px !important;
        align-items: center;
    }
    .map .map-inner div br {
        display: none;
    }
    .mapdottedimage {
        position: absolute;
    } */
    .discover-card .col {
        flex-direction: column;
        
    }
    .discover-card .col .card {
        margin-bottom: 10px;
        width: 100%;
    }
}