/*
First color: 
second color: #ec1c23 
*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/*Start Upper Bar*/
.header {
    margin-bottom: 20px;
    text-align: center;
}
.logo {
    width: 180px;
    margin: 0 auto;
    padding-top: 20px;
}

    .logo img { width:100%;}
    .upper-bar {
        background-color: #08526d;
        color: #fff;
        padding: 10px;
        font-size: 12px;
    }
.upper-bar span { color: #bfc6c9; }
.upper-bar .get-quote { display: inline-block; border: 1px solid #2e6497; padding: 2px 10px; margin-left: 20px; text-transform: uppercase;}
/*End Upper Bar*/


body {
    background-image: url("../img/pattern.png");
    font-family: "Cairo", sans-serif;
    
}
/*Start nav bar brand*/
.quraan__container {
    width: 85%;
    padding: 3%;
    margin: 0 auto;
    border-radius: 40px;
    background: #fff;
    text-align:center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .sora img {
        max-width: 500px;
    }

    .navbar-brand > span {
        font-size: 40px;
    }

    .navbar-brand span:first-child {
        color: #08526d;
        font-weight: bold;
    }

    .navbar-brand span:last-child {
        color: #ec1c23;
    }


    .navbar-nav .nav-link {
        font-size: 16px;
        text-transform: uppercase;
        margin-left: 16px;
        color: #08526d;
        font-weight: 600;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        color: #ec1c23;
    }
    /*end nav bar brand*/

    /*staart slider*/







    .holder {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        bottom: 0px !important;
    }

        .holder .get-it-on-github {
            margin-top: 24px;
            margin-bottom: 24px;
            font-family: "Roboto";
            color: #55606E;
        }

    .audio.green-audio-player {
        width: 100%;
        min-width: 300px;
        height: 56px;
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 24px;
        padding-right: 24px;
        border-radius: 4px;
        user-select: none;
        -webkit-user-select: none;
        background-color: #fff;
    }

        .audio.green-audio-player .play-pause-btn {
            display: none;
            cursor: pointer;
        }

        .audio.green-audio-player .spinner {
            width: 18px;
            height: 18px;
            background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
            background-size: cover;
            background-repeat: no-repeat;
            animation: spin 0.4s linear infinite;
        }

        .audio.green-audio-player .slider {
            flex-grow: 1;
            background-color: #D8D8D8;
            cursor: pointer;
            position: relative;
        }

            .audio.green-audio-player .slider .progress {
                background-color: #44BFA3;
                border-radius: inherit;
                position: absolute;
                pointer-events: none;
            }

                .audio.green-audio-player .slider .progress .pin {
                    height: 16px;
                    width: 16px;
                    border-radius: 8px;
                    background-color: #44BFA3;
                    position: absolute;
                    pointer-events: all;
                    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
                }

        .audio.green-audio-player .controls {
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            line-height: 18px;
            color: #55606E;
            display: flex;
            flex-grow: 1;
            justify-content: space-between;
            align-items: center;
            margin-left: 24px;
            margin-right: 24px;
        }

            .audio.green-audio-player .controls .slider {
                margin-left: 16px;
                margin-right: 16px;
                border-radius: 2px;
                height: 4px;
            }

                .audio.green-audio-player .controls .slider .progress {
                    width: 0;
                    height: 100%;
                }

                    .audio.green-audio-player .controls .slider .progress .pin {
                        right: -8px;
                        top: -6px;
                    }

            .audio.green-audio-player .controls span {
                cursor: default;
            }

        .audio.green-audio-player .volume {
            position: relative;
        }

            .audio.green-audio-player .volume .volume-btn {
                cursor: pointer;
            }

                .audio.green-audio-player .volume .volume-btn.open path {
                    fill: #44BFA3;
                }

            .audio.green-audio-player .volume .volume-controls {
                width: 30px;
                height: 135px;
                background-color: rgba(0, 0, 0, 0.62);
                border-radius: 7px;
                position: absolute;
                left: -3px;
                bottom: 52px;
                flex-direction: column;
                align-items: center;
                display: flex;
            }

                .audio.green-audio-player .volume .volume-controls.hidden {
                    display: none;
                }

                .audio.green-audio-player .volume .volume-controls .slider {
                    margin-top: 12px;
                    margin-bottom: 12px;
                    width: 6px;
                    border-radius: 3px;
                }

                    .audio.green-audio-player .volume .volume-controls .slider .progress {
                        bottom: 0;
                        height: 100%;
                        width: 6px;
                    }

                        .audio.green-audio-player .volume .volume-controls .slider .progress .pin {
                            left: -5px;
                            top: -8px;
                        }


    /***/
@media (max-width: 768px) {
    .sora img {
        width: 100%;
    }
}

.arrow { padding:15px; font-size:40px; color:#000;   display:inline-block;}