@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');


/* Bo'limlar pagesi */
.bolimlar {
    position: relative;
    top: 60px       ;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
    justify-content: space-around;
    gap: 32px;
    position: relative;
    left: 10px;
}

.bolim-title {
    top: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leonardo-da-vinci {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    display: flex;
    flex-direction: column;
    position: relative;
    left: 120px;
    align-items: center;
    justify-content: center;
    background-color:rgba(0, 0, 0,50%);
    width: 450px;
}

.barcha-qoshiqlar {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    width: 450px;
    background-color:rgba(0, 0, 0,50%);
    left: 30px;
    position: relative;
}

.martin-iden {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    position: relative;
    left: 60px;
    width: 450px;
    background-color:rgba(0, 0, 0,50%);
    left: 15px;
}

.big-raps {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    position: relative;
    left: 30px;
    width: 450px;
    background-color:rgba(0, 0, 0,50%);
}

.clips {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    position: relative;
    top: -28px;
    background-color:rgba(0, 0, 0,50%);
}

.insta-videos {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    position: relative;
    top: 46px;
    left: 65px;
    background-color:rgba(0, 0, 0,50%);
    width: 365px;
}

/* Cards */

.bolimlar-href {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bolimlar a {
    color: white;
}

/* Cards hover */

.barcha-qoshiqlar:hover {
    background-color: rgba(0, 0, 0,80%);
    transition: 0.5s ease;
}
.leonardo-da-vinci:hover {
    background-color: rgba(0, 0, 0,80%);
    transition: 0.5s ease;
}
.martin-iden:hover {
    background-color: rgba(0, 0, 0,80%);
    transition: 0.5s ease;
}
.big-raps:hover {
    background-color: rgba(0, 0, 0,80%);
    transition: 0.5s ease;
}
.clips:hover {
    background-color: rgba(0, 0, 0,80%);
    transition: 0.5s ease;
}
.insta-videos:hover {
    background-color: rgba(0, 0, 0,80%);
    transition: 0.5s ease;
}

/* Biografiya page */
.biografiya {
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
    top: 60px;
}

.biografiya-content {
    width: 100%;
    max-width: 900px;
    align-items: center;
    justify-content: center;
}

.biograph-text {
    color: white;
    font-size: 16px;
    font-weight: medium;
    font-family: "Rowdies";
    position: relative;
    top: 3px;
}

.biografiya-title {
    font-family: "Rowdies";
    font-size: 60px;
    color: gold;
    position: relative;
    top: -50px;
}

.biografiya-text {
    color: white;
    font-family: "Rowdies";
    font-size: 18px;
    position: relative;
    top: -90px;
}

.biografiya-img {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

/* Boglanish page */
.boglanish {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 200px;
}
.boglanish-ul {
    display: flex;
    list-style: none;
    position: relative;
    gap: 40px;
}

.sociials {
    display: flex;
    flex-direction: column;
}
.sociials img {
    position: relative;
    left: 30px;
}

.sociials a {
    position: relative;
    color: white;
}

.sociials a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: white;
    transition: width 0.7s ease;
}

.sociials a:hover::after {
    width: 100%;
}