*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    padding: 0;
    margin: 0;
}
.container-fluid{
    padding: 0;
    margin: 0;
}
.arrow{
    position: fixed;
    z-index: 30000001;
    background-color: white;
    cursor: pointer;
    padding: 10px;
    top: 87vh;
    left: 4vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.fa-arrow-up{
    font-size: 30px;
    color: #8a39e1;
}
.load{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.849);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30000001;
}
.load .card{
    color: black;
    text-align: justify;
    width: 40vw;
    z-index: 30000002;
    padding: 20px 30px;
    position: relative;
}
.load .card h5{
    z-index: 30000004;
    margin-top: -85px;
}
.load .card button{
    margin-top: 40px;
    font-size: 22px;
    font-weight: 600;
}
.fa-ban{
    font-size: 120px;
    z-index: 30000002;
    color: rgba(255, 0, 0, 0.671);
}
.navbar{
    width: 100%;
    z-index: 100001;
    position: fixed;
    padding: 10px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease linear;
    -webkit-transition: 0.3s ease linear;
    -moz-transition: 0.3s ease linear;
    -ms-transition: 0.3s ease linear;
    -o-transition: 0.3s ease linear;
}
.navbar.navbar-back{
    /* background: linear-gradient(to right, rgb(243, 30, 73), rgb(236, 30, 243)); */
    /* background-color: rgba(30, 143, 255, 0.76); */
    background: #8a39e1de;
}
.navbar .navbar-brand{
    font-family: 'Quintessential', cursive;
    color: black;
    font-size: 35px;
    font-weight: 600;
}
.navbar .input-group1 input{
    position: relative;
    background-color: white;
    border: none;
    outline: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.navbar .input-group1 .fa-search{
    position: absolute;
    margin-top: -28px;
    margin-left: 170px;
    cursor: pointer;
}
.navbar .navbar-nav li{
    font-family: 'Inconsolata', monospace;
    margin-right: 10px;
    padding: 0px 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.navbar .navbar-nav li a{
    cursor: pointer;
    text-align: center;
    color: rgb(41, 40, 40);
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.navbar .navbar-nav li:hover{
    background-color: white;
}
.navbar .navbar-nav li a:hover {
    color: rgb(252, 29, 73);
}
.navbar .navbar-nav li a.active{
    color: rgb(252, 29, 73);
}
.drop{
    border: solid 1px rgb(153, 153, 153);
    margin-left: -10px;
    display: none;
    background-color: white;
    position: absolute;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.drop-li:hover .drop{
    padding: 0 10px;
    display: block;
}
.drop li{
    text-align: left;
    padding: 0;
    list-style: none;
}
.drop li a{
    text-align: left;
}

/* ASOSIY QISM */

.asosiy{
    background: #8A39E1;
    overflow: hidden;
}
.asosiy .container .row .text{
    padding: 160px 0;
    /* border: solid 1px; */
}
.asosiy .container .row .text h1{
    /* font-family: 'Rowdies', cursive; */
    font-weight: 500;
    font-size: 75px;
    color: wheat;
}
.asosiy .container .row .text li{
    list-style: none;
    font-size: 25px;
    font-family: 'Titillium Web', sans-serif;
    /* font-weight: 600; */
    color: rgb(39, 38, 38);
}
.txt-anim{
    margin-top: 25px;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
    /* border: solid 1px; */
}
.txt-anim li{
    top: 0;
    display: flex;
    align-items: center;
    position: relative;
    animation: anim0 10s steps(2) infinite;
    -webkit-animation: anim0 10s steps(2) infinite;
}
@keyframes anim0{
    100%{
        top: -180px;
    }
}
.txt-anim li::after{
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    border-left: solid 2px rgb(39, 38, 38);
    left: 0;
    background: #8A39E1;
    animation: anim 5s steps(38) infinite;
    -webkit-animation: anim 5s steps(38) infinite;
}
@keyframes anim{
    100%{
        left: 100%;
        margin: 0 -35px 0 35px;
    }
}
.asosiy .container .row .img{
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    padding: 0;
    max-width: 55vw;
    height: 100vh;
    /* border: solid 1px; */
    left: 113px;
    overflow: hidden;
}
.asosiy .container .row .img img{
    width: 100%;
    height: 100%;
}
.asosiy .container .row .img0{
    margin-top: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    max-width: 65%;
    max-height: 60vh;
    /* border: solid 1px; */
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.asosiy .container .row .img0 img{
    border: solid 5px gold;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.asosiy .qolyozma .row .col-md-6{
    padding: 0 70px;
    /* border: solid 1px; */
    height: 90vh;
}
.asosiy .qolyozma .row .col-md-6 img{
    width: 100%;
    height: 77%;
    filter:saturate(3);
    -webkit-filter:saturate(3);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.asosiy .qolyozma .row .col-md-6 p{
    font-family: 'Quintessential', cursive;
    margin-top: 20px;
    text-align: justify;
    color: white;
    font-size: 20px;
}
.asosiy .qolyozma .col-md-3{
    margin-top: 30px;
}
.asosiy .qolyozma .batafsil{
    font-size: 25px;
    font-family: 'Inconsolata', monospace;
    font-weight: 600;
    text-decoration: none;
    color: white;
    border: solid 2px white;
    padding: 10px 30px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.asosiy .qolyozma .batafsil:hover{
    background-color: white;
    color: #8A39E1;
}
.asosiy .home-hikmat .row .col-md-4{
    margin-top: 20px;
    padding: 0px 10px;
}
.asosiy .home-hikmat .row .col-md-4 .shadow{
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.asosiy .home-hikmat .row .col-md-4 .shadow:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.asosiy .home-hikmat .row .col-md-4 h4{
    color: gold;
    text-align: center;
}
.asosiy .home-hikmat .row .col-md-4 p{
    text-align: justify;
    color: white;
}
.asosiy .home-hikmat .col-md-3{
    margin-top: 30px;
}
.asosiy .home-hikmat .batafsil{
    font-size: 25px;
    font-family: 'Inconsolata', monospace;
    font-weight: 600;
    text-decoration: none;
    color: white;
    border: solid 2px white;
    padding: 10px 30px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.asosiy .home-hikmat .batafsil:hover{
    background-color: white;
    color: #8A39E1;
}
.asosiy .home-sayohat .row .col-md-4{
    margin-top: 20px;
    padding: 0 10px;
}
.asosiy .home-sayohat .row .col-md-4 .rounded{
    padding: 10px 20px;
    cursor: pointer;
    height: 30%;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.asosiy .home-sayohat .row .col-md-4 .rounded:hover{
    height: 100%;
}
.asosiy .home-sayohat .row .col-md-4 .rounded h4{
    color: white;
    text-align: center;
    padding-bottom: 20px;
}
.asosiy .home-sayohat .row .col-md-4 .rounded p{
    text-align: justify;
    color: gold;
}
.asosiy .home-sayohat .col-md-3{
    margin-top: 30px;
}
.asosiy .home-sayohat .batafsil{
    font-size: 25px;
    font-family: 'Inconsolata', monospace;
    font-weight: 600;
    text-decoration: none;
    color: white;
    border: solid 2px white;
    padding: 10px 30px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.asosiy .home-sayohat .batafsil:hover{
    background-color: white;
    color: #8A39E1;
}
.home-media .row{
    margin-top: 40px;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-media .row .shado{    
    padding: 20px 30px;
    height: 50vh;
}
.home-media .row .shado img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.asosiy .home-media .col-md-3{
    margin-top: 20px;
}
.asosiy .home-media .batafsil{
    font-size: 25px;
    font-family: 'Inconsolata', monospace;
    font-weight: 600;
    text-decoration: none;
    color: white;
    border: solid 2px white;
    padding: 10px 30px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.asosiy .home-media .batafsil:hover{
    background-color: white;
    color: #8A39E1;
}

/* BIOGRAFIYA */

.biografiya{
    background: #FFBC80;
}
.biografiya .container{
    padding: 180px 0;
}
.biografiya .container .col-md-12 h3{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.biografiya .container .col-md-12 p{
    text-align: justify;
    font-size: 22px;
    margin-top: 30px;
}
.sherlar{
    background-color: dodgerblue;
}
.sherlar .container{
    padding: 100px 0;
}
.sherlar .row .col-md-6{
    margin-top: 20px;
}
.sherlar .row .col-md-6 h3{
    color: crimson;
}
.sherlar .row .col-md-6 p{
    font-size: 20px;
}
#muhammas .container{
    padding: 100px 0;
}
#muhammas .row .col-md-6{
    padding: 0 30px;
}
#muhammas .row .col-md-6 p{
    font-size: 20px;
    color: rgb(75, 74, 74);
    font-family: 'Inconsolata', monospace;
}
#muhammas .row {
    margin: 0;
    padding: 0;
    --bs-gutter-x: 0;
}

/* KITOBLAR */

.kitoblar{
    background: linear-gradient(-145deg, #c05050, dodgerblue);
}
.kitoblar .container{
    padding: 50px 0;
}
.kitoblar .container .row .col-md-6{
    margin-top: 70px;
    padding: 0 70px;
    /* border: solid 1px; */
    height: 90vh;
}
.kitoblar .container .row .col-md-6 img{
    width: 100%;
    height: 77%;
    filter:saturate(3);
    -webkit-filter:saturate(3);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.kitoblar .container .row .col-md-6 p{
    font-family: 'Quintessential', cursive;
    margin-top: 20px;
    text-align: justify;
    color: white;
    font-size: 20px;
}
.kitoblar .container .batafsil{
    font-size: 25px;
    font-family: 'Inconsolata', monospace;
    font-weight: 600;
    text-decoration: none;
    color: white;
    border: solid 2px white;
    padding: 10px 30px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.kitoblar .container .batafsil:hover{
    background-color: white;
    color: #8A39E1;
}

/* TRAVEL */

.travel{
    background: linear-gradient(-145deg, #c05050, dodgerblue);
}
.travel .container{
    padding: 80px 0;
}
.travel .col-md-6{
    margin-top: 30px;
    padding: 0 30px;
}
.travel .col-md-6 h3{
    color: gold;
}
.travel .col-md-6 p{
    font-family: 'Quintessential', cursive;
    margin-top: 20px;
    text-align: justify;
    color: white;
    font-size: 20px;

}
.travel .container .batafsil{
    font-size: 25px;
    font-family: 'Inconsolata', monospace;
    font-weight: 600;
    text-decoration: none;
    color: white;
    border: solid 2px white;
    padding: 10px 30px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.travel .container .batafsil:hover{
    background-color: white;
    color: #8A39E1;
}

/* MEDIA */

.media{
    background: linear-gradient(145deg, #c05050, dodgerblue);
}
.media .container{
    padding: 100px 0;
}
.media .container .col-md-4{
    margin-top: 30px;
    padding: 0 30px;
    height: 60vh;
}
.media .container .col-md-4 .shado{
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.media .container .col-md-4 .shado:hover > img{
    z-index: 3;
    transform: scale(1.1, 1.3);
    -webkit-transform: scale(1.1, 1.3);
    -moz-transform: scale(1.1, 1.3);
    -ms-transform: scale(1.1, 1.3);
    -o-transform: scale(1.1, 1.3);
}
.media .container .col-md-4 img{
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scaleY(1.1);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transform: scaleY(1.1);
    -moz-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    -o-transform: scaleY(1.1);
}
.media .container .new0{
    /* border: solid 1px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-text{
    /* border: solid 1px; */
    padding: 0;
    padding-top: 10px;
    color: white;
    text-align: center;
}
.media .container .new{
    /* border: solid 1px; */
    padding: 0 20px;
    height: 23vh;
    overflow: hidden;
    margin-top: 10px;
}
.media .container .new img{
    position: relative;
    width: 100%;
    height: 100%;
}
.media .container .teatr{
    /* border: solid 1px; */
    padding: 10px 30px;
}
.media .container .teatr a{
    margin-top: 30px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    display: block;
}
.media .container .teatr a:hover{
    color: blue;
}
.media .container .teatr h4{
    margin-top: 30px;
    text-align: center;
    padding: 0 40px;
    color: gold;
}
.media .container .teatr p{
    color: white;
    text-align: justify;
}
.media .container .teatr img{
    width: 100%;
    /* height: 100%; */
}
#mukofot{
    height: 100vh;
}
#ekspeditsiya{
    height: 100vh;
}

/* HIKMATLAR */

.hikmatlar{
    padding: 100px 0;
    background: linear-gradient(-145deg, #00865c, #e70f74);
}
.hikmatlar .row .col-md-12{
    text-align: justify;
    color: white;
    font-size: 25px;
    font-weight: 600;
    margin-top: 40px;
}

/* RESPONSIVE */

@media (max-width:1199px){
    .asosiy .container .row .text h1{
        font-size: 60px;
    }
    .asosiy .container .row .text li{
        font-size: 22px;
    }
    .asosiy .container .row .text li::after{
        height: 50%;
    }
    .asosiy .container .row .img{
        border-bottom-left-radius: 50%;
        border-top-left-radius: 50%;
        padding: 0;
        height: 100vh;
        left: 30px;
        overflow: inherit;
    }
    .asosiy .container .row .img img{
        border-bottom-left-radius: 50%;
        border-top-left-radius: 50%;
        width: 120%;
        height: 100%;
    }
    .asosiy .qolyozma .row .col-md-6{
        padding: 0 50px;
    }
    .asosiy .qolyozma .row .col-md-6 img{
        height: 70%;
    }
    .asosiy .qolyozma .col-md-3{
        margin-top: 20px;
    }
}
@media (max-width:1100px){
    .navbar .navbar-brand{
        font-size: 30px;
    }
    .navbar .navbar-nav li a{
        font-size: 19px;
    }
    .media .container .new{
        height: 20vh;
        padding: 0 10px;
    }
    .new-text{
        font-size: 14px;
    }
    .media .container .teatr p{
        font-size: 14px;
    }
    .media .container .teatr h4{
        font-size: 16px;
    }
    .media .container .teatr a{
        font-size: 16px;
    }
    .load .card h5{
        margin-top: -95px;
    }
}
@media (max-width:991px){
    .asosiy .img{
        left: 120px;
    }
    .asosiy .container .row .text h1{
        font-size: 50px;
    }
    .asosiy .container .row .text li{
        font-size: 16px;
    }
    .asosiy .container .row .text li::after{
        height: 40%;
    }
    .navbar .navbar-brand{
        font-size: 28px;
    }
    .navbar .navbar-nav li{
        margin-right: 5px
    }
    .navbar .navbar-nav li a{
        font-size: 16px;
    }
    .asosiy .container .row .img{
        left: 40px;
    }
    .asosiy .container .row .img img{
        border-bottom-left-radius: 50%;
        border-top-left-radius: 50%;
        width: 130%;
        height: 100%;
    }
    .asosiy .qolyozma .row .col-md-6{
        padding: 0 30px;
    }
    .asosiy .qolyozma .row .col-md-6 img{
        height: 60%;
    }
    .asosiy .qolyozma .col-md-3{
        margin-top: 20px;
    }
}
@media (max-width:940px){
    .navbar{
        padding: 10px 50px;
    }
    .navbar .navbar-nav li{
        margin-right: 0px;
        padding: 0px 5px;
    }
    .load .card h5{
        margin-top: -100px;
    }
}
@media (max-width:780px){
    .asosiy .container .row .img{
        left: 10px;
    }
    .load .card{
        width: 50vw;
    }
}
@media (min-width:767.1px){
    .bars{
        display: none;
    }
    .fa-times{
        display: none;
    }
}
@media (max-width:767px){
    .navbar{
        padding: 10px 50px;
    }
    .navbar .navbar-nav{
        width: 33vw;
        height: 100vh;
        background-color: #8a39e1;
        display: block;
        position: absolute;
        top: 0;
        right: -270px;
        padding: 65px 25px;
        z-index: 1000000001;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        /* line-height: 60px; */
    }
    .fa-bars{
        font-size: 25px;
        cursor: pointer;
    }
    .fa-times{
        font-size: 30px;
        position: absolute;
        right: 25px;
        top: 25px;
        cursor: pointer;
    }
    .navbar .navbar-nav li{
        margin-top: 20px;
        margin-right: 0px;
        padding: 0px 10px;
    }
    .navbar .navbar-nav li .link0:hover{
        margin-left: 20px;
    }
    .navbar .navbar-nav li a{
        text-align: left;
        font-size: 20px;
    }
    .asosiy .container .row{
        justify-content: center;
    }
    .asosiy .container .row .text{
        padding: 20px 50px;
    }
    .asosiy .container .row .text h1{
        font-size: 60px;
        text-align: center;
    }
    .asosiy .container .row .text li{
        font-size: 19px;
    }
    .asosiy .container .row .img{
        display: none;
    }
    .asosiy .container .row .img0{
        display: flex;
    }
    .asosiy .qolyozma .row .col-md-6{
        padding: 0 30px;
    }
    .asosiy .qolyozma .row .col-md-6 img{
        height: 70%;
    }
    .asosiy .qolyozma .col-md-3{
        margin-top: 20px;
    }
    .asosiy .home-sayohat .row .col-md-4 .rounded{
        height: 100%;
    }
    .qolyozma{
        box-shadow: 0 0 0 0 transparent;
    }
    .home-media{
        box-shadow: none;
    }
    .media .container .new{
        row-gap: 1;
        height: 50vh;
        padding: 0 100px;
    }
    .new-text{
        padding: 0 50px;
        font-size: 16px;
    }
    .media .container .teatr p{
        font-size: 16px;
    }
    .media .container .teatr h4{
        font-size: 18px;
    }
    .media .container .teatr a{
        font-size: 16px;
    }
}
@media (max-width:740px){
    .load .card{
        width: 60vw;
    }
}
@media (max-width:632px){
    .load .card{
        width: 70vw;
    }
}
@media (max-width:677px){
    .navbar .navbar-nav li{
        margin-right: 0px;
        padding: 0px 5px;
    }
    .navbar .navbar-nav{
        width: 38vw;
    }
    .drop{
        margin-left: -5px;
    }
}
@media (max-width:575px){
    .navbar .navbar-nav{
        width: 38vw;
    }
    .navbar .navbar-nav li{
        margin-right: 0px;
        padding: 0px 5px;
    }
    .asosiy .qolyozma .row .col-md-6{
        padding: 0 70px;
    }
    .asosiy .qolyozma .row .col-md-6 img{
        height: 70%;
    }
    .asosiy .qolyozma .col-md-3{
        margin-top: 20px;
        margin-left: 40px;
    }
}
@media (max-width:540px){
    .asosiy .container .row .text h1{
        font-size: 55px;
    }
    .asosiy .container .row .text li{
        font-size: 18px;
    }
    .navbar .navbar-nav{
        width: 43vw;
    }
    .load .card{
        width: 80vw;
    }
}
@media (max-width:499px){
    .navbar .navbar-nav{
        width: 45vw;
    }
    .asosiy .container .row .text h1{
        font-size: 50px;
    }
    .asosiy .container .row .text li{
        font-size: 17px;
    }
    .asosiy .container .row .text li::after{
        height: 40%;
    }
    .asosiy .container .row .img0{
        max-height: 52vh;
    }
    .asosiy .qolyozma .row .col-md-6 p{
        font-size: 18px;
        margin-top: 10px;
    }
    .load .card{
        width: 85vw;
    }
}
@media (max-width:441px){
    .navbar .navbar-nav{
        width: 50vw;
    }
    .asosiy .container .row .img0{
        max-height: 48vh;
    }
    .asosiy .container .row .text li{
        font-size: 15px;
    }
    .asosiy .qolyozma .row .col-md-6{
        padding: 0 50px;
    }
    .asosiy .qolyozma .col-md-3{
        margin-left: 20px;
        margin-top: -20px;
    }
    .asosiy .qolyozma .row .col-md-6 p{
        font-size: 16px;
    }
    .media .container .new{
        row-gap: 1;
        height: 40vh;
        padding: 0 100px;
    }
    .load .card h5{
        font-size: 18px;
    }
}
@media (max-width:420px){
    .navbar .navbar-nav{
        width: 60vw;
    }
    .asosiy .container .row .text{
        padding: 20px 30px;
    }
    .asosiy .container .row .text h1{
        font-size: 45px;
    }
    .asosiy .container .row .text li{
        font-size: 16px;
    }
    .asosiy .container .row .text li::after{
        height: 35%;
    }
    .asosiy .container .row .img0{
        max-height: 44vh;
    }
    .asosiy .qolyozma .row .col-md-6{
        padding: 0 50px;
    }
    .asosiy .qolyozma .row .col-md-6 img{
        height: 70%;
    }
    .media .container .new{
        row-gap: 1;
        height: 33vh;
        padding: 0 100px;
    }
    .new-text{
        padding: 0 20px;
        font-size: 14px;
    }
    .load .card h5{
        font-size: 16px;
    }
}
@media (max-width:379px){
    .navbar .navbar-nav{
        width: 60vw;
    }
    .asosiy .container .row .img0{
        max-height: 39vh;
    }
    .asosiy .container .row .text{
        margin-top: -10px;
        padding: 20px;
    }
    .asosiy .container .row .text li{
        font-size: 14px;
    }
    .asosiy .qolyozma .row .col-md-6{
        padding: 0 50px;
    }
    .asosiy .qolyozma .row .col-md-6 img{
        height: 60%;
    }
    .asosiy .qolyozma .row .col-md-6 p{
        font-size: 18px;
    }
    .media .container .new{
        row-gap: 1;
        height: 30vh;
        padding: 0 100px;
    }
    .new-text{
        padding: 0 10px;
        font-size: 14px;
    }
    .media .container .teatr p{
        font-size: 14px;
    }
    .load .card{
        padding: 20px;
    }
}
@media (max-width:340px){
    .asosiy .container .row .text{
        padding: 20px 20px;
    }
    .asosiy .container .row .text h1{
        font-size: 40px;
    }
    .asosiy .container .row .text li{
        font-size: 13px;
    }
    .asosiy .container .row .text li::after{
        height: 30%;
    }
    .asosiy .container .row .img0{
        max-height: 34vh;
    }
    .navbar .navbar-nav{
        width: 70vw;
    }
    .navbar .input-group1 input{
        width: 50vw;
    }
    .navbar .input-group1 .fa-search{
        margin-left: 40vw;
    }
    .asosiy .qolyozma .row .col-md-6{
        padding: 0 30px;
    }
    .asosiy .qolyozma .col-md-3{
        margin-left: 0px;
    }
    .media .container .new{
        row-gap: 1;
        height: 26vh;
        padding: 0 100px;
    }
}
@media (max-width:316px){
    .navbar .navbar-nav{
        width: 70vw;
    }
    .navbar .navbar-brand{
        font-size: 27px;
    }
    .fa-bars{
        font-size: 20px;
    }
    .asosiy .container .row .text{
        padding: 20px 10px;
    }
    .asosiy .container .row .text h1{
        font-size: 40px;
    }
    .asosiy .container .row .text li{
        font-size: 12px;
    }
    .asosiy .container .row .text li::after{
        height: 30%;
    }
    .asosiy .container .row .img0{
        max-height: 31vh;
    }
    .navbar .navbar-nav{
        width: 75vw;
    }
    .asosiy .qolyozma .col-md-3{
        margin-top: 20px;
    }
    .media .container .new{
        row-gap: 1;
        height: 24vh;
        padding: 0 100px;
    }
    .new-text{
        padding: 0 5px;
        font-size: 12px;
    }

}
@media (max-width:300px){
    .asosiy .container .row .text li{
        font-size: 12px;
    }
    .asosiy .container .row .text li::after{
        height: 25%;
    }
    .asosiy .container .row .img0{
        max-height: 29vh;
    }
    .media .container .new{
        row-gap: 1;
        height: 20vh;
        padding: 0 80px;
    }
}
@media (max-width:271px){
    .navbar{
        padding: 10px 30px;
    }
    .navbar .navbar-nav{
        width: 82vw;
    }
    .navbar .navbar-nav li a{
        font-size: 18px;
    }
    .navbar .navbar-brand{
        font-size: 25px;
    }
    .fa-bars{
        font-size: 18px;
    }
    .asosiy .container .row .text h1{
        font-size: 35px;
    }
    .asosiy .container .row .text li{
        font-size: 11px;
    }
    .asosiy .container .row .text li::after{
        height: 25%;
    }
    .asosiy .container .row .img0{
        max-height: 27vh;
    }
}