* {
    font-family: 'Rubik', sans-serif !important;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: white;
}

body {
    background: #eee;
    direction: rtl;
}

svg {
    display: block;
    position: absolute;
    top: 5%;
    left: 5%;
}

.filler {
    background: #68c0f4;
    position: absolute;
    bottom: 85%;
    top: 0;
    left: 0;
    right: 0;
}

.mat-logo {
    width: 280px;
    height: 150px;
    float: right;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.mat-logo img {
    max-width: 95%;
    max-height: 85%;
    margin-right: 5%;
    margin-top: 5%;
    object-fit: contain;
}

.mat-logo:before {
    content: '';
    width: 130%;
    height: 100%;
    float: right;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 0px 0px 400px;
    z-index: -1;
    box-shadow: 10px -5px 50px 0px rgba(0, 0, 0, 0.26);
}

.mat-date {
    width: 50%;
    color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.main-con {
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    top: 20%;
    right: 0;
}

#news-container2 ul li {
    position: relative;
    overflow: hidden;
    width: 28%;
    height: 100%;
    float: right;
    margin: 0.75% !important;
    padding: 1.75% !important;
    background: white;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    font-size: 0.9em;
    word-spacing: 0.2em;
    line-height: 1.5em;
}

#news-container2 ul {
    width: 70%;
    right: 15%;
    height: 80%;
}

.head-line {
    font-size: 1.2em;
    color: #439ed4;
    border-bottom: 2px solid #68c0f4;
    width: 95%;
    padding: 0 2.5%;
    float: right;
    margin-bottom: 10px;
}

div#news-container.newsFeedImages {
    position: absolute !important;
    right: 0;
    bottom: 4vh;
    height: 45vh !important;
    width: 100%;
    float: right;
}

div#news-container.newsFeedImages ul {
    width: 70%;
    right: 15%;
    height: 45vh !important;
}

div#news-container.newsFeedImages ul li {
    width: 92%;
    float: right;
    background: white;
    padding: 2.5% !important;
    margin: 2.5% 1% 20px 2.5% !important;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    min-height: 500px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

div#news-container.newsFeedImages > ul > li {
    width: 92%;
    float: right;
    background: white;
    padding: 2.5% !important;
    margin: 2.5% 1% 20px 2.5% !important;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    min-height: 500px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.img-box {
    overflow: hidden;
    position: relative;
    width: 45%;
    min-width: 45%;
    flex-shrink: 0;
    height: auto;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.eve-title {
    font-size: 1.8em;
    font-weight: bold !important;
    width: 100%;
    color: #439ed4;
    border-bottom: 2px solid #68c0f4;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.eve-info {
    font-size: 1.2em !important;
    line-height: 1.6em !important;
    width: 100%;
    margin: 0;
    height: auto;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.eve-info > * {
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1.6em;
    font-size: 1.1em;
}

.eve-info ul,
.eve-info ol {
    margin: 10px 0;
    padding-right: 20px;
    list-style-position: inside;
}

.eve-info ul li,
.eve-info ol li {
    margin: 5px 0 !important;
    padding: 5px 0 !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    display: list-item !important;
    position: static !important;
    background: none !important;
    box-shadow: none !important;
    width: auto !important;
    float: none !important;
    flex-direction: row !important;
    gap: 0 !important;
}

.eve-info img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 400px !important;
    height: auto !important;
    display: block !important;
    margin: 15px auto !important;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    object-fit: contain !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
}

.eve-info p img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 400px !important;
    height: auto !important;
    object-fit: contain !important;
}

.text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 10px;
}

.video-box {
    overflow: hidden;
    position: relative;
    width: 45%;
    min-width: 45%;
    flex-shrink: 0;
    height: auto;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

/*
.liner-ce {
    width: 100%;
    float: right;
    margin-top: 2%;
    border-bottom: 3px solid gainsboro;
}
*/

div#news-container2.newsFeedText {
    height: 300px !important;
}

.logo-lis {
    width: 100%;
    position: absolute;
    top: -3%;
    left: 0;
    opacity: 0.1;
}

.img-box-li {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: right;
    height: 55%;
    margin-top: 0;
}

.img-box-li.no-text {
    height: 90%;
    margin-top: 0;
}

.img-box-li img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.com-news {
    font-size: 1em;
    font-weight: bold !important;
    color: #439ed4;
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 10px;
}