.xBody *{
    font-family:Manrope!important;
}
canvas {
  display: block;
}
.xbLft{
    width: 50%;
}
.xbRyt {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.xbRImgWrap img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: calc(100vh - 127px);
  object-fit: contain;
  padding-top: 100px;
}

.xbRyt canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none; 
}
.badge {
    position: absolute;
    background: #fff;
    color: #000;
    border-radius: 7px;
    padding: 5px 18px 5px 5px;
    display: flex;
    justify-content: center;
    gap: 6px;
    z-index: 3;
}
.badge-icon{
   background-color: #8B5CF6;
   border-radius: 7px;
   padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
}
.badge-icon img{
    max-width: 100%;
    object-fit: contain;
    width: 18px;
}
.badge span{
    font-size: 16px!important;
    font-weight: 400;
}
.bdg1 {
    bottom: 63%;
    left: 10%;
}
.bdg2 {
    bottom: 40%;
    left: 0;
}
.bdg3 {
    bottom: 10%;
    left: 15%;
}
.bdg4 {
    bottom: 10%;
    right: 15%;
}
.bdg5 {
    bottom: 55%;
    right: 10%;
}
.bdg6 {
    bottom: 25%;
    right: 4%;
}
.xTop{
    background-color: #fff;
    border-top: 1px solid #F0F3FF;
    border-bottom: 1px solid #F0F3FF;
    margin-top: 72px;
    position: sticky;
    top: 0;
    z-index: 9;
}
.xTopScrollspy{
    display: flex;
    align-items: center;
    gap: 40px;
}
.xTopScrollspy>div img{
    width: 105px;
}
.xTopSpy {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
}
.xTopSpy a{
    background-color: transparent;
    border: none;
    padding: 16px;
    font-size: 14px;
    color: #101010;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.xTopSpy a.active::after{
    content: '';
    height: 3px;
    width: 100%;
    border-radius: 8px;
    background-color: #8B5CF6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.xBanner{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.xBanner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F4F3FF;
    z-index: -1;
}

.xBanner>div{
    z-index: 2;
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 127px);
}
.xBanner>div>span{
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .5px;
    color: #101010;
}
.xBanner h1{
    font-size: 70px;
    font-weight: 800;
    font-weight: 600;
    color: #101010;
    margin: 0 0 45px 0;
    max-width: 700px;
}
.xBanner p{
    max-width: 543px;
    margin-bottom: 50px;
}
.xBanner>div>div{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.xBanner>div>div button, .xBenefits button, .xFlowCont button, .xPertCont button, .xAllFeat button, .techButton button{
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}
.xBanner>div>div button:first-child{
    background: #8B5CF6;
    padding: 13px 50px 13px 50px;
}
.xBanner>div>div button:last-child, .xAllFeat button, .techButton button{
    background-color: #101010;
  padding: 13px 50px 13px 50px;
}
.xBenefits button{
    background-color: #000;
    padding: 15px 30px;
    margin-top: 40px;
}
.xFlowCont button, .xPertCont button{
    background-color: #fff!important;
    color: #101010!important;
    padding: 15px 30px!important;
    margin-top: 40px;
}
.xFlowCont button{
    margin-top: unset;
}
.xFlowCont p{
    margin-bottom: unset;
}
.xAllFeat button{
    margin-top: 40px;
}
.vcLogos{
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #F0F3FF;
    border-radius: 8.42px;
    padding: 0 1rem;
    margin-top: unset!important;
}
.vcLogos img{
    width: 100%;
}
.vcLogos .swiper-button-prev, .vcLogos .swiper-button-next{
    background-color: #fff;
    border: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-top: 0;
    z-index: 1;
    transform: translateY(-50%);
}
.vcLogos .swiper-button-prev{
    left: -20px;
}
.vcLogos .swiper-button-next{
    right: -20px;
}
.xWhat{
    background-color: #F6F7FB;
    text-align: center;
}
.xBenefits, .xWhat{
    padding: 65px 0;
}

.xBenefits h2, .xFlow h2, .xAllFeat h2, .xStory h2, .xWhat h2,.smartTech h2, .appsneak h2,.sneakpeek-container h2{
    text-align: center;
    font-size: 45px;
    line-height: 120%;
    color: #101010;
    font-weight: 200;
}
.xWhat h2{
    font-weight: 500;
    margin-bottom: 2rem;
}
.xWhat p{
    max-width: 1300px;
    font-size: 1.5rem;
    margin: auto;
}

.xWhat p strong{
    font-size: 1.5rem;
    color: #007AFF;
}
.xBRow{
    margin-top: 55px;
}
.xBCard{
    border-radius: 28px;
    overflow: hidden;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.xBCard h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #101010;
}
.xBCard img{
    max-width: 100%;
}
.xBCard p{
    margin-top: 20px;
    margin-bottom: 0;
    color: #101010;
}
.xBCard.one{
    background-color: #F0F3FF;
}
.xBCard.two{
    background-color: #5F2B4C;
    position: relative;
    margin-top: 1.5rem;
}
.xBCard.two h3, .xBCard.two p{
    color: #fff;
    max-width: 224px;
}
.xBCard.two img{
    position: absolute;
    right: -30px;
    bottom: -40px;
}
.xBCard.three {
    background-color: #FFE3EE;
    height: 100%;
}
.xBCard.three img{
    max-width: 450px;
    width: 100%;
    display: block;
    margin: auto;
}
.xBCard.four {
    position: relative;
    height: 100%;
    justify-content: end;
}
.xBCard.four img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.xBCard.four h3, .xBCard.four p, .xBCard.five h3, .xBCard.five p{
    color: #fff;
}
.xBCard.five{
    background-color: #7171FF;
    height: 100%;
}
.xBCard.five img{
    max-width: 450px;
    width: 100%;
    display: block;
    margin: auto;
}
.xFlow{
    margin-top: 50px;
    background-color: #F4F3FF;
    border-radius: 28px;
    padding: 45px;

}
.xFlow>p, .xAllFeat .container>p{
    text-align: center;
    margin-top: 20px;
}
.xFlowTabs{
    background-color: #8B5CF6;
    border-radius: 28px;
    padding: 1.8rem 90px 55px 90px;
    margin-top: 40px;
}
.xFlowTabs .nav{
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
}
.xFlowTabs button{
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: .8rem;
}
.xFlowTabs button:focus{
    outline: none;
}
.xFlowTabs .nav-pills .nav-link.active{
    background-color: transparent;
    position: relative;
}
.xFlowTabs .nav-pills .nav-link.active::after{
    content: '';
    height: 3px;
    width: 70px;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.xFlowImg {
    background-color: #6B38DF;
    border-radius: 28px;
    min-height: 502px;
    padding: 3rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xFlowImg img{
    max-width: 100%;
    display: block;
    width: 90%;
    height: 400px;
}
.xFlowCont {
    color: #fff;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    gap:70px;

}
.xFlowCont h6, .xFlowCont h3{
    color: #fff;
}
.xFlowCont h3{
    font-size: 40px;
    width: 90%;
}
.xFlowCont h6 {
    margin-bottom: 15px;
    margin-top: 27px;
}
.xFlowCont>div>span{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}
.xFlowCont p{
    width: 90%;
} 
.xFlowCont p strong{
    color: #FFC16F;
}
.xPert{
    background: linear-gradient( #101010, #8B5CF6);
    border-radius: 28px;
    padding: 80px 130px 0 130px;
    margin-top: 65px;
}
.xPertImg img{
    width: 100%;
    max-width: 543px;
    display: block;
    margin: auto;
}
.xPertCont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    height: 100%;
    padding-left: 50px;
    padding-bottom: 80px;
}
.xPertCont h2{
    margin-bottom: 21px;
    font-size: 45px;
    font-weight: 200;
    color: #fff;
}
.xPertCont p{
    color: #fff;
    max-width: 365px;
}
.xAllFeat{
    background-color: #fff;
    padding-top: 65px;
}
.xAllFeat .row{
    max-width: 1340px;
    margin: auto;
}
.xFeat {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 28px;
    flex-direction: column;
    background-color: #F4F3FF;
    border-radius: 16px;
    padding: 4.5rem 2rem;
    height: calc(100% - 1.5rem);
    margin-top: 1.5rem;
}
.xFeat img{
    display: block;
    height: 46px;
}
.xFeat h3{
    margin-bottom: unset;
    margin-top: 10px;
}
.smartTech{
 padding-top: 65px;
}
.smartTech-swiper {
 margin: 35px 0;
 height: 100%;
}
.smartTech-swiper .swiper-slide:first-child { width:50%!important; }
.smartTech-swiper .swiper-slide:not(:first-child) { width:50%; }


.tCoWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 28px;
     padding: 65px 35px 35px 35px;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    min-height: 400px; 
    transition: box-shadow .2s;
}
.c1{
    background-color:#8B5CF6 ;
}
.c2{
    background-color:#673971 ;
}
.c3{
    background-color: #00C875;
}
.c4{
    background-color:#6161FF;
}
.c5{
    background-color: #FF596D;
}
.c6{
    background-color: #24C4E6;
}
.c7{
    background-color: #4285F4;
}
.tCoWrap h3{
    font-size: 35px;
    font-weight: 100;
    line-height: 120%;
    color: #fff;
}
.tCoWrap img{
    max-width: 100%;
    object-fit: contain;
    display: block;
    width: 71px;
}

.sneakpeek-swiper{
    margin-top: 50px;
}
.sneakpeek-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: left;
}

.sneakpeek-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
 
}

.sneakpeek-swiper .swiper-wrapper .swiper-slide:first-child {
  width: 75% !important;
}

.sneakpeek-swiper .swiper-wrapper .swiper-slide:not(:first-child) {
  width: 20%;
}

.xBody .vcModalSd h2, .xBody .vcModalSd h2 span{
    font-size: 41px;
    font-weight: 800px!important;
}
.xBody .vcSubmit{
    background-color: #8B5CF6;
    border: none;
}
.xBody .vcSubmit:focus{
    outline: none;
    box-shadow: none;
}
.xBody .vcLogos{
    margin-top: 0;
}

.offcanvas-custom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96%;
  max-height: 96%;
  background-color: white;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 11;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.offcanvas-custom.show {
  transform: translateY(0);
}
.customOffcanvasOverlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}
.customOffcanvasOverlay img{
    position: fixed;
    top: 7px;
    right: 20px;
    cursor: pointer;
}
.offActive{
    overflow: hidden;
}
.offcanvas-content {
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  padding-top: 75px;
}
.offcanvas-custom button{
    margin-top: 0;
    background-color: #101010;
    padding: 15px;
}
.offcanvas-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F0F3FF;
    background-color: #fff;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.offcanvas-header h3{
    margin-bottom: 0;
    color: #101010;
}
.offcanvas-body{
    padding: 40px 20px;
    background-color: #F6F7FB;
}
.offcanvas-body h5{
    padding: 1rem;
    margin-bottom: 2rem;
    color: #fff;
    background-color: #8B5CF6;
    text-align: center;
    border-radius: 12px;
    font-size: 24px;
}
.offcanvas-body .row{
    max-width: 100%;
}
.xFeatMC{
    background-color: #fff;
    border: 1px solid #101010;
    margin-bottom: 1.5rem;
    height: calc(100% - 1.5rem);
    padding: 20px;
    border-radius: 24px;
}
.xFeatMC h4{
    font-size: 22px;
    color: #101010;
}
.xIndus{
    margin-top: 1.5rem;
}
.xIndus img{
    display: block;
    width: 100%;
    border-radius: 28px;
}
.xIndus h3{
    font-size: 22px;
    text-align: center;
    margin-top: 14px;
}
.xStory{
    padding: 65px 0;
}
.xStory h2{
    text-align: left;
}
.cardMn{
  padding-top: 50px;
}

.cimWrp img{
    max-width: 100%;
    object-fit: contain;
    border-radius: 12px;
    display: block;

}
.crd{
  position: relative;
  height: 100%;
}
.crdCon{
    position: absolute;
  bottom: 25px;
background-color: #fff;
backdrop-filter: blur(4px);
  width: 510px;
  height: calc(100% - 50px);
  left: 25px;
  border-radius: 8px;
}
.crdCon img{
    width: 180px;
    height: 90px;
    object-fit: contain;
}
.crdCon p{
color: #101010;
font-size: 1rem;
margin-top: 1rem;
}
.ccoMn{
  padding: 20px;
}
.xindLi{
    margin-top: 5px;
}
.xindUl strong{
    display: block;
    border-top: 1px solid #dedede;
    padding-top: 5px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.nvBtns{
  position: relative;
  top: 90px;
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 1rem;
}
.nvBtns>div{
  width: 56px;
  height: 56px;
  border: 1px solid #101010;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.nvLftBt img,
.nvRytBt img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding: 9px; 
}
.nvBtns>div:hover {
    background-color: #101010;
}
.nvBtns>div:hover img{
    filter: invert();
}
.pagswipe .swiper-slide {
  cursor: pointer;
} 
.topswipe {
  position: relative;
}

.pagsli{
    max-width: 1110px;
    margin: 0 auto;
} 

.pagswipe .logcard {
  opacity: 0.2;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 120px;
  width: 100%;
  position: relative;
}

.pagswipe::before {
  content: ""; 
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 1px solid #E7E7E7 !important;
      filter: blur(0px)!important;

}

.logcard img{
    max-width: 80%;
width: 100%;
display: block;
}
.pagswipe .swiper-slide.swiper-slide-active .logcard {
  opacity: 1;
  filter: none;
  border-top: 1px solid #101010;   
} 
.watchModal .modal-dialog{
    width: 1270px;
}
.watchModal .modal-content{
    border: 8px solid #000;
}
.watch-close {
    position: absolute;
    right: -8px;
    top: -58px;
    background-color: #101010;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.watch-close:hover{
    background-color: #3b3b3b;
}
.watchModal iframe{
    width: 100%;
    height: 715px;
}
.xFlowCont h3 {
    margin: unset;
}
.sneakpeek-container{
    margin-top: 50px;
}
@media all and (max-width: 1660px){
    .xBCard.two img{
        width: 200px;
    }
}
@media all and (max-width: 1560px){
    .xBanner h1{
        font-size: 45px;
        max-width: 518px;
    }
    .xFlow{
        padding: 45px 1rem;
    }
    .xFlowTabs{
        padding: 1.8rem 40px 40px 40px;
    }
    .xFlowCont h3{
        font-size: 35px;
    }
    .bdg1{
        left: 4%;
    }
}
@media all and (max-width: 1440px){
    .xBCard.two h3, .xBCard.two p{
        max-width: 200px;
    }
    .xBCard p{
        margin-top: 10px;
    }
}
@media all and (max-width: 1370px){
    .xBCard.two img{
        width: 150px;
        bottom: -10px;
    }
    .nav-pills .nav-link{
        font-size: 1rem;
        padding: .8rem .4rem;
    }
    .xFlowTabs .nav{
        gap: 2rem;
        flex-wrap: nowrap;
    }
    .xFlowCont h3 {
        font-size: 30px;
    }
    .watchModal .modal-dialog{
        width: 1100px;
    }
    .watchModal iframe{
        height: 600px;
    }
    .bdg1{
        left: 0%;
    }
    .bdg3{
        left: 5%;
    }
    .bdg5{
        right: 4%;
    }
}
@media all and (max-width: 1170px){
    .xBCard h3, .xFlowCont h3{
        font-size: 22px;
    }
    .xBCard.two h3, .xBCard.two p{
        max-width: 150px;
    }
    .watchModal .modal-dialog{
        width: 900px;
    }
    .watchModal iframe{
        height: 500px;
    }
}
@media all and (max-width: 1024px){
    .xBannElem{
        width: 100%;
        height: auto;
    }
    .xBanner{
        flex-direction: column;
    }
    .xBanner::before{
        width: 100%;
        z-index: -1;
    }
    .xBanner>div{
        width: 100%;
        min-height: auto;
        text-align: center;
    }
    .xbLft{
        margin-top: 65px;
        align-items: center;
    }
    .xBanner h1{
        margin-bottom: 30px;
    }
    .xBanner>div>div{
        justify-content: center;
    }
    .xBCard.four{
        min-height: 400px;
        margin-top: 3rem;
    }
    .xFlowImg{
        margin-top: 3rem;
    }
    .xFlowTabs .nav{
        overflow-x: auto;
        justify-content: start;
        gap: 1rem;
    }
    .nav-pills .nav-link{
        white-space: nowrap;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: .8rem;
    }
    .xFlowTabs .nav-pills .nav-link.active{
        background-color: rgba(255, 255, 255, .2);
    }
    .xFlowTabs .nav-pills .nav-link.active::after{
        display: none;
    }
    .xFlowImg{
        min-height: auto;
    }
    .crdCon{
        width: 80%;
    }
    .xPert{
        padding: 65px;
        text-align: center;
    }
    .xPertCont{
        max-width: unset;
        padding-left: 0;
    }
    .xPertImg{
        margin-bottom: 40px;
    }
    .xPertCont p{
        max-width: unset;
    }
    .watchModal .modal-dialog{
        width: 768px;
    }
    .watchModal iframe{
        height: 400px;
    }
    .xbRImgWrap img {
        padding-top: 60px;
        height: auto;
    }
    .bdg1 {
        left: 4%;
    }
    .bdg2 {
        left: 4%;
    }
}
@media all and (max-width: 992px){
    .xBCard.five{
        margin-top: 1.5rem;
    }
    .xTop{
        margin-top: 62px;
    }
}
@media all and (max-width: 850px){
    .crdCon img{
        width: 150px;
        height: auto;
    }
    .crdCon{
        position: static;
        width: 100%;
        border: 1px solid #d1d1d1;
        border-radius: 0 0 12px 12px;
        border-top: 0;
    }
    .cimWrp img{
        border-radius: 12px 12px 0 0;
    }
}
@media all and (max-width: 768px){
    .xBanner h1, .xBenefits h2, .xFlow h2, .xAllFeat h2, .smartTech h2, .sneakpeek-container h2, .xStory h2, .xPertCont h2, .xWhat h2{
        font-size: 25px;
    }
    .tCoWrap h3{
        font-size: 18px;
    }
    .tCoWrap{
        min-height: 200px;
        padding: 35px;
    }
    .tCoWrap img{
        width: 32px;
    }
    .xBCard.five {
        margin-top: 3rem;
    }
    .xWhat p, .xWhat p strong{
        font-size: unset;
    }
    .xBanner p{
        padding: 0 2rem;
    }
    .xBRow{
        margin-top: 25px;
    }
    .xAllFeat, .smartTech{
        padding-top: 50px;
    }
    .xPert{
        margin-top: 50px;
    }
    .xBCard.three{
        margin-top: 1.5rem;
    }
    .xBCard.four{
        min-height: 340px;
    }
    .xBenefits button{
        margin-top: 80px;
    }
    .xFlowCont{
        padding-right: 0;
        gap: 2rem;
    }
    .xFlowTabs {
        padding: 1.8rem;
    }
    .xFlowTabs button{
        font-size: 16px;
    }
    .xFlowTabs .nav{
        margin-bottom: 2rem;
    }
    .xFlowCont>div>span img{
        width: 18px;
    }
    .xFlowCont button, .xPertCont button{
        margin-top: 10px;
    }
    .xFlowImg img{
        width: 100%;
        height: auto;
    }
    .xIndus h3{
        font-size: 16px;
    }
    .xFeat h3 {
        margin: 15px 0;
    }
    .xPert{
        padding: 40px 1.5rem;
    }
    .cardMn{
        padding-top: 20px;
    }
    .pagswipe .logcard{
        padding: 5px 20px;
        height: 70px;
    }
    .logcard img{
        width: 150px;
    }
    .nvBtns{
        top: 50px;
    }
    .nvBtns>div{
        width: 32px;
        height: 32px;
    }
    .nvLftBt img, .nvRytBt img{
        width: 30px;
        height: 30px;
    }
    .xTopScrollspy{
        gap: 1rem;
    }
    .offcanvas-custom button{
        padding: 10px;
    }
    .offcanvas-body {
        padding: 40px 10px;
    }
    .watchModal .modal-dialog{
        width: 96vw;
    }
    .watchModal iframe{
        height: 350px;
    }
    .sneakpeek-swiper{
        margin-top: 20px;
    }
    .xPertCont{
        padding-bottom: 0;
    }
}

@media all and (max-width: 600px){
    .watchModal iframe{
        height: 300px;
    }
    .xBanner>div>div button:first-child, .xBanner>div>div button:last-child{
        padding: 13px 30px;
    }
    .xBanner>div{
        padding: 0;
    }
    .xBanner h1{
        font-size: 32px;
        padding: 0 1rem;
    }
    .xBanner>div>div{
        gap: 4px;
    }
    .xFeat{
       padding: 3.5rem 2rem;
       gap: 10px;
    }
    .badge{
        padding: 5px 10px 5px 5px;
    }
    .badge-icon{
        width: 24px;
        height: 24px;
    }
    .badge-icon img{
        width: 10px;
    }
    .badge span{
        font-size: 12px !important;
    }
    .bdg1{
        bottom: 40%;
    }
    .bdg2{
        bottom: 22%;
    }
    .bdg3{
        bottom: 4%;
    }
    .bdg4{
        bottom: 13%;
        right: 4%;
    }
    .bdg5{
        bottom: 49%;
    }
    .bdg6{
        bottom: 31%;
    }
    .xPertImg img{
        width: 90%;
    }
    .xPertImg{
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 350px){
    .xBanner>div:first-child>div{
        flex-direction: column;
        width: 100%;
        padding: 0 1rem;
    }
    .xBanner button{
        width: 100%;
        justify-content: center;
    }
}