﻿@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Cabin&family=Montserrat&family=Nunito:wght@200&family=PT+Serif&family=Poppins:wght@200&family=Roboto:wght@100&display=swap');
.text p {
    color: #666 !important;
}
.fas, .far {
    color:hsla(338, 85%, 52%, 1);
    padding-right: 10px;
    font-size: 25px;
}
.cl{
    color: #1e1d1d;
}
/*Book details image */
.book-details {
    width: 100%;
    height: 500px;
    margin-bottom: 20%;
}
.book-details img{
    height:100%;
}
iframe {
    width: 100%;
}
.bg-wrapper{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    overflow: hidden;
    position: fixed;
    background-color: #2c2c51;
    opacity: 0.5;
    display:none;
}
.wrapper {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1031;
    border-radius: 5px;
    padding: 30px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    display: none;
    font-family: 'Poppins', sans-serif;
}
.wrapper .cancel-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: rgb(30,178,166);
}

    .wrapper .icon {
        height: 110px;
        width: 110px;
        background: hsla(338, 85%, 52%, 1);
        background: linear-gradient(90deg, hsla(338, 85%, 52%, 1) 0%, hsla(2, 84%, 64%, 1) 100%);
        background: -moz-linear-gradient(90deg, hsla(338, 85%, 52%, 1) 0%, hsla(2, 84%, 64%, 1) 100%);
        background: -webkit-linear-gradient(90deg, hsla(338, 85%, 52%, 1) 0%, hsla(2, 84%, 64%, 1) 100%);
        border-radius: 50%;
        text-align: center;
        display: inline-block;
    }

.wrapper .icon i {
    line-height: 110px;
    font-size: 45px;
    color: #fff;
    padding:0;
}

.wrapper .content {
    margin: 20px 0;
}

.content p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-left: -3px;
}

form {
    width: 98%;
}

form .field {
    height: 45px;
    width: 100%;
    margin-bottom: 12px;
}

form .field input {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 20px !important;
    outline: none;
    font-size: 17px;
    transition: all 0.3s ease;
}

form .field input:focus {
    border-color: rgb(30,178,166);
}
form .btn-field {
    height: 47px;
}
    form .btn-field input {
        background: hsla(338, 85%, 52%, 1);
        background: linear-gradient(90deg, hsla(338, 85%, 52%, 1) 0%, hsla(2, 84%, 64%, 1) 100%);
        background: -moz-linear-gradient(90deg, hsla(338, 85%, 52%, 1) 0%, hsla(2, 84%, 64%, 1) 100%);
        background: -webkit-linear-gradient(90deg, hsla(338, 85%, 52%, 1) 0%, hsla(2, 84%, 64%, 1) 100%);
        color: #fff;
        font-size: 19px;
        font-weight: bold;
        padding: 0;
        cursor: pointer;
    }
.card {
    margin-bottom: 50px;
    height:400px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 1px 3px #00000032
}
.card:hover +.photos{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.card .photos {
    overflow: hidden;
    width: 200px;
    height: 300px;
    transition: all 1.7s;
}
.card .photos a img {
    width: 100%;
    transition: all 3s;
}
.card .photos:hover img {
    transform: scale(1.1);
    opacity: 0.5;
}

.card .title {
    text-align: right;
    width: 100%;
    padding: 0 15px;
}
.card .title h5 {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
}
.card .title a {
    color: #1eb2a6;
    text-decoration: underline;
}
.card .title i {
    color: #1eb2a6;
    font-size:18px;
}
/*Audios*/
.section-title{
    margin-top:200px;
}
.audio-h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.42857143;
    color: #fff;
    margin-bottom: 30px;
}

strong {
    font-size: 16px;
}

.audio-body {
    line-height: 1.7;
    color: #fff;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
}
.btn-success {
    color: #1eb2a6;
}
    .btn-success:hover {
        color: #008176;
    }