/*Other Section*/

.spotlightItemsSection {
    width: 100%;
    padding: 40px 0 50px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.spotlightItemsSection a {
    color: var(--darkGray);
}

.spotlightItemsSection a:nth-child(4n) {
    margin-right: 0px;
}

.spotlightItemsSection img {
    max-width: 100%;
    margin-bottom: 20px;
}

.spotlightItemsSection span {
    display: block;
}

.spotlightItemsSection {
    background-color: var(--whiteColor);
}

.OtherSectionWrapper a {
    width: 272px;
    text-align: center;
}

.spotlightItemsSection .InnerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.spotlightItemsSection .imgtxt {
    width: 267px;
    height: 265px;
}


/* .spotlightItemsSection .imgtxtlast {
    width: 270px;
    height: 265px;
    float: left;
} */

.spotlightItemsSection .imgheadingtxt {
    position: absolute;
    margin-top: 20px;
    text-align: center;
    width: 272px;
    font-size: 16px;
    font-weight: 700;
}


/* .spotlightItemsSection .imggap {
    margin-right: 63px;
} */

.spotlightItemsSection .hovereffect {
    width: 270px;
    height: 224px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0 auto;
    float: none;
}

.spotlightItemsSection .hovereffect .overlay {
    width: 100%;
    height: 224px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.spotlightItemsSection .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.spotlightItemsSection .hovereffect h2 {
    text-transform: uppercase;
    color: var(--whiteColor);
    text-align: center;
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
    margin: 0;
}

.spotlightItemsSection .hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: var(--whiteColor);
    border: 1px solid var(--whiteColor);
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 7px 14px;
    width: 90%;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: 50px auto 0 auto;
}

.spotlightItemsSection .hovereffect a.info:hover {
    box-shadow: 0 0 5px var(--whiteColor);
}

.spotlightItemsSection .hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.spotlightItemsSection .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.spotlightItemsSection .hovereffect:hover h2,
.spotlightItemsSection .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.spotlightItemsSection .hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

@media screen and (max-width: 1024px) {
    .spotlightItemsSection {
        padding-top: 80px;
    }
    .spotlightItemsSection .InnerWrapper {
        max-width: 600px;
    }
    .spotlightItemsSection .imgheadingtxt {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .spotlightItemsSection .InnerWrapper {
        justify-content: center;
    }
    .spotlightItemsSection .imgtxt {
        float: none;
        margin-right: 0;
    }
    /* .spotlightItemsSection .imggap {
        margin: 0 auto;
        float: none;
    } */
    .spotlightItemsSection .imgheadingtxt {
        margin-top: 10px;
        position: relative;
        display: none;
    }
    .spotlightItemsSection .hovereffect img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .spotlightItemsSection .hovereffect .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .spotlightItemsSection .hovereffect h2,
    .spotlightItemsSection .hovereffect a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
    .spotlightItemsSection .hovereffect a.info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }
    /* .spotlightItemsSection .imgtxtlast {
        width: 270px;
        height: 280px;
    } */
}