/*Banner CSS*/
.process-sec {
    padding-top: 0;
}
.case-study-banner {
    padding: 4em 0 0;
}

.case-study-img-wrp img {
    border-radius: 20px;
}

/*Portfolio Header*/
.portfolio-header-sec {
    padding: 80px 0;
}
.video-bottom-image {
    margin: 32px 0 0;
    border-radius: 16px;
}

.protfolio-title-wrp img {
    width: min(100%, 100px);
}

.protfolio-title-wrp h2 {
        margin-top: 24px;
}
.protfolio-title-wrp ul {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.protfolio-title-wrp ul li a {
    text-decoration: none;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 50px;
    transition:0.6s;
}
.protfolio-title-wrp ul li:first-child a {
    background: var(--light-purple);
    color: var(--dark-purple);
}
.protfolio-title-wrp ul li:first-child a:hover{
    background: var(--dark-purple);
    color: var(--light-purple);
}
.protfolio-title-wrp ul li:nth-child(2) a {
    background: #FFF2EE;
    color: #B82E00;
}
.protfolio-title-wrp ul li:nth-child(2) a:hover{
    background: #B82E00;
    color: #FFF2EE;
}
.protfolio-title-wrp ul li:last-child a {
    background: #FEECFB;
    color: #A5088C;
}
.protfolio-title-wrp ul li:last-child a:hover{
    background: #A5088C;
    color: #FEECFB;
}
.portfolio-header-cont-wrp > p {
    font-size: 18px;
    letter-spacing: 0.18px;
}
.portfolio-header-cont-wrp ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display:flex;
}
.portfolio-header-cont-wrp ul li p {
    margin: 8px 0 0;
    font-size: 15px;
}
.portfolio-header-cont-wrp ul li {
    width: 50%;
}
.portfolio-header-cont-wrp ul li p strong {
    font-size: 17px;
}
figure{
    margin:0 !important;
}
.gallery-inner-wrp {
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 25px;
    cursor: pointer;
}
.gallery-inner-wrp img {
    width: 100%;
    transition:0.6s;
}
 

/*Review */
.review-sec {
    padding: 48px 0;
}
.review-sec .item {
    text-align: center;
    width: min(100%, 600px);
    margin: auto;
}
.star-wrp {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.star-wrp li i {
    color: #e9983e;
}
.review-message {
    margin: 24px 0;
}
.review-message p {
    font-size: 30px;
    color: #000;
    margin: 0;
}
.review-user-profile-wrp {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
}
.review-user-profile-wrp li:last-child img, .review-user-profile-wrp li:last-child figure {
    width: min(100%, 100px);
}
.review-user-profile-wrp li:last-child {
    text-align: left;
    width: min(100%, 100px);
}
.review-user-profile-wrp li p {
    margin: 0;
}
.review-user-profile-wrp li:first-child {
    display: flex;
    gap: 10px;
}
.profile-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.user-name p {
    font-size: 15px;
    color: var(--black-color);
}
.user-name strong {
    font-size: 15px;
    color: var(--black-color);
}
.review-sec {
    padding-bottom: 4em;
}

/*About Project*/
.about-project-title-wrp {
    padding-right: 6em;
}
.about-project-cont-wrp p {
    margin-bottom: 24px;
    font-size: 18px;
    color: #3F3F50;
}


/*Thank you*/
.thank-you-inner-wrp {
    text-align: center;
    position: relative;
}
.thank-you-inner-wrp img {
    z-index: 99;
    position: relative;
    border-radius: 15px;
}
.thank-you-inner-wrp::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #ADE4FF;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.success-stories-sec {
    margin: 0 0 112px;
}
@media only screen and (max-width:992px){
.about-project-title-wrp {
    padding-right: 0;
}
.about-project-cont-wrp p {
    font-size: 14px;
}
.gallery-inner-wrp {
    height: 300px;
}
.protfolio-title-wrp ul {
    gap: 20px;
    flex-wrap: wrap;
}
.main-title {
    font-size: 35px;
}
.process-title-wrp h2 {
    width: min(100%, 500px);
}
.video-sec iframe {
    height: 400px !important;
}
.video-card {
    height: 400px !important;
}
}
@media only screen and (max-width:767px){
.main-title {
    margin-bottom: 25px;
}
.main-title {
    font-size: 35px;
}
.protfolio-title-wrp ul {
    margin-bottom: 30px;
}
.video-sec iframe {
    height: 250px !important;
}
.video-card {
    height: 250px !important;
}
}