.dsprime-logo {

    width: 125px;



}

.faq-section h2 {
    color: var(--white);
}

.slider-ecospace-logo {
    width: 150px;
    background-color: rgba(255, 255, 255, 0.31);
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 0px 0px 10px 00px;
}

/* solutions  */
.solution-section {
    position: relative;
    height: 100vh;

}

.solution-sec-bg-blocks {
    position: absolute;
    width: 100%;
    height: 100%;
}

.solution-sec-bg-blocks img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.solution-sec-blocks {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
}

.solution-sec-single-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 calc(16.666% - 0px);
    text-align: center;
    background: #11121C;
    border-right: 1px solid #FFFFFF18;
    transition: .5s;
}

.solution-sec-single-block:last-child {
    border-right: none;
}

.solution-sec-single-block:hover {
    background: #11121c60;
    backdrop-filter: blur(4px);
}

.solution-sec-single-block:hover>img,
.solution-sec-single-block:hover>a,
.solution-sec-single-block:hover>ul {
    z-index: 2;
}

.solution-sec-single-block>img {
    margin-bottom: 32px;
    filter: hue-rotate(-50deg) brightness(4.5);
}

.solution-sec-single-block>a {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 54px;
}

.solution-sec-single-block>a:hover {
    color: #00AEEF;
}

.solution-sec-single-block>a:before {
    content: '';
    position: absolute;
    width: 47px;
    height: 4px;
    background: #187EB0;
    bottom: -20px;
}

.solution-sec-single-block ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    max-height: 0;
    overflow: hidden;
    transition: .5s;
}

.solution-sec-single-block:hover>ul {
    max-height: 600px;
    transition: .7s;
}

.solution-sec-single-block ul li {
    list-style: none;
}

.solution-sec-single-block ul li a {
    color: #D6D4E7;
    font-size: 15px;
    font-weight: 300;
    line-height: 39px;
}

.solution-sec-single-block ul li a:hover {
    color: #00AEEF;
}

.single-solution-sections {
    position: relative;
    padding: 30px 0 30px;
}

.single-solution-sections video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.single-solution-sections .single-solution-wrap:nth-child(Even) .row {
    flex-direction: row-reverse;
}

.single-solution-contents {
    height: 100%;
    display: flex;
    align-items: start;
    max-width: 476px;
    flex-direction: column;
    justify-content: center;
}

.single-solution-sections .single-solution-wrap:nth-child(Even) .single-solution-contents {
    max-width: 100%;
    padding-left: 52px;
}

.single-solution-sections .single-solution-wrap:first-child {
    padding: 50px 0 55px;
}

/* custom codes */


.solution-sec-single-block {
    opacity: 1;
}

.solution-images {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.7s;
}

.mobile-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 calc(16.666% - 0px);
    text-align: center;
    background: #11121C;
    /* border-right: 1px solid #FFFFFF18; */
    transition: .5s;

    text-align: center;
    background: #11121C;
    /* border-right: 1px solid #FFFFFF18; */
padding: 30px 0px;
    color: var(--white);
}
.mobile-service p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    padding-top: 25px;
}
.solution-section{
    display: block;
}
.mobile-solutions{
    display: none;
}
#services-dropdown .submenu{
    display: none;
    padding-left: 10px;
}
#services-dropdown:hover .submenu{
    display: block;
}

#project-dropdown .submenu{
    display: none;
    padding-left: 10px;
}
#project-dropdown:hover .submenu{
    display: block;
}

.mainmenu li{
    padding: 8px 0px;
}
.marquee-wrapper.style-2 .text-slider {
    font-size: 20px;
    color: var(--black);
    margin-right: 40px;
}




@media only screen and (max-width: 600px) {
    .solution-sec-blocks {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        position: relative;
        column-count: 1;
        flex-direction: column;
    }

    .solution-sec-single-block {
        padding: 20px 0px;
    }
    .solution-section {
        position: relative;
        height: 100%;
    }
    .solution-sec-single-block ul{
        display: none;
    }
    .solution-section{
        display: none;
    }
    .mobile-solutions{
        display: block;
    }
}