body {
    background-color: #ffffff;
}

.exhibition-wrapper {
    
}

.exhibition-wrapper.arabic {
    
}

.exhibition-wrapper.arabic .banner {
    padding-bottom: 3rem;
}

.exhibition-wrapper.arabic .banner img {
    width: 100%;
    
}

.exhibition-wrapper.arabic .exhibition-content {
    max-width: 1200px;
    margin: auto;
}

 

.exhibition-wrapper.arabic .iframe {
    padding-bottom: 3rem;
}

.exhibition-wrapper.arabic .contents {
    
}

.exhibition-wrapper.arabic .contents .description-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 2rem;
}


.exhibition-wrapper.arabic .contents .description-content .item {
    width: 48%;
}

.exhibition-wrapper.arabic .contents .description-content .item .auther p {
    margin-bottom: 5px;
}

.exhibition-wrapper.arabic .contents .description-content .item:nth-child(2) {
    text-align: left;
    direction: ltr;
}

.exhibition-wrapper.arabic .contents .description-content .item h1.title {
    font-size: 1.8rem;
}

.exhibition-wrapper.arabic .contents .description-content .item p {
    line-height: 26px;
    text-align: justify;
    font-size: 1rem;
    color: #474747;
}


.exhibition-wrapper.arabic .contents .themes {
    padding: 2rem;
    background: #f6f6f6;
    margin-bottom: 2rem;
}

.exhibition-wrapper.arabic .contents .themes .theme {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2rem;
}

.exhibition-wrapper.arabic .contents .themes .theme .item {
    width: 48%;
}

.exhibition-wrapper.arabic .contents .themes .theme .item:nth-child(2) {
    text-align: left;
    direction: ltr;
}

.exhibition-wrapper.arabic .contents .themes .theme .item .title {
    font-size: 1.8rem;
}

.exhibition-wrapper.arabic .contents .themes .theme .item p {
    line-height: 24px;
    text-align: justify;
    font-size: 1rem;
    color: #474747;
}

.exhibition-wrapper.arabic .contents .artists {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2rem;
}

.exhibition-wrapper.arabic .contents .artists .item {
    width: 48%;
    font-size: 1rem;
    color: #474747;
}

.exhibition-wrapper.arabic .contents .artists .item:nth-child(2) {
    text-align: left;
}


.exhibition-wrapper.arabic .contents .artists .item h2 {
    font-size: 1.8rem;
}

.exhibition-wrapper.arabic .contents .artists .item .logos {
    
}

.exhibition-wrapper.arabic .contents .artists .item .logos img {
    
}

.exhibition-wrapper.arabic .contents .partners-funders {
    display: flex;
    margin-bottom: 3rem;
}

.exhibition-wrapper.arabic .contents .partners-funders .item {
    
}


.exhibition-wrapper.arabic .contents .partners-funders .item:nth-child(2) {
    margin-left: 4rem;
}

.exhibition-wrapper.arabic .contents .partners-funders .item h2 {
    font-size: 1.8rem;
}

.exhibition-wrapper.arabic .contents .partners-funders .item .logos {
    padding: 1rem;
    box-shadow: 0 8px 18px rgb(45 62 80 / 8%);
    margin-top: 2rem;
    width: max-content;
}

.exhibition-wrapper.arabic .contents .partners-funders .item:nth-child(2) .logos img {
    margin-left: 0rem;
}

.exhibition-wrapper.arabic .contents .partners-funders .item .logos img {
    height: 5.5rem;
    margin-left: 1rem;
}

.exhibition-wrapper.arabic .contents .partners-funders h4 {
    font-size: 1.1rem;
    color: #393939;
}


@media only screen and (max-width: 768px) {
    .exhibition-wrapper.arabic .contents .description-content {
    flex-wrap: wrap;
    }
    
    .exhibition-wrapper.arabic .contents .description-content .item {
    width: 100%;
}

.exhibition-wrapper.arabic .contents .themes .theme {
    flex-wrap: wrap;
}


.exhibition-wrapper.arabic .contents .themes .theme .item {
    width: 100%;
}

.exhibition-wrapper.arabic .contents .artists {
    flex-wrap: wrap;
}

.exhibition-wrapper.arabic .contents .artists .item {
    width: 100%;
}

.exhibition-wrapper.arabic .contents .partners-funders {
    flex-wrap: wrap;
}

.exhibition-wrapper.arabic .contents .partners-funders .item:nth-child(2) {
    margin-right: 0;
    margin-top: 2rem;
}

.exhibition-wrapper.arabic .exhibition-content {
    max-width: 90%;
    margin: auto;
}

.exhibition-wrapper.arabic .contents .partners-funders .item .logos {
    width: 100%;
}


}

