@media screen  and (min-width: 250px) and (max-width: 768px){
    section .btn{
        margin-top: 30px;
    }
    header {
        width: 100%;
        height: 64px;
        background: #FFFFFF;
        box-shadow: 0px 4px 34px rgb(0 0 0 / 10%);
        margin-bottom: 36px;
        position: fixed;
        z-index: 9999999999999999;
    }
    header img{
        display: none;
    }
    section{
        padding-top: 80px;
    }
    section .container {
        width: 100% !important;
    }
    .carousel-indicators {
        position: absolute !important;
        right: 0;
        bottom: 0;
        left: 0 !important;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        top: 1380px !important;
        overflow: scroll;
        list-style: none;
        display: flex !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        background: #FFFFFF;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
        width: 100% !important;
        flex: 100%;
    }
    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto !important;
        width: 50px !important;
        height: 50px !important;
        padding: 0;
        margin-right: 5px;
        display: inline-block !important;
        justify-content: center !important;
        align-items: center !important;
        margin-left: 5px;
        border-radius: 100%;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 05;
        transition: opacity .6s ease;
        border: 1px solid #C4C4C4 !important;
        position: relative;
    }
    .carousel-control-prev-icon {
        background-image: none !important;
        background: #fff !important;
        border: 1px solid #0364EB !important;
        border-radius: 87px !important;
        margin-top: 0px !important;
        height: 60px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        padding: 0px 70px !important;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: #0364EB;
        margin-left: 80px;
    }
    .carousel-control-next-icon {
        background-image: none !important;
        background: #0364EB !important;
        border-radius: 87px !important;
        margin-top: 0px;
        padding: 0px 70px !important;
        height: 60px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        margin-right: 80px;
    }
    header .container {
        display: flex;
        justify-content: space-between;
        width: 80%;
        padding-top: 20px;
    }
    .mobile{
        display: block;
        width: 97%;
        margin-bottom: 40px;
    }
    .none{
        display: none;
    }
    .form-check{
        z-index: 99999999999999999999999999999999 !important;
        margin-top: 20px;
    }
    
    header .container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-top: 20px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        height: 1260px !important;
        overflow: hidden;
        margin-bottom: 0;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100px;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        padding: 12px 16px;
        z-index: 1;
        right: -6px;
    }
    .mbo{
        display: block;
    }
    
    .mobilll{
        display: block;
        margin-top: 50px;
    }
    .tugash {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 36px;
        line-height: 42px;
        text-align: center;
        margin-top: 15px;
        color: #000000;
    }
    .classs {
        display: flex;
        justify-content: space-between;
        width: 193%;
        scroll-snap-align: center;
    }
    .scrolll{
        background-color: red;
    }
}
@media screen and (min-width: 200px) and (max-width: 766px) {
    .images{
        height: 399px !important;
    }
}