@font-face {
    font-family: 'DIN-BALCK';
    src: url('../fonts/DIN-NEXT-ARABIC-BLACK.otf');
    font-display: swap;
}

@font-face {
    font-family: 'DIN-BOLD';
    src: url('../fonts/DIN-NEXT-ARABIC-BOLD.otf');
    font-display: swap;
}

@font-face {
    font-family: 'DIN-HEAVY';
    src: url('../fonts/DIN-NEXT-ARABIC-HEAVY.otf');
    font-display: swap;
}

@font-face {
    font-family: 'DIN-REGULAR';
    src: url('../fonts/DIN-NEXT-ARABIC-REGULAR.otf');
    font-display: swap;
}

@font-face {
    font-family: 'DIN-LIGHT';
    src: url('../fonts/DIN-NEXT-ARABIC-LIGHT.otf');
    font-display: swap;
}

body {
    direction: rtl;
    min-height: 100vh;
    background: #FFFFFF;
    font-family: "DIN-REGULAR";
}

h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6em;
    padding: 20px;
}

a {
    color: #1DB05D;
}
a:hover, a:active {
    color: #109D91;
}

.full-width-header {
    background-color: rgba(12, 14, 13, 0.44) !important;
}
.bg-dark {
    background-color: transparent !important;
}
.full-width-footer {

}
.bg-footer {
    background-image: url("../images/bg-logo.webp");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 53% auto;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-color: #383938;
    color: #FFFFFFC7;
    font-size: 14px;
}
.bg-footer a {
    color: #FFFFFFC7;
    text-decoration: none;
    transition-duration: .3s;
}
.bg-footer a:hover {
    color: #FFFFFF;
}
.list-inline-item:not(:last-child) {
    margin-left: 1.5rem;
}


.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-family: "DIN-BOLD", Sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: 0rem 0;
    margin: 0.125rem 0 0;
    font-family: "DIN-BOLD", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.96);
    background-clip: padding-box;
     border: 0px solid rgba(0,0,0,.15);
    border-radius: 1.25rem;
    transition: all .3s;
}
.dropdown:hover .dropdown-menu {
    display: block;
    transition: all .3s;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.dropdown-item {
    font-family: "DIN-BOLD", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 18px 50px;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0 dotted #f5f5f5;
    border-bottom-width: 1px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-image: linear-gradient(240deg, #109d91 0%, #1db05d 100%);
}
.button, .button:visited {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    transition: all .3s;
}
.button:hover, .button:focus {
    background-color: transparent;
    background-image: linear-gradient(240deg, #1db05d 0%, #109d91 100%);
    border: 1px solid #FFFFFF;
    transition-duration: .3s;
    transition-property: transform;
    transform: scale(1.1);
}


/* CSS used here will be applied after bootstrap.css */
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.main-content {
    background: #FFFFFF;
    padding: 0px;
    border: 0;
    margin-top: 60px;
    /*box-shadow: rgb(19, 148, 92) 0px 3px 12px;*/
    /*box-shadow: rgb(19, 148, 92) 0px 4px 16px, rgb(0, 128, 149) 0px 8px 32px;*/
}

.btn-primary {
    background: #FFFFFF;
    background: linear-gradient(90deg, #FFFFFF 0%, #f3f3f3 100%);
    border: 0;
    font-size: 22px !important;
    color: #0c9a91 !important;
}

.btn-primary:hover {
    background: #f3f3f3;
    background: linear-gradient(90deg, #f3f3f3 0%, #FFFFFF 100%);
    border: 0;
    color: #0c9a91 !important;
}


label img {
    width: 10vw;
    height: 14vw;
    padding: .5vw;
}

input[type=radio] {
    display: none;
}

label img:hover {
    opacity:0.6;
    cursor: pointer;
}

label img:active {
    opacity:0.4;
    cursor: pointer;
}

input[type=radio] + label > img {
    border: 3px solid rgb(234, 234, 234);
}

input[type=radio]:checked + label > img {
    border: 8px solid rgb(228, 207, 94);
}


.footer a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:1100px) {
    footer section {
        flex-direction: column !important;
        line-height: 2.3em;
    }

    .bg-footer {
        background-image: url("../images/bg-logo.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        background-color: #383938;
        color: #FFFFFFC7;
        font-size: 14px;
    }

    label img {
        width: 25vw;
        height: 40vw;
        padding: .5vw;
    }
}

.footer-desktop {
    display: flex;
    flex-direction: row;
}
.footer-tablet-mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .footer-desktop {
        display: none;
    }
    .footer-tablet-mobile {
        display: flex;
        flex-direction: column;
    }
}