* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "montserrat";
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);


}

#main {
    width: 100%;
    height: 100%;

}

#page1 {
    width: 100%;
    height: 70vh;
    background-color: black;
    position: relative;

}

#nav {
    width: 100%;
    height: 10%;
    background-color: #00000037;
    z-index: 4;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vw 2vw;
}

#nav h1 {
    width: 20%;
    color: wheat;
}

#nav #nav-list {
    width: 80%;
    height: fit-content;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vw;
}

#nav-list a {
    color: white;
}

#page1-hero{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    padding-top: 2vh;
}

#page1-left{
    width: 40%;
    height: 60%;
    background-color: #fff;
}
#page1-left iframe{
    width: 100%;
    height: 100%;
}
#page1-right{
    width: 40%;
    height: 50%;
    color: wheat;
    /* background-color: #ff0000; */
}

#page1-right #pg1-r-top{
    width: 100%;
    height: 30%;
    padding: 1vw;
}

#page1-right #pg1-r-mid{
    width: 100%;
    height: 55%;
    padding: 0 1vw;
    

}
#pg1-r-mid h6{
    font-size: 1vw;
    padding: 0.3vw 0;
}


#page1-right #pg1-r-btm{
    width: 100%;
    height: 20%;
    padding-left: 1vw;
    /* background-color: red; */

}


#rating{
    width: 170px;
    height: 50px;
    border-radius: 13px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6vh;
    color: black;

}

#page2{
    width: 100%;
    height: 100vh;

}

#page2 #page2-title{
    width: 100%;
    height: 10%;
    color: #fff;
    display: flex;
    align-items: end;
    justify-content: center;
}

#card-list{
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2vw;
}

.bio-card{
    width: 410px;
    height: 350px;
    background-color: #ffffff;
    padding: 1vw;
}


.img-card{
    width: 100%;
    height: 40%;
    /* background-color: #9b1717; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}

.img{
    width: 35%;
    height: 95%;
    background-color: black;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.img img{
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */

    object-fit: cover;
    object-position: center;
}
.bio{
    width: 60%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.description{
    width: 100%;
    height: 30%;
    /* background-color: rgb(139, 7, 7); */
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;


}

.fun-fact{
    width: 100%;
    height: 30%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;

}



@media  (max-width:768px){
    #page1 {
        width: 100%;
        min-height: 100vh;
        background-color: black;
        position: relative;
    
    }
    
    #nav {
        width: 100%;
        height: 10%;
        background-color: #00000037;
        z-index: 4;
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1vw 2vw;
    }
    
    #nav h1 {
        width: 20%;
        color: wheat;
        font-size: 4vw;
    }
    
    #nav #nav-list {
        width: 80%;
        height: fit-content;
        /* background-color: #fff; */
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 300;
        gap: 4vw;
    }
    
    #nav-list a {
        color: white;
        font-size: 3vw;
    }
    

    

    #page1-hero{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2vw;
        padding-top: 5vh;
    }
    
    #page1-left{
        margin-top: 4vh;
        width: 100%;
        height: 50%;
        background-color: #fff;
    }
    #page1-left iframe{
        width: 100%;
        height: 100%;
    }
    #page1-right{
        width: 100%;
        height: 40%;
        color: wheat;
        /* background-color: #ff0000; */
    }
    
    #page1-right #pg1-r-top{
        width: 100%;
        height: 25%;
        padding: 1.5vw;
        font-size: 1.9vw;
        /* background-color: #10d441; */
    }
    
    #page1-right #pg1-r-mid{
        width: 100%;
        height: 60%;
        padding: 2vw 2vw;
        /* background-color: #fff; */
        
    
    }
    #pg1-r-mid p{
        font-size: 2vw;
        line-height:3vw;
    }
    #pg1-r-mid h6{
        font-size: 4vw;
        padding: 3vw 0;
    }
    
    
    #page1-right #pg1-r-btm{
        width: 100%;
        height: 15%;
        padding-left: 1vw;
        /* background-color: rgb(30, 0, 255); */
    
    }
    
    
    #rating{
        width: 140px;
        height: 45px;
        border-radius: 13px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: black;
    
    }


    
    #page2{
        width: 100%;
        height: 130vh;
        margin-top: 5vh;
    
    }
    
    #page2 #page2-title{
        width: 100%;
        height: 10%;
        color: #fff;
        display: flex;
        align-items: end;
        justify-content: center;
        font-size: 2vw;
    }
    
    #card-list{
        width: 100%;
        height: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 3vw;
        padding: 8vw;
        padding-bottom: 3vw;
    }
    
    .bio-card{
        width: 380px;
        height: 290px;
        background-color: #ffffff;
        padding: 1vw;
        margin-bottom: 3vw;
    }

    .bio-card h6{
        font-size: 2vw;
        margin-bottom: 0.2vh;
    }
    
    .bio-card p{
        font-size: 2vw;
    }
    
    .img-card{
        width: 90%;
        height: 40%;
        /* background-color: #9b1717; */
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1vw;
    }
    
    .img{
        width: 35%;
        height: 95%;
        background-color: black;
        /* border-radius: 50%; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        
    }
    .img img{
        width: 100%;
        height: 100%;
        /* border-radius: 50%; */
    
        object-fit: cover;
        object-position: center;
    }
    .bio{
        width: 60%;
        height: 100%;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }
    
    .description{
        width: 100%;
        height: 30%;
        /* background-color: rgb(139, 7, 7); */
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    
    
    }
    
    .fun-fact{
        width: 100%;
        height: 30%;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    
    }

   
}


@media only screen and (max-width: 425px) {
    #main {
        width: 100%;
        height: 100%;
    
    }
    
    #page1 {
        width: 100%;
        min-height: 100vh;
        background-color: black;
        position: relative;
    
    }
    
    #nav {
        width: 100%;
        height: 10%;
        background-color: #00000037;
        z-index: 4;
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1vw 2vw;
    }
    
    #nav h1 {
        width: 20%;
        color: wheat;
        font-size: 4.5vw;
    }
    
    #nav #nav-list {
        width: 80%;
        height: fit-content;
        /* background-color: #fff; */
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4vw;
    }
    
    #nav-list a {
        color: white;
        font-size: 3vw;
    }
    

    #page1-hero{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2vw;
        padding-top: 5vh;
    }
    
    #page1-left{
        width: 100%;
        height: 50%;
        background-color: #fff;
    }
    #page1-left iframe{
        width: 100%;
        height: 100%;
    }
    #page1-right{
        width: 100%;
        height: 40%;
        color: wheat;
        /* background-color: #ff0000; */
    }
    
    #page1-right #pg1-r-top{
        width: 100%;
        height: 15%;
        padding: 3vw;
        font-size: 3vw;
        /* background-color: #10d441; */
    }
    
    #page1-right #pg1-r-mid{
        width: 100%;
        height: 65%;
        padding: 0 2vw;
        /* background-color: #fff; */
        
    
    }
    #pg1-r-mid p{
        font-size: 3vw;
    }
    #pg1-r-mid h6{
        font-size: 4vw;
        padding: 3vw 0;
    }
    
    
    #page1-right #pg1-r-btm{
        width: 100%;
        height: 20%;
        padding-left: 1vw;
        /* background-color: rgb(30, 0, 255); */
    
    }
    
    
    #rating{
        width: 140px;
        height: 45px;
        border-radius: 13px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin-top: 6vh; */
        color: black;
    
    }
    
    #page2{
        width: 100%;
        height: 130vh;
    
    }
    
    #page2 #page2-title{
        width: 100%;
        height: 10%;
        color: #fff;
        display: flex;
        align-items: end;
        justify-content: center;
        font-size: 3vw;
    }
    
    #card-list{
        width: 100%;
        height: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 3vw;
        padding: 8vw;
        padding-bottom: 3vw;
    }
    
    .bio-card{
        width: 380px;
        height: 290px;
        background-color: #ffffff;
        padding: 1vw;
        margin-bottom: 3vw;
    }

    .bio-card h6{
        font-size: 3vw;
        margin-bottom: 0.2vh;
    }
    
    .bio-card p{
        font-size: 3vw;
    }
    
    .img-card{
        width: 90%;
        height: 40%;
        /* background-color: #9b1717; */
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1vw;
    }
    
    .img{
        width: 35%;
        height: 95%;
        background-color: black;
        /* border-radius: 50%; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        
    }
    .img img{
        width: 100%;
        height: 100%;
        /* border-radius: 50%; */
    
        object-fit: cover;
        object-position: center;
    }
    .bio{
        width: 60%;
        height: 100%;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }
    
    .description{
        width: 100%;
        height: 30%;
        /* background-color: rgb(139, 7, 7); */
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    
    
    }
    
    .fun-fact{
        width: 100%;
        height: 30%;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    
    }


}
