.banner-btn {
    border-radius: 10px;
    padding: 18px 40px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    display: inline-block;
}

.banner-btn.light-grad {
    background: linear-gradient(135deg, #00A4FF 0%, #FE7BE5 100%);
    color: #FFF !important;
}

.banner-btn.white-grad {
    background: #FFF;
    color: #279EFF;
}

.banner-btn.dark-grad {
    background: linear-gradient(135deg, #F7931A 0%, #FE7BE5 100%);
    color: #fff !important;
}

.banner-btn.grad-shad {
    box-shadow: 0px 10px 16px 0px rgba(253, 145, 255, 0.4), 0px 10px 16px 0px rgba(134, 175, 255, 0.4);
}

.banner-btn.blue-shad {
    box-shadow: 0px 10px 16px 0px rgba(39, 158, 255, 0.6);
}

.banner-btn.black-shad {
    box-shadow: 0px 10px 16px 0px rgba(192, 192, 192, 0.6);
}

.product-same-head {
    color: #505050;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}

.product-same-head span {
    background: linear-gradient(152deg, #00A4FF 0%, #134396 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-same-para {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: auto;
    margin-bottom: 30px;
}

.gradient-banner {
    background-image: url(../images/product-page/product-gradient.png);
    background-size: 100% 100%;
    background-position: top center;
}

.gradient-banner .product-banner {
    height: 85vh;
    position: relative;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/product-page/product-banner.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.gradient-banner .product-banner .banner-highlight{
    position: relative;
    z-index: 2;
}
.gradient-banner .product-banner:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    /* background-color: #00A4FF; */
    top: 0;
}
.product-banner .product-banner-head {
    border-radius: 50px;
    background: #F3F3F3;
    backdrop-filter: blur(10px);
    padding: 10px 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.product-banner .product-banner-head img {
    max-height: 32px;
    margin-right: 10px;
}
.product-banner .product-banner-head p {
    color: #279EFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.product-banner h1 {
    color: #505050;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 30px;
}

.product-banner h1 span {
    background: linear-gradient(143deg, #279EFF 0%, #FE7BE5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-banner p {
    color: #505050;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 40px;
}

.product-banner .product-button {
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
}

.top-client-product {
    padding: 100px 0;
}

.top-client-product .slick-slider img {
    object-fit: contain;
    margin: auto;
    max-height: 78px;
    max-width: 170px;
}

.top-client-product .slick-slider {
    margin-top: 50px;
}

.product-showcase {
    border-radius: 35px;
    background: linear-gradient(135deg, rgba(0, 140, 255,  0.15) 0%, rgba(39, 158, 255, 0.15) 100%);   
    padding: 30px; 
}

.product-showcase .showcase-box {
    border-radius: 20px;
    margin-top: 25px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: start;
}

.product-showcase .showcase-box .inner-content {
    padding: 35px;
}
.product-showcase .showcase-box .inner-content h3 {
    color: #505050;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0;
}
.product-showcase .showcase-box .inner-content p {
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    padding-bottom: 0;
    min-height: 55px;
}
.product-showcase .showcase-box .inner-content a {
    border-radius: 6.453px;
    background: linear-gradient(135deg, #00A4FF 0%, #FE7BE5 100%);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
}
.product-showcase .showcase-box {
    position: relative;
    /* min-height: 400px; */
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 20px !important;
}
  .product-showcase .showcase-box img {
    margin-top: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.get-in-touch-sec {
    border-radius: 30px;
    padding: 27px;
    margin: 100px 0;
    background: linear-gradient(135deg, rgba(247, 147, 26, 0.25) 0%, rgba(254, 123, 229, 0.25) 100%);
}

.get-in-touch-sec .inner-sec {
    padding: 20px;
}

.get-in-touch-sec .inner-sec h3 {
    color: #505050;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    padding-bottom: 27px;
}

.get-in-touch-sec .inner-sec span {
    background: linear-gradient(151deg, #F7931A 0%, #FE7BE5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.get-in-touch-sec img {
    border-radius: 20px;
}

.development-process-sec {
    padding: 50px 0;
}

.personalized-sec {
    padding: 50px 0 60px 0;
}

.dev-process-inner {
    padding: 25px;
    min-height: 213px;
    text-align: left;
    border-radius: 28px;
    margin-bottom: 25px;
    margin: 4px 4px 25px;
    transition: transform 1s;
}

.dev-process-inner:hover {
    transform: scale(1.1);
}

.dev-process-inner.step1 {
    background: linear-gradient(135deg, rgba(39, 158, 255, 0.15) 0%, rgba(254, 123, 229, 0.15) 100%);
}

.dev-process-inner.step2 {
    background: linear-gradient(135deg, rgba(247, 147, 26, 0.15) 0%, rgba(219, 0, 255, 0.15) 100%);
}

.dev-process-inner.step3 {
    background: linear-gradient(135deg, rgba(77, 254, 225, 0.15) 0%, rgba(255, 128, 108, 0.15) 100%);
}

.dev-process-inner.step4 {
    background: linear-gradient(135deg, rgb(255, 0, 0, 0.15) 0%, rgba(237, 231, 80, 0.72) 100%);
}

.dev-process-inner h3 {
    font-size: 46.151px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.dev-process-inner.step1 h3 {
    background: linear-gradient(180deg, #134396 0%, rgba(39, 158, 255, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dev-process-inner.step2 h3 {
    background: linear-gradient(180deg, #F7931A 0%, rgba(247, 147, 26, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dev-process-inner.step3 h3 {
    background: linear-gradient(180deg, #00C7A6 0%, rgba(0, 199, 166, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dev-process-inner.step4 h3 {
    background: linear-gradient(180deg, #F00 0%, rgba(255, 0, 0, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dev-process-inner h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 5px;
}

.dev-process-inner.step1 h4 {
    background: linear-gradient(135deg, #134396 0%, #279EFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dev-process-inner.step2 h4 {
    background: linear-gradient(135deg, #F7931A 0%, #FE7BE5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dev-process-inner.step3 h4 {
    background: linear-gradient(135deg, #00C7A6 0%, #9747FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dev-process-inner.step4 h4 {
    background: linear-gradient(135deg, #F00 0%, #F7931A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dev-process-inner p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 0;
}

.dev-process-inner.step1 p {
    color: rgba(19, 67, 150, 0.60);
}

.dev-process-inner.step2 p {
    color: #F7931A;
    ;
}

.dev-process-inner.step3 p {
    color: rgba(151, 71, 255, 0.60);
}

.dev-process-inner.step4 p {
    color: rgba(255, 0, 0, 0.60);
}

.mastermind-sec {
    margin: 50px 0;
}

.mastermind-sec-inner {
    border-radius: 21px;
    /* height: 383px; */
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.master-same-box{
    display: flex;
    align-items: stretch;
}

.mastermind-gif {
    max-height: 330px;
    overflow: hidden;
    position: absolute;
    bottom: -7px;
    right: -7px;
    height: 100% !important;
    border-radius: 10px;
}

.mastermind-sec-inner.box1 {
    background: linear-gradient(135deg, rgba(39, 158, 255, 0.25) 0%, rgba(254, 123, 229, 0.25) 100%);
    /* backdrop-filter: blur(18.81818389892578px); */
}

.mastermind-sec-inner.box2 {
    background: linear-gradient(180deg, rgb(255, 0, 0, 0.35) 0%, rgba(237, 231, 80, 0.72) 100%);
    backdrop-filter: blur(18.81818389892578px);
}

.mastermind-sec-inner.box3 {
    background: linear-gradient(135deg, rgba(254, 123, 229, 0.25) 0%, rgba(154, 77, 254, 0.25) 100%);
    /* backdrop-filter: blur(18.81818389892578px); */
}

.mastermind-sec-inner .padding-inn {
    padding: 23px;
    max-width: 45%;
}

.mastermind-sec-inner h3,
.mastermind-video-sec .inside-video h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.mastermind-sec-inner p,
.mastermind-video-sec .inside-video p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.mastermind-sec-inner.box1 h3 {
    background: linear-gradient(135deg, #279EFF 0%, #FA00FE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mastermind-sec-inner.box2 h3,
.mastermind-video-sec .inside-video h3 {
    background: linear-gradient(135deg, #F00 0%, #F7931A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mastermind-sec-inner.box3 h3 {
    background: linear-gradient(135deg, #FE7BE5 0%, #9747FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mastermind-sec-inner.box1 p {
    color: rgba(19, 67, 150, 0.60);
}

.mastermind-sec-inner.box2 p,
.mastermind-video-sec .inside-video p {
    color: rgba(255, 0, 0, 0.60);
}

.mastermind-sec-inner.box3 p {
    color: #9747FF;
}

.mastermind-sec-inner .assured-white-box {
    border-radius: 20px;
    background: #FEFEFE;
    margin: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    min-height: 170px;
    justify-content: center;
}

.mastermind-sec-inner .assured-white-box h4 {
    background: linear-gradient(135deg, #FFB94D 0%, #00A4FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 43.013px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mastermind-video-sec {
    border-radius: 21px;
    background-size: 100% 100%;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
}

.mastermind-video-sec video {
    position: relative;
    border-radius: 21px;
}

.mastermind-video-sec .inside-video {
    max-width: 90%;
    position: absolute;
    top: 18px;
    z-index: 1;
    padding: 0 0 0 25px;
}

.wonder-section {
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.wonder-section .inner-content{
max-width: 50%;
}
.padding-inn.w-100{
    max-width: 100%;
}
.wonder-section .glow-image {
    position: relative;
    /* padding-top: 13px; */
}

.wonder-section .glow-image .glow {
    position: relative;
    /* left: 0;
    top: 0;
    right: 0;
    margin: auto; */
    position: relative;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: auto;
}

.glow-image .glow {
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    /* animation-iteration-count: 1; */
    animation-duration: 3s;
    opacity: 0;
}

.wonder-section .glow-image .no-glow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.glow-image .no-glow {
    animation-name: cf3FadeIn;
    animation-timing-function: ease-in-out;
    animation-duration: 3.5s;
}



@keyframes cf3FadeInOut {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    25% {
        opacity: 0.50;
        transform: scale(0.6);
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0.50
    }

    100% {
        opacity: 0;
    }

}

@keyframes cf3FadeIn {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.wonder-section .wonder-white {
    border-radius: 10px;
    background: #FFF;
    padding: 15px;
    margin-bottom: 24px;
}

.wonder-section .wonder-white h4 {
    background: linear-gradient(135deg, #9A4DFE 0%, #DB00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.wonder-section.light-blue1 {
    background: linear-gradient(180deg, rgba(39, 158, 255, 0.45) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.wonder-section.dark-blue {
    background: linear-gradient(51deg, #2B00B4 0%, #160C31 38.31%, #240E52 100%);
}

.wonder-section.light-blue1 h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    background: linear-gradient(135deg, #134396 0%, #00A4FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.wonder-section.light-blue p {
    color: rgba(19, 67, 150, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.wonder-section.dark-blue h4 {
    background: linear-gradient(135deg, #9A4DFE 0%, #DB00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.wonder-section.dark-blue p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.wonder-section {
    position: relative;
    overflow: hidden;
    height: 390px;

}

.tailor-gif {
    /* border-radius: 30px; */
    height: 394px;
    max-width: 435px;
    right: 0;
    bottom: 0;
    position: absolute;
    background-blend-mode: multiply;
}

.timeline-gif {
    /* max-height: 215px;
    max-width: 215px;
    border-radius: 50%; */
    height: auto;
    max-width: 210px;
    width: 100%;
    border-radius: 50%;
}

.quality-gif {
    max-height: 130px;
    border-radius: 50%;
    margin-bottom: 20px;
}





.product-showcase .showcase-box .inner-content {
    padding: 20px;
}
.product-showcase .showcase-box.half-box {
    position: relative;
    min-height: 340px;
    margin-top: 0;
}
.product-showcase .showcase-box img.img-left-position {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 350px;
}


.inquire-modal{

}
.inquire-modal .modal-dialog .modal-content {
    background: linear-gradient(134deg, rgba(222, 22, 250, 0.20) 0%, rgba(46, 168, 225, 0.20) 100%);
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 15px;
}
.inquire-modal .modal-title {
    background: linear-gradient(121deg, #2EA8E1 0%, #FF2FCC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inquire-modal form .form-control {
    padding: 10px 15px;
    box-shadow: none !important;
    border: 1px solid #134396 !important;
    background-color: transparent !important;
    margin-bottom: 20px;
}
.inquire-modal .modal-dialog {
    max-width: 700px;
}

.inquire-modal  button.gradient-btn-new {
    border-radius: 12px;
    background: linear-gradient(135deg, #2EA8E1 0%, #EA0DFC 100%);
    border: 3px solid #fff;
    border-image-source: linear-gradient(135deg, #2EA8E1 0%, #EA0DFC 100%);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-image-slice: 3;
    padding: 12px 42px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    display: inline-block;
    cursor: pointer;
    border: none !important;
}
.inquire-modal .center-thankyou-box{
text-align: center;
}

.inquire-modal .center-thankyou-box h3 {
    background: linear-gradient(121deg, #2EA8E1 0%, #FF2FCC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 10px 0 10px;
}
.inquire-modal  button.gradient-btn-new.small-btn {
    border: none !important;
    margin: 5px;
    font-size: 12px;
    padding: 12px 15px;
}
.outer-btn {
    border-radius: 5px;
    padding: 8px 20px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none !important;
    margin: 5px 10px 20px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    cursor: pointer;
}
.outer-btn img {
    height: 30px;
}
.whatsap-btn.outer-btn{
    background: #25D366;
}
.skype-btn.outer-btn{
    background: #05A9DC;
}
.tele-btn.outer-btn{
    background: #0187CA;
}
.thank-btn{
    margin-top: 30px;
}
.inquire-modal .check-img-new {
    mix-blend-mode: color-burn;
}

@media (min-width:991px) and (max-width:1024px){
    .product-showcase .showcase-box img.img-left-position{
        max-width: 300px;
    }
}

@media (max-width:991.1px) {
    .mastermind-sec-inner{
        /* height: 300px; */
    }
    .mastermind-gif {
        max-width: 238px !important;
        overflow: hidden;
        position: absolute;
        bottom: -7px;
        right: -7px;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .product-banner .product-banner-head p {
        font-size: 16px;
    }
    .product-showcase .showcase-box .inner-content {
        padding: 20px;
    }
    .product-showcase .showcase-box.half-box {
        position: relative;
        min-height: 340px;
        margin-top: 0;
    }
    .product-showcase .showcase-box img.img-left-position {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 350px;
    }

    .product-banner h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .product-banner p {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-btn {
        padding: 11px 25px;
        font-size: 16px;
        line-height: 16px;
    }

    .product-banner .product-button {
        gap: 10px;
    }

    .gradient-banner .product-banner {
        min-height: auto;
        padding-bottom: 30px;
    }

    .product-same-head {
        font-size: 28px;
        line-height: 32px;
    }

    .top-client-product .slick-slider img {
        max-width: 150px;
    }

    .top-client-product {
        padding: 50px 0;
    }

    .product-showcase,
    .product-showcase .showcase-box .inner-content {
        padding: 20px;
    }

    .product-showcase .showcase-box .inner-content h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .product-showcase .showcase-box .inner-content p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .product-showcase .showcase-box .inner-content a {
        display: inline-block;
        font-size: 14px;
        padding: 12px 20px;
    }

    .get-in-touch-sec .inner-sec h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .get-in-touch-sec {
        padding: 20px;
        margin: 50px 0;
    }

    .product-same-para,
    .dev-process-inner p,
    .wonder-section.light-blue p,
    .wonder-section.dark-blue p,
    .mastermind-sec-inner p,
    .mastermind-video-sec .inside-video p {
        font-size: 14px;
        line-height: 20px;
    }

    .dev-process-inner h3,
    .mastermind-sec-inner .assured-white-box h4 {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }

    .dev-process-inner h4,
    .wonder-section.light-blue h4,
    .wonder-section.dark-blue h4,
    .mastermind-sec-inner h3,
    .mastermind-video-sec .inside-video h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .product-showcase .showcase-box {
        position: relative;
        min-height: 340px;
        border-radius: 15px;
        overflow: hidden;
        margin: 0 0 20px !important;
    }
    .product-showcase .showcase-box img {
        margin-top: 30px;
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 350px;
    }
    
    

}

@media (max-width:768.1px) {
    .mastermind-sec-inner .padding-inn {
        max-width: 100%;
    }
    .gradient-banner .product-banner{
        background-image: none;
        padding-top: 130px;
    }
    .product-banner .product-banner-head img {
        max-height: 22px;
    }
    .dev-process-inner {
        min-height: auto;
    }

    .mastermind-sec {
        margin: 30px 0;
    }

    .product-banner .product-banner-head {
        padding: 7px;
    }
    .wonder-section .wonder-white{
        text-align: center;
    }
    .banner-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .product-banner h1 {
        margin-bottom: 20px;
    }

    .wonder-section {
        height: auto;
        min-height: 230px;
    }

    .tailor-gif {
        max-height: 270px;
    }

    .timeline-gif {
        max-width: 140px;
        margin-bottom: 10px;
    }

    .quality-gif {
        max-height: 120px;
    }

    .mastermind-sec-inner {
        height: auto;
    }
    .product-showcase .showcase-box .inner-content p {
        font-size: 14px;
        line-height: 18px;
    }
    .mastermind-gif {
        position: relative;
        object-fit: contain;
    object-position: right;
    width:100%;
    max-width: 100% !important;
      }
      .product-showcase .showcase-box.half-box{
        min-height: 370px
      }
      .product-showcase .showcase-box img.img-left-position,.product-showcase .showcase-box img{
        max-width: 300px;
      }
      .product-showcase .showcase-box .inner-content a{
        padding: 7px 20px;
      }
      .gradient-banner .product-banner .banner-highlight {
        text-align: center;
    }
    .product-banner .product-button {
        gap: 10px;
        justify-content: center;
    }
    .gradient-banner .product-banner {
        height: auto;
    }

}

@media (max-width:375.5px) {

    .dev-process-inner h4,
    .wonder-section.light-blue h4,
    .wonder-section.dark-blue h4,
    .mastermind-sec-inner h3,
    .mastermind-video-sec .inside-video h3,.product-showcase .showcase-box .inner-content h3 {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 2px;
    }

    .product-same-para,
    .dev-process-inner p,
    .wonder-section.light-blue p,
    .wonder-section.dark-blue p,
    .mastermind-sec-inner p,
    .mastermind-video-sec .inside-video p,.product-showcase .showcase-box .inner-content p {
        font-size: 12px;
        line-height: 15px;
    }

    .mastermind-video-sec .inside-video {
        width: 100%;
        padding: 0 0 0 12px;
        top: 12px;
    }

    .mastermind-sec-inner .padding-inn {
        padding: 12px;
    }
    .product-same-head {
        font-size: 20px;
        line-height: 28px;
    }
    .get-in-touch-sec .inner-sec h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .product-showcase .showcase-box .inner-content a {
        display: inline-block;
        font-size: 12px;
        padding: 8px 20px;
    }
    .banner-btn {
        font-size: 13px;
        padding: 10px 14px;
    }
    .product-banner h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .product-banner .product-banner-head p {
        font-size: 14px;
    }
    .product-banner p {
        font-size: 14px;
        line-height: 20px;
    }
    .product-showcase .showcase-box img.img-left-position, .product-showcase .showcase-box img {
        max-width: 241px;
    }
}
