/* Core styles */
body{
    font-family: sans-serif;
    margin: 0;
}

.container{
    width: 1140px;
    margin: 0 auto;
}

body{
    height: 10000px;
  }
.birinchii{
    position: sticky;
    top: 0;
    padding: 10;
    margin-top: 200px;
    border: 2px solid black;
    background-color: aqua;
    width: 100%;
}

.tu-uppercase{
    text-transform: uppercase;
}

.clearfix{
    clear: both;
}

.button{
    border: none;
    background: linear-gradient(to right, #1345e6 0%, #ed239f 51%, #1345e6 100%);
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    padding: 20px 40px;
    background-size: 200% auto;
    cursor: pointer;
    border-radius: 5px;
}

.button:hover{
    background-position: right center;
}

.blur-line{
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 5px;
    width: 80px;
    height: 4px;
    background-color: rgba(237,35,159,0.6);
    filter: blur(4px);
    border-radius: 4px;
}

.section-subtitle{
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #797979;
    text-transform: uppercase;
}

.section-title{
    margin-top: 5px;
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    color: #05364d;
}

/* Main header styles*/

.main-banner{
    background: url(orqa\ fon_files/) no-repeat top center;
    background-position: center;
    background-size: cover;
    min-height: 890px;
  }

.main-header{
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background-color: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
    z-index: 10;
}

.main_navigation{
    display: inline-block;
    vertical-align: middle;
}

.main_navigation__item a {
    padding: 10px;
    list-style-type: none;
    display: inline-block;
    text-align: center;
    color:#05364d ;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    
}

.main_navigation__item{
    display: inline-block;
}

.main_navigation__item:active a{
   color:#efb6ef ;
}

.main_navigation__item a:hover{
    color: #efb6ef;
}

.rasmm{
    margin-left: 200px;
    width: 40px;
    display: inline-block;
   
}

.rasmmm{
    width: 80px;
    margin-left: 30px;
    display: inline-block;
    
}

.rasm{
    background-image: linear-gradient(red, blue);
    margin-left: 30px;
    display: inline-block;
}

.main_navigation {
    display: inline-block;
    vertical-align: middle;
    
}

/* Main section */

.main-sections__social-networcs a{
    color: #8FA1AA;
    font-size: 20px;
    display: inline-block;
    margin-right: 16px;
    cursor: pointer;
}
.main-sections__social-networcs a:hover i{
   color: #1C44E4;
}

/* Footer section styles */
.footer{
    padding: 100px 0;
    margin-top: 50px;
    background-color: #021017;
    text-align: center;
}

.footer__navigation-items{
    margin-bottom: 50px;
}

.footer__navigation-item{
    display: inline-block;
    padding: 0 10px;
}

.footer__navigation-item a{
    color: white;
    text-decoration: none;
}

.footer__socials{
    list-style: none;
}

.footer__social{
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ffffff;
    border-radius: 36px;
    color: #05364d;
    font-size: 16px;
    margin-right: 12px;
}

.footer__social:hover{
    background: linear-gradient(90deg, #1345e6 0%, #ed239f 100%);
}

.footer__social:hover i{
    color: white    ;
}

.footer__social a{
    color: #021017;
}

.footer-text{
    color: #797979;
}

/* @media only screen and (max-width:767;) {
    .main_navigation{
        display: none;
    }
} */