.work01 {
    padding: 70px 0 70px;
    /* margin-top: 70px; */
}
.text{
    font-size: 28px;
    color: var(--purple);
    margin-left: auto;
    text-align: right;
    margin-top: 10px;
}

.work-heading {
    position: relative;
}

.work-heading h1 {
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--orange);
}

.work-heading p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #434343;
}

.vline {

    height: 100%;
    background: linear-gradient(90deg, #FEFEFE00 20%, #7d62ea82 50%, #FEFEFE00 100%);
    width: 1px;

}

.line {
    height: 1px;
    background: linear-gradient(90deg, #FEFEFE00 20%, #7d62ea82 50%, #FEFEFE00 100%);
    width: 100%;
}

.f-slide {
    margin: 0 10px;
}

.testi-card {
    background-color: #f4f4f4;
    color: #424242;
    border-radius: 40px;
    padding: 30px 50px;
    position: relative;
}

.lt-img {
    position: absolute;
    top: -20px;
    left: -120px;
}

.rt-img {
    position: absolute;
    bottom: -20px;
    right: -60px;
}

.testi-content {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    font-style: italic;
    color: #424242;
    margin-bottom: 20px;
}

.testi-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #000;
    font-style: italic;
}

.testi-blue-card {
    border-radius: 54px;
    padding: 50px 20px 30px;
    background-color: var(--blue);
    color: #FEFEFE;
    display: flex !important;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 0 15px;
    min-height: 276px;
}

.rating {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    width: 250px;
}

.content-box p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
}

.content-box .name {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

/* text-slider sec*/
.text-slider .text {
    font-size: 60px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--blue);
    /* width: auto !important; */
    margin: 0 10px;
}

.bring-card {
    background: #E6E5E5;
    padding: 20px;
    border-radius: 20px;
    color: var(--blue);
    height: 100%;
}

.bring-card img {
    border-radius: 20px;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.heading-sec h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    color: var(--blue);
    margin-bottom: 30px;
}

.heading-sec h2 span {
    font-size: 180px;
    font-weight: 400;
    line-height: .7;
    vertical-align: bottom;
    font-family: retro;
    color: #000;
}

.heading-sec p {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    vertical-align: middle;
    color: var(--blue);
    margin-bottom: 30px;
}

.contact-sec video {
    border-radius: 20px;
}
.bring-card:hover {
    animation: box 1s linear infinite forwards;
    cursor: pointer;
}
@keyframes box{
    from{
    box-shadow: -2px -2px 0px var(--green);

    }
    to{
    box-shadow: 2px 2px 0px var(--green);

    }
}
/* Responsive */
@media (max-width:767px) {
    .text-slider .text{font-size: 45px;}
    .work-heading h1 {
        font-size: 36px;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .vline {
        display: none !important;
    }

    .testi-content {
        font-size: 20px;
        line-height: 26px;
    }

    .lt-img {
        position: absolute;
        top: -10px;
        left: -40px;
        width: 80px;
    }

    .rt-img {
        position: absolute;
        bottom: -10px;
        right: -40px;
        width: 80px;
    }

    .testi-card {
        padding: 15px 35px;
    }

    .testi-blue-card {
        flex-direction: column;
        padding: 30px 15px 20px;
    }

    .rating {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        width: auto;
    }

    .content-box p {
        font-size: 18px;
        line-height: 24px;
    }

    .py-5 {
        padding: 30px 0 !important;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

    .work01 {
        padding: 30px 0;
    }

    .heading-sec h2 span {
        font-size: 100px;
        line-height: 0.5;
    }

    .heading-sec h2 {
        font-size: 44px;
    }

    .heading-sec p {
        font-size: 22px;
    }

    .p-100 {
        padding: 50px 0 !important;
    }

}

/* massonaay */
.masonry__container {
    column-count: 4;

    /* column-gap: 15px;
	row-gap: 15px; */
}

@media screen and (max-width: 768px) {
    .masonry__container {
        column-count: 3;
    }
    .heading-sec br{
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .masonry__container {
        column-count: 2;
    }
}

.mgallery img {
    max-width: 100%;
    height: auto;
    margin: 8px;
    border-radius: 15px;
}

.gallerytext {
    font-size: 36px;
    text-align: center;
    margin-top: 30px;
    font-weight: 700;
    color: var(--blue);
}
.masonry__container{position: relative;}
.masonry__container:after {
    content: "";
    position: absolute;
    height: 300px;
    background: linear-gradient(0deg, #ffffffe1 0%, transparent 100%);
    z-index: 99999;
    width: 110%;
    left: 0;
    bottom: 0;
}
/* @media (min-width:1440px){
    .heading-sec h2{
        width: 67%;
    }
} */
 .slick-slide:hover{
    cursor: pointer;
 }
 @media (min-width:1240px){
    .testi-card{
        max-width:1140px ;
        margin: auto;
    }
 }
 
 @media (max-width:1240px){
 .work01 img{
     width:55%;
     margin:auto;
     display:flex;
 }
 .text{
     text-align:center;
 }
 }
 
 