*{
    margin: 0;
    padding: 0;

}
 
@font-face {
    font-family:aven;
    src: url(../fonts/AvenirLTStd-Roman.otf);
     
  }
html{
    scroll-behavior: smooth;
}

a{
    text-decoration: none !important;
    color: black;
    padding: 2px 5px 2px 5px;
}
.navbar{
    font-family: aven;
    background-color: #361B9A;
 
}
.spacer{
    height: 40px;
}
/* .bar_link,.navbar-expand-lg .navbar-nav .nav-link,.navbar-brand {
    color: var(--bs-white) !important;
} */
.bar_link{
    margin-right: 40px;
}
.head_hero{
    color: #FFFFFF;
    font-size: 60px;
    font-weight: bold;
       /* font-family: 'Oswald', bold; */
}
 .color-bg{
     background-color: #543AB2;
     color: var(--bs-white);
 }
 .position_r{
     position: absolute;
     top: 15%;
     left: 0;
 }
 .Scroll{
    font-family: avenir,bold;
     font-size: 18px;
        border: none;
        padding-left: 25px;
        color: #fff !important;
        background-color: #F56A20 !important;
        border-radius: 55px;
        text-align: center;
 }
 .col-pink{
     background-color: #FEF0E8;
     border-radius: 10px;
     padding: 20px;
     height: 340px;
 }
 .numbers p {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 7px;
    background-color: #F56A20;
    color: white;
    font-weight: 500;
   margin-right: auto;
   margin-left: auto;
 }
 .numbers p >span{
     font-size: 20px;
     padding: 6px;
 }
 .po-s{
     position: absolute;
     top: 15%;
      
 }
 .re_Po{
    position: relative;
   
 }
 .ab_po{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: white;

 }
 .footer_color{
  background-color: #543AB2;  
  padding: 100px 0px 100px 0px;
 }
 .footer_color_b{
    
    padding: 10px 10px 10px 10px;
    
 }
 .border_radi{
     border-radius: 20px;
     font-size: 14px !important;
     padding: 10px;
 }
 .about_page p{
     color: #969696;
     font-size: 18px;
 }
 .about_page h1{
     font-size: 40px;
     font-weight: 800;
     /* font-family: 'Oswald', bold; */
 }
 .numbers small{
     color: #969696;
        font-size: 16px;
}
.Extra_space{
    height: 45vh;
}
.img_slider >li> img{
 padding-left: 5px;
 padding-right: 5px;
}
.pos_slider{
    position: absolute;
    top: 60%;
    right: 0%;
    z-index: 99;   
}
.heading{
    font-size: 40px;
    color: #543AB2;
    /* font-family: 'Oswald', bold; */
    font-weight: bold;
}
.position_costum{
    position: absolute;
    top: 240px;
    left: 35%;
}
.lineSpacing ul li{
    line-height: 2.5;
}
.font_cost{
    /* font-family: 'Oswald', bold; */
    font-weight: normal;
}
.footer_cou{
    background-color: #F56A20 ;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 50px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;

}
.orange{
    background-color: #F56A20 !important;
border:#F56A20;
color:white;
border-radius: 10px;
}
.orange:hover{
    background-color: #fcfcfc !important;
    border: #4c29cc;
}
.text-li{
    color: rgba(255, 255, 255, 0.5);
}
/* OTP page css */
.login_positon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,50%);
}
.logo_login{
    margin-left: auto;
    margin-right: auto;
    margin-top: -8em;
}
.login_btn{
    background-color: #F56A20 !important;
    border:#F56A20;
    border-radius: 20px;
}
 .login_bg{
     border-radius: 20px;
     background-color: white;
     box-shadow: 0px 0px 20px -15px;
 }
 .larg_btn{
     padding-right: 150px;
 }
 .rounded-pill{
     background-color: #F0F0F0 !important;
     font-size: 12px;
     padding: 8px;
     color: #969696 !important;
 }
 .form-check-input:checked {
    background-color: #F56A20;
    border-color: #F56A20;
    
}
.Accept{
    color: #F56A20;
}
 .form-label{
     font-size: 12px;
 }
 .login_bg h1{
     font-weight: 600;
     color: #543AB2;
 }
 #button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
      margin-top: 12px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  .marginTop{
      margin-top: 70px;
  }
 .v70R{
     height: 420px !important;
 }

/* ======================================================================== */
@media (max-width: 575.98px) { 
    .Scroll{
        display: none;
    }
    body{
        overflow-x: hidden;
    }
    .po-s{
        display: none;
    }
    .mobil_veiw{
        display: none;
    }
  .col-pink{
      height: 40vh;
  }
       
       .footer_cou {
        background-color:transparent;
        position: inherit;
        top: 0px;
        right: 0px;
        padding: 5px;
        border-top-left-radius: 0%;
        border-bottom-left-radius: 0%;
        /* border-top-right-radius: 50%;
        border-bottom-right-radius: 50%; */
    }
    .about_page{
        margin-top: 90px !important;
    }
    .Extra_space {
        height: 20vh;
    }
    .tabeldirc{
        margin-top:20px;
    }
    .tabeldirc img{
        display: none;
    }
    .mobi-veiw{
        width: 172px;
        height: 34px;
        font-size: 15px;
    }
    .font_cost_m{
        font-size: 15px;
        margin-top: -18px;
    }
    .larg_btn {
        padding-right: 126px;
    }
    .login_bg {
        
        box-shadow: 0px 9px 45px -15px;
    }
    .spacer{
        height: 0;
    }
    .position_costum{
        position: absolute;
        top: 160px !important;
    }
    .lessInMobile{
        height: 0px;
    }
    .moreInMobile{
        height: 190px;
    }
    .v70R{
        height: 180px;
    }
   
 }
 
 @media (max-width: 768px) { 
    .po-s {
        display: none;
    }
    .ipad{
        display: none;
    }
    .tabeldirc img{
        display: none;
    }
    .mobile_view{
        display: none;
    }
    .position_costum{
        position: absolute;
        top: 160px;
    }
    .lessInMobile{
        height: 0px;
    }
    .moreInMobile{
        height: 190px;
    }
    .v70R{
        height: 180px;
    }
 }
 @media (min-width: 768px){
     .lessInMobile{
         height: 150px;
     }
     .v70R{
         height: 150px;
     }
     .moreInMobile{
         height: 150px;
     }
 }
 @media (min-width: 1200px) { 
     .lessInMobile{
         height: 420px;
     }
     .moreInMobile{
         height: 420px;
     }
     .v70R{
         height: 150px;
     }
  }
 
  /*  New CSS After website redesign */
 .vh-50{
    height: 50vh !important;
 }
 .top-header-image{
    animation: upDown infinite 4.5s;
}
.download-arrow{
    animation: upDown infinite 2s;
}
.feature-image{
filter: drop-shadow(0 6mm 6mm rgba(30, 30, 30, 0.573));
}
 .top-header-image,.feature-image{
    height:550px;
}
.features-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features-list li{
    width: 45%;
}
.slider-img{
    height:500px;
    object-fit:contain;
}
@keyframes upDown {
   0%{
        transform: translateY(0%);
    }
    50%{
        transform: translateY(10%);
        filter: drop-shadow(0 6mm 6mm rgba(30, 30, 30, 0.573));
    }
    100%{
        transform: translateY(0%);
    }
}