body{
    direction: rtl;
    margin: 0;
    font-family: "Cairo", serif;
    background-color: rgb(212, 255, 255);
}

.heading {
    background-color: rgb(0, 166, 166);
    background-image: url(pictures/222.jpg);
    background-size: cover;
    height: 100px;
    margin: 0;
    border-radius: 0 0 30px 30px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.heading img {
    width: 100px;
    margin: 0;
}

main{
    justify-content: space-between;
    padding: 20px;
    display: flex;
}
.top{
    display: flex;
}
.pic{
    width: 400px;
    border: 2px solid black;
    box-shadow: 0 6px 20px rgb(211, 211, 211);
}
.description{
    border-radius: 25px;
    background-color: #fff;
    margin: 0 30px;
    box-shadow: 0 6px 20px rgb(211, 211, 211);
    padding: 0px 30px;
    display: flex;
}
.description p{
    font-weight: 700;
    font-size: 20px;
}
.left{
    margin-right: 10px;
}

.download{
    margin: 50px 0;
    display: flex;
}
.dd{
    background-color: rgb(0, 134, 0);
    padding: 20px 50px;
    border-radius: 30px;
    text-decoration: none;
    color:white;
    font-size: 50px;
    margin: 0 10px;
    transition: all 0.3s ease;
}
.dd:hover{
    box-shadow: 0 12px 45px lime;
}

.buttons{
    margin: auto;
}

.top{display: flex;}

.rr{
    background-color: red;
    padding: 20px 50px;
    border-radius: 30px;
    text-decoration: none;
    color:white;
    font-size: 50px;
    margin: 0 10px;
    transition: all 0.3s ease;
}
.rr:hover{
    box-shadow: 0 12px 45px red;
}

.side{
    border: 5px double black;
    background-color: #ffffff;
    box-shadow: 0 6px 20px rgb(211, 211, 211);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}


.side a{
    text-decoration: none;
    color: rgb(48, 48, 48);
    font-weight: 800;
}
.side a:hover{
    color: rgb(131, 131, 131);
}











#Story-div-1{
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    display: grid;
    border-top: 3px double rgb(0, 148, 148);
    border-bottom: 3px double rgb(0, 148, 148);
    grid-template-columns: repeat(10, auto);
    margin: 100px 20px;
    background-color: #cdf4fe;
    height: 260px;
    transition: height 0.3s ease;
}

#Story-div-1 div {
    margin: 10px 10px;
}

.s-1 {
    border-radius: 10px;
    height: 200px;
    width: 150px;
    background-color: #fff;
    transition: all 0.3s ease;
}
a{text-decoration: none;}

.s-1 p{
    text-decoration: none;
    color: blue;
    text-align: center;
    font-size: 20px;
    margin: 20 0;
}

.s-1 img{
    height: 50%;
    width: 100%;
    border-radius: 10px 10px 0 0;
}



.content{
    padding: 0 10px;
    display: none;
    font-size: 5px;
    transition: all 0.3s ease;
}
h4{
    text-decoration: none;
    color: blue;
    text-align: center;
    margin: 0;
    margin-top: 25px;
    transition: all 0.2s ease;
}

h1{
    color: rgb(255, 51, 0);
    text-align: center;}

.s-1:hover {
    h4{
        margin-top: 0;
    }
    transform: scale(1.2);
    .content{display: block; font-size: 15px;}
}

.booklist{
    display: flex;
}



.footer {
    background-color: rgb(0, 166, 166);
    height: 300px;
    display: flex;
    justify-content: space-around;
}

.left {
    margin-top: 20px;
}

.right {
    margin-top: 20px;
    display: block;
}

.footer a {
    text-decoration: none;
    font-size: 30px;
    color: white;
    margin: 20px;
}

.footer a:hover {
    color: blue;
    text-decoration: dashed;
}

.footer p {
    margin: auto 40px;
    font-size: 30px;
    color: white;
}

.a {
    margin: 20px;
}

footer {
    background-color: rgb(0, 166, 166);
    height: 350px;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.left {
    margin-top: 20px;
}

.right {
    margin-top: 20px;
    display: block;
}

footer a {
    text-decoration: none;
    font-size: 30px;
    color: white;
    margin: 20px;
}

footer a:hover {
    color: blue;
    text-decoration: dashed;
}

footer p {
    margin: auto 40px;
    font-size: 30px;
    color: white;
}

.a {
    margin: 20px;
}