
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;  
}
html::-webkit-scrollbar {
  display: none; 
}
body{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
     -ms-overflow-style: none;
}

.main{
    padding-top: 30px;
    /* background-color: orange;     */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120vh;
    scrollbar-width: none;
     -ms-overflow-style: none;  
}
.main::-webkit-scrollbar {
  display: none; 
}

.outer-img{
    width: 50%;
    max-width: 500px;
    padding-bottom: 30px ;
    padding-left: 50px;
    height: 100%
    /* background-color: pink;  */
}

.style-text{
      text-align: center;
  padding: 30px;
  background-color: #fff; 
  color: #000; 
}
.carousel-item img{
padding-bottom:30px ;
}
.carousel-indicators [data-bs-target]{
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    background-color: black !important;
}
.carousel-indicators [data-bs-target].active{
      width: 25px !important;
    height: 8px !important;
    border-radius: 40% !important;
    position: relative;
    top: 2px;

}
.carousel-indicators{
    position: absolute;
    bottom: 140px !important ;
}
.carousel-inner{
    padding-top: 10px !important;
    padding-bottom:100px !important ;
}
.btn-next {
  text-align: center;
  margin-top: 20px; 
}
.btn-next .nb{
    position: relative;
    top: 100px;
    right: 20px;
     width: 100%;
     max-width: 343px;
     padding: 18px 0;
     background-color: #00D061;
     color: #fff;
     border: none;
     font-size: 18px;
     font-weight: 500;
     text-transform: capitalize;
     border-radius: 10px;
}

@media (min-height: 500px) {
    .carousel-indicators {
        position: absolute !important;
        bottom: 80px !important;
    }
}
@media (min-height: 600px) {
    .carousel-indicators {
        position: absolute !important;
        bottom: 80px !important;
    }
}
.carousel-item h5{
    font-size: 1.5rem;
    font-weight: 600;
}
.box{
    background-color: pink;
    width: 50%;
    height: 50vh;
    display: none;
}
