body {
    background: #faf9fb;
    font-family: "SolaimanLipi", sans-serif;
}

html {
    font-size: 16px;
}

.text-outline {
    -webkit-text-stroke: 1px black;
    color: transparent;
    z-index: -1;
}

.side_text_outline {
    -webkit-text-stroke: 2px #111;
    color: transparent;
    z-index: -1;
}

.title {
    z-index: 99;
}
.about {
    z-index: 99;
}

.hr_border::after {
    content: "";
    display: block;
    width: 20%;
    height: 2.5px;
    background-color: #fd04aa;
    margin-top: 5px;
}

.hr_border2::after {
    content: "";
    display: block;
    width: 40%;
    height: 2.5px;
    background-color: #fd04aa;
    margin-top: 5px;
}


#slider,
#height {
    height: 8px;
}

#slider .noUi-connect,
#height .noUi-connect {
    background: #881188;
    border-radius: 3px;
}

#slider .noUi-base,
#height .noUi-base {
    border-radius: 3px;
}

#slider .noUi-origin,
#height .noUi-origin {
    border-radius: 3px;
}

#slider .noUi-handle,
#height .noUi-handle {
    height: 1.2rem;
    width: 1.2rem;
    background: #881188;
    box-shadow: none;
    border-radius: 50%;
    border: none;
    top: -6px;
}

#slider .noUi-target,
#height .noUi-target {
    border-radius: 3px;
}

#slider .noUi-handle:before,
#slider .noUi-handle:after,
#height .noUi-handle:before,
#height .noUi-handle:after {
    display: none;
}

@media screen and (max-width: 1439px) and (min-width: 1024px) {
    section {
        padding: 0 1rem;
    }
    footer {
        padding: 0 2rem;
    }
    #user-dropdown {
        right: 1rem;
        margin-top: 1rem;
    }
    
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    html {
        font-size: 14px;
    }
    .banner {
        height: 25vh;
    }
    section {
        padding: 0 2rem;
    }
    #user-dropdown {
        right: 1rem;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    #navba_menu {
        border-radius: 5px;
    }
    html {
        font-size: 12px;
    }
    .banner {
        height: 20vh;
    }
    section {
        padding: 0 1.2rem;
    }
    #user-dropdown {
        right: 1rem;
        margin-top: 1rem;
    }
       .hr_border::after {
    margin-left: 40%;
}
.hr_border2::after {
    margin-left: 30%;
}

}

@media (max-width: 320px) {
    html {
        font-size: 10px;
    }
    .brand_name {
        width: 38%;
    }
    .banner {
        height: 15vh;
    }
    section {
        padding: 0 1rem;
    }
    #user-dropdown {
        right: 1rem;
        margin-top: 1rem;
    }

    .hr_border::after {
    margin-left: 40%;
}
.hr_border2::after {
    margin-left: 30%;
}
.swiper-slide {
    font-size: 10px;
   
  }

}

@media (min-width: 1440px) {
    #user-dropdown {
        right: 1rem;
        margin-top: 1rem;
    }
}

@media (min-width: 2560px) {
    #user-dropdown {
        right: 1rem;
        margin-top: 1rem;
    }
}

