* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* --color-lightblue: rgb(86, 8, 212); */
    --color-lightblue: rgb(26, 190, 231);
    /* --black-color: rgb(100, 43, 190); */
    --black-color: rgba(75, 73, 73, 0.712);
}

body {
    background: url(../image/5.jpg) blueviolet  center center no-repeat;
    background-size: cover;
    background-blend-mode:multiply;
    /* backdrop-filter: blur(6px); */
    width: 100%;
  
    /* rgba(7, 7, 7, 0.822) */
    animation: linearcolor 40s ease infinite;
    -o-animation: linearcolor 40s ease infinite;
    -webkit-animation: linearcolor 40s ease infinite;
    -moz-animation:linearcolor 40s ease infinite ;
    
}
@keyframes linearcolor{
    100%,
    0%{
        background: url(../image/5.jpg) blueviolet  center center no-repeat;
        background-size: cover;
        background-blend-mode:multiply;

    }
    30%{
        background: url(../image/5.jpg)rgba(0, 0, 0, 0.89) center center no-repeat;
        background-size: cover;
        background-blend-mode:multiply;
    }
    70%{
        background: url(../image/5.jpg) rgba(0, 0, 255, 0.801)  center center no-repeat;
        background-size: cover;
        background-blend-mode:multiply;
    }
    100%{
        background: url(../image/5.jpg) rgba(0, 238, 255, 0.685)  center center no-repeat;
        background-size: cover;
        background-blend-mode:multiply;
    }
}


/* loader page secunde */

.loader{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(12, 7, 12, 0.945);
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* animation: delete 3s ease forwards; */
}

.loader-page{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 10px dotted darkmagenta;
    animation: anika 0.98s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
    -webkit-animation: anika 0.98s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
    -o-animation: anika 0.98s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
    -moz-animation: anika 0.98s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}
@keyframes anika{
    0%
    {
        transform: rotate(0);
        border-bottom: 10px dotted #fff;
        border-left: 10px dotted #fff;
        border-right: 10px dotted #fff;
    }
    70%{
        transform: rotate(360deg);

    }
    100%{
        opacity: 0;
    }
}

.textlar h2{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 7rem;
    font-weight: 700;
  /* -webkit-text-stroke: 2px rgb(81, 81, 247); */
    color: transparent ;
    animation: down 3s ease forwards;
    -webkit-animation: down 3s ease forwards;
    -moz-animation: down 3s ease forwards;
    -o-animation: down 3s ease forwards;
    background: linear-gradient(to top , rgba(0, 0, 255, 0.822), rgba(137, 43, 226, 0.829));
    background-clip: text;
    -webkit-background-clip: text;
}
@keyframes down{
    0%{
        transform: translateY(-70px);
        -o-transform: translateY(-70px) ;
        -webkit-transform: translateY(-70px);
        opacity: 0;
    }
    50%{
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        opacity: 1; 
    }
    100%{
        
        opacity: 0; 
    }
}
.textlar h3{
    font-size: 4rem;
    text-align: center;
   text-emphasis: 10px red ;
    -webkit-text-stroke: 2px blue ;
    color: transparent ;
    animation: left 3s ease forwards;
    -webkit-animation: left 3s ease forwards;
    -moz-animation: left 3s ease forwards;
    -o-animation: left 3s ease forwards;
}
@keyframes left{
    0%{
        transform: translateX(-200px);
        opacity: 0;
    }
    50%{
        transform: translateX(0);
        opacity: 1; 
    }
    100%{
        
        opacity: 0; 
    }
}
/* belgi yumaloq */
.Dblock {
    border: none;
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    outline: none;
    margin-left: 5rem;
    transition: all 0.87s ease;
    -webkit-transition: all 0.87s ease;
    -moz-transition: all 0.87s ease;
    color: rgb(87, 84, 84);
    position: fixed;
    z-index: 10;
    top: 10px;
    right: 10px;
}
.Dblock .fa{
    font-size: 16px;
    display: none;
}

.Dblock .fa.active{

    color: transparent;
    background: linear-gradient(to top left, rgba(0, 0, 0, 0.877), rgba(255, 255, 0, 0.856));
    background-clip: text;
    -webkit-background-clip: text;
    display: block;
}
.Dblock .fa-moon-o.actives{
    display: none;
    
}
.Dblock .fa-sun-o{
    animation: rotate 2s linear infinite;
}
@keyframes rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);

    }
}

.active {
    background: #d6d1d1;
    color: #fff;
    font-weight: 600;
}

.Dblock:hover {
    background: #d6d1d1;
    color: rgb(87, 84, 84);
}

/* commit block start */

.comment{
    position: fixed;
    z-index: 7;
    top: 10px;
    right: 50px;
    width: 30%;
    
}
.comment .btncommit {
   
    border: none;
    background: rgba(255, 255, 255, 0.836) !important;
    padding: 8px 8px;
    border-radius: 10px;
    float: right;
}
.comment .btncommit.active{
    background: blue;
}
.comment .commitin_block{
    width: 100%;
    height:auto;
    padding: 20px 10px 200px 10px;
    background: #fff;
    border-radius: 20px;
    transform: translateY(50px);
    box-shadow: 5px -5px 52px 1px black;
    display: none;
    transition: 0.98s ease;
    animation: right 0.98s ease;
}
.yondi{
    display: block !important;
}
@keyframes right{
    0%{
        transform: translateX(300px);
    }
    100%{
        transform: translateX(0);

    }
}
.comment .commitin_block input{
    width: 80%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border: none;
    position: absolute;
    bottom: 10px;
    left: 20px;
    outline: none;
    border-bottom: 2px solid gray;
}
.comment .commitin_block button{
    position: absolute;
    bottom: 10px;
    right: 20px;
    border: none;
    border-radius: 10px;
    padding: 5px 5px;
}
.comment button .fa{
    font-size: 20px;
    background: linear-gradient(to top left, black, yellow);
    background-clip: text;
    -webkit-background-clip: text;
}

/* commit block start */
.belgi {
    width: 27px;
    height: 100px;
    flex-direction: column;
    align-items: center;
    background: rgba(110, 109, 109, 0.87);
    position: absolute;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;

    top: 0;
    left: 0;
}
.belgisi {
    width: 27px;
    height: 100px;
    flex-direction: column;
    align-items: center;
    background: rgba(110, 109, 109, 0.87);
    position: absolute;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 3px;
    bottom: 0;
    left: 0;
}
.belgisi .yumaloqi {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    margin: 10px auto;
}
.night .belgisi .yumaloqi,
.night .belgi .yumaloq
{
    background: rgba(0, 0, 0, 0.699);
    transition: all 0.98s ease;
}
.belgi .yumaloq {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    margin: 10px auto;
}

/* class atributes */
.jus-c-b {
    justify-content: space-between;
}
.display-none{
    display: none;
}
.m-t-2rem {
    margin-top: 2rem;
}

.m-t-3rem {
    margin-top: 3rem;
}

/* class atributes */

/* .discover {
    transform: rotate(-20deg) skew(32deg) scale(0.6);
    perspective: 1000px;
    position: relative;
    box-shadow: -72px 70px 35px -9px #00000069;
    transition: 0.98s ease;
} */
.container {
    width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px;
    background: rgba(255, 254, 254, 0.945);
    margin-bottom: 50px;
    transform: scale(1);
    transition: 0.98s ease;
    border-top-right-radius: 30px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 3px;
    border-bottom: 13px solid #2a104240;
    border-right: 8px solid #2a104240;
    box-shadow: -34px 34px 30px -19px rgb(0 0 0 / 62%);
}
.night{
    background: rgb(14 12 13 / 85%);
    transition: all 0.98s ease;
}
.night .social ul li a,
.night .text-right p,
.night .text-left p,
.night .ism h4,
.night .title .name h3,
.night h4,
.night .contenttex p,
.night .scills .name ul li

 {
    color: rgb(255, 255, 255) !important;
    /* font-weight:500; */
    font-family:cursive ;
    transition: all 0.98s ease;
}

.start{
    animation: anim 0.98s ease ;
  
   
}
@keyframes anim {
  
    0% {
        transform: scale(0);
        transition: 0.12s ;
        opacity: 0;
    }

    100% {
        transform: scale(1);
        transition: 0.93s ease;
        opacity: 1;
    }
}

/* .discover::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: -16px;
    width: 1000px;
    height: 33px;
    background: #d6d1d1;
    transform: rotate(0) skew(-46deg);
}

.discover::before {
    content: "";
    position: absolute;
    top: 147px;
    left: -38px;
    width: 45px;
    height: 619px;
    background: rgb(114, 113, 113);
    transform: rotate(135deg) skew(-45deg);
} */

.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.zarra {
    position:fixed;
    height: 100vh;
    width: 100%;
}

section {
    justify-content: center;
    position: absolute;
    z-index: 4;
    top: 20%;
    left: 5%;
}

section .image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-left: 3rem;
}
/* section .image ul li {
    font-size: 12px;
    font-weight: 700;
    color: var(--black-color);
    list-style: none;
}
section .image ul li .fa{
   margin-right: 7px;
   font-size: 20px;

} */




section .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.98s ease;
    border: 5px solid var(--color-lightblue)  ;

}

.night .image img{
    border: 10px double var(--color-lightblue);
}
section .image img:hover {
    transform: translateY(-20px) scale(1.3);
    box-shadow: -20px 22px 13px -13px rgb(0 0 0 / 78%);;
}


section .ism h2 {
    font-size: 4rem;
    color: var(--color-lightblue);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 50px;
}
.night .ism h2{
    color: transparent !important;
    -webkit-text-stroke: 2px var(--color-lightblue);
    transition: all 0.98s ease;
    -webkit-transition: all 0.98s ease;
}
.night .ism h4{
    color: transparent !important;
    -webkit-text-stroke: 0.7px #fff ;
    transition: all 0.98s ease;
    -webkit-transition: all 0.98s ease;
}
section .ism h4 {
    font-size: 1.8rem !important;
    color: var(--black-color);
    margin-top: 1rem;
}

section .ism {
    margin-left: 4rem;
    align-items: center;
    margin-top: 1rem;
}

.social {
    justify-content: right;
    width: 30%;
    margin-left: 6rem;
    margin-top: 1rem;
}

.social ul {
    flex-direction: column !important;
    list-style: none;
    float: right;
    text-decoration: none;
}

.social ul li a {
    text-decoration: none;
    color: var(--black-color);
    font-size: 1.2rem;
    font-weight: 400;
    float: right;
}
.social ul .nthfo {
    transform: translateX(72px) translateY(22px);
}

.social ul li a:hover .fa {
    animation: soci 2s  infinite;
}

@keyframes soci {
    0%,
    100% {
        transform: translateY(-4px);
    }

    50% {
        transform: translateY(0px);
    }
}

.social ul li a .fa {
    margin-left: 7px;
    font-size: 1.3rem;
    color: var(--color-lightblue);
}

/* education tittle block */
.title {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}

.title .name {
    width: 20%;
}

.title .name h3 {
    font-size: 2rem;
    color: rgba(43, 41, 41, 0.856);
    text-align: center;
}

.title .name h3 .fa {
    color: #fff;
    font-size: 1.3rem;
    width: 34px;
    height: 34px;
    padding-top: 7px;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background: var(--color-lightblue);
}

.title .here {
    width: 74%;
}

.title .here hr {
    width: 100%;
    height: 2px;
}

.text {
    width: 100%;
    padding: 0 2rem;
    justify-content: space-between;
    display: flex;
    margin-top: 2rem;
}

.text .text-left {
    width: 20%;
    text-align: right;
    color: var(--color-lightblue);
    font-size: 1.1rem;
    line-height: 15px;
}

.text .text-right {
    width: 74%;
}

.text .text-right h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 3px;
}

.text .text-right p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--black-color);
}

/* reference */

.reference {
    width: 50%;
    transform: translateX(10px);
}

.scills {
    width: 50%;
}

.scills .ddd{
    display: flex;
    justify-content: center;
}
.scills .ddd .name{
    width: 30%;
}
.scills .ddd .here{
    width: 50%;
    margin-left: 5%;
    transform: translateY(-10px);
}

.reference .name {
    width: 40%;
}

.reference .contenttex{
    width: 100%;
    padding-left: 6rem;
    margin-top: 15px;
}
.reference .contenttex h2{
    font-size: 20px;
    font-weight: 600;
    color: var(--color-lightblue);
    margin-bottom: 3px;
}
.reference .contenttex p{
    
    color: var(--black-color);
    font-size: 15px;
}

.reference .name h3 {
    text-align: center;
}

.reference .here {
    width: 56%;
}

.scills .name {
    width: 40%;
}

.scills .name h3 {
    text-align: start;
    padding: 0;
}

.scills .name h3 .fa {
    margin-right: 10px;
}

.scills .here {
    width: 60%;
}

.scills .name ul {
    margin-left: 2rem;
}

.scills .name ul li {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
    margin: 5px 0;
}

.scills .here .skil {
    width: 100%;
    height: 6px;
    margin: 18px 0;
    border-radius: 20px;
    background: rgb(194, 191, 191);
    position: relative;
}

.scills .here .skil::after {
    content: "";
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: var(--color-lightblue);
    border-radius: 20px;
    position: absolute;
}

.scills .here .skil:nth-of-type(2)::after {
    width: 80%;
}

.scills .here .skil:nth-of-type(3)::after {
    width: 60%;
}

.scills .here .skil:nth-of-type(4)::after {
    width: 76%;
}

.scills .here .skil:nth-of-type(5)::after {
    width: 50%;
}


@media (max-width:992px){
    body {
        background:  blueviolet, blue  center center no-repeat;
        background-size: cover;
        background-blend-mode:multiply;
        /* backdrop-filter: blur(6px); */
        width: 100%;
      
        /* rgba(7, 7, 7, 0.822) */
        animation: linearcolor 40s ease infinite;
    }
    @keyframes linearcolor{
        100%,
        0%{
            background:  blueviolet  center center no-repeat;
            background-size: cover;
            background-blend-mode:multiply;
    
        }
        30%{
            background:rgba(0, 0, 0, 0.699) center center no-repeat;
            background-size: cover;
            background-blend-mode:multiply;
        }
        70%{
            background:  rgba(0, 0, 255, 0.801)  center center no-repeat;
            background-size: cover;
            background-blend-mode:multiply;
        }
        100%{
            background:  rgba(98, 0, 255, 0.685)  center center no-repeat;
            background-size: cover;
            background-blend-mode:multiply;
        }
    } 
}
@media (max-width: 576px) {
    .comment{
        position: fixed;
        z-index: 7;
        top: 11px;
        right: 95px;
        width: 80% !important;
        
    }
   
    .comment .btncommit .fa{
        font-size: 55px;
    }
    .comment .commitin_block input {
      font-size: 30px;
    }

    .reference .contenttex{
        width: 100%;
        padding-left: 3rem;
        margin-top: 15px;
    }
    .reference .contenttex h2{
        font-size:38px;
        font-weight: 600;
        color: var(--color-lightblue);
        margin-bottom: 5px;
    }
    .reference .contenttex p{
        
        color: var(--black-color);
        font-size: 35px !important;

    }
    .Dblock .fa{
        font-size: 53px !important;
    }
    .title {
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        
       
    }
   

    .loader .textlar{
        display: block !important;
    }
    .loader-page{
        display: block !important;
    }
    .loader{
      
        display: flex;
        z-index: 10;
        background: rgba(12, 7, 12, 0.945);
        width: 1100px !important;
       height: 370vh !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* animation: delete 3s ease forwards; */
    }
    .loader .textlar h2 {
        font-size: 8rem;
        text-align: center;
        
    }
    .loader .textlar h3 {
        font-size: 7rem;
        text-align: center;
    }
    /* .discover::before {
        content: "";
        position: absolute;
        top: 198px;
        left: -38px;
        width: 45px;
        height: 874px;
        background: rgb(114, 113, 113);
        transform: rotate(135deg) skew(-45deg);
    } */

    section {
        padding: 0 10px;
    }

    .title .here {
        width: 100%;
        margin-top: 10px;
    }

    .title .here hr {
        height: 1px;
    }

    .reference {
        width: 100%;
        transform: translateX(10px);
    }

    .text .text-right h4 {
        font-size: 30px !important;
    }
    .title .name{
        width: 100%;
    }
    .title .name h3{
        font-size: 42px;
        text-align: center;
        margin: 10px 0;
    }
    .title .name h3 .fa{
        font-size: 38px;
        width: 55px;
    height: 55px;
    }
    .juscon{
        display: flex;
        justify-content: center;
    }
    .ism{
        width: 50%;
    }
    section .ism h2{
        font-size: 72px;
        line-height: 70px;
    }
    section .ism h4{
        font-size: 3.6rem !important;
        line-height: 70px;
    }
    
    section .image{
        width: 233px;
        height: 233px;
    }
    .social{
        width: 100% !important;
        display: none;
    }
   
    .socialss{
        display: block !important;
        display: flex !important;
        justify-content: center !important;
    }
    .socialss ul{
        float: none !important;
        display: flex;
        
    }
   
    .socialss ul li a {
        font-size:37px !important;
        float: none !important;
    }
    .socialss ul li a .fa {
        font-size: 50px !important;
        margin-right: 100px;
    }
    .scills .name ul li {
        font-size: 28px;
    }
       
    .scills .here .skil {
        width: 100%;
        height: 10px;
        margin: 28px 0;
    }

    .scills{
        display: flex;
        flex-direction: column;
     width: 100%;
    }
    .scills .ddd{
        width: 100%;
        display: flex !important;
       justify-content: center;
    }
 
    .scills .ddd .here{
     
        width: 50%;
    }
    .scills .ddd .name{
        width: 30%;
    }

    .text .text-right {
        width: 80%;
    }

    .text .text-right h4 {
        font-size: 25px;
    }

    .text .text-right p {
        font-size: 36px;
    }

    .text .text-left {
        text-align: left;
        font-size: 30px;
        line-height: 35px;
    }

    .text .text-left p {
        font-size: 25px !important;
    }

    .discover {
        transform: scale(0.6);
    }

   
    .social ul li a .fa {
        font-size: 26px;
    }
    section .image {
        width: 200px;
        height:200px ;
        border-radius: 50%;
    }
    section .ism h4 {
        font-size: 2.6rem;
       
    }
    .social {
        width: 26%;
        margin-left: 5rem;
    }
   
        .belgi {
            width: 47px;
            height: 163px;
            background: blueviolet;
        }
        .belgi .yumaloq {
            width: 34px;
            height: 34px;
            margin: 14px auto;
        }
        .belgisi {
            width: 47px;
            height: 163px;
            background: blueviolet;
        }
        .belgisi .yumaloqi {
            width: 34px;
            height: 34px;
            margin: 14px auto;
        }
    

}

/* @media (max-width:1460px){
    .zarra{
        display: block;
    }
} */
@media (max-width: 1060px) {
 .loader{
     width: 0;
     height: 0;
 }
 .loader .textlar{
     display: none;
 }
 .loader-page{
     display: none;
 }
}

@media (max-width: 968px) {
    .zarra {
        height: 100vh;
        width: 100%;
    }

    body {
        background:blueviolet;
    }
}
