@font-face {
    font-family: "Rubik";
    src: url("fonts_2024/Rubik-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rubik-Bold";
    src: url("fonts_2024/Rubik-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Rubik-Light";
    src: url("fonts_2024/Rubik-Light.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: "NotoKufiArabic";
    src: url("fonts_2024/NotoKufiArabic-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NotoKufiArabic-Bold";
    src: url("fonts_2024/NotoKufiArabic-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

body,
.tabItem {
    color: #221E20;
    font-family: Rubik-Bold, NotoSans, OoredooArabic, Verdana, sans-serif;
    font-size: 14px;
}

body.ar-ae,
.ar-ae .tabItem {
    font-family: NotoKufiArabic-Bold, NotoSans, OoredooArabic, Verdana, sans-serif !important;
}

#main {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

body {
    margin: 0;
}

div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

.tabs {
    text-align: center;
    border-bottom: 0px;
    font-size: 0px !important;
    padding: 10px 0;
    margin: 20px 0 40px;
    border-radius: 24px;
    background: #FFFFFF;
}

.tabs li {
    float: none;
    display: inline-block;
    margin: 0;
    font-size: 0;
}

/* .tabs li:first-child a {
    border-radius: 0.625em 0.0em 0.0em 0.625em;
}

.tabs li:last-child a {
    border-radius: 0em 0.625em 0.625em 0em;
} */

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabItem {
    height: auto;
    line-height: normal;
    display: inline-block;
    box-sizing: border-box;

    padding: 14px 5px;

    width: 95%;
    background: #ffffff;

    border-radius: 100px !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-style: Rubik-Bold, NotoSans, Helvetica, sans-serif;
    text-transform: lowercase;

    transition: background 0.5s, color 0.5s, border 0.5s;
    min-width: 190px;
    position: relative;
    border: 1px solid #ED1C24;
    color: #221E20;
    
    margin: 5px;
}

.ar-ae .tabItem {
    font-family: NotoKufiArabic-Bold;
}

/* ul#tabs li:first-child a {
    border-left: 1px solid #ED1C24;
    border-radius: 23px 0 0 23px;
}

ul#tabs li:last-child a {
    border-radius: 0 23px 23px 0;
}

.ar-ae ul#tabs li:first-child a {
    border-right: 1px solid #ED1C24;
    border-left: 0;
  
    border-radius: 0 23px 23px 0;
}

.ar-ae ul#tabs li:last-child a {
    border-left: 1px solid #ED1C24;
    border-radius: 23px 0 0 23px;
} */

/* .ar-ae .tabItem {
    padding: 13px 15px;
} */

.tabItem:hover {
    color: #FFFFFF;
    background: #ED1C24;
}

.tabItem:active,
.tabItem-active,
.tabItem-active:hover {
    text-decoration: none;
    font-style: normal;
    background: #ED1C24;
    color: #FFFFFF;
}

.tabs-control {
    margin-bottom: 2.0em;
    margin-top: 2px;
}

@media (max-width: 800px) {
    .tabs li {
        display: inline-block;
        width: 50%;
        /*max-width: 350px;*/
    }

    .ar-ae .tabItem {
        border: 1px solid #ED1C24;
    }

    .tabItem {
        border: 1px solid #ED1C24;
    }
}

@media (max-width: 550px) {

    body,
    .tabItem {
        font-size: 14px;
    }

    .tabs li {
        display: block;
        margin: 0px auto;
        width: 90%;
    }
}

@media (max-width: 460px) {

    body,
    .tabItem {
        font-size: 14px;
    }
}

.ar-ae ul#tabs {
    direction: rtl;
}