body{
    width: 100%;
    height: 100vh;
    display: flex;
    margin: 0px;
}
.left-b{
    /* background-color: #212329; */
    width: 30%;
    height: 100vh;
    padding: 20px;

}
.left{
    background-color: #212329;
    width: 30%;
    height: -webkit-fill-available;
    /* height: 96%; */
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
}
.right{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
}
.profile{
    height: 150px;
    width: 150px;
    border-radius: 110px;
}
.name{
    color: #FFFFFF;
    text-align: center;

}
.aboutme{
    color: #A09691;
    text-align: center;
}
footer{
    bottom: 30px;
    position: absolute;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
header{
    top: 30px;
    position: absolute;
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
a{
    color: #A09691;
    text-decoration: none;
}
a:hover{
    color: rgb(255, 230, 0);
}
.hr{
    height: 10px;
    border-bottom: 2px solid #EEEEEE;
    width: 90%;
    margin: 10px 0px;
}
.hr:nth-child(7){
    margin-bottom: 30px;
}
.hr:nth-child(1){
    margin-top: 20px;
}
.product-picture{
    height: 350px;
    /* box-shadow: 0px 0px 10px 1px #212329; */
}
.product-img{
    display: flex;
    width: 50%;
    justify-content: center;
}
.work-samples{
    margin: 25px 0px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.courses-discription{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.product-discription{
    width: 50%;
}
button{
    background-color: #D1D5DE;
    border: none;
    border-radius: 50px;
    padding: 9px 23px;
    cursor: pointer;
    width: 300px;
    margin: 5px 0px;
}
button:hover{
    background-color: #acc0ec;

}
.butti{
    color: #000000;
}
.lii{
    padding: 0px 30px;
}
/* .AIO-logo{
    height: 210px;
}
.shatel-certificate{
    height: 240px;
    cursor: zoom-in;
} */
.link-fa{
    color: rgb(255, 230, 0);
    filter: drop-shadow( 0px 0px 5px rgb(255, 230, 0));
}

@media (min-width : 1200px){
    .left-b{
    background-color: #212329;
    width: 30%;
    height: 100vh;
    padding: 20px;

    }
    .left{
        background-color: #212329;
        width: 30%;
        height: -webkit-fill-available;
        /* height: 96%; */
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
    }
    .right{
        width: 70%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: fit-content;
        scroll-behavior: smooth;
    }
    footer{
        bottom: 30px;
        position: absolute;
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    header{
        top: 30px;
        position: absolute;
        width: 30%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .product-picture{
        height: 350px;
    }
    .product-img{
        display: flex;
        width: 50%;
        justify-content: center;
    }
    .work-samples{
        margin: 25px 0px;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .product-discription{
        width: 50%;
    }
    .mobile{
        display: none;
    }
    .mobile-discription{
        display: none;
    }
    .link-fa{
        color: rgb(255, 230, 0);
        filter: drop-shadow( 0px 0px 5px rgb(255, 230, 0));
    }
    .AIO-logo{
        height: 210px;
    }
    .shatel-certificate{
        height: 240px;
        /* cursor: zoom-in; */
    }
}




.profile{
    height: 150px;
    width: 150px;
    border-radius: 110px;
}
.name{
    color: #FFFFFF;
    text-align: center;
}
.aboutme{
    color: #A09691;
    text-align: center;
}
/* *************************************** */

a{
    color: #A09691;
    text-decoration: none;
}
a:hover{
    color: rgb(255, 230, 0);
}
/* *************************************** */

.hr{
    height: 10px;
    border-bottom: 2px solid #EEEEEE;
    width: 90%;
    margin: 10px 0px;
}
.hr:nth-child(7){
    margin-bottom: 30px;
}
.hr:nth-child(1){
    margin-top: 20px;
}
/* *************************************** */

button{
    background-color: #D1D5DE;
    border: none;
    border-radius: 50px;
    padding: 9px 23px;
    cursor: pointer;
}
button:hover{
    background-color: #acc0ec;

}
.butti{
    color: #000000;
}


@media (max-width : 1200px){
    .left-b{
        /* background-color: #212329; */
        width: 30%;
        height: 100vh;
        padding: 20px;
    }
    .left{
        background-color: #212329;
        width: 30%;
        height: -webkit-fill-available;
        /* height: 96%; */
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
    }
    .right{
        width: 70%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: fit-content;
        scroll-behavior: smooth;
    }
    footer{
        bottom: 30px;
        position: absolute;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    header{
        top: 30px;
        position: absolute;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .product-picture{
        height: 230px;
    }
    .product-img{
        display: flex;
        width: 50%;
        justify-content: center;
    }
    .work-samples{
        margin: 25px 0px;
        width: 90%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .product-discription{
        width: 80%;
    }
    .mobile{
        display: none;
    }
    .mobile-discription{
        display: none;
    }
    .butti{
        color: #000000;
        display: flex;
        justify-content: center;
        margin-bottom: 2px;
    }
    /* .link-fa{
        color: rgb(255, 230, 0);
        filter: drop-shadow( 0px 0px 5px rgb(255, 230, 0));
    } */
}
@media (max-width : 600px){
    .left-b{
        /* background-color: #212329; */
        width: -webkit-fill-available;
        height: 50px;
        padding: 20px;
    }
    body{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        margin: 0px;
        /* background-color: #212329; */
    }
    .right{
        display: flex;
        flex-direction: column;
        height: fit-content;
        scroll-behavior: smooth;
        align-items: center;
        width: 100%;
    }
    .menu-mobile{
        background-color: #ffffff;
        height: 50px;
        width: 50%;
        border-end-end-radius: 50px;
        border-end-start-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        box-shadow: 0px 0px 5px 1px #212329;
    }
    .lang-mobile-en{
        background-color: #ffffff;
        height: 50px;
        width: 20%;
        border-end-end-radius: 50px;
        color: #212329;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: -1px -1px 5px 1px #212329;
    }
    .lang-mobile-fa{
        background-color: #ffffff;
        height: 50px;
        width: 20%;
        border-end-start-radius: 50px;
        color: #212329;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 1px -1px 5px 1px #212329;
    }
    .content-icon-mobile{
        width: 30px;
    }
    .content-icon-mobile-certificates{
        width: 35px;
        position: relative;
        top: 5px;
    }
    .mobile{
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: fixed;
    }
    .left{
        display: none;
    }
    .mobile-discription{
        top: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
        padding: 10px;
        background-color: #212329;
        border-radius: 50px;
        width: 90%;
    }
    .product-picture{
        height: 250px;
    }
    .product-img{
        display: flex;
        width: 50%;
        justify-content: center;
    }
    .work-samples{
        margin: 25px 0px;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product-discription{
        width: 90%;
    }
    a{
        color: #212329;
        text-decoration: none;
    }
}
@media (max-width : 420px){
    .menu-mobile{
        background-color: #ffffff;
        height: 50px;
        width: 50%;
        border-end-end-radius: 50px;
        border-end-start-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 5px 1px #212329;
    }
    a{
        color: #212329;
        text-decoration: none;
    }
    .link-fa{
        color: rgb(255, 230, 0);
        filter: drop-shadow( 0px 0px 5px rgb(255, 230, 0));
    }
}