*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-style: normal;
}
.navbar{
    background-color: #1C202C;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*.navbar ul{
    list-style: none;
    display: inline-flex;
    color: #fff;
    margin-right: 50px;
}
.navbar li{
    margin: 10px;
font-weight: 300;
font-size: 17px;
line-height: 21px;
}*/
.title{
    color: #fff;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    font-family: sans-serif;
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 34px;
}
.hero{
    background-color:  #F6F6F6;;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
    
}
.hero .darius-small{
    height: 75px;
    width: 75px;
    border-radius: 100%;
    margin-right: 40px;
    margin-bottom: 30px;
}
.hero-list{
    list-style: none;
    margin-bottom: 50px;
}
.hero-list li{
    display: inline-flex;
    margin:0 15px 0 0;
    padding:0  15px 0 0;
    font-weight: 700;
font-size: 13px;
line-height: 13px;
color: #666666;
    border-right: 1px solid #666666;;
}
.hero-list li:nth-child(3){
    border-right: 0px solid black;
}
.hero-list li p{
    font-weight: 500;
}
.hero a{
    color: #25CA98;
    text-decoration: none;
}
.book-text{
    margin-bottom: 20px;
  
font-weight: 300;
font-size: 18px;
line-height: 27px;
color: #0F0F0F;
}
.book-details{
    flex: 1;
}
.book-details h1{
    font-weight: 700;
font-size: 35px;
line-height: 40px;
color: #0F0F0F;
}
.book-details-text{
  
font-weight: 400;
font-size: 16px;
line-height: 29px;
color: #666666;
}
button{
width: 250px;
height: 50px;
border: 1px solid #25CA98 ;
background: #25CA98;
color: #fff;
border-radius: 50px;
margin-top: 10px;
cursor: pointer;
}
.author-container div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid #CACACA;
    padding-top: 50px;
}
.hero-img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-bottom: 50px;
}
.hero-img img{
    height: 550px;
}
.order-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
.order-section h1{
font-weight: 700;
font-size: 25px;
line-height: 40px;
margin-bottom: 10px;
}
.order-card-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 50px 120px 50px;
}
.order-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    padding: 15px 10px;
    max-width: 403px;
    text-align: center;
    background: rgba(252, 252, 252, 0.9);
    border: 1px solid #D8D8D8;
}
.order-card ul {
    text-align: left;
    margin: 0px 20px;
    margin-top: -40px;
    list-style: square;
}
.order-card h1{
    font-size: 23px;
line-height: 35px;
text-align: center;
color: #1C202C;
}
.order-card p{
    color: #8E8E8E;
}
.order-card  .price{
    color: #25CA98;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}
.order-card .desc{
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #1C202C;
margin: 20px 0   ;
}

.order-card:hover{
    cursor: pointer;
    color: #fff;
    background: #25CA98;
    box-shadow: 0px 7px 21px 10px rgba(0, 0, 0, 0.15);
}
.order-card:hover p,h1{
    color: #fff;
}
.author-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    padding:100px;
    background-color: #F7F7F7;
    color: #666666;
}
.author-section .img-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.owner{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin-right: 50px;
}
.author-section h2{
    margin-bottom: 10px;
}
.author-section p{
    font-size: 16px;
    line-height: 28px;
}
.mbl-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    left: 0;
    padding: 10px;
}
.link{
    text-align: center;
}
.mbl-btn-container button{
    width: 100%;
    border-radius: 10px;
    padding: 0px;
}


@media only screen and (max-width: 800px) {
    .author-section{
     flex-wrap: wrap;
     justify-content: center;
     text-align: center;
     padding:50px;
    }
    .owner{
        margin-right: 0px;
    }
    .author-section div{
        margin-bottom: 50px;
    }
    .book-details{
        text-align: center;
    }
    .author-container div{
        text-align: left;
    }
    .title p{
        text-align: center;
        margin-left: 0;
    }
    .author-container div{
        flex-wrap: wrap;
    }  
   }
   @media only screen and (max-width: 700px) {
    .book-title-container{
        position: absolute;
        top:110px;
        left: 0;
        /* margin: 10px; */
        padding: 5px;
    }
    .btn-container{
    display: none;
    }
.hero-img{
        margin-top: 230px;
    }
    .hero{
        flex-direction: column;
               padding: 50px;
        margin: 0;
        padding: 20px;
    }
    .mbl-btn-container{
        display: block;
    }
    .book-title-container{
        width: 100%;
    } 
    .author-container p{
        text-align: center;
    }
    .hero .darius-small{
        margin: 0;
        margin-bottom: 20px;
    }
   }
   @media only screen and (max-width: 950px) {
    .navbar ul{
     display: none;
    }
   }