body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #1A1D21;
    overflow-x: hidden;
}
.ban-sc{
    text-align: center;
    width: auto;
    white-space: nowrap;
    margin-right: 30px;
}
.home_banner {
    min-height: calc(100vh - 80px);
    min-height: 600px;
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/plurance_homebanner1.webp) center no-repeat;
    background-size: cover;
    margin-top: 65px;
    margin-bottom: 0;
    color: #FFF;
    position: relative;
    padding-top:15px; 
    overflow: hidden;
}
.off-img,.off-img2 {
    position: absolute;
}
.grid-2 img {
    max-width: 80px;
    width: 100%;
    border-radius: 60px;
    height: 80px;
    object-fit: cover;
}
.advisor {
background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/vector-blur.webp),url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/vector-blur2.webp);    
background-repeat: no-repeat;
    background-position: left center, 44% top;
    background-size: 50%, 23%;
}
.linkin {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #1A1D21;
    text-decoration: none !important;
    margin-top: 20px;
    display: inline-block;
}
.text-line {
      fill: none;
      stroke: #FFAE2C;
      stroke-width: 1px;
      stroke-dasharray: 500;
      stroke-dashoffset: 500;
      animation: dash 5s linear infinite, filling 5s ease-in-out infinite;
      font-size: 50px;
    }

    @keyframes dash {
      0% {
        stroke-dashoffset: 500;
      }
      50% {
        stroke-dashoffset: 0;
      }
      100% {
        stroke-dashoffset: 500;
      }
    }

    @keyframes filling {
      0%, 70% {
        fill: #FFAE2C;
        fill-opacity: 0;
      }
      80%, 100% {
        fill: #FFAE2C;
        fill-opacity: 1;
      }
    }
.ban-img{
    margin-top: -80px;
}
.banner-img{
    max-width: 550px;
    width: 100%;
    animation: zoomIn 2s ease-in-out forwards;
}
.view1 {

   animation: bottomToTop 2.5s ease-in-out forwards, floating 4s ease-in-out infinite 2.5s;
    position: absolute;
    bottom: 15%;
    left: 23%;
}
.view2 {

    animation: bottomToTop 1.5s ease-in-out forwards, floating 5s ease-in-out infinite 2s;
    position: absolute;
    bottom: 23%;
    right: 19%;
}

        @keyframes bottomToTop {
            0% {
                transform: translateY(100%); /* Start below the viewport */
                opacity: 0; /* Invisible at the start */
            }

            100% {
                transform: translateY(0); /* End at the center of the viewport */
                opacity: 1; /* Fully visible */
            }
        }

        @keyframes floating {
            0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
        }


section {
    padding: 50px 0;
}
.ban-hid{
    position: relative;
   background: #f1e9ff;
    color: #000000;
    font-size: 13px;
    padding: 8px 0;
    top: -15px;
    border-top: 1px solid #1f377f;
}
/*.ban-hid:after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, #1401b9 50%, transparent 56%);
    top: 0;
    left: 0;
}
.ban-hid:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent 46%, #1401b9 50%);
    top: 0;
    right: 0;
    z-index: 9;
}*/
@keyframes zoomIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
h1 {
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

h2 {
    font-size: 52px;
}

.cust_h2 {
    font-size: 78px;
    font-weight: 600;
}


    @keyframes rotate {
      0% {
        transform: rotate(0deg);
      }
      50% {
        transform: rotate(360deg);
      }
      100% {
        transform: rotate(0deg);
      }
    }
.banner_p {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    
}
.dbox1 {
    position: absolute;
    width: 70px;
    top: -10%;
    left: -10px;
    animation: rotate 12s infinite linear;
}
.dbox2 {
    position: absolute;
    width: 70px;
    top: 20%;
    right: -64px;
    animation: rotate 14s infinite linear;
}
.dbox3{
    position: absolute;
    width: 70px;
    top: 22%;
    left: -10px;
    animation: rotate 16s infinite linear;
}
 /* Container for the animation */
    .animated-container {
      width: 100%; /* Full width */
      height: 80vh; /* Full height of the viewport */
      overflow: hidden; /* Hide overflowing content */
      position: relative;
    }

    /* Wrapper for images */
    .image-wrapper {
      position: absolute;
      width: 100%; /* Match container width */
      height: 200%; /* Twice the container height */
      animation: moveContinuous 20s linear infinite;
    }

    /* Image styling */
    .image-wrapper img {
      width: 100%; /* Make the image responsive */
      height: 100%; /* Each image takes half the wrapper height */
      display: block;
      object-fit:cover;
    }

    /* Keyframes for continuous animation */
    @keyframes moveContinuous {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-100%);
      }
    }

p {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.01em;
}

.fun_colors {
    background: linear-gradient(90deg, #210DD2 0%, #2676E2 100%);
    border: 1px solid #040218;
    backdrop-filter: blur(37.5px);
    border-radius: 50px;
    min-width: 206px;
    padding: 3px 6px;
    gap: 19px;
}

.btn_arroww {
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_text {
    font-weight: 700;
    font-size: 35px;
    color: #1A1D21;
    flex-shrink: 0;
}

.scroool {
    overflow: hidden;
}

.scroll_anim {
    animation: moveleft 20s linear forwards infinite;
}
#techimg2{
    animation: moveleft 20s linear forwards infinite;
}
.fs-24 {
    font-size: 24px;
}

.grad_boxxy {
    height: 100%;
    min-height: 350px;
    background: #f1e9ff;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #EDEDED;
    padding: 40px 20px;
    transition: all .2s ease;
    border-radius: 10px;
}
.grad_boxxy p{
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grad_boxxy a{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background: #000;
    padding: 5px 15px;
    border-radius: 5px;
}
.grad_boxxy:hover a{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
.grad_boxxy:hover {
    background: linear-gradient(180deg, #220DDA 0%, #020211 100%);
    color: #FFF;
    cursor: pointer;
}

.bottom_arr {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.grad_boxxy .hov_arr {
    display: none;
}

.grad_boxxy:hover .hov_arr {
    display: flex;
}

.grad_boxxy .hov_arr img {
    filter: invert(1);
}

.hov_arr {
    width: 36px;
    height: 36px;
    background: rgba(238, 236, 255, 0.2);
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.pink_ellipseright {
    position: absolute;
    right: 0;
    top: -44%;
    width: 30%;
    z-index: -4;
}

.curved_layout {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/top_rightcurve.webp) top left no-repeat #0C0B0B;
    background-size: contain;
    min-height: 500px;
    border-top-right-radius: 162px;
}

.glassy_box {
    background: rgba(249, 205, 211, 0.1);
    backdrop-filter: blur(27.5px);
    border-radius: 50px;
    padding: 50px 40px 35px;
    overflow: hidden;
    position: relative;
}
/*.glassy_box:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(249, 205, 211, 0.1);
    backdrop-filter: blur(27.5px);
    left: 0;
    top: 0;
}*/
.vid-div {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    border-radius: 50px;
    z-index: -2;
    opacity: 0.3;
}
.yellow_tt {
    color: #FFAE2C;
}

.robo_img {
    position: absolute;
    right: 3%;
    top: 32%;
    width: 38%;
    max-width: 450px;
    z-index: 1;
}

.ai_txt {
    background: transparent;
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #DAD8FF;
    line-height: 40px;
    padding: 2px 8px;
    transition: .2s all ease;
}

.ai_txt:hover {
    background: #FFAE2C;
    border-radius: 100px;
    color: #000;
}

@keyframes moveleft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
@keyframes movelefttech {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-70%);
    }
}
.industry {
    border: 1px dashed #9C96D7;
    width: 48%;
    text-align: center;
    padding: 25px 20px;
    border-radius: 10px;
    background: #ffffffc7;
    position: relative;
}

.industry p {
    margin-bottom: 0px;
    font-size: 25px;
}

.industry h2 {
    margin: 10px 0;
}

.fourth {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/industry-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30%;
    position: relative;
}

.ct {
    text-transform: capitalize;
    background: linear-gradient(90deg, #1C0BB3 38.65%, #FF57FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* text-fill-color: transparent; */
}

.fourth:after {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    background: conic-gradient(from 180deg at 50% 50%, #FF67FF 0deg, #200DCF 360deg);
    mix-blend-mode: normal;
    opacity: 0.3;
    filter: blur(125px);
    top: 0;
    right: 260px;
    z-index: -1;
}

.fourth:before {
    content: "";
    position: absolute;
    width: 370px;
    height: 370px;
    background: conic-gradient(from 180deg at 50% 50%, #FF67FF 0deg, #200DCF 360deg);
    mix-blend-mode: normal;
    opacity: 0.3;
    filter: blur(125px);
    bottom: -50px;
    left: 110px;
    z-index: -1;
}

.service {
    background: linear-gradient(180deg, #200DCA 0%, #000000 100%), linear-gradient(142.42deg, #281AA6 32.13%, #F02166 104.11%);
}

.pt {
    color: #DEC9FF;
}

.wt {
    color: #ffffff;
}

.serve-tab {
    background: linear-gradient(180deg, #CAC5FF 0%, #FFFFFF 100%);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(75px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 10px;
    padding: 30px;
}

.serve-tab a {
    margin-bottom: 15px;
    color: #1A1D21;
    font-size: 18px;
    font-weight: 500;
}

.serve-tab .nav-link.active {
    background: linear-gradient(90deg, #200DC4 0%, #257BFF 100%);
    border-radius: 5px;
    color: #fff;
}

.serve-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(27.5px);
    border-radius: 10px;
    padding: 25px;
    transition: 0.5s all;
    height: 100%;
}

.serve-box:hover {
    background: #fff;
}

.serve-box:hover h3 {
    color: #291BA6;
}

.serve-box:hover p {
    color: #000;
}

.grid-box {
    color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 16px;
}

.g1 {
    grid-column: span 1;
    grid-row: span 1;
}

.g2 {
    grid-column: span 1;
    grid-row: span 1;
}

.g3 {
    grid-column: span 1;
    grid-row: span 1;
}

.g4 {
    grid-column: span 2;
    grid-row: span 1;
}

.g5 {
    grid-column: span 1;
    grid-row: span 2;
}

.g6 {
    grid-column: span 1;
    grid-row: span 3;
}

.g7 {
    grid-column: span 2;
    grid-row: span 1;
}

.grid-box p {
    margin-bottom: 0px;
}

.sixth {
    position: relative;
}

.sixth:after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: conic-gradient(from 180deg at 50% 50%, #FF67FF 0deg, #200DCF 360deg);
    mix-blend-mode: normal;
    opacity: 0.3;
    filter: blur(125px);
    top: 50px;
    left: 0;
    z-index: -1;
}

.lt {
    color: #F3F3F3;
}

.seventh {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/blur1.png), #020020;
    background-repeat: no-repeat;
    background-position: center;
}

.fw {
    font-weight: bold;
}

.road {
    background: #1d182854;
    border: 0;
    backdrop-filter: blur(17.5px);
    border-radius: 20px;
    padding: 0 20px 20px 20px;
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
    height: 100%;
}

.hid-num {
    background: radial-gradient(42.37% 42.37% at 50% 38.87%, #266EE1 0%, #2112D3 100%);
    position: absolute;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    right: -35px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    bottom: -35px;
    display: flex;
    padding: 13px;
}

/*.road:hover {
    background: linear-gradient(90deg, #210DD2 0%, #4839D1 100%);
}*/

.road:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, #1D1D1D, #ffffff30, #1D1D1D);
    top: 0;
    left: 0;
    border-radius: 10px;
}

.road:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, #1D1D1D, #ffffff30, #1D1D1D);
    top: 0;
    right: 0;
    border-radius: 10px;
}

.bt {
    color: #221ED5;
}

.dull1 {
    background: #F3F3FE;
    padding: 60px 40px;
    border-radius: 20px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.dull2 {
    background: #E6EEF4;
    grid-column: span 1;
    grid-row: span 1;
    padding: 30px;
    border-radius: 20px;
}

.dull3 {
    background: #FFEFFF;
    grid-column: span 1;
    grid-row: span 1;
    padding: 30px;
    border-radius: 20px;
}

.dull4 {
    background: #ECF3FF;
    grid-column: span 2;
    grid-row: span 1;
    padding: 30px;
    border-radius: 20px;
}

.testi {
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}

.monial {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eidth {
    position: relative;
}

.eidth:after {
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    left: -120px;
    top: 0;
    background: conic-gradient(from 180deg at 50% 50%, #FF67FF 0deg, #200DCF 360deg);
    mix-blend-mode: normal;
    opacity: 0.3;
    filter: blur(125px);
    z-index: -1;
}

.in1 {
    display: flex;
    font-weight: 500;
    gap: 10px;
    background: linear-gradient(90deg, #FFFFFF 0%, #F3F3FE 100%);
    border-radius: 5px;
    margin-bottom: 10px;
}

.in2 {
    display: flex;
    font-weight: 500;
    gap: 10px;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFEFFF 100%);
    border-radius: 5px;
    margin-bottom: 10px;
}

.in3 {
    display: flex;
    font-weight: 500;
    gap: 10px;
    background: linear-gradient(90deg, #FFFFFF 0%, #ECF2FF 100%);
    border-radius: 5px;
    margin-bottom: 10px;
}
.in3 p,.in2 p,.in1 p{
    font-size: 15px;
    line-height: 20px;
}
.nineth img{
    width: 80px;
}
.nineth {
    position: relative;
}

.nineth:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: conic-gradient(from 180deg at 50% 50%, #FF67FF 0deg, #200DCF 360deg);
    mix-blend-mode: normal;
    opacity: 0.3;
    filter: blur(125px);
    left: -50px;
    bottom: -140px;
    z-index: -1;
}

.tenth {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/h-man.webp), linear-gradient(0deg, #020020, #020020);
    backdrop-filter: blur(2px);
    background-repeat: no-repeat;
    background-size: 24%, contain;
    background-position: 9% bottom, center;
}
.d-box4 {
    position: absolute;
    right: 150px;
    max-width: 70px;
    width: 100%;
    height: auto;
    top: 10px;
}
.d-box5 {
    position: absolute;
    left: 20%;
    top: 33%;
    max-width: 50px;
    width: 100%;
    height: auto;
}
.d-box5 img{
    animation: rotate 16s infinite linear;
}
.zoom-box {
      animation: zoomInOut 3s infinite;
    }

    @keyframes zoomInOut {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.5);
      }
      100% {
        transform: scale(1);
      }
    }
    .d-box6{
        position: absolute;
    right: 80px;
    max-width: 70px;
    width: 100%;
    height: auto;
    top: 38%;
}
.moving-box {
      
      animation: moveLeftRight 2s infinite alternate;
    }
 @keyframes moveLeftRight {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(50px);
      }
    }
    .d-box7 {
    position: absolute;
    top: 18%;
    left: 23%;
    width: 40px;
}
.d-box7 img{
    animation: float 3s ease-in-out infinite;
}
 @keyframes float {
      0% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-20px);
      }
      100% {
        transform: translateY(0);
      }
    }
.port {
    background: #020020;
    padding-bottom: 10px;
}

.port .nav-item a {
    background: #26225C;
    color: #fff;
    margin-right: 12px;
    border-radius: 30px;
    padding: 8px 20px;
    min-width: 100px;
    text-align: center;
}

.port .nav-item a.active {
    background: linear-gradient(90deg, #210DD2 0%, #2676E2 100%);
    border: 1px solid #040218;
    backdrop-filter: blur(37.5px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 50px;
}

.gra-btn {
    background: linear-gradient(90deg, #210DD2 0%, #2676E2 100%);
    border: 1px solid #040218;
    backdrop-filter: blur(37.5px);
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 8px 8px 20px;
    box-shadow: 0 0px 15px 3px #2220d5;
}

.img-border {
    padding: 1px;
    background: linear-gradient(131deg, #9A7F71 0%, #342B2600 20%);
    border-radius: 10px;
    transition: 0.8s all;
}

.leventh .card {
    position: relative;
    width: 350px;
    height: 300px;
    background: transparent;
}

.leventh .card .front {
    transform: perspective(600px) rotateY(0deg);
}


.leventh .card .back {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: perspective(600px) rotateY(180deg);
    background: linear-gradient(180deg, #2210DB 51.1%, #03020D 146%);
    padding: 15px;
    color: #fff;
    text-align: center;
}
.media{
    margin-bottom: 20px;
}
.red {
    background: #0f0a51;
    box-shadow: 0 0 0 0;
}



.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
}
.tect-t {
    position: absolute;
    color: #fff;
    width: 100%;
    bottom: 0;
    padding: 15px 15px;
}
.tect-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.leventh .card:hover .back {
    transform: perspective(600px) rotateY(360deg);
}

.leventh .card:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.hover-cont p {
    position: absolute;
}

.vertical-carousel {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-height: 600px;
    overflow: hidden;
    padding-right: 80px;
    position: relative;
    width: 640px;
}

.twole .carousel-items {
    align-items: center;
    border-radius: 20px;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    font-weight: 500;
    height: 65px;
    margin: 10px 0;
    line-height: 1.5;
    opacity: 0.5;
    position: relative;
    transition: transform 0.5s ease;
    width: 300px;
}

.twole .carousel-items.active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    height: 70px;
    opacity: 1;
    transform: scale(1.32);
}

.vertical-carousel {
    height: 600px;
    width: 100%;
    position: relative;
    max-width: 600px;
}

.flexxy {
    display: flex;
    justify-content: center;
}

.cards_caro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 10px 20px;
    width: 100%;
}

.center_place {
    height: 180px;
    left: 0;
    position: absolute;
    top: calc(50% - 90px);
    width: 173px;
    z-index: 1;
}

.parent {
    position: relative;
}

.twole {
    background: /*url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/lab-girl2.webp),*/ url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/pbbg.webp), #030216;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rot-cir{
    position: absolute;
    left: -20px;
    bottom: 0;

}
.rotate2{
    position: absolute;
    bottom: 7%;
    left: 10%;
    z-index: 1;
    max-width: 360px;
    animation: rotate 5s linear infinite;
}
@keyframes rotate {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }
.rot-cir .rotate1{
    min-width: 450px;
    width: 100%;
    position: relative;
    z-index: 9;
}
.twenty .owl-item>div:after {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.twenty .active.center {
    transform: scale(1);
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

/*.twenty .active {
  transform: scale(.8);
  transition: .6s ease;
}*/
.serve-box p {
    margin-bottom: 0px;
}

.owl-carousel .owl-item img {
    display: revert-layer;
    width: auto;
}

.case {
    background: #ECF2FF;
    border: 1px solid #BDD2FF;
    border-radius: 10px;
    padding: 15px;
}

.case-bg {
    background: #FFFFFF;
    border: 1px solid #C0CEEC;
    border-radius: 10px;
    padding: 15px;
}

.case1 {
    background: #E6EEF4;
    border: 1px solid #B7D0E2;
    border-radius: 10px;
    padding: 15px;
}

.case2 {
    background: #FFEFFF;
    border: 1px solid #EABDEA;
    border-radius: 10px;
    padding: 15px;
}

#homeid1 .owl-nav.disabled {
    display: block !important;
    position: absolute;
    left: -50%;
    width: 100%;
    bottom: 5%;
}

#homeid1 .owl-prev span,
#homeid1 .owl-next span {
    color: #fff;
}

#homeid1 .owl-prev {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/wl.webp);
    border: 1px solid #DEE8FF;
    border-radius: 5px;
    width: 55px;
    height: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

#homeid1 .owl-next {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/wr.webp);
    border: 1px solid #DEE8FF;
    border-radius: 5px;
    width: 55px;
    height: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    margin-left: 10px;
}

.fourteen {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/pbbg.webp), #030216;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog {
    background: linear-gradient(180deg, #1E0CBF 0%, #09090A 53.56%), linear-gradient(180deg, #DCD6FF 0%, #FFF0F5 100%);
    box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-decoration: none !important;
    filter: contrast(0.7);
}

#homeid2 .owl-carousel .owl-stage-outer {
    overflow: inherit;
}

#homeid2 .owl-item.active:nth-child(odd) {
    transform: scale(0.9);
}

#homeid2 .owl-item.active:nth-child(even) {
    margin: -40px;
    top: 40px;
}

#homeid2 .owl-item {
    visibility: hidden;
}

#homeid2 .owl-item.active {
    visibility: visible;
}

#homeid2 .owl-item.active.center {
    margin: 0;
    top: 0;
}

/*#homeid2 .owl-item.active:nth-child(even) {
    transform: translate(30px);
}*/

.micro-slider {
    height: 480px;
    /* margin: 10px 0; */
    position: relative;
    width: 100%;
    transform: scale(1.2);
}

.micro-slider.fullwidth {
    height: 480px;
    /* margin: 64px 0; */
}

.micro-slider.fullwidth .slider-item {
    height: 480px;
    line-height: 480px;
    width: 100%
}

.slider-wrapper {
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
}

.slider-item {
    background: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12);
    color: #FFF;
    display: none;
    font-size: 72px;
    height: 350px;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 320px;
    cursor: pointer;
}

.indicators {
    display: none;

}

.indicators li {
    color: #fff;
    float: left;
    height: 16px;
    margin-right: 8px;
    text-align: center;
    width: 16px;
}

.indicators li:last-child {
    margin: 0;
}

.indicators a {
    background: #200dd1;
    border-radius: 8px;
    /* border: 1px solid #E6E9EC; */
    color: #FFF;
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    top: 40px;
}

.touch {
    background: linear-gradient(90deg, #210DD2 0%, #2676E2 100%);
    border: 0px;
    backdrop-filter: blur(37.5px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 50px;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    padding: 8px 25px;
    box-shadow: 0px 0px 5px 5px #003d8f;
}

.fifteen {
    background: linear-gradient(180deg, #210DD7 0%, #000000 100%);
    border-radius: 250px 0px 0px 0px;
    min-height: 65vh;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 60px;
}

.girl {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 690px;
    width: 100%;
    height: auto;
}

.card-header {
    background: transparent;
    border-bottom: 0;
}

.faq .card {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    text-align: left;
}

.faq .card button {
    color: #000;
    font-weight: bold;
}

.faq .card h5[aria-expanded="true"] {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/hminus.webp);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 35px;
}

.faq .card h5[aria-expanded="false"] {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/hplus.webp);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 35px;
}

.float {
    animation: float 3s infinite ease-in-out;
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 440px;
    width: 100vw;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    overflow-y: visible;
    left: -130px;
    top: 40px;
}

.slide {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 20%;
    height: 420px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    /*width: calc(20% - 20px);*/
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    width: 450px;
}

.slide .content {
    background-color: #fff;
    padding: 10px 10px;
    text-align: center;
    margin-top: 200px;
    height: 200px;
}

.slide.slide-1 {
    transform-origin: right;
    transform: scale(0.85) translateX(70px);
    left: 1.5% !important;
    z-index: 1;
    opacity: 1;
}

.slide.slide-2 {
    transform-origin: right;
    transform: translateX(40px);
    left: 20% !important;
    z-index: 2;
    opacity: 1;
}

.slide.slide-3 {
    left: 40% !important;
    z-index: 3;
    opacity: 1;
    transform: scale(1.2);
    filter: contrast(1.5);
    height: 100%;

}
.slide.slide-3 .gra-btn{
    transform: scale(0.9);
}
.slide.slide-4 {
    transform-origin: left;
    transform: translateX(-40px);
    left: 60% !important;
    z-index: 1;
    opacity: 1;
}

.slide.slide-5 {
    transform-origin: left;
    transform: scale(0.75) translateX(-70px);
    margin-left: 0;
    left: 78.5% !important;
    z-index: -1;
    opacity: 1;

}

/*h2 {
    margin: -40px 0 0;
}*/
.techscrool{
    display: none !important;
}
img.circle {
    object-fit: cover;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    transform: translateY(calc(-50% - 10px));
}

.buttons-container {
    position: absolute;
    bottom: 0;
}

.arrow {
    background: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    margin: 30px 20px 0;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(20px);
        /* Starting and ending position */
    }

    50% {
        transform: translateY(-70px);
        /* Floating upward */
    }
}

@media(min-width:1700px) {
    .ban-img{
        margin-top: 0px;
    }
}

@media(max-width: 1450px) {
    .home_banner h1 {
        font-size: 50px;
        letter-spacing: 3px;
    }
    .container{
        max-width: 98% !important;
    }
    .ban-hid{
        top: -4px;
    }
    .slider-container{
        left: -100px;
    }
    .d-box7{
        top: 6%;
    left: 16%;
    }
    .media-body p{
        font-size: 15px;
    }
        .d-box5 {
        left: 23%;
        top: 30%;
    }
    .rot-cir{
        left: -70px;
    }
    .d-box6{
        top:30%;
    }
    .banner_p {
        font-size: 15px;
        line-height: 25px;

    }
    .tenth{
        background-size: 29%, contain;
    background-position: 6% bottom, center;
    }
       .d-box4 {
        top: 30px;
        right: 40px;
        max-width: 50px;
    }
    .industry{
        width: 38%;
    }
    .banner-img {
       max-width: 500px;
        width: 100%;
        height: auto;
        margin-top: 30px !important;
    }
    .dbox1 {
    width: 60px;
    top: -17%;
        left: -44%;
}
.dbox3 {
    width: 60px;
    top: 110px;
    left: -44%;
}
.dbox2 {
    width: 60px;
    top: 20%;
        right: 3%;
    }
    h2 {
        font-size: 40px;
    }
    .in3 p,
    .in1 p,
    .in2 p {
        font-size: 15px;
        line-height: 25px;
    }
    .lab-girl {
        max-width: 490px;
    }
   .girl {
        max-width: 53.6%;
        width: 100%;
    }
    .grad_boxxy {
        min-height: 250px;
    }
    .home_banner {
        margin-top: 54px;
    }
    .fs-24 {
        font-size: 20px;
    }
    .view1{
        left: 21%;
    }
    .ai_txt {
        font-size: 17px;
    }
    p {
        font-size: 15px ;
        line-height: 25px;
        letter-spacing: 0.01em;
    }
    .serve-box p{
        font-size: 15px;
    }
    .fourth {
        background-size: 36%;
    }
    .industry img {
        width: 50px;
        height: 50px; 
        object-fit: contain;
    }
    .industry p {
        font-size: 21px;
    }
    .fourth:after {
        width: 400px;
        height: 400px;
    }
    .serve-tab a {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .road img {
        max-width: 120px;
    }
    .dull2,
    .dull3,
    .dull4 {
        padding: 20px;
    }
    .change-img {
        max-width: 380px;
        width: 100%;
        height: auto;
    }
    .tenth h3 {
        font-size: 23px;
    }
    .tenth .gra-btn {
        font-size: 14px;
    }
    .tenth .gra-btn img {
        width: 25px;
    }
    .leventh .card {
        height: 230px;
    }
    .media img {
        max-width: 60px;
        width: 100%;
    }
    .media {
        margin-bottom: 25px;
    }
    .media-body h4 {
        font-size: 20px;
    }
    .fifteen{
        min-height: 80vh;
        border-radius: 150px 0px 0px 0px;
    }
    .fifteen .container{
        max-width: 80% !important;

    }
}
@media(max-width: 991px){
    .off-img,.off-img2{
        display: none;
    }
    .dbox2{
        display: none;
    }
    .slider-container {
        left: -150px;
    }
    .home_banner {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
        .ban-hid {
        top: 12px;
        position: absolute;
    }
}
@media(max-width: 768px) {
    .fourth:before {
        display: none;
    }
    #techimg{
        display:none;
    }
    .techscrool{
        position: relative;
        overflow: hidden;
        display: block !important;
    }
    .techanimation{
        animation: movelefttech 5s linear forwards infinite !important;
    }
    .define{
        width: 215px !important;
        height:auto !important;
    }
    .custom_text {
        font-weight: 700 !important;
        font-size: 25px !important;
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .top.content6{
display:none !important;
    }
    .grid-box {
        display: block;
    }
    .off-img.view1,.off-img2.view2{
        display: block;
    }
    .view1{
        left: 3%;
        max-width: 100px;
        bottom: 10%;
    }
    .view2{
        right: 3%;
        max-width: 100px;
        bottom: 10%;
    }
    .sixth:after {
        display: none;
    }
   .glassy_box {
        padding: 20px 10px 35px;
        border-radius: 10px;
    }
    .ai_txt {
        font-size: 14px;
        line-height: 25px;
        padding: 2px 8px;
        margin: 0 10px  0 0 !important;
    }
    .serve-tab{
        margin-bottom: 20px;
        padding: 10px;
    }
    .d-box7{
        display: none;
    }
    /*.twole .carousel-items{
        width: 250px;
    }*/
    .road{
        border:1px solid #342e57;
    }
    .port .nav{
        display: flex;
        flex-direction: row !important;
        -webkit-box-orient: horizontal;
    }
    .road:before,.road:after{
        display: none;
    }
    .grid-2 {
        display: block;
    }
  .serve-tab .flex-column {
        display: flex;
        flex-direction: row !important;
        -webkit-box-orient: horizontal;
    }
    .leventh{
        display:none;
    }
    .serve-tab .nav-link{
        width: auto;
        white-space: nowrap;
    }
    .nineth:after {
        display: none;
    }
    .text-line{
        font-size: 35px;
    }
    .lab-girl {
        display: none;
    }

    .vertical-carousel {
        height: 480px;
        width: 290px;
        position: relative;
        padding-right: 0px;
    }

    .carousel-items.active {
        transform: scale(1.10);
    }

    .container {
        max-width: 100% !important;
    }

    .home_banner h1 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    .banner_p {
        font-size: 15px;
        line-height: 25px;
    }

    .second {
        position: relative;
    }

    .scroool {
        position: absolute;
        bottom: 0;
        width: 95%;
        z-index: 9;
    }

    .curved_layout {
        background-size: cover;
        border-top-right-radius: 40px;
    }
    .rotate2{
        max-width: 75%;
        bottom: 7%;
        left: 14%;
    }
    .twole .carousel-items.active{
        transform: scale(1.1);
    }
    .rot-cir .rotate1{
        min-width: inherit;
    }
    .cust_h2 {
        font-size: 40px;
    }

    .serve-box {
        margin-bottom: 10px;
    }

    .dull1,
    .dull2,
    .dull3 {
        padding: 20px;
        margin-bottom: 20px;
    }

    .tenth {
        background-image: none;
        background: linear-gradient(0deg, #020020, #020020);
    }

    .port .nav-item a {
        margin-bottom: 10px;
        min-width: inherit;
    }

    .media {
        display: block;
    }

    .fifteen {
        border-radius: 60px 0px 0px 0px;
    }

    .girl {
        display: none;
    }

    .port {
        top: 3%;
    }
    .ban-img {
    margin-top: -40px;
}
    /*.off-img,.off-img2{
        display: none;
    }*/
    .home_banner{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-height: 100vh;  
    }
        .ban-hid {
        top: 11px;
        display: flex;
        height: 40px;
        width: 100% !important;
    }
    .dbox2{
        display: none;
    }
        h2 {
        font-size: 25px;
    }
        .industry {
        width: 48%;
    }
    .fourth{
        background-image: none;
    }
    /*.twole{
        background:url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/pbbg.webp), #030216;
    }*/
    .rot-cir{
        left: 0;
        position: inherit;
    }
    section{
        padding: 25px 0px;
    }
       .grid-height {
        max-height: 550px;
        overflow-y: scroll;
        /* overflow-x: hidden; */
    }
}


.n-popup{
    max-width: 1012px;
    width: 100%;
}