@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Lexend+Deca:wght@400;500&family=Marck+Script&family=Open+Sans:wght@400;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Bebas+Neue&family=Lexend+Deca:wght@400;500&family=Marck+Script&family=Open+Sans:wght@400;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yellowtail&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif; */
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: montserrat; */
}

.hidden {
    display: none;
}

/*--------------------------------*/
.header-container {
    /* background: url(../assets/images/Sports-Medicine.jpg); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 350px;
}

.overlay {
    background: rgba(49, 55, 61, 0.8);
    width: 100%;
    height: 100%;
}

.header-container .overlay {
    width: 100%;
    padding: 50px 20px;
    color: #fff;
}

.header-container h1 {
    text-align: center;
    margin-bottom: 5px !important;
}

.header-container p {
    margin-top: 10px;
    text-align: center;
}

hr {
    color: #bbb;
}

.thin-hr {
    height: 1px;
    /* Set the height to 1 pixel */
    border: none;
    /* Remove the default border */
    background-color: #ccc;
    /* Change the color if desired */
    margin: 5px 0;
    /* Add some margin for spacing */
}

.abstract,
.symptoms,
.visiting,
.reasons,
.factors,
.complications,
.prevention,
.diagnosis,
.treatment {
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 20px 0;
    width: 100% !important;
}

.abstract .abstract-content,
.symptoms .symptoms-content,
.visiting .visiting-content,
.reasons .reasons-content,
.factors .factors-content,
.complications .complications-content,
.prevention .prevention-content,
.diagnosis .diagnosis-content,
.treatment .treatment-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100% !important;
}

.abstract .abstract-img,
.symptoms .symptoms-img,
.visiting .visiting-img,
.reasons .reasons-img,
.factors .factors-img,
.complications .complications-img,
.prevention .prevention-img,
.diagnosis .diagnosis-img,
.treatment .treatment-img {
    flex: 1;
}

.abstract .abstract-img img,
.symptoms .symptoms-img img,
.visiting .visiting-img img,
.reasons .reasons-img img,
.factors .factors-img img,
.complications .complications-img img,
.prevention .prevention-img img,
.diagnosis .diagnosis-img img,
.treatment .treatment-img img {
    width: 90%;
    border-radius: 5px;
    float: right;
}

.content,
.references {
    padding: 30px;
    /* width: 100%; */
}

/* .content h3, */
/* .references h3 */
.article-title {
    margin-bottom: 20px;
    padding: 10px 0 10px 10px;
    border-radius: 5px;
    background-color: #004071;
    color: #fff;
}

.content p,
.references p {
    font-size: 19px;
    font-weight: normal;
    color: #666;
}

@media only screen and (max-width: 767px) {
    .header-container {
        height: 200px;
    }

    .header-container h1 {
        font-size: 18px;
    }

    .header-container p {
        font-size: 11px;
    }

    .content h3,
    .references h3 {
        font-size: 17px;
    }

    .content p,
    .references p {
        font-size: 16px !important;
        color: #444 !important;
    }

    .abstract,
    .symptoms,
    .visiting,
    .reasons,
    .factors,
    .complications,
    .prevention,
    .diagnosis,
    .treatment {
        flex-direction: column;
    }

    .abstract .abstract-img,
    .symptoms .symptoms-img,
    .visiting .visiting-img,
    .reasons .reasons-img,
    .factors .factors-img,
    .complications .complications-img,
    .prevention .prevention-img,
    .diagnosis .diagnosis-img,
    .treatment .treatment-img {
        text-align: center;
    }

    .abstract .abstract-img img,
    .symptoms .symptoms-img img,
    .visiting .visiting-img img,
    .reasons .reasons-img img,
    .factors .factors-img img,
    .complications .complications-img img,
    .prevention .prevention-img img,
    .diagnosis .diagnosis-img img,
    .treatment .treatment-img img {
        margin-top: 20px;
        float: none;
        width: 70%;
    }

    figure {
        width: 100%;
        height: auto;
    }

    figure img {
        width: inherit;
        height: auto;
    }
}

figure {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

figure img {
    max-width: 100%;
    height: auto;
    /* padding: 0px 70px; */
    max-height: max-content;
    border: 1px solid navajowhite;
}

/* ---------------Start question------------------------- */
.question-container {
    text-align: center;
    margin: 100px auto;
    padding: 20px;
    border: 1px solid #ccc;
    width: auto;
    background-color: #f9f9f9;
}

.question {
    font-size: 18px;
    margin-bottom: 20px;
}

.rate-button {
    --color: #00a99d;
    font-family: inherit;
    display: inline-block;
    width: 10em;
    /* height: 2em; */
    /* line-height: 2.5em; */
    overflow: hidden;
    margin: 0 10px 20px 10px;
    font-size: 17px;
    z-index: 1;
    color: var(--color);
    border: 1px solid var(--color);
    border-radius: 6px;
    position: relative;
}

.rate-button::before {
    position: absolute;
    content: "";
    background: var(--color);
    width: 290px;
    height: 340px;
    z-index: -1;
    border-radius: 45%;
}

.rate-button:hover {
    color: #004071;
    font-weight: 600;
}

.rate-button:before {
    top: 100%;
    left: 55%;
    transition: .5s all;
}

.rate-button:hover::before {
    top: -40px;
    left: -40px;
}

i {
    margin: 0 5px;
    color: #004071;
    /* background-color: #00a99d; */
}

@media only screen and (max-width: 767px) {
    .question {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .rate-button {
        font-size: 12px;
    }
}
/* ---------------End question------------------------- */