.header-logo img {
    width: 150px;
    height: 75px;
    object-fit: contain;
}

#revolutionSlider .tp-bgimg {
    transform: scale(1.1);
    transition: 8000ms linear;
}

#revolutionSlider .active-revslide .tp-bgimg {
    transform: scale(1);
    transition: 8000ms linear;
}

.slotholder {
    filter: brightness(0.5);
}

.instagram-button {
    background: var(--primary--200);
    /* background: #833ab4; */
    /* background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); */
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 4px 6px;
}

.z-9 {
    z-index: 9;
}

.insta-slider.default-theme.owl-loaded.owl-drag,
.insta-slider .item.slider-item,
.insta-slider .owl-item,
.instagram-feed,
.insta-slider .owl-stage-outer {
    height: 100%;
}

.insta-slider img {
    height: 100%;
    object-fit: cover;
}

.insta-slider .owl-stage {
    display: flex;
    height: 100%;
}

.owl-nav.disabled {
    display: none !important;
}

.blog-info-image img {
    aspect-ratio: 1;
    object-fit: cover;
}

.blog-info-title {
    height: 55px;
}

.header-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 10px; */
}

.header-lang a:first-child {
    margin-right: 15px;
}

.header-lang a {
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.header-lang a:first-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 20px;
    background: var(--primary-rgba-40);
    right: -9px;
    top: 3px;
}

header#header {
    margin-top: -25px;
}

.header-body {
    border-radius: 10px;
    overflow: hidden;
    height: 100px;
}


.blog-detail-content * {
    text-align: center;
}

.activities-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 200px;
}

.activities-list li {
    padding-right: 50px;
}

.corporate-instagram *{
    border-radius: 0 !important;
}