@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html,body{
    width: 100%;
    height: 100%;
}

.container{
    width: 100%;
    height: 900px;
    background-color: black;
    display: flex;
}

.left{
    width: 25%;
    height: 100vh;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0px;
}

.top-left{
    width: 98%;
    height: 160px;
    background-color: #121212;
    border-radius: 10px;
    margin: 8px 0 0 8px;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 17px 10px 0 20px;
    row-gap: 20px;
    cursor: pointer;
}

.spo-logo img{
    width: 30px;
    height: 30px;
    cursor: pointer;

}

.spo-text{
    font-size: 15px;
    font-weight: 500;
}

.top-left i{
    font-size: 23px;
}

.bottom-left{
    width: 98%;
    height: 320px;
    background-color: #121212;
    border-radius: 10px;
    margin: 8px 0 0 8px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.bottom-l-1{
    padding: 17px 10px 0 20px;
}

.bottom-l-1 i{
    font-size: 19px;
}

.bottom-l-2{
    width: 93%;
    border-top-right-radius:10px ;
    border-top-left-radius:10px;
    margin: 19px 10px 0 10px;
    height: 190px;
    background-color: black;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.bottom-l-2-box{
    width: 100%;
    height: 80px;
    background-color:#212121;
    color: white;
    padding: 17px 10px 0 20px;
}

.bottom-l-2-box ,h1{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.bottom-l-2-box p{
    font-size: 12px ;
    font-weight: 400;
    padding-top: 10px;
}

.btn-bottom-1{
    background-color: rgb(255, 255, 255);
    border: none;
    outline: none;
    height: 30px;
    width: 120px;
    border-radius: 20px;
    margin: 19px 0px 20px 6px;
    font-size: 12px;
    font-weight: 800;
}

.bottom-l-2-box2{
    width: 100%;
    height: 180px;
    background-color:#212121;
    color: white;
    margin-top: 20px;
    padding: 17px 10px 0 20px;
}

.bottom-l-2-box2 ,h1{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.bottom-l-2-box2 p{
    font-size: 12px ;
    font-weight: 400;
    padding-top: 10px;
}

.btn-bottom-1{
    background-color: rgb(255, 255, 255);
    border: none;
    outline: none;
    height: 30px;
    width: 120px;
    border-radius: 20px;
    margin: 19px 0px 40px 6px;
    font-size: 12px;
    font-weight: 800;
}

.bottom-l-3{
    color: #a7a7a7;
    font-size: 10px;
    font-weight: 600;
    margin: 30px 0px 40px 6px;
}

.bottom-l-4{
    border: 1px solid gray;
    color: white;
    width: 100px;
    height: 90px;
    border-radius: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
}

.right{
    width: 75%;
    height: 100vh;
    background-color: #000000;
}

.r-top-navnar{
    width: 98%;
    height: 60px;
    background-color: #121212;
    margin:10px 0 0 8px;
    border-top-right-radius:10px ;
    border-top-left-radius: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: sticky;
    top: 10px;
    z-index: 999;
}

.symbol i{
    color: #676767;
    font-size: 20px;
    position: relative;
    right: 510px;
    cursor: pointer;
}

.sign-btn{
    background: none;
    color: #a7a7a7;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    border: none;
    margin-right: 30px;
    cursor: pointer;
}

.log-btn{
    background-color: white;
    outline: none;
    border: none;
    width: 110px;
    height: 50px;
    border-radius:30px;
    font-weight: 600;
    margin-right: 15px;
    cursor: pointer;
}

.main-right{
    width: 98%;
    height: 163vh;
    background-color: #121212;
    margin-left: 8px;
}

.nav-right2{
    color: white;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 35px;
}

.nav-right3{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.box{
    width: 180px;
    height: 250px;
    background-color: rgb(23, 23, 23);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    transition: all 0.4s;
    cursor: pointer;
}

.box-img{
    background-image: url("/spo-img1.png");
    background-position: center;
    background-size: cover;
    width: 80%;
    height: 140px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.img-info{
    position: relative;
    top: 160px;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.box:hover{
    background-color: #262626;
}

.footer1{
    width: 100%;
    height: 40vh;
    margin-top: 60px;
    display: flex;
    gap: 90px;
    padding-left: 30px;
    line-height: 30px;
    font-size: 15px;
    color: gray;
}

li{
    list-style: none;
    cursor: pointer;
}
li:hover{
    text-decoration: underline;
}
.social{
    display: flex;
    gap: 20px;
    margin-left: 190px;
    color: white;
    font-size: 17px;
}
.social li{
    background-color: #262626;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social li:hover{
    background-color: gray;
}

.footer-2{
    width: 100%;
    height: 90px;
    padding-left: 30px;
    line-height: 30px;
    font-size: 15px;
    color: gray;
}

.footer3{
    width: 100%;
    height: 80px;
    margin-top: 30px;
    color: #676767;

}

.hr{
    width: 92%;
    align-items: center;
    display: flex;
    margin-left: 30px;
    color: rgb(42, 42, 42);
}
