#venture-slider .item .venture-link::before {
content: url(https://surajgroup.in/wp-content/uploads/2024/11/indication.webp);
width: 26px;
height: 26px;
opacity: 0;
transition: all 0.3s ease-in-out;
}
#venture-slider:not(:hover) .item:first-child .venture-link::before,#venture-slider .item:hover .venture-link::before {
opacity:1;
}
#venture-slider{
display: flex;
flex-direction: column;
padding-top: 100px;
position: relative;
}
#venture-slider .item .left{
display: flex;
flex-wrap: nowrap;
flex-direction: row;
gap:1rem;
width: 100%;
justify-content: space-between;
align-items: center; 
transition: all .5s ease-in-out;
cursor: pointer;
}
#venture-slider:not(:hover) .item:first-child {
border-bottom: 1px solid #000; }
#venture-slider .item:hover {
border-bottom: 1px solid #000000;
}
#venture-slider .item .venture-link{
padding:1rem 0;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
gap:1rem;
text-decoration: none !important;
transition: all 0.3s ease-in-out;
width: 100%;
}
#venture-slider .item .cta-group{
opacity: 0;
}
#venture-slider:not(:hover) .item:first-child  .cta-group,#venture-slider .item:hover .cta-group{
opacity: 1;
}
#venture-slider .item .right{
display: none;;
}
@media screen and (min-width: 768px){
#venture-slider:not(:hover) .item:first-child .venture-link,
#venture-slider .item:hover .venture-link 
{
font-size: 2rem;
font-weight: 400;
line-height: 1.5;
}
}
@media screen and (max-width: 768px){
#venture-slider .item:hover{
border-bottom:none
}
#venture-slider .item .right{
display: block;
}
#venture-slider .item .right img{
height: 0;
max-width: 40vw;
transform: translateX(50vw);
transition: transform .5s ease-in-out,height .5s .5s ease-in-out;
}
#venture-slider .item.active .right img{
padding-bottom:1.5rem ;
flex: 0 0 40vw;
height: calc(40vw*4/3);
transform: translateX(0vw);
transition: transform 1s .5s ease-in-out,height .5s ease-in-out;
}
#venture-slider:not(:hover) .item:first-child{
border-bottom: none;
}
#venture-slider .item .venture-link{
padding: 0;
}
#venture-slider .item{
border-top: 1px solid #000;
flex-direction: row;
display: flex;
justify-content: start;
align-items: center;
}
#venture-slider .item .left{
padding: 1rem;
flex-direction: column;
align-items: start;
}
#venture-slider .item .venture-link::before{
content: none;
}
#venture-slider .item.active .venture-link {
font-size: 20px !important;
font-weight: 400;
line-height: 1.5;
}
#venture-slider .item.active .venture-link{
padding: 0;
}
#venture-slider .item .cta-group{
display: none;
}
#venture-slider .item.active .cta-group{
display: block;
}
#venture-slider{
padding-top: 0px;
}
}#project-slider{
margin: 2rem auto;
width: 100%;
max-width: 800px;
}
#project-slider .item a{
display: flex;
gap: 1rem;
flex-direction: column;
text-decoration: none !important;
}
.project-info{
display: flex;
gap:1rem;
flex-direction: row;
flex-wrap: nowrap;
}
.project-info >*{
flex: 0 1 50%
} 
.project-info .name{
font-size: 1.5rem;
font-weight: 300;
line-height: 36px;
letter-spacing: -0.04em;
text-align: left;
color: white;
}
.project-info p{
font-size: 1rem;
font-weight: 400;
line-height: 1.25;
color: white;
}
#project-slider .owl-nav button{
background: none !important;
}
#project-slider .owl-nav button.owl-prev {
position: absolute;
top: calc(50% - 80px);
left:calc(-62px - 3rem);
}
#project-slider .owl-nav button.owl-next {
position: absolute;
top: calc(50% - 80px);
right:calc(-62px - 3rem);
}
#projects{
position: relative;
overflow: hidden;
isolation: isolate;
color: #FFF;
} #projects::after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #0007;
backdrop-filter: blur(10px);
z-index: -8;
}
#project-slider .owl-item.active{
z-index: 2;
}
#project-slider .pagination-block{
font-size: var(--smallno);
font-weight: 300;
line-height: 1;
position: absolute;
right: calc(100% + 3rem);
}
#project-slider .pagination-block .currentslide{
font-size:  var(--bigno);
font-weight: 100;
line-height: .6;
}
@media screen and (max-width: 768px){
.project-info {
gap: .5rem;
flex-direction: column;
}
#project-slider .owl-nav button.owl-prev,#project-slider .owl-nav button.owl-next{
position: relative;
top: unset;
left: unset;
right: unset
}
#project-slider .pagination-block{
text-align: center;
position: relative;
right:unset;
margin-bottom: 1rem;
}
#project-slider{
display: flex;
flex-direction: column;
gap: 1.5rem;
}
#project-slider .pagination-block .currentslide{
font-size: var(--bigno);
}
#project-slider .pagination-block{
font-size: var(--smallno);
}
}