body{
    background-color: #FDFDFD;
}
.mainbanner_home{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181F26;
    color: #FFF;
}
:root {
    --mcolor:#fff;
    --navcolor:#080B0E;
}
.banner-bg{
    background: url(../images/1home_new/banner-bg.png);
    background-size: cover;
    background-position: center;
    height: auto;
    min-height: 100vh;
}
.guarantee {
    background: url(../images/1home_new/lft-icons.png), url(../images/1home_new/rgt-icons.png), #F8F8F8;
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: 18%;
}
#image-to-scale {

  position: sticky;
  top: 1rem;
  left: 0;
  will-change: transform;
  transform-origin: top left;
  transition: transform 300ms linear, filter 300ms linear;
  margin-inline-end: 2rem;
      transform-origin: center center;
}
.why_img {
    position: absolute;
    width: 60%;
    z-index: -1;
    top: 10px;
    left: 20%;
}
.grad_heading{
    background: linear-gradient(90deg, #7438FF 24%, #ffbe84 49.5%, #FF5A9C 71.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: fit-content;
}
h1,h2{
    font-weight: 500;
}
    .largef {
        font-size: 15px;
    }
.sitec {
    max-width: 1650px;
    width: 100%;
    padding: 0px 70px;
}
.ser-box a{
color: #000f2f;
}
.banner_btn{
    background: rgba(48, 56, 64, 0.6);;
    border: 1px solid transparent;
    border-radius: 40px;
    padding: 12px 20px;
    transition: all .2s ease-in;
    cursor: default;
}
.banner_btn:hover{
    border: 1px solid #566A7E;
}
.image {

  width: 70%;
  margin: auto;
  xbackground-image: url("../images/1home_new/ecom-dev.png");
  background-position: center center;
  background-size: cover;
  background-reapeat: no-repeat;
}
.max-600{
    max-width: 600px;
    margin: 0 auto;
}
.banner_link{
    background: #FFFFFF;
    border-radius: 5px;
    min-width: 180px;
    padding: 10px;
}
.banner_link:hover{
    color: #fff;
    background: #111518;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0px 4px 10px 1px rgba(99, 106, 122, 0.6);
    border-radius: 5px;
}
.web-bg{
    background: #0a0f16;
    border-radius: 8px;
    padding: 25px;
    width: 800px;
}
.fs-24{
    font-size: 24px;
}
.fs-20{
    font-size: 20px;
    font-weight: 600;
}
.fs-16{
    font-size: 16px;
}
p,.text_gry{
    color: #4F4F4F;
}
.banner-bg p{
 color: #ddd;
}
.underlink{
    text-decoration: underline;
}
.sider_card{
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% + 30px);
    width: 48%;
}
.sider_card1{
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100%);
    width: 50%;
}
.innov_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sticky_left{
    position: sticky;
    top: 60px;
}
.grey_bg{
    background: #EFF2F5;
}
.card_over{
    background-color: transparent;
    padding: 20px;
    transition: all .3s ease;
    height: 100%;
    position: relative !important;
    padding-top: 35px;
    padding-right: 35px;
}
.card_over:hover{
    background-color: #F9FCFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    
}
.ex-link {
    position: absolute;
    right: 10px;
    background: #fff;
    padding: 2px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex
;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    top: 10px;
}
.ex-link i {
    color: #344fff;
}
.card_over:hover .ex-link i {
    color: #fff;
}
.card_over:hover .ex-link {
    background: #344fff;
}

.card_icon{
    width: 89px;
    min-width: 89px;
    height: 89px;
    background: #F9FCFF;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card_over:hover .card_icon{ 
    border: 1px solid #344FFF;
 }
 .num_text{
    font-weight: 600;
    font-size: 45px;
    line-height: 25px;
    color: #616F7D;
 }
 .darg_bg{
    background: #060a10;
 }
 .image_relative{
    cursor: pointer;
    z-index: 2;
 }
 .card_contoverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2e3236;
    z-index: -1;
    transition: .3s all ease-in;
 }
 .op-20{
    opacity: .2;
    transition: .2s all ease-in;
 }
 .image_relative:hover .op-20{
    opacity: 1;
 }
 .image_relative:hover .card_contoverlay{
    opacity: 0;
 }
 .top_round{
    height: 100%;
    background: #F1F1F1;
    padding: 25px;
    overflow: hidden;
    position: relative;
 }
 .num_div{
    position: absolute;
    font-size: 31px;
    font-weight: 600;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #3C3939;
    top: -34px;
    left: -34px;
    padding: 30px 0px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    transition: all .2s ease-in;
 }
 .top_round .fs-24{
    font-size: 20px;
    font-weight: 500;
    padding-left: 75px;
    padding-bottom: 18px;
 }
 .top_round:hover  .num_div{
    background-color: #344FFF;
 }
 .cust_card{
    background-color: #FFF;
    padding: 25px;
 }
 .button_grayy{
    background: #4D5863;
    border-radius: 7px;
    min-width: 180px;
    padding: 10px;
    color: #FFF;
    transition: all .3s ease;
}
.button_grayy:hover{
    color: #ccc;
}
.gry_cd1{
    background: #F2F5F8;
    padding: 25px;
}
.gry_cd1{
    background: #E9E9E9;
    padding: 25px;
}
.carousel-content {
    display: block;
    animation: 32s linear infinite scrollImages;
}
.carousel-content.rev {
    animation-direction: alternate-reverse;
}
.max-500{
    max-height: 700px;
}
.carousel-inner::after{
    content: "";
    background: none;
    position: absolute;
    width: 100%;
    z-index: 9;
    height: 100%;
}
.sitebtn {
    background-color: #0a0f16;
    min-width: 100px;
    position: relative;
    padding: 11px 18px;
    transition: 0.5s;
    line-height: normal;
    border-color: #777777;
}
.btn-check:focus+.btn-info, .btn-info:focus {
    color: #000;
    background-color: #0a0f16;
    border-color: #777777;
    box-shadow: none;
}
@keyframes scrollImages{
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
@media (min-width: 1200px){
    h2{
        font-size: 42px;
    }
}
@media (max-width: 991px){
    .ex-link{
                position: absolute;
    left: 10px;
    background: #fff;
    padding: 2px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex
;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    top: inherit;
    bottom: 10px;
    }
    .card_over{
             padding-top: inherit !important; 
    padding-bottom: 40px;
    }
    .indus-icon img {
    float: left;
    margin-top: 5px;
    margin-right: 12px;
}
.indus-icon {
    margin: 20px 0;
}
.indus-icon .fs-16 {
    float: left;}
    .navbar {
        background-color: #080B0E !important;
    }
    .guarantee {
    background: none;
}
.web-bg {
    width: 100%;
}
}
@media (max-width: 650px) {
    .sitec {
        max-width: 97% !important;
        padding: 10px !important;
    }
}
