body{
    background-color: #0E0F15;
    color: #FFF;
    overflow-x: hidden;
}
.sui_banner {
    padding-top: 80px;
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/sui_banner.webp);
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: 110%;
    background-repeat: no-repeat;
    position: relative;
}

h1{
	color: #fff;
    font-size: 60px;
    line-height: 62px;
    font-weight: 700;
}
h2 {
    font-size: 40px;
    font-weight: 700;
}
h3 {
    font-size: 22px;
    font-weight: 700;
}
p{
	font-size: 16px;
	line-height: 26px;
    color: #C7C5C5;
}
section{
    padding: 50px 0;
}
.lit_green{
    color: #A5F0E7;
}
.banner_tct{
    font-size: 24px;
    font-weight: 700;
}
.gap-10{
    gap: 20px;
}
.parent_index{
    position: relative;
    z-index: 1;
}
.after_gradbox{
    position: relative;
    padding: 10px 24px;
    border-radius: 50px;
    background: #0E0F15;
}
.after_gradbox::after{
    content: '';
    position: absolute;
    background: linear-gradient(94.13deg, rgba(165, 240, 231, 0.5) -24.51%, rgba(14, 15, 21, 0.5) 103.16%);
    border-radius: 50px;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
}  
.btn.banner-btn{
    padding: 16px 12px;
    min-width: 230px;
    background: linear-gradient(89.53deg, #A5F0E7 0.2%, #F3C979 47.91%, #FA6E42 99.59%) !important;
    border-radius: 50px;
    border: 0;
    position: relative;
    z-index: 1;
}
.neg_marg{
    margin-top: -6%;
}
.graded_txt{
    background: linear-gradient(180.58deg, #A5F0E7 41.9%, #F3C979 55.55%, #FA6E42 85.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.lined_bg{
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/ruled_surface.webp) bottom center no-repeat;
    background-size: cover;
}
.bord_green{
    border: 1px solid rgba(165, 240, 231, 0.4);
    border-radius: 6px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.top_bord_green{
    min-height: 120px;
    display: flex;
    align-items: center;
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/small_intersection.webp) center no-repeat;
    position: relative;
}
.top_bord_greebefore{
    position: absolute;
    width: 70%;
    left: 50%;
    top: 88px;
    transform: translateX(-50%);
    height: 12px;
    background: #A5F0E7;
    filter: blur(18.4px);
    z-index: 0;
}
.overflow-visible {
    overflow: visible !important;
}
.sticky-container {
    transition: 1s all linear;
}
main.container.sitec {
    padding-left: 200px !important;
    padding-right: 70px;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
    min-height: calc(100vh - 80px);
    height: auto;
}
.vscrollb {
    position: relative;
    max-width: 900px;
    flex: 0 0 auto;
    border-radius: 10px;
    margin: 0 15px;
    background-color: #1B1E27;
}
.pl-200{
    padding-left: 200px !important;
}

.c-box {
    background: #1A1C26;
    text-align: center;
    padding: 30px 10px;
    border-radius: 10px;
    height: 100%;
    border:1px solid transparent;
    transition: 0.5s all;
}
.c-box:hover{
    background: linear-gradient(180deg, #0E0F15 0%, #A5F0E7 238.19%);
    border: 1px solid #A5F0E7;
}
.s-box {
    background: #1A1C26;
    padding: 10px;
    border-radius: 5px;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top-one {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}
.top-one .marquee-items{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    gap:10px;
    animation: 90s linear infinite scrollingrev;
}
@keyframes scrollingrev{
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

100% {
    webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}
.top-one{
    overflow-x: hidden;
    display: flex;
}
.h-box {
    background: #1A1C26;
    text-align: center;
    padding: 20px 10px;
    border-radius: 10px;
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
}
.horizondal-items{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    gap:10px;
    animation: 90s linear infinite hori;
}
@keyframes hori{
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

100% {
    webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}
.horizondal-items1{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    gap:10px;
    animation: 90s linear infinite hori1;
}
@keyframes hori1{
    0% {
        webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    
}

100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}
.scroll{
    height: 60vh;
    overflow-y: hidden;
}
.develop{
    background: linear-gradient(89.49deg, #0E0F15 0.39%, #A5F0E7 246.85%); 
    padding: 0;
}

.border-div{
    border: 1px solid #777777;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 30px;
}
.line{
    background:url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/live.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.bene {
    border: 1px solid #353535;
    padding: 30px 20px;
    border-radius: 10px;
    min-height: 260px;
}
.owl-nav {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
    font-size: 30px;
    background: #FA6E42;
    width: 35px;
    display: inline-block;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-right: 10px;

}
.owl-carousel .owl-nav button span{
    position: relative;
    top: -4px;
}
.owl-carousel .owl-nav button.owl-prev:focus,.owl-carousel .owl-nav button.owl-next:focus{
    outline:0;
}
.owl-item.center-item.active{
background: linear-gradient(180.09deg, #0E0F15 0.07%, #A5F0E7 406.87%);
border: 0;
border-radius: 6px;
}
.radi{
    position: relative;
}
/*.owl-stage-outer:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(#2746ff00 10%, #0e0f15 72%, #0e0f15 70%);
    top: 0;
    left: 0;
    z-index: 9;
}*/
 .step {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      gap: 10px;
      padding: 10px 40px;
      position: relative;
    }

    /* Alternating alignment */
    .step:nth-child(even) {
      flex-direction: row-reverse;
    }

    .number {
      font-size: 2rem;
      font-weight: bold;
      background: linear-gradient(180deg, #FFFFFF 0%, #A5F0E7 80.56%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
font-weight: 700;
font-size: 32px;
line-height: 36px;
      width: 100%;
    }


    .content {
      flex: 1;
    }

    .content h3 {
      font-size: 1.5rem;
      margin: 0 0 10px;
      color: #A5F0E7;
    }

    .content p {
      margin: 0;
      line-height: 1.6;
      color: #bbb;
    }

    .right-card,
    .left-card {
      width: 100%;
    }

    .right-card {
      text-align: left;
      justify-content: flex-end;
    }

    .left-card {
      text-align: right;
      justify-content: flex-start;
    }

    .parent_card {
      position: relative;
    }

    .progress_line {
      z-index: 0;
      border-left: 1px dashed rgba(255, 255, 255, .2);
      width: 1px;
      height: 100%;
      position: absolute;
    }

    .progress_scroll {
      background-color: #FA6E42;
      width: 1px;
      height: 0%;
      margin-left: -1px;
    }

    .vh-100 {
      height: 700px;
      min-height: 100vh;
    }
    .progress_container {
      display: flex;
      flex-direction: column;
      gap: 40px;
      padding: 50px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .one-c:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #FA6E42;
    top: 9%;
    right: -3.4%;
    border-radius: 10px;
}
 .two-c:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #FA6E42;
    top: 9%;
    left: -3.4%;
    border-radius: 10px;
}
/*--------------home form css========================*/
.darkblue {
    background:#1A1C26 !important;
}

.position_bx {
    width: 100%;
    background: #000000;
    position: absolute;
    left: -8%;
    border: 1px solid #ffffff59;
    top: -10%;
    border-radius: 10px 0;
}

.hov_round {
    height: 300px;
    width: 378px;
    background: linear-gradient(to bottom, #a6efe5 23.64%, #f3c979 48.36%, #fa6f42 73.15%);
    background-size: 400%;
    animation: 4s linear infinite clocki;
    left: -73%;
    top: -43%;
    position: absolute;
}

@keyframes clocki {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.corn_bx {
    border-radius: 0 4px 0 0;
    top: -14%;
    right: 4%;
}

.corn_bx,
.corn_bx_bottom {
    width: 150px;
    height: 107px;
    z-index: 0;
    overflow: hidden;
}

.corn_bx_bottom {
    background: #f91942;
    border-radius: 0 0 0 4px;
    bottom: -2%;
    left: -12%;
}

.corn_bx,
.corn_bx_bottom {
    width: 150px;
    height: 107px;
    z-index: 0;
    overflow: hidden;
}

.titlec {
    color: #fff;
    font-size: 35px;
}

.position_bx h3,
.position_bx p,
.position_bx span,
.darkblue p {
    color: #fff;
    text-align: left;
}

.position_bx hr {
    border-top: 1px solid #1e1e1e !important;
}

.ico_scl {
    height: 35px;
    min-width: 35px;
    align-items: center;
    justify-content: center;
}

.ico_scl,
.ico_scl1 {
    border-radius: 50%;
    display: flex;
}

.darkblue h2 {
    color: #fff;
}

.darkblue .form-control {
    background: transparent;
    border: 1px solid #ffffff26;
}

.darkblue .form-control {
    color: #fff;
}

/*.darkblue option:nth-child(1){
    color: red;
}*/
.darkblue #phone_number {
    background: #1a1c26;
}

.darkblue .input-group ul {
    background: transparent;
    border-bottom: 1px solid #ffffff26 !important;
    border: 1px solid #ffffff26;
}
.social-select.select li:first-child{
    background: transparent;
}
.social-select i {
    height: auto;
}

.darkblue .init span {
    position: relative;
    left: 7px;
}


.darkblue span {
    position: relative;
    left: 5px;
}

.darkblue span span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.darkblue .init::after {
    right: 8px;
}
.breadcrumbwl a{
    background: linear-gradient(89.53deg, #A5F0E7 0.2%, #F3C979 47.91%, #FA6E42 99.59%);
}
.darkblue .btn {
    border: 0;
    background: linear-gradient(89.53deg, #A5F0E7 0.2%, #F3C979 47.91%, #FA6E42 99.59%);
    color: #000 !important;
}
.breadcrumbwl a::after{
    background: #fa7446;
}
.breadcrumbwl a::before{
    background: #0e0f15;
}
.relative-section li a {
    color: #000;
}
.darkblue select option {
    color: #000;
}

::placeholder {
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff !important;
}

.init::after {
    left: 37px !important;
}
.con-div .bot-btn{
    position: absolute;
    bottom: 30px;
}
/*--------------------end----------------------------*/
@media (min-width: 1350px) {
    .container {
        max-width: 1300px !important;
    }
}
@media(max-width: 1350px){
    .one-c:after{
        right: -4%;
    }
    .two-c:after{
        left: -3.8%;
    }

}
 @media (max-width: 768px) {
      .step {
        flex-direction: column;
        align-items: flex-start;
      }

      .step:nth-child(even) {
        flex-direction: column;
      }

      .number {
        text-align: left;
        margin-bottom: 10px;
      }
      h1{
        font-size: 30px;
    line-height: 40px;
      }
      .banner_tct {
    font-size: 15px;
    font-weight: 700;
}
.pl-200{
    padding-left: 10px !important;
    }
    main.container.sitec{
        padding-left: 0px !important;
    }
    .vscrollb{
        margin-bottom: 20px;
    }
    .vscrollb h5{
        margin-top: 20px;
    }
    .owl-stage-outer:after{
        display: none;
    }
    .owl-nav{
        top: 40%;
    }
    .bene{
        min-height: 370px;
    }
    .step{
        padding: 10px;
    }
    .content{
        text-align: left;
    }
    .progress_container{
        padding: 0px;
    }
    .content h3{
        font-size: 18px;
    }
    .progress_line{
        display: none;
    }
    .one-c:after,.two-c:after{
        display: none;
    }
    .hire{
        padding: 15px;
    }
    h2 {
    font-size: 24px;
    font-weight: 700;
}
.develop{
    padding: 20px 0;
}
}
