@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.pt-banner{
    background-color: #ffffff;  
}
.pt-loop{
    background-color: #FFF2E2;
    /* min-height: 814px; */
    position: relative;
    padding-top: 44.79px;
}
.pt-heading-50{
    color: #323D5B;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 95%;
}
.pt-items img{
    margin-bottom: 37px;
}
.pt-items {
    padding-bottom: 25px;
}
.pt-items-content{
    min-height: 344px;
    background: linear-gradient(0deg, #FFF2E2 0%, #F9DDBC 99.87%);
    padding: 33px 0px;
    overflow: hidden;
    position: relative;
}
.pt-heading-30{
    color: #323D5B;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 95%;
    padding-bottom: 19px;
}
.pt-items-content p{
    max-width: 632px;
    width: 100%;
    padding-bottom: 15px;
}
.pt-items-content p,
.pt-items-content ul li{
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.pt-ul-new {
    max-width: 977px;
    width: 100%;
}

.pt-ul-new ul {
    list-style: disc;
    padding-left: 21px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
.pt-dynamic-images {
    position: absolute;
    top: -59px;
    right: -15px;
    width: 911px;
    height: 608px;
    z-index: 1;
}
.pt-loop .container{
    position: relative;
}
.pt-loop-pink{
    background-color: #FFC5BE;
}
.pt-loop-pink .pt-items-content{
    background: linear-gradient(0deg, #FFC5BE 0.25%, #FCB1A8 99.62%);
}
.pt-loop.pt-loop-same{
    padding-top: 162px;
}
.pt-loop.pt-loop-same .pt-items{
    padding-top: 60px;
}
.pt-ul-new ul li {
    max-width: 442px;
    width: 100%;
}
.pt-loop-lightBlue{
    background-color: #C7F7FF;
}
.pt-loop-lightBlue .pt-items-content{
    background: linear-gradient(0deg, #C7F7FF 0.25%, #9CEAF8 99.62%);
}
.pt-loop-lightYellow{
    background-color: #E5D5C4;
}
.pt-loop-lightYellow .pt-items-content{
    background: linear-gradient(0deg, #E5D5C4 0.25%, #DDC3A7 99.62%);
}
.vector-top-pt {
    position: absolute;
    left: 0;
    width: 100%;
    top: 67%;
}
.portfolio-new-section .pt-loop:last-child .pt-ul-new{
    padding-bottom: 70px;
}
section.pt-grid-tab-section {
    padding-top: 67px;
}
.tab-pt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1202px;
    margin: 0 auto;
}
.tab-pt .btn.btn-theme {
    max-width: fit-content;
    padding: 12px 26px;
    display: inline-block;
    margin: 0;
    background-color: transparent;
    border: 1px solid #E8E8E8;;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; 
    color: #000;
    transition: all 0.3s;
}
.tab-pt .btn.btn-theme.active,
.tab-pt .btn.btn-theme:hover{
    background-color: #323D5B;
    border-color: #323D5B;;
    color: #ffffff;
}
.portfolio-new-section{
    overflow: hidden;
}
.pt-store-icons{
    display: grid;
    gap: 10px;
    position: absolute;
    bottom: 44px;
    right: 203px;
    z-index: 2;
}
.pt-store-icons a{
    display: block;
}
.vector-top-pt svg{
    display: none;
}
.pt-flex-inline{
    margin-top: 65px;
    margin-bottom: 123px;
}
.inline-box {
    display: flex;
    gap: 49px;
}
.inline-img{
    max-width: 900px;
    width: 100%;
    height: 594px;
}
.bg-img {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.inlie-right{
    max-width: 628px;
    width: 100%;
    height: 594px;
}
.bg-img-content {
    max-width: 516px;
    width: 100%;
}
.bg-img-content .pt-heading-50{
    font-weight: 400;
    color: #000000;
    margin-bottom: 26px;
}
.bg-img-content svg{
    margin: 0 auto;
    margin-bottom: 21.5px;
}
.bg-img-content p{
    margin-bottom: 11px;
    font-size: 18px;
    line-height: 26px;
}
.bg-img-content ul li{
    font-size: 18px;
    line-height: 26px;
}
.bg-img-content ul{
    list-style: disc;
    margin-left: 20px;
}
.bg-img .bg-img-content{
    transition: all 0.5s;
}
.bg-img:hover .bg-img-content{
    opacity: 0;
    transform: translate(0px, 100%);
}
.pt-hover-img{
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.bg-img:hover .pt-hover-img{
    left: 0;
}
.pt-inline-box {
    row-gap: 49px;
    display: grid;
}
.pt-inline-box .inline-box:nth-child(even) {
    flex-direction: row-reverse;
}
.pt-hover-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.load-more-btn-pt .btn.btn-theme{
    margin-top: 82px;
    box-shadow: -5px 10px 20px 0px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    padding: 12px 45px;
    border: 1px solid #313D5A;
    background: transparent;
    transition: all 0.3s;
}
.load-more-btn-pt .btn.btn-theme:hover{
    background-color: #313D5A;
}
.bg-img .pt-store-icons{
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: all 1s;
}
.bg-img:hover .pt-store-icons{
    opacity: 1;
}
.inline-svg{
    display: inline-block;
}
.pt-dynamic-images img{
    transform: scale(0);
    transition: all 1s;
    animation: scaleImg 1s forwards;
    animation-delay: 2s;
}
@keyframes scaleImg {
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
.pt-dynamic-images{
    transition: all 0.8s;
}
.pt-banner img{
    width: 100%;
}


/* our work banner new  */
.pt-banner {
    width: 100%;
    min-height: 475.21px;
    display: grid;
    align-items: center;
    padding-top: 150px;
    position: relative;
}
.newpt-banner {
    max-width: 1213px;
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 63px;
    position: relative;
    z-index: 2;
}
.heading-100 {
    color: #323D5B;
    text-shadow: 0px 27px 25px rgba(0, 0, 0, 0.20);
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
}
.v-line-pt{
    display: block;
    width: 1px;
    height: 170px;
    background-color: hsl(0, 0%, 0%);
}
.newpt-banner p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.ptbanner-content{
    display: grid;
    row-gap: 15px;
}
.newpt-banner p.ptfw-700,
.ptfw-700{
    font-weight: 700;
}
.pt-banner{
    position: relative;
}
.bottompt-effect{
    background-color: #fff2e2;
}
/* our work banner new  */







/* _______________ RESPONSIVE CSS _______________ */
@media(max-width: 1599px){
    .pt-heading-50 {
        font-size: 40px;
        line-height: 50px;
    }
    .pt-items-content p, .pt-items-content ul li,
    .bg-img-content p, .bg-img-content ul li,
    .newpt-banner p{
        font-size: 17px;
        line-height: 28px;
    }
    .pt-dynamic-images {
        top: 0px;
        right: 0px;
        width: 700px;
        height: auto;
    }
    .pt-items-content p {
        max-width: 575px;
    }
    .pt-ul-new {
        max-width: 880px;
        width: 100%;
    }
    .pt-items-content {
        min-height: auto;
    }
    .pt-loop.pt-loop-same {
        padding-top: 100px;
    }
    .inline-img,
    .inlie-right{
        height: 480px;
    }

    .heading-100 {
        font-size: 90px;
        line-height: 100px;
        font-weight: 700;
    }
}

@media(max-width: 1399px){
    .pt-items-content p, .pt-items-content ul li,
    .pt-items-content p, .pt-items-content ul li, .bg-img-content p, .bg-img-content ul li,
    .newpt-banner p{
        font-size: 16px;
        line-height: 27px;
    }
    .pt-heading-50 {
        font-size: 35px;
        line-height: 40px;
    }
    .pt-heading-30 {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .pt-dynamic-images {
        top: 15%;
        right: 0px;
        width: 500px;
        height: auto;
    }
    .tab-pt .btn.btn-theme {
        font-size: 16px;
        line-height: 20px;
    }
    .tab-pt {
        gap: 15px;
        max-width: 100%;
    }
    .pt-loop.pt-loop-same .pt-items {
        padding-top: 0;
    }
    section.pt-grid-tab-section {
        padding-top: 40px;
    }
    .pt-store-icons {
        bottom: 40px;
        right: 100px;
    }
    .heading-100 {
        font-size: 70px;
        line-height: 80px;
    }
    .v-line-pt {
        height: 150px;
    }
    .newpt-banner {
        column-gap: 50px;
    }
}
@media(max-width: 1279px){
    .inline-box {
        display: grid;
        row-gap: 49px;
    }
    .inline-img, .inlie-right {
        height: 530px;
    }
    .bottompt-effect {
        margin-bottom: -6px;
    }
}

@media(max-width: 1199px){
    .pt-items img {
        margin-bottom: 20px;
    }
    .pt-heading-50 {
        font-size: 30px;
        line-height: 35px;
    }
    .pt-dynamic-images {
        top: auto;
        right: 0px;
        width: 435px;
        height: auto;
        bottom: -23px;
    }
    .pt-ul-new {
        max-width: 100%;
        width: 100%;
    }
    .pt-ul-new ul li {
        max-width: 100%;
        width: 100%;
    }
    .pt-loop-gradent{
        position: relative;
    }
    .pt-store-icons {
        bottom: auto;
        right: 20px;
        top: 50%;
    }
    .bg-img .pt-store-icons {
        height: 100px;
        top: 75%;
    }
}

@media(max-width: 991px){
    .pt-dynamic-images {
        position: static;
    }
    .desk-pt {
        display: grid;
    }
    .pt-flex-pt{
        order: 1;
    }
    .pt-loop-gradent::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 75%;
        background: linear-gradient(0deg, #FFF2E2 0%, #F9DDBC 99.87%);
        z-index: 1;
        bottom: 0;
    }
    .pt-items-content {
        background: transparent;
        min-height: auto;
    }
    .pt-loop .container{
        z-index: 1;
    }

    .pt-loop-pink .pt-loop-gradent::before {
        background: linear-gradient(0deg, #FFC5BE 0.25%, #FCB1A8 99.62%);
    }
    .pt-loop-lightBlue .pt-loop-gradent::before {
        background: linear-gradient(0deg, #C7F7FF 0.25%, #9CEAF8 99.62%);
    }
    .pt-loop-lightYellow .pt-loop-gradent::before {
        background: linear-gradient(0deg, #E5D5C4 0.25%, #DDC3A7 99.62%)
    }
    .pt-store-icons {
        bottom: auto;
        right: 20px;
        top: 0;
    }
    .pt-loop.pt-loop-same {
        padding-top: 20px;
    }
    .pt-items-content {
        padding-top: 0;
    }
    .pt-items {
        padding-bottom: 20px;
    }
    .pt-ul-new ul {
        grid-template-columns: 1fr;
    }
    .pt-loop .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .vector-top-pt {
        bottom: -100px;
        z-index: 1;
    }
    .portfolio-new-section .pt-loop:last-child .pt-ul-new {
        padding-bottom: 100px;
    }
    .portfolio-new-section .pt-loop:last-child .pt-items-content{
        padding-bottom: 0;
    }
    .newpt-banner {
        display: grid;
    }
    .v-line-pt {
        height: 1px;
        width: 100%;
        opacity: 1;
        display: none;
    }
    .pt-banner {
        width: 100%;
        min-height: auto;
        display: grid;
        align-items: center;
        background-repeat: no-repeat;
        background-image: none !important;
        background-color: #ffffff;
        padding-top: 100px;
        padding-bottom: 70px;
    }
    .heading-100 {
        margin-bottom: 23px;
    }
    .pt-banner {
        padding-bottom: 0;
    }
}

@media(max-width: 767px){
    .pt-loop {
        padding-top: 0;
    }
    .pt-loop .pt-items img{
        width: 151px;
        height: auto;
    }
    .pt-items img {
        margin-bottom: 18px;
    }
    .pt-heading-50 {
        font-size: 24px;
        line-height: 35px;
    }
    .vector-top-pt {
        bottom: 0;
        z-index: 1;
        display: grid;
        align-items: end;
        position: relative;
    }
    .vector-top-pt svg {
        display: block;
        width: 102%;
        height: 100%;
        margin-bottom: -1px;
    }
    .vector-top-pt img{
        display: none;
    }

    .pt-loop.pt-loop-same.pt-loop-lightBlue .pt-items img{
        width: auto;
        height: auto;
    }
    .portfolio-new-section .pt-loop:last-child .pt-ul-new {
        padding-bottom: 10px;
    }
    .pt-heading-30 {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 14px;
    }
    .pt-items-content p, .pt-items-content ul li {
        font-size: 15px;
        line-height: 25px;
    }
    .pt-loop-gradent::before {
        height: 82%;
    }
    .rid-pt-tab{
        overflow: scroll
    }
    .tab-pt {
        width: 944px;
        display: flex;
        flex-wrap: wrap;
        max-width: max-content;
    }
    .tab-pt a.btn.btn-theme:nth-child(2){
        background-color: #FFF2E2;
        border-color: #FFF2E2;
    }
    .tab-pt a.btn.btn-theme:nth-child(3){
        background-color: #C7F7FF;
        border-color: #C7F7FF;
    }
    .tab-pt a.btn.btn-theme:nth-child(4){
        background-color: #EFF2DC;
        border-color: #EFF2DC;;
    }
    .tab-pt a.btn.btn-theme:nth-child(5){
        background-color: #FFE9E9;
        border-color: #FFE9E9;
    }
    .tab-pt a.btn.btn-theme:nth-child(6){
        background-color: #F4EFC8;
        border-color: #F4EFC8;
    }
    .tab-pt a.btn.btn-theme:nth-child(7){
        background-color: #FFC5BE;
        border-color: #FFC5BE;
    }
    .tab-pt a.btn.btn-theme:nth-child(8){
        background-color: #EBFCF8;
        border-color: #EBFCF8;
    }
    .tab-pt a.btn.btn-theme:nth-child(9){
        background-color: #F5EDFF;
        border-color: #F5EDFF;
    }
    .tab-pt a.btn.btn-theme:nth-child(10){
        background-color: #E5D5C4;
        border-color: #E5D5C4;
    }
    .tab-pt a.btn.btn-theme:nth-child(11){
        background-color: #FBDCD8;
        border-color: #FBDCD8;
    }
    .tab-pt {
        justify-content: left;
        gap: 12px;
    }
    .tab-pt a.btn.btn-theme:hover{
        background-color: #323d5b;
        border-color: #323d5b;
        color: #ffffff;
    }
    .tab-pt .btn.btn-theme {
        max-width: fit-content;
        padding: 12px 20px;
    }
    .grid-pt-tab{
        overflow: scroll;
    }
    .bg-img .pt-hover-img {
        position: static;
    }
    .inline-img, .inlie-right {
        height: auto;
    }
    .bg-img {
        background-image: none !important;
        overflow: visible;
        border-radius: 0;
        display: grid;
    }
    .bg-img-content {
        order: 1;
        margin-top: 30px;
    }
    .bg-img:hover .bg-img-content {
        opacity: 1;
        transform: translate(0px, 0%);
    }
    
    .bg-img .pt-store-icons {
        opacity: 1;
        position: static;
        display: flex;
    }
    .bg-img .pt-store-icons {
        height: auto;
        margin-top: 22px;
    }
    .pt-store-icons a:last-child{
        border: 1px solid #c0c0c04d;
        border-radius: 10px;
    }
    .bg-img-content svg {
        max-width: 112px;
        width: 100%;
    }
    .bg-img-content svg {
        margin: 0 auto;
        margin-bottom: 18.5px;
    }
    .bg-img-content {
        max-width: 100%;
    }
    .load-more-btn-pt .btn.btn-theme {
        max-width: fit-content;
        margin-top: 33px;
    }
    .pt-flex-inline {
        margin-top: 38px;
        margin-bottom: 45px;
    }
    .pt-hover-img img{
        display: none;
    }
    .pt-hover-img img.mobileShow{
        display: block !important;
    }
}

@media(max-width: 575px){
    .pt-dynamic-images {
        max-width: 343px;
        width: 100%;
    }
    .pt-loop.pt-loop-same.pt-loop-lightBlue .pt-items img{
        max-width: 321px;
        width: 100%;
        height: auto;
    }
    .pt-loop.pt-loop-same.pt-loop-lightYellow .pt-items img{
        width: 94px;
        height: auto;
    }
    .vector-top-pt svg {
        width: 114%;
        height: 100%;
        margin-bottom: -1px;
        margin-left: -6px;
    }
    .pt-items-content p, .pt-items-content ul li, .pt-items-content p, .pt-items-content ul li, .bg-img-content p, .bg-img-content ul li {
        font-size: 15px;
        line-height: 25px;
    }
    .pt-heading-50 br{
        display: none;
    }
    .bg-img-content .pt-heading-50 {
        margin-bottom: 15px;
    }
    .heading-100 {
        font-size: 41px;
        line-height: 50px;
    }
    img.bottompt-effect {
        margin-bottom: 0px;
    }
}
/* _______________ RESPONSIVE CSS _______________ */








/* 31-jan-2025 */
.vector-top-pt img{
    width: 100%;
}
.inline-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
}
.inline-img {
    width: 900px;
}
.pt-inline-box .inline-box:nth-child(even) .inline-img{
    order: 1;
}
@media(max-width: 1599px){
    .inline-img {
        width: auto;
    }
}

@media(max-width: 1279px){
    .inline-box {
        grid-template-columns: 1fr;
    }
    .pt-inline-box .inline-box:nth-child(even) .inline-img {
        order: inherit;
    }
}




/* _____________ 5-feb-2025 _____________ */
.bottompt-effect{
    height: 135px;
}
.inline-box{
    cursor: pointer;
}
@media(min-width: 768px){
    .show_text .pt-hover-img{
        left: 0;
    }
    .show_text:hover .pt-hover-img{
        left: -100%;
    }
    .show_text .bg-img-content{
        opacity: 0;
        transform: translate(0px, 100%);
    }
    .show_text:hover .bg-img-content{
        opacity: 1;
        transform: translate(0px, 0%);
    }
}

@media(max-width: 1399px){
    .bottompt-effect {
        height: auto;
    }
}

@media(max-width:1199px){
    .pt-banner {
        width: 100%;
        padding-top: 80px;
        min-height: auto;
    }
}