@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma.eot');
    src: url('../fonts/Tahoma.eot?#iefix') format('embedded-opentype'), url('../fonts/Tahoma.woff2') format('woff2'), url('../fonts/Tahoma.woff') format('woff'), url('../fonts/Tahoma.ttf') format('truetype'), url('../fonts/Tahoma.svg#Tahoma') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma-Bold.eot');
    src: url('../fonts/Tahoma-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tahoma-Bold.woff2') format('woff2'), url('../fonts/Tahoma-Bold.woff') format('woff'), url('../fonts/Tahoma-Bold.ttf') format('truetype'), url('../fonts/Tahoma-Bold.svg#../fonts/Tahoma-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Tahoma';
    overflow: hidden;
}

.h-100 {
    height: 100%;
}
.pageLoader{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    position: fixed;
    background: rgba(255,255,255,0.75);
}
.pageLoader .loaderImg{
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    margin: -50px 0 0 -50px;
}
.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.slideshows-states-wrapper .header {
    background-image: linear-gradient(130deg, #463E30 30%, #21252B 66%);
    padding: 35px 0;
}

.slideshows-states-wrapper .header .logo {
    height: 87px;
}

.slideshows-states-wrapper .header .logo img {
    height: 100%;
}
.slideshows-states-wrapper .header .logo .ar,
html[lang="ar"] .slideshows-states-wrapper .header .logo .en {
    display:none;
}
html[lang="ar"] .slideshows-states-wrapper .header .logo .ar {
    display:block;
}

.lang_list {
    margin: 0 0 0 auto;
}

.lang_list li {
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding: 0 15px 0 0;
    text-transform: uppercase
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.lang_list li.selected {
    font-weight: 700
}

.lang_list li.selected a,
.lang_list li.selected span,
.lang_list li:hover a,
.lang_list li:hover span {
    text-decoration: underline
}

.lang_list li:after {
    top: 0;
    right: 0;
    content: '/';
    clear: both;
    color: #ba9d6a;
    font-size: 16px;
    font-weight: 300;
    position: absolute
}

.lang_list li:last-child {
    padding: 0;
    margin: 0
}

.lang_list li:last-child:after {
    display: none
}

.lang_list li {
    color: #6a6161
}

.lang_list li.selected {
    color: #ba9d6a;
}


.slideshows-states-wrapper .items {
    white-space: nowrap;
    margin-bottom: 0;
    overflow: hidden;
    height: 100%;
}

.slideshows-states-wrapper .item {
    display: inline-block;
    padding: 0;
    float: none;
    margin-left: -5px;
}

.slideshows-states-wrapper .img-fluid {
    width: 100%;
}

.slideshows-states {
    height: calc(100% - 157px);
    position: relative;
}

.slideshows-states::after {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.slideshows-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 99;
    width: 100%;
}

.slideshows-content h1 {
    font-family: Tahoma;
    font-size: 64px;
    font-weight: bold;
}

.slideshows-content p {
    font-size: 50px;
    line-height: 1.12;
    font-weight: 400;
    margin-bottom: 30px;
}

.slideshows-content a {
    width: 164px;
    padding: 13px 10px;
    border-radius: 8px;
    background-color: #ba9d6a;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1.15px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #ba9d6a;
}

.slideshows-content a:hover {
    opacity: 0.95;
}

.state-logo {
    position: absolute;
    left: 30px;
    bottom: 90px;
    transform: none;
    right: 30px;
}

@media screen and (max-width: 767px) {
    body,
    html {
        overflow: hidden;
    }
    .slideshows-states-wrapper .header .logo {
        height: 40px;
    }
    .slideshows-states {
        height: calc(100% - 110px);
    }
    .state-logo {
        bottom: 20px;
    }
    .slideshows-content h1 {
        font-size: 34px;
    }
    .slideshows-content p {
        font-size: 26px;
    }
    .slideshows-states-wrapper .item {
        height: 100%;
    }
}